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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-1 {
  inset: 0.25rem;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-36 {
  top: 9rem;
}

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

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

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.mb-auto {
  margin-bottom: auto;
}

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.h-0 {
  height: 0px;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-\[32rem\] {
  height: 32rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/5 {
  width: 40%;
}

.w-3 {
  width: 0.75rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.flex-grow {
  flex-grow: 1;
}

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

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

.grid-flow-row {
  grid-auto-flow: row;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

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

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

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

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

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

.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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

.border-\[0\.1rem\] {
  border-width: 0.1rem;
}

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

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

.border-\[\#00000071\] {
  border-color: #00000071;
}

.border-\[\#008b8d30\] {
  border-color: #008b8d30;
}

.border-\[\#0909091c\] {
  border-color: #0909091c;
}

.border-\[\#0b134044\] {
  border-color: #0b134044;
}

.border-\[\#0b134057\] {
  border-color: #0b134057;
}

.border-\[\#613905\] {
  --tw-border-opacity: 1;
  border-color: rgb(97 57 5 / var(--tw-border-opacity, 1));
}

.border-\[\#ff0080ea\] {
  border-color: #ff0080ea;
}

.border-\[--primary-color\] {
  border-color: var(--primary-color);
}

.border-\[--text-color\] {
  border-color: var(--text-color);
}

.bg-\[--primary-color\] {
  background-color: var(--primary-color);
}

.bg-\[--subprim-color\] {
  background-color: var(--subprim-color);
}

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

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

.from-\[\#0000008c\] {
  --tw-gradient-from: #0000008c 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);
}

.from-\[\#008b8d8d\] {
  --tw-gradient-from: #008b8d8d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 139 141 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#613905\] {
  --tw-gradient-from: #613905 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 57 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

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

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

.fill-\[--text-color\] {
  fill: var(--text-color);
}

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

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.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;
}

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

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

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

.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.pb-32 {
  padding-bottom: 8rem;
}

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

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

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

.font-Wanted-Black {
  font-family: Wanted-Black, sans-serif;
}

.font-Wanted-Bold {
  font-family: Wanted-Bold, sans-serif;
}

.font-Wanted-ExtraBold {
  font-family: Wanted-ExtraBold, sans-serif;
}

.font-Wanted-Medium {
  font-family: Wanted-Medium, sans-serif;
}

.font-Wanted-Regular {
  font-family: Wanted-Regular, sans-serif;
}

.font-Wanted-Variable {
  font-family: Wanted-Variable, sans-serif;
}

.text-2xl {
  font-size: 30px;
}

.text-3xl {
  font-size: 36px;
}

.text-5xl {
  font-size: 60px;
}

.text-6xl {
  font-size: 72px;
}

.text-Base {
  font-size: 16px;
}

.text-Large {
  font-size: 20px;
}

.text-Medium {
  font-size: 18px;
}

.text-Pre-Xl {
  font-size: 22px;
}

.text-Semi-Medium {
  font-size: 17px;
}

.text-Small {
  font-size: 14px;
}

.text-xl {
  font-size: 24px;
}

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

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

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

.lowercase {
  text-transform: lowercase;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-\[\#0b134070\] {
  color: #0b134070;
}

.text-\[\#0b13407d\] {
  color: #0b13407d;
}

.text-\[\#0b134093\] {
  color: #0b134093;
}

.text-\[\#0b1340\] {
  --tw-text-opacity: 1;
  color: rgb(11 19 64 / var(--tw-text-opacity, 1));
}

.text-\[\#0b1340cb\] {
  color: #0b1340cb;
}

.text-\[\#0b1340ce\] {
  color: #0b1340ce;
}

.text-\[\#70c8fff9\] {
  color: #70c8fff9;
}

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

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

.text-\[--primary-color\] {
  color: var(--primary-color);
}

.text-\[--subprim-color\] {
  color: var(--subprim-color);
}

.text-\[--text-color\] {
  color: var(--text-color);
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@font-face {
  font-family: "Wanted-ExtraBlack";

  src: url("../fonts/Wanted/WantedSans-ExtraBlack-BF65baf133c4859.otf")
		format("opentype");
}

@font-face {
  font-family: "Wanted-Black";

  src: url("../fonts/Wanted/WantedSans-Black-BF65baf1369b817.otf")
		format("opentype");
}

@font-face {
  font-family: "Wanted-ExtraBold";

  src: url("../fonts/Wanted/WantedSans-ExtraBold-BF65baf137317a5.otf")
		format("opentype");
}

@font-face {
  font-family: "Wanted-SemiBold";

  src: url("../fonts/Wanted/WantedSans-SemiBold-BF65baf13722853.otf")
		format("opentype");
}

@font-face {
  font-family: "Wanted-Bold";

  src: url("../fonts/Wanted/WantedSans-Bold-BF65baf135d5a25.otf")
		format("opentype");
}

@font-face {
  font-family: "Wanted-Medium";

  src: url("../fonts/Wanted/WantedSans-Medium-BF65baf1388963b.otf")
		format("opentype");
}

@font-face {
  font-family: "Wanted-Regular";

  src: url("../fonts/Wanted/WantedSans-Regular-BF65baf13579965.otf")
		format("opentype");
}

@font-face {
  font-family: "Wanted-Variable";

  src: url("../fonts/Wanted/WantedSansVariable-BF65baf13a24667.ttf")
		format("truetype");
}

:root {
  /* Light mode variables */
  --primary-color: #e0dad6;
  --subprim-color: #282120;
  --text-color: #282120;
  --icon-color: #282120;
  --bg-color: #e0dad6;
}

/* Dark mode variables */

:root[data-mode="dark"] {
  --primary-color: #282120;
  --subprim-color: #e0dad6;
  --text-color: #e0dad6;
  --icon-color: #e0dad6;
  --bg-color: #282120;
}

html, body {
  background-color: var(--bg-color);
  color: var(--text-color);
  margin: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#beck-bg {
  background: linear-gradient(2deg, #18ecffb4, #18ecff66, rgba(24, 236, 255, 0.096));
  background-color: rgba(24, 236, 255, 0.096);
  background-size: 400% 400%;
  animation: bgAnimate 25s ease infinite;
  margin: 0;
}

#adg-bg {
  background: linear-gradient(2deg, #ff0080b7, #5d104e0d, #440b380d);
  background-color: #ff00807a;
  background-size: 400% 400%;
  animation: bgAnimate 25s ease infinite;
  margin: 0;
}

#oakl-bg {
  background: linear-gradient(2deg, #ffe018ad, #ffe01866, #49410c66);
  background-color: #49410c66;
  background-size: 400% 400%;
  animation: bgAnimate 25s ease infinite;
  margin: 0;
}

@keyframes bgAnimate {
  0% {
    background-position: 0% 15%
  }

  50% {
    background-position: 100% 86%
  }

  100% {
    background-position: 0% 15%
  }
}

.bg-container {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.116);
  background-color: rgba(6, 6, 6, 0.146);
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
}

.custom-shape-divider-bottom-1687053023 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: -1;
}

.custom-shape-divider-bottom-1687053023 svg {
  position: relative;
  display: block;
  width: calc(188% + 1.3px);
  height: 117px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1687053023 .shape-fill {
  fill: #162780;
}

.spin {
  animation: spin 1s linear infinite;
}

.spinner {
  animation: spin 3s linear infinite;
}

#glass {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(3.5px);
  -webkit-backdrop-filter: blur(3.5px);
  border: 1px solid rgba(255, 255, 255, 0.067);
}

.dark #glass {
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.067);
}

/* Add these styles for the theme toggle button */

#theme-toggle {
  transition: background-color 0.3s ease;
}

/* Add these styles for SVG icons */

.social-icon {
  fill: var(--text-color);
  transition: fill 0.3s ease;
}

/* Optional hover effect */

.social-icon:hover {
  opacity: 0.75;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-right-4::before {
  content: var(--tw-content);
  right: -1rem;
}

.before\:-top-11::before {
  content: var(--tw-content);
  top: -2.75rem;
}

.before\:flex::before {
  content: var(--tw-content);
  display: flex;
}

.before\:items-center::before {
  content: var(--tw-content);
  align-items: center;
}

.before\:justify-center::before {
  content: var(--tw-content);
  justify-content: center;
}

.before\:font-Wanted-ExtraBold::before {
  content: var(--tw-content);
  font-family: Wanted-ExtraBold, sans-serif;
}

.before\:text-5xl::before {
  content: var(--tw-content);
  font-size: 60px;
}

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

.hover\:bg-\[--primary-color\]:hover {
  background-color: var(--primary-color);
}

.hover\:text-\[--subprim-color\]:hover {
  color: var(--subprim-color);
}

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

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

@media (min-width: 324px) {
  .xsm\:top-36 {
    top: 9rem;
  }

  .xsm\:top-40 {
    top: 10rem;
  }

  .xsm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

  .xsm\:font-Wanted-SemiBold {
    font-family: Wanted-SemiBold, sans-serif;
  }

  .xsm\:text-1xl {
    font-size: 27px;
  }

  .xsm\:text-3xl {
    font-size: 36px;
  }

  .xsm\:text-Medium {
    font-size: 18px;
  }

  .xsm\:text-Pre-Xl {
    font-size: 22px;
  }

  .xsm\:text-Semi-Medium {
    font-size: 17px;
  }

  .before\:xsm\:-right-7::before {
    content: var(--tw-content);
    right: -1.75rem;
  }

  .before\:xsm\:-top-16::before {
    content: var(--tw-content);
    top: -4rem;
  }

  .before\:xsm\:text-7xl::before {
    content: var(--tw-content);
    font-size: 84px;
  }
}

@media (min-width: 400px) {
  .after-xsm\:text-4xl {
    font-size: 48px;
  }

  .after-xsm\:text-Pre-Xl {
    font-size: 22px;
  }

  .after-xsm\:text-xl {
    font-size: 24px;
  }
}

@media (min-width: 478px) {
  .xxsm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .xxsm\:hidden {
    display: none;
  }

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

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

  .xxsm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .xxsm\:text-1xl {
    font-size: 27px;
  }

  .xxsm\:text-4xl {
    font-size: 48px;
  }

  .xxsm\:text-Medium {
    font-size: 18px;
  }

  .xxsm\:text-Semi-Medium {
    font-size: 17px;
  }

  .xxsm\:text-xl {
    font-size: 24px;
  }

  .before\:xxsm\:-right-10::before {
    content: var(--tw-content);
    right: -2.5rem;
  }

  .before\:xxsm\:text-8xl::before {
    content: var(--tw-content);
    font-size: 96px;
  }
}

@media (min-width: 640px) {
  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

  .sm\:hidden {
    display: none;
  }

  .sm\:size-12 {
    width: 3rem;
    height: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:indent-1 {
    text-indent: 0.25rem;
  }

  .sm\:indent-2 {
    text-indent: 0.5rem;
  }

  .sm\:text-2xl {
    font-size: 30px;
  }

  .sm\:text-5xl {
    font-size: 60px;
  }

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

  .sm\:text-Large {
    font-size: 20px;
  }

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

  .sm\:text-Pre-Xl {
    font-size: 22px;
  }

  .sm\:text-xl {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .md\:top-40 {
    top: 10rem;
  }

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:rounded-3\.0 {
    border-radius: 3.0rem;
  }

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

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

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

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

  .md\:text-1xl {
    font-size: 27px;
  }

  .md\:text-2xl {
    font-size: 30px;
  }

  .md\:text-6xl {
    font-size: 72px;
  }

  .md\:text-Large {
    font-size: 20px;
  }
}

@media (min-width: 878px) {
  .pre-lg\:text-3xl {
    font-size: 36px;
  }
}

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

  .lg\:relative {
    position: relative;
  }

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

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

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

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

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

  .lg\:text-1xl {
    font-size: 27px;
  }

  .lg\:text-2xl {
    font-size: 30px;
  }

  .lg\:text-3xl {
    font-size: 36px;
  }

  .lg\:text-7xl {
    font-size: 84px;
  }

  .lg\:text-Pre-Xl {
    font-size: 22px;
  }

  .before\:lg\:-top-24::before {
    content: var(--tw-content);
    top: -6rem;
  }

  .before\:lg\:text-9xl::before {
    content: var(--tw-content);
    font-size: 120px;
  }
}

@media (min-width: 1280px) {
  .xl\:top-44 {
    top: 11rem;
  }

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

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

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

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

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

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

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

  .xl\:text-8xl {
    font-size: 96px;
  }

  .xl\:text-Pre-Xl {
    font-size: 22px;
  }

  .xl\:text-Semi-Medium {
    font-size: 17px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-66 {
    top: 18rem;
  }

  .\32xl\:h-\[40rem\] {
    height: 40rem;
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

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

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:text-1xl {
    font-size: 27px;
  }

  .\32xl\:text-3xl {
    font-size: 36px;
  }

  .\32xl\:text-9xl {
    font-size: 120px;
  }

  .\32xl\:text-Pre-Xl {
    font-size: 22px;
  }

  .\32xl\:text-xl {
    font-size: 24px;
  }
}

@media (min-width: 2000px) {
  .\33xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\33xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

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