@import url(https://db.onlinewebfonts.com/c/0d49fc455f4a8951a42daf952412a713?family=Helvetica+Neue+Regular);

/*
! tailwindcss v3.4.0 | 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-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] {
  display: none;
}:root,
[data-theme]{
    background-color: var(--fallback-b1,oklch(var(--b1)/1));
    color: var(--fallback-bc,oklch(var(--bc)/1))
}@supports not (color: oklch(0% 0 0)){:root{
        color-scheme: light;
        --fallback-p: #491eff;
        --fallback-pc: #d4dbff;
        --fallback-s: #ff41c7;
        --fallback-sc: #fff9fc;
        --fallback-a: #00cfbd;
        --fallback-ac: #00100d;
        --fallback-n: #2b3440;
        --fallback-nc: #d7dde4;
        --fallback-b1: #ffffff;
        --fallback-b2: #e5e6e6;
        --fallback-b3: #e5e6e6;
        --fallback-bc: #1f2937;
        --fallback-in: #00b3f0;
        --fallback-inc: #000000;
        --fallback-su: #00ca92;
        --fallback-suc: #000000;
        --fallback-wa: #ffc22d;
        --fallback-wac: #000000;
        --fallback-er: #ff6f70;
        --fallback-erc: #000000
    }@media (prefers-color-scheme: dark){:root{
            color-scheme: dark;
            --fallback-p: #7582ff;
            --fallback-pc: #050617;
            --fallback-s: #ff71cf;
            --fallback-sc: #190211;
            --fallback-a: #00c7b5;
            --fallback-ac: #000e0c;
            --fallback-n: #2a323c;
            --fallback-nc: #a6adbb;
            --fallback-b1: #1d232a;
            --fallback-b2: #191e24;
            --fallback-b3: #15191e;
            --fallback-bc: #a6adbb;
            --fallback-in: #00b3f0;
            --fallback-inc: #000000;
            --fallback-su: #00ca92;
            --fallback-suc: #000000;
            --fallback-wa: #ffc22d;
            --fallback-wac: #000000;
            --fallback-er: #ff6f70;
            --fallback-erc: #000000
        }
    }
}html{
    -webkit-tap-highlight-color: transparent
}:root{
    color-scheme: light;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 89.824% 0.06192 275.75;
    --ac: 15.352% 0.0368 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 49.12% 0.3096 275.75;
    --s: 69.71% 0.329 342.55;
    --sc: 98.71% 0.0106 342.55;
    --a: 76.76% 0.184 183.61;
    --n: 32.1785% 0.02476 255.701624;
    --nc: 89.4994% 0.011585 252.096176;
    --b1: 100% 0 0;
    --b2: 96.1151% 0 0;
    --b3: 92.4169% 0.00108 197.137559;
    --bc: 27.8078% 0.029596 256.847952
}@media (prefers-color-scheme: dark){:root{
        color-scheme: dark;
        --in: 72.06% 0.191 231.6;
        --su: 64.8% 0.150 160;
        --wa: 84.71% 0.199 83.87;
        --er: 71.76% 0.221 22.18;
        --pc: 13.138% 0.0392 275.75;
        --sc: 14.96% 0.052 342.55;
        --ac: 14.902% 0.0334 183.61;
        --inc: 0% 0 0;
        --suc: 0% 0 0;
        --wac: 0% 0 0;
        --erc: 0% 0 0;
        --rounded-box: 1rem;
        --rounded-btn: 0.5rem;
        --rounded-badge: 1.9rem;
        --animation-btn: 0.25s;
        --animation-input: .2s;
        --btn-focus-scale: 0.95;
        --border-btn: 1px;
        --tab-border: 1px;
        --tab-radius: 0.5rem;
        --p: 65.69% 0.196 275.75;
        --s: 74.8% 0.26 342.55;
        --a: 74.51% 0.167 183.61;
        --n: 31.3815% 0.021108 254.139175;
        --nc: 74.6477% 0.0216 264.435964;
        --b1: 25.3267% 0.015896 252.417568;
        --b2: 23.2607% 0.013807 253.100675;
        --b3: 21.1484% 0.01165 254.087939;
        --bc: 74.6477% 0.0216 264.435964
    }
}[data-theme=light]{
    color-scheme: light;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 89.824% 0.06192 275.75;
    --ac: 15.352% 0.0368 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 49.12% 0.3096 275.75;
    --s: 69.71% 0.329 342.55;
    --sc: 98.71% 0.0106 342.55;
    --a: 76.76% 0.184 183.61;
    --n: 32.1785% 0.02476 255.701624;
    --nc: 89.4994% 0.011585 252.096176;
    --b1: 100% 0 0;
    --b2: 96.1151% 0 0;
    --b3: 92.4169% 0.00108 197.137559;
    --bc: 27.8078% 0.029596 256.847952
}[data-theme=dark]{
    color-scheme: dark;
    --in: 72.06% 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 84.71% 0.199 83.87;
    --er: 71.76% 0.221 22.18;
    --pc: 13.138% 0.0392 275.75;
    --sc: 14.96% 0.052 342.55;
    --ac: 14.902% 0.0334 183.61;
    --inc: 0% 0 0;
    --suc: 0% 0 0;
    --wac: 0% 0 0;
    --erc: 0% 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 65.69% 0.196 275.75;
    --s: 74.8% 0.26 342.55;
    --a: 74.51% 0.167 183.61;
    --n: 31.3815% 0.021108 254.139175;
    --nc: 74.6477% 0.0216 264.435964;
    --b1: 25.3267% 0.015896 252.417568;
    --b2: 23.2607% 0.013807 253.100675;
    --b3: 21.1484% 0.01165 254.087939;
    --bc: 74.6477% 0.0216 264.435964
}*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}.container{
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}@media (min-width: 480px){.container{
        max-width: 480px
    }
}@media (min-width: 600px){.container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem
    }
}@media (min-width: 782px){.container{
        max-width: 782px
    }
}@media (min-width: 960px){.container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem
    }
}@media (min-width: 1024px){.container{
        max-width: 1024px
    }
}@media (min-width: 1280px){.container{
        max-width: 1280px
    }
}@media (min-width: 1440px){.container{
        max-width: 1440px
    }
}@media (hover:hover){.label a:hover{
        --tw-text-opacity: 1;
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
    }.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active{
        --tw-bg-opacity: 1;
        background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
        --tw-text-opacity: 1;
        color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
    }.table tr.hover:hover,
  .table tr.hover:nth-child(even):hover{
        --tw-bg-opacity: 1;
        background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))
    }
}.btn{
    display: inline-flex;
    height: 3rem;
    min-height: 3rem;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: var(--rounded-btn, 0.5rem);
    border-color: transparent;
    border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1em;
    gap: 0.5rem;
    font-weight: 600;
    text-decoration-line: none;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    border-width: var(--border-btn, 1px);
    transition-property: color, background-color, border-color, opacity, box-shadow, transform;
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: var(--fallback-bc,oklch(var(--bc)/1));
    background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1
}.btn-disabled,
  .btn[disabled],
  .btn:disabled{
    pointer-events: none
}:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])){
    width: auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
}.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after{
    --tw-content: attr(aria-label);
    content: var(--tw-content)
}.carousel{
    display: inline-flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none
}.carousel-item{
    box-sizing: content-box;
    display: flex;
    flex: none;
    scroll-snap-align: start
}.carousel-start .carousel-item{
    scroll-snap-align: start
}.carousel-center .carousel-item{
    scroll-snap-align: center
}.carousel-end .carousel-item{
    scroll-snap-align: end
}@media (hover: hover){.btn:hover{
        --tw-border-opacity: 1;
        border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
        --tw-bg-opacity: 1;
        background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))
    }@supports (color: color-mix(in oklab, black, black)){.btn:hover{
            background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
            border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          )
        }
    }@supports not (color: oklch(0% 0 0)){.btn:hover{
            background-color: var(--btn-color, var(--fallback-b2));
            border-color: var(--btn-color, var(--fallback-b2))
        }
    }.btn.glass:hover{
        --glass-opacity: 25%;
        --glass-border-opacity: 15%
    }.btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover{
        --tw-border-opacity: 0;
        background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
        --tw-bg-opacity: 0.2;
        color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
        --tw-text-opacity: 0.2
    }@supports (color: color-mix(in oklab, black, black)){.btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover{
            background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
            border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black)
        }
    }:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover{
        cursor: pointer;
        outline: 2px solid transparent;
        outline-offset: 2px
    }@supports (color: oklch(0% 0 0)){:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover{
            background-color: var(--fallback-bc,oklch(var(--bc)/0.1))
        }
    }
}.footer{
    display: grid;
    width: 100%;
    grid-auto-flow: row;
    place-items: start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem
}.footer > *{
    display: grid;
    place-items: start;
    gap: 0.5rem
}@media (min-width: 48rem){.footer{
        grid-auto-flow: column
    }.footer-center{
        grid-auto-flow: row dense
    }
}.label{
    display: flex;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}.hero{
    display: grid;
    width: 100%;
    place-items: center;
    background-size: cover;
    background-position: center
}.hero > *{
    grid-column-start: 1;
    grid-row-start: 1
}.input{
    flex-shrink: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 2;
    line-height: 1.5rem;
    border-radius: var(--rounded-btn, 0.5rem);
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button{
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-inline-end: -1rem
}.link{
    cursor: pointer;
    text-decoration-line: underline
}.menu{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5rem
}.menu :where(li ul){
    position: relative;
    white-space: nowrap;
    margin-inline-start: 1rem;
    padding-inline-start: 0.5rem
}.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
    display: grid;
    grid-auto-flow: column;
    align-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    grid-auto-columns: minmax(auto, max-content) auto max-content;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none
}.menu li.disabled{
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: var(--fallback-bc,oklch(var(--bc)/0.3))
}.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)){
    display: none
}:where(.menu li){
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch
}:where(.menu li) .badge{
    justify-self: end
}.swap{
    position: relative;
    display: inline-grid;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    place-content: center;
    cursor: pointer
}.swap > *{
    grid-column-start: 1;
    grid-row-start: 1;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: transform, opacity
}.swap input{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
}.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on{
    opacity: 0
}.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off{
    opacity: 0
}.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate{
    opacity: 1
}.table{
    position: relative;
    width: 100%;
    border-radius: var(--rounded-box, 1rem);
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem
}.table :where(.table-pin-rows thead tr){
    position: sticky;
    top: 0px;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}.table :where(.table-pin-rows tfoot tr){
    position: sticky;
    bottom: 0px;
    z-index: 1;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}.table :where(.table-pin-cols tr th){
    position: sticky;
    left: 0px;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}.textarea{
    min-height: 3rem;
    flex-shrink: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
    border-radius: var(--rounded-btn, 0.5rem);
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)))
}.toggle{
    flex-shrink: 0;
    --tglbg: var(--fallback-b1,oklch(var(--b1)/1));
    --handleoffset: 1.5rem;
    --handleoffsetcalculator: calc(var(--handleoffset) * -1);
    --togglehandleborder: 0 0;
    height: 1.5rem;
    width: 3rem;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: var(--rounded-badge, 1.9rem);
    border-width: 1px;
    border-color: currentColor;
    background-color: currentColor;
    color: var(--fallback-bc,oklch(var(--bc)/0.5));
    transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
    box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder)
}.btm-nav > * .label{
    font-size: 1rem;
    line-height: 1.5rem
}@media (prefers-reduced-motion: no-preference){.btn{
        animation: button-pop var(--animation-btn, 0.25s) ease-out
    }
}.btn:active:hover,
  .btn:active:focus{
    animation: button-pop 0s ease-out;
    transform: scale(var(--btn-focus-scale, 0.97))
}@supports not (color: oklch(0% 0 0)){.btn{
        background-color: var(--btn-color, var(--fallback-b2));
        border-color: var(--btn-color, var(--fallback-b2))
    }
}.btn:focus-visible{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px
}.btn.glass{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline-color: currentColor
}.btn.glass.btn-active{
    --glass-opacity: 25%;
    --glass-border-opacity: 15%
}.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled{
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2
}.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked){
    --tw-border-opacity: 1;
    border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)))
}.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible{
    outline-color: var(--fallback-p,oklch(var(--p)/1))
}@keyframes button-pop{0%{
        transform: scale(var(--btn-focus-scale, 0.98))
    }40%{
        transform: scale(1.02)
    }100%{
        transform: scale(1)
    }
}.carousel::-webkit-scrollbar{
    display: none
}@keyframes checkmark{0%{
        background-position-y: 5px
    }50%{
        background-position-y: -2px
    }100%{
        background-position-y: 0
    }
}.input input{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
    background-color: transparent
}.input input:focus{
    outline: 2px solid transparent;
    outline-offset: 2px
}.input[list]::-webkit-calendar-picker-indicator{
    line-height: 1em
}.input:focus,
  .input:focus-within{
    box-shadow: none;
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2))
}.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled]{
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    color: var(--fallback-bc,oklch(var(--bc)/0.4))
}.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder{
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
    --tw-placeholder-opacity: 0.2
}.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder{
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
    --tw-placeholder-opacity: 0.2
}.input:has(> input[disabled]) > input[disabled]{
    cursor: not-allowed
}.input::-webkit-date-and-time-value{
    text-align: inherit
}.link:focus{
    outline: 2px solid transparent;
    outline-offset: 2px
}.link:focus-visible{
    outline: 2px solid currentColor;
    outline-offset: 2px
}.loading{
    pointer-events: none;
    display: inline-block;
    aspect-ratio: 1 / 1;
    width: 1.5rem;
    background-color: currentColor;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}:where(.menu li:empty){
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.1;
    margin: 0.5rem 1rem;
    height: 1px
}.menu :where(li ul):before{
    position: absolute;
    bottom: 0.75rem;
    inset-inline-start: 0px;
    top: 0.75rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
    opacity: 0.1;
    content: ""
}.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
    border-radius: var(--rounded-btn, 0.5rem);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: start;
    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-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 200ms;
    text-wrap: balance
}:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible{
    cursor: pointer;
    background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    outline: 2px solid transparent;
    outline-offset: 2px
}.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)))
}.menu :where(li > details > summary)::-webkit-details-marker{
    display: none
}.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after{
    justify-self: end;
    display: block;
    margin-top: -0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    transform: rotate(45deg);
    transition-property: transform, margin-top;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
    transform-origin: 75% 75%;
    box-shadow: 2px 2px;
    pointer-events: none
}.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after{
    transform: rotate(225deg);
    margin-top: 0
}.mockup-phone .display{
    overflow: hidden;
    border-radius: 40px;
    margin-top: -25px
}.mockup-browser .mockup-browser-toolbar .input{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 1.75rem;
    width: 24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    padding-left: 2rem;
    direction: ltr
}.mockup-browser .mockup-browser-toolbar .input:before{
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 50%;
    aspect-ratio: 1 / 1;
    height: 0.75rem;
    --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));
    border-radius: 9999px;
    border-width: 2px;
    border-color: currentColor;
    opacity: 0.6
}.mockup-browser .mockup-browser-toolbar .input:after{
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 50%;
    height: 0.5rem;
    --tw-translate-y: 25%;
    --tw-rotate: -45deg;
    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));
    border-radius: 9999px;
    border-width: 1px;
    border-color: currentColor;
    opacity: 0.6
}@keyframes modal-pop{0%{
        opacity: 0
    }
}@keyframes progress-loading{50%{
        background-position-x: -115%
    }
}@keyframes radiomark{0%{
        box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset
    }50%{
        box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset
    }100%{
        box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset
    }
}@keyframes rating-pop{0%{
        transform: translateY(-0.125em)
    }40%{
        transform: translateY(-0.125em)
    }100%{
        transform: translateY(0)
    }
}@keyframes skeleton{from{
        background-position: 150%
    }to{
        background-position: -50%
    }
}:is([dir="rtl"] .table){
    text-align: right
}.table :where(th, td){
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    vertical-align: middle
}.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even){
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)))
}.table :where(thead tr, tbody tr:not(:last-child),tbody tr:first-child:last-child){
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))
}.table :where(thead, tfoot){
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    color: var(--fallback-bc,oklch(var(--bc)/0.6))
}.table :where(tfoot){
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))
}.textarea:focus{
    box-shadow: none;
    border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2))
}.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled]{
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
    color: var(--fallback-bc,oklch(var(--bc)/0.4))
}.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder{
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
    --tw-placeholder-opacity: 0.2
}.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder{
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
    --tw-placeholder-opacity: 0.2
}@keyframes toast-pop{0%{
        transform: scale(0.9);
        opacity: 0
    }100%{
        transform: scale(1);
        opacity: 1
    }
}[dir="rtl"] .toggle{
    --handleoffsetcalculator: calc(var(--handleoffset) * 1)
}.toggle:focus-visible{
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--fallback-bc,oklch(var(--bc)/0.2))
}.toggle:hover{
    background-color: currentColor
}.toggle:checked,
  .toggle[aria-checked="true"]{
    background-image: none;
    --handleoffsetcalculator: var(--handleoffset);
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)))
}[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[aria-checked="true"]{
    --handleoffsetcalculator: calc(var(--handleoffset) * -1)
}.toggle:indeterminate{
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset
}[dir="rtl"] .toggle:indeterminate{
    box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset
}.toggle:disabled{
    cursor: not-allowed;
    --tw-border-opacity: 1;
    border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
    background-color: transparent;
    opacity: 0.3;
    --togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset
}.absolute{
    position: absolute
}.relative{
    position: relative
}.inset-0{
    inset: 0px
}.left-0{
    left: 0px
}.left-4{
    left: 1rem
}.left-\[-120px\]{
    left: -120px
}.top-4{
    top: 1rem
}.top-\[70px\]{
    top: 70px
}.top-\[72px\]{
    top: 72px
}.z-10{
    z-index: 10
}.z-50{
    z-index: 50
}.z-\[99\]{
    z-index: 99
}.m-8{
    margin: 2rem
}.mx-\[15px\]{
    margin-left: 15px;
    margin-right: 15px
}.mx-\[25px\]{
    margin-left: 25px;
    margin-right: 25px
}.mx-\[50px\]{
    margin-left: 50px;
    margin-right: 50px
}.mx-auto{
    margin-left: auto;
    margin-right: auto
}.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem
}.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem
}.my-\[10px\]{
    margin-top: 10px;
    margin-bottom: 10px
}.my-\[25px\]{
    margin-top: 25px;
    margin-bottom: 25px
}.my-\[50px\]{
    margin-top: 50px;
    margin-bottom: 50px
}.my-\[75px\]{
    margin-top: 75px;
    margin-bottom: 75px
}.mb-0{
    margin-bottom: 0px
}.mb-8{
    margin-bottom: 2rem
}.mb-\[0px\]{
    margin-bottom: 0px
}.mb-\[14px\]{
    margin-bottom: 14px
}.mb-\[15px\]{
    margin-bottom: 15px
}.mb-\[25px\]{
    margin-bottom: 25px
}.mb-\[40px\]{
    margin-bottom: 40px
}.mb-\[50px\]{
    margin-bottom: 50px
}.ml-\[25px\]{
    margin-left: 25px
}.ml-auto{
    margin-left: auto
}.mt-14{
    margin-top: 3.5rem
}.mt-\[100px\]{
    margin-top: 100px
}.mt-\[40px\]{
    margin-top: 40px
}.mt-\[50px\]{
    margin-top: 50px
}.mt-\[70px\]{
    margin-top: 70px
}.mt-\[75px\]{
    margin-top: 75px
}.block{
    display: block
}.flex{
    display: flex
}.table{
    display: table
}.grid{
    display: grid
}.hidden{
    display: none
}.aspect-video{
    aspect-ratio: 16 / 9
}.h-1{
    height: 0.25rem
}.h-6{
    height: 1.5rem
}.h-\[350px\]{
    height: 350px
}.h-\[550px\]{
    height: 550px
}.h-\[80px\]{
    height: 80px
}.h-full{
    height: 100%
}.max-h-\[300px\]{
    max-height: 300px
}.min-h-screen{
    min-height: 100vh
}.w-16{
    width: 4rem
}.w-6{
    width: 1.5rem
}.w-\[100\%\]{
    width: 100%
}.w-\[66\.66\%\]{
    width: 66.66%
}.w-\[69\%\]{
    width: 69%
}.w-\[75\%\]{
    width: 75%
}.w-\[80\%\]{
    width: 80%
}.w-\[80px\]{
    width: 80px
}.w-\[90\%\]{
    width: 90%
}.w-\[95\%\]{
    width: 95%
}.w-auto{
    width: auto
}.w-fit{
    width: -moz-fit-content;
    width: fit-content
}.w-full{
    width: 100%
}.max-w-\[140px\]{
    max-width: 140px
}.max-w-\[250px\]{
    max-width: 250px
}.max-w-\[60px\]{
    max-width: 60px
}.max-w-md{
    max-width: 28rem
}.max-w-sm{
    max-width: 24rem
}.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-pointer{
    cursor: pointer
}.list-decimal{
    list-style-type: decimal
}.list-disc{
    list-style-type: disc
}.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr))
}.flex-row{
    flex-direction: row
}.flex-col{
    flex-direction: column
}.flex-col-reverse{
    flex-direction: column-reverse
}.flex-wrap{
    flex-wrap: wrap
}.items-start{
    align-items: flex-start
}.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-around{
    justify-content: space-around
}.gap-12{
    gap: 3rem
}.gap-4{
    gap: 1rem
}.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)))
}.overflow-hidden{
    overflow: hidden
}.overflow-scroll{
    overflow: scroll
}.rounded{
    border-radius: 0.25rem
}.rounded-box{
    border-radius: var(--rounded-box, 1rem)
}.border{
    border-width: 1px
}.border-b{
    border-bottom-width: 1px
}.border-\[\#707070\]{
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity))
}.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity))
}.bg-\[\#b2b2b2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(178 178 178 / var(--tw-bg-opacity))
}.bg-black\/50{
    background-color: rgb(0 0 0 / 0.5)
}.bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}.bg-neutral{
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)))
}.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity))
}.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}.bg-cover{
    background-size: cover
}.bg-center{
    background-position: center
}.bg-no-repeat{
    background-repeat: no-repeat
}.object-contain{
    -o-object-fit: contain;
       object-fit: contain
}.object-cover{
    -o-object-fit: cover;
       object-fit: cover
}.p-2{
    padding: 0.5rem
}.p-4{
    padding: 1rem
}.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem
}.px-4{
    padding-left: 1rem;
    padding-right: 1rem
}.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem
}.px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px
}.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}.py-\[25px\]{
    padding-top: 25px;
    padding-bottom: 25px
}.py-\[50px\]{
    padding-top: 50px;
    padding-bottom: 50px
}.pb-\[50px\]{
    padding-bottom: 50px
}.pt-\[0\]{
    padding-top: 0
}.pt-\[130px\]{
    padding-top: 130px
}.pt-\[50px\]{
    padding-top: 50px
}.text-left{
    text-align: left
}.text-center{
    text-align: center
}.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem
}.text-5xl{
    font-size: 3rem;
    line-height: 1
}.text-\[1\.2rem\]{
    font-size: 1.2rem
}.text-\[1\.3rem\]{
    font-size: 1.3rem
}.text-\[12px\]{
    font-size: 12px
}.text-\[2rem\]{
    font-size: 2rem
}.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
}.font-bold{
    font-weight: 700
}.font-extrabold{
    font-weight: 800
}.font-light{
    font-weight: 300
}.font-semibold{
    font-weight: 600
}.uppercase{
    text-transform: uppercase
}.capitalize{
    text-transform: capitalize
}.italic{
    font-style: italic
}.text-\[\#707070\]{
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity))
}.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
}.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity))
}.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}.underline{
    text-decoration-line: underline
}.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}.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-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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
}.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw
}.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important
}.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%
}.aligncenter{
    margin: 0.5rem auto;
    display: block
}@media (min-width: 600px){.alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left
    }.alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right
    }.wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem
    }.wp-block-button.alignright a{
        float: right;
        margin-left: 1rem
    }
}.wp-caption{
    display: inline-block
}.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1
}.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563
}/* CUSTOM Classes *//* Texte */@font-face {
    font-family: "Helvetica Neue Regular";
    src: url("https://db.onlinewebfonts.com/t/0d49fc455f4a8951a42daf952412a713.woff2")format("woff2"),
         url("https://db.onlinewebfonts.com/t/0d49fc455f4a8951a42daf952412a713.woff")format("woff"),
 }body {
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
}li{
    color: #707070;
    font-size: 1.3rem;
}/* Titres */h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: bold;
    font-family: "Helvetica Neue Regular" !important;
}strong{
    font-weight: 700;
}/* Légendes */.caption, .legend, figcaption {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: italic;
}/* Logo */p{
    font-family: "Helvetica Neue Regular"!important;
}.custom-logo-link{
    background-color: unset !important;
    color: unset !important;
}.custom-logo {
    max-width: 170px
}header{
    height: 120px;
    display: flex;
    align-items: center;
}header a{
        color: #707070!important;
        font-weight: 500;
        font-size: 0.9rem;
        text-transform: uppercase;
        font-family: "Helvetica Neue Regular" !important;
        background-color: unset !important;
         
    }header .current_page_item a{
        color: #e60000!important;
    }header ul li::before{
        background-image: none !important;
        display: none !important;
    }li{
    font-family: "Helvetica Neue Regular" !important;
}#menu-mobile ul li {
            text-align: center !important;
        }#menu-mobile ul li a {
                text-align: center;
            }@media screen and (max-width: 668px) {
    #menu-mobile{
        margin-top: 40px;
    }
}section h1, .block-editor-block-list__layout h1 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: normal;
    }section h2, .block-editor-block-list__layout h2 {
        color: #707070;
        margin-bottom: 2rem;
        font-size: 2rem
    }section h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem
}section p a, section ul a, section ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline
}section p a:hover, section ul a:hover, section ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none
}section p, section ul, section ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem
}section ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc
}section ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal
}a{
    text-transform: uppercase;
    color: white !important;
    background-color: #e60000;
    font-family: "Helvetica Neue Regular" !important;
    padding: 5px 10px;
    font-weight: 500;
    text-decoration: none!important;
    transition: 0.2s;
    border-radius: 5px;
}a:hover {
        background-color: rgb(134, 0, 0);
        transition: 0.2s;
    }ul li{
    list-style-type: unset !important;
}.container{
    max-width: 70%;
}@media(max-width: 1280px){.container{
        max-width: 95%
}
    }.hero-home p{
        color: #fff;
    }.hero-home h1{
        text-transform: uppercase;
        font-weight: 300 !important;
        letter-spacing: 2px;
        font-size: 46px;
        margin-left: -23px;
        top: 7px;
        position: relative;
    }@media(max-width: 576px){.hero-home h1{
            font-size: 32px
    }
        }.hero-home a{
        color: white;
        background-color: #e60000;
        padding: 5px 10px;
        text-decoration: none;
        transition: 0.2s;
        border-radius: 5px;
    }.hero-home a:hover{
            background-color: rgb(134, 0, 0);
            transition: 0.2s;
        }section div p{
    color: #707070;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}.section-hero-presantation div {
    margin: 4rem 0 ;
}.div-copyright a{
        font-size: 14px;
        color: #000;
        background-color: unset !important;
    }.hero-home-single h1{
        color: white;
        font-size: 33px;
        font-weight: bold !important;
        letter-spacing: 3px;
    }.section-service-complet h2{
        margin-bottom: 35px;
        margin-left: -100px;
    }@media(max-width: 1024px){.section-service-complet h2{
            margin-left: 0
    }
        }.section-service-complet p{
    }/* SECTION CHIFFRES PAGE SAVOIR FAIRE */.section-chiffres__items{
    text-align: center;
}.section-chiffres__items h2 {
        font-size: 1.1rem;
    }table tbody tr td{
                font-size: 1rem;
                font-weight: 500 !important;

            }/* 
|
|
|
|
*//* ----- FOOTER -----*/footer {
        border-top: 1.5px solid #707070;
    }footer .link-div p {
                color: #707070 !important;
                transform: rotate(270deg);
                text-align: right;
                width: 120px;
                height: auto;
                position: relative;
                font-size: 12px;
                top: 75px;
                left: -25px;
            }footer .link-div a {
                margin: 3px 0;
                text-transform: capitalize;
                background: none;
                padding: unset;
                color: #707070 !important;
            }footer .mail-div p {
                color: #707070 !important;
            }footer .mail-div form {
                display: flex;
                align-items: center;
            }footer .mail-div form .gform-footer {
                    margin-top: 0 !important;
                    margin-left: 20px !important;
                }footer .mail-div form .gform_body {
                    width: 100% !important;
                }footer .mail-div .gform_title,
            footer .mail-div label {
                display: none !important;
            }footer .mail-div .ginput_container input {
                    width: 100% !important;
                    color: #707070 !important;
                }footer .gform_button {
            color: white !important;
            background-color: #e60000 !important;
            padding: 10px 20px !important;
            text-decoration: none !important;
            transition: 0.2s !important;
            font-size: 14px !important;
            border-radius: 5px;
        }footer .gform_button:hover {
                background-color: rgb(134, 0, 0) !important;
                transition: 0.2s !important;
            }/* ----- FIN FOOTER -----*//* 


*//* ----- PAGE MENTIONS LEGALGES -----*/.page-id-1719 .section-blocs a {
            background-color: #fff !important;
            color: #e60000 !important;
            text-transform: unset !important;
            padding: 0 !important;
            text-decoration: none !important;
            transition: 0.2s !important;
            border-radius: 0 !important;
        }.page-id-1719 .section-blocs a:hover {
                color: rgb(134, 0, 0) !important;
            }.page-id-1719 .section-blocs h2 {
            margin-top: 60px;
        }/* ----- FIN PAGE MENTIONS LEGALGES -----*//* Font Size Adjustments */li {
    font-size: 1.1rem !important;
}#gform_submit_button_1 {
    background-color: #E60001 !important;
}/* Flexible Content Components *//* Section Blocs Container */.section-blocs {
    display: flex !important;
    flex-direction: column !important;
}@media (min-width: 1024px) {
    .section-blocs {
        flex-direction: row !important;
        justify-content: space-around !important;
    }
}/* Clearfix */.clearfix::after {
    content: "";
    display: table;
    clear: both;
}/* Column Base Styles */.column {
    width: 100% !important;
    padding: 0 15px !important;
    margin-bottom: 20px !important;
}@media (min-width: 1024px) {
    .column {
        margin-bottom: 0 !important;
    }
}/* Full Width Block */.bloc_full {
    width: 100%;
}/* Single Column */.bloc1 {
    width: 100%;
}/* Two Columns */.bloc2 {
    width: 100% !important;
}@media (min-width: 1024px) {
    .bloc2 {
        width: 50% !important;
    }
}/* Three Columns */.bloc3 {
    width: 100% !important;
}@media (min-width: 768px) {
    .bloc3 {
        width: 50% !important;
    }
}@media (min-width: 1024px) {
    .bloc3 {
        width: 33.333% !important;
    }
}/* Four Columns */.bloc4 {
    width: 100% !important;
}@media (min-width: 600px) {
    .bloc4 {
        width: 50% !important;
    }
}@media (min-width: 1024px) {
    .bloc4 {
        width: 25% !important;
    }
}/* Five Columns */.bloc5 {
    width: 100% !important;
}@media (min-width: 600px) {
    .bloc5 {
        width: 50% !important;
    }
}@media (min-width: 1024px) {
    .bloc5 {
        width: 20% !important;
    }
}/* 1/3 - 2/3 Split */.bloc13-left {
    width: 100% !important;
}.bloc13-right {
    width: 100% !important;
}@media (min-width: 1024px) {
    .bloc13-left {
        width: 33.333% !important;
    }
    
    .bloc13-right {
        width: 66.666% !important;
    }
}/* 2/3 - 1/3 Split */.bloc23-left {
    width: 100% !important;
}.bloc23-right {
    width: 100% !important;
}@media (min-width: 1024px) {
    .bloc23-left {
        width: 33.333% !important;
    }
    
    .bloc23-right {
        width: 66.666% !important;
    }
}/* Helper Classes */.is-half {
    width: 100%;
}@media (min-width: 1024px) {
    .is-half {
        width: 50%;
    }
}/* Content Styling within Blocs */.bloc h1, .bloc h2, .bloc h3, .bloc h4, .bloc h5, .bloc h6 {
        margin-bottom: 1rem;
    }.bloc p {
        margin-bottom: 1rem;
    }.bloc img {
        max-width: 100%;
        height: auto;
    }.bloc ul, .bloc ol {
        margin-bottom: 1rem;
        padding-left: 1.5rem;
    }.hover\:text-blue-600:hover{
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity))
}.focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px
}@media (min-width: 782px){.md\:mx-\[0\]{
        margin-left: 0;
        margin-right: 0
    }.md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }.md\:my-\[75px\]{
        margin-top: 75px;
        margin-bottom: 75px
    }.md\:mb-0{
        margin-bottom: 0px
    }.md\:ml-\[25px\]{
        margin-left: 25px
    }.md\:mr-\[80px\]{
        margin-right: 80px
    }.md\:mt-6{
        margin-top: 1.5rem
    }.md\:flex{
        display: flex
    }.md\:w-1\/2{
        width: 50%
    }.md\:w-\[80\%\]{
        width: 80%
    }.md\:w-auto{
        width: auto
    }.md\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }.md\:grid-cols-4{
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }.md\:flex-row{
        flex-direction: row
    }.md\:justify-start{
        justify-content: flex-start
    }.md\:justify-end{
        justify-content: flex-end
    }.md\:justify-between{
        justify-content: space-between
    }.md\:pt-\[200px\]{
        padding-top: 200px
    }.md\:text-3xl{
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}@media (min-width: 960px){.lg\:static{
        position: static
    }.lg\:flex{
        display: flex
    }.lg\:hidden{
        display: none
    }.lg\:w-1\/2{
        width: 50%
    }.lg\:w-\[33\.33\%\]{
        width: 33.33%
    }.lg\:w-auto{
        width: auto
    }.lg\:flex-row{
        flex-direction: row
    }.lg\:bg-transparent{
        background-color: transparent
    }.lg\:px-4{
        padding-left: 1rem;
        padding-right: 1rem
    }.lg\:py-0{
        padding-top: 0px;
        padding-bottom: 0px
    }.lg\:shadow-none{
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}@media (min-width: 1024px){.lmd\:mb-0{
        margin-bottom: 0px
    }.lmd\:w-\[40\%\]{
        width: 40%
    }.lmd\:w-\[45\%\]{
        width: 45%
    }.lmd\:w-\[50\%\]{
        width: 50%
    }.lmd\:w-\[55\%\]{
        width: 55%
    }.lmd\:w-\[80\%\]{
        width: 80%
    }.lmd\:grid-cols-5{
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }.lmd\:flex-row{
        flex-direction: row
    }.lmd\:items-start{
        align-items: flex-start
    }.lmd\:items-center{
        align-items: center
    }
}@media (min-width: 1280px){.xl\:mx-\[20\%\]{
        margin-left: 20%;
        margin-right: 20%
    }.xl\:my-\[50px\]{
        margin-top: 50px;
        margin-bottom: 50px
    }.xl\:my-\[75px\]{
        margin-top: 75px;
        margin-bottom: 75px
    }.xl\:mb-\[75px\]{
        margin-bottom: 75px
    }.xl\:mt-\[0\]{
        margin-top: 0
    }.xl\:mt-\[160px\]{
        margin-top: 160px
    }.xl\:mt-\[25px\]{
        margin-top: 25px
    }.xl\:aspect-auto{
        aspect-ratio: auto
    }.xl\:h-\[620px\]{
        height: 620px
    }.xl\:h-\[750px\]{
        height: 750px
    }.xl\:w-1\/2{
        width: 50%
    }.xl\:w-\[100\%\]{
        width: 100%
    }.xl\:w-\[44\%\]{
        width: 44%
    }.xl\:w-\[57\%\]{
        width: 57%
    }.xl\:w-\[58\%\]{
        width: 58%
    }.xl\:w-\[60\%\]{
        width: 60%
    }.xl\:flex-row{
        flex-direction: row
    }
}

