@import url('https://fonts.googleapis.com/css2?family=Satoshi:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roobert:wght@400;500;600;700&display=swap');
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif, Satoshi, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
  font-family: var(--font-satoshi), Satoshi, Helvetica Neue, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif; /* 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;
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-inset-4{
  inset: -1rem;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-6{
  bottom: -1.5rem;
}
.-left-6{
  left: -1.5rem;
}
.-left-8{
  left: -2rem;
}
.-right-4{
  right: -1rem;
}
.-top-8{
  top: -2rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1\/4{
  bottom: 25%;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-1\/4{
  left: 25%;
}
.left-2{
  left: 0.5rem;
}
.left-4{
  left: 1rem;
}
.left-\[49\%\]{
  left: 49%;
}
.left-\[670px\]{
  left: 670px;
}
.right-0{
  right: 0px;
}
.right-1\/3{
  right: 33.333333%;
}
.right-4{
  right: 1rem;
}
.right-\[270px\]{
  right: 270px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-1\/4{
  top: 25%;
}
.top-3\/4{
  top: 75%;
}
.top-4{
  top: 1rem;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-12{
  margin-top: -3rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-32{
  margin-bottom: 8rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-24{
  margin-right: 6rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[1\.56rem\]{
  height: 1.56rem;
}
.h-\[100\%\]{
  height: 100%;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[3\.4rem\]{
  height: 3.4rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[340px\]{
  height: 340px;
}
.h-\[369px\]{
  height: 369px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[var\(--radix-select-trigger-height\)\]{
  height: var(--radix-select-trigger-height);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.min-h-\[240px\]{
  min-height: 240px;
}
.min-h-\[382px\]{
  min-height: 382px;
}
.min-h-\[760px\]{
  min-height: 760px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0\.5{
  width: 0.125rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[1\.56rem\]{
  width: 1.56rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[3\.4rem\]{
  width: 3.4rem;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[55px\]{
  width: 55px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[400px\]{
  min-width: 400px;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\]{
  min-width: var(--radix-select-trigger-width);
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[18\.3rem\]{
  max-width: 18.3rem;
}
.max-w-\[18rem\]{
  max-width: 18rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[210px\]{
  max-width: 210px;
}
.max-w-\[25\.7rem\]{
  max-width: 25.7rem;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[298px\]{
  max-width: 298px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[339px\]{
  max-width: 339px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[415px\]{
  max-width: 415px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[423px\]{
  max-width: 423px;
}
.max-w-\[47\.5rem\]{
  max-width: 47.5rem;
}
.max-w-\[494px\]{
  max-width: 494px;
}
.max-w-\[499px\]{
  max-width: 499px;
}
.max-w-\[523px\]{
  max-width: 523px;
}
.max-w-\[593px\]{
  max-width: 593px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[611px\]{
  max-width: 611px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[679px\]{
  max-width: 679px;
}
.max-w-\[685px\]{
  max-width: 685px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[977px\]{
  max-width: 977px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(-50%, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(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));
}
.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(.95) scaleY(.95);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-125{
  --tw-scale-x: 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(1.25) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.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));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-center{
  place-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-11{
  gap: 2.75rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-px{
  gap: 1px;
}
.-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * 0);
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - 0));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * 0);
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - 0));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * 0);
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - 0));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * 0);
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - 0));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - 0));
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 0);
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - 0));
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * 0);
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - 0));
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * 0);
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - 0));
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 0);
  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 - 0));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 0);
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - 0));
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 0);
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - 0));
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 0);
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - 0));
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 0);
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 0);
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - 0));
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 0);
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - 0));
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * 0);
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.space-y-\[19px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(19px * calc(1 - 0));
  margin-top: calc(19px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(19px * 0);
  margin-bottom: calc(19px * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - 0));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * 0);
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
  }
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.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-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}
.rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#5B32E5\]{
  --tw-border-opacity: 1;
  border-color: rgb(91 50 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-\[\#5B32E5\]{
    border-color: rgb(91 50 229 / var(--tw-border-opacity, 1));
  }
}
.border-\[\#7C5CFC\]{
  --tw-border-opacity: 1;
  border-color: rgb(124 92 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-\[\#7C5CFC\]{
    border-color: rgb(124 92 252 / var(--tw-border-opacity, 1));
  }
}
.border-\[\#7c3aed4d\]{
  border-color: #7c3aed4d;
}
.border-\[\#7c5cfc\]{
  --tw-border-opacity: 1;
  border-color: rgb(124 92 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-\[\#7c5cfc\]{
    border-color: rgb(124 92 252 / var(--tw-border-opacity, 1));
  }
}
.border-\[\#DBDBDB\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-\[\#DBDBDB\]{
    border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  }
}
.border-\[\#E6E9F5\]{
  --tw-border-opacity: 1;
  border-color: rgb(230 233 245 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-\[\#E6E9F5\]{
    border-color: rgb(230 233 245 / var(--tw-border-opacity, 1));
  }
}
.border-\[\#ef4444\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-\[\#ef4444\]{
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
}
.border-\[\#ffffff33\]{
  border-color: #ffffff33;
}
.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-blue-100{
    border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
  }
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-100{
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  }
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-200{
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-300{
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-600{
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-700{
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-gray-800{
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  }
}
.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-purple-500{
    border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }
}
.border-purple-500\/30{
  border-color: rgb(168 85 247 / 0.3);
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-red-200{
    border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  }
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-red-500{
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-red-600{
    border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  }
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-white{
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-t-purple-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-t-purple-500{
    border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
  }
}
.border-t-transparent{
  border-top-color: transparent;
}
.bg-\[\#0077b5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#0077b5\]{
    background-color: rgb(0 119 181 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#00FF94\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 148 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#00FF94\]{
    background-color: rgb(0 255 148 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#015A2F1A\]{
  background-color: #015A2F1A;
}
.bg-\[\#015A2F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 90 47 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#015A2F\]{
    background-color: rgb(1 90 47 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#060018\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 0 24 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#060018\]{
    background-color: rgb(6 0 24 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#10b981\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#10b981\]{
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#1A0B2E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 11 46 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#1A0B2E\]{
    background-color: rgb(26 11 46 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#5243C20D\]{
  background-color: #5243C20D;
}
.bg-\[\#5243C21A\]{
  background-color: #5243C21A;
}
.bg-\[\#54FA80\]{
  --tw-bg-opacity: 1;
  background-color: rgb(84 250 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#54FA80\]{
    background-color: rgb(84 250 128 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#5B32E512\]{
  background-color: #5B32E512;
}
.bg-\[\#5B32E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 50 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#5B32E5\]{
    background-color: rgb(91 50 229 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#5B32E5\]\/10{
  background-color: rgb(91 50 229 / 0.1);
}
.bg-\[\#5b21b6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#5b21b6\]{
    background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#5b32e5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(91 50 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#5b32e5\]{
    background-color: rgb(91 50 229 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#6637ED26\]{
  background-color: #6637ED26;
}
.bg-\[\#6637ED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(102 55 237 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#6637ED\]{
    background-color: rgb(102 55 237 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#7C5CFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(124 92 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#7C5CFC\]{
    background-color: rgb(124 92 252 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#7c5cfc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(124 92 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#7c5cfc\]{
    background-color: rgb(124 92 252 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#E6E9F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 245 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#E6E9F5\]{
    background-color: rgb(230 233 245 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#EBF5FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 245 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#EBF5FB\]{
    background-color: rgb(235 245 251 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#EFEBFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 235 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#EFEBFF\]{
    background-color: rgb(239 235 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#F3F4F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#F3F4F6\]{
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#F5F3FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#F5F3FF\]{
    background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#F5F7F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 248 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#F5F7F8\]{
    background-color: rgb(245 247 248 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#F5F8FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#F5F8FF\]{
    background-color: rgb(245 248 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#F9F9F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#F9F9F9\]{
    background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#FA48121A\]{
  background-color: #FA48121A;
}
.bg-\[\#FF3D00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 61 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#FF3D00\]{
    background-color: rgb(255 61 0 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#FFC72F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 47 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#FFC72F\]{
    background-color: rgb(255 199 47 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#dbf5fc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 245 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-\[\#dbf5fc\]{
    background-color: rgb(219 245 252 / var(--tw-bg-opacity, 1));
  }
}
.bg-\[\#ef4444\]\/20{
  background-color: rgb(239 68 68 / 0.2);
}
.bg-\[\#ffffff0d\]{
  background-color: #ffffff0d;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-black{
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-100{
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-200{
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-50{
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-700{
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-800{
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-gray-900{
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-green-500{
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-green-600{
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  }
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-green-700{
    background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  }
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-purple-100{
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-purple-900\/30{
  background-color: rgb(88 28 135 / 0.3);
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-red-100{
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-red-50{
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-red-600{
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  }
}
.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-white{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#7C5CFC\]{
  --tw-gradient-from: #7C5CFC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 92 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#7c5cfc\]{
  --tw-gradient-from: #7c5cfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 92 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/10{
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600{
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#9d7ff0\]{
  --tw-gradient-to: #9d7ff0 var(--tw-gradient-to-position);
}
.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-purple-50{
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-\[\#6637ED\]{
  fill: #6637ED;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.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-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[3\.8rem\]{
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.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-\[6\.4rem\]{
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-80{
  padding-bottom: 20rem;
}
.pb-\[16\]{
  padding-bottom: 16;
}
.pb-\[58px\]{
  padding-bottom: 58px;
}
.pb-\[6\.5rem\]{
  padding-bottom: 6.5rem;
}
.pb-\[9\.7rem\]{
  padding-bottom: 9.7rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[10rem\]{
  padding-top: 10rem;
}
.pt-\[8rem\]{
  padding-top: 8rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[\.9rem\]{
  font-size: .9rem;
}
.text-\[1\.12rem\]{
  font-size: 1.12rem;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-1\.2px\]{
  letter-spacing: -1.2px;
}
.tracking-\[-2px\]{
  letter-spacing: -2px;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#171A1F\]{
  --tw-text-opacity: 1;
  color: rgb(23 26 31 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#171A1F\]{
    color: rgb(23 26 31 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#1F2937\]{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#1F2937\]{
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#231D4F\]{
  --tw-text-opacity: 1;
  color: rgb(35 29 79 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#231D4F\]{
    color: rgb(35 29 79 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#333333\]{
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#474747\]{
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#474747\]{
    color: rgb(71 71 71 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#4B5563\]{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#4B5563\]{
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#505A6B\]{
  --tw-text-opacity: 1;
  color: rgb(80 90 107 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#505A6B\]{
    color: rgb(80 90 107 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#5243C2\]{
  --tw-text-opacity: 1;
  color: rgb(82 67 194 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#5243C2\]{
    color: rgb(82 67 194 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#5B32E5\]{
  --tw-text-opacity: 1;
  color: rgb(91 50 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#5B32E5\]{
    color: rgb(91 50 229 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#5C5C5C\]{
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#5C5C5C\]{
    color: rgb(92 92 92 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#5b32e5\]{
  --tw-text-opacity: 1;
  color: rgb(91 50 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#5b32e5\]{
    color: rgb(91 50 229 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#666666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#666666\]{
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#7C5CFC\]{
  --tw-text-opacity: 1;
  color: rgb(124 92 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#7C5CFC\]{
    color: rgb(124 92 252 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#848199\]{
  --tw-text-opacity: 1;
  color: rgb(132 129 153 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#848199\]{
    color: rgb(132 129 153 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#999\]{
    color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#FA4812\]{
  --tw-text-opacity: 1;
  color: rgb(250 72 18 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#FA4812\]{
    color: rgb(250 72 18 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#FFC72F\]{
  --tw-text-opacity: 1;
  color: rgb(255 199 47 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#FFC72F\]{
    color: rgb(255 199 47 / var(--tw-text-opacity, 1));
  }
}
.text-\[\#ef4444\]{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-\[\#ef4444\]{
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-black{
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-300{
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-400{
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-500{
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-600{
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-700{
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-gray-900{
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-purple-300{
    color: rgb(216 180 254 / var(--tw-text-opacity, 1));
  }
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-purple-400{
    color: rgb(192 132 252 / var(--tw-text-opacity, 1));
  }
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-purple-600{
    color: rgb(147 51 234 / var(--tw-text-opacity, 1));
  }
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-red-400{
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-red-600{
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  }
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-white{
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-yellow-400{
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / 1);
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.placeholder-gray-500::-moz-placeholder{
    color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
  }
.placeholder-gray-500::placeholder{
    color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
  }
}
.placeholder-white\/60::-moz-placeholder{
  color: rgb(255 255 255 / 0.6);
}
.placeholder-white\/60::placeholder{
  color: rgb(255 255 255 / 0.6);
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-5{
  opacity: 0.05;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-90{
  opacity: 0.9;
}
.opacity-95{
  opacity: 0.95;
}
.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: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  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;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-white\/20{
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.blur{
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl{
  --tw-blur: blur(64px);
  filter: blur(64px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm{
  --tw-blur: blur(4px);
  filter: blur(4px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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) drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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-md{
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: blur(12px) 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-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}
.duration-75{
  transition-duration: 75ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.scrollbar-hide{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar{
  display: none;
}
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#root {
  margin: auto;
}
/* Design tokens */
:root {
  --color-primary: #5B32E5;
  --color-primary-hover: #4A28C4;
  --color-text-primary: #333333;
  --color-text-secondary: #4b5563;
  --color-text-dark: #111826;
  --color-white: #ffffff;
  --color-success: #015a2f;
  --color-border: #dcd8e8;
  --color-dark-bg: #1a1b3a;
  --color-light-text: #ffffff;
  --color-light-secondary: #e9e7fd;
  --color-purple-primary: #8058f0;
  --color-purple-gradient-start: #7c5cfc;
  --color-purple-gradient-end: #9d7ff0;
  --color-card-bg: rgba(255, 255, 255, 0.95);
  --color-glass-shadow: rgba(176, 176, 176, 0.25);
  
  --font-satoshi: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-roobert: 'Roobert', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  
  --color-testimonial-bg: #f8f8f8;
  --color-quote-bg: rgba(204, 188, 249, 0.30);
  --color-yellow-accent: #ffc72f;
  
  --shadow-benefit-card: 20px 20px 100px 20px rgba(176, 176, 176, 0.25);
}
/* Typography classes */
.text-benefit-title {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 38.4px;
  color: #333333;
  color: var(--color-text-primary);
}
.text-benefit-content {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-weight: 500;
  color: #4b5563;
  color: var(--color-text-secondary);
}
.text-benefit-list {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-weight: 500;
  color: #111826;
  color: var(--color-text-dark);
}
.text-benefit-button {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  color: var(--color-white);
}
/* Mobile responsive typography */
@media (max-width: 768px) {
  .text-benefit-title {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -0.8px;
  }
  
  .text-benefit-content,
  .text-benefit-list {
    font-size: 18px;
  }
}
/* Small mobile phones (iPhone 12, etc.) */
@media (max-width: 480px) {
  .text-benefit-title {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -0.8px;
  }
  
  .text-benefit-content,
  .text-benefit-list {
    font-size: 20px;
  }
}
/* Component styles */
.benefit-card-border {
  border: 12px solid #dcd8e8;
  border: 12px solid var(--color-border);
  border-radius: 24px;
  box-shadow: 20px 20px 100px 20px rgba(176, 176, 176, 0.25);
  box-shadow: var(--shadow-benefit-card);
}
.benefit-button {
  background-color: #5B32E5;
  background-color: var(--color-primary);
  color: #ffffff;
  color: var(--color-white);
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 9999px;
  transition: background-color 0.2s ease;
}
.benefit-button:hover {
  background-color: #4A28C4;
  background-color: var(--color-primary-hover);
}
.checkmark-icon {
  color: #015a2f;
  color: var(--color-success);
  flex-shrink: 0;
}
.light-checkmark-icon {
  color: #e9e7fd;
  color: var(--color-light-secondary);
  flex-shrink: 0;
}
/* Dark theme component styles */
.credit-stress-section {
  background-color: #1a1b3a;
  background-color: var(--color-dark-bg);
  color: #ffffff;
  color: var(--color-light-text);
}
.text-credit-stress-title {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 38.4px;
  color: #ffffff;
  color: var(--color-light-text);
}
.text-credit-stress-subtitle {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  color: var(--color-light-text);
}
.text-credit-stress-list {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-weight: 500;
  color: #e9e7fd;
  color: var(--color-light-secondary);
}
.text-credit-stress-button {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  color: var(--color-light-text);
}
/* Mobile responsive typography for dark theme */
@media (max-width: 768px) {
  .text-credit-stress-title {
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -0.8px;
  }
  
  .text-credit-stress-subtitle,
  .text-credit-stress-list {
    font-size: 16px;
  }
}
/* Header Z-index fixes */
header {
  z-index: 50;
}
/* Mobile menu and dropdown z-index */
.mobile-menu-overlay {
  z-index: 60;
}
.dropdown-menu {
  z-index: 60;
}
/* Hero CTA Section Styles */
.hero-cta-section {
  background: linear-gradient(125.64deg, #7c5cfc 0%, #9d7ff0 100%);
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.hero-cta-section-exact {
  background: linear-gradient(125.64deg, rgba(255,255,255,1) 57.14%, rgba(15,15,15,0.1) 92.83%);
  background-color: #8058f0;
  position: relative;
  overflow: hidden;
}
.hero-cta-title {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 48px;
  color: #ffffff;
  color: var(--color-light-text);
  text-align: center;
}
.hero-cta-button-text {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-weight: 500;
  color: #8058f0;
  color: var(--color-purple-primary);
}
.glassmorphism-card {
  background: rgba(255, 255, 255, 0.95);
  background: var(--color-card-bg);
  border-radius: 24px;
  box-shadow: 20px 20px 100px 20px rgba(176, 176, 176, 0.25);
  box-shadow: 20px 20px 100px 20px var(--color-glass-shadow);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.credit-notification-text {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #333333;
  color: var(--color-text-primary);
}
.increase-badge {
  background-color: #dbf5fc;
  border-radius: 68px;
  padding: 12px 20px;
}
/* Mobile responsive typography for hero CTA */
@media (max-width: 768px) {
  .hero-cta-title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.8px;
  }
  
  .credit-notification-text {
    font-size: 20px;
    line-height: 24px;
  }
}
/* Small mobile phones (iPhone 12, etc.) */
@media (max-width: 480px) {
  .hero-cta-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
  
  .credit-notification-text {
    font-size: 22px;
    line-height: 26px;
  }
}
/* Testimonials Section Styles */
.testimonials-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  background: linear-gradient(180deg, var(--color-light-text) 0%, #f9f9f9 100%);
}
.testimonials-title {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 48px;
  color: #333333;
  color: var(--color-text-primary);
  text-align: center;
}
.testimonials-highlight {
  color: #8058f0;
  color: var(--color-purple-primary);
}
.testimonial-card {
  background: #ffffff;
  background: var(--color-light-text);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.testimonial-text {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-weight: 400;
  color: #4b5563;
  color: var(--color-text-secondary);
  line-height: 1.6;
  flex-grow: 1;
}
.testimonial-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-name {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  color: var(--color-text-primary);
  margin-bottom: 2px;
}
.testimonial-title {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.testimonial-title.marketing {
  color: #495460;
}
.testimonial-title.laura {
  color: #171a1f;
}
/* Mobile responsive typography for testimonials */
@media (max-width: 768px) {
  .testimonials-title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.8px;
  }
  
  .testimonial-text {
    font-size: 16px;
  }
  
  .testimonial-name {
    font-size: 16px;
  }
  
  .testimonial-title {
    font-size: 14px;
  }
}
/* FAQ Section Styles */
.faq-section {
  background: #ffffff;
  background: var(--color-light-text);
}
.faq-title {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 48px;
  color: #000000;
  text-align: center;
}
.faq-item {
  border: 1px solid #eae9f0;
  border-radius: 16px;
  background: #ffffff;
  background: var(--color-light-text);
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-item:hover {
  border-color: #d1d0d7;
}
.faq-question {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}
.faq-question:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.faq-answer {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-weight: 400;
  color: #303034;
  padding: 0 22px 22px 22px;
  line-height: 1.5;
}
.faq-expand-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-expand-icon.expanded {
  transform: rotate(45deg);
}
/* Mobile responsive typography for FAQ */
@media (max-width: 768px) {
  .faq-title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
  
  .faq-question {
    font-size: 20px;
    line-height: 26px;
    padding: 18px;
  }
  
  .faq-answer {
    font-size: 16px;
    padding: 0 18px 18px 18px;
  }
}
/* Small mobile phones (iPhone 12, etc.) */
@media (max-width: 480px) {
  .faq-title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
  
  .faq-question {
    font-size: 22px;
    line-height: 28px;
    padding: 20px;
  }
  
  .faq-answer {
    font-size: 18px;
    padding: 0 20px 20px 20px;
  }
}
/* Footer Section Styles */
.footer-section {
  background-color: #060018;
  color: #ffffff;
  color: var(--color-light-text);
}
.footer-separator {
  border-color: #eae9f0;
}
.footer-logo-text {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  color: var(--color-light-text);
}
.footer-section-header {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-bottom: 13px;
}
.footer-link {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  color: var(--color-light-text);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-link:hover {
  opacity: 0.8;
}
.footer-copyright {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  color: var(--color-light-text);
}
.footer-legal-text {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  color: var(--color-light-text);
  line-height: 1.5;
}
.footer-main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.footer-nav-columns {
  display: flex;
  gap: 121px;
  justify-content: center;
  max-width: 800px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
/* Debug styles to ensure visibility */
.footer-main-content > div {
  min-width: 0;
  flex-shrink: 0;
}
.footer-main-content > div:first-child,
.footer-main-content > div:last-child {
  flex-shrink: 0;
}
/* Mobile responsive footer */
@media (max-width: 1024px) {
  .footer-main-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  
  .footer-nav-columns {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-nav-columns {
    gap: 24px;
  }
  
  .footer-section-header {
    font-size: 14px;
  }
  
  .footer-link {
    font-size: 14px;
  }
  
  .footer-copyright {
    font-size: 14px;
  }
  
  .footer-legal-text {
    font-size: 12px;
  }
}
/* Testimonial Quote Section Styles */
.testimonial-quote-section {
  background-color: #0b051d;
  position: relative;
  overflow: hidden;
  min-height: 375px;
}
.testimonial-quote-text {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  color: #ffffff;
  text-align: center;
  max-width: 588px;
  margin: 0 auto;
}
.testimonial-quote-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.testimonial-quote-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-quote-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.testimonial-quote-name {
  font-family: 'Roobert', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-roobert);
  font-size: 18px;
  font-weight: 500;
  line-height: 19.8px;
  color: #ffffff;
}
.testimonial-quote-title {
  font-family: 'Roobert', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-roobert);
  font-size: 14px;
  font-weight: 400;
  line-height: 15.4px;
  color: #e0d7fb;
}
.testimonial-quote-icon {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.20);
  border-radius: 12px;
  padding: 16px;
  z-index: 2;
}
.testimonial-bg-grid {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  width: 236px;
  height: 148px;
  display: block;
}
.testimonial-bg-grid svg,
.testimonial-bg-grid img {
  fill: currentColor;
  color: #ffffff;
}
.testimonial-bg-yellow {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  width: 214px;
  height: 119px;
  display: block;
}
.testimonial-bg-yellow svg,
.testimonial-bg-yellow img {
  fill: currentColor;
  color: #ffc72f;
}
/* Mobile responsive testimonial quote */
@media (max-width: 768px) {
  .testimonial-quote-section {
    min-height: 300px;
    padding: 60px 0;
  }
  
  .testimonial-quote-text {
    font-size: 22px;
    line-height: 26px;
    padding: 0 20px;
  }
}
/* Small mobile phones (iPhone 12, etc.) */
@media (max-width: 480px) {
  .testimonial-quote-text {
    font-size: 24px;
    line-height: 28px;
    padding: 0 16px;
  }
  
  .testimonial-quote-name {
    font-size: 16px;
    line-height: 18px;
  }
  
  .testimonial-quote-title {
    font-size: 12px;
    line-height: 14px;
  }
  
  .testimonial-quote-avatar {
    width: 50px;
    height: 50px;
  }
  
  .testimonial-bg-grid {
    left: 0;
    bottom: 0;
    opacity: 0.3;
    width: 160px;
    height: 100px;
  }
  .testimonial-bg-yellow {
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 0.3;
    width: 150px;
    height: 84px;
  }
  
  .testimonial-quote-icon {
    top: 40px;
    padding: 12px;
  }
  .testimonial-quote-text {
    font-size: 18px;
    line-height: 22px;
    padding: 0 16px;
  }
  
  .testimonial-quote-section {
    min-height: 280px;
    padding: 50px 0;
  }
  /* Keep both decorative images visible at the bottom on small phones */
  .testimonial-bg-grid {
    left: 0;
    bottom: 0;
    opacity: 0.35;
    width: 120px;
    height: 76px;
  }
  .testimonial-bg-yellow {
    right: 0;
    top: auto;
    bottom: 0;
    opacity: 0.35;
    width: 110px;
    height: 62px;
  }
}
/* Reset and base styles */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-satoshi);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: inherit;
  text-decoration: none;
}
.file\:border-0::file-selector-button{
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}
.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button{
  font-weight: 500;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:border-none:last-child{
  border-style: none;
}
.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), -0.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.02) scaleY(1.02);
  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\:transform:hover{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border:hover{
  border-width: 1px;
}
.hover\:border-\[\#7c5cfc\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(124 92 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:border-\[\#7c5cfc\]:hover{
    border-color: rgb(124 92 252 / var(--tw-border-opacity, 1));
  }
}
.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:border-gray-500:hover{
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }
}
.hover\:bg-\[\#005885\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 133 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-\[\#005885\]:hover{
    background-color: rgb(0 88 133 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-\[\#060018\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 0 24 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-\[\#060018\]:hover{
    background-color: rgb(6 0 24 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-\[\#4A28C4\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(74 40 196 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-\[\#4A28C4\]:hover{
    background-color: rgb(74 40 196 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-\[\#5B32E5\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(91 50 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-\[\#5B32E5\]:hover{
    background-color: rgb(91 50 229 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-\[\#5B32E5\]\/10:hover{
  background-color: rgb(91 50 229 / 0.1);
}
.hover\:bg-\[\#5B32E5\]\/5:hover{
  background-color: rgb(91 50 229 / 0.05);
}
.hover\:bg-\[\#6B4FE0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 79 224 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-\[\#6B4FE0\]:hover{
    background-color: rgb(107 79 224 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-black\/50:hover{
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-200:hover{
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-50:hover{
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-800:hover{
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-gray-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-gray-900:hover{
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-green-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-green-800:hover{
    background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-red-100:hover{
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-red-700:hover{
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
  }
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-yellow-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:bg-yellow-500:hover{
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  }
}
.hover\:from-purple-700:hover{
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-blue-700:hover{
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.hover\:text-\[\#111827\]:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-\[\#111827\]:hover{
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-\[\#4A28C4\]:hover{
  --tw-text-opacity: 1;
  color: rgb(74 40 196 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-\[\#4A28C4\]:hover{
    color: rgb(74 40 196 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-\[\#5B32E5\]:hover{
  --tw-text-opacity: 1;
  color: rgb(91 50 229 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-\[\#5B32E5\]:hover{
    color: rgb(91 50 229 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-\[\#7C5CFC\]:hover{
  --tw-text-opacity: 1;
  color: rgb(124 92 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-\[\#7C5CFC\]:hover{
    color: rgb(124 92 252 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-black:hover{
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-300:hover{
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-800:hover{
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-gray-900:hover{
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  }
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.hover\:text-white:hover{
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:shadow-2xl:hover{
  --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: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-white\/50:focus{
  border-color: rgb(255 255 255 / 0.5);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-purple-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.05) scaleY(1.05);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-\[\#5243C2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(82 67 194 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.group:hover .group-hover\:bg-\[\#5243C2\]{
    background-color: rgb(82 67 194 / var(--tw-bg-opacity, 1));
  }
}
.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.group:hover .group-hover\:bg-white{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
.group:hover .group-hover\:fill-white{
  fill: #fff;
}
.group:hover .group-hover\:font-bold{
  font-weight: 700;
}
.group:hover .group-hover\:text-\[\#7c5cfc\]{
  --tw-text-opacity: 1;
  color: rgb(124 92 252 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.group:hover .group-hover\:text-\[\#7c5cfc\]{
    color: rgb(124 92 252 / var(--tw-text-opacity, 1));
  }
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.group:hover .group-hover\:text-white{
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70{
  opacity: 0.7;
}
.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), 0.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"]{
  --tw-translate-x: -0.25rem;
  transform: translate(-0.25rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"]{
  --tw-translate-x: 0.25rem;
  transform: translate(0.25rem, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"]{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), -0.25rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}
@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){
  .md\:left-0{
    left: 0px;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline{
    display: inline;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-12{
    height: 3rem;
  }
  .md\:h-16{
    height: 4rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-24{
    height: 6rem;
  }
  .md\:h-4{
    height: 1rem;
  }
  .md\:h-\[600px\]{
    height: 600px;
  }
  .md\:w-12{
    width: 3rem;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-20{
    width: 5rem;
  }
  .md\:w-24{
    width: 6rem;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-4{
    width: 1rem;
  }
  .md\:w-\[800px\]{
    width: 800px;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(0px, var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - 0));
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * 0);
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - 0));
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * 0);
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:rounded-2xl{
    border-radius: 1rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:text-start{
    text-align: start;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[22px\]{
    line-height: 22px;
  }
  .md\:leading-\[28px\]{
    line-height: 28px;
  }
  .md\:leading-\[72\.8px\]{
    line-height: 72.8px;
  }
}
@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[320px\]{
    height: 320px;
  }
  .lg\:h-\[340px\]{
    height: 340px;
  }
  .lg\:h-\[380px\]{
    height: 380px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[280px\]{
    width: 280px;
  }
  .lg\:w-\[300px\]{
    width: 300px;
  }
  .lg\:w-\[320px\]{
    width: 320px;
  }
  .lg\:max-w-\[240px\]{
    max-width: 240px;
  }
  .lg\:max-w-\[280px\]{
    max-width: 280px;
  }
  .lg\:max-w-\[459px\]{
    max-width: 459px;
  }
  .lg\:max-w-\[477px\]{
    max-width: 477px;
  }
  .lg\:flex-none{
    flex: none;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[60\%_40\%\]{
    grid-template-columns: 60% 40%;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-\[89px\]{
    gap: 89px;
  }
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - 0));
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * 0);
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - 0));
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * 0);
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - 0));
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * 0);
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[15px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - 0));
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15px * 0);
    margin-bottom: calc(15px * var(--tw-space-y-reverse));
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[2\.8rem\]{
    font-size: 2.8rem;
  }
  .lg\:text-\[56px\]{
    font-size: 56px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[24px\]{
    line-height: 24px;
  }
  .lg\:leading-\[26px\]{
    line-height: 26px;
  }
  .lg\:leading-\[48px\]{
    line-height: 48px;
  }
}
@media (min-width: 1280px){
  .xl\:gap-16{
    gap: 4rem;
  }
  .xl\:text-\[20px\]{
    font-size: 20px;
  }
  .xl\:text-\[48px\]{
    font-size: 48px;
  }
}
@media (min-width: 1536px){
  .\32xl\:h-\[406px\]{
    height: 406px;
  }
  .\32xl\:h-\[455px\]{
    height: 455px;
  }
  .\32xl\:h-\[495px\]{
    height: 495px;
  }
  .\32xl\:w-\[339px\]{
    width: 339px;
  }
  .\32xl\:w-\[415px\]{
    width: 415px;
  }
  .\32xl\:w-\[420px\]{
    width: 420px;
  }
  .\32xl\:max-w-\[298px\]{
    max-width: 298px;
  }
  .\32xl\:max-w-\[354px\]{
    max-width: 354px;
  }
  .\32xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .\32xl\:gap-20{
    gap: 5rem;
  }
  .\32xl\:gap-8{
    gap: 2rem;
  }
  .\32xl\:p-6{
    padding: 1.5rem;
  }
  .\32xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .\32xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.\[\&\>span\]\:line-clamp-1>span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.\[\&_svg\]\:pointer-events-none svg{
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg{
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg{
  flex-shrink: 0;
}
