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

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

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

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-4 {
  top: 1rem;
}

.top-\[57px\] {
  top: 57px;
}

.left-0 {
  left: 0px;
}

.top-\[73px\] {
  top: 73px;
}

.top-\[72px\] {
  top: 72px;
}

.top-\[71px\] {
  top: 71px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-\[100\%\] {
  top: 100%;
}

.left-\[50\%\] {
  left: 50%;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

.z-\[5\] {
  z-index: 5;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-24 {
  height: 6rem;
}

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

.h-2 {
  height: 0.5rem;
}

.h-1 {
  height: 0.25rem;
}

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.w-\[calc\(100\%-50px\)\] {
  width: calc(100% - 50px);
}

.w-\[calc\(100\%-34px\)\] {
  width: calc(100% - 34px);
}

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

.w-\[calc\(100\%-30px\)\] {
  width: calc(100% - 30px);
}

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

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

.w-auto {
  width: auto;
}

.w-5\/6 {
  width: 83.333333%;
}

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.skew-x-\[1deg\] {
  --tw-skew-x: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.skew-y-\[-0\.25deg\] {
  --tw-skew-y: -0.25deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.skew-y-\[-2\.25deg\] {
  --tw-skew-y: -2.25deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.skew-y-\[-3\.25deg\] {
  --tw-skew-y: -3.25deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

.items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.text-balance {
  text-wrap: balance;
}

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

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

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

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

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

.border-4 {
  border-width: 4px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[0\.5px\] {
  border-width: 0.5px;
}

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

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-none {
  border-style: none;
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#50d71e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 215 30 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  background-color: rgba(255,255,255,0.5);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.25\)\] {
  background-color: rgba(255,255,255,0.25);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\] {
  background-color: rgba(255,255,255,0.4);
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-1 {
  padding: 0.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.font-handwriting {
  font-family: Handwriting, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.font-black {
  font-weight: 900;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[0\.8\] {
  line-height: 0.8;
}

.leading-\[0\.85\] {
  line-height: 0.85;
}

.leading-\[0\.65\] {
  line-height: 0.65;
}

.leading-\[0\.7\] {
  line-height: 0.7;
}

.leading-\[0\.6\] {
  line-height: 0.6;
}

.leading-\[0\.625\] {
  line-height: 0.625;
}

.leading-\[0\.825\] {
  line-height: 0.825;
}

.leading-\[2\] {
  line-height: 2;
}

.\!leading-\[2\] {
  line-height: 2 !important;
}

.\!leading-\[1\.6\] {
  line-height: 1.6 !important;
}

.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-\[\.97\] {
  opacity: .97;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[text-shadow\:_0_0_2\.5px_rgb\(255_255_255_\/_0\.9\)\2c _0_0_5px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_7\.5px_rgb\(255_255_255_\/_0\.7\)\2c _0_0_10px_rgb\(255_255_255_\/_0\.6\)\] {
  text-shadow: 0 0 2.5px rgb(255 255 255 / 0.9), 0 0 5px rgb(255 255 255 / 0.8), 0 0 7.5px rgb(255 255 255 / 0.7), 0 0 10px rgb(255 255 255 / 0.6);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_4px_rgb\(255_255_255_\/_0\.6\)\2c _0_0_8px_rgb\(255_255_255_\/_0\.4\)\2c _0_0_10px_rgb\(255_255_255_\/_0\.2\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 0.8), 0 0 4px rgb(255 255 255 / 0.6), 0 0 8px rgb(255 255 255 / 0.4), 0 0 10px rgb(255 255 255 / 0.2);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_4px_rgb\(255_255_255_\/_0\.6\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 0.8), 0 0 4px rgb(255 255 255 / 0.6);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_0\.8\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 0.8);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_4px_rgb\(255_255_255_\/_0\.9\)\2c _0_0_8px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_12px_rgb\(255_255_255_\/_0\.7\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 1.0), 0 0 4px rgb(255 255 255 / 0.9), 0 0 8px rgb(255 255 255 / 0.8), 0 0 12px rgb(255 255 255 / 0.7);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_4px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_8px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_12px_rgb\(255_255_255_\/_1\.0\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 1.0), 0 0 4px rgb(255 255 255 / 1.0), 0 0 8px rgb(255 255 255 / 1.0), 0 0 12px rgb(255 255 255 / 1.0);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_4px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_8px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_16px_rgb\(255_255_255_\/_1\.0\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 1.0), 0 0 4px rgb(255 255 255 / 1.0), 0 0 8px rgb(255 255 255 / 1.0), 0 0 16px rgb(255 255 255 / 1.0);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_4px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_8px_rgb\(255_255_255_\/_1\.0\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 1.0), 0 0 4px rgb(255 255 255 / 1.0), 0 0 8px rgb(255 255 255 / 1.0);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_1\.0\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 1.0);
}

.\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_1\.0\)_0_0_4px_rgb\(255_255_255_\/_1\.0\)\] {
  text-shadow: 0 0 2px rgb(255 255 255 / 1.0) 0 0 4px rgb(255 255 255 / 1.0);
}

.\[text-shadow\:_0_0_3px_rgb\(255_255_255_\/_0\.9\)\2c _0_0_6px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_9px_rgb\(255_255_255_\/_0\.7\)\2c _0_0_12px_rgb\(255_255_255_\/_0\.6\)\2c _0_0_15px_rgb\(255_255_255_\/_0\.5\)\] {
  text-shadow: 0 0 3px rgb(255 255 255 / 0.9), 0 0 6px rgb(255 255 255 / 0.8), 0 0 9px rgb(255 255 255 / 0.7), 0 0 12px rgb(255 255 255 / 0.6), 0 0 15px rgb(255 255 255 / 0.5);
}

.\[text-shadow\:_0_0_3px_rgb\(255_255_255_\/_0\.9\)\2c _0_0_6px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_9px_rgb\(255_255_255_\/_0\.7\)\2c _0_0_12px_rgb\(255_255_255_\/_0\.6\)\] {
  text-shadow: 0 0 3px rgb(255 255 255 / 0.9), 0 0 6px rgb(255 255 255 / 0.8), 0 0 9px rgb(255 255 255 / 0.7), 0 0 12px rgb(255 255 255 / 0.6);
}

.\[text-shadow\:_0_0_4px_10px_rgb\(255_255_255_\/_0\.8\)\] {
  text-shadow: 0 0 4px 10px rgb(255 255 255 / 0.8);
}

.\[text-shadow\:_0_0_4px_rgb\(251_207_232_\/_0\.9\)\2c _0_0_8px_rgb\(251_207_232_\/_0\.8\)\2c _0_0_12px_rgb\(251_207_232_\/_0\.7\)\2c _0_0_16px_rgb\(251_207_232_\/_0\.6\)\2c _0_0_20px_rgb\(251_207_232_\/_0\.5\)\2c _0_0_24px_rgb\(251_207_232_\/_0\.4\)\] {
  text-shadow: 0 0 4px rgb(251 207 232 / 0.9), 0 0 8px rgb(251 207 232 / 0.8), 0 0 12px rgb(251 207 232 / 0.7), 0 0 16px rgb(251 207 232 / 0.6), 0 0 20px rgb(251 207 232 / 0.5), 0 0 24px rgb(251 207 232 / 0.4);
}

.\[text-shadow\:_0_0_4px_rgb\(251_207_232_\/_0\.9\)\2c _0_0_8px_rgb\(251_207_232_\/_0\.8\)\2c _0_0_12px_rgb\(251_207_232_\/_0\.7\)\2c _0_0_16px_rgb\(251_207_232_\/_0\.6\)\2c _0_0_20px_rgb\(251_207_232_\/_0\.5\)\] {
  text-shadow: 0 0 4px rgb(251 207 232 / 0.9), 0 0 8px rgb(251 207 232 / 0.8), 0 0 12px rgb(251 207 232 / 0.7), 0 0 16px rgb(251 207 232 / 0.6), 0 0 20px rgb(251 207 232 / 0.5);
}

.\[text-shadow\:_0_0_4px_rgb\(251_207_232_\/_0\.9\)\2c _0_0_8px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_12px_rgb\(255_255_255_\/_0\.7\)\2c _0_0_16px_rgb\(255_255_255_\/_0\.6\)\2c _0_0_20px_rgb\(255_255_255_\/_0\.5\)\] {
  text-shadow: 0 0 4px rgb(251 207 232 / 0.9), 0 0 8px rgb(255 255 255 / 0.8), 0 0 12px rgb(255 255 255 / 0.7), 0 0 16px rgb(255 255 255 / 0.6), 0 0 20px rgb(255 255 255 / 0.5);
}

.\[text-shadow\:_0_0_4px_rgb\(255_255_255_\/_0\.6\)\] {
  text-shadow: 0 0 4px rgb(255 255 255 / 0.6);
}

.\[text-shadow\:_0_0_4px_rgb\(255_255_255_\/_0\.8\)\] {
  text-shadow: 0 0 4px rgb(255 255 255 / 0.8);
}

.\[text-shadow\:_0_0_4px_rgb\(255_255_255_\/_0\.9\)\2c _0_0_8px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_12px_rgb\(255_255_255_\/_0\.7\)\2c _0_0_16px_rgb\(255_255_255_\/_0\.6\)\2c _0_0_20px_rgb\(255_255_255_\/_0\.5\)\] {
  text-shadow: 0 0 4px rgb(255 255 255 / 0.9), 0 0 8px rgb(255 255 255 / 0.8), 0 0 12px rgb(255 255 255 / 0.7), 0 0 16px rgb(255 255 255 / 0.6), 0 0 20px rgb(255 255 255 / 0.5);
}

.\[text-shadow\:_0_0_4px_rgb\(255_255_255_\/_0\.9\)\2c _0_0_8px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_12px_rgb\(255_255_255_\/_0\.7\)\2c _0_0_16x_rgb\(255_255_255_\/_0\.6\)\2c _0_0_20px_rgb\(255_255_255_\/_0\.5\)\] {
  text-shadow: 0 0 4px rgb(255 255 255 / 0.9), 0 0 8px rgb(255 255 255 / 0.8), 0 0 12px rgb(255 255 255 / 0.7), 0 0 16x rgb(255 255 255 / 0.6), 0 0 20px rgb(255 255 255 / 0.5);
}

.\[text-shadow\:_0_0_4px_rgb\(255_255_255_\/_1\.0\)\] {
  text-shadow: 0 0 4px rgb(255 255 255 / 1.0);
}

.\[text-shadow\:_0_0_4px_rgb\(99_102_241_\/_0\.8\)\] {
  text-shadow: 0 0 4px rgb(99 102 241 / 0.8);
}

.\[text-shadow\:_0_0_5px_rgb\(255_255_255_\/_0\.9\)\2c _0_0_10px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_15px_rgb\(255_255_255_\/_0\.7\)\2c _0_0_30px_rgb\(255_255_255_\/_0\.6\)\2c _0_0_25px_rgb\(255_255_255_\/_0\.5\)\] {
  text-shadow: 0 0 5px rgb(255 255 255 / 0.9), 0 0 10px rgb(255 255 255 / 0.8), 0 0 15px rgb(255 255 255 / 0.7), 0 0 30px rgb(255 255 255 / 0.6), 0 0 25px rgb(255 255 255 / 0.5);
}

.\[text-shadow\:_0_0_8px_rgb\(255_255_255_\/_1\.0\)\] {
  text-shadow: 0 0 8px rgb(255 255 255 / 1.0);
}

.\[text-shadow\:_0_2px_4px_rgb\(99_102_241_\/_0\.8\)\] {
  text-shadow: 0 2px 4px rgb(99 102 241 / 0.8);
}

@font-face {
  font-family: "Handwriting";

  letter-spacing: 1.2px;

  transform: skew(1deg, -0.25deg);

  src: url("./fonts/Aliensy.ttf");
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:visible {
    visibility: visible;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:top-\[57px\] {
    top: 57px;
  }

  .sm\:top-\[56px\] {
    top: 56px;
  }

  .sm\:top-\[55px\] {
    top: 55px;
  }

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

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

  .sm\:top-\[-40px\] {
    top: -40px;
  }

  .sm\:top-\[-20px\] {
    top: -20px;
  }

  .sm\:right-\[-70px\] {
    right: -70px;
  }

  .sm\:top-\[-30px\] {
    top: -30px;
  }

  .sm\:top-\[50\%\] {
    top: 50%;
  }

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

  .sm\:top-\[100px\] {
    top: 100px;
  }

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

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

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

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

  .sm\:top-\[20px\] {
    top: 20px;
  }

  .sm\:top-\[14px\] {
    top: 14px;
  }

  .sm\:top-\[12px\] {
    top: 12px;
  }

  .sm\:top-\[11px\] {
    top: 11px;
  }

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

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

  .sm\:m-0 {
    margin: 0px;
  }

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

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .sm\:mt-8 {
    margin-top: 2rem;
  }

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

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

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[38px\] {
    height: 38px;
  }

  .sm\:h-auto {
    height: auto;
  }

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

  .sm\:h-\[4px\] {
    height: 4px;
  }

  .sm\:h-\[44px\] {
    height: 44px;
  }

  .sm\:h-\[42px\] {
    height: 42px;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-\[38px\] {
    width: 38px;
  }

  .sm\:w-\[calc\(100\%-38px\)\] {
    width: calc(100% - 38px);
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-\[200px\] {
    width: 200px;
  }

  .sm\:w-\[100px\] {
    width: 100px;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-\[65\%\] {
    width: 65%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-\[60\%\] {
    width: 60%;
  }

  .sm\:w-\[58\%\] {
    width: 58%;
  }

  .sm\:w-\[55\%\] {
    width: 55%;
  }

  .sm\:max-w-\[auto\] {
    max-width: auto;
  }

  .sm\:max-w-\[unset\] {
    max-width: unset;
  }

  .sm\:translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .sm\:text-balance {
    text-wrap: balance;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

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

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .sm\:border-t-\[1px\] {
    border-top-width: 1px;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }

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

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-\[30\%\] {
    padding-right: 30%;
  }

  .sm\:pr-\[40\%\] {
    padding-right: 40%;
  }

  .sm\:pr-\[35\%\] {
    padding-right: 35%;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-\[33\%\] {
    padding-right: 33%;
  }

  .sm\:pr-\[200px\] {
    padding-right: 200px;
  }

  .sm\:pr-\[calc\(33\%\+200px\)\] {
    padding-right: calc(33% + 200px);
  }

  .sm\:pr-\[calc\(33\%\+20px\)\] {
    padding-right: calc(33% + 20px);
  }

  .sm\:pr-\[calc\(33\%\+30px\)\] {
    padding-right: calc(33% + 30px);
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pr-\[calc\(33\%\+42px\)\] {
    padding-right: calc(33% + 42px);
  }

  .sm\:pr-\[calc\(33\%\+40px\)\] {
    padding-right: calc(33% + 40px);
  }

  .sm\:pr-\[calc\(33\%\+50px\)\] {
    padding-right: calc(33% + 50px);
  }

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

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-\[100px\] {
    font-size: 100px;
  }

  .sm\:text-\[120px\] {
    font-size: 120px;
  }

  .sm\:text-\[114px\] {
    font-size: 114px;
  }

  .sm\:text-\[110px\] {
    font-size: 110px;
  }

  .sm\:text-\[106px\] {
    font-size: 106px;
  }

  .sm\:text-\[104px\] {
    font-size: 104px;
  }

  .sm\:text-\[96px\] {
    font-size: 96px;
  }

  .sm\:text-\[134px\] {
    font-size: 134px;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-\[130px\] {
    font-size: 130px;
  }

  .sm\:text-\[126px\] {
    font-size: 126px;
  }

  .sm\:text-\[122px\] {
    font-size: 122px;
  }

  .sm\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

  .sm\:\!text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .sm\:\!text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:\!text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:leading-\[0\.8\] {
    line-height: 0.8;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:fixed {
    position: fixed;
  }

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

  .md\:top-\[50px\] {
    top: 50px;
  }

  .md\:top-\[30px\] {
    top: 30px;
  }

  .md\:top-\[60px\] {
    top: 60px;
  }

  .md\:top-\[70px\] {
    top: 70px;
  }

  .md\:top-\[80px\] {
    top: 80px;
  }

  .md\:top-\[76px\] {
    top: 76px;
  }

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

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

  .md\:top-\[100px\] {
    top: 100px;
  }

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

  .md\:right-\[20px\] {
    right: 20px;
  }

  .md\:top-\[120px\] {
    top: 120px;
  }

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

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

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[38px\] {
    height: 38px;
  }

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

  .md\:h-\[4px\] {
    height: 4px;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-\[260px\] {
    width: 260px;
  }

  .md\:w-\[240px\] {
    width: 240px;
  }

  .md\:w-\[230px\] {
    width: 230px;
  }

  .md\:w-\[220px\] {
    width: 220px;
  }

  .md\:w-\[210px\] {
    width: 210px;
  }

  .md\:w-\[100px\] {
    width: 100px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-\[55\%\] {
    width: 55%;
  }

  .md\:max-w-\[auto\] {
    max-width: auto;
  }

  .md\:max-w-\[unset\] {
    max-width: unset;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

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

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:text-balance {
    text-wrap: balance;
  }

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

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

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

  .md\:pr-\[200px\] {
    padding-right: 200px;
  }

  .md\:pr-\[220px\] {
    padding-right: 220px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-\[calc\(33\%\+60px\)\] {
    padding-right: calc(33% + 60px);
  }

  .md\:pt-\[160px\] {
    padding-top: 160px;
  }

  .md\:pt-\[200px\] {
    padding-top: 200px;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-\[112px\] {
    font-size: 112px;
  }

  .md\:text-\[134px\] {
    font-size: 134px;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-\[106px\] {
    font-size: 106px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-\[144px\] {
    font-size: 144px;
  }

  .md\:text-\[132px\] {
    font-size: 132px;
  }

  .md\:text-\[130px\] {
    font-size: 130px;
  }

  .md\:text-\[200px\] {
    font-size: 200px;
  }

  .md\:text-\[146px\] {
    font-size: 146px;
  }

  .md\:text-\[156px\] {
    font-size: 156px;
  }

  .md\:text-\[256px\] {
    font-size: 256px;
  }

  .md\:text-\[166px\] {
    font-size: 166px;
  }

  .md\:text-\[180px\] {
    font-size: 180px;
  }

  .md\:text-\[160px\] {
    font-size: 160px;
  }

  .md\:text-\[120px\] {
    font-size: 120px;
  }

  .md\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .md\:leading-\[1\.25\] {
    line-height: 1.25;
  }

  .md\:leading-\[3\.0\] {
    line-height: 3.0;
  }

  .md\:leading-\[0\.65\] {
    line-height: 0.65;
  }

  .md\:\[text-shadow\:_0_0_2px_rgb\(255_255_255_\/_1\.0\)\2c _0_0_4px_rgb\(255_255_255_\/_0\.9\)\2c _0_0_8px_rgb\(255_255_255_\/_0\.8\)\2c _0_0_12px_rgb\(255_255_255_\/_0\.7\)\] {
    text-shadow: 0 0 2px rgb(255 255 255 / 1.0), 0 0 4px rgb(255 255 255 / 0.9), 0 0 8px rgb(255 255 255 / 0.8), 0 0 12px rgb(255 255 255 / 0.7);
  }

  .md\:\[text-shadow\:none\] {
    text-shadow: none;
  }
}

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

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

  .lg\:top-\[100\%\] {
    top: 100%;
  }

  .lg\:top-\[100px\] {
    top: 100px;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:max-h-\[auto\] {
    max-height: auto;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-\[260pc\] {
    width: 260pc;
  }

  .lg\:w-\[260px\] {
    width: 260px;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:skew-y-\[-2\.25deg\] {
    --tw-skew-y: -2.25deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:skew-y-\[-1\.25deg\] {
    --tw-skew-y: -1.25deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:skew-y-\[-0\.75deg\] {
    --tw-skew-y: -0.75deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:text-balance {
    text-wrap: balance;
  }

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

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

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

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-\[300px\] {
    padding-right: 300px;
  }

  .lg\:pr-\[270px\] {
    padding-right: 270px;
  }

  .lg\:pr-\[260px\] {
    padding-right: 260px;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pr-\[50\%\] {
    padding-right: 50%;
  }

  .lg\:pr-\[45\%\] {
    padding-right: 45%;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-\[134px\] {
    font-size: 134px;
  }

  .lg\:text-\[160px\] {
    font-size: 160px;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-\[260px\] {
    font-size: 260px;
  }

  .lg\:transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .hover\:lg\:opacity-30:hover {
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:fixed {
    position: fixed;
  }

  .xl\:right-\[30px\] {
    right: 30px;
  }

  .xl\:right-\[60px\] {
    right: 60px;
  }

  .xl\:top-\[calc\(50\%-20px\)\] {
    top: calc(50% - 20px);
  }

  .xl\:top-\[calc\(50\%-40px\)\] {
    top: calc(50% - 40px);
  }

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

  .xl\:right-\[20\%\] {
    right: 20%;
  }

  .xl\:right-\[5\%\] {
    right: 5%;
  }

  .xl\:right-\[20px\] {
    right: 20px;
  }

  .xl\:right-\[-20px\] {
    right: -20px;
  }

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

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

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

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

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

  .xl\:max-h-\[auto\] {
    max-height: auto;
  }

  .xl\:max-h-\[100\%\] {
    max-height: 100%;
  }

  .xl\:max-h-\[unset\] {
    max-height: unset;
  }

  .xl\:w-\[300px\] {
    width: 300px;
  }

  .xl\:w-\[45\%\] {
    width: 45%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:pl-\[8\.25rem\] {
    padding-left: 8.25rem;
  }

  .xl\:pl-\[8\.75rem\] {
    padding-left: 8.75rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pt-\[160px\] {
    padding-top: 160px;
  }

  .xl\:pt-\[180px\] {
    padding-top: 180px;
  }

  .xl\:pr-\[50\%\] {
    padding-right: 50%;
  }

  .xl\:pr-\[47\%\] {
    padding-right: 47%;
  }

  .xl\:pr-\[47\.5\%\] {
    padding-right: 47.5%;
  }

  .xl\:pl-\[60px\] {
    padding-left: 60px;
  }

  .xl\:pl-\[30px\] {
    padding-left: 30px;
  }

  .xl\:pl-\[40px\] {
    padding-left: 40px;
  }

  .xl\:pr-\[45\%\] {
    padding-right: 45%;
  }

  .xl\:pt-\[120px\] {
    padding-top: 120px;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-\[152px\] {
    font-size: 152px;
  }

  .xl\:text-\[180px\] {
    font-size: 180px;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-\[220px\] {
    font-size: 220px;
  }

  .xl\:text-\[200px\] {
    font-size: 200px;
  }

  .xl\:text-\[160px\] {
    font-size: 160px;
  }

  .xl\:text-\[170px\] {
    font-size: 170px;
  }
}

.\[\&_li\]\:marker\:font-bold * li::marker {
  font-weight: 700;
}

.\[\&_li\]\:marker\:font-bold li::marker {
  font-weight: 700;
}