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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: Inter, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: ui-monospace, monospace;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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


      [type='text'],
      [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;
}

[type='text']: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, 0 0 #0000);
  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;
}

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;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
     {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          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;
}

[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, 0 0 #0000);
}


      [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");
}

[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");
}


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


      [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 auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  box-shadow: 0 0 0 1px #2563eb;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #374151;
  background-color: #f3f4f6;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-select {
  -moz-padding-start: calc(0.75rem - 3px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.form-select:focus {
  box-shadow: 0 0 0 1px #2563eb;
}

.form-select[multiple] {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  -webkit-text-shadow: 0 0 0 #212529;
  text-shadow: 0 0 0 #212529;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  margin-top: 0.1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: none;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: none;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0.75rem;
}

.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group > .form-control {
  width: 1%;
}

.input-group > .form-select {
  width: 1%;
}

.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-lg > .form-select {
  padding-right: 3rem;
}

.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback {
  display: block;
}

.was-validated :valid ~ .valid-tooltip {
  display: block;
}

.is-valid ~ .valid-feedback {
  display: block;
}

.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid {
  border-color: #198754;
}

.form-select.is-valid {
  border-color: #198754;
}

.was-validated .form-select:valid:not([multiple]):not([size]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:not([multiple]):not([size]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}

.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid {
  z-index: 1;
}

.input-group .form-control.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-select:valid {
  z-index: 1;
}

.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus {
  z-index: 3;
}

.input-group .form-control.is-valid:focus {
  z-index: 3;
}

.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback {
  display: block;
}

.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

.is-invalid ~ .invalid-feedback {
  display: block;
}

.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid {
  border-color: #dc3545;
}

.form-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-select:invalid:not([multiple]):not([size]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid {
  z-index: 2;
}

.input-group .form-control.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-select:invalid {
  z-index: 2;
}

.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus {
  z-index: 3;
}

.input-group .form-control.is-invalid:focus {
  z-index: 3;
}

.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn-check:focus + .btn {
  outline: 0;
  box-shadow: none;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-check:checked + .btn {
  box-shadow: none;
}

.btn-check:active + .btn {
  box-shadow: none;
}

.btn:active {
  box-shadow: none;
}

.btn.active {
  box-shadow: none;
}

.btn-check:checked + .btn:focus {
  box-shadow: none;
}

.btn-check:active + .btn:focus {
  box-shadow: none;
}

.btn:active:focus {
  box-shadow: none;
}

.btn.active:focus {
  box-shadow: none;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

.dropdown-menu {
  z-index: 1000;
}

.dropdown-item.active {
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item:active {
  color: #1f2937;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu-dark .dropdown-item.active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.nav-tabs .nav-link {
  color: #4b5563;
}

.nav-tabs .nav-link:hover {
  isolation: isolate;
}

.nav-tabs .nav-link:focus {
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #9ca3af;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active {
  color: #2563eb;
  border-color: #2563eb;
}

.nav-tabs .nav-item.show .nav-link {
  color: #2563eb;
  border-color: #2563eb;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: #f3f4f6;
  color: #4b5563;
  box-shadow: none;
}

.nav-pills .nav-link.active {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .show > .nav-link {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nav-pills .disabled {
  color: #9ca3af;
  background-color: rgba(243, 244, 246, 0.5);
}

.nav-pills.menu-sidebar .nav-link {
  background-color: transparent;
  box-shadow: none;
  padding: 0 5px;
  border-radius: 0;
}

.nav-pills.menu-sidebar .nav-link.active {
  color: #1266f1;
  font-weight: 600;
  border-left: 0.125rem solid #1266f1;
}

.nav-justified > .nav-link {
  -ms-flex-basis: 0;
  flex-basis: 0;
}

.nav-justified .nav-item {
  -ms-flex-basis: 0;
  flex-basis: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  -ms-flex-basis: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -ms-flex-grow: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  -ms-flex-grow: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.accordion-button {
  overflow-anchor: none;
}

.accordion-button:not(.collapsed) {
  color: #2563eb;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #e5e7eb;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.btn-close:focus {
  opacity: 1;
}

.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  z-index: 1055;
}

.modal-dialog {
  margin: 0.5rem;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-body {
  flex: 1 1 auto;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  font-size: 14px;
  padding: 6px 16px;
  color: #fff;
  -webkit-text-align: center;
  text-align: center;
  background-color: #6d6d6d;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-align: start;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -webkit-text-transform: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: 500;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  display: none;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-item.active {
  display: block;
}

.carousel-item-next {
  display: block;
}

.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item-next.carousel-item-start {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

.carousel-control-prev {
  z-index: 1;
  width: 15%;
  color: #fff;
  background: none;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-next {
  z-index: 1;
  width: 15%;
  color: #fff;
  background: none;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
}

.carousel-control-prev:focus {
  color: #fff;
  opacity: 0.9;
}

.carousel-control-next:hover {
  color: #fff;
  opacity: 0.9;
}

.carousel-control-next:focus {
  color: #fff;
  opacity: 0.9;
}

.carousel-control-prev-icon {
  width: 2rem;
  height: 2rem;
  background-position: 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  background-position: 50%;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  z-index: 2;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-text-indent: -999px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
}

.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-border {
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
}

.spinner-grow {
  vertical-align: -0.125em;
  -webkit-animation: 0.75s linear infinite _spinner-grow;
  animation: 0.75s linear infinite _spinner-grow;
}

.offcanvas {
  z-index: 1045;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-start {
  transform: translateX(-100%);
}

.offcanvas-end {
  transform: translateX(100%);
}

.offcanvas-top {
  transform: translateY(-100%);
}

.offcanvas-bottom {
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover {
  color: #0a58ca;
}

.link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover {
  color: #565e64;
}

.link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover {
  color: #146c43;
}

.link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover {
  color: #3dd5f3;
}

.link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover {
  color: #ffcd39;
}

.link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover {
  color: #b02a37;
}

.link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover {
  color: #f9fafb;
}

.link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover {
  color: #1a1e21;
}

.link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: auto;
}

.fade-in {
  -webkit-animation-name: _fade-in;
  animation-name: _fade-in;
}

.fade-out {
  -webkit-animation-name: _fade-out;
  animation-name: _fade-out;
}

.animation.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animation.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animation.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animation.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animation.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animation.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animation.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animation.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animation.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.fade-in-down {
  -webkit-animation-name: _fade-in-down;
  animation-name: _fade-in-down;
}

.fade-in-left {
  -webkit-animation-name: _fade-in-left;
  animation-name: _fade-in-left;
}

.fade-in-right {
  -webkit-animation-name: _fade-in-right;
  animation-name: _fade-in-right;
}

.fade-in-up {
  -webkit-animation-name: _fade-in-up;
  animation-name: _fade-in-up;
}

.fade-out-down {
  -webkit-animation-name: _fade-out-down;
  animation-name: _fade-out-down;
}

.fade-out-left {
  -webkit-animation-name: _fade-out-left;
  animation-name: _fade-out-left;
}

.fade-out-right {
  -webkit-animation-name: _fade-out-right;
  animation-name: _fade-out-right;
}

.fade-out-up {
  -webkit-animation-name: _fade-out-up;
  animation-name: _fade-out-up;
}

.slide-in-down {
  -webkit-animation-name: _slide-in-down;
  animation-name: _slide-in-down;
}

.slide-in-left {
  -webkit-animation-name: _slide-in-left;
  animation-name: _slide-in-left;
}

.slide-in-right {
  -webkit-animation-name: _slide-in-right;
  animation-name: _slide-in-right;
}

.slide-in-up {
  -webkit-animation-name: _slide-in-up;
  animation-name: _slide-in-up;
}

.slide-out-down {
  -webkit-animation-name: _slide-out-down;
  animation-name: _slide-out-down;
}

.slide-out-left {
  -webkit-animation-name: _slide-out-left;
  animation-name: _slide-out-left;
}

.slide-out-right {
  -webkit-animation-name: _slide-out-right;
  animation-name: _slide-out-right;
}

.slide-out-up {
  -webkit-animation-name: _slide-out-up;
  animation-name: _slide-out-up;
}

.slide-down {
  -webkit-animation-name: _slide-down;
  animation-name: _slide-down;
}

.slide-left {
  -webkit-animation-name: _slide-left;
  animation-name: _slide-left;
}

.slide-right {
  -webkit-animation-name: _slide-right;
  animation-name: _slide-right;
}

.slide-up {
  -webkit-animation-name: _slide-up;
  animation-name: _slide-up;
}

.zoom-in {
  -webkit-animation-name: _zoom-in;
  animation-name: _zoom-in;
}

.zoom-out {
  -webkit-animation-name: _zoom-out;
  animation-name: _zoom-out;
}

.tada {
  -webkit-animation-name: _tada;
  animation-name: _tada;
}

.pulse {
  -webkit-animation-name: _pulse;
  animation-name: _pulse;
}

.ripple-surface {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}

.ripple-surface-unbound {
  overflow: visible;
}

.ripple-wave {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
  border-radius: 50%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  touch-action: none;
  transform: scale(0);
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 0, 0.15, 1), cubic-bezier(0, 0, 0.15, 1);
  z-index: 999;
}

.ripple-wave.active {
  transform: scale(1);
  opacity: 0;
}

.btn .ripple-wave {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.ripple-surface-primary .ripple-wave {
  background-image: radial-gradient(circle, rgba(18, 102, 241, 0.2) 0, rgba(18, 102, 241, 0.3) 40%, rgba(18, 102, 241, 0.4) 50%, rgba(18, 102, 241, 0.5) 60%, rgba(18, 102, 241, 0) 70%);
}

.ripple-surface-secondary .ripple-wave {
  background-image: radial-gradient(circle, rgba(178, 60, 253, 0.2) 0, rgba(178, 60, 253, 0.3) 40%, rgba(178, 60, 253, 0.4) 50%, rgba(178, 60, 253, 0.5) 60%, rgba(178, 60, 253, 0) 70%);
}

.ripple-surface-success .ripple-wave {
  background-image: radial-gradient(circle, rgba(0, 183, 74, 0.2) 0, rgba(0, 183, 74, 0.3) 40%, rgba(0, 183, 74, 0.4) 50%, rgba(0, 183, 74, 0.5) 60%, rgba(0, 183, 74, 0) 70%);
}

.ripple-surface-info .ripple-wave {
  background-image: radial-gradient(circle, rgba(57, 192, 237, 0.2) 0, rgba(57, 192, 237, 0.3) 40%, rgba(57, 192, 237, 0.4) 50%, rgba(57, 192, 237, 0.5) 60%, rgba(57, 192, 237, 0) 70%);
}

.ripple-surface-warning .ripple-wave {
  background-image: radial-gradient(circle, rgba(255, 169, 0, 0.2) 0, rgba(255, 169, 0, 0.3) 40%, rgba(255, 169, 0, 0.4) 50%, rgba(255, 169, 0, 0.5) 60%, rgba(255, 169, 0, 0) 70%);
}

.ripple-surface-danger .ripple-wave {
  background-image: radial-gradient(circle, rgba(249, 49, 84, 0.2) 0, rgba(249, 49, 84, 0.3) 40%, rgba(249, 49, 84, 0.4) 50%, rgba(249, 49, 84, 0.5) 60%, rgba(249, 49, 84, 0) 70%);
}

.ripple-surface-light .ripple-wave {
  background-image: radial-gradient(circle, rgba(251, 251, 251, 0.2) 0, rgba(251, 251, 251, 0.3) 40%, rgba(251, 251, 251, 0.4) 50%, rgba(251, 251, 251, 0.5) 60%, rgba(251, 251, 251, 0) 70%);
}

.ripple-surface-dark .ripple-wave {
  background-image: radial-gradient(circle, rgba(38, 38, 38, 0.2) 0, rgba(38, 38, 38, 0.3) 40%, rgba(38, 38, 38, 0.4) 50%, rgba(38, 38, 38, 0.5) 60%, rgba(38, 38, 38, 0) 70%);
}

.ripple-surface-white .ripple-wave {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.ripple-surface-black .ripple-wave {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, transparent 70%);
}

.datepicker-toggle-button {
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.datepicker-toggle-button:focus {
  color: #2979ff;
}

.datepicker-toggle-button:hover {
  color: #2979ff;
}

.datepicker-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1065;
}

.datepicker-dropdown-container {
  width: 328px;
  height: 380px;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}

.datepicker-modal-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 328px;
  height: 512px;
  background-color: #fff;
  border-radius: 0.6rem 0.6rem 0.5rem 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 1066;
}

.datepicker-header {
  height: 120px;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #2979ff;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
}

.datepicker-title {
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.datepicker-title-text {
  font-size: 10px;
  font-weight: 400;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  color: #fff;
}

.datepicker-date {
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.datepicker-date-text {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
}

.datepicker-main {
  position: relative;
  height: 100%;
}

.datepicker-date-controls {
  padding: 10px 12px 0 12px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.64);
}

.datepicker-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.datepicker-arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
  vertical-align: middle;
  transform: rotate(180deg);
}

.datepicker-view-change-button {
  padding: 10px;
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 10px;
  box-shadow: none;
  background-color: transparent;
  margin: 0;
  border: none;
}

.datepicker-view-change-button:hover {
  background-color: #eee;
}

.datepicker-view-change-button:focus {
  background-color: #eee;
}

.datepicker-view-change-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 5px;
  border-top-style: solid;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.datepicker-arrow-controls {
  margin-top: 10px;
}

.datepicker-previous-button {
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
  margin-right: 24px;
}

.datepicker-previous-button:hover {
  background-color: #eee;
  border-radius: 50%;
}

.datepicker-previous-button:focus {
  background-color: #eee;
  border-radius: 50%;
}

.datepicker-previous-button::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-left-width: 2px;
  transform: translateX(2px) rotate(-45deg);
}

.datepicker-next-button {
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
  margin: 0;
  color: rgba(0, 0, 0, 0.64);
  background-color: transparent;
}

.datepicker-next-button:hover {
  background-color: #eee;
  border-radius: 50%;
}

.datepicker-next-button:focus {
  background-color: #eee;
  border-radius: 50%;
}

.datepicker-next-button::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 15.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translateX(-2px) rotate(45deg);
}

.datepicker-view {
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
}

.datepicker-table {
  margin-right: auto;
  margin-left: auto;
  width: 304px;
}

.datepicker-day-heading {
  width: 40px;
  height: 40px;
  -webkit-text-align: center;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.datepicker-cell {
  -webkit-text-align: center;
  text-align: center;
}

.datepicker-cell.disabled {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.datepicker-cell.disabled:hover {
  cursor: default;
}

.datepicker-cell:hover {
  cursor: pointer;
}

.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content {
  background-color: #d3d3d3;
}

.datepicker-cell.selected .datepicker-cell-content {
  background-color: #2979ff;
  color: #fff;
}

.datepicker-cell:not(.selected).focused .datepicker-cell-content {
  background-color: #eee;
}

.datepicker-cell.focused .datepicker-cell-content.selected {
  background-color: #2979ff;
}

.datepicker-cell.current .datepicker-cell-content {
  border: 1px solid #000;
}

.datepicker-small-cell {
  width: 40px;
  height: 40px;
}

.datepicker-small-cell-content {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  font-size: 13px;
}

.datepicker-large-cell {
  width: 76px;
  height: 42px;
}

.datepicker-large-cell-content {
  width: 72px;
  height: 40px;
  line-height: 40px;
  padding: 1px 2px;
  border-radius: 999px;
}

.datepicker-yearview-content {
  padding-left: 12px;
  padding-right: 12px;
}

.datepicker-footer {
  height: 56px;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}

.datepicker-footer-btn {
  background-color: #fff;
  color: #2979ff;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  margin-bottom: 10px;
}

.datepicker-footer-btn:hover {
  background-color: #eee;
}

.datepicker-footer-btn:focus {
  background-color: #eee;
}

.datepicker-clear-btn {
  margin-right: auto;
}

.timepicker-wrapper {
  touch-action: none;
  z-index: 1065;
  opacity: 0;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.timepicker-wrapper-inline {
  border-radius: 0.5rem;
}

.timepicker-elements {
  min-width: 310px;
  min-height: 325px;
  background: #fff;
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
}

.timepicker-elements-inline {
  min-height: auto;
}

.timepicker-head {
  background-color: #2979ff;
  height: 100px;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  padding: 10px 24px 10px 50px;
}

.timepicker-head-inline {
  padding: 0;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.timepicker-button {
  font-size: 0.8rem;
  min-width: 64px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 40px;
  border-radius: 10px;
  letter-spacing: 0.1rem;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  color: #2979ff;
  border: none;
  background-color: transparent;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  outline: none;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 10px;
}

.timepicker-button:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.timepicker-button:focus {
  outline: none;
  background-color: rgba(0, 0, 0, 0.08);
}

.timepicker-submit-inline {
  border-radius: 100%;
  height: 48px;
  min-width: 48px;
  display: inline-block;
  margin-left: 30px;
  color: #fff;
}

.timepicker-current {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}

.timepicker-current.active {
  opacity: 1;
}

.timepicker-current-wrapper {
  direction: ltr;
}

.timepicker-mode-wrapper {
  margin-left: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.54);
}

.timepicker-mode-wrapper.active {
  opacity: 1;
}

.timepicker-clock-wrapper {
  min-width: 310px;
  max-width: 325px;
  min-height: 305px;
  overflow-x: hidden;
  height: 100%;
}

.timepicker-clock {
  position: relative;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  cursor: default;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.07);
}

.timepicker-clock-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 100%;
}

.timepicker-time-tips-minutes {
  position: absolute;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  -webkit-text-align: center;
  text-align: center;
  cursor: pointer;
  font-size: 1.1rem;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.timepicker-time-tips-inner {
  position: absolute;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  -webkit-text-align: center;
  text-align: center;
  cursor: pointer;
  font-size: 1.1rem;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.timepicker-time-tips-hours {
  position: absolute;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  -webkit-text-align: center;
  text-align: center;
  cursor: pointer;
  font-size: 1.1rem;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.timepicker-time-tips-minutes.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-inner.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-hours.active {
  color: #fff;
  background-color: #2979ff;
  font-weight: 400;
}

.timepicker-time-tips-minutes:focus {
  outline: none;
}

.timepicker-time-tips-inner:focus {
  outline: none;
}

.timepicker-time-tips-hours:focus {
  outline: none;
}

.timepicker-time-tips-minutes.disabled {
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-time-tips-inner.disabled {
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-time-tips-hours.disabled {
  color: #b3afaf;
  pointer-events: none;
  background-color: transparent;
}

.timepicker-time-tips-minutes::-moz-selection {
  background-color: transparent;
}

.timepicker-time-tips-minutes::selection {
  background-color: transparent;
}

.timepicker-time-tips-inner::-moz-selection {
  background-color: transparent;
}

.timepicker-time-tips-inner::selection {
  background-color: transparent;
}

.timepicker-time-tips-hours::-moz-selection {
  background-color: transparent;
}

.timepicker-time-tips-hours::selection {
  background-color: transparent;
}

.timepicker-dot {
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
  color: #fff;
  font-size: 3.75rem;
  opacity: 0.54;
  border: none;
  background: transparent;
  padding: 0;
}

.timepicker-current-inline {
  font-size: 2.5rem;
}

.timepicker-item {
  position: absolute;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  -webkit-text-align: center;
  text-align: center;
  padding: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 1.1em;
  z-index: 3;
}

.timepicker-middle-dot {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #2979ff;
}

.timepicker-hand-pointer {
  background-color: #2979ff;
  bottom: 50%;
  height: 40%;
  left: calc(50% - 1px);
  transform-origin: center bottom 0;
  width: 2px;
}

.timepicker-transform {
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, height 400ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.timepicker-time-tips {
  position: absolute;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  -webkit-text-align: center;
  text-align: center;
  cursor: pointer;
  font-size: 1.1rem;
}

.timepicker-time-tips.active {
  color: #fff;
}

.timepicker-circle {
  top: -21px;
  left: -15px;
  width: 4px;
  border: 14px solid #2979ff;
  height: 4px;
  box-sizing: content-box;
  border-radius: 100%;
}

.timepicker-hour-mode {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #fff;
  opacity: 0.54;
  cursor: pointer;
}

.timepicker-hour {
  cursor: pointer;
}

.timepicker-minute {
  cursor: pointer;
}

.timepicker-hour-mode:hover {
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-hour-mode:focus {
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-hour:hover {
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-hour:focus {
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-minute:hover {
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-minute:focus {
  background-color: rgba(0, 0, 0, 0.15);
  outline: none;
}

.timepicker-hour-mode.active {
  color: #fff;
  opacity: 1;
}

.timepicker-hour.active {
  color: #fff;
  opacity: 1;
}

.timepicker-minute.active {
  color: #fff;
  opacity: 1;
}

.timepicker-hour-mode-current-inline {
  font-size: 2.5rem;
}

.timepicker-hour-current-inline {
  font-size: 2.5rem;
}

.timepicker-minute-current-inline {
  font-size: 2.5rem;
}

.timepicker-footer {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #fff;
}

.timepicker-container {
  max-height: calc(100% - 64px);
  overflow-y: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.timepicker-icon-up {
  opacity: 0;
  transition: 0.2s ease all;
  cursor: pointer;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -35px;
}

.timepicker-icon-down {
  opacity: 0;
  transition: 0.2s ease all;
  cursor: pointer;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -47px;
}

.timepicker-icon-up.active {
  opacity: 1;
}

.timepicker-icon-up:hover {
  opacity: 1;
}

.timepicker-icon-down.active {
  opacity: 1;
}

.timepicker-icon-down:hover {
  opacity: 1;
}

.timepicker-inline-hour-icons button {
  opacity: 1 !important;
  cursor: default;
}

.timepicker-inline-minutes-icons button {
  opacity: 1 !important;
  cursor: default;
}

.timepicker-inline-hour-icons button:hover {
  background-color: unset !important;
}

.timepicker-inline-minutes-icons button:hover {
  background-color: unset !important;
}

.timepicker-clock-animation {
  -webkit-animation: _show-up-clock 350ms linear;
  animation: _show-up-clock 350ms linear;
}

.timepicker-icon-btn {
  width: 30px;
  height: 30px;
}

.timepicker-toggle-button {
  position: absolute;
  outline: none;
  border: none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  cursor: pointer;
}

.timepicker-toggle-button:hover {
  color: #2979ff;
}

.timepicker-toggle-button:focus {
  color: #2979ff;
}

.timepicker-input:focus + .timepicker-toggle-button {
  color: #2979ff;
}

.timepicker-input:focus + .timepicker-toggle-button i {
  color: #2979ff;
}

.timepicker a.timepicker-toggle-button {
  right: 1px;
}

.timepicker-toggle-button.timepicker-icon {
  right: 1px;
}

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

.timepicker-modal {
  z-index: 1065;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timepicker-modal .fade.show {
  opacity: 1;
}

.stepper {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}

.stepper:not(.stepper-vertical) {
  display: flex;
  justify-content: space-between;
}

.stepper:not(.stepper-vertical) .stepper-content {
  position: absolute;
  width: 100%;
  padding: 1rem;
}

.stepper:not(.stepper-vertical) .stepper-step {
  flex: auto;
  height: 4.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head {
  padding-left: 1.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head {
  padding-right: 1.5rem;
}

.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before {
  flex: 1;
  height: 1px;
  width: 100%;
  margin-right: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after {
  flex: 1;
  height: 1px;
  width: 100%;
  margin-left: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.stepper:not(.stepper-vertical) .stepper-head-icon {
  margin: 1.5rem 0.5rem 1.5rem 0;
}

.stepper-vertical .stepper-step {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.stepper-vertical .stepper-step:not(:last-child):after {
  position: absolute;
  left: 2.25rem;
  height: calc(100% - 2.45rem);
  top: 3rem;
  width: 1px;
  margin-top: 0.5rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.stepper-vertical .stepper-content {
  overflow: hidden;
  padding: 1rem 1.5rem 1.5rem 3.75rem;
  transition: height 0.3s ease-in-out, margin-top 0.3s ease-in-out, margin-bottom 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}

.stepper-vertical .stepper-content-hide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 0 !important;
}

.stepper-vertical .stepper-head {
  padding: 1.5rem;
}

.stepper-vertical .stepper-head-icon {
  margin-right: 0.75rem;
}

.stepper-vertical .stepper-head-text:after {
  position: absolute;
}

.stepper.stepper-mobile {
  justify-content: center;
  align-items: flex-end;
}

.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon {
  display: none;
}

.stepper.stepper-mobile .stepper-step {
  flex: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1rem 0 1rem 0;
}

.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after {
  margin-left: 0;
}

.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before {
  margin-right: 0;
}

.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.stepper.stepper-mobile .stepper-head-icon {
  font-size: 0;
  margin: 0;
  height: 0.5rem;
  width: 0.5rem;
  z-index: 1;
}

.stepper.stepper-mobile .stepper-head-text {
  display: none;
}

.stepper.stepper-mobile .stepper-content {
  top: 2.56rem;
}

.stepper-form {
  display: inherit;
  justify-content: inherit;
  width: inherit;
  position: inherit;
}

.stepper-content {
  left: 0;
}

.stepper-head {
  display: flex;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: unset;
  line-height: 1.3;
  cursor: pointer;
}

.stepper-head:hover {
  background-color: #dbdbdb;
}

.stepper-head:focus {
  outline: none;
}

.stepper-head-text:after {
  display: flex;
  font-size: 0.8rem;
  content: attr(data-content);
}

.stepper-head-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: gray;
  border-radius: 100%;
  font-size: 0.875rem;
  width: 1.5rem;
  height: 1.5rem;
}

.stepper-completed .stepper-head-icon {
  background-color: #198754;
}

.stepper-active .stepper-head-text {
  font-weight: 500;
}

.stepper-active .stepper-content {
  display: block;
}

.stepper-active .stepper-head-icon {
  background-color: #0d6efd;
}

.stepper-invalid .stepper-head-icon {
  background-color: #dc3545;
}

.stepper-disabled .stepper-head {
  color: #858585;
  cursor: default;
}

.stepper-disabled .stepper-head-icon {
  background-color: #858585;
}

.stepper-mobile-head {
  position: absolute;
  align-self: normal;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.stepper-mobile-footer {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
}

.stepper-back-btn {
  display: block;
  left: 0;
}

.stepper-back-btn .btn-link {
  color: unset;
}

.stepper-back-btn i {
  margin-right: 0.5rem;
}

.stepper-next-btn {
  display: block;
  right: 0;
}

.stepper-next-btn .btn-link {
  color: unset;
}

.stepper-next-btn i {
  margin-left: 0.5rem;
}

.stepper-mobile-progress-bar {
  height: 0.3rem;
  width: 0;
}

.stepper-mobile-progress {
  height: 0.3rem;
  -ms-flex-grow: 100;
  flex-grow: 100;
  background-color: #dee2e6;
}

.stepper-horizontal {
  overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }

  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .form-switch .form-check-input {
    transition: none;
  }

  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }

  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }

  .form-floating > label {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .collapsing.collapse-horizontal {
    transition: none;
  }

  .accordion-button::after {
    transition: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .carousel-item {
    transition: none;
  }

  .carousel-fade .active.carousel-item-start {
    transition: none;
  }

  .carousel-fade .active.carousel-item-end {
    transition: none;
  }

  .carousel-control-prev {
    transition: none;
  }

  .carousel-control-next {
    transition: none;
  }

  .carousel-indicators [data-bs-target] {
    transition: none;
  }

  .spinner-border {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }

  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }

  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-lg {
    max-width: 800px;
  }

  .modal-xl {
    max-width: 800px;
  }

  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .modal-xl {
    max-width: 1140px;
  }

  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    -ms-flex-basis: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -ms-flex-grow: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }

  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }

  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media (prefers-reduced-motion) {
  .animation {
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .datepicker-modal-container .datepicker-header {
    height: 100%;
  }

  .datepicker-modal-container .datepicker-date {
    margin-top: 100px;
  }

  .datepicker-modal-container .datepicker-day-cell {
    width: 32x;
    height: 32x;
  }

  .datepicker-modal-container {
    flex-direction: row;
    width: 475px;
    height: 360px;
  }

  .datepicker-modal-container.datepicker-day-cell {
    width: 36px;
    height: 36px;
  }
}

@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape) {
  .timepicker-elements {
    flex-direction: row !important;
    border-bottom-left-radius: 0.5rem;
    min-width: auto;
    min-height: auto;
    overflow-y: auto;
  }

  .timepicker-head {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
    padding-right: 10px !important;
    height: auto;
    min-height: 305px;
  }

  .timepicker-head-content {
    flex-direction: column;
  }

  .timepicker-mode-wrapper {
    justify-content: space-around !important;
    flex-direction: row !important;
  }

  .timepicker-current {
    font-size: 3rem;
    font-weight: 400;
  }

  .timepicker-dot {
    font-size: 3rem;
    font-weight: 400;
  }
}

@media (max-width: 576px) {
  .stepper-horizontal {
    overflow-x: auto;
  }
}

@-webkit-keyframes _spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes _spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes _fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes _fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes _fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes _fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes _fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _fade-out-down {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _fade-out-down {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _fade-out-left {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _fade-out-left {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _fade-out-right {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _fade-out-right {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _fade-out-up {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _fade-out-up {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _slide-in-down {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-down {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-left {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-left {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-right {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-right {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-in-up {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes _slide-in-up {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes _slide-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-out-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _slide-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _slide-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _slide-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-out-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _slide-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes _slide-down {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes _slide-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes _slide-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes _slide-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes _slide-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes _slide-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes _slide-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes _zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes _zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes _zoom-out {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes _zoom-out {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes _tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes _pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes _pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes _show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes _show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.card {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.25rem;
}

.bullet-tick {
  list-style-image: url(44007c8a5a00632be742.png);
  -webkit-padding-start: 1ch;
          padding-inline-start: 1ch;
  margin-left: 1rem;
}

.bg-gradient-blue {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FC5F6E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0));
  --tw-gradient-to: #4776E6;
}

.bg-gradient-red {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #4776E6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0));
  --tw-gradient-to: #FC5F6E;
}

.btn {
  border-width: 1px;
  background-color: transparent;
  display: inline-block;
  height: 3rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 78, 80, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 78, 80, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(56, 69, 106, var(--tw-text-opacity));
  }

.btn-grey {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(56, 69, 106, var(--tw-text-opacity));
  }

.btn-teal {
    --tw-border-opacity: 1;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.btn-blue {
    --tw-border-opacity: 1;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.btn-green {
    --tw-border-opacity: 1;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.btn-outline {
    border-width: 1px;
    background-color: transparent;
  }

.btn-outline-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.btn-outline-white:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 78, 80, var(--tw-text-opacity));
    }

.btn-outline-grey {
    --tw-border-opacity: 1;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(56, 69, 106, var(--tw-text-opacity));
  }

.btn-outline-grey:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(56, 69, 106, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.btn-outline-blue {
    --tw-border-opacity: 1;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(71, 118, 230, var(--tw-text-opacity));
  }

.btn-outline-blue:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(71, 118, 230, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.btn-outline-primary {
    --tw-border-opacity: 1;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 78, 80, var(--tw-text-opacity));
  }

.btn-outline-primary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 78, 80, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.btn:hover {
    opacity: 0.9;
  }

.pill {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  height: 1.5rem;
  border-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 15px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(56, 69, 106, var(--tw-text-opacity));
}

.wysiwig h1, .wysiwig h2, .wysiwig h3, .wysiwig h4, .wysiwig h5, .wysiwig h6 {
    padding-bottom: 1rem;
    font-size: 18px;
    line-height: 21.6px;
    --tw-text-opacity: 1;
    color: rgba(255, 78, 80, var(--tw-text-opacity));
  }

.wysiwig p {
    padding-bottom: 1.25rem;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgba(105, 105, 105, var(--tw-text-opacity));
  }

.wysiwig ul {
    padding-bottom: 1.5rem;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgba(105, 105, 105, var(--tw-text-opacity));
  }

.wysiwig ul li {
      padding-bottom: 1.25rem;
    }

.wysiwig ul li::before {
        content: url(19c18707c49de4573f70.png);
        margin-right: 1.25rem;
        margin-left: 0.75rem;
      }

.input {
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(56, 69, 106, var(--tw-text-opacity));
}

.active {
  --tw-text-opacity: 1;
  color: rgba(255, 78, 80, var(--tw-text-opacity));
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

.inset-2 {
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.inset-3 {
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

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

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

.inset-6 {
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.inset-7 {
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

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

.inset-9 {
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

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

.inset-11 {
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.inset-12 {
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.inset-14 {
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.inset-16 {
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

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

.inset-24 {
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

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

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

.inset-36 {
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

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

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

.inset-48 {
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.inset-52 {
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

.inset-56 {
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

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

.inset-64 {
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.inset-72 {
  top: 18rem !important;
  right: 18rem !important;
  bottom: 18rem !important;
  left: 18rem !important;
}

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

.inset-96 {
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

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

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

.inset-0\.5 {
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.inset-1\.5 {
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.inset-2\.5 {
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.inset-3\.5 {
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

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

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

.-inset-2 {
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

.-inset-3 {
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

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

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

.-inset-6 {
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

.-inset-7 {
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

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

.-inset-9 {
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

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

.-inset-11 {
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

.-inset-12 {
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.-inset-14 {
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

.-inset-16 {
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

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

.-inset-24 {
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

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

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

.-inset-36 {
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

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

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

.-inset-48 {
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

.-inset-52 {
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

.-inset-56 {
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

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

.-inset-64 {
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

.-inset-72 {
  top: -18rem !important;
  right: -18rem !important;
  bottom: -18rem !important;
  left: -18rem !important;
}

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

.-inset-96 {
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

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

.-inset-0\.5 {
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.-inset-1\.5 {
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

.-inset-2\.5 {
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

.-inset-3\.5 {
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.isolate {
  isolation: isolate !important;
}

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

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

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

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

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

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

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

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

.focus-within\:z-0:focus-within {
  z-index: 0 !important;
}

.focus-within\:z-10:focus-within {
  z-index: 10 !important;
}

.focus-within\:z-20:focus-within {
  z-index: 20 !important;
}

.focus-within\:z-30:focus-within {
  z-index: 30 !important;
}

.focus-within\:z-40:focus-within {
  z-index: 40 !important;
}

.focus-within\:z-50:focus-within {
  z-index: 50 !important;
}

.focus-within\:z-auto:focus-within {
  z-index: auto !important;
}

.focus\:z-0:focus {
  z-index: 0 !important;
}

.focus\:z-10:focus {
  z-index: 10 !important;
}

.focus\:z-20:focus {
  z-index: 20 !important;
}

.focus\:z-30:focus {
  z-index: 30 !important;
}

.focus\:z-40:focus {
  z-index: 40 !important;
}

.focus\:z-50:focus {
  z-index: 50 !important;
}

.focus\:z-auto:focus {
  z-index: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -9999 !important;
}

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

.order-none {
  order: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

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

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

.float-none {
  float: none !important;
}

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

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

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.m-5 {
  margin: 1.25rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 1.75rem !important;
}

.m-8 {
  margin: 2rem !important;
}

.m-9 {
  margin: 2.25rem !important;
}

.m-10 {
  margin: 2.5rem !important;
}

.m-11 {
  margin: 2.75rem !important;
}

.m-12 {
  margin: 3rem !important;
}

.m-14 {
  margin: 3.5rem !important;
}

.m-16 {
  margin: 4rem !important;
}

.m-20 {
  margin: 5rem !important;
}

.m-24 {
  margin: 6rem !important;
}

.m-28 {
  margin: 7rem !important;
}

.m-32 {
  margin: 8rem !important;
}

.m-36 {
  margin: 9rem !important;
}

.m-40 {
  margin: 10rem !important;
}

.m-44 {
  margin: 11rem !important;
}

.m-48 {
  margin: 12rem !important;
}

.m-52 {
  margin: 13rem !important;
}

.m-56 {
  margin: 14rem !important;
}

.m-60 {
  margin: 15rem !important;
}

.m-64 {
  margin: 16rem !important;
}

.m-72 {
  margin: 18rem !important;
}

.m-80 {
  margin: 20rem !important;
}

.m-96 {
  margin: 24rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

.m-0\.5 {
  margin: 0.125rem !important;
}

.m-1\.5 {
  margin: 0.375rem !important;
}

.m-2\.5 {
  margin: 0.625rem !important;
}

.m-3\.5 {
  margin: 0.875rem !important;
}

.-m-0 {
  margin: 0px !important;
}

.-m-1 {
  margin: -0.25rem !important;
}

.-m-2 {
  margin: -0.5rem !important;
}

.-m-3 {
  margin: -0.75rem !important;
}

.-m-4 {
  margin: -1rem !important;
}

.-m-5 {
  margin: -1.25rem !important;
}

.-m-6 {
  margin: -1.5rem !important;
}

.-m-7 {
  margin: -1.75rem !important;
}

.-m-8 {
  margin: -2rem !important;
}

.-m-9 {
  margin: -2.25rem !important;
}

.-m-10 {
  margin: -2.5rem !important;
}

.-m-11 {
  margin: -2.75rem !important;
}

.-m-12 {
  margin: -3rem !important;
}

.-m-14 {
  margin: -3.5rem !important;
}

.-m-16 {
  margin: -4rem !important;
}

.-m-20 {
  margin: -5rem !important;
}

.-m-24 {
  margin: -6rem !important;
}

.-m-28 {
  margin: -7rem !important;
}

.-m-32 {
  margin: -8rem !important;
}

.-m-36 {
  margin: -9rem !important;
}

.-m-40 {
  margin: -10rem !important;
}

.-m-44 {
  margin: -11rem !important;
}

.-m-48 {
  margin: -12rem !important;
}

.-m-52 {
  margin: -13rem !important;
}

.-m-56 {
  margin: -14rem !important;
}

.-m-60 {
  margin: -15rem !important;
}

.-m-64 {
  margin: -16rem !important;
}

.-m-72 {
  margin: -18rem !important;
}

.-m-80 {
  margin: -20rem !important;
}

.-m-96 {
  margin: -24rem !important;
}

.-m-px {
  margin: -1px !important;
}

.-m-0\.5 {
  margin: -0.125rem !important;
}

.-m-1\.5 {
  margin: -0.375rem !important;
}

.-m-2\.5 {
  margin: -0.625rem !important;
}

.-m-3\.5 {
  margin: -0.875rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-7 {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mx-11 {
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-14 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.mx-16 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-36 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mx-44 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mx-52 {
  margin-left: 13rem !important;
  margin-right: 13rem !important;
}

.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.mx-60 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.mx-72 {
  margin-left: 18rem !important;
  margin-right: 18rem !important;
}

.mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important;
}

.mx-96 {
  margin-left: 24rem !important;
  margin-right: 24rem !important;
}

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

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-1\.5 {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.mx-2\.5 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

.mx-3\.5 {
  margin-left: 0.875rem !important;
  margin-right: 0.875rem !important;
}

.-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-mx-3 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.-mx-4 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-mx-5 {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-mx-7 {
  margin-left: -1.75rem !important;
  margin-right: -1.75rem !important;
}

.-mx-8 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-mx-9 {
  margin-left: -2.25rem !important;
  margin-right: -2.25rem !important;
}

.-mx-10 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-mx-11 {
  margin-left: -2.75rem !important;
  margin-right: -2.75rem !important;
}

.-mx-12 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-mx-14 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important;
}

.-mx-16 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-mx-36 {
  margin-left: -9rem !important;
  margin-right: -9rem !important;
}

.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-mx-44 {
  margin-left: -11rem !important;
  margin-right: -11rem !important;
}

.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-mx-52 {
  margin-left: -13rem !important;
  margin-right: -13rem !important;
}

.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-mx-60 {
  margin-left: -15rem !important;
  margin-right: -15rem !important;
}

.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-mx-72 {
  margin-left: -18rem !important;
  margin-right: -18rem !important;
}

.-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important;
}

.-mx-96 {
  margin-left: -24rem !important;
  margin-right: -24rem !important;
}

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.-mx-0\.5 {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}

.-mx-1\.5 {
  margin-left: -0.375rem !important;
  margin-right: -0.375rem !important;
}

.-mx-2\.5 {
  margin-left: -0.625rem !important;
  margin-right: -0.625rem !important;
}

.-mx-3\.5 {
  margin-left: -0.875rem !important;
  margin-right: -0.875rem !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.my-0\.5 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.my-1\.5 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2\.5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-3\.5 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}

.-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.-my-1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-my-2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-my-3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.-my-4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.-my-5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

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

.-my-7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

.-my-8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-my-9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.-my-10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-my-11 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

.-my-12 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-my-14 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.-my-16 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-my-36 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-my-44 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-my-52 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-my-60 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-my-72 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

.-my-96 {
  margin-top: -24rem !important;
  margin-bottom: -24rem !important;
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-my-0\.5 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}

.-my-1\.5 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important;
}

.-my-2\.5 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.-my-3\.5 {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

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

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

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

.mt-20 {
  margin-top: 5rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.mt-44 {
  margin-top: 11rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.mt-52 {
  margin-top: 13rem !important;
}

.mt-56 {
  margin-top: 14rem !important;
}

.mt-60 {
  margin-top: 15rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.mt-72 {
  margin-top: 18rem !important;
}

.mt-80 {
  margin-top: 20rem !important;
}

.mt-96 {
  margin-top: 24rem !important;
}

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

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

.mt-0\.5 {
  margin-top: 0.125rem !important;
}

.mt-1\.5 {
  margin-top: 0.375rem !important;
}

.mt-2\.5 {
  margin-top: 0.625rem !important;
}

.mt-3\.5 {
  margin-top: 0.875rem !important;
}

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

.-mt-1 {
  margin-top: -0.25rem !important;
}

.-mt-2 {
  margin-top: -0.5rem !important;
}

.-mt-3 {
  margin-top: -0.75rem !important;
}

.-mt-4 {
  margin-top: -1rem !important;
}

.-mt-5 {
  margin-top: -1.25rem !important;
}

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

.-mt-7 {
  margin-top: -1.75rem !important;
}

.-mt-8 {
  margin-top: -2rem !important;
}

.-mt-9 {
  margin-top: -2.25rem !important;
}

.-mt-10 {
  margin-top: -2.5rem !important;
}

.-mt-11 {
  margin-top: -2.75rem !important;
}

.-mt-12 {
  margin-top: -3rem !important;
}

.-mt-14 {
  margin-top: -3.5rem !important;
}

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

.-mt-20 {
  margin-top: -5rem !important;
}

.-mt-24 {
  margin-top: -6rem !important;
}

.-mt-28 {
  margin-top: -7rem !important;
}

.-mt-32 {
  margin-top: -8rem !important;
}

.-mt-36 {
  margin-top: -9rem !important;
}

.-mt-40 {
  margin-top: -10rem !important;
}

.-mt-44 {
  margin-top: -11rem !important;
}

.-mt-48 {
  margin-top: -12rem !important;
}

.-mt-52 {
  margin-top: -13rem !important;
}

.-mt-56 {
  margin-top: -14rem !important;
}

.-mt-60 {
  margin-top: -15rem !important;
}

.-mt-64 {
  margin-top: -16rem !important;
}

.-mt-72 {
  margin-top: -18rem !important;
}

.-mt-80 {
  margin-top: -20rem !important;
}

.-mt-96 {
  margin-top: -24rem !important;
}

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

.-mt-0\.5 {
  margin-top: -0.125rem !important;
}

.-mt-1\.5 {
  margin-top: -0.375rem !important;
}

.-mt-2\.5 {
  margin-top: -0.625rem !important;
}

.-mt-3\.5 {
  margin-top: -0.875rem !important;
}

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

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-5 {
  margin-right: 1.25rem !important;
}

.mr-6 {
  margin-right: 1.5rem !important;
}

.mr-7 {
  margin-right: 1.75rem !important;
}

.mr-8 {
  margin-right: 2rem !important;
}

.mr-9 {
  margin-right: 2.25rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mr-11 {
  margin-right: 2.75rem !important;
}

.mr-12 {
  margin-right: 3rem !important;
}

.mr-14 {
  margin-right: 3.5rem !important;
}

.mr-16 {
  margin-right: 4rem !important;
}

.mr-20 {
  margin-right: 5rem !important;
}

.mr-24 {
  margin-right: 6rem !important;
}

.mr-28 {
  margin-right: 7rem !important;
}

.mr-32 {
  margin-right: 8rem !important;
}

.mr-36 {
  margin-right: 9rem !important;
}

.mr-40 {
  margin-right: 10rem !important;
}

.mr-44 {
  margin-right: 11rem !important;
}

.mr-48 {
  margin-right: 12rem !important;
}

.mr-52 {
  margin-right: 13rem !important;
}

.mr-56 {
  margin-right: 14rem !important;
}

.mr-60 {
  margin-right: 15rem !important;
}

.mr-64 {
  margin-right: 16rem !important;
}

.mr-72 {
  margin-right: 18rem !important;
}

.mr-80 {
  margin-right: 20rem !important;
}

.mr-96 {
  margin-right: 24rem !important;
}

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

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

.mr-0\.5 {
  margin-right: 0.125rem !important;
}

.mr-1\.5 {
  margin-right: 0.375rem !important;
}

.mr-2\.5 {
  margin-right: 0.625rem !important;
}

.mr-3\.5 {
  margin-right: 0.875rem !important;
}

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

.-mr-1 {
  margin-right: -0.25rem !important;
}

.-mr-2 {
  margin-right: -0.5rem !important;
}

.-mr-3 {
  margin-right: -0.75rem !important;
}

.-mr-4 {
  margin-right: -1rem !important;
}

.-mr-5 {
  margin-right: -1.25rem !important;
}

.-mr-6 {
  margin-right: -1.5rem !important;
}

.-mr-7 {
  margin-right: -1.75rem !important;
}

.-mr-8 {
  margin-right: -2rem !important;
}

.-mr-9 {
  margin-right: -2.25rem !important;
}

.-mr-10 {
  margin-right: -2.5rem !important;
}

.-mr-11 {
  margin-right: -2.75rem !important;
}

.-mr-12 {
  margin-right: -3rem !important;
}

.-mr-14 {
  margin-right: -3.5rem !important;
}

.-mr-16 {
  margin-right: -4rem !important;
}

.-mr-20 {
  margin-right: -5rem !important;
}

.-mr-24 {
  margin-right: -6rem !important;
}

.-mr-28 {
  margin-right: -7rem !important;
}

.-mr-32 {
  margin-right: -8rem !important;
}

.-mr-36 {
  margin-right: -9rem !important;
}

.-mr-40 {
  margin-right: -10rem !important;
}

.-mr-44 {
  margin-right: -11rem !important;
}

.-mr-48 {
  margin-right: -12rem !important;
}

.-mr-52 {
  margin-right: -13rem !important;
}

.-mr-56 {
  margin-right: -14rem !important;
}

.-mr-60 {
  margin-right: -15rem !important;
}

.-mr-64 {
  margin-right: -16rem !important;
}

.-mr-72 {
  margin-right: -18rem !important;
}

.-mr-80 {
  margin-right: -20rem !important;
}

.-mr-96 {
  margin-right: -24rem !important;
}

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

.-mr-0\.5 {
  margin-right: -0.125rem !important;
}

.-mr-1\.5 {
  margin-right: -0.375rem !important;
}

.-mr-2\.5 {
  margin-right: -0.625rem !important;
}

.-mr-3\.5 {
  margin-right: -0.875rem !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

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

.mb-5 {
  margin-bottom: 1.25rem !important;
}

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

.mb-7 {
  margin-bottom: 1.75rem !important;
}

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

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.mb-44 {
  margin-bottom: 11rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.mb-52 {
  margin-bottom: 13rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.mb-60 {
  margin-bottom: 15rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.mb-72 {
  margin-bottom: 18rem !important;
}

.mb-80 {
  margin-bottom: 20rem !important;
}

.mb-96 {
  margin-bottom: 24rem !important;
}

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem !important;
}

.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}

.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}

.mb-3\.5 {
  margin-bottom: 0.875rem !important;
}

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

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-mb-2 {
  margin-bottom: -0.5rem !important;
}

.-mb-3 {
  margin-bottom: -0.75rem !important;
}

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

.-mb-5 {
  margin-bottom: -1.25rem !important;
}

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

.-mb-7 {
  margin-bottom: -1.75rem !important;
}

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

.-mb-9 {
  margin-bottom: -2.25rem !important;
}

.-mb-10 {
  margin-bottom: -2.5rem !important;
}

.-mb-11 {
  margin-bottom: -2.75rem !important;
}

.-mb-12 {
  margin-bottom: -3rem !important;
}

.-mb-14 {
  margin-bottom: -3.5rem !important;
}

.-mb-16 {
  margin-bottom: -4rem !important;
}

.-mb-20 {
  margin-bottom: -5rem !important;
}

.-mb-24 {
  margin-bottom: -6rem !important;
}

.-mb-28 {
  margin-bottom: -7rem !important;
}

.-mb-32 {
  margin-bottom: -8rem !important;
}

.-mb-36 {
  margin-bottom: -9rem !important;
}

.-mb-40 {
  margin-bottom: -10rem !important;
}

.-mb-44 {
  margin-bottom: -11rem !important;
}

.-mb-48 {
  margin-bottom: -12rem !important;
}

.-mb-52 {
  margin-bottom: -13rem !important;
}

.-mb-56 {
  margin-bottom: -14rem !important;
}

.-mb-60 {
  margin-bottom: -15rem !important;
}

.-mb-64 {
  margin-bottom: -16rem !important;
}

.-mb-72 {
  margin-bottom: -18rem !important;
}

.-mb-80 {
  margin-bottom: -20rem !important;
}

.-mb-96 {
  margin-bottom: -24rem !important;
}

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

.-mb-0\.5 {
  margin-bottom: -0.125rem !important;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem !important;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem !important;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem !important;
}

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

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.ml-6 {
  margin-left: 1.5rem !important;
}

.ml-7 {
  margin-left: 1.75rem !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.ml-9 {
  margin-left: 2.25rem !important;
}

.ml-10 {
  margin-left: 2.5rem !important;
}

.ml-11 {
  margin-left: 2.75rem !important;
}

.ml-12 {
  margin-left: 3rem !important;
}

.ml-14 {
  margin-left: 3.5rem !important;
}

.ml-16 {
  margin-left: 4rem !important;
}

.ml-20 {
  margin-left: 5rem !important;
}

.ml-24 {
  margin-left: 6rem !important;
}

.ml-28 {
  margin-left: 7rem !important;
}

.ml-32 {
  margin-left: 8rem !important;
}

.ml-36 {
  margin-left: 9rem !important;
}

.ml-40 {
  margin-left: 10rem !important;
}

.ml-44 {
  margin-left: 11rem !important;
}

.ml-48 {
  margin-left: 12rem !important;
}

.ml-52 {
  margin-left: 13rem !important;
}

.ml-56 {
  margin-left: 14rem !important;
}

.ml-60 {
  margin-left: 15rem !important;
}

.ml-64 {
  margin-left: 16rem !important;
}

.ml-72 {
  margin-left: 18rem !important;
}

.ml-80 {
  margin-left: 20rem !important;
}

.ml-96 {
  margin-left: 24rem !important;
}

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

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

.ml-0\.5 {
  margin-left: 0.125rem !important;
}

.ml-1\.5 {
  margin-left: 0.375rem !important;
}

.ml-2\.5 {
  margin-left: 0.625rem !important;
}

.ml-3\.5 {
  margin-left: 0.875rem !important;
}

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

.-ml-1 {
  margin-left: -0.25rem !important;
}

.-ml-2 {
  margin-left: -0.5rem !important;
}

.-ml-3 {
  margin-left: -0.75rem !important;
}

.-ml-4 {
  margin-left: -1rem !important;
}

.-ml-5 {
  margin-left: -1.25rem !important;
}

.-ml-6 {
  margin-left: -1.5rem !important;
}

.-ml-7 {
  margin-left: -1.75rem !important;
}

.-ml-8 {
  margin-left: -2rem !important;
}

.-ml-9 {
  margin-left: -2.25rem !important;
}

.-ml-10 {
  margin-left: -2.5rem !important;
}

.-ml-11 {
  margin-left: -2.75rem !important;
}

.-ml-12 {
  margin-left: -3rem !important;
}

.-ml-14 {
  margin-left: -3.5rem !important;
}

.-ml-16 {
  margin-left: -4rem !important;
}

.-ml-20 {
  margin-left: -5rem !important;
}

.-ml-24 {
  margin-left: -6rem !important;
}

.-ml-28 {
  margin-left: -7rem !important;
}

.-ml-32 {
  margin-left: -8rem !important;
}

.-ml-36 {
  margin-left: -9rem !important;
}

.-ml-40 {
  margin-left: -10rem !important;
}

.-ml-44 {
  margin-left: -11rem !important;
}

.-ml-48 {
  margin-left: -12rem !important;
}

.-ml-52 {
  margin-left: -13rem !important;
}

.-ml-56 {
  margin-left: -14rem !important;
}

.-ml-60 {
  margin-left: -15rem !important;
}

.-ml-64 {
  margin-left: -16rem !important;
}

.-ml-72 {
  margin-left: -18rem !important;
}

.-ml-80 {
  margin-left: -20rem !important;
}

.-ml-96 {
  margin-left: -24rem !important;
}

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

.-ml-0\.5 {
  margin-left: -0.125rem !important;
}

.-ml-1\.5 {
  margin-left: -0.375rem !important;
}

.-ml-2\.5 {
  margin-left: -0.625rem !important;
}

.-ml-3\.5 {
  margin-left: -0.875rem !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.inline-table {
  display: inline-table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

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

.table-row {
  display: table-row !important;
}

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

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.contents {
  display: contents !important;
}

.list-item {
  display: list-item !important;
}

.hidden {
  display: none !important;
}

.h-0 {
  height: 0px !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-7 {
  height: 1.75rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-36 {
  height: 9rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-44 {
  height: 11rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-52 {
  height: 13rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-60 {
  height: 15rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-72 {
  height: 18rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-0\.5 {
  height: 0.125rem !important;
}

.h-1\.5 {
  height: 0.375rem !important;
}

.h-2\.5 {
  height: 0.625rem !important;
}

.h-3\.5 {
  height: 0.875rem !important;
}

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

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

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

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

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

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

.h-1\/5 {
  height: 20% !important;
}

.h-2\/5 {
  height: 40% !important;
}

.h-3\/5 {
  height: 60% !important;
}

.h-4\/5 {
  height: 80% !important;
}

.h-1\/6 {
  height: 16.666667% !important;
}

.h-2\/6 {
  height: 33.333333% !important;
}

.h-3\/6 {
  height: 50% !important;
}

.h-4\/6 {
  height: 66.666667% !important;
}

.h-5\/6 {
  height: 83.333333% !important;
}

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

.h-screen {
  height: 100vh !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-1 {
  max-height: 0.25rem !important;
}

.max-h-2 {
  max-height: 0.5rem !important;
}

.max-h-3 {
  max-height: 0.75rem !important;
}

.max-h-4 {
  max-height: 1rem !important;
}

.max-h-5 {
  max-height: 1.25rem !important;
}

.max-h-6 {
  max-height: 1.5rem !important;
}

.max-h-7 {
  max-height: 1.75rem !important;
}

.max-h-8 {
  max-height: 2rem !important;
}

.max-h-9 {
  max-height: 2.25rem !important;
}

.max-h-10 {
  max-height: 2.5rem !important;
}

.max-h-11 {
  max-height: 2.75rem !important;
}

.max-h-12 {
  max-height: 3rem !important;
}

.max-h-14 {
  max-height: 3.5rem !important;
}

.max-h-16 {
  max-height: 4rem !important;
}

.max-h-20 {
  max-height: 5rem !important;
}

.max-h-24 {
  max-height: 6rem !important;
}

.max-h-28 {
  max-height: 7rem !important;
}

.max-h-32 {
  max-height: 8rem !important;
}

.max-h-36 {
  max-height: 9rem !important;
}

.max-h-40 {
  max-height: 10rem !important;
}

.max-h-44 {
  max-height: 11rem !important;
}

.max-h-48 {
  max-height: 12rem !important;
}

.max-h-52 {
  max-height: 13rem !important;
}

.max-h-56 {
  max-height: 14rem !important;
}

.max-h-60 {
  max-height: 15rem !important;
}

.max-h-64 {
  max-height: 16rem !important;
}

.max-h-72 {
  max-height: 18rem !important;
}

.max-h-80 {
  max-height: 20rem !important;
}

.max-h-96 {
  max-height: 24rem !important;
}

.max-h-px {
  max-height: 1px !important;
}

.max-h-0\.5 {
  max-height: 0.125rem !important;
}

.max-h-1\.5 {
  max-height: 0.375rem !important;
}

.max-h-2\.5 {
  max-height: 0.625rem !important;
}

.max-h-3\.5 {
  max-height: 0.875rem !important;
}

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

.max-h-screen {
  max-height: 100vh !important;
}

.min-h-0 {
  min-height: 0px !important;
}

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

.min-h-screen {
  min-height: 100vh !important;
}

.w-0 {
  width: 0px !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-36 {
  width: 9rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-44 {
  width: 11rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-52 {
  width: 13rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-60 {
  width: 15rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-72 {
  width: 18rem !important;
}

.w-80 {
  width: 20rem !important;
}

.w-96 {
  width: 24rem !important;
}

.w-auto {
  width: auto !important;
}

.w-px {
  width: 1px !important;
}

.w-0\.5 {
  width: 0.125rem !important;
}

.w-1\.5 {
  width: 0.375rem !important;
}

.w-2\.5 {
  width: 0.625rem !important;
}

.w-3\.5 {
  width: 0.875rem !important;
}

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

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

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

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

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

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

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

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

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.min-w-0 {
  min-width: 0px !important;
}

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

.min-w-min {
  min-width: -webkit-min-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.max-w-0 {
  max-width: 0rem !important;
}

.max-w-none {
  max-width: none !important;
}

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

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

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

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

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

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

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

.max-w-4xl {
  max-width: 56rem !important;
}

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

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

.max-w-min {
  max-width: -webkit-min-content !important;
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max {
  max-width: -webkit-max-content !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.max-w-prose {
  max-width: 65ch !important;
}

.max-w-screen-tablet {
  max-width: 640px !important;
}

.max-w-screen-laptop {
  max-width: 1024px !important;
}

.max-w-screen-desktop {
  max-width: 1280px !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink {
  flex-shrink: 1 !important;
}

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

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

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.border-collapse {
  border-collapse: collapse !important;
}

.border-separate {
  border-collapse: separate !important;
}

.origin-center {
  transform-origin: center !important;
}

.origin-top {
  transform-origin: top !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.origin-right {
  transform-origin: right !important;
}

.origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left {
  transform-origin: bottom left !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-top-left {
  transform-origin: top left !important;
}

.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none {
  transform: none !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem !important;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem !important;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem !important;
}

.translate-x-4 {
  --tw-translate-x: 1rem !important;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem !important;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem !important;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem !important;
}

.translate-x-8 {
  --tw-translate-x: 2rem !important;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem !important;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem !important;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem !important;
}

.translate-x-12 {
  --tw-translate-x: 3rem !important;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem !important;
}

.translate-x-16 {
  --tw-translate-x: 4rem !important;
}

.translate-x-20 {
  --tw-translate-x: 5rem !important;
}

.translate-x-24 {
  --tw-translate-x: 6rem !important;
}

.translate-x-28 {
  --tw-translate-x: 7rem !important;
}

.translate-x-32 {
  --tw-translate-x: 8rem !important;
}

.translate-x-36 {
  --tw-translate-x: 9rem !important;
}

.translate-x-40 {
  --tw-translate-x: 10rem !important;
}

.translate-x-44 {
  --tw-translate-x: 11rem !important;
}

.translate-x-48 {
  --tw-translate-x: 12rem !important;
}

.translate-x-52 {
  --tw-translate-x: 13rem !important;
}

.translate-x-56 {
  --tw-translate-x: 14rem !important;
}

.translate-x-60 {
  --tw-translate-x: 15rem !important;
}

.translate-x-64 {
  --tw-translate-x: 16rem !important;
}

.translate-x-72 {
  --tw-translate-x: 18rem !important;
}

.translate-x-80 {
  --tw-translate-x: 20rem !important;
}

.translate-x-96 {
  --tw-translate-x: 24rem !important;
}

.translate-x-px {
  --tw-translate-x: 1px !important;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem !important;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem !important;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem !important;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem !important;
}

.-translate-x-0 {
  --tw-translate-x: 0px !important;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem !important;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem !important;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem !important;
}

.-translate-x-4 {
  --tw-translate-x: -1rem !important;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem !important;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem !important;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem !important;
}

.-translate-x-8 {
  --tw-translate-x: -2rem !important;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem !important;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem !important;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem !important;
}

.-translate-x-12 {
  --tw-translate-x: -3rem !important;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem !important;
}

.-translate-x-16 {
  --tw-translate-x: -4rem !important;
}

.-translate-x-20 {
  --tw-translate-x: -5rem !important;
}

.-translate-x-24 {
  --tw-translate-x: -6rem !important;
}

.-translate-x-28 {
  --tw-translate-x: -7rem !important;
}

.-translate-x-32 {
  --tw-translate-x: -8rem !important;
}

.-translate-x-36 {
  --tw-translate-x: -9rem !important;
}

.-translate-x-40 {
  --tw-translate-x: -10rem !important;
}

.-translate-x-44 {
  --tw-translate-x: -11rem !important;
}

.-translate-x-48 {
  --tw-translate-x: -12rem !important;
}

.-translate-x-52 {
  --tw-translate-x: -13rem !important;
}

.-translate-x-56 {
  --tw-translate-x: -14rem !important;
}

.-translate-x-60 {
  --tw-translate-x: -15rem !important;
}

.-translate-x-64 {
  --tw-translate-x: -16rem !important;
}

.-translate-x-72 {
  --tw-translate-x: -18rem !important;
}

.-translate-x-80 {
  --tw-translate-x: -20rem !important;
}

.-translate-x-96 {
  --tw-translate-x: -24rem !important;
}

.-translate-x-px {
  --tw-translate-x: -1px !important;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem !important;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem !important;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem !important;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem !important;
}

.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

.translate-x-full {
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

.-translate-x-full {
  --tw-translate-x: -100% !important;
}

.translate-y-0 {
  --tw-translate-y: 0px !important;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem !important;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem !important;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem !important;
}

.translate-y-4 {
  --tw-translate-y: 1rem !important;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem !important;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem !important;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem !important;
}

.translate-y-8 {
  --tw-translate-y: 2rem !important;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem !important;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem !important;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem !important;
}

.translate-y-12 {
  --tw-translate-y: 3rem !important;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem !important;
}

.translate-y-16 {
  --tw-translate-y: 4rem !important;
}

.translate-y-20 {
  --tw-translate-y: 5rem !important;
}

.translate-y-24 {
  --tw-translate-y: 6rem !important;
}

.translate-y-28 {
  --tw-translate-y: 7rem !important;
}

.translate-y-32 {
  --tw-translate-y: 8rem !important;
}

.translate-y-36 {
  --tw-translate-y: 9rem !important;
}

.translate-y-40 {
  --tw-translate-y: 10rem !important;
}

.translate-y-44 {
  --tw-translate-y: 11rem !important;
}

.translate-y-48 {
  --tw-translate-y: 12rem !important;
}

.translate-y-52 {
  --tw-translate-y: 13rem !important;
}

.translate-y-56 {
  --tw-translate-y: 14rem !important;
}

.translate-y-60 {
  --tw-translate-y: 15rem !important;
}

.translate-y-64 {
  --tw-translate-y: 16rem !important;
}

.translate-y-72 {
  --tw-translate-y: 18rem !important;
}

.translate-y-80 {
  --tw-translate-y: 20rem !important;
}

.translate-y-96 {
  --tw-translate-y: 24rem !important;
}

.translate-y-px {
  --tw-translate-y: 1px !important;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem !important;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem !important;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem !important;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem !important;
}

.-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem !important;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem !important;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem !important;
}

.-translate-y-4 {
  --tw-translate-y: -1rem !important;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem !important;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem !important;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem !important;
}

.-translate-y-8 {
  --tw-translate-y: -2rem !important;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem !important;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem !important;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem !important;
}

.-translate-y-12 {
  --tw-translate-y: -3rem !important;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem !important;
}

.-translate-y-16 {
  --tw-translate-y: -4rem !important;
}

.-translate-y-20 {
  --tw-translate-y: -5rem !important;
}

.-translate-y-24 {
  --tw-translate-y: -6rem !important;
}

.-translate-y-28 {
  --tw-translate-y: -7rem !important;
}

.-translate-y-32 {
  --tw-translate-y: -8rem !important;
}

.-translate-y-36 {
  --tw-translate-y: -9rem !important;
}

.-translate-y-40 {
  --tw-translate-y: -10rem !important;
}

.-translate-y-44 {
  --tw-translate-y: -11rem !important;
}

.-translate-y-48 {
  --tw-translate-y: -12rem !important;
}

.-translate-y-52 {
  --tw-translate-y: -13rem !important;
}

.-translate-y-56 {
  --tw-translate-y: -14rem !important;
}

.-translate-y-60 {
  --tw-translate-y: -15rem !important;
}

.-translate-y-64 {
  --tw-translate-y: -16rem !important;
}

.-translate-y-72 {
  --tw-translate-y: -18rem !important;
}

.-translate-y-80 {
  --tw-translate-y: -20rem !important;
}

.-translate-y-96 {
  --tw-translate-y: -24rem !important;
}

.-translate-y-px {
  --tw-translate-y: -1px !important;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem !important;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem !important;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem !important;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem !important;
}

.translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

.translate-y-full {
  --tw-translate-y: 100% !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

.-translate-y-full {
  --tw-translate-y: -100% !important;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem !important;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem !important;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem !important;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem !important;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem !important;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem !important;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem !important;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem !important;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem !important;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem !important;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem !important;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem !important;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem !important;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem !important;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem !important;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem !important;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem !important;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem !important;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem !important;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem !important;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem !important;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem !important;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px !important;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem !important;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem !important;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem !important;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem !important;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem !important;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem !important;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem !important;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem !important;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem !important;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem !important;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem !important;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem !important;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem !important;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem !important;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem !important;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem !important;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem !important;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem !important;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem !important;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem !important;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem !important;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem !important;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem !important;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem !important;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem !important;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem !important;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px !important;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem !important;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem !important;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem !important;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem !important;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100% !important;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem !important;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem !important;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem !important;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem !important;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem !important;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem !important;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem !important;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem !important;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem !important;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem !important;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem !important;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem !important;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem !important;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem !important;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem !important;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem !important;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem !important;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem !important;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem !important;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem !important;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem !important;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem !important;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px !important;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem !important;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem !important;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem !important;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem !important;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem !important;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem !important;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem !important;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem !important;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem !important;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem !important;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem !important;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem !important;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem !important;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem !important;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem !important;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem !important;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem !important;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem !important;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem !important;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem !important;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem !important;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem !important;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem !important;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem !important;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem !important;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem !important;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px !important;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem !important;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem !important;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem !important;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem !important;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100% !important;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem !important;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem !important;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem !important;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem !important;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem !important;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem !important;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem !important;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem !important;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem !important;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem !important;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem !important;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem !important;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem !important;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem !important;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem !important;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem !important;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem !important;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem !important;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem !important;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem !important;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem !important;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem !important;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px !important;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem !important;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem !important;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem !important;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem !important;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem !important;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem !important;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem !important;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem !important;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem !important;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem !important;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem !important;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem !important;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem !important;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem !important;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem !important;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem !important;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem !important;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem !important;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem !important;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem !important;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem !important;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem !important;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem !important;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem !important;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem !important;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem !important;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px !important;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem !important;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem !important;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem !important;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem !important;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100% !important;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem !important;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem !important;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem !important;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem !important;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem !important;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem !important;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem !important;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem !important;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem !important;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem !important;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem !important;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem !important;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem !important;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem !important;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem !important;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem !important;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem !important;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem !important;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem !important;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem !important;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem !important;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem !important;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px !important;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem !important;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem !important;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem !important;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem !important;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem !important;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem !important;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem !important;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem !important;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem !important;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem !important;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem !important;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem !important;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem !important;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem !important;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem !important;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem !important;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem !important;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem !important;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem !important;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem !important;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem !important;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem !important;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem !important;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem !important;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem !important;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem !important;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px !important;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem !important;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem !important;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem !important;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem !important;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100% !important;
}

.rotate-0 {
  --tw-rotate: 0deg !important;
}

.rotate-1 {
  --tw-rotate: 1deg !important;
}

.rotate-2 {
  --tw-rotate: 2deg !important;
}

.rotate-3 {
  --tw-rotate: 3deg !important;
}

.rotate-6 {
  --tw-rotate: 6deg !important;
}

.rotate-12 {
  --tw-rotate: 12deg !important;
}

.rotate-45 {
  --tw-rotate: 45deg !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
}

.-rotate-180 {
  --tw-rotate: -180deg !important;
}

.-rotate-90 {
  --tw-rotate: -90deg !important;
}

.-rotate-45 {
  --tw-rotate: -45deg !important;
}

.-rotate-12 {
  --tw-rotate: -12deg !important;
}

.-rotate-6 {
  --tw-rotate: -6deg !important;
}

.-rotate-3 {
  --tw-rotate: -3deg !important;
}

.-rotate-2 {
  --tw-rotate: -2deg !important;
}

.-rotate-1 {
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg !important;
}

.skew-x-0 {
  --tw-skew-x: 0deg !important;
}

.skew-x-1 {
  --tw-skew-x: 1deg !important;
}

.skew-x-2 {
  --tw-skew-x: 2deg !important;
}

.skew-x-3 {
  --tw-skew-x: 3deg !important;
}

.skew-x-6 {
  --tw-skew-x: 6deg !important;
}

.skew-x-12 {
  --tw-skew-x: 12deg !important;
}

.-skew-x-12 {
  --tw-skew-x: -12deg !important;
}

.-skew-x-6 {
  --tw-skew-x: -6deg !important;
}

.-skew-x-3 {
  --tw-skew-x: -3deg !important;
}

.-skew-x-2 {
  --tw-skew-x: -2deg !important;
}

.-skew-x-1 {
  --tw-skew-x: -1deg !important;
}

.skew-y-0 {
  --tw-skew-y: 0deg !important;
}

.skew-y-1 {
  --tw-skew-y: 1deg !important;
}

.skew-y-2 {
  --tw-skew-y: 2deg !important;
}

.skew-y-3 {
  --tw-skew-y: 3deg !important;
}

.skew-y-6 {
  --tw-skew-y: 6deg !important;
}

.skew-y-12 {
  --tw-skew-y: 12deg !important;
}

.-skew-y-12 {
  --tw-skew-y: -12deg !important;
}

.-skew-y-6 {
  --tw-skew-y: -6deg !important;
}

.-skew-y-3 {
  --tw-skew-y: -3deg !important;
}

.-skew-y-2 {
  --tw-skew-y: -2deg !important;
}

.-skew-y-1 {
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0 {
  --tw-scale-x: 0 !important;
}

.scale-x-50 {
  --tw-scale-x: .5 !important;
}

.scale-x-75 {
  --tw-scale-x: .75 !important;
}

.scale-x-90 {
  --tw-scale-x: .9 !important;
}

.scale-x-95 {
  --tw-scale-x: .95 !important;
}

.scale-x-100 {
  --tw-scale-x: 1 !important;
}

.scale-x-105 {
  --tw-scale-x: 1.05 !important;
}

.scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

.scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

.scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

.scale-y-0 {
  --tw-scale-y: 0 !important;
}

.scale-y-50 {
  --tw-scale-y: .5 !important;
}

.scale-y-75 {
  --tw-scale-y: .75 !important;
}

.scale-y-90 {
  --tw-scale-y: .9 !important;
}

.scale-y-95 {
  --tw-scale-y: .95 !important;
}

.scale-y-100 {
  --tw-scale-y: 1 !important;
}

.scale-y-105 {
  --tw-scale-y: 1.05 !important;
}

.scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

.scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

.scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  -webkit-animation: none !important;
          animation: none !important;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite !important;
          animation: spin 1s linear infinite !important;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite !important;
          animation: bounce 1s infinite !important;
}

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

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

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

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.auto-cols-auto {
  grid-auto-columns: auto !important;
}

.auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.auto-rows-auto {
  grid-auto-rows: auto !important;
}

.auto-rows-min {
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max {
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr) !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
  grid-template-columns: none !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

.flex-row {
  flex-direction: row !important;
}

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

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

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

.place-content-between {
  place-content: space-between !important;
}

.place-content-around {
  place-content: space-around !important;
}

.place-content-evenly {
  place-content: space-evenly !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

.place-items-center {
  place-items: center !important;
}

.place-items-stretch {
  place-items: stretch !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

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

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-center {
  justify-items: center !important;
}

.justify-items-stretch {
  justify-items: stretch !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-44 {
  gap: 11rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-52 {
  gap: 13rem !important;
}

.gap-56 {
  gap: 14rem !important;
}

.gap-60 {
  gap: 15rem !important;
}

.gap-64 {
  gap: 16rem !important;
}

.gap-72 {
  gap: 18rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-96 {
  gap: 24rem !important;
}

.gap-px {
  gap: 1px !important;
}

.gap-0\.5 {
  gap: 0.125rem !important;
}

.gap-1\.5 {
  gap: 0.375rem !important;
}

.gap-2\.5 {
  gap: 0.625rem !important;
}

.gap-3\.5 {
  gap: 0.875rem !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-72 {
  -moz-column-gap: 18rem !important;
       column-gap: 18rem !important;
}

.gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-y-5 {
  row-gap: 1.25rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-9 {
  row-gap: 2.25rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-11 {
  row-gap: 2.75rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-y-14 {
  row-gap: 3.5rem !important;
}

.gap-y-16 {
  row-gap: 4rem !important;
}

.gap-y-20 {
  row-gap: 5rem !important;
}

.gap-y-24 {
  row-gap: 6rem !important;
}

.gap-y-28 {
  row-gap: 7rem !important;
}

.gap-y-32 {
  row-gap: 8rem !important;
}

.gap-y-36 {
  row-gap: 9rem !important;
}

.gap-y-40 {
  row-gap: 10rem !important;
}

.gap-y-44 {
  row-gap: 11rem !important;
}

.gap-y-48 {
  row-gap: 12rem !important;
}

.gap-y-52 {
  row-gap: 13rem !important;
}

.gap-y-56 {
  row-gap: 14rem !important;
}

.gap-y-60 {
  row-gap: 15rem !important;
}

.gap-y-64 {
  row-gap: 16rem !important;
}

.gap-y-72 {
  row-gap: 18rem !important;
}

.gap-y-80 {
  row-gap: 20rem !important;
}

.gap-y-96 {
  row-gap: 24rem !important;
}

.gap-y-px {
  row-gap: 1px !important;
}

.gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

.gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}

.divide-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 78, 80, var(--tw-divide-opacity)) !important;
}

.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(28, 30, 33, var(--tw-divide-opacity)) !important;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent !important;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor !important;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.divide-red-light > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(252, 95, 110, 0.07) !important;
}

.divide-red > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 95, 110, var(--tw-divide-opacity)) !important;
}

.divide-green-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-divide-opacity)) !important;
}

.divide-green > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-divide-opacity)) !important;
}

.divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(202, 209, 216, var(--tw-divide-opacity)) !important;
}

.divide-grey-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-divide-opacity)) !important;
}

.divide-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-divide-opacity)) !important;
}

.divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(105, 105, 105, var(--tw-divide-opacity)) !important;
}

.divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-divide-opacity)) !important;
}

.divide-blue-light > :not([hidden]) ~ :not([hidden]) {
  border-color: 116,220,144,1 !important;
}

.divide-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(71, 118, 230, var(--tw-divide-opacity)) !important;
}

.divide-blue-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-divide-opacity)) !important;
}

.divide-blue-darker > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(38, 44, 63, var(--tw-divide-opacity)) !important;
}

.divide-blue-heroGradientOne > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(16, 25, 93, var(--tw-divide-opacity)) !important;
}

.divide-blue-heroGradientTwo > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(25, 103, 210, var(--tw-divide-opacity)) !important;
}

.divide-teal-light > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(67,224,200,0.15) !important;
}

.divide-teal > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(67, 224, 200, var(--tw-divide-opacity)) !important;
}

.divide-gold > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 196, 119, var(--tw-divide-opacity)) !important;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.self-baseline {
  align-self: baseline !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.overflow-clip {
  text-overflow: clip !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-none {
  border-top-left-radius: 0px !important;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-none {
  border-top-right-radius: 0px !important;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0px !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem !important;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r-0 {
  border-right-width: 0px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l-0 {
  border-left-width: 0px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
}

.border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-current {
  border-color: currentColor !important;
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-red-light {
  border-color: rgba(252, 95, 110, 0.07) !important;
}

.border-red {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
}

.border-green-light {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.border-green {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.border-grey-lighter {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
}

.border-grey-light {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.border-grey-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
}

.border-grey-darker {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.border-blue-light {
  border-color: 116,220,144,1 !important;
}

.border-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
}

.border-blue-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.border-blue-darker {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
}

.border-blue-heroGradientOne {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
}

.border-blue-heroGradientTwo {
  --tw-border-opacity: 1 !important;
  border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
}

.border-teal-light {
  border-color: rgba(67,224,200,0.15) !important;
}

.border-teal {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
}

.border-gold {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}

.group:hover .group-hover\:border-current {
  border-color: currentColor !important;
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-light {
  border-color: rgba(252, 95, 110, 0.07) !important;
}

.group:hover .group-hover\:border-red {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-light {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grey-lighter {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grey-light {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grey-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grey-darker {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-light {
  border-color: 116,220,144,1 !important;
}

.group:hover .group-hover\:border-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-darker {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-heroGradientOne {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-heroGradientTwo {
  --tw-border-opacity: 1 !important;
  border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-teal-light {
  border-color: rgba(67,224,200,0.15) !important;
}

.group:hover .group-hover\:border-teal {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gold {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor !important;
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-light:focus-within {
  border-color: rgba(252, 95, 110, 0.07) !important;
}

.focus-within\:border-red:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-light:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grey-lighter:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grey-light:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grey:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grey-dark:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grey-darker:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-light:focus-within {
  border-color: 116,220,144,1 !important;
}

.focus-within\:border-blue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-dark:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-darker:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-heroGradientOne:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-heroGradientTwo:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
}

.focus-within\:border-teal-light:focus-within {
  border-color: rgba(67,224,200,0.15) !important;
}

.focus-within\:border-teal:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gold:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-current:hover {
  border-color: currentColor !important;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-red-light:hover {
  border-color: rgba(252, 95, 110, 0.07) !important;
}

.hover\:border-red:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
}

.hover\:border-green-light:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.hover\:border-green:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.hover\:border-grey-lighter:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
}

.hover\:border-grey-light:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.hover\:border-grey:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.hover\:border-grey-dark:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
}

.hover\:border-grey-darker:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-light:hover {
  border-color: 116,220,144,1 !important;
}

.hover\:border-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-dark:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-darker:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-heroGradientOne:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-heroGradientTwo:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
}

.hover\:border-teal-light:hover {
  border-color: rgba(67,224,200,0.15) !important;
}

.hover\:border-teal:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
}

.hover\:border-gold:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-current:focus {
  border-color: currentColor !important;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-red-light:focus {
  border-color: rgba(252, 95, 110, 0.07) !important;
}

.focus\:border-red:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
}

.focus\:border-green-light:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.focus\:border-green:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
}

.focus\:border-grey-lighter:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
}

.focus\:border-grey-light:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-grey:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-grey-dark:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
}

.focus\:border-grey-darker:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-light:focus {
  border-color: 116,220,144,1 !important;
}

.focus\:border-blue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-dark:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-darker:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-heroGradientOne:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-heroGradientTwo:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
}

.focus\:border-teal-light:focus {
  border-color: rgba(67,224,200,0.15) !important;
}

.focus\:border-teal:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
}

.focus\:border-gold:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
}

.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
}

.bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-current {
  background-color: currentColor !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-red-light {
  background-color: rgba(252, 95, 110, 0.07) !important;
}

.bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
}

.bg-green-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.bg-grey-lighter {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
}

.bg-grey-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.bg-grey-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
}

.bg-grey-darker {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.bg-blue-light {
  background-color: 116,220,144,1 !important;
}

.bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
}

.bg-blue-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.bg-blue-darker {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
}

.bg-blue-heroGradientOne {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
}

.bg-blue-heroGradientTwo {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
}

.bg-teal-light {
  background-color: rgba(67,224,200,0.15) !important;
}

.bg-teal {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
}

.bg-gold {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent !important;
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor !important;
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-light {
  background-color: rgba(252, 95, 110, 0.07) !important;
}

.group:hover .group-hover\:bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grey-lighter {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grey-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grey-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grey-darker {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-light {
  background-color: 116,220,144,1 !important;
}

.group:hover .group-hover\:bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-darker {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-heroGradientOne {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-heroGradientTwo {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-teal-light {
  background-color: rgba(67,224,200,0.15) !important;
}

.group:hover .group-hover\:bg-teal {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gold {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent !important;
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor !important;
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-light:focus-within {
  background-color: rgba(252, 95, 110, 0.07) !important;
}

.focus-within\:bg-red:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-light:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grey-lighter:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grey-light:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grey:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grey-dark:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grey-darker:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-light:focus-within {
  background-color: 116,220,144,1 !important;
}

.focus-within\:bg-blue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-dark:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-darker:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-heroGradientOne:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-heroGradientTwo:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-teal-light:focus-within {
  background-color: rgba(67,224,200,0.15) !important;
}

.focus-within\:bg-teal:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gold:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-current:hover {
  background-color: currentColor !important;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-light:hover {
  background-color: rgba(252, 95, 110, 0.07) !important;
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-lighter:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grey-darker:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-light:hover {
  background-color: 116,220,144,1 !important;
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-darker:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-heroGradientOne:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-heroGradientTwo:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
}

.hover\:bg-teal-light:hover {
  background-color: rgba(67,224,200,0.15) !important;
}

.hover\:bg-teal:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gold:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
}

.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:bg-current:focus {
  background-color: currentColor !important;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-light:focus {
  background-color: rgba(252, 95, 110, 0.07) !important;
}

.focus\:bg-red:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-light:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grey-lighter:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grey-light:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grey:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grey-dark:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grey-darker:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-light:focus {
  background-color: 116,220,144,1 !important;
}

.focus\:bg-blue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-dark:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-darker:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-heroGradientOne:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-heroGradientTwo:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
}

.focus\:bg-teal-light:focus {
  background-color: rgba(67,224,200,0.15) !important;
}

.focus\:bg-teal:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gold:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.from-primary {
  --tw-gradient-from: #FF4E50 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
}

.from-secondary {
  --tw-gradient-from: #1c1e21 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
}

.from-transparent {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-current {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-black {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-white {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-red-light {
  --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.from-red {
  --tw-gradient-from: #FC5F6E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.from-green-light {
  --tw-gradient-from: #0BD378 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.from-green {
  --tw-gradient-from: #0BD378 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.from-grey-lighter {
  --tw-gradient-from: #CAD1D8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
}

.from-grey-light {
  --tw-gradient-from: #ECEDF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.from-grey {
  --tw-gradient-from: #ECEDF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.from-grey-dark {
  --tw-gradient-from: #696969 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
}

.from-grey-darker {
  --tw-gradient-from: #38456A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.from-blue-light {
  --tw-gradient-from: 116,220,144,1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-blue {
  --tw-gradient-from: #4776E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
}

.from-blue-dark {
  --tw-gradient-from: #38456A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.from-blue-darker {
  --tw-gradient-from: #262C3F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
}

.from-blue-heroGradientOne {
  --tw-gradient-from: #10195D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
}

.from-blue-heroGradientTwo {
  --tw-gradient-from: #1967D2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
}

.from-teal-light {
  --tw-gradient-from: rgba(67,224,200,0.15) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.from-teal {
  --tw-gradient-from: #43E0C8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.from-gold {
  --tw-gradient-from: #fcc477 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
}

.hover\:from-primary:hover {
  --tw-gradient-from: #FF4E50 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
}

.hover\:from-secondary:hover {
  --tw-gradient-from: #1c1e21 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-black:hover {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-red-light:hover {
  --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.hover\:from-red:hover {
  --tw-gradient-from: #FC5F6E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.hover\:from-green-light:hover {
  --tw-gradient-from: #0BD378 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.hover\:from-green:hover {
  --tw-gradient-from: #0BD378 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.hover\:from-grey-lighter:hover {
  --tw-gradient-from: #CAD1D8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
}

.hover\:from-grey-light:hover {
  --tw-gradient-from: #ECEDF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.hover\:from-grey:hover {
  --tw-gradient-from: #ECEDF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.hover\:from-grey-dark:hover {
  --tw-gradient-from: #696969 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
}

.hover\:from-grey-darker:hover {
  --tw-gradient-from: #38456A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.hover\:from-blue-light:hover {
  --tw-gradient-from: 116,220,144,1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-blue:hover {
  --tw-gradient-from: #4776E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
}

.hover\:from-blue-dark:hover {
  --tw-gradient-from: #38456A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.hover\:from-blue-darker:hover {
  --tw-gradient-from: #262C3F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
}

.hover\:from-blue-heroGradientOne:hover {
  --tw-gradient-from: #10195D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
}

.hover\:from-blue-heroGradientTwo:hover {
  --tw-gradient-from: #1967D2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
}

.hover\:from-teal-light:hover {
  --tw-gradient-from: rgba(67,224,200,0.15) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.hover\:from-teal:hover {
  --tw-gradient-from: #43E0C8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.hover\:from-gold:hover {
  --tw-gradient-from: #fcc477 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
}

.focus\:from-primary:focus {
  --tw-gradient-from: #FF4E50 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
}

.focus\:from-secondary:focus {
  --tw-gradient-from: #1c1e21 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-black:focus {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-red-light:focus {
  --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.focus\:from-red:focus {
  --tw-gradient-from: #FC5F6E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.focus\:from-green-light:focus {
  --tw-gradient-from: #0BD378 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.focus\:from-green:focus {
  --tw-gradient-from: #0BD378 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.focus\:from-grey-lighter:focus {
  --tw-gradient-from: #CAD1D8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
}

.focus\:from-grey-light:focus {
  --tw-gradient-from: #ECEDF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.focus\:from-grey:focus {
  --tw-gradient-from: #ECEDF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.focus\:from-grey-dark:focus {
  --tw-gradient-from: #696969 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
}

.focus\:from-grey-darker:focus {
  --tw-gradient-from: #38456A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.focus\:from-blue-light:focus {
  --tw-gradient-from: 116,220,144,1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-blue:focus {
  --tw-gradient-from: #4776E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
}

.focus\:from-blue-dark:focus {
  --tw-gradient-from: #38456A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.focus\:from-blue-darker:focus {
  --tw-gradient-from: #262C3F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
}

.focus\:from-blue-heroGradientOne:focus {
  --tw-gradient-from: #10195D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
}

.focus\:from-blue-heroGradientTwo:focus {
  --tw-gradient-from: #1967D2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
}

.focus\:from-teal-light:focus {
  --tw-gradient-from: rgba(67,224,200,0.15) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.focus\:from-teal:focus {
  --tw-gradient-from: #43E0C8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.focus\:from-gold:focus {
  --tw-gradient-from: #fcc477 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
}

.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
}

.via-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-red-light {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.via-red {
  --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.via-green-light {
  --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.via-green {
  --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.via-grey-lighter {
  --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
}

.via-grey-light {
  --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.via-grey {
  --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.via-grey-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
}

.via-grey-darker {
  --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.via-blue-light {
  --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
}

.via-blue-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.via-blue-darker {
  --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
}

.via-blue-heroGradientOne {
  --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
}

.via-blue-heroGradientTwo {
  --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
}

.via-teal-light {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.via-teal {
  --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.via-gold {
  --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
}

.hover\:via-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
}

.hover\:via-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-red-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.hover\:via-red:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.hover\:via-green-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.hover\:via-green:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.hover\:via-grey-lighter:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
}

.hover\:via-grey-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.hover\:via-grey:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.hover\:via-grey-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
}

.hover\:via-grey-darker:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.hover\:via-blue-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
}

.hover\:via-blue-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.hover\:via-blue-darker:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
}

.hover\:via-blue-heroGradientOne:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
}

.hover\:via-blue-heroGradientTwo:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
}

.hover\:via-teal-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.hover\:via-teal:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.hover\:via-gold:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
}

.focus\:via-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
}

.focus\:via-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-red-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.focus\:via-red:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
}

.focus\:via-green-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.focus\:via-green:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
}

.focus\:via-grey-lighter:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
}

.focus\:via-grey-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.focus\:via-grey:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
}

.focus\:via-grey-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
}

.focus\:via-grey-darker:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.focus\:via-blue-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
}

.focus\:via-blue-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
}

.focus\:via-blue-darker:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
}

.focus\:via-blue-heroGradientOne:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
}

.focus\:via-blue-heroGradientTwo:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
}

.focus\:via-teal-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.focus\:via-teal:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
}

.focus\:via-gold:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
}

.to-primary {
  --tw-gradient-to: #FF4E50 !important;
}

.to-secondary {
  --tw-gradient-to: #1c1e21 !important;
}

.to-transparent {
  --tw-gradient-to: transparent !important;
}

.to-current {
  --tw-gradient-to: currentColor !important;
}

.to-black {
  --tw-gradient-to: #000 !important;
}

.to-white {
  --tw-gradient-to: #fff !important;
}

.to-red-light {
  --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
}

.to-red {
  --tw-gradient-to: #FC5F6E !important;
}

.to-green-light {
  --tw-gradient-to: #0BD378 !important;
}

.to-green {
  --tw-gradient-to: #0BD378 !important;
}

.to-grey-lighter {
  --tw-gradient-to: #CAD1D8 !important;
}

.to-grey-light {
  --tw-gradient-to: #ECEDF2 !important;
}

.to-grey {
  --tw-gradient-to: #ECEDF2 !important;
}

.to-grey-dark {
  --tw-gradient-to: #696969 !important;
}

.to-grey-darker {
  --tw-gradient-to: #38456A !important;
}

.to-blue-light {
  --tw-gradient-to: 116,220,144,1 !important;
}

.to-blue {
  --tw-gradient-to: #4776E6 !important;
}

.to-blue-dark {
  --tw-gradient-to: #38456A !important;
}

.to-blue-darker {
  --tw-gradient-to: #262C3F !important;
}

.to-blue-heroGradientOne {
  --tw-gradient-to: #10195D !important;
}

.to-blue-heroGradientTwo {
  --tw-gradient-to: #1967D2 !important;
}

.to-teal-light {
  --tw-gradient-to: rgba(67,224,200,0.15) !important;
}

.to-teal {
  --tw-gradient-to: #43E0C8 !important;
}

.to-gold {
  --tw-gradient-to: #fcc477 !important;
}

.hover\:to-primary:hover {
  --tw-gradient-to: #FF4E50 !important;
}

.hover\:to-secondary:hover {
  --tw-gradient-to: #1c1e21 !important;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent !important;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor !important;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000 !important;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff !important;
}

.hover\:to-red-light:hover {
  --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
}

.hover\:to-red:hover {
  --tw-gradient-to: #FC5F6E !important;
}

.hover\:to-green-light:hover {
  --tw-gradient-to: #0BD378 !important;
}

.hover\:to-green:hover {
  --tw-gradient-to: #0BD378 !important;
}

.hover\:to-grey-lighter:hover {
  --tw-gradient-to: #CAD1D8 !important;
}

.hover\:to-grey-light:hover {
  --tw-gradient-to: #ECEDF2 !important;
}

.hover\:to-grey:hover {
  --tw-gradient-to: #ECEDF2 !important;
}

.hover\:to-grey-dark:hover {
  --tw-gradient-to: #696969 !important;
}

.hover\:to-grey-darker:hover {
  --tw-gradient-to: #38456A !important;
}

.hover\:to-blue-light:hover {
  --tw-gradient-to: 116,220,144,1 !important;
}

.hover\:to-blue:hover {
  --tw-gradient-to: #4776E6 !important;
}

.hover\:to-blue-dark:hover {
  --tw-gradient-to: #38456A !important;
}

.hover\:to-blue-darker:hover {
  --tw-gradient-to: #262C3F !important;
}

.hover\:to-blue-heroGradientOne:hover {
  --tw-gradient-to: #10195D !important;
}

.hover\:to-blue-heroGradientTwo:hover {
  --tw-gradient-to: #1967D2 !important;
}

.hover\:to-teal-light:hover {
  --tw-gradient-to: rgba(67,224,200,0.15) !important;
}

.hover\:to-teal:hover {
  --tw-gradient-to: #43E0C8 !important;
}

.hover\:to-gold:hover {
  --tw-gradient-to: #fcc477 !important;
}

.focus\:to-primary:focus {
  --tw-gradient-to: #FF4E50 !important;
}

.focus\:to-secondary:focus {
  --tw-gradient-to: #1c1e21 !important;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent !important;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor !important;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000 !important;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff !important;
}

.focus\:to-red-light:focus {
  --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
}

.focus\:to-red:focus {
  --tw-gradient-to: #FC5F6E !important;
}

.focus\:to-green-light:focus {
  --tw-gradient-to: #0BD378 !important;
}

.focus\:to-green:focus {
  --tw-gradient-to: #0BD378 !important;
}

.focus\:to-grey-lighter:focus {
  --tw-gradient-to: #CAD1D8 !important;
}

.focus\:to-grey-light:focus {
  --tw-gradient-to: #ECEDF2 !important;
}

.focus\:to-grey:focus {
  --tw-gradient-to: #ECEDF2 !important;
}

.focus\:to-grey-dark:focus {
  --tw-gradient-to: #696969 !important;
}

.focus\:to-grey-darker:focus {
  --tw-gradient-to: #38456A !important;
}

.focus\:to-blue-light:focus {
  --tw-gradient-to: 116,220,144,1 !important;
}

.focus\:to-blue:focus {
  --tw-gradient-to: #4776E6 !important;
}

.focus\:to-blue-dark:focus {
  --tw-gradient-to: #38456A !important;
}

.focus\:to-blue-darker:focus {
  --tw-gradient-to: #262C3F !important;
}

.focus\:to-blue-heroGradientOne:focus {
  --tw-gradient-to: #10195D !important;
}

.focus\:to-blue-heroGradientTwo:focus {
  --tw-gradient-to: #1967D2 !important;
}

.focus\:to-teal-light:focus {
  --tw-gradient-to: rgba(67,224,200,0.15) !important;
}

.focus\:to-teal:focus {
  --tw-gradient-to: #43E0C8 !important;
}

.focus\:to-gold:focus {
  --tw-gradient-to: #fcc477 !important;
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-origin-border {
  background-origin: border-box !important;
}

.bg-origin-padding {
  background-origin: padding-box !important;
}

.bg-origin-content {
  background-origin: content-box !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-52 {
  padding: 13rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-60 {
  padding: 15rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-72 {
  padding: 18rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.p-96 {
  padding: 24rem !important;
}

.p-px {
  padding: 1px !important;
}

.p-0\.5 {
  padding: 0.125rem !important;
}

.p-1\.5 {
  padding: 0.375rem !important;
}

.p-2\.5 {
  padding: 0.625rem !important;
}

.p-3\.5 {
  padding: 0.875rem !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !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-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !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-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.px-72 {
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}

.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pt-52 {
  padding-top: 13rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pt-60 {
  padding-top: 15rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pt-72 {
  padding-top: 18rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.pt-96 {
  padding-top: 24rem !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pt-0\.5 {
  padding-top: 0.125rem !important;
}

.pt-1\.5 {
  padding-top: 0.375rem !important;
}

.pt-2\.5 {
  padding-top: 0.625rem !important;
}

.pt-3\.5 {
  padding-top: 0.875rem !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pr-44 {
  padding-right: 11rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pr-52 {
  padding-right: 13rem !important;
}

.pr-56 {
  padding-right: 14rem !important;
}

.pr-60 {
  padding-right: 15rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pr-72 {
  padding-right: 18rem !important;
}

.pr-80 {
  padding-right: 20rem !important;
}

.pr-96 {
  padding-right: 24rem !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pr-0\.5 {
  padding-right: 0.125rem !important;
}

.pr-1\.5 {
  padding-right: 0.375rem !important;
}

.pr-2\.5 {
  padding-right: 0.625rem !important;
}

.pr-3\.5 {
  padding-right: 0.875rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pb-52 {
  padding-bottom: 13rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pb-60 {
  padding-bottom: 15rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pb-72 {
  padding-bottom: 18rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pb-96 {
  padding-bottom: 24rem !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

.pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pl-44 {
  padding-left: 11rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pl-52 {
  padding-left: 13rem !important;
}

.pl-56 {
  padding-left: 14rem !important;
}

.pl-60 {
  padding-left: 15rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pl-72 {
  padding-left: 18rem !important;
}

.pl-80 {
  padding-left: 20rem !important;
}

.pl-96 {
  padding-left: 24rem !important;
}

.pl-px {
  padding-left: 1px !important;
}

.pl-0\.5 {
  padding-left: 0.125rem !important;
}

.pl-1\.5 {
  padding-left: 0.375rem !important;
}

.pl-2\.5 {
  padding-left: 0.625rem !important;
}

.pl-3\.5 {
  padding-left: 0.875rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.font-sans {
  font-family: Inter, sans-serif !important;
}

.font-body {
  font-family: Inter, sans-serif !important;
}

.font-mono {
  font-family: ui-monospace, monospace !important;
}

.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 15px !important;
  line-height: 24px !important;
}

.text-tiny {
  font-size: .875rem !important;
}

.text-base {
  font-size: 16px !important;
  line-height: 24px !important;
}

.text-md {
  font-size: 17px !important;
}

.text-lg {
  font-size: 18px !important;
  line-height: 21.6px !important;
}

.text-2lg {
  font-size: 26px !important;
  line-height: 28.2px !important;
}

.text-xl {
  font-size: 30px !important;
  line-height: 36px !important;
}

.text-2xl {
  font-size: 32px !important;
  line-height: 38.4px !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 4rem !important;
}

.text-7xl {
  font-size: 5rem !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-3 {
  line-height: .75rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-9 {
  line-height: 2.25rem !important;
}

.leading-10 {
  line-height: 2.5rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0em !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
}

.text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
}

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-red-light {
  color: rgba(252, 95, 110, 0.07) !important;
}

.text-red {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
}

.text-green-light {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.text-green {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.text-grey-lighter {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
}

.text-grey-light {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.text-grey {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.text-grey-dark {
  --tw-text-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
}

.text-grey-darker {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.text-blue-light {
  color: 116,220,144,1 !important;
}

.text-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
}

.text-blue-dark {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.text-blue-darker {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
}

.text-blue-heroGradientOne {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
}

.text-blue-heroGradientTwo {
  --tw-text-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
}

.text-teal-light {
  color: rgba(67,224,200,0.15) !important;
}

.text-teal {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
}

.text-gold {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-transparent {
  color: transparent !important;
}

.group:hover .group-hover\:text-current {
  color: currentColor !important;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-light {
  color: rgba(252, 95, 110, 0.07) !important;
}

.group:hover .group-hover\:text-red {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-light {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grey-lighter {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grey-light {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grey {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grey-dark {
  --tw-text-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grey-darker {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-light {
  color: 116,220,144,1 !important;
}

.group:hover .group-hover\:text-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-dark {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-darker {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-heroGradientOne {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-heroGradientTwo {
  --tw-text-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-teal-light {
  color: rgba(67,224,200,0.15) !important;
}

.group:hover .group-hover\:text-teal {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gold {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
}

.focus-within\:text-transparent:focus-within {
  color: transparent !important;
}

.focus-within\:text-current:focus-within {
  color: currentColor !important;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-light:focus-within {
  color: rgba(252, 95, 110, 0.07) !important;
}

.focus-within\:text-red:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-light:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grey-lighter:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grey-light:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grey:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grey-dark:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grey-darker:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-light:focus-within {
  color: 116,220,144,1 !important;
}

.focus-within\:text-blue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-dark:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-darker:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-heroGradientOne:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-heroGradientTwo:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
}

.focus-within\:text-teal-light:focus-within {
  color: rgba(67,224,200,0.15) !important;
}

.focus-within\:text-teal:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gold:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-current:hover {
  color: currentColor !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-red-light:hover {
  color: rgba(252, 95, 110, 0.07) !important;
}

.hover\:text-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
}

.hover\:text-green-light:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.hover\:text-green:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.hover\:text-grey-lighter:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
}

.hover\:text-grey-light:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-grey-dark:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
}

.hover\:text-grey-darker:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-light:hover {
  color: 116,220,144,1 !important;
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-dark:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-darker:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-heroGradientOne:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-heroGradientTwo:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
}

.hover\:text-teal-light:hover {
  color: rgba(67,224,200,0.15) !important;
}

.hover\:text-teal:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
}

.hover\:text-gold:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-current:focus {
  color: currentColor !important;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-red-light:focus {
  color: rgba(252, 95, 110, 0.07) !important;
}

.focus\:text-red:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
}

.focus\:text-green-light:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.focus\:text-green:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
}

.focus\:text-grey-lighter:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
}

.focus\:text-grey-light:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-grey:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-grey-dark:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
}

.focus\:text-grey-darker:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-light:focus {
  color: 116,220,144,1 !important;
}

.focus\:text-blue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-dark:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-darker:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-heroGradientOne:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-heroGradientTwo:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
}

.focus\:text-teal-light:focus {
  color: rgba(67,224,200,0.15) !important;
}

.focus\:text-teal:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
}

.focus\:text-gold:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.group:hover .group-hover\:underline {
  text-decoration: underline !important;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none !important;
}

.focus-within\:underline:focus-within {
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-primary::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.placeholder-current::placeholder {
  color: currentColor !important;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-light::-moz-placeholder {
  color: rgba(252, 95, 110, 0.07) !important;
}

.placeholder-red-light::placeholder {
  color: rgba(252, 95, 110, 0.07) !important;
}

.placeholder-red::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-light::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-light::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-lighter::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-lighter::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-light::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-light::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-dark::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-darker::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey-darker::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-light::-moz-placeholder {
  color: 116,220,144,1 !important;
}

.placeholder-blue-light::placeholder {
  color: 116,220,144,1 !important;
}

.placeholder-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-dark::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-darker::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-darker::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-heroGradientOne::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-heroGradientOne::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-heroGradientTwo::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-heroGradientTwo::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal-light::-moz-placeholder {
  color: rgba(67,224,200,0.15) !important;
}

.placeholder-teal-light::placeholder {
  color: rgba(67,224,200,0.15) !important;
}

.placeholder-teal::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
}

.placeholder-teal::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gold::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gold::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-light:focus::-moz-placeholder {
  color: rgba(252, 95, 110, 0.07) !important;
}

.focus\:placeholder-red-light:focus::placeholder {
  color: rgba(252, 95, 110, 0.07) !important;
}

.focus\:placeholder-red:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lighter:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey-lighter:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey-light:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey-dark:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darker:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey-darker:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-light:focus::-moz-placeholder {
  color: 116,220,144,1 !important;
}

.focus\:placeholder-blue-light:focus::placeholder {
  color: 116,220,144,1 !important;
}

.focus\:placeholder-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-dark:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-darker:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-darker:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-heroGradientOne:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-heroGradientOne:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-heroGradientTwo:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-heroGradientTwo:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal-light:focus::-moz-placeholder {
  color: rgba(67,224,200,0.15) !important;
}

.focus\:placeholder-teal-light:focus::placeholder {
  color: rgba(67,224,200,0.15) !important;
}

.focus\:placeholder-teal:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-teal:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gold:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gold:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6 !important;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0 !important;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05 !important;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1 !important;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2 !important;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25 !important;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3 !important;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4 !important;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5 !important;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6 !important;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7 !important;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75 !important;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8 !important;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9 !important;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95 !important;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

.hover\:opacity-10:hover {
  opacity: 0.1 !important;
}

.hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-5:focus {
  opacity: 0.05 !important;
}

.focus\:opacity-10:focus {
  opacity: 0.1 !important;
}

.focus\:opacity-20:focus {
  opacity: 0.2 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-30:focus {
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus {
  opacity: 0.4 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-60:focus {
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus {
  opacity: 0.7 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus {
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus {
  opacity: 0.9 !important;
}

.focus\:opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.mix-blend-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-color {
  mix-blend-mode: color !important;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !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 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !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 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !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 rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !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 rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !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 rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.ring-primary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
}

.ring-secondary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
}

.ring-transparent {
  --tw-ring-color: transparent !important;
}

.ring-current {
  --tw-ring-color: currentColor !important;
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-red-light {
  --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
}

.ring-red {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
}

.ring-green-light {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
}

.ring-green {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
}

.ring-grey-lighter {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
}

.ring-grey-light {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
}

.ring-grey {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
}

.ring-grey-dark {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
}

.ring-grey-darker {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
}

.ring-blue-light {
  --tw-ring-color: 116,220,144,1 !important;
}

.ring-blue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
}

.ring-blue-dark {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
}

.ring-blue-darker {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
}

.ring-blue-heroGradientOne {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
}

.ring-blue-heroGradientTwo {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
}

.ring-teal-light {
  --tw-ring-color: rgba(67,224,200,0.15) !important;
}

.ring-teal {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
}

.ring-gold {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-light:focus-within {
  --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
}

.focus-within\:ring-red:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-light:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grey-lighter:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grey-light:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grey:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grey-dark:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grey-darker:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-light:focus-within {
  --tw-ring-color: 116,220,144,1 !important;
}

.focus-within\:ring-blue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-dark:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-darker:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-heroGradientOne:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-heroGradientTwo:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-teal-light:focus-within {
  --tw-ring-color: rgba(67,224,200,0.15) !important;
}

.focus-within\:ring-teal:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gold:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor !important;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-light:focus {
  --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
}

.focus\:ring-red:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-light:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grey-lighter:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grey-light:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grey:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grey-dark:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grey-darker:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-light:focus {
  --tw-ring-color: 116,220,144,1 !important;
}

.focus\:ring-blue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-dark:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-darker:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-heroGradientOne:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-heroGradientTwo:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
}

.focus\:ring-teal-light:focus {
  --tw-ring-color: rgba(67,224,200,0.15) !important;
}

.focus\:ring-teal:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gold:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-primary {
  --tw-ring-offset-color: #FF4E50 !important;
}

.ring-offset-secondary {
  --tw-ring-offset-color: #1c1e21 !important;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

.ring-offset-black {
  --tw-ring-offset-color: #000 !important;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff !important;
}

.ring-offset-red-light {
  --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
}

.ring-offset-red {
  --tw-ring-offset-color: #FC5F6E !important;
}

.ring-offset-green-light {
  --tw-ring-offset-color: #0BD378 !important;
}

.ring-offset-green {
  --tw-ring-offset-color: #0BD378 !important;
}

.ring-offset-grey-lighter {
  --tw-ring-offset-color: #CAD1D8 !important;
}

.ring-offset-grey-light {
  --tw-ring-offset-color: #ECEDF2 !important;
}

.ring-offset-grey {
  --tw-ring-offset-color: #ECEDF2 !important;
}

.ring-offset-grey-dark {
  --tw-ring-offset-color: #696969 !important;
}

.ring-offset-grey-darker {
  --tw-ring-offset-color: #38456A !important;
}

.ring-offset-blue-light {
  --tw-ring-offset-color: 116,220,144,1 !important;
}

.ring-offset-blue {
  --tw-ring-offset-color: #4776E6 !important;
}

.ring-offset-blue-dark {
  --tw-ring-offset-color: #38456A !important;
}

.ring-offset-blue-darker {
  --tw-ring-offset-color: #262C3F !important;
}

.ring-offset-blue-heroGradientOne {
  --tw-ring-offset-color: #10195D !important;
}

.ring-offset-blue-heroGradientTwo {
  --tw-ring-offset-color: #1967D2 !important;
}

.ring-offset-teal-light {
  --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
}

.ring-offset-teal {
  --tw-ring-offset-color: #43E0C8 !important;
}

.ring-offset-gold {
  --tw-ring-offset-color: #fcc477 !important;
}

.focus-within\:ring-offset-primary:focus-within {
  --tw-ring-offset-color: #FF4E50 !important;
}

.focus-within\:ring-offset-secondary:focus-within {
  --tw-ring-offset-color: #1c1e21 !important;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:ring-offset-red-light:focus-within {
  --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
}

.focus-within\:ring-offset-red:focus-within {
  --tw-ring-offset-color: #FC5F6E !important;
}

.focus-within\:ring-offset-green-light:focus-within {
  --tw-ring-offset-color: #0BD378 !important;
}

.focus-within\:ring-offset-green:focus-within {
  --tw-ring-offset-color: #0BD378 !important;
}

.focus-within\:ring-offset-grey-lighter:focus-within {
  --tw-ring-offset-color: #CAD1D8 !important;
}

.focus-within\:ring-offset-grey-light:focus-within {
  --tw-ring-offset-color: #ECEDF2 !important;
}

.focus-within\:ring-offset-grey:focus-within {
  --tw-ring-offset-color: #ECEDF2 !important;
}

.focus-within\:ring-offset-grey-dark:focus-within {
  --tw-ring-offset-color: #696969 !important;
}

.focus-within\:ring-offset-grey-darker:focus-within {
  --tw-ring-offset-color: #38456A !important;
}

.focus-within\:ring-offset-blue-light:focus-within {
  --tw-ring-offset-color: 116,220,144,1 !important;
}

.focus-within\:ring-offset-blue:focus-within {
  --tw-ring-offset-color: #4776E6 !important;
}

.focus-within\:ring-offset-blue-dark:focus-within {
  --tw-ring-offset-color: #38456A !important;
}

.focus-within\:ring-offset-blue-darker:focus-within {
  --tw-ring-offset-color: #262C3F !important;
}

.focus-within\:ring-offset-blue-heroGradientOne:focus-within {
  --tw-ring-offset-color: #10195D !important;
}

.focus-within\:ring-offset-blue-heroGradientTwo:focus-within {
  --tw-ring-offset-color: #1967D2 !important;
}

.focus-within\:ring-offset-teal-light:focus-within {
  --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
}

.focus-within\:ring-offset-teal:focus-within {
  --tw-ring-offset-color: #43E0C8 !important;
}

.focus-within\:ring-offset-gold:focus-within {
  --tw-ring-offset-color: #fcc477 !important;
}

.focus\:ring-offset-primary:focus {
  --tw-ring-offset-color: #FF4E50 !important;
}

.focus\:ring-offset-secondary:focus {
  --tw-ring-offset-color: #1c1e21 !important;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000 !important;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff !important;
}

.focus\:ring-offset-red-light:focus {
  --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
}

.focus\:ring-offset-red:focus {
  --tw-ring-offset-color: #FC5F6E !important;
}

.focus\:ring-offset-green-light:focus {
  --tw-ring-offset-color: #0BD378 !important;
}

.focus\:ring-offset-green:focus {
  --tw-ring-offset-color: #0BD378 !important;
}

.focus\:ring-offset-grey-lighter:focus {
  --tw-ring-offset-color: #CAD1D8 !important;
}

.focus\:ring-offset-grey-light:focus {
  --tw-ring-offset-color: #ECEDF2 !important;
}

.focus\:ring-offset-grey:focus {
  --tw-ring-offset-color: #ECEDF2 !important;
}

.focus\:ring-offset-grey-dark:focus {
  --tw-ring-offset-color: #696969 !important;
}

.focus\:ring-offset-grey-darker:focus {
  --tw-ring-offset-color: #38456A !important;
}

.focus\:ring-offset-blue-light:focus {
  --tw-ring-offset-color: 116,220,144,1 !important;
}

.focus\:ring-offset-blue:focus {
  --tw-ring-offset-color: #4776E6 !important;
}

.focus\:ring-offset-blue-dark:focus {
  --tw-ring-offset-color: #38456A !important;
}

.focus\:ring-offset-blue-darker:focus {
  --tw-ring-offset-color: #262C3F !important;
}

.focus\:ring-offset-blue-heroGradientOne:focus {
  --tw-ring-offset-color: #10195D !important;
}

.focus\:ring-offset-blue-heroGradientTwo:focus {
  --tw-ring-offset-color: #1967D2 !important;
}

.focus\:ring-offset-teal-light:focus {
  --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
}

.focus\:ring-offset-teal:focus {
  --tw-ring-offset-color: #43E0C8 !important;
}

.focus\:ring-offset-gold:focus {
  --tw-ring-offset-color: #fcc477 !important;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter-none {
  filter: none !important;
}

.blur-0 {
  --tw-blur: blur(0) !important;
}

.blur-none {
  --tw-blur: blur(0) !important;
}

.blur-sm {
  --tw-blur: blur(4px) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
}

.blur-md {
  --tw-blur: blur(12px) !important;
}

.blur-lg {
  --tw-blur: blur(16px) !important;
}

.blur-xl {
  --tw-blur: blur(24px) !important;
}

.blur-2xl {
  --tw-blur: blur(40px) !important;
}

.blur-3xl {
  --tw-blur: blur(64px) !important;
}

.brightness-0 {
  --tw-brightness: brightness(0) !important;
}

.brightness-50 {
  --tw-brightness: brightness(.5) !important;
}

.brightness-75 {
  --tw-brightness: brightness(.75) !important;
}

.brightness-90 {
  --tw-brightness: brightness(.9) !important;
}

.brightness-95 {
  --tw-brightness: brightness(.95) !important;
}

.brightness-100 {
  --tw-brightness: brightness(1) !important;
}

.brightness-105 {
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110 {
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125 {
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150 {
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200 {
  --tw-brightness: brightness(2) !important;
}

.contrast-0 {
  --tw-contrast: contrast(0) !important;
}

.contrast-50 {
  --tw-contrast: contrast(.5) !important;
}

.contrast-75 {
  --tw-contrast: contrast(.75) !important;
}

.contrast-100 {
  --tw-contrast: contrast(1) !important;
}

.contrast-125 {
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150 {
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200 {
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0 {
  --tw-invert: invert(0) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
}

.saturate-0 {
  --tw-saturate: saturate(0) !important;
}

.saturate-50 {
  --tw-saturate: saturate(.5) !important;
}

.saturate-100 {
  --tw-saturate: saturate(1) !important;
}

.saturate-150 {
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200 {
  --tw-saturate: saturate(2) !important;
}

.sepia-0 {
  --tw-sepia: sepia(0) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -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-filter-none {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, 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-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url(91a892b057d3b1e6c20b.ttf);
}

.accordian-header {
    position: relative;
    cursor: pointer;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1.25rem;
  }

.accordian-title {
    padding-right: 3.5rem;
    font-size: 17px;
  }

.accordian-plus, .accordian-minus {
    position: absolute;
    top: 0px;
    right: 2.5rem;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }

.accordian-content {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1.25rem;
    font-size: 16px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgba(56, 69, 106, var(--tw-text-opacity));
  }

.label {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgba(255, 78, 80, var(--tw-text-opacity));
}

.textarea {
}

.form-group {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.toast {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.25rem;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(67, 224, 200, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.toast-error {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(236, 237, 242, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(252, 95, 110, var(--tw-bg-opacity));
}

.width-850px {
  width: 850px;
}

.max-width-500px {
  max-width: 500px;
}

.default {
  padding: 2rem;
}

.default h1, .default h2 {
    font-size: 2.25rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgba(255, 78, 80, var(--tw-text-opacity));
  }

.default h3, .default h4, .default h5, .default h6 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 78, 80, var(--tw-text-opacity));
  }

.default p {
    padding-bottom: 1rem;
  }

.seo-report #so-form {
    margin: 10px !important;
  }

.seo-report #so-fieldswrapso1648810835 {
    width: 300px !important;
  }

.seo-report .so-fieldso1648810835 {
    background-color: #ffffff !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 5px !important;
    color: #fe5d6b !important;
    padding: 7px 12px !important;
    font-size: 18px !important;
    box-sizing: border-box !important;
    height: 45px !important;
    width: 100% !important;
    display: block !important;
    margin-top: 5px !important;
  }

.seo-report .so-fieldso1648810835::-moz-placeholder {
    color: #6a6a6a !important;
  }

.seo-report .so-fieldso1648810835::placeholder {
    color: #6a6a6a !important;
  }

.seo-report #so-submitso1648810835 {
    background-color: #74db90 !important;
    border: 1px solid #74db90 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    height: 45px !important;
    font-size: 18px !important;
    display: block !important;
    padding: 8px 50px !important;
    margin: 5px auto !important;
  }

.seo-report .so-container {
    width: 100%;
  }

.seo-report .so-widget-form {
    display: inline-block !important;
  }

.seo-report #so-boxso1648810835 {
    display: inline-block;
  }

.seo-report #so-titleso1648810835 {
    margin-bottom: 5px;
    font-size: 32px !important;
  }

.seo-report #so-paragraphso1648810835 {
    margin-bottom: 10px;
    font-size: 16px !important;
  }

.seo-report #so-boxso1648810835 {
    padding: 50px !important;
    /*background-color: #ecedf1 !important;*/
    /*border: 2px solid #ebebeb !important;*/
  }

.hero .autoComplete_wrapper {
    height: 100%;
    width: 100%;
  }

.autoComplete_wrapper {
  width: 100%;
}

.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-md-1 {
  grid-column: span 1 / span 1
}

.col-sm-1 {
  grid-column: span 1 / span 1
}

.col-md-2 {
  grid-column: span 2 / span 2
}

.col-sm-2 {
  grid-column: span 2 / span 2
}

.col-md-3 {
  grid-column: span 3 / span 3
}

.col-sm-3 {
  grid-column: span 3 / span 3
}

.col-md-4 {
  grid-column: span 4 / span 4
}

.col-sm-4 {
  grid-column: span 4 / span 4
}

.col-md-5 {
  grid-column: span 5 / span 5
}

.col-sm-5 {
  grid-column: span 5 / span 5
}

.col-md-6 {
  grid-column: span 6 / span 6
}

.col-sm-6 {
  grid-column: span 6 / span 6
}

.col-md-7 {
  grid-column: span 7 / span 7
}

.col-sm-7 {
  grid-column: span 7 / span 7
}

.col-md-8 {
  grid-column: span 8 / span 8
}

.col-sm-8 {
  grid-column: span 8 / span 8
}

.col-md-9 {
  grid-column: span 9 / span 9
}

.col-sm-9 {
  grid-column: span 9 / span 9
}

.col-md-10 {
  grid-column: span 10 / span 10
}

.col-sm-10 {
  grid-column: span 10 / span 10
}

.col-md-11 {
  grid-column: span 11 / span 11
}

.col-sm-11 {
  grid-column: span 11 / span 11
}

.col-md-12 {
  grid-column: span 12 / span 12
}

.col-sm-12 {
  grid-column: span 12 / span 12
}

.dataTable, .table-responsive{
  width: 100%;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}

.dataTable thead, .table-responsive thead {
    font-size: 12px;
    text-transform: uppercase;
  }

.dataTable th, .table-responsive th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

@media (min-width: 640px) {
  .tablet\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {
    .tablet\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 1024px) {
    .tablet\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .tablet\:container {
      max-width: 1280px;
    }
  }

  .tablet\:card {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1.25rem;
  }

  .tablet\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .tablet\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .tablet\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .tablet\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .tablet\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .tablet\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .tablet\:pointer-events-none {
    pointer-events: none !important;
  }

  .tablet\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .tablet\:visible {
    visibility: visible !important;
  }

  .tablet\:invisible {
    visibility: hidden !important;
  }

  .tablet\:static {
    position: static !important;
  }

  .tablet\:fixed {
    position: fixed !important;
  }

  .tablet\:absolute {
    position: absolute !important;
  }

  .tablet\:relative {
    position: relative !important;
  }

  .tablet\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .tablet\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .tablet\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .tablet\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .tablet\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .tablet\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .tablet\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .tablet\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .tablet\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .tablet\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .tablet\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .tablet\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .tablet\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .tablet\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .tablet\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .tablet\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .tablet\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .tablet\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .tablet\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .tablet\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .tablet\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .tablet\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .tablet\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .tablet\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .tablet\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .tablet\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .tablet\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .tablet\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .tablet\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .tablet\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .tablet\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .tablet\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .tablet\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .tablet\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .tablet\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .tablet\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .tablet\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .tablet\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .tablet\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .tablet\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .tablet\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .tablet\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .tablet\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .tablet\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .tablet\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .tablet\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .tablet\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .tablet\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .tablet\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .tablet\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .tablet\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .tablet\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .tablet\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .tablet\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .tablet\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .tablet\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .tablet\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .tablet\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .tablet\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .tablet\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .tablet\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .tablet\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .tablet\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .tablet\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .tablet\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .tablet\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .tablet\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .tablet\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .tablet\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .tablet\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .tablet\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .tablet\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .tablet\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .tablet\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .tablet\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .tablet\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .tablet\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .tablet\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .tablet\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .tablet\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .tablet\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .tablet\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .tablet\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .tablet\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .tablet\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .tablet\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .tablet\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .tablet\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .tablet\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .tablet\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .tablet\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .tablet\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .tablet\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .tablet\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .tablet\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .tablet\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .tablet\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .tablet\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .tablet\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .tablet\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .tablet\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .tablet\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .tablet\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .tablet\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .tablet\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .tablet\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .tablet\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .tablet\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .tablet\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .tablet\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .tablet\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .tablet\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .tablet\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .tablet\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important;
  }

  .tablet\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .tablet\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .tablet\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .tablet\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .tablet\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .tablet\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .tablet\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .tablet\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .tablet\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .tablet\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .tablet\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .tablet\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .tablet\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .tablet\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .tablet\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .tablet\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .tablet\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .tablet\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .tablet\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .tablet\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .tablet\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .tablet\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .tablet\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .tablet\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .tablet\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .tablet\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .tablet\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .tablet\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .tablet\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .tablet\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .tablet\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .tablet\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .tablet\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .tablet\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .tablet\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .tablet\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important;
  }

  .tablet\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .tablet\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .tablet\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .tablet\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .tablet\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .tablet\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .tablet\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .tablet\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .tablet\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .tablet\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .tablet\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .tablet\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .tablet\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .tablet\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .tablet\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .tablet\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .tablet\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .tablet\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .tablet\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .tablet\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .tablet\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .tablet\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .tablet\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .tablet\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .tablet\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .tablet\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .tablet\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .tablet\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .tablet\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .tablet\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .tablet\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .tablet\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .tablet\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .tablet\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .tablet\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .tablet\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .tablet\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .tablet\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .tablet\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .tablet\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .tablet\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .tablet\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .tablet\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .tablet\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .tablet\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .tablet\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .tablet\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .tablet\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .tablet\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .tablet\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .tablet\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .tablet\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .tablet\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .tablet\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .tablet\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .tablet\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .tablet\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .tablet\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .tablet\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .tablet\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .tablet\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .tablet\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .tablet\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .tablet\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .tablet\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .tablet\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .tablet\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .tablet\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .tablet\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .tablet\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .tablet\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .tablet\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .tablet\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .tablet\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .tablet\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .tablet\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .tablet\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .tablet\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .tablet\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .tablet\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .tablet\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .tablet\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .tablet\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .tablet\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .tablet\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .tablet\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .tablet\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .tablet\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .tablet\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .tablet\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .tablet\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .tablet\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .tablet\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .tablet\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .tablet\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .tablet\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .tablet\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .tablet\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .tablet\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .tablet\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .tablet\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .tablet\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .tablet\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .tablet\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .tablet\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .tablet\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .tablet\:top-0 {
    top: 0px !important;
  }

  .tablet\:top-1 {
    top: 0.25rem !important;
  }

  .tablet\:top-2 {
    top: 0.5rem !important;
  }

  .tablet\:top-3 {
    top: 0.75rem !important;
  }

  .tablet\:top-4 {
    top: 1rem !important;
  }

  .tablet\:top-5 {
    top: 1.25rem !important;
  }

  .tablet\:top-6 {
    top: 1.5rem !important;
  }

  .tablet\:top-7 {
    top: 1.75rem !important;
  }

  .tablet\:top-8 {
    top: 2rem !important;
  }

  .tablet\:top-9 {
    top: 2.25rem !important;
  }

  .tablet\:top-10 {
    top: 2.5rem !important;
  }

  .tablet\:top-11 {
    top: 2.75rem !important;
  }

  .tablet\:top-12 {
    top: 3rem !important;
  }

  .tablet\:top-14 {
    top: 3.5rem !important;
  }

  .tablet\:top-16 {
    top: 4rem !important;
  }

  .tablet\:top-20 {
    top: 5rem !important;
  }

  .tablet\:top-24 {
    top: 6rem !important;
  }

  .tablet\:top-28 {
    top: 7rem !important;
  }

  .tablet\:top-32 {
    top: 8rem !important;
  }

  .tablet\:top-36 {
    top: 9rem !important;
  }

  .tablet\:top-40 {
    top: 10rem !important;
  }

  .tablet\:top-44 {
    top: 11rem !important;
  }

  .tablet\:top-48 {
    top: 12rem !important;
  }

  .tablet\:top-52 {
    top: 13rem !important;
  }

  .tablet\:top-56 {
    top: 14rem !important;
  }

  .tablet\:top-60 {
    top: 15rem !important;
  }

  .tablet\:top-64 {
    top: 16rem !important;
  }

  .tablet\:top-72 {
    top: 18rem !important;
  }

  .tablet\:top-80 {
    top: 20rem !important;
  }

  .tablet\:top-96 {
    top: 24rem !important;
  }

  .tablet\:top-auto {
    top: auto !important;
  }

  .tablet\:top-px {
    top: 1px !important;
  }

  .tablet\:top-0\.5 {
    top: 0.125rem !important;
  }

  .tablet\:top-1\.5 {
    top: 0.375rem !important;
  }

  .tablet\:top-2\.5 {
    top: 0.625rem !important;
  }

  .tablet\:top-3\.5 {
    top: 0.875rem !important;
  }

  .tablet\:-top-0 {
    top: 0px !important;
  }

  .tablet\:-top-1 {
    top: -0.25rem !important;
  }

  .tablet\:-top-2 {
    top: -0.5rem !important;
  }

  .tablet\:-top-3 {
    top: -0.75rem !important;
  }

  .tablet\:-top-4 {
    top: -1rem !important;
  }

  .tablet\:-top-5 {
    top: -1.25rem !important;
  }

  .tablet\:-top-6 {
    top: -1.5rem !important;
  }

  .tablet\:-top-7 {
    top: -1.75rem !important;
  }

  .tablet\:-top-8 {
    top: -2rem !important;
  }

  .tablet\:-top-9 {
    top: -2.25rem !important;
  }

  .tablet\:-top-10 {
    top: -2.5rem !important;
  }

  .tablet\:-top-11 {
    top: -2.75rem !important;
  }

  .tablet\:-top-12 {
    top: -3rem !important;
  }

  .tablet\:-top-14 {
    top: -3.5rem !important;
  }

  .tablet\:-top-16 {
    top: -4rem !important;
  }

  .tablet\:-top-20 {
    top: -5rem !important;
  }

  .tablet\:-top-24 {
    top: -6rem !important;
  }

  .tablet\:-top-28 {
    top: -7rem !important;
  }

  .tablet\:-top-32 {
    top: -8rem !important;
  }

  .tablet\:-top-36 {
    top: -9rem !important;
  }

  .tablet\:-top-40 {
    top: -10rem !important;
  }

  .tablet\:-top-44 {
    top: -11rem !important;
  }

  .tablet\:-top-48 {
    top: -12rem !important;
  }

  .tablet\:-top-52 {
    top: -13rem !important;
  }

  .tablet\:-top-56 {
    top: -14rem !important;
  }

  .tablet\:-top-60 {
    top: -15rem !important;
  }

  .tablet\:-top-64 {
    top: -16rem !important;
  }

  .tablet\:-top-72 {
    top: -18rem !important;
  }

  .tablet\:-top-80 {
    top: -20rem !important;
  }

  .tablet\:-top-96 {
    top: -24rem !important;
  }

  .tablet\:-top-px {
    top: -1px !important;
  }

  .tablet\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .tablet\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .tablet\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .tablet\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .tablet\:top-1\/2 {
    top: 50% !important;
  }

  .tablet\:top-1\/3 {
    top: 33.333333% !important;
  }

  .tablet\:top-2\/3 {
    top: 66.666667% !important;
  }

  .tablet\:top-1\/4 {
    top: 25% !important;
  }

  .tablet\:top-2\/4 {
    top: 50% !important;
  }

  .tablet\:top-3\/4 {
    top: 75% !important;
  }

  .tablet\:top-full {
    top: 100% !important;
  }

  .tablet\:-top-1\/2 {
    top: -50% !important;
  }

  .tablet\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .tablet\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .tablet\:-top-1\/4 {
    top: -25% !important;
  }

  .tablet\:-top-2\/4 {
    top: -50% !important;
  }

  .tablet\:-top-3\/4 {
    top: -75% !important;
  }

  .tablet\:-top-full {
    top: -100% !important;
  }

  .tablet\:right-0 {
    right: 0px !important;
  }

  .tablet\:right-1 {
    right: 0.25rem !important;
  }

  .tablet\:right-2 {
    right: 0.5rem !important;
  }

  .tablet\:right-3 {
    right: 0.75rem !important;
  }

  .tablet\:right-4 {
    right: 1rem !important;
  }

  .tablet\:right-5 {
    right: 1.25rem !important;
  }

  .tablet\:right-6 {
    right: 1.5rem !important;
  }

  .tablet\:right-7 {
    right: 1.75rem !important;
  }

  .tablet\:right-8 {
    right: 2rem !important;
  }

  .tablet\:right-9 {
    right: 2.25rem !important;
  }

  .tablet\:right-10 {
    right: 2.5rem !important;
  }

  .tablet\:right-11 {
    right: 2.75rem !important;
  }

  .tablet\:right-12 {
    right: 3rem !important;
  }

  .tablet\:right-14 {
    right: 3.5rem !important;
  }

  .tablet\:right-16 {
    right: 4rem !important;
  }

  .tablet\:right-20 {
    right: 5rem !important;
  }

  .tablet\:right-24 {
    right: 6rem !important;
  }

  .tablet\:right-28 {
    right: 7rem !important;
  }

  .tablet\:right-32 {
    right: 8rem !important;
  }

  .tablet\:right-36 {
    right: 9rem !important;
  }

  .tablet\:right-40 {
    right: 10rem !important;
  }

  .tablet\:right-44 {
    right: 11rem !important;
  }

  .tablet\:right-48 {
    right: 12rem !important;
  }

  .tablet\:right-52 {
    right: 13rem !important;
  }

  .tablet\:right-56 {
    right: 14rem !important;
  }

  .tablet\:right-60 {
    right: 15rem !important;
  }

  .tablet\:right-64 {
    right: 16rem !important;
  }

  .tablet\:right-72 {
    right: 18rem !important;
  }

  .tablet\:right-80 {
    right: 20rem !important;
  }

  .tablet\:right-96 {
    right: 24rem !important;
  }

  .tablet\:right-auto {
    right: auto !important;
  }

  .tablet\:right-px {
    right: 1px !important;
  }

  .tablet\:right-0\.5 {
    right: 0.125rem !important;
  }

  .tablet\:right-1\.5 {
    right: 0.375rem !important;
  }

  .tablet\:right-2\.5 {
    right: 0.625rem !important;
  }

  .tablet\:right-3\.5 {
    right: 0.875rem !important;
  }

  .tablet\:-right-0 {
    right: 0px !important;
  }

  .tablet\:-right-1 {
    right: -0.25rem !important;
  }

  .tablet\:-right-2 {
    right: -0.5rem !important;
  }

  .tablet\:-right-3 {
    right: -0.75rem !important;
  }

  .tablet\:-right-4 {
    right: -1rem !important;
  }

  .tablet\:-right-5 {
    right: -1.25rem !important;
  }

  .tablet\:-right-6 {
    right: -1.5rem !important;
  }

  .tablet\:-right-7 {
    right: -1.75rem !important;
  }

  .tablet\:-right-8 {
    right: -2rem !important;
  }

  .tablet\:-right-9 {
    right: -2.25rem !important;
  }

  .tablet\:-right-10 {
    right: -2.5rem !important;
  }

  .tablet\:-right-11 {
    right: -2.75rem !important;
  }

  .tablet\:-right-12 {
    right: -3rem !important;
  }

  .tablet\:-right-14 {
    right: -3.5rem !important;
  }

  .tablet\:-right-16 {
    right: -4rem !important;
  }

  .tablet\:-right-20 {
    right: -5rem !important;
  }

  .tablet\:-right-24 {
    right: -6rem !important;
  }

  .tablet\:-right-28 {
    right: -7rem !important;
  }

  .tablet\:-right-32 {
    right: -8rem !important;
  }

  .tablet\:-right-36 {
    right: -9rem !important;
  }

  .tablet\:-right-40 {
    right: -10rem !important;
  }

  .tablet\:-right-44 {
    right: -11rem !important;
  }

  .tablet\:-right-48 {
    right: -12rem !important;
  }

  .tablet\:-right-52 {
    right: -13rem !important;
  }

  .tablet\:-right-56 {
    right: -14rem !important;
  }

  .tablet\:-right-60 {
    right: -15rem !important;
  }

  .tablet\:-right-64 {
    right: -16rem !important;
  }

  .tablet\:-right-72 {
    right: -18rem !important;
  }

  .tablet\:-right-80 {
    right: -20rem !important;
  }

  .tablet\:-right-96 {
    right: -24rem !important;
  }

  .tablet\:-right-px {
    right: -1px !important;
  }

  .tablet\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .tablet\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .tablet\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .tablet\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .tablet\:right-1\/2 {
    right: 50% !important;
  }

  .tablet\:right-1\/3 {
    right: 33.333333% !important;
  }

  .tablet\:right-2\/3 {
    right: 66.666667% !important;
  }

  .tablet\:right-1\/4 {
    right: 25% !important;
  }

  .tablet\:right-2\/4 {
    right: 50% !important;
  }

  .tablet\:right-3\/4 {
    right: 75% !important;
  }

  .tablet\:right-full {
    right: 100% !important;
  }

  .tablet\:-right-1\/2 {
    right: -50% !important;
  }

  .tablet\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .tablet\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .tablet\:-right-1\/4 {
    right: -25% !important;
  }

  .tablet\:-right-2\/4 {
    right: -50% !important;
  }

  .tablet\:-right-3\/4 {
    right: -75% !important;
  }

  .tablet\:-right-full {
    right: -100% !important;
  }

  .tablet\:bottom-0 {
    bottom: 0px !important;
  }

  .tablet\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .tablet\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .tablet\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .tablet\:bottom-4 {
    bottom: 1rem !important;
  }

  .tablet\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .tablet\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .tablet\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .tablet\:bottom-8 {
    bottom: 2rem !important;
  }

  .tablet\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .tablet\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .tablet\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .tablet\:bottom-12 {
    bottom: 3rem !important;
  }

  .tablet\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .tablet\:bottom-16 {
    bottom: 4rem !important;
  }

  .tablet\:bottom-20 {
    bottom: 5rem !important;
  }

  .tablet\:bottom-24 {
    bottom: 6rem !important;
  }

  .tablet\:bottom-28 {
    bottom: 7rem !important;
  }

  .tablet\:bottom-32 {
    bottom: 8rem !important;
  }

  .tablet\:bottom-36 {
    bottom: 9rem !important;
  }

  .tablet\:bottom-40 {
    bottom: 10rem !important;
  }

  .tablet\:bottom-44 {
    bottom: 11rem !important;
  }

  .tablet\:bottom-48 {
    bottom: 12rem !important;
  }

  .tablet\:bottom-52 {
    bottom: 13rem !important;
  }

  .tablet\:bottom-56 {
    bottom: 14rem !important;
  }

  .tablet\:bottom-60 {
    bottom: 15rem !important;
  }

  .tablet\:bottom-64 {
    bottom: 16rem !important;
  }

  .tablet\:bottom-72 {
    bottom: 18rem !important;
  }

  .tablet\:bottom-80 {
    bottom: 20rem !important;
  }

  .tablet\:bottom-96 {
    bottom: 24rem !important;
  }

  .tablet\:bottom-auto {
    bottom: auto !important;
  }

  .tablet\:bottom-px {
    bottom: 1px !important;
  }

  .tablet\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .tablet\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .tablet\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .tablet\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .tablet\:-bottom-0 {
    bottom: 0px !important;
  }

  .tablet\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .tablet\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .tablet\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .tablet\:-bottom-4 {
    bottom: -1rem !important;
  }

  .tablet\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .tablet\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .tablet\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .tablet\:-bottom-8 {
    bottom: -2rem !important;
  }

  .tablet\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .tablet\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .tablet\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .tablet\:-bottom-12 {
    bottom: -3rem !important;
  }

  .tablet\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .tablet\:-bottom-16 {
    bottom: -4rem !important;
  }

  .tablet\:-bottom-20 {
    bottom: -5rem !important;
  }

  .tablet\:-bottom-24 {
    bottom: -6rem !important;
  }

  .tablet\:-bottom-28 {
    bottom: -7rem !important;
  }

  .tablet\:-bottom-32 {
    bottom: -8rem !important;
  }

  .tablet\:-bottom-36 {
    bottom: -9rem !important;
  }

  .tablet\:-bottom-40 {
    bottom: -10rem !important;
  }

  .tablet\:-bottom-44 {
    bottom: -11rem !important;
  }

  .tablet\:-bottom-48 {
    bottom: -12rem !important;
  }

  .tablet\:-bottom-52 {
    bottom: -13rem !important;
  }

  .tablet\:-bottom-56 {
    bottom: -14rem !important;
  }

  .tablet\:-bottom-60 {
    bottom: -15rem !important;
  }

  .tablet\:-bottom-64 {
    bottom: -16rem !important;
  }

  .tablet\:-bottom-72 {
    bottom: -18rem !important;
  }

  .tablet\:-bottom-80 {
    bottom: -20rem !important;
  }

  .tablet\:-bottom-96 {
    bottom: -24rem !important;
  }

  .tablet\:-bottom-px {
    bottom: -1px !important;
  }

  .tablet\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .tablet\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .tablet\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .tablet\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .tablet\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .tablet\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .tablet\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .tablet\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .tablet\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .tablet\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .tablet\:bottom-full {
    bottom: 100% !important;
  }

  .tablet\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .tablet\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .tablet\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .tablet\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .tablet\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .tablet\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .tablet\:-bottom-full {
    bottom: -100% !important;
  }

  .tablet\:left-0 {
    left: 0px !important;
  }

  .tablet\:left-1 {
    left: 0.25rem !important;
  }

  .tablet\:left-2 {
    left: 0.5rem !important;
  }

  .tablet\:left-3 {
    left: 0.75rem !important;
  }

  .tablet\:left-4 {
    left: 1rem !important;
  }

  .tablet\:left-5 {
    left: 1.25rem !important;
  }

  .tablet\:left-6 {
    left: 1.5rem !important;
  }

  .tablet\:left-7 {
    left: 1.75rem !important;
  }

  .tablet\:left-8 {
    left: 2rem !important;
  }

  .tablet\:left-9 {
    left: 2.25rem !important;
  }

  .tablet\:left-10 {
    left: 2.5rem !important;
  }

  .tablet\:left-11 {
    left: 2.75rem !important;
  }

  .tablet\:left-12 {
    left: 3rem !important;
  }

  .tablet\:left-14 {
    left: 3.5rem !important;
  }

  .tablet\:left-16 {
    left: 4rem !important;
  }

  .tablet\:left-20 {
    left: 5rem !important;
  }

  .tablet\:left-24 {
    left: 6rem !important;
  }

  .tablet\:left-28 {
    left: 7rem !important;
  }

  .tablet\:left-32 {
    left: 8rem !important;
  }

  .tablet\:left-36 {
    left: 9rem !important;
  }

  .tablet\:left-40 {
    left: 10rem !important;
  }

  .tablet\:left-44 {
    left: 11rem !important;
  }

  .tablet\:left-48 {
    left: 12rem !important;
  }

  .tablet\:left-52 {
    left: 13rem !important;
  }

  .tablet\:left-56 {
    left: 14rem !important;
  }

  .tablet\:left-60 {
    left: 15rem !important;
  }

  .tablet\:left-64 {
    left: 16rem !important;
  }

  .tablet\:left-72 {
    left: 18rem !important;
  }

  .tablet\:left-80 {
    left: 20rem !important;
  }

  .tablet\:left-96 {
    left: 24rem !important;
  }

  .tablet\:left-auto {
    left: auto !important;
  }

  .tablet\:left-px {
    left: 1px !important;
  }

  .tablet\:left-0\.5 {
    left: 0.125rem !important;
  }

  .tablet\:left-1\.5 {
    left: 0.375rem !important;
  }

  .tablet\:left-2\.5 {
    left: 0.625rem !important;
  }

  .tablet\:left-3\.5 {
    left: 0.875rem !important;
  }

  .tablet\:-left-0 {
    left: 0px !important;
  }

  .tablet\:-left-1 {
    left: -0.25rem !important;
  }

  .tablet\:-left-2 {
    left: -0.5rem !important;
  }

  .tablet\:-left-3 {
    left: -0.75rem !important;
  }

  .tablet\:-left-4 {
    left: -1rem !important;
  }

  .tablet\:-left-5 {
    left: -1.25rem !important;
  }

  .tablet\:-left-6 {
    left: -1.5rem !important;
  }

  .tablet\:-left-7 {
    left: -1.75rem !important;
  }

  .tablet\:-left-8 {
    left: -2rem !important;
  }

  .tablet\:-left-9 {
    left: -2.25rem !important;
  }

  .tablet\:-left-10 {
    left: -2.5rem !important;
  }

  .tablet\:-left-11 {
    left: -2.75rem !important;
  }

  .tablet\:-left-12 {
    left: -3rem !important;
  }

  .tablet\:-left-14 {
    left: -3.5rem !important;
  }

  .tablet\:-left-16 {
    left: -4rem !important;
  }

  .tablet\:-left-20 {
    left: -5rem !important;
  }

  .tablet\:-left-24 {
    left: -6rem !important;
  }

  .tablet\:-left-28 {
    left: -7rem !important;
  }

  .tablet\:-left-32 {
    left: -8rem !important;
  }

  .tablet\:-left-36 {
    left: -9rem !important;
  }

  .tablet\:-left-40 {
    left: -10rem !important;
  }

  .tablet\:-left-44 {
    left: -11rem !important;
  }

  .tablet\:-left-48 {
    left: -12rem !important;
  }

  .tablet\:-left-52 {
    left: -13rem !important;
  }

  .tablet\:-left-56 {
    left: -14rem !important;
  }

  .tablet\:-left-60 {
    left: -15rem !important;
  }

  .tablet\:-left-64 {
    left: -16rem !important;
  }

  .tablet\:-left-72 {
    left: -18rem !important;
  }

  .tablet\:-left-80 {
    left: -20rem !important;
  }

  .tablet\:-left-96 {
    left: -24rem !important;
  }

  .tablet\:-left-px {
    left: -1px !important;
  }

  .tablet\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .tablet\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .tablet\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .tablet\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .tablet\:left-1\/2 {
    left: 50% !important;
  }

  .tablet\:left-1\/3 {
    left: 33.333333% !important;
  }

  .tablet\:left-2\/3 {
    left: 66.666667% !important;
  }

  .tablet\:left-1\/4 {
    left: 25% !important;
  }

  .tablet\:left-2\/4 {
    left: 50% !important;
  }

  .tablet\:left-3\/4 {
    left: 75% !important;
  }

  .tablet\:left-full {
    left: 100% !important;
  }

  .tablet\:-left-1\/2 {
    left: -50% !important;
  }

  .tablet\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .tablet\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .tablet\:-left-1\/4 {
    left: -25% !important;
  }

  .tablet\:-left-2\/4 {
    left: -50% !important;
  }

  .tablet\:-left-3\/4 {
    left: -75% !important;
  }

  .tablet\:-left-full {
    left: -100% !important;
  }

  .tablet\:isolate {
    isolation: isolate !important;
  }

  .tablet\:isolation-auto {
    isolation: auto !important;
  }

  .tablet\:z-0 {
    z-index: 0 !important;
  }

  .tablet\:z-10 {
    z-index: 10 !important;
  }

  .tablet\:z-20 {
    z-index: 20 !important;
  }

  .tablet\:z-30 {
    z-index: 30 !important;
  }

  .tablet\:z-40 {
    z-index: 40 !important;
  }

  .tablet\:z-50 {
    z-index: 50 !important;
  }

  .tablet\:z-auto {
    z-index: auto !important;
  }

  .tablet\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .tablet\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .tablet\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .tablet\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .tablet\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .tablet\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .tablet\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .tablet\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .tablet\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .tablet\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .tablet\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .tablet\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .tablet\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .tablet\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .tablet\:order-1 {
    order: 1 !important;
  }

  .tablet\:order-2 {
    order: 2 !important;
  }

  .tablet\:order-3 {
    order: 3 !important;
  }

  .tablet\:order-4 {
    order: 4 !important;
  }

  .tablet\:order-5 {
    order: 5 !important;
  }

  .tablet\:order-6 {
    order: 6 !important;
  }

  .tablet\:order-7 {
    order: 7 !important;
  }

  .tablet\:order-8 {
    order: 8 !important;
  }

  .tablet\:order-9 {
    order: 9 !important;
  }

  .tablet\:order-10 {
    order: 10 !important;
  }

  .tablet\:order-11 {
    order: 11 !important;
  }

  .tablet\:order-12 {
    order: 12 !important;
  }

  .tablet\:order-first {
    order: -9999 !important;
  }

  .tablet\:order-last {
    order: 9999 !important;
  }

  .tablet\:order-none {
    order: 0 !important;
  }

  .tablet\:col-auto {
    grid-column: auto !important;
  }

  .tablet\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .tablet\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .tablet\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .tablet\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .tablet\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .tablet\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .tablet\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .tablet\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .tablet\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .tablet\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .tablet\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .tablet\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .tablet\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .tablet\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .tablet\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .tablet\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .tablet\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .tablet\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .tablet\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .tablet\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .tablet\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .tablet\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .tablet\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .tablet\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .tablet\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .tablet\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .tablet\:col-start-auto {
    grid-column-start: auto !important;
  }

  .tablet\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .tablet\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .tablet\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .tablet\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .tablet\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .tablet\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .tablet\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .tablet\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .tablet\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .tablet\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .tablet\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .tablet\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .tablet\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .tablet\:col-end-auto {
    grid-column-end: auto !important;
  }

  .tablet\:row-auto {
    grid-row: auto !important;
  }

  .tablet\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .tablet\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .tablet\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .tablet\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .tablet\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .tablet\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .tablet\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .tablet\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .tablet\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .tablet\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .tablet\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .tablet\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .tablet\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .tablet\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .tablet\:row-start-auto {
    grid-row-start: auto !important;
  }

  .tablet\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .tablet\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .tablet\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .tablet\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .tablet\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .tablet\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .tablet\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .tablet\:row-end-auto {
    grid-row-end: auto !important;
  }

  .tablet\:float-right {
    float: right !important;
  }

  .tablet\:float-left {
    float: left !important;
  }

  .tablet\:float-none {
    float: none !important;
  }

  .tablet\:clear-left {
    clear: left !important;
  }

  .tablet\:clear-right {
    clear: right !important;
  }

  .tablet\:clear-both {
    clear: both !important;
  }

  .tablet\:clear-none {
    clear: none !important;
  }

  .tablet\:m-0 {
    margin: 0px !important;
  }

  .tablet\:m-1 {
    margin: 0.25rem !important;
  }

  .tablet\:m-2 {
    margin: 0.5rem !important;
  }

  .tablet\:m-3 {
    margin: 0.75rem !important;
  }

  .tablet\:m-4 {
    margin: 1rem !important;
  }

  .tablet\:m-5 {
    margin: 1.25rem !important;
  }

  .tablet\:m-6 {
    margin: 1.5rem !important;
  }

  .tablet\:m-7 {
    margin: 1.75rem !important;
  }

  .tablet\:m-8 {
    margin: 2rem !important;
  }

  .tablet\:m-9 {
    margin: 2.25rem !important;
  }

  .tablet\:m-10 {
    margin: 2.5rem !important;
  }

  .tablet\:m-11 {
    margin: 2.75rem !important;
  }

  .tablet\:m-12 {
    margin: 3rem !important;
  }

  .tablet\:m-14 {
    margin: 3.5rem !important;
  }

  .tablet\:m-16 {
    margin: 4rem !important;
  }

  .tablet\:m-20 {
    margin: 5rem !important;
  }

  .tablet\:m-24 {
    margin: 6rem !important;
  }

  .tablet\:m-28 {
    margin: 7rem !important;
  }

  .tablet\:m-32 {
    margin: 8rem !important;
  }

  .tablet\:m-36 {
    margin: 9rem !important;
  }

  .tablet\:m-40 {
    margin: 10rem !important;
  }

  .tablet\:m-44 {
    margin: 11rem !important;
  }

  .tablet\:m-48 {
    margin: 12rem !important;
  }

  .tablet\:m-52 {
    margin: 13rem !important;
  }

  .tablet\:m-56 {
    margin: 14rem !important;
  }

  .tablet\:m-60 {
    margin: 15rem !important;
  }

  .tablet\:m-64 {
    margin: 16rem !important;
  }

  .tablet\:m-72 {
    margin: 18rem !important;
  }

  .tablet\:m-80 {
    margin: 20rem !important;
  }

  .tablet\:m-96 {
    margin: 24rem !important;
  }

  .tablet\:m-auto {
    margin: auto !important;
  }

  .tablet\:m-px {
    margin: 1px !important;
  }

  .tablet\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .tablet\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .tablet\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .tablet\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .tablet\:-m-0 {
    margin: 0px !important;
  }

  .tablet\:-m-1 {
    margin: -0.25rem !important;
  }

  .tablet\:-m-2 {
    margin: -0.5rem !important;
  }

  .tablet\:-m-3 {
    margin: -0.75rem !important;
  }

  .tablet\:-m-4 {
    margin: -1rem !important;
  }

  .tablet\:-m-5 {
    margin: -1.25rem !important;
  }

  .tablet\:-m-6 {
    margin: -1.5rem !important;
  }

  .tablet\:-m-7 {
    margin: -1.75rem !important;
  }

  .tablet\:-m-8 {
    margin: -2rem !important;
  }

  .tablet\:-m-9 {
    margin: -2.25rem !important;
  }

  .tablet\:-m-10 {
    margin: -2.5rem !important;
  }

  .tablet\:-m-11 {
    margin: -2.75rem !important;
  }

  .tablet\:-m-12 {
    margin: -3rem !important;
  }

  .tablet\:-m-14 {
    margin: -3.5rem !important;
  }

  .tablet\:-m-16 {
    margin: -4rem !important;
  }

  .tablet\:-m-20 {
    margin: -5rem !important;
  }

  .tablet\:-m-24 {
    margin: -6rem !important;
  }

  .tablet\:-m-28 {
    margin: -7rem !important;
  }

  .tablet\:-m-32 {
    margin: -8rem !important;
  }

  .tablet\:-m-36 {
    margin: -9rem !important;
  }

  .tablet\:-m-40 {
    margin: -10rem !important;
  }

  .tablet\:-m-44 {
    margin: -11rem !important;
  }

  .tablet\:-m-48 {
    margin: -12rem !important;
  }

  .tablet\:-m-52 {
    margin: -13rem !important;
  }

  .tablet\:-m-56 {
    margin: -14rem !important;
  }

  .tablet\:-m-60 {
    margin: -15rem !important;
  }

  .tablet\:-m-64 {
    margin: -16rem !important;
  }

  .tablet\:-m-72 {
    margin: -18rem !important;
  }

  .tablet\:-m-80 {
    margin: -20rem !important;
  }

  .tablet\:-m-96 {
    margin: -24rem !important;
  }

  .tablet\:-m-px {
    margin: -1px !important;
  }

  .tablet\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .tablet\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .tablet\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .tablet\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .tablet\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tablet\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .tablet\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .tablet\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .tablet\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .tablet\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .tablet\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .tablet\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .tablet\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .tablet\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .tablet\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .tablet\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .tablet\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .tablet\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .tablet\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .tablet\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .tablet\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .tablet\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .tablet\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .tablet\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .tablet\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .tablet\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .tablet\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .tablet\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .tablet\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .tablet\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .tablet\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .tablet\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .tablet\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .tablet\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .tablet\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tablet\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .tablet\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .tablet\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .tablet\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .tablet\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .tablet\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tablet\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .tablet\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .tablet\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .tablet\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .tablet\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .tablet\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .tablet\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .tablet\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .tablet\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .tablet\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .tablet\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .tablet\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .tablet\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .tablet\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .tablet\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .tablet\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .tablet\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .tablet\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .tablet\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .tablet\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .tablet\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .tablet\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .tablet\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .tablet\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .tablet\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .tablet\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .tablet\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .tablet\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .tablet\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .tablet\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .tablet\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .tablet\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .tablet\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .tablet\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .tablet\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tablet\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .tablet\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .tablet\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .tablet\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .tablet\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .tablet\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .tablet\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .tablet\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .tablet\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .tablet\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .tablet\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .tablet\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .tablet\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .tablet\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .tablet\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .tablet\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .tablet\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .tablet\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .tablet\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .tablet\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .tablet\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .tablet\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .tablet\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .tablet\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .tablet\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .tablet\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .tablet\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .tablet\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .tablet\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .tablet\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .tablet\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .tablet\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .tablet\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .tablet\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .tablet\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .tablet\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tablet\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .tablet\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .tablet\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .tablet\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .tablet\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .tablet\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .tablet\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .tablet\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .tablet\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .tablet\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .tablet\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .tablet\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .tablet\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .tablet\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .tablet\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .tablet\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .tablet\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .tablet\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .tablet\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .tablet\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .tablet\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .tablet\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .tablet\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .tablet\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .tablet\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .tablet\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .tablet\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .tablet\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .tablet\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .tablet\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .tablet\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .tablet\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .tablet\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .tablet\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .tablet\:mt-0 {
    margin-top: 0px !important;
  }

  .tablet\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .tablet\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .tablet\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .tablet\:mt-4 {
    margin-top: 1rem !important;
  }

  .tablet\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .tablet\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .tablet\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .tablet\:mt-8 {
    margin-top: 2rem !important;
  }

  .tablet\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .tablet\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .tablet\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .tablet\:mt-12 {
    margin-top: 3rem !important;
  }

  .tablet\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .tablet\:mt-16 {
    margin-top: 4rem !important;
  }

  .tablet\:mt-20 {
    margin-top: 5rem !important;
  }

  .tablet\:mt-24 {
    margin-top: 6rem !important;
  }

  .tablet\:mt-28 {
    margin-top: 7rem !important;
  }

  .tablet\:mt-32 {
    margin-top: 8rem !important;
  }

  .tablet\:mt-36 {
    margin-top: 9rem !important;
  }

  .tablet\:mt-40 {
    margin-top: 10rem !important;
  }

  .tablet\:mt-44 {
    margin-top: 11rem !important;
  }

  .tablet\:mt-48 {
    margin-top: 12rem !important;
  }

  .tablet\:mt-52 {
    margin-top: 13rem !important;
  }

  .tablet\:mt-56 {
    margin-top: 14rem !important;
  }

  .tablet\:mt-60 {
    margin-top: 15rem !important;
  }

  .tablet\:mt-64 {
    margin-top: 16rem !important;
  }

  .tablet\:mt-72 {
    margin-top: 18rem !important;
  }

  .tablet\:mt-80 {
    margin-top: 20rem !important;
  }

  .tablet\:mt-96 {
    margin-top: 24rem !important;
  }

  .tablet\:mt-auto {
    margin-top: auto !important;
  }

  .tablet\:mt-px {
    margin-top: 1px !important;
  }

  .tablet\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .tablet\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .tablet\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .tablet\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .tablet\:-mt-0 {
    margin-top: 0px !important;
  }

  .tablet\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .tablet\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .tablet\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .tablet\:-mt-4 {
    margin-top: -1rem !important;
  }

  .tablet\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .tablet\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .tablet\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .tablet\:-mt-8 {
    margin-top: -2rem !important;
  }

  .tablet\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .tablet\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .tablet\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .tablet\:-mt-12 {
    margin-top: -3rem !important;
  }

  .tablet\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .tablet\:-mt-16 {
    margin-top: -4rem !important;
  }

  .tablet\:-mt-20 {
    margin-top: -5rem !important;
  }

  .tablet\:-mt-24 {
    margin-top: -6rem !important;
  }

  .tablet\:-mt-28 {
    margin-top: -7rem !important;
  }

  .tablet\:-mt-32 {
    margin-top: -8rem !important;
  }

  .tablet\:-mt-36 {
    margin-top: -9rem !important;
  }

  .tablet\:-mt-40 {
    margin-top: -10rem !important;
  }

  .tablet\:-mt-44 {
    margin-top: -11rem !important;
  }

  .tablet\:-mt-48 {
    margin-top: -12rem !important;
  }

  .tablet\:-mt-52 {
    margin-top: -13rem !important;
  }

  .tablet\:-mt-56 {
    margin-top: -14rem !important;
  }

  .tablet\:-mt-60 {
    margin-top: -15rem !important;
  }

  .tablet\:-mt-64 {
    margin-top: -16rem !important;
  }

  .tablet\:-mt-72 {
    margin-top: -18rem !important;
  }

  .tablet\:-mt-80 {
    margin-top: -20rem !important;
  }

  .tablet\:-mt-96 {
    margin-top: -24rem !important;
  }

  .tablet\:-mt-px {
    margin-top: -1px !important;
  }

  .tablet\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .tablet\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .tablet\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .tablet\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .tablet\:mr-0 {
    margin-right: 0px !important;
  }

  .tablet\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .tablet\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .tablet\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .tablet\:mr-4 {
    margin-right: 1rem !important;
  }

  .tablet\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .tablet\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .tablet\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .tablet\:mr-8 {
    margin-right: 2rem !important;
  }

  .tablet\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .tablet\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .tablet\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .tablet\:mr-12 {
    margin-right: 3rem !important;
  }

  .tablet\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .tablet\:mr-16 {
    margin-right: 4rem !important;
  }

  .tablet\:mr-20 {
    margin-right: 5rem !important;
  }

  .tablet\:mr-24 {
    margin-right: 6rem !important;
  }

  .tablet\:mr-28 {
    margin-right: 7rem !important;
  }

  .tablet\:mr-32 {
    margin-right: 8rem !important;
  }

  .tablet\:mr-36 {
    margin-right: 9rem !important;
  }

  .tablet\:mr-40 {
    margin-right: 10rem !important;
  }

  .tablet\:mr-44 {
    margin-right: 11rem !important;
  }

  .tablet\:mr-48 {
    margin-right: 12rem !important;
  }

  .tablet\:mr-52 {
    margin-right: 13rem !important;
  }

  .tablet\:mr-56 {
    margin-right: 14rem !important;
  }

  .tablet\:mr-60 {
    margin-right: 15rem !important;
  }

  .tablet\:mr-64 {
    margin-right: 16rem !important;
  }

  .tablet\:mr-72 {
    margin-right: 18rem !important;
  }

  .tablet\:mr-80 {
    margin-right: 20rem !important;
  }

  .tablet\:mr-96 {
    margin-right: 24rem !important;
  }

  .tablet\:mr-auto {
    margin-right: auto !important;
  }

  .tablet\:mr-px {
    margin-right: 1px !important;
  }

  .tablet\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .tablet\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .tablet\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .tablet\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .tablet\:-mr-0 {
    margin-right: 0px !important;
  }

  .tablet\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .tablet\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .tablet\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .tablet\:-mr-4 {
    margin-right: -1rem !important;
  }

  .tablet\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .tablet\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .tablet\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .tablet\:-mr-8 {
    margin-right: -2rem !important;
  }

  .tablet\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .tablet\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .tablet\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .tablet\:-mr-12 {
    margin-right: -3rem !important;
  }

  .tablet\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .tablet\:-mr-16 {
    margin-right: -4rem !important;
  }

  .tablet\:-mr-20 {
    margin-right: -5rem !important;
  }

  .tablet\:-mr-24 {
    margin-right: -6rem !important;
  }

  .tablet\:-mr-28 {
    margin-right: -7rem !important;
  }

  .tablet\:-mr-32 {
    margin-right: -8rem !important;
  }

  .tablet\:-mr-36 {
    margin-right: -9rem !important;
  }

  .tablet\:-mr-40 {
    margin-right: -10rem !important;
  }

  .tablet\:-mr-44 {
    margin-right: -11rem !important;
  }

  .tablet\:-mr-48 {
    margin-right: -12rem !important;
  }

  .tablet\:-mr-52 {
    margin-right: -13rem !important;
  }

  .tablet\:-mr-56 {
    margin-right: -14rem !important;
  }

  .tablet\:-mr-60 {
    margin-right: -15rem !important;
  }

  .tablet\:-mr-64 {
    margin-right: -16rem !important;
  }

  .tablet\:-mr-72 {
    margin-right: -18rem !important;
  }

  .tablet\:-mr-80 {
    margin-right: -20rem !important;
  }

  .tablet\:-mr-96 {
    margin-right: -24rem !important;
  }

  .tablet\:-mr-px {
    margin-right: -1px !important;
  }

  .tablet\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .tablet\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .tablet\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .tablet\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .tablet\:mb-0 {
    margin-bottom: 0px !important;
  }

  .tablet\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .tablet\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .tablet\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .tablet\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .tablet\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .tablet\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .tablet\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .tablet\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .tablet\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .tablet\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .tablet\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .tablet\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .tablet\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .tablet\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .tablet\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .tablet\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .tablet\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .tablet\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .tablet\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .tablet\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .tablet\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .tablet\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .tablet\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .tablet\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .tablet\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .tablet\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .tablet\:mb-72 {
    margin-bottom: 18rem !important;
  }

  .tablet\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .tablet\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .tablet\:mb-auto {
    margin-bottom: auto !important;
  }

  .tablet\:mb-px {
    margin-bottom: 1px !important;
  }

  .tablet\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .tablet\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .tablet\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .tablet\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .tablet\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .tablet\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .tablet\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .tablet\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .tablet\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .tablet\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .tablet\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .tablet\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .tablet\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .tablet\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .tablet\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .tablet\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .tablet\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .tablet\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .tablet\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .tablet\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .tablet\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .tablet\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .tablet\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .tablet\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .tablet\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .tablet\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .tablet\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .tablet\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .tablet\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .tablet\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .tablet\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .tablet\:-mb-72 {
    margin-bottom: -18rem !important;
  }

  .tablet\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .tablet\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .tablet\:-mb-px {
    margin-bottom: -1px !important;
  }

  .tablet\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .tablet\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .tablet\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .tablet\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .tablet\:ml-0 {
    margin-left: 0px !important;
  }

  .tablet\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .tablet\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .tablet\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .tablet\:ml-4 {
    margin-left: 1rem !important;
  }

  .tablet\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .tablet\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .tablet\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .tablet\:ml-8 {
    margin-left: 2rem !important;
  }

  .tablet\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .tablet\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .tablet\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .tablet\:ml-12 {
    margin-left: 3rem !important;
  }

  .tablet\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .tablet\:ml-16 {
    margin-left: 4rem !important;
  }

  .tablet\:ml-20 {
    margin-left: 5rem !important;
  }

  .tablet\:ml-24 {
    margin-left: 6rem !important;
  }

  .tablet\:ml-28 {
    margin-left: 7rem !important;
  }

  .tablet\:ml-32 {
    margin-left: 8rem !important;
  }

  .tablet\:ml-36 {
    margin-left: 9rem !important;
  }

  .tablet\:ml-40 {
    margin-left: 10rem !important;
  }

  .tablet\:ml-44 {
    margin-left: 11rem !important;
  }

  .tablet\:ml-48 {
    margin-left: 12rem !important;
  }

  .tablet\:ml-52 {
    margin-left: 13rem !important;
  }

  .tablet\:ml-56 {
    margin-left: 14rem !important;
  }

  .tablet\:ml-60 {
    margin-left: 15rem !important;
  }

  .tablet\:ml-64 {
    margin-left: 16rem !important;
  }

  .tablet\:ml-72 {
    margin-left: 18rem !important;
  }

  .tablet\:ml-80 {
    margin-left: 20rem !important;
  }

  .tablet\:ml-96 {
    margin-left: 24rem !important;
  }

  .tablet\:ml-auto {
    margin-left: auto !important;
  }

  .tablet\:ml-px {
    margin-left: 1px !important;
  }

  .tablet\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .tablet\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .tablet\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .tablet\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .tablet\:-ml-0 {
    margin-left: 0px !important;
  }

  .tablet\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .tablet\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .tablet\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .tablet\:-ml-4 {
    margin-left: -1rem !important;
  }

  .tablet\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .tablet\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .tablet\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .tablet\:-ml-8 {
    margin-left: -2rem !important;
  }

  .tablet\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .tablet\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .tablet\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .tablet\:-ml-12 {
    margin-left: -3rem !important;
  }

  .tablet\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .tablet\:-ml-16 {
    margin-left: -4rem !important;
  }

  .tablet\:-ml-20 {
    margin-left: -5rem !important;
  }

  .tablet\:-ml-24 {
    margin-left: -6rem !important;
  }

  .tablet\:-ml-28 {
    margin-left: -7rem !important;
  }

  .tablet\:-ml-32 {
    margin-left: -8rem !important;
  }

  .tablet\:-ml-36 {
    margin-left: -9rem !important;
  }

  .tablet\:-ml-40 {
    margin-left: -10rem !important;
  }

  .tablet\:-ml-44 {
    margin-left: -11rem !important;
  }

  .tablet\:-ml-48 {
    margin-left: -12rem !important;
  }

  .tablet\:-ml-52 {
    margin-left: -13rem !important;
  }

  .tablet\:-ml-56 {
    margin-left: -14rem !important;
  }

  .tablet\:-ml-60 {
    margin-left: -15rem !important;
  }

  .tablet\:-ml-64 {
    margin-left: -16rem !important;
  }

  .tablet\:-ml-72 {
    margin-left: -18rem !important;
  }

  .tablet\:-ml-80 {
    margin-left: -20rem !important;
  }

  .tablet\:-ml-96 {
    margin-left: -24rem !important;
  }

  .tablet\:-ml-px {
    margin-left: -1px !important;
  }

  .tablet\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .tablet\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .tablet\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .tablet\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .tablet\:box-border {
    box-sizing: border-box !important;
  }

  .tablet\:box-content {
    box-sizing: content-box !important;
  }

  .tablet\:block {
    display: block !important;
  }

  .tablet\:inline-block {
    display: inline-block !important;
  }

  .tablet\:inline {
    display: inline !important;
  }

  .tablet\:flex {
    display: flex !important;
  }

  .tablet\:inline-flex {
    display: inline-flex !important;
  }

  .tablet\:table {
    display: table !important;
  }

  .tablet\:inline-table {
    display: inline-table !important;
  }

  .tablet\:table-caption {
    display: table-caption !important;
  }

  .tablet\:table-cell {
    display: table-cell !important;
  }

  .tablet\:table-column {
    display: table-column !important;
  }

  .tablet\:table-column-group {
    display: table-column-group !important;
  }

  .tablet\:table-footer-group {
    display: table-footer-group !important;
  }

  .tablet\:table-header-group {
    display: table-header-group !important;
  }

  .tablet\:table-row-group {
    display: table-row-group !important;
  }

  .tablet\:table-row {
    display: table-row !important;
  }

  .tablet\:flow-root {
    display: flow-root !important;
  }

  .tablet\:grid {
    display: grid !important;
  }

  .tablet\:inline-grid {
    display: inline-grid !important;
  }

  .tablet\:contents {
    display: contents !important;
  }

  .tablet\:list-item {
    display: list-item !important;
  }

  .tablet\:hidden {
    display: none !important;
  }

  .tablet\:h-0 {
    height: 0px !important;
  }

  .tablet\:h-1 {
    height: 0.25rem !important;
  }

  .tablet\:h-2 {
    height: 0.5rem !important;
  }

  .tablet\:h-3 {
    height: 0.75rem !important;
  }

  .tablet\:h-4 {
    height: 1rem !important;
  }

  .tablet\:h-5 {
    height: 1.25rem !important;
  }

  .tablet\:h-6 {
    height: 1.5rem !important;
  }

  .tablet\:h-7 {
    height: 1.75rem !important;
  }

  .tablet\:h-8 {
    height: 2rem !important;
  }

  .tablet\:h-9 {
    height: 2.25rem !important;
  }

  .tablet\:h-10 {
    height: 2.5rem !important;
  }

  .tablet\:h-11 {
    height: 2.75rem !important;
  }

  .tablet\:h-12 {
    height: 3rem !important;
  }

  .tablet\:h-14 {
    height: 3.5rem !important;
  }

  .tablet\:h-16 {
    height: 4rem !important;
  }

  .tablet\:h-20 {
    height: 5rem !important;
  }

  .tablet\:h-24 {
    height: 6rem !important;
  }

  .tablet\:h-28 {
    height: 7rem !important;
  }

  .tablet\:h-32 {
    height: 8rem !important;
  }

  .tablet\:h-36 {
    height: 9rem !important;
  }

  .tablet\:h-40 {
    height: 10rem !important;
  }

  .tablet\:h-44 {
    height: 11rem !important;
  }

  .tablet\:h-48 {
    height: 12rem !important;
  }

  .tablet\:h-52 {
    height: 13rem !important;
  }

  .tablet\:h-56 {
    height: 14rem !important;
  }

  .tablet\:h-60 {
    height: 15rem !important;
  }

  .tablet\:h-64 {
    height: 16rem !important;
  }

  .tablet\:h-72 {
    height: 18rem !important;
  }

  .tablet\:h-80 {
    height: 20rem !important;
  }

  .tablet\:h-96 {
    height: 24rem !important;
  }

  .tablet\:h-auto {
    height: auto !important;
  }

  .tablet\:h-px {
    height: 1px !important;
  }

  .tablet\:h-0\.5 {
    height: 0.125rem !important;
  }

  .tablet\:h-1\.5 {
    height: 0.375rem !important;
  }

  .tablet\:h-2\.5 {
    height: 0.625rem !important;
  }

  .tablet\:h-3\.5 {
    height: 0.875rem !important;
  }

  .tablet\:h-1\/2 {
    height: 50% !important;
  }

  .tablet\:h-1\/3 {
    height: 33.333333% !important;
  }

  .tablet\:h-2\/3 {
    height: 66.666667% !important;
  }

  .tablet\:h-1\/4 {
    height: 25% !important;
  }

  .tablet\:h-2\/4 {
    height: 50% !important;
  }

  .tablet\:h-3\/4 {
    height: 75% !important;
  }

  .tablet\:h-1\/5 {
    height: 20% !important;
  }

  .tablet\:h-2\/5 {
    height: 40% !important;
  }

  .tablet\:h-3\/5 {
    height: 60% !important;
  }

  .tablet\:h-4\/5 {
    height: 80% !important;
  }

  .tablet\:h-1\/6 {
    height: 16.666667% !important;
  }

  .tablet\:h-2\/6 {
    height: 33.333333% !important;
  }

  .tablet\:h-3\/6 {
    height: 50% !important;
  }

  .tablet\:h-4\/6 {
    height: 66.666667% !important;
  }

  .tablet\:h-5\/6 {
    height: 83.333333% !important;
  }

  .tablet\:h-full {
    height: 100% !important;
  }

  .tablet\:h-screen {
    height: 100vh !important;
  }

  .tablet\:max-h-0 {
    max-height: 0px !important;
  }

  .tablet\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .tablet\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .tablet\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .tablet\:max-h-4 {
    max-height: 1rem !important;
  }

  .tablet\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .tablet\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .tablet\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .tablet\:max-h-8 {
    max-height: 2rem !important;
  }

  .tablet\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .tablet\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .tablet\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .tablet\:max-h-12 {
    max-height: 3rem !important;
  }

  .tablet\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .tablet\:max-h-16 {
    max-height: 4rem !important;
  }

  .tablet\:max-h-20 {
    max-height: 5rem !important;
  }

  .tablet\:max-h-24 {
    max-height: 6rem !important;
  }

  .tablet\:max-h-28 {
    max-height: 7rem !important;
  }

  .tablet\:max-h-32 {
    max-height: 8rem !important;
  }

  .tablet\:max-h-36 {
    max-height: 9rem !important;
  }

  .tablet\:max-h-40 {
    max-height: 10rem !important;
  }

  .tablet\:max-h-44 {
    max-height: 11rem !important;
  }

  .tablet\:max-h-48 {
    max-height: 12rem !important;
  }

  .tablet\:max-h-52 {
    max-height: 13rem !important;
  }

  .tablet\:max-h-56 {
    max-height: 14rem !important;
  }

  .tablet\:max-h-60 {
    max-height: 15rem !important;
  }

  .tablet\:max-h-64 {
    max-height: 16rem !important;
  }

  .tablet\:max-h-72 {
    max-height: 18rem !important;
  }

  .tablet\:max-h-80 {
    max-height: 20rem !important;
  }

  .tablet\:max-h-96 {
    max-height: 24rem !important;
  }

  .tablet\:max-h-px {
    max-height: 1px !important;
  }

  .tablet\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .tablet\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .tablet\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .tablet\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .tablet\:max-h-full {
    max-height: 100% !important;
  }

  .tablet\:max-h-screen {
    max-height: 100vh !important;
  }

  .tablet\:min-h-0 {
    min-height: 0px !important;
  }

  .tablet\:min-h-full {
    min-height: 100% !important;
  }

  .tablet\:min-h-screen {
    min-height: 100vh !important;
  }

  .tablet\:w-0 {
    width: 0px !important;
  }

  .tablet\:w-1 {
    width: 0.25rem !important;
  }

  .tablet\:w-2 {
    width: 0.5rem !important;
  }

  .tablet\:w-3 {
    width: 0.75rem !important;
  }

  .tablet\:w-4 {
    width: 1rem !important;
  }

  .tablet\:w-5 {
    width: 1.25rem !important;
  }

  .tablet\:w-6 {
    width: 1.5rem !important;
  }

  .tablet\:w-7 {
    width: 1.75rem !important;
  }

  .tablet\:w-8 {
    width: 2rem !important;
  }

  .tablet\:w-9 {
    width: 2.25rem !important;
  }

  .tablet\:w-10 {
    width: 2.5rem !important;
  }

  .tablet\:w-11 {
    width: 2.75rem !important;
  }

  .tablet\:w-12 {
    width: 3rem !important;
  }

  .tablet\:w-14 {
    width: 3.5rem !important;
  }

  .tablet\:w-16 {
    width: 4rem !important;
  }

  .tablet\:w-20 {
    width: 5rem !important;
  }

  .tablet\:w-24 {
    width: 6rem !important;
  }

  .tablet\:w-28 {
    width: 7rem !important;
  }

  .tablet\:w-32 {
    width: 8rem !important;
  }

  .tablet\:w-36 {
    width: 9rem !important;
  }

  .tablet\:w-40 {
    width: 10rem !important;
  }

  .tablet\:w-44 {
    width: 11rem !important;
  }

  .tablet\:w-48 {
    width: 12rem !important;
  }

  .tablet\:w-52 {
    width: 13rem !important;
  }

  .tablet\:w-56 {
    width: 14rem !important;
  }

  .tablet\:w-60 {
    width: 15rem !important;
  }

  .tablet\:w-64 {
    width: 16rem !important;
  }

  .tablet\:w-72 {
    width: 18rem !important;
  }

  .tablet\:w-80 {
    width: 20rem !important;
  }

  .tablet\:w-96 {
    width: 24rem !important;
  }

  .tablet\:w-auto {
    width: auto !important;
  }

  .tablet\:w-px {
    width: 1px !important;
  }

  .tablet\:w-0\.5 {
    width: 0.125rem !important;
  }

  .tablet\:w-1\.5 {
    width: 0.375rem !important;
  }

  .tablet\:w-2\.5 {
    width: 0.625rem !important;
  }

  .tablet\:w-3\.5 {
    width: 0.875rem !important;
  }

  .tablet\:w-1\/2 {
    width: 50% !important;
  }

  .tablet\:w-1\/3 {
    width: 33.333333% !important;
  }

  .tablet\:w-2\/3 {
    width: 66.666667% !important;
  }

  .tablet\:w-1\/4 {
    width: 25% !important;
  }

  .tablet\:w-2\/4 {
    width: 50% !important;
  }

  .tablet\:w-3\/4 {
    width: 75% !important;
  }

  .tablet\:w-1\/5 {
    width: 20% !important;
  }

  .tablet\:w-2\/5 {
    width: 40% !important;
  }

  .tablet\:w-3\/5 {
    width: 60% !important;
  }

  .tablet\:w-4\/5 {
    width: 80% !important;
  }

  .tablet\:w-1\/6 {
    width: 16.666667% !important;
  }

  .tablet\:w-2\/6 {
    width: 33.333333% !important;
  }

  .tablet\:w-3\/6 {
    width: 50% !important;
  }

  .tablet\:w-4\/6 {
    width: 66.666667% !important;
  }

  .tablet\:w-5\/6 {
    width: 83.333333% !important;
  }

  .tablet\:w-1\/12 {
    width: 8.333333% !important;
  }

  .tablet\:w-2\/12 {
    width: 16.666667% !important;
  }

  .tablet\:w-3\/12 {
    width: 25% !important;
  }

  .tablet\:w-4\/12 {
    width: 33.333333% !important;
  }

  .tablet\:w-5\/12 {
    width: 41.666667% !important;
  }

  .tablet\:w-6\/12 {
    width: 50% !important;
  }

  .tablet\:w-7\/12 {
    width: 58.333333% !important;
  }

  .tablet\:w-8\/12 {
    width: 66.666667% !important;
  }

  .tablet\:w-9\/12 {
    width: 75% !important;
  }

  .tablet\:w-10\/12 {
    width: 83.333333% !important;
  }

  .tablet\:w-11\/12 {
    width: 91.666667% !important;
  }

  .tablet\:w-full {
    width: 100% !important;
  }

  .tablet\:w-screen {
    width: 100vw !important;
  }

  .tablet\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .tablet\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .tablet\:min-w-0 {
    min-width: 0px !important;
  }

  .tablet\:min-w-full {
    min-width: 100% !important;
  }

  .tablet\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .tablet\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .tablet\:max-w-0 {
    max-width: 0rem !important;
  }

  .tablet\:max-w-none {
    max-width: none !important;
  }

  .tablet\:max-w-xs {
    max-width: 20rem !important;
  }

  .tablet\:max-w-sm {
    max-width: 24rem !important;
  }

  .tablet\:max-w-md {
    max-width: 28rem !important;
  }

  .tablet\:max-w-lg {
    max-width: 32rem !important;
  }

  .tablet\:max-w-xl {
    max-width: 36rem !important;
  }

  .tablet\:max-w-2xl {
    max-width: 42rem !important;
  }

  .tablet\:max-w-3xl {
    max-width: 48rem !important;
  }

  .tablet\:max-w-4xl {
    max-width: 56rem !important;
  }

  .tablet\:max-w-5xl {
    max-width: 64rem !important;
  }

  .tablet\:max-w-6xl {
    max-width: 72rem !important;
  }

  .tablet\:max-w-7xl {
    max-width: 80rem !important;
  }

  .tablet\:max-w-full {
    max-width: 100% !important;
  }

  .tablet\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .tablet\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .tablet\:max-w-prose {
    max-width: 65ch !important;
  }

  .tablet\:max-w-screen-tablet {
    max-width: 640px !important;
  }

  .tablet\:max-w-screen-laptop {
    max-width: 1024px !important;
  }

  .tablet\:max-w-screen-desktop {
    max-width: 1280px !important;
  }

  .tablet\:flex-1 {
    flex: 1 1 0% !important;
  }

  .tablet\:flex-auto {
    flex: 1 1 auto !important;
  }

  .tablet\:flex-initial {
    flex: 0 1 auto !important;
  }

  .tablet\:flex-none {
    flex: none !important;
  }

  .tablet\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .tablet\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .tablet\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .tablet\:flex-grow {
    flex-grow: 1 !important;
  }

  .tablet\:table-auto {
    table-layout: auto !important;
  }

  .tablet\:table-fixed {
    table-layout: fixed !important;
  }

  .tablet\:border-collapse {
    border-collapse: collapse !important;
  }

  .tablet\:border-separate {
    border-collapse: separate !important;
  }

  .tablet\:origin-center {
    transform-origin: center !important;
  }

  .tablet\:origin-top {
    transform-origin: top !important;
  }

  .tablet\:origin-top-right {
    transform-origin: top right !important;
  }

  .tablet\:origin-right {
    transform-origin: right !important;
  }

  .tablet\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .tablet\:origin-bottom {
    transform-origin: bottom !important;
  }

  .tablet\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .tablet\:origin-left {
    transform-origin: left !important;
  }

  .tablet\:origin-top-left {
    transform-origin: top left !important;
  }

  .tablet\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .tablet\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .tablet\:transform-none {
    transform: none !important;
  }

  .tablet\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .tablet\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .tablet\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .tablet\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .tablet\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .tablet\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .tablet\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .tablet\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .tablet\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .tablet\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .tablet\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .tablet\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .tablet\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .tablet\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .tablet\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .tablet\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .tablet\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .tablet\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .tablet\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .tablet\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .tablet\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .tablet\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .tablet\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .tablet\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .tablet\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .tablet\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .tablet\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .tablet\:translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .tablet\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .tablet\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .tablet\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .tablet\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .tablet\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .tablet\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .tablet\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .tablet\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .tablet\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .tablet\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .tablet\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .tablet\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .tablet\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .tablet\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .tablet\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .tablet\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .tablet\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .tablet\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .tablet\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .tablet\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .tablet\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .tablet\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .tablet\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .tablet\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .tablet\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .tablet\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .tablet\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .tablet\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .tablet\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .tablet\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .tablet\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .tablet\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .tablet\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .tablet\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .tablet\:-translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .tablet\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .tablet\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .tablet\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .tablet\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .tablet\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .tablet\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .tablet\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .tablet\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .tablet\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .tablet\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .tablet\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .tablet\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .tablet\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .tablet\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .tablet\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .tablet\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .tablet\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .tablet\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .tablet\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .tablet\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .tablet\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .tablet\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .tablet\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .tablet\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .tablet\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .tablet\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .tablet\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .tablet\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .tablet\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .tablet\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .tablet\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .tablet\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .tablet\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .tablet\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .tablet\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .tablet\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .tablet\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .tablet\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .tablet\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .tablet\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .tablet\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .tablet\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .tablet\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .tablet\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .tablet\:translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .tablet\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .tablet\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .tablet\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .tablet\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .tablet\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .tablet\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .tablet\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .tablet\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .tablet\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .tablet\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .tablet\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .tablet\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .tablet\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .tablet\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .tablet\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .tablet\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .tablet\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .tablet\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .tablet\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .tablet\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .tablet\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .tablet\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .tablet\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .tablet\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .tablet\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .tablet\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .tablet\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .tablet\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .tablet\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .tablet\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .tablet\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .tablet\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .tablet\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .tablet\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .tablet\:-translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .tablet\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .tablet\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .tablet\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .tablet\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .tablet\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .tablet\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .tablet\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .tablet\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .tablet\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .tablet\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .tablet\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .tablet\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .tablet\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .tablet\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .tablet\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .tablet\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .tablet\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .tablet\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .tablet\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .tablet\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .tablet\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .tablet\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .tablet\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .tablet\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .tablet\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .tablet\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .tablet\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .tablet\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .tablet\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .tablet\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .tablet\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .tablet\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .tablet\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .tablet\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .tablet\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .tablet\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .tablet\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .tablet\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .tablet\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .tablet\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .tablet\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .tablet\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .tablet\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .tablet\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .tablet\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .tablet\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .tablet\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .tablet\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .tablet\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .tablet\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .tablet\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .tablet\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .tablet\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .tablet\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .tablet\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .tablet\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .tablet\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .tablet\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .tablet\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .tablet\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .tablet\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .tablet\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .tablet\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .tablet\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .tablet\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .tablet\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .tablet\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .tablet\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .tablet\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .tablet\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .tablet\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .tablet\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .tablet\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .tablet\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .tablet\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .tablet\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .tablet\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .tablet\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .tablet\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .tablet\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .tablet\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .tablet\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .tablet\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .tablet\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .tablet\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .tablet\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .tablet\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .tablet\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .tablet\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .tablet\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .tablet\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .tablet\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .tablet\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .tablet\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .tablet\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .tablet\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .tablet\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .tablet\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .tablet\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .tablet\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .tablet\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .tablet\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .tablet\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .tablet\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .tablet\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .tablet\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .tablet\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .tablet\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .tablet\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .tablet\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .tablet\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .tablet\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .tablet\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .tablet\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .tablet\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .tablet\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .tablet\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .tablet\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .tablet\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .tablet\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .tablet\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .tablet\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .tablet\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .tablet\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .tablet\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .tablet\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .tablet\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .tablet\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .tablet\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .tablet\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .tablet\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .tablet\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .tablet\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .tablet\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .tablet\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .tablet\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .tablet\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .tablet\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .tablet\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .tablet\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .tablet\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .tablet\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .tablet\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .tablet\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .tablet\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .tablet\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .tablet\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .tablet\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .tablet\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .tablet\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .tablet\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .tablet\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .tablet\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .tablet\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .tablet\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .tablet\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .tablet\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .tablet\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .tablet\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .tablet\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .tablet\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .tablet\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .tablet\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .tablet\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .tablet\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .tablet\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .tablet\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .tablet\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .tablet\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .tablet\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .tablet\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .tablet\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .tablet\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .tablet\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .tablet\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .tablet\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .tablet\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .tablet\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .tablet\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .tablet\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .tablet\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .tablet\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .tablet\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .tablet\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .tablet\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .tablet\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .tablet\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .tablet\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .tablet\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .tablet\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .tablet\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .tablet\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .tablet\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .tablet\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .tablet\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .tablet\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .tablet\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .tablet\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .tablet\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .tablet\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .tablet\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .tablet\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .tablet\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .tablet\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .tablet\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .tablet\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .tablet\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .tablet\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .tablet\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .tablet\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .tablet\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .tablet\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .tablet\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .tablet\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .tablet\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .tablet\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .tablet\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .tablet\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .tablet\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .tablet\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .tablet\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .tablet\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .tablet\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .tablet\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .tablet\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .tablet\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .tablet\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .tablet\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .tablet\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .tablet\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .tablet\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .tablet\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .tablet\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .tablet\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .tablet\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .tablet\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .tablet\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .tablet\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .tablet\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .tablet\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .tablet\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .tablet\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .tablet\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .tablet\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .tablet\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .tablet\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .tablet\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .tablet\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .tablet\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .tablet\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .tablet\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .tablet\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .tablet\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .tablet\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .tablet\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .tablet\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .tablet\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .tablet\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .tablet\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .tablet\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .tablet\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .tablet\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .tablet\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .tablet\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .tablet\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .tablet\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .tablet\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .tablet\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .tablet\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .tablet\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .tablet\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .tablet\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .tablet\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .tablet\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .tablet\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .tablet\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .tablet\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .tablet\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .tablet\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .tablet\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .tablet\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .tablet\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .tablet\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .tablet\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .tablet\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .tablet\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .tablet\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .tablet\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .tablet\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .tablet\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .tablet\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .tablet\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .tablet\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .tablet\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .tablet\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .tablet\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .tablet\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .tablet\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .tablet\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .tablet\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .tablet\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .tablet\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .tablet\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .tablet\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .tablet\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .tablet\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .tablet\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .tablet\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .tablet\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .tablet\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .tablet\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .tablet\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .tablet\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .tablet\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .tablet\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .tablet\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .tablet\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .tablet\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .tablet\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .tablet\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .tablet\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .tablet\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .tablet\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .tablet\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .tablet\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .tablet\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .tablet\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .tablet\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .tablet\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .tablet\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .tablet\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .tablet\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .tablet\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .tablet\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .tablet\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .tablet\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .tablet\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .tablet\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .tablet\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .tablet\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .tablet\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .tablet\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .tablet\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .tablet\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .tablet\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .tablet\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .tablet\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .tablet\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .tablet\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .tablet\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .tablet\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .tablet\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .tablet\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .tablet\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .tablet\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .tablet\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .tablet\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .tablet\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .tablet\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .tablet\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .tablet\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .tablet\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .tablet\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .tablet\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .tablet\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .tablet\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .tablet\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .tablet\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .tablet\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .tablet\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .tablet\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .tablet\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .tablet\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .tablet\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .tablet\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .tablet\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .tablet\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .tablet\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .tablet\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .tablet\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .tablet\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .tablet\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .tablet\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .tablet\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .tablet\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .tablet\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .tablet\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .tablet\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .tablet\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .tablet\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .tablet\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .tablet\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .tablet\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .tablet\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .tablet\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .tablet\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .tablet\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .tablet\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .tablet\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .tablet\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .tablet\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .tablet\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .tablet\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .tablet\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .tablet\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .tablet\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .tablet\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .tablet\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .tablet\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .tablet\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .tablet\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .tablet\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .tablet\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .tablet\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .tablet\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .tablet\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .tablet\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .tablet\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .tablet\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .tablet\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .tablet\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .tablet\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .tablet\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .tablet\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .tablet\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .tablet\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .tablet\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .tablet\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .tablet\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .tablet\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .tablet\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .tablet\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .tablet\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .tablet\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .tablet\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .tablet\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .tablet\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .tablet\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .tablet\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .tablet\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .tablet\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .tablet\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .tablet\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .tablet\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .tablet\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .tablet\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .tablet\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .tablet\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .tablet\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .tablet\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .tablet\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .tablet\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .tablet\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .tablet\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .tablet\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .tablet\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .tablet\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .tablet\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .tablet\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .tablet\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .tablet\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .tablet\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .tablet\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .tablet\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .tablet\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .tablet\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .tablet\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .tablet\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .tablet\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .tablet\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .tablet\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .tablet\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .tablet\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .tablet\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .tablet\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .tablet\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .tablet\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .tablet\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .tablet\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .tablet\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .tablet\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .tablet\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .tablet\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .tablet\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .tablet\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .tablet\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .tablet\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .tablet\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .tablet\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .tablet\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .tablet\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .tablet\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .tablet\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .tablet\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .tablet\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .tablet\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .tablet\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .tablet\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .tablet\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .tablet\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .tablet\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .tablet\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .tablet\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .tablet\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .tablet\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .tablet\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .tablet\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .tablet\:cursor-auto {
    cursor: auto !important;
  }

  .tablet\:cursor-default {
    cursor: default !important;
  }

  .tablet\:cursor-pointer {
    cursor: pointer !important;
  }

  .tablet\:cursor-wait {
    cursor: wait !important;
  }

  .tablet\:cursor-text {
    cursor: text !important;
  }

  .tablet\:cursor-move {
    cursor: move !important;
  }

  .tablet\:cursor-help {
    cursor: help !important;
  }

  .tablet\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .tablet\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .tablet\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .tablet\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .tablet\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .tablet\:resize-none {
    resize: none !important;
  }

  .tablet\:resize-y {
    resize: vertical !important;
  }

  .tablet\:resize-x {
    resize: horizontal !important;
  }

  .tablet\:resize {
    resize: both !important;
  }

  .tablet\:list-inside {
    list-style-position: inside !important;
  }

  .tablet\:list-outside {
    list-style-position: outside !important;
  }

  .tablet\:list-none {
    list-style-type: none !important;
  }

  .tablet\:list-disc {
    list-style-type: disc !important;
  }

  .tablet\:list-decimal {
    list-style-type: decimal !important;
  }

  .tablet\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .tablet\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .tablet\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .tablet\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .tablet\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .tablet\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .tablet\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .tablet\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .tablet\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .tablet\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .tablet\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .tablet\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .tablet\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .tablet\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .tablet\:flex-row {
    flex-direction: row !important;
  }

  .tablet\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .tablet\:flex-col {
    flex-direction: column !important;
  }

  .tablet\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .tablet\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .tablet\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .tablet\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .tablet\:place-content-center {
    place-content: center !important;
  }

  .tablet\:place-content-start {
    place-content: start !important;
  }

  .tablet\:place-content-end {
    place-content: end !important;
  }

  .tablet\:place-content-between {
    place-content: space-between !important;
  }

  .tablet\:place-content-around {
    place-content: space-around !important;
  }

  .tablet\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .tablet\:place-content-stretch {
    place-content: stretch !important;
  }

  .tablet\:place-items-start {
    place-items: start !important;
  }

  .tablet\:place-items-end {
    place-items: end !important;
  }

  .tablet\:place-items-center {
    place-items: center !important;
  }

  .tablet\:place-items-stretch {
    place-items: stretch !important;
  }

  .tablet\:content-center {
    align-content: center !important;
  }

  .tablet\:content-start {
    align-content: flex-start !important;
  }

  .tablet\:content-end {
    align-content: flex-end !important;
  }

  .tablet\:content-between {
    align-content: space-between !important;
  }

  .tablet\:content-around {
    align-content: space-around !important;
  }

  .tablet\:content-evenly {
    align-content: space-evenly !important;
  }

  .tablet\:items-start {
    align-items: flex-start !important;
  }

  .tablet\:items-end {
    align-items: flex-end !important;
  }

  .tablet\:items-center {
    align-items: center !important;
  }

  .tablet\:items-baseline {
    align-items: baseline !important;
  }

  .tablet\:items-stretch {
    align-items: stretch !important;
  }

  .tablet\:justify-start {
    justify-content: flex-start !important;
  }

  .tablet\:justify-end {
    justify-content: flex-end !important;
  }

  .tablet\:justify-center {
    justify-content: center !important;
  }

  .tablet\:justify-between {
    justify-content: space-between !important;
  }

  .tablet\:justify-around {
    justify-content: space-around !important;
  }

  .tablet\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .tablet\:justify-items-start {
    justify-items: start !important;
  }

  .tablet\:justify-items-end {
    justify-items: end !important;
  }

  .tablet\:justify-items-center {
    justify-items: center !important;
  }

  .tablet\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .tablet\:gap-0 {
    gap: 0px !important;
  }

  .tablet\:gap-1 {
    gap: 0.25rem !important;
  }

  .tablet\:gap-2 {
    gap: 0.5rem !important;
  }

  .tablet\:gap-3 {
    gap: 0.75rem !important;
  }

  .tablet\:gap-4 {
    gap: 1rem !important;
  }

  .tablet\:gap-5 {
    gap: 1.25rem !important;
  }

  .tablet\:gap-6 {
    gap: 1.5rem !important;
  }

  .tablet\:gap-7 {
    gap: 1.75rem !important;
  }

  .tablet\:gap-8 {
    gap: 2rem !important;
  }

  .tablet\:gap-9 {
    gap: 2.25rem !important;
  }

  .tablet\:gap-10 {
    gap: 2.5rem !important;
  }

  .tablet\:gap-11 {
    gap: 2.75rem !important;
  }

  .tablet\:gap-12 {
    gap: 3rem !important;
  }

  .tablet\:gap-14 {
    gap: 3.5rem !important;
  }

  .tablet\:gap-16 {
    gap: 4rem !important;
  }

  .tablet\:gap-20 {
    gap: 5rem !important;
  }

  .tablet\:gap-24 {
    gap: 6rem !important;
  }

  .tablet\:gap-28 {
    gap: 7rem !important;
  }

  .tablet\:gap-32 {
    gap: 8rem !important;
  }

  .tablet\:gap-36 {
    gap: 9rem !important;
  }

  .tablet\:gap-40 {
    gap: 10rem !important;
  }

  .tablet\:gap-44 {
    gap: 11rem !important;
  }

  .tablet\:gap-48 {
    gap: 12rem !important;
  }

  .tablet\:gap-52 {
    gap: 13rem !important;
  }

  .tablet\:gap-56 {
    gap: 14rem !important;
  }

  .tablet\:gap-60 {
    gap: 15rem !important;
  }

  .tablet\:gap-64 {
    gap: 16rem !important;
  }

  .tablet\:gap-72 {
    gap: 18rem !important;
  }

  .tablet\:gap-80 {
    gap: 20rem !important;
  }

  .tablet\:gap-96 {
    gap: 24rem !important;
  }

  .tablet\:gap-px {
    gap: 1px !important;
  }

  .tablet\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .tablet\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .tablet\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .tablet\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .tablet\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .tablet\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .tablet\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .tablet\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .tablet\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .tablet\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .tablet\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .tablet\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .tablet\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .tablet\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .tablet\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .tablet\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .tablet\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .tablet\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .tablet\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .tablet\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .tablet\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .tablet\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .tablet\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .tablet\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .tablet\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .tablet\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .tablet\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .tablet\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .tablet\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .tablet\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .tablet\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .tablet\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .tablet\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .tablet\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .tablet\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .tablet\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .tablet\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .tablet\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .tablet\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .tablet\:gap-y-0 {
    row-gap: 0px !important;
  }

  .tablet\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .tablet\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .tablet\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .tablet\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .tablet\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .tablet\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .tablet\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .tablet\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .tablet\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .tablet\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .tablet\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .tablet\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .tablet\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .tablet\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .tablet\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .tablet\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .tablet\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .tablet\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .tablet\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .tablet\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .tablet\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .tablet\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .tablet\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .tablet\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .tablet\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .tablet\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .tablet\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .tablet\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .tablet\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .tablet\:gap-y-px {
    row-gap: 1px !important;
  }

  .tablet\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .tablet\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .tablet\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .tablet\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .tablet\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .tablet\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .tablet\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .tablet\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .tablet\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .tablet\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .tablet\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .tablet\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .tablet\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .tablet\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .tablet\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .tablet\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .tablet\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .tablet\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .tablet\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .tablet\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .tablet\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .tablet\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-red-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-blue-light > :not([hidden]) ~ :not([hidden]) {
    border-color: 116,220,144,1 !important;
  }

  .tablet\:divide-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-blue-heroGradientOne > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-blue-heroGradientTwo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-teal-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:divide-teal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-gold > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .tablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .tablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .tablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .tablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .tablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .tablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .tablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .tablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .tablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .tablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .tablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .tablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .tablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .tablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .tablet\:place-self-auto {
    place-self: auto !important;
  }

  .tablet\:place-self-start {
    place-self: start !important;
  }

  .tablet\:place-self-end {
    place-self: end !important;
  }

  .tablet\:place-self-center {
    place-self: center !important;
  }

  .tablet\:place-self-stretch {
    place-self: stretch !important;
  }

  .tablet\:self-auto {
    align-self: auto !important;
  }

  .tablet\:self-start {
    align-self: flex-start !important;
  }

  .tablet\:self-end {
    align-self: flex-end !important;
  }

  .tablet\:self-center {
    align-self: center !important;
  }

  .tablet\:self-stretch {
    align-self: stretch !important;
  }

  .tablet\:self-baseline {
    align-self: baseline !important;
  }

  .tablet\:justify-self-auto {
    justify-self: auto !important;
  }

  .tablet\:justify-self-start {
    justify-self: start !important;
  }

  .tablet\:justify-self-end {
    justify-self: end !important;
  }

  .tablet\:justify-self-center {
    justify-self: center !important;
  }

  .tablet\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .tablet\:overflow-auto {
    overflow: auto !important;
  }

  .tablet\:overflow-hidden {
    overflow: hidden !important;
  }

  .tablet\:overflow-visible {
    overflow: visible !important;
  }

  .tablet\:overflow-scroll {
    overflow: scroll !important;
  }

  .tablet\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .tablet\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .tablet\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .tablet\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .tablet\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .tablet\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .tablet\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .tablet\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .tablet\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .tablet\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .tablet\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .tablet\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .tablet\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .tablet\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .tablet\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .tablet\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .tablet\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .tablet\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .tablet\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .tablet\:overflow-clip {
    text-overflow: clip !important;
  }

  .tablet\:whitespace-normal {
    white-space: normal !important;
  }

  .tablet\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .tablet\:whitespace-pre {
    white-space: pre !important;
  }

  .tablet\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .tablet\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .tablet\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .tablet\:break-words {
    overflow-wrap: break-word !important;
  }

  .tablet\:break-all {
    word-break: break-all !important;
  }

  .tablet\:rounded-none {
    border-radius: 0px !important;
  }

  .tablet\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .tablet\:rounded {
    border-radius: 0.25rem !important;
  }

  .tablet\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .tablet\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .tablet\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .tablet\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .tablet\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .tablet\:rounded-full {
    border-radius: 9999px !important;
  }

  .tablet\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .tablet\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .tablet\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .tablet\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .tablet\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .tablet\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .tablet\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .tablet\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .tablet\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .tablet\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .tablet\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .tablet\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .tablet\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .tablet\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .tablet\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .tablet\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .tablet\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .tablet\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .tablet\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .tablet\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .tablet\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .tablet\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .tablet\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .tablet\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .tablet\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .tablet\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .tablet\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .tablet\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .tablet\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .tablet\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .tablet\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .tablet\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .tablet\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .tablet\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .tablet\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .tablet\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .tablet\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .tablet\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .tablet\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .tablet\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .tablet\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .tablet\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .tablet\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .tablet\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .tablet\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .tablet\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .tablet\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .tablet\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .tablet\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .tablet\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .tablet\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .tablet\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .tablet\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .tablet\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .tablet\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .tablet\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .tablet\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .tablet\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .tablet\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .tablet\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .tablet\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .tablet\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .tablet\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .tablet\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .tablet\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .tablet\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .tablet\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .tablet\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .tablet\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .tablet\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .tablet\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .tablet\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .tablet\:border-0 {
    border-width: 0px !important;
  }

  .tablet\:border-2 {
    border-width: 2px !important;
  }

  .tablet\:border-4 {
    border-width: 4px !important;
  }

  .tablet\:border-8 {
    border-width: 8px !important;
  }

  .tablet\:border {
    border-width: 1px !important;
  }

  .tablet\:border-t-0 {
    border-top-width: 0px !important;
  }

  .tablet\:border-t-2 {
    border-top-width: 2px !important;
  }

  .tablet\:border-t-4 {
    border-top-width: 4px !important;
  }

  .tablet\:border-t-8 {
    border-top-width: 8px !important;
  }

  .tablet\:border-t {
    border-top-width: 1px !important;
  }

  .tablet\:border-r-0 {
    border-right-width: 0px !important;
  }

  .tablet\:border-r-2 {
    border-right-width: 2px !important;
  }

  .tablet\:border-r-4 {
    border-right-width: 4px !important;
  }

  .tablet\:border-r-8 {
    border-right-width: 8px !important;
  }

  .tablet\:border-r {
    border-right-width: 1px !important;
  }

  .tablet\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .tablet\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .tablet\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .tablet\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .tablet\:border-b {
    border-bottom-width: 1px !important;
  }

  .tablet\:border-l-0 {
    border-left-width: 0px !important;
  }

  .tablet\:border-l-2 {
    border-left-width: 2px !important;
  }

  .tablet\:border-l-4 {
    border-left-width: 4px !important;
  }

  .tablet\:border-l-8 {
    border-left-width: 8px !important;
  }

  .tablet\:border-l {
    border-left-width: 1px !important;
  }

  .tablet\:border-solid {
    border-style: solid !important;
  }

  .tablet\:border-dashed {
    border-style: dashed !important;
  }

  .tablet\:border-dotted {
    border-style: dotted !important;
  }

  .tablet\:border-double {
    border-style: double !important;
  }

  .tablet\:border-none {
    border-style: none !important;
  }

  .tablet\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-transparent {
    border-color: transparent !important;
  }

  .tablet\:border-current {
    border-color: currentColor !important;
  }

  .tablet\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-red-light {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-green-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-grey-lighter {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-grey-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-grey-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-blue-light {
    border-color: 116,220,144,1 !important;
  }

  .tablet\:border-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-blue-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-blue-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-blue-heroGradientOne {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-blue-heroGradientTwo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-teal-light {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:border-teal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-gold {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .tablet\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .tablet\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-red-light {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .tablet\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-green-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-blue-light {
    border-color: 116,220,144,1 !important;
  }

  .group:hover .tablet\:group-hover\:border-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-blue-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-blue-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-blue-heroGradientOne {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-blue-heroGradientTwo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-teal-light {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .tablet\:group-hover\:border-teal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-gold {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .tablet\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .tablet\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-red-light:focus-within {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-blue-light:focus-within {
    border-color: 116,220,144,1 !important;
  }

  .tablet\:focus-within\:border-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-blue-dark:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-blue-darker:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-blue-heroGradientOne:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-blue-heroGradientTwo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-teal-light:focus-within {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus-within\:border-teal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-gold:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .tablet\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .tablet\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-red-light:hover {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-green-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-blue-light:hover {
    border-color: 116,220,144,1 !important;
  }

  .tablet\:hover\:border-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-blue-dark:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-blue-darker:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-blue-heroGradientOne:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-blue-heroGradientTwo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-teal-light:hover {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:hover\:border-teal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-gold:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .tablet\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .tablet\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-red-light:focus {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-green-light:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-blue-light:focus {
    border-color: 116,220,144,1 !important;
  }

  .tablet\:focus\:border-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-blue-dark:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-blue-darker:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-blue-heroGradientOne:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-blue-heroGradientTwo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-teal-light:focus {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus\:border-teal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-gold:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tablet\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tablet\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .tablet\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .tablet\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .tablet\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .tablet\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .tablet\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .tablet\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-transparent {
    background-color: transparent !important;
  }

  .tablet\:bg-current {
    background-color: currentColor !important;
  }

  .tablet\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-red-light {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-green-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-grey-lighter {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-grey-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-grey-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-blue-light {
    background-color: 116,220,144,1 !important;
  }

  .tablet\:bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-blue-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-blue-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-blue-heroGradientOne {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-blue-heroGradientTwo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-teal-light {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:bg-teal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-gold {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .tablet\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .tablet\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-red-light {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .tablet\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-blue-light {
    background-color: 116,220,144,1 !important;
  }

  .group:hover .tablet\:group-hover\:bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-blue-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-blue-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-blue-heroGradientOne {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-blue-heroGradientTwo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-teal-light {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .tablet\:group-hover\:bg-teal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-gold {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .tablet\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .tablet\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-red-light:focus-within {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-blue-light:focus-within {
    background-color: 116,220,144,1 !important;
  }

  .tablet\:focus-within\:bg-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-blue-dark:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-blue-darker:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-blue-heroGradientOne:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-blue-heroGradientTwo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-teal-light:focus-within {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus-within\:bg-teal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-gold:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .tablet\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .tablet\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-red-light:hover {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-blue-light:hover {
    background-color: 116,220,144,1 !important;
  }

  .tablet\:hover\:bg-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-blue-dark:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-blue-darker:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-blue-heroGradientOne:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-blue-heroGradientTwo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-teal-light:hover {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:hover\:bg-teal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-gold:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .tablet\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .tablet\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-red-light:focus {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-blue-light:focus {
    background-color: 116,220,144,1 !important;
  }

  .tablet\:focus\:bg-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-blue-dark:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-blue-darker:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-blue-heroGradientOne:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-blue-heroGradientTwo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-teal-light:focus {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus\:bg-teal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-gold:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:bg-none {
    background-image: none !important;
  }

  .tablet\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .tablet\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .tablet\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .tablet\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .tablet\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .tablet\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .tablet\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .tablet\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .tablet\:from-primary {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .tablet\:from-secondary {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .tablet\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:from-red-light {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:from-red {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:from-green-light {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:from-green {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:from-grey-lighter {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .tablet\:from-grey-light {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:from-grey {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:from-grey-dark {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .tablet\:from-grey-darker {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:from-blue-light {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:from-blue {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .tablet\:from-blue-dark {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:from-blue-darker {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .tablet\:from-blue-heroGradientOne {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .tablet\:from-blue-heroGradientTwo {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .tablet\:from-teal-light {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:from-teal {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:from-gold {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .tablet\:hover\:from-primary:hover {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .tablet\:hover\:from-secondary:hover {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .tablet\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:from-red-light:hover {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:hover\:from-red:hover {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:hover\:from-green-light:hover {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:hover\:from-green:hover {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .tablet\:hover\:from-grey-light:hover {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:hover\:from-grey:hover {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .tablet\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:hover\:from-blue-light:hover {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:from-blue:hover {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .tablet\:hover\:from-blue-dark:hover {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:hover\:from-blue-darker:hover {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .tablet\:hover\:from-blue-heroGradientOne:hover {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .tablet\:hover\:from-blue-heroGradientTwo:hover {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .tablet\:hover\:from-teal-light:hover {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:hover\:from-teal:hover {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:hover\:from-gold:hover {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .tablet\:focus\:from-primary:focus {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .tablet\:focus\:from-secondary:focus {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .tablet\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:from-red-light:focus {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:focus\:from-red:focus {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:focus\:from-green-light:focus {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:focus\:from-green:focus {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .tablet\:focus\:from-grey-light:focus {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:focus\:from-grey:focus {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .tablet\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:focus\:from-blue-light:focus {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:from-blue:focus {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .tablet\:focus\:from-blue-dark:focus {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:focus\:from-blue-darker:focus {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .tablet\:focus\:from-blue-heroGradientOne:focus {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .tablet\:focus\:from-blue-heroGradientTwo:focus {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .tablet\:focus\:from-teal-light:focus {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:focus\:from-teal:focus {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:focus\:from-gold:focus {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .tablet\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .tablet\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .tablet\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:via-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .tablet\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .tablet\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:via-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:via-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .tablet\:via-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:via-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .tablet\:via-blue-heroGradientOne {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .tablet\:via-blue-heroGradientTwo {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .tablet\:via-teal-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:via-teal {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:via-gold {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .tablet\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .tablet\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .tablet\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:via-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .tablet\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .tablet\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:hover\:via-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:via-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .tablet\:hover\:via-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:hover\:via-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .tablet\:hover\:via-blue-heroGradientOne:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .tablet\:hover\:via-blue-heroGradientTwo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .tablet\:hover\:via-teal-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:hover\:via-teal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:hover\:via-gold:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .tablet\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .tablet\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .tablet\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:via-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .tablet\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .tablet\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .tablet\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .tablet\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .tablet\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:focus\:via-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:via-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .tablet\:focus\:via-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .tablet\:focus\:via-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .tablet\:focus\:via-blue-heroGradientOne:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .tablet\:focus\:via-blue-heroGradientTwo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .tablet\:focus\:via-teal-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:focus\:via-teal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .tablet\:focus\:via-gold:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .tablet\:to-primary {
    --tw-gradient-to: #FF4E50 !important;
  }

  .tablet\:to-secondary {
    --tw-gradient-to: #1c1e21 !important;
  }

  .tablet\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .tablet\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .tablet\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .tablet\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .tablet\:to-red-light {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:to-red {
    --tw-gradient-to: #FC5F6E !important;
  }

  .tablet\:to-green-light {
    --tw-gradient-to: #0BD378 !important;
  }

  .tablet\:to-green {
    --tw-gradient-to: #0BD378 !important;
  }

  .tablet\:to-grey-lighter {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .tablet\:to-grey-light {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .tablet\:to-grey {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .tablet\:to-grey-dark {
    --tw-gradient-to: #696969 !important;
  }

  .tablet\:to-grey-darker {
    --tw-gradient-to: #38456A !important;
  }

  .tablet\:to-blue-light {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .tablet\:to-blue {
    --tw-gradient-to: #4776E6 !important;
  }

  .tablet\:to-blue-dark {
    --tw-gradient-to: #38456A !important;
  }

  .tablet\:to-blue-darker {
    --tw-gradient-to: #262C3F !important;
  }

  .tablet\:to-blue-heroGradientOne {
    --tw-gradient-to: #10195D !important;
  }

  .tablet\:to-blue-heroGradientTwo {
    --tw-gradient-to: #1967D2 !important;
  }

  .tablet\:to-teal-light {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .tablet\:to-teal {
    --tw-gradient-to: #43E0C8 !important;
  }

  .tablet\:to-gold {
    --tw-gradient-to: #fcc477 !important;
  }

  .tablet\:hover\:to-primary:hover {
    --tw-gradient-to: #FF4E50 !important;
  }

  .tablet\:hover\:to-secondary:hover {
    --tw-gradient-to: #1c1e21 !important;
  }

  .tablet\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .tablet\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .tablet\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .tablet\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .tablet\:hover\:to-red-light:hover {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:hover\:to-red:hover {
    --tw-gradient-to: #FC5F6E !important;
  }

  .tablet\:hover\:to-green-light:hover {
    --tw-gradient-to: #0BD378 !important;
  }

  .tablet\:hover\:to-green:hover {
    --tw-gradient-to: #0BD378 !important;
  }

  .tablet\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .tablet\:hover\:to-grey-light:hover {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .tablet\:hover\:to-grey:hover {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .tablet\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #696969 !important;
  }

  .tablet\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #38456A !important;
  }

  .tablet\:hover\:to-blue-light:hover {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .tablet\:hover\:to-blue:hover {
    --tw-gradient-to: #4776E6 !important;
  }

  .tablet\:hover\:to-blue-dark:hover {
    --tw-gradient-to: #38456A !important;
  }

  .tablet\:hover\:to-blue-darker:hover {
    --tw-gradient-to: #262C3F !important;
  }

  .tablet\:hover\:to-blue-heroGradientOne:hover {
    --tw-gradient-to: #10195D !important;
  }

  .tablet\:hover\:to-blue-heroGradientTwo:hover {
    --tw-gradient-to: #1967D2 !important;
  }

  .tablet\:hover\:to-teal-light:hover {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .tablet\:hover\:to-teal:hover {
    --tw-gradient-to: #43E0C8 !important;
  }

  .tablet\:hover\:to-gold:hover {
    --tw-gradient-to: #fcc477 !important;
  }

  .tablet\:focus\:to-primary:focus {
    --tw-gradient-to: #FF4E50 !important;
  }

  .tablet\:focus\:to-secondary:focus {
    --tw-gradient-to: #1c1e21 !important;
  }

  .tablet\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .tablet\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .tablet\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .tablet\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .tablet\:focus\:to-red-light:focus {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus\:to-red:focus {
    --tw-gradient-to: #FC5F6E !important;
  }

  .tablet\:focus\:to-green-light:focus {
    --tw-gradient-to: #0BD378 !important;
  }

  .tablet\:focus\:to-green:focus {
    --tw-gradient-to: #0BD378 !important;
  }

  .tablet\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .tablet\:focus\:to-grey-light:focus {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .tablet\:focus\:to-grey:focus {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .tablet\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #696969 !important;
  }

  .tablet\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #38456A !important;
  }

  .tablet\:focus\:to-blue-light:focus {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .tablet\:focus\:to-blue:focus {
    --tw-gradient-to: #4776E6 !important;
  }

  .tablet\:focus\:to-blue-dark:focus {
    --tw-gradient-to: #38456A !important;
  }

  .tablet\:focus\:to-blue-darker:focus {
    --tw-gradient-to: #262C3F !important;
  }

  .tablet\:focus\:to-blue-heroGradientOne:focus {
    --tw-gradient-to: #10195D !important;
  }

  .tablet\:focus\:to-blue-heroGradientTwo:focus {
    --tw-gradient-to: #1967D2 !important;
  }

  .tablet\:focus\:to-teal-light:focus {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus\:to-teal:focus {
    --tw-gradient-to: #43E0C8 !important;
  }

  .tablet\:focus\:to-gold:focus {
    --tw-gradient-to: #fcc477 !important;
  }

  .tablet\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .tablet\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .tablet\:bg-auto {
    background-size: auto !important;
  }

  .tablet\:bg-cover {
    background-size: cover !important;
  }

  .tablet\:bg-contain {
    background-size: contain !important;
  }

  .tablet\:bg-fixed {
    background-attachment: fixed !important;
  }

  .tablet\:bg-local {
    background-attachment: local !important;
  }

  .tablet\:bg-scroll {
    background-attachment: scroll !important;
  }

  .tablet\:bg-clip-border {
    background-clip: border-box !important;
  }

  .tablet\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .tablet\:bg-clip-content {
    background-clip: content-box !important;
  }

  .tablet\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .tablet\:bg-bottom {
    background-position: bottom !important;
  }

  .tablet\:bg-center {
    background-position: center !important;
  }

  .tablet\:bg-left {
    background-position: left !important;
  }

  .tablet\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .tablet\:bg-left-top {
    background-position: left top !important;
  }

  .tablet\:bg-right {
    background-position: right !important;
  }

  .tablet\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .tablet\:bg-right-top {
    background-position: right top !important;
  }

  .tablet\:bg-top {
    background-position: top !important;
  }

  .tablet\:bg-repeat {
    background-repeat: repeat !important;
  }

  .tablet\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .tablet\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .tablet\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .tablet\:bg-repeat-round {
    background-repeat: round !important;
  }

  .tablet\:bg-repeat-space {
    background-repeat: space !important;
  }

  .tablet\:bg-origin-border {
    background-origin: border-box !important;
  }

  .tablet\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .tablet\:bg-origin-content {
    background-origin: content-box !important;
  }

  .tablet\:fill-current {
    fill: currentColor !important;
  }

  .tablet\:stroke-current {
    stroke: currentColor !important;
  }

  .tablet\:stroke-0 {
    stroke-width: 0 !important;
  }

  .tablet\:stroke-1 {
    stroke-width: 1 !important;
  }

  .tablet\:stroke-2 {
    stroke-width: 2 !important;
  }

  .tablet\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .tablet\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .tablet\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .tablet\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .tablet\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .tablet\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .tablet\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .tablet\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .tablet\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .tablet\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .tablet\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .tablet\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .tablet\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .tablet\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .tablet\:p-0 {
    padding: 0px !important;
  }

  .tablet\:p-1 {
    padding: 0.25rem !important;
  }

  .tablet\:p-2 {
    padding: 0.5rem !important;
  }

  .tablet\:p-3 {
    padding: 0.75rem !important;
  }

  .tablet\:p-4 {
    padding: 1rem !important;
  }

  .tablet\:p-5 {
    padding: 1.25rem !important;
  }

  .tablet\:p-6 {
    padding: 1.5rem !important;
  }

  .tablet\:p-7 {
    padding: 1.75rem !important;
  }

  .tablet\:p-8 {
    padding: 2rem !important;
  }

  .tablet\:p-9 {
    padding: 2.25rem !important;
  }

  .tablet\:p-10 {
    padding: 2.5rem !important;
  }

  .tablet\:p-11 {
    padding: 2.75rem !important;
  }

  .tablet\:p-12 {
    padding: 3rem !important;
  }

  .tablet\:p-14 {
    padding: 3.5rem !important;
  }

  .tablet\:p-16 {
    padding: 4rem !important;
  }

  .tablet\:p-20 {
    padding: 5rem !important;
  }

  .tablet\:p-24 {
    padding: 6rem !important;
  }

  .tablet\:p-28 {
    padding: 7rem !important;
  }

  .tablet\:p-32 {
    padding: 8rem !important;
  }

  .tablet\:p-36 {
    padding: 9rem !important;
  }

  .tablet\:p-40 {
    padding: 10rem !important;
  }

  .tablet\:p-44 {
    padding: 11rem !important;
  }

  .tablet\:p-48 {
    padding: 12rem !important;
  }

  .tablet\:p-52 {
    padding: 13rem !important;
  }

  .tablet\:p-56 {
    padding: 14rem !important;
  }

  .tablet\:p-60 {
    padding: 15rem !important;
  }

  .tablet\:p-64 {
    padding: 16rem !important;
  }

  .tablet\:p-72 {
    padding: 18rem !important;
  }

  .tablet\:p-80 {
    padding: 20rem !important;
  }

  .tablet\:p-96 {
    padding: 24rem !important;
  }

  .tablet\:p-px {
    padding: 1px !important;
  }

  .tablet\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .tablet\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .tablet\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .tablet\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .tablet\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tablet\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .tablet\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .tablet\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .tablet\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .tablet\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .tablet\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .tablet\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .tablet\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .tablet\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .tablet\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .tablet\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .tablet\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .tablet\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .tablet\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .tablet\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .tablet\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .tablet\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .tablet\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .tablet\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .tablet\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .tablet\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .tablet\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .tablet\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .tablet\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .tablet\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .tablet\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .tablet\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .tablet\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .tablet\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .tablet\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .tablet\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .tablet\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .tablet\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .tablet\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .tablet\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tablet\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .tablet\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .tablet\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .tablet\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .tablet\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .tablet\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .tablet\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .tablet\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .tablet\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .tablet\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .tablet\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .tablet\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .tablet\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .tablet\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .tablet\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .tablet\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .tablet\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .tablet\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .tablet\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .tablet\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .tablet\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .tablet\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .tablet\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .tablet\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .tablet\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .tablet\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .tablet\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .tablet\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .tablet\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .tablet\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .tablet\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .tablet\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .tablet\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .tablet\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .tablet\:pt-0 {
    padding-top: 0px !important;
  }

  .tablet\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .tablet\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .tablet\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .tablet\:pt-4 {
    padding-top: 1rem !important;
  }

  .tablet\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .tablet\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .tablet\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .tablet\:pt-8 {
    padding-top: 2rem !important;
  }

  .tablet\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .tablet\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .tablet\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .tablet\:pt-12 {
    padding-top: 3rem !important;
  }

  .tablet\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .tablet\:pt-16 {
    padding-top: 4rem !important;
  }

  .tablet\:pt-20 {
    padding-top: 5rem !important;
  }

  .tablet\:pt-24 {
    padding-top: 6rem !important;
  }

  .tablet\:pt-28 {
    padding-top: 7rem !important;
  }

  .tablet\:pt-32 {
    padding-top: 8rem !important;
  }

  .tablet\:pt-36 {
    padding-top: 9rem !important;
  }

  .tablet\:pt-40 {
    padding-top: 10rem !important;
  }

  .tablet\:pt-44 {
    padding-top: 11rem !important;
  }

  .tablet\:pt-48 {
    padding-top: 12rem !important;
  }

  .tablet\:pt-52 {
    padding-top: 13rem !important;
  }

  .tablet\:pt-56 {
    padding-top: 14rem !important;
  }

  .tablet\:pt-60 {
    padding-top: 15rem !important;
  }

  .tablet\:pt-64 {
    padding-top: 16rem !important;
  }

  .tablet\:pt-72 {
    padding-top: 18rem !important;
  }

  .tablet\:pt-80 {
    padding-top: 20rem !important;
  }

  .tablet\:pt-96 {
    padding-top: 24rem !important;
  }

  .tablet\:pt-px {
    padding-top: 1px !important;
  }

  .tablet\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .tablet\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .tablet\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .tablet\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .tablet\:pr-0 {
    padding-right: 0px !important;
  }

  .tablet\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .tablet\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .tablet\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .tablet\:pr-4 {
    padding-right: 1rem !important;
  }

  .tablet\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .tablet\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .tablet\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .tablet\:pr-8 {
    padding-right: 2rem !important;
  }

  .tablet\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .tablet\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .tablet\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .tablet\:pr-12 {
    padding-right: 3rem !important;
  }

  .tablet\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .tablet\:pr-16 {
    padding-right: 4rem !important;
  }

  .tablet\:pr-20 {
    padding-right: 5rem !important;
  }

  .tablet\:pr-24 {
    padding-right: 6rem !important;
  }

  .tablet\:pr-28 {
    padding-right: 7rem !important;
  }

  .tablet\:pr-32 {
    padding-right: 8rem !important;
  }

  .tablet\:pr-36 {
    padding-right: 9rem !important;
  }

  .tablet\:pr-40 {
    padding-right: 10rem !important;
  }

  .tablet\:pr-44 {
    padding-right: 11rem !important;
  }

  .tablet\:pr-48 {
    padding-right: 12rem !important;
  }

  .tablet\:pr-52 {
    padding-right: 13rem !important;
  }

  .tablet\:pr-56 {
    padding-right: 14rem !important;
  }

  .tablet\:pr-60 {
    padding-right: 15rem !important;
  }

  .tablet\:pr-64 {
    padding-right: 16rem !important;
  }

  .tablet\:pr-72 {
    padding-right: 18rem !important;
  }

  .tablet\:pr-80 {
    padding-right: 20rem !important;
  }

  .tablet\:pr-96 {
    padding-right: 24rem !important;
  }

  .tablet\:pr-px {
    padding-right: 1px !important;
  }

  .tablet\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .tablet\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .tablet\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .tablet\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .tablet\:pb-0 {
    padding-bottom: 0px !important;
  }

  .tablet\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .tablet\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .tablet\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .tablet\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .tablet\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .tablet\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .tablet\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .tablet\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .tablet\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .tablet\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .tablet\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .tablet\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .tablet\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .tablet\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .tablet\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .tablet\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .tablet\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .tablet\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .tablet\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .tablet\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .tablet\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .tablet\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .tablet\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .tablet\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .tablet\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .tablet\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .tablet\:pb-72 {
    padding-bottom: 18rem !important;
  }

  .tablet\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .tablet\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .tablet\:pb-px {
    padding-bottom: 1px !important;
  }

  .tablet\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .tablet\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .tablet\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .tablet\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .tablet\:pl-0 {
    padding-left: 0px !important;
  }

  .tablet\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .tablet\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .tablet\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .tablet\:pl-4 {
    padding-left: 1rem !important;
  }

  .tablet\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .tablet\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .tablet\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .tablet\:pl-8 {
    padding-left: 2rem !important;
  }

  .tablet\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .tablet\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .tablet\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .tablet\:pl-12 {
    padding-left: 3rem !important;
  }

  .tablet\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .tablet\:pl-16 {
    padding-left: 4rem !important;
  }

  .tablet\:pl-20 {
    padding-left: 5rem !important;
  }

  .tablet\:pl-24 {
    padding-left: 6rem !important;
  }

  .tablet\:pl-28 {
    padding-left: 7rem !important;
  }

  .tablet\:pl-32 {
    padding-left: 8rem !important;
  }

  .tablet\:pl-36 {
    padding-left: 9rem !important;
  }

  .tablet\:pl-40 {
    padding-left: 10rem !important;
  }

  .tablet\:pl-44 {
    padding-left: 11rem !important;
  }

  .tablet\:pl-48 {
    padding-left: 12rem !important;
  }

  .tablet\:pl-52 {
    padding-left: 13rem !important;
  }

  .tablet\:pl-56 {
    padding-left: 14rem !important;
  }

  .tablet\:pl-60 {
    padding-left: 15rem !important;
  }

  .tablet\:pl-64 {
    padding-left: 16rem !important;
  }

  .tablet\:pl-72 {
    padding-left: 18rem !important;
  }

  .tablet\:pl-80 {
    padding-left: 20rem !important;
  }

  .tablet\:pl-96 {
    padding-left: 24rem !important;
  }

  .tablet\:pl-px {
    padding-left: 1px !important;
  }

  .tablet\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .tablet\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .tablet\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .tablet\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .tablet\:text-left {
    text-align: left !important;
  }

  .tablet\:text-center {
    text-align: center !important;
  }

  .tablet\:text-right {
    text-align: right !important;
  }

  .tablet\:text-justify {
    text-align: justify !important;
  }

  .tablet\:align-baseline {
    vertical-align: baseline !important;
  }

  .tablet\:align-top {
    vertical-align: top !important;
  }

  .tablet\:align-middle {
    vertical-align: middle !important;
  }

  .tablet\:align-bottom {
    vertical-align: bottom !important;
  }

  .tablet\:align-text-top {
    vertical-align: text-top !important;
  }

  .tablet\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .tablet\:font-sans {
    font-family: Inter, sans-serif !important;
  }

  .tablet\:font-body {
    font-family: Inter, sans-serif !important;
  }

  .tablet\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .tablet\:text-xs {
    font-size: 12px !important;
  }

  .tablet\:text-sm {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .tablet\:text-tiny {
    font-size: .875rem !important;
  }

  .tablet\:text-base {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .tablet\:text-md {
    font-size: 17px !important;
  }

  .tablet\:text-lg {
    font-size: 18px !important;
    line-height: 21.6px !important;
  }

  .tablet\:text-2lg {
    font-size: 26px !important;
    line-height: 28.2px !important;
  }

  .tablet\:text-xl {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .tablet\:text-2xl {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }

  .tablet\:text-3xl {
    font-size: 1.875rem !important;
  }

  .tablet\:text-4xl {
    font-size: 2.25rem !important;
  }

  .tablet\:text-5xl {
    font-size: 3rem !important;
  }

  .tablet\:text-6xl {
    font-size: 4rem !important;
  }

  .tablet\:text-7xl {
    font-size: 5rem !important;
  }

  .tablet\:font-thin {
    font-weight: 100 !important;
  }

  .tablet\:font-extralight {
    font-weight: 200 !important;
  }

  .tablet\:font-light {
    font-weight: 300 !important;
  }

  .tablet\:font-normal {
    font-weight: 400 !important;
  }

  .tablet\:font-medium {
    font-weight: 500 !important;
  }

  .tablet\:font-semibold {
    font-weight: 600 !important;
  }

  .tablet\:font-bold {
    font-weight: 700 !important;
  }

  .tablet\:font-extrabold {
    font-weight: 800 !important;
  }

  .tablet\:font-black {
    font-weight: 900 !important;
  }

  .tablet\:uppercase {
    text-transform: uppercase !important;
  }

  .tablet\:lowercase {
    text-transform: lowercase !important;
  }

  .tablet\:capitalize {
    text-transform: capitalize !important;
  }

  .tablet\:normal-case {
    text-transform: none !important;
  }

  .tablet\:italic {
    font-style: italic !important;
  }

  .tablet\:not-italic {
    font-style: normal !important;
  }

  .tablet\:ordinal, .tablet\:slashed-zero, .tablet\:lining-nums, .tablet\:oldstyle-nums, .tablet\:proportional-nums, .tablet\:tabular-nums, .tablet\:diagonal-fractions, .tablet\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .tablet\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .tablet\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .tablet\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .tablet\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .tablet\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .tablet\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .tablet\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .tablet\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .tablet\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .tablet\:leading-3 {
    line-height: .75rem !important;
  }

  .tablet\:leading-4 {
    line-height: 1rem !important;
  }

  .tablet\:leading-5 {
    line-height: 1.25rem !important;
  }

  .tablet\:leading-6 {
    line-height: 1.5rem !important;
  }

  .tablet\:leading-7 {
    line-height: 1.75rem !important;
  }

  .tablet\:leading-8 {
    line-height: 2rem !important;
  }

  .tablet\:leading-9 {
    line-height: 2.25rem !important;
  }

  .tablet\:leading-10 {
    line-height: 2.5rem !important;
  }

  .tablet\:leading-none {
    line-height: 1 !important;
  }

  .tablet\:leading-tight {
    line-height: 1.25 !important;
  }

  .tablet\:leading-snug {
    line-height: 1.375 !important;
  }

  .tablet\:leading-normal {
    line-height: 1.5 !important;
  }

  .tablet\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .tablet\:leading-loose {
    line-height: 2 !important;
  }

  .tablet\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .tablet\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .tablet\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .tablet\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .tablet\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .tablet\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .tablet\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-transparent {
    color: transparent !important;
  }

  .tablet\:text-current {
    color: currentColor !important;
  }

  .tablet\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-red-light {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-green-light {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-grey-lighter {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-grey-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-grey-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-blue-light {
    color: 116,220,144,1 !important;
  }

  .tablet\:text-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-blue-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-blue-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-blue-heroGradientOne {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-blue-heroGradientTwo {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-teal-light {
    color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:text-teal {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-gold {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .tablet\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .tablet\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-red-light {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .tablet\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-green-light {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-blue-light {
    color: 116,220,144,1 !important;
  }

  .group:hover .tablet\:group-hover\:text-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-blue-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-blue-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-blue-heroGradientOne {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-blue-heroGradientTwo {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-teal-light {
    color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .tablet\:group-hover\:text-teal {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-gold {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .tablet\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .tablet\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-red-light:focus-within {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-blue-light:focus-within {
    color: 116,220,144,1 !important;
  }

  .tablet\:focus-within\:text-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-blue-dark:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-blue-darker:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-blue-heroGradientOne:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-blue-heroGradientTwo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-teal-light:focus-within {
    color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus-within\:text-teal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-gold:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .tablet\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .tablet\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-red-light:hover {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-green-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-blue-light:hover {
    color: 116,220,144,1 !important;
  }

  .tablet\:hover\:text-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-blue-dark:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-blue-darker:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-blue-heroGradientOne:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-blue-heroGradientTwo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-teal-light:hover {
    color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:hover\:text-teal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-gold:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .tablet\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .tablet\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-red-light:focus {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-green-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-blue-light:focus {
    color: 116,220,144,1 !important;
  }

  .tablet\:focus\:text-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-blue-dark:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-blue-darker:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-blue-heroGradientOne:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-blue-heroGradientTwo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-teal-light:focus {
    color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus\:text-teal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-gold:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tablet\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tablet\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .tablet\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .tablet\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .tablet\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .tablet\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .tablet\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .tablet\:underline {
    text-decoration: underline !important;
  }

  .tablet\:line-through {
    text-decoration: line-through !important;
  }

  .tablet\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .tablet\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .tablet\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .tablet\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .tablet\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .tablet\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .tablet\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .tablet\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .tablet\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .tablet\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .tablet\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .tablet\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .tablet\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .tablet\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .tablet\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .tablet\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .tablet\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .tablet\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .tablet\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .tablet\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-red-light::-moz-placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:placeholder-red-light::placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-light::-moz-placeholder {
    color: 116,220,144,1 !important;
  }

  .tablet\:placeholder-blue-light::placeholder {
    color: 116,220,144,1 !important;
  }

  .tablet\:placeholder-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-dark::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-darker::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-heroGradientOne::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-heroGradientOne::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-heroGradientTwo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-blue-heroGradientTwo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-teal-light::-moz-placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:placeholder-teal-light::placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:placeholder-teal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-teal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-gold::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-gold::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .tablet\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .tablet\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .tablet\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .tablet\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-red-light:focus::-moz-placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus\:placeholder-red-light:focus::placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-light:focus::-moz-placeholder {
    color: 116,220,144,1 !important;
  }

  .tablet\:focus\:placeholder-blue-light:focus::placeholder {
    color: 116,220,144,1 !important;
  }

  .tablet\:focus\:placeholder-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-heroGradientOne:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-heroGradientOne:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-heroGradientTwo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-blue-heroGradientTwo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-teal-light:focus::-moz-placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus\:placeholder-teal-light:focus::placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus\:placeholder-teal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-teal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-gold:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-gold:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:opacity-0 {
    opacity: 0 !important;
  }

  .tablet\:opacity-5 {
    opacity: 0.05 !important;
  }

  .tablet\:opacity-10 {
    opacity: 0.1 !important;
  }

  .tablet\:opacity-20 {
    opacity: 0.2 !important;
  }

  .tablet\:opacity-25 {
    opacity: 0.25 !important;
  }

  .tablet\:opacity-30 {
    opacity: 0.3 !important;
  }

  .tablet\:opacity-40 {
    opacity: 0.4 !important;
  }

  .tablet\:opacity-50 {
    opacity: 0.5 !important;
  }

  .tablet\:opacity-60 {
    opacity: 0.6 !important;
  }

  .tablet\:opacity-70 {
    opacity: 0.7 !important;
  }

  .tablet\:opacity-75 {
    opacity: 0.75 !important;
  }

  .tablet\:opacity-80 {
    opacity: 0.8 !important;
  }

  .tablet\:opacity-90 {
    opacity: 0.9 !important;
  }

  .tablet\:opacity-95 {
    opacity: 0.95 !important;
  }

  .tablet\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .tablet\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .tablet\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .tablet\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .tablet\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .tablet\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .tablet\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .tablet\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .tablet\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .tablet\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .tablet\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .tablet\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .tablet\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .tablet\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .tablet\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .tablet\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .tablet\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .tablet\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .tablet\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .tablet\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .tablet\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .tablet\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .tablet\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .tablet\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .tablet\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .tablet\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .tablet\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .tablet\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .tablet\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .tablet\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .tablet\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .tablet\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .tablet\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .tablet\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .tablet\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .tablet\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .tablet\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .tablet\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .tablet\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .tablet\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .tablet\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .tablet\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .tablet\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .tablet\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .tablet\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .tablet\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .tablet\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .tablet\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .tablet\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .tablet\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .tablet\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .tablet\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .tablet\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .tablet\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .tablet\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .tablet\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .tablet\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .tablet\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .tablet\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .tablet\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .tablet\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .tablet\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .tablet\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .tablet\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .tablet\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .tablet\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .tablet\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .tablet\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .tablet\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .tablet\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .tablet\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .tablet\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .tablet\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .tablet\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .tablet\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .tablet\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .tablet\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .tablet\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .tablet\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .tablet\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .tablet\: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;
  }

  .tablet\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .tablet\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .tablet\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .tablet\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .tablet\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .tablet\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-red-light {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-green-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-grey-lighter {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-grey-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-grey-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-grey-darker {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-blue-light {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .tablet\:ring-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-blue-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-blue-darker {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-blue-heroGradientOne {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-blue-heroGradientTwo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-teal-light {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:ring-teal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-gold {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .tablet\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .tablet\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-red-light:focus-within {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-blue-light:focus-within {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .tablet\:focus-within\:ring-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-blue-dark:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-blue-darker:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-blue-heroGradientOne:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-blue-heroGradientTwo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-teal-light:focus-within {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus-within\:ring-teal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-gold:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .tablet\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .tablet\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-red-light:focus {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-blue-light:focus {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .tablet\:focus\:ring-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-blue-dark:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-blue-darker:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-blue-heroGradientOne:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-blue-heroGradientTwo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-teal-light:focus {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus\:ring-teal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-gold:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .tablet\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .tablet\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .tablet\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .tablet\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .tablet\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .tablet\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .tablet\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .tablet\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .tablet\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .tablet\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .tablet\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .tablet\:ring-offset-primary {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .tablet\:ring-offset-secondary {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .tablet\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .tablet\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .tablet\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .tablet\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:ring-offset-red-light {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:ring-offset-red {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .tablet\:ring-offset-green-light {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .tablet\:ring-offset-green {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .tablet\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .tablet\:ring-offset-grey-light {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .tablet\:ring-offset-grey {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .tablet\:ring-offset-grey-dark {
    --tw-ring-offset-color: #696969 !important;
  }

  .tablet\:ring-offset-grey-darker {
    --tw-ring-offset-color: #38456A !important;
  }

  .tablet\:ring-offset-blue-light {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .tablet\:ring-offset-blue {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .tablet\:ring-offset-blue-dark {
    --tw-ring-offset-color: #38456A !important;
  }

  .tablet\:ring-offset-blue-darker {
    --tw-ring-offset-color: #262C3F !important;
  }

  .tablet\:ring-offset-blue-heroGradientOne {
    --tw-ring-offset-color: #10195D !important;
  }

  .tablet\:ring-offset-blue-heroGradientTwo {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .tablet\:ring-offset-teal-light {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:ring-offset-teal {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .tablet\:ring-offset-gold {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .tablet\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .tablet\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .tablet\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .tablet\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .tablet\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .tablet\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:focus-within\:ring-offset-red-light:focus-within {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .tablet\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .tablet\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .tablet\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .tablet\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .tablet\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .tablet\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #696969 !important;
  }

  .tablet\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #38456A !important;
  }

  .tablet\:focus-within\:ring-offset-blue-light:focus-within {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .tablet\:focus-within\:ring-offset-blue:focus-within {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .tablet\:focus-within\:ring-offset-blue-dark:focus-within {
    --tw-ring-offset-color: #38456A !important;
  }

  .tablet\:focus-within\:ring-offset-blue-darker:focus-within {
    --tw-ring-offset-color: #262C3F !important;
  }

  .tablet\:focus-within\:ring-offset-blue-heroGradientOne:focus-within {
    --tw-ring-offset-color: #10195D !important;
  }

  .tablet\:focus-within\:ring-offset-blue-heroGradientTwo:focus-within {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .tablet\:focus-within\:ring-offset-teal-light:focus-within {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus-within\:ring-offset-teal:focus-within {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .tablet\:focus-within\:ring-offset-gold:focus-within {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .tablet\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .tablet\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .tablet\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .tablet\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .tablet\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .tablet\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:focus\:ring-offset-red-light:focus {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .tablet\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .tablet\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .tablet\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .tablet\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .tablet\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .tablet\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .tablet\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #696969 !important;
  }

  .tablet\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #38456A !important;
  }

  .tablet\:focus\:ring-offset-blue-light:focus {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .tablet\:focus\:ring-offset-blue:focus {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .tablet\:focus\:ring-offset-blue-dark:focus {
    --tw-ring-offset-color: #38456A !important;
  }

  .tablet\:focus\:ring-offset-blue-darker:focus {
    --tw-ring-offset-color: #262C3F !important;
  }

  .tablet\:focus\:ring-offset-blue-heroGradientOne:focus {
    --tw-ring-offset-color: #10195D !important;
  }

  .tablet\:focus\:ring-offset-blue-heroGradientTwo:focus {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .tablet\:focus\:ring-offset-teal-light:focus {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .tablet\:focus\:ring-offset-teal:focus {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .tablet\:focus\:ring-offset-gold:focus {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .tablet\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .tablet\:filter-none {
    filter: none !important;
  }

  .tablet\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .tablet\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .tablet\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .tablet\:blur {
    --tw-blur: blur(8px) !important;
  }

  .tablet\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .tablet\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .tablet\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .tablet\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .tablet\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .tablet\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .tablet\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .tablet\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .tablet\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .tablet\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .tablet\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .tablet\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .tablet\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .tablet\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .tablet\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .tablet\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .tablet\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .tablet\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .tablet\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .tablet\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .tablet\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .tablet\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .tablet\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .tablet\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .tablet\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .tablet\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .tablet\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .tablet\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .tablet\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .tablet\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .tablet\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .tablet\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .tablet\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .tablet\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .tablet\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .tablet\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .tablet\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .tablet\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .tablet\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .tablet\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .tablet\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .tablet\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .tablet\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .tablet\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .tablet\:invert {
    --tw-invert: invert(100%) !important;
  }

  .tablet\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .tablet\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .tablet\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .tablet\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .tablet\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .tablet\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .tablet\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .tablet\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -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;
  }

  .tablet\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .tablet\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .tablet\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .tablet\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .tablet\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .tablet\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .tablet\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .tablet\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .tablet\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .tablet\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .tablet\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .tablet\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .tablet\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .tablet\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .tablet\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .tablet\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .tablet\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .tablet\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .tablet\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .tablet\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .tablet\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .tablet\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .tablet\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .tablet\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .tablet\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .tablet\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .tablet\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .tablet\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .tablet\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .tablet\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .tablet\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .tablet\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .tablet\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .tablet\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .tablet\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .tablet\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .tablet\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .tablet\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .tablet\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .tablet\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .tablet\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .tablet\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .tablet\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .tablet\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .tablet\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .tablet\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .tablet\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .tablet\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .tablet\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .tablet\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .tablet\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .tablet\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .tablet\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .tablet\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .tablet\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .tablet\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .tablet\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .tablet\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .tablet\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .tablet\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .tablet\:transition-none {
    transition-property: none !important;
  }

  .tablet\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, 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;
  }

  .tablet\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:delay-75 {
    transition-delay: 75ms !important;
  }

  .tablet\:delay-100 {
    transition-delay: 100ms !important;
  }

  .tablet\:delay-150 {
    transition-delay: 150ms !important;
  }

  .tablet\:delay-200 {
    transition-delay: 200ms !important;
  }

  .tablet\:delay-300 {
    transition-delay: 300ms !important;
  }

  .tablet\:delay-500 {
    transition-delay: 500ms !important;
  }

  .tablet\:delay-700 {
    transition-delay: 700ms !important;
  }

  .tablet\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .tablet\:duration-75 {
    transition-duration: 75ms !important;
  }

  .tablet\:duration-100 {
    transition-duration: 100ms !important;
  }

  .tablet\:duration-150 {
    transition-duration: 150ms !important;
  }

  .tablet\:duration-200 {
    transition-duration: 200ms !important;
  }

  .tablet\:duration-300 {
    transition-duration: 300ms !important;
  }

  .tablet\:duration-500 {
    transition-duration: 500ms !important;
  }

  .tablet\:duration-700 {
    transition-duration: 700ms !important;
  }

  .tablet\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .tablet\:ease-linear {
    transition-timing-function: linear !important;
  }

  .tablet\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .tablet\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .tablet\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .tablet\:width-850px {
    width: 850px;
  }
}

@media (min-width: 1024px) {
  .laptop\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {
    .laptop\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 1024px) {
    .laptop\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .laptop\:container {
      max-width: 1280px;
    }
  }

  .laptop\:card {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1.25rem;
  }

  .laptop\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .laptop\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .laptop\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .laptop\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .laptop\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .laptop\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .laptop\:pointer-events-none {
    pointer-events: none !important;
  }

  .laptop\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .laptop\:visible {
    visibility: visible !important;
  }

  .laptop\:invisible {
    visibility: hidden !important;
  }

  .laptop\:static {
    position: static !important;
  }

  .laptop\:fixed {
    position: fixed !important;
  }

  .laptop\:absolute {
    position: absolute !important;
  }

  .laptop\:relative {
    position: relative !important;
  }

  .laptop\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .laptop\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .laptop\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .laptop\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .laptop\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .laptop\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .laptop\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .laptop\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .laptop\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .laptop\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .laptop\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .laptop\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .laptop\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .laptop\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .laptop\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .laptop\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .laptop\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .laptop\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .laptop\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .laptop\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .laptop\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .laptop\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .laptop\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .laptop\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .laptop\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .laptop\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .laptop\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .laptop\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .laptop\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .laptop\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .laptop\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .laptop\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .laptop\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .laptop\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .laptop\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .laptop\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .laptop\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .laptop\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .laptop\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .laptop\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .laptop\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .laptop\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .laptop\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .laptop\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .laptop\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .laptop\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .laptop\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .laptop\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .laptop\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .laptop\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .laptop\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .laptop\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .laptop\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .laptop\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .laptop\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .laptop\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .laptop\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .laptop\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .laptop\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .laptop\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .laptop\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .laptop\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .laptop\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .laptop\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .laptop\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .laptop\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .laptop\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .laptop\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .laptop\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .laptop\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .laptop\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .laptop\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .laptop\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .laptop\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .laptop\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .laptop\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .laptop\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .laptop\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .laptop\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .laptop\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .laptop\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .laptop\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .laptop\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .laptop\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .laptop\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .laptop\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .laptop\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .laptop\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .laptop\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .laptop\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .laptop\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .laptop\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .laptop\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .laptop\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .laptop\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .laptop\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .laptop\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .laptop\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .laptop\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .laptop\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .laptop\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .laptop\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .laptop\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .laptop\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .laptop\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .laptop\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .laptop\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .laptop\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .laptop\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .laptop\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .laptop\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .laptop\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .laptop\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .laptop\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important;
  }

  .laptop\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .laptop\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .laptop\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .laptop\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .laptop\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .laptop\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .laptop\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .laptop\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .laptop\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .laptop\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .laptop\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .laptop\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .laptop\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .laptop\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .laptop\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .laptop\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .laptop\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .laptop\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .laptop\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .laptop\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .laptop\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .laptop\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .laptop\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .laptop\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .laptop\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .laptop\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .laptop\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .laptop\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .laptop\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .laptop\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .laptop\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .laptop\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .laptop\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .laptop\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .laptop\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .laptop\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important;
  }

  .laptop\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .laptop\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .laptop\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .laptop\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .laptop\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .laptop\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .laptop\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .laptop\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .laptop\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .laptop\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .laptop\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .laptop\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .laptop\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .laptop\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .laptop\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .laptop\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .laptop\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .laptop\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .laptop\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .laptop\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .laptop\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .laptop\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .laptop\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .laptop\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .laptop\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .laptop\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .laptop\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .laptop\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .laptop\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .laptop\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .laptop\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .laptop\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .laptop\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .laptop\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .laptop\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .laptop\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .laptop\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .laptop\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .laptop\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .laptop\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .laptop\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .laptop\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .laptop\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .laptop\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .laptop\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .laptop\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .laptop\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .laptop\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .laptop\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .laptop\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .laptop\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .laptop\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .laptop\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .laptop\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .laptop\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .laptop\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .laptop\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .laptop\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .laptop\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .laptop\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .laptop\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .laptop\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .laptop\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .laptop\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .laptop\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .laptop\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .laptop\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .laptop\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .laptop\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .laptop\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .laptop\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .laptop\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .laptop\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .laptop\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .laptop\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .laptop\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .laptop\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .laptop\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .laptop\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .laptop\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .laptop\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .laptop\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .laptop\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .laptop\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .laptop\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .laptop\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .laptop\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .laptop\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .laptop\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .laptop\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .laptop\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .laptop\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .laptop\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .laptop\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .laptop\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .laptop\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .laptop\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .laptop\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .laptop\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .laptop\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .laptop\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .laptop\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .laptop\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .laptop\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .laptop\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .laptop\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .laptop\:top-0 {
    top: 0px !important;
  }

  .laptop\:top-1 {
    top: 0.25rem !important;
  }

  .laptop\:top-2 {
    top: 0.5rem !important;
  }

  .laptop\:top-3 {
    top: 0.75rem !important;
  }

  .laptop\:top-4 {
    top: 1rem !important;
  }

  .laptop\:top-5 {
    top: 1.25rem !important;
  }

  .laptop\:top-6 {
    top: 1.5rem !important;
  }

  .laptop\:top-7 {
    top: 1.75rem !important;
  }

  .laptop\:top-8 {
    top: 2rem !important;
  }

  .laptop\:top-9 {
    top: 2.25rem !important;
  }

  .laptop\:top-10 {
    top: 2.5rem !important;
  }

  .laptop\:top-11 {
    top: 2.75rem !important;
  }

  .laptop\:top-12 {
    top: 3rem !important;
  }

  .laptop\:top-14 {
    top: 3.5rem !important;
  }

  .laptop\:top-16 {
    top: 4rem !important;
  }

  .laptop\:top-20 {
    top: 5rem !important;
  }

  .laptop\:top-24 {
    top: 6rem !important;
  }

  .laptop\:top-28 {
    top: 7rem !important;
  }

  .laptop\:top-32 {
    top: 8rem !important;
  }

  .laptop\:top-36 {
    top: 9rem !important;
  }

  .laptop\:top-40 {
    top: 10rem !important;
  }

  .laptop\:top-44 {
    top: 11rem !important;
  }

  .laptop\:top-48 {
    top: 12rem !important;
  }

  .laptop\:top-52 {
    top: 13rem !important;
  }

  .laptop\:top-56 {
    top: 14rem !important;
  }

  .laptop\:top-60 {
    top: 15rem !important;
  }

  .laptop\:top-64 {
    top: 16rem !important;
  }

  .laptop\:top-72 {
    top: 18rem !important;
  }

  .laptop\:top-80 {
    top: 20rem !important;
  }

  .laptop\:top-96 {
    top: 24rem !important;
  }

  .laptop\:top-auto {
    top: auto !important;
  }

  .laptop\:top-px {
    top: 1px !important;
  }

  .laptop\:top-0\.5 {
    top: 0.125rem !important;
  }

  .laptop\:top-1\.5 {
    top: 0.375rem !important;
  }

  .laptop\:top-2\.5 {
    top: 0.625rem !important;
  }

  .laptop\:top-3\.5 {
    top: 0.875rem !important;
  }

  .laptop\:-top-0 {
    top: 0px !important;
  }

  .laptop\:-top-1 {
    top: -0.25rem !important;
  }

  .laptop\:-top-2 {
    top: -0.5rem !important;
  }

  .laptop\:-top-3 {
    top: -0.75rem !important;
  }

  .laptop\:-top-4 {
    top: -1rem !important;
  }

  .laptop\:-top-5 {
    top: -1.25rem !important;
  }

  .laptop\:-top-6 {
    top: -1.5rem !important;
  }

  .laptop\:-top-7 {
    top: -1.75rem !important;
  }

  .laptop\:-top-8 {
    top: -2rem !important;
  }

  .laptop\:-top-9 {
    top: -2.25rem !important;
  }

  .laptop\:-top-10 {
    top: -2.5rem !important;
  }

  .laptop\:-top-11 {
    top: -2.75rem !important;
  }

  .laptop\:-top-12 {
    top: -3rem !important;
  }

  .laptop\:-top-14 {
    top: -3.5rem !important;
  }

  .laptop\:-top-16 {
    top: -4rem !important;
  }

  .laptop\:-top-20 {
    top: -5rem !important;
  }

  .laptop\:-top-24 {
    top: -6rem !important;
  }

  .laptop\:-top-28 {
    top: -7rem !important;
  }

  .laptop\:-top-32 {
    top: -8rem !important;
  }

  .laptop\:-top-36 {
    top: -9rem !important;
  }

  .laptop\:-top-40 {
    top: -10rem !important;
  }

  .laptop\:-top-44 {
    top: -11rem !important;
  }

  .laptop\:-top-48 {
    top: -12rem !important;
  }

  .laptop\:-top-52 {
    top: -13rem !important;
  }

  .laptop\:-top-56 {
    top: -14rem !important;
  }

  .laptop\:-top-60 {
    top: -15rem !important;
  }

  .laptop\:-top-64 {
    top: -16rem !important;
  }

  .laptop\:-top-72 {
    top: -18rem !important;
  }

  .laptop\:-top-80 {
    top: -20rem !important;
  }

  .laptop\:-top-96 {
    top: -24rem !important;
  }

  .laptop\:-top-px {
    top: -1px !important;
  }

  .laptop\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .laptop\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .laptop\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .laptop\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .laptop\:top-1\/2 {
    top: 50% !important;
  }

  .laptop\:top-1\/3 {
    top: 33.333333% !important;
  }

  .laptop\:top-2\/3 {
    top: 66.666667% !important;
  }

  .laptop\:top-1\/4 {
    top: 25% !important;
  }

  .laptop\:top-2\/4 {
    top: 50% !important;
  }

  .laptop\:top-3\/4 {
    top: 75% !important;
  }

  .laptop\:top-full {
    top: 100% !important;
  }

  .laptop\:-top-1\/2 {
    top: -50% !important;
  }

  .laptop\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .laptop\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .laptop\:-top-1\/4 {
    top: -25% !important;
  }

  .laptop\:-top-2\/4 {
    top: -50% !important;
  }

  .laptop\:-top-3\/4 {
    top: -75% !important;
  }

  .laptop\:-top-full {
    top: -100% !important;
  }

  .laptop\:right-0 {
    right: 0px !important;
  }

  .laptop\:right-1 {
    right: 0.25rem !important;
  }

  .laptop\:right-2 {
    right: 0.5rem !important;
  }

  .laptop\:right-3 {
    right: 0.75rem !important;
  }

  .laptop\:right-4 {
    right: 1rem !important;
  }

  .laptop\:right-5 {
    right: 1.25rem !important;
  }

  .laptop\:right-6 {
    right: 1.5rem !important;
  }

  .laptop\:right-7 {
    right: 1.75rem !important;
  }

  .laptop\:right-8 {
    right: 2rem !important;
  }

  .laptop\:right-9 {
    right: 2.25rem !important;
  }

  .laptop\:right-10 {
    right: 2.5rem !important;
  }

  .laptop\:right-11 {
    right: 2.75rem !important;
  }

  .laptop\:right-12 {
    right: 3rem !important;
  }

  .laptop\:right-14 {
    right: 3.5rem !important;
  }

  .laptop\:right-16 {
    right: 4rem !important;
  }

  .laptop\:right-20 {
    right: 5rem !important;
  }

  .laptop\:right-24 {
    right: 6rem !important;
  }

  .laptop\:right-28 {
    right: 7rem !important;
  }

  .laptop\:right-32 {
    right: 8rem !important;
  }

  .laptop\:right-36 {
    right: 9rem !important;
  }

  .laptop\:right-40 {
    right: 10rem !important;
  }

  .laptop\:right-44 {
    right: 11rem !important;
  }

  .laptop\:right-48 {
    right: 12rem !important;
  }

  .laptop\:right-52 {
    right: 13rem !important;
  }

  .laptop\:right-56 {
    right: 14rem !important;
  }

  .laptop\:right-60 {
    right: 15rem !important;
  }

  .laptop\:right-64 {
    right: 16rem !important;
  }

  .laptop\:right-72 {
    right: 18rem !important;
  }

  .laptop\:right-80 {
    right: 20rem !important;
  }

  .laptop\:right-96 {
    right: 24rem !important;
  }

  .laptop\:right-auto {
    right: auto !important;
  }

  .laptop\:right-px {
    right: 1px !important;
  }

  .laptop\:right-0\.5 {
    right: 0.125rem !important;
  }

  .laptop\:right-1\.5 {
    right: 0.375rem !important;
  }

  .laptop\:right-2\.5 {
    right: 0.625rem !important;
  }

  .laptop\:right-3\.5 {
    right: 0.875rem !important;
  }

  .laptop\:-right-0 {
    right: 0px !important;
  }

  .laptop\:-right-1 {
    right: -0.25rem !important;
  }

  .laptop\:-right-2 {
    right: -0.5rem !important;
  }

  .laptop\:-right-3 {
    right: -0.75rem !important;
  }

  .laptop\:-right-4 {
    right: -1rem !important;
  }

  .laptop\:-right-5 {
    right: -1.25rem !important;
  }

  .laptop\:-right-6 {
    right: -1.5rem !important;
  }

  .laptop\:-right-7 {
    right: -1.75rem !important;
  }

  .laptop\:-right-8 {
    right: -2rem !important;
  }

  .laptop\:-right-9 {
    right: -2.25rem !important;
  }

  .laptop\:-right-10 {
    right: -2.5rem !important;
  }

  .laptop\:-right-11 {
    right: -2.75rem !important;
  }

  .laptop\:-right-12 {
    right: -3rem !important;
  }

  .laptop\:-right-14 {
    right: -3.5rem !important;
  }

  .laptop\:-right-16 {
    right: -4rem !important;
  }

  .laptop\:-right-20 {
    right: -5rem !important;
  }

  .laptop\:-right-24 {
    right: -6rem !important;
  }

  .laptop\:-right-28 {
    right: -7rem !important;
  }

  .laptop\:-right-32 {
    right: -8rem !important;
  }

  .laptop\:-right-36 {
    right: -9rem !important;
  }

  .laptop\:-right-40 {
    right: -10rem !important;
  }

  .laptop\:-right-44 {
    right: -11rem !important;
  }

  .laptop\:-right-48 {
    right: -12rem !important;
  }

  .laptop\:-right-52 {
    right: -13rem !important;
  }

  .laptop\:-right-56 {
    right: -14rem !important;
  }

  .laptop\:-right-60 {
    right: -15rem !important;
  }

  .laptop\:-right-64 {
    right: -16rem !important;
  }

  .laptop\:-right-72 {
    right: -18rem !important;
  }

  .laptop\:-right-80 {
    right: -20rem !important;
  }

  .laptop\:-right-96 {
    right: -24rem !important;
  }

  .laptop\:-right-px {
    right: -1px !important;
  }

  .laptop\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .laptop\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .laptop\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .laptop\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .laptop\:right-1\/2 {
    right: 50% !important;
  }

  .laptop\:right-1\/3 {
    right: 33.333333% !important;
  }

  .laptop\:right-2\/3 {
    right: 66.666667% !important;
  }

  .laptop\:right-1\/4 {
    right: 25% !important;
  }

  .laptop\:right-2\/4 {
    right: 50% !important;
  }

  .laptop\:right-3\/4 {
    right: 75% !important;
  }

  .laptop\:right-full {
    right: 100% !important;
  }

  .laptop\:-right-1\/2 {
    right: -50% !important;
  }

  .laptop\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .laptop\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .laptop\:-right-1\/4 {
    right: -25% !important;
  }

  .laptop\:-right-2\/4 {
    right: -50% !important;
  }

  .laptop\:-right-3\/4 {
    right: -75% !important;
  }

  .laptop\:-right-full {
    right: -100% !important;
  }

  .laptop\:bottom-0 {
    bottom: 0px !important;
  }

  .laptop\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .laptop\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .laptop\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .laptop\:bottom-4 {
    bottom: 1rem !important;
  }

  .laptop\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .laptop\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .laptop\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .laptop\:bottom-8 {
    bottom: 2rem !important;
  }

  .laptop\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .laptop\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .laptop\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .laptop\:bottom-12 {
    bottom: 3rem !important;
  }

  .laptop\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .laptop\:bottom-16 {
    bottom: 4rem !important;
  }

  .laptop\:bottom-20 {
    bottom: 5rem !important;
  }

  .laptop\:bottom-24 {
    bottom: 6rem !important;
  }

  .laptop\:bottom-28 {
    bottom: 7rem !important;
  }

  .laptop\:bottom-32 {
    bottom: 8rem !important;
  }

  .laptop\:bottom-36 {
    bottom: 9rem !important;
  }

  .laptop\:bottom-40 {
    bottom: 10rem !important;
  }

  .laptop\:bottom-44 {
    bottom: 11rem !important;
  }

  .laptop\:bottom-48 {
    bottom: 12rem !important;
  }

  .laptop\:bottom-52 {
    bottom: 13rem !important;
  }

  .laptop\:bottom-56 {
    bottom: 14rem !important;
  }

  .laptop\:bottom-60 {
    bottom: 15rem !important;
  }

  .laptop\:bottom-64 {
    bottom: 16rem !important;
  }

  .laptop\:bottom-72 {
    bottom: 18rem !important;
  }

  .laptop\:bottom-80 {
    bottom: 20rem !important;
  }

  .laptop\:bottom-96 {
    bottom: 24rem !important;
  }

  .laptop\:bottom-auto {
    bottom: auto !important;
  }

  .laptop\:bottom-px {
    bottom: 1px !important;
  }

  .laptop\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .laptop\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .laptop\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .laptop\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .laptop\:-bottom-0 {
    bottom: 0px !important;
  }

  .laptop\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .laptop\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .laptop\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .laptop\:-bottom-4 {
    bottom: -1rem !important;
  }

  .laptop\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .laptop\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .laptop\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .laptop\:-bottom-8 {
    bottom: -2rem !important;
  }

  .laptop\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .laptop\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .laptop\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .laptop\:-bottom-12 {
    bottom: -3rem !important;
  }

  .laptop\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .laptop\:-bottom-16 {
    bottom: -4rem !important;
  }

  .laptop\:-bottom-20 {
    bottom: -5rem !important;
  }

  .laptop\:-bottom-24 {
    bottom: -6rem !important;
  }

  .laptop\:-bottom-28 {
    bottom: -7rem !important;
  }

  .laptop\:-bottom-32 {
    bottom: -8rem !important;
  }

  .laptop\:-bottom-36 {
    bottom: -9rem !important;
  }

  .laptop\:-bottom-40 {
    bottom: -10rem !important;
  }

  .laptop\:-bottom-44 {
    bottom: -11rem !important;
  }

  .laptop\:-bottom-48 {
    bottom: -12rem !important;
  }

  .laptop\:-bottom-52 {
    bottom: -13rem !important;
  }

  .laptop\:-bottom-56 {
    bottom: -14rem !important;
  }

  .laptop\:-bottom-60 {
    bottom: -15rem !important;
  }

  .laptop\:-bottom-64 {
    bottom: -16rem !important;
  }

  .laptop\:-bottom-72 {
    bottom: -18rem !important;
  }

  .laptop\:-bottom-80 {
    bottom: -20rem !important;
  }

  .laptop\:-bottom-96 {
    bottom: -24rem !important;
  }

  .laptop\:-bottom-px {
    bottom: -1px !important;
  }

  .laptop\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .laptop\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .laptop\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .laptop\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .laptop\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .laptop\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .laptop\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .laptop\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .laptop\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .laptop\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .laptop\:bottom-full {
    bottom: 100% !important;
  }

  .laptop\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .laptop\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .laptop\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .laptop\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .laptop\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .laptop\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .laptop\:-bottom-full {
    bottom: -100% !important;
  }

  .laptop\:left-0 {
    left: 0px !important;
  }

  .laptop\:left-1 {
    left: 0.25rem !important;
  }

  .laptop\:left-2 {
    left: 0.5rem !important;
  }

  .laptop\:left-3 {
    left: 0.75rem !important;
  }

  .laptop\:left-4 {
    left: 1rem !important;
  }

  .laptop\:left-5 {
    left: 1.25rem !important;
  }

  .laptop\:left-6 {
    left: 1.5rem !important;
  }

  .laptop\:left-7 {
    left: 1.75rem !important;
  }

  .laptop\:left-8 {
    left: 2rem !important;
  }

  .laptop\:left-9 {
    left: 2.25rem !important;
  }

  .laptop\:left-10 {
    left: 2.5rem !important;
  }

  .laptop\:left-11 {
    left: 2.75rem !important;
  }

  .laptop\:left-12 {
    left: 3rem !important;
  }

  .laptop\:left-14 {
    left: 3.5rem !important;
  }

  .laptop\:left-16 {
    left: 4rem !important;
  }

  .laptop\:left-20 {
    left: 5rem !important;
  }

  .laptop\:left-24 {
    left: 6rem !important;
  }

  .laptop\:left-28 {
    left: 7rem !important;
  }

  .laptop\:left-32 {
    left: 8rem !important;
  }

  .laptop\:left-36 {
    left: 9rem !important;
  }

  .laptop\:left-40 {
    left: 10rem !important;
  }

  .laptop\:left-44 {
    left: 11rem !important;
  }

  .laptop\:left-48 {
    left: 12rem !important;
  }

  .laptop\:left-52 {
    left: 13rem !important;
  }

  .laptop\:left-56 {
    left: 14rem !important;
  }

  .laptop\:left-60 {
    left: 15rem !important;
  }

  .laptop\:left-64 {
    left: 16rem !important;
  }

  .laptop\:left-72 {
    left: 18rem !important;
  }

  .laptop\:left-80 {
    left: 20rem !important;
  }

  .laptop\:left-96 {
    left: 24rem !important;
  }

  .laptop\:left-auto {
    left: auto !important;
  }

  .laptop\:left-px {
    left: 1px !important;
  }

  .laptop\:left-0\.5 {
    left: 0.125rem !important;
  }

  .laptop\:left-1\.5 {
    left: 0.375rem !important;
  }

  .laptop\:left-2\.5 {
    left: 0.625rem !important;
  }

  .laptop\:left-3\.5 {
    left: 0.875rem !important;
  }

  .laptop\:-left-0 {
    left: 0px !important;
  }

  .laptop\:-left-1 {
    left: -0.25rem !important;
  }

  .laptop\:-left-2 {
    left: -0.5rem !important;
  }

  .laptop\:-left-3 {
    left: -0.75rem !important;
  }

  .laptop\:-left-4 {
    left: -1rem !important;
  }

  .laptop\:-left-5 {
    left: -1.25rem !important;
  }

  .laptop\:-left-6 {
    left: -1.5rem !important;
  }

  .laptop\:-left-7 {
    left: -1.75rem !important;
  }

  .laptop\:-left-8 {
    left: -2rem !important;
  }

  .laptop\:-left-9 {
    left: -2.25rem !important;
  }

  .laptop\:-left-10 {
    left: -2.5rem !important;
  }

  .laptop\:-left-11 {
    left: -2.75rem !important;
  }

  .laptop\:-left-12 {
    left: -3rem !important;
  }

  .laptop\:-left-14 {
    left: -3.5rem !important;
  }

  .laptop\:-left-16 {
    left: -4rem !important;
  }

  .laptop\:-left-20 {
    left: -5rem !important;
  }

  .laptop\:-left-24 {
    left: -6rem !important;
  }

  .laptop\:-left-28 {
    left: -7rem !important;
  }

  .laptop\:-left-32 {
    left: -8rem !important;
  }

  .laptop\:-left-36 {
    left: -9rem !important;
  }

  .laptop\:-left-40 {
    left: -10rem !important;
  }

  .laptop\:-left-44 {
    left: -11rem !important;
  }

  .laptop\:-left-48 {
    left: -12rem !important;
  }

  .laptop\:-left-52 {
    left: -13rem !important;
  }

  .laptop\:-left-56 {
    left: -14rem !important;
  }

  .laptop\:-left-60 {
    left: -15rem !important;
  }

  .laptop\:-left-64 {
    left: -16rem !important;
  }

  .laptop\:-left-72 {
    left: -18rem !important;
  }

  .laptop\:-left-80 {
    left: -20rem !important;
  }

  .laptop\:-left-96 {
    left: -24rem !important;
  }

  .laptop\:-left-px {
    left: -1px !important;
  }

  .laptop\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .laptop\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .laptop\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .laptop\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .laptop\:left-1\/2 {
    left: 50% !important;
  }

  .laptop\:left-1\/3 {
    left: 33.333333% !important;
  }

  .laptop\:left-2\/3 {
    left: 66.666667% !important;
  }

  .laptop\:left-1\/4 {
    left: 25% !important;
  }

  .laptop\:left-2\/4 {
    left: 50% !important;
  }

  .laptop\:left-3\/4 {
    left: 75% !important;
  }

  .laptop\:left-full {
    left: 100% !important;
  }

  .laptop\:-left-1\/2 {
    left: -50% !important;
  }

  .laptop\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .laptop\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .laptop\:-left-1\/4 {
    left: -25% !important;
  }

  .laptop\:-left-2\/4 {
    left: -50% !important;
  }

  .laptop\:-left-3\/4 {
    left: -75% !important;
  }

  .laptop\:-left-full {
    left: -100% !important;
  }

  .laptop\:isolate {
    isolation: isolate !important;
  }

  .laptop\:isolation-auto {
    isolation: auto !important;
  }

  .laptop\:z-0 {
    z-index: 0 !important;
  }

  .laptop\:z-10 {
    z-index: 10 !important;
  }

  .laptop\:z-20 {
    z-index: 20 !important;
  }

  .laptop\:z-30 {
    z-index: 30 !important;
  }

  .laptop\:z-40 {
    z-index: 40 !important;
  }

  .laptop\:z-50 {
    z-index: 50 !important;
  }

  .laptop\:z-auto {
    z-index: auto !important;
  }

  .laptop\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .laptop\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .laptop\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .laptop\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .laptop\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .laptop\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .laptop\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .laptop\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .laptop\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .laptop\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .laptop\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .laptop\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .laptop\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .laptop\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .laptop\:order-1 {
    order: 1 !important;
  }

  .laptop\:order-2 {
    order: 2 !important;
  }

  .laptop\:order-3 {
    order: 3 !important;
  }

  .laptop\:order-4 {
    order: 4 !important;
  }

  .laptop\:order-5 {
    order: 5 !important;
  }

  .laptop\:order-6 {
    order: 6 !important;
  }

  .laptop\:order-7 {
    order: 7 !important;
  }

  .laptop\:order-8 {
    order: 8 !important;
  }

  .laptop\:order-9 {
    order: 9 !important;
  }

  .laptop\:order-10 {
    order: 10 !important;
  }

  .laptop\:order-11 {
    order: 11 !important;
  }

  .laptop\:order-12 {
    order: 12 !important;
  }

  .laptop\:order-first {
    order: -9999 !important;
  }

  .laptop\:order-last {
    order: 9999 !important;
  }

  .laptop\:order-none {
    order: 0 !important;
  }

  .laptop\:col-auto {
    grid-column: auto !important;
  }

  .laptop\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .laptop\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .laptop\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .laptop\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .laptop\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .laptop\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .laptop\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .laptop\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .laptop\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .laptop\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .laptop\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .laptop\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .laptop\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .laptop\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .laptop\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .laptop\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .laptop\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .laptop\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .laptop\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .laptop\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .laptop\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .laptop\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .laptop\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .laptop\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .laptop\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .laptop\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .laptop\:col-start-auto {
    grid-column-start: auto !important;
  }

  .laptop\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .laptop\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .laptop\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .laptop\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .laptop\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .laptop\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .laptop\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .laptop\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .laptop\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .laptop\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .laptop\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .laptop\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .laptop\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .laptop\:col-end-auto {
    grid-column-end: auto !important;
  }

  .laptop\:row-auto {
    grid-row: auto !important;
  }

  .laptop\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .laptop\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .laptop\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .laptop\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .laptop\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .laptop\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .laptop\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .laptop\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .laptop\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .laptop\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .laptop\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .laptop\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .laptop\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .laptop\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .laptop\:row-start-auto {
    grid-row-start: auto !important;
  }

  .laptop\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .laptop\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .laptop\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .laptop\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .laptop\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .laptop\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .laptop\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .laptop\:row-end-auto {
    grid-row-end: auto !important;
  }

  .laptop\:float-right {
    float: right !important;
  }

  .laptop\:float-left {
    float: left !important;
  }

  .laptop\:float-none {
    float: none !important;
  }

  .laptop\:clear-left {
    clear: left !important;
  }

  .laptop\:clear-right {
    clear: right !important;
  }

  .laptop\:clear-both {
    clear: both !important;
  }

  .laptop\:clear-none {
    clear: none !important;
  }

  .laptop\:m-0 {
    margin: 0px !important;
  }

  .laptop\:m-1 {
    margin: 0.25rem !important;
  }

  .laptop\:m-2 {
    margin: 0.5rem !important;
  }

  .laptop\:m-3 {
    margin: 0.75rem !important;
  }

  .laptop\:m-4 {
    margin: 1rem !important;
  }

  .laptop\:m-5 {
    margin: 1.25rem !important;
  }

  .laptop\:m-6 {
    margin: 1.5rem !important;
  }

  .laptop\:m-7 {
    margin: 1.75rem !important;
  }

  .laptop\:m-8 {
    margin: 2rem !important;
  }

  .laptop\:m-9 {
    margin: 2.25rem !important;
  }

  .laptop\:m-10 {
    margin: 2.5rem !important;
  }

  .laptop\:m-11 {
    margin: 2.75rem !important;
  }

  .laptop\:m-12 {
    margin: 3rem !important;
  }

  .laptop\:m-14 {
    margin: 3.5rem !important;
  }

  .laptop\:m-16 {
    margin: 4rem !important;
  }

  .laptop\:m-20 {
    margin: 5rem !important;
  }

  .laptop\:m-24 {
    margin: 6rem !important;
  }

  .laptop\:m-28 {
    margin: 7rem !important;
  }

  .laptop\:m-32 {
    margin: 8rem !important;
  }

  .laptop\:m-36 {
    margin: 9rem !important;
  }

  .laptop\:m-40 {
    margin: 10rem !important;
  }

  .laptop\:m-44 {
    margin: 11rem !important;
  }

  .laptop\:m-48 {
    margin: 12rem !important;
  }

  .laptop\:m-52 {
    margin: 13rem !important;
  }

  .laptop\:m-56 {
    margin: 14rem !important;
  }

  .laptop\:m-60 {
    margin: 15rem !important;
  }

  .laptop\:m-64 {
    margin: 16rem !important;
  }

  .laptop\:m-72 {
    margin: 18rem !important;
  }

  .laptop\:m-80 {
    margin: 20rem !important;
  }

  .laptop\:m-96 {
    margin: 24rem !important;
  }

  .laptop\:m-auto {
    margin: auto !important;
  }

  .laptop\:m-px {
    margin: 1px !important;
  }

  .laptop\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .laptop\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .laptop\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .laptop\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .laptop\:-m-0 {
    margin: 0px !important;
  }

  .laptop\:-m-1 {
    margin: -0.25rem !important;
  }

  .laptop\:-m-2 {
    margin: -0.5rem !important;
  }

  .laptop\:-m-3 {
    margin: -0.75rem !important;
  }

  .laptop\:-m-4 {
    margin: -1rem !important;
  }

  .laptop\:-m-5 {
    margin: -1.25rem !important;
  }

  .laptop\:-m-6 {
    margin: -1.5rem !important;
  }

  .laptop\:-m-7 {
    margin: -1.75rem !important;
  }

  .laptop\:-m-8 {
    margin: -2rem !important;
  }

  .laptop\:-m-9 {
    margin: -2.25rem !important;
  }

  .laptop\:-m-10 {
    margin: -2.5rem !important;
  }

  .laptop\:-m-11 {
    margin: -2.75rem !important;
  }

  .laptop\:-m-12 {
    margin: -3rem !important;
  }

  .laptop\:-m-14 {
    margin: -3.5rem !important;
  }

  .laptop\:-m-16 {
    margin: -4rem !important;
  }

  .laptop\:-m-20 {
    margin: -5rem !important;
  }

  .laptop\:-m-24 {
    margin: -6rem !important;
  }

  .laptop\:-m-28 {
    margin: -7rem !important;
  }

  .laptop\:-m-32 {
    margin: -8rem !important;
  }

  .laptop\:-m-36 {
    margin: -9rem !important;
  }

  .laptop\:-m-40 {
    margin: -10rem !important;
  }

  .laptop\:-m-44 {
    margin: -11rem !important;
  }

  .laptop\:-m-48 {
    margin: -12rem !important;
  }

  .laptop\:-m-52 {
    margin: -13rem !important;
  }

  .laptop\:-m-56 {
    margin: -14rem !important;
  }

  .laptop\:-m-60 {
    margin: -15rem !important;
  }

  .laptop\:-m-64 {
    margin: -16rem !important;
  }

  .laptop\:-m-72 {
    margin: -18rem !important;
  }

  .laptop\:-m-80 {
    margin: -20rem !important;
  }

  .laptop\:-m-96 {
    margin: -24rem !important;
  }

  .laptop\:-m-px {
    margin: -1px !important;
  }

  .laptop\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .laptop\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .laptop\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .laptop\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .laptop\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .laptop\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .laptop\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .laptop\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .laptop\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .laptop\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .laptop\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .laptop\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .laptop\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .laptop\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .laptop\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .laptop\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .laptop\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .laptop\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .laptop\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .laptop\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .laptop\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .laptop\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .laptop\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .laptop\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .laptop\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .laptop\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .laptop\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .laptop\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .laptop\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .laptop\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .laptop\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .laptop\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .laptop\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .laptop\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .laptop\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .laptop\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .laptop\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .laptop\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .laptop\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .laptop\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .laptop\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .laptop\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .laptop\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .laptop\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .laptop\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .laptop\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .laptop\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .laptop\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .laptop\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .laptop\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .laptop\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .laptop\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .laptop\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .laptop\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .laptop\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .laptop\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .laptop\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .laptop\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .laptop\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .laptop\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .laptop\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .laptop\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .laptop\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .laptop\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .laptop\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .laptop\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .laptop\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .laptop\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .laptop\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .laptop\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .laptop\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .laptop\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .laptop\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .laptop\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .laptop\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .laptop\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .laptop\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .laptop\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .laptop\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .laptop\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .laptop\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .laptop\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .laptop\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .laptop\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .laptop\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .laptop\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .laptop\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .laptop\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .laptop\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .laptop\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .laptop\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .laptop\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .laptop\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .laptop\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .laptop\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .laptop\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .laptop\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .laptop\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .laptop\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .laptop\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .laptop\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .laptop\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .laptop\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .laptop\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .laptop\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .laptop\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .laptop\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .laptop\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .laptop\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .laptop\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .laptop\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .laptop\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .laptop\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .laptop\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .laptop\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .laptop\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .laptop\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .laptop\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .laptop\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .laptop\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .laptop\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .laptop\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .laptop\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .laptop\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .laptop\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .laptop\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .laptop\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .laptop\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .laptop\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .laptop\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .laptop\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .laptop\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .laptop\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .laptop\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .laptop\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .laptop\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .laptop\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .laptop\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .laptop\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .laptop\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .laptop\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .laptop\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .laptop\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .laptop\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .laptop\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .laptop\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .laptop\:mt-0 {
    margin-top: 0px !important;
  }

  .laptop\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .laptop\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .laptop\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .laptop\:mt-4 {
    margin-top: 1rem !important;
  }

  .laptop\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .laptop\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .laptop\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .laptop\:mt-8 {
    margin-top: 2rem !important;
  }

  .laptop\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .laptop\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .laptop\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .laptop\:mt-12 {
    margin-top: 3rem !important;
  }

  .laptop\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .laptop\:mt-16 {
    margin-top: 4rem !important;
  }

  .laptop\:mt-20 {
    margin-top: 5rem !important;
  }

  .laptop\:mt-24 {
    margin-top: 6rem !important;
  }

  .laptop\:mt-28 {
    margin-top: 7rem !important;
  }

  .laptop\:mt-32 {
    margin-top: 8rem !important;
  }

  .laptop\:mt-36 {
    margin-top: 9rem !important;
  }

  .laptop\:mt-40 {
    margin-top: 10rem !important;
  }

  .laptop\:mt-44 {
    margin-top: 11rem !important;
  }

  .laptop\:mt-48 {
    margin-top: 12rem !important;
  }

  .laptop\:mt-52 {
    margin-top: 13rem !important;
  }

  .laptop\:mt-56 {
    margin-top: 14rem !important;
  }

  .laptop\:mt-60 {
    margin-top: 15rem !important;
  }

  .laptop\:mt-64 {
    margin-top: 16rem !important;
  }

  .laptop\:mt-72 {
    margin-top: 18rem !important;
  }

  .laptop\:mt-80 {
    margin-top: 20rem !important;
  }

  .laptop\:mt-96 {
    margin-top: 24rem !important;
  }

  .laptop\:mt-auto {
    margin-top: auto !important;
  }

  .laptop\:mt-px {
    margin-top: 1px !important;
  }

  .laptop\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .laptop\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .laptop\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .laptop\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .laptop\:-mt-0 {
    margin-top: 0px !important;
  }

  .laptop\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .laptop\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .laptop\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .laptop\:-mt-4 {
    margin-top: -1rem !important;
  }

  .laptop\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .laptop\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .laptop\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .laptop\:-mt-8 {
    margin-top: -2rem !important;
  }

  .laptop\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .laptop\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .laptop\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .laptop\:-mt-12 {
    margin-top: -3rem !important;
  }

  .laptop\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .laptop\:-mt-16 {
    margin-top: -4rem !important;
  }

  .laptop\:-mt-20 {
    margin-top: -5rem !important;
  }

  .laptop\:-mt-24 {
    margin-top: -6rem !important;
  }

  .laptop\:-mt-28 {
    margin-top: -7rem !important;
  }

  .laptop\:-mt-32 {
    margin-top: -8rem !important;
  }

  .laptop\:-mt-36 {
    margin-top: -9rem !important;
  }

  .laptop\:-mt-40 {
    margin-top: -10rem !important;
  }

  .laptop\:-mt-44 {
    margin-top: -11rem !important;
  }

  .laptop\:-mt-48 {
    margin-top: -12rem !important;
  }

  .laptop\:-mt-52 {
    margin-top: -13rem !important;
  }

  .laptop\:-mt-56 {
    margin-top: -14rem !important;
  }

  .laptop\:-mt-60 {
    margin-top: -15rem !important;
  }

  .laptop\:-mt-64 {
    margin-top: -16rem !important;
  }

  .laptop\:-mt-72 {
    margin-top: -18rem !important;
  }

  .laptop\:-mt-80 {
    margin-top: -20rem !important;
  }

  .laptop\:-mt-96 {
    margin-top: -24rem !important;
  }

  .laptop\:-mt-px {
    margin-top: -1px !important;
  }

  .laptop\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .laptop\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .laptop\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .laptop\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .laptop\:mr-0 {
    margin-right: 0px !important;
  }

  .laptop\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .laptop\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .laptop\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .laptop\:mr-4 {
    margin-right: 1rem !important;
  }

  .laptop\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .laptop\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .laptop\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .laptop\:mr-8 {
    margin-right: 2rem !important;
  }

  .laptop\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .laptop\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .laptop\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .laptop\:mr-12 {
    margin-right: 3rem !important;
  }

  .laptop\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .laptop\:mr-16 {
    margin-right: 4rem !important;
  }

  .laptop\:mr-20 {
    margin-right: 5rem !important;
  }

  .laptop\:mr-24 {
    margin-right: 6rem !important;
  }

  .laptop\:mr-28 {
    margin-right: 7rem !important;
  }

  .laptop\:mr-32 {
    margin-right: 8rem !important;
  }

  .laptop\:mr-36 {
    margin-right: 9rem !important;
  }

  .laptop\:mr-40 {
    margin-right: 10rem !important;
  }

  .laptop\:mr-44 {
    margin-right: 11rem !important;
  }

  .laptop\:mr-48 {
    margin-right: 12rem !important;
  }

  .laptop\:mr-52 {
    margin-right: 13rem !important;
  }

  .laptop\:mr-56 {
    margin-right: 14rem !important;
  }

  .laptop\:mr-60 {
    margin-right: 15rem !important;
  }

  .laptop\:mr-64 {
    margin-right: 16rem !important;
  }

  .laptop\:mr-72 {
    margin-right: 18rem !important;
  }

  .laptop\:mr-80 {
    margin-right: 20rem !important;
  }

  .laptop\:mr-96 {
    margin-right: 24rem !important;
  }

  .laptop\:mr-auto {
    margin-right: auto !important;
  }

  .laptop\:mr-px {
    margin-right: 1px !important;
  }

  .laptop\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .laptop\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .laptop\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .laptop\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .laptop\:-mr-0 {
    margin-right: 0px !important;
  }

  .laptop\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .laptop\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .laptop\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .laptop\:-mr-4 {
    margin-right: -1rem !important;
  }

  .laptop\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .laptop\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .laptop\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .laptop\:-mr-8 {
    margin-right: -2rem !important;
  }

  .laptop\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .laptop\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .laptop\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .laptop\:-mr-12 {
    margin-right: -3rem !important;
  }

  .laptop\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .laptop\:-mr-16 {
    margin-right: -4rem !important;
  }

  .laptop\:-mr-20 {
    margin-right: -5rem !important;
  }

  .laptop\:-mr-24 {
    margin-right: -6rem !important;
  }

  .laptop\:-mr-28 {
    margin-right: -7rem !important;
  }

  .laptop\:-mr-32 {
    margin-right: -8rem !important;
  }

  .laptop\:-mr-36 {
    margin-right: -9rem !important;
  }

  .laptop\:-mr-40 {
    margin-right: -10rem !important;
  }

  .laptop\:-mr-44 {
    margin-right: -11rem !important;
  }

  .laptop\:-mr-48 {
    margin-right: -12rem !important;
  }

  .laptop\:-mr-52 {
    margin-right: -13rem !important;
  }

  .laptop\:-mr-56 {
    margin-right: -14rem !important;
  }

  .laptop\:-mr-60 {
    margin-right: -15rem !important;
  }

  .laptop\:-mr-64 {
    margin-right: -16rem !important;
  }

  .laptop\:-mr-72 {
    margin-right: -18rem !important;
  }

  .laptop\:-mr-80 {
    margin-right: -20rem !important;
  }

  .laptop\:-mr-96 {
    margin-right: -24rem !important;
  }

  .laptop\:-mr-px {
    margin-right: -1px !important;
  }

  .laptop\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .laptop\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .laptop\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .laptop\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .laptop\:mb-0 {
    margin-bottom: 0px !important;
  }

  .laptop\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .laptop\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .laptop\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .laptop\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .laptop\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .laptop\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .laptop\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .laptop\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .laptop\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .laptop\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .laptop\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .laptop\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .laptop\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .laptop\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .laptop\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .laptop\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .laptop\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .laptop\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .laptop\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .laptop\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .laptop\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .laptop\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .laptop\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .laptop\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .laptop\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .laptop\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .laptop\:mb-72 {
    margin-bottom: 18rem !important;
  }

  .laptop\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .laptop\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .laptop\:mb-auto {
    margin-bottom: auto !important;
  }

  .laptop\:mb-px {
    margin-bottom: 1px !important;
  }

  .laptop\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .laptop\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .laptop\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .laptop\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .laptop\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .laptop\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .laptop\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .laptop\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .laptop\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .laptop\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .laptop\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .laptop\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .laptop\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .laptop\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .laptop\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .laptop\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .laptop\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .laptop\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .laptop\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .laptop\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .laptop\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .laptop\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .laptop\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .laptop\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .laptop\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .laptop\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .laptop\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .laptop\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .laptop\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .laptop\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .laptop\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .laptop\:-mb-72 {
    margin-bottom: -18rem !important;
  }

  .laptop\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .laptop\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .laptop\:-mb-px {
    margin-bottom: -1px !important;
  }

  .laptop\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .laptop\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .laptop\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .laptop\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .laptop\:ml-0 {
    margin-left: 0px !important;
  }

  .laptop\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .laptop\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .laptop\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .laptop\:ml-4 {
    margin-left: 1rem !important;
  }

  .laptop\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .laptop\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .laptop\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .laptop\:ml-8 {
    margin-left: 2rem !important;
  }

  .laptop\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .laptop\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .laptop\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .laptop\:ml-12 {
    margin-left: 3rem !important;
  }

  .laptop\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .laptop\:ml-16 {
    margin-left: 4rem !important;
  }

  .laptop\:ml-20 {
    margin-left: 5rem !important;
  }

  .laptop\:ml-24 {
    margin-left: 6rem !important;
  }

  .laptop\:ml-28 {
    margin-left: 7rem !important;
  }

  .laptop\:ml-32 {
    margin-left: 8rem !important;
  }

  .laptop\:ml-36 {
    margin-left: 9rem !important;
  }

  .laptop\:ml-40 {
    margin-left: 10rem !important;
  }

  .laptop\:ml-44 {
    margin-left: 11rem !important;
  }

  .laptop\:ml-48 {
    margin-left: 12rem !important;
  }

  .laptop\:ml-52 {
    margin-left: 13rem !important;
  }

  .laptop\:ml-56 {
    margin-left: 14rem !important;
  }

  .laptop\:ml-60 {
    margin-left: 15rem !important;
  }

  .laptop\:ml-64 {
    margin-left: 16rem !important;
  }

  .laptop\:ml-72 {
    margin-left: 18rem !important;
  }

  .laptop\:ml-80 {
    margin-left: 20rem !important;
  }

  .laptop\:ml-96 {
    margin-left: 24rem !important;
  }

  .laptop\:ml-auto {
    margin-left: auto !important;
  }

  .laptop\:ml-px {
    margin-left: 1px !important;
  }

  .laptop\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .laptop\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .laptop\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .laptop\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .laptop\:-ml-0 {
    margin-left: 0px !important;
  }

  .laptop\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .laptop\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .laptop\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .laptop\:-ml-4 {
    margin-left: -1rem !important;
  }

  .laptop\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .laptop\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .laptop\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .laptop\:-ml-8 {
    margin-left: -2rem !important;
  }

  .laptop\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .laptop\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .laptop\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .laptop\:-ml-12 {
    margin-left: -3rem !important;
  }

  .laptop\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .laptop\:-ml-16 {
    margin-left: -4rem !important;
  }

  .laptop\:-ml-20 {
    margin-left: -5rem !important;
  }

  .laptop\:-ml-24 {
    margin-left: -6rem !important;
  }

  .laptop\:-ml-28 {
    margin-left: -7rem !important;
  }

  .laptop\:-ml-32 {
    margin-left: -8rem !important;
  }

  .laptop\:-ml-36 {
    margin-left: -9rem !important;
  }

  .laptop\:-ml-40 {
    margin-left: -10rem !important;
  }

  .laptop\:-ml-44 {
    margin-left: -11rem !important;
  }

  .laptop\:-ml-48 {
    margin-left: -12rem !important;
  }

  .laptop\:-ml-52 {
    margin-left: -13rem !important;
  }

  .laptop\:-ml-56 {
    margin-left: -14rem !important;
  }

  .laptop\:-ml-60 {
    margin-left: -15rem !important;
  }

  .laptop\:-ml-64 {
    margin-left: -16rem !important;
  }

  .laptop\:-ml-72 {
    margin-left: -18rem !important;
  }

  .laptop\:-ml-80 {
    margin-left: -20rem !important;
  }

  .laptop\:-ml-96 {
    margin-left: -24rem !important;
  }

  .laptop\:-ml-px {
    margin-left: -1px !important;
  }

  .laptop\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .laptop\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .laptop\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .laptop\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .laptop\:box-border {
    box-sizing: border-box !important;
  }

  .laptop\:box-content {
    box-sizing: content-box !important;
  }

  .laptop\:block {
    display: block !important;
  }

  .laptop\:inline-block {
    display: inline-block !important;
  }

  .laptop\:inline {
    display: inline !important;
  }

  .laptop\:flex {
    display: flex !important;
  }

  .laptop\:inline-flex {
    display: inline-flex !important;
  }

  .laptop\:table {
    display: table !important;
  }

  .laptop\:inline-table {
    display: inline-table !important;
  }

  .laptop\:table-caption {
    display: table-caption !important;
  }

  .laptop\:table-cell {
    display: table-cell !important;
  }

  .laptop\:table-column {
    display: table-column !important;
  }

  .laptop\:table-column-group {
    display: table-column-group !important;
  }

  .laptop\:table-footer-group {
    display: table-footer-group !important;
  }

  .laptop\:table-header-group {
    display: table-header-group !important;
  }

  .laptop\:table-row-group {
    display: table-row-group !important;
  }

  .laptop\:table-row {
    display: table-row !important;
  }

  .laptop\:flow-root {
    display: flow-root !important;
  }

  .laptop\:grid {
    display: grid !important;
  }

  .laptop\:inline-grid {
    display: inline-grid !important;
  }

  .laptop\:contents {
    display: contents !important;
  }

  .laptop\:list-item {
    display: list-item !important;
  }

  .laptop\:hidden {
    display: none !important;
  }

  .laptop\:h-0 {
    height: 0px !important;
  }

  .laptop\:h-1 {
    height: 0.25rem !important;
  }

  .laptop\:h-2 {
    height: 0.5rem !important;
  }

  .laptop\:h-3 {
    height: 0.75rem !important;
  }

  .laptop\:h-4 {
    height: 1rem !important;
  }

  .laptop\:h-5 {
    height: 1.25rem !important;
  }

  .laptop\:h-6 {
    height: 1.5rem !important;
  }

  .laptop\:h-7 {
    height: 1.75rem !important;
  }

  .laptop\:h-8 {
    height: 2rem !important;
  }

  .laptop\:h-9 {
    height: 2.25rem !important;
  }

  .laptop\:h-10 {
    height: 2.5rem !important;
  }

  .laptop\:h-11 {
    height: 2.75rem !important;
  }

  .laptop\:h-12 {
    height: 3rem !important;
  }

  .laptop\:h-14 {
    height: 3.5rem !important;
  }

  .laptop\:h-16 {
    height: 4rem !important;
  }

  .laptop\:h-20 {
    height: 5rem !important;
  }

  .laptop\:h-24 {
    height: 6rem !important;
  }

  .laptop\:h-28 {
    height: 7rem !important;
  }

  .laptop\:h-32 {
    height: 8rem !important;
  }

  .laptop\:h-36 {
    height: 9rem !important;
  }

  .laptop\:h-40 {
    height: 10rem !important;
  }

  .laptop\:h-44 {
    height: 11rem !important;
  }

  .laptop\:h-48 {
    height: 12rem !important;
  }

  .laptop\:h-52 {
    height: 13rem !important;
  }

  .laptop\:h-56 {
    height: 14rem !important;
  }

  .laptop\:h-60 {
    height: 15rem !important;
  }

  .laptop\:h-64 {
    height: 16rem !important;
  }

  .laptop\:h-72 {
    height: 18rem !important;
  }

  .laptop\:h-80 {
    height: 20rem !important;
  }

  .laptop\:h-96 {
    height: 24rem !important;
  }

  .laptop\:h-auto {
    height: auto !important;
  }

  .laptop\:h-px {
    height: 1px !important;
  }

  .laptop\:h-0\.5 {
    height: 0.125rem !important;
  }

  .laptop\:h-1\.5 {
    height: 0.375rem !important;
  }

  .laptop\:h-2\.5 {
    height: 0.625rem !important;
  }

  .laptop\:h-3\.5 {
    height: 0.875rem !important;
  }

  .laptop\:h-1\/2 {
    height: 50% !important;
  }

  .laptop\:h-1\/3 {
    height: 33.333333% !important;
  }

  .laptop\:h-2\/3 {
    height: 66.666667% !important;
  }

  .laptop\:h-1\/4 {
    height: 25% !important;
  }

  .laptop\:h-2\/4 {
    height: 50% !important;
  }

  .laptop\:h-3\/4 {
    height: 75% !important;
  }

  .laptop\:h-1\/5 {
    height: 20% !important;
  }

  .laptop\:h-2\/5 {
    height: 40% !important;
  }

  .laptop\:h-3\/5 {
    height: 60% !important;
  }

  .laptop\:h-4\/5 {
    height: 80% !important;
  }

  .laptop\:h-1\/6 {
    height: 16.666667% !important;
  }

  .laptop\:h-2\/6 {
    height: 33.333333% !important;
  }

  .laptop\:h-3\/6 {
    height: 50% !important;
  }

  .laptop\:h-4\/6 {
    height: 66.666667% !important;
  }

  .laptop\:h-5\/6 {
    height: 83.333333% !important;
  }

  .laptop\:h-full {
    height: 100% !important;
  }

  .laptop\:h-screen {
    height: 100vh !important;
  }

  .laptop\:max-h-0 {
    max-height: 0px !important;
  }

  .laptop\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .laptop\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .laptop\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .laptop\:max-h-4 {
    max-height: 1rem !important;
  }

  .laptop\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .laptop\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .laptop\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .laptop\:max-h-8 {
    max-height: 2rem !important;
  }

  .laptop\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .laptop\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .laptop\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .laptop\:max-h-12 {
    max-height: 3rem !important;
  }

  .laptop\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .laptop\:max-h-16 {
    max-height: 4rem !important;
  }

  .laptop\:max-h-20 {
    max-height: 5rem !important;
  }

  .laptop\:max-h-24 {
    max-height: 6rem !important;
  }

  .laptop\:max-h-28 {
    max-height: 7rem !important;
  }

  .laptop\:max-h-32 {
    max-height: 8rem !important;
  }

  .laptop\:max-h-36 {
    max-height: 9rem !important;
  }

  .laptop\:max-h-40 {
    max-height: 10rem !important;
  }

  .laptop\:max-h-44 {
    max-height: 11rem !important;
  }

  .laptop\:max-h-48 {
    max-height: 12rem !important;
  }

  .laptop\:max-h-52 {
    max-height: 13rem !important;
  }

  .laptop\:max-h-56 {
    max-height: 14rem !important;
  }

  .laptop\:max-h-60 {
    max-height: 15rem !important;
  }

  .laptop\:max-h-64 {
    max-height: 16rem !important;
  }

  .laptop\:max-h-72 {
    max-height: 18rem !important;
  }

  .laptop\:max-h-80 {
    max-height: 20rem !important;
  }

  .laptop\:max-h-96 {
    max-height: 24rem !important;
  }

  .laptop\:max-h-px {
    max-height: 1px !important;
  }

  .laptop\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .laptop\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .laptop\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .laptop\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .laptop\:max-h-full {
    max-height: 100% !important;
  }

  .laptop\:max-h-screen {
    max-height: 100vh !important;
  }

  .laptop\:min-h-0 {
    min-height: 0px !important;
  }

  .laptop\:min-h-full {
    min-height: 100% !important;
  }

  .laptop\:min-h-screen {
    min-height: 100vh !important;
  }

  .laptop\:w-0 {
    width: 0px !important;
  }

  .laptop\:w-1 {
    width: 0.25rem !important;
  }

  .laptop\:w-2 {
    width: 0.5rem !important;
  }

  .laptop\:w-3 {
    width: 0.75rem !important;
  }

  .laptop\:w-4 {
    width: 1rem !important;
  }

  .laptop\:w-5 {
    width: 1.25rem !important;
  }

  .laptop\:w-6 {
    width: 1.5rem !important;
  }

  .laptop\:w-7 {
    width: 1.75rem !important;
  }

  .laptop\:w-8 {
    width: 2rem !important;
  }

  .laptop\:w-9 {
    width: 2.25rem !important;
  }

  .laptop\:w-10 {
    width: 2.5rem !important;
  }

  .laptop\:w-11 {
    width: 2.75rem !important;
  }

  .laptop\:w-12 {
    width: 3rem !important;
  }

  .laptop\:w-14 {
    width: 3.5rem !important;
  }

  .laptop\:w-16 {
    width: 4rem !important;
  }

  .laptop\:w-20 {
    width: 5rem !important;
  }

  .laptop\:w-24 {
    width: 6rem !important;
  }

  .laptop\:w-28 {
    width: 7rem !important;
  }

  .laptop\:w-32 {
    width: 8rem !important;
  }

  .laptop\:w-36 {
    width: 9rem !important;
  }

  .laptop\:w-40 {
    width: 10rem !important;
  }

  .laptop\:w-44 {
    width: 11rem !important;
  }

  .laptop\:w-48 {
    width: 12rem !important;
  }

  .laptop\:w-52 {
    width: 13rem !important;
  }

  .laptop\:w-56 {
    width: 14rem !important;
  }

  .laptop\:w-60 {
    width: 15rem !important;
  }

  .laptop\:w-64 {
    width: 16rem !important;
  }

  .laptop\:w-72 {
    width: 18rem !important;
  }

  .laptop\:w-80 {
    width: 20rem !important;
  }

  .laptop\:w-96 {
    width: 24rem !important;
  }

  .laptop\:w-auto {
    width: auto !important;
  }

  .laptop\:w-px {
    width: 1px !important;
  }

  .laptop\:w-0\.5 {
    width: 0.125rem !important;
  }

  .laptop\:w-1\.5 {
    width: 0.375rem !important;
  }

  .laptop\:w-2\.5 {
    width: 0.625rem !important;
  }

  .laptop\:w-3\.5 {
    width: 0.875rem !important;
  }

  .laptop\:w-1\/2 {
    width: 50% !important;
  }

  .laptop\:w-1\/3 {
    width: 33.333333% !important;
  }

  .laptop\:w-2\/3 {
    width: 66.666667% !important;
  }

  .laptop\:w-1\/4 {
    width: 25% !important;
  }

  .laptop\:w-2\/4 {
    width: 50% !important;
  }

  .laptop\:w-3\/4 {
    width: 75% !important;
  }

  .laptop\:w-1\/5 {
    width: 20% !important;
  }

  .laptop\:w-2\/5 {
    width: 40% !important;
  }

  .laptop\:w-3\/5 {
    width: 60% !important;
  }

  .laptop\:w-4\/5 {
    width: 80% !important;
  }

  .laptop\:w-1\/6 {
    width: 16.666667% !important;
  }

  .laptop\:w-2\/6 {
    width: 33.333333% !important;
  }

  .laptop\:w-3\/6 {
    width: 50% !important;
  }

  .laptop\:w-4\/6 {
    width: 66.666667% !important;
  }

  .laptop\:w-5\/6 {
    width: 83.333333% !important;
  }

  .laptop\:w-1\/12 {
    width: 8.333333% !important;
  }

  .laptop\:w-2\/12 {
    width: 16.666667% !important;
  }

  .laptop\:w-3\/12 {
    width: 25% !important;
  }

  .laptop\:w-4\/12 {
    width: 33.333333% !important;
  }

  .laptop\:w-5\/12 {
    width: 41.666667% !important;
  }

  .laptop\:w-6\/12 {
    width: 50% !important;
  }

  .laptop\:w-7\/12 {
    width: 58.333333% !important;
  }

  .laptop\:w-8\/12 {
    width: 66.666667% !important;
  }

  .laptop\:w-9\/12 {
    width: 75% !important;
  }

  .laptop\:w-10\/12 {
    width: 83.333333% !important;
  }

  .laptop\:w-11\/12 {
    width: 91.666667% !important;
  }

  .laptop\:w-full {
    width: 100% !important;
  }

  .laptop\:w-screen {
    width: 100vw !important;
  }

  .laptop\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .laptop\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .laptop\:min-w-0 {
    min-width: 0px !important;
  }

  .laptop\:min-w-full {
    min-width: 100% !important;
  }

  .laptop\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .laptop\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .laptop\:max-w-0 {
    max-width: 0rem !important;
  }

  .laptop\:max-w-none {
    max-width: none !important;
  }

  .laptop\:max-w-xs {
    max-width: 20rem !important;
  }

  .laptop\:max-w-sm {
    max-width: 24rem !important;
  }

  .laptop\:max-w-md {
    max-width: 28rem !important;
  }

  .laptop\:max-w-lg {
    max-width: 32rem !important;
  }

  .laptop\:max-w-xl {
    max-width: 36rem !important;
  }

  .laptop\:max-w-2xl {
    max-width: 42rem !important;
  }

  .laptop\:max-w-3xl {
    max-width: 48rem !important;
  }

  .laptop\:max-w-4xl {
    max-width: 56rem !important;
  }

  .laptop\:max-w-5xl {
    max-width: 64rem !important;
  }

  .laptop\:max-w-6xl {
    max-width: 72rem !important;
  }

  .laptop\:max-w-7xl {
    max-width: 80rem !important;
  }

  .laptop\:max-w-full {
    max-width: 100% !important;
  }

  .laptop\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .laptop\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .laptop\:max-w-prose {
    max-width: 65ch !important;
  }

  .laptop\:max-w-screen-tablet {
    max-width: 640px !important;
  }

  .laptop\:max-w-screen-laptop {
    max-width: 1024px !important;
  }

  .laptop\:max-w-screen-desktop {
    max-width: 1280px !important;
  }

  .laptop\:flex-1 {
    flex: 1 1 0% !important;
  }

  .laptop\:flex-auto {
    flex: 1 1 auto !important;
  }

  .laptop\:flex-initial {
    flex: 0 1 auto !important;
  }

  .laptop\:flex-none {
    flex: none !important;
  }

  .laptop\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .laptop\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .laptop\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .laptop\:flex-grow {
    flex-grow: 1 !important;
  }

  .laptop\:table-auto {
    table-layout: auto !important;
  }

  .laptop\:table-fixed {
    table-layout: fixed !important;
  }

  .laptop\:border-collapse {
    border-collapse: collapse !important;
  }

  .laptop\:border-separate {
    border-collapse: separate !important;
  }

  .laptop\:origin-center {
    transform-origin: center !important;
  }

  .laptop\:origin-top {
    transform-origin: top !important;
  }

  .laptop\:origin-top-right {
    transform-origin: top right !important;
  }

  .laptop\:origin-right {
    transform-origin: right !important;
  }

  .laptop\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .laptop\:origin-bottom {
    transform-origin: bottom !important;
  }

  .laptop\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .laptop\:origin-left {
    transform-origin: left !important;
  }

  .laptop\:origin-top-left {
    transform-origin: top left !important;
  }

  .laptop\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .laptop\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .laptop\:transform-none {
    transform: none !important;
  }

  .laptop\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .laptop\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .laptop\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .laptop\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .laptop\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .laptop\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .laptop\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .laptop\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .laptop\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .laptop\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .laptop\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .laptop\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .laptop\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .laptop\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .laptop\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .laptop\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .laptop\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .laptop\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .laptop\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .laptop\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .laptop\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .laptop\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .laptop\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .laptop\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .laptop\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .laptop\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .laptop\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .laptop\:translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .laptop\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .laptop\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .laptop\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .laptop\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .laptop\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .laptop\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .laptop\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .laptop\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .laptop\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .laptop\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .laptop\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .laptop\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .laptop\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .laptop\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .laptop\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .laptop\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .laptop\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .laptop\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .laptop\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .laptop\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .laptop\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .laptop\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .laptop\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .laptop\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .laptop\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .laptop\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .laptop\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .laptop\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .laptop\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .laptop\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .laptop\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .laptop\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .laptop\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .laptop\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .laptop\:-translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .laptop\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .laptop\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .laptop\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .laptop\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .laptop\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .laptop\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .laptop\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .laptop\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .laptop\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .laptop\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .laptop\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .laptop\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .laptop\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .laptop\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .laptop\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .laptop\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .laptop\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .laptop\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .laptop\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .laptop\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .laptop\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .laptop\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .laptop\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .laptop\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .laptop\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .laptop\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .laptop\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .laptop\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .laptop\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .laptop\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .laptop\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .laptop\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .laptop\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .laptop\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .laptop\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .laptop\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .laptop\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .laptop\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .laptop\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .laptop\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .laptop\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .laptop\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .laptop\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .laptop\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .laptop\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .laptop\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .laptop\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .laptop\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .laptop\:translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .laptop\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .laptop\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .laptop\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .laptop\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .laptop\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .laptop\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .laptop\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .laptop\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .laptop\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .laptop\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .laptop\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .laptop\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .laptop\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .laptop\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .laptop\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .laptop\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .laptop\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .laptop\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .laptop\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .laptop\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .laptop\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .laptop\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .laptop\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .laptop\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .laptop\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .laptop\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .laptop\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .laptop\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .laptop\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .laptop\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .laptop\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .laptop\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .laptop\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .laptop\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .laptop\:-translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .laptop\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .laptop\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .laptop\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .laptop\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .laptop\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .laptop\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .laptop\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .laptop\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .laptop\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .laptop\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .laptop\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .laptop\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .laptop\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .laptop\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .laptop\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .laptop\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .laptop\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .laptop\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .laptop\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .laptop\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .laptop\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .laptop\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .laptop\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .laptop\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .laptop\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .laptop\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .laptop\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .laptop\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .laptop\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .laptop\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .laptop\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .laptop\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .laptop\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .laptop\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .laptop\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .laptop\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .laptop\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .laptop\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .laptop\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .laptop\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .laptop\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .laptop\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .laptop\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .laptop\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .laptop\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .laptop\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .laptop\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .laptop\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .laptop\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .laptop\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .laptop\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .laptop\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .laptop\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .laptop\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .laptop\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .laptop\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .laptop\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .laptop\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .laptop\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .laptop\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .laptop\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .laptop\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .laptop\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .laptop\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .laptop\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .laptop\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .laptop\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .laptop\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .laptop\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .laptop\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .laptop\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .laptop\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .laptop\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .laptop\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .laptop\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .laptop\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .laptop\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .laptop\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .laptop\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .laptop\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .laptop\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .laptop\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .laptop\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .laptop\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .laptop\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .laptop\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .laptop\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .laptop\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .laptop\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .laptop\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .laptop\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .laptop\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .laptop\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .laptop\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .laptop\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .laptop\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .laptop\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .laptop\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .laptop\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .laptop\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .laptop\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .laptop\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .laptop\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .laptop\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .laptop\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .laptop\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .laptop\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .laptop\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .laptop\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .laptop\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .laptop\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .laptop\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .laptop\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .laptop\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .laptop\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .laptop\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .laptop\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .laptop\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .laptop\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .laptop\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .laptop\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .laptop\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .laptop\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .laptop\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .laptop\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .laptop\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .laptop\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .laptop\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .laptop\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .laptop\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .laptop\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .laptop\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .laptop\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .laptop\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .laptop\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .laptop\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .laptop\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .laptop\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .laptop\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .laptop\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .laptop\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .laptop\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .laptop\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .laptop\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .laptop\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .laptop\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .laptop\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .laptop\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .laptop\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .laptop\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .laptop\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .laptop\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .laptop\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .laptop\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .laptop\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .laptop\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .laptop\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .laptop\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .laptop\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .laptop\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .laptop\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .laptop\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .laptop\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .laptop\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .laptop\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .laptop\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .laptop\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .laptop\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .laptop\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .laptop\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .laptop\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .laptop\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .laptop\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .laptop\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .laptop\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .laptop\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .laptop\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .laptop\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .laptop\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .laptop\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .laptop\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .laptop\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .laptop\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .laptop\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .laptop\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .laptop\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .laptop\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .laptop\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .laptop\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .laptop\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .laptop\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .laptop\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .laptop\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .laptop\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .laptop\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .laptop\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .laptop\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .laptop\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .laptop\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .laptop\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .laptop\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .laptop\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .laptop\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .laptop\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .laptop\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .laptop\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .laptop\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .laptop\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .laptop\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .laptop\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .laptop\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .laptop\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .laptop\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .laptop\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .laptop\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .laptop\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .laptop\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .laptop\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .laptop\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .laptop\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .laptop\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .laptop\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .laptop\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .laptop\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .laptop\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .laptop\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .laptop\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .laptop\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .laptop\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .laptop\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .laptop\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .laptop\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .laptop\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .laptop\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .laptop\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .laptop\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .laptop\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .laptop\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .laptop\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .laptop\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .laptop\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .laptop\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .laptop\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .laptop\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .laptop\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .laptop\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .laptop\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .laptop\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .laptop\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .laptop\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .laptop\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .laptop\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .laptop\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .laptop\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .laptop\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .laptop\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .laptop\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .laptop\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .laptop\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .laptop\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .laptop\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .laptop\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .laptop\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .laptop\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .laptop\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .laptop\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .laptop\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .laptop\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .laptop\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .laptop\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .laptop\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .laptop\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .laptop\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .laptop\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .laptop\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .laptop\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .laptop\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .laptop\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .laptop\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .laptop\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .laptop\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .laptop\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .laptop\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .laptop\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .laptop\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .laptop\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .laptop\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .laptop\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .laptop\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .laptop\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .laptop\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .laptop\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .laptop\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .laptop\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .laptop\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .laptop\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .laptop\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .laptop\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .laptop\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .laptop\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .laptop\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .laptop\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .laptop\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .laptop\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .laptop\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .laptop\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .laptop\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .laptop\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .laptop\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .laptop\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .laptop\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .laptop\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .laptop\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .laptop\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .laptop\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .laptop\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .laptop\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .laptop\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .laptop\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .laptop\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .laptop\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .laptop\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .laptop\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .laptop\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .laptop\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .laptop\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .laptop\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .laptop\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .laptop\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .laptop\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .laptop\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .laptop\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .laptop\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .laptop\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .laptop\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .laptop\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .laptop\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .laptop\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .laptop\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .laptop\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .laptop\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .laptop\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .laptop\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .laptop\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .laptop\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .laptop\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .laptop\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .laptop\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .laptop\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .laptop\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .laptop\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .laptop\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .laptop\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .laptop\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .laptop\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .laptop\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .laptop\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .laptop\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .laptop\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .laptop\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .laptop\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .laptop\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .laptop\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .laptop\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .laptop\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .laptop\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .laptop\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .laptop\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .laptop\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .laptop\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .laptop\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .laptop\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .laptop\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .laptop\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .laptop\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .laptop\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .laptop\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .laptop\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .laptop\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .laptop\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .laptop\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .laptop\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .laptop\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .laptop\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .laptop\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .laptop\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .laptop\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .laptop\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .laptop\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .laptop\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .laptop\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .laptop\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .laptop\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .laptop\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .laptop\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .laptop\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .laptop\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .laptop\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .laptop\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .laptop\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .laptop\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .laptop\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .laptop\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .laptop\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .laptop\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .laptop\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .laptop\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .laptop\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .laptop\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .laptop\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .laptop\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .laptop\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .laptop\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .laptop\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .laptop\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .laptop\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .laptop\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .laptop\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .laptop\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .laptop\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .laptop\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .laptop\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .laptop\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .laptop\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .laptop\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .laptop\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .laptop\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .laptop\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .laptop\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .laptop\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .laptop\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .laptop\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .laptop\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .laptop\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .laptop\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .laptop\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .laptop\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .laptop\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .laptop\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .laptop\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .laptop\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .laptop\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .laptop\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .laptop\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .laptop\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .laptop\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .laptop\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .laptop\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .laptop\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .laptop\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .laptop\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .laptop\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .laptop\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .laptop\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .laptop\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .laptop\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .laptop\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .laptop\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .laptop\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .laptop\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .laptop\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .laptop\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .laptop\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .laptop\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .laptop\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .laptop\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .laptop\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .laptop\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .laptop\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .laptop\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .laptop\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .laptop\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .laptop\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .laptop\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .laptop\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .laptop\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .laptop\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .laptop\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .laptop\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .laptop\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .laptop\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .laptop\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .laptop\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .laptop\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .laptop\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .laptop\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .laptop\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .laptop\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .laptop\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .laptop\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .laptop\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .laptop\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .laptop\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .laptop\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .laptop\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .laptop\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .laptop\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .laptop\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .laptop\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .laptop\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .laptop\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .laptop\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .laptop\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .laptop\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .laptop\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .laptop\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .laptop\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .laptop\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .laptop\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .laptop\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .laptop\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .laptop\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .laptop\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .laptop\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .laptop\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .laptop\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .laptop\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .laptop\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .laptop\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .laptop\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .laptop\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .laptop\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .laptop\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .laptop\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .laptop\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .laptop\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .laptop\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .laptop\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .laptop\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .laptop\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .laptop\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .laptop\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .laptop\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .laptop\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .laptop\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .laptop\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .laptop\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .laptop\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .laptop\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .laptop\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .laptop\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .laptop\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .laptop\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .laptop\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .laptop\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .laptop\:cursor-auto {
    cursor: auto !important;
  }

  .laptop\:cursor-default {
    cursor: default !important;
  }

  .laptop\:cursor-pointer {
    cursor: pointer !important;
  }

  .laptop\:cursor-wait {
    cursor: wait !important;
  }

  .laptop\:cursor-text {
    cursor: text !important;
  }

  .laptop\:cursor-move {
    cursor: move !important;
  }

  .laptop\:cursor-help {
    cursor: help !important;
  }

  .laptop\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .laptop\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .laptop\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .laptop\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .laptop\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .laptop\:resize-none {
    resize: none !important;
  }

  .laptop\:resize-y {
    resize: vertical !important;
  }

  .laptop\:resize-x {
    resize: horizontal !important;
  }

  .laptop\:resize {
    resize: both !important;
  }

  .laptop\:list-inside {
    list-style-position: inside !important;
  }

  .laptop\:list-outside {
    list-style-position: outside !important;
  }

  .laptop\:list-none {
    list-style-type: none !important;
  }

  .laptop\:list-disc {
    list-style-type: disc !important;
  }

  .laptop\:list-decimal {
    list-style-type: decimal !important;
  }

  .laptop\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .laptop\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .laptop\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .laptop\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .laptop\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .laptop\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .laptop\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .laptop\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .laptop\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .laptop\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .laptop\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .laptop\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .laptop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .laptop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .laptop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .laptop\:flex-row {
    flex-direction: row !important;
  }

  .laptop\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .laptop\:flex-col {
    flex-direction: column !important;
  }

  .laptop\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .laptop\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .laptop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .laptop\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .laptop\:place-content-center {
    place-content: center !important;
  }

  .laptop\:place-content-start {
    place-content: start !important;
  }

  .laptop\:place-content-end {
    place-content: end !important;
  }

  .laptop\:place-content-between {
    place-content: space-between !important;
  }

  .laptop\:place-content-around {
    place-content: space-around !important;
  }

  .laptop\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .laptop\:place-content-stretch {
    place-content: stretch !important;
  }

  .laptop\:place-items-start {
    place-items: start !important;
  }

  .laptop\:place-items-end {
    place-items: end !important;
  }

  .laptop\:place-items-center {
    place-items: center !important;
  }

  .laptop\:place-items-stretch {
    place-items: stretch !important;
  }

  .laptop\:content-center {
    align-content: center !important;
  }

  .laptop\:content-start {
    align-content: flex-start !important;
  }

  .laptop\:content-end {
    align-content: flex-end !important;
  }

  .laptop\:content-between {
    align-content: space-between !important;
  }

  .laptop\:content-around {
    align-content: space-around !important;
  }

  .laptop\:content-evenly {
    align-content: space-evenly !important;
  }

  .laptop\:items-start {
    align-items: flex-start !important;
  }

  .laptop\:items-end {
    align-items: flex-end !important;
  }

  .laptop\:items-center {
    align-items: center !important;
  }

  .laptop\:items-baseline {
    align-items: baseline !important;
  }

  .laptop\:items-stretch {
    align-items: stretch !important;
  }

  .laptop\:justify-start {
    justify-content: flex-start !important;
  }

  .laptop\:justify-end {
    justify-content: flex-end !important;
  }

  .laptop\:justify-center {
    justify-content: center !important;
  }

  .laptop\:justify-between {
    justify-content: space-between !important;
  }

  .laptop\:justify-around {
    justify-content: space-around !important;
  }

  .laptop\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .laptop\:justify-items-start {
    justify-items: start !important;
  }

  .laptop\:justify-items-end {
    justify-items: end !important;
  }

  .laptop\:justify-items-center {
    justify-items: center !important;
  }

  .laptop\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .laptop\:gap-0 {
    gap: 0px !important;
  }

  .laptop\:gap-1 {
    gap: 0.25rem !important;
  }

  .laptop\:gap-2 {
    gap: 0.5rem !important;
  }

  .laptop\:gap-3 {
    gap: 0.75rem !important;
  }

  .laptop\:gap-4 {
    gap: 1rem !important;
  }

  .laptop\:gap-5 {
    gap: 1.25rem !important;
  }

  .laptop\:gap-6 {
    gap: 1.5rem !important;
  }

  .laptop\:gap-7 {
    gap: 1.75rem !important;
  }

  .laptop\:gap-8 {
    gap: 2rem !important;
  }

  .laptop\:gap-9 {
    gap: 2.25rem !important;
  }

  .laptop\:gap-10 {
    gap: 2.5rem !important;
  }

  .laptop\:gap-11 {
    gap: 2.75rem !important;
  }

  .laptop\:gap-12 {
    gap: 3rem !important;
  }

  .laptop\:gap-14 {
    gap: 3.5rem !important;
  }

  .laptop\:gap-16 {
    gap: 4rem !important;
  }

  .laptop\:gap-20 {
    gap: 5rem !important;
  }

  .laptop\:gap-24 {
    gap: 6rem !important;
  }

  .laptop\:gap-28 {
    gap: 7rem !important;
  }

  .laptop\:gap-32 {
    gap: 8rem !important;
  }

  .laptop\:gap-36 {
    gap: 9rem !important;
  }

  .laptop\:gap-40 {
    gap: 10rem !important;
  }

  .laptop\:gap-44 {
    gap: 11rem !important;
  }

  .laptop\:gap-48 {
    gap: 12rem !important;
  }

  .laptop\:gap-52 {
    gap: 13rem !important;
  }

  .laptop\:gap-56 {
    gap: 14rem !important;
  }

  .laptop\:gap-60 {
    gap: 15rem !important;
  }

  .laptop\:gap-64 {
    gap: 16rem !important;
  }

  .laptop\:gap-72 {
    gap: 18rem !important;
  }

  .laptop\:gap-80 {
    gap: 20rem !important;
  }

  .laptop\:gap-96 {
    gap: 24rem !important;
  }

  .laptop\:gap-px {
    gap: 1px !important;
  }

  .laptop\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .laptop\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .laptop\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .laptop\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .laptop\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .laptop\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .laptop\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .laptop\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .laptop\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .laptop\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .laptop\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .laptop\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .laptop\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .laptop\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .laptop\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .laptop\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .laptop\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .laptop\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .laptop\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .laptop\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .laptop\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .laptop\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .laptop\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .laptop\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .laptop\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .laptop\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .laptop\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .laptop\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .laptop\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .laptop\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .laptop\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .laptop\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .laptop\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .laptop\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .laptop\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .laptop\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .laptop\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .laptop\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .laptop\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .laptop\:gap-y-0 {
    row-gap: 0px !important;
  }

  .laptop\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .laptop\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .laptop\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .laptop\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .laptop\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .laptop\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .laptop\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .laptop\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .laptop\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .laptop\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .laptop\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .laptop\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .laptop\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .laptop\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .laptop\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .laptop\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .laptop\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .laptop\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .laptop\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .laptop\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .laptop\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .laptop\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .laptop\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .laptop\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .laptop\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .laptop\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .laptop\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .laptop\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .laptop\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .laptop\:gap-y-px {
    row-gap: 1px !important;
  }

  .laptop\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .laptop\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .laptop\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .laptop\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .laptop\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .laptop\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .laptop\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .laptop\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .laptop\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .laptop\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .laptop\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .laptop\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .laptop\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .laptop\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .laptop\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .laptop\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .laptop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .laptop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .laptop\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .laptop\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .laptop\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .laptop\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .laptop\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .laptop\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .laptop\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .laptop\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-red-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-blue-light > :not([hidden]) ~ :not([hidden]) {
    border-color: 116,220,144,1 !important;
  }

  .laptop\:divide-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-blue-heroGradientOne > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-blue-heroGradientTwo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-teal-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:divide-teal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-gold > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .laptop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .laptop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .laptop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .laptop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .laptop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .laptop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .laptop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .laptop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .laptop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .laptop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .laptop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .laptop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .laptop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .laptop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .laptop\:place-self-auto {
    place-self: auto !important;
  }

  .laptop\:place-self-start {
    place-self: start !important;
  }

  .laptop\:place-self-end {
    place-self: end !important;
  }

  .laptop\:place-self-center {
    place-self: center !important;
  }

  .laptop\:place-self-stretch {
    place-self: stretch !important;
  }

  .laptop\:self-auto {
    align-self: auto !important;
  }

  .laptop\:self-start {
    align-self: flex-start !important;
  }

  .laptop\:self-end {
    align-self: flex-end !important;
  }

  .laptop\:self-center {
    align-self: center !important;
  }

  .laptop\:self-stretch {
    align-self: stretch !important;
  }

  .laptop\:self-baseline {
    align-self: baseline !important;
  }

  .laptop\:justify-self-auto {
    justify-self: auto !important;
  }

  .laptop\:justify-self-start {
    justify-self: start !important;
  }

  .laptop\:justify-self-end {
    justify-self: end !important;
  }

  .laptop\:justify-self-center {
    justify-self: center !important;
  }

  .laptop\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .laptop\:overflow-auto {
    overflow: auto !important;
  }

  .laptop\:overflow-hidden {
    overflow: hidden !important;
  }

  .laptop\:overflow-visible {
    overflow: visible !important;
  }

  .laptop\:overflow-scroll {
    overflow: scroll !important;
  }

  .laptop\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .laptop\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .laptop\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .laptop\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .laptop\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .laptop\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .laptop\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .laptop\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .laptop\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .laptop\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .laptop\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .laptop\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .laptop\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .laptop\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .laptop\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .laptop\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .laptop\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .laptop\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .laptop\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .laptop\:overflow-clip {
    text-overflow: clip !important;
  }

  .laptop\:whitespace-normal {
    white-space: normal !important;
  }

  .laptop\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .laptop\:whitespace-pre {
    white-space: pre !important;
  }

  .laptop\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .laptop\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .laptop\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .laptop\:break-words {
    overflow-wrap: break-word !important;
  }

  .laptop\:break-all {
    word-break: break-all !important;
  }

  .laptop\:rounded-none {
    border-radius: 0px !important;
  }

  .laptop\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .laptop\:rounded {
    border-radius: 0.25rem !important;
  }

  .laptop\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .laptop\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .laptop\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .laptop\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .laptop\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .laptop\:rounded-full {
    border-radius: 9999px !important;
  }

  .laptop\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .laptop\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .laptop\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .laptop\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .laptop\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .laptop\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .laptop\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .laptop\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .laptop\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .laptop\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .laptop\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .laptop\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .laptop\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .laptop\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .laptop\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .laptop\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .laptop\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .laptop\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .laptop\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .laptop\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .laptop\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .laptop\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .laptop\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .laptop\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .laptop\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .laptop\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .laptop\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .laptop\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .laptop\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .laptop\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .laptop\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .laptop\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .laptop\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .laptop\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .laptop\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .laptop\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .laptop\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .laptop\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .laptop\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .laptop\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .laptop\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .laptop\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .laptop\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .laptop\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .laptop\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .laptop\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .laptop\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .laptop\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .laptop\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .laptop\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .laptop\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .laptop\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .laptop\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .laptop\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .laptop\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .laptop\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .laptop\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .laptop\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .laptop\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .laptop\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .laptop\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .laptop\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .laptop\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .laptop\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .laptop\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .laptop\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .laptop\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .laptop\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .laptop\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .laptop\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .laptop\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .laptop\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .laptop\:border-0 {
    border-width: 0px !important;
  }

  .laptop\:border-2 {
    border-width: 2px !important;
  }

  .laptop\:border-4 {
    border-width: 4px !important;
  }

  .laptop\:border-8 {
    border-width: 8px !important;
  }

  .laptop\:border {
    border-width: 1px !important;
  }

  .laptop\:border-t-0 {
    border-top-width: 0px !important;
  }

  .laptop\:border-t-2 {
    border-top-width: 2px !important;
  }

  .laptop\:border-t-4 {
    border-top-width: 4px !important;
  }

  .laptop\:border-t-8 {
    border-top-width: 8px !important;
  }

  .laptop\:border-t {
    border-top-width: 1px !important;
  }

  .laptop\:border-r-0 {
    border-right-width: 0px !important;
  }

  .laptop\:border-r-2 {
    border-right-width: 2px !important;
  }

  .laptop\:border-r-4 {
    border-right-width: 4px !important;
  }

  .laptop\:border-r-8 {
    border-right-width: 8px !important;
  }

  .laptop\:border-r {
    border-right-width: 1px !important;
  }

  .laptop\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .laptop\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .laptop\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .laptop\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .laptop\:border-b {
    border-bottom-width: 1px !important;
  }

  .laptop\:border-l-0 {
    border-left-width: 0px !important;
  }

  .laptop\:border-l-2 {
    border-left-width: 2px !important;
  }

  .laptop\:border-l-4 {
    border-left-width: 4px !important;
  }

  .laptop\:border-l-8 {
    border-left-width: 8px !important;
  }

  .laptop\:border-l {
    border-left-width: 1px !important;
  }

  .laptop\:border-solid {
    border-style: solid !important;
  }

  .laptop\:border-dashed {
    border-style: dashed !important;
  }

  .laptop\:border-dotted {
    border-style: dotted !important;
  }

  .laptop\:border-double {
    border-style: double !important;
  }

  .laptop\:border-none {
    border-style: none !important;
  }

  .laptop\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-transparent {
    border-color: transparent !important;
  }

  .laptop\:border-current {
    border-color: currentColor !important;
  }

  .laptop\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-red-light {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-green-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-grey-lighter {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-grey-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-grey-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-blue-light {
    border-color: 116,220,144,1 !important;
  }

  .laptop\:border-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-blue-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-blue-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-blue-heroGradientOne {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-blue-heroGradientTwo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-teal-light {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:border-teal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-gold {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .laptop\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .laptop\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-red-light {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .laptop\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-green-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-blue-light {
    border-color: 116,220,144,1 !important;
  }

  .group:hover .laptop\:group-hover\:border-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-blue-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-blue-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-blue-heroGradientOne {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-blue-heroGradientTwo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-teal-light {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .laptop\:group-hover\:border-teal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-gold {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .laptop\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .laptop\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-red-light:focus-within {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-blue-light:focus-within {
    border-color: 116,220,144,1 !important;
  }

  .laptop\:focus-within\:border-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-blue-dark:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-blue-darker:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-blue-heroGradientOne:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-blue-heroGradientTwo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-teal-light:focus-within {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus-within\:border-teal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-gold:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .laptop\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .laptop\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-red-light:hover {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-green-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-blue-light:hover {
    border-color: 116,220,144,1 !important;
  }

  .laptop\:hover\:border-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-blue-dark:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-blue-darker:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-blue-heroGradientOne:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-blue-heroGradientTwo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-teal-light:hover {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:hover\:border-teal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-gold:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .laptop\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .laptop\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-red-light:focus {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-green-light:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-blue-light:focus {
    border-color: 116,220,144,1 !important;
  }

  .laptop\:focus\:border-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-blue-dark:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-blue-darker:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-blue-heroGradientOne:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-blue-heroGradientTwo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-teal-light:focus {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus\:border-teal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-gold:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .laptop\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .laptop\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .laptop\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .laptop\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .laptop\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .laptop\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .laptop\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .laptop\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .laptop\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .laptop\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .laptop\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .laptop\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .laptop\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .laptop\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .laptop\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .laptop\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .laptop\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .laptop\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .laptop\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .laptop\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .laptop\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .laptop\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .laptop\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .laptop\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .laptop\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .laptop\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .laptop\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .laptop\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .laptop\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .laptop\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .laptop\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .laptop\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .laptop\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .laptop\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .laptop\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .laptop\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .laptop\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .laptop\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .laptop\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .laptop\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .laptop\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .laptop\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .laptop\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .laptop\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .laptop\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .laptop\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .laptop\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .laptop\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .laptop\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .laptop\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .laptop\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .laptop\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .laptop\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .laptop\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .laptop\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .laptop\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .laptop\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .laptop\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .laptop\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .laptop\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-transparent {
    background-color: transparent !important;
  }

  .laptop\:bg-current {
    background-color: currentColor !important;
  }

  .laptop\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-red-light {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-green-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-grey-lighter {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-grey-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-grey-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-blue-light {
    background-color: 116,220,144,1 !important;
  }

  .laptop\:bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-blue-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-blue-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-blue-heroGradientOne {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-blue-heroGradientTwo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-teal-light {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:bg-teal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-gold {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .laptop\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .laptop\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-red-light {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .laptop\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-blue-light {
    background-color: 116,220,144,1 !important;
  }

  .group:hover .laptop\:group-hover\:bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-blue-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-blue-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-blue-heroGradientOne {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-blue-heroGradientTwo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-teal-light {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .laptop\:group-hover\:bg-teal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-gold {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .laptop\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .laptop\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-red-light:focus-within {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-blue-light:focus-within {
    background-color: 116,220,144,1 !important;
  }

  .laptop\:focus-within\:bg-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-blue-dark:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-blue-darker:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-blue-heroGradientOne:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-blue-heroGradientTwo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-teal-light:focus-within {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus-within\:bg-teal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-gold:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .laptop\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .laptop\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-red-light:hover {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-blue-light:hover {
    background-color: 116,220,144,1 !important;
  }

  .laptop\:hover\:bg-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-blue-dark:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-blue-darker:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-blue-heroGradientOne:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-blue-heroGradientTwo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-teal-light:hover {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:hover\:bg-teal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-gold:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .laptop\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .laptop\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-red-light:focus {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-blue-light:focus {
    background-color: 116,220,144,1 !important;
  }

  .laptop\:focus\:bg-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-blue-dark:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-blue-darker:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-blue-heroGradientOne:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-blue-heroGradientTwo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-teal-light:focus {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus\:bg-teal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-gold:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .laptop\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .laptop\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .laptop\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .laptop\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .laptop\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .laptop\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .laptop\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .laptop\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .laptop\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .laptop\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .laptop\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .laptop\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .laptop\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .laptop\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .laptop\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .laptop\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .laptop\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .laptop\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .laptop\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .laptop\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .laptop\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .laptop\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .laptop\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .laptop\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .laptop\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .laptop\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .laptop\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .laptop\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .laptop\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .laptop\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .laptop\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .laptop\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .laptop\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .laptop\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .laptop\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .laptop\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .laptop\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .laptop\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .laptop\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .laptop\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .laptop\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .laptop\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .laptop\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .laptop\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .laptop\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .laptop\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .laptop\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .laptop\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .laptop\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .laptop\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .laptop\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .laptop\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .laptop\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .laptop\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .laptop\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .laptop\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .laptop\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .laptop\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .laptop\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .laptop\:bg-none {
    background-image: none !important;
  }

  .laptop\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .laptop\:from-primary {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .laptop\:from-secondary {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .laptop\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:from-red-light {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:from-red {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:from-green-light {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:from-green {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:from-grey-lighter {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .laptop\:from-grey-light {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:from-grey {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:from-grey-dark {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .laptop\:from-grey-darker {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:from-blue-light {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:from-blue {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .laptop\:from-blue-dark {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:from-blue-darker {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .laptop\:from-blue-heroGradientOne {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .laptop\:from-blue-heroGradientTwo {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .laptop\:from-teal-light {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:from-teal {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:from-gold {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .laptop\:hover\:from-primary:hover {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .laptop\:hover\:from-secondary:hover {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .laptop\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:from-red-light:hover {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:hover\:from-red:hover {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:hover\:from-green-light:hover {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:hover\:from-green:hover {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .laptop\:hover\:from-grey-light:hover {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:hover\:from-grey:hover {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .laptop\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:hover\:from-blue-light:hover {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:from-blue:hover {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .laptop\:hover\:from-blue-dark:hover {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:hover\:from-blue-darker:hover {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .laptop\:hover\:from-blue-heroGradientOne:hover {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .laptop\:hover\:from-blue-heroGradientTwo:hover {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .laptop\:hover\:from-teal-light:hover {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:hover\:from-teal:hover {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:hover\:from-gold:hover {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .laptop\:focus\:from-primary:focus {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .laptop\:focus\:from-secondary:focus {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .laptop\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:from-red-light:focus {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:focus\:from-red:focus {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:focus\:from-green-light:focus {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:focus\:from-green:focus {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .laptop\:focus\:from-grey-light:focus {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:focus\:from-grey:focus {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .laptop\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:focus\:from-blue-light:focus {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:from-blue:focus {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .laptop\:focus\:from-blue-dark:focus {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:focus\:from-blue-darker:focus {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .laptop\:focus\:from-blue-heroGradientOne:focus {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .laptop\:focus\:from-blue-heroGradientTwo:focus {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .laptop\:focus\:from-teal-light:focus {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:focus\:from-teal:focus {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:focus\:from-gold:focus {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .laptop\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .laptop\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .laptop\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:via-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .laptop\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .laptop\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:via-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:via-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .laptop\:via-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:via-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .laptop\:via-blue-heroGradientOne {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .laptop\:via-blue-heroGradientTwo {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .laptop\:via-teal-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:via-teal {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:via-gold {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .laptop\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .laptop\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .laptop\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:via-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .laptop\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .laptop\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:hover\:via-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:via-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .laptop\:hover\:via-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:hover\:via-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .laptop\:hover\:via-blue-heroGradientOne:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .laptop\:hover\:via-blue-heroGradientTwo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .laptop\:hover\:via-teal-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:hover\:via-teal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:hover\:via-gold:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .laptop\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .laptop\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .laptop\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:via-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .laptop\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .laptop\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .laptop\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .laptop\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .laptop\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:focus\:via-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:via-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .laptop\:focus\:via-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .laptop\:focus\:via-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .laptop\:focus\:via-blue-heroGradientOne:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .laptop\:focus\:via-blue-heroGradientTwo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .laptop\:focus\:via-teal-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:focus\:via-teal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .laptop\:focus\:via-gold:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .laptop\:to-primary {
    --tw-gradient-to: #FF4E50 !important;
  }

  .laptop\:to-secondary {
    --tw-gradient-to: #1c1e21 !important;
  }

  .laptop\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .laptop\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .laptop\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .laptop\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .laptop\:to-red-light {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:to-red {
    --tw-gradient-to: #FC5F6E !important;
  }

  .laptop\:to-green-light {
    --tw-gradient-to: #0BD378 !important;
  }

  .laptop\:to-green {
    --tw-gradient-to: #0BD378 !important;
  }

  .laptop\:to-grey-lighter {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .laptop\:to-grey-light {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .laptop\:to-grey {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .laptop\:to-grey-dark {
    --tw-gradient-to: #696969 !important;
  }

  .laptop\:to-grey-darker {
    --tw-gradient-to: #38456A !important;
  }

  .laptop\:to-blue-light {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .laptop\:to-blue {
    --tw-gradient-to: #4776E6 !important;
  }

  .laptop\:to-blue-dark {
    --tw-gradient-to: #38456A !important;
  }

  .laptop\:to-blue-darker {
    --tw-gradient-to: #262C3F !important;
  }

  .laptop\:to-blue-heroGradientOne {
    --tw-gradient-to: #10195D !important;
  }

  .laptop\:to-blue-heroGradientTwo {
    --tw-gradient-to: #1967D2 !important;
  }

  .laptop\:to-teal-light {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .laptop\:to-teal {
    --tw-gradient-to: #43E0C8 !important;
  }

  .laptop\:to-gold {
    --tw-gradient-to: #fcc477 !important;
  }

  .laptop\:hover\:to-primary:hover {
    --tw-gradient-to: #FF4E50 !important;
  }

  .laptop\:hover\:to-secondary:hover {
    --tw-gradient-to: #1c1e21 !important;
  }

  .laptop\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .laptop\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .laptop\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .laptop\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .laptop\:hover\:to-red-light:hover {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:hover\:to-red:hover {
    --tw-gradient-to: #FC5F6E !important;
  }

  .laptop\:hover\:to-green-light:hover {
    --tw-gradient-to: #0BD378 !important;
  }

  .laptop\:hover\:to-green:hover {
    --tw-gradient-to: #0BD378 !important;
  }

  .laptop\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .laptop\:hover\:to-grey-light:hover {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .laptop\:hover\:to-grey:hover {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .laptop\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #696969 !important;
  }

  .laptop\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #38456A !important;
  }

  .laptop\:hover\:to-blue-light:hover {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .laptop\:hover\:to-blue:hover {
    --tw-gradient-to: #4776E6 !important;
  }

  .laptop\:hover\:to-blue-dark:hover {
    --tw-gradient-to: #38456A !important;
  }

  .laptop\:hover\:to-blue-darker:hover {
    --tw-gradient-to: #262C3F !important;
  }

  .laptop\:hover\:to-blue-heroGradientOne:hover {
    --tw-gradient-to: #10195D !important;
  }

  .laptop\:hover\:to-blue-heroGradientTwo:hover {
    --tw-gradient-to: #1967D2 !important;
  }

  .laptop\:hover\:to-teal-light:hover {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .laptop\:hover\:to-teal:hover {
    --tw-gradient-to: #43E0C8 !important;
  }

  .laptop\:hover\:to-gold:hover {
    --tw-gradient-to: #fcc477 !important;
  }

  .laptop\:focus\:to-primary:focus {
    --tw-gradient-to: #FF4E50 !important;
  }

  .laptop\:focus\:to-secondary:focus {
    --tw-gradient-to: #1c1e21 !important;
  }

  .laptop\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .laptop\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .laptop\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .laptop\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .laptop\:focus\:to-red-light:focus {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus\:to-red:focus {
    --tw-gradient-to: #FC5F6E !important;
  }

  .laptop\:focus\:to-green-light:focus {
    --tw-gradient-to: #0BD378 !important;
  }

  .laptop\:focus\:to-green:focus {
    --tw-gradient-to: #0BD378 !important;
  }

  .laptop\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .laptop\:focus\:to-grey-light:focus {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .laptop\:focus\:to-grey:focus {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .laptop\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #696969 !important;
  }

  .laptop\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #38456A !important;
  }

  .laptop\:focus\:to-blue-light:focus {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .laptop\:focus\:to-blue:focus {
    --tw-gradient-to: #4776E6 !important;
  }

  .laptop\:focus\:to-blue-dark:focus {
    --tw-gradient-to: #38456A !important;
  }

  .laptop\:focus\:to-blue-darker:focus {
    --tw-gradient-to: #262C3F !important;
  }

  .laptop\:focus\:to-blue-heroGradientOne:focus {
    --tw-gradient-to: #10195D !important;
  }

  .laptop\:focus\:to-blue-heroGradientTwo:focus {
    --tw-gradient-to: #1967D2 !important;
  }

  .laptop\:focus\:to-teal-light:focus {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus\:to-teal:focus {
    --tw-gradient-to: #43E0C8 !important;
  }

  .laptop\:focus\:to-gold:focus {
    --tw-gradient-to: #fcc477 !important;
  }

  .laptop\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .laptop\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .laptop\:bg-auto {
    background-size: auto !important;
  }

  .laptop\:bg-cover {
    background-size: cover !important;
  }

  .laptop\:bg-contain {
    background-size: contain !important;
  }

  .laptop\:bg-fixed {
    background-attachment: fixed !important;
  }

  .laptop\:bg-local {
    background-attachment: local !important;
  }

  .laptop\:bg-scroll {
    background-attachment: scroll !important;
  }

  .laptop\:bg-clip-border {
    background-clip: border-box !important;
  }

  .laptop\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .laptop\:bg-clip-content {
    background-clip: content-box !important;
  }

  .laptop\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .laptop\:bg-bottom {
    background-position: bottom !important;
  }

  .laptop\:bg-center {
    background-position: center !important;
  }

  .laptop\:bg-left {
    background-position: left !important;
  }

  .laptop\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .laptop\:bg-left-top {
    background-position: left top !important;
  }

  .laptop\:bg-right {
    background-position: right !important;
  }

  .laptop\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .laptop\:bg-right-top {
    background-position: right top !important;
  }

  .laptop\:bg-top {
    background-position: top !important;
  }

  .laptop\:bg-repeat {
    background-repeat: repeat !important;
  }

  .laptop\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .laptop\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .laptop\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .laptop\:bg-repeat-round {
    background-repeat: round !important;
  }

  .laptop\:bg-repeat-space {
    background-repeat: space !important;
  }

  .laptop\:bg-origin-border {
    background-origin: border-box !important;
  }

  .laptop\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .laptop\:bg-origin-content {
    background-origin: content-box !important;
  }

  .laptop\:fill-current {
    fill: currentColor !important;
  }

  .laptop\:stroke-current {
    stroke: currentColor !important;
  }

  .laptop\:stroke-0 {
    stroke-width: 0 !important;
  }

  .laptop\:stroke-1 {
    stroke-width: 1 !important;
  }

  .laptop\:stroke-2 {
    stroke-width: 2 !important;
  }

  .laptop\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .laptop\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .laptop\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .laptop\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .laptop\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .laptop\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .laptop\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .laptop\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .laptop\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .laptop\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .laptop\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .laptop\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .laptop\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .laptop\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .laptop\:p-0 {
    padding: 0px !important;
  }

  .laptop\:p-1 {
    padding: 0.25rem !important;
  }

  .laptop\:p-2 {
    padding: 0.5rem !important;
  }

  .laptop\:p-3 {
    padding: 0.75rem !important;
  }

  .laptop\:p-4 {
    padding: 1rem !important;
  }

  .laptop\:p-5 {
    padding: 1.25rem !important;
  }

  .laptop\:p-6 {
    padding: 1.5rem !important;
  }

  .laptop\:p-7 {
    padding: 1.75rem !important;
  }

  .laptop\:p-8 {
    padding: 2rem !important;
  }

  .laptop\:p-9 {
    padding: 2.25rem !important;
  }

  .laptop\:p-10 {
    padding: 2.5rem !important;
  }

  .laptop\:p-11 {
    padding: 2.75rem !important;
  }

  .laptop\:p-12 {
    padding: 3rem !important;
  }

  .laptop\:p-14 {
    padding: 3.5rem !important;
  }

  .laptop\:p-16 {
    padding: 4rem !important;
  }

  .laptop\:p-20 {
    padding: 5rem !important;
  }

  .laptop\:p-24 {
    padding: 6rem !important;
  }

  .laptop\:p-28 {
    padding: 7rem !important;
  }

  .laptop\:p-32 {
    padding: 8rem !important;
  }

  .laptop\:p-36 {
    padding: 9rem !important;
  }

  .laptop\:p-40 {
    padding: 10rem !important;
  }

  .laptop\:p-44 {
    padding: 11rem !important;
  }

  .laptop\:p-48 {
    padding: 12rem !important;
  }

  .laptop\:p-52 {
    padding: 13rem !important;
  }

  .laptop\:p-56 {
    padding: 14rem !important;
  }

  .laptop\:p-60 {
    padding: 15rem !important;
  }

  .laptop\:p-64 {
    padding: 16rem !important;
  }

  .laptop\:p-72 {
    padding: 18rem !important;
  }

  .laptop\:p-80 {
    padding: 20rem !important;
  }

  .laptop\:p-96 {
    padding: 24rem !important;
  }

  .laptop\:p-px {
    padding: 1px !important;
  }

  .laptop\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .laptop\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .laptop\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .laptop\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .laptop\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .laptop\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .laptop\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .laptop\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .laptop\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .laptop\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .laptop\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .laptop\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .laptop\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .laptop\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .laptop\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .laptop\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .laptop\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .laptop\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .laptop\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .laptop\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .laptop\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .laptop\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .laptop\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .laptop\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .laptop\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .laptop\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .laptop\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .laptop\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .laptop\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .laptop\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .laptop\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .laptop\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .laptop\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .laptop\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .laptop\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .laptop\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .laptop\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .laptop\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .laptop\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .laptop\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .laptop\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .laptop\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .laptop\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .laptop\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .laptop\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .laptop\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .laptop\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .laptop\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .laptop\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .laptop\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .laptop\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .laptop\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .laptop\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .laptop\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .laptop\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .laptop\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .laptop\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .laptop\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .laptop\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .laptop\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .laptop\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .laptop\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .laptop\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .laptop\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .laptop\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .laptop\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .laptop\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .laptop\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .laptop\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .laptop\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .laptop\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .laptop\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .laptop\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .laptop\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .laptop\:pt-0 {
    padding-top: 0px !important;
  }

  .laptop\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .laptop\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .laptop\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .laptop\:pt-4 {
    padding-top: 1rem !important;
  }

  .laptop\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .laptop\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .laptop\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .laptop\:pt-8 {
    padding-top: 2rem !important;
  }

  .laptop\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .laptop\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .laptop\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .laptop\:pt-12 {
    padding-top: 3rem !important;
  }

  .laptop\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .laptop\:pt-16 {
    padding-top: 4rem !important;
  }

  .laptop\:pt-20 {
    padding-top: 5rem !important;
  }

  .laptop\:pt-24 {
    padding-top: 6rem !important;
  }

  .laptop\:pt-28 {
    padding-top: 7rem !important;
  }

  .laptop\:pt-32 {
    padding-top: 8rem !important;
  }

  .laptop\:pt-36 {
    padding-top: 9rem !important;
  }

  .laptop\:pt-40 {
    padding-top: 10rem !important;
  }

  .laptop\:pt-44 {
    padding-top: 11rem !important;
  }

  .laptop\:pt-48 {
    padding-top: 12rem !important;
  }

  .laptop\:pt-52 {
    padding-top: 13rem !important;
  }

  .laptop\:pt-56 {
    padding-top: 14rem !important;
  }

  .laptop\:pt-60 {
    padding-top: 15rem !important;
  }

  .laptop\:pt-64 {
    padding-top: 16rem !important;
  }

  .laptop\:pt-72 {
    padding-top: 18rem !important;
  }

  .laptop\:pt-80 {
    padding-top: 20rem !important;
  }

  .laptop\:pt-96 {
    padding-top: 24rem !important;
  }

  .laptop\:pt-px {
    padding-top: 1px !important;
  }

  .laptop\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .laptop\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .laptop\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .laptop\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .laptop\:pr-0 {
    padding-right: 0px !important;
  }

  .laptop\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .laptop\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .laptop\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .laptop\:pr-4 {
    padding-right: 1rem !important;
  }

  .laptop\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .laptop\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .laptop\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .laptop\:pr-8 {
    padding-right: 2rem !important;
  }

  .laptop\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .laptop\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .laptop\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .laptop\:pr-12 {
    padding-right: 3rem !important;
  }

  .laptop\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .laptop\:pr-16 {
    padding-right: 4rem !important;
  }

  .laptop\:pr-20 {
    padding-right: 5rem !important;
  }

  .laptop\:pr-24 {
    padding-right: 6rem !important;
  }

  .laptop\:pr-28 {
    padding-right: 7rem !important;
  }

  .laptop\:pr-32 {
    padding-right: 8rem !important;
  }

  .laptop\:pr-36 {
    padding-right: 9rem !important;
  }

  .laptop\:pr-40 {
    padding-right: 10rem !important;
  }

  .laptop\:pr-44 {
    padding-right: 11rem !important;
  }

  .laptop\:pr-48 {
    padding-right: 12rem !important;
  }

  .laptop\:pr-52 {
    padding-right: 13rem !important;
  }

  .laptop\:pr-56 {
    padding-right: 14rem !important;
  }

  .laptop\:pr-60 {
    padding-right: 15rem !important;
  }

  .laptop\:pr-64 {
    padding-right: 16rem !important;
  }

  .laptop\:pr-72 {
    padding-right: 18rem !important;
  }

  .laptop\:pr-80 {
    padding-right: 20rem !important;
  }

  .laptop\:pr-96 {
    padding-right: 24rem !important;
  }

  .laptop\:pr-px {
    padding-right: 1px !important;
  }

  .laptop\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .laptop\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .laptop\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .laptop\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .laptop\:pb-0 {
    padding-bottom: 0px !important;
  }

  .laptop\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .laptop\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .laptop\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .laptop\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .laptop\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .laptop\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .laptop\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .laptop\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .laptop\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .laptop\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .laptop\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .laptop\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .laptop\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .laptop\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .laptop\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .laptop\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .laptop\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .laptop\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .laptop\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .laptop\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .laptop\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .laptop\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .laptop\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .laptop\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .laptop\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .laptop\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .laptop\:pb-72 {
    padding-bottom: 18rem !important;
  }

  .laptop\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .laptop\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .laptop\:pb-px {
    padding-bottom: 1px !important;
  }

  .laptop\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .laptop\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .laptop\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .laptop\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .laptop\:pl-0 {
    padding-left: 0px !important;
  }

  .laptop\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .laptop\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .laptop\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .laptop\:pl-4 {
    padding-left: 1rem !important;
  }

  .laptop\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .laptop\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .laptop\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .laptop\:pl-8 {
    padding-left: 2rem !important;
  }

  .laptop\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .laptop\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .laptop\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .laptop\:pl-12 {
    padding-left: 3rem !important;
  }

  .laptop\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .laptop\:pl-16 {
    padding-left: 4rem !important;
  }

  .laptop\:pl-20 {
    padding-left: 5rem !important;
  }

  .laptop\:pl-24 {
    padding-left: 6rem !important;
  }

  .laptop\:pl-28 {
    padding-left: 7rem !important;
  }

  .laptop\:pl-32 {
    padding-left: 8rem !important;
  }

  .laptop\:pl-36 {
    padding-left: 9rem !important;
  }

  .laptop\:pl-40 {
    padding-left: 10rem !important;
  }

  .laptop\:pl-44 {
    padding-left: 11rem !important;
  }

  .laptop\:pl-48 {
    padding-left: 12rem !important;
  }

  .laptop\:pl-52 {
    padding-left: 13rem !important;
  }

  .laptop\:pl-56 {
    padding-left: 14rem !important;
  }

  .laptop\:pl-60 {
    padding-left: 15rem !important;
  }

  .laptop\:pl-64 {
    padding-left: 16rem !important;
  }

  .laptop\:pl-72 {
    padding-left: 18rem !important;
  }

  .laptop\:pl-80 {
    padding-left: 20rem !important;
  }

  .laptop\:pl-96 {
    padding-left: 24rem !important;
  }

  .laptop\:pl-px {
    padding-left: 1px !important;
  }

  .laptop\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .laptop\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .laptop\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .laptop\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .laptop\:text-left {
    text-align: left !important;
  }

  .laptop\:text-center {
    text-align: center !important;
  }

  .laptop\:text-right {
    text-align: right !important;
  }

  .laptop\:text-justify {
    text-align: justify !important;
  }

  .laptop\:align-baseline {
    vertical-align: baseline !important;
  }

  .laptop\:align-top {
    vertical-align: top !important;
  }

  .laptop\:align-middle {
    vertical-align: middle !important;
  }

  .laptop\:align-bottom {
    vertical-align: bottom !important;
  }

  .laptop\:align-text-top {
    vertical-align: text-top !important;
  }

  .laptop\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .laptop\:font-sans {
    font-family: Inter, sans-serif !important;
  }

  .laptop\:font-body {
    font-family: Inter, sans-serif !important;
  }

  .laptop\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .laptop\:text-xs {
    font-size: 12px !important;
  }

  .laptop\:text-sm {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .laptop\:text-tiny {
    font-size: .875rem !important;
  }

  .laptop\:text-base {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .laptop\:text-md {
    font-size: 17px !important;
  }

  .laptop\:text-lg {
    font-size: 18px !important;
    line-height: 21.6px !important;
  }

  .laptop\:text-2lg {
    font-size: 26px !important;
    line-height: 28.2px !important;
  }

  .laptop\:text-xl {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .laptop\:text-2xl {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }

  .laptop\:text-3xl {
    font-size: 1.875rem !important;
  }

  .laptop\:text-4xl {
    font-size: 2.25rem !important;
  }

  .laptop\:text-5xl {
    font-size: 3rem !important;
  }

  .laptop\:text-6xl {
    font-size: 4rem !important;
  }

  .laptop\:text-7xl {
    font-size: 5rem !important;
  }

  .laptop\:font-thin {
    font-weight: 100 !important;
  }

  .laptop\:font-extralight {
    font-weight: 200 !important;
  }

  .laptop\:font-light {
    font-weight: 300 !important;
  }

  .laptop\:font-normal {
    font-weight: 400 !important;
  }

  .laptop\:font-medium {
    font-weight: 500 !important;
  }

  .laptop\:font-semibold {
    font-weight: 600 !important;
  }

  .laptop\:font-bold {
    font-weight: 700 !important;
  }

  .laptop\:font-extrabold {
    font-weight: 800 !important;
  }

  .laptop\:font-black {
    font-weight: 900 !important;
  }

  .laptop\:uppercase {
    text-transform: uppercase !important;
  }

  .laptop\:lowercase {
    text-transform: lowercase !important;
  }

  .laptop\:capitalize {
    text-transform: capitalize !important;
  }

  .laptop\:normal-case {
    text-transform: none !important;
  }

  .laptop\:italic {
    font-style: italic !important;
  }

  .laptop\:not-italic {
    font-style: normal !important;
  }

  .laptop\:ordinal, .laptop\:slashed-zero, .laptop\:lining-nums, .laptop\:oldstyle-nums, .laptop\:proportional-nums, .laptop\:tabular-nums, .laptop\:diagonal-fractions, .laptop\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .laptop\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .laptop\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .laptop\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .laptop\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .laptop\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .laptop\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .laptop\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .laptop\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .laptop\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .laptop\:leading-3 {
    line-height: .75rem !important;
  }

  .laptop\:leading-4 {
    line-height: 1rem !important;
  }

  .laptop\:leading-5 {
    line-height: 1.25rem !important;
  }

  .laptop\:leading-6 {
    line-height: 1.5rem !important;
  }

  .laptop\:leading-7 {
    line-height: 1.75rem !important;
  }

  .laptop\:leading-8 {
    line-height: 2rem !important;
  }

  .laptop\:leading-9 {
    line-height: 2.25rem !important;
  }

  .laptop\:leading-10 {
    line-height: 2.5rem !important;
  }

  .laptop\:leading-none {
    line-height: 1 !important;
  }

  .laptop\:leading-tight {
    line-height: 1.25 !important;
  }

  .laptop\:leading-snug {
    line-height: 1.375 !important;
  }

  .laptop\:leading-normal {
    line-height: 1.5 !important;
  }

  .laptop\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .laptop\:leading-loose {
    line-height: 2 !important;
  }

  .laptop\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .laptop\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .laptop\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .laptop\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .laptop\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .laptop\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .laptop\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-transparent {
    color: transparent !important;
  }

  .laptop\:text-current {
    color: currentColor !important;
  }

  .laptop\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-red-light {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-green-light {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-grey-lighter {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-grey-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-grey-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-blue-light {
    color: 116,220,144,1 !important;
  }

  .laptop\:text-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-blue-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-blue-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-blue-heroGradientOne {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-blue-heroGradientTwo {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-teal-light {
    color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:text-teal {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-gold {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .laptop\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .laptop\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-red-light {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .laptop\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-green-light {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-blue-light {
    color: 116,220,144,1 !important;
  }

  .group:hover .laptop\:group-hover\:text-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-blue-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-blue-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-blue-heroGradientOne {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-blue-heroGradientTwo {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-teal-light {
    color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .laptop\:group-hover\:text-teal {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-gold {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .laptop\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .laptop\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-red-light:focus-within {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-blue-light:focus-within {
    color: 116,220,144,1 !important;
  }

  .laptop\:focus-within\:text-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-blue-dark:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-blue-darker:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-blue-heroGradientOne:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-blue-heroGradientTwo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-teal-light:focus-within {
    color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus-within\:text-teal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-gold:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .laptop\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .laptop\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-red-light:hover {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-green-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-blue-light:hover {
    color: 116,220,144,1 !important;
  }

  .laptop\:hover\:text-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-blue-dark:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-blue-darker:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-blue-heroGradientOne:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-blue-heroGradientTwo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-teal-light:hover {
    color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:hover\:text-teal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-gold:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .laptop\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .laptop\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-red-light:focus {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-green-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-blue-light:focus {
    color: 116,220,144,1 !important;
  }

  .laptop\:focus\:text-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-blue-dark:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-blue-darker:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-blue-heroGradientOne:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-blue-heroGradientTwo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-teal-light:focus {
    color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus\:text-teal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-gold:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .laptop\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .laptop\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .laptop\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .laptop\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .laptop\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .laptop\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .laptop\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .laptop\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .laptop\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .laptop\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .laptop\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .laptop\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .laptop\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .laptop\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .laptop\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .laptop\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .laptop\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .laptop\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .laptop\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .laptop\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .laptop\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .laptop\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .laptop\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .laptop\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .laptop\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .laptop\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .laptop\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .laptop\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .laptop\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .laptop\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .laptop\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .laptop\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .laptop\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .laptop\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .laptop\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .laptop\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .laptop\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .laptop\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .laptop\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .laptop\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .laptop\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .laptop\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .laptop\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .laptop\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .laptop\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .laptop\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .laptop\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .laptop\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .laptop\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .laptop\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .laptop\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .laptop\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .laptop\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .laptop\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .laptop\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .laptop\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .laptop\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .laptop\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .laptop\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .laptop\:underline {
    text-decoration: underline !important;
  }

  .laptop\:line-through {
    text-decoration: line-through !important;
  }

  .laptop\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .laptop\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .laptop\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .laptop\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .laptop\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .laptop\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .laptop\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .laptop\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .laptop\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .laptop\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .laptop\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .laptop\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .laptop\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .laptop\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .laptop\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .laptop\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .laptop\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .laptop\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .laptop\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .laptop\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-red-light::-moz-placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:placeholder-red-light::placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-light::-moz-placeholder {
    color: 116,220,144,1 !important;
  }

  .laptop\:placeholder-blue-light::placeholder {
    color: 116,220,144,1 !important;
  }

  .laptop\:placeholder-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-dark::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-darker::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-heroGradientOne::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-heroGradientOne::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-heroGradientTwo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-blue-heroGradientTwo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-teal-light::-moz-placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:placeholder-teal-light::placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:placeholder-teal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-teal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-gold::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-gold::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .laptop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .laptop\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .laptop\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .laptop\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-red-light:focus::-moz-placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus\:placeholder-red-light:focus::placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-light:focus::-moz-placeholder {
    color: 116,220,144,1 !important;
  }

  .laptop\:focus\:placeholder-blue-light:focus::placeholder {
    color: 116,220,144,1 !important;
  }

  .laptop\:focus\:placeholder-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-heroGradientOne:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-heroGradientOne:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-heroGradientTwo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-blue-heroGradientTwo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-teal-light:focus::-moz-placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus\:placeholder-teal-light:focus::placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus\:placeholder-teal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-teal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-gold:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-gold:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .laptop\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .laptop\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .laptop\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .laptop\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .laptop\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .laptop\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .laptop\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .laptop\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .laptop\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .laptop\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .laptop\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .laptop\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .laptop\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .laptop\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .laptop\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .laptop\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .laptop\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .laptop\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .laptop\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .laptop\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .laptop\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .laptop\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .laptop\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .laptop\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .laptop\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .laptop\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .laptop\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .laptop\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .laptop\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .laptop\:opacity-0 {
    opacity: 0 !important;
  }

  .laptop\:opacity-5 {
    opacity: 0.05 !important;
  }

  .laptop\:opacity-10 {
    opacity: 0.1 !important;
  }

  .laptop\:opacity-20 {
    opacity: 0.2 !important;
  }

  .laptop\:opacity-25 {
    opacity: 0.25 !important;
  }

  .laptop\:opacity-30 {
    opacity: 0.3 !important;
  }

  .laptop\:opacity-40 {
    opacity: 0.4 !important;
  }

  .laptop\:opacity-50 {
    opacity: 0.5 !important;
  }

  .laptop\:opacity-60 {
    opacity: 0.6 !important;
  }

  .laptop\:opacity-70 {
    opacity: 0.7 !important;
  }

  .laptop\:opacity-75 {
    opacity: 0.75 !important;
  }

  .laptop\:opacity-80 {
    opacity: 0.8 !important;
  }

  .laptop\:opacity-90 {
    opacity: 0.9 !important;
  }

  .laptop\:opacity-95 {
    opacity: 0.95 !important;
  }

  .laptop\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .laptop\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .laptop\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .laptop\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .laptop\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .laptop\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .laptop\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .laptop\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .laptop\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .laptop\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .laptop\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .laptop\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .laptop\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .laptop\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .laptop\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .laptop\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .laptop\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .laptop\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .laptop\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .laptop\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .laptop\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .laptop\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .laptop\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .laptop\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .laptop\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .laptop\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .laptop\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .laptop\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .laptop\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .laptop\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .laptop\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .laptop\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .laptop\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .laptop\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .laptop\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .laptop\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .laptop\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .laptop\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .laptop\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .laptop\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .laptop\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .laptop\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .laptop\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .laptop\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .laptop\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .laptop\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .laptop\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .laptop\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .laptop\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .laptop\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .laptop\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .laptop\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .laptop\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .laptop\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .laptop\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .laptop\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .laptop\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .laptop\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .laptop\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .laptop\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .laptop\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .laptop\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .laptop\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .laptop\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .laptop\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .laptop\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .laptop\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .laptop\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .laptop\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .laptop\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .laptop\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .laptop\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .laptop\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .laptop\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .laptop\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .laptop\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .laptop\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .laptop\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .laptop\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .laptop\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .laptop\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .laptop\: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;
  }

  .laptop\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .laptop\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .laptop\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .laptop\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .laptop\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .laptop\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-red-light {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-green-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-grey-lighter {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-grey-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-grey-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-grey-darker {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-blue-light {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .laptop\:ring-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-blue-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-blue-darker {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-blue-heroGradientOne {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-blue-heroGradientTwo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-teal-light {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:ring-teal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-gold {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .laptop\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .laptop\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-red-light:focus-within {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-blue-light:focus-within {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .laptop\:focus-within\:ring-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-blue-dark:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-blue-darker:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-blue-heroGradientOne:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-blue-heroGradientTwo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-teal-light:focus-within {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus-within\:ring-teal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-gold:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .laptop\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .laptop\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-red-light:focus {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-blue-light:focus {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .laptop\:focus\:ring-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-blue-dark:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-blue-darker:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-blue-heroGradientOne:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-blue-heroGradientTwo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-teal-light:focus {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus\:ring-teal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-gold:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .laptop\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .laptop\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .laptop\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .laptop\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .laptop\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .laptop\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .laptop\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .laptop\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .laptop\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .laptop\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .laptop\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .laptop\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .laptop\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .laptop\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .laptop\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .laptop\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .laptop\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .laptop\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .laptop\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .laptop\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .laptop\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .laptop\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .laptop\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .laptop\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .laptop\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .laptop\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .laptop\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .laptop\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .laptop\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .laptop\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .laptop\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .laptop\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .laptop\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .laptop\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .laptop\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .laptop\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .laptop\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .laptop\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .laptop\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .laptop\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .laptop\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .laptop\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .laptop\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .laptop\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .laptop\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .laptop\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .laptop\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .laptop\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .laptop\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .laptop\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .laptop\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .laptop\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .laptop\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .laptop\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .laptop\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .laptop\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .laptop\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .laptop\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .laptop\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .laptop\:ring-offset-primary {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .laptop\:ring-offset-secondary {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .laptop\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .laptop\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .laptop\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .laptop\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .laptop\:ring-offset-red-light {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:ring-offset-red {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .laptop\:ring-offset-green-light {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .laptop\:ring-offset-green {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .laptop\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .laptop\:ring-offset-grey-light {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .laptop\:ring-offset-grey {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .laptop\:ring-offset-grey-dark {
    --tw-ring-offset-color: #696969 !important;
  }

  .laptop\:ring-offset-grey-darker {
    --tw-ring-offset-color: #38456A !important;
  }

  .laptop\:ring-offset-blue-light {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .laptop\:ring-offset-blue {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .laptop\:ring-offset-blue-dark {
    --tw-ring-offset-color: #38456A !important;
  }

  .laptop\:ring-offset-blue-darker {
    --tw-ring-offset-color: #262C3F !important;
  }

  .laptop\:ring-offset-blue-heroGradientOne {
    --tw-ring-offset-color: #10195D !important;
  }

  .laptop\:ring-offset-blue-heroGradientTwo {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .laptop\:ring-offset-teal-light {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:ring-offset-teal {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .laptop\:ring-offset-gold {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .laptop\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .laptop\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .laptop\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .laptop\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .laptop\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .laptop\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .laptop\:focus-within\:ring-offset-red-light:focus-within {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .laptop\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .laptop\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .laptop\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .laptop\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .laptop\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .laptop\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #696969 !important;
  }

  .laptop\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #38456A !important;
  }

  .laptop\:focus-within\:ring-offset-blue-light:focus-within {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .laptop\:focus-within\:ring-offset-blue:focus-within {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .laptop\:focus-within\:ring-offset-blue-dark:focus-within {
    --tw-ring-offset-color: #38456A !important;
  }

  .laptop\:focus-within\:ring-offset-blue-darker:focus-within {
    --tw-ring-offset-color: #262C3F !important;
  }

  .laptop\:focus-within\:ring-offset-blue-heroGradientOne:focus-within {
    --tw-ring-offset-color: #10195D !important;
  }

  .laptop\:focus-within\:ring-offset-blue-heroGradientTwo:focus-within {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .laptop\:focus-within\:ring-offset-teal-light:focus-within {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus-within\:ring-offset-teal:focus-within {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .laptop\:focus-within\:ring-offset-gold:focus-within {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .laptop\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .laptop\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .laptop\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .laptop\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .laptop\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .laptop\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .laptop\:focus\:ring-offset-red-light:focus {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .laptop\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .laptop\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .laptop\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .laptop\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .laptop\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .laptop\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .laptop\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #696969 !important;
  }

  .laptop\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #38456A !important;
  }

  .laptop\:focus\:ring-offset-blue-light:focus {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .laptop\:focus\:ring-offset-blue:focus {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .laptop\:focus\:ring-offset-blue-dark:focus {
    --tw-ring-offset-color: #38456A !important;
  }

  .laptop\:focus\:ring-offset-blue-darker:focus {
    --tw-ring-offset-color: #262C3F !important;
  }

  .laptop\:focus\:ring-offset-blue-heroGradientOne:focus {
    --tw-ring-offset-color: #10195D !important;
  }

  .laptop\:focus\:ring-offset-blue-heroGradientTwo:focus {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .laptop\:focus\:ring-offset-teal-light:focus {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .laptop\:focus\:ring-offset-teal:focus {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .laptop\:focus\:ring-offset-gold:focus {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .laptop\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .laptop\:filter-none {
    filter: none !important;
  }

  .laptop\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .laptop\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .laptop\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .laptop\:blur {
    --tw-blur: blur(8px) !important;
  }

  .laptop\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .laptop\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .laptop\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .laptop\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .laptop\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .laptop\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .laptop\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .laptop\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .laptop\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .laptop\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .laptop\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .laptop\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .laptop\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .laptop\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .laptop\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .laptop\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .laptop\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .laptop\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .laptop\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .laptop\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .laptop\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .laptop\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .laptop\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .laptop\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .laptop\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .laptop\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .laptop\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .laptop\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .laptop\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .laptop\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .laptop\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .laptop\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .laptop\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .laptop\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .laptop\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .laptop\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .laptop\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .laptop\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .laptop\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .laptop\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .laptop\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .laptop\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .laptop\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .laptop\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .laptop\:invert {
    --tw-invert: invert(100%) !important;
  }

  .laptop\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .laptop\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .laptop\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .laptop\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .laptop\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .laptop\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .laptop\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .laptop\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -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;
  }

  .laptop\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .laptop\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .laptop\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .laptop\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .laptop\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .laptop\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .laptop\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .laptop\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .laptop\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .laptop\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .laptop\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .laptop\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .laptop\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .laptop\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .laptop\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .laptop\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .laptop\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .laptop\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .laptop\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .laptop\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .laptop\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .laptop\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .laptop\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .laptop\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .laptop\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .laptop\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .laptop\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .laptop\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .laptop\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .laptop\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .laptop\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .laptop\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .laptop\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .laptop\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .laptop\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .laptop\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .laptop\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .laptop\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .laptop\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .laptop\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .laptop\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .laptop\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .laptop\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .laptop\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .laptop\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .laptop\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .laptop\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .laptop\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .laptop\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .laptop\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .laptop\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .laptop\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .laptop\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .laptop\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .laptop\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .laptop\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .laptop\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .laptop\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .laptop\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .laptop\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .laptop\:transition-none {
    transition-property: none !important;
  }

  .laptop\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, 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;
  }

  .laptop\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:delay-75 {
    transition-delay: 75ms !important;
  }

  .laptop\:delay-100 {
    transition-delay: 100ms !important;
  }

  .laptop\:delay-150 {
    transition-delay: 150ms !important;
  }

  .laptop\:delay-200 {
    transition-delay: 200ms !important;
  }

  .laptop\:delay-300 {
    transition-delay: 300ms !important;
  }

  .laptop\:delay-500 {
    transition-delay: 500ms !important;
  }

  .laptop\:delay-700 {
    transition-delay: 700ms !important;
  }

  .laptop\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .laptop\:duration-75 {
    transition-duration: 75ms !important;
  }

  .laptop\:duration-100 {
    transition-duration: 100ms !important;
  }

  .laptop\:duration-150 {
    transition-duration: 150ms !important;
  }

  .laptop\:duration-200 {
    transition-duration: 200ms !important;
  }

  .laptop\:duration-300 {
    transition-duration: 300ms !important;
  }

  .laptop\:duration-500 {
    transition-duration: 500ms !important;
  }

  .laptop\:duration-700 {
    transition-duration: 700ms !important;
  }

  .laptop\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .laptop\:ease-linear {
    transition-timing-function: linear !important;
  }

  .laptop\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .laptop\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .laptop\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .laptop\:width-850px {
    width: 850px;
  }
}

@media (min-width: 1280px) {
  .desktop\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {
    .desktop\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 1024px) {
    .desktop\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .desktop\:container {
      max-width: 1280px;
    }
  }

  .desktop\:card {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 1.25rem;
  }

  .desktop\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .desktop\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .desktop\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .desktop\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .desktop\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .desktop\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .desktop\:pointer-events-none {
    pointer-events: none !important;
  }

  .desktop\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .desktop\:visible {
    visibility: visible !important;
  }

  .desktop\:invisible {
    visibility: hidden !important;
  }

  .desktop\:static {
    position: static !important;
  }

  .desktop\:fixed {
    position: fixed !important;
  }

  .desktop\:absolute {
    position: absolute !important;
  }

  .desktop\:relative {
    position: relative !important;
  }

  .desktop\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .desktop\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .desktop\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .desktop\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .desktop\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .desktop\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .desktop\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .desktop\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .desktop\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .desktop\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .desktop\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .desktop\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .desktop\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .desktop\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .desktop\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .desktop\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .desktop\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .desktop\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .desktop\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .desktop\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .desktop\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .desktop\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .desktop\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .desktop\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .desktop\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .desktop\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .desktop\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .desktop\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .desktop\:inset-72 {
    top: 18rem !important;
    right: 18rem !important;
    bottom: 18rem !important;
    left: 18rem !important;
  }

  .desktop\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .desktop\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .desktop\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .desktop\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .desktop\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .desktop\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .desktop\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .desktop\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .desktop\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .desktop\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .desktop\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .desktop\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .desktop\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .desktop\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .desktop\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .desktop\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .desktop\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .desktop\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .desktop\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .desktop\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .desktop\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .desktop\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .desktop\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .desktop\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .desktop\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .desktop\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .desktop\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .desktop\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .desktop\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .desktop\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .desktop\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .desktop\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .desktop\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .desktop\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .desktop\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .desktop\:-inset-72 {
    top: -18rem !important;
    right: -18rem !important;
    bottom: -18rem !important;
    left: -18rem !important;
  }

  .desktop\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .desktop\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .desktop\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .desktop\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .desktop\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .desktop\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .desktop\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .desktop\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .desktop\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .desktop\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .desktop\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .desktop\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .desktop\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .desktop\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .desktop\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .desktop\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .desktop\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .desktop\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .desktop\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .desktop\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .desktop\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .desktop\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .desktop\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .desktop\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .desktop\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .desktop\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .desktop\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .desktop\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .desktop\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .desktop\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .desktop\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .desktop\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .desktop\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .desktop\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .desktop\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .desktop\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .desktop\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .desktop\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .desktop\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .desktop\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .desktop\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .desktop\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .desktop\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .desktop\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .desktop\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .desktop\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .desktop\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .desktop\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .desktop\:inset-x-72 {
    left: 18rem !important;
    right: 18rem !important;
  }

  .desktop\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .desktop\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .desktop\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .desktop\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .desktop\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .desktop\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .desktop\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .desktop\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .desktop\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .desktop\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .desktop\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .desktop\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .desktop\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .desktop\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .desktop\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .desktop\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .desktop\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .desktop\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .desktop\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .desktop\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .desktop\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .desktop\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .desktop\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .desktop\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .desktop\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .desktop\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .desktop\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .desktop\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .desktop\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .desktop\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .desktop\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .desktop\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .desktop\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .desktop\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .desktop\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .desktop\:-inset-x-72 {
    left: -18rem !important;
    right: -18rem !important;
  }

  .desktop\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .desktop\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .desktop\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .desktop\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .desktop\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .desktop\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .desktop\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .desktop\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .desktop\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .desktop\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .desktop\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .desktop\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .desktop\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .desktop\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .desktop\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .desktop\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .desktop\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .desktop\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .desktop\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .desktop\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .desktop\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .desktop\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .desktop\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .desktop\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .desktop\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .desktop\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .desktop\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .desktop\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .desktop\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .desktop\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .desktop\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .desktop\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .desktop\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .desktop\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .desktop\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .desktop\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .desktop\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .desktop\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .desktop\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .desktop\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .desktop\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .desktop\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .desktop\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .desktop\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .desktop\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .desktop\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .desktop\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .desktop\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .desktop\:inset-y-72 {
    top: 18rem !important;
    bottom: 18rem !important;
  }

  .desktop\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .desktop\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .desktop\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .desktop\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .desktop\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .desktop\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .desktop\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .desktop\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .desktop\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .desktop\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .desktop\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .desktop\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .desktop\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .desktop\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .desktop\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .desktop\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .desktop\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .desktop\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .desktop\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .desktop\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .desktop\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .desktop\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .desktop\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .desktop\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .desktop\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .desktop\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .desktop\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .desktop\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .desktop\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .desktop\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .desktop\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .desktop\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .desktop\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .desktop\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .desktop\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .desktop\:-inset-y-72 {
    top: -18rem !important;
    bottom: -18rem !important;
  }

  .desktop\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .desktop\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .desktop\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .desktop\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .desktop\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .desktop\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .desktop\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .desktop\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .desktop\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .desktop\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .desktop\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .desktop\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .desktop\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .desktop\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .desktop\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .desktop\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .desktop\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .desktop\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .desktop\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .desktop\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .desktop\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .desktop\:top-0 {
    top: 0px !important;
  }

  .desktop\:top-1 {
    top: 0.25rem !important;
  }

  .desktop\:top-2 {
    top: 0.5rem !important;
  }

  .desktop\:top-3 {
    top: 0.75rem !important;
  }

  .desktop\:top-4 {
    top: 1rem !important;
  }

  .desktop\:top-5 {
    top: 1.25rem !important;
  }

  .desktop\:top-6 {
    top: 1.5rem !important;
  }

  .desktop\:top-7 {
    top: 1.75rem !important;
  }

  .desktop\:top-8 {
    top: 2rem !important;
  }

  .desktop\:top-9 {
    top: 2.25rem !important;
  }

  .desktop\:top-10 {
    top: 2.5rem !important;
  }

  .desktop\:top-11 {
    top: 2.75rem !important;
  }

  .desktop\:top-12 {
    top: 3rem !important;
  }

  .desktop\:top-14 {
    top: 3.5rem !important;
  }

  .desktop\:top-16 {
    top: 4rem !important;
  }

  .desktop\:top-20 {
    top: 5rem !important;
  }

  .desktop\:top-24 {
    top: 6rem !important;
  }

  .desktop\:top-28 {
    top: 7rem !important;
  }

  .desktop\:top-32 {
    top: 8rem !important;
  }

  .desktop\:top-36 {
    top: 9rem !important;
  }

  .desktop\:top-40 {
    top: 10rem !important;
  }

  .desktop\:top-44 {
    top: 11rem !important;
  }

  .desktop\:top-48 {
    top: 12rem !important;
  }

  .desktop\:top-52 {
    top: 13rem !important;
  }

  .desktop\:top-56 {
    top: 14rem !important;
  }

  .desktop\:top-60 {
    top: 15rem !important;
  }

  .desktop\:top-64 {
    top: 16rem !important;
  }

  .desktop\:top-72 {
    top: 18rem !important;
  }

  .desktop\:top-80 {
    top: 20rem !important;
  }

  .desktop\:top-96 {
    top: 24rem !important;
  }

  .desktop\:top-auto {
    top: auto !important;
  }

  .desktop\:top-px {
    top: 1px !important;
  }

  .desktop\:top-0\.5 {
    top: 0.125rem !important;
  }

  .desktop\:top-1\.5 {
    top: 0.375rem !important;
  }

  .desktop\:top-2\.5 {
    top: 0.625rem !important;
  }

  .desktop\:top-3\.5 {
    top: 0.875rem !important;
  }

  .desktop\:-top-0 {
    top: 0px !important;
  }

  .desktop\:-top-1 {
    top: -0.25rem !important;
  }

  .desktop\:-top-2 {
    top: -0.5rem !important;
  }

  .desktop\:-top-3 {
    top: -0.75rem !important;
  }

  .desktop\:-top-4 {
    top: -1rem !important;
  }

  .desktop\:-top-5 {
    top: -1.25rem !important;
  }

  .desktop\:-top-6 {
    top: -1.5rem !important;
  }

  .desktop\:-top-7 {
    top: -1.75rem !important;
  }

  .desktop\:-top-8 {
    top: -2rem !important;
  }

  .desktop\:-top-9 {
    top: -2.25rem !important;
  }

  .desktop\:-top-10 {
    top: -2.5rem !important;
  }

  .desktop\:-top-11 {
    top: -2.75rem !important;
  }

  .desktop\:-top-12 {
    top: -3rem !important;
  }

  .desktop\:-top-14 {
    top: -3.5rem !important;
  }

  .desktop\:-top-16 {
    top: -4rem !important;
  }

  .desktop\:-top-20 {
    top: -5rem !important;
  }

  .desktop\:-top-24 {
    top: -6rem !important;
  }

  .desktop\:-top-28 {
    top: -7rem !important;
  }

  .desktop\:-top-32 {
    top: -8rem !important;
  }

  .desktop\:-top-36 {
    top: -9rem !important;
  }

  .desktop\:-top-40 {
    top: -10rem !important;
  }

  .desktop\:-top-44 {
    top: -11rem !important;
  }

  .desktop\:-top-48 {
    top: -12rem !important;
  }

  .desktop\:-top-52 {
    top: -13rem !important;
  }

  .desktop\:-top-56 {
    top: -14rem !important;
  }

  .desktop\:-top-60 {
    top: -15rem !important;
  }

  .desktop\:-top-64 {
    top: -16rem !important;
  }

  .desktop\:-top-72 {
    top: -18rem !important;
  }

  .desktop\:-top-80 {
    top: -20rem !important;
  }

  .desktop\:-top-96 {
    top: -24rem !important;
  }

  .desktop\:-top-px {
    top: -1px !important;
  }

  .desktop\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .desktop\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .desktop\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .desktop\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .desktop\:top-1\/2 {
    top: 50% !important;
  }

  .desktop\:top-1\/3 {
    top: 33.333333% !important;
  }

  .desktop\:top-2\/3 {
    top: 66.666667% !important;
  }

  .desktop\:top-1\/4 {
    top: 25% !important;
  }

  .desktop\:top-2\/4 {
    top: 50% !important;
  }

  .desktop\:top-3\/4 {
    top: 75% !important;
  }

  .desktop\:top-full {
    top: 100% !important;
  }

  .desktop\:-top-1\/2 {
    top: -50% !important;
  }

  .desktop\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .desktop\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .desktop\:-top-1\/4 {
    top: -25% !important;
  }

  .desktop\:-top-2\/4 {
    top: -50% !important;
  }

  .desktop\:-top-3\/4 {
    top: -75% !important;
  }

  .desktop\:-top-full {
    top: -100% !important;
  }

  .desktop\:right-0 {
    right: 0px !important;
  }

  .desktop\:right-1 {
    right: 0.25rem !important;
  }

  .desktop\:right-2 {
    right: 0.5rem !important;
  }

  .desktop\:right-3 {
    right: 0.75rem !important;
  }

  .desktop\:right-4 {
    right: 1rem !important;
  }

  .desktop\:right-5 {
    right: 1.25rem !important;
  }

  .desktop\:right-6 {
    right: 1.5rem !important;
  }

  .desktop\:right-7 {
    right: 1.75rem !important;
  }

  .desktop\:right-8 {
    right: 2rem !important;
  }

  .desktop\:right-9 {
    right: 2.25rem !important;
  }

  .desktop\:right-10 {
    right: 2.5rem !important;
  }

  .desktop\:right-11 {
    right: 2.75rem !important;
  }

  .desktop\:right-12 {
    right: 3rem !important;
  }

  .desktop\:right-14 {
    right: 3.5rem !important;
  }

  .desktop\:right-16 {
    right: 4rem !important;
  }

  .desktop\:right-20 {
    right: 5rem !important;
  }

  .desktop\:right-24 {
    right: 6rem !important;
  }

  .desktop\:right-28 {
    right: 7rem !important;
  }

  .desktop\:right-32 {
    right: 8rem !important;
  }

  .desktop\:right-36 {
    right: 9rem !important;
  }

  .desktop\:right-40 {
    right: 10rem !important;
  }

  .desktop\:right-44 {
    right: 11rem !important;
  }

  .desktop\:right-48 {
    right: 12rem !important;
  }

  .desktop\:right-52 {
    right: 13rem !important;
  }

  .desktop\:right-56 {
    right: 14rem !important;
  }

  .desktop\:right-60 {
    right: 15rem !important;
  }

  .desktop\:right-64 {
    right: 16rem !important;
  }

  .desktop\:right-72 {
    right: 18rem !important;
  }

  .desktop\:right-80 {
    right: 20rem !important;
  }

  .desktop\:right-96 {
    right: 24rem !important;
  }

  .desktop\:right-auto {
    right: auto !important;
  }

  .desktop\:right-px {
    right: 1px !important;
  }

  .desktop\:right-0\.5 {
    right: 0.125rem !important;
  }

  .desktop\:right-1\.5 {
    right: 0.375rem !important;
  }

  .desktop\:right-2\.5 {
    right: 0.625rem !important;
  }

  .desktop\:right-3\.5 {
    right: 0.875rem !important;
  }

  .desktop\:-right-0 {
    right: 0px !important;
  }

  .desktop\:-right-1 {
    right: -0.25rem !important;
  }

  .desktop\:-right-2 {
    right: -0.5rem !important;
  }

  .desktop\:-right-3 {
    right: -0.75rem !important;
  }

  .desktop\:-right-4 {
    right: -1rem !important;
  }

  .desktop\:-right-5 {
    right: -1.25rem !important;
  }

  .desktop\:-right-6 {
    right: -1.5rem !important;
  }

  .desktop\:-right-7 {
    right: -1.75rem !important;
  }

  .desktop\:-right-8 {
    right: -2rem !important;
  }

  .desktop\:-right-9 {
    right: -2.25rem !important;
  }

  .desktop\:-right-10 {
    right: -2.5rem !important;
  }

  .desktop\:-right-11 {
    right: -2.75rem !important;
  }

  .desktop\:-right-12 {
    right: -3rem !important;
  }

  .desktop\:-right-14 {
    right: -3.5rem !important;
  }

  .desktop\:-right-16 {
    right: -4rem !important;
  }

  .desktop\:-right-20 {
    right: -5rem !important;
  }

  .desktop\:-right-24 {
    right: -6rem !important;
  }

  .desktop\:-right-28 {
    right: -7rem !important;
  }

  .desktop\:-right-32 {
    right: -8rem !important;
  }

  .desktop\:-right-36 {
    right: -9rem !important;
  }

  .desktop\:-right-40 {
    right: -10rem !important;
  }

  .desktop\:-right-44 {
    right: -11rem !important;
  }

  .desktop\:-right-48 {
    right: -12rem !important;
  }

  .desktop\:-right-52 {
    right: -13rem !important;
  }

  .desktop\:-right-56 {
    right: -14rem !important;
  }

  .desktop\:-right-60 {
    right: -15rem !important;
  }

  .desktop\:-right-64 {
    right: -16rem !important;
  }

  .desktop\:-right-72 {
    right: -18rem !important;
  }

  .desktop\:-right-80 {
    right: -20rem !important;
  }

  .desktop\:-right-96 {
    right: -24rem !important;
  }

  .desktop\:-right-px {
    right: -1px !important;
  }

  .desktop\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .desktop\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .desktop\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .desktop\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .desktop\:right-1\/2 {
    right: 50% !important;
  }

  .desktop\:right-1\/3 {
    right: 33.333333% !important;
  }

  .desktop\:right-2\/3 {
    right: 66.666667% !important;
  }

  .desktop\:right-1\/4 {
    right: 25% !important;
  }

  .desktop\:right-2\/4 {
    right: 50% !important;
  }

  .desktop\:right-3\/4 {
    right: 75% !important;
  }

  .desktop\:right-full {
    right: 100% !important;
  }

  .desktop\:-right-1\/2 {
    right: -50% !important;
  }

  .desktop\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .desktop\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .desktop\:-right-1\/4 {
    right: -25% !important;
  }

  .desktop\:-right-2\/4 {
    right: -50% !important;
  }

  .desktop\:-right-3\/4 {
    right: -75% !important;
  }

  .desktop\:-right-full {
    right: -100% !important;
  }

  .desktop\:bottom-0 {
    bottom: 0px !important;
  }

  .desktop\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .desktop\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .desktop\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .desktop\:bottom-4 {
    bottom: 1rem !important;
  }

  .desktop\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .desktop\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .desktop\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .desktop\:bottom-8 {
    bottom: 2rem !important;
  }

  .desktop\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .desktop\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .desktop\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .desktop\:bottom-12 {
    bottom: 3rem !important;
  }

  .desktop\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .desktop\:bottom-16 {
    bottom: 4rem !important;
  }

  .desktop\:bottom-20 {
    bottom: 5rem !important;
  }

  .desktop\:bottom-24 {
    bottom: 6rem !important;
  }

  .desktop\:bottom-28 {
    bottom: 7rem !important;
  }

  .desktop\:bottom-32 {
    bottom: 8rem !important;
  }

  .desktop\:bottom-36 {
    bottom: 9rem !important;
  }

  .desktop\:bottom-40 {
    bottom: 10rem !important;
  }

  .desktop\:bottom-44 {
    bottom: 11rem !important;
  }

  .desktop\:bottom-48 {
    bottom: 12rem !important;
  }

  .desktop\:bottom-52 {
    bottom: 13rem !important;
  }

  .desktop\:bottom-56 {
    bottom: 14rem !important;
  }

  .desktop\:bottom-60 {
    bottom: 15rem !important;
  }

  .desktop\:bottom-64 {
    bottom: 16rem !important;
  }

  .desktop\:bottom-72 {
    bottom: 18rem !important;
  }

  .desktop\:bottom-80 {
    bottom: 20rem !important;
  }

  .desktop\:bottom-96 {
    bottom: 24rem !important;
  }

  .desktop\:bottom-auto {
    bottom: auto !important;
  }

  .desktop\:bottom-px {
    bottom: 1px !important;
  }

  .desktop\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .desktop\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .desktop\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .desktop\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .desktop\:-bottom-0 {
    bottom: 0px !important;
  }

  .desktop\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .desktop\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .desktop\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .desktop\:-bottom-4 {
    bottom: -1rem !important;
  }

  .desktop\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .desktop\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .desktop\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .desktop\:-bottom-8 {
    bottom: -2rem !important;
  }

  .desktop\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .desktop\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .desktop\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .desktop\:-bottom-12 {
    bottom: -3rem !important;
  }

  .desktop\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .desktop\:-bottom-16 {
    bottom: -4rem !important;
  }

  .desktop\:-bottom-20 {
    bottom: -5rem !important;
  }

  .desktop\:-bottom-24 {
    bottom: -6rem !important;
  }

  .desktop\:-bottom-28 {
    bottom: -7rem !important;
  }

  .desktop\:-bottom-32 {
    bottom: -8rem !important;
  }

  .desktop\:-bottom-36 {
    bottom: -9rem !important;
  }

  .desktop\:-bottom-40 {
    bottom: -10rem !important;
  }

  .desktop\:-bottom-44 {
    bottom: -11rem !important;
  }

  .desktop\:-bottom-48 {
    bottom: -12rem !important;
  }

  .desktop\:-bottom-52 {
    bottom: -13rem !important;
  }

  .desktop\:-bottom-56 {
    bottom: -14rem !important;
  }

  .desktop\:-bottom-60 {
    bottom: -15rem !important;
  }

  .desktop\:-bottom-64 {
    bottom: -16rem !important;
  }

  .desktop\:-bottom-72 {
    bottom: -18rem !important;
  }

  .desktop\:-bottom-80 {
    bottom: -20rem !important;
  }

  .desktop\:-bottom-96 {
    bottom: -24rem !important;
  }

  .desktop\:-bottom-px {
    bottom: -1px !important;
  }

  .desktop\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .desktop\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .desktop\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .desktop\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .desktop\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .desktop\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .desktop\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .desktop\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .desktop\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .desktop\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .desktop\:bottom-full {
    bottom: 100% !important;
  }

  .desktop\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .desktop\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .desktop\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .desktop\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .desktop\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .desktop\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .desktop\:-bottom-full {
    bottom: -100% !important;
  }

  .desktop\:left-0 {
    left: 0px !important;
  }

  .desktop\:left-1 {
    left: 0.25rem !important;
  }

  .desktop\:left-2 {
    left: 0.5rem !important;
  }

  .desktop\:left-3 {
    left: 0.75rem !important;
  }

  .desktop\:left-4 {
    left: 1rem !important;
  }

  .desktop\:left-5 {
    left: 1.25rem !important;
  }

  .desktop\:left-6 {
    left: 1.5rem !important;
  }

  .desktop\:left-7 {
    left: 1.75rem !important;
  }

  .desktop\:left-8 {
    left: 2rem !important;
  }

  .desktop\:left-9 {
    left: 2.25rem !important;
  }

  .desktop\:left-10 {
    left: 2.5rem !important;
  }

  .desktop\:left-11 {
    left: 2.75rem !important;
  }

  .desktop\:left-12 {
    left: 3rem !important;
  }

  .desktop\:left-14 {
    left: 3.5rem !important;
  }

  .desktop\:left-16 {
    left: 4rem !important;
  }

  .desktop\:left-20 {
    left: 5rem !important;
  }

  .desktop\:left-24 {
    left: 6rem !important;
  }

  .desktop\:left-28 {
    left: 7rem !important;
  }

  .desktop\:left-32 {
    left: 8rem !important;
  }

  .desktop\:left-36 {
    left: 9rem !important;
  }

  .desktop\:left-40 {
    left: 10rem !important;
  }

  .desktop\:left-44 {
    left: 11rem !important;
  }

  .desktop\:left-48 {
    left: 12rem !important;
  }

  .desktop\:left-52 {
    left: 13rem !important;
  }

  .desktop\:left-56 {
    left: 14rem !important;
  }

  .desktop\:left-60 {
    left: 15rem !important;
  }

  .desktop\:left-64 {
    left: 16rem !important;
  }

  .desktop\:left-72 {
    left: 18rem !important;
  }

  .desktop\:left-80 {
    left: 20rem !important;
  }

  .desktop\:left-96 {
    left: 24rem !important;
  }

  .desktop\:left-auto {
    left: auto !important;
  }

  .desktop\:left-px {
    left: 1px !important;
  }

  .desktop\:left-0\.5 {
    left: 0.125rem !important;
  }

  .desktop\:left-1\.5 {
    left: 0.375rem !important;
  }

  .desktop\:left-2\.5 {
    left: 0.625rem !important;
  }

  .desktop\:left-3\.5 {
    left: 0.875rem !important;
  }

  .desktop\:-left-0 {
    left: 0px !important;
  }

  .desktop\:-left-1 {
    left: -0.25rem !important;
  }

  .desktop\:-left-2 {
    left: -0.5rem !important;
  }

  .desktop\:-left-3 {
    left: -0.75rem !important;
  }

  .desktop\:-left-4 {
    left: -1rem !important;
  }

  .desktop\:-left-5 {
    left: -1.25rem !important;
  }

  .desktop\:-left-6 {
    left: -1.5rem !important;
  }

  .desktop\:-left-7 {
    left: -1.75rem !important;
  }

  .desktop\:-left-8 {
    left: -2rem !important;
  }

  .desktop\:-left-9 {
    left: -2.25rem !important;
  }

  .desktop\:-left-10 {
    left: -2.5rem !important;
  }

  .desktop\:-left-11 {
    left: -2.75rem !important;
  }

  .desktop\:-left-12 {
    left: -3rem !important;
  }

  .desktop\:-left-14 {
    left: -3.5rem !important;
  }

  .desktop\:-left-16 {
    left: -4rem !important;
  }

  .desktop\:-left-20 {
    left: -5rem !important;
  }

  .desktop\:-left-24 {
    left: -6rem !important;
  }

  .desktop\:-left-28 {
    left: -7rem !important;
  }

  .desktop\:-left-32 {
    left: -8rem !important;
  }

  .desktop\:-left-36 {
    left: -9rem !important;
  }

  .desktop\:-left-40 {
    left: -10rem !important;
  }

  .desktop\:-left-44 {
    left: -11rem !important;
  }

  .desktop\:-left-48 {
    left: -12rem !important;
  }

  .desktop\:-left-52 {
    left: -13rem !important;
  }

  .desktop\:-left-56 {
    left: -14rem !important;
  }

  .desktop\:-left-60 {
    left: -15rem !important;
  }

  .desktop\:-left-64 {
    left: -16rem !important;
  }

  .desktop\:-left-72 {
    left: -18rem !important;
  }

  .desktop\:-left-80 {
    left: -20rem !important;
  }

  .desktop\:-left-96 {
    left: -24rem !important;
  }

  .desktop\:-left-px {
    left: -1px !important;
  }

  .desktop\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .desktop\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .desktop\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .desktop\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .desktop\:left-1\/2 {
    left: 50% !important;
  }

  .desktop\:left-1\/3 {
    left: 33.333333% !important;
  }

  .desktop\:left-2\/3 {
    left: 66.666667% !important;
  }

  .desktop\:left-1\/4 {
    left: 25% !important;
  }

  .desktop\:left-2\/4 {
    left: 50% !important;
  }

  .desktop\:left-3\/4 {
    left: 75% !important;
  }

  .desktop\:left-full {
    left: 100% !important;
  }

  .desktop\:-left-1\/2 {
    left: -50% !important;
  }

  .desktop\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .desktop\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .desktop\:-left-1\/4 {
    left: -25% !important;
  }

  .desktop\:-left-2\/4 {
    left: -50% !important;
  }

  .desktop\:-left-3\/4 {
    left: -75% !important;
  }

  .desktop\:-left-full {
    left: -100% !important;
  }

  .desktop\:isolate {
    isolation: isolate !important;
  }

  .desktop\:isolation-auto {
    isolation: auto !important;
  }

  .desktop\:z-0 {
    z-index: 0 !important;
  }

  .desktop\:z-10 {
    z-index: 10 !important;
  }

  .desktop\:z-20 {
    z-index: 20 !important;
  }

  .desktop\:z-30 {
    z-index: 30 !important;
  }

  .desktop\:z-40 {
    z-index: 40 !important;
  }

  .desktop\:z-50 {
    z-index: 50 !important;
  }

  .desktop\:z-auto {
    z-index: auto !important;
  }

  .desktop\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .desktop\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .desktop\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .desktop\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .desktop\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .desktop\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .desktop\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .desktop\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .desktop\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .desktop\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .desktop\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .desktop\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .desktop\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .desktop\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .desktop\:order-1 {
    order: 1 !important;
  }

  .desktop\:order-2 {
    order: 2 !important;
  }

  .desktop\:order-3 {
    order: 3 !important;
  }

  .desktop\:order-4 {
    order: 4 !important;
  }

  .desktop\:order-5 {
    order: 5 !important;
  }

  .desktop\:order-6 {
    order: 6 !important;
  }

  .desktop\:order-7 {
    order: 7 !important;
  }

  .desktop\:order-8 {
    order: 8 !important;
  }

  .desktop\:order-9 {
    order: 9 !important;
  }

  .desktop\:order-10 {
    order: 10 !important;
  }

  .desktop\:order-11 {
    order: 11 !important;
  }

  .desktop\:order-12 {
    order: 12 !important;
  }

  .desktop\:order-first {
    order: -9999 !important;
  }

  .desktop\:order-last {
    order: 9999 !important;
  }

  .desktop\:order-none {
    order: 0 !important;
  }

  .desktop\:col-auto {
    grid-column: auto !important;
  }

  .desktop\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .desktop\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .desktop\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .desktop\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .desktop\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .desktop\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .desktop\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .desktop\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .desktop\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .desktop\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .desktop\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .desktop\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .desktop\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .desktop\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .desktop\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .desktop\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .desktop\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .desktop\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .desktop\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .desktop\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .desktop\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .desktop\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .desktop\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .desktop\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .desktop\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .desktop\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .desktop\:col-start-auto {
    grid-column-start: auto !important;
  }

  .desktop\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .desktop\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .desktop\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .desktop\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .desktop\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .desktop\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .desktop\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .desktop\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .desktop\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .desktop\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .desktop\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .desktop\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .desktop\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .desktop\:col-end-auto {
    grid-column-end: auto !important;
  }

  .desktop\:row-auto {
    grid-row: auto !important;
  }

  .desktop\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .desktop\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .desktop\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .desktop\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .desktop\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .desktop\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .desktop\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .desktop\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .desktop\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .desktop\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .desktop\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .desktop\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .desktop\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .desktop\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .desktop\:row-start-auto {
    grid-row-start: auto !important;
  }

  .desktop\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .desktop\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .desktop\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .desktop\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .desktop\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .desktop\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .desktop\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .desktop\:row-end-auto {
    grid-row-end: auto !important;
  }

  .desktop\:float-right {
    float: right !important;
  }

  .desktop\:float-left {
    float: left !important;
  }

  .desktop\:float-none {
    float: none !important;
  }

  .desktop\:clear-left {
    clear: left !important;
  }

  .desktop\:clear-right {
    clear: right !important;
  }

  .desktop\:clear-both {
    clear: both !important;
  }

  .desktop\:clear-none {
    clear: none !important;
  }

  .desktop\:m-0 {
    margin: 0px !important;
  }

  .desktop\:m-1 {
    margin: 0.25rem !important;
  }

  .desktop\:m-2 {
    margin: 0.5rem !important;
  }

  .desktop\:m-3 {
    margin: 0.75rem !important;
  }

  .desktop\:m-4 {
    margin: 1rem !important;
  }

  .desktop\:m-5 {
    margin: 1.25rem !important;
  }

  .desktop\:m-6 {
    margin: 1.5rem !important;
  }

  .desktop\:m-7 {
    margin: 1.75rem !important;
  }

  .desktop\:m-8 {
    margin: 2rem !important;
  }

  .desktop\:m-9 {
    margin: 2.25rem !important;
  }

  .desktop\:m-10 {
    margin: 2.5rem !important;
  }

  .desktop\:m-11 {
    margin: 2.75rem !important;
  }

  .desktop\:m-12 {
    margin: 3rem !important;
  }

  .desktop\:m-14 {
    margin: 3.5rem !important;
  }

  .desktop\:m-16 {
    margin: 4rem !important;
  }

  .desktop\:m-20 {
    margin: 5rem !important;
  }

  .desktop\:m-24 {
    margin: 6rem !important;
  }

  .desktop\:m-28 {
    margin: 7rem !important;
  }

  .desktop\:m-32 {
    margin: 8rem !important;
  }

  .desktop\:m-36 {
    margin: 9rem !important;
  }

  .desktop\:m-40 {
    margin: 10rem !important;
  }

  .desktop\:m-44 {
    margin: 11rem !important;
  }

  .desktop\:m-48 {
    margin: 12rem !important;
  }

  .desktop\:m-52 {
    margin: 13rem !important;
  }

  .desktop\:m-56 {
    margin: 14rem !important;
  }

  .desktop\:m-60 {
    margin: 15rem !important;
  }

  .desktop\:m-64 {
    margin: 16rem !important;
  }

  .desktop\:m-72 {
    margin: 18rem !important;
  }

  .desktop\:m-80 {
    margin: 20rem !important;
  }

  .desktop\:m-96 {
    margin: 24rem !important;
  }

  .desktop\:m-auto {
    margin: auto !important;
  }

  .desktop\:m-px {
    margin: 1px !important;
  }

  .desktop\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .desktop\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .desktop\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .desktop\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .desktop\:-m-0 {
    margin: 0px !important;
  }

  .desktop\:-m-1 {
    margin: -0.25rem !important;
  }

  .desktop\:-m-2 {
    margin: -0.5rem !important;
  }

  .desktop\:-m-3 {
    margin: -0.75rem !important;
  }

  .desktop\:-m-4 {
    margin: -1rem !important;
  }

  .desktop\:-m-5 {
    margin: -1.25rem !important;
  }

  .desktop\:-m-6 {
    margin: -1.5rem !important;
  }

  .desktop\:-m-7 {
    margin: -1.75rem !important;
  }

  .desktop\:-m-8 {
    margin: -2rem !important;
  }

  .desktop\:-m-9 {
    margin: -2.25rem !important;
  }

  .desktop\:-m-10 {
    margin: -2.5rem !important;
  }

  .desktop\:-m-11 {
    margin: -2.75rem !important;
  }

  .desktop\:-m-12 {
    margin: -3rem !important;
  }

  .desktop\:-m-14 {
    margin: -3.5rem !important;
  }

  .desktop\:-m-16 {
    margin: -4rem !important;
  }

  .desktop\:-m-20 {
    margin: -5rem !important;
  }

  .desktop\:-m-24 {
    margin: -6rem !important;
  }

  .desktop\:-m-28 {
    margin: -7rem !important;
  }

  .desktop\:-m-32 {
    margin: -8rem !important;
  }

  .desktop\:-m-36 {
    margin: -9rem !important;
  }

  .desktop\:-m-40 {
    margin: -10rem !important;
  }

  .desktop\:-m-44 {
    margin: -11rem !important;
  }

  .desktop\:-m-48 {
    margin: -12rem !important;
  }

  .desktop\:-m-52 {
    margin: -13rem !important;
  }

  .desktop\:-m-56 {
    margin: -14rem !important;
  }

  .desktop\:-m-60 {
    margin: -15rem !important;
  }

  .desktop\:-m-64 {
    margin: -16rem !important;
  }

  .desktop\:-m-72 {
    margin: -18rem !important;
  }

  .desktop\:-m-80 {
    margin: -20rem !important;
  }

  .desktop\:-m-96 {
    margin: -24rem !important;
  }

  .desktop\:-m-px {
    margin: -1px !important;
  }

  .desktop\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .desktop\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .desktop\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .desktop\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .desktop\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .desktop\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .desktop\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .desktop\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .desktop\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .desktop\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .desktop\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .desktop\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .desktop\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .desktop\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .desktop\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .desktop\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .desktop\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .desktop\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .desktop\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .desktop\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .desktop\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .desktop\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .desktop\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .desktop\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .desktop\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .desktop\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .desktop\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .desktop\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .desktop\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .desktop\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .desktop\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .desktop\:mx-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }

  .desktop\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .desktop\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .desktop\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .desktop\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .desktop\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .desktop\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .desktop\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .desktop\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .desktop\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .desktop\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .desktop\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .desktop\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .desktop\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .desktop\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .desktop\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .desktop\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .desktop\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .desktop\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .desktop\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .desktop\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .desktop\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .desktop\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .desktop\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .desktop\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .desktop\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .desktop\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .desktop\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .desktop\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .desktop\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .desktop\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .desktop\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .desktop\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .desktop\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .desktop\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .desktop\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .desktop\:-mx-72 {
    margin-left: -18rem !important;
    margin-right: -18rem !important;
  }

  .desktop\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .desktop\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .desktop\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .desktop\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .desktop\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .desktop\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .desktop\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .desktop\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .desktop\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .desktop\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .desktop\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .desktop\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .desktop\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .desktop\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .desktop\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .desktop\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .desktop\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .desktop\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .desktop\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .desktop\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .desktop\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .desktop\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .desktop\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .desktop\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .desktop\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .desktop\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .desktop\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .desktop\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .desktop\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .desktop\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .desktop\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .desktop\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .desktop\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .desktop\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .desktop\:my-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }

  .desktop\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .desktop\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .desktop\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .desktop\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .desktop\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .desktop\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .desktop\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .desktop\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .desktop\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .desktop\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .desktop\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .desktop\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .desktop\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .desktop\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .desktop\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .desktop\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .desktop\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .desktop\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .desktop\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .desktop\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .desktop\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .desktop\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .desktop\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .desktop\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .desktop\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .desktop\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .desktop\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .desktop\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .desktop\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .desktop\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .desktop\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .desktop\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .desktop\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .desktop\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .desktop\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .desktop\:-my-72 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }

  .desktop\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .desktop\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .desktop\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .desktop\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .desktop\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .desktop\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .desktop\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .desktop\:mt-0 {
    margin-top: 0px !important;
  }

  .desktop\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .desktop\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .desktop\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .desktop\:mt-4 {
    margin-top: 1rem !important;
  }

  .desktop\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .desktop\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .desktop\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .desktop\:mt-8 {
    margin-top: 2rem !important;
  }

  .desktop\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .desktop\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .desktop\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .desktop\:mt-12 {
    margin-top: 3rem !important;
  }

  .desktop\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .desktop\:mt-16 {
    margin-top: 4rem !important;
  }

  .desktop\:mt-20 {
    margin-top: 5rem !important;
  }

  .desktop\:mt-24 {
    margin-top: 6rem !important;
  }

  .desktop\:mt-28 {
    margin-top: 7rem !important;
  }

  .desktop\:mt-32 {
    margin-top: 8rem !important;
  }

  .desktop\:mt-36 {
    margin-top: 9rem !important;
  }

  .desktop\:mt-40 {
    margin-top: 10rem !important;
  }

  .desktop\:mt-44 {
    margin-top: 11rem !important;
  }

  .desktop\:mt-48 {
    margin-top: 12rem !important;
  }

  .desktop\:mt-52 {
    margin-top: 13rem !important;
  }

  .desktop\:mt-56 {
    margin-top: 14rem !important;
  }

  .desktop\:mt-60 {
    margin-top: 15rem !important;
  }

  .desktop\:mt-64 {
    margin-top: 16rem !important;
  }

  .desktop\:mt-72 {
    margin-top: 18rem !important;
  }

  .desktop\:mt-80 {
    margin-top: 20rem !important;
  }

  .desktop\:mt-96 {
    margin-top: 24rem !important;
  }

  .desktop\:mt-auto {
    margin-top: auto !important;
  }

  .desktop\:mt-px {
    margin-top: 1px !important;
  }

  .desktop\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .desktop\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .desktop\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .desktop\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .desktop\:-mt-0 {
    margin-top: 0px !important;
  }

  .desktop\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .desktop\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .desktop\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .desktop\:-mt-4 {
    margin-top: -1rem !important;
  }

  .desktop\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .desktop\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .desktop\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .desktop\:-mt-8 {
    margin-top: -2rem !important;
  }

  .desktop\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .desktop\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .desktop\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .desktop\:-mt-12 {
    margin-top: -3rem !important;
  }

  .desktop\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .desktop\:-mt-16 {
    margin-top: -4rem !important;
  }

  .desktop\:-mt-20 {
    margin-top: -5rem !important;
  }

  .desktop\:-mt-24 {
    margin-top: -6rem !important;
  }

  .desktop\:-mt-28 {
    margin-top: -7rem !important;
  }

  .desktop\:-mt-32 {
    margin-top: -8rem !important;
  }

  .desktop\:-mt-36 {
    margin-top: -9rem !important;
  }

  .desktop\:-mt-40 {
    margin-top: -10rem !important;
  }

  .desktop\:-mt-44 {
    margin-top: -11rem !important;
  }

  .desktop\:-mt-48 {
    margin-top: -12rem !important;
  }

  .desktop\:-mt-52 {
    margin-top: -13rem !important;
  }

  .desktop\:-mt-56 {
    margin-top: -14rem !important;
  }

  .desktop\:-mt-60 {
    margin-top: -15rem !important;
  }

  .desktop\:-mt-64 {
    margin-top: -16rem !important;
  }

  .desktop\:-mt-72 {
    margin-top: -18rem !important;
  }

  .desktop\:-mt-80 {
    margin-top: -20rem !important;
  }

  .desktop\:-mt-96 {
    margin-top: -24rem !important;
  }

  .desktop\:-mt-px {
    margin-top: -1px !important;
  }

  .desktop\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .desktop\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .desktop\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .desktop\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .desktop\:mr-0 {
    margin-right: 0px !important;
  }

  .desktop\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .desktop\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .desktop\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .desktop\:mr-4 {
    margin-right: 1rem !important;
  }

  .desktop\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .desktop\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .desktop\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .desktop\:mr-8 {
    margin-right: 2rem !important;
  }

  .desktop\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .desktop\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .desktop\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .desktop\:mr-12 {
    margin-right: 3rem !important;
  }

  .desktop\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .desktop\:mr-16 {
    margin-right: 4rem !important;
  }

  .desktop\:mr-20 {
    margin-right: 5rem !important;
  }

  .desktop\:mr-24 {
    margin-right: 6rem !important;
  }

  .desktop\:mr-28 {
    margin-right: 7rem !important;
  }

  .desktop\:mr-32 {
    margin-right: 8rem !important;
  }

  .desktop\:mr-36 {
    margin-right: 9rem !important;
  }

  .desktop\:mr-40 {
    margin-right: 10rem !important;
  }

  .desktop\:mr-44 {
    margin-right: 11rem !important;
  }

  .desktop\:mr-48 {
    margin-right: 12rem !important;
  }

  .desktop\:mr-52 {
    margin-right: 13rem !important;
  }

  .desktop\:mr-56 {
    margin-right: 14rem !important;
  }

  .desktop\:mr-60 {
    margin-right: 15rem !important;
  }

  .desktop\:mr-64 {
    margin-right: 16rem !important;
  }

  .desktop\:mr-72 {
    margin-right: 18rem !important;
  }

  .desktop\:mr-80 {
    margin-right: 20rem !important;
  }

  .desktop\:mr-96 {
    margin-right: 24rem !important;
  }

  .desktop\:mr-auto {
    margin-right: auto !important;
  }

  .desktop\:mr-px {
    margin-right: 1px !important;
  }

  .desktop\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .desktop\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .desktop\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .desktop\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .desktop\:-mr-0 {
    margin-right: 0px !important;
  }

  .desktop\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .desktop\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .desktop\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .desktop\:-mr-4 {
    margin-right: -1rem !important;
  }

  .desktop\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .desktop\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .desktop\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .desktop\:-mr-8 {
    margin-right: -2rem !important;
  }

  .desktop\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .desktop\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .desktop\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .desktop\:-mr-12 {
    margin-right: -3rem !important;
  }

  .desktop\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .desktop\:-mr-16 {
    margin-right: -4rem !important;
  }

  .desktop\:-mr-20 {
    margin-right: -5rem !important;
  }

  .desktop\:-mr-24 {
    margin-right: -6rem !important;
  }

  .desktop\:-mr-28 {
    margin-right: -7rem !important;
  }

  .desktop\:-mr-32 {
    margin-right: -8rem !important;
  }

  .desktop\:-mr-36 {
    margin-right: -9rem !important;
  }

  .desktop\:-mr-40 {
    margin-right: -10rem !important;
  }

  .desktop\:-mr-44 {
    margin-right: -11rem !important;
  }

  .desktop\:-mr-48 {
    margin-right: -12rem !important;
  }

  .desktop\:-mr-52 {
    margin-right: -13rem !important;
  }

  .desktop\:-mr-56 {
    margin-right: -14rem !important;
  }

  .desktop\:-mr-60 {
    margin-right: -15rem !important;
  }

  .desktop\:-mr-64 {
    margin-right: -16rem !important;
  }

  .desktop\:-mr-72 {
    margin-right: -18rem !important;
  }

  .desktop\:-mr-80 {
    margin-right: -20rem !important;
  }

  .desktop\:-mr-96 {
    margin-right: -24rem !important;
  }

  .desktop\:-mr-px {
    margin-right: -1px !important;
  }

  .desktop\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .desktop\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .desktop\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .desktop\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .desktop\:mb-0 {
    margin-bottom: 0px !important;
  }

  .desktop\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .desktop\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .desktop\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .desktop\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .desktop\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .desktop\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .desktop\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .desktop\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .desktop\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .desktop\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .desktop\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .desktop\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .desktop\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .desktop\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .desktop\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .desktop\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .desktop\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .desktop\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .desktop\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .desktop\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .desktop\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .desktop\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .desktop\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .desktop\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .desktop\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .desktop\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .desktop\:mb-72 {
    margin-bottom: 18rem !important;
  }

  .desktop\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .desktop\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .desktop\:mb-auto {
    margin-bottom: auto !important;
  }

  .desktop\:mb-px {
    margin-bottom: 1px !important;
  }

  .desktop\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .desktop\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .desktop\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .desktop\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .desktop\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .desktop\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .desktop\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .desktop\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .desktop\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .desktop\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .desktop\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .desktop\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .desktop\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .desktop\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .desktop\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .desktop\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .desktop\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .desktop\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .desktop\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .desktop\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .desktop\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .desktop\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .desktop\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .desktop\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .desktop\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .desktop\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .desktop\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .desktop\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .desktop\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .desktop\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .desktop\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .desktop\:-mb-72 {
    margin-bottom: -18rem !important;
  }

  .desktop\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .desktop\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .desktop\:-mb-px {
    margin-bottom: -1px !important;
  }

  .desktop\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .desktop\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .desktop\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .desktop\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .desktop\:ml-0 {
    margin-left: 0px !important;
  }

  .desktop\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .desktop\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .desktop\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .desktop\:ml-4 {
    margin-left: 1rem !important;
  }

  .desktop\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .desktop\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .desktop\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .desktop\:ml-8 {
    margin-left: 2rem !important;
  }

  .desktop\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .desktop\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .desktop\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .desktop\:ml-12 {
    margin-left: 3rem !important;
  }

  .desktop\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .desktop\:ml-16 {
    margin-left: 4rem !important;
  }

  .desktop\:ml-20 {
    margin-left: 5rem !important;
  }

  .desktop\:ml-24 {
    margin-left: 6rem !important;
  }

  .desktop\:ml-28 {
    margin-left: 7rem !important;
  }

  .desktop\:ml-32 {
    margin-left: 8rem !important;
  }

  .desktop\:ml-36 {
    margin-left: 9rem !important;
  }

  .desktop\:ml-40 {
    margin-left: 10rem !important;
  }

  .desktop\:ml-44 {
    margin-left: 11rem !important;
  }

  .desktop\:ml-48 {
    margin-left: 12rem !important;
  }

  .desktop\:ml-52 {
    margin-left: 13rem !important;
  }

  .desktop\:ml-56 {
    margin-left: 14rem !important;
  }

  .desktop\:ml-60 {
    margin-left: 15rem !important;
  }

  .desktop\:ml-64 {
    margin-left: 16rem !important;
  }

  .desktop\:ml-72 {
    margin-left: 18rem !important;
  }

  .desktop\:ml-80 {
    margin-left: 20rem !important;
  }

  .desktop\:ml-96 {
    margin-left: 24rem !important;
  }

  .desktop\:ml-auto {
    margin-left: auto !important;
  }

  .desktop\:ml-px {
    margin-left: 1px !important;
  }

  .desktop\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .desktop\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .desktop\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .desktop\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .desktop\:-ml-0 {
    margin-left: 0px !important;
  }

  .desktop\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .desktop\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .desktop\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .desktop\:-ml-4 {
    margin-left: -1rem !important;
  }

  .desktop\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .desktop\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .desktop\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .desktop\:-ml-8 {
    margin-left: -2rem !important;
  }

  .desktop\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .desktop\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .desktop\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .desktop\:-ml-12 {
    margin-left: -3rem !important;
  }

  .desktop\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .desktop\:-ml-16 {
    margin-left: -4rem !important;
  }

  .desktop\:-ml-20 {
    margin-left: -5rem !important;
  }

  .desktop\:-ml-24 {
    margin-left: -6rem !important;
  }

  .desktop\:-ml-28 {
    margin-left: -7rem !important;
  }

  .desktop\:-ml-32 {
    margin-left: -8rem !important;
  }

  .desktop\:-ml-36 {
    margin-left: -9rem !important;
  }

  .desktop\:-ml-40 {
    margin-left: -10rem !important;
  }

  .desktop\:-ml-44 {
    margin-left: -11rem !important;
  }

  .desktop\:-ml-48 {
    margin-left: -12rem !important;
  }

  .desktop\:-ml-52 {
    margin-left: -13rem !important;
  }

  .desktop\:-ml-56 {
    margin-left: -14rem !important;
  }

  .desktop\:-ml-60 {
    margin-left: -15rem !important;
  }

  .desktop\:-ml-64 {
    margin-left: -16rem !important;
  }

  .desktop\:-ml-72 {
    margin-left: -18rem !important;
  }

  .desktop\:-ml-80 {
    margin-left: -20rem !important;
  }

  .desktop\:-ml-96 {
    margin-left: -24rem !important;
  }

  .desktop\:-ml-px {
    margin-left: -1px !important;
  }

  .desktop\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .desktop\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .desktop\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .desktop\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .desktop\:box-border {
    box-sizing: border-box !important;
  }

  .desktop\:box-content {
    box-sizing: content-box !important;
  }

  .desktop\:block {
    display: block !important;
  }

  .desktop\:inline-block {
    display: inline-block !important;
  }

  .desktop\:inline {
    display: inline !important;
  }

  .desktop\:flex {
    display: flex !important;
  }

  .desktop\:inline-flex {
    display: inline-flex !important;
  }

  .desktop\:table {
    display: table !important;
  }

  .desktop\:inline-table {
    display: inline-table !important;
  }

  .desktop\:table-caption {
    display: table-caption !important;
  }

  .desktop\:table-cell {
    display: table-cell !important;
  }

  .desktop\:table-column {
    display: table-column !important;
  }

  .desktop\:table-column-group {
    display: table-column-group !important;
  }

  .desktop\:table-footer-group {
    display: table-footer-group !important;
  }

  .desktop\:table-header-group {
    display: table-header-group !important;
  }

  .desktop\:table-row-group {
    display: table-row-group !important;
  }

  .desktop\:table-row {
    display: table-row !important;
  }

  .desktop\:flow-root {
    display: flow-root !important;
  }

  .desktop\:grid {
    display: grid !important;
  }

  .desktop\:inline-grid {
    display: inline-grid !important;
  }

  .desktop\:contents {
    display: contents !important;
  }

  .desktop\:list-item {
    display: list-item !important;
  }

  .desktop\:hidden {
    display: none !important;
  }

  .desktop\:h-0 {
    height: 0px !important;
  }

  .desktop\:h-1 {
    height: 0.25rem !important;
  }

  .desktop\:h-2 {
    height: 0.5rem !important;
  }

  .desktop\:h-3 {
    height: 0.75rem !important;
  }

  .desktop\:h-4 {
    height: 1rem !important;
  }

  .desktop\:h-5 {
    height: 1.25rem !important;
  }

  .desktop\:h-6 {
    height: 1.5rem !important;
  }

  .desktop\:h-7 {
    height: 1.75rem !important;
  }

  .desktop\:h-8 {
    height: 2rem !important;
  }

  .desktop\:h-9 {
    height: 2.25rem !important;
  }

  .desktop\:h-10 {
    height: 2.5rem !important;
  }

  .desktop\:h-11 {
    height: 2.75rem !important;
  }

  .desktop\:h-12 {
    height: 3rem !important;
  }

  .desktop\:h-14 {
    height: 3.5rem !important;
  }

  .desktop\:h-16 {
    height: 4rem !important;
  }

  .desktop\:h-20 {
    height: 5rem !important;
  }

  .desktop\:h-24 {
    height: 6rem !important;
  }

  .desktop\:h-28 {
    height: 7rem !important;
  }

  .desktop\:h-32 {
    height: 8rem !important;
  }

  .desktop\:h-36 {
    height: 9rem !important;
  }

  .desktop\:h-40 {
    height: 10rem !important;
  }

  .desktop\:h-44 {
    height: 11rem !important;
  }

  .desktop\:h-48 {
    height: 12rem !important;
  }

  .desktop\:h-52 {
    height: 13rem !important;
  }

  .desktop\:h-56 {
    height: 14rem !important;
  }

  .desktop\:h-60 {
    height: 15rem !important;
  }

  .desktop\:h-64 {
    height: 16rem !important;
  }

  .desktop\:h-72 {
    height: 18rem !important;
  }

  .desktop\:h-80 {
    height: 20rem !important;
  }

  .desktop\:h-96 {
    height: 24rem !important;
  }

  .desktop\:h-auto {
    height: auto !important;
  }

  .desktop\:h-px {
    height: 1px !important;
  }

  .desktop\:h-0\.5 {
    height: 0.125rem !important;
  }

  .desktop\:h-1\.5 {
    height: 0.375rem !important;
  }

  .desktop\:h-2\.5 {
    height: 0.625rem !important;
  }

  .desktop\:h-3\.5 {
    height: 0.875rem !important;
  }

  .desktop\:h-1\/2 {
    height: 50% !important;
  }

  .desktop\:h-1\/3 {
    height: 33.333333% !important;
  }

  .desktop\:h-2\/3 {
    height: 66.666667% !important;
  }

  .desktop\:h-1\/4 {
    height: 25% !important;
  }

  .desktop\:h-2\/4 {
    height: 50% !important;
  }

  .desktop\:h-3\/4 {
    height: 75% !important;
  }

  .desktop\:h-1\/5 {
    height: 20% !important;
  }

  .desktop\:h-2\/5 {
    height: 40% !important;
  }

  .desktop\:h-3\/5 {
    height: 60% !important;
  }

  .desktop\:h-4\/5 {
    height: 80% !important;
  }

  .desktop\:h-1\/6 {
    height: 16.666667% !important;
  }

  .desktop\:h-2\/6 {
    height: 33.333333% !important;
  }

  .desktop\:h-3\/6 {
    height: 50% !important;
  }

  .desktop\:h-4\/6 {
    height: 66.666667% !important;
  }

  .desktop\:h-5\/6 {
    height: 83.333333% !important;
  }

  .desktop\:h-full {
    height: 100% !important;
  }

  .desktop\:h-screen {
    height: 100vh !important;
  }

  .desktop\:max-h-0 {
    max-height: 0px !important;
  }

  .desktop\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .desktop\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .desktop\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .desktop\:max-h-4 {
    max-height: 1rem !important;
  }

  .desktop\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .desktop\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .desktop\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .desktop\:max-h-8 {
    max-height: 2rem !important;
  }

  .desktop\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .desktop\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .desktop\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .desktop\:max-h-12 {
    max-height: 3rem !important;
  }

  .desktop\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .desktop\:max-h-16 {
    max-height: 4rem !important;
  }

  .desktop\:max-h-20 {
    max-height: 5rem !important;
  }

  .desktop\:max-h-24 {
    max-height: 6rem !important;
  }

  .desktop\:max-h-28 {
    max-height: 7rem !important;
  }

  .desktop\:max-h-32 {
    max-height: 8rem !important;
  }

  .desktop\:max-h-36 {
    max-height: 9rem !important;
  }

  .desktop\:max-h-40 {
    max-height: 10rem !important;
  }

  .desktop\:max-h-44 {
    max-height: 11rem !important;
  }

  .desktop\:max-h-48 {
    max-height: 12rem !important;
  }

  .desktop\:max-h-52 {
    max-height: 13rem !important;
  }

  .desktop\:max-h-56 {
    max-height: 14rem !important;
  }

  .desktop\:max-h-60 {
    max-height: 15rem !important;
  }

  .desktop\:max-h-64 {
    max-height: 16rem !important;
  }

  .desktop\:max-h-72 {
    max-height: 18rem !important;
  }

  .desktop\:max-h-80 {
    max-height: 20rem !important;
  }

  .desktop\:max-h-96 {
    max-height: 24rem !important;
  }

  .desktop\:max-h-px {
    max-height: 1px !important;
  }

  .desktop\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .desktop\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .desktop\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .desktop\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .desktop\:max-h-full {
    max-height: 100% !important;
  }

  .desktop\:max-h-screen {
    max-height: 100vh !important;
  }

  .desktop\:min-h-0 {
    min-height: 0px !important;
  }

  .desktop\:min-h-full {
    min-height: 100% !important;
  }

  .desktop\:min-h-screen {
    min-height: 100vh !important;
  }

  .desktop\:w-0 {
    width: 0px !important;
  }

  .desktop\:w-1 {
    width: 0.25rem !important;
  }

  .desktop\:w-2 {
    width: 0.5rem !important;
  }

  .desktop\:w-3 {
    width: 0.75rem !important;
  }

  .desktop\:w-4 {
    width: 1rem !important;
  }

  .desktop\:w-5 {
    width: 1.25rem !important;
  }

  .desktop\:w-6 {
    width: 1.5rem !important;
  }

  .desktop\:w-7 {
    width: 1.75rem !important;
  }

  .desktop\:w-8 {
    width: 2rem !important;
  }

  .desktop\:w-9 {
    width: 2.25rem !important;
  }

  .desktop\:w-10 {
    width: 2.5rem !important;
  }

  .desktop\:w-11 {
    width: 2.75rem !important;
  }

  .desktop\:w-12 {
    width: 3rem !important;
  }

  .desktop\:w-14 {
    width: 3.5rem !important;
  }

  .desktop\:w-16 {
    width: 4rem !important;
  }

  .desktop\:w-20 {
    width: 5rem !important;
  }

  .desktop\:w-24 {
    width: 6rem !important;
  }

  .desktop\:w-28 {
    width: 7rem !important;
  }

  .desktop\:w-32 {
    width: 8rem !important;
  }

  .desktop\:w-36 {
    width: 9rem !important;
  }

  .desktop\:w-40 {
    width: 10rem !important;
  }

  .desktop\:w-44 {
    width: 11rem !important;
  }

  .desktop\:w-48 {
    width: 12rem !important;
  }

  .desktop\:w-52 {
    width: 13rem !important;
  }

  .desktop\:w-56 {
    width: 14rem !important;
  }

  .desktop\:w-60 {
    width: 15rem !important;
  }

  .desktop\:w-64 {
    width: 16rem !important;
  }

  .desktop\:w-72 {
    width: 18rem !important;
  }

  .desktop\:w-80 {
    width: 20rem !important;
  }

  .desktop\:w-96 {
    width: 24rem !important;
  }

  .desktop\:w-auto {
    width: auto !important;
  }

  .desktop\:w-px {
    width: 1px !important;
  }

  .desktop\:w-0\.5 {
    width: 0.125rem !important;
  }

  .desktop\:w-1\.5 {
    width: 0.375rem !important;
  }

  .desktop\:w-2\.5 {
    width: 0.625rem !important;
  }

  .desktop\:w-3\.5 {
    width: 0.875rem !important;
  }

  .desktop\:w-1\/2 {
    width: 50% !important;
  }

  .desktop\:w-1\/3 {
    width: 33.333333% !important;
  }

  .desktop\:w-2\/3 {
    width: 66.666667% !important;
  }

  .desktop\:w-1\/4 {
    width: 25% !important;
  }

  .desktop\:w-2\/4 {
    width: 50% !important;
  }

  .desktop\:w-3\/4 {
    width: 75% !important;
  }

  .desktop\:w-1\/5 {
    width: 20% !important;
  }

  .desktop\:w-2\/5 {
    width: 40% !important;
  }

  .desktop\:w-3\/5 {
    width: 60% !important;
  }

  .desktop\:w-4\/5 {
    width: 80% !important;
  }

  .desktop\:w-1\/6 {
    width: 16.666667% !important;
  }

  .desktop\:w-2\/6 {
    width: 33.333333% !important;
  }

  .desktop\:w-3\/6 {
    width: 50% !important;
  }

  .desktop\:w-4\/6 {
    width: 66.666667% !important;
  }

  .desktop\:w-5\/6 {
    width: 83.333333% !important;
  }

  .desktop\:w-1\/12 {
    width: 8.333333% !important;
  }

  .desktop\:w-2\/12 {
    width: 16.666667% !important;
  }

  .desktop\:w-3\/12 {
    width: 25% !important;
  }

  .desktop\:w-4\/12 {
    width: 33.333333% !important;
  }

  .desktop\:w-5\/12 {
    width: 41.666667% !important;
  }

  .desktop\:w-6\/12 {
    width: 50% !important;
  }

  .desktop\:w-7\/12 {
    width: 58.333333% !important;
  }

  .desktop\:w-8\/12 {
    width: 66.666667% !important;
  }

  .desktop\:w-9\/12 {
    width: 75% !important;
  }

  .desktop\:w-10\/12 {
    width: 83.333333% !important;
  }

  .desktop\:w-11\/12 {
    width: 91.666667% !important;
  }

  .desktop\:w-full {
    width: 100% !important;
  }

  .desktop\:w-screen {
    width: 100vw !important;
  }

  .desktop\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .desktop\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .desktop\:min-w-0 {
    min-width: 0px !important;
  }

  .desktop\:min-w-full {
    min-width: 100% !important;
  }

  .desktop\:min-w-min {
    min-width: -webkit-min-content !important;
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .desktop\:min-w-max {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .desktop\:max-w-0 {
    max-width: 0rem !important;
  }

  .desktop\:max-w-none {
    max-width: none !important;
  }

  .desktop\:max-w-xs {
    max-width: 20rem !important;
  }

  .desktop\:max-w-sm {
    max-width: 24rem !important;
  }

  .desktop\:max-w-md {
    max-width: 28rem !important;
  }

  .desktop\:max-w-lg {
    max-width: 32rem !important;
  }

  .desktop\:max-w-xl {
    max-width: 36rem !important;
  }

  .desktop\:max-w-2xl {
    max-width: 42rem !important;
  }

  .desktop\:max-w-3xl {
    max-width: 48rem !important;
  }

  .desktop\:max-w-4xl {
    max-width: 56rem !important;
  }

  .desktop\:max-w-5xl {
    max-width: 64rem !important;
  }

  .desktop\:max-w-6xl {
    max-width: 72rem !important;
  }

  .desktop\:max-w-7xl {
    max-width: 80rem !important;
  }

  .desktop\:max-w-full {
    max-width: 100% !important;
  }

  .desktop\:max-w-min {
    max-width: -webkit-min-content !important;
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .desktop\:max-w-max {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .desktop\:max-w-prose {
    max-width: 65ch !important;
  }

  .desktop\:max-w-screen-tablet {
    max-width: 640px !important;
  }

  .desktop\:max-w-screen-laptop {
    max-width: 1024px !important;
  }

  .desktop\:max-w-screen-desktop {
    max-width: 1280px !important;
  }

  .desktop\:flex-1 {
    flex: 1 1 0% !important;
  }

  .desktop\:flex-auto {
    flex: 1 1 auto !important;
  }

  .desktop\:flex-initial {
    flex: 0 1 auto !important;
  }

  .desktop\:flex-none {
    flex: none !important;
  }

  .desktop\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .desktop\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .desktop\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .desktop\:flex-grow {
    flex-grow: 1 !important;
  }

  .desktop\:table-auto {
    table-layout: auto !important;
  }

  .desktop\:table-fixed {
    table-layout: fixed !important;
  }

  .desktop\:border-collapse {
    border-collapse: collapse !important;
  }

  .desktop\:border-separate {
    border-collapse: separate !important;
  }

  .desktop\:origin-center {
    transform-origin: center !important;
  }

  .desktop\:origin-top {
    transform-origin: top !important;
  }

  .desktop\:origin-top-right {
    transform-origin: top right !important;
  }

  .desktop\:origin-right {
    transform-origin: right !important;
  }

  .desktop\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .desktop\:origin-bottom {
    transform-origin: bottom !important;
  }

  .desktop\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .desktop\:origin-left {
    transform-origin: left !important;
  }

  .desktop\:origin-top-left {
    transform-origin: top left !important;
  }

  .desktop\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .desktop\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .desktop\:transform-none {
    transform: none !important;
  }

  .desktop\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .desktop\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .desktop\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .desktop\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .desktop\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .desktop\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .desktop\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .desktop\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .desktop\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .desktop\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .desktop\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .desktop\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .desktop\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .desktop\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .desktop\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .desktop\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .desktop\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .desktop\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .desktop\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .desktop\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .desktop\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .desktop\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .desktop\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .desktop\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .desktop\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .desktop\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .desktop\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .desktop\:translate-x-72 {
    --tw-translate-x: 18rem !important;
  }

  .desktop\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .desktop\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .desktop\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .desktop\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .desktop\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .desktop\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .desktop\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .desktop\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .desktop\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .desktop\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .desktop\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .desktop\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .desktop\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .desktop\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .desktop\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .desktop\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .desktop\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .desktop\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .desktop\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .desktop\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .desktop\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .desktop\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .desktop\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .desktop\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .desktop\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .desktop\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .desktop\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .desktop\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .desktop\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .desktop\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .desktop\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .desktop\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .desktop\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .desktop\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .desktop\:-translate-x-72 {
    --tw-translate-x: -18rem !important;
  }

  .desktop\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .desktop\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .desktop\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .desktop\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .desktop\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .desktop\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .desktop\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .desktop\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .desktop\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .desktop\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .desktop\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .desktop\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .desktop\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .desktop\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .desktop\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .desktop\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .desktop\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .desktop\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .desktop\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .desktop\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .desktop\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .desktop\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .desktop\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .desktop\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .desktop\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .desktop\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .desktop\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .desktop\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .desktop\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .desktop\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .desktop\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .desktop\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .desktop\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .desktop\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .desktop\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .desktop\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .desktop\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .desktop\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .desktop\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .desktop\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .desktop\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .desktop\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .desktop\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .desktop\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .desktop\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .desktop\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .desktop\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .desktop\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .desktop\:translate-y-72 {
    --tw-translate-y: 18rem !important;
  }

  .desktop\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .desktop\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .desktop\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .desktop\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .desktop\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .desktop\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .desktop\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .desktop\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .desktop\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .desktop\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .desktop\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .desktop\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .desktop\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .desktop\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .desktop\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .desktop\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .desktop\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .desktop\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .desktop\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .desktop\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .desktop\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .desktop\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .desktop\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .desktop\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .desktop\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .desktop\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .desktop\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .desktop\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .desktop\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .desktop\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .desktop\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .desktop\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .desktop\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .desktop\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .desktop\:-translate-y-72 {
    --tw-translate-y: -18rem !important;
  }

  .desktop\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .desktop\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .desktop\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .desktop\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .desktop\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .desktop\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .desktop\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .desktop\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .desktop\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .desktop\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .desktop\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .desktop\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .desktop\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .desktop\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .desktop\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .desktop\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .desktop\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .desktop\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .desktop\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .desktop\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .desktop\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .desktop\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .desktop\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .desktop\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .desktop\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .desktop\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .desktop\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .desktop\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .desktop\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .desktop\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .desktop\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .desktop\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .desktop\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .desktop\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .desktop\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .desktop\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .desktop\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .desktop\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .desktop\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .desktop\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .desktop\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .desktop\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .desktop\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .desktop\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .desktop\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .desktop\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .desktop\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .desktop\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .desktop\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem !important;
  }

  .desktop\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .desktop\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .desktop\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .desktop\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .desktop\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .desktop\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .desktop\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .desktop\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .desktop\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .desktop\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .desktop\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .desktop\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .desktop\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .desktop\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .desktop\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .desktop\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .desktop\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .desktop\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .desktop\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .desktop\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .desktop\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .desktop\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .desktop\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .desktop\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .desktop\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .desktop\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .desktop\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .desktop\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .desktop\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .desktop\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .desktop\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .desktop\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .desktop\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .desktop\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .desktop\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem !important;
  }

  .desktop\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .desktop\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .desktop\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .desktop\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .desktop\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .desktop\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .desktop\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .desktop\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .desktop\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .desktop\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .desktop\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .desktop\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .desktop\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .desktop\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .desktop\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .desktop\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .desktop\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .desktop\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .desktop\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .desktop\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .desktop\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .desktop\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .desktop\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .desktop\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .desktop\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .desktop\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .desktop\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .desktop\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .desktop\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .desktop\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .desktop\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .desktop\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .desktop\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .desktop\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .desktop\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .desktop\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .desktop\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .desktop\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .desktop\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .desktop\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .desktop\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .desktop\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .desktop\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .desktop\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .desktop\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .desktop\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .desktop\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .desktop\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .desktop\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem !important;
  }

  .desktop\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .desktop\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .desktop\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .desktop\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .desktop\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .desktop\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .desktop\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .desktop\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .desktop\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .desktop\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .desktop\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .desktop\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .desktop\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .desktop\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .desktop\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .desktop\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .desktop\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .desktop\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .desktop\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .desktop\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .desktop\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .desktop\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .desktop\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .desktop\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .desktop\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .desktop\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .desktop\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .desktop\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .desktop\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .desktop\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .desktop\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .desktop\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .desktop\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .desktop\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .desktop\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem !important;
  }

  .desktop\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .desktop\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .desktop\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .desktop\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .desktop\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .desktop\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .desktop\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .desktop\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .desktop\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .desktop\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .desktop\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .desktop\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .desktop\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .desktop\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .desktop\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .desktop\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .desktop\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .desktop\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .desktop\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .desktop\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .desktop\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .desktop\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .desktop\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .desktop\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .desktop\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .desktop\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .desktop\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .desktop\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .desktop\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .desktop\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .desktop\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .desktop\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .desktop\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .desktop\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .desktop\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .desktop\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .desktop\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .desktop\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .desktop\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .desktop\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .desktop\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .desktop\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .desktop\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .desktop\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .desktop\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .desktop\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .desktop\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .desktop\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .desktop\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem !important;
  }

  .desktop\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .desktop\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .desktop\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .desktop\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .desktop\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .desktop\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .desktop\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .desktop\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .desktop\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .desktop\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .desktop\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .desktop\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .desktop\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .desktop\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .desktop\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .desktop\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .desktop\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .desktop\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .desktop\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .desktop\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .desktop\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .desktop\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .desktop\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .desktop\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .desktop\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .desktop\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .desktop\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .desktop\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .desktop\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .desktop\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .desktop\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .desktop\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .desktop\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .desktop\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .desktop\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem !important;
  }

  .desktop\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .desktop\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .desktop\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .desktop\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .desktop\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .desktop\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .desktop\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .desktop\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .desktop\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .desktop\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .desktop\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .desktop\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .desktop\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .desktop\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .desktop\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .desktop\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .desktop\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .desktop\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .desktop\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .desktop\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .desktop\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .desktop\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .desktop\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .desktop\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .desktop\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .desktop\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .desktop\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .desktop\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .desktop\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .desktop\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .desktop\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .desktop\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .desktop\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .desktop\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .desktop\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .desktop\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .desktop\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .desktop\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .desktop\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .desktop\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .desktop\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .desktop\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .desktop\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .desktop\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .desktop\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .desktop\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .desktop\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .desktop\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .desktop\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem !important;
  }

  .desktop\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .desktop\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .desktop\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .desktop\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .desktop\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .desktop\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .desktop\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .desktop\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .desktop\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .desktop\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .desktop\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .desktop\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .desktop\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .desktop\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .desktop\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .desktop\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .desktop\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .desktop\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .desktop\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .desktop\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .desktop\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .desktop\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .desktop\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .desktop\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .desktop\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .desktop\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .desktop\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .desktop\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .desktop\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .desktop\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .desktop\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .desktop\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .desktop\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .desktop\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .desktop\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem !important;
  }

  .desktop\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .desktop\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .desktop\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .desktop\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .desktop\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .desktop\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .desktop\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .desktop\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .desktop\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .desktop\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .desktop\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .desktop\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .desktop\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .desktop\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .desktop\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .desktop\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .desktop\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .desktop\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .desktop\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .desktop\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .desktop\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .desktop\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .desktop\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .desktop\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .desktop\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .desktop\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .desktop\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .desktop\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .desktop\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .desktop\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .desktop\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .desktop\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .desktop\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .desktop\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .desktop\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .desktop\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .desktop\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .desktop\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .desktop\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .desktop\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .desktop\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .desktop\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .desktop\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .desktop\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .desktop\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .desktop\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .desktop\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .desktop\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .desktop\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .desktop\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .desktop\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .desktop\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .desktop\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .desktop\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .desktop\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .desktop\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .desktop\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .desktop\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .desktop\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .desktop\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .desktop\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .desktop\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .desktop\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .desktop\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .desktop\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .desktop\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .desktop\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .desktop\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .desktop\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .desktop\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .desktop\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .desktop\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .desktop\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .desktop\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .desktop\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .desktop\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .desktop\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .desktop\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .desktop\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .desktop\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .desktop\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .desktop\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .desktop\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .desktop\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .desktop\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .desktop\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .desktop\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .desktop\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .desktop\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .desktop\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .desktop\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .desktop\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .desktop\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .desktop\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .desktop\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .desktop\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .desktop\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .desktop\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .desktop\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .desktop\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .desktop\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .desktop\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .desktop\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .desktop\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .desktop\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .desktop\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .desktop\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .desktop\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .desktop\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .desktop\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .desktop\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .desktop\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .desktop\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .desktop\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .desktop\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .desktop\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .desktop\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .desktop\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .desktop\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .desktop\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .desktop\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .desktop\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .desktop\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .desktop\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .desktop\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .desktop\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .desktop\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .desktop\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .desktop\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .desktop\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .desktop\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .desktop\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .desktop\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .desktop\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .desktop\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .desktop\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .desktop\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .desktop\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .desktop\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .desktop\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .desktop\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .desktop\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .desktop\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .desktop\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .desktop\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .desktop\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .desktop\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .desktop\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .desktop\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .desktop\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .desktop\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .desktop\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .desktop\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .desktop\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .desktop\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .desktop\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .desktop\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .desktop\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .desktop\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .desktop\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .desktop\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .desktop\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .desktop\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .desktop\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .desktop\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .desktop\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .desktop\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .desktop\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .desktop\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .desktop\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .desktop\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .desktop\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .desktop\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .desktop\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .desktop\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .desktop\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .desktop\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .desktop\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .desktop\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .desktop\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .desktop\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .desktop\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .desktop\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .desktop\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .desktop\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .desktop\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .desktop\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .desktop\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .desktop\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .desktop\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .desktop\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .desktop\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .desktop\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .desktop\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .desktop\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .desktop\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .desktop\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .desktop\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .desktop\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .desktop\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .desktop\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .desktop\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .desktop\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .desktop\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .desktop\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .desktop\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .desktop\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .desktop\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .desktop\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .desktop\:cursor-auto {
    cursor: auto !important;
  }

  .desktop\:cursor-default {
    cursor: default !important;
  }

  .desktop\:cursor-pointer {
    cursor: pointer !important;
  }

  .desktop\:cursor-wait {
    cursor: wait !important;
  }

  .desktop\:cursor-text {
    cursor: text !important;
  }

  .desktop\:cursor-move {
    cursor: move !important;
  }

  .desktop\:cursor-help {
    cursor: help !important;
  }

  .desktop\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .desktop\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .desktop\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .desktop\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .desktop\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .desktop\:resize-none {
    resize: none !important;
  }

  .desktop\:resize-y {
    resize: vertical !important;
  }

  .desktop\:resize-x {
    resize: horizontal !important;
  }

  .desktop\:resize {
    resize: both !important;
  }

  .desktop\:list-inside {
    list-style-position: inside !important;
  }

  .desktop\:list-outside {
    list-style-position: outside !important;
  }

  .desktop\:list-none {
    list-style-type: none !important;
  }

  .desktop\:list-disc {
    list-style-type: disc !important;
  }

  .desktop\:list-decimal {
    list-style-type: decimal !important;
  }

  .desktop\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .desktop\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .desktop\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .desktop\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .desktop\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .desktop\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .desktop\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .desktop\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .desktop\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .desktop\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .desktop\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .desktop\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .desktop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .desktop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .desktop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .desktop\:flex-row {
    flex-direction: row !important;
  }

  .desktop\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .desktop\:flex-col {
    flex-direction: column !important;
  }

  .desktop\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .desktop\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .desktop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .desktop\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .desktop\:place-content-center {
    place-content: center !important;
  }

  .desktop\:place-content-start {
    place-content: start !important;
  }

  .desktop\:place-content-end {
    place-content: end !important;
  }

  .desktop\:place-content-between {
    place-content: space-between !important;
  }

  .desktop\:place-content-around {
    place-content: space-around !important;
  }

  .desktop\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .desktop\:place-content-stretch {
    place-content: stretch !important;
  }

  .desktop\:place-items-start {
    place-items: start !important;
  }

  .desktop\:place-items-end {
    place-items: end !important;
  }

  .desktop\:place-items-center {
    place-items: center !important;
  }

  .desktop\:place-items-stretch {
    place-items: stretch !important;
  }

  .desktop\:content-center {
    align-content: center !important;
  }

  .desktop\:content-start {
    align-content: flex-start !important;
  }

  .desktop\:content-end {
    align-content: flex-end !important;
  }

  .desktop\:content-between {
    align-content: space-between !important;
  }

  .desktop\:content-around {
    align-content: space-around !important;
  }

  .desktop\:content-evenly {
    align-content: space-evenly !important;
  }

  .desktop\:items-start {
    align-items: flex-start !important;
  }

  .desktop\:items-end {
    align-items: flex-end !important;
  }

  .desktop\:items-center {
    align-items: center !important;
  }

  .desktop\:items-baseline {
    align-items: baseline !important;
  }

  .desktop\:items-stretch {
    align-items: stretch !important;
  }

  .desktop\:justify-start {
    justify-content: flex-start !important;
  }

  .desktop\:justify-end {
    justify-content: flex-end !important;
  }

  .desktop\:justify-center {
    justify-content: center !important;
  }

  .desktop\:justify-between {
    justify-content: space-between !important;
  }

  .desktop\:justify-around {
    justify-content: space-around !important;
  }

  .desktop\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .desktop\:justify-items-start {
    justify-items: start !important;
  }

  .desktop\:justify-items-end {
    justify-items: end !important;
  }

  .desktop\:justify-items-center {
    justify-items: center !important;
  }

  .desktop\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .desktop\:gap-0 {
    gap: 0px !important;
  }

  .desktop\:gap-1 {
    gap: 0.25rem !important;
  }

  .desktop\:gap-2 {
    gap: 0.5rem !important;
  }

  .desktop\:gap-3 {
    gap: 0.75rem !important;
  }

  .desktop\:gap-4 {
    gap: 1rem !important;
  }

  .desktop\:gap-5 {
    gap: 1.25rem !important;
  }

  .desktop\:gap-6 {
    gap: 1.5rem !important;
  }

  .desktop\:gap-7 {
    gap: 1.75rem !important;
  }

  .desktop\:gap-8 {
    gap: 2rem !important;
  }

  .desktop\:gap-9 {
    gap: 2.25rem !important;
  }

  .desktop\:gap-10 {
    gap: 2.5rem !important;
  }

  .desktop\:gap-11 {
    gap: 2.75rem !important;
  }

  .desktop\:gap-12 {
    gap: 3rem !important;
  }

  .desktop\:gap-14 {
    gap: 3.5rem !important;
  }

  .desktop\:gap-16 {
    gap: 4rem !important;
  }

  .desktop\:gap-20 {
    gap: 5rem !important;
  }

  .desktop\:gap-24 {
    gap: 6rem !important;
  }

  .desktop\:gap-28 {
    gap: 7rem !important;
  }

  .desktop\:gap-32 {
    gap: 8rem !important;
  }

  .desktop\:gap-36 {
    gap: 9rem !important;
  }

  .desktop\:gap-40 {
    gap: 10rem !important;
  }

  .desktop\:gap-44 {
    gap: 11rem !important;
  }

  .desktop\:gap-48 {
    gap: 12rem !important;
  }

  .desktop\:gap-52 {
    gap: 13rem !important;
  }

  .desktop\:gap-56 {
    gap: 14rem !important;
  }

  .desktop\:gap-60 {
    gap: 15rem !important;
  }

  .desktop\:gap-64 {
    gap: 16rem !important;
  }

  .desktop\:gap-72 {
    gap: 18rem !important;
  }

  .desktop\:gap-80 {
    gap: 20rem !important;
  }

  .desktop\:gap-96 {
    gap: 24rem !important;
  }

  .desktop\:gap-px {
    gap: 1px !important;
  }

  .desktop\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .desktop\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .desktop\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .desktop\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .desktop\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .desktop\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .desktop\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .desktop\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .desktop\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .desktop\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .desktop\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .desktop\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .desktop\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .desktop\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .desktop\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .desktop\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .desktop\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .desktop\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .desktop\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .desktop\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .desktop\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .desktop\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .desktop\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .desktop\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .desktop\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .desktop\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .desktop\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .desktop\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .desktop\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .desktop\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .desktop\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .desktop\:gap-x-72 {
    -moz-column-gap: 18rem !important;
         column-gap: 18rem !important;
  }

  .desktop\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .desktop\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .desktop\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .desktop\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .desktop\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .desktop\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .desktop\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .desktop\:gap-y-0 {
    row-gap: 0px !important;
  }

  .desktop\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .desktop\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .desktop\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .desktop\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .desktop\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .desktop\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .desktop\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .desktop\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .desktop\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .desktop\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .desktop\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .desktop\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .desktop\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .desktop\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .desktop\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .desktop\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .desktop\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .desktop\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .desktop\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .desktop\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .desktop\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .desktop\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .desktop\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .desktop\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .desktop\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .desktop\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .desktop\:gap-y-72 {
    row-gap: 18rem !important;
  }

  .desktop\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .desktop\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .desktop\:gap-y-px {
    row-gap: 1px !important;
  }

  .desktop\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .desktop\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .desktop\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .desktop\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .desktop\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .desktop\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .desktop\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .desktop\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .desktop\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .desktop\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .desktop\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .desktop\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .desktop\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .desktop\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .desktop\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .desktop\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .desktop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .desktop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .desktop\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .desktop\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .desktop\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .desktop\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .desktop\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .desktop\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .desktop\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .desktop\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-red-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:divide-red > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-blue-light > :not([hidden]) ~ :not([hidden]) {
    border-color: 116,220,144,1 !important;
  }

  .desktop\:divide-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-blue-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-blue-heroGradientOne > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-blue-heroGradientTwo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-teal-light > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:divide-teal > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-gold > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .desktop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .desktop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .desktop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .desktop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .desktop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .desktop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .desktop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .desktop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .desktop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .desktop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .desktop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .desktop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .desktop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .desktop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .desktop\:place-self-auto {
    place-self: auto !important;
  }

  .desktop\:place-self-start {
    place-self: start !important;
  }

  .desktop\:place-self-end {
    place-self: end !important;
  }

  .desktop\:place-self-center {
    place-self: center !important;
  }

  .desktop\:place-self-stretch {
    place-self: stretch !important;
  }

  .desktop\:self-auto {
    align-self: auto !important;
  }

  .desktop\:self-start {
    align-self: flex-start !important;
  }

  .desktop\:self-end {
    align-self: flex-end !important;
  }

  .desktop\:self-center {
    align-self: center !important;
  }

  .desktop\:self-stretch {
    align-self: stretch !important;
  }

  .desktop\:self-baseline {
    align-self: baseline !important;
  }

  .desktop\:justify-self-auto {
    justify-self: auto !important;
  }

  .desktop\:justify-self-start {
    justify-self: start !important;
  }

  .desktop\:justify-self-end {
    justify-self: end !important;
  }

  .desktop\:justify-self-center {
    justify-self: center !important;
  }

  .desktop\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .desktop\:overflow-auto {
    overflow: auto !important;
  }

  .desktop\:overflow-hidden {
    overflow: hidden !important;
  }

  .desktop\:overflow-visible {
    overflow: visible !important;
  }

  .desktop\:overflow-scroll {
    overflow: scroll !important;
  }

  .desktop\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .desktop\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .desktop\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .desktop\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .desktop\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .desktop\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .desktop\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .desktop\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .desktop\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .desktop\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .desktop\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .desktop\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .desktop\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .desktop\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .desktop\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .desktop\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .desktop\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .desktop\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .desktop\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .desktop\:overflow-clip {
    text-overflow: clip !important;
  }

  .desktop\:whitespace-normal {
    white-space: normal !important;
  }

  .desktop\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .desktop\:whitespace-pre {
    white-space: pre !important;
  }

  .desktop\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .desktop\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .desktop\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .desktop\:break-words {
    overflow-wrap: break-word !important;
  }

  .desktop\:break-all {
    word-break: break-all !important;
  }

  .desktop\:rounded-none {
    border-radius: 0px !important;
  }

  .desktop\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .desktop\:rounded {
    border-radius: 0.25rem !important;
  }

  .desktop\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .desktop\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .desktop\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .desktop\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .desktop\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .desktop\:rounded-full {
    border-radius: 9999px !important;
  }

  .desktop\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .desktop\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .desktop\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .desktop\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .desktop\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .desktop\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .desktop\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .desktop\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .desktop\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .desktop\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .desktop\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .desktop\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .desktop\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .desktop\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .desktop\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .desktop\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .desktop\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .desktop\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .desktop\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .desktop\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .desktop\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .desktop\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .desktop\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .desktop\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .desktop\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .desktop\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .desktop\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .desktop\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .desktop\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .desktop\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .desktop\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .desktop\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .desktop\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .desktop\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .desktop\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .desktop\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .desktop\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .desktop\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .desktop\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .desktop\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .desktop\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .desktop\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .desktop\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .desktop\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .desktop\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .desktop\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .desktop\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .desktop\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .desktop\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .desktop\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .desktop\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .desktop\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .desktop\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .desktop\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .desktop\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .desktop\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .desktop\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .desktop\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .desktop\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .desktop\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .desktop\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .desktop\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .desktop\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .desktop\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .desktop\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .desktop\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .desktop\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .desktop\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .desktop\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .desktop\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .desktop\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .desktop\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .desktop\:border-0 {
    border-width: 0px !important;
  }

  .desktop\:border-2 {
    border-width: 2px !important;
  }

  .desktop\:border-4 {
    border-width: 4px !important;
  }

  .desktop\:border-8 {
    border-width: 8px !important;
  }

  .desktop\:border {
    border-width: 1px !important;
  }

  .desktop\:border-t-0 {
    border-top-width: 0px !important;
  }

  .desktop\:border-t-2 {
    border-top-width: 2px !important;
  }

  .desktop\:border-t-4 {
    border-top-width: 4px !important;
  }

  .desktop\:border-t-8 {
    border-top-width: 8px !important;
  }

  .desktop\:border-t {
    border-top-width: 1px !important;
  }

  .desktop\:border-r-0 {
    border-right-width: 0px !important;
  }

  .desktop\:border-r-2 {
    border-right-width: 2px !important;
  }

  .desktop\:border-r-4 {
    border-right-width: 4px !important;
  }

  .desktop\:border-r-8 {
    border-right-width: 8px !important;
  }

  .desktop\:border-r {
    border-right-width: 1px !important;
  }

  .desktop\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .desktop\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .desktop\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .desktop\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .desktop\:border-b {
    border-bottom-width: 1px !important;
  }

  .desktop\:border-l-0 {
    border-left-width: 0px !important;
  }

  .desktop\:border-l-2 {
    border-left-width: 2px !important;
  }

  .desktop\:border-l-4 {
    border-left-width: 4px !important;
  }

  .desktop\:border-l-8 {
    border-left-width: 8px !important;
  }

  .desktop\:border-l {
    border-left-width: 1px !important;
  }

  .desktop\:border-solid {
    border-style: solid !important;
  }

  .desktop\:border-dashed {
    border-style: dashed !important;
  }

  .desktop\:border-dotted {
    border-style: dotted !important;
  }

  .desktop\:border-double {
    border-style: double !important;
  }

  .desktop\:border-none {
    border-style: none !important;
  }

  .desktop\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-transparent {
    border-color: transparent !important;
  }

  .desktop\:border-current {
    border-color: currentColor !important;
  }

  .desktop\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-red-light {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-green-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-grey-lighter {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-grey-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-grey-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-blue-light {
    border-color: 116,220,144,1 !important;
  }

  .desktop\:border-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-blue-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-blue-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-blue-heroGradientOne {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-blue-heroGradientTwo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-teal-light {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:border-teal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-gold {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .desktop\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .desktop\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-red-light {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .desktop\:group-hover\:border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-green-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-green {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-grey-light {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-blue-light {
    border-color: 116,220,144,1 !important;
  }

  .group:hover .desktop\:group-hover\:border-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-blue-dark {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-blue-darker {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-blue-heroGradientOne {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-blue-heroGradientTwo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-teal-light {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .desktop\:group-hover\:border-teal {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-gold {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .desktop\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .desktop\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-red-light:focus-within {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus-within\:border-red:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-green:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-blue-light:focus-within {
    border-color: 116,220,144,1 !important;
  }

  .desktop\:focus-within\:border-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-blue-dark:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-blue-darker:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-blue-heroGradientOne:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-blue-heroGradientTwo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-teal-light:focus-within {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus-within\:border-teal:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-gold:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .desktop\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .desktop\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-red-light:hover {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:hover\:border-red:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-green-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-green:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-blue-light:hover {
    border-color: 116,220,144,1 !important;
  }

  .desktop\:hover\:border-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-blue-dark:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-blue-darker:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-blue-heroGradientOne:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-blue-heroGradientTwo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-teal-light:hover {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:hover\:border-teal:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-gold:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 78, 80, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 30, 33, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .desktop\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .desktop\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-red-light:focus {
    border-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus\:border-red:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 95, 110, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-green-light:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-green:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(11, 211, 120, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(202, 209, 216, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 237, 242, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(105, 105, 105, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-blue-light:focus {
    border-color: 116,220,144,1 !important;
  }

  .desktop\:focus\:border-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(71, 118, 230, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-blue-dark:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(56, 69, 106, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-blue-darker:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 44, 63, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-blue-heroGradientOne:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 25, 93, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-blue-heroGradientTwo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(25, 103, 210, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-teal-light:focus {
    border-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus\:border-teal:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 224, 200, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-gold:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 196, 119, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .desktop\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .desktop\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .desktop\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .desktop\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .desktop\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .desktop\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .desktop\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .desktop\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .desktop\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .desktop\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .desktop\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .desktop\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .desktop\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .desktop\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .desktop\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .desktop\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .desktop\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .desktop\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .desktop\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .desktop\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .desktop\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .desktop\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .desktop\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .desktop\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .desktop\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .desktop\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .desktop\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .desktop\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .desktop\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .desktop\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .desktop\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .desktop\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .desktop\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .desktop\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .desktop\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .desktop\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .desktop\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .desktop\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .desktop\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .desktop\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .desktop\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .desktop\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .desktop\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .desktop\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .desktop\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .desktop\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .desktop\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .desktop\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .desktop\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .desktop\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .desktop\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .desktop\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .desktop\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .desktop\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .desktop\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .desktop\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .desktop\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .desktop\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .desktop\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .desktop\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-transparent {
    background-color: transparent !important;
  }

  .desktop\:bg-current {
    background-color: currentColor !important;
  }

  .desktop\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-red-light {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-green-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-grey-lighter {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-grey-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-grey-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-blue-light {
    background-color: 116,220,144,1 !important;
  }

  .desktop\:bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-blue-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-blue-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-blue-heroGradientOne {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-blue-heroGradientTwo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-teal-light {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:bg-teal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-gold {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .desktop\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .desktop\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-red-light {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .desktop\:group-hover\:bg-red {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-blue-light {
    background-color: 116,220,144,1 !important;
  }

  .group:hover .desktop\:group-hover\:bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-blue-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-blue-darker {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-blue-heroGradientOne {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-blue-heroGradientTwo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-teal-light {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .desktop\:group-hover\:bg-teal {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-gold {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .desktop\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .desktop\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-red-light:focus-within {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus-within\:bg-red:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-green:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-blue-light:focus-within {
    background-color: 116,220,144,1 !important;
  }

  .desktop\:focus-within\:bg-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-blue-dark:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-blue-darker:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-blue-heroGradientOne:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-blue-heroGradientTwo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-teal-light:focus-within {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus-within\:bg-teal:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-gold:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .desktop\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .desktop\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-red-light:hover {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:hover\:bg-red:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-blue-light:hover {
    background-color: 116,220,144,1 !important;
  }

  .desktop\:hover\:bg-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-blue-dark:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-blue-darker:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-blue-heroGradientOne:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-blue-heroGradientTwo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-teal-light:hover {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:hover\:bg-teal:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-gold:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 78, 80, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 30, 33, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .desktop\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .desktop\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-red-light:focus {
    background-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus\:bg-red:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 95, 110, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-green:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(11, 211, 120, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(202, 209, 216, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 237, 242, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(105, 105, 105, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-blue-light:focus {
    background-color: 116,220,144,1 !important;
  }

  .desktop\:focus\:bg-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(71, 118, 230, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-blue-dark:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(56, 69, 106, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-blue-darker:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 44, 63, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-blue-heroGradientOne:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 25, 93, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-blue-heroGradientTwo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(25, 103, 210, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-teal-light:focus {
    background-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus\:bg-teal:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 224, 200, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-gold:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 196, 119, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .desktop\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .desktop\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .desktop\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .desktop\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .desktop\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .desktop\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .desktop\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .desktop\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .desktop\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .desktop\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .desktop\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .desktop\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .desktop\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .desktop\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .desktop\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .desktop\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .desktop\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .desktop\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .desktop\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .desktop\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .desktop\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .desktop\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .desktop\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .desktop\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .desktop\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .desktop\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .desktop\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .desktop\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .desktop\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .desktop\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .desktop\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .desktop\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .desktop\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .desktop\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .desktop\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .desktop\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .desktop\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .desktop\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .desktop\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .desktop\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .desktop\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .desktop\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .desktop\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .desktop\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .desktop\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .desktop\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .desktop\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .desktop\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .desktop\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .desktop\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .desktop\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .desktop\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .desktop\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .desktop\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .desktop\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .desktop\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .desktop\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .desktop\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .desktop\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .desktop\:bg-none {
    background-image: none !important;
  }

  .desktop\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .desktop\:from-primary {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .desktop\:from-secondary {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .desktop\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:from-red-light {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:from-red {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:from-green-light {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:from-green {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:from-grey-lighter {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .desktop\:from-grey-light {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:from-grey {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:from-grey-dark {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .desktop\:from-grey-darker {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:from-blue-light {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:from-blue {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .desktop\:from-blue-dark {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:from-blue-darker {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .desktop\:from-blue-heroGradientOne {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .desktop\:from-blue-heroGradientTwo {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .desktop\:from-teal-light {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:from-teal {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:from-gold {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .desktop\:hover\:from-primary:hover {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .desktop\:hover\:from-secondary:hover {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .desktop\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:from-red-light:hover {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:hover\:from-red:hover {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:hover\:from-green-light:hover {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:hover\:from-green:hover {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .desktop\:hover\:from-grey-light:hover {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:hover\:from-grey:hover {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .desktop\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:hover\:from-blue-light:hover {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:from-blue:hover {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .desktop\:hover\:from-blue-dark:hover {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:hover\:from-blue-darker:hover {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .desktop\:hover\:from-blue-heroGradientOne:hover {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .desktop\:hover\:from-blue-heroGradientTwo:hover {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .desktop\:hover\:from-teal-light:hover {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:hover\:from-teal:hover {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:hover\:from-gold:hover {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .desktop\:focus\:from-primary:focus {
    --tw-gradient-from: #FF4E50 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .desktop\:focus\:from-secondary:focus {
    --tw-gradient-from: #1c1e21 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .desktop\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:from-red-light:focus {
    --tw-gradient-from: rgba(252, 95, 110, 0.07) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:focus\:from-red:focus {
    --tw-gradient-from: #FC5F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:focus\:from-green-light:focus {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:focus\:from-green:focus {
    --tw-gradient-from: #0BD378 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #CAD1D8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .desktop\:focus\:from-grey-light:focus {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:focus\:from-grey:focus {
    --tw-gradient-from: #ECEDF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #696969 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .desktop\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:focus\:from-blue-light:focus {
    --tw-gradient-from: 116,220,144,1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:from-blue:focus {
    --tw-gradient-from: #4776E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .desktop\:focus\:from-blue-dark:focus {
    --tw-gradient-from: #38456A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:focus\:from-blue-darker:focus {
    --tw-gradient-from: #262C3F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .desktop\:focus\:from-blue-heroGradientOne:focus {
    --tw-gradient-from: #10195D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .desktop\:focus\:from-blue-heroGradientTwo:focus {
    --tw-gradient-from: #1967D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .desktop\:focus\:from-teal-light:focus {
    --tw-gradient-from: rgba(67,224,200,0.15) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:focus\:from-teal:focus {
    --tw-gradient-from: #43E0C8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:focus\:from-gold:focus {
    --tw-gradient-from: #fcc477 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .desktop\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .desktop\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .desktop\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:via-red-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:via-red {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:via-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .desktop\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .desktop\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:via-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:via-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .desktop\:via-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:via-blue-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .desktop\:via-blue-heroGradientOne {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .desktop\:via-blue-heroGradientTwo {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .desktop\:via-teal-light {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:via-teal {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:via-gold {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .desktop\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .desktop\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .desktop\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:via-red-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:hover\:via-red:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:hover\:via-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .desktop\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .desktop\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:hover\:via-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:via-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .desktop\:hover\:via-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:hover\:via-blue-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .desktop\:hover\:via-blue-heroGradientOne:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .desktop\:hover\:via-blue-heroGradientTwo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .desktop\:hover\:via-teal-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:hover\:via-teal:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:hover\:via-gold:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .desktop\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FF4E50, var(--tw-gradient-to, rgba(255, 78, 80, 0)) !important;
  }

  .desktop\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c1e21, var(--tw-gradient-to, rgba(28, 30, 33, 0)) !important;
  }

  .desktop\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:via-red-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(252, 95, 110, 0.07), var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:focus\:via-red:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC5F6E, var(--tw-gradient-to, rgba(252, 95, 110, 0)) !important;
  }

  .desktop\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:focus\:via-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0BD378, var(--tw-gradient-to, rgba(11, 211, 120, 0)) !important;
  }

  .desktop\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CAD1D8, var(--tw-gradient-to, rgba(202, 209, 216, 0)) !important;
  }

  .desktop\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ECEDF2, var(--tw-gradient-to, rgba(236, 237, 242, 0)) !important;
  }

  .desktop\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #696969, var(--tw-gradient-to, rgba(105, 105, 105, 0)) !important;
  }

  .desktop\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:focus\:via-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), 116,220,144,1, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:via-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4776E6, var(--tw-gradient-to, rgba(71, 118, 230, 0)) !important;
  }

  .desktop\:focus\:via-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #38456A, var(--tw-gradient-to, rgba(56, 69, 106, 0)) !important;
  }

  .desktop\:focus\:via-blue-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262C3F, var(--tw-gradient-to, rgba(38, 44, 63, 0)) !important;
  }

  .desktop\:focus\:via-blue-heroGradientOne:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10195D, var(--tw-gradient-to, rgba(16, 25, 93, 0)) !important;
  }

  .desktop\:focus\:via-blue-heroGradientTwo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1967D2, var(--tw-gradient-to, rgba(25, 103, 210, 0)) !important;
  }

  .desktop\:focus\:via-teal-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(67,224,200,0.15), var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:focus\:via-teal:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #43E0C8, var(--tw-gradient-to, rgba(67, 224, 200, 0)) !important;
  }

  .desktop\:focus\:via-gold:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fcc477, var(--tw-gradient-to, rgba(252, 196, 119, 0)) !important;
  }

  .desktop\:to-primary {
    --tw-gradient-to: #FF4E50 !important;
  }

  .desktop\:to-secondary {
    --tw-gradient-to: #1c1e21 !important;
  }

  .desktop\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .desktop\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .desktop\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .desktop\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .desktop\:to-red-light {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:to-red {
    --tw-gradient-to: #FC5F6E !important;
  }

  .desktop\:to-green-light {
    --tw-gradient-to: #0BD378 !important;
  }

  .desktop\:to-green {
    --tw-gradient-to: #0BD378 !important;
  }

  .desktop\:to-grey-lighter {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .desktop\:to-grey-light {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .desktop\:to-grey {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .desktop\:to-grey-dark {
    --tw-gradient-to: #696969 !important;
  }

  .desktop\:to-grey-darker {
    --tw-gradient-to: #38456A !important;
  }

  .desktop\:to-blue-light {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .desktop\:to-blue {
    --tw-gradient-to: #4776E6 !important;
  }

  .desktop\:to-blue-dark {
    --tw-gradient-to: #38456A !important;
  }

  .desktop\:to-blue-darker {
    --tw-gradient-to: #262C3F !important;
  }

  .desktop\:to-blue-heroGradientOne {
    --tw-gradient-to: #10195D !important;
  }

  .desktop\:to-blue-heroGradientTwo {
    --tw-gradient-to: #1967D2 !important;
  }

  .desktop\:to-teal-light {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .desktop\:to-teal {
    --tw-gradient-to: #43E0C8 !important;
  }

  .desktop\:to-gold {
    --tw-gradient-to: #fcc477 !important;
  }

  .desktop\:hover\:to-primary:hover {
    --tw-gradient-to: #FF4E50 !important;
  }

  .desktop\:hover\:to-secondary:hover {
    --tw-gradient-to: #1c1e21 !important;
  }

  .desktop\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .desktop\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .desktop\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .desktop\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .desktop\:hover\:to-red-light:hover {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:hover\:to-red:hover {
    --tw-gradient-to: #FC5F6E !important;
  }

  .desktop\:hover\:to-green-light:hover {
    --tw-gradient-to: #0BD378 !important;
  }

  .desktop\:hover\:to-green:hover {
    --tw-gradient-to: #0BD378 !important;
  }

  .desktop\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .desktop\:hover\:to-grey-light:hover {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .desktop\:hover\:to-grey:hover {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .desktop\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #696969 !important;
  }

  .desktop\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #38456A !important;
  }

  .desktop\:hover\:to-blue-light:hover {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .desktop\:hover\:to-blue:hover {
    --tw-gradient-to: #4776E6 !important;
  }

  .desktop\:hover\:to-blue-dark:hover {
    --tw-gradient-to: #38456A !important;
  }

  .desktop\:hover\:to-blue-darker:hover {
    --tw-gradient-to: #262C3F !important;
  }

  .desktop\:hover\:to-blue-heroGradientOne:hover {
    --tw-gradient-to: #10195D !important;
  }

  .desktop\:hover\:to-blue-heroGradientTwo:hover {
    --tw-gradient-to: #1967D2 !important;
  }

  .desktop\:hover\:to-teal-light:hover {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .desktop\:hover\:to-teal:hover {
    --tw-gradient-to: #43E0C8 !important;
  }

  .desktop\:hover\:to-gold:hover {
    --tw-gradient-to: #fcc477 !important;
  }

  .desktop\:focus\:to-primary:focus {
    --tw-gradient-to: #FF4E50 !important;
  }

  .desktop\:focus\:to-secondary:focus {
    --tw-gradient-to: #1c1e21 !important;
  }

  .desktop\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .desktop\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .desktop\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .desktop\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .desktop\:focus\:to-red-light:focus {
    --tw-gradient-to: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus\:to-red:focus {
    --tw-gradient-to: #FC5F6E !important;
  }

  .desktop\:focus\:to-green-light:focus {
    --tw-gradient-to: #0BD378 !important;
  }

  .desktop\:focus\:to-green:focus {
    --tw-gradient-to: #0BD378 !important;
  }

  .desktop\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #CAD1D8 !important;
  }

  .desktop\:focus\:to-grey-light:focus {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .desktop\:focus\:to-grey:focus {
    --tw-gradient-to: #ECEDF2 !important;
  }

  .desktop\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #696969 !important;
  }

  .desktop\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #38456A !important;
  }

  .desktop\:focus\:to-blue-light:focus {
    --tw-gradient-to: 116,220,144,1 !important;
  }

  .desktop\:focus\:to-blue:focus {
    --tw-gradient-to: #4776E6 !important;
  }

  .desktop\:focus\:to-blue-dark:focus {
    --tw-gradient-to: #38456A !important;
  }

  .desktop\:focus\:to-blue-darker:focus {
    --tw-gradient-to: #262C3F !important;
  }

  .desktop\:focus\:to-blue-heroGradientOne:focus {
    --tw-gradient-to: #10195D !important;
  }

  .desktop\:focus\:to-blue-heroGradientTwo:focus {
    --tw-gradient-to: #1967D2 !important;
  }

  .desktop\:focus\:to-teal-light:focus {
    --tw-gradient-to: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus\:to-teal:focus {
    --tw-gradient-to: #43E0C8 !important;
  }

  .desktop\:focus\:to-gold:focus {
    --tw-gradient-to: #fcc477 !important;
  }

  .desktop\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .desktop\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .desktop\:bg-auto {
    background-size: auto !important;
  }

  .desktop\:bg-cover {
    background-size: cover !important;
  }

  .desktop\:bg-contain {
    background-size: contain !important;
  }

  .desktop\:bg-fixed {
    background-attachment: fixed !important;
  }

  .desktop\:bg-local {
    background-attachment: local !important;
  }

  .desktop\:bg-scroll {
    background-attachment: scroll !important;
  }

  .desktop\:bg-clip-border {
    background-clip: border-box !important;
  }

  .desktop\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .desktop\:bg-clip-content {
    background-clip: content-box !important;
  }

  .desktop\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .desktop\:bg-bottom {
    background-position: bottom !important;
  }

  .desktop\:bg-center {
    background-position: center !important;
  }

  .desktop\:bg-left {
    background-position: left !important;
  }

  .desktop\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .desktop\:bg-left-top {
    background-position: left top !important;
  }

  .desktop\:bg-right {
    background-position: right !important;
  }

  .desktop\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .desktop\:bg-right-top {
    background-position: right top !important;
  }

  .desktop\:bg-top {
    background-position: top !important;
  }

  .desktop\:bg-repeat {
    background-repeat: repeat !important;
  }

  .desktop\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .desktop\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .desktop\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .desktop\:bg-repeat-round {
    background-repeat: round !important;
  }

  .desktop\:bg-repeat-space {
    background-repeat: space !important;
  }

  .desktop\:bg-origin-border {
    background-origin: border-box !important;
  }

  .desktop\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .desktop\:bg-origin-content {
    background-origin: content-box !important;
  }

  .desktop\:fill-current {
    fill: currentColor !important;
  }

  .desktop\:stroke-current {
    stroke: currentColor !important;
  }

  .desktop\:stroke-0 {
    stroke-width: 0 !important;
  }

  .desktop\:stroke-1 {
    stroke-width: 1 !important;
  }

  .desktop\:stroke-2 {
    stroke-width: 2 !important;
  }

  .desktop\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .desktop\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .desktop\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .desktop\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .desktop\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .desktop\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .desktop\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .desktop\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .desktop\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .desktop\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .desktop\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .desktop\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .desktop\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .desktop\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .desktop\:p-0 {
    padding: 0px !important;
  }

  .desktop\:p-1 {
    padding: 0.25rem !important;
  }

  .desktop\:p-2 {
    padding: 0.5rem !important;
  }

  .desktop\:p-3 {
    padding: 0.75rem !important;
  }

  .desktop\:p-4 {
    padding: 1rem !important;
  }

  .desktop\:p-5 {
    padding: 1.25rem !important;
  }

  .desktop\:p-6 {
    padding: 1.5rem !important;
  }

  .desktop\:p-7 {
    padding: 1.75rem !important;
  }

  .desktop\:p-8 {
    padding: 2rem !important;
  }

  .desktop\:p-9 {
    padding: 2.25rem !important;
  }

  .desktop\:p-10 {
    padding: 2.5rem !important;
  }

  .desktop\:p-11 {
    padding: 2.75rem !important;
  }

  .desktop\:p-12 {
    padding: 3rem !important;
  }

  .desktop\:p-14 {
    padding: 3.5rem !important;
  }

  .desktop\:p-16 {
    padding: 4rem !important;
  }

  .desktop\:p-20 {
    padding: 5rem !important;
  }

  .desktop\:p-24 {
    padding: 6rem !important;
  }

  .desktop\:p-28 {
    padding: 7rem !important;
  }

  .desktop\:p-32 {
    padding: 8rem !important;
  }

  .desktop\:p-36 {
    padding: 9rem !important;
  }

  .desktop\:p-40 {
    padding: 10rem !important;
  }

  .desktop\:p-44 {
    padding: 11rem !important;
  }

  .desktop\:p-48 {
    padding: 12rem !important;
  }

  .desktop\:p-52 {
    padding: 13rem !important;
  }

  .desktop\:p-56 {
    padding: 14rem !important;
  }

  .desktop\:p-60 {
    padding: 15rem !important;
  }

  .desktop\:p-64 {
    padding: 16rem !important;
  }

  .desktop\:p-72 {
    padding: 18rem !important;
  }

  .desktop\:p-80 {
    padding: 20rem !important;
  }

  .desktop\:p-96 {
    padding: 24rem !important;
  }

  .desktop\:p-px {
    padding: 1px !important;
  }

  .desktop\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .desktop\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .desktop\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .desktop\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .desktop\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .desktop\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .desktop\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .desktop\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .desktop\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .desktop\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .desktop\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .desktop\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .desktop\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .desktop\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .desktop\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .desktop\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .desktop\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .desktop\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .desktop\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .desktop\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .desktop\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .desktop\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .desktop\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .desktop\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .desktop\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .desktop\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .desktop\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .desktop\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .desktop\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .desktop\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .desktop\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .desktop\:px-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }

  .desktop\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .desktop\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .desktop\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .desktop\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .desktop\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .desktop\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .desktop\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .desktop\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .desktop\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .desktop\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .desktop\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .desktop\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .desktop\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .desktop\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .desktop\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .desktop\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .desktop\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .desktop\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .desktop\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .desktop\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .desktop\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .desktop\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .desktop\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .desktop\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .desktop\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .desktop\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .desktop\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .desktop\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .desktop\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .desktop\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .desktop\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .desktop\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .desktop\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .desktop\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .desktop\:py-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }

  .desktop\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .desktop\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .desktop\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .desktop\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .desktop\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .desktop\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .desktop\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .desktop\:pt-0 {
    padding-top: 0px !important;
  }

  .desktop\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .desktop\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .desktop\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .desktop\:pt-4 {
    padding-top: 1rem !important;
  }

  .desktop\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .desktop\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .desktop\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .desktop\:pt-8 {
    padding-top: 2rem !important;
  }

  .desktop\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .desktop\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .desktop\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .desktop\:pt-12 {
    padding-top: 3rem !important;
  }

  .desktop\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .desktop\:pt-16 {
    padding-top: 4rem !important;
  }

  .desktop\:pt-20 {
    padding-top: 5rem !important;
  }

  .desktop\:pt-24 {
    padding-top: 6rem !important;
  }

  .desktop\:pt-28 {
    padding-top: 7rem !important;
  }

  .desktop\:pt-32 {
    padding-top: 8rem !important;
  }

  .desktop\:pt-36 {
    padding-top: 9rem !important;
  }

  .desktop\:pt-40 {
    padding-top: 10rem !important;
  }

  .desktop\:pt-44 {
    padding-top: 11rem !important;
  }

  .desktop\:pt-48 {
    padding-top: 12rem !important;
  }

  .desktop\:pt-52 {
    padding-top: 13rem !important;
  }

  .desktop\:pt-56 {
    padding-top: 14rem !important;
  }

  .desktop\:pt-60 {
    padding-top: 15rem !important;
  }

  .desktop\:pt-64 {
    padding-top: 16rem !important;
  }

  .desktop\:pt-72 {
    padding-top: 18rem !important;
  }

  .desktop\:pt-80 {
    padding-top: 20rem !important;
  }

  .desktop\:pt-96 {
    padding-top: 24rem !important;
  }

  .desktop\:pt-px {
    padding-top: 1px !important;
  }

  .desktop\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .desktop\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .desktop\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .desktop\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .desktop\:pr-0 {
    padding-right: 0px !important;
  }

  .desktop\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .desktop\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .desktop\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .desktop\:pr-4 {
    padding-right: 1rem !important;
  }

  .desktop\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .desktop\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .desktop\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .desktop\:pr-8 {
    padding-right: 2rem !important;
  }

  .desktop\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .desktop\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .desktop\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .desktop\:pr-12 {
    padding-right: 3rem !important;
  }

  .desktop\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .desktop\:pr-16 {
    padding-right: 4rem !important;
  }

  .desktop\:pr-20 {
    padding-right: 5rem !important;
  }

  .desktop\:pr-24 {
    padding-right: 6rem !important;
  }

  .desktop\:pr-28 {
    padding-right: 7rem !important;
  }

  .desktop\:pr-32 {
    padding-right: 8rem !important;
  }

  .desktop\:pr-36 {
    padding-right: 9rem !important;
  }

  .desktop\:pr-40 {
    padding-right: 10rem !important;
  }

  .desktop\:pr-44 {
    padding-right: 11rem !important;
  }

  .desktop\:pr-48 {
    padding-right: 12rem !important;
  }

  .desktop\:pr-52 {
    padding-right: 13rem !important;
  }

  .desktop\:pr-56 {
    padding-right: 14rem !important;
  }

  .desktop\:pr-60 {
    padding-right: 15rem !important;
  }

  .desktop\:pr-64 {
    padding-right: 16rem !important;
  }

  .desktop\:pr-72 {
    padding-right: 18rem !important;
  }

  .desktop\:pr-80 {
    padding-right: 20rem !important;
  }

  .desktop\:pr-96 {
    padding-right: 24rem !important;
  }

  .desktop\:pr-px {
    padding-right: 1px !important;
  }

  .desktop\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .desktop\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .desktop\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .desktop\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .desktop\:pb-0 {
    padding-bottom: 0px !important;
  }

  .desktop\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .desktop\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .desktop\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .desktop\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .desktop\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .desktop\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .desktop\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .desktop\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .desktop\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .desktop\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .desktop\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .desktop\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .desktop\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .desktop\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .desktop\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .desktop\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .desktop\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .desktop\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .desktop\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .desktop\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .desktop\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .desktop\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .desktop\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .desktop\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .desktop\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .desktop\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .desktop\:pb-72 {
    padding-bottom: 18rem !important;
  }

  .desktop\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .desktop\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .desktop\:pb-px {
    padding-bottom: 1px !important;
  }

  .desktop\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .desktop\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .desktop\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .desktop\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .desktop\:pl-0 {
    padding-left: 0px !important;
  }

  .desktop\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .desktop\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .desktop\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .desktop\:pl-4 {
    padding-left: 1rem !important;
  }

  .desktop\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .desktop\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .desktop\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .desktop\:pl-8 {
    padding-left: 2rem !important;
  }

  .desktop\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .desktop\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .desktop\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .desktop\:pl-12 {
    padding-left: 3rem !important;
  }

  .desktop\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .desktop\:pl-16 {
    padding-left: 4rem !important;
  }

  .desktop\:pl-20 {
    padding-left: 5rem !important;
  }

  .desktop\:pl-24 {
    padding-left: 6rem !important;
  }

  .desktop\:pl-28 {
    padding-left: 7rem !important;
  }

  .desktop\:pl-32 {
    padding-left: 8rem !important;
  }

  .desktop\:pl-36 {
    padding-left: 9rem !important;
  }

  .desktop\:pl-40 {
    padding-left: 10rem !important;
  }

  .desktop\:pl-44 {
    padding-left: 11rem !important;
  }

  .desktop\:pl-48 {
    padding-left: 12rem !important;
  }

  .desktop\:pl-52 {
    padding-left: 13rem !important;
  }

  .desktop\:pl-56 {
    padding-left: 14rem !important;
  }

  .desktop\:pl-60 {
    padding-left: 15rem !important;
  }

  .desktop\:pl-64 {
    padding-left: 16rem !important;
  }

  .desktop\:pl-72 {
    padding-left: 18rem !important;
  }

  .desktop\:pl-80 {
    padding-left: 20rem !important;
  }

  .desktop\:pl-96 {
    padding-left: 24rem !important;
  }

  .desktop\:pl-px {
    padding-left: 1px !important;
  }

  .desktop\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .desktop\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .desktop\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .desktop\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .desktop\:text-left {
    text-align: left !important;
  }

  .desktop\:text-center {
    text-align: center !important;
  }

  .desktop\:text-right {
    text-align: right !important;
  }

  .desktop\:text-justify {
    text-align: justify !important;
  }

  .desktop\:align-baseline {
    vertical-align: baseline !important;
  }

  .desktop\:align-top {
    vertical-align: top !important;
  }

  .desktop\:align-middle {
    vertical-align: middle !important;
  }

  .desktop\:align-bottom {
    vertical-align: bottom !important;
  }

  .desktop\:align-text-top {
    vertical-align: text-top !important;
  }

  .desktop\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .desktop\:font-sans {
    font-family: Inter, sans-serif !important;
  }

  .desktop\:font-body {
    font-family: Inter, sans-serif !important;
  }

  .desktop\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .desktop\:text-xs {
    font-size: 12px !important;
  }

  .desktop\:text-sm {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .desktop\:text-tiny {
    font-size: .875rem !important;
  }

  .desktop\:text-base {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .desktop\:text-md {
    font-size: 17px !important;
  }

  .desktop\:text-lg {
    font-size: 18px !important;
    line-height: 21.6px !important;
  }

  .desktop\:text-2lg {
    font-size: 26px !important;
    line-height: 28.2px !important;
  }

  .desktop\:text-xl {
    font-size: 30px !important;
    line-height: 36px !important;
  }

  .desktop\:text-2xl {
    font-size: 32px !important;
    line-height: 38.4px !important;
  }

  .desktop\:text-3xl {
    font-size: 1.875rem !important;
  }

  .desktop\:text-4xl {
    font-size: 2.25rem !important;
  }

  .desktop\:text-5xl {
    font-size: 3rem !important;
  }

  .desktop\:text-6xl {
    font-size: 4rem !important;
  }

  .desktop\:text-7xl {
    font-size: 5rem !important;
  }

  .desktop\:font-thin {
    font-weight: 100 !important;
  }

  .desktop\:font-extralight {
    font-weight: 200 !important;
  }

  .desktop\:font-light {
    font-weight: 300 !important;
  }

  .desktop\:font-normal {
    font-weight: 400 !important;
  }

  .desktop\:font-medium {
    font-weight: 500 !important;
  }

  .desktop\:font-semibold {
    font-weight: 600 !important;
  }

  .desktop\:font-bold {
    font-weight: 700 !important;
  }

  .desktop\:font-extrabold {
    font-weight: 800 !important;
  }

  .desktop\:font-black {
    font-weight: 900 !important;
  }

  .desktop\:uppercase {
    text-transform: uppercase !important;
  }

  .desktop\:lowercase {
    text-transform: lowercase !important;
  }

  .desktop\:capitalize {
    text-transform: capitalize !important;
  }

  .desktop\:normal-case {
    text-transform: none !important;
  }

  .desktop\:italic {
    font-style: italic !important;
  }

  .desktop\:not-italic {
    font-style: normal !important;
  }

  .desktop\:ordinal, .desktop\:slashed-zero, .desktop\:lining-nums, .desktop\:oldstyle-nums, .desktop\:proportional-nums, .desktop\:tabular-nums, .desktop\:diagonal-fractions, .desktop\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .desktop\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .desktop\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .desktop\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .desktop\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .desktop\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .desktop\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .desktop\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .desktop\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .desktop\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .desktop\:leading-3 {
    line-height: .75rem !important;
  }

  .desktop\:leading-4 {
    line-height: 1rem !important;
  }

  .desktop\:leading-5 {
    line-height: 1.25rem !important;
  }

  .desktop\:leading-6 {
    line-height: 1.5rem !important;
  }

  .desktop\:leading-7 {
    line-height: 1.75rem !important;
  }

  .desktop\:leading-8 {
    line-height: 2rem !important;
  }

  .desktop\:leading-9 {
    line-height: 2.25rem !important;
  }

  .desktop\:leading-10 {
    line-height: 2.5rem !important;
  }

  .desktop\:leading-none {
    line-height: 1 !important;
  }

  .desktop\:leading-tight {
    line-height: 1.25 !important;
  }

  .desktop\:leading-snug {
    line-height: 1.375 !important;
  }

  .desktop\:leading-normal {
    line-height: 1.5 !important;
  }

  .desktop\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .desktop\:leading-loose {
    line-height: 2 !important;
  }

  .desktop\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .desktop\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .desktop\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .desktop\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .desktop\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .desktop\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .desktop\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-transparent {
    color: transparent !important;
  }

  .desktop\:text-current {
    color: currentColor !important;
  }

  .desktop\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-red-light {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-green-light {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-grey-lighter {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-grey-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-grey-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-blue-light {
    color: 116,220,144,1 !important;
  }

  .desktop\:text-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-blue-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-blue-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-blue-heroGradientOne {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-blue-heroGradientTwo {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-teal-light {
    color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:text-teal {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-gold {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .desktop\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .desktop\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-red-light {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .group:hover .desktop\:group-hover\:text-red {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-green-light {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-green {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-grey-light {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-blue-light {
    color: 116,220,144,1 !important;
  }

  .group:hover .desktop\:group-hover\:text-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-blue-dark {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-blue-darker {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-blue-heroGradientOne {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-blue-heroGradientTwo {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-teal-light {
    color: rgba(67,224,200,0.15) !important;
  }

  .group:hover .desktop\:group-hover\:text-teal {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-gold {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .desktop\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .desktop\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-red-light:focus-within {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus-within\:text-red:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-green:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-blue-light:focus-within {
    color: 116,220,144,1 !important;
  }

  .desktop\:focus-within\:text-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-blue-dark:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-blue-darker:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-blue-heroGradientOne:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-blue-heroGradientTwo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-teal-light:focus-within {
    color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus-within\:text-teal:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-gold:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .desktop\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .desktop\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-red-light:hover {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:hover\:text-red:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-green-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-green:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-blue-light:hover {
    color: 116,220,144,1 !important;
  }

  .desktop\:hover\:text-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-blue-dark:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-blue-darker:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-blue-heroGradientOne:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-blue-heroGradientTwo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-teal-light:hover {
    color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:hover\:text-teal:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-gold:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .desktop\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .desktop\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-red-light:focus {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus\:text-red:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-green-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-green:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-blue-light:focus {
    color: 116,220,144,1 !important;
  }

  .desktop\:focus\:text-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-blue-dark:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-blue-darker:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-blue-heroGradientOne:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-blue-heroGradientTwo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-teal-light:focus {
    color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus\:text-teal:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-gold:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .desktop\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .desktop\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .desktop\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .desktop\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .desktop\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .desktop\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .desktop\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .desktop\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .desktop\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .desktop\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .desktop\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .desktop\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .desktop\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .desktop\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .desktop\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .desktop\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .desktop\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .desktop\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .desktop\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .desktop\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .desktop\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .desktop\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .desktop\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .desktop\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .desktop\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .desktop\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .desktop\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .desktop\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .desktop\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .desktop\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .desktop\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .desktop\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .desktop\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .desktop\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .desktop\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .desktop\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .desktop\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .desktop\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .desktop\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .desktop\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .desktop\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .desktop\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .desktop\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .desktop\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .desktop\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .desktop\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .desktop\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .desktop\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .desktop\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .desktop\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .desktop\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .desktop\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .desktop\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .desktop\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .desktop\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .desktop\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .desktop\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .desktop\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .desktop\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .desktop\:underline {
    text-decoration: underline !important;
  }

  .desktop\:line-through {
    text-decoration: line-through !important;
  }

  .desktop\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .desktop\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .desktop\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .desktop\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .desktop\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .desktop\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .desktop\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .desktop\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .desktop\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .desktop\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .desktop\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .desktop\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .desktop\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .desktop\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .desktop\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .desktop\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .desktop\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .desktop\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .desktop\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .desktop\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-red-light::-moz-placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:placeholder-red-light::placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:placeholder-red::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-red::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-green::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-green::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-light::-moz-placeholder {
    color: 116,220,144,1 !important;
  }

  .desktop\:placeholder-blue-light::placeholder {
    color: 116,220,144,1 !important;
  }

  .desktop\:placeholder-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-dark::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-darker::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-heroGradientOne::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-heroGradientOne::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-heroGradientTwo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-blue-heroGradientTwo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-teal-light::-moz-placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:placeholder-teal-light::placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:placeholder-teal::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-teal::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-gold::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-gold::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 78, 80, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 30, 33, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .desktop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .desktop\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .desktop\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .desktop\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-red-light:focus::-moz-placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus\:placeholder-red-light:focus::placeholder {
    color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus\:placeholder-red:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-red:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 95, 110, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-green:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(11, 211, 120, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(202, 209, 216, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 237, 242, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(105, 105, 105, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-light:focus::-moz-placeholder {
    color: 116,220,144,1 !important;
  }

  .desktop\:focus\:placeholder-blue-light:focus::placeholder {
    color: 116,220,144,1 !important;
  }

  .desktop\:focus\:placeholder-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(71, 118, 230, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(56, 69, 106, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-darker:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 44, 63, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-heroGradientOne:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-heroGradientOne:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 25, 93, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-heroGradientTwo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-blue-heroGradientTwo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(25, 103, 210, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-teal-light:focus::-moz-placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus\:placeholder-teal-light:focus::placeholder {
    color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus\:placeholder-teal:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-teal:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 224, 200, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-gold:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-gold:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 196, 119, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .desktop\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .desktop\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .desktop\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .desktop\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .desktop\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .desktop\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .desktop\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .desktop\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .desktop\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .desktop\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .desktop\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .desktop\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .desktop\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .desktop\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .desktop\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .desktop\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .desktop\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .desktop\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .desktop\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .desktop\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .desktop\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .desktop\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .desktop\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .desktop\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .desktop\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .desktop\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .desktop\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .desktop\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .desktop\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .desktop\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .desktop\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .desktop\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .desktop\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .desktop\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .desktop\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .desktop\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .desktop\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .desktop\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .desktop\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .desktop\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .desktop\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .desktop\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .desktop\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .desktop\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .desktop\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .desktop\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .desktop\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .desktop\:opacity-0 {
    opacity: 0 !important;
  }

  .desktop\:opacity-5 {
    opacity: 0.05 !important;
  }

  .desktop\:opacity-10 {
    opacity: 0.1 !important;
  }

  .desktop\:opacity-20 {
    opacity: 0.2 !important;
  }

  .desktop\:opacity-25 {
    opacity: 0.25 !important;
  }

  .desktop\:opacity-30 {
    opacity: 0.3 !important;
  }

  .desktop\:opacity-40 {
    opacity: 0.4 !important;
  }

  .desktop\:opacity-50 {
    opacity: 0.5 !important;
  }

  .desktop\:opacity-60 {
    opacity: 0.6 !important;
  }

  .desktop\:opacity-70 {
    opacity: 0.7 !important;
  }

  .desktop\:opacity-75 {
    opacity: 0.75 !important;
  }

  .desktop\:opacity-80 {
    opacity: 0.8 !important;
  }

  .desktop\:opacity-90 {
    opacity: 0.9 !important;
  }

  .desktop\:opacity-95 {
    opacity: 0.95 !important;
  }

  .desktop\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .desktop\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .desktop\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .desktop\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .desktop\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .desktop\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .desktop\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .desktop\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .desktop\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .desktop\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .desktop\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .desktop\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .desktop\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .desktop\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .desktop\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .desktop\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .desktop\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .desktop\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .desktop\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .desktop\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .desktop\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .desktop\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .desktop\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .desktop\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .desktop\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .desktop\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .desktop\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .desktop\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .desktop\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .desktop\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .desktop\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .desktop\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .desktop\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .desktop\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .desktop\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .desktop\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .desktop\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .desktop\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .desktop\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .desktop\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .desktop\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .desktop\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .desktop\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .desktop\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .desktop\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .desktop\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .desktop\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .desktop\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .desktop\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .desktop\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .desktop\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .desktop\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .desktop\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .desktop\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .desktop\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .desktop\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .desktop\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .desktop\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .desktop\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .desktop\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .desktop\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .desktop\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .desktop\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .desktop\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .desktop\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .desktop\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .desktop\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .desktop\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .desktop\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .desktop\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .desktop\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .desktop\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .desktop\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .desktop\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .desktop\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .desktop\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .desktop\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .desktop\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .desktop\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .desktop\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .desktop\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .desktop\: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;
  }

  .desktop\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .desktop\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .desktop\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .desktop\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .desktop\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .desktop\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-red-light {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:ring-red {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-green-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-green {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-grey-lighter {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-grey-light {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-grey-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-grey-darker {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-blue-light {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .desktop\:ring-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-blue-dark {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-blue-darker {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-blue-heroGradientOne {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-blue-heroGradientTwo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-teal-light {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:ring-teal {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-gold {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .desktop\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .desktop\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-red-light:focus-within {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus-within\:ring-red:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-green:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-blue-light:focus-within {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .desktop\:focus-within\:ring-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-blue-dark:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-blue-darker:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-blue-heroGradientOne:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-blue-heroGradientTwo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-teal-light:focus-within {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus-within\:ring-teal:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-gold:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 78, 80, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 30, 33, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .desktop\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .desktop\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-red-light:focus {
    --tw-ring-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus\:ring-red:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 95, 110, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-green:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(11, 211, 120, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(202, 209, 216, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 237, 242, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(105, 105, 105, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-blue-light:focus {
    --tw-ring-color: 116,220,144,1 !important;
  }

  .desktop\:focus\:ring-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(71, 118, 230, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-blue-dark:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(56, 69, 106, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-blue-darker:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 44, 63, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-blue-heroGradientOne:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 25, 93, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-blue-heroGradientTwo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(25, 103, 210, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-teal-light:focus {
    --tw-ring-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus\:ring-teal:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 224, 200, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-gold:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 196, 119, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .desktop\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .desktop\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .desktop\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .desktop\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .desktop\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .desktop\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .desktop\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .desktop\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .desktop\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .desktop\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .desktop\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .desktop\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .desktop\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .desktop\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .desktop\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .desktop\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .desktop\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .desktop\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .desktop\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .desktop\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .desktop\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .desktop\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .desktop\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .desktop\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .desktop\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .desktop\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .desktop\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .desktop\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .desktop\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .desktop\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .desktop\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .desktop\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .desktop\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .desktop\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .desktop\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .desktop\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .desktop\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .desktop\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .desktop\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .desktop\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .desktop\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .desktop\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .desktop\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .desktop\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .desktop\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .desktop\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .desktop\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .desktop\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .desktop\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .desktop\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .desktop\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .desktop\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .desktop\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .desktop\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .desktop\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .desktop\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .desktop\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .desktop\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .desktop\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .desktop\:ring-offset-primary {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .desktop\:ring-offset-secondary {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .desktop\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .desktop\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .desktop\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .desktop\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .desktop\:ring-offset-red-light {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:ring-offset-red {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .desktop\:ring-offset-green-light {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .desktop\:ring-offset-green {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .desktop\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .desktop\:ring-offset-grey-light {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .desktop\:ring-offset-grey {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .desktop\:ring-offset-grey-dark {
    --tw-ring-offset-color: #696969 !important;
  }

  .desktop\:ring-offset-grey-darker {
    --tw-ring-offset-color: #38456A !important;
  }

  .desktop\:ring-offset-blue-light {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .desktop\:ring-offset-blue {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .desktop\:ring-offset-blue-dark {
    --tw-ring-offset-color: #38456A !important;
  }

  .desktop\:ring-offset-blue-darker {
    --tw-ring-offset-color: #262C3F !important;
  }

  .desktop\:ring-offset-blue-heroGradientOne {
    --tw-ring-offset-color: #10195D !important;
  }

  .desktop\:ring-offset-blue-heroGradientTwo {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .desktop\:ring-offset-teal-light {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:ring-offset-teal {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .desktop\:ring-offset-gold {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .desktop\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .desktop\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .desktop\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .desktop\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .desktop\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .desktop\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .desktop\:focus-within\:ring-offset-red-light:focus-within {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus-within\:ring-offset-red:focus-within {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .desktop\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .desktop\:focus-within\:ring-offset-green:focus-within {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .desktop\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .desktop\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .desktop\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .desktop\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #696969 !important;
  }

  .desktop\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #38456A !important;
  }

  .desktop\:focus-within\:ring-offset-blue-light:focus-within {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .desktop\:focus-within\:ring-offset-blue:focus-within {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .desktop\:focus-within\:ring-offset-blue-dark:focus-within {
    --tw-ring-offset-color: #38456A !important;
  }

  .desktop\:focus-within\:ring-offset-blue-darker:focus-within {
    --tw-ring-offset-color: #262C3F !important;
  }

  .desktop\:focus-within\:ring-offset-blue-heroGradientOne:focus-within {
    --tw-ring-offset-color: #10195D !important;
  }

  .desktop\:focus-within\:ring-offset-blue-heroGradientTwo:focus-within {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .desktop\:focus-within\:ring-offset-teal-light:focus-within {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus-within\:ring-offset-teal:focus-within {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .desktop\:focus-within\:ring-offset-gold:focus-within {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .desktop\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #FF4E50 !important;
  }

  .desktop\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #1c1e21 !important;
  }

  .desktop\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .desktop\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .desktop\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .desktop\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .desktop\:focus\:ring-offset-red-light:focus {
    --tw-ring-offset-color: rgba(252, 95, 110, 0.07) !important;
  }

  .desktop\:focus\:ring-offset-red:focus {
    --tw-ring-offset-color: #FC5F6E !important;
  }

  .desktop\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .desktop\:focus\:ring-offset-green:focus {
    --tw-ring-offset-color: #0BD378 !important;
  }

  .desktop\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #CAD1D8 !important;
  }

  .desktop\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .desktop\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #ECEDF2 !important;
  }

  .desktop\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #696969 !important;
  }

  .desktop\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #38456A !important;
  }

  .desktop\:focus\:ring-offset-blue-light:focus {
    --tw-ring-offset-color: 116,220,144,1 !important;
  }

  .desktop\:focus\:ring-offset-blue:focus {
    --tw-ring-offset-color: #4776E6 !important;
  }

  .desktop\:focus\:ring-offset-blue-dark:focus {
    --tw-ring-offset-color: #38456A !important;
  }

  .desktop\:focus\:ring-offset-blue-darker:focus {
    --tw-ring-offset-color: #262C3F !important;
  }

  .desktop\:focus\:ring-offset-blue-heroGradientOne:focus {
    --tw-ring-offset-color: #10195D !important;
  }

  .desktop\:focus\:ring-offset-blue-heroGradientTwo:focus {
    --tw-ring-offset-color: #1967D2 !important;
  }

  .desktop\:focus\:ring-offset-teal-light:focus {
    --tw-ring-offset-color: rgba(67,224,200,0.15) !important;
  }

  .desktop\:focus\:ring-offset-teal:focus {
    --tw-ring-offset-color: #43E0C8 !important;
  }

  .desktop\:focus\:ring-offset-gold:focus {
    --tw-ring-offset-color: #fcc477 !important;
  }

  .desktop\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .desktop\:filter-none {
    filter: none !important;
  }

  .desktop\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .desktop\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .desktop\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .desktop\:blur {
    --tw-blur: blur(8px) !important;
  }

  .desktop\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .desktop\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .desktop\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .desktop\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .desktop\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .desktop\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .desktop\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .desktop\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .desktop\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .desktop\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .desktop\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .desktop\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .desktop\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .desktop\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .desktop\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .desktop\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .desktop\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .desktop\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .desktop\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .desktop\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .desktop\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .desktop\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .desktop\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .desktop\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .desktop\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .desktop\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .desktop\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .desktop\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .desktop\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .desktop\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .desktop\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .desktop\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .desktop\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .desktop\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .desktop\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .desktop\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .desktop\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .desktop\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .desktop\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .desktop\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .desktop\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .desktop\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .desktop\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .desktop\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .desktop\:invert {
    --tw-invert: invert(100%) !important;
  }

  .desktop\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .desktop\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .desktop\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .desktop\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .desktop\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .desktop\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .desktop\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .desktop\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -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;
  }

  .desktop\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .desktop\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .desktop\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .desktop\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .desktop\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .desktop\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .desktop\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .desktop\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .desktop\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .desktop\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .desktop\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .desktop\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .desktop\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .desktop\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .desktop\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .desktop\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .desktop\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .desktop\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .desktop\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .desktop\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .desktop\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .desktop\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .desktop\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .desktop\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .desktop\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .desktop\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .desktop\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .desktop\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .desktop\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .desktop\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .desktop\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .desktop\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .desktop\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .desktop\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .desktop\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .desktop\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .desktop\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .desktop\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .desktop\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .desktop\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .desktop\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .desktop\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .desktop\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .desktop\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .desktop\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .desktop\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .desktop\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .desktop\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .desktop\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .desktop\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .desktop\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .desktop\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .desktop\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .desktop\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .desktop\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .desktop\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .desktop\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .desktop\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .desktop\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .desktop\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .desktop\:transition-none {
    transition-property: none !important;
  }

  .desktop\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, 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;
  }

  .desktop\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:delay-75 {
    transition-delay: 75ms !important;
  }

  .desktop\:delay-100 {
    transition-delay: 100ms !important;
  }

  .desktop\:delay-150 {
    transition-delay: 150ms !important;
  }

  .desktop\:delay-200 {
    transition-delay: 200ms !important;
  }

  .desktop\:delay-300 {
    transition-delay: 300ms !important;
  }

  .desktop\:delay-500 {
    transition-delay: 500ms !important;
  }

  .desktop\:delay-700 {
    transition-delay: 700ms !important;
  }

  .desktop\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .desktop\:duration-75 {
    transition-duration: 75ms !important;
  }

  .desktop\:duration-100 {
    transition-duration: 100ms !important;
  }

  .desktop\:duration-150 {
    transition-duration: 150ms !important;
  }

  .desktop\:duration-200 {
    transition-duration: 200ms !important;
  }

  .desktop\:duration-300 {
    transition-duration: 300ms !important;
  }

  .desktop\:duration-500 {
    transition-duration: 500ms !important;
  }

  .desktop\:duration-700 {
    transition-duration: 700ms !important;
  }

  .desktop\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .desktop\:ease-linear {
    transition-timing-function: linear !important;
  }

  .desktop\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .desktop\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .desktop\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .desktop\:width-850px {
    width: 850px;
  }
}



