/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@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-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --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-duration: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-neutral-100: var(--clr-neutral-100);
    --color-neutral-300: var(--clr-neutral-300);
    --color-neutral-400: var(--clr-neutral-400);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --leading-tight: 1.25;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-light), Arial, sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-brand-200: var(--clr-brand-200);
    --color-accent-300: var(--clr-accent-300);
    --color-accent-250: var(--clr-accent-250);
    --color-neutral-250: var(--clr-neutral-250);
    --font-weight-light: var(--font-light);
    --font-weight-regular: var(--font-regular);
    --font-weight-semi-bold: var(--font-semibold);
    --font-weight-medium: var(--font-medium);
    --font-weight-bold: var(--font-bold);
    --text-1000: var(--fs-1000);
    --text-900: var(--fs-900);
    --text-750: var(--fs-750);
    --text-600: var(--fs-600);
    --text-550: var(--fs-550);
    --text-500: var(--fs-500);
    --text-450: var(--fs-450);
    --text-400: var(--fs-400);
    --text-300: var(--fs-300);
    --radius-150: var(--br-150);
    --leading-250: 26px;
    --leading-200: 23.4px;
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  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;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :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 {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-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"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: 50%;
  }
  .top-6\.75 {
    top: calc(var(--spacing) * 6.75);
  }
  .top-\[692px\] {
    top: 692px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-6\.25 {
    left: calc(var(--spacing) * 6.25);
  }
  .left-9\.25 {
    left: calc(var(--spacing) * 9.25);
  }
  .left-\[-76px\] {
    left: -76px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 21.25rem) {
    .container {
      max-width: 21.25rem;
    }
  }
  @media (min-width: 33.75rem) {
    .container {
      max-width: 33.75rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 73.75rem) {
    .container {
      max-width: 73.75rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 85.375rem) {
    .container {
      max-width: 85.375rem;
    }
  }
  @media (min-width: 90rem) {
    .container {
      max-width: 90rem;
    }
  }
  .container {
    width: 100%;
    max-width: 88.1875rem;
    margin-inline: auto;
    padding-inline: 0.75rem;
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--fs-625);
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    line-height: 1.6;
  }
  .prose
    :where([class~="lead"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-lead);
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-size: 1.25em;
    line-height: 1.6;
  }
  .prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
  }
  .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"] *)),
  .prose
    :where(blockquote strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ),
  .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"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: decimal;
  }
  .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"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
    list-style-type: disc;
  }
  .prose
    :where(ol > li):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }
  .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);
    margin-top: 1.25em;
    font-weight: 600;
  }
  .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;
  }
  .prose
    :where(blockquote):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "“" "”" "‘" "’";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    font-style: italic;
    font-weight: 500;
  }
  .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);
    margin-top: 0;
    margin-bottom: 0.888889em;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.11111;
  }
  .prose
    :where(h1 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 900;
  }
  .prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.33333;
  }
  .prose
    :where(h2 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 800;
  }
  .prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6;
  }
  .prose
    :where(h3 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
  }
  .prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.5;
  }
  .prose
    :where(h4 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
  }
  .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"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }
  .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"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow:
      0 0 0 1px var(--tw-prose-kbd-shadows),
      0 3px 0 var(--tw-prose-kbd-shadows);
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    border-radius: 0.3125rem;
    padding-inline-start: 0.375em;
    font-family: inherit;
    font-size: 0.875em;
    font-weight: 500;
  }
  .prose
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: 0.875em;
    font-weight: 600;
  }
  .prose
    :where(code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .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"] *)),
  .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"] *)),
  .prose
    :where(blockquote code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ),
  .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);
    padding-top: 0.857143em;
    padding-inline-end: 1.14286em;
    padding-bottom: 0.857143em;
    border-radius: 0.375rem;
    margin-top: 1.71429em;
    margin-bottom: 1.71429em;
    padding-inline-start: 1.14286em;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.71429;
    overflow-x: auto;
  }
  .prose
    :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }
  .prose
    :where(pre code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .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"] *)) {
    table-layout: auto;
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.71429;
  }
  .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);
    vertical-align: bottom;
    padding-inline-end: 0.571429em;
    padding-bottom: 0.571429em;
    padding-inline-start: 0.571429em;
    font-weight: 600;
  }
  .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);
    margin-top: 0.857143em;
    font-size: 0.875em;
    line-height: 1.42857;
  }
  .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: oklab(21% -0.00316127 -0.0338527/0.1);
    --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: #00000080;
    --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"] *)),
  .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"] *)),
  .prose
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .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.571429em;
    padding-inline-end: 0.571429em;
    padding-bottom: 0.571429em;
    padding-inline-start: 0.571429em;
  }
  .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-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .prose-xl
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose-xl
    :where([class~="lead"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
    line-height: 1.5;
  }
  .prose-xl
    :where(blockquote):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.06667em;
  }
  .prose-xl
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0.857143em;
    font-size: 2.8em;
    line-height: 1;
  }
  .prose-xl
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.55556em;
    margin-bottom: 0.888889em;
    font-size: 1.8em;
    line-height: 1.11111;
  }
  .prose-xl
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 0.666667em;
    font-size: 1.5em;
    line-height: 1.33333;
  }
  .prose-xl
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .prose-xl
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-xl
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-xl
    :where(picture > img):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-xl
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-xl
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    border-radius: 0.3125rem;
    padding-inline-start: 0.4em;
    font-size: 0.9em;
  }
  .prose-xl
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .prose-xl
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: 0.861111em;
  }
  .prose-xl
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .prose-xl
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-top: 1.11111em;
    padding-inline-end: 1.33333em;
    padding-bottom: 1.11111em;
    border-radius: 0.5rem;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-inline-start: 1.33333em;
    font-size: 0.9em;
    line-height: 1.77778;
  }
  .prose-xl
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .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;
  }
  .prose-xl
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .prose-xl
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-xl
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }
  .prose-xl
    :where(.prose-xl > ul > li p):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .prose-xl
    :where(.prose-xl > ul > li > p:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.2em;
  }
  .prose-xl
    :where(.prose-xl > ul > li > p:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.2em;
  }
  .prose-xl
    :where(.prose-xl > ol > li > p:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.2em;
  }
  .prose-xl
    :where(.prose-xl > ol > li > p:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.2em;
  }
  .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;
  }
  .prose-xl
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .prose-xl
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .prose-xl
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }
  .prose-xl
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .prose-xl
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-xl
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-xl
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .prose-xl
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose-xl
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.55556;
  }
  .prose-xl
    :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-end: 0.666667em;
    padding-bottom: 0.888889em;
    padding-inline-start: 0.666667em;
  }
  .prose-xl
    :where(thead th:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
  }
  .prose-xl
    :where(thead th:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
  }
  .prose-xl
    :where(tbody td, tfoot td):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-top: 0.888889em;
    padding-inline-end: 0.666667em;
    padding-bottom: 0.888889em;
    padding-inline-start: 0.666667em;
  }
  .prose-xl
    :where(tbody td:first-child, tfoot td:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
  }
  .prose-xl
    :where(tbody td:last-child, tfoot td:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
  }
  .prose-xl
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .prose-xl
    :where(figure > *):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .prose-xl
    :where(figcaption):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.55556;
  }
  .prose-xl
    :where(.prose-xl > :first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
  }
  .prose-xl
    :where(.prose-xl > :last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0;
  }
  .mt-5\.5 {
    margin-top: calc(var(--spacing) * 5.5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-8\.25 {
    margin-top: calc(var(--spacing) * 8.25);
  }
  .mt-10\.5 {
    margin-top: calc(var(--spacing) * 10.5);
  }
  .mt-17\.5 {
    margin-top: calc(var(--spacing) * 17.5);
  }
  .mr-36\.75 {
    margin-right: calc(var(--spacing) * 36.75);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-25 {
    margin-left: calc(var(--spacing) * 25);
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-3 {
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-square {
    aspect-ratio: 1;
  }
  .size-0\.75 {
    width: calc(var(--spacing) * 0.75);
    height: calc(var(--spacing) * 0.75);
  }
  .size-25 {
    width: calc(var(--spacing) * 25);
    height: calc(var(--spacing) * 25);
  }
  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }
  .size-\[90px\] {
    width: 90px;
    height: 90px;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-\[2\.7576rem\] {
    height: 2.7576rem;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[106\.2px\] {
    height: 106.2px;
  }
  .h-\[144px\] {
    height: 144px;
  }
  .h-\[365px\] {
    height: 365px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[7\.1689rem\] {
    width: 7.1689rem;
  }
  .w-\[47\.125rem\] {
    width: 47.125rem;
  }
  .w-\[67\%\] {
    width: 67%;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[106\.2px\] {
    width: 106.2px;
  }
  .w-\[calc\(\(503\/1728\*100\%\)\)\] {
    width: 29.1088%;
  }
  .w-\[calc\(\(505\/1728\*100\%\)\)\] {
    width: 29.2245%;
  }
  .w-\[calc\(\(720\/1728\*100\%\)\)\] {
    width: 41.6667%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[47\.125rem\] {
    max-width: 47.125rem;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow,
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-\[482px\] {
    flex-basis: 482px;
  }
  .basis-\[602px\] {
    flex-basis: 602px;
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z)
      var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-3\.25 {
    gap: calc(var(--spacing) * 3.25);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-6\.25 {
    gap: calc(var(--spacing) * 6.25);
  }
  .gap-8\.75 {
    gap: calc(var(--spacing) * 8.75);
  }
  .gap-9\.75 {
    gap: calc(var(--spacing) * 9.75);
  }
  .gap-24\.5 {
    gap: calc(var(--spacing) * 24.5);
  }
  .gap-\[0\.9375rem\] {
    gap: 0.9375rem;
  }
  :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\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 2.5) * 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-3\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 3.5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 3.5) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 5) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[12\.439px\] {
    border-radius: 12.439px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-l-150 {
    border-top-left-radius: var(--radius-150);
    border-bottom-left-radius: var(--radius-150);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-black\/20 {
    border-color: #0003;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/20 {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-neutral-100\/40 {
    border-color: var(--color-neutral-100);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-neutral-100\/40 {
      border-color: color-mix(
        in oklab,
        var(--color-neutral-100) 40%,
        transparent
      );
    }
  }
  .border-transparent {
    border-color: #0000;
  }
  .bg-accent-250 {
    background-color: var(--color-accent-250);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-brand-200 {
    background-color: var(--color-brand-200);
  }
  .bg-gray-900\/50 {
    background-color: #10182880;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-900\/50 {
      background-color: color-mix(
        in oklab,
        var(--color-gray-900) 50%,
        transparent
      );
    }
  }
  .bg-green-400 {
    background-color: var(--color-green-400);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-400 {
    background-color: var(--color-neutral-400);
  }
  .bg-transparent {
    background-color: #0000;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6\.25 {
    padding-inline: calc(var(--spacing) * 6.25);
  }
  .px-8\.5 {
    padding-inline: calc(var(--spacing) * 8.5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-18\.75 {
    padding-inline: calc(var(--spacing) * 18.75);
  }
  .px-\[1\.0625rem\] {
    padding-inline: 1.0625rem;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-7\.25 {
    padding-block: calc(var(--spacing) * 7.25);
  }
  .py-\[0\.9375rem\] {
    padding-block: 0.9375rem;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-13\.75 {
    padding-top: calc(var(--spacing) * 13.75);
  }
  .pt-22\.75 {
    padding-top: calc(var(--spacing) * 22.75);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5\.25 {
    padding-bottom: calc(var(--spacing) * 5.25);
  }
  .pb-13\.75 {
    padding-bottom: calc(var(--spacing) * 13.75);
  }
  .pb-17\.25 {
    padding-bottom: calc(var(--spacing) * 17.25);
  }
  .pb-25\.5 {
    padding-bottom: calc(var(--spacing) * 25.5);
  }
  .pl-8\.5 {
    padding-left: calc(var(--spacing) * 8.5);
  }
  .text-center {
    text-align: center;
  }
  .text-\(length\:--br-400\) {
    font-size: var(--br-400);
  }
  .text-300 {
    font-size: var(--text-300);
  }
  .text-400 {
    font-size: var(--text-400);
  }
  .text-450 {
    font-size: var(--text-450);
  }
  .text-500 {
    font-size: var(--text-500);
  }
  .text-550 {
    font-size: var(--text-550);
  }
  .text-600 {
    font-size: var(--text-600);
  }
  .text-750 {
    font-size: var(--text-750);
  }
  .text-900 {
    font-size: var(--text-900);
  }
  .text-1000 {
    font-size: var(--text-1000);
  }
  .leading-200 {
    --tw-leading: var(--leading-200);
    line-height: var(--leading-200);
  }
  .leading-250 {
    --tw-leading: var(--leading-250);
    line-height: var(--leading-250);
  }
  .leading-\[125\%\] {
    --tw-leading: 125%;
    line-height: 125%;
  }
  .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-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-regular {
    --tw-font-weight: var(--font-weight-regular);
    font-weight: var(--font-weight-regular);
  }
  .font-semi-bold {
    --tw-font-weight: var(--font-weight-semi-bold);
    font-weight: var(--font-weight-semi-bold);
  }
  .text-accent-300 {
    color: var(--color-accent-300);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: #00000080;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/50 {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-brand-200 {
    color: var(--color-brand-200);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-neutral-100 {
    color: var(--color-neutral-100);
  }
  .text-neutral-250 {
    color: var(--color-neutral-250);
  }
  .text-neutral-300 {
    color: var(--color-neutral-300);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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-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));
  }
  .duration-200 {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .no-drag {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--cropped-img-height\:503px\] {
    --cropped-img-height: 503px;
  }
  .\[--cropped-img-height\:522\.439px\] {
    --cropped-img-height: 522.439px;
  }
  .\[--cropped-img-height\:764px\] {
    --cropped-img-height: 764px;
  }
  .\[--vertical-card-image-height\:572\] {
    --vertical-card-image-height: 572;
  }
  .\[--vertical-card-image-width\:865\] {
    --vertical-card-image-width: 865;
  }
  .\[--vertical-card-width\:100\%\] {
    --vertical-card-width: 100%;
  }
  :is(.\*\:px-2\.5 > *) {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  @media (hover: hover) {
    .group-hover\:text-green-500:is(:where(.group):hover *) {
      color: var(--color-green-500);
    }
  }
  .placeholder\:text-black\/50::placeholder {
    color: #00000080;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .placeholder\:text-black\/50::placeholder {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .focus-within\:ring-2:focus-within {
    --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);
  }
  @media (hover: hover) {
    .hover\:border-green-500:hover {
      border-color: var(--color-green-500);
    }
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
    .hover\:bg-green-50:hover {
      background-color: var(--color-green-50);
    }
    .hover\:bg-green-700:hover {
      background-color: var(--color-green-700);
    }
    .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
    .hover\:text-green-700:hover {
      color: var(--color-green-700);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (min-width: 48rem) {
    .lg\:static {
      position: static;
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:bg-black {
      background-color: var(--color-black);
    }
    .lg\:text-white {
      color: var(--color-white);
    }
  }
  @media (min-width: 73.75rem) {
    .xl\:\[--vertical-card-image-height\:224\] {
      --vertical-card-image-height: 224;
    }
    .xl\:\[--vertical-card-image-width\:338\] {
      --vertical-card-image-width: 338;
    }
  }
  .even-columns {
    gap: var(--fs-600);
    display: grid;
  }
  @media (min-width: 50em) {
    .even-columns {
      grid-auto-columns: 1fr;
      grid-auto-flow: column;
    }
  }
}
:root {
  --font-regular: "ProximaNova-Regular", Arial, sans-serif;
  --font-light: "ProximaNova-Light", Arial, sans-serif;
  --font-semibold: "ProximaNova-Semibold", Arial, sans-serif;
  --font-bold: "ProximaNova-Bold", Arial, sans-serif;
  --font-black: "ProximaNova-Black", Arial, sans-serif;
  --clr-brand-200: #2daf4a;
  --clr-neutral-500: #1b1b1f;
  --clr-neutral-400: #1e1e1e;
  --clr-neutral-300: #737373;
  --clr-neutral-250: #9d9d9c;
  --clr-neutral-100: #fff;
  --clr-accent-300: #ef373e;
  --clr-accent-250: #f8f8f8;
  --clr-accent-200: #6c7880;
  --fs-1000: 5.4rem;
  --fs-900: 4rem;
  --fs-800: 2.25rem;
  --fs-750: 1.875rem;
  --fs-700: 1.5rem;
  --fs-625: 1.375rem;
  --fs-600: 1.25rem;
  --fs-550: 1.1875rem;
  --fs-500: 1.125rem;
  --fs-450: 1.0625rem;
  --fs-400: 1rem;
  --fs-300: 0.875rem;
  --fs-200: 0.75rem;
  --fs-100: 0.625rem;
  --br-900: 9.375rem;
  --br-600: 3.125rem;
  --br-550: 2.7224rem;
  --br-500: var(--fs-900);
  --br-400: 2.0625rem;
  --br-300: 1.875rem;
  --br-200: var(--fs-600);
  --br-150: var(--fs-500);
  --br-100: 0.625rem;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-Regular.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-Light.woff2") format("woff2"),
    url("../fonts/proximanova/ProximaNova-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-Semibold.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-Bold.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-Black.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-RegularIt.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-RegularIt.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-LightIt.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-LightIt.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-SemiboldIt.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-SemiboldIt.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-BoldIt.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-BoldIt.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src:
    url("../fonts/proximanova/ProximaNova-BlackIt.otf") format("opentype"),
    url("../fonts/proximanova/ProximaNova-BlackIt.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
*,
:before,
:after {
  box-sizing: border-box;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html {
  color-scheme: light;
  font-size: var(--base-font-size);
  font-family: var(--default-font-family);
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}
@view-transition {
  navigation: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
h1,
h2 {
  font-family: var(--font-bold);
}
strong {
  font-family: var(--font-black);
}
a:not([class]) {
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
}
img,
picture,
svg {
  shape-margin: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: auto;
  font-style: italic;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  html,
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media (max-width: 55.25em) {
  :root {
    --fs-900: var(--fs-750);
  }
}
body {
  font-size: var(--fs-400);
  text-rendering: optimizeSpeed;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.7;
  overflow-x: hidden !important;
}
label,
input {
  font-family: var(--font-regular);
  color: var(--foreground-200);
}
.font-black {
  font-family: var(--font-black);
}
.font-bold {
  font-family: var(--font-bold);
}
.font-semibold {
  font-family: var(--font-semibold);
}
.font-light {
  font-family: var(--font-light);
}
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}
.fancy-link {
  background-image: linear-gradient(
    90deg,
    var(--clr-primary-400),
    var(--clr-accent-100)
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.fancy-link:hover {
  background-size: 100% 1px;
}
.skip-nav-link {
  background-color: var(--clr-accent-400);
  color: var(--clr-white);
  font-size: var(--fs-400);
  padding-block: var(--fs-400);
  padding-inline: var(--fs-750);
  border-radius: 0 0 0.25rem 0.25rem;
  transition: transform 0.325s ease-in;
  position: absolute;
  left: 0.5rem;
  transform: translateY(-120%);
}
.skip-nav-link:focus {
  transform: translateY(0);
}
.bg-image {
  height: 100%;
  max-height: var(--bg-image-height, 500px);
  border-radius: var(--bg-image-radius, 40px);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.bg-image:before {
  z-index: 1;
  content: "";
  background-color: var(--clr-brand-200);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}
.image-card {
  border-radius: var(--bg-image-radius, 40px);
  width: 100%;
  padding-inline: 0;
  position: relative;
  overflow: hidden;
}
.image-card__ratio-box {
  width: 100%;
  height: 0;
  padding-top: calc(
    100% *
      (
        var(--vertical-card-image-height, 500) /
          var(--vertical-card-image-width, 1728)
      )
  );
  position: relative;
  overflow: hidden;
}
.image-card__media {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.image-card__caption {
  z-index: 3;
  font-size: var(--fs-600);
  font-family: var(--font-light);
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0;
}
.link {
  color: var(--clr-brand-200);
  align-items: center;
  gap: 10px;
  text-decoration: none;
  display: flex;
}
.link:after {
  content: "";
  background-color: currentColor;
  flex-shrink: 0;
  width: 15.5px;
  height: 8px;
  transition: transform 0.3s ease-in-out;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'><path fill='black' d='M15.8536 4.35355C16.0488 4.15829 16.0488 3.84171 15.8536 3.64645L12.6716 0.464466C12.4763 0.269204 12.1597 0.269204 11.9645 0.464466C11.7692 0.659728 11.7692 0.976311 11.9645 1.17157L14.7929 4L11.9645 6.82843C11.7692 7.02369 11.7692 7.34027 11.9645 7.53553C12.1597 7.7308 12.4763 7.7308 12.6716 7.53553L15.8536 4.35355ZM0 4.5H15.5V3.5H0V4.5Z'/></svg>")
    50% / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'><path fill='black' d='M15.8536 4.35355C16.0488 4.15829 16.0488 3.84171 15.8536 3.64645L12.6716 0.464466C12.4763 0.269204 12.1597 0.269204 11.9645 0.464466C11.7692 0.659728 11.7692 0.976311 11.9645 1.17157L14.7929 4L11.9645 6.82843C11.7692 7.02369 11.7692 7.34027 11.9645 7.53553C12.1597 7.7308 12.4763 7.7308 12.6716 7.53553L15.8536 4.35355ZM0 4.5H15.5V3.5H0V4.5Z'/></svg>")
    50% / contain no-repeat;
}
.link:hover:after {
  transform: translate(4px);
}
.link:focus,
.link:hover {
  color: var(--clr-neutral-100);
}
.overlay-glass {
  -webkit-backdrop-filter: blur(23px);
  backdrop-filter: blur(23px);
  background: #ffffff1a;
}
button {
  cursor: pointer;
}
.button {
  background-color: var(--button-bg);
  color: var(--button-text);
  border-color: var(--button-border);
  border-width: var(--button-border-width);
  border-radius: var(--button-border-radius);
  padding: var(--fs-100) var(--fs-750);
  text-align: center;
  width: max-content;
  text-decoration: none;
  transition:
    background-color 0.3s,
    color 0.3s;
  display: inline-block;
}
.button:hover,
.button:focus {
  background-color: var(--button-bg-hover);
  color: var(--button-text-hover);
  border-color: var(--button-border-hover);
}
.button--default {
  --button-bg: var(--clr-white);
  --button-text: var(--clr-brand-300);
  --button-border: var(--clr-brand-200);
  --button-border-width: 1px;
  --button-border-radius: var(--br-600);
  padding-block: var(--fs-200);
  font-size: var(--fs-300);
}
.video-icon {
  cursor: pointer;
  width: 69px;
  height: 69px;
  color: var(--media-link);
  border-radius: 100vmax;
  animation: 2s 0.66s infinite pulse-shadow;
  position: relative;
  box-shadow: 0 0 #ffffffb3;
}
.video-icon:hover,
.video-icon:hover:after {
  animation-play-state: paused;
}
.video-icon:before {
  content: "";
  z-index: 10;
  background-color: currentColor;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='34' viewBox='0 0 32 34'><path fill='black' d='M0.492188 17.3631V10.4484C0.492188 1.86332 6.57169 -1.6523 14.0108 2.64025L20.0126 6.0976L26.0144 9.55495C33.4536 13.8475 33.4536 20.8788 26.0144 25.1713L20.0126 28.6287L14.0108 32.086C6.57169 36.3786 0.492188 32.8629 0.492188 24.2778V17.3631Z'/></svg>")
    50%/22.4px 23.85px no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='34' viewBox='0 0 32 34'><path fill='black' d='M0.492188 17.3631V10.4484C0.492188 1.86332 6.57169 -1.6523 14.0108 2.64025L20.0126 6.0976L26.0144 9.55495C33.4536 13.8475 33.4536 20.8788 26.0144 25.1713L20.0126 28.6287L14.0108 32.086C6.57169 36.3786 0.492188 32.8629 0.492188 24.2778V17.3631Z'/></svg>")
    50%/22.4px 23.85px no-repeat;
}
.audio-icon {
  --media-icon-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='29' viewBox='0 0 30 29' fill='none'%3E%3Cg clip-path='url(%23clip0_187_2648)'%3E%3Cpath d='M11.7511 25.3946C10.4178 24.1261 9.09229 22.8453 7.74138 21.5945C5.67257 21.2006 3.56075 21.7102 1.4776 21.5722C1.19088 21.5533 0.214916 21.4554 0.09361 21.2996L0.000976562 8.38809C0.0373683 8.16219 0.122282 7.90626 0.37923 7.87955L7.7105 7.82168L14.4364 1.3687C14.6867 1.07938 14.9778 1.08383 15.2701 1.31084L15.3175 27.8516C15.2634 28.1799 14.9635 28.3479 14.6613 28.1899C13.6335 27.3186 12.7248 26.3204 11.7511 25.3946Z' fill='%23EF3D3E'/%3E%3Cpath d='M25.3099 26.5286C24.9029 26.9759 24.281 27.8817 23.6425 27.2474C22.929 26.5386 24.2578 25.6272 24.6912 25.0697C28.1164 20.6665 29.4541 15.3841 28.0823 9.8592C27.3026 6.72006 25.6286 4.05719 23.4704 1.7059C23.3127 1.30085 23.6458 0.755592 24.0858 0.750028C24.6383 0.743351 25.5525 1.93847 25.9054 2.37579C31.5395 9.35623 31.3796 19.8708 25.311 26.5286H25.3099Z' fill='%23EF3D3E'/%3E%3Cpath d='M21.3044 24.2095C20.5831 23.5218 21.8524 22.6205 22.266 22.0652C25.8158 17.3014 26.0243 11.1567 22.4248 6.33169C22.0035 5.7664 20.5942 4.7126 21.2779 4.04271C21.8965 3.43625 22.6497 4.37877 23.0434 4.8172C27.4501 9.72788 27.438 17.5885 23.5276 22.7818C23.1394 23.2982 22.0112 24.8828 21.3044 24.2095Z' fill='%23EF3D3E'/%3E%3Cpath d='M20.2338 20.6308C19.3626 21.5066 18.4374 20.7254 19.0208 19.7918C19.1586 19.5715 19.4586 19.3923 19.6196 19.172C21.9961 15.9205 21.9487 12.3941 19.6681 9.1125C19.3439 8.64625 18.6083 8.2234 18.9083 7.54794C19.5986 5.99117 21.5704 9.32949 21.8472 9.91815C23.4528 13.3333 22.9356 17.9157 20.2338 20.6297V20.6308Z' fill='%23EF3D3E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_187_2648'%3E%3Crect width='30' height='27.5' fill='white' transform='translate(0 0.75)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.video-icon:after {
  content: "";
  z-index: 5;
  pointer-events: none;
  background-color: #fff;
  border-radius: 100%;
  animation: 2s infinite pulse;
  position: absolute;
  inset: 0;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 #ffffffb3;
  }
  70% {
    box-shadow: 0 0 0 20px #fff0;
  }
  to {
    box-shadow: 0 0 #fff0;
  }
}
.group:hover .video-icon,
.group:hover .video-icon:after {
  animation-play-state: paused;
}
.vertical-card {
  width: var(--vertical-card-width, 367px);
  border-radius: var(--fs-100);
  padding-bottom: var(--fs-600);
  perspective: 1000px;
  overflow: hidden;
}
.vertical-card--small-padding {
  padding: 7px 7px var(--fs-300);
}
.vertical-card__image-box {
  width: 100%;
  height: 0;
  padding-top: calc(
    100% *
      (
        var(--vertical-card-image-height, 298) /
          var(--vertical-card-image-width, 344)
      )
  );
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}
.vertical-card__image-box--short {
  padding-top: 40.6977%;
}
.vertical-card__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  position: absolute;
  top: 0;
}
.tabs__panels > .tab-panel:first-child .vertical-card__image.flip {
  transform: rotateY(180deg);
}
.vertical-card__body {
  margin-top: var(--fs-700);
  padding-inline: var(--fs-700);
}
.horizontal-card__body,
.vertical-card__body p {
  font-size: var(--fs-500);
  font-family: var(--font-light);
  line-height: 1.1;
}
.vertical-card__title {
  font-family: var(--font-bold);
}
.horizontal-card {
  width: 100%;
  display: flex;
  position: relative;
}
.horizontal-card:before {
  content: "";
  inset: calc(var(--fs-100) * -1);
  background: var(--clr-accent-100);
  z-index: -1;
  border-radius: var(--fs-900);
  position: absolute;
}
.horizontal-card__image-box {
  flex-shrink: 0;
  width: 0;
  height: 100%;
  padding-left: 36.7021%;
  position: relative;
  overflow: hidden;
}
.horizontal-card__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.horizontal-card__body {
  gap: var(--padding-425);
  padding-inline: var(--fs-150);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}
.grid-container {
  grid-template-columns: 41.67vw 29.11vw 29.22vw;
  max-width: 100vw;
  display: grid;
}
.image {
  height: 0;
  margin: 0;
  padding-top: 100svh;
  position: relative;
  overflow: hidden;
}
.image img {
  z-index: 1;
  object-fit: cover;
  object-position: top;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.story_counter {
  -webkit-text-stroke-width: 0.9px;
  -webkit-text-stroke-color: var(--clr-brand-200);
  line-height: normal;
}
.story_number {
  color: #fff;
  font-family: var(--font-light);
}
.story_category {
  color: var(--clr-brand-200);
  font-family: var(--font-regular);
  letter-spacing: 6.4px;
}
.story_title {
  color: var(--clr-brand-200);
  font-family: var(--font-light);
  letter-spacing: 8px;
}
.cropped-image {
  height: 0;
  padding-top: var(--cropped-img-height, 505px);
  margin: 0;
  position: relative;
  overflow: hidden;
}
.cropped-image--full-height {
  padding-top: 100vh;
}
.cropped-image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cropped-image img:hover {
  transition: transform 0.6s ease-in;
  transform: scale(1.05);
}
.cropped-image--water-mark {
  position: relative;
  overflow: visible;
}
.cropped-image--stacked img {
  z-index: 2;
}
.cropped-image--water-mark:before {
  content: "";
  background: var(--clr-brand-200);
  z-index: 1;
  flex-shrink: 0;
  width: 486px;
  height: 209px;
  position: absolute;
  bottom: -28px;
  left: -26px;
}
.content-section {
  border-bottom: 1.244px solid var(--clr-accent-200);
  margin-bottom: 37.32px;
  padding-bottom: 37.32px;
}
.content-section--no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-section .active {
  color: var(--clr-brand-200);
  font-family: var(--font-regular);
}
.content-section strong {
  font-family: var(--font-semibold);
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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: 0;
}
@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-duration {
  syntax: "*";
  inherits: false;
}

/* Menu and Navigation Styles */

/* Reset input focus styles */
.reset-input-focus {
  border-style: none;
}

.reset-input-focus:focus {
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

/* Submenu styles */
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.submenu.open {
  max-height: 200px;
  padding-bottom: 1rem;
}

/* Menu link styles */
.menu-link {
  transition: color 0.3s ease;
}

.menu-link.active {
  color: green;
  /* or your preferred color */
}

/* Top navigation menu styles */
.logo a:focus,
.top-nav-menu a:focus {
  outline: 2px solid #2cb34a;
  outline-offset: 2px;
}

.top-nav-menu a:hover {
  color: #2cb34a;
}

.top-nav {
  position: fixed;
  top: 4.5rem;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  transition: all 0.3s ease;
}

.login-or-signup:focus {
  outline: 2px solid #2cb34a;
  outline-offset: 2px;
}

/* Mobile nav styles */
.mobile-nav {
  position: relative;
  overflow: hidden;
}

.mobile-nav .child-nav {
  position: absolute;
  /* Uncomment below to persist the child-nav in UI so that you may style it during Development */
  /* right: 0 !important; */
  top: 0;
  right: -100%;
  width: 100%;
  height: calc(100vh - 73.2432px);
  background: white;
  transition: right 0.3s ease-in-out;
  padding: 1rem;
  z-index: 51;
}

.mobile-nav .child-nav.is-active {
  right: 0;
}

.mobile-nav li.has-children {
  overflow: hidden;
}

.mobile-nav li.has-children > a {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.mobile-nav li.has-children > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2087rem;
  width: 20px;
  height: 20px;
  margin: auto;
  /* Re-use SVG icon everywhere */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.84534 16.3749L13.097 11.1232C13.7172 10.503 13.7172 9.4881 13.097 8.86788L7.84534 3.61621' stroke='%23323232' stroke-width='1.44985' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* All right arrows under sub-menu shouldn't have a space on the right */
.mobile-nav
  .child-nav
  :is(li.has-children, li.has-children.is-active)
  > a::after {
  right: 0;
}

.mobile-nav li.has-children.is-active > a::after {
  right: 1.2087rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.5177 16.5548L12.7713 11.3012C13.3917 10.6808 13.3917 9.66552 12.7713 9.04508L7.5177 3.79147' stroke='%2300AB4E' stroke-width='1.45038' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Mobile menu and top navigation shadows */
.mobile-menu,
.top-most-nav {
  box-shadow: 4px 0px 17px 0px rgba(0, 0, 0, 0.1);
}

/* Custom styles for story-of-the-month page */
.swiper-pagination-bullet-active {
  background-color: #2cb34a !important;
}

.search-results-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: 70vh;
  overflow-y: auto;
  padding: 0;
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  opacity: 0;
  transform: translateY(-0.25rem);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.search-results-dropdown.is-visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.search-results-dropdown.is-hidden {
  display: none;
}

.search-result-item {
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item:hover,
.search-result-item:focus-visible {
  background-color: #f8f8f8;
}

.search-result-layout {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.search-result-thumb {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #f3f3f3;
}

.search-result-thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-result-body {
  flex: 1;
  min-width: 0;
}

.search-result-title {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-excerpt {
  margin: 0;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-result-meta {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #888;
}

.search-results-message {
  padding: 1.5rem;
  font-size: 0.875rem;
  color: #555;
  text-align: center;
}

.search-results-message.is-error {
  color: #b3261e;
}

.search-box-container {
  position: relative;
  width: 100%;
  max-width: 47.125rem;
}

#searchModal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.search-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.search-loading-spinner {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #2daf4a;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#mobileSearchModal {
  background-color: white;
}

.mobile-search-results,
#mobile-search-results {
  height: calc(100% - 80px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.mobile-search-results::-webkit-scrollbar,
#mobile-search-results::-webkit-scrollbar {
  width: 6px;
}

.mobile-search-results::-webkit-scrollbar-track,
#mobile-search-results::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-search-results::-webkit-scrollbar-thumb,
#mobile-search-results::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

#footerMobileSearchModal {
  background-color: white;
  z-index: 60;
}

#footer-mobile-search-results {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

#footer-mobile-search-results::-webkit-scrollbar {
  width: 6px;
}

#footer-mobile-search-results::-webkit-scrollbar-track {
  background: transparent;
}

#footer-mobile-search-results::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

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

#podcast-iframe-container {
  transition: transform 0.3s ease-in-out;
}

#desktop-search-modal {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

#desktop-search-modal.search-open {
  height: 7rem !important;
}

@media (max-width: 1023px) {
  #desktop-search-modal {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .modal-content {
    width: 95%;
  }
}

/* Semantic CSS classes with media queries */

/* Top navigation styles */
.top-most-nav {
  background-color: white;
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  padding: 0.9375rem 0;
}

@media (min-width: 1024px) {
  .top-most-nav {
    background-color: black;
    position: static;
  }
}

/* Navigation text colors */
.nav-text {
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1024px) {
  .nav-text {
    color: white;
  }
}

/* Primary navigation visibility */
.primary-nav {
  display: none;
}

@media (min-width: 1024px) {
  .primary-nav {
    display: block;
  }
}

/* Desktop search button */
.desktop-search-btn {
  display: none;
}

@media (min-width: 1024px) {
  .desktop-search-btn {
    display: block;
  }
}

/* Mobile search button */
.mobile-search-btn {
  display: block;
}

@media (min-width: 1024px) {
  .mobile-search-btn {
    display: none;
  }
}

/* Mobile hamburger menu */
.mobile-hamburger {
  display: block;
}

@media (min-width: 1024px) {
  .mobile-hamburger {
    display: none;
  }
}

/* Search modal close button */
.search-close-btn {
  display: none;
}

@media (min-width: 1024px) {
  .search-close-btn {
    display: block;
  }
}

/* ===========================================
   FOOTER STYLES - Pure CSS Conversion
   =========================================== */

/* Main Footer */
.site-footer {
  background-color: rgb(45, 45, 45);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media (min-width: 1024px) {
  .site-footer {
    padding-bottom: 0;
  }
}

.footer-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .footer-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 1024px) {
  .footer-container {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

/* Footer Top Section */
.footer-top-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 4.1094rem;
}

@media (min-width: 1024px) {
  .footer-top-section {
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-main-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .footer-main-grid {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .footer-main-grid {
    gap: 4.0625rem;
  }
}

/* Footer Content Grid (Twitter & Newsletter) */
.footer-content-grid {
  order: 2;
  display: grid;
  place-items: stretch;
  gap: 1.25rem;
  color: white;
}

@media (min-width: 1024px) {
  .footer-content-grid {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    max-width: 67%;
    min-width: 67%;
  }
}

/* Twitter Timeline & Newsletter Cards */
.footer-card {
  border-radius: 15px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border: 1px solid rgb(85, 85, 85);
}

.footer-card.newsletter-card {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Newsletter Form */
.newsletter-form-header {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.newsletter-form-header h6 {
  font-weight: 700;
  font-size: 1rem;
}

.newsletter-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 0.9756rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.newsletter-checkbox-inner {
  display: flex;
  align-items: center;
}

.newsletter-checkbox {
  width: 1rem;
  height: 1rem;
  color: rgb(44, 179, 74);
  background-color: white;
  border-radius: 4.802px;
}

.newsletter-checkbox:focus {
  outline: 1px solid rgb(44, 179, 74);
  outline-offset: 2px;
}

.newsletter-checkbox-label {
  margin-left: 0.5rem;
  font-weight: 500;
}

.newsletter-input-wrapper {
  display: flex;
  align-items: center;
  border-radius: 50px;
  margin-top: 1.7925rem;
  width: 100%;
  font-size: 0.875rem;
  background-color: white;
  padding-right: 0.2475rem;
  padding: 0.0475rem;
}

.newsletter-input-wrapper:focus-within {
  outline: 1px solid white;
  outline-offset: 2px;
}

.newsletter-email-input {
  flex-grow: 1;
  margin-left: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border-radius: 50px 0 0 50px;
  color: rgb(106, 114, 128);
  background-color: white;
}

/* Footer Menu Links */
.footer-menu-grid {
  order: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3381rem;
  color: white;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-menu-grid {
    order: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.footer-menu-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-menu-column h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-menu-column ul {
  font-size: 0.875rem;
}

.footer-menu-column ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.footer-menu-link {
  transition: color 0.3s ease;
}

.footer-menu-link:hover {
  color: rgb(44, 179, 74);
}

/* Social Media Footer */
.social-media-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  font-size: 0.875rem;
  text-transform: capitalize;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  gap: 1.6956rem;
}

@media (min-width: 1024px) {
  .social-media-footer {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    gap: 0;
  }
}

.social-media-footer > span {
  order: 2;
}

@media (min-width: 1024px) {
  .social-media-footer > span {
    order: 1;
  }
}

.social-media-list {
  margin-bottom: 1.6956rem;
  order: 1;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .social-media-list {
    margin-left: auto;
    margin-bottom: 0;
    order: 2;
  }
}

/* ===========================================
   MOBILE DRAWER NAVIGATION
   =========================================== */

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  height: 100vh;
  padding: 1rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  background-color: white;
  width: 20rem;
}

.mobile-drawer.-translate-x-full {
  transform: translateX(-100%);
}

.mobile-drawer:not(.-translate-x-full) {
  transform: translateX(0);
}

@media (min-width: 1024px) {
  .mobile-drawer {
    display: none;
  }
}

.mobile-drawer-close-btn {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  color: rgb(156, 163, 175);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  display: grid;
  grid-auto-flow: column;
  gap: 0.625rem;
}

.mobile-drawer-close-btn:hover {
  background-color: rgb(229, 231, 235);
  color: rgb(17, 24, 39);
}

.mobile-drawer-close-btn .close-text {
  color: black;
  place-self: center;
}

/* Mobile Navigation */
.mobile-nav ul {
  text-transform: uppercase;
  font-size: 0.875rem;
  padding-left: 0.5rem;
  min-height: 100vh;
}

.mobile-nav ul > li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.mobile-nav .menu-item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9063rem 1.2087rem;
  border-radius: 1.541rem;
  background-color: rgb(243, 243, 243);
  letter-spacing: 0.7px;
  font-weight: 500;
}

.mobile-nav .menu-item-link.active-menu {
  color: rgb(44, 179, 74);
}

.mobile-nav .child-nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: black;
  text-transform: capitalize;
  font-size: 1rem;
}

.mobile-nav .child-nav ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.9063rem;
  padding-bottom: 0.9063rem;
}

.mobile-nav .child-nav ul li a {
  letter-spacing: 0.8px;
}

.mobile-nav .child-nav .go-back a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.mobile-nav .child-nav .category-header a {
  font-weight: 700;
  color: rgb(44, 179, 74);
  text-transform: uppercase;
}

/* ===========================================
   MOBILE BOTTOM NAVIGATION
   =========================================== */

.mobile-menu {
  position: fixed;
  bottom: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  height: 4.8125rem;
  background-color: white;
  min-width: 100%;
}

@media (min-width: 1024px) {
  .mobile-menu {
    position: static;
    display: none;
  }
}

.mobile-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.mobile-menu-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}

.mobile-menu-item-link.active {
  color: rgb(44, 179, 74);
}

.mobile-menu-item-link.inactive {
  color: rgba(85, 85, 85, 0.8);
}

.mobile-menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5625rem;
  height: 2.5625rem;
  flex-shrink: 0;
  border-radius: 9999px;
}

.mobile-menu-icon.active-icon {
  background-color: rgba(44, 179, 74, 0.1);
}

.mobile-menu-icon.inactive-icon {
  background-color: rgb(243, 243, 243);
}

.mobile-menu-item-label {
  font-size: 0.625rem;
  font-weight: 500;
}

/* ===========================================
   MOBILE SEARCH MODAL
   =========================================== */

.footer-mobile-search-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  background-color: white;
}

.footer-mobile-search-modal.hidden {
  display: none;
}

.footer-mobile-search-modal:not(.hidden) {
  display: block;
}

.footer-mobile-search-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.footer-mobile-search-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-mobile-search-close-btn {
  flex-shrink: 0;
}

.footer-mobile-search-box-wrapper {
  flex-grow: 1;
}

.footer-mobile-search-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  padding: 0.5rem 1.0625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-mobile-search-box:focus-within {
  outline: 2px solid rgb(44, 179, 74);
  outline-offset: 2px;
}

.footer-mobile-search-input {
  width: 100%;
  border: none;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.75rem;
}

.footer-mobile-search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.footer-mobile-search-results {
  overflow-y: auto;
  flex-grow: 1;
}

/* ===========================================
   PODCAST PLAYER
   =========================================== */

.podcast-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1f1f1f;
  border-top: 1px solid #282828;
  z-index: 50;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .podcast-player {
    bottom: 65px;
  }
}

@media (min-width: 1024px) {
  .podcast-player {
    bottom: 0;
  }
}

.podcast-player-inner {
  height: 90px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-embed {
  flex: 1;
  height: 90px;
  max-width: 100%;
}

.podcast-close-btn {
  position: absolute;
  top: -0.75rem;
  right: 0.25rem;
  color: black;
  padding: 0.25rem;
  border-radius: 9999px;
  background-color: rgb(44, 179, 74);
  display: none;
  transition: opacity 0.3s ease;
}

.podcast-close-btn:hover {
  color: white;
}

.podcast-close-btn.visible {
  display: block;
}

/* ===========================================
   UTILITY CLASSES FOR FOOTER
   =========================================== */

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

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

.reset-input-focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.reset-input-focus:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.danger-button {
  background-color: rgb(239, 55, 62);
  color: white;
  padding: 0.375rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.danger-button:hover {
  background-color: rgb(220, 38, 38);
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

/* Error and Success Messages */
.text-red-500 {
  color: rgb(239, 68, 68);
}

.text-green-500 {
  color: rgb(34, 197, 94);
}

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

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

.hidden {
  display: none;
}

.capitalize {
  text-transform: capitalize;
}
