/* Define the Saira Regular font */
@font-face {
    font-family: 'Saira';
    src: url('/fonts/somarsans-regular.ttf') format('truetype');
    font-weight: 400;
    /* Regular weight */
    font-style: normal;
    font-display: swap;
}

/* Define the Saira SemiBold font */
@font-face {
    font-family: 'Saira';
    src: url('/fonts/somarsans-semibold.ttf') format('truetype');
    font-weight: 600;
    /* SemiBold weight */
    font-style: normal;
    font-display: swap;
}

/* Define the Saira Bold font */
@font-face {
    font-family: 'Saira';
    src: url('/fonts/somarsans-bold.ttf') format('truetype');
    font-weight: 700;
    /* Bold weight */
    font-style: normal;
    font-display: swap;
}

/* Define the Saira ExtraBold font */
@font-face {
    font-family: 'Saira';
    src: url('/fonts/somarsans-extrabold.ttf') format('truetype');
    font-weight: 800;
    /* ExtraBold weight */
    font-style: normal;
    font-display: swap;
}


/* Apply the Saira font to all elements */
* {
    font-family: 'Saira', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

*, ::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.15 | 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: currentColor; /* 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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);
}

[type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
    [type='radio']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active)  {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}
.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;
    }
}
.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
.visible {
    visibility: visible;
}
.collapse {
    visibility: collapse;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.inset-0 {
    inset: 0px;
}
.inset-y-0 {
    top: 0px;
    bottom: 0px;
}
.-bottom-0\.5 {
    bottom: -0.125rem;
}
.-bottom-6 {
    bottom: -1.5rem;
}
.-bottom-7 {
    bottom: -1.75rem;
}
.-right-12 {
    right: -3rem;
}
.-right-2 {
    right: -0.5rem;
}
.-right-2\.5 {
    right: -0.625rem;
}
.-right-\[2px\] {
    right: -2px;
}
.-top-14 {
    top: -3.5rem;
}
.-top-16 {
    top: -4rem;
}
.-top-2 {
    top: -0.5rem;
}
.-top-8 {
    top: -2rem;
}
.-top-\[3px\] {
    top: -3px;
}
.bottom-0 {
    bottom: 0px;
}
.bottom-14 {
    bottom: 3.5rem;
}
.bottom-2\.5 {
    bottom: 0.625rem;
}
.bottom-20 {
    bottom: 5rem;
}
.bottom-3 {
    bottom: 0.75rem;
}
.bottom-4 {
    bottom: 1rem;
}
.bottom-5 {
    bottom: 1.25rem;
}
.bottom-6 {
    bottom: 1.5rem;
}
.left-0 {
    left: 0px;
}
.left-2 {
    left: 0.5rem;
}
.left-4 {
    left: 1rem;
}
.right-0 {
    right: 0px;
}
.right-2 {
    right: 0.5rem;
}
.right-4 {
    right: 1rem;
}
.top-0 {
    top: 0px;
}
.top-1\/2 {
    top: 50%;
}
.top-12 {
    top: 3rem;
}
.top-2\/3 {
    top: 66.666667%;
}
.top-24 {
    top: 6rem;
}
.top-4 {
    top: 1rem;
}
.top-5 {
    top: 1.25rem;
}
.top-auto {
    top: auto;
}
.top-full {
    top: 100%;
}
.z-0 {
    z-index: 0;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-\[51\] {
    z-index: 51;
}
.z-\[55555\] {
    z-index: 55555;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.col-span-1 {
    grid-column: span 1 / span 1;
}
.col-span-2 {
    grid-column: span 2 / span 2;
}
.col-span-full {
    grid-column: 1 / -1;
}
.m-1 {
    margin: 0.25rem;
}
.m-10 {
    margin: 2.5rem;
}
.m-2 {
    margin: 0.5rem;
}
.m-3 {
    margin: 0.75rem;
}
.m-4 {
    margin: 1rem;
}
.m-auto {
    margin: auto;
}
.mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
.mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
}
.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mx-\[10px\] {
    margin-left: 10px;
    margin-right: 10px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
}
.\!mt-6 {
    margin-top: 1.5rem !important;
}
.\!mt-8 {
    margin-top: 2rem !important;
}
.-mr-0\.5 {
    margin-right: -0.125rem;
}
.-mr-1 {
    margin-right: -0.25rem;
}
.-mr-2 {
    margin-right: -0.5rem;
}
.-mt-8 {
    margin-top: -2rem;
}
.-mt-px {
    margin-top: -1px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-10 {
    margin-bottom: 2.5rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-14 {
    margin-bottom: 3.5rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.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;
}
.mb-8 {
    margin-bottom: 2rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-12 {
    margin-left: 3rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.ml-4 {
    margin-left: 1rem;
}
.mr-2 {
    margin-right: 0.5rem;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mr-5 {
    margin-right: 1.25rem;
}
.mr-auto {
    margin-right: auto;
}
.mt-0\.5 {
    margin-top: 0.125rem;
}
.mt-1 {
    margin-top: 0.25rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-11 {
    margin-top: 2.75rem;
}
.mt-12 {
    margin-top: 3rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-2\.5 {
    margin-top: 0.625rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-6 {
    margin-top: 1.5rem;
}
.mt-7 {
    margin-top: 1.75rem;
}
.mt-8 {
    margin-top: 2rem;
}
.mt-\[20px\] {
    margin-top: 20px;
}
.mt-\[40px\] {
    margin-top: 40px;
}
.mt-36 {
    margin-top: 9rem;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.\!block {
    display: block !important;
}
.block {
    display: block;
}
.inline {
    display: inline;
}
.\!flex {
    display: flex !important;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}
.\!grid {
    display: grid !important;
}
.grid {
    display: grid;
}
.contents {
    display: contents;
}
.\!hidden {
    display: none !important;
}
.hidden {
    display: none;
}
.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}
.\!h-\[21px\] {
    height: 21px !important;
}
.h-0\.5 {
    height: 0.125rem;
}
.h-1 {
    height: 0.25rem;
}
.h-1\/2 {
    height: 50%;
}
.h-10 {
    height: 2.5rem;
}
.h-11 {
    height: 2.75rem;
}
.h-12 {
    height: 3rem;
}
.h-14 {
    height: 3.5rem;
}
.h-16 {
    height: 4rem;
}
.h-2 {
    height: 0.5rem;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-20 {
    height: 5rem;
}
.h-24 {
    height: 6rem;
}
.h-28 {
    height: 7rem;
}
.h-3\/4 {
    height: 75%;
}
.h-3\/5 {
    height: 60%;
}
.h-3\/6 {
    height: 50%;
}
.h-36 {
    height: 9rem;
}
.h-4 {
    height: 1rem;
}
.h-4\/6 {
    height: 66.666667%;
}
.h-40 {
    height: 10rem;
}
.h-5 {
    height: 1.25rem;
}
.h-5\/6 {
    height: 83.333333%;
}
.h-6 {
    height: 1.5rem;
}
.h-7 {
    height: 1.75rem;
}
.h-72 {
    height: 18rem;
}
.h-8 {
    height: 2rem;
}
.h-80 {
    height: 20rem;
}
.h-9 {
    height: 2.25rem;
}
.h-96 {
    height: 24rem;
}
.h-\[100vh\] {
    height: 100vh;
}
.h-\[130px\] {
    height: 130px;
}
.h-\[25px\] {
    height: 25px;
}
.h-\[33px\] {
    height: 33px;
}
.h-\[360px\] {
    height: 360px;
}
.h-\[464px\] {
    height: 464px;
}
.h-\[50rem\] {
    height: 50rem;
}
.h-\[540px\] {
    height: 540px;
}
.h-\[700px\] {
    height: 700px;
}
.h-\[70px\] {
    height: 70px;
}
.h-\[73vh\] {
    height: 73vh;
}
.h-\[75vh\] {
    height: 75vh;
}
.h-\[800px\] {
    height: 800px;
}
.h-auto {
    height: auto;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-full {
    height: 100%;
}
.h-px {
    height: 1px;
}
.h-\[1000px\] {
    height: 1000px;
}
.h-\[500px\] {
    height: 500px;
}
.h-\[10000px\] {
    height: 10000px;
}
.h-\[700\] {
    height: 700;
}
.max-h-72 {
    max-height: 18rem;
}
.max-h-\[800px\] {
    max-height: 800px;
}
.max-h-\[90\%\] {
    max-height: 90%;
}
.min-h-10 {
    min-height: 2.5rem;
}
.min-h-14 {
    min-height: 3.5rem;
}
.min-h-8 {
    min-height: 2rem;
}
.min-h-\[570px\] {
    min-height: 570px;
}
.min-h-screen {
    min-height: 100vh;
}
.\!w-4 {
    width: 1rem !important;
}
.\!w-\[25px\] {
    width: 25px !important;
}
.\!w-full {
    width: 100% !important;
}
.w-0\.5 {
    width: 0.125rem;
}
.w-1\/2 {
    width: 50%;
}
.w-10 {
    width: 2.5rem;
}
.w-11 {
    width: 2.75rem;
}
.w-11\/12 {
    width: 91.666667%;
}
.w-12 {
    width: 3rem;
}
.w-14 {
    width: 3.5rem;
}
.w-16 {
    width: 4rem;
}
.w-2 {
    width: 0.5rem;
}
.w-20 {
    width: 5rem;
}
.w-24 {
    width: 6rem;
}
.w-3\/4 {
    width: 75%;
}
.w-3\/5 {
    width: 60%;
}
.w-36 {
    width: 9rem;
}
.w-4 {
    width: 1rem;
}
.w-4\/5 {
    width: 80%;
}
.w-4\/6 {
    width: 66.666667%;
}
.w-40 {
    width: 10rem;
}
.w-48 {
    width: 12rem;
}
.w-5 {
    width: 1.25rem;
}
.w-5\/6 {
    width: 83.333333%;
}
.w-6 {
    width: 1.5rem;
}
.w-60 {
    width: 15rem;
}
.w-64 {
    width: 16rem;
}
.w-8 {
    width: 2rem;
}
.w-80 {
    width: 20rem;
}
.w-9 {
    width: 2.25rem;
}
.w-\[216px\] {
    width: 216px;
}
.w-\[250px\] {
    width: 250px;
}
.w-\[25px\] {
    width: 25px;
}
.w-\[27\%\] {
    width: 27%;
}
.w-\[70\%\] {
    width: 70%;
}
.w-\[90\%\] {
    width: 90%;
}
.w-auto {
    width: auto;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.w-max {
    width: -moz-max-content;
    width: max-content;
}
.min-w-40 {
    min-width: 10rem;
}
.min-w-\[1280px\] {
    min-width: 1280px;
}
.min-w-\[1600px\] {
    min-width: 1600px;
}
.min-w-\[360px\] {
    min-width: 360px;
}
.min-w-\[500px\] {
    min-width: 500px;
}
.min-w-\[640px\] {
    min-width: 640px;
}
.min-w-\[830px\] {
    min-width: 830px;
}
.min-w-\[900px\] {
    min-width: 900px;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-52 {
    max-width: 13rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-7xl {
    max-width: 80rem;
}
.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-xl {
    max-width: 36rem;
}
.max-w-xs {
    max-width: 20rem;
}
.flex-shrink {
    flex-shrink: 1;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.flex-shrink-2 {
    flex-shrink: 2;
}
.shrink-0 {
    flex-shrink: 0;
}
.flex-grow {
    flex-grow: 1;
}
.grow {
    flex-grow: 1;
}
.basis-1\/2 {
    flex-basis: 50%;
}
.basis-8\/12 {
    flex-basis: 66.666667%;
}
.border-collapse {
    border-collapse: collapse;
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-10 {
    --tw-translate-y: -2.5rem;
    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-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));
}
.translate-y-0 {
    --tw-translate-y: 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));
}
.translate-y-\[-100px\] {
    --tw-translate-y: -100px;
    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 bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
.animate-bounce {
    animation: bounce 1s infinite;
}
.cursor-default {
    cursor: default;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-progress {
    cursor: progress;
}
.select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.resize {
    resize: both;
}
.list-outside {
    list-style-position: outside;
}
.list-disc {
    list-style-type: disc;
}
.list-none {
    list-style-type: none;
}
.appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.\!flex-col {
    flex-direction: column !important;
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.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;
}
.justify-evenly {
    justify-content: space-evenly;
}
.gap-0\.5 {
    gap: 0.125rem;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-11 {
    gap: 2.75rem;
}
.gap-12 {
    gap: 3rem;
}
.gap-14 {
    gap: 3.5rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-2\.5 {
    gap: 0.625rem;
}
.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-9 {
    gap: 2.25rem;
}
.gap-\[10px\] {
    gap: 10px;
}
.gap-\[15px\] {
    gap: 15px;
}
.gap-\[20px\] {
    gap: 20px;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-y-6 {
    row-gap: 1.5rem;
}
.gap-y-8 {
    row-gap: 2rem;
}
.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-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * 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 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}
.divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
}
.justify-self-end {
    justify-self: end;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-auto {
    overflow-x: auto;
}
.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.scroll-smooth {
    scroll-behavior: smooth;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.text-nowrap {
    text-wrap: nowrap;
}
.break-words {
    overflow-wrap: break-word;
}
.break-all {
    word-break: break-all;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-2\.5xl {
    border-radius: 20px;
}
.rounded-2xl {
    border-radius: 1rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-\[100px\] {
    border-radius: 100px;
}
.rounded-\[32px\] {
    border-radius: 32px;
}
.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-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}
.rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
}
.rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
}
.rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
}
.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
}
.\!border {
    border-width: 1px !important;
}
.\!border-0 {
    border-width: 0px !important;
}
.border {
    border-width: 1px;
}
.border-0 {
    border-width: 0px;
}
.border-2 {
    border-width: 2px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-l {
    border-left-width: 1px;
}
.border-l-2 {
    border-left-width: 2px;
}
.border-r {
    border-right-width: 1px;
}
.border-r-2 {
    border-right-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-t-2 {
    border-top-width: 2px;
}
.border-t-4 {
    border-top-width: 4px;
}
.border-none {
    border-style: none;
}
.\!border-red {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 31 27 / var(--tw-border-opacity, 1)) !important;
}
.\!border-transparent {
    border-color: transparent !important;
}
.border-\[\#30323C\] {
    --tw-border-opacity: 1;
    border-color: rgb(48 50 60 / var(--tw-border-opacity, 1));
}
.border-\[\#e46813\] {
    --tw-border-opacity: 1;
    border-color: rgb(228 104 19 / var(--tw-border-opacity, 1));
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(16 17 21 / var(--tw-border-opacity, 1));
}
.border-cta {
    border-color: var(--cla-color);
}
.border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.border-orange {
    --tw-border-opacity: 1;
    border-color: rgb(228 104 19 / var(--tw-border-opacity, 1));
}
.border-primary {
    border-color: var(--primary-color);
}
.border-purple {
    --tw-border-opacity: 1;
    border-color: rgb(124 65 245 / var(--tw-border-opacity, 1));
}
.border-red {
    --tw-border-opacity: 1;
    border-color: rgb(229 31 27 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-stroke {
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
}
.border-teal-500 {
    --tw-border-opacity: 1;
    border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-transparent {
    border-color: transparent;
}
.border-violet-600 {
    --tw-border-opacity: 1;
    border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-b-neutral-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.\!bg-secondary {
    background-color: var(--secondry-color) !important;
}
.\!bg-transparent {
    background-color: transparent !important;
}
.bg-\[\#0000008c\] {
    background-color: #0000008c;
}
.bg-\[\#308792\] {
    --tw-bg-opacity: 1;
    background-color: rgb(48 135 146 / var(--tw-bg-opacity, 1));
}
.bg-\[\#38A7B8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(56 167 184 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E46813\]\/5 {
    background-color: rgb(228 104 19 / 0.05);
}
.bg-\[\#F7F8FA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eb695d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(235 105 93 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8f8f8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffae00\]\/10 {
    background-color: rgb(255 174 0 / 0.1);
}
.bg-\[\#fff9f1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 241 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/10 {
    background-color: rgb(251 191 36 / 0.1);
}
.bg-bginput {
    --tw-bg-opacity: 1;
    background-color: rgb(38 42 55 / var(--tw-bg-opacity, 1));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(16 17 21 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
    background-color: rgb(16 17 21 / 0.3);
}
.bg-black\/70 {
    background-color: rgb(16 17 21 / 0.7);
}
.bg-black\/75 {
    background-color: rgb(16 17 21 / 0.75);
}
.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-cta {
    background-color: var(--cla-color);
}
.bg-emerald-500\/5 {
    background-color: rgb(16 185 129 / 0.05);
}
.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(119 119 119 / var(--tw-bg-opacity, 1));
}
.bg-gray\/20 {
    background-color: rgb(119 119 119 / 0.2);
}
.bg-graylight {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-grayopacity {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(50 177 115 / var(--tw-bg-opacity, 1));
}
.bg-green\/10 {
    background-color: rgb(50 177 115 / 0.1);
}
.bg-movelight {
    background-color: #7054AA0F;
}
.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(228 104 19 / var(--tw-bg-opacity, 1));
}
.bg-orange\/10 {
    background-color: rgb(228 104 19 / 0.1);
}
.bg-primary {
    background-color: var(--primary-color);
}
.bg-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(124 65 245 / var(--tw-bg-opacity, 1));
}
.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(229 31 27 / var(--tw-bg-opacity, 1));
}
.bg-red\/10 {
    background-color: rgb(229 31 27 / 0.1);
}
.bg-red\/5 {
    background-color: rgb(229 31 27 / 0.05);
}
.bg-secondary {
    background-color: var(--secondry-color);
}
.bg-sky-100\/50 {
    background-color: rgb(224 242 254 / 0.5);
}
.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-stone-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}
.bg-stroke {
    --tw-bg-opacity: 1;
    background-color: rgb(226 226 226 / var(--tw-bg-opacity, 1));
}
.bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-teal-500\/10 {
    background-color: rgb(20 184 166 / 0.1);
}
.bg-tint_primary {
    --tw-bg-opacity: 1;
    background-color: rgb(219 242 245 / var(--tw-bg-opacity, 1));
}
.bg-tint_primary\/40 {
    background-color: rgb(219 242 245 / 0.4);
}
.bg-violet-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-violet-600\/5 {
    background-color: rgb(124 58 237 / 0.05);
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
}
.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}
.bg-opacity-85 {
    --tw-bg-opacity: 0.85;
}
.bg-custom-gradient {
    background-image: linear-gradient(90deg, #308792, #3CA9B7);
}
.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-landing-bg {
    background-image: url('/assets/landing-bg.svg');
}
.bg-mobile-bg {
    background-image: url('/assets/sora2.svg');
}
.from-\[\#3CA9B752\] {
    --tw-gradient-from: #3CA9B752 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(60 169 183 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#DBDBDB\]\/15 {
    --tw-gradient-from: rgb(219 219 219 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(219 219 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600 {
    --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#3CA9B7\]\/15 {
    --tw-gradient-to: rgb(60 169 183 / 0.15) var(--tw-gradient-to-position);
}
.to-\[\#ECFDFF52\] {
    --tw-gradient-to: #ECFDFF52 var(--tw-gradient-to-position);
}
.to-violet-900 {
    --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-repeat-round {
    background-repeat: round;
}
.stroke-current {
    stroke: currentColor;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.\!p-2 {
    padding: 0.5rem !important;
}
.\!p-2\.5 {
    padding: 0.625rem !important;
}
.\!p-4 {
    padding: 1rem !important;
}
.p-0 {
    padding: 0px;
}
.p-1 {
    padding: 0.25rem;
}
.p-2 {
    padding: 0.5rem;
}
.p-3 {
    padding: 0.75rem;
}
.p-4 {
    padding: 1rem;
}
.p-5 {
    padding: 1.25rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-8 {
    padding: 2rem;
}
.p-\[20px\] {
    padding: 20px;
}
.p-\[30px\] {
    padding: 30px;
}
.\!px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
.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-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.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-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-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.\!pb-0 {
    padding-bottom: 0px !important;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pb-8 {
    padding-bottom: 2rem;
}
.pb-9 {
    padding-bottom: 2.25rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pl-8 {
    padding-left: 2rem;
}
.pr-12 {
    padding-right: 3rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pr-8 {
    padding-right: 2rem;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-2 {
    padding-top: 0.5rem;
}
.pt-20 {
    padding-top: 5rem;
}
.pt-3 {
    padding-top: 0.75rem;
}
.pt-4 {
    padding-top: 1rem;
}
.pt-6 {
    padding-top: 1.5rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pt-9 {
    padding-top: 2.25rem;
}
.pb-36 {
    padding-bottom: 9rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-start {
    text-align: start;
}
.text-end {
    text-align: end;
}
.font-sans {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-\[12px\] {
    font-size: 12px;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[19px\] {
    font-size: 19px;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[25px\] {
    font-size: 25px;
}
.text-\[30px\] {
    font-size: 30px;
}
.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-extrabold {
    font-weight: 800;
}
.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;
}
.\!leading-10 {
    line-height: 2.5rem !important;
}
.\!leading-5 {
    line-height: 1.25rem !important;
}
.\!leading-6 {
    line-height: 1.5rem !important;
}
.\!leading-7 {
    line-height: 1.75rem !important;
}
.\!leading-8 {
    line-height: 2rem !important;
}
.\!leading-9 {
    line-height: 2.25rem !important;
}
.leading-3 {
    line-height: .75rem;
}
.leading-4 {
    line-height: 1rem;
}
.leading-5 {
    line-height: 1.25rem;
}
.leading-6 {
    line-height: 1.5rem;
}
.leading-7 {
    line-height: 1.75rem;
}
.leading-8 {
    line-height: 2rem;
}
.leading-9 {
    line-height: 2.25rem;
}
.leading-\[18px\] {
    line-height: 18px;
}
.leading-loose {
    line-height: 2;
}
.leading-none {
    line-height: 1;
}
.leading-normal {
    line-height: 1.5;
}
.leading-relaxed {
    line-height: 1.625;
}
.leading-snug {
    line-height: 1.375;
}
.leading-tight {
    line-height: 1.25;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.tracking-wider {
    letter-spacing: 0.05em;
}
.\!text-red {
    --tw-text-opacity: 1 !important;
    color: rgb(229 31 27 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#101115\] {
    --tw-text-opacity: 1;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1));
}
.text-\[\#30323C\] {
    --tw-text-opacity: 1;
    color: rgb(48 50 60 / var(--tw-text-opacity, 1));
}
.text-\[\#67BF94\] {
    --tw-text-opacity: 1;
    color: rgb(103 191 148 / var(--tw-text-opacity, 1));
}
.text-\[\#6f6f6f\] {
    --tw-text-opacity: 1;
    color: rgb(111 111 111 / var(--tw-text-opacity, 1));
}
.text-\[\#7054AA\] {
    --tw-text-opacity: 1;
    color: rgb(112 84 170 / var(--tw-text-opacity, 1));
}
.text-\[\#777777\] {
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.text-\[\#808080\] {
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#EB695D\] {
    --tw-text-opacity: 1;
    color: rgb(235 105 93 / var(--tw-text-opacity, 1));
}
.text-\[\#ababab\] {
    --tw-text-opacity: 1;
    color: rgb(171 171 171 / var(--tw-text-opacity, 1));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1));
}
.text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray {
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
.text-grayopacity {
    --tw-text-opacity: 1;
    color: rgb(248 248 248 / var(--tw-text-opacity, 1));
}
.text-green {
    --tw-text-opacity: 1;
    color: rgb(50 177 115 / var(--tw-text-opacity, 1));
}
.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-orange {
    --tw-text-opacity: 1;
    color: rgb(228 104 19 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-primary {
    color: var(--primary-color);
}
.text-purple {
    --tw-text-opacity: 1;
    color: rgb(124 65 245 / var(--tw-text-opacity, 1));
}
.text-red {
    --tw-text-opacity: 1;
    color: rgb(229 31 27 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-secondary {
    color: var(--secondry-color);
}
.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-stroke {
    --tw-text-opacity: 1;
    color: rgb(226 226 226 / var(--tw-text-opacity, 1));
}
.text-transparent {
    color: transparent;
}
.text-violet-600 {
    --tw-text-opacity: 1;
    color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.underline {
    text-decoration-line: underline;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-90 {
    opacity: 0.9;
}
.bg-blend-overlay {
    background-blend-mode: overlay;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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-main {
    --tw-shadow: 0 2px 15px 0 rgba(0, 0, 142, 0.1);
    --tw-shadow-colored: 0 2px 15px 0 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);
}
.shadow-sec {
    --tw-shadow: 0 2px 15px 0 rgba(219, 242, 245, 0.75);
    --tw-shadow-colored: 0 2px 15px 0 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-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: 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;
}
.outline-1 {
    outline-width: 1px;
}
.outline-offset-\[-1px\] {
    outline-offset: -1px;
}
.outline-\[\#e2e2e2\] {
    outline-color: #e2e2e2;
}
.drop-shadow-\[2px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    --tw-drop-shadow: drop-shadow(2px 4px 4px rgba(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);
}
.invert {
    --tw-invert: invert(100%);
    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);
}
.sepia {
    --tw-sepia: sepia(100%);
    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);
}
.\!transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.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-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-1000 {
    transition-duration: 1000ms;
}
.duration-300 {
    transition-duration: 300ms;
}
.duration-500 {
    transition-duration: 500ms;
}
.duration-700 {
    transition-duration: 700ms;
}
.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);
}
.\[wire\:model\=\'code_country\'\] {
    wire: model='code country';
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .5rem;
    padding-left: .5rem;
}

@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: 1400px;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px) {
    .container-web {
        padding-inline: 80px;


    }
}

@media (max-width: 640px) {
    .container-web-mob {
        padding-inline: 32px;
    }
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(219 219 219 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(219 219 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(60 169 183 / 0.15) var(--tw-gradient-to-position);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem}

@media (min-width: 640px) {
    main {
        padding-inline: 80px;


    }
}

@media (min-width: 1024px) {
    main {
        flex-direction: row;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.cent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cent-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Custom Scrollnar Inside Div */
.scrollbar-inside {
    overflow-y: auto;
    /* Enable vertical scrolling */
}

/* WebKit Browsers (Chrome, Safari, Opera) */
.scrollbar-inside::-webkit-scrollbar {
    width: 3px;
    height: 80px;
    /* This sets the height of the horizontal scrollbar */
}

.scrollbar-inside::-webkit-scrollbar-thumb {
    background-color: rgb(229, 229, 229);
    border-radius: 24px;
    border: 3px solid rgb(229, 229, 229);
}

.scrollbar-inside::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
.scrollbar-inside {
    scrollbar-width: thin;
    /* Use thin scrollbar */
    scrollbar-color: rgb(229, 229, 229) rgb(255, 255, 255);
    /* thumb color and track color */
}

/* Optional: Custom scrollbar styles in Firefox */
.scrollbar-inside:hover {
    scrollbar-color: #555 rgb(255, 255, 255);
    /* Change thumb color on hover */
}

/* Custom Scrollnar Inside Div */
svg {
    flex-shrink: 0;
}

.btn-prim {
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    border-radius: 100px;
    border-width: 1px;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-prim:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(48 135 146 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-prim:disabled {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: rgb(119 119 119 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.btn-prim-lg {
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    border-radius: 100px;
    border-width: 1px;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-prim-lg:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(48 135 146 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-prim-lg:disabled {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: rgb(119 119 119 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.btn-sec {
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    border-radius: 100px;
    border-width: 1px;
    border-color: var(--primary-color);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--primary-color);
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-sec:hover {
    background-color: var(--primary-color);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-sec:disabled {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: rgb(119 119 119 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.btn-sec-lg {
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    border-radius: 100px;
    border-width: 1px;
    border-color: var(--primary-color);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--primary-color);
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-sec-lg:hover {
    background-color: var(--primary-color);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-sec-lg:disabled {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: rgb(119 119 119 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.error_input {
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 31 27 / var(--tw-border-opacity, 1)) !important;
}

.error {
    --tw-text-opacity: 1 !important;
    color: rgb(229 31 27 / var(--tw-text-opacity, 1)) !important;
}

/*--landingPage--*/
.input-landing {
    border-radius: 1.5rem !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 42 55 / var(--tw-bg-opacity, 1)) !important;
    padding: 0.75rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.input-landing::-moz-placeholder {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.025em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    opacity: 0.7 !important;
}
.input-landing::placeholder {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.025em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    opacity: 0.7 !important;
}
.input-landing:checked {
    background-color: var(--primary-color) !important;
}
.input-landing:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(38 42 55 / var(--tw-border-opacity, 1)) !important;
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(38 42 55 / var(--tw-ring-opacity, 1)) !important;
}
@media (min-width: 768px) {
    .input-landing {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.textarea-input-landing {
    height: 7rem !important;
    border-radius: 1.5rem !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(38 42 55 / var(--tw-bg-opacity, 1)) !important;
    padding: 0.75rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.textarea-input-landing::-moz-placeholder {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.025em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    opacity: 0.7 !important;
}

.textarea-input-landing::placeholder {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.025em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
    opacity: 0.7 !important;
}

.textarea-input-landing:checked {
    background-color: var(--primary-color) !important;
}

.textarea-input-landing:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(38 42 55 / var(--tw-border-opacity, 1)) !important;
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(38 42 55 / var(--tw-ring-opacity, 1)) !important;
}

@media (min-width: 768px) {
    .textarea-input-landing {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/*-----*/
input,
textarea,
select {
    border-radius: 1.5rem !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1)) !important;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.025em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1)) !important;
    opacity: 0.4 !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    letter-spacing: 0.025em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1)) !important;
    opacity: 0.4 !important;
}
input:checked,
textarea:checked,
select:checked {
    background-color: var(--primary-color) !important;
}
input:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-color) !important;
    --tw-ring-color: var(--primary-color) !important;
}

input[type='checkbox'] {
    border-radius: 0.25rem !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1)) !important;
    padding: 0.75rem !important;
    color: var(--primary-color) !important;
}

input[type='checkbox']:checked {
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

input[type='checkbox']:focus {
    outline-width: 0px !important;
}

.input-radio {
    height: 1.25rem !important;
    width: 1.25rem !important;
    padding: 0px !important;
    color: var(--primary-color) !important;
}

.active-tabs {
    --tw-text-opacity: 1;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1));
}

.active-tabs.active {
    color: var(--primary-color);
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[dir="ltr"] select {
    background-position: right 0.5rem center;
}

[dir="rtl"] select {
    background-position: left 0.5rem center;
}

select option {
    color: #474747 !important;
    font-weight: 500 !important;
    border-radius: 100px;
}

select option:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.drop-list {
    width: 100%;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    border-radius: 100px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1));
    display: flex;
    align-items: center;
    justify-content: center;
}

.drop-list-content {
    position: absolute;
    right: 0px;
    z-index: 10;
    margin-top: 0.5rem;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.drop-list-content div:hover {
    background-color: #DBF2F5 !important;
}

.drop-list-content div:hover a {
    font-weight: bold !important;
}

select option:checked {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

label {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

/* Style Alert */
div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
    background: rgba(0, 0, 0, 0.9) !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 20px !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: .25em solid #0AB97A !important;
    color: #0AB97A !important;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
    border-color: #0AB97A !important;
    background-color: #0AB97A !important;
}

div:where(.swal2-icon) {
    margin: 1em auto .6em;
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
    --tw-rotate: 180deg;
    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));
}

.error {
    --tw-text-opacity: 1 !important;
    color: rgb(225 29 72 / var(--tw-text-opacity, 1)) !important;
}

/* Nav Item */
.fixed-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}

.item-nav {
    position: relative;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1));
}

.item-nav:hover {
    color: var(--primary-color);
    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: 300ms;
}

@media (min-width: 1280px) {
    .item-nav {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.item-nav-active {
    position: relative;
    border-radius: 100px;
    --tw-bg-opacity: 1;
    background-color: rgb(219 242 245 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    color: var(--primary-color);
    --tw-shadow: 0 2px 15px 0 rgba(219, 242, 245, 0.75);
    --tw-shadow-colored: 0 2px 15px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.item-nav-active:hover {
    color: var(--primary-color);
    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: 300ms;
}

@media (min-width: 1280px) {
    .item-nav-active {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.item-nav-icon {
    position: relative;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1));
}

.item-nav-icon:hover {
    color: var(--primary-color);
    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: 300ms;
}

@media (min-width: 1280px) {
    .item-nav-icon {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.item-nav-icon:hover::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}

[dir="rtl"] .item-nav-icon::before {
    right: 4px;
}

[dir="ltr"] .item-nav-icon::before {
    left: 4px;
}

[dir="rtl"] .item-nav-icon::after {
    right: 0px;
}

[dir="ltr"] .item-nav-icon::after {
    left: 0px;
}

.item-nav-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #101115;
    width: 2px;
    height: 10px;
    transition: .3s;
}

.item-nav-icon::after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #101115;
}

[dir="rtl"] .menu-item-has-children {
    right: 0px;
}

[dir="ltr"] .menu-item-has-children {
    left: 0px;
}

.menu-item-has-children {
    position: absolute;
    top: calc(100%);
    transition: .3s;
    z-index: 100;
    width: 220px;
    padding: 0;
    transform: translateY(35px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(16, 17, 21, .1);
    border-radius: 12px;
    background-color: white;
}

.item-nav-icon:hover .menu-item-has-children {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    display: block;
}

.menu-item-has-children li {
    padding: 14px 25px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ecf0f3;
}
.menu-item-has-children li:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    /* border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; */
}
.menu-item-has-children li:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    /* border-top-left-radius: 0px;
    border-top-right-radius: 0px; */
    border-bottom: none;
}
.menu-item-has-children .item-li:last-child {
    border-bottom: none;
}

.menu-item-has-children .item-li:hover {
    background-color: #DBF2F5;
    color: var(--primary-color);
    font-weight: bold;
}

.menu-item-has-children li:hover {
    background-color: #DBF2F5;
    color: var(--primary-color);
    font-weight: bold;
}

[dir="rtl"] .menu-item-has-children .item-li::before {
    right: 15px;
}

[dir="rtl"] .menu-item-has-children .item-li::after {
    right: 11px;
}

[dir="ltr"] .menu-item-has-children .item-li::before {
    left: 15px;
}

[dir="ltr"] .menu-item-has-children .item-li::after {
    left: 11px;
}

.menu-item-has-children .item-li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #101115;
    width: 2px;
    height: 10px;
    transition: .3s;
}

.menu-item-has-children .item-li::after {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #101115;
}

.menu-item-has-children .item-li:hover::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}

[dir="ltr"] .lap-ul {
    left: 100%;
}

[dir="rtl"] .lap-ul {
    right: 100%;
}

.lap-ul {
    position: absolute;
    top: 0px;
    transition: .3s;
    z-index: 100;
    width: 220px;
    padding: 0;
    transform: translateX(35px);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(16, 17, 21, .1);
    border-radius: 12px;
    background-color: white;
}

.menu-item-has-children li:hover .lap-ul {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    display: block;
}

/* Nav Item */

thead tr th {
    text-align: start;
    padding: 20px;
    background: #F3F3F3;
    border: 1px solid rgb(229 229 229 / var(--tw-border-opacity));
}

tbody tr td {
    text-align: start;
    padding: 20px;
}

tbody tr:nth-child(odd) th {
    background-color: transparent;
    border: transparent;
}

tbody tr:nth-child(even) th {
    background-color: transparent;
    border: transparent;

}

.swal2-success-circular-line-left,
.swal2-success-line-tip,
.swal2-success-line-long,
.swal2-success-ring,
.swal2-success-fix,
.swal2-success-circular-line-right {
    display: none !important;
}

.swal2-popup {
    border-radius: 20px !important;
    padding: 0px !important;
}

.swal2-styled {
    border-radius: 100px !important;
    background-color: var(--primary-color) !important;
    height: 54px !important;
    padding: 18px 80px !important;
    margin-bottom: 18px !important;
    box-shadow: none !important;
}

.swal2-icon {
    background-color: white !important;
    border-radius: 100% !important;
    width: 98px !important;
    height: 98px !important;
    top: -50px !important;
    margin: auto !important;
    box-shadow: 0px 2px 15px 0 rgba(0, 0, 142, 10%);
}

.swal2-icon.swal2-success {
    border: none !important;
}

.swal2-title {
    padding: 0px !important;
}

/* Loading */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* إخفاء المحتوى في البداية */
body {
    display: hidden;
}

/* التأكد من ظهور المحتوى بعد اكتمال تحميل الـ preloader */
.preloader.finished + * {
    visibility: visible;
}

@keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes price-ani {
    0% {
        transform: scale(1, 1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0.1;
    }
}

/* إضافة الكود الخاص بالـ animations */
.preloader .spinner {
    animation: preloader-fx 1s infinite;
}

.price-element {
    animation: price-ani 2s infinite;
}




.btn-login {
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    border-radius: 100px;
    border-width: 1px;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}




.btn-login:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(48 135 146 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}




.btn-login:disabled {
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: rgb(119 119 119 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}




@media (min-width: 768px) {
    .btn-login {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

.btn-tab-login {
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1));
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .btn-tab-login {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.btn-tab-login.active {
    --tw-bg-opacity: 1;
    background-color: rgb(219 242 245 / var(--tw-bg-opacity, 1));
    color: var(--primary-color);
}

.draw-background {
    position: relative;

}

.broder-text {
    position: relative;
    padding-bottom: 1.5rem;
}

.broder-text::before {
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 130px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-content: '';
    content: var(--tw-content);
}

@media (min-width: 1024px) {
    .broder-text {
        padding-bottom: 0px;
        padding-left: 2rem;
    }
    .broder-text::before {
        left: 0px;
        height: 90px;
        content: var(--tw-content);
        width: 1px;
    }
}

@media (min-width: 1280px) {
    .broder-text::before {
        height: 100px;
        content: var(--tw-content);
        width: 0.125rem;
    }
}

.title-home {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .title-home {
        font-size: 3rem;
        line-height: 1;
        line-height: 80px !important;
    }
}

@media (min-width: 1280px) {
    .title-home {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.title-website {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .title-website {
        font-size: 2.25rem;
        line-height: 2.5rem;
        line-height: 70px !important;
    }
}

/* Navbar ui hide & show */
.navbar {
    position: fixed;
    right: 0px;
    left: 0px;
    top: auto;
    bottom: 0px;
    z-index: 10;
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {
    .navbar {
        top: 0px;
        bottom: auto;
    }
}

.navbar.show {
    display: flex;
}

[dir="ltr"] .flip {
    transform: rotateY(180deg)
}

.btn-tab {
    gap: 0.625rem;
    border-radius: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(16 17 21 / var(--tw-text-opacity, 1));
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .btn-tab {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.btn-tab.active {
    cursor: pointer;
    background-color: var(--primary-color);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-transition {
    transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out;
}


.category-lists-slider {
    position: relative;
}

.tab-swiper .swiper-slide {
    width: auto;
}

.slider-button {
    position: absolute;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.slider-button.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.progress-container {
    height: 0.5rem;
    width: 12rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 226 226 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
    .progress-container {
        width: 100%;
    }
}

.progress-bar-question {
    height: 0.5rem;
    border-radius: 9999px;
    background-color: var(--primary-color);
    width: 0;
    transition: width 0.5s ease;
}

[dir="rtl"] .old::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: red;
    left: 4px;
    top: 41%;
}

[dir="ltr"] .old::after {
    content: "";
    position: absolute;
    width: 25%;
    height: 1px;
    background-color: red;
    right: 4px;
    top: 41%;
}

/* Animation hiro section */
@media (max-width: 768px) {
    .word-animate {
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    }

    .word-animate.show {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation hiro section */
/* Animation Categories section */
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Animation Categories section */
.transition-margin {
    transition: margin-top 0.5s ease-in-out;
}
.placeholder\:text-sm::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.placeholder\:tracking-wide::-moz-placeholder {
    letter-spacing: 0.025em;
}
.placeholder\:tracking-wide::placeholder {
    letter-spacing: 0.025em;
}
.placeholder\:text-placeholdertext::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.placeholder\:text-placeholdertext::placeholder {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.placeholder\:text-zinc-600::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.placeholder\:text-zinc-600::placeholder {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.placeholder\:opacity-40::-moz-placeholder {
    opacity: 0.4;
}
.placeholder\:opacity-40::placeholder {
    opacity: 0.4;
}
.placeholder\:opacity-70::-moz-placeholder {
    opacity: 0.7;
}
.placeholder\:opacity-70::placeholder {
    opacity: 0.7;
}
.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}
.before\:bottom-0::before {
    content: var(--tw-content);
    bottom: 0px;
}
.before\:mx-2::before {
    content: var(--tw-content);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.before\:h-\[1px\]::before {
    content: var(--tw-content);
    height: 1px;
}
.before\:w-\[130px\]::before {
    content: var(--tw-content);
    width: 130px;
}
.before\:bg-white::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}
.before\:content-\[\'-\'\]::before {
    --tw-content: '-';
    content: var(--tw-content);
}
.after\:mx-4::after {
    content: var(--tw-content);
    margin-left: 1rem;
    margin-right: 1rem;
}
.after\:mr-2::after {
    content: var(--tw-content);
    margin-right: 0.5rem;
}
.after\:h-6::after {
    content: var(--tw-content);
    height: 1.5rem;
}
.after\:border-r-2::after {
    content: var(--tw-content);
    border-right-width: 2px;
}
.after\:border-white::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.checked\:border-primary:checked {
    border-color: var(--primary-color);
}
.checked\:bg-primary:checked {
    background-color: var(--primary-color);
}
.checked\:text-3xl:checked {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.hover\:h-fit:hover {
    height: -moz-fit-content;
    height: fit-content;
}
.hover\:rounded-b-lg:hover {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.hover\:rounded-t-lg:hover {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.hover\:border-b:hover {
    border-bottom-width: 1px;
}
.hover\:border-t:hover {
    border-top-width: 1px;
}
.hover\:border-transparent:hover {
    border-color: transparent;
}
.hover\:bg-\[\#3CA9B7\]\/5:hover {
    background-color: rgb(60 169 183 / 0.05);
}
.hover\:bg-\[\#EB695D\]\/5:hover {
    background-color: rgb(235 105 93 / 0.05);
}
.hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary:hover {
    background-color: var(--primary-color);
}
.hover\:bg-third:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(48 135 146 / var(--tw-bg-opacity, 1));
}
.hover\:text-primary:hover {
    color: var(--primary-color);
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:transition:hover {
    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;
}
.hover\:duration-300:hover {
    transition-duration: 300ms;
}
.hover\:duration-500:hover {
    transition-duration: 500ms;
}
.focus\:\!border-0:focus {
    border-width: 0px !important;
}
.focus\:\!border-transparent:focus {
    border-color: transparent !important;
}
.focus\:border-bginput:focus {
    --tw-border-opacity: 1;
    border-color: rgb(38 42 55 / var(--tw-border-opacity, 1));
}
.focus\:border-primary:focus {
    border-color: var(--primary-color);
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:outline-0:focus {
    outline-width: 0px;
}
.focus\:\!ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-bginput:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(38 42 55 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary:focus {
    --tw-ring-color: var(--primary-color);
}
.active\:font-semibold:active {
    font-weight: 600;
}
.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
}
.disabled\:border-gray:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(119 119 119 / var(--tw-border-opacity, 1));
}
.disabled\:\!bg-stroke:disabled {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 226 226 / var(--tw-bg-opacity, 1)) !important;
}
.disabled\:bg-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.disabled\:text-gray:disabled {
    --tw-text-opacity: 1;
    color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px) {
    .max-md\:bottom-0 {
        bottom: 0px;
    }
}
@media (min-width: 640px) {
    .sm\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .sm\:ml-10 {
        margin-left: 2.5rem;
    }
    .sm\:ml-6 {
        margin-left: 1.5rem;
    }
    .sm\:flex {
        display: flex;
    }
    .sm\:hidden {
        display: none;
    }
    .sm\:h-\[41px\] {
        height: 41px;
    }
    .sm\:w-\[262px\] {
        width: 262px;
    }
    .sm\:max-w-2xl {
        max-width: 42rem;
    }
    .sm\:max-w-md {
        max-width: 28rem;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:items-center {
        align-items: center;
    }
    .sm\:justify-start {
        justify-content: flex-start;
    }
    .sm\:gap-3 {
        gap: 0.75rem;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .sm\:pt-0 {
        padding-top: 0px;
    }
    .sm\:text-\[16px\] {
        font-size: 16px;
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 768px) {
    .md\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
    .md\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .md\:mx-16 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .md\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }
    .md\:ml-10 {
        margin-left: 2.5rem;
    }
    .md\:mt-20 {
        margin-top: 5rem;
    }
    .md\:mt-6 {
        margin-top: 1.5rem;
    }
    .md\:\!block {
        display: block !important;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-14 {
        height: 3.5rem;
    }
    .md\:h-24 {
        height: 6rem;
    }
    .md\:h-\[59px\] {
        height: 59px;
    }
    .md\:w-14 {
        width: 3.5rem;
    }
    .md\:w-24 {
        width: 6rem;
    }
    .md\:w-3\/5 {
        width: 60%;
    }
    .md\:w-5\/6 {
        width: 83.333333%;
    }
    .md\:w-\[480px\] {
        width: 480px;
    }
    .md\:w-\[80\%\] {
        width: 80%;
    }
    .md\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:min-w-36 {
        min-width: 9rem;
    }
    .md\:max-w-2xl {
        max-width: 42rem;
    }
    .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\:items-start {
        align-items: flex-start;
    }
    .md\:justify-start {
        justify-content: flex-start;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:gap-0 {
        gap: 0px;
    }
    .md\:gap-1 {
        gap: 0.25rem;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:gap-\[20px\] {
        gap: 20px;
    }
    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .md\:justify-self-center {
        justify-self: center;
    }
    .md\:whitespace-nowrap {
        white-space: nowrap;
    }
    .md\:rounded-br-\[2rem\] {
        border-bottom-right-radius: 2rem;
    }
    .md\:rounded-tr-\[2rem\] {
        border-top-right-radius: 2rem;
    }
    .md\:border-b-0 {
        border-bottom-width: 0px;
    }
    .md\:p-4 {
        padding: 1rem;
    }
    .md\:p-8 {
        padding: 2rem;
    }
    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .md\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .md\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .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-\[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-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:font-bold {
        font-weight: 700;
    }
    .md\:font-semibold {
        font-weight: 600;
    }
}
@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute;
    }
    .lg\:sticky {
        position: sticky;
    }
    .lg\:-left-\[15\%\] {
        left: -15%;
    }
    .lg\:bottom-16 {
        bottom: 4rem;
    }
    .lg\:bottom-auto {
        bottom: auto;
    }
    .lg\:top-0 {
        top: 0px;
    }
    .lg\:top-24 {
        top: 6rem;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .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\:mx-1 {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
    .lg\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .lg\:mx-28 {
        margin-left: 7rem;
        margin-right: 7rem;
    }
    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .lg\:mb-0 {
        margin-bottom: 0px;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-10 {
        margin-top: 2.5rem;
    }
    .lg\:mt-12 {
        margin-top: 3rem;
    }
    .lg\:mt-20 {
        margin-top: 5rem;
    }
    .lg\:mt-4 {
        margin-top: 1rem;
    }
    .lg\:mt-8 {
        margin-top: 2rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:size-8 {
        width: 2rem;
        height: 2rem;
    }
    .lg\:h-40 {
        height: 10rem;
    }
    .lg\:h-\[100vh\] {
        height: 100vh;
    }
    .lg\:h-auto {
        height: auto;
    }
    .lg\:h-\[100px\] {
        height: 100px;
    }
    .lg\:h-\[1000px\] {
        height: 1000px;
    }
    .lg\:min-h-24 {
        min-height: 6rem;
    }
    .lg\:\!w-full {
        width: 100% !important;
    }
    .lg\:w-24 {
        width: 6rem;
    }
    .lg\:w-40 {
        width: 10rem;
    }
    .lg\:w-9\/12 {
        width: 75%;
    }
    .lg\:w-\[70\%\] {
        width: 70%;
    }
    .lg\:max-w-2xl {
        max-width: 42rem;
    }
    .lg\:max-w-3xl {
        max-width: 48rem;
    }
    .lg\:max-w-96 {
        max-width: 24rem;
    }
    .lg\:max-w-\[465px\] {
        max-width: 465px;
    }
    .lg\:max-w-lg {
        max-width: 32rem;
    }
    .lg\:max-w-xl {
        max-width: 36rem;
    }
    .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\: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\:justify-between {
        justify-content: space-between;
    }
    .lg\:justify-evenly {
        justify-content: space-evenly;
    }
    .lg\:gap-12 {
        gap: 3rem;
    }
    .lg\:gap-16 {
        gap: 4rem;
    }
    .lg\:gap-3 {
        gap: 0.75rem;
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:gap-6 {
        gap: 1.5rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:gap-9 {
        gap: 2.25rem;
    }
    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
             column-gap: 3rem;
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .lg\:overflow-x-hidden {
        overflow-x: hidden;
    }
    .lg\:rounded-l-3xl {
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem;
    }
    .lg\:rounded-r-none {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .lg\:border-b-0 {
        border-bottom-width: 0px;
    }
    .lg\:bg-desktop-bg {
        background-image: url('/assets/sora1.webp');
    }
    .lg\:\!p-1 {
        padding: 0.25rem !important;
    }
    .lg\:p-10 {
        padding: 2.5rem;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:p-8 {
        padding: 2rem;
    }
    .lg\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .lg\:px-24 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .lg\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .lg\:pb-0 {
        padding-bottom: 0px;
    }
    .lg\:pb-5 {
        padding-bottom: 1.25rem;
    }
    .lg\:pl-8 {
        padding-left: 2rem;
    }
    .lg\:pt-5 {
        padding-top: 1.25rem;
    }
    .lg\:pt-8 {
        padding-top: 2rem;
    }
    .lg\:pt-9 {
        padding-top: 2.25rem;
    }
    .lg\:text-center {
        text-align: center;
    }
    .lg\:text-start {
        text-align: start;
    }
    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .lg\:font-bold {
        font-weight: 700;
    }
    .lg\:\!leading-\[70px\] {
        line-height: 70px !important;
    }
    .lg\:\!leading-\[80px\] {
        line-height: 80px !important;
    }
    .lg\:before\:left-0::before {
        content: var(--tw-content);
        left: 0px;
    }
    .lg\:before\:h-\[90px\]::before {
        content: var(--tw-content);
        height: 90px;
    }
    .lg\:before\:w-\[1px\]::before {
        content: var(--tw-content);
        width: 1px;
    }
}
@media (min-width: 1280px) {
    .xl\:order-1 {
        order: 1;
    }
    .xl\:order-2 {
        order: 2;
    }
    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .xl\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .xl\:mx-48 {
        margin-left: 12rem;
        margin-right: 12rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:min-h-fit {
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    .xl\:\!w-fit {
        width: -moz-fit-content !important;
        width: fit-content !important;
    }
    .xl\:w-12 {
        width: 3rem;
    }
    .xl\:w-16 {
        width: 4rem;
    }
    .xl\:w-\[60\%\] {
        width: 60%;
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:flex-row {
        flex-direction: row;
    }
    .xl\:items-center {
        align-items: center;
    }
    .xl\:justify-start {
        justify-content: flex-start;
    }
    .xl\:gap-0 {
        gap: 0px;
    }
    .xl\:gap-5 {
        gap: 1.25rem;
    }
    .xl\:gap-6 {
        gap: 1.5rem;
    }
    .xl\:gap-8 {
        gap: 2rem;
    }
    .xl\:overflow-hidden {
        overflow: hidden;
    }
    .xl\:\!p-3 {
        padding: 0.75rem !important;
    }
    .xl\:p-6 {
        padding: 1.5rem;
    }
    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xl\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .xl\:px-48 {
        padding-left: 12rem;
        padding-right: 12rem;
    }
    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .xl\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .xl\:text-start {
        text-align: start;
    }
    .xl\:\!text-\[44px\] {
        font-size: 44px !important;
    }
    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .xl\:\!leading-\[80px\] {
        line-height: 80px !important;
    }
    .xl\:leading-9 {
        line-height: 2.25rem;
    }
    .xl\:before\:h-\[100px\]::before {
        content: var(--tw-content);
        height: 100px;
    }
    .xl\:before\:w-0\.5::before {
        content: var(--tw-content);
        width: 0.125rem;
    }
}
@media (min-width: 1536px) {
    .\32xl\:gap-8 {
        gap: 2rem;
    }
    .\32xl\:p-8 {
        padding: 2rem;
    }
}
.ltr\:-right-12:where([dir="ltr"], [dir="ltr"] *) {
    right: -3rem;
}
.ltr\:left-0:where([dir="ltr"], [dir="ltr"] *) {
    left: 0px;
}
.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
    right: 0px;
}
.ltr\:right-3:where([dir="ltr"], [dir="ltr"] *) {
    right: 0.75rem;
}
.ltr\:w-min:where([dir="ltr"], [dir="ltr"] *) {
    width: -moz-min-content;
    width: min-content;
}
.ltr\:-translate-x-full:where([dir="ltr"], [dir="ltr"] *) {
    --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));
}
.ltr\:translate-y-\[100px\]:where([dir="ltr"], [dir="ltr"] *) {
    --tw-translate-y: 100px;
    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));
}
.ltr\:rotate-180:where([dir="ltr"], [dir="ltr"] *) {
    --tw-rotate: 180deg;
    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));
}
.ltr\:rotate-90:where([dir="ltr"], [dir="ltr"] *) {
    --tw-rotate: 90deg;
    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));
}
.ltr\:flex-row-reverse:where([dir="ltr"], [dir="ltr"] *) {
    flex-direction: row-reverse;
}
.ltr\:rounded-l-lg:where([dir="ltr"], [dir="ltr"] *) {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.ltr\:rounded-bl-3xl:where([dir="ltr"], [dir="ltr"] *) {
    border-bottom-left-radius: 1.5rem;
}
.ltr\:rounded-tl-3xl:where([dir="ltr"], [dir="ltr"] *) {
    border-top-left-radius: 1.5rem;
}
.ltr\:after\:ml-2:where([dir="ltr"], [dir="ltr"] *)::after {
    content: var(--tw-content);
    margin-left: 0.5rem;
}
@media (min-width: 768px) {
    .ltr\:md\:-right-20:where([dir="ltr"], [dir="ltr"] *) {
        right: -5rem;
    }
}
@media (min-width: 1024px) {
    .lg\:ltr\:right-10:where([dir="ltr"], [dir="ltr"] *) {
        right: 2.5rem;
    }
    .ltr\:lg\:border-r:where([dir="ltr"], [dir="ltr"] *) {
        border-right-width: 1px;
    }
}
.rtl\:-left-12:where([dir="rtl"], [dir="rtl"] *) {
    left: -3rem;
}
.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
    left: 0px;
}
.rtl\:left-3:where([dir="rtl"], [dir="rtl"] *) {
    left: 0.75rem;
}
.rtl\:right-1:where([dir="rtl"], [dir="rtl"] *) {
    right: 0.25rem;
}
.rtl\:translate-x-full:where([dir="rtl"], [dir="rtl"] *) {
    --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));
}
.rtl\:translate-y-\[-100px\]:where([dir="rtl"], [dir="rtl"] *) {
    --tw-translate-y: -100px;
    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));
}
.rtl\:gap-9:where([dir="rtl"], [dir="rtl"] *) {
    gap: 2.25rem;
}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}
.rtl\:rounded-r-lg:where([dir="rtl"], [dir="rtl"] *) {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.rtl\:rounded-br-3xl:where([dir="rtl"], [dir="rtl"] *) {
    border-bottom-right-radius: 1.5rem;
}
.rtl\:rounded-tr-3xl:where([dir="rtl"], [dir="rtl"] *) {
    border-top-right-radius: 1.5rem;
}
.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}
@media (min-width: 768px) {
    .rtl\:md\:-left-20:where([dir="rtl"], [dir="rtl"] *) {
        left: -5rem;
    }
}
@media (min-width: 1024px) {
    .lg\:rtl\:left-10:where([dir="rtl"], [dir="rtl"] *) {
        left: 2.5rem;
    }
    .rtl\:lg\:border-l:where([dir="rtl"], [dir="rtl"] *) {
        border-left-width: 1px;
    }
}
@media (min-width: 1280px) {
    .rtl\:xl\:block:where([dir="rtl"], [dir="rtl"] *) {
        display: block;
    }
}
@media (prefers-color-scheme: dark) {
    .dark\:text-white\/80 {
        color: rgb(255 255 255 / 0.8);
    }
}
.\[\&_a\]\:block a {
    display: block;
}
.\[\&_a\]\:p-4 a {
    padding: 1rem;
}
.\[\&_a\]\:font-bold a {
    font-weight: 700;
}
.\[\&_div\]\:mb-12 div {
    margin-bottom: 3rem;
}
.\[\&_div\]\:text-primary div {
    color: var(--primary-color);
}
.\[\&_h1\]\:text-base h1 {
    font-size: 1rem;
    line-height: 1.5rem;
}

