@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bolder;
}

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

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

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

small {
    font-size: 80%;
}

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

button,
select {
    text-transform: none;
}

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

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

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

:-moz-focusring {
    outline: auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
    display: list-item;
}

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

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

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
    cursor: default;
}

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

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

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

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

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

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

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-Thin.eot"), url("../fonts/eot/KalamehWeb(FaNum)-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-Thin.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-Thin.woff") format("woff");

    font-weight: 100;

    font-display: swap;

    font-style: normal;
}

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-ExtraLight.eot"), url("../fonts/eot/KalamehWeb(FaNum)-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-ExtraLight.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-ExtraLight.woff") format("woff");

    font-weight: 200;

    font-display: swap;

    font-style: normal;
}

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-Light.eot"), url("../fonts/eot/KalamehWeb(FaNum)-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-Light.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-Light.woff") format("woff");

    font-weight: 300;

    font-display: swap;

    font-style: normal;
}

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-Regular.eot"), url("../fonts/eot/KalamehWeb(FaNum)-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-Regular.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-Regular.woff") format("woff");

    font-weight: 400;

    font-display: swap;

    font-style: normal;
}

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-Medium.eot"), url("../fonts/eot/KalamehWeb(FaNum)-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-Medium.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-Medium.woff") format("woff");

    font-weight: 500;

    font-display: swap;

    font-style: normal;
}

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-Bold.eot"), url("../fonts/eot/KalamehWeb(FaNum)-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-Bold.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-Bold.woff") format("woff");

    font-weight: 600;

    font-display: swap;

    font-style: normal;
}

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-SemiBold.eot"), url("../fonts/eot/KalamehWeb(FaNum)-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-SemiBold.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-SemiBold.woff") format("woff");

    font-weight: 700;

    font-display: swap;

    font-style: normal;
}

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-ExtraBold.eot"), url("../fonts/eot/KalamehWeb(FaNum)-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-ExtraBold.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-ExtraBold.woff") format("woff");

    font-weight: 800;

    font-display: swap;

    font-style: normal;
}

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

    src: url("../fonts/eot/KalamehWeb(FaNum)-Black.eot"), url("../fonts/eot/KalamehWeb(FaNum)-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/KalamehWeb(FaNum)-Black.woff2") format("woff2"), url("../fonts/woff/KalamehWeb(FaNum)-Black.woff") format("woff");

    font-weight: 900;

    font-display: swap;

    font-style: normal;
}

@font-face {
    font-family: estedad;

    font-style: normal;

    font-weight: 400;

    src: url("../fonts/Estedad-FD-Regular.woff2") format("woff2");

    font-display: fallback;
}

html, body {
    font-family: "kalame", system-ui, sans-serif;
    background: #000;
}

.font-estedad {
    font-family: estedad, serif;
}

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

@media (min-width: 640px) {
    .container {
        max-width: 640px;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.btn {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(144 203 142 / var(--tw-border-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover {
    --tw-border-opacity: 1;
    border-color: rgb(98 141 96 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(98 141 96 / var(--tw-bg-opacity, 1));
}

.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(144 203 142 / var(--tw-bg-opacity, 1));
}

.btn-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(98 141 96 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(98 141 96 / var(--tw-bg-opacity, 1));
}

.btn.btn-outline {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(144 203 142 / var(--tw-text-opacity, 1));
}

.btn.btn-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(144 203 142 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

input[type=text], input[type=search], input[type=password], input[type=email], .form-control,
input[type=tel], input[type=date], input[type=datetime-local], input[type=number], textarea {
    display: block;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
    padding: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-ring-color: transparent;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, .form-control::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

input[type=text]::placeholder, input[type=search]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, .form-control::placeholder,
input[type=tel]::placeholder, input[type=date]::placeholder, input[type=datetime-local]::placeholder, input[type=number]::placeholder, textarea::placeholder {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, input[type=email]:focus, .form-control:focus,
input[type=tel]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=number]:focus, textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(144 203 142 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(144 203 142 / var(--tw-ring-opacity, 1));
    --tw-ring-opacity: 0.2;
}

input[type=text], input[type=search], input[type=password], input[type=email], .form-control,
input[type=tel], input[type=date], input[type=datetime-local], input[type=number], textarea {
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
}

textarea {
    height: auto;
}

::-moz-placeholder {
    text-align: right;
}

::placeholder {
    text-align: right;
}

input[type=search] {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 17.5L15.0834 14.5833M17.1667 9.58333C17.1667 13.4954 13.9954 16.6667 10.0833 16.6667C6.17132 16.6667 3 13.4954 3 9.58333C3 5.67132 6.17132 2.5 10.0833 2.5C13.9954 2.5 17.1667 5.67132 17.1667 9.58333Z' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: calc(100% - 5px);
    text-indent: 20px;
}

select {
    display: block;
    width: 100%;
    min-width: 11rem;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
    padding: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-ring-color: transparent;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

select::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

select::placeholder {
    --tw-text-opacity: 1;
    color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

select:focus {
    --tw-border-opacity: 1;
    border-color: rgb(144 203 142 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-color: rgb(144 203 142 / var(--tw-ring-opacity, 1));
    --tw-ring-opacity: 0.2;
}

select {
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.visible {
    visibility: visible;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-1 {
    bottom: 0.25rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-\[-50px\] {
    bottom: -50px;
}

.bottom-\[120px\] {
    bottom: 120px;
}

.left-0 {
    left: 0px;
}

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

.left-\[30px\] {
    left: 30px;
}

.left-\[50\%\] {
    left: 50%;
}

.right-0 {
    right: 0px;
}

.right-5 {
    right: 1.25rem;
}

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

.right-\[5\%\] {
    right: 5%;
}

.right-full {
    right: 100%;
}

.top-0 {
    top: 0px;
}

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

.top-\[60px\] {
    top: 60px;
}

.top-full {
    top: 100%;
}

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

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

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

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

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

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

.m-0 {
    margin: 0px;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

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

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

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

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

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

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

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-\[32px\] {
    margin-top: 32px;
    margin-bottom: 32px;
}

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

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

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

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

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

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

.mb-32 {
    margin-bottom: 8rem;
}

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

.mb-\[64px\] {
    margin-bottom: 64px;
}

.mb-px {
    margin-bottom: 1px;
}

.me-2 {
    margin-inline-end: 0.5rem;
}

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

.ml-2 {
    margin-left: 0.5rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

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

.mr-2\.5 {
    margin-right: 0.625rem;
}

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

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

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

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

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

.mt-2\.5 {
    margin-top: 0.625rem;
}

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

.mt-24 {
    margin-top: 6rem;
}

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

.mt-5 {
    margin-top: 1.25rem;
}

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

.mt-7 {
    margin-top: 1.75rem;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.size-2 {
    width: 0.5rem;
    height: 0.5rem;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}

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

.h-1\/3 {
    height: 33.333333%;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-2\.5 {
    height: 0.625rem;
}

.h-32 {
    height: 8rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.max-h-0 {
    max-height: 0px;
}

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

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

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

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

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

.w-1\/3 {
    width: 33.333333%;
}

.w-14 {
    width: 3.5rem;
}

.w-2\.5 {
    width: 0.625rem;
}

.w-20 {
    width: 5rem;
}

.w-4 {
    width: 1rem;
}

.w-44 {
    width: 11rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-7 {
    width: 1.75rem;
}

.w-96 {
    width: 24rem;
}

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

.w-auto {
    width: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

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

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

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

.max-w-40 {
    max-width: 10rem;
}

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

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

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

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

.shrink-0 {
    flex-shrink: 0;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.list-none {
    list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
    gap: 2.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

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

.gap-y-14 {
    row-gap: 3.5rem;
}

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

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.gap-y-7 {
    row-gap: 1.75rem;
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

.rounded {
    border-radius: 0.25rem;
}

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

.rounded-lg {
    border-radius: 0.5rem;
}

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

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

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

.max-h-240 {
    max-height: 240px;
}

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

.border {
    border-width: 1px;
}

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

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

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

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

.border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-zinc-500 {
    --tw-border-opacity: 1;
    border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.\!bg-transparent {
    background-color: transparent !important;
}

.bg-\[\#1d1f20\] {
    --tw-bg-opacity: 1;
    background-color: rgb(29 31 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#252B31\] {
    --tw-bg-opacity: 1;
    background-color: rgb(37 43 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4CAF50\] {
    --tw-bg-opacity: 1;
    background-color: rgb(76 175 80 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F44336\] {
    --tw-bg-opacity: 1;
    background-color: rgb(244 67 54 / var(--tw-bg-opacity, 1));
}

.bg-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(175 187 175 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-stone-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

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

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

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

.from-pink-50 {
    --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.to-indigo-100 {
    --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

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

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

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

.fill-white {
    fill: #fff;
}

.p-0 {
    padding: 0px;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-6 {
    padding: 1.5rem;
}

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

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

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

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

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

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

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

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

.px-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
}

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

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

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

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

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

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

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

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

.pb-2\.5 {
    padding-bottom: 0.625rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

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

.pb-\[30px\] {
    padding-bottom: 30px;
}

.pb-\[35vh\] {
    padding-bottom: 35vh;
}

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

.pl-9 {
    padding-left: 2.25rem;
}

.pt-0 {
    padding-top: 0px;
}

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

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

.pt-\[58px\] {
    padding-top: 58px;
}

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

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

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

.indent-2\.5 {
    text-indent: 0.625rem;
}

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

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

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

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

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

.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-thin {
    font-weight: 100;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.\!leading-normal {
    line-height: 1.5 !important;
}

.leading-10 {
    line-height: 2.5rem;
}

.leading-6 {
    line-height: 1.5rem;
}

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

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

.text-\[\#626465\] {
    --tw-text-opacity: 1;
    color: rgb(98 100 101 / var(--tw-text-opacity, 1));
}

.text-\[\#716c6c\] {
    --tw-text-opacity: 1;
    color: rgb(113 108 108 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
    color: rgba(255, 255, 255, 0.2);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\] {
    color: rgba(255, 255, 255, 0.4);
}

.text-accent {
    --tw-text-opacity: 1;
    color: rgb(175 187 175 / var(--tw-text-opacity, 1));
}

.text-accent-light {
    --tw-text-opacity: 1;
    color: rgb(144 203 142 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-\[0\.67\] {
    opacity: 0.67;
}

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

.blur {
    --tw-blur: blur(8px);
    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);
}

.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;
    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-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

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

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

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

a {
    text-decoration: none;
}

input:focus, textarea:focus {
    outline: none;
}

.overflow-hidden-x {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
}

label {
    font-size: 13px;
}

::-webkit-scrollbar {
    width: 0.3em;
    height: 0.5em;
}

::-webkit-scrollbar-track-piece {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #90CB8E;
    border-radius: 35px;
    cursor: pointer;
}

::-moz-selection {
    background: #90CB8E;
    color: #fff;
}

::selection {
    background: #90CB8E;
    color: #fff;
}

[data-ripple=ripple] {
    position: relative;
    overflow: hidden;
}

[data-ripple=ripple]:before {
    content: "";
    position: absolute;
    display: block;
    background: var(--ripple-background, white);
    border-radius: 50%;
    pointer-events: none;
    top: calc(var(--y) * 1px);
    left: calc(var(--x) * 1px);
    width: calc(var(--d) * 1px);
    height: calc(var(--d) * 1px);
    opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.3));
    transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
    transform: translate(-50%, -50%) scale(var(--s, 1));
    transform-origin: center;
}

.trans {
    transition: 0.4s cubic-bezier(0.77, 0, 0.18, 1);
}

.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #90CB8E;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap span {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 768px) {
    .progress-wrap {
        bottom: 70px;
        left: 15px;
    }
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

    src: url("../fonts/custom-icomoon.eot?kr3sbo");

    src: url("../fonts/custom-icomoon.eot?kr3sbo#iefix") format("embedded-opentype"), url("../fonts/custom-icomoon.ttf?kr3sbo") format("truetype"), url("../fonts/custom-icomoon.woff?kr3sbo") format("woff"), url("../fonts/custom-icomoon.svg?kr3sbo#icomoon") format("svg");

    font-weight: normal;

    font-style: normal;

    font-display: swap;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

.bg-bg-main {
    --tw-bg-opacity: 1;
    background-color: rgb(11 14 17/var(--tw-bg-opacity));
}

.text-light {
    color: #4A4A4A;
}

a {
    color: #fff;
}

[class^=icon-], [class*=" icon-"] {
    font-family: "icomoon", serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-after-before:before {
    content: "\e900";
}

.icon-arrow-down:before {
    content: "\e901";
}

.icon-btn-next:before {
    content: "\e902";
}

.icon-btn-pause:before {
    content: "\e903";
}

.icon-btn-play:before {
    content: "\e904";
}

.icon-check-circle:before {
    content: "\e905";
}

.icon-clock:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-instagram:before {
    content: "\e908";
}

.icon-location:before {
    content: "\e909";
}

.icon-minus:before {
    content: "\e90a";
}

.icon-phone:before {
    content: "\e90b";
}

.icon-plus:before {
    content: "\e90c";
}

.icon-start-empty:before {
    content: "\e90d";
}

.icon-start-full:before {
    content: "\e90e";
}

.icon-twitter:before {
    content: "\e90f";
}

.icon-visit-book:before {
    content: "\e910";
}

.icon-visit-eye:before {
    content: "\e911";
}

.icon-visit-gift:before {
    content: "\e912";
}

.icon-visit-pc:before {
    content: "\e913";
}

.icon-whatsapp:before {
    content: "\e914";
}

.font-alex {
    font-family: "Alex Brush", serif;
    font-weight: 400;
    font-style: normal;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.loader {
    z-index: 999999;
}

.letter {
    opacity: 0;
    animation: fadeIn 0.5s forwards ease-out;
}

.footer__dropdown {
    display: flex;
    flex-direction: row;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.375rem;
    list-style: none;
    position: relative;
}

.footer__dropdown .footer__dropdown-arrow {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer__dropdown ul {
    list-style: none;
    padding: 0 10px 0 0;
    margin: 0;
    line-height: 2;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.footer__dropdown ul li a {
    color: #efefef;
    position: relative;
    font-weight: 350;
}

.footer__dropdown ul li a:after, .footer__dropdown ul li a:before {
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    right: 0;
}

.footer__dropdown ul li a:after {
    width: 0;
    height: 1px;
    z-index: 1111;
    bottom: -2px;
    background-color: #fff;
}

.footer__dropdown ul li a:hover {
    color: #fff;
}

.footer__dropdown ul li a:hover:after {
    width: 100%;
}

.rot {
    transform: rotate(180deg);
}

.swiper-slide-active [data-animate] {
    opacity: 1;
    transform: none;
}

.swiper-slide-active .side_bg, .swiper-slide-active .title {
    transition-delay: 0.6s;
}

.swiper-slide-active .side_pic, .swiper-slide-active .subtitle {
    transition-delay: 1s;
}

.swiper-slide-active .btns {
    transition-delay: 1.4s;
}

[data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out;
}

[data-animate=right] {
    transform: translate3d(-150px, 0, 0);
}

[data-animate=bottom] {
    transform: translate3d(0, 15px, 0);
}

.progress-slider {
    width: 100%;
    margin: 35px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 3px;
    background: #343434;
    border-radius: 3px;
    outline: none;
    transition: background 0.2s;
}

.progress-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 41px;
    height: 41px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: grab;
}

.progress-slider::-moz-range-thumb {
    width: 41px;
    height: 41px;
    background: #D9D9D9;
    border-radius: 50%;
    cursor: grab;
}

.dv-index-banner-social-text:after {
    width: 4px;
    height: 170px;
}

.dv-index-slider {
    transition: 0.5s ease-in-out;
}

.bg-slider-card-bg {
    background-color: #161818;
}

:root {
    --primary: #90CB8E;
    --secondary: rgba(217, 217, 217, 0.1);
}

.steps:not(:last-child) .numbers:before {
    content: "";
    position: absolute;
    top: 115%;
    background: #ffffff;
    width: 2px;
    height: 3rem;
    right: 50%;
    left: 50%;
}

#after-before-slider button[aria-selected=true] {
    /* padding: 20px; */
    background-color: var(--secondary);
    color: var(--primary) !important;
    border: none !important;
    border-radius: 12px;
    /* padding: 20px; */
}

#after-before-slider button[aria-selected=true]:focus {
    outline: none;
}

#after-before-slider button:focus {
    outline: none;
}

.img-after-before {
    width: 100%;
    display: block !important;
    max-width: unset !important;
    height: 600px !important;
}

.before-after-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.after-image {
    display: block !important;
}

.before-image {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.resizer {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 5;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: white;
    /*Stop vertical scrolling on touch*/
    touch-action: pan-y;
    cursor: move;
}

.resizer:after {
    background: white;
    font-family: "icomoon", serif;
    content: "\e900";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    left: 4px;
    position: absolute;
    margin: 0 0 0 -22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
}

.masonry-grid {
    -moz-column-count: 2;
    column-count: 2;
    /* Default: 2 columns for big screens */
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.masonry-item {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    /* Prevents items from splitting across columns */
    margin-bottom: 1rem;
    /* Space between items vertically */
    width: 100%;
    display: inline-block;
    /* Ensures items respect column flow */
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.75rem;
    /* matches rounded-xl */
}

.masonry-item p {
    white-space: nowrap;
    transform: translateX(-50%);
}

.dv-border-bottom-accordion {
    border-bottom: 2px solid #474747;
}

#comments button[aria-selected=true] {
    background-color: var(--secondary);
    color: white !important;
    border: none !important;
    border-radius: 12px;
}

.bg-voice-bg {
    background-color: #151A1F !important;
}

wave {
    border-right: 0 !important;
}

.music {
    width: 90%;
    max-width: 900px;
    max-height: 350px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(250, 0, 0, 0.4);
    background-color: white;
    color: #555;
    border-radius: 8px;
}

.track {
    display: flex;
    background-color: #0B0E11;
    border-radius: 8px;
    align-items: center;
    margin-top: 20px;
    max-width: 486px;
    width: 100%;
    transition: 0.5s ease-in-out;
}

.track img {
    width: 40px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 8px;
    border-radius: 12px;
    background-color: #1B2024;
    cursor: pointer;
}

.track div {
    padding: 20px;
    flex: 1;
}

#comments button {
    white-space: nowrap;
    margin-left: 13px;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 30px;
    font-family: Times, serif;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 0;
    background: linear-gradient(90deg, #fc0 var(--percent), #ffffff var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#voice .swiper-button-prev:after {
    content: "\e902" !important;
    font-family: "icomoon", serif;
    transform: scaleX(-1);
    color: #ffffff;
}

#voice .swiper-button-next:after {
    content: "\e902" !important;
    font-family: "icomoon", serif;
    color: #ffffff;
}

#voice .swiper-slide-active .track {
    transform: scale(1);
}

#voice .swiper-slide-active .dv-swiper-menu {
    opacity: 1;
}

#voice .swiper-pagination-bullet-active {
    background: white !important;
}

#voice .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
}

.no-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer and Edge */
}

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

.bg-service-info-banner {
    background-color: #161818 !important;
}

.drop-menu {
    display: none;
}

.bg-bg-nav-modal {
    background-color: #2A3035 !important;
}

@media (min-width: 768px) {
    .sub-part {
        background: #f7f7f7;
    }
}

@media (min-width: 992px) {
    .desk_meg:hover .mega-menu {
        display: block;
    }

    .showmenu:hover + .sub-part {
        display: block;
    }
}

@media (max-width: 991px) {
    .navigation {
        background: #3a3a3a;
        transform: translateX(110%);
        position: fixed;
        top: 0;
        right: 0;
        min-width: 75vw;
        bottom: 0;
    }

    .navigation.showing {
        transform: translateX(0%);
    }

    .catss {
        position: relative;
        width: 100%;
    }

    .catss > div {
        z-index: 9;
        white-space: nowrap;
        overflow: auto;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: nowrap !important;
    }

    .catss > div::-webkit-scrollbar {
        display: none;
    }

    .catss:before, .catss:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 25px;
    }

    .catss:before {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(190, 196, 194, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3379b7", endColorstr="#bec4c2", GradientType=1);
        left: 0;
    }

    .catss:after {
        background: rgb(255, 255, 255);
        background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(190, 196, 194, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3379b7", endColorstr="#bec4c2", GradientType=1);
    }
}

@media (max-width: 768px) {
    .footer__dropdown {
        background: #474747;
        padding: 5px;
        margin: 0 0 5px;
    }

    .masonry-grid {
        -moz-column-count: 2;
        column-count: 2;
        /* 1 column on mobile */
    }

    .img-after-before {
        height: 400px !important;
    }

    #voice .swiper-button-next:after, #voice .swiper-button-prev:after {
        font-size: 24px;
    }
}

@media (max-width: 578px) {
    .img-after-before {
        height: 170px !important;
    }
}

@media (min-width: 640px) {
    .sm\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    @media (min-width: 640px) {
        .sm\:container {
            max-width: 640px;
            padding-right: 1rem;
            padding-left: 1rem;
        }
    }

    @media (min-width: 768px) {
        .sm\:container {
            max-width: 768px;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

    @media (min-width: 1024px) {
        .sm\:container {
            max-width: 1024px;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

    @media (min-width: 1280px) {
        .sm\:container {
            max-width: 1280px;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

    @media (min-width: 1536px) {
        .sm\:container {
            max-width: 1536px;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
}

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

.after\:bottom-\[-235\%\]::after {
    content: var(--tw-content);
    bottom: -235%;
}

.after\:left-\[40\%\]::after {
    content: var(--tw-content);
    left: 40%;
}

.after\:-rotate-90::after {
    content: var(--tw-content);
    --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));
}

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

.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}

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

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:text-accent-light:hover {
    --tw-text-opacity: 1;
    color: rgb(144 203 142 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:block {
    display: block;
}

.group:hover .group-hover\:fill-accent-light {
    fill: #90CB8E;
}

.group:hover .group-hover\:text-accent-light {
    --tw-text-opacity: 1;
    color: rgb(144 203 142 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-accent-semilight {
    --tw-text-opacity: 1;
    color: rgb(98 141 96 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.peer:hover ~ .peer-hover\:opacity-100 {
    opacity: 1;
}

.dark\:divide-gray-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

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

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

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

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

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

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

.mt-75 {
    margin-top: 75px;
}

.justify-end {
    justify-content: end
}

.map iframe {
    width: 100%
}

.grid-item {
    width: 50%;
}

@media (min-width: 640px) {
    .sm\:top-\[43\%\] {
        top: 43%;
    }

    .grid-item {
        width: 33.333333333%;
    }

    .sm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .sm\:my-2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .sm\:mt-12 {
        margin-top: 3rem;
    }

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

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

    .sm\:block {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

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

    .md\:top-\[46\%\] {
        top: 46%;
    }

    .md\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

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

    .md\:mb-\[128px\] {
        margin-bottom: 128px;
    }

    .md\:ml-2 {
        margin-left: 0.5rem;
    }

    .md\:mt-\[500px\] {
        margin-top: 500px;
    }

    .md\:w-6\/12 {
        width: 50%;
    }

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

    .md\:max-w-screen-md {
        max-width: 768px;
    }

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

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

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

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

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

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

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

    .md\:px-\[2rem\] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

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

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

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

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

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .md\:hover\:text-blue-700:hover {
        --tw-text-opacity: 1;
        color: rgb(29 78 216 / var(--tw-text-opacity, 1));
    }

    .md\:dark\:hover\:bg-transparent:hover:is(.dark *) {
        background-color: transparent;
    }

    .md\:dark\:hover\:text-blue-500:hover:is(.dark *) {
        --tw-text-opacity: 1;
        color: rgb(59 130 246 / var(--tw-text-opacity, 1));
    }
}

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

    .grid-item {
        width: 25%;
    }

    .lg\:relative {
        position: relative;
    }

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

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

    .lg\:order-1 {
        order: 1;
    }

    .lg\:order-2 {
        order: 2;
    }

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

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

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

    .lg\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

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

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

    .lg\:mb-32 {
        margin-bottom: 8rem;
    }

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

    .lg\:mb-\[256px\] {
        margin-bottom: 256px;
    }

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

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

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

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

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

    .lg\:mt-32 {
        margin-top: 8rem;
    }

    .lg\:mt-\[20vh\] {
        margin-top: 20vh;
    }

    .lg\:mt-7 {
        margin-top: 1.75rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

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

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

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

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

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

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

    .lg\:w-1\/3 {
        width: 33.333333%;
    }

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

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

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:translate-x-\[-15\%\] {
        --tw-translate-x: -15%;
        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));
    }

    .lg\:translate-x-\[-25\%\] {
        --tw-translate-x: -25%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

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

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

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

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

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

    .lg\:gap-y-24 {
        row-gap: 6rem;
    }

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

    .lg\:overflow-hidden {
        overflow: hidden;
    }

    .lg\:rounded-lg {
        border-radius: 0.5rem;
    }

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

    .lg\:border-b-0 {
        border-bottom-width: 0px;
    }

    .lg\:border-zinc-300 {
        --tw-border-opacity: 1;
        border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
    }

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

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

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

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

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

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

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

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

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

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

    .lg\:pb-2\.5 {
        padding-bottom: 0.625rem;
    }

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

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

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

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

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

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

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

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

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

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

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

    .xl\:mb-32 {
        margin-bottom: 8rem;
    }

    .xl\:block {
        display: block;
    }

    .xl\:flex {
        display: flex;
    }

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

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

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

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

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

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

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

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

    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

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

@media (min-width: 1536px) {
    .\32xl\:max-w-screen-2xl {
        max-width: 1536px;
    }

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

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

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

/*# sourceMappingURL=output.css.map */