/*
! tailwindcss v3.2.7 | 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.
*/

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: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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;
}

body, [class~="wysiwyg-embed"], [class~="sb-anchor"][class~="sb-anchor"] {
  font-family: Archer, chalkboard, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(var(--theme-text-color) / var(--tw-text-opacity));
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-bg-color) / var(--tw-bg-opacity));
  overflow-wrap: break-word;
}

*, ::before, ::after {
  text-underline-offset: max(2px,.05em);
}

a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

:focus:not(.focus-visible).js-focus-visible, .js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  overflow-x: auto;
  display: block;
}

table a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-color) / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: color,-webkit-text-decoration;
  transition-property: color,text-decoration;
  transition-property: color,text-decoration,-webkit-text-decoration;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

@media (hover: hover) and (pointer: fine) {

  table a:hover {
    text-decoration-color: transparent;
  }
}

table.js-focus-visible a.focus-visible, .js-focus-visible table a.focus-visible {
  text-decoration-color: transparent;
}

table a:focus-visible {
  text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {

  table a:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
  }
}

table.js-focus-visible a.focus-visible, .js-focus-visible table a.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
}

table a:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
}

th {
  text-align: inherit;
}

table:not(.locations-table) {
  font-size: 1.25rem;
  line-height: 1.25;
}

table:not(.locations-table) th {
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity));
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.625rem;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

table:not(.locations-table) td, table:not(.locations-table) th, table:not(.locations-table) tbody td, table:not(.locations-table) tbody th {
  padding: 1.5rem;
}

table:not(.locations-table) td:not(:first-child), table:not(.locations-table) th:not(:first-child), table:not(.locations-table) tbody td:not(:first-child), table:not(.locations-table) tbody th:not(:first-child) {
  border-left: solid white 2px;
}

:root, [data-tw-theme="default"] {
  --theme-bg-color: 255 255 255;
  --theme-text-color: 0 0 0;
  --theme-heading-color: 74 74 73;
  --theme-accent-color: 204 0 0;
  --theme-link-color: 204 0 0;
  --theme-fancy-link-color: 204 0 0;
  --theme-fancy-link-hocus-color: 204 0 0;
  --theme-button-bg-color: 0 0 0;
  --theme-button-text-color: 165 215 213;
  --theme-button-hocus-bg-color: 165 215 213;
  --theme-button-hocus-text-color: 0 0 0;
}

[data-tw-theme="blue-ttp"] {
  --theme-bg-color: 165 215 213;
  --theme-text-color: 0 0 0;
  --theme-heading-color: 0 0 0;
  --theme-accent-color: 204 0 0;
  --theme-link-color: 204 0 0;
  --theme-fancy-link-color: 0 0 0;
  --theme-fancy-link-hocus-color: 0 0 0;
  --theme-button-bg-color: 0 0 0;
  --theme-button-text-color: 165 215 213;
  --theme-button-hocus-bg-color: 223 240 239;
  --theme-button-hocus-text-color: 0 0 0;
}

[data-tw-theme="blue-light"] {
  --theme-bg-color: 223 240 239;
  --theme-text-color: 0 0 0;
  --theme-heading-color: 0 0 0;
  --theme-accent-color: 204 0 0;
  --theme-link-color: 204 0 0;
  --theme-fancy-link-color: 0 0 0;
  --theme-fancy-link-hocus-color: 0 0 0;
  --theme-button-bg-color: 0 0 0;
  --theme-button-text-color: 165 215 213;
  --theme-button-hocus-bg-color: 165 215 213;
  --theme-button-hocus-text-color: 0 0 0;
}

[data-tw-theme="grey-dark"] {
  --theme-bg-color: 74 74 73;
  --theme-text-color: 255 255 255;
  --theme-heading-color: 255 255 255;
  --theme-accent-color: 255 255 255;
  --theme-link-color: 255 255 255;
  --theme-link-hocus-color: 165 215 213;
  --theme-fancy-link-color: 223 240 239;
  --theme-fancy-link-hocus-color: 255 255 255;
  --theme-button-bg-color: 0 0 0;
  --theme-button-text-color: 165 215 213;
  --theme-button-hocus-bg-color: 165 215 213;
  --theme-button-hocus-text-color: 0 0 0;
}

[data-tw-theme="grey-ttp"] {
  --theme-bg-color: 112 111 111;
  --theme-text-color: 255 255 255;
  --theme-heading-color: 255 255 255;
  --theme-accent-color: 223 240 239;
  --theme-link-color: 223 240 239;
  --theme-link-hocus-color: 223 240 239;
  --theme-fancy-link-color: 223 240 239;
  --theme-fancy-link-hocus-color: 223 240 239;
  --theme-button-bg-color: 0 0 0;
  --theme-button-text-color: 165 215 213;
  --theme-button-hocus-bg-color: 165 215 213;
  --theme-button-hocus-text-color: 0 0 0;
}

[data-tw-theme="red"] {
  --theme-bg-color: 204 0 0;
  --theme-text-color: 255 255 255;
  --theme-heading-color: 255 255 255;
  --theme-accent-color: 255 255 255;
  --theme-link-color: 255 255 255;
  --theme-link-hocus-color: 165 215 213;
  --theme-fancy-link-color: 255 255 255;
  --theme-fancy-link-hocus-color: 255 255 255;
  --theme-button-bg-color: 0 0 0;
  --theme-button-text-color: 255 255 255;
  --theme-button-hocus-bg-color: 165 215 213;
  --theme-button-hocus-text-color: 0 0 0;
}

[data-tw-theme="black"] {
  --theme-bg-color: 0 0 0;
  --theme-text-color: 255 255 255;
  --theme-heading-color: 255 255 255;
  --theme-accent-color: 223 240 239;
  --theme-link-color: 223 240 239;
  --theme-link-hocus-color: 223 240 239;
  --theme-fancy-link-color: 223 240 239;
  --theme-fancy-link-hocus-color: 255 255 255;
  --theme-button-bg-color: 255 255 255;
  --theme-button-text-color: 0 0 0;
  --theme-button-hocus-bg-color: 165 215 213;
  --theme-button-hocus-text-color: 0 0 0;
}

:root {
  --vertical-space: 2.5rem;
}

@media (min-width: 40em) {

  :root {
    --vertical-space: 4rem;
  }
}

:root {
  --fancy-link-icon-size: calc(14rem/16);
  --container-padding: 1.5rem;
  --100vw: calc(var(--real-vw, 1vw) * 100);
  --container-max-width: var(--100vw);
}

@media (min-width: 40em) {

  :root {
    --container-max-width: 40rem;
  }
}

@media (min-width: 48em) {

  :root {
    --container-max-width: 48rem;
  }
}

@media (min-width: 64em) {

  :root {
    --container-max-width: 64rem;
  }
}

@media (min-width: 75em) {

  :root {
    --container-max-width: 75rem;
  }
}

:root {
  --container-width: calc(min(var(--100vw), var(--container-max-width)) - 2 * var(--container-padding));
  --container-offset: calc((var(--100vw) - var(--container-width)) / 2);
}

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: none;
}

.prose p:not(.wysiwyg-embed *), .wysiwyg-embed .prose p:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  margin-bottom: 1rem;
}

.prose [class~="lead"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="lead"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="lead"] {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose a:not(.wysiwyg-embed *), .wysiwyg-embed .prose a:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose a {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(var(--theme-fancy-link-color) / var(--tw-text-opacity));
  text-decoration-thickness: 1px;
}

@media (hover: hover) and (pointer: fine) {

  .prose a:hover:not(.wysiwyg-embed *), .wysiwyg-embed .prose a:hover:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose a:hover {
    text-decoration-color: transparent;
  }
}

.prose.js-focus-visible a.focus-visible:not(.wysiwyg-embed *), .js-focus-visible .prose a.focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .prose a.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .js-focus-visible .wysiwyg-embed .prose a.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .wysiwyg-embed .prose a.focus-visible, .js-focus-visible .wysiwyg-embed .wysiwyg-embed .prose a.focus-visible {
  text-decoration-color: transparent;
}

.prose a:focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed .prose a:focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose a:focus-visible {
  text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {

  .prose a:hover:not(.wysiwyg-embed *), .wysiwyg-embed .prose a:hover:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose a:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-text-opacity));
  }
}

.prose.js-focus-visible a.focus-visible:not(.wysiwyg-embed *), .js-focus-visible .prose a.focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .prose a.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .js-focus-visible .wysiwyg-embed .prose a.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .wysiwyg-embed .prose a.focus-visible, .js-focus-visible .wysiwyg-embed .wysiwyg-embed .prose a.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-text-opacity));
}

.prose a:focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed .prose a:focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose a:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-text-opacity));
}

.prose strong:not(.wysiwyg-embed *), .wysiwyg-embed .prose strong:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose strong {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose a strong:not(.wysiwyg-embed *), .wysiwyg-embed .prose a strong:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose a strong {
  color: inherit;
}

.prose blockquote strong:not(.wysiwyg-embed *), .wysiwyg-embed .prose blockquote strong:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose blockquote strong {
  color: inherit;
}

.prose thead th strong:not(.wysiwyg-embed *), .wysiwyg-embed .prose thead th strong:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose thead th strong {
  color: inherit;
}

.prose ol:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose ol[type="A"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="A"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="A"] {
  list-style-type: upper-alpha;
}

.prose ol[type="a"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="a"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="a"] {
  list-style-type: lower-alpha;
}

.prose ol[type="A" s]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="A" s]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="A" s] {
  list-style-type: upper-alpha;
}

.prose ol[type="a" s]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="a" s]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="a" s] {
  list-style-type: lower-alpha;
}

.prose ol[type="I"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="I"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="I"] {
  list-style-type: upper-roman;
}

.prose ol[type="i"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="i"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="i"] {
  list-style-type: lower-roman;
}

.prose ol[type="I" s]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="I" s]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="I" s] {
  list-style-type: upper-roman;
}

.prose ol[type="i" s]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="i" s]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="i" s] {
  list-style-type: lower-roman;
}

.prose ol[type="1"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol[type="1"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol[type="1"] {
  list-style-type: decimal;
}

.prose ul:not(.wysiwyg-embed *), .wysiwyg-embed .prose ul:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ul {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose ol > li:not(.wysiwyg-embed *)::marker, .wysiwyg-embed .prose ol > li:not(.wysiwyg-embed .wysiwyg-embed *)::marker, .wysiwyg-embed .wysiwyg-embed .prose ol > li::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose ul > li:not(.wysiwyg-embed *)::marker, .wysiwyg-embed .prose ul > li:not(.wysiwyg-embed .wysiwyg-embed *)::marker, .wysiwyg-embed .wysiwyg-embed .prose ul > li::marker {
  color: var(--tw-prose-bullets);
}

.prose hr:not(.wysiwyg-embed *), .wysiwyg-embed .prose hr:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose hr {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose blockquote:not(.wysiwyg-embed *), .wysiwyg-embed .prose blockquote:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose blockquote {
  font-weight: 500;
  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;
  max-width: 48.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(204 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-style: italic;
}

@media (min-width: 48em) {

  .prose blockquote:not(.wysiwyg-embed *), .wysiwyg-embed .prose blockquote:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose blockquote {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

@media (min-width: 64em) {

  .prose blockquote:not(.wysiwyg-embed *), .wysiwyg-embed .prose blockquote:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose blockquote {
    margin-left: 5rem;
  }
}

@media (min-width: 75em) {

  .prose blockquote:not(.wysiwyg-embed *), .wysiwyg-embed .prose blockquote:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose blockquote {
    margin-left: 7.5rem;
  }
}

.prose blockquote p:first-of-type:not(.wysiwyg-embed *)::before, .wysiwyg-embed .prose blockquote p:first-of-type:not(.wysiwyg-embed .wysiwyg-embed *)::before, .wysiwyg-embed .wysiwyg-embed .prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type:not(.wysiwyg-embed *)::after, .wysiwyg-embed .prose blockquote p:last-of-type:not(.wysiwyg-embed .wysiwyg-embed *)::after, .wysiwyg-embed .wysiwyg-embed .prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1:not(.wysiwyg-embed *), .wysiwyg-embed .prose h1:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h1 {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h1 strong:not(.wysiwyg-embed *), .wysiwyg-embed .prose h1 strong:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h1 strong {
  font-weight: 900;
  color: inherit;
}

.prose h2:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 2.375rem;
  line-height: 1;
}

.prose h2 strong:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2 strong:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 strong {
  font-weight: 800;
  color: inherit;
}

.prose h3:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-size: 1.875rem;
  line-height: 1.1;
}

.prose h3 strong:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3 strong:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 strong {
  font-weight: 700;
  color: inherit;
}

.prose h4:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.625rem;
  line-height: 1.1;
}

.prose h4 strong:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4 strong:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 strong {
  font-weight: 700;
  color: inherit;
}

.prose img:not(.wysiwyg-embed *), .wysiwyg-embed .prose img:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > *:not(.wysiwyg-embed *), .wysiwyg-embed .prose figure > *:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose figcaption:not(.wysiwyg-embed *), .wysiwyg-embed .prose figcaption:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose figcaption {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code:not(.wysiwyg-embed *), .wysiwyg-embed .prose code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose code {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose code:not(.wysiwyg-embed *)::before, .wysiwyg-embed .prose code:not(.wysiwyg-embed .wysiwyg-embed *)::before, .wysiwyg-embed .wysiwyg-embed .prose code::before {
  content: "`";
}

.prose code:not(.wysiwyg-embed *)::after, .wysiwyg-embed .prose code:not(.wysiwyg-embed .wysiwyg-embed *)::after, .wysiwyg-embed .wysiwyg-embed .prose code::after {
  content: "`";
}

.prose a code:not(.wysiwyg-embed *), .wysiwyg-embed .prose a code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose a code {
  color: inherit;
}

.prose h1 code:not(.wysiwyg-embed *), .wysiwyg-embed .prose h1 code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h1 code {
  color: inherit;
}

.prose h2 code:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2 code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 code {
  color: inherit;
  font-size: 0.875em;
}

.prose h3 code:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3 code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 code {
  color: inherit;
  font-size: 0.9em;
}

.prose h4 code:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4 code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 code {
  color: inherit;
}

.prose blockquote code:not(.wysiwyg-embed *), .wysiwyg-embed .prose blockquote code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose blockquote code {
  color: inherit;
}

.prose thead th code:not(.wysiwyg-embed *), .wysiwyg-embed .prose thead th code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose thead th code {
  color: inherit;
}

.prose pre:not(.wysiwyg-embed *), .wysiwyg-embed .prose pre:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose pre {
  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 pre code:not(.wysiwyg-embed *), .wysiwyg-embed .prose pre code:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose pre code {
  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 pre code:not(.wysiwyg-embed *)::before, .wysiwyg-embed .prose pre code:not(.wysiwyg-embed .wysiwyg-embed *)::before, .wysiwyg-embed .wysiwyg-embed .prose pre code::before {
  content: none;
}

.prose pre code:not(.wysiwyg-embed *)::after, .wysiwyg-embed .prose pre code:not(.wysiwyg-embed .wysiwyg-embed *)::after, .wysiwyg-embed .wysiwyg-embed .prose pre code::after {
  content: none;
}

.prose table:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead:not(.wysiwyg-embed *), .wysiwyg-embed .prose thead:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose thead {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose thead th:not(.wysiwyg-embed *), .wysiwyg-embed .prose thead th:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose thead th {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr:not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody tr:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose tbody tr:last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody tr:last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td:not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody td:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody td {
  vertical-align: baseline;
}

.prose tfoot:not(.wysiwyg-embed *), .wysiwyg-embed .prose tfoot:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tfoot {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose tfoot td:not(.wysiwyg-embed *), .wysiwyg-embed .prose tfoot td:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tfoot td {
  vertical-align: top;
}

.prose {
  --tw-prose-body: rgb(var(--theme-text-color));
  --tw-prose-headings: rgb(var(--theme-heading-color));
  --tw-prose-lead: 1.25;
  --tw-prose-links: #111827;
  --tw-prose-bold: var(--tw-prose-body);
  --tw-prose-counters: var(--tw-prose-body);
  --tw-prose-bullets: var(--tw-prose-body);
  --tw-prose-hr: var(--tw-prose-body);
  --tw-prose-quotes: var(--tw-prose-body);
  --tw-prose-quote-borders: var(--theme-accent-color);
  --tw-prose-captions: var(--tw-prose-body);
  --tw-prose-code: var(--tw-prose-body);
  --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: var(--tw-prose-size);
  line-height: var(--tw-prose-lead);
}

.prose video:not(.wysiwyg-embed *), .wysiwyg-embed .prose video:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure:not(.wysiwyg-embed *), .wysiwyg-embed .prose figure:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.prose figure img:not(.wysiwyg-embed *), .wysiwyg-embed .prose figure img:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose figure img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.prose figure figcaption:not(.wysiwyg-embed *), .wysiwyg-embed .prose figure figcaption:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose figure figcaption {
  margin-top: 1rem;
}

.prose li:not(.wysiwyg-embed *), .wysiwyg-embed .prose li:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose ol > li:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol > li:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol > li {
  padding-left: 0.375em;
}

.prose ul > li:not(.wysiwyg-embed *), .wysiwyg-embed .prose ul > li:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ul > li {
  padding-left: 0.375em;
}

.prose > ul > li p:not(.wysiwyg-embed *), .wysiwyg-embed .prose > ul > li p:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose > ul > li > *:first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose > ul > li > *:last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose > ol > li > *:first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose > ol > li > *:last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul:not(.wysiwyg-embed *), .wysiwyg-embed .prose ul ul:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ul ul, .prose ul ol:not(.wysiwyg-embed *), .wysiwyg-embed .prose ul ol:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ul ol, .prose ol ul:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol ul:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol ul, .prose ol ol:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol ol:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + *:not(.wysiwyg-embed *), .wysiwyg-embed .prose hr + *:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose hr + * {
  margin-top: 0;
}

.prose h2 + *:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2 + *:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 + * {
  margin-top: 0;
}

.prose h3 + *:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3 + *:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 + * {
  margin-top: 0;
}

.prose h4 + *:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4 + *:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose thead th:first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose thead th:last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody td:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody td, .prose tfoot td:not(.wysiwyg-embed *), .wysiwyg-embed .prose tfoot td:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tfoot td {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody td:first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody td:first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody td:first-child, .prose tfoot td:first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose tfoot td:first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tfoot td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody td:last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody td:last-child, .prose tfoot td:last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose tfoot td:last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tfoot td:last-child {
  padding-right: 0;
}

.prose > :first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose > :first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose > :first-child {
  margin-top: 0;
}

.prose > :last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose > :last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose > :last-child {
  margin-bottom: 0;
}

.prose {
  --tw-prose-size: 1.25rem;
}

.prose ul ul:not(.wysiwyg-embed *), .wysiwyg-embed .prose ul ul:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ul ul {
  list-style-type: circle;
}

.prose ul ul ul:not(.wysiwyg-embed *), .wysiwyg-embed .prose ul ul ul:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ul ul ul {
  list-style-type: disc;
}

.prose ol ol:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol ol:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol ol {
  list-style-type: lower-alpha;
}

.prose ol ol ol:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol ol ol:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol ol ol {
  list-style-type: lower-roman;
}

.prose dir:not(.wysiwyg-embed *), .wysiwyg-embed .prose dir:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose dir {
  list-style-position: outside;
  padding-left: 0;
}

.prose dir li:not(.wysiwyg-embed *), .wysiwyg-embed .prose dir li:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose dir li {}

.prose table:not(.locations-table):not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table):not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) {
  font-size: 1.25rem;
  line-height: 1.25;
}

.prose table:not(.locations-table) th:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) th:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) th {
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.625rem;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose table:not(.locations-table) td:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) td:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.prose table:not(.locations-table) a:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) a:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-color) / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: color,-webkit-text-decoration;
  transition-property: color,text-decoration;
  transition-property: color,text-decoration,-webkit-text-decoration;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

@media (hover: hover) and (pointer: fine) {

  .prose table:not(.locations-table) a:hover:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) a:hover:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) a:hover {
    text-decoration-color: transparent;
  }
}

.prose.js-focus-visible table:not(.locations-table) a.focus-visible:not(.wysiwyg-embed *), .js-focus-visible .prose table:not(.locations-table) a.focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .prose table:not(.locations-table) a.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .js-focus-visible .wysiwyg-embed .prose table:not(.locations-table) a.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .wysiwyg-embed .prose table:not(.locations-table) a.focus-visible, .js-focus-visible .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) a.focus-visible {
  text-decoration-color: transparent;
}

.prose table:not(.locations-table) a:focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) a:focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) a:focus-visible {
  text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {

  .prose table:not(.locations-table) a:hover:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) a:hover:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) a:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
  }
}

.prose.js-focus-visible table:not(.locations-table) a.focus-visible:not(.wysiwyg-embed *), .js-focus-visible .prose table:not(.locations-table) a.focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .prose table:not(.locations-table) a.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .js-focus-visible .wysiwyg-embed .prose table:not(.locations-table) a.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .wysiwyg-embed .prose table:not(.locations-table) a.focus-visible, .js-focus-visible .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) a.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
}

.prose table:not(.locations-table) a:focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) a:focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) a:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
}

.prose table:not(.locations-table) tbody tr:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) tbody tr:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) tbody tr {
  border-bottom-width: 0px;
}

.prose table:not(.locations-table) tbody tr:nth-child(odd):not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) tbody tr:nth-child(odd):not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.prose table:not(.locations-table) tbody tr:nth-child(even):not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) tbody tr:nth-child(even):not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.prose table:not(.locations-table) tbody td:first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose table:not(.locations-table) tbody td:first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose table:not(.locations-table) tbody td:first-child {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.prose td:not(.wysiwyg-embed *), .wysiwyg-embed .prose td:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose td, .prose th:not(.wysiwyg-embed *), .wysiwyg-embed .prose th:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose th, .prose tbody td:not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody td:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody td, .prose tbody th:not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody th:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody th {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.prose td:not(:first-child):not(.wysiwyg-embed *), .wysiwyg-embed .prose td:not(:first-child):not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose td:not(:first-child), .prose th:not(:first-child):not(.wysiwyg-embed *), .wysiwyg-embed .prose th:not(:first-child):not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose th:not(:first-child), .prose tbody td:not(:first-child):not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody td:not(:first-child):not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody td:not(:first-child), .prose tbody th:not(:first-child):not(.wysiwyg-embed *), .wysiwyg-embed .prose tbody th:not(:first-child):not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose tbody th:not(:first-child) {
  border-left: solid white 2px;
}

.prose blockquote:not(.wysiwyg-embed *), .wysiwyg-embed .prose blockquote:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose blockquote, .prose ul:not(.wysiwyg-embed *), .wysiwyg-embed .prose ul:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ul, .prose ol:not(.wysiwyg-embed *), .wysiwyg-embed .prose ol:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose ol {
  clear: both;
}

.prose h1:not(.wysiwyg-embed *),.wysiwyg-embed .prose h1:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h1,.prose h2:not(.wysiwyg-embed *),.wysiwyg-embed .prose h2:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h2,.prose h3:not(.wysiwyg-embed *),.wysiwyg-embed .prose h3:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h3,.prose h4:not(.wysiwyg-embed *),.wysiwyg-embed .prose h4:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h4,.prose h5:not(.wysiwyg-embed *),.wysiwyg-embed .prose h5:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h5,.prose h6:not(.wysiwyg-embed *),.wysiwyg-embed .prose h6:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h6 {
  clear: both;
  margin-top: 1.5rem;
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity));
}

.prose h1 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed *),.wysiwyg-embed .prose h1 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h1 + *:not(h1,h2,h3,h4,h5,h6),.prose h2 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed *),.wysiwyg-embed .prose h2 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h2 + *:not(h1,h2,h3,h4,h5,h6),.prose h3 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed *),.wysiwyg-embed .prose h3 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h3 + *:not(h1,h2,h3,h4,h5,h6),.prose h4 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed *),.wysiwyg-embed .prose h4 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h4 + *:not(h1,h2,h3,h4,h5,h6),.prose h5 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed *),.wysiwyg-embed .prose h5 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h5 + *:not(h1,h2,h3,h4,h5,h6),.prose h6 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed *),.wysiwyg-embed .prose h6 + *:not(h1,h2,h3,h4,h5,h6):not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose h6 + *:not(h1,h2,h3,h4,h5,h6) {
  margin-top: 2rem;
}

.prose h1 + h2:not(.wysiwyg-embed *), .wysiwyg-embed .prose h1 + h2:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h1 + h2, .prose h1 + h3:not(.wysiwyg-embed *), .wysiwyg-embed .prose h1 + h3:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h1 + h3, .prose h1 + h4:not(.wysiwyg-embed *), .wysiwyg-embed .prose h1 + h4:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h1 + h4, .prose h1 + h5:not(.wysiwyg-embed *), .wysiwyg-embed .prose h1 + h5:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h1 + h5, .prose h1 + h6:not(.wysiwyg-embed *), .wysiwyg-embed .prose h1 + h6:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h1 + h6, .prose h2 + h2:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2 + h2:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 + h2, .prose h2 + h3:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2 + h3:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 + h3, .prose h2 + h4:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2 + h4:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 + h4, .prose h2 + h5:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2 + h5:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 + h5, .prose h2 + h6:not(.wysiwyg-embed *), .wysiwyg-embed .prose h2 + h6:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h2 + h6, .prose h3 + h2:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3 + h2:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 + h2, .prose h3 + h3:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3 + h3:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 + h3, .prose h3 + h4:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3 + h4:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 + h4, .prose h3 + h5:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3 + h5:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 + h5, .prose h3 + h6:not(.wysiwyg-embed *), .wysiwyg-embed .prose h3 + h6:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h3 + h6, .prose h4 + h2:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4 + h2:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 + h2, .prose h4 + h3:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4 + h3:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 + h3, .prose h4 + h4:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4 + h4:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 + h4, .prose h4 + h5:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4 + h5:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 + h5, .prose h4 + h6:not(.wysiwyg-embed *), .wysiwyg-embed .prose h4 + h6:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h4 + h6, .prose h5 + h2:not(.wysiwyg-embed *), .wysiwyg-embed .prose h5 + h2:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h5 + h2, .prose h5 + h3:not(.wysiwyg-embed *), .wysiwyg-embed .prose h5 + h3:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h5 + h3, .prose h5 + h4:not(.wysiwyg-embed *), .wysiwyg-embed .prose h5 + h4:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h5 + h4, .prose h5 + h5:not(.wysiwyg-embed *), .wysiwyg-embed .prose h5 + h5:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h5 + h5, .prose h5 + h6:not(.wysiwyg-embed *), .wysiwyg-embed .prose h5 + h6:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h5 + h6, .prose h6 + h2:not(.wysiwyg-embed *), .wysiwyg-embed .prose h6 + h2:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h6 + h2, .prose h6 + h3:not(.wysiwyg-embed *), .wysiwyg-embed .prose h6 + h3:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h6 + h3, .prose h6 + h4:not(.wysiwyg-embed *), .wysiwyg-embed .prose h6 + h4:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h6 + h4, .prose h6 + h5:not(.wysiwyg-embed *), .wysiwyg-embed .prose h6 + h5:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h6 + h5, .prose h6 + h6:not(.wysiwyg-embed *), .wysiwyg-embed .prose h6 + h6:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h6 + h6 {
  margin-top: 0px;
}

.prose h5:not(.wysiwyg-embed *), .wysiwyg-embed .prose h5:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h5 {
  margin-top: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.1;
}

.prose h6:not(.wysiwyg-embed *), .wysiwyg-embed .prose h6:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose h6 {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.1;
}

.prose dl dt:not(.wysiwyg-embed *), .wysiwyg-embed .prose dl dt:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose dl dt {
  font-weight: 700;
}

.prose dl dd:not(.wysiwyg-embed *), .wysiwyg-embed .prose dl dd:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose dl dd {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(112 111 111 / var(--tw-border-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
}

.prose dl dd + dt:not(.wysiwyg-embed *), .wysiwyg-embed .prose dl dd + dt:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose dl dd + dt {
  margin-top: 0.5em;
}

.prose caption:not(.wysiwyg-embed *), .wysiwyg-embed .prose caption:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose caption {
  text-align: left;
  caption-side: bottom;
}

.prose var:not(.wysiwyg-embed *), .wysiwyg-embed .prose var:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose var {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.prose textarea:not(.wysiwyg-embed *), .wysiwyg-embed .prose textarea:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose textarea, .prose input[type="text"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose input[type="text"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose input[type="text"] {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 74 73 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.prose textarea:not(.wysiwyg-embed *), .wysiwyg-embed .prose textarea:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose textarea, .prose input[type="text"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose input[type="text"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose input[type="text"], .prose select:not(.wysiwyg-embed *), .wysiwyg-embed .prose select:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose select {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(165 215 213 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  background-color: rgba(239,248,248,1);
}

.prose select[size]:not([size="1"]) option:not(.wysiwyg-embed *), .wysiwyg-embed .prose select[size]:not([size="1"]) option:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose select[size]:not([size="1"]) option {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1;
}

.prose select[size="1"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose select[size="1"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose select[size="1"] {
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg width="10px" height="10px" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M 3.73 10 L 3.73 6.27 L 0 6.27 L 0 3.73 L 3.73 3.73 L 3.73 0 L 6.27 0 L 6.27 3.73 L 10 3.73 L 10 6.27 L 6.27 6.27 L 6.27 10 L 3.73 10 Z" fill="black"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
}

.prose fieldset:not(.wysiwyg-embed *), .wysiwyg-embed .prose fieldset:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose fieldset {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  border-left-width: 1px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 74 73 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.prose fieldset legend:not(.wysiwyg-embed *), .wysiwyg-embed .prose fieldset legend:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose fieldset legend {
  margin-left: -0.5rem;
  background-color: inherit;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 700;
}

.prose button:not(.wysiwyg-embed *), .wysiwyg-embed .prose button:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose button, .prose input[type="submit"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose input[type="submit"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose input[type="submit"], .prose input[type="reset"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose input[type="reset"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose input[type="reset"] {
  border-width: 3px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: left;
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-text-color) / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

@media (hover: hover) and (pointer: fine) {

  .prose button:hover:not(.wysiwyg-embed *), .wysiwyg-embed .prose button:hover:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose button:hover, .prose input[type="submit"]:hover:not(.wysiwyg-embed *), .wysiwyg-embed .prose input[type="submit"]:hover:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose input[type="submit"]:hover, .prose input[type="reset"]:hover:not(.wysiwyg-embed *), .wysiwyg-embed .prose input[type="reset"]:hover:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose input[type="reset"]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity));
  }
}

.prose.js-focus-visible button.focus-visible:not(.wysiwyg-embed *), .js-focus-visible .prose button.focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .prose button.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .js-focus-visible .wysiwyg-embed .prose button.focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .wysiwyg-embed .prose button.focus-visible, .js-focus-visible .wysiwyg-embed .wysiwyg-embed .prose button.focus-visible, .prose.js-focus-visible input[type="submit"].focus-visible:not(.wysiwyg-embed *), .js-focus-visible .prose input[type="submit"].focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .prose input[type="submit"].focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .js-focus-visible .wysiwyg-embed .prose input[type="submit"].focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .wysiwyg-embed .prose input[type="submit"].focus-visible, .js-focus-visible .wysiwyg-embed .wysiwyg-embed .prose input[type="submit"].focus-visible, .prose.js-focus-visible input[type="reset"].focus-visible:not(.wysiwyg-embed *), .js-focus-visible .prose input[type="reset"].focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .prose input[type="reset"].focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .js-focus-visible .wysiwyg-embed .prose input[type="reset"].focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed.js-focus-visible .wysiwyg-embed .prose input[type="reset"].focus-visible, .js-focus-visible .wysiwyg-embed .wysiwyg-embed .prose input[type="reset"].focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity));
}

.prose button:focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed .prose button:focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose button:focus-visible, .prose input[type="submit"]:focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed .prose input[type="submit"]:focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose input[type="submit"]:focus-visible, .prose input[type="reset"]:focus-visible:not(.wysiwyg-embed *), .wysiwyg-embed .prose input[type="reset"]:focus-visible:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose input[type="reset"]:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity));
}

.prose img:not(figure *):not(.wysiwyg-embed *), .wysiwyg-embed .prose img:not(figure *):not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose img:not(figure *) {}

.prose [class~="align-left"]:not(.wysiwyg-embed *),.wysiwyg-embed .prose [class~="align-left"]:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose [class~="align-left"],.prose [class~="align-right"]:not(.wysiwyg-embed *),.wysiwyg-embed .prose [class~="align-right"]:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose [class~="align-right"],.prose [class~="align-center"]:not(.wysiwyg-embed *),.wysiwyg-embed .prose [class~="align-center"]:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose [class~="align-center"] {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

@media (min-width: 40em) {

  .prose [class~="align-left"]:not(.wysiwyg-embed *),.wysiwyg-embed .prose [class~="align-left"]:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose [class~="align-left"],.prose [class~="align-right"]:not(.wysiwyg-embed *),.wysiwyg-embed .prose [class~="align-right"]:not(.wysiwyg-embed .wysiwyg-embed *),.wysiwyg-embed .wysiwyg-embed .prose [class~="align-right"] {
    width: min(50%,26.25rem);
  }
}

.prose [class~="align-left"][class~="small"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-left"][class~="small"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-left"][class~="small"], .prose [class~="align-right"][class~="small"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-right"][class~="small"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-right"][class~="small"] {
  width: min(33.33%,26.25rem);
}

.prose [class~="align-left"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-left"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-left"] {
  margin-bottom: 2rem;
}

@media (min-width: 40em) {

  .prose [class~="align-left"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-left"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-left"] {
    float: left;
    margin-right: 2.5rem;
    max-width: 50%;
  }
}

.prose [class~="align-left"]:first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-left"]:first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-left"]:first-child {
  margin-top: 0px;
}

.prose [class~="align-left"]:last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-left"]:last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-left"]:last-child {
  margin-bottom: 0px;
}

@media (min-width: 40em) {

  .prose [class~="align-right"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-right"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-right"] {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.prose [class~="align-right"]:first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-right"]:first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-right"]:first-child {
  margin-top: 0px;
}

.prose [class~="align-right"]:last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-right"]:last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-right"]:last-child {
  margin-bottom: 0px;
}

.prose [class~="align-center"]:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="align-center"]:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="align-center"] {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.prose [class~="wysiwyg"] > :first-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="wysiwyg"] > :first-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="wysiwyg"] > :first-child {
  margin-top: 0px;
}

.prose [class~="wysiwyg"] > :last-child:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="wysiwyg"] > :last-child:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="wysiwyg"] > :last-child {
  margin-bottom: 0px;
}

.prose [class~="wysiwyg-embed"]:first-child + *:not(.wysiwyg-embed *), .wysiwyg-embed .prose [class~="wysiwyg-embed"]:first-child + *:not(.wysiwyg-embed .wysiwyg-embed *), .wysiwyg-embed .wysiwyg-embed .prose [class~="wysiwyg-embed"]:first-child + * {
  margin-top: 0px !important;
}

.prose-large {
  font-size: 1.25rem;
  line-height: 1.25;
}

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

@media (min-width: 40em) {

  .container {
    max-width: 40rem;
  }
}

@media (min-width: 48em) {

  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64em) {

  .container {
    max-width: 64rem;
  }
}

@media (min-width: 75em) {

  .container {
    max-width: 75rem;
  }
}

.conditional-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 40em) {

  .conditional-container {
    max-width: 40rem;
  }
}

@media (min-width: 48em) {

  .conditional-container {
    max-width: 48rem;
  }
}

@media (min-width: 64em) {

  .conditional-container {
    max-width: 64rem;
  }
}

@media (min-width: 75em) {

  .conditional-container {
    max-width: 75rem;
  }
}

@media (min-width: 64em) {

  .conditional-container:matches(.with-sidebar *) {
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
  }

  .conditional-container:is(.with-sidebar *) {
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.conditional-container:matches(.wysiwyg-embed *) {
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.conditional-container:is(.wysiwyg-embed *) {
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.conditional-container:matches(.constrained-content *) {
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.conditional-container:is(.constrained-content *) {
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.container-canceler .conditional-container {
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.bg-image-custom {
  --bg-image: var(--bg-image, url("/images/bg-image-blurred.jpg"));
  --bg-align: bottom center;
  background-image: var(--bg-image);
  background-position: var(--bg-align);
}

.text-pretty {
  text-wrap: pretty;
}

.icon-after {
  --fancy-link-icon-size: calc(14rem / 16);
  --buffer: 0.375rem;
  --l: var(--fancy-link-icon-size);
}

.icon-after::after {
  pointer-events: none;
  position: relative;
  display: inline-block;
  --tw-scale-x: calc(12 / 14);
  --tw-scale-y: calc(12 / 14);
  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));
  background-color: currentColor;
  transition-property: transform,background-color,text-decoration-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%205%205%20L%205%200%20L%209%200%20L%209%205%20L%2014%205%20L%2014%209%20L%209%209%20L%209%2014%20L%205%2014%20L%205%209%20L%200%209%20L%200%205%20L%205%205%20Z%22%20fill%3D%22%23CC0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%205%205%20L%205%200%20L%209%200%20L%209%205%20L%2014%205%20L%2014%209%20L%209%209%20L%209%2014%20L%205%2014%20L%205%209%20L%200%209%20L%200%205%20L%205%205%20Z%22%20fill%3D%22%23CC0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: var(--fancy-link-icon-size);
  height: var(--fancy-link-icon-size);
  margin-left: calc( -1 * var(--l));
  left: calc( var(--l) + var(--buffer) );
  transform-origin: left;
  flex-shrink: 0;
}

.icon-after:hover::after, .icon-after:focus::after {
  transition-timing-function: cubic-bezier(0.175, 2, 0.32, 1.275);
  --tw-scale-x: 1.2857142857142858;
  --tw-scale-y: 1.2857142857142858;
}

.vertical-rhythm-standard {
  margin-top: var(--vertical-space);
  margin-bottom: var(--vertical-space);
}

@media (min-width: 64em) {

  .vertical-rhythm-standard:matches(.with-sidebar__main-inner-wrapper > :first-child, .with-sidebar__main-inner-wrapper > :first-child *) {
    margin-top: 0px;
  }

  .vertical-rhythm-standard:matches(.with-sidebar__sidebar-inner-wrapper > :first-child, .with-sidebar__sidebar-inner-wrapper > :first-child *) {
    margin-top: 0px;
  }

  .vertical-rhythm-standard:is(.with-sidebar__main-inner-wrapper > :first-child, .with-sidebar__main-inner-wrapper > :first-child *) {
    margin-top: 0px;
  }

  .vertical-rhythm-standard:is(.with-sidebar__sidebar-inner-wrapper > :first-child, .with-sidebar__sidebar-inner-wrapper > :first-child *) {
    margin-top: 0px;
  }

  .vertical-rhythm-standard:matches(.with-sidebar__main-inner-wrapper > :last-child, .with-sidebar__main-inner-wrapper > :last-child *) {
    margin-bottom: 0px;
  }

  .vertical-rhythm-standard:matches(.with-sidebar__sidebar-inner-wrapper > :last-child, .with-sidebar__sidebar-inner-wrapper > :last-child *) {
    margin-bottom: 0px;
  }

  .vertical-rhythm-standard:is(.with-sidebar__main-inner-wrapper > :last-child, .with-sidebar__main-inner-wrapper > :last-child *) {
    margin-bottom: 0px;
  }

  .vertical-rhythm-standard:is(.with-sidebar__sidebar-inner-wrapper > :last-child, .with-sidebar__sidebar-inner-wrapper > :last-child *) {
    margin-bottom: 0px;
  }
}

.vertical-rhythm-standard:matches(.wysiwyg-embed > :first-child) {
  margin-top: 0px;
}

.vertical-rhythm-standard:is(.wysiwyg-embed > :first-child) {
  margin-top: 0px;
}

.vertical-rhythm-standard:matches(.wysiwyg-embed > :last-child) {
  margin-bottom: 0px;
}

.vertical-rhythm-standard:is(.wysiwyg-embed > :last-child) {
  margin-bottom: 0px;
}

.vertical-rhythm-canceler .vertical-rhythm-standard {
  margin-top: 0px;
  margin-bottom: 0px;
}

.vertical-rhythm-standard-bottom {
  margin-bottom: var(--vertical-space);
}

@media (min-width: 64em) {

  .vertical-rhythm-standard-bottom:matches(.with-sidebar__main-inner-wrapper > :last-child, .with-sidebar__main-inner-wrapper > :last-child *) {
    margin-bottom: 0px;
  }

  .vertical-rhythm-standard-bottom:matches(.with-sidebar__sidebar-inner-wrapper > :last-child, .with-sidebar__sidebar-inner-wrapper > :last-child *) {
    margin-bottom: 0px;
  }

  .vertical-rhythm-standard-bottom:is(.with-sidebar__main-inner-wrapper > :last-child, .with-sidebar__main-inner-wrapper > :last-child *) {
    margin-bottom: 0px;
  }

  .vertical-rhythm-standard-bottom:is(.with-sidebar__sidebar-inner-wrapper > :last-child, .with-sidebar__sidebar-inner-wrapper > :last-child *) {
    margin-bottom: 0px;
  }
}

.vertical-rhythm-standard-bottom:matches(.wysiwyg-embed > :last-child) {
  margin-bottom: 0px;
}

.vertical-rhythm-standard-bottom:is(.wysiwyg-embed > :last-child) {
  margin-bottom: 0px;
}

.vertical-rhythm-canceler .vertical-rhythm-standard-bottom {
  margin-bottom: 0px;
}

.responsive-embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-embed iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
}

.shape-triangle-down {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(165 215 213 / var(--tw-border-opacity));
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.grid-cols-flex {
  --grid-column-gap: var(--grid-layout-gap, 1rem);
  --grid-row-gap: var(--grid-layout-gap, 1rem);
  --grid-item--min-width: 270px;
  --gap-count: calc(var(--grid-column-count, 3) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-column-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count, 3));
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width, 270px), var(--grid-item--max-width)), 1fr));
  row-gap: var(--grid-row-gap);
  -moz-column-gap: var(--grid-column-gap);
       column-gap: var(--grid-column-gap);
}

/* component-level CSS files (if there are any) */

#ou-search-results .ou-search-container h1 {
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.625rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity));
}

@media (min-width: 48em) {

  #ou-search-results .ou-search-container h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

#ou-search-results .ou-search-container h2 {
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.125rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity));
}

@media (min-width: 48em) {

  #ou-search-results .ou-search-container h2 {
    font-size: 2.375rem;
    line-height: 1;
  }
}

#ou-search-results .ou-search-container .ou-search-form {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

#ou-search-results .ou-search-container .ou-search-advanced-open {
  margin-bottom: 0px;
}

#ou-search-results .ou-search-container .ou-search-input {
  --tw-border-opacity: 1;
  border-color: rgb(165 215 213 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 248 248 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

#ou-search-results .ou-search-container #ou-search-open-advanced#ou-search-open-advanced,
  #ou-search-results .ou-search-container .ou-search-button.ou-search-button {
  display: inline-block !important;
  text-align: left !important;
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 250ms !important;
  border-width: 3px !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--theme-button-text-color) / var(--tw-text-opacity)) !important;
}

@media (hover: hover) and (pointer: fine) {

  #ou-search-results .ou-search-container #ou-search-open-advanced#ou-search-open-advanced:hover,
  #ou-search-results .ou-search-container .ou-search-button.ou-search-button:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity)) !important;
  }
}

#ou-search-results.js-focus-visible .ou-search-container #ou-search-open-advanced#ou-search-open-advanced.focus-visible,
  .js-focus-visible #ou-search-results .ou-search-container #ou-search-open-advanced#ou-search-open-advanced.focus-visible,
  #ou-search-results.js-focus-visible .ou-search-container .ou-search-button.ou-search-button.focus-visible,
  .js-focus-visible #ou-search-results .ou-search-container .ou-search-button.ou-search-button.focus-visible {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity)) !important;
}

#ou-search-results .ou-search-container #ou-search-open-advanced#ou-search-open-advanced:focus-visible,
  #ou-search-results .ou-search-container .ou-search-button.ou-search-button:focus-visible {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity)) !important;
}

#ou-search-results .ou-search-container #ou-search-open-advanced#ou-search-open-advanced,
  #ou-search-results .ou-search-container .ou-search-button.ou-search-button {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1.125rem !important;
  line-height: 1.25 !important;
}

@media (min-width: 40em) {

  #ou-search-results .ou-search-container #ou-search-open-advanced#ou-search-open-advanced,
  #ou-search-results .ou-search-container .ou-search-button.ou-search-button {
    font-size: 1.375rem !important;
  }
}

#ou-search-results .ou-search-container #ou-search-open-advanced#ou-search-open-advanced,
  #ou-search-results .ou-search-container .ou-search-button.ou-search-button {
  border-color: transparent !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#ou-search-results .ou-search-container #ou-search-open-advanced#ou-search-open-advanced::before,
  #ou-search-results .ou-search-container .ou-search-button.ou-search-button::before {
  content: var(--tw-content);
  display: none;
}

#ou-search-results .ou-search-container #ou-search-open-advanced {
  position: relative;
  padding-left: 1rem;
  padding-right: 1.75rem;
  text-decoration-line: none;
}

#ou-search-results .ou-search-container #ou-search-open-advanced::after {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: currentColor;
  content: var(--tw-content);
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%205%205%20L%205%200%20L%209%200%20L%209%205%20L%2014%205%20L%2014%209%20L%209%209%20L%209%2014%20L%205%2014%20L%205%209%20L%200%209%20L%200%205%20L%205%205%20Z%22%20fill%3D%22%23CC0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%205%205%20L%205%200%20L%209%200%20L%209%205%20L%2014%205%20L%2014%209%20L%209%209%20L%209%2014%20L%205%2014%20L%205%209%20L%200%209%20L%200%205%20L%205%205%20Z%22%20fill%3D%22%23CC0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

@media (min-width: 40em) {

  #ou-search-results .ou-search-container #ou-search-open-advanced {
    padding-left: 1.25rem;
    padding-right: 2rem;
  }

  #ou-search-results .ou-search-container #ou-search-open-advanced::after {
    content: var(--tw-content);
    right: 1rem;
  }
}

#ou-search-results .ou-search-container .ou-search-advanced-open #ou-search-open-advanced::after {
  content: var(--tw-content);
  -webkit-mask: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2011%204%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.36%203.01518V0.835175H10.06V3.01518H0.36Z%22%20%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
          mask: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2011%204%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.36%203.01518V0.835175H10.06V3.01518H0.36Z%22%20%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
}

#ou-search-results .ou-search-container .ou-search-button.ou-search-button {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 40em) {

  #ou-search-results .ou-search-container .ou-search-button.ou-search-button {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#ou-search-results .ou-search-container .ou-search-advanced {
  --tw-border-opacity: 1;
  border-color: rgb(112 111 111 / var(--tw-border-opacity));
}

#ou-search-results .ou-search-container legend {
  margin-bottom: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(112 111 111 / var(--tw-border-opacity));
  padding-bottom: 1rem;
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#ou-search-results .ou-search-container a {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (hover: hover) and (pointer: fine) {

  #ou-search-results .ou-search-container a:hover {
    text-decoration-color: transparent;
  }
}

#ou-search-results.js-focus-visible .ou-search-container a.focus-visible, .js-focus-visible #ou-search-results .ou-search-container a.focus-visible {
  text-decoration-color: transparent;
}

#ou-search-results .ou-search-container a:focus-visible {
  text-decoration-color: transparent;
}

#ou-search-results .ou-search-container #ou-search-advanced li {
  padding-bottom: 1.25rem;
}

#ou-search-results .ou-search-container #ou-search-help-list a {
  font-size: 1.25rem;
  line-height: 1.25;
  text-decoration-thickness: 1px;
}

#ou-search-results .ou-search-container .ou-search-advanced-group {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5rem;
}

#ou-search-results .ou-search-container .ou-search-advanced-group:first-of-type {
  margin-top: 0px;
}

#ou-search-results .ou-search-container input[type='radio'] {
  position: relative;
  margin-right: 0.625rem;
  margin-top: 0px;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 111 111 / var(--tw-border-opacity));
}

#ou-search-results .ou-search-container input[type='radio']::before {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 9999px;
  background-color: transparent;
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

#ou-search-results .ou-search-container input[type='radio']:checked::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity));
}

#ou-search-results .ou-search-container input[type='radio'] + label {
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#ou-search-results .ou-search-container .ou-search-advanced-group > label:first-child {
  font-size: 1.25rem;
  line-height: 1.25;
}

#ou-search-results .ou-search-container .ou-search-select {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(165 215 213 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 248 248 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

#ou-search-results .ou-search-container .ou-total-results {
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#ou-search-results .ou-search-container .ou-total-results hr {
  margin-top: 1rem;
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

#ou-search-results .ou-search-container .ou-search-results li {
  max-width: 56rem;
  padding-bottom: 3rem;
}

#ou-search-results .ou-search-container .ou-search-result-heading {
  font-size: 1.625rem;
  line-height: 1.1;
}

#ou-search-results .ou-search-container .ou-search-abstract {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

#ou-search-results .ou-search-container .ou-search-pagination > li > a,
      #ou-search-results .ou-search-container .ou-search-pagination > li > span {
  border-width: 0px;
  background-color: transparent !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {

  #ou-search-results .ou-search-container .ou-search-pagination > li > a:hover {
    --tw-text-opacity: 1;
    color: rgb(112 111 111 / var(--tw-text-opacity));
  }
}

#ou-search-results.js-focus-visible .ou-search-container .ou-search-pagination > li > a.focus-visible, .js-focus-visible #ou-search-results .ou-search-container .ou-search-pagination > li > a.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

#ou-search-results .ou-search-container .ou-search-pagination > li > a:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {

  #ou-search-results .ou-search-container .ou-search-pagination > li > span:hover {
    --tw-text-opacity: 1;
    color: rgb(204 0 0 / var(--tw-text-opacity));
  }
}

#ou-search-results.js-focus-visible .ou-search-container .ou-search-pagination > li > span.focus-visible, .js-focus-visible #ou-search-results .ou-search-container .ou-search-pagination > li > span.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

#ou-search-results .ou-search-container .ou-search-pagination > li > span:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

#ou-search-results .ou-search-container .ou-search-pagination > li.ou-search-active > span {
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

/* Tweaks/fixes to 3rd-party Magnific Popup CSS */

body.mfp-active {
  overflow: hidden;
}

body.mfp-active .mfp-bg {
    height: 100% !important;
    position: fixed !important;
    overflow: hidden;
  }

body.mfp-active .mfp-wrap {
    top: 0 !important;
    position: fixed !important;
    overflow: auto;
    height: 100% !important;
  }

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.left-0 {
  left: 0px;
}

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

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

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

.top-5 {
  top: 1.25rem;
}

.top-\[calc\(5rem\/16\)\] {
  top: calc(5rem / 16);
}

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

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

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

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

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

.order-first {
  order: -9999;
}

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

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

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

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

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

.row-start-3 {
  grid-row-start: 3;
}

.-m-2 {
  margin: -0.5rem;
}

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

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

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

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

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

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

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

.my-vertical-space {
  margin-top: var(--vertical-space);
  margin-bottom: var(--vertical-space);
}

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

.-mt-\[3\.75rem\] {
  margin-top: -3.75rem;
}

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

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

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

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

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

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

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

.mb-\[2em\] {
  margin-bottom: 2em;
}

.mb-vertical-space {
  margin-bottom: var(--vertical-space);
}

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

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

.ml-\[calc\(-1\*var\(--pl\)\)\] {
  margin-left: calc(-1 * var(--pl));
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

.mt-\[2em\] {
  margin-top: 2em;
}

.mt-vertical-space {
  margin-top: var(--vertical-space);
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-\[1\.875rem\] {
  height: 1.875rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-\[27rem\] {
  width: 27rem;
}

.w-\[clamp\(150px\2c 50\%\2c 260px\)\] {
  width: clamp(150px,50%,260px);
}

.w-\[min\(17\.5rem\2c 100\%\)\] {
  width: min(17.5rem,100%);
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[17\.625rem\] {
  max-width: 17.625rem;
}

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

.max-w-\[48\.75rem\] {
  max-width: 48.75rem;
}

.max-w-\[52\.375rem\] {
  max-width: 52.375rem;
}

.max-w-\[94rem\] {
  max-width: 94rem;
}

.max-w-full {
  max-width: 100%;
}

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

.max-w-screen-sm {
  max-width: 40em;
}

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

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

.flex-grow {
  flex-grow: 1;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

.translate-y-\[calc\(1rem\/16\)\] {
  --tw-translate-y: calc(1rem / 16);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.columns-3xs {
  -moz-columns: 16rem;
       columns: 16rem;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.auto-cols-\[minmax\(0\2c 1fr\)\] {
  grid-auto-columns: minmax(0,1fr);
}

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

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

.grid-cols-\[40\%_1fr\] {
  grid-template-columns: 40% 1fr;
}

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

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

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

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

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

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

.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-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

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

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

.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-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 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-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

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

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

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

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.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));
}

.place-self-end {
  place-self: end;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

.\!border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

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

.border-l-5 {
  border-left-width: 5px;
}

.border-solid {
  border-style: solid;
}

.border-blue-ttp {
  --tw-border-opacity: 1;
  border-color: rgb(165 215 213 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(204 0 0 / var(--tw-border-opacity));
}

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

.border-t-grey-dark {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 74 73 / var(--tw-border-opacity));
}

.bg-\[rgba\(239\2c 248\2c 248\2c 1\)\] {
  background-color: rgba(239,248,248,1);
}

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

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

.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(223 240 239 / var(--tw-bg-opacity));
}

.bg-blue-ttp {
  --tw-bg-opacity: 1;
  background-color: rgb(165 215 213 / var(--tw-bg-opacity));
}

.bg-current {
  background-color: currentColor;
}

.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

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

.bg-theme-button-bg-color {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
}

.bg-theme-fancy-link-color {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-fancy-link-color) / var(--tw-bg-opacity));
}

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

.bg-plus-black {
  background-image: var(--bg-image-plus-black);
}

.bg-plus-gradient {
  background-image: var(--bg-image-plus-gradient);
}

.bg-plus-grid {
  background-image: var(--bg-image-plus-grid);
}

.bg-plus-monotone-right {
  background-image: var(--bg-image-plus-monotone-right);
}

.bg-\[length\:0\.6rem\] {
  background-size: 0.6rem;
}

.bg-\[length\:18\.125rem_18\.125rem\] {
  background-size: 18.125rem 18.125rem;
}

.bg-\[max\(100\%\2c 1024px\)_auto\] {
  background-size: max(100%,1024px) auto;
}

.bg-\[min\(75\%\2c 400px\)_auto\] {
  background-size: min(75%,400px) auto;
}

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

.bg-\[right_0\.5rem_center\] {
  background-position: right 0.5rem center;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

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

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

.bg-origin-content {
  background-origin: content-box;
}

.fill-black\/50 {
  fill: rgb(0 0 0 / 0.5);
}

.p-2 {
  padding: 0.5rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

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

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[0\.875rem\] {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

.py-vertical-space {
  padding-top: var(--vertical-space);
  padding-bottom: var(--vertical-space);
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-vertical-space {
  padding-bottom: var(--vertical-space);
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[calc\(56rem\/16\)\] {
  padding-left: calc(56rem / 16);
}

.pl-\[var\(--pl\)\] {
  padding-left: var(--pl);
}

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

.pr-6 {
  padding-right: 1.5rem;
}

.pr-container {
  padding-right: 1.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

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

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

.font-sans {
  font-family: Texta, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-script {
  font-family: Quickpen, chalkboard, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: Archer, chalkboard, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-\[calc\(22rem\/16\)\] {
  font-size: calc(22rem / 16);
}

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

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

.text-heading-2xs {
  font-size: 1.375rem;
  line-height: 1.1;
}

.text-heading-4xs {
  font-size: 1.125rem;
  line-height: 1.1;
}

.text-heading-lg {
  font-size: 2.375rem;
  line-height: 1;
}

.text-heading-md {
  font-size: 2.125rem;
  line-height: 1;
}

.text-heading-sm {
  font-size: 1.875rem;
  line-height: 1.1;
}

.text-heading-xl {
  font-size: 2.625rem;
  line-height: 1;
}

.text-heading-xs {
  font-size: 1.625rem;
  line-height: 1.1;
}

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

.text-md {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.5;
}

.text-xl {
  font-size: 1.375rem;
  line-height: 1.25;
}

.text-xs {
  font-size: .75rem;
  line-height: 1.4;
}

.font-bold {
  font-weight: 700;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

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

.text-blue-ttp {
  --tw-text-opacity: 1;
  color: rgb(165 215 213 / var(--tw-text-opacity));
}

.text-grey-dark {
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

.text-theme-button-text-color {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-text-color) / var(--tw-text-opacity));
}

.text-theme-fancy-link-color {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-fancy-link-color) / var(--tw-text-opacity));
}

.text-theme-heading-color {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-heading-color) / var(--tw-text-opacity));
}

.text-theme-link-color {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-color) / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-50 {
  opacity: 0.5;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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: 250ms;
}

.transition-\[background-color\2c border-color\] {
  transition-property: background-color,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.transition-\[color\2c text-decoration-color\] {
  transition-property: color,text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.grid-cols-min-\[16rem\] {
  --grid-item--min-width: 16rem;
}

.grid-col-gap-flex-sm {
  --grid-column-gap: 1rem;
}

.grid-gap-flex-sm {
  --grid-layout-gap: 1rem;
}

.grid-row-gap-flex-md {
  --grid-row-gap: 1.75rem;
}

.text-size-base {
  font-size: 1rem;
}

.text-size-heading-xl {
  font-size: 2.625rem;
}

.text-size-md {
  font-size: 1.125rem;
}

.mask-plus {
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%205%205%20L%205%200%20L%209%200%20L%209%205%20L%2014%205%20L%2014%209%20L%209%209%20L%209%2014%20L%205%2014%20L%205%209%20L%200%209%20L%200%205%20L%205%205%20Z%22%20fill%3D%22%23CC0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%205%205%20L%205%200%20L%209%200%20L%209%205%20L%2014%205%20L%2014%209%20L%209%209%20L%209%2014%20L%205%2014%20L%205%209%20L%200%209%20L%200%205%20L%205%205%20Z%22%20fill%3D%22%23CC0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.mask-custom {
  -webkit-mask: var(--tw-mask-image) no-repeat 50% 50%;
          mask: var(--tw-mask-image) no-repeat 50% 50%;
}

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

.caption-bottom {
  caption-side: bottom;
}

.\[--fancy-link-icon-size\:0\.875em\] {
  --fancy-link-icon-size: 0.875em;
}

.\[--fancy-link-icon-size\:1rem\] {
  --fancy-link-icon-size: 1rem;
}

.\[--fancy-link-icon-size\:calc\(14rem\/16\)\] {
  --fancy-link-icon-size: calc(14rem / 16);
}

.\[--fancy-link-icon-size\:calc\(15rem\/16\)\] {
  --fancy-link-icon-size: calc(15rem / 16);
}

.\[--p\:1rem\] {
  --p: 1rem;
}

.\[--pl\:calc\(22rem\/16\)\] {
  --pl: calc(22rem / 16);
}

.\[--shift\:calc\(5rem\/16\)\] {
  --shift: calc(5rem / 16);
}

.\[--vertical-space\:theme\(spacing\.vertical-space-mobile-value\)\] {
  --vertical-space: 2.5rem;
}

.\[column-count\:2\] {
  -moz-column-count: 2;
       column-count: 2;
}

@media (hover: hover) and (pointer: fine) {

  .hocus\:underline-transparent:hover {
    text-decoration-color: transparent;
  }
}

.hocus\:underline-transparent.focus-visible.js-focus-visible, .js-focus-visible .hocus\:underline-transparent.focus-visible {
  text-decoration-color: transparent;
}

.hocus\:underline-transparent:focus-visible {
  text-decoration-color: transparent;
}

.theme-not-default\:container:matches([data-tw-theme] *):not([data-tw-theme="default"] *) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 40em) {

  .theme-not-default\:container:matches([data-tw-theme] *):not([data-tw-theme="default"] *) {
    max-width: 40rem;
  }
}

@media (min-width: 48em) {

  .theme-not-default\:container:matches([data-tw-theme] *):not([data-tw-theme="default"] *) {
    max-width: 48rem;
  }
}

@media (min-width: 64em) {

  .theme-not-default\:container:matches([data-tw-theme] *):not([data-tw-theme="default"] *) {
    max-width: 64rem;
  }
}

@media (min-width: 75em) {

  .theme-not-default\:container:matches([data-tw-theme] *):not([data-tw-theme="default"] *) {
    max-width: 75rem;
  }
}

.theme-not-default\:container:matches([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 40em) {

  .theme-not-default\:container:matches([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
    max-width: 40rem;
  }
}

@media (min-width: 48em) {

  .theme-not-default\:container:matches([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
    max-width: 48rem;
  }
}

@media (min-width: 64em) {

  .theme-not-default\:container:matches([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
    max-width: 64rem;
  }
}

@media (min-width: 75em) {

  .theme-not-default\:container:matches([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
    max-width: 75rem;
  }
}

.theme-not-default\:container:is([data-tw-theme] *):not([data-tw-theme="default"] *) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 40em) {

  .theme-not-default\:container:is([data-tw-theme] *):not([data-tw-theme="default"] *) {
    max-width: 40rem;
  }
}

@media (min-width: 48em) {

  .theme-not-default\:container:is([data-tw-theme] *):not([data-tw-theme="default"] *) {
    max-width: 48rem;
  }
}

@media (min-width: 64em) {

  .theme-not-default\:container:is([data-tw-theme] *):not([data-tw-theme="default"] *) {
    max-width: 64rem;
  }
}

@media (min-width: 75em) {

  .theme-not-default\:container:is([data-tw-theme] *):not([data-tw-theme="default"] *) {
    max-width: 75rem;
  }
}

.theme-not-default\:container:is([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 40em) {

  .theme-not-default\:container:is([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
    max-width: 40rem;
  }
}

@media (min-width: 48em) {

  .theme-not-default\:container:is([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
    max-width: 48rem;
  }
}

@media (min-width: 64em) {

  .theme-not-default\:container:is([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
    max-width: 64rem;
  }
}

@media (min-width: 75em) {

  .theme-not-default\:container:is([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
    max-width: 75rem;
  }
}

.theme-black\:prose-white:matches([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) {
  --tw-prose-body: white;
}

.theme-black\:prose-white:matches([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) a:not(i) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {

  .theme-black\:prose-white:matches([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) a:not(i):hover {
    color: rgb(255 255 255 / 0.8);
  }
}

.theme-black\:prose-white:matches([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *).js-focus-visible a:not(i).focus-visible, .js-focus-visible .theme-black\:prose-white:matches([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) a:not(i).focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.theme-black\:prose-white:matches([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) a:not(i):focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.theme-black\:prose-white:matches([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) pre {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-black\:prose-white:matches([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) {
  --tw-prose-pre-code: black;
}

.theme-black\:prose-white:matches([data-tw-theme="black"] [data-tw-theme="black"] *) {
  --tw-prose-body: white;
}

.theme-black\:prose-white:matches([data-tw-theme="black"] [data-tw-theme="black"] *) a:not(i) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {

  .theme-black\:prose-white:matches([data-tw-theme="black"] [data-tw-theme="black"] *) a:not(i):hover {
    color: rgb(255 255 255 / 0.8);
  }
}

.theme-black\:prose-white:matches([data-tw-theme="black"] [data-tw-theme="black"] *).js-focus-visible a:not(i).focus-visible, .js-focus-visible .theme-black\:prose-white:matches([data-tw-theme="black"] [data-tw-theme="black"] *) a:not(i).focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.theme-black\:prose-white:matches([data-tw-theme="black"] [data-tw-theme="black"] *) a:not(i):focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.theme-black\:prose-white:matches([data-tw-theme="black"] [data-tw-theme="black"] *) pre {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-black\:prose-white:matches([data-tw-theme="black"] [data-tw-theme="black"] *) {
  --tw-prose-pre-code: black;
}

.theme-black\:prose-white:is([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) {
  --tw-prose-body: white;
}

.theme-black\:prose-white:is([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) a:not(i) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {

  .theme-black\:prose-white:is([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) a:not(i):hover {
    color: rgb(255 255 255 / 0.8);
  }
}

.theme-black\:prose-white:is([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *).js-focus-visible a:not(i).focus-visible, .js-focus-visible .theme-black\:prose-white:is([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) a:not(i).focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.theme-black\:prose-white:is([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) a:not(i):focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.theme-black\:prose-white:is([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) pre {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-black\:prose-white:is([data-tw-theme="black"] *):not([data-tw-theme="black"] [data-tw-theme] *) {
  --tw-prose-pre-code: black;
}

.theme-black\:prose-white:is([data-tw-theme="black"] [data-tw-theme="black"] *) {
  --tw-prose-body: white;
}

.theme-black\:prose-white:is([data-tw-theme="black"] [data-tw-theme="black"] *) a:not(i) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {

  .theme-black\:prose-white:is([data-tw-theme="black"] [data-tw-theme="black"] *) a:not(i):hover {
    color: rgb(255 255 255 / 0.8);
  }
}

.theme-black\:prose-white:is([data-tw-theme="black"] [data-tw-theme="black"] *).js-focus-visible a:not(i).focus-visible, .js-focus-visible .theme-black\:prose-white:is([data-tw-theme="black"] [data-tw-theme="black"] *) a:not(i).focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.theme-black\:prose-white:is([data-tw-theme="black"] [data-tw-theme="black"] *) a:not(i):focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.theme-black\:prose-white:is([data-tw-theme="black"] [data-tw-theme="black"] *) pre {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-black\:prose-white:is([data-tw-theme="black"] [data-tw-theme="black"] *) {
  --tw-prose-pre-code: black;
}

@media (min-width: 64em) {

  .sidebar-up\:container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  @media (min-width: 40em) {

    .sidebar-up\:container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48em) {

    .sidebar-up\:container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64em) {

    .sidebar-up\:container {
      max-width: 64rem;
    }
  }

  @media (min-width: 75em) {

    .sidebar-up\:container {
      max-width: 75rem;
    }
  }
}

@media (hover: hover) and (pointer: fine) {

  .\[\&_a\]\:hocus\:underline-transparent:hover a {
    text-decoration-color: transparent;
  }

  .hocus\:\[\&_a\]\:underline-transparent a:hover {
    text-decoration-color: transparent;
  }
}

.\[\&_a\]\:hocus\:underline-transparent.focus-visible.js-focus-visible a, .js-focus-visible .\[\&_a\]\:hocus\:underline-transparent.focus-visible a {
  text-decoration-color: transparent;
}

.\[\&_a\]\:hocus\:underline-transparent:focus-visible a {
  text-decoration-color: transparent;
}

.hocus\:\[\&_a\]\:underline-transparent.js-focus-visible a.focus-visible, .js-focus-visible .hocus\:\[\&_a\]\:underline-transparent a.focus-visible {
  text-decoration-color: transparent;
}

.hocus\:\[\&_a\]\:underline-transparent a:focus-visible {
  text-decoration-color: transparent;
}

.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}

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

.before\:inset-y-0::before {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:left-4::before {
  content: var(--tw-content);
  left: 1rem;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:mr-2\.5::before {
  content: var(--tw-content);
  margin-right: 0.625rem;
}

.before\:box-content::before {
  content: var(--tw-content);
  box-sizing: content-box;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-20::before {
  content: var(--tw-content);
  height: 5rem;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-36::before {
  content: var(--tw-content);
  height: 9rem;
}

.before\:h-44::before {
  content: var(--tw-content);
  height: 11rem;
}

.before\:h-5::before {
  content: var(--tw-content);
  height: 1.25rem;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-4::before {
  content: var(--tw-content);
  width: 1rem;
}

.before\:w-5::before {
  content: var(--tw-content);
  width: 1.25rem;
}

.before\:w-\[75\%\]::before {
  content: var(--tw-content);
  width: 75%;
}

.before\:w-\[9\.375rem\]::before {
  content: var(--tw-content);
  width: 9.375rem;
}

.before\:w-\[9\.5625rem\]::before {
  content: var(--tw-content);
  width: 9.5625rem;
}

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

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

.before\:bg-blue-ttp::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(165 215 213 / var(--tw-bg-opacity));
}

.before\:bg-red::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity));
}

.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.before\:bg-plus::before {
  content: var(--tw-content);
  background-image: var(--bg-image-plus);
}

.before\:bg-plus-duotone::before {
  content: var(--tw-content);
  background-image: var(--bg-image-plus-duotone);
}

.before\:from-black\/5::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.05);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:bg-origin-content::before {
  content: var(--tw-content);
  background-origin: content-box;
}

.before\:pr-1::before {
  content: var(--tw-content);
  padding-right: 0.25rem;
}

.before\:pt-vertical-space::before {
  content: var(--tw-content);
  padding-top: var(--vertical-space);
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:opacity-70::before {
  content: var(--tw-content);
  opacity: 0.7;
}

.before\:transition-\[background-color\2c transform\]::before {
  content: var(--tw-content);
  transition-property: background-color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.before\:transition-opacity::before {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.before\:duration-\[400ms\]::before {
  content: var(--tw-content);
  transition-duration: 400ms;
}

.before\:content-\[\'\AB\'\]::before {
  --tw-content: '«';
  content: var(--tw-content);
}

.before\:mask-plus::before {
  content: var(--tw-content);
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%205%205%20L%205%200%20L%209%200%20L%209%205%20L%2014%205%20L%2014%209%20L%209%209%20L%209%2014%20L%205%2014%20L%205%209%20L%200%209%20L%200%205%20L%205%205%20Z%22%20fill%3D%22%23CC0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%205%205%20L%205%200%20L%209%200%20L%209%205%20L%2014%205%20L%2014%209%20L%209%209%20L%209%2014%20L%205%2014%20L%205%209%20L%200%209%20L%200%205%20L%205%205%20Z%22%20fill%3D%22%23CC0000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.before\:clip-path-triangle::before {
  content: var(--tw-content);
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}

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

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:ml-\[calc\(-1\*var\(--w\)\)\]::after {
  content: var(--tw-content);
  margin-left: calc(-1 * var(--w));
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-12::after {
  content: var(--tw-content);
  height: 3rem;
}

.after\:h-\[var\(--fancy-link-icon-size\)\]::after {
  content: var(--tw-content);
  height: var(--fancy-link-icon-size);
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}

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

.after\:w-\[var\(--fancy-link-icon-size\)\]::after {
  content: var(--tw-content);
  width: var(--fancy-link-icon-size);
}

.after\:-scale-x-100::after {
  content: var(--tw-content);
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:bg-blue-ttp::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(165 215 213 / var(--tw-bg-opacity));
}

.after\:bg-gradient-to-l::after {
  content: var(--tw-content);
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.after\:from-black\/5::after {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.05);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:pl-1::after {
  content: var(--tw-content);
  padding-left: 0.25rem;
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:opacity-40::after {
  content: var(--tw-content);
  opacity: 0.4;
}

.after\:transition-opacity::after {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

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

.after\:clip-path-triangle::after {
  content: var(--tw-content);
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.first-of-type\:ml-0:first-of-type {
  margin-left: 0px;
}

.aria-expanded\:bg-grey-dark[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 73 / var(--tw-bg-opacity));
}

.aria-expanded\:text-white[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.before\:aria-expanded\:rotate-45[aria-expanded="true"]::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:aria-expanded\:bg-white[aria-expanded="true"]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.aria-hidden\:invisible[aria-hidden="true"] {
  visibility: hidden;
}

.aria-hidden\:overflow-y-hidden[aria-hidden="true"] {
  overflow-y: hidden;
}

.aria-current\:text-black[aria-current] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.aria-current\:decoration-transparent[aria-current] {
  text-decoration-color: transparent;
}

.group\/button[aria-expanded="true"] .group-aria-expanded\/button\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[is-transitioning\]\:overflow-y-hidden[data-is-transitioning] {
  overflow-y: hidden;
}

@media (hover: hover) and (pointer: fine) {

  .hocus\:border-transparent:hover {
    border-color: transparent;
  }

  .hocus\:bg-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(223 240 239 / var(--tw-bg-opacity));
  }

  .hocus\:bg-blue-ttp:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 215 213 / var(--tw-bg-opacity));
  }

  .hocus\:bg-red:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(204 0 0 / var(--tw-bg-opacity));
  }

  .hocus\:bg-theme-button-hocus-bg-color:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity));
  }

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

  .hocus\:text-grey-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(74 74 73 / var(--tw-text-opacity));
  }

  .hocus\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgb(204 0 0 / var(--tw-text-opacity));
  }

  .hocus\:text-theme-button-hocus-text-color:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity));
  }

  .hocus\:text-theme-fancy-link-hocus-color:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-text-opacity));
  }

  .hocus\:text-theme-link-hocus-color:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
  }

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

  .hocus\:underline:hover {
    text-decoration-line: underline;
  }

  .hocus\:no-underline:hover {
    text-decoration-line: none;
  }

  .hocus\:decoration-transparent:hover {
    text-decoration-color: transparent;
  }

  .before\:hocus\:bg-black:hover::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .hocus\:after\:left-\[calc\(var\(--l\)\+var\(--shift\)\)\]:hover::after {
    content: var(--tw-content);
    left: calc(var(--l) + var(--shift));
  }
}

.hocus\:border-transparent.focus-visible.js-focus-visible, .js-focus-visible .hocus\:border-transparent.focus-visible {
  border-color: transparent;
}

.hocus\:border-transparent:focus-visible {
  border-color: transparent;
}

.hocus\:bg-blue-light.focus-visible.js-focus-visible, .js-focus-visible .hocus\:bg-blue-light.focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(223 240 239 / var(--tw-bg-opacity));
}

.hocus\:bg-blue-light:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(223 240 239 / var(--tw-bg-opacity));
}

.hocus\:bg-blue-ttp.focus-visible.js-focus-visible, .js-focus-visible .hocus\:bg-blue-ttp.focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(165 215 213 / var(--tw-bg-opacity));
}

.hocus\:bg-blue-ttp:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(165 215 213 / var(--tw-bg-opacity));
}

.hocus\:bg-red.focus-visible.js-focus-visible, .js-focus-visible .hocus\:bg-red.focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity));
}

.hocus\:bg-red:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity));
}

.hocus\:bg-theme-button-hocus-bg-color.focus-visible.js-focus-visible, .js-focus-visible .hocus\:bg-theme-button-hocus-bg-color.focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity));
}

.hocus\:bg-theme-button-hocus-bg-color:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-button-hocus-bg-color) / var(--tw-bg-opacity));
}

.hocus\:text-black.focus-visible.js-focus-visible, .js-focus-visible .hocus\:text-black.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hocus\:text-black:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hocus\:text-grey-dark.focus-visible.js-focus-visible, .js-focus-visible .hocus\:text-grey-dark.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity));
}

.hocus\:text-grey-dark:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity));
}

.hocus\:text-red.focus-visible.js-focus-visible, .js-focus-visible .hocus\:text-red.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

.hocus\:text-red:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

.hocus\:text-theme-button-hocus-text-color.focus-visible.js-focus-visible, .js-focus-visible .hocus\:text-theme-button-hocus-text-color.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity));
}

.hocus\:text-theme-button-hocus-text-color:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-hocus-text-color) / var(--tw-text-opacity));
}

.hocus\:text-theme-fancy-link-hocus-color.focus-visible.js-focus-visible, .js-focus-visible .hocus\:text-theme-fancy-link-hocus-color.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-text-opacity));
}

.hocus\:text-theme-fancy-link-hocus-color:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-text-opacity));
}

.hocus\:text-theme-link-hocus-color.focus-visible.js-focus-visible, .js-focus-visible .hocus\:text-theme-link-hocus-color.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
}

.hocus\:text-theme-link-hocus-color:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-hocus-color) / var(--tw-text-opacity));
}

.hocus\:text-white.focus-visible.js-focus-visible, .js-focus-visible .hocus\:text-white.focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hocus\:text-white:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hocus\:underline.focus-visible.js-focus-visible, .js-focus-visible .hocus\:underline.focus-visible {
  text-decoration-line: underline;
}

.hocus\:underline:focus-visible {
  text-decoration-line: underline;
}

.hocus\:no-underline.focus-visible.js-focus-visible, .js-focus-visible .hocus\:no-underline.focus-visible {
  text-decoration-line: none;
}

.hocus\:no-underline:focus-visible {
  text-decoration-line: none;
}

.hocus\:decoration-transparent.focus-visible.js-focus-visible, .js-focus-visible .hocus\:decoration-transparent.focus-visible {
  text-decoration-color: transparent;
}

.hocus\:decoration-transparent:focus-visible {
  text-decoration-color: transparent;
}

.before\:hocus\:bg-black.focus-visible.js-focus-visible::before, .js-focus-visible .before\:hocus\:bg-black.focus-visible::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:hocus\:bg-black:focus-visible::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hocus\:after\:left-\[calc\(var\(--l\)\+var\(--shift\)\)\].focus-visible.js-focus-visible::after, .js-focus-visible .hocus\:after\:left-\[calc\(var\(--l\)\+var\(--shift\)\)\].focus-visible::after {
  content: var(--tw-content);
  left: calc(var(--l) + var(--shift));
}

.hocus\:after\:left-\[calc\(var\(--l\)\+var\(--shift\)\)\]:focus-visible::after {
  content: var(--tw-content);
  left: calc(var(--l) + var(--shift));
}

@media (hover: hover) and (pointer: fine) {

  .peer:hover ~ .peer-hocus\:bg-theme-fancy-link-hocus-color {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-bg-opacity));
  }

  .peer:hover ~ .peer-hocus\:bg-transparent {
    background-color: transparent;
  }

  .peer:hover ~ .peer-hocus\:fill-black {
    fill: black;
  }
}

.peer.focus-visible.js-focus-visible ~ .peer-hocus\:bg-theme-fancy-link-hocus-color, .js-focus-visible .peer.focus-visible ~ .peer-hocus\:bg-theme-fancy-link-hocus-color {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-bg-opacity));
}

.peer:focus-visible ~ .peer-hocus\:bg-theme-fancy-link-hocus-color {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-fancy-link-hocus-color) / var(--tw-bg-opacity));
}

.peer.focus-visible.js-focus-visible ~ .peer-hocus\:bg-transparent, .js-focus-visible .peer.focus-visible ~ .peer-hocus\:bg-transparent {
  background-color: transparent;
}

.peer:focus-visible ~ .peer-hocus\:bg-transparent {
  background-color: transparent;
}

.peer.focus-visible.js-focus-visible ~ .peer-hocus\:fill-black, .js-focus-visible .peer.focus-visible ~ .peer-hocus\:fill-black {
  fill: black;
}

.peer:focus-visible ~ .peer-hocus\:fill-black {
  fill: black;
}

.children\:mx-3 > * {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.children\:my-1 > * {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.children\:my-1\.5 > * {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.children\:duration-150 > * {
  transition-duration: 150ms;
}

.children\:after\:duration-150 > *::after {
  content: var(--tw-content);
  transition-duration: 150ms;
}

@media (hover: hover) and (pointer: fine) {

  .hocus\:children\:duration-75 > *:hover {
    transition-duration: 75ms;
  }

  .hocus\:children\:after\:duration-300 > *:hover::after {
    content: var(--tw-content);
    transition-duration: 300ms;
  }
}

.hocus\:children\:duration-75.js-focus-visible > *.focus-visible, .js-focus-visible .hocus\:children\:duration-75 > *.focus-visible {
  transition-duration: 75ms;
}

.hocus\:children\:duration-75 > *:focus-visible {
  transition-duration: 75ms;
}

.hocus\:children\:after\:duration-300.js-focus-visible > *.focus-visible::after, .js-focus-visible .hocus\:children\:after\:duration-300 > *.focus-visible::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hocus\:children\:after\:duration-300 > *:focus-visible::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

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

.descendants\:w-full * {
  width: 100%;
}

.descendants\:break-inside-avoid * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.theme-not-default\:my-0:matches([data-tw-theme] *):not([data-tw-theme="default"] *) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.theme-not-default\:py-vertical-space:matches([data-tw-theme] *):not([data-tw-theme="default"] *) {
  padding-top: var(--vertical-space);
  padding-bottom: var(--vertical-space);
}

.theme-not-default\:my-0:matches([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.theme-not-default\:py-vertical-space:matches([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
  padding-top: var(--vertical-space);
  padding-bottom: var(--vertical-space);
}

.theme-not-default\:my-0:is([data-tw-theme] *):not([data-tw-theme="default"] *) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.theme-not-default\:py-vertical-space:is([data-tw-theme] *):not([data-tw-theme="default"] *) {
  padding-top: var(--vertical-space);
  padding-bottom: var(--vertical-space);
}

.theme-not-default\:my-0:is([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
  margin-top: 0px;
  margin-bottom: 0px;
}

.theme-not-default\:py-vertical-space:is([data-tw-theme="default"] [data-tw-theme] *):not([data-tw-theme="default"] [data-tw-theme="default"] *) {
  padding-top: var(--vertical-space);
  padding-bottom: var(--vertical-space);
}

.theme-any\:bg-theme-bg-color:matches([data-tw-theme] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-bg-color) / var(--tw-bg-opacity));
}

.theme-any\:text-theme-text-color:matches([data-tw-theme] *) {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-text-color) / var(--tw-text-opacity));
}

.theme-any\:bg-theme-bg-color:is([data-tw-theme] *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-bg-color) / var(--tw-bg-opacity));
}

.theme-any\:text-theme-text-color:is([data-tw-theme] *) {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-text-color) / var(--tw-text-opacity));
}

@media (prefers-reduced-motion: no-preference) {

  .motion-safe\:transition-\[color\2c transform\] {
    transition-property: color,transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
  }
}

@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:before\:transition-none::before {
    content: var(--tw-content);
    transition-property: none;
  }

  .motion-reduce\:after\:\!left-\[var\(--l\)\]::after {
    content: var(--tw-content);
    left: var(--l) !important;
  }
}

@media (min-width: 22.5em) {

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

  .xs\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}

@media (min-width: 40em) {

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:my-vertical-space {
    margin-top: var(--vertical-space);
    margin-bottom: var(--vertical-space);
  }

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

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

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

  .sm\:mb-vertical-space {
    margin-bottom: var(--vertical-space);
  }

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

  .sm\:mt-vertical-space {
    margin-top: var(--vertical-space);
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

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

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

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

  .sm\:w-\[clamp\(150px\2c 50\%\2c 260px\)\] {
    width: clamp(150px,50%,260px);
  }

  .sm\:w-\[clamp\(150px\2c 50\%\2c 525px\)\] {
    width: clamp(150px,50%,525px);
  }

  .sm\:max-w-\[27rem\] {
    max-width: 27rem;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:grid-cols-\[repeat\(2\2c 1fr\)\] {
    grid-template-columns: repeat(2,1fr);
  }

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

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

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:bg-\[auto_clamp\(640px\2c 100\%\2c 912px\)\] {
    background-size: auto clamp(640px,100%,912px);
  }

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

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

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

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:text-heading-lg {
    font-size: 2.375rem;
    line-height: 1;
  }

  .sm\:text-heading-xl {
    font-size: 2.625rem;
    line-height: 1;
  }

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

  .sm\:text-md {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .sm\:text-size-xl {
    font-size: 1.375rem;
  }

  .sm\:\[--vertical-space\:theme\(spacing\.vertical-space-value\)\] {
    --vertical-space: 4rem;
  }
}

@media (min-width: 48em) {

  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:left-5 {
    left: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:my-vertical-space {
    margin-top: var(--vertical-space);
    margin-bottom: var(--vertical-space);
  }

  .md\:mb-vertical-space {
    margin-bottom: var(--vertical-space);
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

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

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

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

  .md\:mt-vertical-space {
    margin-top: var(--vertical-space);
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

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

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

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

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

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

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

  .md\:auto-cols-\[minmax\(0\2c 20rem\)\] {
    grid-auto-columns: minmax(0,20rem);
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:grid-cols-\[none\] {
    grid-template-columns: none;
  }

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

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

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

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

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

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

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

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .md\:pl-\[4\.75rem\] {
    padding-left: 4.75rem;
  }

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

  .md\:pt-\[4\.75rem\] {
    padding-top: 4.75rem;
  }

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

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

  .md\:text-heading-lg {
    font-size: 2.375rem;
    line-height: 1;
  }

  .md\:text-heading-md {
    font-size: 2.125rem;
    line-height: 1;
  }

  .md\:text-heading-sm {
    font-size: 1.875rem;
    line-height: 1.1;
  }

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

  .md\:text-heading-xs {
    font-size: 1.625rem;
    line-height: 1.1;
  }

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

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

  .md\:grid-col-gap-flex-md {
    --grid-column-gap: 1.75rem;
  }

  .md\:grid-gap-flex-md {
    --grid-layout-gap: 1.75rem;
  }

  .md\:before\:h-\[max\(30\%\2c 11\.875rem\)\]::before {
    content: var(--tw-content);
    height: max(30%,11.875rem);
  }

  .md\:before\:w-\[60\%\]::before {
    content: var(--tw-content);
    width: 60%;
  }

  .md\:after\:h-\[max\(30\%\2c 11\.875rem\)\]::after {
    content: var(--tw-content);
    height: max(30%,11.875rem);
  }

  .md\:after\:w-\[60\%\]::after {
    content: var(--tw-content);
    width: 60%;
  }
}

@media (min-width: 64em) {

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

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

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

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

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

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

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

  .lg\:my-vertical-space {
    margin-top: var(--vertical-space);
    margin-bottom: var(--vertical-space);
  }

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

  .lg\:mb-vertical-space {
    margin-bottom: var(--vertical-space);
  }

  .lg\:ml-\[1\.125rem\] {
    margin-left: 1.125rem;
  }

  .lg\:mt-vertical-space {
    margin-top: var(--vertical-space);
  }

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

  .lg\:grid-cols-\[20\.5rem_1fr\] {
    grid-template-columns: 20.5rem 1fr;
  }

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

  .lg\:gap-x-\[3\.25rem\] {
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }

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

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

  .lg\:pb-\[3\.75rem\] {
    padding-bottom: 3.75rem;
  }

  .lg\:pt-\[1\.875rem\] {
    padding-top: 1.875rem;
  }

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

  .lg\:grid-col-gap-flex-lg {
    --grid-column-gap: 2.625rem;
  }

  .lg\:grid-gap-flex-lg {
    --grid-layout-gap: 2.625rem;
  }
}

@media (min-width: 75em) {

  .xl\:my-vertical-space {
    margin-top: var(--vertical-space);
    margin-bottom: var(--vertical-space);
  }

  .xl\:mb-vertical-space {
    margin-bottom: var(--vertical-space);
  }

  .xl\:ml-\[1\.25rem\] {
    margin-left: 1.25rem;
  }

  .xl\:mt-vertical-space {
    margin-top: var(--vertical-space);
  }

  .xl\:min-w-\[calc\(33\.33\%-6\.5rem\)\] {
    min-width: calc(33.33% - 6.5rem);
  }

  .xl\:max-w-\[calc\(75em\+6rem\)\] {
    max-width: calc(75em + 6rem);
  }

  .xl\:grid-cols-\[23\.75rem_1fr\] {
    grid-template-columns: 23.75rem 1fr;
  }

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

@media (min-width: 64em) {

  .sidebar-up\:order-first {
    order: -9999;
  }

  .sidebar-up\:order-last {
    order: 9999;
  }

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

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

  .sidebar-up\:my-vertical-space {
    margin-top: var(--vertical-space);
    margin-bottom: var(--vertical-space);
  }

  .sidebar-up\:grid {
    display: grid;
  }

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

  .sidebar-up\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

@media screen and (min--moz-device-pixel-ratio:0) {

  .firefox\:blur-\[1px\] {
    --tw-blur: blur(1px);
    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);
  }

  .before\:firefox\:blur-\[1px\]::before {
    content: var(--tw-content);
    --tw-blur: blur(1px);
    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);
  }
}

.\[\&\.ghost\]\:border-theme-button-bg-color.ghost {
  --tw-border-opacity: 1;
  border-color: rgb(var(--theme-button-bg-color) / var(--tw-border-opacity));
}

.\[\&\.ghost\]\:bg-transparent.ghost {
  background-color: transparent;
}

.\[\&\.ghost\]\:text-theme-button-bg-color.ghost {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-bg-color) / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {

  .\[\&\.ghost\]\:hocus\:bg-theme-button-bg-color:hover.ghost {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
  }

  .\[\&\.ghost\]\:hocus\:text-theme-button-text-color:hover.ghost {
    --tw-text-opacity: 1;
    color: rgb(var(--theme-button-text-color) / var(--tw-text-opacity));
  }
}

.\[\&\.ghost\]\:hocus\:bg-theme-button-bg-color.focus-visible.ghost.js-focus-visible, .js-focus-visible .\[\&\.ghost\]\:hocus\:bg-theme-button-bg-color.focus-visible.ghost {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
}

.\[\&\.ghost\]\:hocus\:bg-theme-button-bg-color:focus-visible.ghost {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--theme-button-bg-color) / var(--tw-bg-opacity));
}

.\[\&\.ghost\]\:hocus\:text-theme-button-text-color.focus-visible.ghost.js-focus-visible, .js-focus-visible .\[\&\.ghost\]\:hocus\:text-theme-button-text-color.focus-visible.ghost {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-text-color) / var(--tw-text-opacity));
}

.\[\&\.ghost\]\:hocus\:text-theme-button-text-color:focus-visible.ghost {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-button-text-color) / var(--tw-text-opacity));
}

.before\:\[\&\.has-x-overflow\:not\(\.is-scrolled-left\)\]\:opacity-100.has-x-overflow:not(.is-scrolled-left)::before {
  content: var(--tw-content);
  opacity: 1;
}

.after\:\[\&\.has-x-overflow\:not\(\.is-scrolled-right\)\]\:opacity-100.has-x-overflow:not(.is-scrolled-right)::after {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&\.is-open\]\:pointer-events-auto.is-open {
  pointer-events: auto;
}

.\[\&\.with-after-icon\]\:pr-\[var\(--p\)\].with-after-icon {
  padding-right: var(--p);
}

.\[\&\.with-before-icon\]\:pl-\[var\(--p\)\].with-before-icon {
  padding-left: var(--p);
}

.\[\&\:not\(\:first-child\)\]\:mt-8:not(:first-child) {
  margin-top: 2rem;
}

.\[\&\>\*\]\:border-b>* {
  border-bottom-width: 1px;
}

.\[\&\>\*\]\:border-grey-ttp>* {
  --tw-border-opacity: 1;
  border-color: rgb(112 111 111 / var(--tw-border-opacity));
}

.\[\&\>\*\]\:border-opacity-50>* {
  --tw-border-opacity: 0.5;
}

.\[\&\>\*\]\:pb-8>* {
  padding-bottom: 2rem;
}

.\[\&\>\*\~\*\]\:mt-2>*~* {
  margin-top: 0.5rem;
}

.\[\&\>\*\~\*\]\:mt-4>*~* {
  margin-top: 1rem;
}

.\[\&\>\*\~\*\]\:mt-8>*~* {
  margin-top: 2rem;
}

.\[\&\>\*\~\*\]\:pt-8>*~* {
  padding-top: 2rem;
}

@media (min-width: 48em) {

  .md\:\[\&\>\*\~\*\]\:mt-8>*~* {
    margin-top: 2rem;
  }
}

.\[\&\>a\]\:\!font-bold>a {
  font-weight: 700 !important;
}

.\[\&\>a\]\:text-red>a {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

@media (hover: hover) and (pointer: fine) {

  .\[\&\>a\]\:hocus\:text-black:hover>a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

.\[\&\>a\]\:hocus\:text-black.focus-visible.js-focus-visible>a, .js-focus-visible .\[\&\>a\]\:hocus\:text-black.focus-visible>a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&\>a\]\:hocus\:text-black:focus-visible>a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&\>li\]\:mb-1>li {
  margin-bottom: 0.25rem;
}

.\[\&\>picture\>img\]\:h-full>picture>img {
  height: 100%;
}

.\[\&\>picture\>img\]\:object-cover>picture>img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 48em) {

  .md\:\[\&\>picture\>img\]\:absolute>picture>img {
    position: absolute;
  }

  .md\:\[\&\>picture\>img\]\:inset-0>picture>img {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:\[\&\>picture\>img\]\:w-full>picture>img {
    width: 100%;
  }

  .md\:\[\&\>picture\>img\]\:max-w-none>picture>img {
    max-width: none;
  }

  .md\:\[\&\>picture\>img\]\:object-center>picture>img {
    -o-object-position: center;
       object-position: center;
  }

  .md\:\[\&\>picture\]\:absolute>picture {
    position: absolute;
  }

  .md\:\[\&\>picture\]\:inset-0>picture {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
}

.\[\&_\*\~\*\]\:ml-9 *~* {
  margin-left: 2.25rem;
}

.\[\&_\.prose_li\]\:my-0 .prose li {
  margin-top: 0px;
  margin-bottom: 0px;
}

.\[\&_a\:hover\2c \&_a\:focus\]\:text-grey-dark a:hover {
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-red a {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-theme-link-color a {
  --tw-text-opacity: 1;
  color: rgb(var(--theme-link-color) / var(--tw-text-opacity));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_a\]\:transition-\[color\2c text-decoration-color\] a {
  transition-property: color,text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_td\:first-child\]\:whitespace-nowrap td:first-child {
  white-space: nowrap;
}

.\[\&_td\]\:align-top td {
  vertical-align: top;
}

.\[\&_th\]\:pb-4 th {
  padding-bottom: 1rem;
}

.\[\&_tr\>td\:not\(\:first-child\)\]\:pl-8 tr>td:not(:first-child) {
  padding-left: 2rem;
}

.\[\&_tr\>td\]\:max-w-\[50\%\] tr>td {
  max-width: 50%;
}

.\[\&_tr\>td\]\:border-t tr>td {
  border-top-width: 1px;
}

.\[\&_tr\>td\]\:border-grey-medium tr>td {
  --tw-border-opacity: 1;
  border-color: rgb(202 202 202 / var(--tw-border-opacity));
}

.\[\&_tr\>td\]\:py-4 tr>td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&_tr\>th\:not\(\:first-child\)\]\:pl-8 tr>th:not(:first-child) {
  padding-left: 2rem;
}

.after-icon-static>.\[\.after-icon-static\>\&\]\:after\:left-\[calc\(var\(--l\)\+var\(--shift\)\)\]::after {
  content: var(--tw-content);
  left: calc(var(--l) + var(--shift));
}
