@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@import url(https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700,900&display=swap);
@import url(https://api.fontshare.com/v2/css?f[]=space-grotesk@300,400,500,600,700&display=swap);
/*
! tailwindcss v3.3.2 | 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.
*/

html {
  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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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]) {
  text-decoration: underline;
  -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. 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-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;
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}

::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 	640px) {

  .container {
    max-width: 	640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

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

  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1366px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1500px) {

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

  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-\[3px\] {
  bottom: -3px;
}
.-left-10 {
  left: -2.5rem;
}
.-left-\[3px\] {
  left: -3px;
}
.-right-10 {
  right: -2.5rem;
}
.-right-\[3px\] {
  right: -3px;
}
.-top-10 {
  top: -2.5rem;
}
.-top-32 {
  top: -8rem;
}
.-top-\[3px\] {
  top: -3px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[100px\] {
  bottom: 100px;
}
.bottom-\[118px\] {
  bottom: 118px;
}
.bottom-\[121px\] {
  bottom: 121px;
}
.bottom-\[15\%\] {
  bottom: 15%;
}
.bottom-\[200px\] {
  bottom: 200px;
}
.bottom-\[24px\] {
  bottom: 24px;
}
.bottom-\[39px\] {
  bottom: 39px;
}
.bottom-\[58px\] {
  bottom: 58px;
}
.bottom-\[5px\] {
  bottom: 5px;
}
.bottom-\[91px\] {
  bottom: 91px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-18px\] {
  left: -18px;
}
.left-\[212px\] {
  left: 212px;
}
.left-\[22\.5\%\] {
  left: 22.5%;
}
.left-\[24\.3\%\] {
  left: 24.3%;
}
.left-\[266px\] {
  left: 266px;
}
.left-\[27px\] {
  left: 27px;
}
.left-\[32\.5\%\] {
  left: 32.5%;
}
.left-\[37\.5\%\] {
  left: 37.5%;
}
.left-\[39\.2\%\] {
  left: 39.2%;
}
.left-\[5px\] {
  left: 5px;
}
.left-\[70px\] {
  left: 70px;
}
.left-\[84px\] {
  left: 84px;
}
.left-\[94px\] {
  left: 94px;
}
.right-0 {
  right: 0px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[19\%\] {
  right: 19%;
}
.right-\[20\%\] {
  right: 20%;
}
.right-\[4\%\] {
  right: 4%;
}
.right-\[40\%\] {
  right: 40%;
}
.right-\[42\%\] {
  right: 42%;
}
.right-\[5px\] {
  right: 5px;
}
.right-\[67\%\] {
  right: 67%;
}
.right-\[69\%\] {
  right: 69%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[13\%\] {
  top: 13%;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[224px\] {
  top: 224px;
}
.top-\[270px\] {
  top: 270px;
}
.top-\[28\%\] {
  top: 28%;
}
.top-\[33\%\] {
  top: 33%;
}
.top-\[39\%\] {
  top: 39%;
}
.top-\[40\%\] {
  top: 40%;
}
.top-\[43\%\] {
  top: 43%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[58\%\] {
  top: 58%;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[88\%\] {
  top: 88%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mt-\[320px\] {
  margin-top: -320px;
}
.-mt-\[400px\] {
  margin-top: -400px;
}
.-mt-\[500px\] {
  margin-top: -500px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-\[-2px\] {
  margin-left: -2px;
}
.ml-\[1px\] {
  margin-left: 1px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[650\/910\] {
  aspect-ratio: 650/910;
}
.h-10 {
  height: 2.5rem;
}
.h-14 {
  height: 3.5rem;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[145px\] {
  height: 145px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[345px\] {
  height: 345px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[395px\] {
  height: 395px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[425px\] {
  height: 425px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[494px\] {
  height: 494px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[648px\] {
  height: 648px;
}
.h-\[890px\] {
  height: 890px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[343px\] {
  max-height: 343px;
}
.min-h-\[1040px\] {
  min-height: 1040px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-4 {
  width: 1rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[195px\] {
  width: 195px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[282px\] {
  width: 282px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[345px\] {
  width: 345px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[925px\] {
  width: 925px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes aiGlow {

  0%, 100% {
    box-shadow: 
              inset 0 0 6px rgba(255, 0, 0, 0.2),
              0 2px 10px rgba(255, 0, 0, 0.25),
              0 0 6px rgba(255, 0, 0, 0.3)
            ;
  }

  50% {
    box-shadow: 
              inset 0 0 8px rgba(255, 0, 0, 0.3),
              0 3px 14px rgba(255, 0, 0, 0.4),
              0 0 8px rgba(255, 0, 0, 0.4)
            ;
  }
}
.animate-ai-glow {
  animation: aiGlow 2.5s ease-in-out infinite;
}
@keyframes rotateBorder {

  0% {
    --border-angle: 360deg;
  }

  100% {
    --border-angle: 0deg;
  }
}
.animate-borderRotate {
  animation: rotateBorder 8s linear infinite;
}
@keyframes bounceCustom {

  0% {
    transform: translateY(0%);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  10% {
    transform: translateY(-130%);
  }

  20% {
    transform: translateY(0%);
  }

  30% {
    transform: translateY(-80%);
  }

  40% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-50%);
  }

  60% {
    transform: translateY(0%);
  }

  70% {
    transform: translateY(-15%);
  }

  80% {
    transform: translateY(0%);
  }

  90% {
    transform: translateY(-5%);
  }

  100% {
    transform: translateY(0%);
  }
}
.animate-bounceCustom {
  animation: bounceCustom 7.5s infinite;
}
@keyframes wave-scroll {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.animate-wave-scroll {
  animation: wave-scroll 15s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  word-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[17px\] {
  border-radius: 17px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t-\[15px\] {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.rounded-bl-\[15px\] {
  border-bottom-left-radius: 15px;
}
.rounded-br-\[14px\] {
  border-bottom-right-radius: 14px;
}
.rounded-br-\[15px\] {
  border-bottom-right-radius: 15px;
}
.rounded-tl-\[14px\] {
  border-top-left-radius: 14px;
}
.rounded-tl-\[15px\] {
  border-top-left-radius: 15px;
}
.rounded-tr-\[15px\] {
  border-top-right-radius: 15px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[4px\] {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-l-\[4px\] {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#FF0000\] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 0, 1);
  border-color: rgba(255, 0, 0, var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#3E0000\] {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 0, 0, 1);
  background-color: rgba(62, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#3e0000\] {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 0, 0, 1);
  background-color: rgba(62, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#FF0000\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 0, 0, 1);
  background-color: rgba(255, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#FF0404\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 4, 4, 1);
  background-color: rgba(255, 4, 4, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, 1);
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-\[linear-gradient\(to_bottom\2c white\2c \#ff818c\)\] {
  background-image: linear-gradient(to bottom,white,#ff818c);
}
.bg-\[linear-gradient\(to_right\2c \#C00000\2c white\2c \#FF0000\)\] {
  background-image: linear-gradient(to right,#C00000,white,#FF0000);
}
.bg-\[linear-gradient\(to_right\2c _\#720000\2c _black\2c _black\2c _\#720000\)\] {
  background-image: linear-gradient(to right, #720000, black, black, #720000);
}
.bg-\[radial-gradient\(circle_at_-18\%_-70\%\2c _rgba\(255\2c 0\2c 0\2c 0\.4\)\2c _transparent_60\%\)\] {
  background-image: radial-gradient(circle at -18% -70%, rgba(255,0,0,0.4), transparent 60%);
}
.bg-\[radial-gradient\(circle_at_-30\%_150\%\2c _rgba\(255\2c 0\2c 0\2c 0\.4\)\2c _transparent_60\%\)\] {
  background-image: radial-gradient(circle at -30% 150%, rgba(255,0,0,0.4), transparent 60%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#3F0202\] {
  --tw-gradient-from: #3F0202 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(63, 2, 2, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(81\2c 81\2c 97\2c 1\)\] {
  --tw-gradient-from: rgba(81,81,97,1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(81, 81, 97, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/0 {
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#FF0000\] {
  --tw-gradient-to: #FF0000 var(--tw-gradient-to-position);
}
.to-\[rgba\(33\2c 49\2c 49\2c 0\)\] {
  --tw-gradient-to: rgba(33,49,49,0) var(--tw-gradient-to-position);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-white\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[2px\] {
  padding: 2px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-abeezee {
  font-family: Abeezee, sans-serif;
}
.font-glancyr {
  font-family: Glancyr, sans-serif;
}
.font-grotesk {
  font-family: Space Grotesk, sans-serif;
}
.font-inter {
  font-family: Inter, sans-serif;
}
.font-poppins {
  font-family: Poppins, sans-serif;
}
.font-satoshi {
  font-family: Satoshi, sans-serif;
}
.font-sfPro {
  font-family: Sf Pro, sans-serif;
}
.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-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[54px\] {
  font-size: 54px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#757070\] {
  --tw-text-opacity: 1;
  color: rgba(117, 112, 112, 1);
  color: rgba(117, 112, 112, var(--tw-text-opacity));
}
.text-\[\#7C7C7C\] {
  --tw-text-opacity: 1;
  color: rgba(124, 124, 124, 1);
  color: rgba(124, 124, 124, var(--tw-text-opacity));
}
.text-\[\#959595\] {
  --tw-text-opacity: 1;
  color: rgba(149, 149, 149, 1);
  color: rgba(149, 149, 149, var(--tw-text-opacity));
}
.text-\[\#EE0000\] {
  --tw-text-opacity: 1;
  color: rgba(238, 0, 0, 1);
  color: rgba(238, 0, 0, var(--tw-text-opacity));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, 1);
  color: rgba(255, 0, 0, var(--tw-text-opacity));
}
.text-\[\#ffecc6\] {
  --tw-text-opacity: 1;
  color: rgba(255, 236, 198, 1);
  color: rgba(255, 236, 198, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}
.shadow-\[0px_-1px_1px_0px_\#0000001A\] {
  --tw-shadow: 0px -1px 1px 0px rgba(0,0,0,0.10196);
  --tw-shadow-colored: 0px -1px 1px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px -1px 1px 0px rgba(0,0,0,0.10196);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[inset_0_4px_4px_0_rgba\(255\2c 255\2c 255\2c 0\.25\)\] {
  --tw-shadow: inset 0 4px 4px 0 rgba(255,255,255,0.25);
  --tw-shadow-colored: inset 0 4px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 4px 4px 0 rgba(255,255,255,0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: blur(64px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-lg {
  --tw-blur: blur(16px);
  filter: blur(16px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: blur(16px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: blur(16px) 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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.\[background\:linear-gradient\(45deg\2c \#000\2c theme\(colors\.black\)_50\%\2c \#000\)_padding-box\2c conic-gradient\(from_var\(--border-angle\)\2c theme\(colors\.red\.900\/\.4\)_75\%\2c \#ff0000_85\%\2c theme\(colors\.red\.800\)_92\%\2c \#ff0000_97\%\2c theme\(colors\.red\.900\/\.4\)\)_border-box\] {
  background: linear-gradient(45deg,#000,#000 50%,#000) padding-box,conic-gradient(from var(--border-angle),rgba(127, 29, 29, .4) 75%,#ff0000 85%,#991b1b 92%,#ff0000 97%,rgba(127, 29, 29, .4)) border-box;
}

/* SF Pro Font */
@font-face {
  font-family: "Sf Pro";
  src: url(/b85d841dacb040b84951.OTF)
    format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sf Pro";
  src: url(/b1f4d2c69fa808ebca12.OTF)
    format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sf Pro";
  src: url(/b1f4d2c69fa808ebca12.OTF)
    format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Sf Pro";
  src: url(/d1f5e6e16dd4f75c3950.OTF)
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

/* Glancyr Font */
@font-face {
  font-family: "Glancyr";
  src: url(/fc502a29d5d2eb668521.otf)
    format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Glancyr";
  src: url(/dd4aa78d7225963a951e.otf)
    format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Glancyr";
  src: url(/708311de2a73d8ab0256.otf)
    format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Glancyr";
  src: url(/c9fc5fbc02c3e1450a32.otf)
    format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Glancyr";
  src: url(/39a387019cafafb83097.otf)
    format("opentype");
  font-weight: 700;
  font-style: normal;
}
@property --border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 	640px) {

    .lg\:container {
      max-width: 	640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1366px) {

    .lg\:container {
      max-width: 1366px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1500px) {

    .lg\:container {
      max-width: 1500px;
    }
  }

  @media (min-width: 1536px) {

    .lg\:container {
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}
@media (min-width: 1366px) {

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 	640px) {

    .xl\:container {
      max-width: 	640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1366px) {

    .xl\:container {
      max-width: 1366px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1500px) {

    .xl\:container {
      max-width: 1500px;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-\[-3px\]::after {
  content: var(--tw-content);
  bottom: -3px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}
.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:bg-\[\#EE0000\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(238, 0, 0, 1);
  background-color: rgba(238, 0, 0, var(--tw-bg-opacity));
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(0.25rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
@media (max-width: 500px) {

  .max-\[500px\]\:bottom-\[40px\] {
    bottom: 40px;
  }

  .max-\[500px\]\:bottom-\[75px\] {
    bottom: 75px;
  }

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

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

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

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

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

  .max-\[500px\]\:w-\[98px\] {
    width: 98px;
  }
}
@media (min-width: 400px) {

  .min-\[400px\]\:min-h-\[900px\] {
    min-height: 900px;
  }
}
@media (min-width: 640px) {

  .sm\:bottom-\[148px\] {
    bottom: 148px;
  }

  .sm\:bottom-\[150px\] {
    bottom: 150px;
  }

  .sm\:bottom-\[163px\] {
    bottom: 163px;
  }

  .sm\:bottom-\[171px\] {
    bottom: 171px;
  }

  .sm\:bottom-\[32px\] {
    bottom: 32px;
  }

  .sm\:bottom-\[54px\] {
    bottom: 54px;
  }

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

  .sm\:left-\[-50px\] {
    left: -50px;
  }

  .sm\:left-\[137px\] {
    left: 137px;
  }

  .sm\:left-\[317px\] {
    left: 317px;
  }

  .sm\:left-\[420px\] {
    left: 420px;
  }

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

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

  .sm\:mt-\[-200px\] {
    margin-top: -200px;
  }

  .sm\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) 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\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

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

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

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

  .sm\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

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

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

  .md\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-auto {
    left: auto;
  }

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

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

  .lg\:top-auto {
    top: auto;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:min-h-\[950px\] {
    min-height: 950px;
  }

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

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

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

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

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

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

  .lg\:w-\[90\%\] {
    width: 90%;
  }

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

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

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

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) 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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

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

  .lg\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {

  .xl\:left-\[170px\] {
    left: 170px;
  }

  .xl\:left-\[70px\] {
    left: 70px;
  }

  .xl\:left-\[90px\] {
    left: 90px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-\[56px\] {
    line-height: 56px;
  }

  .xl\:leading-\[64px\] {
    line-height: 64px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:static {
    position: static;
  }

  .\32xl\:bottom-\[118px\] {
    bottom: 118px;
  }

  .\32xl\:bottom-\[220px\] {
    bottom: 220px;
  }

  .\32xl\:bottom-\[68px\] {
    bottom: 68px;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:left-\[22\.3\%\] {
    left: 22.3%;
  }

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

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

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

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

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:top-\[19\%\] {
    top: 19%;
  }

  .\32xl\:top-\[39\%\] {
    top: 39%;
  }

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

  .\32xl\:h-\[1030px\] {
    height: 1030px;
  }

  .\32xl\:h-\[165px\] {
    height: 165px;
  }

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

  .\32xl\:h-\[400px\] {
    height: 400px;
  }

  .\32xl\:h-\[500px\] {
    height: 500px;
  }

  .\32xl\:h-\[600px\] {
    height: 600px;
  }

  .\32xl\:h-\[65px\] {
    height: 65px;
  }

  .\32xl\:h-\[695px\] {
    height: 695px;
  }

  .\32xl\:h-\[700px\] {
    height: 700px;
  }

  .\32xl\:h-\[800px\] {
    height: 800px;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:min-h-\[900px\] {
    min-height: 900px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\32xl\:max-w-\[1180px\] {
    max-width: 1180px;
  }

  .\32xl\:max-w-\[1368px\] {
    max-width: 1368px;
  }

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

  .\32xl\:max-w-\[700px\] {
    max-width: 700px;
  }

  .\32xl\:max-w-none {
    max-width: none;
  }

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

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

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

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

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

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

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

  .\32xl\:leading-\[79px\] {
    line-height: 79px;
  }
}

