/*! tailwindcss v4.1.11 | 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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-pink-200: oklch(89.9% 0.061 343.231);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tighter: -0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-sm: 4px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --default-transition-duration: 0.15s;
    --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);
    --radius: 6px;
  }
}
@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 {
    vertical-align: middle;
    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 {
    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;
  }
  :-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;
  }
  html {
    font-size: var(--text-base-sm);
  }
  @media (min-width: 48rem) {
    html {
      line-height: var(--tw-leading, var(--text-base--line-height));
      font-size: var(--text-base);
    }
  }
  body {
    background-color: var(--color-body);
    font-family: var(--font-primary);
    line-height: var(--tw-leading, var(--text-base--line-height));
    font-size: var(--text-base);
    --tw-leading: 1.8;
    --tw-font-weight: var(--font-weight-normal);
    line-height: 1.8;
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
    color: var(--color-white);
  }
  h1,
  .h1 {
    font-size: var(--text-h1-sm);
  }
  @media (min-width: 48rem) {
    h1,
    .h1 {
      font-size: var(--text-h1);
    }
  }
  h2,
  .h2 {
    font-size: var(--text-h2-sm);
  }
  @media (min-width: 48rem) {
    h2,
    .h2 {
      font-size: var(--text-h2);
    }
  }
  h3,
  .h3 {
    font-size: var(--text-h3-sm);
  }
  @media (min-width: 48rem) {
    h3,
    .h3 {
      font-size: var(--text-h3);
    }
  }
  h4,
  .h4 {
    font-size: var(--text-h4);
  }
  h5,
  .h5 {
    font-size: var(--text-h5);
  }
  h6,
  .h6 {
    font-size: var(--text-h6);
  }
  b,
  strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  code:after {
    content: var(--tw-content);
    --tw-border-style: none;
    border-style: none;
  }
  blockquote > p {
    margin-block: calc(var(--spacing) * 0) !important;
  }
  blockquote.bq:before {
    height: calc(var(--spacing) * 8);
    width: calc(var(--spacing) * 8);
    text-align: center;
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    content: open-quote;
  }
  blockquote.bq:after {
    height: calc(var(--spacing) * 8);
    width: calc(var(--spacing) * 8);
    text-align: center;
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    content: close-quote;
  }
  :root {
    --text-h6: 1.25rem;
    --text-h6-sm: 1.125rem;
    --text-h5: 1.5625rem;
    --text-h5-sm: 1.40625rem;
    --text-h4: 1.95313rem;
    --text-h4-sm: 1.75781rem;
    --text-h3: 2.44141rem;
    --text-h3-sm: 2.19727rem;
    --text-h2: 3.05176rem;
    --text-h2-sm: 2.74658rem;
    --text-h1: 3.8147rem;
    --text-h1-sm: 3.43323rem;
    --text-base: 16px;
    --text-base-sm: 12.8px;
    --font-primary: Sora, sans-serif;
    --color-primary: #376aed;
    --color-secondary: #47cc88;
    --color-tertiary: #334679;
    --color-body: #05071a;
    --color-border: #1c244c;
    --color-shadow: #1a2248;
    --color-light: #101636;
    --color-text: #9ea3bf;
    --color-text-dark: #040404;
  }
  [type="text"],
  input:where(:not([type])),
  [type="email"],
  [type="url"],
  [type="password"],
  [type="number"],
  [type="date"],
  [type="datetime-local"],
  [type="month"],
  [type="search"],
  [type="tel"],
  [type="time"],
  [type="week"],
  [multiple],
  textarea,
  select {
    appearance: none;
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    border-width: 1px;
    border-color: #6a7282;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  :is(
      [type="text"],
      input:where(:not([type])),
      [type="email"],
      [type="url"],
      [type="password"],
      [type="number"],
      [type="date"],
      [type="datetime-local"],
      [type="month"],
      [type="search"],
      [type="tel"],
      [type="time"],
      [type="week"],
      [multiple],
      textarea,
      select
    ):focus {
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow);
    border-color: #155dfc;
    outline: 2px solid #0000;
  }
  input::placeholder,
  textarea::placeholder {
    color: #6a7282;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit {
    padding-top: 0;
    padding-bottom: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    print-color-adjust: exact;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
  }
  [multiple],
  [size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    print-color-adjust: unset;
    padding-right: 0.75rem;
  }
  [type="checkbox"],
  [type="radio"] {
    appearance: none;
    print-color-adjust: exact;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    color: #155dfc;
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    background-origin: border-box;
    border-width: 1px;
    border-color: #6a7282;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    display: inline-block;
  }
  [type="checkbox"] {
    border-radius: 0;
  }
  [type="radio"] {
    border-radius: 100%;
  }
  [type="checkbox"]:focus,
  [type="radio"]:focus {
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow);
    outline: 2px solid #0000;
  }
  [type="checkbox"]:checked,
  [type="radio"]:checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: #0000;
  }
  [type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  }
  @media (forced-colors: active) {
    [type="checkbox"]:checked {
      appearance: auto;
    }
  }
  [type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }
  @media (forced-colors: active) {
    [type="radio"]:checked {
      appearance: auto;
    }
  }
  [type="checkbox"]:checked:hover,
  [type="checkbox"]:checked:focus,
  [type="radio"]:checked:hover,
  [type="radio"]:checked:focus {
    background-color: currentColor;
    border-color: #0000;
  }
  [type="checkbox"]:indeterminate {
    background-color: currentColor;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: #0000;
  }
  @media (forced-colors: active) {
    [type="checkbox"]:indeterminate {
      appearance: auto;
    }
  }
  [type="checkbox"]:indeterminate:hover,
  [type="checkbox"]:indeterminate:focus {
    background-color: currentColor;
    border-color: #0000;
  }
  [type="file"] {
    background: unset;
    border-color: inherit;
    font-size: unset;
    line-height: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }
  [type="file"]:focus {
    outline: 1px solid buttontext;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@layer components {
  .animate-headshot {
    --animation-duration: 1.6s;
    --animation-timing: ease-in-out;
    --animation-delay: 0.2s;
    color: var(--color-black);
    display: inline-block;
    position: relative;
  }
  .animate-headshot:before,
  .animate-headshot:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .animate-headshot:before {
    z-index: 20;
    background-color: var(--color-body);
    border-top-left-radius: 3.40282e38px;
    border-bottom-left-radius: 3.40282e38px;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .animate-headshot:before {
      background-color: color-mix(in oklab, var(--color-body) 60%, transparent);
    }
  }
  .animate-headshot:before {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
      var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
      var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
      var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
      var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
      var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
      var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
      var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
      var(--tw-backdrop-sepia);
    animation: reveal_headshot_before var(--animation-duration)
      var(--animation-timing) var(--animation-delay) forwards;
  }
  .animate-headshot:after {
    z-index: 10;
    background-color: var(--color-body);
    width: 100%;
    animation: reveal_headshot_after var(--animation-duration)
      var(--animation-timing) var(--animation-delay) forwards;
  }
  @keyframes reveal_headshot_before {
    0% {
      width: 100%;
      transform: translate(-100%);
    }
    to {
      width: 100%;
      transform: translate(100%);
    }
  }
  @keyframes reveal_headshot_after {
    0% {
      transform: translate(0);
    }
    to {
      transform: translate(100%);
    }
  }
  [data-aos="fade-up-sm"] {
    opacity: 0;
    transition-property: transform, opacity;
    transform: translateY(15px);
  }
  [data-aos="fade-up-sm"].aos-animate {
    opacity: 1;
    transform: translateY(0);
  }
  [data-aos="fade-down-sm"] {
    opacity: 0;
    transition-property: transform, opacity;
    transform: translateY(-15px);
  }
  [data-aos="fade-down-sm"].aos-animate {
    opacity: 1;
    transform: translateY(0);
  }
  [data-aos="fade-left-sm"] {
    opacity: 0;
    transition-property: transform, opacity;
    transform: translate(15px);
  }
  [data-aos="fade-left-sm"].aos-animate {
    opacity: 1;
    transform: translate(0);
  }
  [data-aos="fade-right-sm"] {
    opacity: 0;
    transition-property: transform, opacity;
    transform: translate(-15px);
  }
  [data-aos="fade-right-sm"].aos-animate {
    opacity: 1;
    transform: translate(0);
  }
  [data-aos="zoom-out-sm"] {
    opacity: 0.5;
    transition-property: transform, opacity;
    transform: scale(1.02);
  }
  [data-aos="zoom-out-sm"].aos-animate {
    opacity: 1;
    transform: scale(1);
  }
  [data-aos="fade-down-left-sm"] {
    opacity: 0.5;
    transition-property: transform, opacity;
    transform: translate(40px, -40px);
  }
  [data-aos="fade-down-left-sm"].aos-animate {
    opacity: 1;
    transform: translate(0);
  }
  [data-aos="fade-up-left-sm"] {
    opacity: 0.5;
    transition-property: transform, opacity;
    transform: translate(40px, 40px);
  }
  [data-aos="fade-up-left-sm"].aos-animate {
    opacity: 1;
    transform: translate(0);
  }
  [data-aos="fade-up-right-sm"] {
    opacity: 0.5;
    transition-property: transform, opacity;
    transform: translate(-40px, 40px);
  }
  [data-aos="fade-up-right-sm"].aos-animate {
    opacity: 1;
    transform: translate(0);
  }
  .section {
    padding-bottom: calc(var(--spacing) * 24);
  }
  @media (min-width: 80rem) {
    .section {
      padding-bottom: calc(var(--spacing) * 32);
    }
  }
  .section-sm {
    padding-bottom: calc(var(--spacing) * 16);
  }
  @media (min-width: 80rem) {
    .section-sm {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .section-page-heading {
    padding-top: calc(var(--spacing) * 10);
    padding-bottom: calc(var(--spacing) * 16);
  }
  .section-intro {
    padding-bottom: calc(var(--spacing) * 10);
  }
  @media (min-width: 80rem) {
    .section-intro {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .section-intro .title {
    margin-bottom: calc(var(--spacing) * 4);
  }
  @media (min-width: 80rem) {
    .section-intro .title {
      font-size: var(--text-h1);
    }
  }
  .section-intro .subtitle {
    line-height: var(--tw-leading, var(--text-base--line-height));
    font-size: var(--text-base);
  }
  .section-content {
    margin-block: calc(var(--spacing) * 0);
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 1200px !important;
    }
  }
  @media screen and (min-width: 1280px) {
    .container {
      padding: 0 !important;
    }
  }
  @media screen and (max-width: 574px) {
    .container {
      padding: 0 1rem !important;
    }
  }
  .container-fluid {
    padding-right: var(--tw-gap-x, 0.75rem);
    padding-left: var(--tw-gap-x, 0.75rem);
    --tw-gap-x: 1rem;
    margin-inline: auto;
  }
  @media screen and (min-width: 1024px) {
    .container-fluid {
      --tw-gap-x: 2.5rem;
    }
  }
  :where(.social-icons > :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))
    );
  }
  .social-icons li {
    display: inline-block;
  }
  .social-icons li a {
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    border-radius: var(--radius);
    background-color: var(--color-primary);
    text-align: center;
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
    color: var(--color-white);
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .social-icons li a svg {
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
  }
  .notice {
    margin-bottom: calc(var(--spacing) * 6);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 6);
    border-width: 1px;
  }
  .notice.note {
    color: #1b83e2;
    border-color: currentColor;
  }
  .notice.tip {
    color: #40d294;
    border-color: currentColor;
  }
  .notice.info {
    color: #e3a72c;
    border-color: currentColor;
  }
  .notice.warning {
    color: #db2c23;
    border-color: currentColor;
  }
  .notice-head {
    align-items: center;
    display: flex;
  }
  .notice-head svg {
    margin-right: calc(var(--spacing) * 3);
  }
  .notice-head p {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
  }
  .notice-body {
    margin-top: calc(var(--spacing) * 3);
  }
  .notice-body p {
    margin-block: calc(var(--spacing) * 0);
  }
  .tab {
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    overflow: hidden;
  }
  .tab-nav {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-border);
    background-color: var(--color-light);
    display: flex;
    margin: calc(var(--spacing) * 0) !important;
    list-style-type: none !important;
  }
  .tab-nav-item {
    cursor: pointer;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
    border-color: var(--color-border);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    color: var(--color-white);
    opacity: 0.8;
    margin-block: calc(var(--spacing) * 0) !important;
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  .tab-nav-item.active {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 5px;
    border-color: var(--color-text-dark);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .tab-nav-item.active {
      border-color: color-mix(
        in oklab,
        var(--color-text-dark) 10%,
        transparent
      );
    }
  }
  .tab-nav-item.active {
    color: var(--color-white);
    opacity: 1;
  }
  .tab-content-panel {
    padding: calc(var(--spacing) * 8);
    display: none;
  }
  .tab-content-panel p {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .tab-content-panel.active {
    display: block;
  }
  .pricing-table {
    width: 100%;
  }
  .pricing-table thead tr th {
    padding-top: calc(var(--spacing) * 10);
  }
  .pricing-table thead tr th .pricing-table-head {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .pricing-table thead tr th .pricing-table-head .title {
    margin-bottom: calc(var(--spacing) * 2);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
  }
  .pricing-table thead tr th .pricing-table-head .subtitle {
    margin-bottom: calc(var(--spacing) * 6);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .pricing-table thead tr th .pricing-table-head .price-tag {
    align-items: center;
    column-gap: calc(var(--spacing) * 4);
    height: auto;
    display: flex;
  }
  .pricing-table thead tr th .pricing-table-head .price-tag span {
    font-size: var(--text-h5);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-white);
  }
  .pricing-table thead tr th .pricing-table-head .price-tag h2 {
    font-size: var(--text-h2);
  }
  @media (min-width: 80rem) {
    .pricing-table thead tr th .pricing-table-head .price-tag h2 {
      font-size: var(--text-h1);
    }
  }
  .pricing-table thead tr th:nth-child(3) {
    border-top-left-radius: var(--radius-4xl);
    border-top-right-radius: var(--radius-4xl);
    background-color: var(--color-light);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .pricing-table thead tr th:nth-child(3) {
      background-color: color-mix(
        in oklab,
        var(--color-light) 50%,
        transparent
      );
    }
  }
  .pricing-table tbody tr td {
    border-bottom-style: var(--tw-border-style);
    border-color: #ffffff26;
    border-bottom-width: 1px;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .pricing-table tbody tr td {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .pricing-table tbody tr td {
    padding-block: calc(var(--spacing) * 5);
  }
  .pricing-table tbody tr td > div {
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .pricing-table tbody tr td:nth-child(3) {
    background-color: var(--color-light);
    border-color: #0000;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .pricing-table tbody tr td:nth-child(3) {
      background-color: color-mix(
        in oklab,
        var(--color-light) 50%,
        transparent
      );
    }
  }
  .pricing-table tbody tr td:nth-child(3) {
    padding-inline: calc(var(--spacing) * 2);
  }
  .pricing-table tbody tr:first-child td {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-white);
    border-bottom-color: #0000;
  }
  .pricing-table tbody tr td:first-child {
    text-align: left;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .pricing-table tbody tr:last-child td {
    padding-block: calc(var(--spacing) * 11);
    border-bottom-color: #0000;
  }
  .pricing-table tbody tr:last-child td:nth-child(3) {
    border-bottom-right-radius: var(--radius-4xl);
    border-bottom-left-radius: var(--radius-4xl);
    background-color: var(--color-light);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .pricing-table tbody tr:last-child td:nth-child(3) {
      background-color: color-mix(
        in oklab,
        var(--color-light) 50%,
        transparent
      );
    }
  }
  .pricing-table tbody tr:last-child td:nth-child(3) {
    padding-inline: calc(var(--spacing) * 2);
  }
  .accordion {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-gray-700);
    padding-bottom: calc(var(--spacing) * 2);
    overflow: hidden;
  }
  .accordion-header {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    gap: calc(var(--spacing) * 8);
    width: 100%;
    padding-top: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-h6);
    color: var(--color-white);
    display: flex;
  }
  .accordion-icon {
    width: 0.8em;
    height: 0.8em;
    padding-right: calc(var(--spacing) * 5);
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
    rotate: -90deg;
  }
  .accordion-content {
    margin-bottom: calc(var(--spacing) * 0);
    max-height: calc(var(--spacing) * 0);
    opacity: 0;
    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: 0.5s;
    --tw-ease: var(--ease-out);
    transition-duration: 0.5s;
    transition-timing-function: var(--ease-out);
    overflow: hidden;
  }
  .accordion.active .accordion-icon {
    rotate: none;
  }
  .accordion.active .accordion-icon-active {
    opacity: 0 !important;
  }
  .accordion.active .accordion-content {
    margin-bottom: calc(var(--spacing) * 4);
    border-radius: var(--radius-lg);
    background-color: var(--color-light);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .accordion.active .accordion-content {
      background-color: color-mix(
        in oklab,
        var(--color-light) 50%,
        transparent
      );
    }
  }
  .accordion.active .accordion-content {
    padding: calc(var(--spacing) * 6);
    opacity: 1;
    transition: max-height 0.5s ease-out, opacity 0.3s ease-out,
      padding 0.3s ease-out;
  }
  .modal {
    inset: calc(var(--spacing) * 0);
    z-index: 40;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    overflow: auto;
  }
  .modal-overlay {
    inset: calc(var(--spacing) * 0);
    z-index: 40;
    background-color: #0006;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .modal-overlay {
      background-color: color-mix(
        in oklab,
        var(--color-black) 40%,
        transparent
      );
    }
  }
  .modal-content {
    z-index: 50;
    --tw-translate-y: -50%;
    max-width: 90%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: var(--radius-lg);
    background-color: var(--color-body);
    padding: calc(var(--spacing) * 8);
    margin-inline: auto;
    position: relative;
    top: 50%;
  }
  .modal-close {
    top: calc(var(--spacing) * 3);
    right: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 8);
    width: calc(var(--spacing) * 8);
    background-color: var(--color-light);
    text-align: center;
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    color: var(--color-white);
    border-radius: 3.40282e38px;
    position: absolute;
  }
  .content {
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  .content :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .content
    :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;
  }
  .content :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    font-weight: 500;
    text-decoration: underline;
  }
  .content
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  .content
    :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .content
    :where(blockquote strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ),
  .content
    :where(thead th strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
  }
  .content
    :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;
  }
  .content
    :where(ol[type="A"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-alpha;
  }
  .content
    :where(ol[type="a"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-alpha;
  }
  .content
    :where(ol[type="A s"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-alpha;
  }
  .content
    :where(ol[type="a s"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-alpha;
  }
  .content
    :where(ol[type="I"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-roman;
  }
  .content
    :where(ol[type="i"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-roman;
  }
  .content
    :where(ol[type="I s"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: upper-roman;
  }
  .content
    :where(ol[type="i s"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: lower-roman;
  }
  .content
    :where(ol[type="1"]):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    list-style-type: decimal;
  }
  .content
    :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;
  }
  .content
    :where(ol > li):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--tw-prose-counters);
    font-weight: 400;
  }
  .content
    :where(ul > li):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    )::marker {
    color: var(--tw-prose-bullets);
  }
  .content
    :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    margin-top: 1.25em;
    font-weight: 600;
  }
  .content
    :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;
  }
  .content
    :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;
  }
  .content
    :where(blockquote p:first-of-type):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before {
    content: open-quote;
  }
  .content
    :where(blockquote p:last-of-type):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: close-quote;
  }
  .content
    :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;
  }
  .content
    :where(h1 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 900;
  }
  .content
    :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;
  }
  .content
    :where(h2 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 800;
  }
  .content
    :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;
  }
  .content
    :where(h3 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
  }
  .content
    :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;
  }
  .content
    :where(h4 strong):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
    font-weight: 700;
  }
  .content
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content
    :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
    display: block;
  }
  .content
    :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content
    :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),
      0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);
    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;
  }
  .content
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-size: 0.875em;
    font-weight: 600;
  }
  .content
    :where(code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .content
    :where(code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: "`";
  }
  .content
    :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .content
    :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
  }
  .content
    :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  .content
    :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  .content
    :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .content
    :where(blockquote code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ),
  .content
    :where(thead th code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    color: inherit;
  }
  .content
    :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;
  }
  .content
    :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;
  }
  .content
    :where(pre code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before,
  .content
    :where(pre code):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):after {
    content: none;
  }
  .content
    :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;
  }
  .content
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  .content
    :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;
  }
  .content
    :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  .content
    :where(tbody tr:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    border-bottom-width: 0;
  }
  .content
    :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  .content
    :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  .content
    :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    vertical-align: top;
  }
  .content
    :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    text-align: start;
  }
  .content
    :where(figure > *):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .content
    :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;
  }
  .content {
    --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: #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;
  }
  .content
    :where(picture > img):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .content
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .content
    :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .content
    :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  .content
    :where(.prose > ul > li p):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  .content
    :where(.prose > ul > li > p:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.25em;
  }
  .content
    :where(.prose > ul > li > p:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.25em;
  }
  .content
    :where(.prose > ol > li > p:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 1.25em;
  }
  .content
    :where(.prose > ol > li > p:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 1.25em;
  }
  .content
    :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;
  }
  .content
    :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  .content
    :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  .content
    :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .content
    :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .content
    :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)),
  .content
    :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 0;
  }
  .content
    :where(thead th:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
  }
  .content
    :where(thead th:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
  }
  .content
    :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;
  }
  .content
    :where(tbody td:first-child, tfoot td:first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-start: 0;
  }
  .content
    :where(tbody td:last-child, tfoot td:last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    padding-inline-end: 0;
  }
  .content
    :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .content
    :where(.prose > :first-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-top: 0;
  }
  .content
    :where(.prose > :last-child):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    margin-bottom: 0;
  }
  .content {
    max-width: none;
  }
  .content
    :where(h1, h2, h3, h4, h5, h6, th):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-white);
    margin-top: 0.9em;
    margin-bottom: 0.8em;
  }
  .content
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--text-h1-sm);
  }
  @media (min-width: 48rem) {
    .content
      :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: var(--text-h1);
    }
  }
  .content
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--text-h2-sm);
  }
  @media (min-width: 48rem) {
    .content
      :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: var(--text-h2);
    }
  }
  .content
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    font-size: var(--text-h3-sm);
  }
  @media (min-width: 48rem) {
    .content
      :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      font-size: var(--text-h3);
    }
  }
  .content
    :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-radius: var(--radius);
    max-width: 100%;
  }
  .content
    :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--color-border);
  }
  .content :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    line-height: var(--tw-leading, var(--text-base--line-height));
    font-size: var(--text-base);
    color: var(--color-text);
  }
  .content
    :where(blockquote):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ) {
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-left-style: var(--tw-border-style);
    border-left-width: 10px;
    border-color: var(--color-primary);
    background-color: var(--color-light);
    padding-inline: calc(var(--spacing) * 8);
    padding-block: calc(var(--spacing) * 10);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    color: var(--color-white);
    font-style: normal;
  }
  .content
    :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-radius: var(--radius-lg);
    background-color: var(--color-light);
  }
  .content
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    padding-inline: calc(var(--spacing) * 1);
    color: var(--color-primary);
  }
  .content
    :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--color-white);
  }
  .content :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--color-text);
    text-decoration-line: underline;
  }
  @media (hover: hover) {
    .content
      :where(a):not(
        :where([class~="not-prose"], [class~="not-prose"] *)
      ):hover {
      color: var(--color-red-500);
    }
  }
  .content
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    color: var(--color-text);
  }
  .content
    :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-radius: var(--radius-lg);
    color: var(--color-white);
    position: relative;
    overflow: hidden;
  }
  .content
    :where(table):not(
      :where([class~="not-prose"], [class~="not-prose"] *)
    ):before {
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
    border-radius: inherit;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    --tw-content: "";
    content: var(--tw-content);
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .content
    :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--color-border);
    background-color: var(--color-light);
  }
  .content
    :where(th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    z-index: 10;
    padding-inline: calc(var(--spacing) * 4);
    color: var(--color-white);
    padding-block: 18px;
    position: relative;
  }
  .content
    :where(tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    border-color: var(--color-border);
  }
  .content
    :where(td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    z-index: 10;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: 18px;
    position: relative;
  }
  ul.green-tick-list {
    padding-left: calc(var(--spacing) * 0);
    list-style-type: none;
  }
  ul.green-tick-list li {
    margin-bottom: calc(var(--spacing) * 4);
    padding-left: calc(var(--spacing) * 5);
    position: relative;
  }
  ul.green-tick-list li:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  ul.green-tick-list li:before {
    content: "";
    left: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 3);
    width: calc(var(--spacing) * 3);
    --tw-translate-y: 50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none'%3E%3Cpath stroke='%2345B36B' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='m1 5 4 4 8-8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  .case-banner {
    border-radius: var(--radius-4xl);
    background-color: var(--color-light);
    place-items: center;
    min-height: 300px;
    display: grid;
    position: relative;
    overflow: hidden;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .case-banner {
      background-color: color-mix(
        in oklab,
        var(--color-light) 80%,
        transparent
      );
    }
  }
  .case-banner {
    padding-inline: calc(var(--spacing) * 16);
  }
  @media (min-width: 64rem) {
    .case-banner {
      min-height: 475px;
    }
  }
  .case-banner {
    background-image: url(/images/case_studies/case_studies_banner_bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .case-banner:before {
    content: "";
    inset: calc(var(--spacing) * 0);
    z-index: 10;
    background-color: var(--color-light);
    position: absolute;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .case-banner:before {
      background-color: color-mix(
        in oklab,
        var(--color-light) 30%,
        transparent
      );
    }
  }
  li > a.blog-category-item {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    text-transform: capitalize;
    display: inline-block;
  }
  li > a.blog-category-item.active {
    border-radius: var(--radius-2xl);
    background-color: var(--color-light);
    color: var(--color-white);
  }
  .blog-shuffle-item {
    margin-bottom: calc(var(--spacing) * 10);
  }
  footer {
    padding-top: calc(var(--spacing) * 10);
    background-image: url(/images/shapes/footer_bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 300%;
  }
  @media screen and (max-width: 1023px) {
    footer {
      background-size: 200% 100%;
    }
  }
  .header {
    padding-block: calc(var(--spacing) * 4);
  }
  @media (min-width: 64rem) {
    .header {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .navbar {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }
  .navbar-brand {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
  }
  .navbar-brand image {
    max-width: 100%;
    max-height: 100%;
  }
  .navbar-nav {
    z-index: 40;
    margin-top: calc(var(--spacing) * 5);
    width: calc(100% - px);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    background-color: var(--color-body);
    padding: calc(var(--spacing) * 6);
    position: absolute;
    top: 100%;
  }
  @media (min-width: 64rem) {
    .navbar-nav {
      margin-top: calc(var(--spacing) * 0);
      --tw-border-style: none;
      width: 100%;
      padding-block: calc(var(--spacing) * 0);
      text-align: left;
      background-color: #0000;
      border-style: none;
      position: static;
    }
  }
  .nav-link {
    padding: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    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));
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
  }
  @media (hover: hover) {
    .nav-link:hover {
      color: var(--color-white);
    }
  }
  @media (min-width: 64rem) {
    .nav-link {
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .nav-dropdown {
    margin-right: calc(var(--spacing) * 0);
  }
  .nav-dropdown-list {
    z-index: 10;
    border-radius: var(--radius-xl);
    min-width: 180px;
    padding: calc(var(--spacing) * 3);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a),
      0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  @media (min-width: 64rem) {
    .nav-dropdown-list {
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-color: var(--color-border);
      background-color: var(--color-body);
      padding-inline: calc(var(--spacing) * 8);
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .nav-dropdown-item {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .nav-dropdown-item:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
  @media (min-width: 64rem) {
    .nav-dropdown-item {
      margin-block: calc(var(--spacing) * 1.5);
    }
  }
  .nav-dropdown-link {
    padding-block: calc(var(--spacing) * 1);
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-text);
    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));
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
  }
  @media (hover: hover) {
    .nav-dropdown-link:hover {
      color: var(--color-white);
    }
  }
  @media (min-width: 64rem) {
    .nav-dropdown-link {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .btn {
    cursor: pointer;
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    text-transform: capitalize;
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter, display, visibility,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
  }
  .btn-sm {
    border-radius: var(--radius-sm);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter, display, visibility,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .btn-primary {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #ffffff1a;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .btn-primary {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .btn-secondary {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    color: var(--color-white);
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  .btn-secondary:before {
    content: "";
    inset: calc(var(--spacing) * 0);
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-tertiary);
    --tw-gradient-via-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
    --tw-gradient-to: var(--color-tertiary);
    position: absolute;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .btn-secondary:before {
      --tw-gradient-to: color-mix(
        in oklab,
        var(--color-tertiary) 30%,
        transparent
      );
    }
  }
  .btn-secondary:before {
    --tw-gradient-via-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
    --tw-gradient-stops: var(
      --tw-gradient-via-stops,
      var(--tw-gradient-position),
      var(--tw-gradient-from) var(--tw-gradient-from-position),
      var(--tw-gradient-to) var(--tw-gradient-to-position)
    );
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 0.5s;
    --tw-ease: var(--ease-in-out);
    transition-duration: 0.5s;
    transition-timing-function: var(--ease-in-out);
    z-index: -1;
  }
  .btn-secondary:hover:before {
    opacity: 1;
  }
  .btn-secondary > * {
    z-index: 2;
    position: relative;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip: rect(0, 0, 0, 0);
    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;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: 50%;
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-full {
    top: 100%;
  }
  .-right-16 {
    right: calc(var(--spacing) * -16);
  }
  .-right-\[270px\] {
    right: -270px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-full {
    right: 100%;
  }
  .-bottom-20 {
    bottom: calc(var(--spacing) * -20);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: 50%;
  }
  .left-10 {
    left: calc(var(--spacing) * 10);
  }
  .-z-10 {
    z-index: -10;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-first {
    order: -1;
  }
  .order-last {
    order: 13;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-auto {
    grid-column: auto;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-1 {
    margin: calc(var(--spacing) * 1);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    flex-wrap: wrap;
    display: flex;
  }
  .row > * {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
    flex-shrink: 0;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-14 {
    margin-bottom: calc(var(--spacing) * 14);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-1\.5 {
    margin-left: calc(var(--spacing) * 1.5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .form-input {
    appearance: none;
    --tw-shadow: 0 0 #0000;
    background-color: #fff;
    border-width: 1px;
    border-color: #6a7282;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .form-input:focus {
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
      var(--tw-shadow);
    border-color: #155dfc;
    outline: 2px solid #0000;
  }
  .form-input::placeholder {
    color: #6a7282;
    opacity: 1;
  }
  .form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  .form-input::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  .form-input::-webkit-date-and-time-value {
    text-align: inherit;
  }
  .form-input::-webkit-datetime-edit {
    display: inline-flex;
  }
  .form-input::-webkit-datetime-edit {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-input::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-input::-webkit-datetime-edit-month-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-input::-webkit-datetime-edit-day-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-input::-webkit-datetime-edit-hour-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-input::-webkit-datetime-edit-minute-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-input::-webkit-datetime-edit-second-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-input::-webkit-datetime-edit-millisecond-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-input::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-square {
    aspect-ratio: 1;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[\.8em\] {
    height: 0.8em;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .col-10 {
    flex: none;
    width: 83.3333%;
  }
  .col-auto,
  .row-cols-auto > * {
    flex: none;
    width: auto;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-5\/6 {
    width: 83.3333%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-\[\.8em\] {
    width: 0.8em;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[60px\] {
    max-width: 60px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[2000px\] {
    max-width: 2000px;
  }
  .max-w-max {
    max-width: max-content;
  }
  .max-w-min {
    max-width: min-content;
  }
  .min-w-\[500px\] {
    min-width: 500px;
  }
  .min-w-\[600px\] {
    min-width: 600px;
  }
  .min-w-max {
    min-width: max-content;
  }
  .col {
    flex: 1 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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);
  }
  .-translate-y-\[20\%\] {
    --tw-translate-y: -20%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-45 {
    rotate: -45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .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;
  }
  .list-disc {
    list-style-type: disc;
  }
  .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;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 3) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-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))
    );
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 6) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 8) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  :where(.space-y-14 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(
      calc(var(--spacing) * 14) * var(--tw-space-y-reverse)
    );
    margin-block-end: calc(
      calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse))
    );
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  :where(.space-x-3 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(
      calc(var(--spacing) * 3) * var(--tw-space-x-reverse)
    );
    margin-inline-end: calc(
      calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse))
    );
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .self-center {
    align-self: center;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: var(--radius);
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .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-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-border,
  .border-border\/60 {
    border-color: var(--color-border);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-border\/60 {
      border-color: color-mix(in oklab, var(--color-border) 60%, transparent);
    }
  }
  .border-light {
    border-color: var(--color-light);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .border-tertiary\/70 {
    border-color: var(--color-tertiary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-tertiary\/70 {
      border-color: color-mix(in oklab, var(--color-tertiary) 70%, transparent);
    }
  }
  .border-white\/10 {
    border-color: #ffffff1a;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/10 {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: #ffffff26;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/15 {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: #fff3;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-body {
    background-color: var(--color-body);
  }
  .bg-border {
    background-color: var(--color-border);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-light,
  .bg-light\/10 {
    background-color: var(--color-light);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-light\/10 {
      background-color: color-mix(
        in oklab,
        var(--color-light) 10%,
        transparent
      );
    }
  }
  .bg-light\/40 {
    background-color: var(--color-light);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-light\/40 {
      background-color: color-mix(
        in oklab,
        var(--color-light) 40%,
        transparent
      );
    }
  }
  .bg-light\/50 {
    background-color: var(--color-light);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-light\/50 {
      background-color: color-mix(
        in oklab,
        var(--color-light) 50%,
        transparent
      );
    }
  }
  .bg-light\/55 {
    background-color: var(--color-light);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-light\/55 {
      background-color: color-mix(
        in oklab,
        var(--color-light) 55%,
        transparent
      );
    }
  }
  .bg-light\/60 {
    background-color: var(--color-light);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-light\/60 {
      background-color: color-mix(
        in oklab,
        var(--color-light) 60%,
        transparent
      );
    }
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-tertiary\/40 {
    background-color: var(--color-tertiary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-tertiary\/40 {
      background-color: color-mix(
        in oklab,
        var(--color-tertiary) 40%,
        transparent
      );
    }
  }
  .bg-tertiary\/50 {
    background-color: var(--color-tertiary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-tertiary\/50 {
      background-color: color-mix(
        in oklab,
        var(--color-tertiary) 50%,
        transparent
      );
    }
  }
  .bg-text {
    background-color: var(--color-text);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-current {
    fill: currentColor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-11 {
    padding-inline: calc(var(--spacing) * 11);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-\[2\.5px\] {
    padding-block: 2.5px;
  }
  .pt-1\.5 {
    padding-top: calc(var(--spacing) * 1.5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .\!pb-8 {
    padding-bottom: calc(var(--spacing) * 8) !important;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-11 {
    padding-bottom: calc(var(--spacing) * 11);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-primary {
    font-family: var(--font-primary);
  }
  .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-h3 {
    font-size: var(--text-h3) !important;
  }
  .text-\[0\.625rem\] {
    font-size: 0.625rem;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .text-h3 {
    font-size: var(--text-h3);
  }
  .text-h4 {
    font-size: var(--text-h4);
  }
  .text-h5 {
    font-size: var(--text-h5);
  }
  .leading-\[1\.813rem\] {
    --tw-leading: 1.813rem;
    line-height: 1.813rem;
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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-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-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-light {
    color: var(--color-light);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-text {
    color: var(--color-text);
  }
  .text-text-dark {
    color: var(--color-text-dark);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: #fff9;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/60 {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: #ffffffb3;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: #fffc;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/80 {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/85 {
    color: #ffffffd9;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/85 {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-20 {
    opacity: 0.2;
  }
  .opacity-70 {
    opacity: 0.7;
  }
  .opacity-80 {
    opacity: 0.8;
  }
  .opacity-100 {
    opacity: 1;
  }
  .inside-shadow {
    --tw-shadow: inset 0 -10px 40px var(--tw-shadow-color, var(--color-shadow));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .inside-shadow-sm {
    --tw-shadow: inset 0 2px 6px var(--tw-shadow-color, var(--color-shadow));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow {
    --tw-shadow: 0px 4px 40px var(--tw-shadow-color, #0000000d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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);
  }
  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate,
      filter, -webkit-backdrop-filter, backdrop-filter, display, visibility,
      content-visibility, overlay, pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[colors_shadows\] {
    transition-property: colors shadows;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color,
      text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-500 {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .g-5 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
  }
  .gx-5 {
    --bs-gutter-x: 2rem;
  }
  @media (hover: hover) {
    .group-hover\:translate-x-full:is(:where(.group):hover *) {
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:-translate-y-full:is(:where(.group):hover *) {
      --tw-translate-y: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:-rotate-180:is(:where(.group):hover *) {
      rotate: -180deg;
    }
    .group-hover\/arrowBtn\:translate-x-full:is(
        :where(.group\/arrowBtn):hover *
      ) {
      --tw-translate-x: 100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .group-hover\/arrowBtn\:-translate-y-full:is(
        :where(.group\/arrowBtn):hover *
      ) {
      --tw-translate-y: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .peer-checked\:bg-primary:is(:where(.peer):checked ~ *) {
    background-color: var(--color-primary);
  }
  .peer-focus\:outline-none:is(:where(.peer):focus ~ *) {
    --tw-outline-style: none;
    outline-style: none;
  }
  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }
  .after\:start-\[4px\]:after {
    content: var(--tw-content);
    inset-inline-start: 4px;
  }
  .after\:top-\[4px\]:after {
    content: var(--tw-content);
    top: 4px;
  }
  .after\:h-\[24px\]:after {
    content: var(--tw-content);
    height: 24px;
  }
  .after\:w-\[24px\]:after {
    content: var(--tw-content);
    width: 24px;
  }
  .after\:rounded-full:after {
    content: var(--tw-content);
    border-radius: 3.40282e38px;
  }
  .after\:border:after {
    content: var(--tw-content);
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .after\:border-gray-300:after {
    content: var(--tw-content);
    border-color: var(--color-gray-300);
  }
  .after\:bg-white:after {
    content: var(--tw-content);
    background-color: var(--color-white);
  }
  .after\:transition-all: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));
  }
  .after\:duration-500:after {
    content: var(--tw-content);
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .after\:ease-in-out:after {
    content: var(--tw-content);
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content);
  }
  .peer-checked\:after\:translate-x-\[33px\]:is(
      :where(.peer):checked ~ *
    ):after {
    content: var(--tw-content);
    --tw-translate-x: 33px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-checked\:after\:border-white:is(:where(.peer):checked ~ *):after {
    content: var(--tw-content);
    border-color: var(--color-white);
  }
  @media (hover: hover) {
    .hover\:bg-light:hover,
    .hover\:bg-light\/10:hover {
      background-color: var(--color-light);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-light\/10:hover {
        background-color: color-mix(
          in oklab,
          var(--color-light) 10%,
          transparent
        );
      }
    }
    .hover\:bg-primary:hover {
      background-color: var(--color-primary);
    }
    .hover\:text-primary:hover {
      color: var(--color-primary);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (min-width: 40rem) {
    .sm\:top-20 {
      top: calc(var(--spacing) * 20);
    }
    .sm\:left-0 {
      left: calc(var(--spacing) * 0);
    }
    .sm\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .sm\:col-span-5 {
      grid-column: span 5 / span 5;
    }
    .sm\:col-span-7 {
      grid-column: span 7 / span 7;
    }
    .sm\:block {
      display: block;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:h-0 {
      height: calc(var(--spacing) * 0);
    }
    .sm\:w-2\/3 {
      width: 66.6667%;
    }
    .sm\:min-w-\[700px\] {
      min-width: 700px;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:rounded-4xl {
      border-radius: var(--radius-4xl);
    }
    .sm\:bg-red-200 {
      background-color: var(--color-red-200);
    }
    .sm\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .sm\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .sm\:text-left {
      text-align: left;
    }
  }
  @media (min-width: 48rem) {
    .md\:order-1 {
      order: 1;
    }
    .md\:order-2 {
      order: 2;
    }
    .md\:col-6 {
      grid-column: 6;
    }
    .md\:col-span-4 {
      grid-column: span 4 / span 4;
    }
    .md\:col-span-8 {
      grid-column: span 8 / span 8;
    }
    .md\:block {
      display: block;
    }
    .md\:hidden {
      display: none;
    }
    .md\:table {
      display: table;
    }
    .md\:col-6 {
      flex: none;
      width: 50%;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .md\:bg-yellow-200 {
      background-color: var(--color-yellow-200);
    }
    .md\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .md\:text-h1 {
      font-size: var(--text-h1);
    }
  }
  @media (min-width: 64rem) {
    .lg\:invisible {
      visibility: hidden;
    }
    .lg\:absolute {
      position: absolute;
    }
    .lg\:top-0 {
      top: calc(var(--spacing) * 0);
    }
    .lg\:-right-\[100px\] {
      right: -100px;
    }
    .lg\:bottom-1\/2 {
      bottom: 50%;
    }
    .lg\:left-1\/2 {
      left: 50%;
    }
    .lg\:order-1 {
      order: 1;
    }
    .lg\:order-2 {
      order: 2;
    }
    .lg\:order-3 {
      order: 3;
    }
    .lg\:col-4 {
      grid-column: 4;
    }
    .lg\:col-6 {
      grid-column: 6;
    }
    .lg\:col-7 {
      grid-column: 7;
    }
    .lg\:col-8 {
      grid-column: 8;
    }
    .lg\:col-10 {
      grid-column: 10;
    }
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
    .lg\:col-span-7 {
      grid-column: span 7 / span 7;
    }
    .lg\:mx-0 {
      margin-inline: calc(var(--spacing) * 0);
    }
    .lg\:mx-auto {
      margin-inline: auto;
    }
    .lg\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
    .lg\:mt-16 {
      margin-top: calc(var(--spacing) * 16);
    }
    .lg\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
    .lg\:ml-0 {
      margin-left: calc(var(--spacing) * 0);
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:grid {
      display: grid;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:inline-block {
      display: inline-block;
    }
    .lg\:max-h-\[475px\] {
      max-height: 475px;
    }
    .lg\:col-4 {
      flex: none;
      width: 33.3333%;
    }
    .lg\:col-6 {
      flex: none;
      width: 50%;
    }
    .lg\:col-7 {
      flex: none;
      width: 58.3333%;
    }
    .lg\:col-8 {
      flex: none;
      width: 66.6667%;
    }
    .lg\:col-10 {
      flex: none;
      width: 83.3333%;
    }
    .lg\:w-3\/5 {
      width: 60%;
    }
    .lg\:w-\[45\%\] {
      width: 45%;
    }
    .lg\:w-\[55\%\] {
      width: 55%;
    }
    .lg\:w-\[450px\] {
      width: 450px;
    }
    .lg\:w-auto {
      width: auto;
    }
    .lg\:max-w-\[500px\] {
      max-width: 500px;
    }
    .lg\:max-w-none {
      max-width: none;
    }
    .lg\:min-w-\[620px\] {
      min-width: 620px;
    }
    .lg\:-translate-x-1\/2 {
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .lg\:translate-x-\[100px\] {
      --tw-translate-x: 100px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .lg\:translate-y-1\/2 {
      --tw-translate-y: 50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .lg\:scale-95 {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .lg\:scale-110 {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:items-center {
      align-items: center;
    }
    :where(.lg\:space-y-32 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(
        calc(var(--spacing) * 32) * var(--tw-space-y-reverse)
      );
      margin-block-end: calc(
        calc(var(--spacing) * 32) * calc(1 - var(--tw-space-y-reverse))
      );
    }
    .lg\:gap-x-5 {
      column-gap: calc(var(--spacing) * 5);
    }
    .lg\:gap-x-8 {
      column-gap: calc(var(--spacing) * 8);
    }
    :where(.lg\:space-x-2 > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(
        calc(var(--spacing) * 2) * var(--tw-space-x-reverse)
      );
      margin-inline-end: calc(
        calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse))
      );
    }
    .lg\:self-center {
      align-self: center;
    }
    .lg\:bg-green-200 {
      background-color: var(--color-green-200);
    }
    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .lg\:\!px-24 {
      padding-inline: calc(var(--spacing) * 24) !important;
    }
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .lg\:px-16 {
      padding-inline: calc(var(--spacing) * 16);
    }
    .lg\:px-20 {
      padding-inline: calc(var(--spacing) * 20);
    }
    .lg\:px-28 {
      padding-inline: calc(var(--spacing) * 28);
    }
    .lg\:pt-10 {
      padding-top: calc(var(--spacing) * 10);
    }
    .lg\:pt-20 {
      padding-top: calc(var(--spacing) * 20);
    }
    .lg\:pr-10 {
      padding-right: calc(var(--spacing) * 10);
    }
    .lg\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
    .lg\:pb-\[350px\] {
      padding-bottom: 350px;
    }
    .lg\:pl-10 {
      padding-left: calc(var(--spacing) * 10);
    }
    .lg\:text-left {
      text-align: left;
    }
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .lg\:text-\[4\.5rem\] {
      font-size: 4.5rem;
    }
    .lg\:text-\[5rem\] {
      font-size: 5rem;
    }
    .lg\:text-base {
      font-size: var(--text-base);
    }
    .lg\:text-h1 {
      font-size: var(--text-h1);
    }
    .lg\:leading-\[1\.2\] {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
    .lg\:font-medium {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
    .lg\:opacity-0 {
      opacity: 0;
    }
    .lg\:inside-shadow {
      --tw-shadow: inset 0 -10px 40px var(--tw-shadow-color, var(--color-shadow));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .lg\:shadow-none {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .lg\:transition-\[opacity_transform\] {
      transition-property: opacity transform;
      transition-timing-function: var(
        --tw-ease,
        var(--default-transition-timing-function)
      );
      transition-duration: var(
        --tw-duration,
        var(--default-transition-duration)
      );
    }
    .lg\:duration-500 {
      --tw-duration: 0.5s;
      transition-duration: 0.5s;
    }
    @media (hover: hover) {
      .lg\:group-hover\:visible:is(:where(.group):hover *) {
        visibility: visible;
      }
      .lg\:group-hover\:grid:is(:where(.group):hover *) {
        display: grid;
      }
      .lg\:group-hover\:scale-100:is(:where(.group):hover *) {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
      .lg\:group-hover\:opacity-100:is(:where(.group):hover *) {
        opacity: 1;
      }
    }
  }
  @media (min-width: 80rem) {
    .xl\:right-\[150px\] {
      right: 150px;
    }
    .xl\:col-5 {
      grid-column: 5;
    }
    .xl\:col-7 {
      grid-column: 7;
    }
    .xl\:col-8 {
      grid-column: 8;
    }
    .xl\:col-9 {
      grid-column: 9;
    }
    .xl\:col-10 {
      grid-column: 10;
    }
    .xl\:block {
      display: block;
    }
    .xl\:hidden {
      display: none;
    }
    .xl\:col-5 {
      flex: none;
      width: 41.6667%;
    }
    .xl\:col-7 {
      flex: none;
      width: 58.3333%;
    }
    .xl\:col-8 {
      flex: none;
      width: 66.6667%;
    }
    .xl\:col-9 {
      flex: none;
      width: 75%;
    }
    .xl\:col-10 {
      flex: none;
      width: 83.3333%;
    }
    .xl\:max-w-\[420px\] {
      max-width: 420px;
    }
    .xl\:max-w-\[959px\] {
      max-width: 959px;
    }
    .xl\:min-w-\[900px\] {
      min-width: 900px;
    }
    .xl\:translate-x-\[250px\] {
      --tw-translate-x: 250px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:flex-row {
      flex-direction: row;
    }
    .xl\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .xl\:bg-blue-200 {
      background-color: var(--color-blue-200);
    }
    .xl\:pt-24 {
      padding-top: calc(var(--spacing) * 24);
    }
    .xl\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
    .xl\:pb-\[450px\] {
      padding-bottom: 450px;
    }
  }
  @media (min-width: 96rem) {
    .\32xl\:block {
      display: block;
    }
    .\32xl\:hidden {
      display: none;
    }
    .\32xl\:bg-pink-200 {
      background-color: var(--color-pink-200);
    }
  }
  .rtl\:peer-checked\:after\:-translate-x-\[22px\]:where(
      :dir(rtl),
      [dir="rtl"],
      [dir="rtl"] *
    ):is(:where(.peer):checked ~ *):after {
    content: var(--tw-content);
    --tw-translate-x: -22px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .\[\&_a\]\:transition-colors a {
    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));
  }
  .\[\&_a\]\:duration-500 a {
    --tw-duration: 0.5s;
    transition-duration: 0.5s;
  }
  @media (hover: hover) {
    .\[\&_a\]\:hover\:text-primary a:hover {
      color: var(--color-primary);
    }
  }
}
input#nav-toggle:checked + label #show-button #ham_top {
  --tw-translate-y: calc(var(--spacing) * 1.5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: 45deg;
}
input#nav-toggle:checked + label #show-button #ham_bottom {
  --tw-translate-y: calc(var(--spacing) * -2);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  rotate: -45deg;
}
input#nav-toggle:checked ~ #nav-menu {
  display: block;
}
@media (min-width: 64rem) {
  input#nav-toggle:checked ~ #nav-menu {
    display: flex;
  }
}
@media (max-width: 1024px) {
  #all-pages-dropdown.active {
    display: block;
  }
}
.form-input {
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-border);
  background-color: var(--color-light);
  width: 100%;
}
@supports (color: color-mix(in lab, red, red)) {
  .form-input {
    background-color: color-mix(in oklab, var(--color-light) 60%, transparent);
  }
}
.form-input {
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 4);
  color: var(--color-white);
}
.form-input::placeholder {
  color: #ffffff4d;
}
@supports (color: color-mix(in lab, red, red)) {
  .form-input::placeholder {
    color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}
.form-input:focus {
  border-color: var(--color-border);
  --tw-ring-color: transparent;
}
.form-label {
  margin-bottom: calc(var(--spacing) * 4);
  line-height: var(--tw-leading, var(--text-base--line-height));
  font-size: var(--text-base);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  display: block;
}
.swiper-pagination-bullet {
  height: calc(var(--spacing) * 2.5);
  width: calc(var(--spacing) * 2.5);
  background-color: var(--color-light);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  height: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 4);
  background-color: var(--color-primary);
}
.is-brands-slider {
  background-color: var(--color-light);
}
@supports (color: color-mix(in lab, red, red)) {
  .is-brands-slider {
    background-color: color-mix(in oklab, var(--color-light) 60%, transparent);
  }
}
.is-brands-slider {
  padding-block: calc(var(--spacing) * 7);
}
.is-brands-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.is-brands-slider .swiper-slide {
  width: auto;
  margin-inline: calc(var(--spacing) * 8);
}
@media (min-width: 64rem) {
  .is-brands-slider .swiper-slide {
    margin-inline: calc(var(--spacing) * 10);
  }
}
.is-brands-slider .swiper-slide img {
  height: calc(var(--spacing) * 14);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
.astro-route-announcer {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
  height: 1px;
}
