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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    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,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
    cursor: default;
}

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

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

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

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

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

[hidden] {
    display: none;
}

h1 {
    font-size: 3rem;
} /* __play_start_utilities__ */

@media (min-width: 768px) {
    h1 {
        line-height: 1.375;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    h1 {
        font-size: 3.25rem;
        line-height: 1.375;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 87.5rem) {
    h1 {
        font-size: 4rem;
        line-height: 1.375;
    }
} /* __play_end_utilities__ */

h2 {
    font-size: 2rem;
} /* __play_start_utilities__ */

@media (min-width: 768px) {
    h2 {
        line-height: 1.25;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    h2 {
        font-size: 3rem;
        line-height: 1.25;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 87.5rem) {
    h2 {
        font-size: 3.25rem;
        line-height: 1.25;
    }
} /* __play_end_utilities__ */

h3 {
    font-size: 1.25rem;
} /* __play_start_utilities__ */

@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem;
        line-height: 1.375;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    h3 {
        font-size: 2rem;
        line-height: 1.375;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 87.5rem) {
    h3 {
        font-size: 3rem;
        line-height: 1.375;
    }
} /* __play_end_utilities__ */

h4 {
    font-size: 1.25rem;
    line-height: 1.25;
} /* __play_start_utilities__ */

@media (min-width: 768px) {
    h4 {
        line-height: 1.375;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    h4 {
        font-size: 1.5rem;
        line-height: 1.375;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 87.5rem) {
    h4 {
        font-size: 2rem;
        line-height: 1.375;
    }
} /* __play_end_utilities__ */

h5 {
    font-size: 1.125rem;
    line-height: 1.5;
} /* __play_start_utilities__ */

@media (min-width: 768px) {
    h5 {
        line-height: 1.5;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    h5 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 87.5rem) {
    h5 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
} /* __play_end_utilities__ */

h6 {
    font-size: 1rem;
    line-height: 1.5;
} /* __play_start_utilities__ */

@media (min-width: 768px) {
    h6 {
        line-height: 1.5;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    h6 {
        font-size: 1.125rem;
        line-height: 1.5;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 87.5rem) {
    h6 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
} /* __play_end_utilities__ */

small {
    font-size: 0.875rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

*,
::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: ;
}

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

.d {
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(127 29 29 / var(--tw-border-opacity));
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
} /* __play_start_utilities__ */

@media (min-width: 768px) {
    .w-container {
        width: 91.666667%;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    .w-container {
        width: 83.333333%;
    }
} /* __play_end_utilities__ */

.w-container-full {
    margin-left: auto;
    margin-right: auto;
    max-width: 1536px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
} /* __play_start_utilities__ */

@media (min-width: 768px) {
    .w-container-full {
        width: 91.666667%;
    }
} /* __play_end_utilities__ */

.banner {
    min-height: 500px;
} /* __play_start_utilities__ */

@media (min-width: 1024px) {
    .banner {
        min-height: 100vh;
    }
} /* __play_end_utilities__ */

.blade-padding-xs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
} /* __play_start_utilities__ */

@media (min-width: 640px) {
    .blade-padding-xs {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 768px) {
    .blade-padding-xs {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    .blade-padding-xs {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
} /* __play_end_utilities__ */

.blade-bottom-padding {
    padding-bottom: 2.5rem;
} /* __play_start_utilities__ */

@media (min-width: 640px) {
    .blade-bottom-padding {
        padding-bottom: 3rem;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 768px) {
    .blade-bottom-padding {
        padding-bottom: 4rem;
    }
} /* __play_end_utilities__ */
/* __play_start_utilities__ */

@media (min-width: 1024px) {
    .blade-bottom-padding {
        padding-bottom: 5rem;
    }
} /* __play_end_utilities__ */

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

.absolute {
    position: absolute;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

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

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

.mb-16 {
    margin-bottom: 4rem;
}

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

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

.mb-4 {
    margin-bottom: 1rem;
}

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

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

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

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

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-6 {
    height: 1.5rem;
}

.h-60 {
    height: 15rem;
}

.h-8 {
    height: 2rem;
}

.h-full {
    height: 100%;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-xs {
    max-width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
    gap: 0.75rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-10 {
    column-gap: 2.5rem;
}

.gap-x-4 {
    column-gap: 1rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.overflow-hidden {
    overflow: hidden;
}

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

.rounded-xl {
    border-radius: 0.75rem;
}

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

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

.border-solid {
    border-style: solid;
}

.border-lightGray {
    --tw-border-opacity: 1;
    border-color: rgb(247 249 252 / var(--tw-border-opacity));
}

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

.border-opacity-30 {
    --tw-border-opacity: 0.3;
}

.border-opacity-80 {
    --tw-border-opacity: 0.8;
}

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

.bg-violet {
    --tw-bg-opacity: 1;
    background-color: rgb(125 46 237 / var(--tw-bg-opacity));
}

.bg-violetDark {
    --tw-bg-opacity: 1;
    background-color: rgb(4 4 24 / var(--tw-bg-opacity));
}

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

.max-w-3xl {
    max-width: 48rem;
}

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

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

.leading-tight {
    line-height: 1.25;
}

.text-violet {
    --tw-text-opacity: 1;
    color: rgb(125 46 237 / var(--tw-text-opacity));
}

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

.bg-violet {
    --tw-bg-opacity: 1;
    background-color: rgb(125 46 237 / var(--tw-bg-opacity));
}

.bg-violetLight {
    --tw-bg-opacity: 1;
    background-color: rgb(121 64 245 / var(--tw-bg-opacity));
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

@media (min-width: 768px) {
    .md\:mt-5 {
        margin-top: 1.25rem;
    }
}

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

.from-violetDark {
    --tw-gradient-from: #040418 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(4 4 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-violet {
    --tw-gradient-to: #7d2eed var(--tw-gradient-to-position);
}

.fill-white {
    fill: #fff;
}

.stroke-white {
    stroke: #fff;
}

.object-contain {
    object-fit: contain;
}

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

.object-center {
    object-position: center;
}

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

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

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

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

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

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

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

.pr-10 {
    padding-right: 2.5rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

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

.pt-14 {
    padding-top: 3.5rem;
}

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

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

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

.font-extrabold {
    font-family: mona_bold, sans-serif;
}

.font-regular {
    font-family: mona_regular, sans-serif;
}

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

.text-lg {
    font-size: 1.125rem;
}

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

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

.font-light {
    font-weight: 300;
}

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

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

.leading-loose {
    line-height: 2;
}

.leading-normal {
    line-height: 1.5;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.text-gray {
    --tw-text-opacity: 1;
    color: rgb(99 115 129 / var(--tw-text-opacity));
}

.text-orange {
    --tw-text-opacity: 1;
    color: rgb(255 154 45 / var(--tw-text-opacity));
}

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

.text-opacity-60 {
    --tw-text-opacity: 0.6;
}

.text-opacity-80 {
    --tw-text-opacity: 0.8;
}

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

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

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

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

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
    font-family: "mona_regular";

    src: url("/fonts/regular.woff2") format("woff2");

    font-display: swap;
}

@font-face {
    font-family: "mona_bold";

    src: url("/fonts/bold.woff2") format("woff2");

    font-display: swap;

    font-weight: 800;
}

@font-face {
    font-family: "mona_wide_semibold";

    src: url("/fonts/semi_bold_wide.woff2") format("woff2");

    font-display: swap;

    font-weight: 600;
}

@font-face {
    font-family: "mona_bold_wide";

    src: url("/fonts/bold_wide.woff2") format("woff2");

    font-display: swap;
}

html,
body {
    font-family: "mona_regular", sans-serif;
}

.bg-grdient-violet-light {
    background: linear-gradient(
        180deg,
        rgba(114, 82, 254, 0.1) 0%,
        rgba(127, 53, 239, 0.1) 108.61%
    );
}

.shine-effect {
    position: relative;
}

.shine-effect:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 130%;
    width: 180%;
    height: 100%;
    transform: rotate(65deg) translateY(45%);
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.15) 40%,
        rgba(255, 255, 255, 0) 60%
    );
    filter: blur(3px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.shine-effect:hover:after {
    left: -100%;
    bottom: -100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

.shine-effect-continuous {
    position: relative;
}

.shine-effect-continuous:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 130%;
    width: 180%;
    height: 100%;
    transform: rotate(45deg) translateY(45%);
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0)
    );
    filter: blur(3px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.shine-effect-continuous:hover:after {
    left: -100%;
    bottom: -100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/*  scrollbar design  */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #040418;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #040418;
}

::-webkit-scrollbar-track {
    background-color: #d8d8d8;
}

::-webkit-scrollbar-track:hover {
    background-color: #d8d8d8;
}

.diamond-blade {
    background-position: left 50% bottom -10px;
    background-size: min(100%, 400px) auto;
}

@media screen and (max-width: 768px) {
    .diamond-blade {
        background-size: 45% auto;
        background-position: center bottom 0px;
    }
}

@media screen and (max-width: 512px) {
    video::-webkit-media-controls-fullscreen-button {
        display: none !important;
    }
}

.bg-footer-element {
    background: url("/public/assets/footer/footer.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

.bg-eclipse {
    background-image: radial-gradient(#7e2eed1e 10%, transparent 40%);
}

.conic {
    height: 30rem;
    width: 30rem;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: -1;
    background: repeating-conic-gradient(
            from 7.5deg at 50% 50%,
            transparent 0 20deg,
            #7d2eed 0 30deg
        ),
        radial-gradient(circle, #a584ff34 10%, #7d2eed 70%);
    border-radius: 50%;
    box-shadow: 0 0 500px #7d2eed;
}

.blur-gradient {
    position: relative;
}

.blur-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    filter: blur(80px);
    background: radial-gradient(#7d2eed 0%, transparent 60%);
}

.bg-txt-transition {
    background: #7d2eed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.animate-map-bg {
    position: absolute;
    z-index: 10 !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.animate-map-bg::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background: radial-gradient(#7e2eed8a 10%, transparent 50%);
    filter: blur(20px);
    animation: bg-anime 5s infinite ease-in-out;
}

@keyframes bg-anime {
    from {
        transform: translate(180%, 20%) scale(3);
    }

    to {
        transform: translate(-100%, 0%);
    }
}

.buyerr-text .text-shine-effect {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 100%;
    transform: rotate(45deg) translate(-20%, 30%);
    background: linear-gradient(
        to bottom,
        #ffffff00,
        rgba(255, 255, 255, 0.535),
        #ffffff00
    );
    background-size: 100%;
    animation: shine-animation 1.5s linear;
}

@keyframes shine-animation {
    from {
        left: 100%;
    }

    to {
        left: -80%;
    }
}

.industry-banner-text-wrapper .text-reveal-max span {
    animation: textReveal 1s ease-in-out;
    white-space: normal;
}

.industry-banner-text-wrapper .text-reveal-min span {
    animation: textRevealMin 1s ease-in-out;
    white-space: normal;
}

@keyframes textRevealMin {
    from {
        opacity: 0;
        transform: translateY(1rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes textReveal {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.editor ul {
    color: black;
    list-style: disc !important;
}

.editor ol {
    color: black;
    list-style: decimal !important;
}

.ques-container ul {
    margin-left: 2rem;
    margin-top: 0.75rem;
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.5;
}

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

.hover\:text-orange:hover {
    --tw-text-opacity: 1;
    color: rgb(255 154 45 / var(--tw-text-opacity));
}

.hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
}

.group:hover .group-hover\:translate-x-1 {
    --tw-translate-x: 0.25rem;
    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\:text-violet {
    --tw-text-opacity: 1;
    color: rgb(125 46 237 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .md\:mb-20 {
        margin-bottom: 5rem;
    }

    .md\:mb-4 {
        margin-bottom: 1rem;
    }

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

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

    .md\:block {
        display: block;
    }

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

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

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

    .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\:flex-row {
        flex-direction: row;
    }

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

    .md\:gap-y-12 {
        row-gap: 3rem;
    }

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

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

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

    .md\:pb-12 {
        padding-bottom: 3rem;
    }

    .md\:pb-72 {
        padding-bottom: 18rem;
    }

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

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

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

@media (min-width: 1024px) {
    .lg\:mb-24 {
        margin-bottom: 6rem;
    }

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

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

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

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

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

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

    .lg\:pt-28 {
        padding-top: 7rem;
    }
}

@media (min-width: 1280px) {
    .xl\:mt-12 {
        margin-top: 3rem;
    }

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

    .xl\:gap-x-10 {
        column-gap: 2.5rem;
    }

    .xl\:gap-y-20 {
        row-gap: 5rem;
    }

    .xl\:pb-20 {
        padding-bottom: 5rem;
    }

    .xl\:pb-80 {
        padding-bottom: 20rem;
    }
}

@media (min-width: 87.5rem) {
    .\32xl\:mt-7 {
        margin-top: 1.75rem;
    }
}

/* TAB STYLING */

.flex {
    display: flex;
}

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

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

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

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

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

.bg-violetLight {
    --tw-bg-opacity: 1;
    background-color: rgb(121 64 245 / var(--tw-bg-opacity));
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

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

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

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

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

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

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

/* no data found  */

.w-10\/12 {
    width: 83.333333%;
}

.w-2 {
    width: 0.5rem;
}

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

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

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

.gap-4 {
    gap: 1rem;
}

@media (min-width: 768px) {
    .md\:w-6\/12 {
        width: 50%;
    }
}
