/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
/*!
Theme Name: corecard
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: Rango
Author URI: https://rango.design
Text Domain: corecard
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

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

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

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Poppins", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-extrabold: 800;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.5rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --blur-lg: 16px;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: #EE793C;
  --color-secondary: #1D184C;
  --color-tertiary: #494570;
  --color-tertiarylighter: #A5A3B7;
  --color-light: #EEF0F4;
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --font-body: "Inter", sans-serif;
  --animate-fadein: fadeIn 0.5s 1 ease-out forwards;
  --animate-float: float 4s ease-in-out infinite;
  --animate-full-width: full-width 8s ease-in-out infinite;
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes float {
  0%,	100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-18px) rotate(3deg);
  }
}
@keyframes full-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
html, body {
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-white);
  font-family: var(--font-body);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -0.5px;
  letter-spacing: -0.5px;
  color: var(--color-tertiary);
}
.container {
  max-width: 1312px !important;
  margin-inline: auto;
  padding-inline: calc(var(--spacing) * 4);
}
.heading-1 {
  font-family: var(--font-sans);
  font-size: 40px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: -1.5px;
  letter-spacing: -1.5px;
  text-wrap: balance;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .heading-1 {
    font-size: 52px;
  }
}
.heading-2 {
  font-family: var(--font-sans);
  font-size: 32px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: -1.5px;
  letter-spacing: -1.5px;
  text-wrap: balance;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .heading-2 {
    font-size: 40px;
  }
}
.heading-3 {
  font-family: var(--font-sans);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -1.3px;
  letter-spacing: -1.3px;
  text-wrap: balance;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .heading-3 {
    font-size: 28px;
  }
}
@media (width >= 64rem) {
  .heading-3 {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
}
.heading-4 {
  font-family: var(--font-sans);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -1.1px;
  letter-spacing: -1.1px;
}
@media (width >= 64rem) {
  .heading-4 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.heading-5 {
  font-family: var(--font-sans);
  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);
  --tw-tracking: -0.8px;
  letter-spacing: -0.8px;
}
@media (width >= 64rem) {
  .heading-5 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 3);
  border-radius: calc(infinity * 1px);
  padding-inline: 22px;
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.button.button-small {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 1.5);
  font-size: 13px;
}
.button-primary {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 42px 25px 0 rgba(0, 0, 0, 0.01),	0 18px 18px 0 rgba(0, 0, 0, 0.02),	0 5px 10px 0 rgba(0, 0, 0, 0.02),	0 116px 32px 0 rgba(0, 0, 0, 0),	0 74px 30px 0 rgba(0, 0, 0, 0),	0 42px 25px 0 rgba(0, 0, 0, 0.01),	0 18px 18px 0 rgba(0, 0, 0, 0.02),	0 5px 10px 0 rgba(0, 0, 0, 0.02);
}
.button-primary:hover {
  border-color: #D86224;
  background-color: #D86224;
  box-shadow: none;
}
.button-border {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, #1D184C 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .button-border {
    border-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
  }
}
.button-border {
  color: var(--color-secondary);
  box-shadow: 0 116px 32px 0 rgba(0, 0, 0, 0),	0 74px 30px 0 rgba(0, 0, 0, 0),	0 42px 25px 0 rgba(0, 0, 0, 0.01),	0 18px 18px 0 rgba(0, 0, 0, 0.02),	0 5px 10px 0 rgba(0, 0, 0, 0.02);
}
.button-border:hover {
  border-color: var(--color-light);
  background-color: var(--color-light);
  box-shadow: none;
}
.plain-button {
  display: inline-flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-secondary);
  opacity: 100%;
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
@media (hover: hover) {
  .plain-button:hover {
    gap: calc(var(--spacing) * 3);
  }
}
@media (hover: hover) {
  .plain-button:hover {
    opacity: 80%;
  }
}
.top-label {
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  text-transform: uppercase;
}
.section-pad {
  padding-block: 50px;
}
.accordion-single.active .accordion-panel {
  grid-template-rows: 1fr;
}
.cta-bg {
  background-image: url("../theme/assets/img/cta-gradient-1.webp");
}
.slider-overflow-visible .swiper {
  overflow: visible;
}
.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 50%;
}
.swiper-pagination-progressbar {
  background-color: var(--color-light);
}
.swiper-pagination-progressbar-fill {
  background: var(--color-primary) !important;
}
.marquee {
  animation: marquee 60s linear infinite forwards;
  min-width: fit-content;
}
.reverse-marquee {
  animation: marquee 60s linear infinite forwards;
  transform: translateX(50%);
  animation-direction: reverse;
  min-width: fit-content;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee-vertical {
  animation: marquee-vertical 60s linear infinite forwards;
  min-width: fit-content;
}
.reverse-marquee-vertical {
  animation: marquee-vertical 60s linear infinite forwards;
  transform: translateX(50%);
  animation-direction: reverse;
  min-width: fit-content;
}
@keyframes marquee-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.wp-description-content h1 {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-sans);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -1.3px;
  letter-spacing: -1.3px;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .wp-description-content h1 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 64rem) {
  .wp-description-content h1 {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
.wp-description-content h2 {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-sans);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -1.1px;
  letter-spacing: -1.1px;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .wp-description-content h2 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 64rem) {
  .wp-description-content h2 {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
.wp-description-content h3 {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-sans);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: -1.1px;
  letter-spacing: -1.1px;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .wp-description-content h3 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .wp-description-content h3 {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
.wp-description-content h4 {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: -1.1px;
  letter-spacing: -1.1px;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .wp-description-content h4 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .wp-description-content h4 {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
.wp-description-content h5 {
  margin-top: calc(var(--spacing) * 6);
  margin-bottom: calc(var(--spacing) * 4);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -1.1px;
  letter-spacing: -1.1px;
  color: var(--color-secondary);
}
@media (width >= 64rem) {
  .wp-description-content h5 {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 64rem) {
  .wp-description-content h5 {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
.wp-description-content p {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -1.1px;
  letter-spacing: -1.1px;
  color: var(--color-tertiary);
}
.wp-description-content ul {
  margin-bottom: calc(var(--spacing) * 5);
  list-style-position: outside;
  list-style-type: disc;
}
:where(:is(.wp-description-content ul) > :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)));
}
.wp-description-content ul {
  padding-left: calc(var(--spacing) * 5);
}
.wp-description-content ol {
  margin-bottom: calc(var(--spacing) * 5);
  list-style-position: outside;
  list-style-type: decimal;
}
:where(:is(.wp-description-content ol) > :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)));
}
.wp-description-content ol {
  padding-left: calc(var(--spacing) * 5);
}
.wp-description-content li {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -1.1px;
  letter-spacing: -1.1px;
  color: var(--color-tertiary);
}
.wp-description-content .wp-block-image {
  display: block;
  overflow: hidden;
  padding-block: calc(var(--spacing) * 12);
}
.wp-description-content .wp-block-image img, .wp-description-content img {
  width: 100%;
  border-radius: var(--radius-3xl);
}
.wp-description-content table {
  width: 100%;
}
.wp-description-content .wp-block-table {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 8);
  display: block;
  width: 100%;
  max-width: calc(100vw - 32px);
  overflow-x: auto;
  border-radius: var(--radius-xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wp-description-content .wp-block-table {
    border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.wp-description-content .wp-block-table table {
  width: auto;
  min-width: 100%;
  overflow: visible;
  border-radius: 0;
}
.wp-description-content table th {
  background-color: color-mix(in srgb, #EEF0F4 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wp-description-content table th {
    background-color: color-mix(in oklab, var(--color-light) 40%, transparent);
  }
}
.wp-description-content table th {
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 3);
  text-align: left;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #204386;
}
@media (width >= 48rem) {
  .wp-description-content table th {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .wp-description-content table th {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.wp-description-content table td {
  padding: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-tertiary);
}
@media (width >= 48rem) {
  .wp-description-content table td {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .wp-description-content table td {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.wp-description-content table th, .wp-description-content table td {
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wp-description-content table th, .wp-description-content table td {
    border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.wp-description-content table th, .wp-description-content table td {
  padding: calc(var(--spacing) * 4);
  min-width: 200px;
}
.wp-description-content table thead {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wp-description-content table thead {
    border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.wp-description-content table tr:last-child td, .wp-description-content table tr:last-child th {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.wp-description-content blockquote {
  position: relative;
  margin-top: calc(var(--spacing) * 6);
  margin-bottom: calc(var(--spacing) * 8);
  border-radius: var(--radius-3xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, #000 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .wp-description-content blockquote {
    border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
  }
}
.wp-description-content blockquote {
  background-color: var(--color-light);
  padding-block: calc(var(--spacing) * 6);
  padding-right: calc(var(--spacing) * 6);
  padding-left: calc(var(--spacing) * 20);
  font-size: var(--text-base);
  line-height: 28px;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-wrap: wrap;
  color: var(--color-secondary);
}
@media (width >= 48rem) {
  .wp-description-content blockquote {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
.wp-description-content blockquote p {
  margin-bottom: calc(var(--spacing) * 0);
  font-size: var(--text-base);
  line-height: 28px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: -0.5px;
  letter-spacing: -0.5px;
  text-wrap: wrap;
  color: var(--color-secondary);
}
.wp-description-content blockquote::before {
  position: absolute;
  top: calc(var(--spacing) * 7);
  left: calc(var(--spacing) * 8);
  width: calc(var(--spacing) * 8);
  height: calc(var(--spacing) * 8);
  background-size: contain;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBmaWxsPSIjMjA0Mzg2IiBkPSJNMTUuMjUgMTAuMjVhNSA1IDAgMCAxIDUtNSAxIDEgMCAxIDAgMC0yIDcgNyAwIDAgMC03IDdWMThBMi43NSAyLjc1IDAgMCAwIDE2IDIwLjc1aDRBMi43NSAyLjc1IDAgMCAwIDIyLjc1IDE4di00QTIuNzUgMi43NSAwIDAgMCAyMCAxMS4yNWgtNGMtLjI2IDAtLjUxMi4wMzYtLjc1LjEwNFYxMC4yNVptLTEyIDBhNSA1IDAgMCAxIDUtNSAxIDEgMCAwIDAgMC0yIDcgNyAwIDAgMC03IDdWMThBMi43NSAyLjc1IDAgMCAwIDQgMjAuNzVoNEEyLjc1IDIuNzUgMCAwIDAgMTAuNzUgMTh2LTRBMi43NSAyLjc1IDAgMCAwIDggMTEuMjVINGMtLjI2IDAtLjUxMi4wMzYtLjc1LjEwNFYxMC4yNVoiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 24px;
}
.check-list li, .auto-accordion-content li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICA8cGF0aCBmaWxsPSIjMUQxODRDIiBkPSJNOSAxN0E4IDggMCAxIDAgOSAxYTggOCAwIDAgMCAwIDE2WiIvPgogIDxwYXRoIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik01LjUgOSA4IDExLjVsNC41LTUiLz4KPC9zdmc+Cg==);
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px;
}
.button-shadow {
  box-shadow: 0 116px 32px 0 rgba(0, 0, 0, 0),	0 74px 30px 0 rgba(0, 0, 0, 0),	0 42px 25px 0 rgba(0, 0, 0, 0.01),	0 18px 18px 0 rgba(0, 0, 0, 0.02),	0 5px 10px 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 1279px) {
  .home-hero-slider .swiper-slide {
    z-index: 0;
    opacity: 60%;
    transition: 0.3s ease-out;
  }
  .home-hero-slider .swiper-slide-active {
    z-index: 99;
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    opacity: 100%;
  }
}
.hero-coverflow {
  padding: 0 60px;
}
.hero-coverflow-viewport {
  position: relative;
}
.hero-coverflow-track {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 540px;
}
@media (max-width: 900px) {
  .hero-coverflow-track {
    height: 420px;
  }
}
.hero-coverflow-card {
  position: absolute;
  will-change: transform;
  cursor: pointer;
}
.hero-coverflow-card>div {
  overflow: hidden;
}
.hero-coverflow-card img {
  display: block;
  pointer-events: none;
}
.hero-coverflow-prev, .hero-coverflow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: box-shadow 0.3s ease,	background 0.3s ease;
}
.hero-coverflow-prev:hover, .hero-coverflow-next:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: var(--color-secondary);
}
.hero-coverflow-prev {
  left: 0;
}
@media (min-width: 1500px) {
  .hero-coverflow-prev {
    left: -130px;
  }
}
.hero-coverflow-next {
  right: 0;
}
@media (min-width: 1500px) {
  .hero-coverflow-next {
    right: -130px;
  }
}
.hero-coverflow-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}
.hero-coverflow-dot {
  width: 10px;
  height: 10px;
  background: #d1d5db;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease,	width 0.3s ease,	border-radius 0.3s ease;
}
.hero-coverflow-dot.active {
  width: 28px;
  border-radius: 5px;
  background: var(--color-primary, #ee793c);
}
.newsletter-bg {
  background-image: url("../theme/assets/img/newsletter-bg.webp");
}
.contact-us-form {
  position: relative;
}
.contact-form {
  position: relative;
}
.contact-form label {
  position: relative;
  cursor: pointer;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-tertiary);
}
.contact-form label>span {
  display: block;
}
.contact-form input:not([type="checkbox"]):not([type="hidden"]), .contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(29, 24, 76, 0.12);
  outline: 0;
  background: transparent;
  padding: 12px 4px;
  color: #1d184c;
  font-size: 16px;
  font-weight: 500;
}
.contact-form textarea {
  min-height: 76px;
  resize: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder, .contact-form .selected-option {
  color: rgba(29, 24, 76, 0.42);
}
.contact-form .selected-option.has-value {
  color: #1d184c;
}
.contact-form .iti {
  display: block;
  width: 100%;
}
.contact-form .iti input.iti__tel-input {
  color: #1d184c !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.contact-form .iti .iti__selected-dial-code {
  color: #1d184c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.contact-form .iti input.iti__search-input, .contact-form .iti input[type="search"] {
  border: 0;
  border-bottom: 1px solid rgba(29, 24, 76, 0.12);
  border-radius: 0;
  padding: 10px 12px 10px 34px !important;
  color: #1d184c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.contact-form .iti input.iti__search-input::placeholder, .contact-form .iti input[type="search"]::placeholder {
  color: rgba(29, 24, 76, 0.42);
}
.contact-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #ee793c;
}
.contact-form .contact-consent-checkbox {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(29, 24, 76, 0.28);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  display: grid;
  place-content: center;
  transition: background 0.2s ease,	border-color 0.2s ease;
}
.contact-form .contact-consent-checkbox::before {
  content: "";
  width: 11px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.15s ease;
}
.contact-form .contact-consent-checkbox:checked {
  border-color: #ee793c;
  background: #ee793c;
}
.contact-form .contact-consent-checkbox:checked::before {
  transform: rotate(-45deg) scale(1) translate(1px, -1px);
}
.contact-form .contact-consent {
  line-height: 1.45;
  text-wrap: wrap !important;
  white-space: normal;
}
.contact-form .contact-consent>span {
  display: block;
  flex: 1;
  min-width: 0;
  text-wrap: wrap !important;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}
.contact-form .contact-consent a {
  display: inline;
  white-space: normal;
}
.contact-form .custom-select-field {
  color: var(--color-tertiary, #36315f);
  position: relative;
  font-size: 14px;
  font-weight: 600;
}
.contact-form .custom-select-box {
  position: relative;
  border-bottom: 1px solid rgba(29, 24, 76, 0.12);
  padding: 12px 34px 12px 4px;
  color: #1d184c;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.contact-form .custom-select-box::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ee793c;
  border-bottom: 3px solid #ee793c;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
  pointer-events: none;
}
.contact-form .custom-select-box.open::after {
  transform: translateY(-30%) rotate(225deg);
}
.contact-form .custom-select-box .options {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  display: none;
  max-height: 220px;
  overflow: auto;
  border: 1px solid rgba(29, 24, 76, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(29, 24, 76, 0.12);
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-form .custom-select-box.open .options {
  display: block;
}
.contact-form .custom-select-box .options li {
  padding: 10px 12px;
  color: #1d184c;
  cursor: pointer;
}
.contact-form .custom-select-box .options li:hover {
  background: #eef0f4;
}
.contact-form .custom-upload-field {
  display: block;
}
.contact-form .custom-upload-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(29, 24, 76, 0.1);
  border-radius: 12px;
  background: #eef0f4;
  padding: 14px 16px;
  cursor: pointer;
}
.contact-form .custom-upload-wrapper input[type="file"] {
  display: none;
}
.contact-form .custom-upload-wrapper .file-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  color: rgba(29, 24, 76, 0.42);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.contact-form .custom-upload-wrapper .file-info span:first-child {
  text-transform: uppercase;
}
.contact-form .custom-upload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  border-radius: 999px;
  background: #fff;
  padding: 10px 16px;
  color: #1d184c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.custom-checkbox input:checked+label:after {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.custom-checkbox input:checked+label:before {
  display: block;
}
.custom-checkbox label {
  display: block;
  width: 100%;
  padding-left: calc(var(--spacing) * 6);
  text-wrap: wrap;
}
.custom-checkbox label:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-checkbox label:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTIgOSI+CiAgPHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzA3LjI5M2ExIDEgMCAwIDEgMCAxLjQxNGwtNyA3YTEgMSAwIDAgMS0xLjQxNCAwbC0zLTNhMSAxIDAgMCAxIDEuNDE0LTEuNDE0bDEuOTQgMS45NGEuNS41IDAgMCAwIC43MDcgMGw1LjkzOS01Ljk0YTEgMSAwIDAgMSAxLjQxNCAwWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  position: absolute;
  left: 3px;
  top: 5px;
  height: 12px;
  display: none;
  z-index: 9;
}
.dropdown-shadow {
  box-shadow: 0 173px 48px 0 rgba(0, 0, 0, 0),	0 111px 44px 0 rgba(0, 0, 0, 0.01),	0 62px 37px 0 rgba(0, 0, 0, 0.02),	0 28px 28px 0 rgba(0, 0, 0, 0.03),	0 7px 15px 0 rgba(0, 0, 0, 0.04);
}
.form-error {
  color: #ff3b3b;
  font-size: 13px;
}
.form-success-message {
  color: #45d483;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.form-submission-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.form-submission-popup.active .popup-card {
  opacity: 1;
  scale: 1;
  transform: scale(1);
}
.form-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  z-index: 50;
}
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.form-api-error {
  margin-top: 10px;
  font-size: 14px;
  color: #ff4d4f;
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}
.inset-y-0 {
  inset-block: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.end {
  inset-inline-end: var(--spacing);
}
.-top-10 {
  top: calc(var(--spacing) * -10);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-2 {
  top: calc(var(--spacing) * 2);
}
.top-3 {
  top: calc(var(--spacing) * 3);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-20 {
  top: calc(var(--spacing) * 20);
}
.top-full {
  top: 100%;
}
.-right-4 {
  right: calc(var(--spacing) * -4);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.right-12 {
  right: calc(var(--spacing) * 12);
}
.right-\[20\%\] {
  right: 20%;
}
.-bottom-4 {
  bottom: calc(var(--spacing) * -4);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.isolate {
  isolation: isolate;
}
.-z-4 {
  z-index: calc(4 * -1);
}
.-z-10 {
  z-index: calc(10 * -1);
}
.-z-50 {
  z-index: calc(50 * -1);
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-999 {
  z-index: 999;
}
.z-9999 {
  z-index: 9999;
}
.z-99999 {
  z-index: 99999;
}
.order-4 {
  order: 4;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-12 {
  margin-block: calc(var(--spacing) * 12);
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-7 {
  margin-top: calc(var(--spacing) * 7);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-16 {
  margin-top: calc(var(--spacing) * 16);
}
.mt-\[72px\] {
  margin-top: 72px;
}
.mr-3 {
  margin-right: calc(var(--spacing) * 3);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-7 {
  margin-bottom: calc(var(--spacing) * 7);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-9 {
  margin-bottom: calc(var(--spacing) * 9);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-4\/3 {
  aspect-ratio: 4/3;
}
.aspect-\[4\/2\.2\] {
  aspect-ratio: 4/2.2;
}
.aspect-\[4\/2\.3\] {
  aspect-ratio: 4/2.3;
}
.aspect-\[4\/2\.5\] {
  aspect-ratio: 4/2.5;
}
.aspect-\[4\/2\.8\] {
  aspect-ratio: 4/2.8;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.size-4 {
  width: calc(var(--spacing) * 4);
  height: calc(var(--spacing) * 4);
}
.size-6 {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
.size-7 {
  width: calc(var(--spacing) * 7);
  height: calc(var(--spacing) * 7);
}
.size-8 {
  width: calc(var(--spacing) * 8);
  height: calc(var(--spacing) * 8);
}
.size-9 {
  width: calc(var(--spacing) * 9);
  height: calc(var(--spacing) * 9);
}
.size-10 {
  width: calc(var(--spacing) * 10);
  height: calc(var(--spacing) * 10);
}
.size-full {
  width: 100%;
  height: 100%;
}
.\!h-auto {
  height: auto !important;
}
.h-0\.5 {
  height: calc(var(--spacing) * 0.5);
}
.h-1\/2 {
  height: calc(1 / 2 * 100%);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-20 {
  height: calc(var(--spacing) * 20);
}
.h-24 {
  height: calc(var(--spacing) * 24);
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[370px\] {
  height: 370px;
}
.h-\[400px\] {
  height: 400px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-7 {
  max-height: calc(var(--spacing) * 7);
}
.max-h-\[54px\] {
  max-height: 54px;
}
.min-h-0 {
  min-height: calc(var(--spacing) * 0);
}
.min-h-24 {
  min-height: calc(var(--spacing) * 24);
}
.min-h-\[340px\] {
  min-height: 340px;
}
.\!w-auto {
  width: auto !important;
}
.w-0 {
  width: calc(var(--spacing) * 0);
}
.w-0\.5 {
  width: calc(var(--spacing) * 0.5);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-16 {
  width: calc(var(--spacing) * 16);
}
.w-24 {
  width: calc(var(--spacing) * 24);
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[630px\] {
  width: 630px;
}
.w-\[calc\(100\%\+300px\)\] {
  width: calc(100% + 300px);
}
.w-full {
  width: 100%;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[125px\] {
  max-width: 125px;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-\[196px\] {
  max-width: 196px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[396px\] {
  max-width: 396px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[622px\] {
  max-width: 622px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[670px\] {
  max-width: 670px;
}
.max-w-\[738px\] {
  max-width: 738px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[846px\] {
  max-width: 846px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-\[930px\] {
  max-width: 930px;
}
.max-w-\[1020px\] {
  max-width: 1020px;
}
.max-w-\[1050px\] {
  max-width: 1050px;
}
.max-w-\[1060px\] {
  max-width: 1060px;
}
.max-w-\[1064px\] {
  max-width: 1064px;
}
.max-w-fit {
  max-width: fit-content;
}
.max-w-none {
  max-width: none;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[168px\] {
  min-width: 168px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.flex-1 {
  flex: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[-60\%\] {
  --tw-translate-x: -60%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[-150px\] {
  --tw-translate-x: -150px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[40\%\] {
  --tw-translate-x: 40%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[90\%\] {
  --tw-translate-x: 90%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[-30\%\] {
  --tw-translate-y: -30%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[-60\%\] {
  --tw-translate-y: -60%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[60\%\] {
  --tw-translate-y: 60%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[70\%\] {
  --tw-translate-y: 70%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-\[1\.01\] {
  scale: 1.01;
}
.rotate-\[-20deg\] {
  rotate: -20deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.animate-float {
  animation: var(--animate-float);
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.resize-y {
  resize: vertical;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.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);
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-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-10 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-x-5 {
  column-gap: calc(var(--spacing) * 5);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}
.gap-y-5 {
  row-gap: calc(var(--spacing) * 5);
}
.gap-y-6 {
  row-gap: calc(var(--spacing) * 6);
}
.gap-y-8 {
  row-gap: calc(var(--spacing) * 8);
}
.gap-y-10 {
  row-gap: calc(var(--spacing) * 10);
}
:where(.divide-y > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(.divide-black\/10 > :not(:last-child)) {
  border-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  :where(.divide-black\/10 > :not(:last-child)) {
    border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-3xl {
  border-radius: var(--radius-3xl);
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[100\%\] {
  border-radius: 100%;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.rounded-t-2xl {
  border-top-left-radius: var(--radius-2xl);
  border-top-right-radius: var(--radius-2xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-\[\#E8EAEE\] {
  border-color: #E8EAEE;
}
.border-black\/5 {
  border-color: color-mix(in srgb, #000 5%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-black\/5 {
    border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
  }
}
.border-black\/10 {
  border-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-black\/10 {
    border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.border-secondary\/20 {
  border-color: color-mix(in srgb, #1D184C 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-secondary\/20 {
    border-color: color-mix(in oklab, var(--color-secondary) 20%, transparent);
  }
}
.border-transparent {
  border-color: transparent;
}
.border-white\/30 {
  border-color: color-mix(in srgb, #fff 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-white\/30 {
    border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}
.bg-\[\#005D98\] {
  background-color: #005D98;
}
.bg-\[\#96EFF9\] {
  background-color: #96EFF9;
}
.bg-\[\#E4E6EA\] {
  background-color: #E4E6EA;
}
.bg-\[\#f5f5f5\] {
  background-color: #f5f5f5;
}
.bg-black\/10 {
  background-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/10 {
    background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.bg-light {
  background-color: var(--color-light);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-primary\/40 {
  background-color: color-mix(in srgb, #EE793C 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-primary\/40 {
    background-color: color-mix(in oklab, var(--color-primary) 40%, transparent);
  }
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-secondary\/40 {
  background-color: color-mix(in srgb, #1D184C 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-secondary\/40 {
    background-color: color-mix(in oklab, var(--color-secondary) 40%, transparent);
  }
}
.bg-secondary\/60 {
  background-color: color-mix(in srgb, #1D184C 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-secondary\/60 {
    background-color: color-mix(in oklab, var(--color-secondary) 60%, transparent);
  }
}
.bg-tertiarylighter {
  background-color: var(--color-tertiarylighter);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/8 {
  background-color: color-mix(in srgb, #fff 8%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/8 {
    background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
  }
}
.bg-white\/10 {
  background-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[linear-gradient\(180deg\,rgba\(238\,240\,244\,0\.00\)_0\%\,_\#EEF0F4_11\.81\%\)\] {
  background-image: linear-gradient(180deg,rgba(238,240,244,0.00) 0%, #EEF0F4 11.81%);
}
.from-black\/20 {
  --tw-gradient-from: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/20 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.from-black\/20 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-white {
  --tw-gradient-from: var(--color-white);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-black {
  --tw-gradient-to: var(--color-black);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-top {
  object-position: top;
}
.object-top-right {
  object-position: right top;
}
.p-1 {
  padding: calc(var(--spacing) * 1);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-8 {
  padding: calc(var(--spacing) * 8);
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-1 {
  padding-inline: calc(var(--spacing) * 1);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-2\.5 {
  padding-inline: calc(var(--spacing) * 2.5);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.py-1 {
  padding-block: calc(var(--spacing) * 1);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-3\.5 {
  padding-block: calc(var(--spacing) * 3.5);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-\[50px\] {
  padding-block: 50px;
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-3 {
  padding-top: calc(var(--spacing) * 3);
}
.pt-4 {
  padding-top: calc(var(--spacing) * 4);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pt-16 {
  padding-top: calc(var(--spacing) * 16);
}
.pt-20 {
  padding-top: calc(var(--spacing) * 20);
}
.pt-24 {
  padding-top: calc(var(--spacing) * 24);
}
.pr-10 {
  padding-right: calc(var(--spacing) * 10);
}
.\!pb-0 {
  padding-bottom: calc(var(--spacing) * 0) !important;
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-6 {
  padding-bottom: calc(var(--spacing) * 6);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-16 {
  padding-bottom: calc(var(--spacing) * 16);
}
.pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}
.pl-8 {
  padding-left: calc(var(--spacing) * 8);
}
.pl-10 {
  padding-left: calc(var(--spacing) * 10);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-sans {
  font-family: var(--font-sans);
}
.\!text-base {
  font-size: var(--text-base) !important;
  line-height: var(--tw-leading, var(--text-base--line-height)) !important;
}
.\!text-sm {
  font-size: var(--text-sm) !important;
  line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-\[40px\]\/\[1\.1\] {
  font-size: 40px;
  line-height: 1.1;
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-base\/\[28px\] {
  font-size: var(--text-base);
  line-height: 28px;
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.text-\[40px\] {
  font-size: 40px;
}
.leading-7 {
  --tw-leading: calc(var(--spacing) * 7);
  line-height: calc(var(--spacing) * 7);
}
.leading-8 {
  --tw-leading: calc(var(--spacing) * 8);
  line-height: calc(var(--spacing) * 8);
}
.leading-\[1\.1\] {
  --tw-leading: 1.1;
  line-height: 1.1;
}
.leading-\[1\.6\] {
  --tw-leading: 1.6;
  line-height: 1.6;
}
.\!font-medium {
  --tw-font-weight: var(--font-weight-medium) !important;
  font-weight: var(--font-weight-medium) !important;
}
.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-\[-0\.5px\] {
  --tw-tracking: -0.5px;
  letter-spacing: -0.5px;
}
.tracking-\[-1\.5px\] {
  --tw-tracking: -1.5px;
  letter-spacing: -1.5px;
}
.text-balance {
  text-wrap: balance;
}
.text-wrap {
  text-wrap: wrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!text-white {
  color: var(--color-white) !important;
}
.text-\[\#1F2023\] {
  color: #1F2023;
}
.text-\[\#204386\] {
  color: #204386;
}
.text-primary {
  color: var(--color-primary);
}
.text-red-500 {
  color: var(--color-red-500);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-secondary\/40 {
  color: color-mix(in srgb, #1D184C 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-secondary\/40 {
    color: color-mix(in oklab, var(--color-secondary) 40%, transparent);
  }
}
.text-secondary\/60 {
  color: color-mix(in srgb, #1D184C 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-secondary\/60 {
    color: color-mix(in oklab, var(--color-secondary) 60%, transparent);
  }
}
.text-secondary\/80 {
  color: color-mix(in srgb, #1D184C 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-secondary\/80 {
    color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
  }
}
.text-tertiary {
  color: var(--color-tertiary);
}
.text-white {
  color: var(--color-white);
}
.text-white\/60 {
  color: color-mix(in srgb, #fff 60%, transparent);
}
@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: color-mix(in srgb, #fff 70%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/70 {
    color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.uppercase {
  text-transform: uppercase;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-20 {
  opacity: 20%;
}
.opacity-30 {
  opacity: 30%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-80 {
  opacity: 80%;
}
.opacity-100 {
  opacity: 100%;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.shadow-\[0_2px_4px_0_rgba\(0\,0\,0\,0\.12\)\] {
  --tw-shadow: 0 2px 4px 0 var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_30px_40px_0_rgba\(72\,110\,181\,0\.15\)\] {
  --tw-shadow: 0 30px 40px 0 var(--tw-shadow-color, rgba(72,110,181,0.15));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_40px_80px_0_rgba\(72\,110\,181\,0\.15\)\] {
  --tw-shadow: 0 40px 80px 0 var(--tw-shadow-color, rgba(72,110,181,0.15));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_40px_88px_0_rgba\(72\,110\,181\,0\.15\)\] {
  --tw-shadow: 0 40px 88px 0 var(--tw-shadow-color, rgba(72,110,181,0.15));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline-0 {
  outline-style: var(--tw-outline-style);
  outline-width: 0px;
}
.blur-\[80px\] {
  --tw-blur: blur(80px);
  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,);
}
.blur-\[100px\] {
  --tw-blur: blur(100px);
  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,);
}
.blur-\[300px\] {
  --tw-blur: blur(300px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.grayscale-100 {
  --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,);
}
.backdrop-blur-\[4px\] {
  --tw-backdrop-blur: blur(4px);
  -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,);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(var(--blur-lg));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-linear {
  --tw-ease: linear;
  transition-timing-function: linear;
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.group-last\:mr-0:is(:where(.group):last-child *) {
  margin-right: calc(var(--spacing) * 0);
}
.group-last\:border-0:is(:where(.group):last-child *) {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
@media (hover: hover) {
  .group-hover\:scale-105:is(:where(.group):hover *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:fill-primary:is(:where(.group):hover *) {
    fill: var(--color-primary);
  }
}
@media (hover: hover) {
  .group-hover\:text-white:is(:where(.group):hover *) {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .group-hover\:text-white\/80:is(:where(.group):hover *) {
    color: color-mix(in srgb, #fff 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .group-hover\:text-white\/80:is(:where(.group):hover *) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.group-data-\[active\=\"true\"\]\:bg-primary\/10:is(:where(.group)[data-active="true"] *) {
  background-color: color-mix(in srgb, #EE793C 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .group-data-\[active\=\"true\"\]\:bg-primary\/10:is(:where(.group)[data-active="true"] *) {
    background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
  }
}
.group-data-\[active\=\"true\"\]\:text-primary:is(:where(.group)[data-active="true"] *) {
  color: var(--color-primary);
}
.group-data-\[active\=\'false\'\]\:rotate-180:is(:where(.group)[data-active='false'] *) {
  rotate: 180deg;
}
.group-data-\[active\=\'false\'\]\:opacity-0:is(:where(.group)[data-active='false'] *) {
  opacity: 0%;
}
.group-data-\[active\=\'true\'\]\:rotate-180:is(:where(.group)[data-active='true'] *) {
  rotate: 180deg;
}
.group-data-\[active\=\'true\'\]\:opacity-0:is(:where(.group)[data-active='true'] *) {
  opacity: 0%;
}
.group-data-\[active\=true\]\:block:is(:where(.group)[data-active="true"] *) {
  display: block;
}
.group-data-\[active\=true\]\:w-full:is(:where(.group)[data-active="true"] *) {
  width: 100%;
}
.group-data-\[active\=true\]\:rotate-90:is(:where(.group)[data-active="true"] *) {
  rotate: 90deg;
}
.group-data-\[active\=true\]\:animate-full-width:is(:where(.group)[data-active="true"] *) {
  animation: var(--animate-full-width);
}
.group-data-\[active\=true\]\:pt-4:is(:where(.group)[data-active="true"] *) {
  padding-top: calc(var(--spacing) * 4);
}
.group-data-\[active\=true\]\:text-secondary:is(:where(.group)[data-active="true"] *) {
  color: var(--color-secondary);
}
.group-data-\[active\=true\]\:opacity-0:is(:where(.group)[data-active="true"] *) {
  opacity: 0%;
}
.group-data-\[active\=true\]\:opacity-100:is(:where(.group)[data-active="true"] *) {
  opacity: 100%;
}
.group-data-\[active\=true\]\:grayscale-0:is(:where(.group)[data-active="true"] *) {
  --tw-grayscale: grayscale(0%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.group-data-\[active\=true\]\:duration-8000:is(:where(.group)[data-active="true"] *) {
  --tw-duration: 8000ms;
  transition-duration: 8000ms;
}
.group-data-\[scroll\=\'true\'\]\:translate-y-0:is(:where(.group)[data-scroll='true'] *) {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.placeholder\:text-secondary\/50::placeholder {
  color: color-mix(in srgb, #1D184C 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-secondary\/50::placeholder {
    color: color-mix(in oklab, var(--color-secondary) 50%, transparent);
  }
}
.placeholder\:text-white\/50::placeholder {
  color: color-mix(in srgb, #fff 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .placeholder\:text-white\/50::placeholder {
    color: color-mix(in oklab, var(--color-white) 50%, transparent);
  }
}
.first\:relative:first-child {
  position: relative;
}
.first\:static:first-child {
  position: static;
}
.first\:pt-0:first-child {
  padding-top: calc(var(--spacing) * 0);
}
.first\:pl-0:first-child {
  padding-left: calc(var(--spacing) * 0);
}
.last\:border-r-0:last-child {
  border-right-style: var(--tw-border-style);
  border-right-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: calc(var(--spacing) * 0);
}
@media (hover: hover) {
  .hover\:gap-3:hover {
    gap: calc(var(--spacing) * 3);
  }
}
@media (hover: hover) {
  .hover\:border-black\/20:hover {
    border-color: color-mix(in srgb, #000 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:border-black\/20:hover {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:border-primary:hover {
    border-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:bg-black\/10:hover {
    background-color: color-mix(in srgb, #000 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-black\/10:hover {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-light:hover {
    background-color: var(--color-light);
  }
}
@media (hover: hover) {
  .hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:bg-primary\/10:hover {
    background-color: color-mix(in srgb, #EE793C 10%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-primary\/10:hover {
      background-color: color-mix(in oklab, var(--color-primary) 10%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-secondary:hover {
    background-color: var(--color-secondary);
  }
}
@media (hover: hover) {
  .hover\:bg-secondary\/5:hover {
    background-color: color-mix(in srgb, #1D184C 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-secondary\/5:hover {
      background-color: color-mix(in oklab, var(--color-secondary) 5%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-white\/30:hover {
    background-color: color-mix(in srgb, #fff 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-white\/30:hover {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:opacity-100:hover {
    opacity: 100%;
  }
}
@media (hover: hover) {
  .hover\:\!shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
}
.data-\[active\=\'true\'\]\:pointer-events-auto[data-active='true'] {
  pointer-events: auto;
}
.data-\[active\=\'true\'\]\:visible[data-active='true'] {
  visibility: visible;
}
.data-\[active\=\'true\'\]\:block[data-active='true'] {
  display: block;
}
.data-\[active\=\'true\'\]\:opacity-100[data-active='true'] {
  opacity: 100%;
}
.data-\[active\=true\]\:block[data-active="true"] {
  display: block;
}
.data-\[active\=true\]\:animate-fadein[data-active="true"] {
  animation: var(--animate-fadein);
}
.data-\[active\=true\]\:border-secondary[data-active="true"] {
  border-color: var(--color-secondary);
}
.data-\[active\=true\]\:bg-secondary[data-active="true"] {
  background-color: var(--color-secondary);
}
.data-\[active\=true\]\:bg-white[data-active="true"] {
  background-color: var(--color-white);
}
.data-\[active\=true\]\:text-secondary[data-active="true"] {
  color: var(--color-secondary);
}
.data-\[active\=true\]\:text-white[data-active="true"] {
  color: var(--color-white);
}
.data-\[active\=true\]\:opacity-100[data-active="true"] {
  opacity: 100%;
}
.data-\[active\=true\]\:shadow-lg[data-active="true"] {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.data-\[hover\=\'true\'\]\:z-50[data-hover='true'] {
  z-index: 50;
}
@media (width < 80rem) {
  .max-xl\:hidden {
    display: none;
  }
}
@media (width < 80rem) {
  .max-xl\:py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
}
@media (width < 64rem) {
  .max-lg\:w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
}
@media (width < 40rem) {
  .max-sm\:mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
}
@media (width < 40rem) {
  .max-sm\:hidden {
    display: none;
  }
}
@media (width < 40rem) {
  .max-sm\:w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
}
@media (width < 40rem) {
  .max-sm\:max-w-12 {
    max-width: calc(var(--spacing) * 12);
  }
}
@media (width < 40rem) {
  .max-sm\:bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .max-sm\:bg-black\/70 {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
}
@media (width >= 40rem) {
  .sm\:max-w-\[300px\] {
    max-width: 300px;
  }
}
@media (width >= 40rem) {
  .sm\:flex-1 {
    flex: 1;
  }
}
@media (width >= 48rem) {
  .md\:absolute {
    position: absolute;
  }
}
@media (width >= 48rem) {
  .md\:static {
    position: static;
  }
}
@media (width >= 48rem) {
  .md\:sticky {
    position: sticky;
  }
}
@media (width >= 48rem) {
  .md\:top-4 {
    top: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 48rem) {
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 48rem) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
}
@media (width >= 48rem) {
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 48rem) {
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 48rem) {
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
}
@media (width >= 48rem) {
  .md\:mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:ml-auto {
    margin-left: auto;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:aspect-\[4\/2\.2\] {
    aspect-ratio: 4/2.2;
  }
}
@media (width >= 48rem) {
  .md\:size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
}
@media (width >= 48rem) {
  .md\:size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:h-24 {
    height: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:h-\[440px\] {
    height: 440px;
  }
}
@media (width >= 48rem) {
  .md\:h-full {
    height: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-h-12 {
    max-height: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[420px\] {
    min-height: 420px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[500px\] {
    min-height: 500px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[512px\] {
    min-height: 512px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[40\%\] {
    width: 40%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[335px\] {
    width: 335px;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[196px\] {
    max-width: 196px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[360px\] {
    max-width: 360px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
}
@media (width >= 48rem) {
  .md\:min-w-\[170px\] {
    min-width: 170px;
  }
}
@media (width >= 48rem) {
  .md\:flex-1 {
    flex: 1;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (width >= 48rem) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-16 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:rounded-\[32px\] {
    border-radius: 32px;
  }
}
@media (width >= 48rem) {
  .md\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
@media (width >= 48rem) {
  .md\:bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
}
@media (width >= 48rem) {
  .md\:from-black\/80 {
    --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .md\:from-black\/80 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .md\:from-black\/80 {
    --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));
  }
}
@media (width >= 48rem) {
  .md\:to-black\/0 {
    --tw-gradient-to: color-mix(in srgb, #000 0%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .md\:to-black\/0 {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 0%, transparent);
    }
  }
  .md\:to-black\/0 {
    --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));
  }
}
@media (width >= 48rem) {
  .md\:object-contain {
    object-fit: contain;
  }
}
@media (width >= 48rem) {
  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:p-10 {
    padding: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pb-\[85px\] {
    padding-bottom: 85px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[105px\] {
    padding-bottom: 105px;
  }
}
@media (width >= 48rem) {
  .md\:text-left {
    text-align: left;
  }
}
@media (width >= 48rem) {
  .md\:text-right {
    text-align: right;
  }
}
@media (width >= 48rem) {
  .md\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-wrap {
    text-wrap: wrap;
  }
}
@media (width >= 48rem) {
  .md\:whitespace-normal {
    white-space: normal;
  }
}
@media (width >= 48rem) {
  .md\:shadow-\[-10px_0_20px_rgba\(0\,0\,0\,\.1\)\] {
    --tw-shadow: -10px 0 20px var(--tw-shadow-color, rgba(0,0,0,.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 48rem) {
  .md\:backdrop-blur-none {
    --tw-backdrop-blur:  ;
    -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,);
  }
}
@media (width >= 48rem) {
  .even\:md\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (width >= 64rem) {
  .lg\:top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }
}
@media (width >= 64rem) {
  .lg\:right-6 {
    right: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
}
@media (width >= 64rem) {
  .lg\:my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:h-\[150px\] {
    height: 150px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[510px\] {
    min-height: 510px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[640px\] {
    min-height: 640px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[14\.2\%\] {
    width: 14.2%;
  }
}
@media (width >= 64rem) {
  .lg\:w-auto {
    width: auto;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
}
@media (width >= 64rem) {
  .lg\:flex-1 {
    flex: 1;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:gap-4 {
    gap: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 64rem) {
  .lg\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:gap-20 {
    gap: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:rounded-3xl {
    border-radius: var(--radius-3xl);
  }
}
@media (width >= 64rem) {
  .lg\:rounded-lg {
    border-radius: var(--radius-lg);
  }
}
@media (width >= 64rem) {
  .lg\:rounded-none {
    border-radius: 0;
  }
}
@media (width >= 64rem) {
  .lg\:bg-transparent {
    background-color: transparent;
  }
}
@media (width >= 64rem) {
  .lg\:p-0 {
    padding: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:p-4 {
    padding: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:p-5 {
    padding: calc(var(--spacing) * 5);
  }
}
@media (width >= 64rem) {
  .lg\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:p-12 {
    padding: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
}
@media (width >= 64rem) {
  .lg\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:py-\[120px\] {
    padding-block: 120px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 64rem) {
  .lg\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-\[56px\]\/\[1\.1\] {
    font-size: 56px;
    line-height: 1.1;
  }
}
@media (width >= 64rem) {
  .lg\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 64rem) {
  .lg\:whitespace-normal {
    white-space: normal;
  }
}
@media (width >= 80rem) {
  .xl\:\!flex {
    display: flex !important;
  }
}
@media (width >= 80rem) {
  .xl\:block {
    display: block;
  }
}
@media (width >= 80rem) {
  .xl\:flex {
    display: flex;
  }
}
@media (width >= 80rem) {
  .xl\:hidden {
    display: none;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[360px\] {
    max-width: 360px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-full {
    max-width: 100%;
  }
}
@media (width >= 80rem) {
  .xl\:flex-1 {
    flex: 1;
  }
}
@media (width >= 80rem) {
  .xl\:flex-none {
    flex: none;
  }
}
@media (width >= 80rem) {
  .xl\:scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (width >= 80rem) {
  .xl\:scale-120 {
    --tw-scale-x: 120%;
    --tw-scale-y: 120%;
    --tw-scale-z: 120%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (width >= 80rem) {
  .xl\:\!transform-none {
    transform: none !important;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[215px\] {
    gap: 215px;
  }
}
@media (width >= 80rem) {
  .xl\:\!overflow-visible {
    overflow: visible !important;
  }
}
@media (width >= 80rem) {
  .xl\:bg-light {
    background-color: var(--color-light);
  }
}
@media (width >= 80rem) {
  .xl\:bg-white {
    background-color: var(--color-white);
  }
}
@media (width >= 80rem) {
  .xl\:py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
}
@media (width >= 80rem) {
  .xl\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 80rem) {
  .xl\:text-secondary {
    color: var(--color-secondary);
  }
}
@media (width >= 80rem) {
  .xl\:text-tertiary {
    color: var(--color-tertiary);
  }
}
@media (width >= 80rem) {
  .xl\:opacity-0 {
    opacity: 0%;
  }
}
@media (width >= 80rem) {
  .xl\:group-data-\[hover\=\'true\'\]\:scale-140:is(:where(.group)[data-hover='true'] *) {
    --tw-scale-x: 140%;
    --tw-scale-y: 140%;
    --tw-scale-z: 140%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.prose-p\:text-base :is(p):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.prose-p\:font-normal :is(p):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.prose-p\:text-wrap :is(p):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  text-wrap: wrap;
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.prose-strong\:font-medium :is(strong):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.prose-strong\:text-white\/80 :is(strong):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .prose-strong\:text-white\/80 :is(strong):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
:where(:is(.prose-ol\:space-y-3 :is(ol):not(:where([class~='not-prose'],[class~='not-prose'] *))) > :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)));
}
.prose-ul\:list-outside :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  list-style-position: outside;
}
.prose-ul\:list-disc :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  list-style-type: disc;
}
:where(:is(.prose-ul\:space-y-1 :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *))) > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
:where(:is(.prose-ul\:space-y-3 :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *))) > :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(:is(.prose-ul\:space-y-4 :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *))) > :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)));
}
.prose-ul\:pl-4 :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-left: calc(var(--spacing) * 4);
}
:is(.prose-ul\:marker\:text-primary :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *))) *::marker {
  color: var(--color-primary);
}
:is(.prose-ul\:marker\:text-primary :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)))::marker {
  color: var(--color-primary);
}
:is(.prose-ul\:marker\:text-primary :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *))) *::-webkit-details-marker {
  color: var(--color-primary);
}
:is(.prose-ul\:marker\:text-primary :is(ul):not(:where([class~='not-prose'],[class~='not-prose'] *)))::-webkit-details-marker {
  color: var(--color-primary);
}
.prose-li\:font-normal :is(li):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.prose-li\:text-wrap :is(li):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  text-wrap: wrap;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@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-font-weight: initial;
      --tw-tracking: initial;
      --tw-leading: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-border-style: solid;
      --tw-space-y-reverse: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-divide-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-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-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;
    }
  }
}
