/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
/*!
Theme Name: vision-loop
Theme URI: https://vision-loop.com
Author: vision-loop.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visionloop
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vision-loop 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: 'Inter', 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-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-sky-500: oklch(68.5% 0.169 237.323);
  --color-gray-50: oklch(98.5% 0.002 247.839);
  --color-gray-100: oklch(96.7% 0.003 264.542);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-gray-950: oklch(13% 0.028 261.692);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-lg: 32rem;
  --container-7xl: 80rem;
  --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;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-8xl: 6rem;
  --text-8xl--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;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --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-foreground: var(--wp--preset--color--foreground);
  --color-vl: #30af5b;
  --color-vl-0: #0a3215;
  --color-gray-20: #021b1f7f;
  --color-gray-30: #fefbf5;
  --color-gray-40: #f0f2f0;
  --color-yellow: #EFA640;
}
@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url('assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2') format('woff2');
}
*, ::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;
}
:-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);
}
html {
  scroll-behavior: smooth;
}
.vl-bar-icon {
  position: absolute;
  left: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 0.5);
  width: calc(var(--spacing) * 7);
  background-color: var(--color-gray-500);
  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: 700ms;
  transition-duration: 700ms;
  --tw-ease: cubic-bezier(0.77,0,0.175,1);
  transition-timing-function: cubic-bezier(0.77,0,0.175,1);
}
.vl-bar-icon::before {
  content: var(--tw-content);
  position: absolute;
}
.vl-bar-icon::before {
  content: var(--tw-content);
  top: 9px;
}
.vl-bar-icon::before {
  content: var(--tw-content);
  left: calc(var(--spacing) * 0);
}
.vl-bar-icon::before {
  content: var(--tw-content);
  height: calc(var(--spacing) * 0.5);
}
.vl-bar-icon::before {
  content: var(--tw-content);
  width: calc(var(--spacing) * 7);
}
.vl-bar-icon::before {
  content: var(--tw-content);
  background-color: var(--color-gray-500);
}
.vl-bar-icon::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.vl-bar-icon::before {
  content: var(--tw-content);
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.vl-bar-icon::before {
  content: var(--tw-content);
  --tw-ease: cubic-bezier(0.77,0,0.175,1);
  transition-timing-function: cubic-bezier(0.77,0,0.175,1);
}
.vl-bar-icon::before {
  content: var(--tw-content);
  --tw-content: "";
  content: var(--tw-content);
}
.vl-bar-icon::after {
  content: var(--tw-content);
  position: absolute;
}
.vl-bar-icon::after {
  content: var(--tw-content);
  top: -9px;
}
.vl-bar-icon::after {
  content: var(--tw-content);
  left: calc(var(--spacing) * 0);
}
.vl-bar-icon::after {
  content: var(--tw-content);
  height: calc(var(--spacing) * 0.5);
}
.vl-bar-icon::after {
  content: var(--tw-content);
  width: calc(var(--spacing) * 7);
}
.vl-bar-icon::after {
  content: var(--tw-content);
  background-color: var(--color-gray-500);
}
.vl-bar-icon::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.vl-bar-icon::after {
  content: var(--tw-content);
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.vl-bar-icon::after {
  content: var(--tw-content);
  --tw-ease: cubic-bezier(0.77,0,0.175,1);
  transition-timing-function: cubic-bezier(0.77,0,0.175,1);
}
.vl-bar-icon::after {
  content: var(--tw-content);
  --tw-content: "";
  content: var(--tw-content);
}
.open .vl-bar-icon {
  background-color: transparent;
}
:is(.open .vl-bar-icon)::before {
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
}
:is(.open .vl-bar-icon)::before {
  content: var(--tw-content);
  rotate: -225deg;
}
:is(.open .vl-bar-icon)::before {
  content: var(--tw-content);
  background-color: var(--color-gray-800);
}
:is(.open .vl-bar-icon)::after {
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
}
:is(.open .vl-bar-icon)::after {
  content: var(--tw-content);
  rotate: 225deg;
}
:is(.open .vl-bar-icon)::after {
  content: var(--tw-content);
  background-color: var(--color-gray-800);
}
.vl-header-menu a {
  text-decoration-line: none;
  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;
  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;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  :is(.vl-header-menu a):hover {
    color: var(--color-vl);
  }
}
@media (hover: hover) {
  :is(.vl-header-menu a):hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  :is(.vl-footer-menu a):hover {
    text-decoration-line: underline;
  }
}
.home footer {
  background-color: var(--color-white);
}
.box-container {
  margin-inline: auto;
  max-width: var(--container-7xl);
  padding-inline: calc(var(--spacing) * 3);
}
.full-content {
  display: flex;
  width: 100%;
  min-width: calc(var(--spacing) * 0);
  flex-grow: 1;
  flex-direction: column;
}
.main-flex {
  flex: 1;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero {
  position: relative;
  z-index: 10;
  width: 100vw;
  scroll-snap-align: center;
  overflow-x: hidden;
  border-bottom-right-radius: 50px;
  background-color: var(--color-black);
  background-size: cover;
  background-position: center;
  color: var(--color-white);
}
.hero::after {
  content: var(--tw-content);
  position: absolute;
}
.hero::after {
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
}
.hero::after {
  content: var(--tw-content);
  left: calc(var(--spacing) * 0);
}
.hero::after {
  content: var(--tw-content);
  height: 100%;
}
.hero::after {
  content: var(--tw-content);
  width: 100%;
}
.hero::after {
  content: var(--tw-content);
  border-bottom-right-radius: 50px;
}
.hero::after {
  content: var(--tw-content);
  --tw-content: '';
  content: var(--tw-content);
}
@media (width >= 64rem) {
  .hero {
    border-bottom-right-radius: 100px;
  }
}
.hero::after {
  content: var(--tw-content);
}
@media (width >= 64rem) {
  .hero::after {
    border-bottom-right-radius: 100px;
  }
}
.hero-container {
  position: relative;
  z-index: 20;
  display: flex;
  min-height: 300px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (width >= 48rem) {
  .hero-container {
    min-height: 420px;
  }
}
@media (width >= 64rem) {
  .hero-container {
    min-height: 470px;
  }
}
.hero::after {
  background: rgba(0,0,0, 0.6);
  box-shadow: inset 120px 100px 250px #000, inset -120px -100px 250px #000;
}
.menu a {
  color: var(--color-gray-950);
}
.page-title, .entry-title {
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-gray-900);
}
.search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 4);
}
@media (width >= 40rem) {
  .search-form {
    flex-direction: row;
  }
}
.search-form > label {
  flex-grow: 1;
}
@media (width < 40rem) {
  .search-form > label {
    width: 100%;
  }
}
.search-field, #subscribe-email input[type=email] {
  height: calc(var(--spacing) * 10);
  width: 100%;
  border-radius: calc(infinity * 1px);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 1.5);
  color: color-mix(in srgb, oklch(13% 0.028 261.692) 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .search-field, #subscribe-email input[type=email] {
    color: color-mix(in oklab, var(--color-gray-950) 50%, transparent);
  }
}
.search-field, #subscribe-email input[type=email] {
  --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-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-inset-ring-color: color-mix(in srgb, oklch(13% 0.028 261.692) 8%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .search-field, #subscribe-email input[type=email] {
    --tw-inset-ring-color: color-mix(in oklab, var(--color-gray-950) 8%, transparent);
  }
}
:is(.search-field,#subscribe-email input[type=email])::placeholder {
  color: color-mix(in srgb, oklch(13% 0.028 261.692) 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.search-field,#subscribe-email input[type=email])::placeholder {
    color: color-mix(in oklab, var(--color-gray-950) 50%, transparent);
  }
}
:is(.search-field,#subscribe-email input[type=email]):focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
.vl-btn, .search-submit, .vl-contact-btn, #subscribe-submit button {
  display: inline-block;
  height: calc(var(--spacing) * 10);
  cursor: pointer;
  border-radius: var(--radius-4xl);
  background-color: var(--color-vl);
  padding-inline: calc(var(--spacing) * 10);
  padding-block: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
@media (hover: hover) {
  :is(.vl-btn,.search-submit,.vl-contact-btn,#subscribe-submit button):hover {
    background-color: var(--color-green-400);
  }
}
@media (width < 40rem) {
  .vl-btn, .search-submit, .vl-contact-btn, #subscribe-submit button {
    width: 100%;
  }
}
.vl-contact-btn {
  height: auto;
}
.vl-contact-btn a {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: var(--color-white);
}
@media (hover: hover) {
  :is(.vl-contact-btn a):hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  :is(.vl-contact-btn a):hover {
    text-decoration-line: none;
  }
}
.btn_action {
  border-radius: calc(infinity * 1px);
  background-color: var(--color-gray-20);
  padding-inline: calc(var(--spacing) * 14);
  padding-block: calc(var(--spacing) * 3.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-white);
  text-transform: capitalize;
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
  outline-color: var(--color-white);
}
@media (hover: hover) {
  .btn_action:hover {
    background-color: var(--color-vl);
  }
}
@media (width >= 48rem) {
  .btn_action {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 64rem) {
  .btn_action {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
#subscribe-submit button, #subscribe-email input[type=email] {
  width: 100%;
  border-radius: var(--radius-md);
}
.facebook-bg, .facebook a {
  background: linear-gradient(227.96deg, #3b5998 11.38%, #2b4170 84.07%);
}
.twitter-bg, .twitter a, .black-bg {
  background: linear-gradient(227.96deg, #000000 11.38%, #121212 84.07%);
}
.reddit-bg, .reddit a {
  background: linear-gradient(262.85deg, #f45c9f 5.57%, #ff7563 73.65%);
}
.linkedin-bg, .linkedin a {
  background: linear-gradient(227.96deg, #0077b5 11.38%, #00a0dc 84.07%);
}
.telegram-bg, .telegram a {
  background: linear-gradient(#36aee0, #1c96d1);
}
.rss-bg, .rss a {
  background: #f48225;
}
.pagination .nav-links {
  display: inline-flex;
  align-items: center;
  column-gap: calc(var(--spacing) * 1.5);
}
.pagination .page-numbers {
  display: inline-flex;
  height: calc(var(--spacing) * 10);
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, oklch(13% 0.028 261.692) 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .pagination .page-numbers {
    border-color: color-mix(in oklab, var(--color-gray-950) 5%, transparent);
  }
}
.pagination .page-numbers {
  background-color: transparent;
  padding: calc(var(--spacing) * 2.5);
  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);
  text-transform: capitalize;
  text-decoration-line: none;
}
@media (hover: hover) {
  :is(.pagination .page-numbers):hover {
    background-color: var(--color-gray-100);
  }
}
@media (width >= 48rem) {
  .pagination .page-numbers {
    min-width: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .pagination .page-numbers {
    padding-inline: calc(var(--spacing) * 3);
  }
}
.pagination .current {
  border-color: var(--color-vl);
  background-color: var(--color-vl);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
@media (hover: hover) {
  :is(.pagination .current):hover {
    background-color: var(--color-vl);
  }
}
.pagination .dots {
  background-color: transparent;
}
@media (hover: hover) {
  :is(.pagination .dots):hover {
    background-color: transparent;
  }
}
.wp-post-image {
  position: relative;
  aspect-ratio: var(--aspect-video);
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
  object-fit: cover;
}
.wp-post-image::after {
  content: var(--tw-content);
  position: absolute;
}
.wp-post-image::after {
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
}
.wp-post-image::after {
  content: var(--tw-content);
  left: calc(var(--spacing) * 0);
}
.wp-post-image::after {
  content: var(--tw-content);
  height: 100%;
}
.wp-post-image::after {
  content: var(--tw-content);
  width: 100%;
}
.wp-post-image::after {
  content: var(--tw-content);
  animation: var(--animate-pulse);
}
.wp-post-image::after {
  content: var(--tw-content);
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
}
.wp-post-image::after {
  content: var(--tw-content);
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.wp-post-image::after {
  content: var(--tw-content);
  border-color: var(--color-gray-100);
}
.wp-post-image::after {
  content: var(--tw-content);
  background-color: color-mix(in srgb, oklch(13% 0.028 261.692) 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wp-post-image::after {
    background-color: color-mix(in oklab, var(--color-gray-950) 5%, transparent);
  }
}
.wp-post-image::after {
  content: var(--tw-content);
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.wp-post-image::after {
  content: var(--tw-content);
  --tw-content: "";
  content: var(--tw-content);
}
.article-title {
  text-decoration-line: none;
}
@media (hover: hover) {
  .article-title:is(:where(.group):hover *) {
    color: var(--color-sky-500);
  }
}
@media (hover: hover) {
  .article-title:hover {
    color: var(--color-sky-500);
  }
}
.article-card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-gray-700);
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 700px) {
  .hero::after {
    box-shadow: inset 80px 100px 250px #000, inset -80px -100px 250px #000;
  }
}
div.wpforms-container-full input:not(.search-submit), div.wpforms-container-full textarea {
  width: 100%;
  padding-block: calc(var(--spacing) * 6);
}
div.wpforms-container-full button[type=submit] {
  height: auto;
  width: 100%;
  padding-block: calc(var(--spacing) * 4);
}
::placeholder {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
@media (width >= 48rem) {
  ::placeholder {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.visible {
  visibility: visible;
}
.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;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.container {
  width: 100%;
}
@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;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-10 {
  margin-block: calc(var(--spacing) * 10);
}
.my-12 {
  margin-block: calc(var(--spacing) * 12);
}
.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: 1;
  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;
  border-left-style: solid;
}
.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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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: NaN NaN NaN;
  --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: 255 255 255;
  --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%;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.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-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.mb-14 {
  margin-bottom: calc(var(--spacing) * 14);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-7 {
  height: calc(var(--spacing) * 7);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-52 {
  height: calc(var(--spacing) * 52);
}
.h-\[144px\] {
  height: 144px;
}
.h-\[280px\] {
  height: 280px;
}
.h-full {
  height: 100%;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-svh {
  min-height: 100svh;
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-7 {
  width: calc(var(--spacing) * 7);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-28 {
  width: calc(var(--spacing) * 28);
}
.w-\[240px\] {
  width: 240px;
}
.w-\[calc\(100\%-12px\)\] {
  width: calc(100% - 12px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-lg {
  max-width: var(--container-lg);
}
.max-w-none {
  max-width: none;
}
.max-w-screen {
  max-width: 100vw;
}
.flex-1 {
  flex: 1;
}
.flex-initial {
  flex: 0 auto;
}
.shrink-0 {
  flex-shrink: 0;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.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;
}
.snap-center {
  scroll-snap-align: center;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
: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)));
}
.gap-x-3 {
  column-gap: calc(var(--spacing) * 3);
}
.gap-x-5 {
  column-gap: calc(var(--spacing) * 5);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.gap-x-12 {
  column-gap: calc(var(--spacing) * 12);
}
.gap-x-20 {
  column-gap: calc(var(--spacing) * 20);
}
: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)));
}
.gap-y-3 {
  row-gap: calc(var(--spacing) * 3);
}
.gap-y-6 {
  row-gap: calc(var(--spacing) * 6);
}
.gap-y-9 {
  row-gap: calc(var(--spacing) * 9);
}
.gap-y-12 {
  row-gap: calc(var(--spacing) * 12);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: var(--radius-3xl);
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-tl-\[50px\] {
  border-top-left-radius: 50px;
}
.rounded-br-\[50px\] {
  border-bottom-right-radius: 50px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-gray-40 {
  border-color: var(--color-gray-40);
}
.border-gray-50 {
  border-color: var(--color-gray-50);
}
.border-gray-950\/5 {
  border-color: color-mix(in srgb, oklch(13% 0.028 261.692) 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-gray-950\/5 {
    border-color: color-mix(in oklab, var(--color-gray-950) 5%, transparent);
  }
}
.bg-black {
  background-color: var(--color-black);
}
.bg-gray-30 {
  background-color: var(--color-gray-30);
}
.bg-gray-40 {
  background-color: var(--color-gray-40);
}
.bg-gray-50 {
  background-color: var(--color-gray-50);
}
.bg-green-500 {
  background-color: var(--color-green-500);
}
.bg-vl-0 {
  background-color: var(--color-vl-0);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-cover {
  object-fit: cover;
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.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-20 {
  padding-block: calc(var(--spacing) * 20);
}
.pb-1\.5 {
  padding-bottom: calc(var(--spacing) * 1.5);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-14 {
  padding-bottom: calc(var(--spacing) * 14);
}
.text-center {
  text-align: center;
}
.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-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--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-\[24px\] {
  font-size: 24px;
}
.leading-\[120\%\] {
  --tw-leading: 120%;
  line-height: 120%;
}
.font-\[600\] {
  --tw-font-weight: 600;
  font-weight: 600;
}
.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);
}
.text-black {
  color: var(--color-black);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-gray-950 {
  color: var(--color-gray-950);
}
.text-green-50 {
  color: var(--color-green-50);
}
.text-vl {
  color: var(--color-vl);
}
.text-white {
  color: var(--color-white);
}
.text-yellow {
  color: var(--color-yellow);
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.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-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-md {
  --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);
}
.drop-shadow-md {
  --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
  --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
  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,);
}
.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));
}
.prose-gray {
  --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: NaN NaN NaN;
  --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: 255 255 255;
  --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);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
}
.before\:top-\[-110px\]::before {
  content: var(--tw-content);
  top: -110px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: calc(var(--spacing) * 0);
}
.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:h-1\/4::before {
  content: var(--tw-content);
  height: calc(1/4 * 100%);
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:rounded-tl-\[50px\]::before {
  content: var(--tw-content);
  border-top-left-radius: 50px;
}
.before\:bg-gray-40::before {
  content: var(--tw-content);
  background-color: var(--color-gray-40);
}
.before\:bg-vl-0::before {
  content: var(--tw-content);
  background-color: var(--color-vl-0);
}
.before\:content-\[\'\'\]::before {
  content: var(--tw-content);
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: calc(var(--spacing) * 0);
}
.after\:left-0::after {
  content: var(--tw-content);
  left: calc(var(--spacing) * 0);
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:rounded-br-\[50px\]::after {
  content: var(--tw-content);
  border-bottom-right-radius: 50px;
}
.after\:content-\[\'\'\]::after {
  content: var(--tw-content);
  --tw-content: '';
  content: var(--tw-content);
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@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 (width < 64rem) {
  .max-lg\:fixed {
    position: fixed;
  }
}
@media (width < 64rem) {
  .max-lg\:top-14 {
    top: calc(var(--spacing) * 14);
  }
}
@media (width < 64rem) {
  .max-lg\:left-0 {
    left: calc(var(--spacing) * 0);
  }
}
@media (width < 64rem) {
  .max-lg\:z-40 {
    z-index: 40;
  }
}
@media (width < 64rem) {
  .max-lg\:h-\[calc\(100dvh-70px\)\] {
    height: calc(100dvh - 70px);
  }
}
@media (width < 64rem) {
  .max-lg\:w-full {
    width: 100%;
  }
}
@media (width < 64rem) {
  .max-lg\:translate-x-\[-150\%\] {
    --tw-translate-x: -150%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width < 64rem) {
  .max-lg\:translate-x-\[0\] {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width < 64rem) {
  .max-lg\:justify-center {
    justify-content: center;
  }
}
@media (width < 64rem) {
  .max-lg\:overflow-y-auto {
    overflow-y: auto;
  }
}
@media (width < 64rem) {
  .max-lg\:scroll-smooth {
    scroll-behavior: smooth;
  }
}
@media (width < 64rem) {
  .max-lg\:rounded-2xl {
    border-radius: var(--radius-2xl);
  }
}
@media (width < 64rem) {
  .max-lg\:bg-white {
    background-color: var(--color-white);
  }
}
@media (width < 64rem) {
  .max-lg\:px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
}
@media (width < 64rem) {
  .max-lg\:pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
}
@media (width < 64rem) {
  .max-lg\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width < 64rem) {
  .max-lg\:text-center {
    text-align: center;
  }
}
@media (width < 64rem) {
  .max-lg\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media (width < 64rem) {
  .max-lg\: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));
  }
}
@media (width < 64rem) {
  .max-lg\:duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
}
@media (width < 64rem) {
  .max-lg\:ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
@media (width < 48rem) {
  .max-md\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width < 40rem) {
  .max-sm\:block {
    display: block;
  }
}
@media (width < 40rem) {
  .max-sm\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[199px\] {
    height: 199px;
  }
}
@media (width >= 40rem) {
  .sm\:w-\[332px\] {
    width: 332px;
  }
}
@media (width >= 48rem) {
  .md\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .min-md\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:h-9 {
    height: calc(var(--spacing) * 9);
  }
}
@media (width >= 48rem) {
  .md\:h-56 {
    height: calc(var(--spacing) * 56);
  }
}
@media (width >= 48rem) {
  .md\:h-\[68px\] {
    height: 68px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[360px\] {
    height: 360px;
  }
}
@media (width >= 48rem) {
  .min-md\:h-auto {
    height: auto;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[800px\] {
    min-height: 800px;
  }
}
@media (width >= 48rem) {
  .md\:w-36 {
    width: calc(var(--spacing) * 36);
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:flex-1 {
    flex: 1;
  }
}
@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\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .min-md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:gap-x-20 {
    column-gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .min-md\:py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--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) {
  .min-md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[140\%\] {
    --tw-leading: 140%;
    line-height: 140%;
  }
}
@media (width >= 64rem) {
  .lg\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .min-lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:h-48 {
    height: calc(var(--spacing) * 48);
  }
}
@media (width >= 64rem) {
  .lg\:h-\[420px\] {
    height: 420px;
  }
}
@media (width >= 64rem) {
  .min-lg\:h-full {
    height: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[840px\] {
    min-height: 840px;
  }
}
@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) {
  .min-lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .min-lg\:items-center {
    align-items: center;
  }
}
@media (width >= 64rem) {
  .min-lg\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 64rem) {
  .min-lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .min-lg\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:rounded-tl-\[100px\] {
    border-top-left-radius: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:rounded-br-\[100px\] {
    border-bottom-right-radius: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@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\: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-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--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) {
  .min-lg\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-\[44px\] {
    font-size: 44px;
  }
}
.before\:lg\:rounded-tl-\[100px\]::before {
  content: var(--tw-content);
}
@media (width >= 64rem) {
  .before\:lg\:rounded-tl-\[100px\]::before {
    border-top-left-radius: 100px;
  }
}
.after\:lg\:rounded-br-\[100px\]::after {
  content: var(--tw-content);
}
@media (width >= 64rem) {
  .after\:lg\:rounded-br-\[100px\]::after {
    border-bottom-right-radius: 100px;
  }
}
@media (width >= 80rem) {
  .xl\:h-56 {
    height: calc(var(--spacing) * 56);
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.dark\:prose-invert:where(.dark,.dark *) {
  --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);
}
.prose-a\:border-b :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.prose-a\:border-vl :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-color: var(--color-vl);
}
.prose-a\:font-semibold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.prose-a\:text-gray-950 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-gray-950);
}
.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: none;
}
@media (hover: hover) {
  :is(.prose-a\:hover\:border-b-2 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))):hover {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
}
.prose-blockquote\:rounded-md :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: var(--radius-md);
}
.prose-blockquote\:border-vl :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-color: var(--color-vl);
}
.prose-blockquote\:bg-white :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  background-color: var(--color-white);
}
.prose-blockquote\:px-3 :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-inline: calc(var(--spacing) * 3);
}
.prose-blockquote\:py-0\.5 :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-block: calc(var(--spacing) * 0.5);
}
.prose-blockquote\:not-italic :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-style: normal;
}
.prose-blockquote\:shadow-xs :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 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);
}
.prose-blockquote\:inset-ring :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-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);
}
.prose-blockquote\:inset-ring-gray-950\/5 :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-inset-ring-color: color-mix(in srgb, oklch(13% 0.028 261.692) 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-blockquote\:inset-ring-gray-950\/5 :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-inset-ring-color: color-mix(in oklab, var(--color-gray-950) 5%, transparent);
  }
}
.prose-figcaption\:text-center :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-align: center;
}
.prose-ul\:list-\[disclosure-closed\] :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  list-style-type: disclosure-closed;
}
.prose-img\:rounded-xl :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  border-radius: var(--radius-xl);
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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: 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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-ease: initial;
      --tw-content: "";
      --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-outline-style: solid;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-leading: initial;
      --tw-tracking: 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;
    }
  }
}
