/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Commusoft
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: commusoft
Requires at least: 6.8
Requires PHP: 7.4
License: Proprietary
License URI: 

All rights reserved. This theme is proprietary software developed for Commusoft.

Commusoft is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Montserrat", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-red-600: oklch(57.7% 0.245 27.325);
  --color-yellow-400: oklch(85.2% 0.199 91.936);
  --color-teal-600: oklch(60% 0.118 184.704);
  --color-gray-50: oklch(98.5% 0.002 247.839);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xs: 20rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-spin: spin 1s linear infinite;
  --blur-sm: 8px;
  --aspect-video: 16 / 9;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-background-alt: var(--wp--preset--color--alt-background);
  --color-dark-background: var(--wp--preset--color--dark-background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-secondary: var(--wp--preset--color--secondary);
  --color-tertiary: var(--wp--preset--color--tertiary);
  --color-teal: var(--wp--preset--color--teal);
  --color-teal-light: var(--wp--preset--color--teal-light);
  --color-ink: var(--wp--preset--color--ink);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.wrapper, .wp-block-columns {
  margin-inline: auto;
  width: 100%;
  max-width: 1608px;
  padding-inline: calc(var(--spacing) * 4);
}
@media (width >= 48rem) {
  .wrapper, .wp-block-columns {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .wrapper, .wp-block-columns {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .wrapper, .wp-block-columns {
    padding-inline: calc(var(--spacing) * 15);
  }
}
.wrapper.prose {
  margin-inline: auto;
  max-width: var(--container-4xl);
}
picture.object-cover > * {
  object-fit: cover;
}
picture.aspect-video > * {
  aspect-ratio: var(--aspect-video);
}
picture.object-center > * {
  object-position: center;
}
picture.h-full > * {
  height: 100%;
}
picture.w-full > * {
  width: 100%;
}
picture.rounded-lg > * {
  border-radius: var(--radius-lg);
}
picture.group-hover\:grayscale-0:is(:where(.group):hover *) * {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
@media (hover: hover) {
  :is(picture.group-hover\:grayscale-0:is(:where(.group):hover *) *):is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.btn, .hs-button, .hsfc-Button {
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  border-radius: var(--radius-xs);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2.5);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.btn--primary, .hs-button.primary, .hsfc-Button {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn--grey-secondary {
  background-color: var(--color-background-alt);
  color: var(--color-secondary);
}
.btn--secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.btn--tertiary {
  background-color: var(--color-tertiary);
  color: var(--color-white);
}
.btn--white {
  background-color: var(--color-white);
  color: var(--color-secondary);
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  color: var(--color-primary);
  font-weight: inherit;
}
.text-gradient-primary {
  background: linear-gradient(270deg, #f58320 0%, #ffab48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.trp-shortcode-switcher__wrapper .trp-open-on-hover.is-open {
  background-color: var(--color-white);
  --text: var(--color-foreground);
}
#masthead.bg-white .trp-shortcode-switcher__wrapper {
  --text: var(--color-foreground) !important;
}
#masthead .trp-language-item-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.trp-shortcode-switcher {
  display: block !important;
}
.trp-floating-switcher {
  display: none !important;
}
@media (min-width: 768px) {
  .trp-floating-switcher {
    display: flex !important;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.entry-content > .aligncenter {
  margin-inline: auto;
}
.entry-content .wp-block-image.alignleft, .entry-content .wp-block-image.alignright, .entry-content .wp-block-image.aligncenter, .entry-content > .wp-block-image.alignleft, .entry-content > .wp-block-image.alignright, .entry-content > .wp-block-image.aligncenter {
  display: table;
  clear: both;
}
.entry-content .wp-block-image.alignleft, .entry-content > .wp-block-image.alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
.entry-content .wp-block-image.alignright, .entry-content > .wp-block-image.alignright {
  float: right;
  margin-left: 2rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
.entry-content .wp-block-image.aligncenter, .entry-content > .wp-block-image.aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  margin-top: 0;
  margin-bottom: 1rem;
}
.entry-content .wp-block-image.aligncenter img, .entry-content .wp-block-image.alignleft img, .entry-content .wp-block-image.alignright img, .entry-content > .wp-block-image.aligncenter img, .entry-content > .wp-block-image.alignleft img, .entry-content > .wp-block-image.alignright img {
  display: block;
  height: auto;
}
.entry-content .wp-block-image.is-style-rounded img, .entry-content .wp-block-image.is-style-rounded picture, .entry-content > .wp-block-image.is-style-rounded img, .entry-content > .wp-block-image.is-style-rounded picture, .entry-content .wp-block-image.is-style-rounded picture img, .entry-content > .wp-block-image.is-style-rounded picture img {
  border-radius: var(--radius-sm);
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.featured-customers-scroll {
  animation: scroll-left 30s linear infinite;
}
.featured-customers-scroll:hover {
  animation-play-state: paused;
}
.prose-commusoft h2 {
  font-size: 2rem !important;
}
.prose-commusoft h3 {
  font-size: 1.5rem !important;
}
@layer components {
  .integrations-wave {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: calc(var(--spacing) * 4);
    row-gap: calc(var(--spacing) * 6);
  }
  @media (width >= 40rem) {
    .integrations-wave {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .integrations-wave {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .integrations-wave {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .integrations-wave {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .integrations-wave {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .integrations-wave__item {
    position: relative;
    display: flex;
    height: calc(var(--spacing) * 16);
    width: calc(var(--spacing) * 16);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, #fff 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .integrations-wave__item {
      border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .integrations-wave__item {
    background-color: var(--color-white);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-shadow-color: color-mix(in srgb, #000 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .integrations-wave__item {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 5%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .integrations-wave__item {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @media (width >= 40rem) {
    .integrations-wave__item {
      height: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 40rem) {
    .integrations-wave__item {
      width: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 48rem) {
    .integrations-wave__item {
      height: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 48rem) {
    .integrations-wave__item {
      width: calc(var(--spacing) * 24);
    }
  }
  .integrations-wave__link {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
  }
  .integrations-wave__image {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  picture.integrations-wave__image {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  picture.integrations-wave__image > img, .integrations-wave__image > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .integrations-wave__fallback {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-foreground);
  }
  .resource-card picture > img {
    height: calc(var(--spacing) * 56);
    width: 100%;
    object-fit: cover;
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @media (width >= 40rem) {
    .resource-card picture > img {
      height: calc(var(--spacing) * 60);
    }
  }
  @media (width >= 48rem) {
    .resource-card picture > img {
      height: calc(var(--spacing) * 64);
    }
  }
  .resource-card:hover picture > img {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .related-post a > img, .related-post a > picture > img {
    aspect-ratio: 79/45;
    width: 100%;
    overflow: hidden;
    border-radius: var(--radius-sm);
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .integrations-wave__item--row-1 {
    transform: translateY(-36px);
  }
  .integrations-wave__item--row-2 {
    transform: translateY(0);
  }
  .integrations-wave__item--row-3 {
    transform: translateY(36px);
  }
}
:root {
  --hsf-global__font-family: var(--font-sans);
  --hsf-global__font-size: 1rem;
  --hsf-global__color: var(--color-foreground);
  --hsf-global-error__color: #c62828;
  --hsf-row__horizontal-spacing: 1rem;
  --hsf-row__vertical-spacing: 1rem;
  --hsf-module__vertical-spacing: 0.25rem;
  --hsf-button__font-family: var(--font-sans);
  --hsf-button__font-size: 1rem;
  --hsf-button__color: #ffffff;
  --hsf-button__background-color: var(--color-primary);
  --hsf-button__background-image: none;
  --hsf-button__border-radius: 4px;
  --hsf-button__padding: 0.75rem 1.75rem;
  --hsf-button__box-shadow: none;
  --hsf-richtext__font-family: var(--font-sans);
  --hsf-richtext__font-size: 1rem;
  --hsf-richtext__color: var(--color-foreground);
  --hsf-heading__font-family: var(--font-sans);
  --hsf-heading__color: var(--color-secondary);
  --hsf-heading__text-shadow: none;
  --hsf-background__background-color: var(--color-background);
  --hsf-background__background-image: none;
  --hsf-background__border-radius: 4px;
  --hsf-default-background__padding: 0;
  --hsf-background__padding: 0;
  --hsf-background__border-width: 0;
  --hsf-background__border-color: transparent;
  --hsf-background__border-style: solid;
  --hsf-progressbar-text__font-family: var(--font-sans);
  --hsf-progressbar-text__font-size: 0.875rem;
  --hsf-progressbar-text__color: var(--color-secondary);
  --hsf-progressbar-progressLine__background-color: var(--color-primary);
  --hsf-progressbar-trackLine__background-color: rgba(4, 72, 83, 0.12);
  --hsf-erroralert__font-family: var(--font-sans);
  --hsf-erroralert__font-size: 0.875rem;
  --hsf-erroralert__color: #c62828;
  --hsf-infoalert__font-family: var(--font-sans);
  --hsf-infoalert__font-size: 0.875rem;
  --hsf-infoalert__color: var(--color-secondary);
  --hsf-field-label__font-family: var(--font-sans);
  --hsf-field-label__font-size: 0.875rem;
  --hsf-field-label__color: var(--color-foreground);
  --hsf-field-label-requiredindicator__color: var(--color-primary);
  --hsf-field-description__font-family: var(--font-sans);
  --hsf-field-description__color: var(--color-tertiary);
  --hsf-field-footer__font-family: var(--font-sans);
  --hsf-field-footer__color: var(--color-tertiary);
  --hsf-field-input__font-family: var(--font-sans);
  --hsf-field-input__color: var(--color-foreground);
  --hsf-field-input__background-color: var(--color-background);
  --hsf-field-input__placeholder-color: rgba(83, 83, 83, 0.6);
  --hsf-field-input__border-color: rgba(83, 83, 83, 0.16);
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: 4px;
  --hsf-field-input__padding: 0.5rem;
  --hsf-field-textarea__font-family: var(--font-sans);
  --hsf-field-textarea__color: var(--color-foreground);
  --hsf-field-textarea__background-color: var(--color-background);
  --hsf-field-textarea__placeholder-color: rgba(83, 83, 83, 0.6);
  --hsf-field-textarea__border-color: rgba(83, 83, 83, 0.16);
  --hsf-field-textarea__border-width: 1px;
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-radius: 4px;
  --hsf-field-textarea__padding: 0.75rem;
  --hsf-field-checkbox__padding: 0.5rem;
  --hsf-field-checkbox__background-color: var(--color-background);
  --hsf-field-checkbox__color: var(--color-foreground);
  --hsf-field-checkbox__border-color: rgba(83, 83, 83, 0.32);
  --hsf-field-checkbox__border-width: 1px;
  --hsf-field-checkbox__border-style: solid;
  --hsf-field-radio__padding: 0.5rem;
  --hsf-field-radio__background-color: var(--color-background);
  --hsf-field-radio__color: var(--color-foreground);
  --hsf-field-radio__border-color: rgba(83, 83, 83, 0.32);
  --hsf-field-radio__border-width: 1px;
  --hsf-field-radio__border-style: solid;
}
.hubspot-form--invert, .hbspt-form-invert {
  --hsf-global__color: #ffffff;
  --hsf-heading__color: #ffffff;
  --hsf-richtext__color: #ffffff;
  --hsf-infoalert__color: #e0f2f1;
  --hsf-field-label__color: #ffffff;
  --hsf-field-description__color: rgba(255, 255, 255, 0.75);
  --hsf-field-footer__color: rgba(255, 255, 255, 0.75);
  --hsf-field-input__color: #ffffff;
  --hsf-field-input__background-color: rgba(255, 255, 255, 0.04);
  --hsf-field-input__placeholder-color: rgba(255, 255, 255, 0.7);
  --hsf-field-input__border-color: rgba(255, 255, 255, 0.4);
  --hsf-field-textarea__color: #ffffff;
  --hsf-field-textarea__background-color: rgba(255, 255, 255, 0.04);
  --hsf-field-textarea__placeholder-color: rgba(255, 255, 255, 0.7);
  --hsf-field-textarea__border-color: rgba(255, 255, 255, 0.4);
  --hsf-field-checkbox__background-color: rgba(255, 255, 255, 0.08);
  --hsf-field-checkbox__color: #ffffff;
  --hsf-field-checkbox__border-color: rgba(255, 255, 255, 0.4);
  --hsf-field-radio__background-color: rgba(255, 255, 255, 0.08);
  --hsf-field-radio__color: #ffffff;
  --hsf-field-radio__border-color: rgba(255, 255, 255, 0.4);
}
.hbspt-form .hs-form-field label, .hsfc-FormWrapper .hs-form-field label {
  margin-bottom: calc(var(--spacing) * 1);
  display: inline-block;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-foreground);
}
.hbspt-form fieldset, .hsfc-FormWrapper fieldset {
  margin-bottom: 1rem !important;
}
.hbspt-form .form-columns-1, .hsfc-FormWrapper .form-columns-1 {
  max-width: none;
}
.hbspt-form .form-columns-2 {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
}
@media (width >= 48rem) {
  .hbspt-form .form-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hbspt-form .form-columns-2 .hs-form-field, .hbspt-form .form-columns-1 .hs-form-field, .hbspt-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
  float: none !important;
  width: 100% !important;
}
.hbspt-form .hs-form-field input, .hbspt-form .hs-form-field textarea, .hsfc-FormWrapper .hs-form-field input, .hsfc-FormWrapper .hs-form-field textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .hbspt-form .hs-form-field input, .hbspt-form .hs-form-field textarea, .hsfc-FormWrapper .hs-form-field input, .hsfc-FormWrapper .hs-form-field textarea {
    border-color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
  }
}
.hbspt-form .hs-form-field input, .hbspt-form .hs-form-field textarea, .hsfc-FormWrapper .hs-form-field input, .hsfc-FormWrapper .hs-form-field textarea {
  padding: calc(var(--spacing) * 2);
}
.hbspt-form .hs-form-field input:focus, .hbspt-form .hs-form-field textarea:focus, .hsfc-FormWrapper .hs-form-field input:focus, .hsfc-FormWrapper .hs-form-field textarea:focus {
  border-color: var(--color-primary);
  outline-color: var(--color-primary);
}
.hbspt-form .hs-form-field input:focus-visible, .hbspt-form .hs-form-field textarea:focus-visible, .hsfc-FormWrapper .hs-form-field input:focus-visible, .hsfc-FormWrapper .hs-form-field textarea:focus-visible {
  border-color: var(--color-primary);
  outline-color: var(--color-primary);
}
.hbspt-form select {
  width: 100%;
  appearance: none;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .hbspt-form select {
    border-color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
  }
}
.hbspt-form select {
  padding: calc(var(--spacing) * 2);
}
.hbspt-form select:focus {
  outline-color: var(--color-primary);
}
.hbspt-form select:focus-visible {
  outline-color: var(--color-primary);
}
.hbspt-form select option {
  background-color: var(--color-background);
}
.hbspt-form select option:checked {
  background-color: var(--color-primary);
}
.hbspt-form select option:hover {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .hbspt-form select option:hover {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
#subscribeModal .hs-form-field .input {
  margin-top: calc(var(--spacing) * 1);
}
#subscribeModal .hs-form-field .input input[type="email"], #subscribeModal .hs-form-field .input input[type="text"], #subscribeModal .hs-form-field .input input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  #subscribeModal .hs-form-field .input input[type="email"], #subscribeModal .hs-form-field .input input[type="text"], #subscribeModal .hs-form-field .input input:not([type="checkbox"]):not([type="radio"]) {
    border-color: color-mix(in oklab, var(--color-foreground) 20%, transparent);
  }
}
#subscribeModal .hs-form-field .input input[type="email"], #subscribeModal .hs-form-field .input input[type="text"], #subscribeModal .hs-form-field .input input:not([type="checkbox"]):not([type="radio"]) {
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 3);
  color: var(--color-foreground);
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
#subscribeModal .hs-form-field .input input:focus, #subscribeModal .hs-form-field .input input:focus-visible {
  border-color: var(--color-primary);
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  #subscribeModal .hs-form-field .input input:focus, #subscribeModal .hs-form-field .input input:focus-visible {
    --tw-ring-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
  }
}
#subscribeModal .hs-form-field .input input:focus, #subscribeModal .hs-form-field .input input:focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
#subscribeModal .hs-error-msgs {
  margin-top: calc(var(--spacing) * 2);
}
.hs-richtext, .hsfc-RichText {
  color: var(--tw-prose-body);
  max-width: none;
}
:is(.hs-richtext,.hsfc-RichText) :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.hs-richtext,.hsfc-RichText) :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.hs-richtext,.hsfc-RichText) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
:is(.hs-richtext,.hsfc-RichText) :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
:is(.hs-richtext,.hsfc-RichText) :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
:is(.hs-richtext,.hsfc-RichText) :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
:is(.hs-richtext,.hsfc-RichText) :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
:is(.hs-richtext,.hsfc-RichText) :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
:is(.hs-richtext,.hsfc-RichText) :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
:is(.hs-richtext,.hsfc-RichText) :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
:is(.hs-richtext,.hsfc-RichText) :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
:is(.hs-richtext,.hsfc-RichText) :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
:is(.hs-richtext,.hsfc-RichText) :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.hs-richtext,.hsfc-RichText) :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.hs-richtext,.hsfc-RichText) :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.hs-richtext,.hsfc-RichText) :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.hs-richtext,.hsfc-RichText) :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.hs-richtext,.hsfc-RichText) :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.hs-richtext,.hsfc-RichText) :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.hs-richtext,.hsfc-RichText) :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
:is(.hs-richtext,.hsfc-RichText) :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
:is(.hs-richtext,.hsfc-RichText) :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
:is(.hs-richtext,.hsfc-RichText) :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
:is(.hs-richtext,.hsfc-RichText) :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
:is(.hs-richtext,.hsfc-RichText) :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
:is(.hs-richtext,.hsfc-RichText) :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
:is(.hs-richtext,.hsfc-RichText) :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.hs-richtext,.hsfc-RichText) :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
:is(.hs-richtext,.hsfc-RichText) :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
:is(.hs-richtext,.hsfc-RichText) :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.hs-richtext,.hsfc-RichText) :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.hs-richtext,.hsfc-RichText) :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
:is(.hs-richtext,.hsfc-RichText) :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.hs-richtext,.hsfc-RichText) :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
:is(.hs-richtext,.hsfc-RichText) :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.hs-richtext,.hsfc-RichText) :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
:is(.hs-richtext,.hsfc-RichText) :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
:is(.hs-richtext,.hsfc-RichText) :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.hs-richtext, .hsfc-RichText {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
:is(.hs-richtext,.hsfc-RichText) :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.hs-richtext,.hsfc-RichText) :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
:is(.hs-richtext,.hsfc-RichText) :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
:is(.hs-richtext,.hsfc-RichText) :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.hs-richtext,.hsfc-RichText) :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
:is(.hs-richtext,.hsfc-RichText) :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
:is(.hs-richtext,.hsfc-RichText) :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
:is(.hs-richtext,.hsfc-RichText) :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
:is(.hs-richtext,.hsfc-RichText) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.hs-richtext,.hsfc-RichText) :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.hs-richtext,.hsfc-RichText) :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
:is(.hs-richtext,.hsfc-RichText) :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
:is(.hs-richtext,.hsfc-RichText) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.hs-richtext,.hsfc-RichText) :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
:is(.hs-richtext,.hsfc-RichText) :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
:is(.hs-richtext,.hsfc-RichText) :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
:is(.hs-richtext,.hsfc-RichText) .wp-block-table td {
  border: 0;
}
:is(.hs-richtext,.hsfc-RichText) .wp-block-table th {
  border: 0;
}
:is(.hs-richtext,.hsfc-RichText) .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
:is(.hs-richtext,.hsfc-RichText) .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
:is(.hs-richtext,.hsfc-RichText) .wp-block-table thead {
  border-bottom-width: 1px;
}
:is(.hs-richtext,.hsfc-RichText) .wp-block-table tfoot {
  border-top-width: 1px;
}
.hs-richtext, .hsfc-RichText {
  --tw-prose-body: var(--wp--preset--color--foreground);
  --tw-prose-headings: var(--wp--preset--color--foreground);
  --tw-prose-lead: var(--wp--preset--color--foreground);
  --tw-prose-links: var(--wp--preset--color--primary);
  --tw-prose-bold: var(--wp--preset--color--foreground);
  --tw-prose-counters: var(--wp--preset--color--primary);
  --tw-prose-bullets: var(--wp--preset--color--primary);
  --tw-prose-hr: var(--wp--preset--color--foreground);
  --tw-prose-quotes: var(--wp--preset--color--foreground);
  --tw-prose-quote-borders: var(--wp--preset--color--primary);
  --tw-prose-captions: var(--wp--preset--color--foreground);
  --tw-prose-kbd: var(--wp--preset--color--foreground);
  --tw-prose-code: var(--wp--preset--color--foreground);
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hs-richtext, .hsfc-RichText {
  --tw-prose-pre-bg: var(--wp--preset--color--foreground);
  --tw-prose-th-borders: var(--wp--preset--color--foreground);
  --tw-prose-td-borders: var(--wp--preset--color--foreground);
  --tw-prose-invert-body: #fff;
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-headings):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-headings):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-lead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-lead):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hs-richtext, .hsfc-RichText {
  --tw-prose-invert-links: var(--wp--preset--color--primary);
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-bold):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-bold):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hs-richtext, .hsfc-RichText {
  --tw-prose-invert-counters: var(--wp--preset--color--primary);
  --tw-prose-invert-bullets: var(--wp--preset--color--primary);
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-quotes):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-quotes):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hs-richtext, .hsfc-RichText {
  --tw-prose-invert-quote-borders: var(--wp--preset--color--primary);
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-captions):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-captions):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-kbd):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-kbd-shadows):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-kbd-shadows):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hs-richtext, .hsfc-RichText {
  --tw-prose-invert-code: var(--wp--preset--color--foreground);
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-th-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-th-borders):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-td-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hs-richtext,.hsfc-RichText) :where(--tw-prose-invert-td-borders):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hs-richtext,.hsfc-RichText) :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2rem;
}
:is(.hs-richtext,.hsfc-RichText) :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
}
:is(.hs-richtext,.hsfc-RichText) :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5rem;
}
.hs-richtext, .hsfc-RichText {
  color: var(--color-foreground);
}
.hs-error-msgs label {
  margin-bottom: calc(var(--spacing) * 0);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-red-500);
}
.hbspt-form .actions {
  display: flex;
  justify-content: center;
}
.hbspt-form .actions button {
  border-radius: var(--radius-sm);
  background-color: var(--color-primary);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  color: var(--color-white);
}
.hbspt-form-invert .hs-form-field label {
  color: var(--color-white);
}
.hbspt-form-invert .hs-form-field input, .hbspt-form-invert .hs-form-field textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .hbspt-form-invert .hs-form-field input, .hbspt-form-invert .hs-form-field textarea {
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.hbspt-form-invert .hs-form-field input, .hbspt-form-invert .hs-form-field textarea {
  padding: calc(var(--spacing) * 2);
}
.hbspt-form-invert .hs-form-field input:focus, .hbspt-form-invert .hs-form-field input:focus-visible, .hbspt-form-invert .hs-form-field textarea:focus-visible {
  border-color: var(--color-primary);
  outline-color: var(--color-primary);
}
.hbspt-form-invert select {
  width: 100%;
  appearance: none;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .hbspt-form-invert select {
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.hbspt-form-invert select {
  padding: calc(var(--spacing) * 2);
}
.hbspt-form-invert select:focus {
  outline-color: var(--color-primary);
}
.hbspt-form-invert select:focus-visible {
  outline-color: var(--color-primary);
}
.hbspt-form-invert select option {
  background-color: var(--color-background);
}
.hbspt-form-invert select option:checked {
  background-color: var(--color-primary);
}
.hbspt-form-invert select option:hover {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .hbspt-form-invert select option:hover {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.hbspt-form-invert .hs-richtext {
  color: var(--tw-prose-body);
  max-width: none;
}
:is(.hbspt-form-invert .hs-richtext) :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.hbspt-form-invert .hs-richtext) :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.hbspt-form-invert .hs-richtext) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
:is(.hbspt-form-invert .hs-richtext) :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
:is(.hbspt-form-invert .hs-richtext) :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
:is(.hbspt-form-invert .hs-richtext) :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
:is(.hbspt-form-invert .hs-richtext) :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
:is(.hbspt-form-invert .hs-richtext) :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
:is(.hbspt-form-invert .hs-richtext) :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
:is(.hbspt-form-invert .hs-richtext) :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
:is(.hbspt-form-invert .hs-richtext) :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
:is(.hbspt-form-invert .hs-richtext) :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
:is(.hbspt-form-invert .hs-richtext) :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.hbspt-form-invert .hs-richtext) :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.hbspt-form-invert .hs-richtext) :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.hbspt-form-invert .hs-richtext) :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.hbspt-form-invert .hs-richtext) :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.hbspt-form-invert .hs-richtext) :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.hbspt-form-invert .hs-richtext) :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.hbspt-form-invert .hs-richtext) :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
:is(.hbspt-form-invert .hs-richtext) :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
:is(.hbspt-form-invert .hs-richtext) :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
:is(.hbspt-form-invert .hs-richtext) :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
:is(.hbspt-form-invert .hs-richtext) :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
:is(.hbspt-form-invert .hs-richtext) :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
:is(.hbspt-form-invert .hs-richtext) :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
:is(.hbspt-form-invert .hs-richtext) :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.hbspt-form-invert .hs-richtext) :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
:is(.hbspt-form-invert .hs-richtext) :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
:is(.hbspt-form-invert .hs-richtext) :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.hbspt-form-invert .hs-richtext) :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.hbspt-form-invert .hs-richtext) :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
:is(.hbspt-form-invert .hs-richtext) :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.hbspt-form-invert .hs-richtext) :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
:is(.hbspt-form-invert .hs-richtext) :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.hbspt-form-invert .hs-richtext) :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
:is(.hbspt-form-invert .hs-richtext) :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
:is(.hbspt-form-invert .hs-richtext) :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.hbspt-form-invert .hs-richtext {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
:is(.hbspt-form-invert .hs-richtext) :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.hbspt-form-invert .hs-richtext) :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
:is(.hbspt-form-invert .hs-richtext) :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
:is(.hbspt-form-invert .hs-richtext) :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.hbspt-form-invert .hs-richtext) :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
:is(.hbspt-form-invert .hs-richtext) :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
:is(.hbspt-form-invert .hs-richtext) :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
:is(.hbspt-form-invert .hs-richtext) :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
:is(.hbspt-form-invert .hs-richtext) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.hbspt-form-invert .hs-richtext) :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.hbspt-form-invert .hs-richtext) :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
:is(.hbspt-form-invert .hs-richtext) :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
:is(.hbspt-form-invert .hs-richtext) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.hbspt-form-invert .hs-richtext) :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
:is(.hbspt-form-invert .hs-richtext) :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
:is(.hbspt-form-invert .hs-richtext) :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
:is(.hbspt-form-invert .hs-richtext) .wp-block-table td {
  border: 0;
}
:is(.hbspt-form-invert .hs-richtext) .wp-block-table th {
  border: 0;
}
:is(.hbspt-form-invert .hs-richtext) .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
:is(.hbspt-form-invert .hs-richtext) .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
:is(.hbspt-form-invert .hs-richtext) .wp-block-table thead {
  border-bottom-width: 1px;
}
:is(.hbspt-form-invert .hs-richtext) .wp-block-table tfoot {
  border-top-width: 1px;
}
.hbspt-form-invert .hs-richtext {
  --tw-prose-body: var(--wp--preset--color--foreground);
  --tw-prose-headings: var(--wp--preset--color--foreground);
  --tw-prose-lead: var(--wp--preset--color--foreground);
  --tw-prose-links: var(--wp--preset--color--primary);
  --tw-prose-bold: var(--wp--preset--color--foreground);
  --tw-prose-counters: var(--wp--preset--color--primary);
  --tw-prose-bullets: var(--wp--preset--color--primary);
  --tw-prose-hr: var(--wp--preset--color--foreground);
  --tw-prose-quotes: var(--wp--preset--color--foreground);
  --tw-prose-quote-borders: var(--wp--preset--color--primary);
  --tw-prose-captions: var(--wp--preset--color--foreground);
  --tw-prose-kbd: var(--wp--preset--color--foreground);
  --tw-prose-code: var(--wp--preset--color--foreground);
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hbspt-form-invert .hs-richtext {
  --tw-prose-pre-bg: var(--wp--preset--color--foreground);
  --tw-prose-th-borders: var(--wp--preset--color--foreground);
  --tw-prose-td-borders: var(--wp--preset--color--foreground);
  --tw-prose-invert-body: #fff;
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-headings):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-headings):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-lead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-lead):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hbspt-form-invert .hs-richtext {
  --tw-prose-invert-links: var(--wp--preset--color--primary);
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-bold):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-bold):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hbspt-form-invert .hs-richtext {
  --tw-prose-invert-counters: var(--wp--preset--color--primary);
  --tw-prose-invert-bullets: var(--wp--preset--color--primary);
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-quotes):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-quotes):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hbspt-form-invert .hs-richtext {
  --tw-prose-invert-quote-borders: var(--wp--preset--color--primary);
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-captions):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-captions):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-kbd):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-kbd-shadows):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-kbd-shadows):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.hbspt-form-invert .hs-richtext {
  --tw-prose-invert-code: var(--wp--preset--color--foreground);
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-th-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-th-borders):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-td-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(:is(.hbspt-form-invert .hs-richtext) :where(--tw-prose-invert-td-borders):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
:is(.hbspt-form-invert .hs-richtext) :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2rem;
}
:is(.hbspt-form-invert .hs-richtext) :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
}
:is(.hbspt-form-invert .hs-richtext) :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5rem;
}
.hbspt-form-invert .hs-richtext {
  color: var(--color-white);
}
.hbspt-form-invert .hs-richtext a {
  color: var(--color-primary);
}
.hbspt-form-invert .hs-richtext a:hover {
  color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .hbspt-form-invert .hs-richtext a:hover {
    color: color-mix(in oklab, var(--color-primary) 80%, transparent);
  }
}
.hbspt-form-invert .hs-error-msgs label {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-red-500);
}
.hbspt-form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--spacing) * 2);
  text-align: left;
}
.hbspt-form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input.hs-input[type="checkbox"] {
  margin-top: calc(var(--spacing) * 1);
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
  flex-shrink: 0;
  cursor: pointer;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, #fff 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .hbspt-form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input.hs-input[type="checkbox"] {
    border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
  }
}
.hbspt-form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input.hs-input[type="checkbox"] {
  background-color: transparent;
  accent-color: var(--wp--preset--color--primary);
}
.hbspt-form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display>span {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.hbspt-form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input.hs-input[type="checkbox"]:focus-visible {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-color: var(--color-primary);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-offset-color: transparent;
  --tw-outline-style: none;
  outline-style: none;
}
.hs-cta-wrapper {
  display: table;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var( --swiper-wrapper-transition-timing-function, initial );
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient( to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient( to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var( --swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px) );
  height: var( --swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px) );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var( --swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25) );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}
.-top-2 {
  top: calc(var(--spacing) * -2);
}
.-top-10 {
  top: calc(var(--spacing) * -10);
}
.-top-12 {
  top: calc(var(--spacing) * -12);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-3 {
  top: calc(var(--spacing) * 3);
}
.top-18 {
  top: calc(var(--spacing) * 18);
}
.top-24 {
  top: calc(var(--spacing) * 24);
}
.top-28 {
  top: calc(var(--spacing) * 28);
}
.top-\[63\.44\%\] {
  top: 63.44%;
}
.top-full {
  top: 100%;
}
.-right-2 {
  right: calc(var(--spacing) * -2);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-2 {
  right: calc(var(--spacing) * 2);
}
.right-3 {
  right: calc(var(--spacing) * 3);
}
.right-6 {
  right: calc(var(--spacing) * 6);
}
.right-8 {
  right: calc(var(--spacing) * 8);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-3 {
  left: calc(var(--spacing) * 3);
}
.left-6 {
  left: calc(var(--spacing) * 6);
}
.left-8 {
  left: calc(var(--spacing) * 8);
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[80\] {
  z-index: 80;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.container {
  width: 100%;
}
@media (width >= 393px) {
  .container {
    max-width: 393px;
  }
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.m-auto {
  margin: auto;
}
.-mx-6 {
  margin-inline: calc(var(--spacing) * -6);
}
.mx-2 {
  margin-inline: calc(var(--spacing) * 2);
}
.mx-auto {
  margin-inline: auto;
}
.my-4 {
  margin-block: calc(var(--spacing) * 4);
}
.my-8 {
  margin-block: calc(var(--spacing) * 8);
}
.my-10 {
  margin-block: calc(var(--spacing) * 10);
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.-mt-px {
  margin-top: -1px;
}
.mt-0\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-16 {
  margin-top: calc(var(--spacing) * 16);
}
.mt-auto {
  margin-top: auto;
}
.mr-1 {
  margin-right: calc(var(--spacing) * 1);
}
.mr-2 {
  margin-right: calc(var(--spacing) * 2);
}
.mr-3 {
  margin-right: calc(var(--spacing) * 3);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.-ml-3\.5 {
  margin-left: calc(var(--spacing) * -3.5);
}
.ml-1 {
  margin-left: calc(var(--spacing) * 1);
}
.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}
.ml-3 {
  margin-left: calc(var(--spacing) * 3);
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.ml-12 {
  margin-left: calc(var(--spacing) * 12);
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.size-3 {
  width: calc(var(--spacing) * 3);
  height: calc(var(--spacing) * 3);
}
.size-3\.5 {
  width: calc(var(--spacing) * 3.5);
  height: calc(var(--spacing) * 3.5);
}
.size-4 {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}
.size-5 {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}
.size-6 {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
.size-8 {
  width: calc(var(--spacing) * 8);
  height: calc(var(--spacing) * 8);
}
.size-10 {
  width: calc(var(--spacing) * 10);
  height: calc(var(--spacing) * 10);
}
.size-14 {
  width: calc(var(--spacing) * 14);
  height: calc(var(--spacing) * 14);
}
.h-1 {
  height: calc(var(--spacing) * 1);
}
.h-1\/3 {
  height: calc(1/3 * 100%);
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-3 {
  height: calc(var(--spacing) * 3);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-18 {
  height: calc(var(--spacing) * 18);
}
.h-56 {
  height: calc(var(--spacing) * 56);
}
.h-\[14px\] {
  height: 14px;
}
.h-\[19px\] {
  height: 19px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}
.max-h-16 {
  max-height: calc(var(--spacing) * 16);
}
.max-h-96 {
  max-height: calc(var(--spacing) * 96);
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[calc\(100vh-4rem\)\] {
  max-height: calc(100vh - 4rem);
}
.min-h-0 {
  min-height: calc(var(--spacing) * 0);
}
.min-h-\[114px\] {
  min-height: 114px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-0\.5 {
  width: calc(var(--spacing) * 0.5);
}
.w-1 {
  width: calc(var(--spacing) * 1);
}
.w-2 {
  width: calc(var(--spacing) * 2);
}
.w-3 {
  width: calc(var(--spacing) * 3);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-14 {
  width: calc(var(--spacing) * 14);
}
.w-16 {
  width: calc(var(--spacing) * 16);
}
.w-24 {
  width: calc(var(--spacing) * 24);
}
.w-32 {
  width: calc(var(--spacing) * 32);
}
.w-\[22px\] {
  width: 22px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[31\.33\%\] {
  width: 31.33%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[277px\] {
  width: 277px;
}
.w-\[335px\] {
  width: 335px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-6xl {
  max-width: var(--container-6xl);
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[162px\] {
  max-width: 162px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[323px\] {
  max-width: 323px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[632px\] {
  max-width: 632px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[674px\] {
  max-width: 674px;
}
.max-w-\[911px\] {
  max-width: 911px;
}
.max-w-\[1008px\] {
  max-width: 1008px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1262px\] {
  max-width: 1262px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: var(--container-xl);
}
.max-w-xs {
  max-width: var(--container-xs);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-8 {
  min-width: calc(var(--spacing) * 8);
}
.min-w-\[200px\] {
  min-width: 200px;
}
.flex-1 {
  flex: 1;
}
.flex-auto {
  flex: auto;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-0 {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-4 {
  --tw-translate-x: calc(var(--spacing) * 4);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-2 {
  --tw-translate-y: calc(var(--spacing) * -2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-full {
  --tw-translate-y: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-0 {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-1 {
  --tw-translate-y: calc(var(--spacing) * 1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-2 {
  --tw-translate-y: calc(var(--spacing) * 2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-\[0\.985\] {
  scale: 0.985;
}
.rotate-0 {
  rotate: 0deg;
}
.rotate-90 {
  rotate: 90deg;
}
.rotate-180 {
  rotate: 180deg;
}
.rotate-\[-5deg\] {
  rotate: -5deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.animate-spin {
  animation: var(--animate-spin);
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-16 {
  gap: calc(var(--spacing) * 16);
}
.gap-20 {
  gap: calc(var(--spacing) * 20);
}
:where(.space-y-0 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-1 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-3 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-4 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-8 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-x-2 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
}
:where(.space-x-4 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
:where(.space-x-8 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
}
.gap-y-3 {
  row-gap: calc(var(--spacing) * 3);
}
.gap-y-8 {
  row-gap: calc(var(--spacing) * 8);
}
.gap-y-10 {
  row-gap: calc(var(--spacing) * 10);
}
:where(.divide-x > :not(:last-child)) {
  --tw-divide-x-reverse: 0;
  border-inline-style: var(--tw-border-style);
  border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
  border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
:where(.divide-\[\#E1E1E1\] > :not(:last-child)) {
  border-color: #E1E1E1;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-xs {
  border-radius: var(--radius-xs);
}
.rounded-t-sm {
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: var(--radius-sm);
}
.rounded-b-sm {
  border-bottom-right-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-2 {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-t-\[10px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 10px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-\[\#636363\] {
  border-color: #636363;
}
.border-\[\#B8B8B8\] {
  border-color: #B8B8B8;
}
.border-\[\#DDD\] {
  border-color: #DDD;
}
.border-\[\#E1E1E1\] {
  border-color: #E1E1E1;
}
.border-\[\#EEE\] {
  border-color: #EEE;
}
.border-\[\#e1e1e1\] {
  border-color: #e1e1e1;
}
.border-\[\#eee\] {
  border-color: #eee;
}
.border-background-alt {
  border-color: var(--color-background-alt);
}
.border-current {
  border-color: currentcolor;
}
.border-foreground\/10 {
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-foreground\/10 {
    border-color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
  }
}
.border-foreground\/20 {
  border-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-foreground\/20 {
    border-color: color-mix(in oklab, var(--color-foreground) 20%, transparent);
  }
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.border-gray-600 {
  border-color: var(--color-gray-600);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-primary\/10 {
  border-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-primary\/10 {
    border-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.border-red-500 {
  border-color: var(--color-red-500);
}
.border-teal-light {
  border-color: var(--color-teal-light);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  border-color: var(--color-white);
}
.border-white\/10 {
  border-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/10 {
    border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.border-white\/20 {
  border-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/20 {
    border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.border-white\/60 {
  border-color: color-mix(in srgb, #fff 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/60 {
    border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
  }
}
.border-l-\[var\(--callout-accent-color\)\] {
  border-left-color: var(--callout-accent-color);
}
.border-l-foreground\/30 {
  border-left-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-l-foreground\/30 {
    border-left-color: color-mix(in oklab, var(--color-foreground) 30%, transparent);
  }
}
.border-l-white\/30 {
  border-left-color: color-mix(in srgb, #fff 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-l-white\/30 {
    border-left-color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}
.bg-\[\#006D77\] {
  background-color: #006D77;
}
.bg-\[\#171A1A\] {
  background-color: #171A1A;
}
.bg-\[\#247F89\] {
  background-color: #247F89;
}
.bg-\[\#385F78\] {
  background-color: #385F78;
}
.bg-\[\#044853\] {
  background-color: #044853;
}
.bg-\[\#A0413A\] {
  background-color: #A0413A;
}
.bg-\[\#E5ECED\] {
  background-color: #E5ECED;
}
.bg-\[\#fff\] {
  background-color: #fff;
}
.bg-\[\#ffffff\] {
  background-color: #ffffff;
}
.bg-background {
  background-color: var(--color-background);
}
.bg-background-alt {
  background-color: var(--color-background-alt);
}
.bg-background-alt\/80 {
  background-color: var(--color-background-alt);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-background-alt\/80 {
    background-color: color-mix(in oklab, var(--color-background-alt) 80%, transparent);
  }
}
.bg-black\/10 {
  background-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/10 {
    background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.bg-black\/30 {
  background-color: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/30 {
    background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
  }
}
.bg-black\/60 {
  background-color: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/60 {
    background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.bg-black\/70 {
  background-color: color-mix(in srgb, #000 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/70 {
    background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
  }
}
.bg-current {
  background-color: currentcolor;
}
.bg-dark-background {
  background-color: var(--color-dark-background);
}
.bg-foreground\/10 {
  background-color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-foreground\/10 {
    background-color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
  }
}
.bg-gray-50 {
  background-color: var(--color-gray-50);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-gray-300 {
  background-color: var(--color-gray-300);
}
.bg-ink {
  background-color: var(--color-ink);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary\/10 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/10 {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.bg-primary\/20 {
  background-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/20 {
    background-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
  }
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-secondary\/5 {
  background-color: var(--color-secondary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-secondary\/5 {
    background-color: color-mix(in oklab, var(--color-secondary) 5%, transparent);
  }
}
.bg-secondary\/10 {
  background-color: var(--color-secondary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-secondary\/10 {
    background-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
  }
}
.bg-secondary\/20 {
  background-color: var(--color-secondary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-secondary\/20 {
    background-color: color-mix(in oklab, var(--color-secondary) 20%, transparent);
  }
}
.bg-secondary\/95 {
  background-color: var(--color-secondary);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-secondary\/95 {
    background-color: color-mix(in oklab, var(--color-secondary) 95%, transparent);
  }
}
.bg-teal {
  background-color: var(--color-teal);
}
.bg-teal-600 {
  background-color: var(--color-teal-600);
}
.bg-teal-light {
  background-color: var(--color-teal-light);
}
.bg-teal\/20 {
  background-color: var(--color-teal);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-teal\/20 {
    background-color: color-mix(in oklab, var(--color-teal) 20%, transparent);
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/10 {
  background-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-white\/20 {
  background-color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/20 {
    background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.bg-white\/50 {
  background-color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/50 {
    background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.bg-white\/80 {
  background-color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/80 {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  --tw-gradient-position: to left in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[radial-gradient\(circle_at_bottom\,_rgba\(245\,131\,32\,0\.12\)\,_transparent_60\%\)\] {
  background-image: radial-gradient(circle at bottom, rgba(245,131,32,0.12), transparent 60%);
}
.bg-\[radial-gradient\(circle_at_top\,_rgba\(255\,255\,255\,0\.18\)\,_transparent_55\%\)\] {
  background-image: radial-gradient(circle at top, rgba(255,255,255,0.18), transparent 55%);
}
.from-\[\#1B1D1D\] {
  --tw-gradient-from: #1B1D1D;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#247F89\] {
  --tw-gradient-from: #247F89;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-background-alt {
  --tw-gradient-from: var(--color-background-alt);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-white {
  --tw-gradient-from: var(--color-white);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-\[\#191C1C\] {
  --tw-gradient-via: #191C1C;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-\[\#247F89\]\/90 {
  --tw-gradient-via: color-mix(in oklab, #247F89 90%, transparent);
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-transparent {
  --tw-gradient-via: transparent;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.via-white {
  --tw-gradient-via: var(--color-white);
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-\[\#0C0D0D\] {
  --tw-gradient-to: #0C0D0D;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#101212\] {
  --tw-gradient-to: #101212;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#F6F6F6\] {
  --tw-gradient-to: #F6F6F6;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.fill-current {
  fill: currentcolor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.p-10 {
  padding: calc(var(--spacing) * 10);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-3\.5 {
  padding-inline: calc(var(--spacing) * 3.5);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-14 {
  padding-block: calc(var(--spacing) * 14);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-3 {
  padding-top: calc(var(--spacing) * 3);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
  padding-top: calc(var(--spacing) * 12);
}
.pt-16 {
  padding-top: calc(var(--spacing) * 16);
}
.pt-\[66\%\] {
  padding-top: 66%;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pr-1 {
  padding-right: calc(var(--spacing) * 1);
}
.pr-3 {
  padding-right: calc(var(--spacing) * 3);
}
.pr-4 {
  padding-right: calc(var(--spacing) * 4);
}
.pr-6 {
  padding-right: calc(var(--spacing) * 6);
}
.pr-8 {
  padding-right: calc(var(--spacing) * 8);
}
.pr-10 {
  padding-right: calc(var(--spacing) * 10);
}
.pr-14 {
  padding-right: calc(var(--spacing) * 14);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pl-0 {
  padding-left: calc(var(--spacing) * 0);
}
.pl-1 {
  padding-left: calc(var(--spacing) * 1);
}
.pl-3 {
  padding-left: calc(var(--spacing) * 3);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pl-5 {
  padding-left: calc(var(--spacing) * 5);
}
.pl-6 {
  padding-left: calc(var(--spacing) * 6);
}
.pl-8 {
  padding-left: calc(var(--spacing) * 8);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.prose-commusoft {
  --tw-prose-body: var(--wp--preset--color--foreground);
  --tw-prose-headings: var(--wp--preset--color--foreground);
  --tw-prose-lead: var(--wp--preset--color--foreground);
  --tw-prose-links: var(--wp--preset--color--primary);
  --tw-prose-bold: var(--wp--preset--color--foreground);
  --tw-prose-counters: var(--wp--preset--color--primary);
  --tw-prose-bullets: var(--wp--preset--color--primary);
  --tw-prose-hr: var(--wp--preset--color--foreground);
  --tw-prose-quotes: var(--wp--preset--color--foreground);
  --tw-prose-quote-borders: var(--wp--preset--color--primary);
  --tw-prose-captions: var(--wp--preset--color--foreground);
  --tw-prose-kbd: var(--wp--preset--color--foreground);
  --tw-prose-code: var(--wp--preset--color--foreground);
}
.prose-commusoft :where(--tw-prose-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft {
  --tw-prose-pre-bg: var(--wp--preset--color--foreground);
  --tw-prose-th-borders: var(--wp--preset--color--foreground);
  --tw-prose-td-borders: var(--wp--preset--color--foreground);
  --tw-prose-invert-body: #fff;
}
.prose-commusoft :where(--tw-prose-invert-headings):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-headings):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft :where(--tw-prose-invert-lead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-lead):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft {
  --tw-prose-invert-links: var(--wp--preset--color--primary);
}
.prose-commusoft :where(--tw-prose-invert-bold):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-bold):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft {
  --tw-prose-invert-counters: var(--wp--preset--color--primary);
  --tw-prose-invert-bullets: var(--wp--preset--color--primary);
}
.prose-commusoft :where(--tw-prose-invert-hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-hr):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft :where(--tw-prose-invert-quotes):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-quotes):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft {
  --tw-prose-invert-quote-borders: var(--wp--preset--color--primary);
}
.prose-commusoft :where(--tw-prose-invert-captions):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-captions):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft :where(--tw-prose-invert-kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-kbd):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft :where(--tw-prose-invert-kbd-shadows):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-kbd-shadows):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft {
  --tw-prose-invert-code: var(--wp--preset--color--foreground);
}
.prose-commusoft :where(--tw-prose-invert-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-pre-code):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft :where(--tw-prose-invert-th-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-th-borders):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft :where(--tw-prose-invert-td-borders):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -d-e-f-a-u-l-t: var(--wp--preset--color--background);
  alt: var(--wp--preset--color--alt-background);
}
:is(.prose-commusoft :where(--tw-prose-invert-td-borders):not(:where([class~="not-prose"],[class~="not-prose"] *))) __CSS_VALUES__ {
  -d-e-f-a-u-l-t: 0;
  alt: 0;
}
.prose-commusoft :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2rem;
}
.prose-commusoft :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
}
.prose-commusoft :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.5rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#9E9E9E\] {
  color: #9E9E9E;
}
.text-foreground {
  color: var(--color-foreground);
}
.text-foreground\/20 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/20 {
    color: color-mix(in oklab, var(--color-foreground) 20%, transparent);
  }
}
.text-foreground\/30 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/30 {
    color: color-mix(in oklab, var(--color-foreground) 30%, transparent);
  }
}
.text-foreground\/50 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/50 {
    color: color-mix(in oklab, var(--color-foreground) 50%, transparent);
  }
}
.text-foreground\/60 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/60 {
    color: color-mix(in oklab, var(--color-foreground) 60%, transparent);
  }
}
.text-foreground\/70 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/70 {
    color: color-mix(in oklab, var(--color-foreground) 70%, transparent);
  }
}
.text-foreground\/80 {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-foreground\/80 {
    color: color-mix(in oklab, var(--color-foreground) 80%, transparent);
  }
}
.text-gray-300 {
  color: var(--color-gray-300);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-ink {
  color: var(--color-ink);
}
.text-primary {
  color: var(--color-primary);
}
.text-red-600 {
  color: var(--color-red-600);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-teal {
  color: var(--color-teal);
}
.text-teal-light {
  color: var(--color-teal-light);
}
.text-white {
  color: var(--color-white);
}
.text-white\/20 {
  color: color-mix(in srgb, #fff 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/20 {
    color: color-mix(in oklab, var(--color-white) 20%, transparent);
  }
}
.text-white\/50 {
  color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/50 {
    color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.text-white\/70 {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.text-white\/75 {
  color: color-mix(in srgb, #fff 75%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/75 {
    color: color-mix(in oklab, var(--color-white) 75%, transparent);
  }
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.text-white\/90 {
  color: color-mix(in srgb, #fff 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/90 {
    color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}
.text-white\/95 {
  color: color-mix(in srgb, #fff 95%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/95 {
    color: color-mix(in oklab, var(--color-white) 95%, transparent);
  }
}
.text-yellow-400 {
  color: var(--color-yellow-400);
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.underline {
  text-decoration-line: underline;
}
.decoration-primary {
  text-decoration-color: var(--color-primary);
}
.underline-offset-6 {
  text-underline-offset: 6px;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-25 {
  opacity: 25%;
}
.opacity-30 {
  opacity: 30%;
}
.opacity-35 {
  opacity: 35%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-80 {
  opacity: 80%;
}
.opacity-90 {
  opacity: 90%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_18px_35px_rgba\(9\,24\,51\,0\.05\)\] {
  --tw-shadow: 0 18px 35px var(--tw-shadow-color, rgba(9,24,51,0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-2 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-black\/5 {
  --tw-ring-color: color-mix(in srgb, #000 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .ring-black\/5 {
    --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
  }
}
.ring-red-500 {
  --tw-ring-color: var(--color-red-500);
}
.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,);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[max-height\,opacity\,transform\] {
  transition-property: max-height,opacity,transform;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.will-change-\[max-height\,opacity\,transform\] {
  will-change: max-height,opacity,transform;
}
.will-change-transform {
  will-change: transform;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
:is(.\*\:mx-auto > *) {
  margin-inline: auto;
}
:is(.\*\:size-5 > *) {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}
.group-open\:max-h-\[1000px\]:is(:where(.group):is([open],:popover-open,:open) *) {
  max-height: 1000px;
}
.group-open\:translate-y-0:is(:where(.group):is([open],:popover-open,:open) *) {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-open\:rotate-180:is(:where(.group):is([open],:popover-open,:open) *) {
  rotate: 180deg;
}
.group-open\:opacity-0:is(:where(.group):is([open],:popover-open,:open) *) {
  opacity: 0%;
}
.group-open\:opacity-100:is(:where(.group):is([open],:popover-open,:open) *) {
  opacity: 100%;
}
@media (hover: hover) {
  .group-hover\:-translate-x-0\.5:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * -0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:-translate-y-12:is(:where(.group):hover *) {
    --tw-translate-y: calc(var(--spacing) * -12);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:rotate-45:is(:where(.group):hover *) {
    rotate: 45deg;
  }
}
@media (hover: hover) {
  .group-hover\:bg-primary:is(:where(.group):hover *) {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .group-hover\:bg-secondary\/10:is(:where(.group):hover *) {
    background-color: var(--color-secondary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .group-hover\:bg-secondary\/10:is(:where(.group):hover *) {
      background-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .group-hover\:text-foreground\/50:is(:where(.group):hover *) {
    color: var(--color-foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .group-hover\:text-foreground\/50:is(:where(.group):hover *) {
      color: color-mix(in oklab, var(--color-foreground) 50%, transparent);
    }
  }
}
@media (hover: hover) {
  .group-hover\:text-primary:is(:where(.group):hover *) {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .group-hover\:text-secondary:is(:where(.group):hover *) {
    color: var(--color-secondary);
  }
}
@media (hover: hover) {
  .group-hover\:text-white:is(:where(.group):hover *) {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .group-hover\:underline:is(:where(.group):hover *) {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-0:is(:where(.group):hover *) {
    opacity: 0%;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.placeholder\:text-foreground\/60::placeholder {
  color: var(--color-foreground);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-foreground\/60::placeholder {
    color: color-mix(in oklab, var(--color-foreground) 60%, transparent);
  }
}
.placeholder\:text-white\/70::placeholder {
  color: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-white\/70::placeholder {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-full::after {
  content: var(--tw-content);
  top: 100%;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: calc(var(--spacing) * 0);
}
.after\:left-0::after {
  content: var(--tw-content);
  left: calc(var(--spacing) * 0);
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:h-28::after {
  content: var(--tw-content);
  height: calc(var(--spacing) * 28);
}
.after\:bg-transparent::after {
  content: var(--tw-content);
  background-color: transparent;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last\:mb-0:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.last\:border-b-0:last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
@media (hover: hover) {
  .hover\:scale-\[1\.02\]:hover {
    scale: 1.02;
  }
}
@media (hover: hover) {
  .hover\:rotate-\[-3deg\]:hover {
    rotate: -3deg;
  }
}
@media (hover: hover) {
  .hover\:border-primary:hover {
    border-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:border-primary\/30:hover {
    border-color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:border-primary\/30:hover {
      border-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:border-secondary:hover {
    border-color: var(--color-secondary);
  }
}
@media (hover: hover) {
  .hover\:border-white\/40:hover {
    border-color: color-mix(in srgb, #fff 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:border-white\/40:hover {
      border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-background-alt:hover {
    background-color: var(--color-background-alt);
  }
}
@media (hover: hover) {
  .hover\:bg-black\/10:hover {
    background-color: color-mix(in srgb, #000 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-black\/10:hover {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-current:hover {
    background-color: currentcolor;
  }
}
@media (hover: hover) {
  .hover\:bg-current\/10:hover {
    background-color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-current\/10:hover {
      background-color: color-mix(in oklab, currentcolor 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-gray-100:hover {
    background-color: var(--color-gray-100);
  }
}
@media (hover: hover) {
  .hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:bg-primary\/90:hover {
    background-color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-primary\/90:hover {
      background-color: color-mix(in oklab, var(--color-primary) 90%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-secondary:hover {
    background-color: var(--color-secondary);
  }
}
@media (hover: hover) {
  .hover\:bg-secondary\/5:hover {
    background-color: var(--color-secondary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-secondary\/5:hover {
      background-color: color-mix(in oklab, var(--color-secondary) 5%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-white:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:bg-white\/5:hover {
    background-color: color-mix(in srgb, #fff 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/5:hover {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-white\/10:hover {
    background-color: color-mix(in srgb, #fff 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/10:hover {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-white\/20:hover {
    background-color: color-mix(in srgb, #fff 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/20:hover {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-foreground:hover {
    color: var(--color-foreground);
  }
}
@media (hover: hover) {
  .hover\:text-gray-900:hover {
    color: var(--color-gray-900);
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-primary\/80:hover {
    color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:text-primary\/80:hover {
      color: color-mix(in oklab, var(--color-primary) 80%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-secondary:hover {
    color: var(--color-secondary);
  }
}
@media (hover: hover) {
  .hover\:text-secondary\/80:hover {
    color: var(--color-secondary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:text-secondary\/80:hover {
      color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-teal:hover {
    color: var(--color-teal);
  }
}
@media (hover: hover) {
  .hover\:text-teal-light:hover {
    color: var(--color-teal-light);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:opacity-75:hover {
    opacity: 75%;
  }
}
@media (hover: hover) {
  .hover\:opacity-80:hover {
    opacity: 80%;
  }
}
@media (hover: hover) {
  .hover\:shadow-\[0_22px_40px_rgba\(9\,24\,51\,0\.08\)\]:hover {
    --tw-shadow: 0 22px 40px var(--tw-shadow-color, rgba(9,24,51,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:grayscale-0:hover {
    --tw-grayscale: grayscale(0%);
    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,);
  }
}
@media (hover: hover) {
  .hover\:after\:block:hover::after {
    content: var(--tw-content);
    display: block;
  }
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}
.focus\:absolute:focus {
  position: absolute;
}
.focus\:top-4:focus {
  top: calc(var(--spacing) * 4);
}
.focus\:left-4:focus {
  left: calc(var(--spacing) * 4);
}
.focus\:z-50:focus {
  z-index: 50;
}
.focus\:rounded:focus {
  border-radius: 0.25rem;
}
.focus\:border-foreground:focus {
  border-color: var(--color-foreground);
}
.focus\:border-primary:focus {
  border-color: var(--color-primary);
}
.focus\:border-secondary:focus {
  border-color: var(--color-secondary);
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:bg-primary:focus {
  background-color: var(--color-primary);
}
.focus\:px-4:focus {
  padding-inline: calc(var(--spacing) * 4);
}
.focus\:py-2:focus {
  padding-block: calc(var(--spacing) * 2);
}
.focus\:text-secondary:focus {
  color: var(--color-secondary);
}
.focus\:text-white:focus {
  color: var(--color-white);
}
.focus\:ring-1:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-current:focus {
  --tw-ring-color: currentcolor;
}
.focus\:ring-primary:focus {
  --tw-ring-color: var(--color-primary);
}
.focus\:ring-primary\/20:focus {
  --tw-ring-color: var(--color-primary);
}
@supports (color: color-mix(in lab, red, red)) {
  .focus\:ring-primary\/20:focus {
    --tw-ring-color: color-mix(in oklab, var(--color-primary) 20%, transparent);
  }
}
.focus\:ring-secondary:focus {
  --tw-ring-color: var(--color-secondary);
}
.focus\:ring-teal-light:focus {
  --tw-ring-color: var(--color-teal-light);
}
.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.focus\:outline-1:focus {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.focus\:-outline-offset-1:focus {
  outline-offset: calc(1px * -1);
}
.focus\:outline-primary:focus {
  outline-color: var(--color-primary);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus-visible\:ring-primary:focus-visible {
  --tw-ring-color: var(--color-primary);
}
.focus-visible\:ring-secondary:focus-visible {
  --tw-ring-color: var(--color-secondary);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.focus-visible\:outline:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.focus-visible\:outline-2:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-secondary:focus-visible {
  outline-color: var(--color-secondary);
}
.focus-visible\:outline-white:focus-visible {
  outline-color: var(--color-white);
}
.focus-visible\:outline-none:focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 50%;
}
@media (width >= 393px) {
  .xs\:top-4 {
    top: calc(var(--spacing) * 4);
  }
}
@media (width >= 393px) {
  .xs\:right-4 {
    right: calc(var(--spacing) * 4);
  }
}
@media (width >= 393px) {
  .xs\:size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
}
@media (width >= 393px) {
  .xs\:size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 393px) {
  .xs\:w-\[138px\] {
    width: 138px;
  }
}
@media (width >= 393px) {
  .xs\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 40rem) {
  .sm\:-top-3 {
    top: calc(var(--spacing) * -3);
  }
}
@media (width >= 40rem) {
  .sm\:-right-3 {
    right: calc(var(--spacing) * -3);
  }
}
@media (width >= 40rem) {
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 40rem) {
  .sm\:my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 40rem) {
  .sm\:flex {
    display: flex;
  }
}
@media (width >= 40rem) {
  .sm\:size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
}
@media (width >= 40rem) {
  .sm\:h-60 {
    height: calc(var(--spacing) * 60);
  }
}
@media (width >= 40rem) {
  .sm\:w-64 {
    width: calc(var(--spacing) * 64);
  }
}
@media (width >= 40rem) {
  .sm\:w-\[21\.50\%\] {
    width: 21.50%;
  }
}
@media (width >= 40rem) {
  .sm\:w-\[74\.19\%\] {
    width: 74.19%;
  }
}
@media (width >= 40rem) {
  .sm\:w-\[calc\(50\%-0\.5rem\)\] {
    width: calc(50% - 0.5rem);
  }
}
@media (width >= 40rem) {
  .sm\:w-auto {
    width: auto;
  }
}
@media (width >= 40rem) {
  .sm\:max-w-2xl {
    max-width: var(--container-2xl);
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 40rem) {
  .sm\:justify-center {
    justify-content: center;
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  :where(.sm\:space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 40rem) {
  .sm\:p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
}
@media (width >= 40rem) {
  .sm\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 40rem) {
  .sm\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 40rem) {
  .sm\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 40rem) {
  .sm\:text-left {
    text-align: left;
  }
}
@media (width >= 40rem) {
  .sm\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-sm\/6 {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 40rem) {
  .sm\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (width >= 48rem) {
  .md\:sticky {
    position: sticky;
  }
}
@media (width >= 48rem) {
  .md\:-top-4 {
    top: calc(var(--spacing) * -4);
  }
}
@media (width >= 48rem) {
  .md\:top-6 {
    top: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:top-24 {
    top: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:-right-4 {
    right: calc(var(--spacing) * -4);
  }
}
@media (width >= 48rem) {
  .md\:right-0 {
    right: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:right-6 {
    right: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:order-none {
    order: 0;
  }
}
@media (width >= 48rem) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 48rem) {
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 48rem) {
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
}
@media (width >= 48rem) {
  .md\:col-start-1 {
    grid-column-start: 1;
  }
}
@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 48rem) {
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667;
  }
  .md\:prose-2xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .md\:prose-2xl :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em;
  }
  .md\:prose-2xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-inline-start: 1.1111111em;
  }
  .md\:prose-2xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.875em;
    line-height: 1;
  }
  .md\:prose-2xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 0.8333333em;
    line-height: 1.0833333;
  }
  .md\:prose-2xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: 0.6666667em;
    line-height: 1.2222222;
  }
  .md\:prose-2xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .md\:prose-2xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-2xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-2xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-2xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-2xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
    border-radius: 0.375rem;
    padding-top: 0.25em;
    padding-inline-end: 0.3333333em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.3333333em;
  }
  .md\:prose-2xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
  }
  .md\:prose-2xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }
  .md\:prose-2xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }
  .md\:prose-2xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.2em;
    padding-inline-end: 1.6em;
    padding-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .md\:prose-2xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .md\:prose-2xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5833333em;
  }
  .md\:prose-2xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .md\:prose-2xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4166667em;
  }
  .md\:prose-2xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4166667em;
  }
  .md\:prose-2xl :where(.md\:prose-2xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8333333em;
    margin-bottom: 0.8333333em;
  }
  .md\:prose-2xl :where(.md\:prose-2xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-2xl :where(.md\:prose-2xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:prose-2xl :where(.md\:prose-2xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-2xl :where(.md\:prose-2xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .md\:prose-2xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .md\:prose-2xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-2xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.5833333em;
  }
  .md\:prose-2xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .md\:prose-2xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-2xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-2xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-2xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-2xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
    line-height: 1.4;
  }
  .md\:prose-2xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .md\:prose-2xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .md\:prose-2xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .md\:prose-2xl :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8em;
    padding-inline-end: 0.6em;
    padding-bottom: 0.8em;
    padding-inline-start: 0.6em;
  }
  .md\:prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .md\:prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .md\:prose-2xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-2xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-2xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8333333em;
    line-height: 1.6;
    margin-top: 1em;
  }
  .md\:prose-2xl :where(.md\:prose-2xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-2xl :where(.md\:prose-2xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (width >= 48rem) {
  .md\:prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .md\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .md\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .md\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .md\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .md\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .md\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .md\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .md\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
  }
  .md\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8666667em;
  }
  .md\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }
  .md\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .md\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .md\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .md\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }
  .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4444444em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-lg :where(.md\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .md\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .md\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.3333333em;
  }
  .md\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .md\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .md\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .md\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .md\:prose-lg :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .md\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .md\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .md\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .md\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .md\:prose-lg :where(.md\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-lg :where(.md\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (width >= 48rem) {
  .md\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .md\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .md\:prose-xl :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .md\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }
  .md\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .md\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .md\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .md\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .md\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }
  .md\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .md\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }
  .md\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .md\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }
  .md\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .md\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }
  .md\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .md\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }
  .md\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }
  .md\:prose-xl :where(.md\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .md\:prose-xl :where(.md\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .md\:prose-xl :where(.md\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .md\:prose-xl :where(.md\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .md\:prose-xl :where(.md\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .md\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .md\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .md\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .md\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }
  .md\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .md\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .md\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .md\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .md\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .md\:prose-xl :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }
  .md\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  .md\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  .md\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .md\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .md\:prose-xl :where(.md\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .md\:prose-xl :where(.md\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
@media (width >= 48rem) {
  .md\:-mt-px {
    margin-top: -1px;
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:mr-24 {
    margin-right: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:ml-16 {
    margin-left: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:size-15 {
    width: calc(var(--spacing) * 15);
    height: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:h-12 {
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:h-14 {
    height: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:h-24 {
    height: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:h-64 {
    height: calc(var(--spacing) * 64);
  }
}
@media (width >= 48rem) {
  .md\:max-h-\[calc\(100vh-6rem\)\] {
    max-height: calc(100vh - 6rem);
  }
}
@media (width >= 48rem) {
  .md\:min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[396px\] {
    min-height: 396px;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-14 {
    width: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:w-24 {
    width: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:w-\[20\.91954\%\] {
    width: 20.91954%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[29\.348\%\] {
    width: 29.348%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[30\.645\%\] {
    width: 30.645%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[33\.8\%\] {
    width: 33.8%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[37\.70\%\] {
    width: 37.70%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[37\.298\%\] {
    width: 37.298%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[40\%\] {
    width: 40%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[41\.9923\%\] {
    width: 41.9923%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[43\.88\%\] {
    width: 43.88%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[44\.018\%\] {
    width: 44.018%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[45\.90\%\] {
    width: 45.90%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[46\.30\%\] {
    width: 46.30%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[46\.70\%\] {
    width: 46.70%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[48\.58\%\] {
    width: 48.58%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[50\.40\%\] {
    width: 50.40%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[53\.76\%\] {
    width: 53.76%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[55\.309\%\] {
    width: 55.309%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[58\.8\%\] {
    width: 58.8%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[60\%\] {
    width: 60%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[66\.12\%\] {
    width: 66.12%;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:max-w-1\/2 {
    max-width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:max-w-4xl {
    max-width: var(--container-4xl);
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[45\%\] {
    max-width: 45%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[480px\] {
    max-width: 480px;
  }
}
@media (width >= 48rem) {
  .md\:rotate-\[-8deg\] {
    rotate: -8deg;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[minmax\(0\,1\.15fr\)_minmax\(0\,1fr\)_minmax\(0\,1\.1fr\)\] {
    grid-template-columns: minmax(0,1.15fr) minmax(0,1fr) minmax(0,1.1fr);
  }
}
@media (width >= 48rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:items-stretch {
    align-items: stretch;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:gap-2 {
    gap: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:gap-14 {
    gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:gap-24 {
    gap: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-0 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  :where(.md\:space-x-12 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:self-stretch {
    align-self: stretch;
  }
}
@media (width >= 48rem) {
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (width >= 48rem) {
  .md\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
@media (width >= 48rem) {
  .md\:border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
@media (width >= 48rem) {
  .md\:border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
}
@media (width >= 48rem) {
  .md\:border-foreground\/10 {
    border-color: var(--color-foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .md\:border-foreground\/10 {
      border-color: color-mix(in oklab, var(--color-foreground) 10%, transparent);
    }
  }
}
@media (width >= 48rem) {
  .md\:border-primary\/10 {
    border-color: var(--color-primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .md\:border-primary\/10 {
      border-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
}
@media (width >= 48rem) {
  .md\:border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .md\:border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
}
@media (width >= 48rem) {
  .md\:p-3 {
    padding: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:p-5 {
    padding: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:p-12 {
    padding: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:p-16 {
    padding: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:p-20 {
    padding: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
}
@media (width >= 48rem) {
  .md\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:pt-\[72px\] {
    padding-top: 72px;
  }
}
@media (width >= 48rem) {
  .md\:pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pl-16 {
    padding-left: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:text-left {
    text-align: left;
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-\[22px\] {
    font-size: 22px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[28px\] {
    font-size: 28px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    .md\:hover\:rotate-\[-5deg\]:hover {
      rotate: -5deg;
    }
  }
}
@media (width >= 64rem) {
  .lg\:absolute {
    position: absolute;
  }
}
@media (width >= 64rem) {
  .lg\:-top-6 {
    top: calc(var(--spacing) * -6);
  }
}
@media (width >= 64rem) {
  .lg\:top-0 {
    top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:top-\[72px\] {
    top: 72px;
  }
}
@media (width >= 64rem) {
  .lg\:-right-6 {
    right: calc(var(--spacing) * -6);
  }
}
@media (width >= 64rem) {
  .lg\:bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:left-\[38\.51\%\] {
    left: 38.51%;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 64rem) {
  .lg\:col-start-auto {
    grid-column-start: auto;
  }
}
@media (width >= 64rem) {
  .lg\:row-auto {
    grid-row: auto;
  }
}
@media (width >= 64rem) {
  .lg\:my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:grid {
    display: grid;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:max-h-\[calc\(100vh-8rem\)\] {
    max-height: calc(100vh - 8rem);
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[27\.35\%\] {
    width: 27.35%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[43\.33\%\] {
    width: 43.33%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[45\%\] {
    width: 45%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[46\%\] {
    width: 46%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[50\%\] {
    width: 50%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[50\.24\%\] {
    width: 50.24%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[70\.766\%\] {
    width: 70.766%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[calc\(25\%-0\.75rem\)\] {
    width: calc(25% - 0.75rem);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-6xl {
    max-width: var(--container-6xl);
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[65\%\] {
    max-width: 65%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[323px\] {
    max-width: 323px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[1128px\] {
    max-width: 1128px;
  }
}
@media (width >= 64rem) {
  .lg\:min-w-\[480px\] {
    min-width: 480px;
  }
}
@media (width >= 64rem) {
  .lg\:flex-1 {
    flex: 1;
  }
}
@media (width >= 64rem) {
  .lg\:translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[1fr_minmax\(240px\,360px\)_1fr\] {
    grid-template-columns: 1fr minmax(240px,360px) 1fr;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-\[minmax\(0\,0\.42fr\)_minmax\(0\,1fr\)\] {
    grid-template-columns: minmax(0,0.42fr) minmax(0,1fr);
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .lg\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 64rem) {
  .lg\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:gap-28 {
    gap: calc(var(--spacing) * 28);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-24 {
    column-gap: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
@media (width >= 64rem) {
  .lg\:object-right {
    object-position: right;
  }
}
@media (width >= 64rem) {
  .lg\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:p-12 {
    padding: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:p-16 {
    padding: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 64rem) {
  .lg\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
}
@media (width >= 64rem) {
  .lg\:py-26 {
    padding-block: calc(var(--spacing) * 26);
  }
}
@media (width >= 64rem) {
  .lg\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-\[22px\] {
    font-size: 22px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[28px\] {
    font-size: 28px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[52px\] {
    font-size: 52px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[56px\] {
    font-size: 56px;
  }
}
@media (width >= 80rem) {
  .xl\:flex {
    display: flex;
  }
}
@media (width >= 80rem) {
  .xl\:w-1\/3 {
    width: calc(1/3 * 100%);
  }
}
@media (width >= 80rem) {
  .xl\:w-\[45\%\] {
    width: 45%;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[48\%\] {
    width: 48%;
  }
}
@media (width >= 80rem) {
  .xl\:w-full {
    width: 100%;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-7xl {
    max-width: var(--container-7xl);
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[550px\] {
    max-width: 550px;
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 80rem) {
  .xl\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 80rem) {
  .xl\:overflow-hidden {
    overflow: hidden;
  }
}
@media (width >= 80rem) {
  .xl\:text-center {
    text-align: center;
  }
}
@media (width >= 80rem) {
  .xl\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 80rem) {
  .xl\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (width >= 80rem) {
  .xl\:text-\[64px\] {
    font-size: 64px;
  }
}
.prose-h2\:mt-0 :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: calc(var(--spacing) * 0);
}
.\[\&_\.hs-richtext\]\:text-sm .hs-richtext {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.\[\&\.legal-consent-container\]\:my-4.legal-consent-container {
  margin-block: calc(var(--spacing) * 4);
}
.\[\&\>svg\]\:h-\[28px\] > svg {
  height: 28px;
}
.\[\&\>svg\]\:w-\[28px\] > svg {
  width: 28px;
}
.\[\&\[open\]\]\:bg-black\/10[open] {
  background-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .\[\&\[open\]\]\:bg-black\/10[open] {
    background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.\[\&\[open\]\]\:bg-white[open] {
  background-color: var(--color-white);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-foreground {
  background-color: var(--color-foreground);
}
.bg-background {
  background-color: var(--color-background);
}
.bg-background-alt {
  background-color: var(--color-background-alt);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-tertiary {
  background-color: var(--color-tertiary);
}
.bg-dark-background {
  background-color: var(--color-dark-background);
}
.text-white {
  color: var(--color-white);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-primary {
  color: var(--color-primary);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-tertiary {
  color: var(--color-tertiary);
}
.border-white {
  border-color: var(--color-white);
}
.border-foreground {
  border-color: var(--color-foreground);
}
.border-primary {
  border-color: var(--color-primary);
}
.border-secondary {
  border-color: var(--color-secondary);
}
.border-tertiary {
  border-color: var(--color-tertiary);
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.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;
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: inherit;
  margin: inherit;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-font-weight: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-leading: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-outline-style: solid;
    }
  }
}
