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

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root{
    --color-inherit: inherit;
    --color-current: currentColor;
    --color-transparent: transparent;
    --color-black: #000;
    --color-white: #ffffff;
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cbd5e1;
    --color-slate-400: #94a3b8;
    --color-slate-500: #64748b;
    --color-slate-600: #475569;
    --color-slate-700: #334155;
    --color-slate-800: #1e293b;
    --color-slate-900: #0f172a;
    --color-slate-950: #020617;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5db;
    --color-gray-400: #9ca3af;
    --color-gray-500: #6b7280;
    --color-gray-600: #4b5563;
    --color-gray-700: #374151;
    --color-gray-800: #1f2937;
    --color-gray-900: #111827;
    --color-gray-950: #030712;
    --color-zinc-50: #fafafa;
    --color-zinc-100: #f4f4f5;
    --color-zinc-200: #e4e4e7;
    --color-zinc-300: #d4d4d8;
    --color-zinc-400: #a1a1aa;
    --color-zinc-500: #71717a;
    --color-zinc-600: #52525b;
    --color-zinc-700: #3f3f46;
    --color-zinc-800: #27272a;
    --color-zinc-900: #18181b;
    --color-zinc-950: #09090b;
    --color-neutral-50: #fafafa;
    --color-neutral-100: #f5f5f5;
    --color-neutral-200: #e5e5e5;
    --color-neutral-300: #d4d4d4;
    --color-neutral-400: #a3a3a3;
    --color-neutral-500: #737373;
    --color-neutral-600: #525252;
    --color-neutral-700: #404040;
    --color-neutral-800: #262626;
    --color-neutral-900: #171717;
    --color-neutral-950: #0a0a0a;
    --color-stone-50: #fafaf9;
    --color-stone-100: #f5f5f4;
    --color-stone-200: #e7e5e4;
    --color-stone-300: #d6d3d1;
    --color-stone-400: #a8a29e;
    --color-stone-500: #78716c;
    --color-stone-600: #57534e;
    --color-stone-700: #44403c;
    --color-stone-800: #292524;
    --color-stone-900: #1c1917;
    --color-stone-950: #0c0a09;
    --color-red-50: #fef2f2;
    --color-red-100: #fee2e2;
    --color-red-200: #fecaca;
    --color-red-300: #fca5a5;
    --color-red-400: #f87171;
    --color-red-500: #ef4444;
    --color-red-600: #dc2626;
    --color-red-700: #b91c1c;
    --color-red-800: #991b1b;
    --color-red-900: #7f1d1d;
    --color-red-950: #450a0a;
    --color-orange-50: #fff7ed;
    --color-orange-100: #ffedd5;
    --color-orange-200: #fed7aa;
    --color-orange-300: #fdba74;
    --color-orange-400: #fb923c;
    --color-orange-500: #f97316;
    --color-orange-600: #ea580c;
    --color-orange-700: #c2410c;
    --color-orange-800: #9a3412;
    --color-orange-900: #7c2d12;
    --color-orange-950: #431407;
    --color-amber-50: #fffbeb;
    --color-amber-100: #fef3c7;
    --color-amber-200: #fde68a;
    --color-amber-300: #fcd34d;
    --color-amber-400: #fbbf24;
    --color-amber-500: #f59e0b;
    --color-amber-600: #d97706;
    --color-amber-700: #b45309;
    --color-amber-800: #92400e;
    --color-amber-900: #78350f;
    --color-amber-950: #451a03;
    --color-yellow-50: #fefce8;
    --color-yellow-100: #fef9c3;
    --color-yellow-200: #fef08a;
    --color-yellow-300: #fde047;
    --color-yellow-400: #facc15;
    --color-yellow-500: #eab308;
    --color-yellow-600: #ca8a04;
    --color-yellow-700: #a16207;
    --color-yellow-800: #854d0e;
    --color-yellow-900: #713f12;
    --color-yellow-950: #422006;
    --color-lime-50: #f7fee7;
    --color-lime-100: #ecfccb;
    --color-lime-200: #d9f99d;
    --color-lime-300: #bef264;
    --color-lime-400: #a3e635;
    --color-lime-500: #84cc16;
    --color-lime-600: #65a30d;
    --color-lime-700: #4d7c0f;
    --color-lime-800: #3f6212;
    --color-lime-900: #365314;
    --color-lime-950: #1a2e05;
    --color-green-50: #f0fdf4;
    --color-green-100: #dcfce7;
    --color-green-200: #bbf7d0;
    --color-green-300: #86efac;
    --color-green-400: #4ade80;
    --color-green-500: #22c55e;
    --color-green-600: #16a34a;
    --color-green-700: #15803d;
    --color-green-800: #166534;
    --color-green-900: #14532d;
    --color-green-950: #052e16;
    --color-emerald-50: #ecfdf5;
    --color-emerald-100: #d1fae5;
    --color-emerald-200: #a7f3d0;
    --color-emerald-300: #6ee7b7;
    --color-emerald-400: #34d399;
    --color-emerald-500: #10b981;
    --color-emerald-600: #059669;
    --color-emerald-700: #047857;
    --color-emerald-800: #065f46;
    --color-emerald-900: #064e3b;
    --color-emerald-950: #022c22;
    --color-teal-50: #f0fdfa;
    --color-teal-100: #ccfbf1;
    --color-teal-200: #99f6e4;
    --color-teal-300: #5eead4;
    --color-teal-400: #2dd4bf;
    --color-teal-500: #14b8a6;
    --color-teal-600: #0d9488;
    --color-teal-700: #0f766e;
    --color-teal-800: #115e59;
    --color-teal-900: #134e4a;
    --color-teal-950: #042f2e;
    --color-cyan-50: #ecfeff;
    --color-cyan-100: #cffafe;
    --color-cyan-200: #a5f3fc;
    --color-cyan-300: #67e8f9;
    --color-cyan-400: #22d3ee;
    --color-cyan-500: #06b6d4;
    --color-cyan-600: #0891b2;
    --color-cyan-700: #0e7490;
    --color-cyan-800: #155e75;
    --color-cyan-900: #164e63;
    --color-cyan-950: #083344;
    --color-sky-50: #f0f9ff;
    --color-sky-100: #e0f2fe;
    --color-sky-200: #bae6fd;
    --color-sky-300: #7dd3fc;
    --color-sky-400: #38bdf8;
    --color-sky-500: #0ea5e9;
    --color-sky-600: #0284c7;
    --color-sky-700: #0369a1;
    --color-sky-800: #075985;
    --color-sky-900: #0c4a6e;
    --color-sky-950: #082f49;
    --color-blue-50: #eff6ff;
    --color-blue-100: #dbeafe;
    --color-blue-200: #bfdbfe;
    --color-blue-300: #93c5fd;
    --color-blue-400: #60a5fa;
    --color-blue-500: #3b82f6;
    --color-blue-600: #2563eb;
    --color-blue-700: #1d4ed8;
    --color-blue-800: #1e40af;
    --color-blue-900: #1e3a8a;
    --color-blue-950: #172554;
    --color-indigo-50: #eef2ff;
    --color-indigo-100: #e0e7ff;
    --color-indigo-200: #c7d2fe;
    --color-indigo-300: #a5b4fc;
    --color-indigo-400: #818cf8;
    --color-indigo-500: #6366f1;
    --color-indigo-600: #4f46e5;
    --color-indigo-700: #4338ca;
    --color-indigo-800: #3730a3;
    --color-indigo-900: #312e81;
    --color-indigo-950: #1e1b4b;
    --color-violet-50: #f5f3ff;
    --color-violet-100: #ede9fe;
    --color-violet-200: #ddd6fe;
    --color-violet-300: #c4b5fd;
    --color-violet-400: #a78bfa;
    --color-violet-500: #8b5cf6;
    --color-violet-600: #7c3aed;
    --color-violet-700: #6d28d9;
    --color-violet-800: #5b21b6;
    --color-violet-900: #4c1d95;
    --color-violet-950: #2e1065;
    --color-purple-50: #faf5ff;
    --color-purple-100: #f3e8ff;
    --color-purple-200: #e9d5ff;
    --color-purple-300: #d8b4fe;
    --color-purple-400: #c084fc;
    --color-purple-500: #a855f7;
    --color-purple-600: #9333ea;
    --color-purple-700: #7e22ce;
    --color-purple-800: #6b21a8;
    --color-purple-900: #581c87;
    --color-purple-950: #3b0764;
    --color-fuchsia-50: #fdf4ff;
    --color-fuchsia-100: #fae8ff;
    --color-fuchsia-200: #f5d0fe;
    --color-fuchsia-300: #f0abfc;
    --color-fuchsia-400: #e879f9;
    --color-fuchsia-500: #d946ef;
    --color-fuchsia-600: #c026d3;
    --color-fuchsia-700: #a21caf;
    --color-fuchsia-800: #86198f;
    --color-fuchsia-900: #701a75;
    --color-fuchsia-950: #4a044e;
    --color-pink-50: #fdf2f8;
    --color-pink-100: #fce7f3;
    --color-pink-200: #fbcfe8;
    --color-pink-300: #f9a8d4;
    --color-pink-400: #f472b6;
    --color-pink-500: #ec4899;
    --color-pink-600: #db2777;
    --color-pink-700: #be185d;
    --color-pink-800: #9d174d;
    --color-pink-900: #831843;
    --color-pink-950: #500724;
    --color-rose-50: #fff1f2;
    --color-rose-100: #ffe4e6;
    --color-rose-200: #fecdd3;
    --color-rose-300: #fda4af;
    --color-rose-400: #fb7185;
    --color-rose-500: #f43f5e;
    --color-rose-600: #e11d48;
    --color-rose-700: #be123c;
    --color-rose-800: #9f1239;
    --color-rose-900: #881337;
    --color-rose-950: #4c0519;
    --color-primary: var(--primary);
    --color-primary-hover: var(--primary-hover);
    --color-primary-text: var(--primary-text);
    --color-secondary: var(--secondary);
    --color-secondary-hover: var(--secondary-hover);
    --color-background: var(--background);
    --color-text: var(--text);
    --color-text-hover: var(--text-hover);
    --color-hover: var(--text-hover);
    --color-social-icons: var(--social-icons);
    --color-label: var(--label);
    --color-header: var(--header);
    --color-footer-text: var(--footer-text);
    --color-light-green: #e0f0ef;
    --color-light-orange: #f8f0e6;
        --body-bg: #fefefe;
        /* --headline-font: 'Neutra', sans-serif;
        --label-font: 'Montserrat', sans-serif;
        --body-font: 'Montserrat', sans-serif; */
        --text: #374151;
        --text-hover: #B36100;
        --primary: #B36100;
        --primary-text: #FFFFFF;
        --primary-hover: #B36100;
        --secondary: #A79927;
        --secondary-hover: #A79927;
        --background: #FEFBFF;
        --social-icons: '#52525B';
        --banner-social-icons: #FFFFFF;
        --pagination-arrow-disabled: #D4D4D8;
        --label: #52525B;
        --secondary-text: #FFFFFF;
        --header: white;
        --footer-text: #6B7280;
}

    body {
        background-image: url('/content/img/careers/page-bg-tl.svg'), url('/content/img/careers/page-bg-mr.svg'), url('/content/img/careers/page-bg-b.svg');
        background-position: top left, center right, bottom center;
        background-repeat: no-repeat;
        font-family: azo-sans-web, sans-serif;
        color: var(--text);
    }

    h1, h2, h3, h4{
    font-family: azo-sans-uber, sans-serif;
}

    h1, h2{
    font-size: 28px;
}

    @media (min-width: 768px){

    h1, h2{
        font-size: 35px;
    }
}

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    a{
    color: var(--text);
    text-decoration-line: underline;
}

    a:hover{
    color: var(--text-hover);
}
.tw-prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.tw-prose :where(p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.tw-prose :where([class~="lead"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.tw-prose :where(a):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.tw-prose :where(strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.tw-prose :where(a strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(blockquote strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(thead th strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.tw-prose :where(ol[type="A"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: upper-alpha;
}
.tw-prose :where(ol[type="a"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: lower-alpha;
}
.tw-prose :where(ol[type="A" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: upper-alpha;
}
.tw-prose :where(ol[type="a" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: lower-alpha;
}
.tw-prose :where(ol[type="I"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: upper-roman;
}
.tw-prose :where(ol[type="i"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: lower-roman;
}
.tw-prose :where(ol[type="I" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: upper-roman;
}
.tw-prose :where(ol[type="i" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: lower-roman;
}
.tw-prose :where(ol[type="1"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: decimal;
}
.tw-prose :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.tw-prose :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.tw-prose :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
}
.tw-prose :where(dt):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.tw-prose :where(hr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.tw-prose :where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.tw-prose :where(blockquote p:first-of-type):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before{
    content: open-quote;
}
.tw-prose :where(blockquote p:last-of-type):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after{
    content: close-quote;
}
.tw-prose :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.tw-prose :where(h1 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 900;
    color: inherit;
}
.tw-prose :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.tw-prose :where(h2 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 800;
    color: inherit;
}
.tw-prose :where(h3):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.tw-prose :where(h3 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.tw-prose :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.tw-prose :where(h4 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.tw-prose :where(img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.tw-prose :where(picture):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.tw-prose :where(video):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.tw-prose :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before{
    content: "`";
}
.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after{
    content: "`";
}
.tw-prose :where(a code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(h1 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(h2 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
}
.tw-prose :where(h3 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
}
.tw-prose :where(h4 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(blockquote code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(thead th code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before{
    content: none;
}
.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after{
    content: none;
}
.tw-prose :where(table):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.tw-prose :where(thead):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.tw-prose :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.tw-prose :where(tbody tr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.tw-prose :where(tbody tr:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-bottom-width: 0;
}
.tw-prose :where(tbody td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    vertical-align: baseline;
}
.tw-prose :where(tfoot):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.tw-prose :where(tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    vertical-align: top;
}
.tw-prose :where(th, td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    text-align: start;
}
.tw-prose :where(figure > *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.tw-prose :where(figcaption):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.tw-prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.tw-prose :where(picture > img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.tw-prose :where(li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.tw-prose :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-start: 0.375em;
}
.tw-prose :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-start: 0.375em;
}
.tw-prose :where(.tw-prose > ul > li p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.tw-prose :where(.tw-prose > ul > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 1.25em;
}
.tw-prose :where(.tw-prose > ul > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-bottom: 1.25em;
}
.tw-prose :where(.tw-prose > ol > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 1.25em;
}
.tw-prose :where(.tw-prose > ol > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-bottom: 1.25em;
}
.tw-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.tw-prose :where(dl):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.tw-prose :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.tw-prose :where(hr + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(h2 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(h3 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(h4 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(thead th:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-start: 0;
}
.tw-prose :where(thead th:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-end: 0;
}
.tw-prose :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.tw-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-start: 0;
}
.tw-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-end: 0;
}
.tw-prose :where(figure):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.tw-prose :where(.tw-prose > :first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(.tw-prose > :last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-bottom: 0;
}
.tw-prose{
    color: var(--tw-prose-body);
    max-width: 65ch;
}
.tw-prose :where(p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.tw-prose :where([class~="lead"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.tw-prose :where(a):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
}
.tw-prose :where(strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.tw-prose :where(a strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(blockquote strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(thead th strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.tw-prose :where(ol[type="A"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: upper-alpha;
}
.tw-prose :where(ol[type="a"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: lower-alpha;
}
.tw-prose :where(ol[type="A" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: upper-alpha;
}
.tw-prose :where(ol[type="a" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: lower-alpha;
}
.tw-prose :where(ol[type="I"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: upper-roman;
}
.tw-prose :where(ol[type="i"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: lower-roman;
}
.tw-prose :where(ol[type="I" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: upper-roman;
}
.tw-prose :where(ol[type="i" s]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: lower-roman;
}
.tw-prose :where(ol[type="1"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: decimal;
}
.tw-prose :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
}
.tw-prose :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
}
.tw-prose :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
}
.tw-prose :where(dt):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
}
.tw-prose :where(hr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
}
.tw-prose :where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
}
.tw-prose :where(blockquote p:first-of-type):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before{
    content: open-quote;
}
.tw-prose :where(blockquote p:last-of-type):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after{
    content: close-quote;
}
.tw-prose :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
}
.tw-prose :where(h1 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 900;
    color: inherit;
}
.tw-prose :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
}
.tw-prose :where(h2 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 800;
    color: inherit;
}
.tw-prose :where(h3):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
}
.tw-prose :where(h3 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.tw-prose :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.tw-prose :where(h4 strong):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 700;
    color: inherit;
}
.tw-prose :where(img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.tw-prose :where(picture):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}
.tw-prose :where(video):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.tw-prose :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
}
.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before{
    content: "`";
}
.tw-prose :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after{
    content: "`";
}
.tw-prose :where(a code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(h1 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(h2 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
}
.tw-prose :where(h3 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
}
.tw-prose :where(h4 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(blockquote code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(thead th code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: inherit;
}
.tw-prose :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
}
.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::before{
    content: none;
}
.tw-prose :where(pre code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *))::after{
    content: none;
}
.tw-prose :where(table):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.tw-prose :where(thead):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.tw-prose :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.tw-prose :where(tbody tr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
}
.tw-prose :where(tbody tr:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-bottom-width: 0;
}
.tw-prose :where(tbody td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    vertical-align: baseline;
}
.tw-prose :where(tfoot):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
}
.tw-prose :where(tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    vertical-align: top;
}
.tw-prose :where(th, td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    text-align: start;
}
.tw-prose :where(figure > *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.tw-prose :where(figcaption):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
.tw-prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}
.tw-prose :where(picture > img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
}
.tw-prose :where(li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.tw-prose :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-start: 0.375em;
}
.tw-prose :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-start: 0.375em;
}
.tw-prose :where(.tw-prose > ul > li p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.tw-prose :where(.tw-prose > ul > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 1.25em;
}
.tw-prose :where(.tw-prose > ul > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-bottom: 1.25em;
}
.tw-prose :where(.tw-prose > ol > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 1.25em;
}
.tw-prose :where(.tw-prose > ol > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-bottom: 1.25em;
}
.tw-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.tw-prose :where(dl):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.tw-prose :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
}
.tw-prose :where(hr + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(h2 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(h3 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(h4 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(thead th:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-start: 0;
}
.tw-prose :where(thead th:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-end: 0;
}
.tw-prose :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
}
.tw-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-start: 0;
}
.tw-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    padding-inline-end: 0;
}
.tw-prose :where(figure):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
}
.tw-prose :where(.tw-prose > :first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-top: 0;
}
.tw-prose :where(.tw-prose > :last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
    margin-bottom: 0;
}
.accordion{
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.accordion-item .accordion-closed{
    max-height: 0px;
}
.accordion-item .accordion-closed.accordion-panel{
    border-width: 0px;
}
.accordion-panel{
    overflow: hidden;
    transition-property: max-height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.accordion-button svg{
    height: 1.25rem;
    width: 1.25rem;
    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-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.tw-invisible{
    visibility: hidden;
}
.tw-fixed{
    position: fixed;
}
.tw-absolute{
    position: absolute;
}
.tw-relative{
    position: relative;
}
.tw-bottom-0{
    bottom: 0px;
}
.tw-bottom-5{
    bottom: 1.25rem;
}
.tw-bottom-\[20\%\]{
    bottom: 20%;
}
.tw-bottom-\[2rem\]{
    bottom: 2rem;
}
.tw-left-0{
    left: 0px;
}
.tw-left-\[50\%\]{
    left: 50%;
}
.tw-right-0{
    right: 0px;
}
.tw-right-3{
    right: 0.75rem;
}
.tw-top-0{
    top: 0px;
}
.tw-top-\[-60px\]{
    top: -60px;
}
.tw-top-\[50\%\]{
    top: 50%;
}
.tw-z-0{
    z-index: 0;
}
.tw-z-\[0\]{
    z-index: 0;
}
.tw-z-\[10000\]{
    z-index: 10000;
}
.tw-z-\[10\]{
    z-index: 10;
}
.tw-z-\[1\]{
    z-index: 1;
}
.tw-z-\[99999\]{
    z-index: 99999;
}
.tw-order-last{
    order: 9999;
}
.tw-m-0{
    margin: 0px;
}
.\!tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.tw-mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.tw-mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.tw-mx-\[0\.25rem\]{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.tw-ml-\[10px\]{
    margin-left: 10px;
}
.tw-mr-\[16px\]{
    margin-right: 16px;
}
.tw-block{
    display: block;
}
.\!tw-flex{
    display: flex !important;
}
.tw-flex{
    display: flex;
}
.\!tw-hidden{
    display: none !important;
}
.tw-hidden{
    display: none;
}
.\!tw-h-\[36px\]{
    height: 36px !important;
}
.\!tw-h-\[52px\]{
    height: 52px !important;
}
.tw-h-\[100\%\]{
    height: 100%;
}
.tw-h-\[150px\]{
    height: 150px;
}
.tw-h-\[30px\]{
    height: 30px;
}
.tw-h-\[34px\]{
    height: 34px;
}
.tw-h-\[40px\]{
    height: 40px;
}
.tw-h-\[50px\]{
    height: 50px;
}
.tw-h-\[570px\]{
    height: 570px;
}
.tw-h-\[80px\]{
    height: 80px;
}
.tw-h-full{
    height: 100%;
}
.tw-w-\[100\%\]{
    width: 100%;
}
.tw-w-\[125px\]{
    width: 125px;
}
.tw-w-\[170px\]{
    width: 170px;
}
.tw-w-\[290px\]{
    width: 290px;
}
.tw-w-\[36px\]{
    width: 36px;
}
.tw-w-\[40\%\]{
    width: 40%;
}
.tw-w-\[60\%\]{
    width: 60%;
}
.tw-w-\[80\%\]{
    width: 80%;
}
.tw-w-full{
    width: 100%;
}
.tw-max-w-\[1170px\]{
    max-width: 1170px;
}
.tw-max-w-\[130px\]{
    max-width: 130px;
}
.tw-max-w-\[280px\]{
    max-width: 280px;
}
.tw-max-w-\[900px\]{
    max-width: 900px;
}
.tw-max-w-full{
    max-width: 100%;
}
.tw-flex-\[1_0_0\]{
    flex: 1 0 0;
}
.-tw-translate-x-\[50\%\]{
    --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));
}
.-tw-translate-y-\[50\%\]{
    --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));
}
.tw-translate-x-\[-50\%\]{
    --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));
}
.tw-translate-y-\[-50\%\]{
    --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));
}
.tw-cursor-pointer{
    cursor: pointer;
}
.tw-list-none{
    list-style-type: none;
}
.tw-auto-cols-max{
    grid-auto-columns: max-content;
}
.tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tw-flex-row{
    flex-direction: row;
}
.tw-flex-col{
    flex-direction: column;
}
.tw-flex-wrap{
    flex-wrap: wrap;
}
.tw-items-start{
    align-items: flex-start;
}
.tw-items-center{
    align-items: center;
}
.tw-items-stretch{
    align-items: stretch;
}
.tw-justify-start{
    justify-content: flex-start;
}
.tw-justify-end{
    justify-content: flex-end;
}
.\!tw-justify-center{
    justify-content: center !important;
}
.tw-justify-center{
    justify-content: center;
}
.tw-justify-between{
    justify-content: space-between;
}
.tw-gap-4{
    gap: 1rem;
}
.tw-gap-\[12px\]{
    gap: 12px;
}
.tw-gap-\[16px\]{
    gap: 16px;
}
.tw-gap-\[1rem\]{
    gap: 1rem;
}
.tw-gap-\[24px\]{
    gap: 24px;
}
.tw-gap-\[32px\]{
    gap: 32px;
}
.tw-gap-\[8px\]{
    gap: 8px;
}
.tw-gap-wgt{
    gap: 24px;
}
.tw-gap-wgt-s{
    gap: 16px;
}
.tw-self-center{
    align-self: center;
}
.tw-self-stretch{
    align-self: stretch;
}
.tw-overflow-hidden{
    overflow: hidden;
}
.tw-overflow-y-auto{
    overflow-y: auto;
}
.tw-overflow-x-hidden{
    overflow-x: hidden;
}
.tw-rounded-\[0_0_24px_24px\]{
    border-radius: 0 0 24px 24px;
}
.tw-rounded-lg{
    border-radius: 16px;
}
.tw-rounded-b-banner{
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.tw-rounded-tl-lg{
    border-top-left-radius: 16px;
}
.tw-rounded-tr-lg{
    border-top-right-radius: 16px;
}
.tw-border{
    border-width: 1px;
}
.tw-border-\[1px\]{
    border-width: 1px;
}
.tw-border-x-0{
    border-left-width: 0px;
    border-right-width: 0px;
}
.tw-border-y-\[1px\]{
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.tw-border-t{
    border-top-width: 1px;
}
.tw-border-solid{
    border-style: solid;
}
.tw-border-\[\#D1D5DB\]{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.tw-border-\[\#F0F0F1\]{
    --tw-border-opacity: 1;
    border-color: rgb(240 240 241 / var(--tw-border-opacity, 1));
}
.tw-border-\[rgba\(179_97_0_0\.10\)\]{
    border-color: rgba(179 97 0 0.10);
}
.tw-border-primary{
    border-color: var(--primary);
}
.tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.\!tw-bg-light-green{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 240 239 / var(--tw-bg-opacity, 1)) !important;
}
.tw-bg-\[rgba\(55\,65\,81\,0\.1\)\]{
    background-color: rgba(55,65,81,0.1);
}
.tw-bg-\[rgba\(55\,65\,81\,0\.2\)\]{
    background-color: rgba(55,65,81,0.2);
}
.tw-bg-header{
    background-color: var(--header);
}
.tw-bg-light-green{
    --tw-bg-opacity: 1;
    background-color: rgb(224 240 239 / var(--tw-bg-opacity, 1));
}
.tw-bg-light-orange{
    --tw-bg-opacity: 1;
    background-color: rgb(248 240 230 / var(--tw-bg-opacity, 1));
}
.tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[url\(\/Content\/img\/careers\/footer-bg\.svg\)\]{
    background-image: url(/Content/img/careers/footer-bg.svg);
}
.tw-bg-cover{
    background-size: cover;
}
.tw-bg-\[center_-140px\]{
    background-position: center -140px;
}
.tw-bg-center{
    background-position: center;
}
.tw-bg-no-repeat{
    background-repeat: no-repeat;
}
.tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.tw-p-0{
    padding: 0px;
}
.tw-p-8{
    padding: 2rem;
}
.tw-p-\[11px_0\]{
    padding: 11px 0;
}
.tw-p-\[16px\]{
    padding: 16px;
}
.tw-p-\[1rem\]{
    padding: 1rem;
}
.tw-p-\[32px_0\]{
    padding: 32px 0;
}
.tw-p-\[32px_16px\]{
    padding: 32px 16px;
}
.tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.tw-px-\[12px\]{
    padding-left: 12px;
    padding-right: 12px;
}
.tw-px-\[16px\]{
    padding-left: 16px;
    padding-right: 16px;
}
.tw-px-\[1rem\]{
    padding-left: 1rem;
    padding-right: 1rem;
}
.tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.tw-py-\[\.5rem\]{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.tw-py-\[32px\]{
    padding-top: 32px;
    padding-bottom: 32px;
}
.tw-pl-4{
    padding-left: 1rem;
}
.tw-pt-\[2rem\]{
    padding-top: 2rem;
}
.tw-text-center{
    text-align: center;
}
.tw-font-body{
    font-family: azo-sans-web, sans-serif;
}
.tw-font-headingHeavy{
    font-family: azo-sans-uber, sans-serif;
}
.tw-font-headingMedium{
    font-family: azo-sans-web, sans-serif;
}
.\!tw-text-sm{
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.tw-text-\[12px\]{
    font-size: 12px;
}
.tw-text-\[16px\]{
    font-size: 16px;
}
.tw-text-\[18px\]{
    font-size: 18px;
}
.tw-text-\[24px\]{
    font-size: 24px;
}
.tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.\!tw-font-medium{
    font-weight: 500 !important;
}
.tw-font-\[700\]{
    font-weight: 700;
}
.tw-font-bold{
    font-weight: 700;
}
.tw-font-medium{
    font-weight: 500;
}
.tw-uppercase{
    text-transform: uppercase;
}
.tw-text-footer-text{
    color: var(--footer-text);
}
.tw-text-text{
    color: var(--text);
}
.tw-text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-no-underline{
    text-decoration-line: none;
}
#header.scroll-header{
    border-radius: 64px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1),0px 4px 6px -2px rgba(0,0,0,0.05);
    --tw-shadow-colored: 0px 10px 15px -3px var(--tw-shadow-color), 0px 4px 6px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#header.scroll-header ul.top-menu li a{
    color: var(--text);
}
body {
}
.tw-button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration-line: none;
}
@media (min-width: 1280px){

    .tw-button{
        padding-left: 24px;
        padding-right: 24px;
    }
}
.tw-button{
    border-radius: 56px;
    height:40px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
    padding-top:3px;
}
.tw-button-primary{
    background-color: var(--primary);
    text-align: center;
    color: var(--primary-text);
}
.tw-button-primary:hover{
    --tw-brightness: brightness(.95);
    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);
        color: var(--primary-text);
}
.tw-button-secondary, .tw-button-primary-alt{
    background-color: white;
    outline-color: var(--primary);
    outline-width: 1px;
    outline-offset: -1px;
    outline-style: solid;
    color: var(--primary);
}
.tw-button-secondary:hover,.tw-button-primary-alt:hover{
    --tw-brightness: brightness(.95);
    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);
        color: var(--primary);
}
.tw-burger, .ma5menu__header .ma5menu__toggle{
    background-color: white;
    outline-color: var(--primary);
    outline-width: 1px;
    outline-offset: -1px;
    outline-style: solid;
    border-radius:56px;
    width: 36px;
    height:36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tw-burger:hover,.ma5menu__header .ma5menu__toggle:hover{
    --tw-brightness: brightness(.95);
    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);
}
.banner-icon{
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1280px){

    .banner-icon{
        height: 46px;
        width: 46px;
    }
}
.banner-icon{
    background-color: white;
    outline-color: var(--primary);
    outline-width: 1px;
    outline-offset: -1px;
    outline-style: solid;
    border-radius:56px;
}
.banner-icon svg{
    height: 20px;
    width: 20px;
}
@media (min-width: 1280px){

    .banner-icon svg{
        height: 24px;
        width: 24px;
    }
}
.banner-icon.facebook{
        outline-color:#3B82F6;
    }
.banner-icon.instagram{
        outline-color:#EC4899;
    }
.banner-icon.youtube{
        outline-color:#EF4444;
    }
.banner-icon.linkedin{
        outline-color:#3B82F6;
    }
#footer .banner-icon{
    height: 46px;
    width: 46px;
}
.ma5menu--active > body * {
    pointer-events: unset !important;
}
.ma5menu__container {
    font-size: 20px;
    font-weight: 500;
}
.ma5menu__container .ma5menu__panel--active {
        position: relative;
    }
.ma5menu__container .ma5menu__btn--enter {
        background: none;
        width: 50px;
        text-align: right;
    }
.ma5menu__container .ma5menu__btn--enter + a {
            padding-right: 0px !important;
            margin-right: 0px !important;
        }
.ma5menu__container .ma5menu__btn--enter svg {
            top: 17px;
            position: relative;
        }
.ma5menu__container .ma5menu__btn--leave {
        background: none;
        width: 16px;
    }
.ma5menu__container .ma5menu__close {
        background: none;
        width: 20px;
        height: 20px;
    }
.ma5menu__container .ma5menu__leave {
        background-color: transparent !important;
        border: none;
        text-align: left;
        padding: 0 0 0 30px;
        border-bottom: solid 1px #D1D5DB;
        font-size: 20px;
    }
.ma5menu__container .ma5menu__alert {
        display:none;
    }
.ma5menu__container .ma5menu__panel {
        background: none !important;
    }
.ma5menu__container .ma5menu__panel ul {
            position: relative;
            height: auto !important;
        }
.ma5menu__container .ma5menu__panel ul li img{display:none;}
.ma5menu__container .ma5menu__panel ul li p{display:none;}
.ma5menu__container .ma5menu__panel ul li a, .ma5menu__container .ma5menu__panel ul li .ma5menu__category {
                    border-bottom: none !important;
                    min-height: 35px;
                    font-size: 20px;
                    padding: 20px 0px;
                }
@media only screen and (max-height: 820px) {
.ma5menu__container .ma5menu__panel ul li a, .ma5menu__container .ma5menu__panel ul li .ma5menu__category {
                        font-size: 20px;
                        padding: 15px 0px
                }
                    }
@media only screen and (max-height: 600px) {
.ma5menu__container .ma5menu__panel ul li a, .ma5menu__container .ma5menu__panel ul li .ma5menu__category {
                        font-size: 20px;
                        padding: 10px 0px
                }
                    }
.ma5menu__container .ma5menu__panel ul li:first-of-type {
                border-top: none !important;
            }
.ma5menu__container .ma5menu__head {
        border-bottom: none !important;
    }
.ma5menu__container .ma5menu__header {
        height: 80px !important;
    }
.ma5menu__container .ma5menu__header a {
            text-decoration: none;
            color: white;
        }
.ma5menu__container .ma5menu__header .ma5menu__toggle {
            position: relative;
            height: 36px;
            width: 36px;
        }
.ma5menu__container .ma5menu__header img {
            max-width: 450px;
            height: 100%;
            width: 100%;
        }
.ma5menu__container .ma5menu__header .book-btn {
            margin: 1rem 1rem 0rem 0rem;
            padding: 0.8rem;
            background-color: transparent;
            color: white;
            border: 1px solid;
            min-width: 6rem;
            width: 6rem;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            display: flex;
            justify-content: center;
        }
.ma5menu__container .ma5menu__footer {
        color: #6B7280;
        font-family: 'azo-sans-uber';
        font-size: 18px;
        padding: 0 0 20px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
.ma5menu__container .ma5menu__footer a.banner-icon {
            width: 32px;
        }
.ma5menu__panel > ul li a{
    color: var(--text) !important;
}
/*.ma5menu__container-wrapper {
    @apply tw-rounded-[24px];
}*/
.ma5menu__panel--active{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ma5menu--active:before{
    z-index: unset !important;
}
.banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4{
    font-size: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px){

    .banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4{
        font-size: 64px;
    }
}
.home-banner .slick-list{
    height: 100%;
}
.home-banner .slick-list .slick-track{
    height: 100%;
}
.cookie-policy {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    margin: 0 20px;
    z-index: 99999;
}
.cookie-policy > .row {
        position: relative;
    }
.cookie-policy .cookie-content-outer {
        height: 100%;
        padding-right: 20px !important;
    }
.cookie-policy .cookie-content-outer .cookie-content-inner {
            display: table;
            height: 100%;
        }
.cookie-policy .cookie-content-outer .cookie-content {
            display: table-cell;
            vertical-align: middle;
            margin: 0;
        }
.cookie-policy .cookie-content-outer{

        margin-bottom: 20px;
}
.cookie-policy .accept-link {
        background: transparent;
        text-transform: uppercase;
        min-width: auto;
        width: 100%;
        margin: 0;
    }
ul.top-menu{
    margin:0;
    position: relative;
}
ul.top-menu li{
        position: relative;
        margin-right:32px;
        display:inline-block;
    }
ul.top-menu li a{ color: white;
        margin-right: 0;
        padding:10px 0;
         }
ul.top-menu li ul{
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
            
            box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
            margin:0;
            display:none;
            position:absolute;
            min-width:256px;
            background:white;
            border-radius: 8px;
}
ul.top-menu li ul li{
    margin: 0px;
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    border-radius: 8px;
}
ul.top-menu li ul li a {
                    color:black; 
                    margin-right:0; 
                    padding-top: 3px; 
                    padding-bottom: 3px; 
                    padding-left: 12px; 
                    padding-right: 12px;
                 }
ul.top-menu li ul li:hover{
                    background:#F3F4F6;
                }
ul.top-menu li ul li ul{
                margin:0;
                left:100%;
                top:0;
               }
ul.top-menu li ul li.active {
                background:#F3F4F6;
                }
ul.top-menu li:hover ul{
    display:flex;
}
ul.top-menu li:hover ul ul{
        display:none;
    }
ul.top-menu li ul li:hover ul{
    display:flex;
}
ul.top-menu li.parent.active:before{
    position: absolute;
    left: 50%;
    top: calc(100% - 3px);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--primary);
    --tw-content: "";
    content: var(--tw-content);
}
.column-article-slider{
    margin:0;
    padding:0;
}
.grid-content{
    /* this p needed so buttons or other inline elements do not go full width due to flex */
    
}
.rolloverEffect {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
}
.rolloverOverlay {
    position: relative;
    width: auto;
}
/* Accordion */
.top-links{
    --tw-bg-opacity: 1;
    background-color: rgb(5 2 3 / var(--tw-bg-opacity, 1));
    font-size: 0.90625rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.top-links a{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.top-links a:hover{
    color: var(--primary) !important;
}
.top-links .campaign-banner{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.top-links p{
    margin-bottom: 0px !important;
}
.top-links #divCloseBanner{
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 0px;
}
.top-links svg{
    position: absolute;
    right: 1rem;
    margin: 0px;
    width: 1.3rem;
    --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));
    fill: white;
    padding: 0px;
}
@media (min-width: 768px){

    .top-links svg{
        right: 1.5rem;
    }
}
.top-links svg {
    -ms-transform: translateY(-50%);
}
.top-links #mob-cb-slider .slick-track, #dt-cb-slider .slick-track{
    display: flex;
    align-items: center;
    justify-content: center;
}
.middle-section-content{
    width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.swiper-pagination-bullet-active{
    background-color: var(--primary) !important;
}
@media (max-width: 480px) {
    .swiper-button-prev, .swiper-button-next{
        display: none !important;
    }
}
.grid-article-swiper{
    border-radius: 1.4rem;
    padding-left: 26px;
    padding-right: 26px;
}
@media (min-width: 768px){

    .grid-article-swiper{
        padding-left: 46px;
        padding-right: 46px;
    }
}
.grid-article-swiper .swiper-slide-active {
        opacity: 1 !important;
    }
.grid-article-swiper .swiper-slide {
        opacity: .5;
    }
.chevron{
    display: flex;
    height: 2em;
    width: 2em;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    --tw-bg-opacity: 1;
    background-color: rgb(27 126 121 / var(--tw-bg-opacity, 1));
}
.chevron svg path{
    fill: white;
    stroke: white;
}
.chevron svg{
    width: 17px;
}
#blogItems a:hover{
    color: unset;
}
.banner-actions-container {
    max-width: 100% !important;
}
p.size-2 {
    font-size: 130%
}
p.size-3 {
    font-size: 160%
}
p.size-4 {
    font-size: 190%
}
p.size-5 {
    font-size: 220%
}
p.size-6 {
    font-size: 250%
}
p.size-7 {
    font-size: 270%
}
.quote{
    padding-left:20px;
    border-left:solid 1px #71717A;
    color: #6B7280;
}
/* footer */
.mvg{
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}
.text-center{
    text-align: center;
}
.selectric-wrapper{
    width: 100% !important;
}
.selectric .label{
    color: var(--text);
}
.tw-prose .tw-button
    {
        display: inline-block;
        padding: 1rem 2rem;
        height: auto;
    }
.careers-gradient-bg{
    border-radius: 16px;
    background-image: url('/content/img/careers/img-tile-bg-1.png'),url('/content/img/careers/img-tile-bg-2.png');
    background-repeat: no-repeat;
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (min-width: 1280px){

    .careers-gradient-bg{
        padding-top: 96px;
        padding-bottom: 96px;
    }
}
.careers-gradient-bg {
    background-position: -2000px center, -500px -1900px;
}
iframe[src^="https://www.youtube.com/"]{
    max-width: 100%;
}
@media (max-width: 640px) {
iframe[src^="https://www.youtube.com/"]{
        width: 100% !important;
    }
    }
.top-links .flex-row{
    display: flex;
}
.top-links .columns, .top-links .swiper{
    flex: 1 1 0px;
}
@media (min-width: 1024px){

    .lg\:tw-prose-lg{
        font-size: 1.125rem;
        line-height: 1.7777778;
    }

    .lg\:tw-prose-lg :where(p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }

    .lg\:tw-prose-lg :where([class~="lead"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
    }

    .lg\:tw-prose-lg :where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        padding-inline-start: 1em;
    }

    .lg\:tw-prose-lg :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
    }

    .lg\:tw-prose-lg :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
    }

    .lg\:tw-prose-lg :where(h3):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 1.3333333em;
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
    }

    .lg\:tw-prose-lg :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
    }

    .lg\:tw-prose-lg :where(img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .lg\:tw-prose-lg :where(picture):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .lg\:tw-prose-lg :where(picture > img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
    }

    .lg\:tw-prose-lg :where(video):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .lg\:tw-prose-lg :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        padding-inline-end: 0.4444444em;
        padding-bottom: 0.2222222em;
        padding-inline-start: 0.4444444em;
    }

    .lg\:tw-prose-lg :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
    }

    .lg\:tw-prose-lg :where(h2 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8666667em;
    }

    .lg\:tw-prose-lg :where(h3 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.875em;
    }

    .lg\:tw-prose-lg :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        padding-inline-end: 1.5em;
        padding-bottom: 1em;
        padding-inline-start: 1.5em;
    }

    .lg\:tw-prose-lg :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-inline-start: 1.5555556em;
    }

    .lg\:tw-prose-lg :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-inline-start: 1.5555556em;
    }

    .lg\:tw-prose-lg :where(li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }

    .lg\:tw-prose-lg :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-start: 0.4444444em;
    }

    .lg\:tw-prose-lg :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-start: 0.4444444em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ul > li p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ul > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ul > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-bottom: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ol > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ol > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-bottom: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }

    .lg\:tw-prose-lg :where(dl):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(dt):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0.6666667em;
        padding-inline-start: 1.5555556em;
    }

    .lg\:tw-prose-lg :where(hr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
    }

    .lg\:tw-prose-lg :where(hr + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(h2 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(h3 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(h4 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(table):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.5;
    }

    .lg\:tw-prose-lg :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        padding-inline-start: 0.75em;
    }

    .lg\:tw-prose-lg :where(thead th:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-start: 0;
    }

    .lg\:tw-prose-lg :where(thead th:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-end: 0;
    }

    .lg\:tw-prose-lg :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-top: 0.75em;
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        padding-inline-start: 0.75em;
    }

    .lg\:tw-prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-start: 0;
    }

    .lg\:tw-prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-end: 0;
    }

    .lg\:tw-prose-lg :where(figure):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .lg\:tw-prose-lg :where(figure > *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
    }

    .lg\:tw-prose-lg :where(figcaption):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > :first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > :last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-bottom: 0;
    }

    .lg\:tw-prose-lg{
        font-size: 1.125rem;
        line-height: 1.7777778;
    }

    .lg\:tw-prose-lg :where(p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }

    .lg\:tw-prose-lg :where([class~="lead"]):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
    }

    .lg\:tw-prose-lg :where(blockquote):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.6666667em;
        margin-bottom: 1.6666667em;
        padding-inline-start: 1em;
    }

    .lg\:tw-prose-lg :where(h1):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
    }

    .lg\:tw-prose-lg :where(h2):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 1.6666667em;
        margin-top: 1.8666667em;
        margin-bottom: 1.0666667em;
        line-height: 1.3333333;
    }

    .lg\:tw-prose-lg :where(h3):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 1.3333333em;
        margin-top: 1.6666667em;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
    }

    .lg\:tw-prose-lg :where(h4):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
    }

    .lg\:tw-prose-lg :where(img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .lg\:tw-prose-lg :where(picture):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .lg\:tw-prose-lg :where(picture > img):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
    }

    .lg\:tw-prose-lg :where(video):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .lg\:tw-prose-lg :where(kbd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
        border-radius: 0.3125rem;
        padding-top: 0.2222222em;
        padding-inline-end: 0.4444444em;
        padding-bottom: 0.2222222em;
        padding-inline-start: 0.4444444em;
    }

    .lg\:tw-prose-lg :where(code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
    }

    .lg\:tw-prose-lg :where(h2 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8666667em;
    }

    .lg\:tw-prose-lg :where(h3 code):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.875em;
    }

    .lg\:tw-prose-lg :where(pre):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        padding-inline-end: 1.5em;
        padding-bottom: 1em;
        padding-inline-start: 1.5em;
    }

    .lg\:tw-prose-lg :where(ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-inline-start: 1.5555556em;
    }

    .lg\:tw-prose-lg :where(ul):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-inline-start: 1.5555556em;
    }

    .lg\:tw-prose-lg :where(li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
    }

    .lg\:tw-prose-lg :where(ol > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-start: 0.4444444em;
    }

    .lg\:tw-prose-lg :where(ul > li):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-start: 0.4444444em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ul > li p):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ul > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ul > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-bottom: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ol > li > p:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > ol > li > p:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-bottom: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
    }

    .lg\:tw-prose-lg :where(dl):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(dt):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.3333333em;
    }

    .lg\:tw-prose-lg :where(dd):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0.6666667em;
        padding-inline-start: 1.5555556em;
    }

    .lg\:tw-prose-lg :where(hr):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
    }

    .lg\:tw-prose-lg :where(hr + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(h2 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(h3 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(h4 + *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(table):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.5;
    }

    .lg\:tw-prose-lg :where(thead th):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        padding-inline-start: 0.75em;
    }

    .lg\:tw-prose-lg :where(thead th:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-start: 0;
    }

    .lg\:tw-prose-lg :where(thead th:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-end: 0;
    }

    .lg\:tw-prose-lg :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-top: 0.75em;
        padding-inline-end: 0.75em;
        padding-bottom: 0.75em;
        padding-inline-start: 0.75em;
    }

    .lg\:tw-prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-start: 0;
    }

    .lg\:tw-prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        padding-inline-end: 0;
    }

    .lg\:tw-prose-lg :where(figure):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
    }

    .lg\:tw-prose-lg :where(figure > *):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
        margin-bottom: 0;
    }

    .lg\:tw-prose-lg :where(figcaption):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > :first-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-top: 0;
    }

    .lg\:tw-prose-lg :where(.lg\:tw-prose-lg > :last-child):not(:where([class~="tw-not-prose"],[class~="tw-not-prose"] *)){
        margin-bottom: 0;
    }
}
.first\:tw-ml-0:first-child{
    margin-left: 0px;
}
.hover\:tw-bg-light-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(224 240 239 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px){

    .md\:tw-order-first{
        order: -9999;
    }

    .md\:tw-order-last{
        order: 9999;
    }

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

    .md\:tw-flex{
        display: flex;
    }

    .md\:tw-grid{
        display: grid;
    }

    .md\:tw-hidden{
        display: none;
    }

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

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

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

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

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

    .md\:tw-w-2\/3{
        width: 66.666667%;
    }

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

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

    .md\:tw-min-w-\[30\%\]{
        min-width: 30%;
    }

    .md\:tw-max-w-\[1536px\]{
        max-width: 1536px;
    }

    .md\:tw-max-w-\[250px\]{
        max-width: 250px;
    }

    .md\:tw-max-w-\[900px\]{
        max-width: 900px;
    }

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

    .md\:tw-gap-8{
        gap: 2rem;
    }

    .md\:tw-gap-wgt-l{
        gap: 64px;
    }

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

    .md\:tw-border-l-\[\#D1D5D\]{
        border-left-color: #D1D5D;
    }

    .md\:tw-border-l-\[solid\]{
        border-left-color: solid;
    }

    .md\:tw-object-cover{
        -o-object-fit: cover;
           object-fit: cover;
    }

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

    .md\:tw-pl-4{
        padding-left: 1rem;
    }
}
@media (min-width: 1024px){

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

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

    .lg\:tw-px-\[16px\]{
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 1280px){

    .xl\:tw-left-\[10\%\]{
        left: 10%;
    }

    .xl\:tw-order-first{
        order: -9999;
    }

    .xl\:\!tw-flex{
        display: flex !important;
    }

    .xl\:tw-flex{
        display: flex;
    }

    .xl\:tw-hidden{
        display: none;
    }

    .xl\:\!tw-h-\[44px\]{
        height: 44px !important;
    }

    .xl\:tw-h-\[848px\]{
        height: 848px;
    }

    .xl\:tw-w-\[180px\]{
        width: 180px;
    }

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

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

    .xl\:tw-flex-row{
        flex-direction: row;
    }

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

    .xl\:tw-items-center{
        align-items: center;
    }

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

    .xl\:tw-p-\[32px_0\]{
        padding: 32px 0;
    }

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

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

    .xl\:tw-text-left{
        text-align: left;
    }

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

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

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