/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@import '/fonts/TT-Supermolot-Neue/stylesheet.css';

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

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

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

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

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

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

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

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

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

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

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

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

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

abbr:where([title]) {
  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::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;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-inset-\[3px\]{
  inset: -3px;
}
.inset-0{
  inset: 0px;
}
.\!left-0{
  left: 0px !important;
}
.-bottom-\[2px\]{
  bottom: -2px;
}
.-bottom-\[3px\]{
  bottom: -3px;
}
.-left-2{
  left: -0.5rem;
}
.-left-\[2px\]{
  left: -2px;
}
.-left-\[3px\]{
  left: -3px;
}
.-right-\[3px\]{
  right: -3px;
}
.-top-4{
  top: -1rem;
}
.-top-\[3px\]{
  top: -3px;
}
.-top-\[50px\]{
  top: -50px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-\[-4px\]{
  bottom: -4px;
}
.bottom-\[-5px\]{
  bottom: -5px;
}
.bottom-\[-8px\]{
  bottom: -8px;
}
.bottom-\[100\%\]{
  bottom: 100%;
}
.bottom-\[115\%\]{
  bottom: 115%;
}
.bottom-\[6px\]{
  bottom: 6px;
}
.bottom-\[calc\(80px\+16px\)\]{
  bottom: calc(80px + 16px);
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-4{
  left: 1rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[-3px\]{
  left: -3px;
}
.left-\[-4px\]{
  left: -4px;
}
.left-\[-5px\]{
  left: -5px;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[calc\(50\%\+132px\)\]{
  left: calc(50% + 132px);
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-\[-3px\]{
  right: -3px;
}
.right-\[-4px\]{
  right: -4px;
}
.right-\[-5px\]{
  right: -5px;
}
.right-\[12px\]{
  right: 12px;
}
.right-\[24px\]{
  right: 24px;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-24{
  top: 6rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[-17px\]{
  top: -17px;
}
.top-\[-30\%\]{
  top: -30%;
}
.top-\[-3px\]{
  top: -3px;
}
.top-\[-4px\]{
  top: -4px;
}
.top-\[-5px\]{
  top: -5px;
}
.top-\[100\%\]{
  top: 100%;
}
.top-\[10px\]{
  top: 10px;
}
.top-\[115\%\]{
  top: 115%;
}
.top-\[24px\]{
  top: 24px;
}
.top-\[64px\]{
  top: 64px;
}
.top-\[8px\]{
  top: 8px;
}
.-z-0{
  z-index: 0;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[0\]{
  z-index: 0;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[50\]{
  z-index: 50;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[99999999\]{
  z-index: 99999999;
}
.z-\[9999999\]{
  z-index: 9999999;
}
.z-\[999\]{
  z-index: 999;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-4{
  margin-top: -1rem;
}
.-mt-5{
  margin-top: -1.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.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-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[6px\]{
  margin-left: 6px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[15\%\]{
  margin-right: 15%;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-auto{
  margin-top: auto;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[1280\/720\]{
  aspect-ratio: 1280/720;
}
.aspect-\[175\/194\]{
  aspect-ratio: 175/194;
}
.aspect-\[216\/180\]{
  aspect-ratio: 216/180;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[134px\]{
  height: 134px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[153px\]{
  height: 153px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[161px\]{
  height: 161px;
}
.h-\[170px\]{
  height: 170px;
}
.h-\[172px\]{
  height: 172px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20\%\]{
  height: 20%;
}
.h-\[204px\]{
  height: 204px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[242px\]{
  height: 242px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[25\%\]{
  height: 25%;
}
.h-\[254px\]{
  height: 254px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[267px\]{
  height: 267px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[27px\]{
  height: 27px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[410px\]{
  height: 410px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[490px\]{
  height: 490px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[510px\]{
  height: 510px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[590px\]{
  height: 590px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[73px\]{
  height: 73px;
}
.h-\[74px\]{
  height: 74px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[90px\]{
  height: 90px;
}
.h-\[calc\(100dvh-64px\)\]{
  height: calc(100dvh - 64px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-40{
  max-height: 10rem;
}
.max-h-\[1000px\]{
  max-height: 1000px;
}
.max-h-\[100dvh\]{
  max-height: 100dvh;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[440px\]{
  max-height: 440px;
}
.max-h-\[450px\]{
  max-height: 450px;
}
.max-h-\[463px\]{
  max-height: 463px;
}
.max-h-\[510px\]{
  max-height: 510px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[100dvh\]{
  min-height: 100dvh;
}
.min-h-\[39px\]{
  min-height: 39px;
}
.min-h-\[422px\]{
  min-height: 422px;
}
.min-h-\[48px\]{
  min-height: 48px;
}
.min-h-\[90px\]{
  min-height: 90px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-full{
  width: 100% !important;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-4{
  width: 1rem;
}
.w-44{
  width: 11rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[102px\]{
  width: 102px;
}
.w-\[104px\]{
  width: 104px;
}
.w-\[105px\]{
  width: 105px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[112px\]{
  width: 112px;
}
.w-\[11px\]{
  width: 11px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[171px\]{
  width: 171px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[185px\]{
  width: 185px;
}
.w-\[188px\]{
  width: 188px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[191px\]{
  width: 191px;
}
.w-\[19px\]{
  width: 19px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[201px\]{
  width: 201px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[216px\]{
  width: 216px;
}
.w-\[225px\]{
  width: 225px;
}
.w-\[232px\]{
  width: 232px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[265px\]{
  width: 265px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[297px\]{
  width: 297px;
}
.w-\[306px\]{
  width: 306px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[330px\]{
  width: 330px;
}
.w-\[337px\]{
  width: 337px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[410px\]{
  width: 410px;
}
.w-\[448px\]{
  width: 448px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[58px\]{
  width: 58px;
}
.w-\[59px\]{
  width: 59px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[78px\]{
  width: 78px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[93px\]{
  width: 93px;
}
.w-\[96px\]{
  width: 96px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[1000px\]{
  min-width: 1000px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[340px\]{
  min-width: 340px;
}
.min-w-\[700px\]{
  min-width: 700px;
}
.min-w-\[95px\]{
  min-width: 95px;
}
.min-w-fit{
  min-width: fit-content;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[154px\]{
  max-width: 154px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[212px\]{
  max-width: 212px;
}
.max-w-\[243px\]{
  max-width: 243px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[474px\]{
  max-width: 474px;
}
.max-w-\[492px\]{
  max-width: 492px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[522px\]{
  max-width: 522px;
}
.max-w-\[558px\]{
  max-width: 558px;
}
.max-w-\[730px\]{
  max-width: 730px;
}
.max-w-\[85px\]{
  max-width: 85px;
}
.max-w-\[calc\(100vw_-_270px\)\]{
  max-width: calc(100vw - 270px);
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-1\/3{
  flex-basis: 33.333333%;
}
.origin-top{
  transform-origin: top;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90{
  --tw-rotate: -90deg;
  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-0{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(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(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[\.65\]{
  --tw-scale-x: .65;
  --tw-scale-y: .65;
  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-\[\.6\]{
  --tw-scale-x: .6;
  --tw-scale-y: .6;
  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-\[\.7\]{
  --tw-scale-x: .7;
  --tw-scale-y: .7;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  user-select: none;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize-x{
  resize: horizontal;
}
.resize{
  resize: both;
}
.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-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.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-8{
  gap: 2rem;
}
.gap-\[100px\]{
  gap: 100px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[17px\]{
  gap: 17px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[60px\]{
  gap: 60px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[8px\]{
  gap: 8px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-visible{
  overflow-y: visible;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[7px\]{
  border-radius: 7px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-\[inherit\]{
  border-radius: inherit;
}
.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-s{
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[2px\]{
  border-width: 2px;
}
.border-\[5px\]{
  border-width: 5px;
}
.border-\[6px\]{
  border-width: 6px;
}
.border-y-\[6px\]{
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-\[6px\]{
  border-left-width: 6px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-\[6px\]{
  border-right-width: 6px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-\[\#272A2F\]{
  --tw-border-opacity: 1;
  border-color: rgb(39 42 47 / var(--tw-border-opacity, 1));
}
.border-\[\#4555BD\]{
  --tw-border-opacity: 1;
  border-color: rgb(69 85 189 / var(--tw-border-opacity, 1));
}
.border-\[\#539B82\]{
  --tw-border-opacity: 1;
  border-color: rgb(83 155 130 / var(--tw-border-opacity, 1));
}
.border-\[\#749ADF\]{
  --tw-border-opacity: 1;
  border-color: rgb(116 154 223 / var(--tw-border-opacity, 1));
}
.border-\[\#D1548C\]{
  --tw-border-opacity: 1;
  border-color: rgb(209 84 140 / var(--tw-border-opacity, 1));
}
.border-\[\#E09B60\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 155 96 / var(--tw-border-opacity, 1));
}
.border-\[\#E9CC3A\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 204 58 / var(--tw-border-opacity, 1));
}
.border-\[\#EFD96A\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 217 106 / var(--tw-border-opacity, 1));
}
.border-\[\#FFB200\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 178 0 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(233\2c _204\2c _58\2c _0\.10\)\]{
  border-color: rgba(233, 204, 58, 0.10);
}
.border-\[rgba\(255\2c _90\2c _39\2c _0\.10\)\]{
  border-color: rgba(255, 90, 39, 0.10);
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-main-black-950{
  --tw-border-opacity: 1;
  border-color: rgb(21 21 23 / var(--tw-border-opacity, 1));
}
.border-main-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(77 136 255 / var(--tw-border-opacity, 1));
}
.border-main-dark-grey-950{
  --tw-border-opacity: 1;
  border-color: rgb(27 29 32 / var(--tw-border-opacity, 1));
}
.border-main-grey-700\/50{
  border-color: rgb(71 78 87 / 0.5);
}
.border-main-grey-800{
  --tw-border-opacity: 1;
  border-color: rgb(63 68 75 / var(--tw-border-opacity, 1));
}
.border-main-grey-900{
  --tw-border-opacity: 1;
  border-color: rgb(56 60 65 / var(--tw-border-opacity, 1));
}
.border-main-grey-950{
  --tw-border-opacity: 1;
  border-color: rgb(39 42 47 / var(--tw-border-opacity, 1));
}
.border-main-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(255 57 57 / var(--tw-border-opacity, 1));
}
.border-main-white-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-main-white-950{
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.\!bg-\[\#E9CC3A\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 204 58 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#FFA92F\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 169 47 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[rgba\(255\2c _255\2c _255\2c _0\.05\)\]{
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.\!bg-\[rgba\(77\2c _136\2c _255\2c _0\.10\)\]{
  background-color: rgba(77, 136, 255, 0.10) !important;
}
.\!bg-main-blue-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(77 136 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-main-green-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 186 71 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-main-grey-950{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 42 47 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#10151C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 21 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1B1D20\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 29 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#272A2F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 47 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2D241F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(45 36 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2F3136\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 49 54 / var(--tw-bg-opacity, 1));
}
.bg-\[\#433C28\]{
  --tw-bg-opacity: 1;
  background-color: rgb(67 60 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4D88FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(77 136 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#50BA47\]{
  --tw-bg-opacity: 1;
  background-color: rgb(80 186 71 / var(--tw-bg-opacity, 1));
}
.bg-\[\#539B82\]{
  --tw-bg-opacity: 1;
  background-color: rgb(83 155 130 / var(--tw-bg-opacity, 1));
}
.bg-\[\#60B940\]{
  --tw-bg-opacity: 1;
  background-color: rgb(96 185 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#749ADF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(116 154 223 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D1548C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 84 140 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E09B60\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 155 96 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFD96A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 217 106 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF3939\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 57 57 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c _0\2c _0\2c _0\.20\)\]{
  background-color: rgba(0, 0, 0, 0.20);
}
.bg-\[rgba\(108\2c _196\2c _100\2c _0\.10\)\]{
  background-color: rgba(108, 196, 100, 0.10);
}
.bg-\[rgba\(233\2c _204\2c _58\2c _\.3\)\]{
  background-color: rgba(233, 204, 58, .3);
}
.bg-\[rgba\(234\2c _179\2c _8\2c _0\.05\)\]{
  background-color: rgba(234, 179, 8, 0.05);
}
.bg-\[rgba\(238\2c _244\2c _255\2c _0\.10\)\]{
  background-color: rgba(238, 244, 255, 0.10);
}
.bg-\[rgba\(255\2c _255\2c _255\2c _0\.05\)\]{
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-main-black-950{
  --tw-bg-opacity: 1;
  background-color: rgb(21 21 23 / var(--tw-bg-opacity, 1));
}
.bg-main-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(77 136 255 / var(--tw-bg-opacity, 1));
}
.bg-main-dark-grey-950{
  --tw-bg-opacity: 1;
  background-color: rgb(27 29 32 / var(--tw-bg-opacity, 1));
}
.bg-main-grey-700{
  --tw-bg-opacity: 1;
  background-color: rgb(71 78 87 / var(--tw-bg-opacity, 1));
}
.bg-main-grey-900{
  --tw-bg-opacity: 1;
  background-color: rgb(56 60 65 / var(--tw-bg-opacity, 1));
}
.bg-main-grey-900\/50{
  background-color: rgb(56 60 65 / 0.5);
}
.bg-main-grey-950{
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 47 / var(--tw-bg-opacity, 1));
}
.bg-main-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(255 57 57 / var(--tw-bg-opacity, 1));
}
.bg-main-white-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-main-white-950{
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-\[linear-gradient\(0deg\2c _rgba\(39\2c _42\2c _47\2c _0\.00\)_0\%\2c _\#272A2F_50\%\2c _rgba\(39\2c _42\2c _47\2c _0\.00\)_100\%\)\]{
  background-image: linear-gradient(0deg, rgba(39, 42, 47, 0.00) 0%, #272A2F 50%, rgba(39, 42, 47, 0.00) 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#1B1D20_0\%\2c _\#151517_100\%\)\]{
  background-image: linear-gradient(180deg, #1B1D20 0%, #151517 100%);
}
.bg-\[linear-gradient\(180deg\2c _\#1B1D20_0\%\2c _rgba\(27\2c _29\2c _32\2c _0\.00\)_100\%\)\]{
  background-image: linear-gradient(180deg, #1B1D20 0%, rgba(27, 29, 32, 0.00) 100%);
}
.bg-\[linear-gradient\(225deg\2c _rgba\(255\2c _255\2c _255\2c _0\.05\)_0\%\2c _rgba\(255\2c _90\2c _39\2c _0\.10\)_100\%\)\]{
  background-image: linear-gradient(225deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 90, 39, 0.10) 100%);
}
.bg-\[linear-gradient\(270deg\2c _\#151517_0\%\2c _rgba\(21\2c _21\2c _23\2c _0\.00\)_100\%\)\]{
  background-image: linear-gradient(270deg, #151517 0%, rgba(21, 21, 23, 0.00) 100%);
}
.bg-\[linear-gradient\(270deg\2c _\#2F2D27_0\%\2c _\#5F3E27_100\%\)\]{
  background-image: linear-gradient(270deg, #2F2D27 0%, #5F3E27 100%);
}
.bg-\[linear-gradient\(90deg\2c _\#242F3E_0\%\2c _\#1E242E_100\%\)\]{
  background-image: linear-gradient(90deg, #242F3E 0%, #1E242E 100%);
}
.bg-\[linear-gradient\(90deg\2c _\#2F2F27_0\%\2c _\#272A2F_100\%\)\]{
  background-image: linear-gradient(90deg, #2F2F27 0%, #272A2F 100%);
}
.bg-\[linear-gradient\(90deg\2c _\#35311D_0\%\2c _\#26221D_100\%\)\]{
  background-image: linear-gradient(90deg, #35311D 0%, #26221D 100%);
}
.bg-\[linear-gradient\(90deg\2c _\#382728_0\%\2c _\#1B1D20_100\%\)\]{
  background-image: linear-gradient(90deg, #382728 0%, #1B1D20 100%);
}
.bg-\[radial-gradient\(100\%_100\%_at_50\%_0\%\2c _\#293441_0\%\2c _\#272A2F_100\%\)\]{
  background-image: radial-gradient(100% 100% at 50% 0%, #293441 0%, #272A2F 100%);
}
.bg-\[radial-gradient\(49\.04\%_100\%_at_50\%_0\%\2c _rgba\(21\2c _21\2c _23\2c _0\.00\)_0\%\2c _rgba\(21\2c _21\2c _23\2c _0\.97\)_100\%\)\]{
  background-image: radial-gradient(49.04% 100% at 50% 0%, rgba(21, 21, 23, 0.00) 0%, rgba(21, 21, 23, 0.97) 100%);
}
.bg-\[radial-gradient\(49\.91\%_100\%_at_50\%_100\%\2c _rgba\(219\2c _53\2c _53\2c _0\.15\)_0\%\2c _rgba\(21\2c _21\2c _23\2c _0\.15\)_100\%\)\]{
  background-image: radial-gradient(49.91% 100% at 50% 100%, rgba(219, 53, 53, 0.15) 0%, rgba(21, 21, 23, 0.15) 100%);
}
.bg-\[radial-gradient\(50\%_100\%_at_49\.91\%_100\%\2c _rgba\(61\2c _122\2c _53\2c _0\.16\)_0\%\2c _rgba\(21\2c _21\2c _23\2c _0\.00\)_100\%\)\]{
  background-image: radial-gradient(50% 100% at 49.91% 100%, rgba(61, 122, 53, 0.16) 0%, rgba(21, 21, 23, 0.00) 100%);
}
.bg-\[url\(\'\/images\/auth\/illustration\.png\'\)\]{
  background-image: url('/images/auth/illustration.png');
}
.bg-\[url\(\'\/images\/main\/main_banner1\.png\'\)\]{
  background-image: url('/images/main/main_banner1.png');
}
.bg-\[url\(\'\/images\/main\/main_banner2\.png\'\)\]{
  background-image: url('/images/main/main_banner2.png');
}
.bg-\[url\(\/images\/affiliates\/bg\.png\)\]{
  background-image: url(/images/affiliates/bg.png);
}
.bg-\[url\(\/images\/case-battle\/empty_drop_pattern\.png\)\]{
  background-image: url(/images/case-battle/empty_drop_pattern.png);
}
.bg-\[url\(\/images\/case-battle\/empty_drop_pattern_horizontal\.svg\)\]{
  background-image: url(/images/case-battle/empty_drop_pattern_horizontal.svg);
}
.bg-\[url\(\/images\/main\/Rain\.png\)\]{
  background-image: url(/images/main/Rain.png);
}
.bg-\[url\(\/images\/vault\/vault-bg\.png\)\]{
  background-image: url(/images/vault/vault-bg.png);
}
.bg-deluxe-linear-gradient{
  background-image: linear-gradient(90deg, rgba(55, 107, 89, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-deluxe-linear-vertical-gradient{
  background-image: linear-gradient(0deg, rgba(55, 107, 89, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-deluxe-radial-gradient{
  background-image: radial-gradient(802.78% 100% at 0% 50%, rgba(55, 107, 89, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-exclusive-linear-gradient{
  background-image: linear-gradient(90deg, rgba(164, 113, 69, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-exclusive-linear-vertical-gradient{
  background-image: linear-gradient(0deg, rgba(164, 113, 69, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-exclusive-radial-gradient{
  background-image: radial-gradient(802.78% 100% at 0% 50%, rgba(164, 113, 69, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-premium-linear-gradient{
  background-image: linear-gradient(90deg, rgba(129, 59, 90, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-premium-linear-vertical-gradient{
  background-image: linear-gradient(0deg, rgba(129, 59, 90, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-premium-radial-gradient{
  background-image: radial-gradient(802.78% 100% at 0% 50%, rgba(129, 59, 90, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-select-linear-gradient{
  background-image: linear-gradient(90deg, rgba(65, 91, 139, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-select-linear-vertical-gradient{
  background-image: linear-gradient(0deg, rgba(65, 91, 139, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-select-radial-gradient{
  background-image: radial-gradient(802.78% 100% at 0% 50%, rgba(65, 91, 139, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-ultra-linear-gradient{
  background-image: linear-gradient(90deg, rgba(159, 146, 78, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-ultra-linear-vertical-gradient{
  background-image: linear-gradient(0deg, rgba(159, 146, 78, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.bg-ultra-radial-gradient{
  background-image: radial-gradient(802.78% 100% at 0% 50%, rgba(159, 146, 78, 0.20) 0%, rgba(27, 29, 32, 0.20) 100%);
}
.from-\[\#1B1D20\]{
  --tw-gradient-from: #1B1D20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 29 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#272A2F\]{
  --tw-gradient-from: #272A2F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 42 47 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#384143\]{
  --tw-gradient-from: #384143 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 65 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#524620\]{
  --tw-gradient-from: #524620 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 70 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#594236\]{
  --tw-gradient-from: #594236 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(89 66 54 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#FFDD6D\]{
  --tw-gradient-from: #FFDD6D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 221 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#151517\]{
  --tw-gradient-to: #151517 var(--tw-gradient-to-position);
}
.to-\[\#272B31\]{
  --tw-gradient-to: #272B31 var(--tw-gradient-to-position);
}
.to-\[\#3B3B2B\]{
  --tw-gradient-to: #3B3B2B var(--tw-gradient-to-position);
}
.to-\[\#FFA14A\]{
  --tw-gradient-to: #FFA14A var(--tw-gradient-to-position);
}
.to-\[rgba\(38\2c _38\2c _38\2c _0\)\]{
  --tw-gradient-to: rgba(38, 38, 38, 0) var(--tw-gradient-to-position);
}
.to-\[rgba\(41\2c _32\2c _26\2c _0\)\]{
  --tw-gradient-to: rgba(41, 32, 26, 0) var(--tw-gradient-to-position);
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-clip-text{
  background-clip: text;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  object-fit: contain;
}
.\!object-cover{
  object-fit: cover !important;
}
.object-cover{
  object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.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-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[13px\]{
  padding: 13px;
}
.p-\[2px\]{
  padding: 2px;
}
.p-\[6px\]{
  padding: 6px;
}
.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.\!px-\[20px\]{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.\!py-\[13px\]{
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[23px\]{
  padding-left: 23px;
  padding-right: 23px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[13\.8px\]{
  padding-top: 13.8px;
  padding-bottom: 13.8px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[12px\]{
  padding-bottom: 12px;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pb-\[6px\]{
  padding-bottom: 6px;
}
.pb-\[80px\]{
  padding-bottom: 80px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-11{
  padding-left: 2.75rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.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;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[64px\]{
  padding-top: 64px;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.font-\[\'TT_Supermolot_Neue\'\]{
  font-family: 'TT Supermolot Neue';
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.\!text-\[12px\]{
  font-size: 12px !important;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[45px\]{
  font-size: 45px;
}
.text-\[86px\]{
  font-size: 86px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 600;
}
.font-extrabold{
  font-weight: 700;
}
.font-medium{
  font-weight: 400;
}
.font-normal{
  font-weight: 300;
}
.font-semibold{
  font-weight: 570;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-\[150\%\]{
  line-height: 150%;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[-0\.005em\]{
  letter-spacing: -0.005em;
}
.tracking-\[-0\.44px\]{
  letter-spacing: -0.44px;
}
.tracking-\[-0\.5\%\]{
  letter-spacing: -0.5%;
}
.\!text-\[\#113410\]{
  --tw-text-opacity: 1 !important;
  color: rgb(17 52 16 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#151517\]{
  --tw-text-opacity: 1 !important;
  color: rgb(21 21 23 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#4D88FF\]{
  --tw-text-opacity: 1 !important;
  color: rgb(77 136 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-main-black-950{
  --tw-text-opacity: 1 !important;
  color: rgb(21 21 23 / var(--tw-text-opacity, 1)) !important;
}
.\!text-main-dark-grey-950{
  --tw-text-opacity: 1 !important;
  color: rgb(27 29 32 / var(--tw-text-opacity, 1)) !important;
}
.\!text-main-grey-300{
  --tw-text-opacity: 1 !important;
  color: rgb(167 177 185 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#4D88FF\]{
  --tw-text-opacity: 1;
  color: rgb(77 136 255 / var(--tw-text-opacity, 1));
}
.text-\[\#E8CB3A\]{
  --tw-text-opacity: 1;
  color: rgb(232 203 58 / var(--tw-text-opacity, 1));
}
.text-\[\#E9CC3A\]{
  --tw-text-opacity: 1;
  color: rgb(233 204 58 / var(--tw-text-opacity, 1));
}
.text-\[\#FF5A27\]{
  --tw-text-opacity: 1;
  color: rgb(255 90 39 / var(--tw-text-opacity, 1));
}
.text-\[\#FFA92F\]{
  --tw-text-opacity: 1;
  color: rgb(255 169 47 / var(--tw-text-opacity, 1));
}
.text-\[\#FFEA81\]{
  --tw-text-opacity: 1;
  color: rgb(255 234 129 / var(--tw-text-opacity, 1));
}
.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-main-black-400{
  --tw-text-opacity: 1;
  color: rgb(128 136 144 / var(--tw-text-opacity, 1));
}
.text-main-black-50{
  --tw-text-opacity: 1;
  color: rgb(245 246 246 / var(--tw-text-opacity, 1));
}
.text-main-blue-400{
  --tw-text-opacity: 1;
  color: rgb(77 136 255 / var(--tw-text-opacity, 1));
}
.text-main-green-400{
  --tw-text-opacity: 1;
  color: rgb(108 196 100 / var(--tw-text-opacity, 1));
}
.text-main-green-500{
  --tw-text-opacity: 1;
  color: rgb(80 186 71 / var(--tw-text-opacity, 1));
}
.text-main-grey-300{
  --tw-text-opacity: 1;
  color: rgb(167 177 185 / var(--tw-text-opacity, 1));
}
.text-main-grey-400{
  --tw-text-opacity: 1;
  color: rgb(124 137 148 / var(--tw-text-opacity, 1));
}
.text-main-grey-600{
  --tw-text-opacity: 1;
  color: rgb(83 92 103 / var(--tw-text-opacity, 1));
}
.text-main-red-400{
  --tw-text-opacity: 1;
  color: rgb(255 100 100 / var(--tw-text-opacity, 1));
}
.text-main-red-500{
  --tw-text-opacity: 1;
  color: rgb(255 57 57 / var(--tw-text-opacity, 1));
}
.text-main-white-300{
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}
.text-main-white-50{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-main-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-5{
  opacity: 0.05;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_8px_25px_10px_rgba\(14\2c _15\2c _16\2c _0\.10\)\]{
  --tw-shadow: 0px 8px 25px 10px rgba(14, 15, 16, 0.10);
  --tw-shadow-colored: 0px 8px 25px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-main-shadow-1{
  --tw-shadow: 0px 8px 25px 10px rgba(14, 15, 16, 0.10);
  --tw-shadow-colored: 0px 8px 25px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-main-shadow-2{
  --tw-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 50px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-\[2px\]{
  outline-width: 2px;
}
.outline-offset-\[2px\]{
  outline-offset: 2px;
}
.outline-\[\#B3BCB4\]{
  outline-color: #B3BCB4;
}
.outline-white{
  outline-color: #fff;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl{
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl{
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[10px\]{
  --tw-blur: blur(10px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-lg{
  --tw-blur: blur(16px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm{
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-xl{
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[10px\]{
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[25px\]{
  --tw-backdrop-blur: blur(25px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-150{
  transition-duration: 150ms;
}
.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;
}
.\[-ms-overflow-style\:none\]{
  -ms-overflow-style: none;
}
.\[scrollbar-width\:none\]{
  scrollbar-width: none;
}
.\[text-shadow\:_0px_0px_250px_rgb\(255_255_255_\/_0\.60\)\]{
  text-shadow: 0px 0px 250px rgb(255 255 255 / 0.60);
}

body {
  color: #a7b1b9;

  font-family: 'TT Supermolot Neue', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;

  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #1b1d20;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #272a2f;
  width: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background-color: #1b1d20;
}

.light-scrollbar-thumb::-webkit-scrollbar-thumb {
  background-color: #383c41;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
  -moz-appearance: textfield; /* Firefox */
}

@media (max-width: 1024px) {
  .intercom-lightweight-app-launcher {
    bottom: 96px !important;
    z-index: 45 !important;
  }

  .intercom-dfosxs {
    bottom: 96px !important;
    z-index: 45 !important;
  }

  .intercom-app > div:nth-child(2) {
    bottom: 96px !important;
    right: 20px !important;
    z-index: 45 !important;
  }

  iframe[name='intercom-notifications-frame'] {
    bottom: 148px !important;
    z-index: 45 !important;
  }
}

.placeholder\:leading-5::placeholder{
  line-height: 1.25rem;
}

.placeholder\:text-main-grey-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(167 177 185 / var(--tw-text-opacity, 1));
}

.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}

.before\:pt-2::before{
  content: var(--tw-content);
  padding-top: 0.5rem;
}

.before\:text-\[15px\]::before{
  content: var(--tw-content);
  font-size: 15px;
}

.before\:font-semibold::before{
  content: var(--tw-content);
  font-weight: 570;
}

.before\:tracking-\[-0\.005em\]::before{
  content: var(--tw-content);
  letter-spacing: -0.005em;
}

.before\:text-gray-400::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.before\:content-\[attr\(data-placeholder\)\]::before{
  --tw-content: attr(data-placeholder);
  content: var(--tw-content);
}

.hover\:border-main-white-950:hover{
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-main-grey-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(56 60 65 / var(--tw-bg-opacity, 1));
}

.hover\:bg-main-grey-950:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 47 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gradient-to-l:hover{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-main-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(77 136 255 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.focus\:border-main-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(53 106 252 / var(--tw-border-opacity, 1));
}

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

.disabled\:text-main-grey-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(167 177 185 / var(--tw-text-opacity, 1));
}

.group\/link:hover .group-hover\/link\:fill-main-blue-400{
  fill: #4d88ff;
}

.group:hover .group-hover\:fill-main-blue-400{
  fill: #4d88ff;
}

.group\/link:hover .group-hover\/link\:text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-main-grey-100{
  --tw-text-opacity: 1;
  color: rgb(227 231 233 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-main-white-50{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1280px){

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

  .max-xl\:hidden{
    display: none;
  }
}

@media not all and (min-width: 1024px){

  .max-lg\:sticky{
    position: sticky;
  }

  .max-lg\:bottom-\[0\]{
    bottom: 0;
  }

  .max-lg\:z-10{
    z-index: 10;
  }

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

  .max-lg\:m-0{
    margin: 0px;
  }

  .max-lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .max-lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .max-lg\:hidden{
    display: none;
  }

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

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

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

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

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

  .max-lg\:h-\[calc\(100dvh_-_300px\)\]{
    height: calc(100dvh - 300px);
  }

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

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

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

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

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

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

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

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

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

  .max-lg\:flex-1{
    flex: 1 1 0%;
  }

  .max-lg\:flex-auto{
    flex: 1 1 auto;
  }

  .max-lg\:flex-none{
    flex: none;
  }

  .max-lg\:shrink{
    flex-shrink: 1;
  }

  .max-lg\:shrink-0{
    flex-shrink: 0;
  }

  .max-lg\:basis-1\/2{
    flex-basis: 50%;
  }

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

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

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

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

  .max-lg\:flex-col{
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

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

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

  .max-lg\:items-stretch{
    align-items: stretch;
  }

  .max-lg\:justify-center{
    justify-content: center;
  }

  .max-lg\:gap-1{
    gap: 0.25rem;
  }

  .max-lg\:gap-2{
    gap: 0.5rem;
  }

  .max-lg\:gap-3{
    gap: 0.75rem;
  }

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

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

  .max-lg\:self-stretch{
    align-self: stretch;
  }

  .max-lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .max-lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .max-lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

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

  .max-lg\:border-none{
    border-style: none;
  }

  .max-lg\:border-main-white-950{
    --tw-border-opacity: 1;
    border-color: rgb(41 41 41 / var(--tw-border-opacity, 1));
  }

  .max-lg\:bg-main-dark-grey-950{
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 32 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:p-0{
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

@media not all and (min-width: 768px){

  .max-md\:relative{
    position: relative;
  }

  .max-md\:bottom-auto{
    bottom: auto;
  }

  .max-md\:left-auto{
    left: auto;
  }

  .max-md\:ml-6{
    margin-left: 1.5rem;
  }

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

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

  .max-md\:hidden{
    display: none;
  }

  .max-md\:aspect-auto{
    aspect-ratio: auto;
  }

  .max-md\:aspect-square{
    aspect-ratio: 1 / 1;
  }

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

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

  .max-md\:h-\[60dvh\]{
    height: 60dvh;
  }

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

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

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

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

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

  .max-md\:shrink-0{
    flex-shrink: 0;
  }

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

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

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

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

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

  .max-md\:flex-col{
    flex-direction: column;
  }

  .max-md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

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

  .max-md\:items-center{
    align-items: center;
  }

  .max-md\:items-stretch{
    align-items: stretch;
  }

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

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

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

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

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

  .max-md\:gap-6{
    gap: 1.5rem;
  }

  .max-md\:self-stretch{
    align-self: stretch;
  }

  .max-md\:overflow-auto{
    overflow: auto;
  }

  .max-md\:overflow-x-auto{
    overflow-x: auto;
  }

  .max-md\:bg-\[linear-gradient\(90deg\2c _rgba\(39\2c _42\2c _47\2c _0\.00\)_0\%\2c _\#272A2F_50\%\2c _rgba\(39\2c _42\2c _47\2c _0\.00\)_100\%\)\]{
    background-image: linear-gradient(90deg, rgba(39, 42, 47, 0.00) 0%, #272A2F 50%, rgba(39, 42, 47, 0.00) 100%);
  }

  .max-md\:p-0{
    padding: 0px;
  }

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

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

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

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

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

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

@media not all and (min-width: 640px){

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

@media (min-width: 640px){

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

@media (min-width: 768px){

  .md\:hidden{
    display: none;
  }
}

@media (min-width: 1024px){

  .lg\:hidden{
    display: none;
  }

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

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

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

@media (min-width: 1536px){

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

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{
  display: none;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/Blocks/Button/Button.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.Button_wrapper__Cdfjh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  color: #ffffff;

  padding: 8px 12px;

  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;

  /*max-inline-size: 100%;*/
  min-inline-size: 30px;

  white-space: nowrap;

  transition: all 0.3s ease;
}

.Button_wrapperIcon__YGV5X {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  color: #ffffff;

  padding: 10px;

  border: none;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;

  white-space: nowrap;

  transition: all 0.3s ease;

  /* max-width: 40px;
    max-height: 40px; */
}

.Button_wrapper--stretched__wOvuj {
  inline-size: 100%;
  flex-grow: 1;
}

.Button_before__PRcub,
.Button_after__c_5_S {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.Button_wrapper--primary__NTEDm {
  background-color: #356afc;
}

.Button_wrapper--primary__NTEDm:hover {
  background-color: #4d88ff;
}

.Button_wrapper--secondary__FTQqN {
  background-color: #272a2f;
}

.Button_wrapper--secondary__FTQqN:hover {
  background-color: #383c41;
}

.Button_wrapper--danger__W2rUw {
  background-color: #ff3939;
}

.Button_wrapper--danger__W2rUw:hover {
  background-color: #a50f0f;
}

.Button_wrapper--green___AMz_ {
  background-color: #50ba47;
}

.Button_wrapper--green___AMz_:hover {
  background-color: #368a2f;
}

.Button_wrapper--disabled__K2VwO {
  background-color: #272a2f;
  color: #7c8994;
  pointer-events: none;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/Typography/Headline/Headline.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.Headline_wrapper--1__d1A59 {
  font-size: 48px;
  line-height: normal;
}

.Headline_wrapper--2__KU3fc {
  font-size: 32px;
  line-height: normal;
}

.Headline_wrapper--3__faXj6 {
  font-size: 28px;
  line-height: normal;
}

.Headline_wrapper--4__xtHzu {
  font-size: 22px;
  line-height: normal;
}

.Headline_wrapper--5__IMrcv {
  font-size: 16px;
  line-height: normal;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/Typography/Text/Text.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.Text_wrapper--1__rsXDs {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: +0.005em;
}

.Text_wrapper--2__covTQ {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: +0.005em;
}

.Text_wrapper--3___LFfW {
  font-family: 'TT Supermolot Neue', sans-serif;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: +0.005em;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/Form/Checkbox/Checkbox.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Checkbox_wrapper__vKDbZ {
  position: relative;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 2px;
  background: #272a2f;

  transition: background 0.25s;

  display: flex;
  align-items: center;
  justify-content: center;
}

.Checkbox_wrapper__vKDbZ:hover {
  background: #383c41;
}

.Checkbox_wrapper__vKDbZ:checked {
  background: #4d88ff;
}

.Checkbox_wrapper__vKDbZ:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><path fillRule="evenodd" clip-rule="evenodd" d="M10.773 3.0555C10.9136 3.19615 10.9926 3.38688 10.9926 3.58575C10.9926 3.78463 10.9136 3.97536 10.773 4.116L5.15151 9.7375C5.07722 9.81181 4.98902 9.87075 4.89195 9.91097C4.79488 9.95118 4.69084 9.97188 4.58576 9.97188C4.48069 9.97188 4.37665 9.95118 4.27957 9.91097C4.1825 9.87075 4.0943 9.81181 4.02001 9.7375L1.22701 6.945C1.15538 6.87582 1.09824 6.79306 1.05894 6.70156C1.01963 6.61005 0.998941 6.51164 0.998075 6.41205C0.99721 6.31247 1.01619 6.21371 1.0539 6.12154C1.09161 6.02936 1.1473 5.94563 1.21772 5.87521C1.28814 5.80479 1.37188 5.7491 1.46405 5.71139C1.55622 5.67368 1.65498 5.6547 1.75456 5.65556C1.85415 5.65643 1.95256 5.67712 2.04407 5.71643C2.13557 5.75573 2.21833 5.81287 2.28751 5.8845L4.58551 8.1825L9.71201 3.0555C9.78166 2.98581 9.86436 2.93052 9.95539 2.8928C10.0464 2.85508 10.144 2.83566 10.2425 2.83566C10.341 2.83566 10.4386 2.85508 10.5296 2.8928C10.6207 2.93052 10.7034 2.98581 10.773 3.0555Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/Form/Switch/Switch.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.Switch_switch__ae_yg {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.Switch_switch__ae_yg input {
  opacity: 0;
  width: 0;
  height: 0;
}

.Switch_slider__Xg2rD {
  position: absolute;
  cursor: pointer;

  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

  border-radius: 4px;

  transition: 0.2s;
}

.Switch_slider--light__uUPdM {
  background-color: #1b1d20;
}

.Switch_slider--dark__k8NVx {
  background-color: #151517;
}

.Switch_slider__Xg2rD:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 4px;
  bottom: 3px;
  background-color: #383b41;

  border-radius: 2px;
  transition: 0.2s;
}

input:checked + .Switch_slider__Xg2rD {
  background-color: #4d88ff;
}

input:checked + .Switch_slider__Xg2rD:before {
  transform: translateX(16px);
  background-color: #ffffff;
}

input:disabled + .Switch_slider__Xg2rD {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

