@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=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap);
*, ::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:  ;
  --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: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | 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, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 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 */
  -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]) {
  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. 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;
}

input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    color: white !important;
    background: transparent !important;
  }

input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    -webkit-transition: background 50000s ease-in, color 50000s ease-in;
    transition: background 50000s ease-in, color 50000s ease-in;
  }

* {
    box-sizing: border-box;
  }

html{
  overflow-x: hidden;
  font-size: 1rem;
  line-height: 1.5rem;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, 1);
  background-color: rgba(2, 2, 2, var(--tw-bg-opacity));
  font-family: Josefin, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

p{
  line-height: 1.5rem;
}
.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;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.scrollbar-hide{
  scrollbar-width: none;
}
.btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 100px;
  gap: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 22px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.-top-6{
  top: -1.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[10px\]{
  bottom: 10px;
}
.bottom-\[92px\]{
  bottom: 92px;
}
.left-0\.5{
  left: 0.125rem;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-\[10px\]{
  right: 10px;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1\/2{
  top: 50%;
}
.top-1\/4{
  top: 25%;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[0\.07rem\]{
  top: 0.07rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[-10\]{
  z-index: -10;
}
.z-\[100000\]{
  z-index: 100000;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1050\]{
  z-index: 1050;
}
.z-\[200000\]{
  z-index: 200000;
}
.z-\[300000\]{
  z-index: 300000;
}
.z-\[99999\]{
  z-index: 99999;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-1{
  margin: 0.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-\[-10px\]{
  margin-bottom: -10px;
}
.mb-\[-20px\]{
  margin-bottom: -20px;
}
.mb-\[-6px\]{
  margin-bottom: -6px;
}
.mb-\[-7px\]{
  margin-bottom: -7px;
}
.mb-\[-8px\]{
  margin-bottom: -8px;
}
.mb-\[-96px\]{
  margin-bottom: -96px;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[22px\]{
  margin-bottom: 22px;
}
.mb-\[26px\]{
  margin-bottom: 26px;
}
.mb-\[9px\]{
  margin-bottom: 9px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-28{
  margin-left: 7rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-\[-1px\]{
  margin-left: -1px;
}
.ml-\[-55px\]{
  margin-left: -55px;
}
.ml-\[-56px\]{
  margin-left: -56px;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[139px\]{
  margin-left: 139px;
}
.ml-\[143px\]{
  margin-left: 143px;
}
.ml-\[15px\]{
  margin-left: 15px;
}
.ml-\[175px\]{
  margin-left: 175px;
}
.ml-\[194px\]{
  margin-left: 194px;
}
.ml-\[25px\]{
  margin-left: 25px;
}
.ml-\[2px\]{
  margin-left: 2px;
}
.ml-\[35px\]{
  margin-left: 35px;
}
.ml-\[3px\]{
  margin-left: 3px;
}
.ml-\[40px\]{
  margin-left: 40px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[22px\]{
  margin-right: 22px;
}
.mr-\[28px\]{
  margin-right: 28px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-28{
  margin-top: 7rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-10px\]{
  margin-top: -10px;
}
.mt-\[-20px\]{
  margin-top: -20px;
}
.mt-\[-22px\]{
  margin-top: -22px;
}
.mt-\[-5px\]{
  margin-top: -5px;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[134px\]{
  margin-top: 134px;
}
.mt-\[14px\]{
  margin-top: 14px;
}
.mt-\[15rem\]{
  margin-top: 15rem;
}
.mt-\[1px\]{
  margin-top: 1px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mt-\[36px\]{
  margin-top: 36px;
}
.mt-\[37px\]{
  margin-top: 37px;
}
.mt-\[41px\]{
  margin-top: 41px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[80px\]{
  margin-top: 80px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mt-\[97px\]{
  margin-top: 97px;
}
.mt-\[9px\]{
  margin-top: 9px;
}
.mt-\[9rem\]{
  margin-top: 9rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[11px\]{
  height: 11px;
}
.h-\[122px\]{
  height: 122px;
}
.h-\[13\.09px\]{
  height: 13.09px;
}
.h-\[13\.5px\]{
  height: 13.5px;
}
.h-\[134px\]{
  height: 134px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[18\.46px\]{
  height: 18.46px;
}
.h-\[19\.13px\]{
  height: 19.13px;
}
.h-\[19px\]{
  height: 19px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[207px\]{
  height: 207px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[224px\]{
  height: 224px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[23px\]{
  height: 23px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[258px\]{
  height: 258px;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[275px\]{
  height: 275px;
}
.h-\[27px\]{
  height: 27px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[291px\]{
  height: 291px;
}
.h-\[29px\]{
  height: 29px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[310px\]{
  height: 310px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[338px\]{
  height: 338px;
}
.h-\[346px\]{
  height: 346px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[357px\]{
  height: 357px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[39px\]{
  height: 39px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[429px\]{
  height: 429px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[440px\]{
  height: 440px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[53px\]{
  height: 53px;
}
.h-\[580px\]{
  height: 580px;
}
.h-\[59px\]{
  height: 59px;
}
.h-\[650px\]{
  height: 650px;
}
.h-\[65px\]{
  height: 65px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[82px\]{
  height: 82px;
}
.h-\[90\%\]{
  height: 90%;
}
.h-\[90px\]{
  height: 90px;
}
.h-\[91px\]{
  height: 91px;
}
.h-\[95vh\]{
  height: 95vh;
}
.h-\[99px\]{
  height: 99px;
}
.h-\[calc\(70vh-200px\)\]{
  height: calc(70vh - 200px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-32{
  max-height: 8rem;
}
.max-h-40{
  max-height: 10rem;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[67vh\]{
  min-height: 67vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[108px\]{
  width: 108px;
}
.w-\[11px\]{
  width: 11px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[16\.5\%\]{
  width: 16.5%;
}
.w-\[165px\]{
  width: 165px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[171px\]{
  width: 171px;
}
.w-\[17px\]{
  width: 17px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[19\%\]{
  width: 19%;
}
.w-\[19px\]{
  width: 19px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[23\.96px\]{
  width: 23.96px;
}
.w-\[236px\]{
  width: 236px;
}
.w-\[238px\]{
  width: 238px;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[26\%\]{
  width: 26%;
}
.w-\[262px\]{
  width: 262px;
}
.w-\[263px\]{
  width: 263px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[284px\]{
  width: 284px;
}
.w-\[285px\]{
  width: 285px;
}
.w-\[289px\]{
  width: 289px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[302px\]{
  width: 302px;
}
.w-\[306px\]{
  width: 306px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[31\%\]{
  width: 31%;
}
.w-\[314px\]{
  width: 314px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[33px\]{
  width: 33px;
}
.w-\[344px\]{
  width: 344px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[358px\]{
  width: 358px;
}
.w-\[372px\]{
  width: 372px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[402px\]{
  width: 402px;
}
.w-\[44\%\]{
  width: 44%;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[53px\]{
  width: 53px;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[59px\]{
  width: 59px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[81px\]{
  width: 81px;
}
.w-\[83px\]{
  width: 83px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[87px\]{
  width: 87px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[91px\]{
  width: 91px;
}
.w-\[92px\]{
  width: 92px;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[99px\]{
  width: 99px;
}
.w-\[\]{
  width: ;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-full{
  min-width: 100%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-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));
}
.translate-x-4{
  --tw-translate-x: 1rem;
  transform: translate(1rem, 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-x-5{
  --tw-translate-x: 1.25rem;
  transform: translate(1.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));
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) 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));
}
.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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 bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-grab{
  cursor: grab;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-wait{
  cursor: wait;
}
.touch-none{
  touch-action: none;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-end{
  align-content: flex-end;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.justify-items-center{
  justify-items: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.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-\[15px\]{
  gap: 15px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[19px\]{
  gap: 19px;
}
.gap-\[22px\]{
  gap: 22px;
}
.gap-\[23px\]{
  gap: 23px;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[26px\]{
  gap: 26px;
}
.gap-\[4px\]{
  gap: 4px;
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * 0);
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * (1 - 0));
  margin-left: calc(0.125rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.125rem * calc(1 - 0));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * 0);
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * (1 - 0));
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.25rem * calc(1 - 0));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * 0);
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * (1 - 0));
  margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(2.5rem * calc(1 - 0));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - 0));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * 0);
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - 0));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.75rem * calc(1 - 0));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * 0);
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - 0));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - 0));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - 0));
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.25rem * calc(1 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - 0));
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.375rem * calc(1 - 0));
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 0);
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - 0));
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - 0));
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - 0));
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * (1 - 0));
  border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(2px * calc(1 - 0));
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * 0);
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-\[\#1B1B1B\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(27, 27, 27, 1);
  border-color: rgba(27, 27, 27, var(--tw-divide-opacity));
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[10\.7px\]{
  border-radius: 10.7px;
}
.rounded-\[12\.5px\]{
  border-radius: 12.5px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16\.3px\]{
  border-radius: 16.3px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[17\.15px\]{
  border-radius: 17.15px;
}
.rounded-\[3\.96px\]{
  border-radius: 3.96px;
}
.rounded-\[4\.31px\]{
  border-radius: 4.31px;
}
.rounded-\[4\.5px\]{
  border-radius: 4.5px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[5\.05px\]{
  border-radius: 5.05px;
}
.rounded-\[5\.5px\]{
  border-radius: 5.5px;
}
.rounded-\[5\.61px\]{
  border-radius: 5.61px;
}
.rounded-\[5\.9px\]{
  border-radius: 5.9px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-\[12px\]{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-tr-\[6px\]{
  border-top-right-radius: 6px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[1\.29px\]{
  border-width: 1.29px;
}
.border-\[1\.5px\]{
  border-width: 1.5px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-none{
  border-style: none;
}
.border-\[\#1E1E1E\]{
  --tw-border-opacity: 1;
  border-color: rgba(30, 30, 30, 1);
  border-color: rgba(30, 30, 30, var(--tw-border-opacity));
}
.border-\[\#222222\]{
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, 1);
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
}
.border-\[\#27A0D4\]{
  --tw-border-opacity: 1;
  border-color: rgba(39, 160, 212, 1);
  border-color: rgba(39, 160, 212, var(--tw-border-opacity));
}
.border-\[\#29ABE2\]{
  --tw-border-opacity: 1;
  border-color: rgba(41, 171, 226, 1);
  border-color: rgba(41, 171, 226, var(--tw-border-opacity));
}
.border-\[\#34AAD2\]{
  --tw-border-opacity: 1;
  border-color: rgba(52, 170, 210, 1);
  border-color: rgba(52, 170, 210, var(--tw-border-opacity));
}
.border-\[\#595858\]{
  --tw-border-opacity: 1;
  border-color: rgba(89, 88, 88, 1);
  border-color: rgba(89, 88, 88, var(--tw-border-opacity));
}
.border-\[\#8A8888\]{
  --tw-border-opacity: 1;
  border-color: rgba(138, 136, 136, 1);
  border-color: rgba(138, 136, 136, var(--tw-border-opacity));
}
.border-\[rgb\(52\2c 170\2c 210\)\]{
  --tw-border-opacity: 1;
  border-color: rgba(52, 170, 210, 1);
  border-color: rgba(52, 170, 210, var(--tw-border-opacity));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, 1);
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, 1);
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, 1);
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, 1);
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, 1);
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#040404\]{
  --tw-bg-opacity: 1;
  background-color: rgba(4, 4, 4, 1);
  background-color: rgba(4, 4, 4, var(--tw-bg-opacity));
}
.bg-\[\#060606\]{
  --tw-bg-opacity: 1;
  background-color: rgba(6, 6, 6, 1);
  background-color: rgba(6, 6, 6, var(--tw-bg-opacity));
}
.bg-\[\#1A1A1A\]{
  --tw-bg-opacity: 1;
  background-color: rgba(26, 26, 26, 1);
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity));
}
.bg-\[\#1B1B1B\]{
  --tw-bg-opacity: 1;
  background-color: rgba(27, 27, 27, 1);
  background-color: rgba(27, 27, 27, var(--tw-bg-opacity));
}
.bg-\[\#1D1D1D\]{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 29, 29, 1);
  background-color: rgba(29, 29, 29, var(--tw-bg-opacity));
}
.bg-\[\#222222\]{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, 1);
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}
.bg-\[\#26D2DC\]{
  --tw-bg-opacity: 1;
  background-color: rgba(38, 210, 220, 1);
  background-color: rgba(38, 210, 220, var(--tw-bg-opacity));
}
.bg-\[\#29ABE2\]{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 171, 226, 1);
  background-color: rgba(41, 171, 226, var(--tw-bg-opacity));
}
.bg-\[\#34AAD2\]\/10{
  background-color: rgba(52, 170, 210, 0.1);
}
.bg-\[\#38b5E0\]{
  --tw-bg-opacity: 1;
  background-color: rgba(56, 181, 224, 1);
  background-color: rgba(56, 181, 224, 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-black\/70{
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, 1);
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, 1);
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-customColor{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 29, 29, 1);
  background-color: rgba(29, 29, 29, var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, 1);
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, 1);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, 1);
  background-color: rgba(31, 41, 55, 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-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, 1);
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, 1);
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, 1);
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, 1);
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, 1);
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, 1);
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-red-900\/20{
  background-color: rgba(127, 29, 29, 0.2);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(59, 130, 246, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-900{
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(17, 24, 39, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-gray-800{
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.\!pt-7{
  padding-top: 1.75rem !important;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[7rem\]{
  padding-bottom: 7rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-24{
  padding-right: 6rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.ps-4{
  padding-left: 1rem;
}
.ps-\[10px\]{
  padding-left: 10px;
}
.ps-\[15px\]{
  padding-left: 15px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-poppins{
  font-family: Poppins, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11\.87px\]{
  font-size: 11.87px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.68px\]{
  font-size: 12.68px;
}
.text-\[12\.94px\]{
  font-size: 12.94px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13\.81px\]{
  font-size: 13.81px;
}
.text-\[13\.8px\]{
  font-size: 13.8px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15\.1px\]{
  font-size: 15.1px;
}
.text-\[15\.45px\]{
  font-size: 15.45px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17\.29px\]{
  font-size: 17.29px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[2\.5vh\]{
  font-size: 2.5vh;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[29px\]{
  font-size: 29px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9\.38px\]{
  font-size: 9.38px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[19\.3px\]{
  line-height: 19.3px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-\[33px\]{
  line-height: 33px;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-\[0\.04em\]{
  letter-spacing: 0.04em;
}
.tracking-\[4\%\]{
  letter-spacing: 4%;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#0B0909\]{
  --tw-text-opacity: 1;
  color: rgba(11, 9, 9, 1);
  color: rgba(11, 9, 9, var(--tw-text-opacity));
}
.text-\[\#27A0D4\]{
  --tw-text-opacity: 1;
  color: rgba(39, 160, 212, 1);
  color: rgba(39, 160, 212, var(--tw-text-opacity));
}
.text-\[\#29ABE2\]{
  --tw-text-opacity: 1;
  color: rgba(41, 171, 226, 1);
  color: rgba(41, 171, 226, var(--tw-text-opacity));
}
.text-\[\#34AAD2\]{
  --tw-text-opacity: 1;
  color: rgba(52, 170, 210, 1);
  color: rgba(52, 170, 210, var(--tw-text-opacity));
}
.text-\[\#38B5E0\]{
  --tw-text-opacity: 1;
  color: rgba(56, 181, 224, 1);
  color: rgba(56, 181, 224, var(--tw-text-opacity));
}
.text-\[\#38b5E0\]{
  --tw-text-opacity: 1;
  color: rgba(56, 181, 224, 1);
  color: rgba(56, 181, 224, var(--tw-text-opacity));
}
.text-\[\#72FF6F\]{
  --tw-text-opacity: 1;
  color: rgba(114, 255, 111, 1);
  color: rgba(114, 255, 111, var(--tw-text-opacity));
}
.text-\[\#7A7A7A\]{
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, 1);
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}
.text-\[\#7E7E7E\]{
  --tw-text-opacity: 1;
  color: rgba(126, 126, 126, 1);
  color: rgba(126, 126, 126, var(--tw-text-opacity));
}
.text-\[\#A9A9A9\]{
  --tw-text-opacity: 1;
  color: rgba(169, 169, 169, 1);
  color: rgba(169, 169, 169, var(--tw-text-opacity));
}
.text-\[\#BDB7B7\]{
  --tw-text-opacity: 1;
  color: rgba(189, 183, 183, 1);
  color: rgba(189, 183, 183, var(--tw-text-opacity));
}
.text-\[\#DFDFDF\]{
  --tw-text-opacity: 1;
  color: rgba(223, 223, 223, 1);
  color: rgba(223, 223, 223, var(--tw-text-opacity));
}
.text-\[\#E4E4E4\]{
  --tw-text-opacity: 1;
  color: rgba(228, 228, 228, 1);
  color: rgba(228, 228, 228, var(--tw-text-opacity));
}
.text-\[\#E7E7E7\]{
  --tw-text-opacity: 1;
  color: rgba(231, 231, 231, 1);
  color: rgba(231, 231, 231, var(--tw-text-opacity));
}
.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 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-blue-400{
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, 1);
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgba(134, 239, 172, 1);
  color: rgba(134, 239, 172, var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgba(74, 222, 128, 1);
  color: rgba(74, 222, 128, var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgba(34, 197, 94, 1);
  color: rgba(34, 197, 94, var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgba(22, 101, 52, 1);
  color: rgba(22, 101, 52, var(--tw-text-opacity));
}
.text-red-200{
  --tw-text-opacity: 1;
  color: rgba(254, 202, 202, 1);
  color: rgba(254, 202, 202, var(--tw-text-opacity));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgba(252, 165, 165, 1);
  color: rgba(252, 165, 165, var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, 1);
  color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, 1);
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgba(153, 27, 27, 1);
  color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.text-sidetext{
  --tw-text-opacity: 1;
  color: rgba(122, 122, 122, 1);
  color: rgba(122, 122, 122, var(--tw-text-opacity));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, 1);
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, 1);
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-placeholder-opacity));
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px 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-2xl{
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 25px 50px -12px rgba(0, 0, 0, 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-inner{
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  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-lg{
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px 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-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-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  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-\[\#202020\]{
  --tw-shadow-color: #202020;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-\[\#29ABE2\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(41, 171, 226, var(--tw-ring-opacity));
}
.ring-blue-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: blur(4px) 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: blur(4px) 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;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.\[animation-delay\:0\.2s\]{
  animation-delay: 0.2s;
}
.\[animation-delay\:0\.4s\]{
  animation-delay: 0.4s;
}

/* Completely prevent landscape mode */
/* Completely prevent landscape mode & fix half-screen issue */


.react {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  margin-top: -125px;
  margin-left: -125px;
  cursor: 'pointer';
}

#notif {
  visibility: hidden;
  position: fixed;
  color: white;
  top: 0;
  right: 0;
  transform: translate(-15px, 15px);
  border-radius: 10px;
  overflow: hidden;
}

.notif-text-icon {
  align-items: stretch;
  box-shadow: 0 1px 1px rgba(10, 10, 10, 0.1);
  display: flex;
  max-width: 250px;
}

.notif-message {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 15px 25px;
}

#notif.show {
  visibility: visible;
  animation: show 0.5s forwards;
}

@keyframes show {
  0% {
    transform: translate(-15px, 15px) scale(0);
  }

  50% {
    transform: translate(-15px, 15px) scale(1.2);
  }

  70% {
    transform: translate(-15px, 15px) scale(0.9);
  }

  100% {
    transform: translate(-15px, 15px) scale(1);
  }
}

.blur {
  filter: blur(4px);
  transition: filter 0.3s ease;
}

.dark-background {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Add this CSS to your styles */
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.scrollbar {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: black transparent;
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
}

.scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
}
.shadow-left {
  box-shadow: -4px 0 8px -2px rgba(32, 32, 32, 0.5); /* Adjust the values as needed */
}

.chat-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 40px; /* Initially very thin */
  height: 60px; /* Fixed height */
  background-color: #4caf50;
  color: white;
  border-radius: 10px;
  padding: 10px;
  transition: width 0.3s ease-out, height 0.3s ease-out;
  cursor: pointer;
  overflow: hidden;
}

.chat-box.open {
  width: 300px; /* Expanded width */
  height: 400px; /* Expanded height */
}

.chat-header {
  text-align: center;
  font-weight: bold;
}

.chat-body {
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
  padding: 5px;
  background-color: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 10px;
}

.chat-message {
  margin-bottom: 10px;
}

.chat-input-container {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.chat-input {
  width: 80%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.send-button {
  padding: 5px 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.send-button:hover {
  background-color: #45a049;
}

.control {
  display: flex;
  bottom: 60px;
  width: 100%;
  justify-content: center;
  gap: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.soundinput[type='range'] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: linear-gradient(
    to right,
    #29abe2 30%,
    #ddd 70%
  );
  background: linear-gradient(
    to right,
    #29abe2 var(--value, 30%),
    #ddd var(--value, 70%)
  );
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.soundinput[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 0.75rem;
  width: 0.75rem;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.soundinput[type='range']::-moz-range-thumb {
  height: 0.75rem;
  width: 0.75rem;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
.soundinput[type='range']::-ms-thumb {
  height: 0.75rem;
  width: 0.75rem;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
}

/* #7A7A7A */

/* toaster modified */
.toastBody {
  font-size: 1rem !important;
  margin-left: 25px !important;
}
.toastBody {
  font-family: sans-serif;
  color: rgba(255,255,255,1); /* #10171D */
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: #1d1d1d !important;
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  border-radius: 13px;
  border: #29abe2 solid;
}

.Toastify__close-button {
  content-visibility: hidden;
}

.Toastify__toast-container--top-right {
  top: 0em;
}

/* Default dark tooltip */
.tooltip-dark {
  background-color: black !important;
}
.tooltip-dark {
  color: white;
  border-radius: 4px;
  padding: 8px;
}

/* Success tooltip */
.tooltip-success {
  background-color: green !important;
}
.tooltip-success {
  color: white;
  border-radius: 4px;
  padding: 8px;
}

/* Warning tooltip */
.tooltip-warning {
  background-color: yellow !important;
}
.tooltip-warning {
  color: black;
  border-radius: 4px;
  padding: 8px;
}

/* Fade effect */
.tooltip-fade {
  animation: fadeTooltip 0.3s ease-in-out;
}

@keyframes fadeTooltip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.chat-container {
  position: relative;
  overflow: hidden;
  height: 100%;  /* Ensure this is set to the fixed height of the chat box */
}

.message-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {

.mobile-nav-wrapper {
    height: 35px !important;
}

.mobile-nav-wrapper { /* Reduced height for mobile with !important */
}
  }

@media (max-width: 768px) {

.mobile-lobby{
    width: 69px !important;
    height: 25px !important;
    font-size: 12px !important;
}

.mobile-lobby{
    background-color: rgb(122, 122, 122);
    color: white;
    margin-left: 20px;
    font-family: Poppins;
    line-height: 28px;
    font-weight: normal;
    border-radius: 2px;
}
  }
/* 
.game-container * {
  border: 1px solid red;
} */

.checkbox-mobile .checkbox-label {
  font-size: 10px !important;
}

.checkbox-mobile .checkbox-wrapper {
  margin-bottom: 0 !important;
}

.max-h-64::-webkit-scrollbar {
  width: 4px;
}

.max-h-64::-webkit-scrollbar-track {
  background: transparent;
}

.max-h-64::-webkit-scrollbar-thumb {
  background-color: #4b5563;
  border-radius: 10px;
}


/* Mobile Keyboard Stability Styles */
/* Add this CSS to your main stylesheet or create a separate file */

/* Prevent viewport jumping on iOS */
@supports (-webkit-touch-callout: none) {
  .game-container {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}

/* Enhanced mobile viewport stability */
@media only screen and (max-width: 768px) {
  
  /* Prevent zoom on input focus for iOS */
  input[type="text"], 
  input[type="email"], 
  input[type="number"], 
  input[type="tel"], 
  input[type="url"], 
  input[type="password"], 
  textarea, 
  select {
    font-size: 16px !important;
  }
  input[type="text"], 
  input[type="email"], 
  input[type="number"], 
  input[type="tel"], 
  input[type="url"], 
  input[type="password"], 
  textarea, 
  select {
    -webkit-appearance: none;
    border-radius: 0;
  }

  /* Disable pull-to-refresh and overscroll */
  body {
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }

  html {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }

  /* Prevent elastic scrolling on iOS */
  .game-container {
    position: fixed !important;
  }
  .game-container {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    will-change: auto;
  }

  /* When keyboard is open, lock everything in place */
  .keyboard-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
  }

  .keyboard-open .game-container {
    position: fixed !important;
    transform-origin: center center !important;
    will-change: auto !important;
    transition: none !important;
  }

  /* Drawer stability during keyboard events */
  .left-drawer.keyboard-active {
    position: fixed !important;
    transition: none !important;
    will-change: auto !important;
  }

  .left-drawer-toggle.keyboard-active {
    position: fixed !important;
    transition: none !important;
    will-change: auto !important;
  }

  /* Input focus improvements */
  .left-drawer-input input:focus {
    position: relative;
    z-index: 1000;
    outline: none;
    -webkit-user-select: text;
    -moz-user-select: text;
         user-select: text;
  }

  /* Prevent text selection issues during keyboard events */
  .keyboard-open * {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }

  .keyboard-open input, 
  .keyboard-open textarea {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
         user-select: text !important;
  }
}

/* iOS specific fixes */
@supports (-webkit-touch-callout: none) {
  
  /* Enhanced iOS stability */
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: auto;
    position: fixed;
    overflow: hidden;
  }

  html {
    -webkit-text-size-adjust: 100%;
    position: fixed;
    overflow: hidden;
  }

  /* Prevent bounce effect */
  .game-container {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    position: fixed;
  }

  /* iOS keyboard handling */
  .ios-keyboard-open {
    position: fixed !important;
    transform: translateZ(0) !important;
  }

  .ios-keyboard-open .game-container {
    transform: translate(-50%, -50%) scale(1) translateZ(0) !important;
    transform: translate(-50%, -50%) scale(var(--game-scale, 1)) translateZ(0) !important;
    position: fixed !important;
    transition: none !important;
  }

  /* Prevent iOS Safari address bar issues */
  @media screen and (max-height: 500px) {
    .game-container {
      height: 100vh !important;
      height: -webkit-fill-available !important;
    }
  }
}

/* Android specific fixes */
@media screen and (max-width: 768px) {
  
  /* Android Chrome keyboard handling */
  .android-keyboard-open {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
  }

  .android-keyboard-open .game-container {
    position: fixed !important;
    transition: none !important;
    will-change: auto !important;
  }

  /* Prevent viewport height changes from affecting layout */
  .viewport-stable {
    height: 100vh !important;
    height: -webkit-fill-available !important;
    max-height: 100vh !important;
    max-height: -webkit-fill-available !important;
  }
}

/* General stability improvements */
.no-transition {
  transition: none !important;
  -webkit-transition: none !important;
}

.gpu-optimized {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.position-locked {
  position: fixed !important;
  will-change: auto !important;
  transition: none !important;
}

/* Phaser game canvas stability */
canvas {
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
}

/* Prevent unwanted scrolling during keyboard events */
.scroll-locked {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

/* Table and game elements stability */
.table-stable {
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
}

/* Action components stability during keyboard */
.action-component.keyboard-active,
.pot-component.keyboard-active,
.preselect-component.keyboard-active {
  position: fixed !important;
  transition: none !important;
  will-change: auto !important;
}

.checkbox-component-container.collapsed {
  background-color: transparent !important;
  border: none !important;
  padding: 4px !important;
  width: auto !important;
  min-width: auto !important;
}

.cash-game-container:last-child[data-expanded="true"] {
  margin-bottom: 200px !important;
}

/* Make sure content doesn't get cut off */
@media (max-width: 1024px) {
  .cash-game-list {
    padding-bottom: 200px !important;
  }
}

.scrollbar-overflow{
  max-height: 600px !important;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 10px;
}

.custom-scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: #888;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.hover\:border-\[\#26bcfc\]:hover{
  --tw-border-opacity: 1;
  border-color: rgba(38, 188, 252, 1);
  border-color: rgba(38, 188, 252, var(--tw-border-opacity));
}

.hover\:border-\[\#27A0D4\]:hover{
  --tw-border-opacity: 1;
  border-color: rgba(39, 160, 212, 1);
  border-color: rgba(39, 160, 212, var(--tw-border-opacity));
}

.hover\:border-\[\#34AAD2\]:hover{
  --tw-border-opacity: 1;
  border-color: rgba(52, 170, 210, 1);
  border-color: rgba(52, 170, 210, var(--tw-border-opacity));
}

.hover\:bg-\[\#27A0D4\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(39, 160, 212, 1);
  background-color: rgba(39, 160, 212, var(--tw-bg-opacity));
}

.hover\:bg-\[\#29ABE2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(41, 171, 226, 1);
  background-color: rgba(41, 171, 226, var(--tw-bg-opacity));
}

.hover\:bg-\[\#34AAD2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(52, 170, 210, 1);
  background-color: rgba(52, 170, 210, var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, 1);
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, 1);
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, 1);
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, 1);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 197, 94, 1);
  background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(22, 163, 74, 1);
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(67, 56, 202, 1);
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, 1);
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 38, 38, 1);
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, 1);
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

.hover\:from-blue-600:hover{
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(37, 99, 235, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-blue-700:hover{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.hover\:text-\[\#040404\]:hover{
  --tw-text-opacity: 1;
  color: rgba(4, 4, 4, 1);
  color: rgba(4, 4, 4, var(--tw-text-opacity));
}

.hover\:text-\[\#29ABE2\]:hover{
  --tw-text-opacity: 1;
  color: rgba(41, 171, 226, 1);
  color: rgba(41, 171, 226, var(--tw-text-opacity));
}

.hover\:text-\[\#34AAD2\]:hover{
  --tw-text-opacity: 1;
  color: rgba(52, 170, 210, 1);
  color: rgba(52, 170, 210, var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:shadow-xl:hover{
  --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);
}

.hover\:ring-\[\#27A0D4\]:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 160, 212, var(--tw-ring-opacity));
}

.hover\:ring-opacity-50:hover{
  --tw-ring-opacity: 0.5;
}

.focus\:border-2:focus{
  border-width: 2px;
}

.focus\:border-\[\#34AAD2\]:focus{
  --tw-border-opacity: 1;
  border-color: rgba(52, 170, 210, 1);
  border-color: rgba(52, 170, 210, var(--tw-border-opacity));
}

.focus\:border-blue-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, 1);
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

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

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}

.focus\:ring-\[\#27A0D4\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(39, 160, 212, var(--tw-ring-opacity));
}

.focus\:ring-\[\#34AAD2\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(52, 170, 210, var(--tw-ring-opacity));
}

.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:cursor-grabbing:active{
  cursor: grabbing;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.disabled\:bg-gray-400:disabled{
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, 1);
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.dark *.dark\:bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, 1);
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}

.dark *.dark\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.dark .dark\:hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, 1);
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

@media (min-width: 640px){

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

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

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

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

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

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

  .sm\:max-h-40{
    max-height: 10rem;
  }

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

  .sm\:w-7{
    width: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * 0);
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - 0));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.5rem * calc(1 - 0));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * 0);
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * (1 - 0));
    margin-left: calc(1.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.5rem * calc(1 - 0));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:border-8{
    border-width: 8px;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px){

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

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

  .md\:mb-\[70px\]{
    margin-bottom: 70px;
  }

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

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:mr-2\.5{
    margin-right: 0.625rem;
  }

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

  .md\:mt-1{
    margin-top: 0.25rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-9{
    height: 2.25rem;
  }

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

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

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

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

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

  .md\:w-14{
    width: 3.5rem;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-9{
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * 0);
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * (1 - 0));
    margin-left: calc(2.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(2.5rem * calc(1 - 0));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * 0);
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * (1 - 0));
    margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(3rem * calc(1 - 0));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * 0);
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * (1 - 0));
    margin-left: calc(1.75rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(1.75rem * calc(1 - 0));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pl-5{
    padding-left: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[17\.5px\]{
    font-size: 17.5px;
  }

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

  .md\:text-\[3\.5vh\]{
    font-size: 3.5vh;
  }

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

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

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

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

@media (min-width: 1024px){

  .lg\:static{
    position: static;
  }

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

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

  .lg\:mb-7{
    margin-bottom: 1.75rem;
  }

  .lg\:mb-\[10px\]{
    margin-bottom: 10px;
  }

  .lg\:mb-\[5px\]{
    margin-bottom: 5px;
  }

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

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

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

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

  .lg\:ml-\[-3px\]{
    margin-left: -3px;
  }

  .lg\:ml-\[10px\]{
    margin-left: 10px;
  }

  .lg\:ml-\[220px\]{
    margin-left: 220px;
  }

  .lg\:ml-\[245px\]{
    margin-left: 245px;
  }

  .lg\:ml-\[25px\]{
    margin-left: 25px;
  }

  .lg\:ml-\[27px\]{
    margin-left: 27px;
  }

  .lg\:ml-\[79px\]{
    margin-left: 79px;
  }

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

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

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

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mr-\[10px\]{
    margin-right: 10px;
  }

  .lg\:mr-\[23px\]{
    margin-right: 23px;
  }

  .lg\:mr-\[28px\]{
    margin-right: 28px;
  }

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

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

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

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

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

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

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

  .lg\:mt-\[-12px\]{
    margin-top: -12px;
  }

  .lg\:mt-\[-2px\]{
    margin-top: -2px;
  }

  .lg\:mt-\[145px\]{
    margin-top: 145px;
  }

  .lg\:mt-\[30px\]{
    margin-top: 30px;
  }

  .lg\:mt-\[3px\]{
    margin-top: 3px;
  }

  .lg\:mt-\[50px\]{
    margin-top: 50px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-14{
    height: 3.5rem;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-7{
    height: 1.75rem;
  }

  .lg\:h-9{
    height: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[44\.69px\]{
    height: 44.69px;
  }

  .lg\:h-\[45\.48px\]{
    height: 45.48px;
  }

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

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

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

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

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

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

  .lg\:h-\[87\.67px\]{
    height: 87.67px;
  }

  .lg\:h-\[96\.67px\]{
    height: 96.67px;
  }

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

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

  .lg\:w-0{
    width: 0px;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-11{
    width: 2.75rem;
  }

  .lg\:w-12{
    width: 3rem;
  }

  .lg\:w-14{
    width: 3.5rem;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-4{
    width: 1rem;
  }

  .lg\:w-9{
    width: 2.25rem;
  }

  .lg\:w-\[105\.67px\]{
    width: 105.67px;
  }

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

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

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

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

  .lg\:w-\[22\.36px\]{
    width: 22.36px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[409\.62px\]{
    width: 409.62px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[87\.67px\]{
    width: 87.67px;
  }

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

  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

  .lg\:gap-11{
    gap: 2.75rem;
  }

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

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

  .lg\:gap-\[2px\]{
    gap: 2px;
  }

  .lg\:gap-\[3px\]{
    gap: 3px;
  }

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

  .lg\:gap-\[6px\]{
    gap: 6px;
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * 0);
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * (1 - 0));
    margin-left: calc(3.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(3.5rem * calc(1 - 0));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * 0);
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * (1 - 0));
    margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(0.5rem * calc(1 - 0));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * 0);
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * (1 - 0));
    margin-left: calc(2rem * (1 - var(--tw-space-x-reverse)));
    margin-left: calc(2rem * calc(1 - 0));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:rounded-\[10px\]{
    border-radius: 10px;
  }

  .lg\:rounded-\[4\.31px\]{
    border-radius: 4.31px;
  }

  .lg\:rounded-\[5\.61px\]{
    border-radius: 5.61px;
  }

  .lg\:bg-\[\#040404\]{
    --tw-bg-opacity: 1;
    background-color: rgba(4, 4, 4, 1);
    background-color: rgba(4, 4, 4, var(--tw-bg-opacity));
  }

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

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

  .lg\:p-3{
    padding: 0.75rem;
  }

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

  .lg\:p-\[0\.3rem\]{
    padding: 0.3rem;
  }

  .lg\:p-\[8px\]{
    padding: 8px;
  }

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

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

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

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

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

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

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

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

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

  .lg\:text-\[12\.8px\]{
    font-size: 12.8px;
  }

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

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

  .lg\:text-\[14\.8px\]{
    font-size: 14.8px;
  }

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

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

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

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

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

  .lg\:text-\[19\.39px\]{
    font-size: 19.39px;
  }

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

  .lg\:text-\[21\.09px\]{
    font-size: 21.09px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[22\.2px\]{
    line-height: 22.2px;
  }

  .lg\:text-\[\#E7E7E7\]{
    --tw-text-opacity: 1;
    color: rgba(231, 231, 231, 1);
    color: rgba(231, 231, 231, var(--tw-text-opacity));
  }
}

@media (min-width: 1280px){

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

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

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

.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *){
  text-align: left;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *){
  text-align: right;
}

