*, ::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.16 | 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: #DAD8CC; /* 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;
}

:root {
  --inherit: inherit;
  --current: currentColor;
  --transparent: transparent;
  --black: #000000;
  --white: #FFFFFF;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;
  --gray-50: #FAFAFA;
  --gray-75: #F2F2F2;
  --gray-100: #E4E4E4;
  --gray-200: #DAD8CC;
  --gray-300: #C6C4C2;
  --gray-800: #424242;
  --gray-900: #2F2F2F;
  --gray-925: #1F1F1F;
  --gray-950: #161615;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --zinc-950: #09090b;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0a0a0a;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --red-950: #450a0a;
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  --orange-950: #431407;
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --amber-950: #451a03;
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --yellow-950: #422006;
  --lime-300: #BBD151;
  --lime-400: #A6BE32;
  --lime: #BBD151;
  --green-500: #6AA71A;
  --green-800: #046238;
  --green-900: #1C4220;
  --green: #046238;
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  --emerald-950: #022c22;
  --teal-800: #2B4B50;
  --teal: #2B4B50;
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  --cyan-950: #083344;
  --sky-50: #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;
  --sky-950: #082f49;
  --blue-800: #0A4260;
  --blue: #0A4260;
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  --indigo-950: #1e1b4b;
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  --violet-950: #2e1065;
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  --purple-950: #3b0764;
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  --fuchsia-950: #4a044e;
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  --pink-950: #500724;
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --rose-950: #4c0519;
  --lightBlue-50: #f0f9ff;
  --lightBlue-100: #e0f2fe;
  --lightBlue-200: #bae6fd;
  --lightBlue-300: #7dd3fc;
  --lightBlue-400: #38bdf8;
  --lightBlue-500: #0ea5e9;
  --lightBlue-600: #0284c7;
  --lightBlue-700: #0369a1;
  --lightBlue-800: #075985;
  --lightBlue-900: #0c4a6e;
  --lightBlue-950: #082f49;
  --warmGray-50: #fafaf9;
  --warmGray-100: #f5f5f4;
  --warmGray-200: #e7e5e4;
  --warmGray-300: #d6d3d1;
  --warmGray-400: #a8a29e;
  --warmGray-500: #78716c;
  --warmGray-600: #57534e;
  --warmGray-700: #44403c;
  --warmGray-800: #292524;
  --warmGray-900: #1c1917;
  --warmGray-950: #0c0a09;
  --trueGray-50: #fafafa;
  --trueGray-100: #f5f5f5;
  --trueGray-200: #e5e5e5;
  --trueGray-300: #d4d4d4;
  --trueGray-400: #a3a3a3;
  --trueGray-500: #737373;
  --trueGray-600: #525252;
  --trueGray-700: #404040;
  --trueGray-800: #262626;
  --trueGray-900: #171717;
  --trueGray-950: #0a0a0a;
  --coolGray-50: #f9fafb;
  --coolGray-100: #f3f4f6;
  --coolGray-200: #e5e7eb;
  --coolGray-300: #d1d5db;
  --coolGray-400: #9ca3af;
  --coolGray-500: #6b7280;
  --coolGray-600: #4b5563;
  --coolGray-700: #374151;
  --coolGray-800: #1f2937;
  --coolGray-900: #111827;
  --coolGray-950: #030712;
  --blueGray-50: #f8fafc;
  --blueGray-100: #f1f5f9;
  --blueGray-200: #e2e8f0;
  --blueGray-300: #cbd5e1;
  --blueGray-400: #94a3b8;
  --blueGray-500: #64748b;
  --blueGray-600: #475569;
  --blueGray-700: #334155;
  --blueGray-800: #1e293b;
  --blueGray-900: #0f172a;
  --blueGray-950: #020617;
  --slate-green-600: #6C7C70;
  --slate-green-700: #586E5C;
  --slate-green: #586E5C;
  --turquoise-400: #6AB5BF;
  --turquoise-500: #00A28A;
  --turquoise-600: #008A75;
  --turquoise: #00A28A;
  --alerts: #77991A;
  --alerts-success: #77991A;
  --alerts-warning: #E0AD00;
  --alerts-error: #B11C28;
  --alerts-info: #0075B2;
  --alerts-focus: #44ABEB;
  --light: #FFFFFF;
  --dark: #000000;
}.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;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.inset-x-0 {
  left: 0px;
  right: 0px;
}.-top-\[calc\(30px\+48px\)\] {
  top: calc(calc(30px + 48px) * -1);
}.bottom-0 {
  bottom: 0px;
}.bottom-\[-15px\] {
  bottom: -15px;
}.bottom-\[-1px\] {
  bottom: -1px;
}.bottom-\[-4px\] {
  bottom: -4px;
}.bottom-\[-5px\] {
  bottom: -5px;
}.bottom-\[30px\] {
  bottom: 30px;
}.bottom-\[unset\] {
  bottom: unset;
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.left-5 {
  left: 1.25rem;
}.left-\[15px\] {
  left: 15px;
}.left-\[30px\] {
  left: 30px;
}.right-0 {
  right: 0px;
}.right-8 {
  right: 2rem;
}.right-\[-100\%\] {
  right: -100%;
}.right-\[20px\] {
  right: 20px;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-8 {
  top: 2rem;
}.top-\[12px\] {
  top: 12px;
}.top-\[20px\] {
  top: 20px;
}.top-\[64px\] {
  top: 64px;
}.top-\[6px\] {
  top: 6px;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-\[-9999\] {
  z-index: -9999;
}.z-\[99999\] {
  z-index: 99999;
}.z-\[9999\] {
  z-index: 9999;
}.z-\[999\] {
  z-index: 999;
}.z-\[99\] {
  z-index: 99;
}.z-\[9\] {
  z-index: 9;
}.z-dropdown {
  z-index: var(--z-dropdown);
}.z-fixed {
  z-index: var(--z-fixed);
}.z-modal {
  z-index: var(--z-modal);
}.z-modal-backdrop {
  z-index: var(--z-modal-backdrop);
}.z-offcanvas {
  z-index: var(--z-offcanvas);
}.z-offcanvas-backdrop {
  z-index: var(--z-offcanvas-backdrop);
}.z-popover {
  z-index: var(--z-popover);
}.z-sticky {
  z-index: var(--z-sticky);
}.z-toast {
  z-index: var(--z-toast);
}.z-tooltip {
  z-index: var(--z-tooltip);
}.order-1 {
  order: 1;
}.order-\[-1\] {
  order: -1;
}.col-start-1 {
  grid-column-start: 1;
}.row-start-1 {
  grid-row-start: 1;
}.row-start-2 {
  grid-row-start: 2;
}.row-start-3 {
  grid-row-start: 3;
}.float-right {
  float: right;
}.\!float-none {
  float: none !important;
}.m-0 {
  margin: 0px;
}.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.\!my-\[40px\] {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-\[1\.875rem\] {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}.my-\[3\.75rem\] {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}.\!ml-2 {
  margin-left: 0.5rem !important;
}.-mt-\[10px\] {
  margin-top: -10px;
}.mb-0 {
  margin-bottom: 0px;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-2\.5 {
  margin-bottom: 0.625rem;
}.mb-20 {
  margin-bottom: 5rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7\.5 {
  margin-bottom: 1.875rem;
}.mb-\[-3px\] {
  margin-bottom: -3px;
}.mb-\[-6px\] {
  margin-bottom: -6px;
}.mb-\[10px\] {
  margin-bottom: 10px;
}.mb-\[15px\] {
  margin-bottom: 15px;
}.mb-\[20px\] {
  margin-bottom: 20px;
}.mb-\[25px\] {
  margin-bottom: 25px;
}.mb-\[30px\] {
  margin-bottom: 30px;
}.mb-\[40px\] {
  margin-bottom: 40px;
}.mb-\[5px\] {
  margin-bottom: 5px;
}.mb-\[6px\] {
  margin-bottom: 6px;
}.ml-0 {
  margin-left: 0px;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-\[-20px\] {
  margin-left: -20px;
}.ml-\[10px\] {
  margin-left: 10px;
}.ml-\[15px\] {
  margin-left: 15px;
}.ml-\[20px\] {
  margin-left: 20px;
}.ml-\[30px\] {
  margin-left: 30px;
}.ml-\[5px\] {
  margin-left: 5px;
}.ml-\[calc\(50\%-50vw\)\] {
  margin-left: calc(50% - 50vw);
}.ml-auto {
  margin-left: auto;
}.mr-0 {
  margin-right: 0px;
}.mr-2\.5 {
  margin-right: 0.625rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-6 {
  margin-right: 1.5rem;
}.mr-\[10px\] {
  margin-right: 10px;
}.mr-\[24px\] {
  margin-right: 24px;
}.mr-\[5px\] {
  margin-right: 5px;
}.mr-\[8px\] {
  margin-right: 8px;
}.mr-auto {
  margin-right: auto;
}.mt-0 {
  margin-top: 0px;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-1\.5 {
  margin-top: 0.375rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-7\.5 {
  margin-top: 1.875rem;
}.mt-\[-13px\] {
  margin-top: -13px;
}.mt-\[10px\] {
  margin-top: 10px;
}.mt-\[138px\] {
  margin-top: 138px;
}.mt-\[15px\] {
  margin-top: 15px;
}.mt-\[1px\] {
  margin-top: 1px;
}.mt-\[200px\] {
  margin-top: 200px;
}.mt-\[20px\] {
  margin-top: 20px;
}.mt-\[30px\] {
  margin-top: 30px;
}.mt-\[35px\] {
  margin-top: 35px;
}.mt-\[40px\] {
  margin-top: 40px;
}.mt-\[5px\] {
  margin-top: 5px;
}.mt-\[60px\] {
  margin-top: 60px;
}.mt-\[6px\] {
  margin-top: 6px;
}.mt-auto {
  margin-top: auto;
}.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.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;
}.aspect-square {
  aspect-ratio: 1 / 1;
}.aspect-video {
  aspect-ratio: 16 / 9;
}.h-12 {
  height: 3rem;
}.h-32 {
  height: 8rem;
}.h-5 {
  height: 1.25rem;
}.h-\[1\.4375rem\] {
  height: 1.4375rem;
}.h-\[1\.5em\] {
  height: 1.5em;
}.h-\[110px\] {
  height: 110px;
}.h-\[14px\] {
  height: 14px;
}.h-\[18px\] {
  height: 18px;
}.h-\[1px\] {
  height: 1px;
}.h-\[24px\] {
  height: 24px;
}.h-\[25px\] {
  height: 25px;
}.h-\[28px\] {
  height: 28px;
}.h-\[3px\] {
  height: 3px;
}.h-\[406px\] {
  height: 406px;
}.h-\[44px\] {
  height: 44px;
}.h-\[50px\] {
  height: 50px;
}.h-\[80vh\] {
  height: 80vh;
}.h-\[90px\] {
  height: 90px;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.max-h-\[100vh\] {
  max-height: 100vh;
}.min-h-10 {
  min-height: 2.5rem;
}.min-h-6 {
  min-height: 1.5rem;
}.min-h-8 {
  min-height: 2rem;
}.min-h-\[10px\] {
  min-height: 10px;
}.min-h-\[34px\] {
  min-height: 34px;
}.min-h-\[35px\] {
  min-height: 35px;
}.min-h-\[47px\] {
  min-height: 47px;
}.w-12 {
  width: 3rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-8 {
  width: 2rem;
}.w-\[1\.375rem\] {
  width: 1.375rem;
}.w-\[100vw\] {
  width: 100vw;
}.w-\[110px\] {
  width: 110px;
}.w-\[14px\] {
  width: 14px;
}.w-\[15px\] {
  width: 15px;
}.w-\[18px\] {
  width: 18px;
}.w-\[202px\] {
  width: 202px;
}.w-\[205px\] {
  width: 205px;
}.w-\[24px\] {
  width: 24px;
}.w-\[25px\] {
  width: 25px;
}.w-\[28px\] {
  width: 28px;
}.w-\[90px\] {
  width: 90px;
}.w-\[92px\] {
  width: 92px;
}.w-full {
  width: 100%;
}.w-screen {
  width: 100vw;
}.min-w-0 {
  min-width: 0px;
}.max-w-\[200px\] {
  max-width: 200px;
}.max-w-\[calc\(100vw-var\(--container-px\)\*2\)\] {
  max-width: calc(100vw - var(--container-px) * 2);
}.max-w-full {
  max-width: 100%;
}.max-w-layout-3xs {
  max-width: 295px;
}.max-w-layout-lg {
  max-width: 1092px;
}.max-w-layout-md {
  max-width: 870px;
}.max-w-layout-xs {
  max-width: 570px;
}.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}.max-w-none {
  max-width: none;
}.flex-1 {
  flex: 1 1 0%;
}.flex-none {
  flex: none;
}.shrink {
  flex-shrink: 1;
}.shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.grow {
  flex-grow: 1;
}.grow-0 {
  flex-grow: 0;
}.grow-\[19\] {
  flex-grow: 19;
}.grow-\[7\] {
  flex-grow: 7;
}.basis-\[200px\] {
  flex-basis: 200px;
}.basis-\[300px\] {
  flex-basis: 300px;
}.basis-\[400px\] {
  flex-basis: 400px;
}.-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));
}.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-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}.animate-spin {
  animation: spin 1s linear infinite;
}.cursor-pointer {
  cursor: pointer;
}.resize {
  resize: both;
}.list-\[lower-latin\] {
  list-style-type: lower-latin;
}.list-none {
  list-style-type: none;
}.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.content-center {
  align-content: center;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-8 {
  gap: 2rem;
}.gap-\[0\.3125rem\] {
  gap: 0.3125rem;
}.gap-\[0\.625rem\] {
  gap: 0.625rem;
}.gap-\[1\.875rem\] {
  gap: 1.875rem;
}.gap-\[10px\] {
  gap: 10px;
}.gap-\[15px\] {
  gap: 15px;
}.gap-\[20px\] {
  gap: 20px;
}.gap-\[25px\] {
  gap: 25px;
}.gap-\[30px\] {
  gap: 30px;
}.gap-\[50px\] {
  gap: 50px;
}.gap-\[5px\] {
  gap: 5px;
}.gap-\[6px\] {
  gap: 6px;
}.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}.gap-y-1 {
  row-gap: 0.25rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-\[10px\] {
  row-gap: 10px;
}.gap-y-\[30px\] {
  row-gap: 30px;
}.gap-y-\[40px\] {
  row-gap: 40px;
}.gap-y-\[60px\] {
  row-gap: 60px;
}.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.overflow-x-hidden {
  overflow-x: hidden;
}.text-ellipsis {
  text-overflow: ellipsis;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.rounded-2xl {
  border-radius: 0.9375rem;
}.rounded-\[10px\] {
  border-radius: 10px;
}.rounded-\[15px\] {
  border-radius: 15px;
}.rounded-\[3px\] {
  border-radius: 3px;
}.rounded-\[40px\] {
  border-radius: 40px;
}.rounded-\[4px\] {
  border-radius: 4px;
}.rounded-\[5px\] {
  border-radius: 5px;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}.rounded-tl-\[15px\] {
  border-top-left-radius: 15px;
}.rounded-tr-\[15px\] {
  border-top-right-radius: 15px;
}.\!border-0 {
  border-width: 0px !important;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-\[2px\] {
  border-width: 2px;
}.border-\[3px\] {
  border-width: 3px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-\[3px\] {
  border-bottom-width: 3px;
}.border-l {
  border-left-width: 1px;
}.border-r {
  border-right-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-solid {
  border-style: solid;
}.border-none {
  border-style: none;
}.border-\[\#D2CDC8\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 205 200 / var(--tw-border-opacity, 1));
}.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(218 216 204 / var(--tw-border-opacity, 1));
}.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(198 196 194 / var(--tw-border-opacity, 1));
}.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(4 98 56 / var(--tw-border-opacity, 1));
}.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(4 98 56 / var(--tw-border-opacity, 1));
}.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(28 66 32 / var(--tw-border-opacity, 1));
}.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}.border-transparent {
  border-color: transparent;
}.border-b-\[transparent\] {
  border-bottom-color: transparent;
}.border-b-gray-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(66 66 66 / var(--tw-border-opacity, 1));
}.border-l-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(218 216 204 / var(--tw-border-opacity, 1));
}.border-r-gray-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(218 216 204 / var(--tw-border-opacity, 1));
}.\!bg-\[rgba\(255\2c 255\2c 255\2c 0\.01\)\] {
  background-color: rgba(255,255,255,0.01) !important;
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 66 96 / var(--tw-bg-opacity, 1));
}.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 216 204 / var(--tw-bg-opacity, 1));
}.bg-gray-200\/15 {
  background-color: rgb(218 216 204 / 0.15);
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
}.bg-gray-900\/50 {
  background-color: rgb(47 47 47 / 0.5);
}.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(4 98 56 / var(--tw-bg-opacity, 1));
}.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 66 32 / var(--tw-bg-opacity, 1));
}.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(187 209 81 / var(--tw-bg-opacity, 1));
}.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}.bg-transparent {
  background-color: transparent;
}.bg-turquoise {
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 138 / var(--tw-bg-opacity, 1));
}.bg-turquoise-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(106 181 191 / var(--tw-bg-opacity, 1));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}.\!bg-icon-help-circle {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%202.5C5.85938%202.5%202.5%205.85938%202.5%2010C2.5%2014.1406%205.85938%2017.5%2010%2017.5C14.1406%2017.5%2017.5%2014.1406%2017.5%2010C17.5%205.85938%2014.1406%202.5%2010%202.5ZM9.76562%2014.375C9.61111%2014.375%209.46006%2014.3292%209.33159%2014.2433C9.20311%2014.1575%209.10298%2014.0355%209.04384%2013.8927C8.98471%2013.75%208.96924%2013.5929%208.99939%2013.4413C9.02953%2013.2898%209.10394%2013.1506%209.2132%2013.0413C9.32246%2012.9321%209.46166%2012.8577%209.61321%2012.8275C9.76476%2012.7974%209.92184%2012.8128%2010.0646%2012.872C10.2074%2012.9311%2010.3294%2013.0312%2010.4152%2013.1597C10.5011%2013.2882%2010.5469%2013.4392%2010.5469%2013.5938C10.5469%2013.801%2010.4646%2013.9997%2010.3181%2014.1462C10.1715%2014.2927%209.97283%2014.375%209.76562%2014.375ZM11.0719%2010.3906C10.4387%2010.8156%2010.3516%2011.2051%2010.3516%2011.5625C10.3516%2011.7075%2010.2939%2011.8466%2010.1914%2011.9492C10.0888%2012.0518%209.94973%2012.1094%209.80469%2012.1094C9.65965%2012.1094%209.52055%2012.0518%209.41799%2011.9492C9.31543%2011.8466%209.25781%2011.7075%209.25781%2011.5625C9.25781%2010.7066%209.65156%2010.0262%2010.4617%209.48203C11.2148%208.97656%2011.6406%208.65625%2011.6406%207.95195C11.6406%207.47305%2011.3672%207.10938%2010.8012%206.84023C10.668%206.77695%2010.3715%206.71523%2010.0066%206.71953C9.54883%206.72539%209.19336%206.83477%208.91953%207.05508C8.40312%207.4707%208.35938%207.92305%208.35938%207.92969C8.35591%208.0015%208.33834%208.07194%208.30766%208.13696C8.27697%208.20199%208.23379%208.26033%208.18055%208.30866C8.12732%208.357%208.06509%208.39437%207.99742%208.41866C7.92974%208.44294%207.85795%208.45366%207.78613%208.4502C7.71432%208.44673%207.64388%208.42916%207.57886%208.39848C7.51383%208.36779%207.45549%208.3246%207.40716%208.27137C7.35882%208.21814%207.32145%208.15592%207.29716%208.08824C7.27288%208.02057%207.26216%207.94877%207.26562%207.87695C7.26992%207.78203%207.33594%206.92695%208.2332%206.20508C8.69844%205.83086%209.29023%205.63633%209.99102%205.62773C10.4871%205.62188%2010.9531%205.70586%2011.2691%205.85508C12.2148%206.30234%2012.7344%207.04805%2012.7344%207.95195C12.7344%209.27344%2011.8512%209.8668%2011.0719%2010.3906Z%22%20fill%3D%22%231C4220%22%2F%3E%3C%2Fsvg%3E") !important;
}.\!bg-contain {
  background-size: contain !important;
}.bg-clip-content {
  background-clip: content-box;
}.\!bg-center {
  background-position: center !important;
}.bg-center {
  background-position: center;
}.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-0 {
  padding: 0px;
}.p-2 {
  padding: 0.5rem;
}.p-2\.5 {
  padding: 0.625rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-7\.5 {
  padding: 1.875rem;
}.p-\[10px\] {
  padding: 10px;
}.p-\[20px\] {
  padding: 20px;
}.p-\[30px\] {
  padding: 30px;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[0\.3125rem\] {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}.px-\[0\.9375rem\] {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}.px-\[0\] {
  padding-left: 0;
  padding-right: 0;
}.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-\[0\.6875rem\] {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}.py-\[0\.9375rem\] {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}.py-\[1\.875rem\] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}.py-\[14\.5px\] {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}.py-\[9\.5px\] {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-7\.5 {
  padding-bottom: 1.875rem;
}.pb-\[0\.8125rem\] {
  padding-bottom: 0.8125rem;
}.pb-\[10px\] {
  padding-bottom: 10px;
}.pb-\[20px\] {
  padding-bottom: 20px;
}.pb-\[25px\] {
  padding-bottom: 25px;
}.pb-\[30px\] {
  padding-bottom: 30px;
}.pb-\[40px\] {
  padding-bottom: 40px;
}.pb-\[60px\] {
  padding-bottom: 60px;
}.pb-\[7px\] {
  padding-bottom: 7px;
}.pl-1\.5 {
  padding-left: 0.375rem;
}.pl-2\.5 {
  padding-left: 0.625rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pl-\[15px\] {
  padding-left: 15px;
}.pl-\[30px\] {
  padding-left: 30px;
}.pl-\[40px\] {
  padding-left: 40px;
}.pr-1\.5 {
  padding-right: 0.375rem;
}.pr-2\.5 {
  padding-right: 0.625rem;
}.pr-\[15px\] {
  padding-right: 15px;
}.pt-0 {
  padding-top: 0px;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-\[1\.5625rem\] {
  padding-top: 1.5625rem;
}.pt-\[1\.875rem\] {
  padding-top: 1.875rem;
}.pt-\[130px\] {
  padding-top: 130px;
}.pt-\[15px\] {
  padding-top: 15px;
}.pt-\[20px\] {
  padding-top: 20px;
}.pt-\[40px\] {
  padding-top: 40px;
}.pt-\[5px\] {
  padding-top: 5px;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.indent-\[-999px\] {
  text-indent: -999px;
}.font-body {
  font-family: var(--font-body);
}.font-title {
  font-family: var(--font-title);
}.\!text-\[1\.5rem\] {
  font-size: 1.5rem !important;
}.text-10xl {
  font-size: var(--text-10xl);
}.text-11xl {
  font-size: var(--text-11xl);
}.text-12xl {
  font-size: var(--text-12xl);
}.text-13xl {
  font-size: var(--text-13xl);
}.text-14xl {
  font-size: var(--text-14xl);
}.text-15xl {
  font-size: var(--text-15xl);
}.text-2xl {
  font-size: var(--text-2xl);
}.text-2xs {
  font-size: var(--text-2xs);
}.text-3xl {
  font-size: var(--text-3xl);
}.text-3xs {
  font-size: var(--text-3xs);
}.text-4xl {
  font-size: var(--text-4xl);
}.text-5xl {
  font-size: var(--text-5xl);
}.text-6xl {
  font-size: var(--text-6xl);
}.text-7xl {
  font-size: var(--text-7xl);
}.text-8xl {
  font-size: var(--text-8xl);
}.text-9xl {
  font-size: var(--text-9xl);
}.text-\[0\.5rem\] {
  font-size: 0.5rem;
}.text-\[0\.625rem\] {
  font-size: 0.625rem;
}.text-\[0\.6875rem\] {
  font-size: 0.6875rem;
}.text-\[0\.75rem\] {
  font-size: 0.75rem;
}.text-\[0\.875rem\] {
  font-size: 0.875rem;
}.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}.text-\[1\.125rem\] {
  font-size: 1.125rem;
}.text-\[1\.25rem\] {
  font-size: 1.25rem;
}.text-\[1\.5rem\] {
  font-size: 1.5rem;
}.text-\[10px\] {
  font-size: 10px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[1rem\] {
  font-size: 1rem;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[28px\] {
  font-size: 28px;
}.text-\[2rem\] {
  font-size: 2rem;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[3rem\] {
  font-size: 3rem;
}.text-\[4\.125rem\] {
  font-size: 4.125rem;
}.text-\[40px\] {
  font-size: 40px;
}.text-base {
  font-size: var(--text-base);
}.text-current {
  font-size: current;
}.text-lg {
  font-size: var(--text-lg);
}.text-sm {
  font-size: var(--text-sm);
}.text-xs {
  font-size: var(--text-xs);
}.font-bold {
  font-weight: 700;
}.font-light {
  font-weight: 300;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.italic {
  font-style: italic;
}.leading-\[1\.1\] {
  line-height: 1.1;
}.leading-\[1\.25\] {
  line-height: 1.25;
}.leading-\[1\.2\] {
  line-height: 1.2;
}.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}.leading-\[1\.4\] {
  line-height: 1.4;
}.leading-\[1\.5\] {
  line-height: 1.5;
}.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}.leading-\[1rem\] {
  line-height: 1rem;
}.leading-none {
  line-height: 1;
}.leading-normal {
  line-height: 1.5;
}.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}.tracking-\[-4px\] {
  letter-spacing: -4px;
}.tracking-normal {
  letter-spacing: 0em;
}.text-\[--text-text\] {
  color: var(--text-text);
}.text-alerts-error {
  --tw-text-opacity: 1;
  color: rgb(177 28 40 / var(--tw-text-opacity, 1));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-current {
  color: currentColor;
}.text-green {
  --tw-text-opacity: 1;
  color: rgb(4 98 56 / var(--tw-text-opacity, 1));
}.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(4 98 56 / var(--tw-text-opacity, 1));
}.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(28 66 32 / var(--tw-text-opacity, 1));
}.text-lime {
  --tw-text-opacity: 1;
  color: rgb(187 209 81 / var(--tw-text-opacity, 1));
}.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(187 209 81 / var(--tw-text-opacity, 1));
}.text-slate-green {
  --tw-text-opacity: 1;
  color: rgb(88 110 92 / var(--tw-text-opacity, 1));
}.text-slate-green-700 {
  --tw-text-opacity: 1;
  color: rgb(88 110 92 / var(--tw-text-opacity, 1));
}.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(43 75 80 / var(--tw-text-opacity, 1));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.underline {
  text-decoration-line: underline;
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0 {
  opacity: 0;
}.opacity-100 {
  opacity: 1;
}.shadow-header {
  --tw-shadow: 0 0 4px 0;
  --tw-shadow-colored: 0 0 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-gray-300 {
  --tw-shadow-color: #C6C4C2;
  --tw-shadow: var(--tw-shadow-colored);
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline {
  outline-style: solid;
}.outline-0 {
  outline-width: 0px;
}.outline-1 {
  outline-width: 1px;
}.outline-2 {
  outline-width: 2px;
}.outline-offset-2 {
  outline-offset: 2px;
}.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}.grayscale {
  --tw-grayscale: grayscale(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);
}.filter-none {
  filter: none;
}.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all {
  transition-property: all;
  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;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.content-\[\"\"\] {
  --tw-content: "";
  content: var(--tw-content);
}.content-\[\"\*\"\] {
  --tw-content: "*";
  content: var(--tw-content);
}.bg-extend-white {
  box-shadow: 34vw 0 0 0 #FFFFFF, -34vw 0 0 0 #FFFFFF, 75vw 0 0 0 #FFFFFF, -75vw 0 0 0 #FFFFFF;
}.bg-extend-gray-50 {
  box-shadow: 34vw 0 0 0 #FAFAFA, -34vw 0 0 0 #FAFAFA, 75vw 0 0 0 #FAFAFA, -75vw 0 0 0 #FAFAFA;
}.bg-extend-gray-200 {
  box-shadow: 34vw 0 0 0 #DAD8CC, -34vw 0 0 0 #DAD8CC, 75vw 0 0 0 #DAD8CC, -75vw 0 0 0 #DAD8CC;
}.bg-extend-green-900 {
  box-shadow: 34vw 0 0 0 #1C4220, -34vw 0 0 0 #1C4220, 75vw 0 0 0 #1C4220, -75vw 0 0 0 #1C4220;
}.bg-extend-blue-800 {
  box-shadow: 34vw 0 0 0 #0A4260, -34vw 0 0 0 #0A4260, 75vw 0 0 0 #0A4260, -75vw 0 0 0 #0A4260;
}.bg-extend-turquoise-400 {
  box-shadow: 34vw 0 0 0 #6AB5BF, -34vw 0 0 0 #6AB5BF, 75vw 0 0 0 #6AB5BF, -75vw 0 0 0 #6AB5BF;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}@media (min-width: 100%) {

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

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

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

  .container {
    max-width: 1440px;
  }
}.search-sidebar {
  position: fixed;
  right: -100%;
  top: 0px;
  z-index: 99999;
  margin: 0px;
  display: flex;
  display: none;
  height: 100%;
  width: 100vw;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}@media (min-width: 768px) {

  .search-sidebar {
    right: -445px;
    width: 445px;
  }
}.search-sidebar--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 20px;box-shadow:0 0 4px 0 #c6c4c2;justify-content: flex-end;
}.search-sidebar--top h2 {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(28 66 32 / var(--tw-text-opacity, 1));
}.search-sidebar--top .views-filters-summary {
  width: 100%;
  display: none;
}.search-sidebar--top .views-filters-summary .items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: none;
}.search-sidebar--content {
  flex-grow: 1;
  position: relative;
}.search-sidebar--content .close-sidebar {
  position: absolute;
  top: 20px;
  right: 20px;
}.search-sidebar--content .close-sidebar:hover {
  text-decoration-line: underline;
}.search-sidebar--content form {
  overflow-y: scroll;height:100svh;
}.search-sidebar--content .form--inline {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 20px;
  margin-bottom: 4rem;
}.search-sidebar--content .form-item {
  order: 3;
  display: block;
  width: 100%;
}.search-sidebar--content .bef-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}.search-sidebar--content details {
  margin-right: 0px;
  border-radius: 15px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 205 200 / var(--tw-border-opacity, 1));
}.search-sidebar--content details summary {
  position: relative;
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(28 66 32 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}.search-sidebar--content details summary::marker{content:""}.search-sidebar--content details summary::-webkit-details-marker{display:none}.search-sidebar--content details summary:focus,.search-sidebar--content details summary:focus-visible {
  border-radius: 15px;
  outline-style: solid;
  outline-width: 2px;
  outline-color: #1C4220;
}.search-sidebar--content details summary::after {
  position: absolute;
  right: 20px;
  top: 12px;
  height: 14px;
  width: 14px;
  font-size: 20px;font-family:"theme-icons-sj5ueXutGC7tcAjEbo";content:"";
}.search-sidebar--content details[open] summary::after{content:""}.search-sidebar--content details .details-wrapper {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}.search-sidebar--content details .details-wrapper .form-item {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}.search-sidebar--content .form-type-select {
  order: 2;
}.search-sidebar--content fieldset[data-drupal-selector=edit-sort-by] {
  order: 1;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 216 204 / var(--tw-border-opacity, 1));
  padding: 0px;
  padding-bottom: 1.25rem;
}.search-sidebar--content fieldset[data-drupal-selector=edit-sort-by] legend {
  margin-bottom: 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}.search-sidebar--content fieldset[data-drupal-selector=edit-sort-by] .fieldset-wrapper .form-item {
  display: flex;
  gap: 10px;
}.search-sidebar--content .form-actions {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 20px;box-shadow:0 0 4px 0 #c6c4c2;
}.search-sidebar--content .form-actions button {
  width: 100%;
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}.search-sidebar.opened {
  right: 0px;
  display: block;
}body.search-filter-open {
  max-height: 100vh;
  overflow: hidden;
}body.search-filter-open::after{content:"";position: fixed;top: 0px;left: 0px;z-index: 999;height: 100%;width: 100%;background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));--tw-bg-opacity: 0.5}.before\:\!hidden::before {
  content: var(--tw-content);
  display: none !important;
}.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}.before\:content-none::before {
  --tw-content: none;
  content: var(--tw-content);
}.after\:mx-0::after {
  content: var(--tw-content);
  margin-left: 0px;
  margin-right: 0px;
}.after\:flex-none::after {
  content: var(--tw-content);
  flex: none;
}.after\:px-2::after {
  content: var(--tw-content);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.after\:content-\[\'\/\'\]::after {
  --tw-content: '/';
  content: var(--tw-content);
}.first\:mt-0:first-child {
  margin-top: 0px;
}.last\:mr-0:last-child {
  margin-right: 0px;
}.last\:border-r-0:last-child {
  border-right-width: 0px;
}.last\:pr-0:last-child {
  padding-right: 0px;
}.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 98 56 / var(--tw-bg-opacity, 1));
}.hover\:bg-lime:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 209 81 / var(--tw-bg-opacity, 1));
}.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(106 167 26 / var(--tw-text-opacity, 1));
}.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgb(28 66 32 / var(--tw-text-opacity, 1));
}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.hover\:drop-shadow-md:hover {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}.focus\:outline:focus {
  outline-style: solid;
}.focus\:outline-2:focus {
  outline-width: 2px;
}.focus\:outline-green-900:focus {
  outline-color: #1C4220;
}.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}.group:focus-visible .group-focus-visible\:opacity-100 {
  opacity: 1;
}@media not all and (min-width: 1024px) {

  .max-lg\:absolute {
    position: absolute;
  }

  .max-lg\:right-\[-40px\] {
    right: -40px;
  }

  .max-lg\:top-\[47px\] {
    top: 47px;
  }

  .max-lg\:z-10 {
    z-index: 10;
  }

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

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

  .max-lg\:p-\[20px\] {
    padding: 20px;
  }
}@media not all and (min-width: 768px) {

  .max-md\:right-\[-20px\] {
    right: -20px;
  }

  .max-md\:w-8 {
    width: 2rem;
  }
}@media (min-width: 576px) {

  .xs\:mt-\[424px\] {
    margin-top: 424px;
  }

  .xs\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xs\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xs\:pb-\[50px\] {
    padding-bottom: 50px;
  }
}@media (min-width: 667px) {

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

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

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

  .sm\:mr-4 {
    margin-right: 1rem;
  }

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

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

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

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

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

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

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

  .sm\:max-w-layout-2xs {
    max-width: 445px;
  }

  .sm\:basis-60 {
    flex-basis: 15rem;
  }

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

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:p-\[13px\] {
    padding: 13px;
  }

  .sm\:p-\[30px\] {
    padding: 30px;
  }

  .sm\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .sm\:text-2xl {
    font-size: var(--text-2xl);
  }

  .sm\:text-2xs {
    font-size: var(--text-2xs);
  }

  .sm\:text-3xl {
    font-size: var(--text-3xl);
  }

  .sm\:text-\[0\.625rem\] {
    font-size: 0.625rem;
  }

  .sm\:text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

  .sm\:text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }

  .sm\:text-\[0\.9375rem\] {
    font-size: 0.9375rem;
  }

  .sm\:text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }

  .sm\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .sm\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .sm\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .sm\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .sm\:text-\[0\.9375\] {
    color: 0.9375;
  }
}@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:right-\[-445px\] {
    right: -445px;
  }

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

  .md\:top-\[35px\] {
    top: 35px;
  }

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

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

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

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

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

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

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-\[0\] {
    margin-left: 0;
  }

  .md\:ml-\[10px\] {
    margin-left: 10px;
  }

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

  .md\:mr-\[40px\] {
    margin-right: 40px;
  }

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

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

  .md\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

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

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

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

  .md\:w-\[calc\(\(100\%-30px\)\/2\)\] {
    width: calc((100% - 30px) / 2);
  }

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

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

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

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

  .md\:grid-cols-editorial-md {
    grid-template-columns: 1fr auto;
  }

  .md\:grid-rows-editorial-md {
    grid-template-rows: auto 1fr;
  }

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

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

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

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

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

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

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

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

  .md\:gap-\[0\] {
    gap: 0;
  }

  .md\:gap-\[25px\] {
    gap: 25px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .md\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:rounded-2xl {
    border-radius: 0.9375rem;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(198 196 194 / var(--tw-border-opacity, 1));
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:p-\[1\.875rem\] {
    padding: 1.875rem;
  }

  .md\:p-\[15px\] {
    padding: 15px;
  }

  .md\:p-\[20px\] {
    padding: 20px;
  }

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

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[3\.75rem\] {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .md\:pl-\[10px\] {
    padding-left: 10px;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-\[60px\] {
    padding-right: 60px;
  }

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

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

  .md\:text-4xl {
    font-size: var(--text-4xl);
  }

  .md\:text-\[0\.625rem\] {
    font-size: 0.625rem;
  }

  .md\:text-\[0\.6875rem\] {
    font-size: 0.6875rem;
  }

  .md\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .md\:text-\[1\.1875rem\] {
    font-size: 1.1875rem;
  }

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .md\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .md\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

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

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

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

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

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

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

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

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[3\.4375rem\] {
    font-size: 3.4375rem;
  }

  .md\:text-base {
    font-size: var(--text-base);
  }

  .md\:text-xs {
    font-size: var(--text-xs);
  }

  @media not all and (min-width: 1280px) {

    .md\:max-xl\:mr-0 {
      margin-right: 0px;
    }

    .md\:max-xl\:flex-col {
      flex-direction: column;
    }

    .md\:max-xl\:items-start {
      align-items: flex-start;
    }

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

    .md\:max-xl\:gap-y-\[5px\] {
      row-gap: 5px;
    }

    .md\:max-xl\:pl-0 {
      padding-left: 0px;
    }
  }
}@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:right-5 {
    right: 1.25rem;
  }

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

  .lg\:top-\[var\(--sticky-header-height\)\] {
    top: var(--sticky-header-height);
  }

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

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

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

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

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

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

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

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

  .lg\:mt-\[1\.8125rem\] {
    margin-top: 1.8125rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:max-w-layout-md {
    max-width: 870px;
  }

  .lg\:max-w-layout-sm {
    max-width: 644px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

  .lg\:grid-cols-editorial-lg {
    grid-template-columns: minmax(300px, 43fr) minmax(570px, 57fr);
  }

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

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

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

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

  .lg\:self-start {
    align-self: flex-start;
  }

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

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

  .lg\:p-\[30px\] {
    padding: 30px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

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

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

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

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

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

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

  .lg\:text-2xl {
    font-size: var(--text-2xl);
  }

  .lg\:text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-lg {
    font-size: var(--text-lg);
  }

  .lg\:leading-\[1\.5\] {
    line-height: 1.5;
  }
}@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:top-auto {
    top: auto;
  }

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

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:mt-\[50px\] {
    margin-top: 50px;
  }

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

  .xl\:w-\[26\.25rem\] {
    width: 26.25rem;
  }

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

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

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

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

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:px-\[110px\] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xl\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .xl\:pr-\[180px\] {
    padding-right: 180px;
  }

  .xl\:text-2xs {
    font-size: var(--text-2xs);
  }

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

  .xl\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

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

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

  .xl\:text-base {
    font-size: var(--text-base);
  }

  .xl\:text-lg {
    font-size: var(--text-lg);
  }

  .xl\:text-sm {
    font-size: var(--text-sm);
  }
}@media (min-width: 1440px) {

  .\32xl\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

  .\32xl\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}.\[\&\.webform-address--wrapper\]\:mt-7\.5.webform-address--wrapper {
  margin-top: 1.875rem;
}.\[\&_\*\]\:text-teal-800 * {
  --tw-text-opacity: 1;
  color: rgb(43 75 80 / var(--tw-text-opacity, 1));
}.\[\&_\*\]\:text-white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}@media not all and (min-width: 768px) {

  .\[\&_\*\]\:max-md\:text-\[0\.625rem\] * {
    font-size: 0.625rem;
  }
}.\[\&_\.view-content\]\:grid-cols-2 .view-content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.\[\&_\.view-content\]\:gap-x-7\.5 .view-content {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}@media not all and (min-width: 768px) {

  .\[\&_\.view-content\]\:max-md\:space-y-7\.5 .view-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }
}@media (min-width: 768px) {

  .\[\&_\.view-content\]\:md\:grid .view-content {
    display: grid;
  }
}.\[\&_\.view-id-articles_\.node--type-article\]\:bg-gray-50 .view-id-articles .node--type-article {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}.\[\&_\.xsmall\]\:my-5 .xsmall {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.\[\&_em\]\:italic em {
  font-style: italic;
}.\[\&_h3\]\:mt-10 h3 {
  margin-top: 2.5rem;
}.\[\&_img\]\:absolute img {
  position: absolute;
}.\[\&_img\]\:inset-0 img {
  inset: 0px;
}.\[\&_img\]\:block img {
  display: block;
}.\[\&_img\]\:h-\[72px\] img {
  height: 72px;
}.\[\&_img\]\:h-auto img {
  height: auto;
}.\[\&_img\]\:h-full img {
  height: 100%;
}.\[\&_img\]\:w-\[120px\] img {
  width: 120px;
}.\[\&_img\]\:w-auto img {
  width: auto;
}.\[\&_img\]\:w-full img {
  width: 100%;
}.\[\&_img\]\:rounded-\[12px\] img {
  border-radius: 12px;
}.\[\&_img\]\:rounded-\[6px\] img {
  border-radius: 6px;
}.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 667px) {

  .sm\:\[\&_img\]\:h-\[76px\] img {
    height: 76px;
  }

  .\[\&_img\]\:sm\:w-\[145px\] img {
    width: 145px;
  }
}@media (min-width: 1024px) {

  .lg\:\[\&_img\]\:h-\[80px\] img {
    height: 80px;
  }
}.\[\&_input\.error\]\:border input.error {
  border-width: 1px;
}.\[\&_input\.error\]\:border-alerts-error input.error {
  --tw-border-opacity: 1;
  border-color: rgb(177 28 40 / var(--tw-border-opacity, 1));
}.\[\&_p\:first-child\]\:mt-0 p:first-child {
  margin-top: 0px;
}.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}.\[\&_p\]\:text-\[0\.75rem\] p {
  font-size: 0.75rem;
}.\[\&_p\]\:text-\[1em\] p {
  font-size: 1em;
}.\[\&_p\]\:leading-\[inherit\] p {
  line-height: inherit;
}.\[\&_strong\]\:font-bold strong {
  font-weight: 700;
}.\[\&_strong\]\:font-medium strong {
  font-weight: 500;
}.\[\&_sub\]\:text-\[50\%\] sub {
  font-size: 50%;
}.\[\&_sup\]\:text-\[50\%\] sup {
  font-size: 50%;
}.\[\&_svg\]\:h-\[72px\] svg {
  height: 72px;
}.\[\&_svg\]\:w-auto svg {
  width: auto;
}@media (min-width: 667px) {

  .sm\:\[\&_svg\]\:h-\[76px\] svg {
    height: 76px;
  }
}@media (min-width: 1024px) {

  .lg\:\[\&_svg\]\:h-\[80px\] svg {
    height: 80px;
  }
}.\[\&_textarea\.error\]\:border textarea.error {
  border-width: 1px;
}.\[\&_textarea\.error\]\:border-alerts-error textarea.error {
  --tw-border-opacity: 1;
  border-color: rgb(177 28 40 / var(--tw-border-opacity, 1));
}
/*# sourceMappingURL=sidebar-modal.css.map */
