/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "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 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

.morph_prose {
  color: inherit;
  max-width: none;
}

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

.morph_prose :where(a):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: inherit;
  font-weight: 400;
}

.morph_prose :where(strong):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.morph_prose :where(a strong):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
}

.morph_prose :where(blockquote strong):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
}

.morph_prose :where(thead th strong):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
}

.morph_prose :where(ol):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 0;
  margin-bottom: 1.75rem;
  padding-left: 1.625em;
  padding-inline-start: 1.5rem;
}

.morph_prose :where(ol[type="A"]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: upper-alpha;
}

.morph_prose :where(ol[type="a"]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: lower-alpha;
}

.morph_prose :where(ol[type="A" s]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: upper-alpha;
}

.morph_prose :where(ol[type="a" s]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: lower-alpha;
}

.morph_prose :where(ol[type="I"]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: upper-roman;
}

.morph_prose :where(ol[type="i"]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: lower-roman;
}

.morph_prose :where(ol[type="I" s]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: upper-roman;
}

.morph_prose :where(ol[type="i" s]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: lower-roman;
}

.morph_prose :where(ol[type="1"]):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: decimal;
}

.morph_prose :where(ul):not(:where([class~="morph_not-prose"] *)) {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 1.75rem;
  padding-left: 1.625em;
  padding-inline-start: 1.5rem;
}

.morph_prose :where(ol > li):not(:where([class~="morph_not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.morph_prose :where(ul > li):not(:where([class~="morph_not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.morph_prose :where(hr):not(:where([class~="morph_not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.morph_prose :where(blockquote):not(:where([class~="morph_not-prose"] *)) {
  font-weight: 400;
  font-style: normal;
  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;
  border: none;
  padding-inline-start: 0;
}

.morph_prose :where(blockquote p:first-of-type):not(:where([class~="morph_not-prose"] *))::before {
  content: open-quote;
}

.morph_prose :where(blockquote p:last-of-type):not(:where([class~="morph_not-prose"] *))::after {
  content: close-quote;
}

.morph_prose :where(h1):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 2.25em;
  margin-top: -4.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.1111111;
  padding-top: 6.5rem;
}

.morph_prose :where(h1 strong):not(:where([class~="morph_not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.morph_prose :where(h2):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 1.5em;
  margin-top: -4.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.3333333;
  padding-top: 6.5rem;
}

.morph_prose :where(h2 strong):not(:where([class~="morph_not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.morph_prose :where(h3):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  font-size: 1.25em;
  margin-top: -4.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  padding-top: 6.5rem;
}

.morph_prose :where(h3 strong):not(:where([class~="morph_not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.morph_prose :where(h4):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  margin-top: -4.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  padding-top: 6.5rem;
}

.morph_prose :where(h4 strong):not(:where([class~="morph_not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.morph_prose :where(img):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #EDEDED;
}

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

.morph_prose :where(figcaption):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875rem;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.morph_prose :where(code):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: inherit;
  font-size: 1rem;
  max-width: 100%;
  white-space: pre-wrap;
  background-color: #EDEDED;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  line-height: 1.25rem;
}

.morph_prose :where(code):not(:where([class~="morph_not-prose"] *))::before {
  content: none;
}

.morph_prose :where(code):not(:where([class~="morph_not-prose"] *))::after {
  content: none;
}

.morph_prose :where(a code):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
}

.morph_prose :where(h1 code):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
}

.morph_prose :where(h2 code):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.morph_prose :where(h3 code):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.morph_prose :where(h4 code):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
}

.morph_prose :where(blockquote code):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
}

.morph_prose :where(thead th code):not(:where([class~="morph_not-prose"] *)) {
  color: inherit;
}

.morph_prose :where(pre):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 2rem;
  border-radius: 1rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
  padding: 2rem;
  width: 100%;
  max-width: 100%;
  word-break: break-all;
}

.morph_prose :where(pre code):not(:where([class~="morph_not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.morph_prose :where(pre code):not(:where([class~="morph_not-prose"] *))::before {
  content: none;
}

.morph_prose :where(pre code):not(:where([class~="morph_not-prose"] *))::after {
  content: none;
}

.morph_prose :where(table):not(:where([class~="morph_not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.75rem;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.morph_prose :where(thead):not(:where([class~="morph_not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.morph_prose :where(thead th):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.morph_prose :where(tbody tr):not(:where([class~="morph_not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.morph_prose :where(tbody tr:last-child):not(:where([class~="morph_not-prose"] *)) {
  border-bottom-width: 0;
}

.morph_prose :where(tbody td):not(:where([class~="morph_not-prose"] *)) {
  vertical-align: baseline;
}

.morph_prose :where(tfoot):not(:where([class~="morph_not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.morph_prose :where(tfoot td):not(:where([class~="morph_not-prose"] *)) {
  vertical-align: top;
}

.morph_prose {
  --tw-prose-body: #FAFAFA;
  --tw-prose-headings: #161616;
  --tw-prose-lead: #FAFAFA;
  --tw-prose-links: #1A66F7;
  --tw-prose-bold: inherit;
  --tw-prose-counters: inherit;
  --tw-prose-bullets: inherit;
  --tw-prose-hr: #555555;
  --tw-prose-quotes: inherit;
  --tw-prose-quote-borders: currentColor;
  --tw-prose-captions: #343434;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: hsla(217, 28%, 25%, 1);
  --tw-prose-th-borders: #555555;
  --tw-prose-td-borders: #555555;
  --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: 1rem;
  line-height: 1.75;
}

.morph_prose :where(p):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 1.75rem;
}

.morph_prose :where(video):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
}

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

.morph_prose :where(li):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.morph_prose :where(ol > li):not(:where([class~="morph_not-prose"] *)) {
  padding-left: 0.375em;
  padding-inline-start: 0;
}

.morph_prose :where(ul > li):not(:where([class~="morph_not-prose"] *)) {
  padding-left: 0.375em;
  padding-inline-start: 0;
}

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

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

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

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

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

.morph_prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.morph_prose :where(hr + *):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 0;
  padding-top: 0;
}

.morph_prose :where(h2 + *):not(:where([class~="morph_not-prose"] *)) {
}

.morph_prose :where(h3 + *):not(:where([class~="morph_not-prose"] *)) {
}

.morph_prose :where(h4 + *):not(:where([class~="morph_not-prose"] *)) {
}

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

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

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

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

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

.morph_prose :where(.morph_prose > :first-child):not(:where([class~="morph_not-prose"] *)) {
}

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

.morph_prose {
  --tw-prose-kbd: inherit;
  --tw-prose-kbd-shadows: none;
}

.morph_prose :where(cite):not(:where([class~="morph_not-prose"] *)) {
  display: block;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.morph_prose :where(div blockquote:first-child):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.morph_prose :where(h5):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  padding-top: 6.5rem;
  margin-top: -4.5rem;
  margin-bottom: 1.5rem;
}

.morph_prose :where(h6):not(:where([class~="morph_not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 400;
  padding-top: 6.5rem;
  margin-top: -4.5rem;
  margin-bottom: 1.5rem;
}

.morph_prose :where(nav h2:first-child):not(:where([class~="morph_not-prose"] *)) {
  padding-top: 6.5rem;
  margin-top: -6.5rem;
  margin-bottom: 1.5rem;
}

.morph_prose :where(.morph_prose > div h2:first-child):not(:where([class~="morph_not-prose"] *)) {
  padding-top: 6.5rem;
  margin-top: -6.5rem;
  margin-bottom: 1.5rem;
}

.morph_prose :where(iframe):not(:where([class~="morph_not-prose"] *)) {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  border-radius: 1rem;
  border-color: #EDEDED;
  aspect-ratio: 1.777777;
}

.morph_prose :where(*:last-child):not(:where([class~="morph_not-prose"] *)) {
  margin-bottom: 0;
}

.morph_prose :where(.morph_prose > h1:first-child):not(:where([class~="morph_not-prose"] *)) {
  padding-top: 4.5rem;
}

.morph_prose :where(.morph_prose > h2:first-child):not(:where([class~="morph_not-prose"] *)) {
  padding-top: 4.5rem;
}

.morph_prose :where(.morph_prose > h3:first-child):not(:where([class~="morph_not-prose"] *)) {
  padding-top: 4.5rem;
}

.morph_prose :where(.morph_prose > h4:first-child):not(:where([class~="morph_not-prose"] *)) {
  padding-top: 4.5rem;
}

.morph_prose :where(.morph_prose > h5:first-child):not(:where([class~="morph_not-prose"] *)) {
  padding-top: 4.5rem;
}

.morph_prose :where(.morph_prose > h6:first-child):not(:where([class~="morph_not-prose"] *)) {
  padding-top: 4.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.morph_prose-xl :where(.morph_prose > ul > li p):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.morph_prose-xl :where(.morph_prose > ul > li > *:first-child):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 1.2em;
}

.morph_prose-xl :where(.morph_prose > ul > li > *:last-child):not(:where([class~="morph_not-prose"] *)) {
  margin-bottom: 1.2em;
}

.morph_prose-xl :where(.morph_prose > ol > li > *:first-child):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 1.2em;
}

.morph_prose-xl :where(.morph_prose > ol > li > *:last-child):not(:where([class~="morph_not-prose"] *)) {
  margin-bottom: 1.2em;
}

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

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

.morph_prose-2xl :where(.morph_prose > ul > li p):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.morph_prose-2xl :where(.morph_prose > ul > li > *:first-child):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 1.3333333em;
}

.morph_prose-2xl :where(.morph_prose > ul > li > *:last-child):not(:where([class~="morph_not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.morph_prose-2xl :where(.morph_prose > ol > li > *:first-child):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 1.3333333em;
}

.morph_prose-2xl :where(.morph_prose > ol > li > *:last-child):not(:where([class~="morph_not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.morph_prose-2xl :where(.morph_prose > :first-child):not(:where([class~="morph_not-prose"] *)) {
  margin-top: 0;
}

.morph_prose-2xl :where(.morph_prose > :last-child):not(:where([class~="morph_not-prose"] *)) {
  margin-bottom: 0;
}

.morph_prose-under-sm :where(p):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1rem;
  line-height: 1.6;
}

.morph_prose-under-sm :where(blockquote):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1.5rem;
  line-height: 1.3;
}

.morph_prose-under-sm :where(h1):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1.5rem;
  line-height: 1.3;
}

.morph_prose-under-sm :where(h2):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1.5rem;
  line-height: 1.3;
}

.morph_prose-under-sm :where(h3):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1.125rem;
  line-height: 1.6;
}

.morph_prose-under-sm :where(h4):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1.125rem;
  line-height: 1.6;
}

.morph_prose-under-sm :where(h5):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1rem;
  line-height: 1.6;
}

.morph_prose-under-sm :where(h6):not(:where([class~="morph_not-prose"] *)) {
  font-size: 0.875rem;
  line-height: 1.6;
}

.morph_prose-under-sm :where(nav h2):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1.5rem;
  line-height: 1.3;
}

.morph_prose-under-sm :where(li):not(:where([class~="morph_not-prose"] *)) {
  font-size: 1rem;
  line-height: 1.6;
}

.morph_prose-under-sm :where(table):not(:where([class~="morph_not-prose"] *)) {
  font-size: 0.875rem;
  line-height: 1.6;
}

details > summary::-webkit-details-marker {
  display: none;
}

/* TYPOGRAPHY */

body {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}

.morph_type-mega,
  .morph_type-mega-super,
  .morph_type-mega-small {
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
}

.morph_type-mega-small {
  font-size: 4.4375rem;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .morph_type-mega-small {
    font-size: 6.25rem;
    line-height: 0.8;
  }
}

.morph_type-h2 {
  font-size: 2rem;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .morph_type-h2 {
    font-size: 3.5625rem;
    line-height: 1.3;
  }
}

.morph_type-h3 {
  font-size: 1.5rem;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .morph_type-h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.morph_type-h4 {
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .morph_type-h4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.morph_type-p {
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .morph_type-p {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

/* BUTTONS */

.hs-button,
  .button-solid,
  .morph_button {
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .hs-button,
  .button-solid,
  .morph_button {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.hs-button,
  .button-solid,
  .morph_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  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: 300ms;
}

.hs-button:focus,
  .button-solid:focus,
  .morph_button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: hsla(152, 100%, 43%, 1);
  --tw-ring-opacity: 0.75;
}

.hs-button,
  .button-solid,
  .morph_button-primary {
  background-color: hsla(152, 100%, 43%, 1);
  font-weight: 500;
  color: hsla(120, 100%, 17%, 1);
}

.hs-button:hover,
  .button-solid:hover,
  .morph_button-primary:hover {
  background-color: hsla(152, 100%, 37%, 1);
  color: hsla(120, 100%, 8%, 1);
}

.hs-button:active,
  .button-solid:active,
  .morph_button-primary:active {
  background-color: hsla(152, 100%, 32%, 1);
  color: hsla(120, 100%, 8%, 1);
}

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

.hs-button,
  .button-solid,
  .morph_button-primary.morph_on-light {
  border-color: hsla(132, 39%, 46%, 1);
}

.morph_button-primary.morph_on-dark,
  .morph_button-primary.morph_on-9pm {
  border-color: hsla(152, 100%, 48%, 1);
}

.morph_button-secondary.morph_on-light {
  border-color: hsla(0, 0%, 9%, 1);
  background-color: hsla(217, 28%, 25%, 1);
}

.morph_button-secondary.morph_on-light:hover {
  background-color: hsla(217, 28%, 17%, 1);
}

.morph_button-secondary.morph_on-light:active {
  background-color: hsla(217, 28%, 9%, 1);
}

.morph_button-secondary.morph_on-dark {
  border-color: hsla(217, 28%, 41%, 1);
  background-color: hsla(217, 28%, 25%, 1);
}

.morph_button-secondary.morph_on-dark:hover {
  background-color: hsla(217, 28%, 17%, 1);
}

.morph_button-secondary.morph_on-dark:active {
  background-color: hsla(217, 28%, 9%, 1);
}

.morph_button-secondary.morph_on-9pm {
  border-color: hsla(217, 28%, 41%, 1);
  background-color: hsla(217, 28%, 33%, 1);
}

.morph_button-secondary.morph_on-9pm:hover {
  background-color: hsla(217, 28%, 17%, 1);
}

.morph_button-secondary.morph_on-9pm:active {
  background-color: hsla(217, 28%, 9%, 1);
}

.button-solid {
  width: -moz-max-content;
  width: max-content;
}

/* ARROW LINKS */

.morph_arrow-link {
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .morph_arrow-link {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.morph_arrow-link {
  font-weight: 500;
}

.morph_arrow-link > .morph_arrow-expanding,
  .morph_arrow-link > .morph_arrow-expanding-long,
  .morph_arrow-link > .morph_arrow-left,
  .morph_arrow-link > .morph_arrow-left-long {
  display: inline-block;
  --tw-translate-y: -0.25rem;
  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));
}

.morph_arrow-link > .morph_arrow-left {
  margin-left: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.morph_arrow-link > .morph_arrow-left-long {
  margin-left: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.morph_button > .morph_arrow {
  margin-right: 0px;
  margin-left: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.morph_group:hover .morph_button > .morph_arrow {
  margin-right: -0.25rem;
  width: 1.25rem;
}

.morph_group:focus .morph_button > .morph_arrow {
  margin-right: -0.25rem;
  width: 1.25rem;
}

.morph_arrow::before,
  .morph_arrow-expanding::before,
  .morph_arrow-expanding-long::before,
  .morph_arrow-left::before,
  .morph_arrow-left-long::before,
  .morph_arrow-down::before,
  .morph_arrow-up::before,
  .morph_chevron::before {
  height: 0.125rem;
  border-radius: 0.125rem;
  content: var(--tw-content);
  background-color: currentColor;
}

.morph_arrow::after,
  .morph_arrow-expanding::after,
  .morph_arrow-expanding-long::after,
  .morph_arrow-left::after,
  .morph_arrow-left-long::after,
  .morph_arrow-down::after,
  .morph_arrow-up::after,
  .morph_chevron::after {
  height: 0.125rem;
  border-radius: 0.125rem;
  content: var(--tw-content);
  background-color: currentColor;
}

/* including the commented out classes so it’s more clear what is NOT included */

.morph_arrow::before,
  .morph_arrow-expanding::before,
  .morph_arrow-expanding-long::before,
  
  
  .morph_arrow-down::before,
  .morph_arrow-up::before,
  .morph_chevron::before {
  position: absolute;
  right: -1px;
  top: 1px;
  display: block;
  width: 0.625rem;
  transform-origin: top right;
  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));
}

.morph_arrow::after,
  .morph_arrow-expanding::after,
  .morph_arrow-expanding-long::after,
  
  
  .morph_arrow-down::after,
  .morph_arrow-up::after,
  .morph_chevron::after {
  position: absolute;
  right: -1px;
  bottom: 1px;
  display: block;
  width: 0.625rem;
  transform-origin: bottom right;
  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));
}

.morph_arrow,
  .morph_arrow-expanding,
  .morph_arrow-expanding-long,
  .morph_arrow-left,
  .morph_arrow-left-long,
  .morph_arrow-down,
  .morph_arrow-up {
  position: relative;
  height: 0.125rem;
  width: 1rem;
  overflow: visible;
  border-radius: 0.125rem;
  background-color: currentColor;
}

.morph_arrow-expanding,
  .morph_arrow-expanding-long {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.morph_group\/link:hover .morph_arrow-expanding,.morph_group\/link:hover 
  .morph_arrow-expanding-long {
  margin-right: 0px;
}

.morph_group\/link:focus .morph_arrow-expanding,.morph_group\/link:focus 
  .morph_arrow-expanding-long {
  margin-right: 0px;
}

.morph_arrow-expanding {
  margin-right: 0.25rem;
}

.morph_group\/link:hover .morph_arrow-expanding {
  width: 1.25rem;
}

.morph_group\/link:focus .morph_arrow-expanding {
  width: 1.25rem;
}

.morph_arrow-expanding-long {
  margin-right: 0.75rem;
}

.morph_group\/link:hover .morph_arrow-expanding-long {
  width: 1.75rem;
}

.morph_group\/link:focus .morph_arrow-expanding-long {
  width: 1.75rem;
}

.morph_arrow-left::before,
  .morph_arrow-left-long::before {
  position: absolute;
  left: -1px;
  top: 1px;
  display: block;
  width: 0.625rem;
  transform-origin: top left;
  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));
}

.morph_arrow-left::after,
  .morph_arrow-left-long::after {
  position: absolute;
  bottom: 1px;
  left: -1px;
  display: block;
  width: 0.625rem;
  transform-origin: bottom left;
  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));
}

.morph_group\/link:hover .morph_arrow-left,.morph_group\/link:hover 
  .morph_arrow-left-long {
  margin-left: 0px;
}

.morph_group\/link:focus .morph_arrow-left,.morph_group\/link:focus 
  .morph_arrow-left-long {
  margin-left: 0px;
}

.morph_group\/link:hover .morph_arrow-left {
  width: 1.25rem;
}

.morph_group\/link:focus .morph_arrow-left {
  width: 1.25rem;
}

.morph_group\/link:hover .morph_arrow-left-long {
  width: 1.75rem;
}

.morph_group\/link:focus .morph_arrow-left-long {
  width: 1.75rem;
}

.morph_arrow-down {
  display: inline-block;
  --tw-translate-y: -0.25rem;
  --tw-rotate: 90deg;
  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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.morph_group\/link:hover .morph_arrow-down {
  --tw-translate-y: 0px;
  --tw-rotate: 90deg;
  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));
}

.morph_group\/link:focus .morph_arrow-down {
  --tw-translate-y: 0px;
  --tw-rotate: 90deg;
  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));
}

/* Blog post components */

.video-embed {
  margin-bottom: 1.75rem;
}

.text-box {
  margin-bottom: 1.75rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding: 2rem;
}

.pull-quote {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.pull-quote::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 1.25rem;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-width: 1px;
  border-color: currentColor;
  content: var(--tw-content);
  border-bottom-color: transparent;
}

.pull-quote::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: 1.25rem;
  width: 100%;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-width: 1px;
  border-color: currentColor;
  content: var(--tw-content);
  border-top-color: transparent;
}

@media (min-width: 640px) {
  .pull-quote {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.pull-quote blockquote::before {
  position: absolute;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '“';
  content: var(--tw-content);
}

.pull-quote blockquote::after {
  --tw-content: '”';
  content: var(--tw-content);
}

.pull-quote cite {
  font-size: 1rem;
  line-height: 1.6;
}

@media (min-width: 640px) {
  .pull-quote cite {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.pull-quote cite {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  margin-top: 1.5rem;
  font-style: normal;
}

.pull-quote cite::before {
  --tw-content: '—';
  content: var(--tw-content);
}

/* Search styling */

.ais-Highlight-highlighted,
  .ais-Snippet-highlighted {
  background-color: transparent;
  font-weight: 700;
}

[type='search'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

::-ms-clear {
  display: none;
}

::-webkit-search-cancel-button {
  display: none;
}

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

/* Code highlighting */

pre code.hljs {
  background-color: hsla(217, 28%, 25%, 1);
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.hljs-comment,
  .hljs-quote,
  .hljs-meta {
  --tw-text-opacity: 1;
  color: rgb(115 176 255 / var(--tw-text-opacity));
}

.hljs-keyword,
  .hljs-selector-tag,
  .hljs-tag,
  .hljs-name {
  --tw-text-opacity: 1;
  color: rgb(168 201 255 / var(--tw-text-opacity));
}

.hljs-string,
  .hljs-selector-attr,
  .hljs-selector-pseudo,
  .hljs-addition {
  color: hsla(152, 100%, 48%, 1);
}

.hljs-subst {
  color: hsla(137, 50%, 68%, 1);
}

.hljs-regexp,
  .hljs-link,
  .hljs-title,
  .hljs-section,
  .hljs-type,
  .hljs-doctag {
  --tw-text-opacity: 1;
  color: hsl(58 97% 73% / var(--tw-text-opacity));
}

.hljs-symbol,
  .hljs-bullet,
  .hljs-variable,
  .hljs-template-variable,
  .hljs-literal {
  color: hsla(267, 100%, 87%, 1);
}

.hljs-number,
  .hljs-deletion {
  --tw-text-opacity: 1;
  color: hsl(0 97% 73% / var(--tw-text-opacity));
}

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

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}

/* Misc utilities, used in content */

.deep-link-anchor {
  position: absolute;
  margin-top: -4.5rem;
}

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

.morph_pointer-events-none {
  pointer-events: none;
}

.morph_fixed {
  position: fixed;
}

.morph_absolute {
  position: absolute;
}

.morph_relative {
  position: relative;
}

.morph_sticky {
  position: sticky;
}

.morph_inset-0 {
  inset: 0px;
}

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

.morph_-bottom-0 {
  bottom: -0px;
}

.morph_-bottom-0\.5 {
  bottom: -0.125rem;
}

.morph_-left-2 {
  left: -0.5rem;
}

.morph_-right-1 {
  right: -0.25rem;
}

.morph_-top-12 {
  top: -3rem;
}

.morph_-top-3 {
  top: -0.75rem;
}

.morph_bottom-0 {
  bottom: 0px;
}

.morph_left-0 {
  left: 0px;
}

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

.morph_left-4 {
  left: 1rem;
}

.morph_right-0 {
  right: 0px;
}

.morph_right-2 {
  right: 0.5rem;
}

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

.morph_top-0 {
  top: 0px;
}

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

.morph_top-2 {
  top: 0.5rem;
}

.morph_top-2\.5 {
  top: 0.625rem;
}

.morph_top-8 {
  top: 2rem;
}

.morph_top-\[58px\] {
  top: 58px;
}

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

.morph_z-1 {
  z-index: 1;
}

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

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

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

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

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

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

.morph_m-0 {
  margin: 0px;
}

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

.morph_my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.morph_-ml-2 {
  margin-left: -0.5rem;
}

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

.morph_mb-1 {
  margin-bottom: 0.25rem;
}

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

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

.morph_mb-16 {
  margin-bottom: 4rem;
}

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

.morph_mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

.morph_mb-8 {
  margin-bottom: 2rem;
}

.morph_ml-7 {
  margin-left: 1.75rem;
}

.morph_mr-8 {
  margin-right: 2rem;
}

.morph_mt-14 {
  margin-top: 3.5rem;
}

.morph_mt-16 {
  margin-top: 4rem;
}

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

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

.morph_mt-9 {
  margin-top: 2.25rem;
}

.morph_block {
  display: block;
}

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

.morph_flex {
  display: flex;
}

.morph_grid {
  display: grid;
}

.morph_hidden {
  display: none;
}

.morph_h-0 {
  height: 0px;
}

.morph_h-0\.5 {
  height: 0.125rem;
}

.morph_h-10 {
  height: 2.5rem;
}

.morph_h-12 {
  height: 3rem;
}

.morph_h-15 {
  height: 3.75rem;
}

.morph_h-4 {
  height: 1rem;
}

.morph_h-40 {
  height: 10rem;
}

.morph_h-5 {
  height: 1.25rem;
}

.morph_h-6 {
  height: 1.5rem;
}

.morph_h-7 {
  height: 1.75rem;
}

.morph_h-72 {
  height: 18rem;
}

.morph_h-8 {
  height: 2rem;
}

.morph_h-\[500px\] {
  height: 500px;
}

.morph_h-full {
  height: 100%;
}

.morph_h-px {
  height: 1px;
}

.morph_h-screen {
  height: 100vh;
}

.morph_max-h-full {
  max-height: 100%;
}

.morph_min-h-20 {
  min-height: 5rem;
}

.morph_w-1\/12 {
  width: 8.333333%;
}

.morph_w-10 {
  width: 2.5rem;
}

.morph_w-12 {
  width: 3rem;
}

.morph_w-30 {
  width: 7.5rem;
}

.morph_w-32 {
  width: 8rem;
}

.morph_w-5 {
  width: 1.25rem;
}

.morph_w-72 {
  width: 18rem;
}

.morph_w-8 {
  width: 2rem;
}

.morph_w-\[101\%\] {
  width: 101%;
}

.morph_w-\[calc\(100vw-64px\)\] {
  width: calc(100vw - 64px);
}

.morph_w-full {
  width: 100%;
}

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

.morph_w-px {
  width: 1px;
}

.morph_w-screen {
  width: 100vw;
}

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

.morph_shrink {
  flex-shrink: 1;
}

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

.morph_grow {
  flex-grow: 1;
}

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

.morph_origin-bottom-left {
  transform-origin: bottom left;
}

.morph_origin-left {
  transform-origin: left;
}

.morph_origin-top-left {
  transform-origin: top left;
}

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

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

.morph_-translate-y-full {
  --tw-translate-y: -100%;
  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));
}

.morph_translate-x-\[calc\(var\(--slide-index\)\*-100\%-\(var\(--slide-index\)\*32px\)\)\] {
  --tw-translate-x: calc(var(--slide-index) * -100% - (var(--slide-index) * 32px));
  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));
}

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

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

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

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

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

.morph_cursor-pointer {
  cursor: pointer;
}

.morph_list-none {
  list-style-type: none;
}

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

.morph_flex-row {
  flex-direction: row;
}

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

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

.morph_items-start {
  align-items: flex-start;
}

.morph_items-end {
  align-items: flex-end;
}

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

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

.morph_justify-center {
  justify-content: center;
}

.morph_justify-between {
  justify-content: space-between;
}

.morph_gap-2 {
  gap: 0.5rem;
}

.morph_gap-4 {
  gap: 1rem;
}

.morph_gap-5 {
  gap: 1.25rem;
}

.morph_gap-6 {
  gap: 1.5rem;
}

.morph_gap-8 {
  gap: 2rem;
}

.morph_gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

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

.morph_gap-y-14 {
  row-gap: 3.5rem;
}

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

.morph_gap-y-8 {
  row-gap: 2rem;
}

.morph_overflow-hidden {
  overflow: hidden;
}

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

.morph_text-nowrap {
  text-wrap: nowrap;
}

.morph_text-balance {
  text-wrap: balance;
}

.morph_rounded-2xl {
  border-radius: 1rem;
}

.morph_rounded-full {
  border-radius: 9999px;
}

.morph_rounded-lg {
  border-radius: 0.5rem;
}

.morph_rounded-md {
  border-radius: 0.375rem;
}

.morph_border {
  border-width: 1px;
}

.morph_border-b {
  border-bottom-width: 1px;
}

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

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

.morph_border-t {
  border-top-width: 1px;
}

.morph_border-9pm-500 {
  border-color: hsla(217, 28%, 25%, 1);
}

.morph_border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(26 102 247 / var(--tw-border-opacity));
}

.morph_border-blue-500\/0 {
  border-color: rgb(26 102 247 / 0);
}

.morph_border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(0 98 176 / var(--tw-border-opacity));
}

.morph_border-current {
  border-color: currentColor;
}

.morph_border-morph-fog {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.morph_border-morph-terminal {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
}

.morph_border-morph-vapor {
  border-color: hsla(0, 0%, 83%, 1);
}

.morph_border-b-morph-vapor {
  border-bottom-color: hsla(0, 0%, 83%, 1);
}

.morph_bg-9pm-500 {
  background-color: hsla(217, 28%, 25%, 1);
}

.morph_bg-9pm-500\/60 {
  background-color: hsla(217, 28%, 25%, 0.6);
}

.morph_bg-\[hsl\(217\,28\%\,58\%\)\] {
  --tw-bg-opacity: 1;
  background-color: hsl(217 28% 58% / var(--tw-bg-opacity));
}

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

.morph_bg-blue-200 {
  background-color: hsla(202, 100%, 73%, 1);
}

.morph_bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 102 247 / var(--tw-bg-opacity));
}

.morph_bg-bronze-200 {
  background-color: hsla(34, 86%, 71%, 1);
}

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

.morph_bg-green-200 {
  background-color: hsla(137, 50%, 68%, 1);
}

.morph_bg-morph-fog {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.morph_bg-morph-midnight {
  --tw-bg-opacity: 1;
  background-color: rgb(28 39 58 / var(--tw-bg-opacity));
}

.morph_bg-morph-vapor {
  background-color: hsla(0, 0%, 83%, 1);
}

.morph_bg-neutral-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.morph_bg-purple-200 {
  background-color: hsla(267, 100%, 87%, 1);
}

.morph_bg-red-200 {
  background-color: hsla(6, 77%, 83%, 1);
}

.morph_bg-transparent {
  background-color: transparent;
}

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

.morph_bg-\[radial-gradient\(54\.59\%_30\.47\%_at_45\.35\%_47\.45\%\,_var\(--tw-gradient-stops\)\)\] {
  background-image: radial-gradient(54.59% 30.47% at 45.35% 47.45%, var(--tw-gradient-stops));
}

.morph_bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.morph_from-morph-engineer-tears\/80 {
  --tw-gradient-from: hsla(220, 100%, 50%, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(220, 100%, 50%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.morph_from-morph-fog {
  --tw-gradient-from: #EDEDED var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 237 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.morph_from-white\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.morph_to-morph-engineer-tears\/30 {
  --tw-gradient-to: hsla(220, 100%, 50%, 0.3) var(--tw-gradient-to-position);
}

.morph_bg-center {
  background-position: center;
}

.morph_bg-repeat-x {
  background-repeat: repeat-x;
}

.morph_object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.morph_object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.morph_p-0 {
  padding: 0px;
}

.morph_p-1 {
  padding: 0.25rem;
}

.morph_p-1\.5 {
  padding: 0.375rem;
}

.morph_p-2 {
  padding: 0.5rem;
}

.morph_p-3 {
  padding: 0.75rem;
}

.morph_p-4 {
  padding: 1rem;
}

.morph_p-8 {
  padding: 2rem;
}

.morph_px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.morph_px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.morph_px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.morph_px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.morph_px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

.morph_py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.morph_py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

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

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

.morph_py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.morph_py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.morph_pb-0 {
  padding-bottom: 0px;
}

.morph_pb-0\.5 {
  padding-bottom: 0.125rem;
}

.morph_pb-15 {
  padding-bottom: 3.75rem;
}

.morph_pb-16 {
  padding-bottom: 4rem;
}

.morph_pb-18 {
  padding-bottom: 4.5rem;
}

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

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

.morph_pb-5 {
  padding-bottom: 1.25rem;
}

.morph_pl-9 {
  padding-left: 2.25rem;
}

.morph_pr-1 {
  padding-right: 0.25rem;
}

.morph_pt-1 {
  padding-top: 0.25rem;
}

.morph_pt-1\.5 {
  padding-top: 0.375rem;
}

.morph_pt-10 {
  padding-top: 2.5rem;
}

.morph_pt-16 {
  padding-top: 4rem;
}

.morph_pt-18 {
  padding-top: 4.5rem;
}

.morph_pt-2 {
  padding-top: 0.5rem;
}

.morph_pt-24 {
  padding-top: 6rem;
}

.morph_pt-8 {
  padding-top: 2rem;
}

.morph_pt-\[57\%\] {
  padding-top: 57%;
}

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

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

.morph_align-\[initial\] {
  vertical-align: initial;
}

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

.morph_text-h4 {
  font-size: 1.5rem;
  line-height: 1.3;
}

.morph_text-pill {
  font-size: 0.75rem;
  line-height: 1.2;
}

.morph_text-small {
  font-size: 0.875rem;
  line-height: 1.6;
}

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

.morph_font-light {
  font-weight: 300;
}

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

.morph_font-normal {
  font-weight: 400;
}

.morph_uppercase {
  text-transform: uppercase;
}

.morph_lowercase {
  text-transform: lowercase;
}

.morph_leading-6 {
  line-height: 1.5rem;
}

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

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

.morph_text-9pm-500 {
  color: hsla(217, 28%, 25%, 1);
}

.morph_text-\[\#0A66C2\] {
  --tw-text-opacity: 1;
  color: rgb(10 102 194 / var(--tw-text-opacity));
}

.morph_text-\[\#1877F2\] {
  --tw-text-opacity: 1;
  color: rgb(24 119 242 / var(--tw-text-opacity));
}

.morph_text-\[\#4CC764\] {
  --tw-text-opacity: 1;
  color: rgb(76 199 100 / var(--tw-text-opacity));
}

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

.morph_text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(26 102 247 / var(--tw-text-opacity));
}

.morph_text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(0 98 176 / var(--tw-text-opacity));
}

.morph_text-blue-800 {
  color: hsla(215, 100%, 24%, 1);
}

.morph_text-body-dark {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}

.morph_text-body-light {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.morph_text-bronze-800 {
  color: hsla(29, 100%, 15%, 1);
}

.morph_text-green-800 {
  color: hsla(120, 100%, 12%, 1);
}

.morph_text-morph-fog {
  --tw-text-opacity: 1;
  color: rgb(237 237 237 / var(--tw-text-opacity));
}

.morph_text-morph-terminal {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.morph_text-neutral-300 {
  color: hsla(0, 0%, 58%, 1);
}

.morph_text-red-800 {
  color: hsla(0, 100%, 24%, 1);
}

.morph_text-slime-500 {
  color: hsla(152, 100%, 43%, 1);
}

.morph_text-slime-650 {
  color: hsla(152, 100%, 35%, 1);
}

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

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

.morph_underline-offset-2 {
  text-underline-offset: 2px;
}

.morph_underline-offset-4 {
  text-underline-offset: 4px;
}

.morph_opacity-0 {
  opacity: 0;
}

.morph_shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.morph_shadow-inner {
  --tw-shadow: inset 0 0 4px 0 var(--tw-shadow-color);
  --tw-shadow-colored: inset 0 0 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.morph_shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.morph_shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.morph_shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.morph_blur-3xl {
  --tw-blur: blur(64px);
  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);
}

.morph_backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.morph_transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.morph_transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.morph_duration-300 {
  transition-duration: 300ms;
}

.morph_ease-linear {
  transition-timing-function: linear;
}

@media (min-width: 640px) {
  .sm\:morph_prose-sm-up :where(p):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .sm\:morph_prose-sm-up :where(blockquote):not(:where([class~="morph_not-prose"] *)) {
    font-size: 2rem;
    line-height: 1.3;
  }

  .sm\:morph_prose-sm-up :where(h1):not(:where([class~="morph_not-prose"] *)) {
    font-size: 2rem;
    line-height: 1.3;
  }

  .sm\:morph_prose-sm-up :where(h2):not(:where([class~="morph_not-prose"] *)) {
    font-size: 2rem;
    line-height: 1.3;
  }

  .sm\:morph_prose-sm-up :where(h3):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .sm\:morph_prose-sm-up :where(h4):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .sm\:morph_prose-sm-up :where(h5):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .sm\:morph_prose-sm-up :where(h6):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1rem;
    line-height: 1.6;
  }

  .sm\:morph_prose-sm-up :where(nav h2):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .sm\:morph_prose-sm-up :where(img):not(:where([class~="morph_not-prose"] *)) {
    margin-right: -3.5rem;
    margin-left: -3.5rem;
    width: calc(100% + 7rem);
    max-width: calc(100% + 7rem);
  }

  .sm\:morph_prose-sm-up :where(li):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .sm\:morph_prose-sm-up :where(nav li):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1rem;
    line-height: 1.6;
  }

  .sm\:morph_prose-sm-up :where(table):not(:where([class~="morph_not-prose"] *)) {
    font-size: 1rem;
    line-height: 1.6;
  }

  .sm\:morph_type-mega {
    font-family: Space Grotesk, sans-serif;
    font-weight: 700;
    font-size: 6.25rem;
    line-height: 0.8;
  }

  @media (min-width: 1024px) {
    .sm\:morph_type-mega {
      font-size: 10.635rem;
      line-height: 1.11765;
    }
  }
}

@media (min-width: 1440px) {
  .\32xl\:morph_container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:morph_container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:morph_container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:morph_container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:morph_container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1440px) {
    .\32xl\:morph_container {
      max-width: 1440px;
    }
  }
}

.marker\:morph_hidden *::marker {
  display: none;
}

.marker\:morph_hidden::marker {
  display: none;
}

.placeholder\:morph_text-morph-offline::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.placeholder\:morph_text-morph-offline::placeholder {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.backdrop\:morph_bg-9pm-500\/60::backdrop {
  background-color: hsla(217, 28%, 25%, 0.6);
}

.backdrop\:morph_bg-transparent::backdrop {
  background-color: transparent;
}

.backdrop\:morph_backdrop-blur-md::backdrop {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

.before\:morph_h-full::before {
  content: var(--tw-content);
  height: 100%;
}

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

.before\:morph_w-0\.5::before {
  content: var(--tw-content);
  width: 0.125rem;
}

.before\:morph_w-px::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:morph_bg-current::before {
  content: var(--tw-content);
  background-color: currentColor;
}

.before\:morph_bg-morph-vapor::before {
  content: var(--tw-content);
  background-color: hsla(0, 0%, 83%, 1);
}

.hover\:morph_border-blue-500\/100:hover {
  border-color: rgb(26 102 247 / 1);
}

.hover\:morph_bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 176 / var(--tw-bg-opacity));
}

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

.hover\:morph_text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(26 102 247 / var(--tw-text-opacity));
}

.hover\:morph_text-slime-500:hover {
  color: hsla(152, 100%, 43%, 1);
}

.hover\:morph_text-slime-650:hover {
  color: hsla(152, 100%, 35%, 1);
}

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

.focus\:morph_border-blue-500\/100:focus {
  border-color: rgb(26 102 247 / 1);
}

.focus\:morph_bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 98 176 / var(--tw-bg-opacity));
}

.focus\:morph_text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgb(26 102 247 / var(--tw-text-opacity));
}

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

.focus\:morph_outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:morph_ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:morph_ring-slime-500:focus {
  --tw-ring-color: hsla(152, 100%, 43%, 1);
}

.focus\:morph_ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.active\:morph_text-slime-550:active {
  color: hsla(152, 100%, 38%, 1);
}

.active\:morph_text-slime-750:active {
  color: hsla(152, 100%, 30%, 1);
}

.disabled\:morph_pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:morph_opacity-30:disabled {
  opacity: 0.3;
}

.morph_group[open] .group-open\:morph_-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));
}

.morph_group[open] .group-open\:morph_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));
}

.morph_group[open] .group-open\:morph_bg-transparent {
  background-color: transparent;
}

.morph_group\/tooltip:hover .group-hover\/tooltip\:morph_block {
  display: block;
}

.morph_group:hover .group-hover\:morph_scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.morph_group\/link:hover .group-hover\/link\:morph_text-slime-500 {
  color: hsla(152, 100%, 43%, 1);
}

.morph_group\/link:hover .group-hover\/link\:morph_text-slime-650 {
  color: hsla(152, 100%, 35%, 1);
}

.morph_group:hover .group-hover\:morph_text-slime-650 {
  color: hsla(152, 100%, 35%, 1);
}

.morph_group:hover .group-hover\:morph_opacity-90 {
  opacity: 0.9;
}

.morph_group\/link:active .group-active\/link\:morph_text-slime-550 {
  color: hsla(152, 100%, 38%, 1);
}

.morph_group\/link:active .group-active\/link\:morph_text-slime-750 {
  color: hsla(152, 100%, 30%, 1);
}

@media (min-width: 640px) {
  .sm\:morph_-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:morph_mb-15 {
    margin-bottom: 3.75rem;
  }

  .sm\:morph_mr-20 {
    margin-right: 5rem;
  }

  .sm\:morph_block {
    display: block;
  }

  .sm\:morph_flex {
    display: flex;
  }

  .sm\:morph_hidden {
    display: none;
  }

  .sm\:morph_h-7 {
    height: 1.75rem;
  }

  .sm\:morph_w-1\/2 {
    width: 50%;
  }

  .sm\:morph_w-7 {
    width: 1.75rem;
  }

  .sm\:morph_w-\[416px\] {
    width: 416px;
  }

  .sm\:morph_w-\[calc\(100\%\+112px\)\] {
    width: calc(100% + 112px);
  }

  .sm\:morph_max-w-\[calc\(100\%\+112px\)\] {
    max-width: calc(100% + 112px);
  }

  .sm\:morph_scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

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

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

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

  .sm\:morph_flex-col {
    flex-direction: column;
  }

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

  .sm\:morph_justify-end {
    justify-content: flex-end;
  }

  .sm\:morph_p-14 {
    padding: 3.5rem;
  }

  .sm\:morph_px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:morph_px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:morph_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:morph_pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:morph_pr-0 {
    padding-right: 0px;
  }

  .sm\:morph_pt-32 {
    padding-top: 8rem;
  }

  .sm\:morph_text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .sm\:before\:morph_-left-10::before {
    content: var(--tw-content);
    left: -2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:morph_block {
    display: block;
  }

  .md\:morph_inline-block {
    display: inline-block;
  }

  .md\:morph_inline {
    display: inline;
  }

  .md\:morph_hidden {
    display: none;
  }

  .md\:morph_w-10\/12 {
    width: 83.333333%;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:morph_-left-5 {
    left: -1.25rem;
  }

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

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

  .lg\:morph_block {
    display: block;
  }

  .lg\:morph_w-1\/2 {
    width: 50%;
  }

  .lg\:morph_w-10\/12 {
    width: 83.333333%;
  }

  .lg\:morph_w-11\/12 {
    width: 91.666667%;
  }

  .lg\:morph_w-2\/3 {
    width: 66.666667%;
  }

  .lg\:morph_w-full {
    width: 100%;
  }

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

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

  .lg\:morph_flex-col {
    flex-direction: column;
  }

  .lg\:morph_px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:morph_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:morph_pr-18 {
    padding-right: 4.5rem;
  }

  .morph_group\/popular[data-slide-remaining=count-1] .lg\:group-data-\[slide-remaining\=count-1\]\/popular\:morph_pointer-events-none {
    pointer-events: none;
  }

  .morph_group\/popular[data-slide-remaining=count-1] .lg\:group-data-\[slide-remaining\=count-1\]\/popular\:morph_opacity-30 {
    opacity: 0.3;
  }
}

@media (min-width: 1280px) {
  .xl\:morph_absolute {
    position: absolute;
  }

  .xl\:morph_-top-11 {
    top: -2.75rem;
  }

  .xl\:morph_-top-4 {
    top: -1rem;
  }

  .xl\:morph_mt-32 {
    margin-top: 8rem;
  }

  .xl\:morph_w-1\/2 {
    width: 50%;
  }

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

  .xl\:morph_pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:morph_pt-32 {
    padding-top: 8rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:morph_ml-auto {
    margin-left: auto;
  }

  .\32xl\:morph_mr-0 {
    margin-right: 0px;
  }

  .\32xl\:morph_grid {
    display: grid;
  }

  .\32xl\:morph_w-2\/12 {
    width: 16.666667%;
  }

  .\32xl\:morph_w-3\/4 {
    width: 75%;
  }

  .\32xl\:morph_w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:morph_grid-cols-\[minmax\(0px\2c _1fr\)_1440px_minmax\(0px\2c _1fr\)\] {
    grid-template-columns: minmax(0px, 1fr) 1440px minmax(0px, 1fr);
  }

  .\32xl\:morph_pr-18 {
    padding-right: 4.5rem;
  }

  .morph_group\/popular[data-slide-remaining=count-2] .\32xl\:group-data-\[slide-remaining\=count-2\]\/popular\:morph_pointer-events-none {
    pointer-events: none;
  }

  .morph_group\/popular[data-slide-remaining=count-2] .\32xl\:group-data-\[slide-remaining\=count-2\]\/popular\:morph_opacity-30 {
    opacity: 0.3;
  }
}

@media(hover:hover) {
  .\[\@media\(hover\:hover\)\]\:hover\:morph_text-slime-650:hover {
    color: hsla(152, 100%, 35%, 1);
  }
}