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

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

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

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

html {
  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: poppins, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
.prose {
  color: #222121;
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #222121;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover {
  color: #2c5282;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.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-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-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: 22px;
  line-height: 1.5;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose {
  font-weight: 300;
}
.prose-sm {
  font-size: 18px;
  line-height: 1.333333;
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-weight: 400;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-40 {
  top: 10rem;
}
.top-5 {
  top: 1.25rem;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[var\(--header-height\)\] {
  margin-top: var(--header-height);
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-full {
  width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-8xl {
  max-width: 88rem;
}
.max-w-alignedWidth {
  max-width: calc(1280px + (2 * var(--site-margin)));
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.grow {
  flex-grow: 1;
}
.basis-2\/5 {
  flex-basis: 40%;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.basis-80 {
  flex-basis: 20rem;
}
.basis-\[clamp\(200px\2c _25vw\2c _400px\)\] {
  flex-basis: clamp(200px, 25vw, 400px);
}
.origin-top {
  transform-origin: top;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2-auto {
  grid-template-rows: repeat(2, auto);
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.break-all {
  word-break: break-all;
}
.rounded-full {
  border-radius: 9999px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  border-color: #222121;
}
.border-white {
  border-color: #fffef9;
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 33 / var(--tw-bg-opacity));
}
.bg-black\/30 {
  background-color: rgb(34 33 33 / 0.3);
}
.bg-black\/70 {
  background-color: rgb(34 33 33 / 0.7);
}
.bg-black\/90 {
  background-color: rgb(34 33 33 / 0.9);
}
.bg-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 33 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(126 126 126 / var(--tw-bg-opacity));
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 211 / var(--tw-bg-opacity));
}
.bg-gray-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 236 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 249 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-11 {
  padding: 2.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[var\(--site-margin\)\] {
  padding-left: var(--site-margin);
  padding-right: var(--site-margin);
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-\[var\(--site-margin\)\] {
  padding-left: var(--site-margin);
}
.pr-4 {
  padding-right: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-64 {
  padding-top: 16rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-heading {
  font-family: Neue Haas Grotesk, sans-serif;
}
.font-sans {
  font-family: poppins, sans-serif;
}
.font-serif {
  font-family: ABC Arizona, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[color\:var\(--header-foreground-color\)\] {
  color: var(--header-foreground-color);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(34 33 33 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity));
}
.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(214 214 211 / var(--tw-text-opacity));
}
.text-gray-lightest {
  --tw-text-opacity: 1;
  color: rgb(241 241 236 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\@container {
  container-type: inline-size;
}
html {
  --header-foreground-color: #FFFEF9;
}

/* purgecss start ignore */
body {
  font-family: "poppins", sans-serif;
  width: 100%;
  overflow-x: hidden;
  background-color: #FFFEF9;
  color: #222121;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.scrolled #logo svg #logo-outline {
  stroke: white;
  stroke-width: 3px;
  z-index: -1;
}

main {
  flex: 1 1 0%;
}

::-moz-selection {
  background: #eaeae6;
}

::selection,
::-moz-selection {
  background: #eaeae6;
}

.bg-gray ::-moz-selection {
  background: #222121;
}

.bg-gray ::selection,
.bg-gray ::-moz-selection {
  background: #222121;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 10, 2023 */
@font-face {
  font-family: "caslon";
  src: url("/assets/fonts/acaslonpro-regular-webfont.woff2") format("woff2"), url("/assets/fonts/acaslonpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "caslon";
  src: url("/assets/fonts/acaslonpro-italic-webfont.woff2") format("woff2"), url("/assets/fonts/acaslonpro-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "caslon";
  src: url("/assets/fonts/acaslonpro-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/acaslonpro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "caslon";
  src: url("/assets/fonts/acaslonpro-semibolditalic-webfont.woff2") format("woff2"), url("/assets/fonts/acaslonpro-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "caslon";
  src: url("/assets/fonts/acaslonpro-bold-webfont.woff2") format("woff2"), url("/assets/fonts/acaslonpro-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "caslon";
  src: url("/assets/fonts/acaslonpro-bolditalic-webfont.woff2") format("woff2"), url("/assets/fonts/acaslonpro-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 11, 2023 */
@font-face {
  font-family: "ABC Arizona";
  src: url("/assets/fonts/ABCArizonaText-Light.woff2") format("woff2"), url("/assets/fonts/ABCArizonaText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ABC Arizona";
  src: url("/assets/fonts/ABCArizonaText-Regular.woff2") format("woff2"), url("/assets/fonts/ABCArizonaText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABC Arizona";
  src: url("/assets/fonts/ABCArizonaText-RegularItalic.woff2") format("woff2"), url("/assets/fonts/ABCArizonaText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ABC Arizona";
  src: url("/assets/fonts/ABCArizonaText-Medium.woff2") format("woff2"), url("/assets/fonts/ABCArizonaText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 10, 2023 */
@font-face {
  font-family: "poppins";
  src: url("/assets/fonts/poppins-regular-webfont.woff2") format("woff2"), url("/assets/fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("/assets/fonts/poppins-italic-webfont.woff2") format("woff2"), url("/assets/fonts/poppins-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "poppins";
  src: url("/assets/fonts/poppins-medium-webfont.woff2") format("woff2"), url("/assets/fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("/assets/fonts/poppins-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "poppins";
  src: url("/assets/fonts/poppins-bold-webfont.woff2") format("woff2"), url("/assets/fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 10, 2023 */
@font-face {
  font-family: "Neue Haas Grotesk";
  src: url("/assets/fonts/neue_haas_grotesk_display_std_65_medium-webfont.woff2") format("woff2"), url("/assets/fonts/neue_haas_grotesk_display_std_65_medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #FFFEF9;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: poppins, sans-serif;
}

main {
  flex: 1 1 0%;
}

::-moz-selection {
  background: #eaeae6;
}

::selection,
::-moz-selection {
  background: #eaeae6;
}

.bg-gray ::-moz-selection {
  background: #222121;
}

.bg-gray ::selection,
.bg-gray ::-moz-selection {
  background: #222121;
}

h1,
.h1 {
  font-size: 22.128px;
}
@media screen and (min-width: 420px) {
  h1,
.h1 {
    font-size: calc(2.6595348837vw + 10.9579534884px);
  }
}
@media screen and (min-width: 1280px) {
  h1,
.h1 {
    font-size: 45px;
  }
}

h2,
.h2 {
  font-size: 30px;
}
@media screen and (min-width: 420px) {
  h2,
.h2 {
    font-size: calc(0.9302325581vw + 26.0930232558px);
  }
}
@media screen and (min-width: 1280px) {
  h2,
.h2 {
    font-size: 38px;
  }
}

h3,
.h3 {
  font-size: 24px;
}
@media screen and (min-width: 420px) {
  h3,
.h3 {
    font-size: calc(0.6976744186vw + 21.0697674419px);
  }
}
@media screen and (min-width: 1280px) {
  h3,
.h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  h4,
.h4 {
    font-size: calc(0.2325581395vw + 15.023255814px);
  }
}
@media screen and (min-width: 1280px) {
  h4,
.h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media screen and (min-width: 420px) {
  h5, .h5 {
    font-size: calc(0.2325581395vw + 15.023255814px);
  }
}
@media screen and (min-width: 1280px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 14px;
}
@media screen and (min-width: 420px) {
  h6,
.h6 {
    font-size: calc(0.2325581395vw + 13.023255814px);
  }
}
@media screen and (min-width: 1280px) {
  h6,
.h6 {
    font-size: 16px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.5rem;
  font-family: Neue Haas Grotesk, sans-serif;
  font-weight: 500;
  line-height: 1.25;
}

.site-name {
  font-size: 32px;
  margin: 0;
}

.badge {
  position: relative;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 249 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: poppins, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity));
}

.hero-title {
  max-width: 56rem;
  font-family: ABC Arizona, serif;
  line-height: 1;
  font-size: 36px;
}
@media screen and (min-width: 420px) {
  .hero-title {
    font-size: calc(2.7906976744vw + 24.2790697674px);
  }
}
@media screen and (min-width: 1280px) {
  .hero-title {
    font-size: 60px;
  }
}
.hero-title + .descriptor {
  margin-top: 1rem;
}

.badge + .hero-title {
  margin-top: 3rem;
}

.descriptor {
  font-weight: 500;
  text-transform: uppercase;
}
.descriptor + .btn {
  margin-top: 2rem;
  display: inline-block;
}

.prose .m-0 {
  margin: 0;
}

.prose + .prose > :first-child {
  margin-top: 2rem;
}

.prose .btn {
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.prose .btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
}

.prose + .float-right {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.core-contrib {
  background-image: url("/images/core-contrib.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon {
  width: 1rem;
  height: 1rem;
}

.footer-stacked {
  height: 5rem;
}
.footer-stacked > svg {
  height: 100%;
  width: auto;
}

.box-shadow {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 0px 2px 0px rgba(0, 0, 0, 0.15);
}

/* @media screen and (max-width: 767px) {
	#header {
		@apply shadow-lg py-4;
	}
} */
.headerLayout {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  grid-template-rows: 1fr;
  grid-template-areas: "logo . menuButton";
}
.headerLayout .headerLayout__logo {
  grid-area: logo;
}
.headerLayout .headerLayout__menu-button {
  grid-area: menuButton;
}
.headerLayout .headerLayout__nav-main {
  grid-area: navMain;
}
.headerLayout .headerLayout__btn1 {
  grid-area: btn1;
}
.headerLayout .headerLayout__btn2 {
  grid-area: btn2;
}
.headerLayout .headerLayout__nav-secondary {
  grid-area: navSecondary;
}
body.nav-open .headerLayout {
  grid-template-columns: 1fr min-content;
  grid-template-rows: min-content 1fr auto;
  grid-template-areas: ". menuButton" "navMain navMain" "navSecondary logo";
}
body.nav-open .headerLayout .headerLayout__logo {
  align-self: end;
}
body.nav-open .headerLayout .headerLayout__nav-btn,
body.nav-open .headerLayout .headerLayout__donate-btn {
  display: none;
}
@media (min-width: 768px) {
  .headerLayout {
    grid-template-columns: min-content 1fr min-content;
    grid-template-rows: min-content 1fr;
    grid-template-areas: "logo navMain btn2" "logo .       btn1";
  }
  .headerLayout .headerLayout__nav-btn,
.headerLayout .headerLayout__donate-btn {
    display: flex;
  }
  body.scrolled .headerLayout {
    grid-template-columns: min-content 1fr min-content min-content;
    grid-template-rows: 1fr;
    grid-template-areas: "logo navMain btn1 btn2";
  }
}
@media (min-width: 1024px) {
  .headerLayout {
    grid-template-columns: min-content 1fr min-content min-content;
    grid-template-rows: 1fr;
    grid-template-areas: "logo navMain btn1 btn2";
  }
  body.homepage .headerLayout {
    grid-template-columns: min-content 1fr min-content;
    grid-template-rows: min-content 1fr;
    grid-template-areas: "logo navMain btn2" "logo .       btn1";
  }
  body.scrolled .headerLayout {
    grid-template-columns: min-content 1fr min-content min-content;
    grid-template-rows: 1fr;
    grid-template-areas: "logo navMain btn1 btn2";
  }
}
@media (min-width: 1280px) {
  body.homepage .headerLayout {
    grid-template-columns: min-content 1fr min-content;
  }
  body.scrolled .headerLayout {
    grid-template-columns: min-content 1fr min-content min-content;
    grid-template-rows: 1fr;
    grid-template-areas: "logo navMain btn1 btn2";
  }
}
@media (min-width: 1600px) {
  body.homepage .headerLayout {
    grid-template-columns: min-content 1fr 395px min-content;
    grid-template-areas: "logo navMain . btn2" "logo .       . btn1";
  }
  body.scrolled .headerLayout {
    grid-template-columns: min-content 1fr min-content min-content;
    grid-template-rows: 1fr;
    grid-template-areas: "logo navMain btn1 btn2";
  }
}

@media screen and (min-width: 768px) {
  #header {
    transition: box-shadow 0.15s, padding 0.15s;
  }
}
.heroLayout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "lead" "trio" "cta";
}
.heroLayout .hero__lead {
  grid-area: lead;
}
.heroLayout .hero__trio {
  grid-area: trio;
}
.heroLayout .hero__cta {
  grid-area: cta;
}
@media (min-width: 640px) {
  .heroLayout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "lead lead" "trio cta";
  }
}
@media (min-width: 768px) {
  .heroLayout {
    grid-template-columns: 3fr 2fr;
    grid-template-areas: "lead lead" "trio cta";
  }
}
@media (min-width: 1024px) {
  .heroLayout {
    grid-template-columns: 1fr 23vw 17vw;
    grid-template-rows: auto;
    grid-template-areas: "lead trio cta";
  }
}
@media (min-width: 1600px) {
  .heroLayout {
    grid-template-columns: 1fr 395px 277px;
  }
}

/* #header {
	&:not(.headerWhite) {
		.header-wrap {
			justify-content: space-between;
		}

		.logo {
			&-black{
				opacity: 1;
			}
		}

		li {
			a:not(.link) {
				@apply text-black hover:text-gray;
			}
		}
	}
	&.headerWhite {
		.header-wrap {
			justify-content: space-between;
		}
		&.homeheader {
				.header-wrap {
					justify-content: space-between;
				}
				.nav-main {
					@screen xl {
							padding-left: 7rem;
					}
				}
		}
		.nav-main {
			// @screen md {
			// 	padding-left: 100px;
			// }
			// @screen lg {
			// 	padding-left: 80px;
			// }
			// @screen xl {
			// 	padding-left: 40px;
			// }

			li {
				a:not(.donate-button) {
					font-size: 20px;

					@screen md {
						font-size: 14px;
						@apply text-white;

						&.link {
							&:hover {
								background-image: linear-gradient(#222121, #222121);
							}
						}

						.scrolled & {
							@apply text-black;

							&.link {
								&:hover {
									background-image: linear-gradient(#d6d6d3, #d6d6d3);
								}
							}
						}
					}
				}
			}
		}
	}
} */
/*#logo svg {
	height: 34px;
}*/
.hero {
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: var(--site-margin);
  padding-right: var(--site-margin);
}
@media (min-width: 768px) {
  .hero {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .hero {
    height: 600px;
  }
}

.hero.hero-audio {
  height: auto;
}

.max-width {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media screen and (min-width: 1312px) {
  .max-width {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-2xl {
    width: 100%;
    max-width: 1600px;
  }
}
.content-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-margin);
  padding-right: var(--site-margin);
  max-width: calc(800px + var(--site-margin) * 2);
}
.max-width .content-width {
  padding-left: 0px;
  padding-right: 0px;
}

.min-h-50 {
  min-height: 50vh;
}

.min-h-33 {
  min-height: 33.333vh;
}

.flex-video {
  position: relative;
}

.flex-video iframe {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

.breakout,
.pull-left.pull-right {
  position: relative;
  width: calc(100vw - var(--site-margin) * 2);
  max-width: 1280px;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + var(--site-margin));
  margin-right: calc(-50vw + var(--site-margin));
}

.block-quote.pull-right {
  padding-left: 3rem;
}

@media screen and (min-width: 1520px) {
  .float-right figure {
    margin-top: 0px;
    margin-left: 1.5rem;
  }

  .breakout,
.pull-left.pull-right {
    width: calc(1520px - var(--site-margin) * 2);
    margin-left: calc(-760px + var(--site-margin));
    margin-right: calc(-760px + var(--site-margin));
  }

  .content-width .pull-right {
    float: right;
    width: 420px;
    margin-right: -224px;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {

  .nav-button-margin {
    margin-left: 11rem;
  }
}

@media (min-width: 768px) {
  .hero-image-height {
    height: 500px !important;
  }
}
@media (min-width: 1024px) {
  .hero-image-height {
    height: 750px !important;
  }
}

.hover-link:hover {
  color: #2e2626 !important;
}

.hover-gray-link:hover {
  color: #7e7e7e !important;
}

#chapter-nav {
  position: sticky;
  top: 5rem;
  overflow: hidden;
}
#chapter-nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(34 33 33 / var(--tw-text-opacity));
}

@media screen and (max-width: 1279px) {
  #chapter-nav {
    margin-left: -1rem;
    margin-right: -1rem;
    height: 3rem;
    border-bottom-width: 1px;
    border-color: #d6d6d3;
    --tw-bg-opacity: 1;
    background-color: rgb(255 254 249 / var(--tw-bg-opacity));
    width: 100vw;
    top: 3.2rem;
    z-index: 9;
  }

  .chapters > li {
    line-height: 24px;
    position: absolute;
    inset: 0px;
    margin-left: 1rem;
    margin-right: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 254 249 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }
  .chapters > li::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 236 / var(--tw-bg-opacity));
    border-radius: 2px;
    bottom: 0.5rem;
    height: 0.35rem;
  }
  .chapters > li:nth-child(1) {
    z-index: 10;
  }
  .chapters > li:nth-child(2) {
    z-index: 9;
  }
  .chapters > li:nth-child(3) {
    z-index: 8;
  }
  .chapters > li:nth-child(4) {
    z-index: 7;
  }
  .chapters > li:nth-child(5) {
    z-index: 6;
  }
  .chapters > li:nth-child(6) {
    z-index: 5;
  }
  .chapters > li:nth-child(7) {
    z-index: 4;
  }

  .chapters > li.push-back {
    z-index: -1;
  }

  .chapters .progress-bar {
    position: absolute;
    left: 0px;
    right: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(214 214 211 / var(--tw-bg-opacity));
    border-radius: 2px;
    bottom: 0.5rem;
    height: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-main {
    position: fixed;
    inset: 0px;
    height: 0px;
    width: 100vw;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(126 126 126 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
  }

.nav-main ::-moz-selection {
  background: #222121;
}

.nav-main ::selection,.nav-main ::-moz-selection {
  background: #222121;
}
  .nav-main {
    opacity: 0;
    display: flex !important;
    transition: opacity 0.2s ease-in-out, height 0.01s ease-in-out 0.2s;
  }
  .nav-main a:hover,
.nav-main a:focus {
    --tw-text-opacity: 1;
    color: rgb(255 254 249 / var(--tw-text-opacity));
    text-decoration-line: none;
  }

  .nav-main.open {
    padding-top: 5rem;
    padding-bottom: 3rem;
    height: 100vh;
    /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }

  .nav-main .nav-active {
    --tw-text-opacity: 1;
    color: rgb(255 254 249 / var(--tw-text-opacity));
  }

  body.nav-open {
    overflow: hidden;
  }

  #chapter-nav {
    top: 5.5rem;
  }
}
@media screen and (max-width: 640px) {
  #chapter-nav {
    top: 4.4rem;
  }
}
.link {
  text-decoration: none;
  background-image: linear-gradient(#d6d6d3, #d6d6d3);
  background-size: 110% 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: background-size 0.1s, box-shadow 0.1s 0.025s;
}

.dark-bg .link {
  background-image: none;
}

.link:hover {
  background-size: 100% 0.5em;
  box-shadow: inset 0 -0.07em 0 #7e7e7e;
}

.btn,
.nav-btn .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 33 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
}
.btn:hover,
.nav-btn .link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 126 126 / var(--tw-bg-opacity));
}
.btn:hover ::-moz-selection, .nav-btn .link:hover ::-moz-selection {
  background: #222121;
}
.btn:hover ::selection,.btn:hover ::-moz-selection,
.nav-btn .link:hover ::selection,
.nav-btn .link:hover ::-moz-selection {
  background: #222121;
}

.btn.btn-small {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.btn.hollow {
  border-width: 2px;
  border-color: #fffef9;
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background-color: transparent;
}
.btn.hollow:hover, .btn.hollow:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 33 33 / var(--tw-text-opacity));
}
.btn.hollow.black {
  border-color: #222121;
  --tw-text-opacity: 1;
  color: rgb(34 33 33 / var(--tw-text-opacity));
}
.btn.hollow.black:hover, .btn.hollow.black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 33 33 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
}

.btn-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(126, 126, 126, var(--tw-bg-opacity)) !important;
}
.btn-gray:hover {
  --tw-text-opacity: 1;
  background-color: rgba(34, 33, 33, var(--tw-bg-opacity)) !important;
}

.btn-darkgray {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 33, 33, var(--tw-bg-opacity)) !important;
}
.btn-darkgray:hover {
  --tw-text-opacity: 1;
  background-color: rgba(126, 126, 126, var(--tw-bg-opacity)) !important;
}

.nav-btn .link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: none;
}
.nav-btn .link:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.bordered-link {
  text-decoration: none;
  background-image: linear-gradient(#d6d6d3, #d6d6d3);
  background-size: 110% 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
  transition: background-size 0.1s, box-shadow 0.1s 0.025s;
  background-size: 100% 0.5em;
  box-shadow: inset 0 -0.07em 0 #7e7e7e;
}

/* .mobileNav .link {
    @media (min-width: 768px) {
        @apply uppercase px-6 py-3 bg-black text-white whitespace-nowrap leading-none inline-block;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.20);
        transition: all .25s;
        @apply px-4 py-2;
        background-image: none;

        &:hover {
            @apply bg-gray;
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.20);
        }
    }
    @media (min-width: 1024px) {
        @apply uppercase px-6 py-3 bg-black text-white whitespace-nowrap leading-none inline-block;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.20);
        transition: all .25s;
        @apply px-4 py-2;
        background-image: none;

        &:hover {
            @apply bg-gray;
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.20);
        }
    }
} */
@media screen and (max-width: 485px) {
  .bg-video {
    display: none;
  }
}
.bg-image {
  position: relative;
}

.banner.bg-image {
  min-height: 33vh;
}

.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.bg-image-cover {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-video {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

.overlay::after {
  content: "";
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}
.overlay.overlay-25::after {
  background-color: rgba(0, 0, 0, 0.25);
}
.overlay.overlay-50::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.overlay-75::after {
  background-color: rgba(0, 0, 0, 0.75);
}

.flickity-page-dots {
  bottom: 1rem;
  margin-left: 1rem;
  text-align: left;
  z-index: 10;
}

.flickity-page-dots .dot {
  background-color: #fff;
}

.flickity-prev-next-button {
  z-index: 11;
  top: auto;
  bottom: 0.75rem;
  transform: none;
  width: 1.5rem;
  height: 1.5rem;
}
.flickity-prev-next-button.previous {
  left: auto;
  right: 3rem;
}
.flickity-prev-next-button.next {
  right: 1rem;
}

.fui-form {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity));
}

.fui-page-container > .fui-page-row + .fui-page-row {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .fui-row {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
  }
  .fui-row .fui-field {
    flex: 1 1 0%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
[class*=enupal-stripe-form] [type=text],
[class*=enupal-stripe-form] [type=number],
[type=text].fui-input,
[type=email].fui-input,
textarea.fui-input {
  width: 100%;
  border-width: 2px;
  border-color: #7e7e7e;
  padding: 0.5rem;
  background-color: transparent;
}
[class*=enupal-stripe-form] [type=text]:focus,
[class*=enupal-stripe-form] [type=number]:focus,
[type=text].fui-input:focus,
[type=email].fui-input:focus,
textarea.fui-input:focus {
  background-color: #fff;
}
[class*=enupal-stripe-form] [type=text].fui-error,
[class*=enupal-stripe-form] [type=number].fui-error,
[type=text].fui-input.fui-error,
[type=email].fui-input.fui-error,
textarea.fui-input.fui-error {
  border-color: #F87171;
}

select.filter {
  border-width: 2px;
  border-color: #7e7e7e;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: transparent;
}

textarea.fui-input {
  height: 8rem;
}

.fui-error-message {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #F87171;
}

.fui-alert {
  margin-bottom: 2rem;
  border-radius: 0.125rem;
  padding: 1rem;
}

.fui-alert.fui-alert-success {
  border-width: 2px;
  border-color: #7e7e7e;
  background-color: #fff;
}

.fui-alert.fui-alert-error {
  background-color: #FEE2E2;
  border: 1px solid #F87171;
}

.enupal-stripe-form-elements > .fields + .fields,
.enupal-stripe-form-elements > .fields + .form-group,
.enupal-stripe-form-elements > .form-group + .fields,
.enupal-stripe-form-elements > .form-group + .form-group,
.enupal-stripe-form > .fields + .fields,
.enupal-stripe-form > .fields + .form-group,
.enupal-stripe-form > .form-group + .fields,
.enupal-stripe-form > .form-group + .form-group {
  margin-top: 2rem;
}
.enupal-stripe-form-elements .enupal-input-icon input,
.enupal-stripe-form .enupal-input-icon input {
  padding-left: 1.5rem;
}
.enupal-stripe-form-elements [type=checkbox],
.enupal-stripe-form [type=checkbox] {
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.enupal-stripe-form-elements [type=checkbox] + label,
.enupal-stripe-form [type=checkbox] + label {
  vertical-align: 4px;
}
.enupal-stripe-form-elements [id*=stripe-payments-submit-button],
.enupal-stripe-form [id*=stripe-payments-submit-button] {
  margin-top: 2rem;
}

[class*=enupal-stripe-form] [type=number],
[class*=enupal-stripe-form] [type=text],
[class*=enupal-stripe-form] textarea,
[type=email].fui-input,
[type=text].fui-input,
textarea.fui-input {
  border-color: #7e7e7e;
  border-width: 2px;
  padding: 0.5rem;
  width: 100%;
  background-color: transparent;
}

[class*=enupal-stripe-form] [type=number]:focus,
[class*=enupal-stripe-form] [type=text]:focus,
[class*=enupal-stripe-form] textarea:focus,
[type=email].fui-input:focus,
[type=text].fui-input:focus,
textarea.fui-input:focus {
  background-color: #fff;
}

.plyr--audio,
.plyr--video {
  --plyr-audio-controls-background: transparent;
  --plyr-color-main: #7e7e7e;
}
.plyr-white .plyr--audio,
.plyr-white .plyr--video {
  --plyr-audio-control-color: #fff;
}
.plyr--audio [data-plyr=play],
.plyr--video [data-plyr=play] {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 211 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
}
.plyr--audio [data-plyr=play] svg.icon--pressed,
.plyr--video [data-plyr=play] svg.icon--pressed {
  margin-left: 1px;
  margin-right: 1px;
}
.plyr--audio [data-plyr=play] svg.icon--not-pressed,
.plyr--video [data-plyr=play] svg.icon--not-pressed {
  margin-left: 2px;
}
.plyr--audio .plyr__controls .plyr__progress__container,
.plyr--video .plyr__controls .plyr__progress__container {
  margin-left: 0.75rem;
}
.plyr--audio .plyr__control[data-plyr=play]:hover,
.plyr--video .plyr__control[data-plyr=play]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 126 126 / var(--tw-bg-opacity));
}
.plyr--audio .plyr__control[data-plyr=play]:hover ::-moz-selection, .plyr--video .plyr__control[data-plyr=play]:hover ::-moz-selection {
  background: #222121;
}
.plyr--audio .plyr__control[data-plyr=play]:hover ::selection,.plyr--audio .plyr__control[data-plyr=play]:hover ::-moz-selection,
.plyr--video .plyr__control[data-plyr=play]:hover ::selection,
.plyr--video .plyr__control[data-plyr=play]:hover ::-moz-selection {
  background: #222121;
}

.plyr--audio .plyr__controls {
  padding: 1rem 0 !important;
}

.plyr--video .plyr__controls {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.hamburger {
  --lineColor: currentColor;
}
.scrolled .hamburger {
  --lineColor: #222121;
}
.hamburger .hamburger-box {
  display: block;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fffef9;
}

.hamburger-box {
  width: 32px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: var(--lineColor);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -18px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -9px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cp-links {
  position: fixed;
  top: 50%;
  left: 5px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  z-index: 99;
}
.cp-links__link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 5px 10px;
  font-size: 13px;
  color: #222121;
  border-radius: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fffef9;
  margin: 5px 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  white-space: nowrap;
}
.cp-links__link:hover, .cp-links__link:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #fffef9;
}
.cp-links__link:hover .cp-links__text, .cp-links__link:focus .cp-links__text {
  max-width: 9em;
  margin-left: 5px;
}
.cp-links__text {
  overflow: hidden;
  max-width: 0;
  height: 16px;
  transition: 0.3s ease all;
  line-height: 16px;
}
.cp-links__icon {
  height: 16px;
  width: 16px;
  fill: currentColor;
  vertical-align: text-bottom;
}

.core-contrib {
  background-image: url("/images/core-contrib.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.icon {
  width: 1rem;
  height: 1rem;
}

.footer-stacked {
  height: 5rem;
}
.footer-stacked > svg {
  height: 100%;
  width: auto;
}

.box-shadow {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.ptb {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.aunderline:hover {
  text-decoration: underline;
}

.hero-height {
  height: 400px;
}

@media (min-width: 768px) {
  .story-list .grid-item:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .story-list .grid-item:first-child .item-wrap,
.story-list .grid-item:first-child article {
    height: 100%;
  }
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* purgecss end ignore */

@media (min-width: 640px) {

  .sm\:prose-base {
    font-size: 22px;
    line-height: 1.5;
  }

  .sm\:prose-base :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .sm\:prose-base :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .sm\:prose-base :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .sm\:prose-base :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .sm\:prose-base :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .sm\:prose-base :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .sm\:prose-base :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .sm\:prose-base :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-base :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sm\:prose-base :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

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

  .sm\:prose-base :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

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

  .sm\:prose-base :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .sm\:prose-base :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .sm\:prose-base :where(pre):not(:where([class~="not-prose"] *)) {
    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-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
  }

  .sm\:prose-base :where(ol):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .sm\:prose-base :where(ul):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .sm\:prose-base :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:prose-base :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .sm\:prose-base :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .sm\:prose-base :where(.sm\:prose-base > ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .sm\:prose-base :where(.sm\:prose-base > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .sm\:prose-base :where(.sm\:prose-base > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .sm\:prose-base :where(.sm\:prose-base > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .sm\:prose-base :where(.sm\:prose-base > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

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

  .sm\:prose-base :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }

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

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

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

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

  .sm\:prose-base :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .sm\:prose-base :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .sm\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

  .sm\:prose-base :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .sm\:prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }

  .sm\:prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }

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

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

  .sm\:prose-base {
    font-weight: 300;
    color: #222121;
  }

  .sm\:prose-base :where(a):not(:where([class~="not-prose"] *)) {
    color: #222121;
  }

  .sm\:prose-base :where(a):not(:where([class~="not-prose"] *)):hover {
    color: #2c5282;
  }
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(34 33 33 / var(--tw-text-opacity));
}

.hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
}

@keyframes throb {

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

  50% {
    transform: scale(1.05);
  }
}

.group\/btn:hover .group-hover\/btn\:animate-throb {
  animation: throb 2s ease-in-out infinite;
}

.group:hover .group-hover\:bg-\[\#000000\]\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.group:hover .group-hover\:bg-\[\#ffffff\]\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:bg-black\/30 {
  background-color: rgb(34 33 33 / 0.3);
}

.group:hover .group-hover\:bg-black\/50 {
  background-color: rgb(34 33 33 / 0.5);
}

.group:hover .group-hover\:bg-gray-light\/50 {
  background-color: rgb(214 214 211 / 0.5);
}

.group:hover .group-hover\:bg-gray-lightest\/50 {
  background-color: rgb(241 241 236 / 0.5);
}

.group:hover .group-hover\:bg-gray\/50 {
  background-color: rgb(126 126 126 / 0.5);
}

.group:hover .group-hover\:bg-white\/50 {
  background-color: rgb(255 254 249 / 0.5);
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group\/body.scrolled .group-\[\.scrolled\]\/body\:pointer-events-auto {
  pointer-events: auto;
}

.group\/body.nav-open.nav-open .group-\[\.nav-open\.nav-open\]\/body\:fixed {
  position: fixed;
}

.group\/body.nav-open .group-\[\.nav-open\]\/body\:block {
  display: block;
}

.group\/body.nav-open.nav-open .group-\[\.nav-open\.nav-open\]\/body\:flex {
  display: flex;
}

.group\/body.nav-open.nav-open .group-\[\.nav-open\.nav-open\]\/body\:h-screen {
  height: 100vh;
}

.group\/body.nav-open.nav-open .group-\[\.nav-open\.nav-open\]\/body\:w-screen {
  width: 100vw;
}

.group\/body.nav-open.nav-open .group-\[\.nav-open\.nav-open\]\/body\:bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(126 126 126 / var(--tw-bg-opacity));
}

.group\/body.scrolled .group-\[\.scrolled\]\/body\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 249 / var(--tw-bg-opacity));
}

.group\/body.scrolled .group-\[\.scrolled\]\/body\:py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.group\/body.scrolled .group-\[\.scrolled\]\/body\:text-black {
  --tw-text-opacity: 1;
  color: rgb(34 33 33 / var(--tw-text-opacity));
}

.group\/body.scrolled .group-\[\.scrolled\]\/body\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group\/body.nav-open.nav-open .group-\[\.nav-open\.nav-open\]\/body\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
}

.group\/body.nav-open.nav-open .group-\[\.nav-open\.nav-open\]\/body\:active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 254 249 / var(--tw-text-opacity));
}

@container (min-width: 460px) {

  .\@\[460px\]\:h-auto {
    height: auto;
  }

  .\@\[460px\]\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .\@\[460px\]\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .\@\[460px\]\:flex-row {
    flex-direction: row;
  }

  .\@\[460px\]\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\@\[460px\]\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 640px) {

  .sm\:float-left {
    float: left;
  }

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

  .sm\:flex {
    display: flex;
  }

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

  .sm\:w-8 {
    width: 2rem;
  }

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

  .md\:bottom-16 {
    bottom: 4rem;
  }

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

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

  .md\:right-12 {
    right: 3rem;
  }

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

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

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

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

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

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

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

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

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

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

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

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

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

  .md\:mr-64 {
    margin-right: 16rem;
  }

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

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

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

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

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

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

  .md\:mt-\[var\(--header-height\)\] {
    margin-top: var(--header-height);
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-auto {
    height: auto;
  }

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-48 {
    width: 12rem;
  }

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

  .md\:w-56 {
    width: 14rem;
  }

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

  .md\:w-64 {
    width: 16rem;
  }

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

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

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

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

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

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

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:px-\[var\(--site-margin\)\] {
    padding-left: var(--site-margin);
    padding-right: var(--site-margin);
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

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

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

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-\[10vw\] {
    padding-top: 10vw;
  }

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

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

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

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

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

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

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

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:text-current {
    color: currentColor;
  }

  .group\/body.scrolled .md\:group-\[\.scrolled\]\/body\:w-4 {
    width: 1rem;
  }

  .group\/body.scrolled .md\:group-\[\.scrolled\]\/body\:items-center {
    align-items: center;
  }

  .group\/body.homepage .md\:group-\[\.homepage\]\/body\:justify-start {
    justify-content: flex-start;
  }

  .group\/body.scrolled .md\:group-\[\.scrolled\]\/body\:justify-end {
    justify-content: flex-end;
  }

  .group\/body.scrolled .md\:group-\[\.scrolled\]\/body\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group\/body.scrolled .md\:group-\[\.scrolled\]\/body\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .group\/body.scrolled .md\:group-\[\.scrolled\]\/body\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .group\/body.scrolled .md\:group-\[\.scrolled\]\/body\:text-black {
    --tw-text-opacity: 1;
    color: rgb(34 33 33 / var(--tw-text-opacity));
  }

  .group\/body.scrolled .md\:group-\[\.scrolled\]\/body\:\[box-shadow\:none\] {
    box-shadow: none;
  }
}

@media (min-width: 1024px) {

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

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

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

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

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

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

  .lg\:ml-72 {
    margin-left: 18rem;
  }

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

  .lg\:mr-32 {
    margin-right: 8rem;
  }

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

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

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-\[calc\(100vh-200px\)\] {
    min-height: calc(100vh - 200px);
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-19 {
    width: 19%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

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

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

  .lg\:w-64 {
    width: 16rem;
  }

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

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

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

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

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

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

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

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

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

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

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

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

@media (min-width: 1280px) {

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:absolute {
    position: absolute;
  }

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

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

  .xl\:float-left {
    float: left;
  }

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

  .xl\:ml-72 {
    margin-left: 18rem;
  }

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

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

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

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

  .xl\:w-64 {
    width: 16rem;
  }

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

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

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

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

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

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }
}

@media (orientation: landscape) {

  .landscape\:min-h-\[calc\(100vh-200px\)\] {
    min-height: calc(100vh - 200px);
  }
}

.\[\&\.active\]\:visible.active {
  visibility: visible;
}

.\[\&\.active\]\:z-50.active {
  z-index: 50;
}

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}

.\[\&\.clicked\]\:hidden.clicked {
  display: none;
}

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