@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@300;400;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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

.mt-\[-450px\]{
  margin-top: -450px;
}
/* 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: 440px){
  .container{
    max-width: 440px;
  }
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-5{
  bottom: 1.25rem;
}

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

.bottom-\[15px\]{
  bottom: 15px;
}

.left-0{
  left: 0px;
}

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

.left-\[29px\]{
  left: 29px;
}

.left-\[53\.5px\]{
  left: 53.5px;
}

.right-0{
  right: 0px;
}

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

.right-\[53\.5px\]{
  right: 53.5px;
}

.top-0{
  top: 0px;
}

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

.top-\[26\.5px\]{
  top: 26.5px;
}

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

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

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

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

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

.mx-\[20px\]{
  margin-left: 20px;
  margin-right: 20px;
}

.mx-\[53px\]{
  margin-left: 53px;
  margin-right: 53px;
}

.mx-\[86px\]{
  margin-left: 86px;
  margin-right: 86px;
}

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

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

.my-\[40px\]{
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

.ml-3{
  margin-left: 0.75rem;
}

.mr-1{
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-4{
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

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

.min-h-screen{
  min-height: 100vh;
}

.w-10{
  width: 2.5rem;
}

.w-4{
  width: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

.max-w-\[1423\.24px\]{
  max-width: 1423.24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1{
  flex: 1 1 0%;
}

.shrink-0{
  flex-shrink: 0;
}

.border-collapse{
  border-collapse: collapse;
}

.-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));
}

.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-pointer{
  cursor: pointer;
}

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

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

.flex-wrap{
  flex-wrap: wrap;
}

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[100px\]{
  gap: 100px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[16px\]{
  gap: 16px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[30px\]{
  gap: 30px;
}

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

.gap-\[5px\]{
  gap: 5px;
}

.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));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px * var(--tw-space-y-reverse));
}

.space-y-\[28px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(28px * var(--tw-space-y-reverse));
}

.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.space-y-\[4px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

.space-y-\[6px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6px * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-x-auto{
  overflow-x: auto;
}

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

.rounded{
  border-radius: 0.25rem;
}

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

.rounded-full{
  border-radius: 9999px;
}

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

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

.border{
  border-width: 1px;
}

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

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

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

.border-r{
  border-right-width: 1px;
}

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

.border-\[\#33313D\]{
  --tw-border-opacity: 1;
  border-color: rgb(51 49 61 / var(--tw-border-opacity, 1));
}

.border-\[\#41668C\]{
  --tw-border-opacity: 1;
  border-color: rgb(65 102 140 / var(--tw-border-opacity, 1));
}

.border-\[\#7B8789\]{
  --tw-border-opacity: 1;
  border-color: rgb(123 135 137 / var(--tw-border-opacity, 1));
}

.border-\[\#A3A2AA\]{
  --tw-border-opacity: 1;
  border-color: rgb(163 162 170 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1A1826\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 24 38 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1F192F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(31 25 47 / var(--tw-bg-opacity, 1));
}

.bg-\[\#222222\]{
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#23212E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 33 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2A2A3D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#354A6B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 74 107 / var(--tw-bg-opacity, 1));
}

.bg-\[\#41668C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 102 140 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

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

.from-\[\#01D370\]{
  --tw-gradient-from: #01D370 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 211 112 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#E22028\]{
  --tw-gradient-from: #E22028 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 32 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#FFDD15\]{
  --tw-gradient-from: #FFDD15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 221 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#016D3A\]{
  --tw-gradient-to: #016D3A var(--tw-gradient-to-position);
}

.to-\[\#C3151C\]{
  --tw-gradient-to: #C3151C var(--tw-gradient-to-position);
}

.to-\[\#FCB346\]{
  --tw-gradient-to: #FCB346 var(--tw-gradient-to-position);
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-3{
  padding: 0.75rem;
}

.p-8{
  padding: 2rem;
}

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

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

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.px-\[33px\]{
  padding-left: 33px;
  padding-right: 33px;
}

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

.px-\[44px\]{
  padding-left: 44px;
  padding-right: 44px;
}

.px-\[45px\]{
  padding-left: 45px;
  padding-right: 45px;
}

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 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-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}

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

.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[550px\]{
  padding-bottom: 550px;
}
.pl-\[29px\]{
  padding-left: 29px;
}

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

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

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

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

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

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

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

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

.align-middle{
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

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

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

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

.leading-\[1\.48em\]{
  line-height: 1.48em;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\.5em\]{
  line-height: 1.5em;
}

.leading-\[1\.8em\]{
  line-height: 1.8em;
}

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

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

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

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

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

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

.leading-\[22\.46px\]{
  line-height: 22.46px;
}

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

.leading-\[24\.5px\]{
  line-height: 24.5px;
}

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

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

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

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

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

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

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

.leading-none{
  line-height: 1;
}

.tracking-\[-0\.02em\]{
  letter-spacing: -0.02em;
}

.tracking-\[0\.20em\]{
  letter-spacing: 0.20em;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

.tracking-\[0\.4em\]{
  letter-spacing: 0.4em;
}

.tracking-\[0em\]{
  letter-spacing: 0em;
}

.tracking-normal{
  letter-spacing: 0em;
}

.text-\[\#00FF86\]{
  --tw-text-opacity: 1;
  color: rgb(0 255 134 / var(--tw-text-opacity, 1));
}

.text-\[\#9B9C9D\]{
  --tw-text-opacity: 1;
  color: rgb(155 156 157 / var(--tw-text-opacity, 1));
}

.text-\[\#CED4DA\]{
  --tw-text-opacity: 1;
  color: rgb(206 212 218 / var(--tw-text-opacity, 1));
}

.text-\[\#CFC8EF\]{
  --tw-text-opacity: 1;
  color: rgb(207 200 239 / var(--tw-text-opacity, 1));
}

.text-\[\#E22028\]{
  --tw-text-opacity: 1;
  color: rgb(226 32 40 / var(--tw-text-opacity, 1));
}

.text-\[\#FFDD15\]{
  --tw-text-opacity: 1;
  color: rgb(255 221 21 / var(--tw-text-opacity, 1));
}

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

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

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

.opacity-0{
  opacity: 0;
}

.opacity-20{
  opacity: 0.2;
}

.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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

body {
  font-family: 'Oxanium', sans-serif;
  background-color: #1A1826;
  color: #FFFFFF;
}

/* styles.css */

.cut-corners {
  clip-path: polygon(10% 0%,
            /* Top-left cut */
            90% 0%,
            /* Top-right cut */
            100% 10%,
            /* Top-right corner */
            100% 90%,
            /* Bottom-right corner */
            90% 100%,
            /* Bottom-right cut */
            10% 100%,
            /* Bottom-left cut */
            0% 90%,
            /* Bottom-left corner */
            0% 10%
            /* Top-left corner */
        );
}

.top-corners {
  clip-path: polygon(93% 0, 100% 8%, 100% 100%, 0 100%, 0 8%, 7% 0);
}

.except-bottom-left {
  clip-path: polygon(93% 0, 100% 7%, 100% 93%, 93% 100%, 0 100%, 0 7%, 7% 0);
}

.except-bottom-right {
  clip-path: polygon(9% 0, 93% 0, 100% 7%, 100% 100%, 7% 100%, 0 93%, 0 7%);
}

.top-right-corner {
  clip-path: polygon(94% 0, 100% 24%, 100% 100%, 0 100%, 0 0);
}

.bottom-left-corner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 100%, 5% 100%, 0 76%)
}

.gradient-border {
  border: 2px solid transparent;
  border-image-source: radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%),
        radial-gradient(80.69% 208.78% at 108.28% 112.58%, #41668C 0%, rgba(135, 38, 183, 0) 100%);
  border-image-slice: 1;
}

.gradient-bg {
  background: radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%),
        radial-gradient(80.69% 208.78% at 108.28% 112.58%, #41668C 0%, rgba(135, 38, 183, 0) 100%);
}

input[type="email"],
input[type="password"] {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.back-button:hover {
  color: #9ca3af;
}

.submit-button {
  background-color: #476685;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #3a5574;
}

.bottom-left-corner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 100%, 5% 100%, 0 76%)
}

.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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#2A2A3D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#33344D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 52 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-yellow-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.hover\:text-purple-400:hover{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

@media (min-width: 440px){
  .xs\:bottom-\[20px\]{
    bottom: 20px;
  }

  .xs\:top-\[95px\]{
    top: 95px;
  }

  .xs\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .xs\:mb-\[19px\]{
    margin-bottom: 19px;
  }

  .xs\:ml-12{
    margin-left: 3rem;
  }

  .xs\:ml-3{
    margin-left: 0.75rem;
  }

  .xs\:ml-\[30px\]{
    margin-left: 30px;
  }

  .xs\:mt-\[-34px\]{
    margin-top: -34px;
  }

  .xs\:mt-\[100px\]{
    margin-top: 100px;
  }

  .xs\:mt-\[140px\]{
    margin-top: 140px;
  }

  .xs\:mt-\[18px\]{
    margin-top: 18px;
  }

  .xs\:mt-\[26px\]{
    margin-top: 26px;
  }

  .xs\:mt-\[32px\]{
    margin-top: 32px;
  }

  .xs\:mt-\[34px\]{
    margin-top: 34px;
  }

  .xs\:mt-\[35px\]{
    margin-top: 35px;
  }

  .xs\:mt-\[36px\]{
    margin-top: 36px;
  }

  .xs\:mt-\[40px\]{
    margin-top: 40px;
  }

  .xs\:mt-\[60px\]{
    margin-top: 60px;
  }

  .xs\:mt-\[6px\]{
    margin-top: 6px;
  }

  .xs\:h-5{
    height: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

  .xs\:w-5{
    width: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

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

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

  .xs\:gap-\[20px\]{
    gap: 20px;
  }

  .xs\:gap-\[30px\]{
    gap: 30px;
  }

  .xs\:gap-\[39\.5px\]{
    gap: 39.5px;
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-\[14\.2px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14.2px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14.2px * var(--tw-space-y-reverse));
  }

  .xs\:space-y-\[6px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6px * var(--tw-space-y-reverse));
  }

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

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

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

  .xs\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:px-\[34\.5px\]{
    padding-left: 34.5px;
    padding-right: 34.5px;
  }

  .xs\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .xs\:pb-\[30px\]{
    padding-bottom: 30px;
  }

  .xs\:pb-\[60px\]{
    padding-bottom: 60px;
  }

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

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

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

  .xs\:pt-\[150px\]{
    padding-top: 150px;
  }

  .xs\:pt-\[32px\]{
    padding-top: 32px;
  }

  .xs\:pt-\[40px\]{
    padding-top: 40px;
  }

  .xs\:pt-\[80px\]{
    padding-top: 80px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:leading-\[22\.46px\]{
    line-height: 22.46px;
  }

  .xs\:leading-\[24px\]{
    line-height: 24px;
  }

  .xs\:leading-\[26px\]{
    line-height: 26px;
  }

  .xs\:leading-\[45px\]{
    line-height: 45px;
  }

  .xs\:tracking-\[0\.5em\]{
    letter-spacing: 0.5em;
  }
}

@media (min-width: 640px){
  .sm\:bottom-\[59px\]{
    bottom: 59px;
  }

  .sm\:mx-\[60px\]{
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:my-\[62px\]{
    margin-top: 62px;
    margin-bottom: 62px;
  }

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

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

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

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

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

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

  .sm\:h-5{
    height: 1.25rem;
  }

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

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

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

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

  .sm\:w-5{
    width: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:space-y-\[38px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38px * var(--tw-space-y-reverse));
  }

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

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

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

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

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

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

  .sm\:pt-\[161px\]{
    padding-top: 161px;
  }

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

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

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

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

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

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

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

@media (min-width: 768px){
  .md\:bottom-\[25px\]{
    bottom: 25px;
  }

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

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

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

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

  .md\:mt-\[45px\]{
    margin-top: 45px;
  }

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

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

  .md\:mt-\[98px\]{
    margin-top: 98px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:space-y-\[14px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
  }

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

  .md\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

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

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

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

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

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

  .md\:text-\[68\.63px\]{
    font-size: 68.63px;
  }

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

@media (min-width: 1024px){
  .lg\:top-\[110\.28px\]{
    top: 110.28px;
  }

  .lg\:mx-\[125px\]{
    margin-left: 125px;
    margin-right: 125px;
  }

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

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

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

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

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

  .lg\:mt-\[-37px\]{
    margin-top: -37px;
  }
  .lg\:mt-\[-425px\]{
    margin-top: -425px;
  }
    .lg\:pt-\[592px\]{
    padding-top: 592px;
  }
 
  
  .lg\:mt-\[106px\]{
    margin-top: 106px;
  }

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

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

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

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

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

  .lg\:mt-\[39\.5px\]{
    margin-top: 39.5px;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[415\.77px\]{
    height: 415.77px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-\[115\.33px\]{
    width: 115.33px;
  }

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

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

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

  .lg\:w-\[431\.24px\]{
    width: 431.24px;
  }

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

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

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

  .lg\:max-w-\[464\.9px\]{
    max-width: 464.9px;
  }

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

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

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

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

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

  .lg\:gap-8{
    gap: 2rem;
  }

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

  .lg\:gap-\[24\.63px\]{
    gap: 24.63px;
  }

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

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

  .lg\:border-\[3\.12px\]{
    border-width: 3.12px;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

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

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

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

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

  .lg\:px-\[49px\]{
    padding-left: 49px;
    padding-right: 49px;
  }

  .lg\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

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

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

  .lg\:pb-\[47\.26px\]{
    padding-bottom: 47.26px;
  }

  .lg\:pb-\[89px\]{
    padding-bottom: 89px;
  }
.lg\:pb-\[150px\]{
    padding-bottom: 150px;

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

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

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

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

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

  .lg\:pt-\[38\.08px\]{
    padding-top: 38.08px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[68\.63px\]{
    font-size: 68.63px;
  }

  .lg\:leading-\[27px\]{
    line-height: 27px;
  }

  .lg\:leading-\[50px\]{
    line-height: 50px;
  }

  .lg\:leading-\[54\.28px\]{
    line-height: 54.28px;
  }

  .lg\:tracking-\[0\.6em\]{
    letter-spacing: 0.6em;
  }
}

@media (min-width: 1280px){
  .xl\:gap-\[206px\]{
    gap: 206px;
  }

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

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