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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
  Reset default styling for dialogs.
  */

dialog {
    padding: 0;
}

/*
  Prevent resizing textareas horizontally by default.
  */

textarea {
    resize: vertical;
}

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

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

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

/*
  Set the default cursor for buttons.
  */

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

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

:disabled {
    cursor: default;
}

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

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

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

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

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

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

.container {
    width: 100%;
}

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

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

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

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

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

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.right-20 {
    right: 5rem;
}

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

.top-0 {
    top: 0px;
}

.top-10 {
    top: 2.5rem;
}

.top-16 {
    top: 4rem;
}

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

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

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

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

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

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

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

.m-0 {
    margin: 0px;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

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

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

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

.mb-10 {
    margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

.mr-10 {
    margin-right: 2.5rem;
}

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

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

.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-\[40rem\] {
    margin-top: 40rem;
}

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

.block {
    display: block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-28 {
    height: 7rem;
}

.h-4 {
    height: 1rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

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

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

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

.h-\[20vh\] {
    height: 20vh;
}

.h-\[30vh\] {
    height: 30vh;
}

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

.h-\[65vh\] {
    height: 65vh;
}

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

.h-\[80vh\] {
    height: 80vh;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.max-h-60 {
    max-height: 15rem;
}

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

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

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

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

.w-1 {
    width: 0.25rem;
}

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

.w-10 {
    width: 2.5rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

.w-52 {
    width: 13rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

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

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

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

.min-w-\[30vw\] {
    min-width: 30vw;
}

.min-w-\[40vw\] {
    min-width: 40vw;
}

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

.max-w-2xl {
    max-width: 42rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-screen-lg {
    max-width: 1024px;
}

.max-w-screen-sm {
    max-width: 640px;
}

.max-w-screen-xl {
    max-width: 1280px;
}

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

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

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

.-translate-x-full {
    --tw-translate-x: -100%;
    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(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: 0.5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
    cursor: pointer;
}

.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-col {
    flex-direction: column;
}

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

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

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

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

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

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

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-x-11 {
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
}

.gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

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

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

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

.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-xl {
    border-radius: 0.75rem;
}

.rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.border {
    border-width: 1px;
}

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

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

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

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

.border-l-8 {
    border-left-width: 8px;
}

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

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

.border-\[\#0040BC\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 64 188 / var(--tw-border-opacity, 1));
}

.border-\[\#08C949\] {
    --tw-border-opacity: 1;
    border-color: rgb(8 201 73 / var(--tw-border-opacity, 1));
}

.border-\[\#09C241\] {
    --tw-border-opacity: 1;
    border-color: rgb(9 194 65 / var(--tw-border-opacity, 1));
}

.border-\[\#1252CC\] {
    --tw-border-opacity: 1;
    border-color: rgb(18 82 204 / var(--tw-border-opacity, 1));
}

.border-\[\#3F7DF2\] {
    --tw-border-opacity: 1;
    border-color: rgb(63 125 242 / var(--tw-border-opacity, 1));
}

.border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

.border-transparent {
    border-color: transparent;
}

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

.border-opacity-15 {
    --tw-border-opacity: 0.15;
}

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

.border-opacity-25 {
    --tw-border-opacity: 0.25;
}

.border-opacity-45 {
    --tw-border-opacity: 0.45;
}

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

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

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

.bg-\[\#020E25\] {
    --tw-bg-opacity: 1;
    background-color: rgb(2 14 37 / var(--tw-bg-opacity, 1));
}

.bg-\[\#08C949\] {
    --tw-bg-opacity: 1;
    background-color: rgb(8 201 73 / var(--tw-bg-opacity, 1));
}

.bg-\[\#090E12\] {
    --tw-bg-opacity: 1;
    background-color: rgb(9 14 18 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1252CC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(18 82 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2C2F38\] {
    --tw-bg-opacity: 1;
    background-color: rgb(44 47 56 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2d3039\] {
    --tw-bg-opacity: 1;
    background-color: rgb(45 48 57 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3F7DF2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(63 125 242 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#E9790A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 121 10 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EA0A0E\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 10 14 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EA0E11\] {
    --tw-bg-opacity: 1;
    background-color: rgb(234 14 17 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}

.bg-opacity-15 {
    --tw-bg-opacity: 0.15;
}

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

.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}

.bg-\[url\(\.\.\/\.\.\/assets\/images\/front_background_Ai_Bots\.png\)\] {
    background-image: url(/assets/templates/valent/images/front_background_Ai_Bots.png);
}

.bg-\[url\(\.\.\/\.\.\/assets\/images\/front_background_Live_rading\.png\)\] {
    background-image: url(/assets/templates/valent/images/front_background_Live_rading.png);
}

.bg-\[url\(\.\.\/\.\.\/assets\/images\/front_background_TOS\.png\)\] {
    background-image: url(/assets/templates/valent/images/front_background_TOS.png);
}

.bg-\[url\(\.\.\/\.\.\/assets\/images\/front_background_about_us\.png\)\] {
    background-image: url(/assets/templates/valent/images/front_background_about_us.png);
}

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

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

.from-\[\#0038A3\] {
    --tw-gradient-from: #0038a3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 56 163 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0038A5\] {
    --tw-gradient-from: #0038a5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 56 165 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0040BC\] {
    --tw-gradient-from: #0040bc var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 64 188 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#306FE6\] {
    --tw-gradient-from: #306fe6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 111 230 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#3271E8\] {
    --tw-gradient-from: #3271e8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(50 113 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#3E7CF2\] {
    --tw-gradient-from: #3e7cf2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(62 124 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#3F7DF2\] {
    --tw-gradient-from: #3f7df2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(63 125 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

.from-black {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-30\% {
    --tw-gradient-from-position: 30%;
}

.from-\[50\%\] {
    --tw-gradient-from-position: 50%;
}

.from-\[60\%\] {
    --tw-gradient-from-position: 60%;
}

.via-\[\#0038A3\] {
    --tw-gradient-to: rgb(0 56 163 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        #0038a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#09C241\] {
    --tw-gradient-to: rgb(9 194 65 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        #09c241 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#3b82f6\] {
    --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-600 {
    --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        #475569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-70\% {
    --tw-gradient-via-position: 70%;
}

.via-80\% {
    --tw-gradient-via-position: 80%;
}

.via-\[30\%\] {
    --tw-gradient-via-position: 30%;
}

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

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

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

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

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

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

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

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

.to-white {
    --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-40\% {
    --tw-gradient-to-position: 40%;
}

.to-\[70\%\] {
    --tw-gradient-to-position: 70%;
}

.bg-cover {
    background-size: cover;
}

.bg-local {
    background-attachment: local;
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.p-0 {
    padding: 0px;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

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

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

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

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

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

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

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

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

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

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

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

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

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

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

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

.font-extralight {
    font-weight: 200;
}

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

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

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

.font-thin {
    font-weight: 100;
}

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

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

.leading-relaxed {
    line-height: 1.625;
}

.text-\[\#00AA39\] {
    --tw-text-opacity: 1;
    color: rgb(0 170 57 / var(--tw-text-opacity, 1));
}

.text-\[\#08C949\] {
    --tw-text-opacity: 1;
    color: rgb(8 201 73 / var(--tw-text-opacity, 1));
}

.text-\[\#1252CC\] {
    --tw-text-opacity: 1;
    color: rgb(18 82 204 / var(--tw-text-opacity, 1));
}

.text-\[\#1EE042\] {
    --tw-text-opacity: 1;
    color: rgb(30 224 66 / var(--tw-text-opacity, 1));
}

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

.text-\[\#3F7DF2\] {
    --tw-text-opacity: 1;
    color: rgb(63 125 242 / var(--tw-text-opacity, 1));
}

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

.text-\[\#6F6A6A\] {
    --tw-text-opacity: 1;
    color: rgb(111 106 106 / var(--tw-text-opacity, 1));
}

.text-\[\#7B7979\] {
    --tw-text-opacity: 1;
    color: rgb(123 121 121 / var(--tw-text-opacity, 1));
}

.text-\[\#8C8787\] {
    --tw-text-opacity: 1;
    color: rgb(140 135 135 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.text-\[\#EA0A0E\] {
    --tw-text-opacity: 1;
    color: rgb(234 10 14 / var(--tw-text-opacity, 1));
}

.text-\[\#F9810A\] {
    --tw-text-opacity: 1;
    color: rgb(249 129 10 / var(--tw-text-opacity, 1));
}

.text-\[\#FC8B09\] {
    --tw-text-opacity: 1;
    color: rgb(252 139 9 / var(--tw-text-opacity, 1));
}

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

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

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

.text-transparent {
    color: transparent;
}

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

.text-opacity-45 {
    --tw-text-opacity: 0.45;
}

.opacity-100 {
    opacity: 1;
}

.\!shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-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);
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
        var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
        var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
        var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
        var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
        var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
        var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
        var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
        var(--tw-backdrop-sepia);
}

.transition {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.delay-100 {
    transition-delay: 100ms;
}

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

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

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

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

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

.before\:inset-0::before {
    content: var(--tw-content);
    inset: 0px;
}

.before\:-z-10::before {
    content: var(--tw-content);
    z-index: -10;
}

.before\:-m-0\.5::before {
    content: var(--tw-content);
    margin: -0.125rem;
}

.before\:rounded-xl::before {
    content: var(--tw-content);
    border-radius: 0.75rem;
}

.before\:bg-gradient-to-t::before {
    content: var(--tw-content);
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.before\:from-\[\#09C241\]::before {
    content: var(--tw-content);
    --tw-gradient-from: #09c241 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(9 194 65 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-\[\#3F7DF2\]::before {
    content: var(--tw-content);
    --tw-gradient-from: #3f7df2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(63 125 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.before\:via-\[\#09C241\]::before {
    content: var(--tw-content);
    --tw-gradient-to: rgb(9 194 65 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        #09c241 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.before\:via-\[\#3F7DF2\]::before {
    content: var(--tw-content);
    --tw-gradient-to: rgb(63 125 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        #3f7df2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.before\:to-\[\#09C241\]::before {
    content: var(--tw-content);
    --tw-gradient-to: #09c241 var(--tw-gradient-to-position);
}

.before\:to-\[\#3F7DF2\]::before {
    content: var(--tw-content);
    --tw-gradient-to: #3f7df2 var(--tw-gradient-to-position);
}

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

.hover\:border-b-4:hover {
    border-bottom-width: 4px;
}

.hover\:bg-\[\#1252CC\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(18 82 204 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

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

.hover\:from-\[\#3F7DF2\]:hover {
    --tw-gradient-from: #3f7df2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(63 125 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:via-\[\#09C241\]:hover {
    --tw-gradient-to: rgb(9 194 65 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from),
        #09c241 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.hover\:to-\[\#09C241\]:hover {
    --tw-gradient-to: #09c241 var(--tw-gradient-to-position);
}

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

.hover\:bg-clip-text:hover {
    -webkit-background-clip: text;
    background-clip: text;
}

.hover\:text-\[\#0040BC\]:hover {
    --tw-text-opacity: 1;
    color: rgb(0 64 188 / var(--tw-text-opacity, 1));
}

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

.hover\:text-transparent:hover {
    color: transparent;
}

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

.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),
        var(--tw-shadow, 0 0 #0000);
}

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

@media (min-width: 640px) {
    .sm\:inline {
        display: inline;
    }

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

@media (min-width: 768px) {
    .md\:relative {
        position: relative;
    }

    .md\:hidden {
        display: none;
    }

    .md\:translate-x-0 {
        --tw-translate-x: 0px;
        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));
    }
}

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

    .lg\:relative {
        position: relative;
    }

    .lg\:left-auto {
        left: auto;
    }

    .lg\:right-56 {
        right: 14rem;
    }

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

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

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

    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }

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

    .lg\:mb-40 {
        margin-bottom: 10rem;
    }

    .lg\:mr-20 {
        margin-right: 5rem;
    }

    .lg\:mt-20 {
        margin-top: 5rem;
    }

    .lg\:mt-44 {
        margin-top: 11rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-20 {
        height: 5rem;
    }

    .lg\:h-28 {
        height: 7rem;
    }

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

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

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

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

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

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

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

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

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

    .lg\:h-\[816\.73px\] {
        height: 816.73px;
    }

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

    .lg\:w-3\/5 {
        width: 60%;
    }

    .lg\:w-32 {
        width: 8rem;
    }

    .lg\:w-52 {
        width: 13rem;
    }

    .lg\:w-60 {
        width: 15rem;
    }

    .lg\:w-96 {
        width: 24rem;
    }

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

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

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

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

    .lg\:min-w-32 {
        min-width: 8rem;
    }

    .lg\:min-w-40 {
        min-width: 10rem;
    }

    .lg\:min-w-52 {
        min-width: 13rem;
    }

    .lg\:min-w-96 {
        min-width: 24rem;
    }

    .lg\:max-w-screen-xl {
        max-width: 1280px;
    }

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

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

    .lg\:gap-10 {
        gap: 2.5rem;
    }

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

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

    .lg\:bg-\[url\(\.\.\/\.\.\/assets\/images\/2front_background_about_us\.png\)\] {
        background-image: url(/assets/templates/valent/images/2front_background_about_us.png);
    }

    .lg\:bg-\[url\(\.\.\/\.\.\/assets\/images\/frame_background\.png\)\] {
        background-image: url(/assets/templates/valent/images/frame_background.png);
    }

    .lg\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .lg\:from-\[80\%\] {
        --tw-gradient-from-position: 80%;
    }

    .lg\:via-\[90\%\] {
        --tw-gradient-via-position: 90%;
    }

    .lg\:to-\[95\%\] {
        --tw-gradient-to-position: 95%;
    }

    .lg\:bg-cover {
        background-size: cover;
    }

    .lg\:bg-center {
        background-position: center;
    }

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

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

    .lg\:p-20 {
        padding: 5rem;
    }

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

    .lg\:p-6 {
        padding: 1.5rem;
    }

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

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

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

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

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

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

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

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

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

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

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

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

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

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

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

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

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

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .lg\:text-9xl {
        font-size: 8rem;
        line-height: 1;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1280px) {
    .xl\:relative {
        position: relative;
    }

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

    .xl\:block {
        display: block;
    }

    .xl\:hidden {
        display: none;
    }

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

    .xl\:max-w-screen-xl {
        max-width: 1280px;
    }

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