@layer properties;@layer theme, base, components, utilities;@layer theme { :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --color-blue-500: oklch(62.3% 0.214 259.815); --color-blue-600: oklch(54.6% 0.245 262.881); --color-blue-700: oklch(48.8% 0.243 264.376); --color-slate-200: oklch(92.9% 0.013 255.508); --color-gray-300: oklch(87.2% 0.01 258.338); --color-gray-400: oklch(70.7% 0.022 261.325); --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-semibold: 600; --font-weight-extrabold: 800; --tracking-wide: 0.025em; --leading-tight: 1.25; --leading-snug: 1.375; --radius-lg: 0.5rem; --radius-xl: 0.75rem; --animate-spin: spin 1s linear infinite; --blur-md: 12px; --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); }}@layer base { *, ::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)) { 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; }}@layer utilities { .pointer-events-auto { pointer-events: auto; } .pointer-events-none { pointer-events: none; } .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; } .inset-0 { inset: calc(var(--spacing) * 0); } .bottom-0 { bottom: calc(var(--spacing) * 0); } .bottom-3 { bottom: calc(var(--spacing) * 3); } .-z-10 { z-index: calc(10 * -1); } .z-10 { z-index: 10; } .z-20 { z-index: 20; } .z-30 { z-index: 30; } .mx-1 { margin-inline: calc(var(--spacing) * 1); } .mt-0\.5 { margin-top: calc(var(--spacing) * 0.5); } .mt-1 { margin-top: calc(var(--spacing) * 1); } .mb-3 { margin-bottom: calc(var(--spacing) * 3); } .mb-15 { margin-bottom: calc(var(--spacing) * 15); } .box-border { box-sizing: border-box; } .block { display: block; } .flex { display: flex; } .grid { display: grid; } .hidden { display: none; } .inline { display: inline; } .h-3\.5 { height: calc(var(--spacing) * 3.5); } .h-4 { height: calc(var(--spacing) * 4); } .h-auto { height: auto; } .h-full { height: 100%; } .min-h-screen { min-height: 100vh; } .w-3\.5 { width: calc(var(--spacing) * 3.5); } .w-4 { width: calc(var(--spacing) * 4); } .w-8 { width: calc(var(--spacing) * 8); } .w-45 { width: calc(var(--spacing) * 45); } .w-full { width: 100%; } .max-w-full { max-width: 100%; } .min-w-0 { min-width: calc(var(--spacing) * 0); } .shrink-0 { flex-shrink: 0; } .grow { flex-grow: 1; } .-skew-x-12 { --tw-skew-x: skewX(calc(12deg * -1)); transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); } .skew-x-12 { --tw-skew-x: skewX(12deg); transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); } .transform { transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); } .animate-spin { animation: var(--animate-spin); } .cursor-not-allowed { cursor: not-allowed; } .cursor-pointer { cursor: pointer; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .flex-col { flex-direction: column; } .flex-row { flex-direction: row; } .items-center { align-items: center; } .items-start { align-items: flex-start; } .justify-center { justify-content: center; } .gap-2 { gap: calc(var(--spacing) * 2); } .gap-5 { gap: calc(var(--spacing) * 5); } .gap-x-\[6\.5vw\] { column-gap: 6.5vw; } .overflow-hidden { overflow: hidden; } .rounded-xl { border-radius: var(--radius-xl); } .border { border-style: var(--tw-border-style); border-width: 1px; } .border-blue-500 { border-color: var(--color-blue-500); } .bg-\[\#0b0f17\]\/30 { background-color: color-mix(in oklab, #0b0f17 30%, transparent); } .bg-black { background-color: var(--color-black); } .bg-black\/60 { background-color: color-mix(in srgb, #000 60%, transparent); @supports (color: color-mix(in lab, red, red)) { background-color: color-mix(in oklab, var(--color-black) 60%, transparent); } } .bg-blue-700 { background-color: var(--color-blue-700); } .bg-transparent { background-color: transparent; } .object-cover { object-fit: cover; } .p-4 { padding: calc(var(--spacing) * 4); } .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-5 { padding-inline: calc(var(--spacing) * 5); } .px-6 { padding-inline: calc(var(--spacing) * 6); } .py-1 { padding-block: calc(var(--spacing) * 1); } .py-2 { padding-block: calc(var(--spacing) * 2); } .py-4 { padding-block: calc(var(--spacing) * 4); } .pt-8 { padding-top: calc(var(--spacing) * 8); } .pb-4 { padding-bottom: calc(var(--spacing) * 4); } .pb-8 { padding-bottom: calc(var(--spacing) * 8); } .text-center { text-align: center; } .text-left { text-align: left; } .font-\[Sui_Generis_Free\,sans-serif\] { font-family: Sui Generis Free,sans-serif; } .font-sans { font-family: var(--font-sans); } .text-sm { font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); } .text-xs { font-size: var(--text-xs); line-height: var(--tw-leading, var(--text-xs--line-height)); } .leading-tight { --tw-leading: var(--leading-tight); line-height: var(--leading-tight); } .font-extrabold { --tw-font-weight: var(--font-weight-extrabold); font-weight: var(--font-weight-extrabold); } .font-semibold { --tw-font-weight: var(--font-weight-semibold); font-weight: var(--font-weight-semibold); } .tracking-wide { --tw-tracking: var(--tracking-wide); letter-spacing: var(--tracking-wide); } .text-blue-500 { color: var(--color-blue-500); } .text-gray-400 { color: var(--color-gray-400); } .text-slate-200 { color: var(--color-slate-200); } .text-white { color: var(--color-white); } .uppercase { text-transform: uppercase; } .underline { text-decoration-line: underline; } .placeholder-gray-400 { &::placeholder { color: var(--color-gray-400); } } .accent-blue-500 { accent-color: var(--color-blue-500); } .opacity-25 { opacity: 25%; } .opacity-50 { opacity: 50%; } .opacity-75 { opacity: 75%; } .shadow-2xl { --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25)); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); } .backdrop-blur-md { --tw-backdrop-blur: blur(var(--blur-md)); -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-transform { transition-property: transform, translate, scale, rotate; transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); transition-duration: var(--tw-duration, var(--default-transition-duration)); } .duration-200 { --tw-duration: 200ms; transition-duration: 200ms; } .hover\:-translate-y-1 { &:hover { @media (hover: hover) { --tw-translate-y: calc(var(--spacing) * -1); translate: var(--tw-translate-x) var(--tw-translate-y); } } } .hover\:bg-blue-600 { &:hover { @media (hover: hover) { background-color: var(--color-blue-600); } } } .hover\:text-gray-300 { &:hover { @media (hover: hover) { color: var(--color-gray-300); } } } .focus\:ring-2 { &:focus { --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor); box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); } } .focus\:ring-blue-500 { &:focus { --tw-ring-color: var(--color-blue-500); } } .focus\:outline-none { &:focus { --tw-outline-style: none; outline-style: none; } } .xs\:w-70 { @media (width >= 320px) { width: calc(var(--spacing) * 70); } } .xs\:text-base { @media (width >= 320px) { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } } .sm\:mx-0 { @media (width >= 40rem) { margin-inline: calc(var(--spacing) * 0); } } .sm\:mt-0 { @media (width >= 40rem) { margin-top: calc(var(--spacing) * 0); } } .sm\:mb-4 { @media (width >= 40rem) { margin-bottom: calc(var(--spacing) * 4); } } .sm\:h-4 { @media (width >= 40rem) { height: calc(var(--spacing) * 4); } } .sm\:w-4 { @media (width >= 40rem) { width: calc(var(--spacing) * 4); } } .sm\:w-55 { @media (width >= 40rem) { width: calc(var(--spacing) * 55); } } .sm\:w-75 { @media (width >= 40rem) { width: calc(var(--spacing) * 75); } } .sm\:w-auto { @media (width >= 40rem) { width: auto; } } .sm\:items-center { @media (width >= 40rem) { align-items: center; } } .sm\:gap-3 { @media (width >= 40rem) { gap: calc(var(--spacing) * 3); } } .sm\:gap-x-15 { @media (width >= 40rem) { column-gap: calc(var(--spacing) * 15); } } .sm\:px-4 { @media (width >= 40rem) { padding-inline: calc(var(--spacing) * 4); } } .sm\:px-7 { @media (width >= 40rem) { padding-inline: calc(var(--spacing) * 7); } } .sm\:px-8 { @media (width >= 40rem) { padding-inline: calc(var(--spacing) * 8); } } .sm\:py-2\.5 { @media (width >= 40rem) { padding-block: calc(var(--spacing) * 2.5); } } .sm\:py-5 { @media (width >= 40rem) { padding-block: calc(var(--spacing) * 5); } } .sm\:text-lg { @media (width >= 40rem) { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); } } .sm\:text-sm { @media (width >= 40rem) { font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); } } .sm\:leading-snug { @media (width >= 40rem) { --tw-leading: var(--leading-snug); line-height: var(--leading-snug); } } .md\:top-15 { @media (width >= 48rem) { top: calc(var(--spacing) * 15); } } .md\:right-4 { @media (width >= 48rem) { right: calc(var(--spacing) * 4); } } .md\:bottom-auto { @media (width >= 48rem) { bottom: auto; } } .md\:mb-0 { @media (width >= 48rem) { margin-bottom: calc(var(--spacing) * 0); } } .md\:mb-3 { @media (width >= 48rem) { margin-bottom: calc(var(--spacing) * 3); } } .md\:aspect-newsletter { @media (width >= 48rem) { aspect-ratio: 1.5457875458; } } .md\:h-5 { @media (width >= 48rem) { height: calc(var(--spacing) * 5); } } .md\:w-5 { @media (width >= 48rem) { width: calc(var(--spacing) * 5); } } .md\:w-60 { @media (width >= 48rem) { width: calc(var(--spacing) * 60); } } .md\:w-180 { @media (width >= 48rem) { width: calc(var(--spacing) * 180); } } .md\:w-auto { @media (width >= 48rem) { width: auto; } } .md\:grid-cols-2 { @media (width >= 48rem) { grid-template-columns: repeat(2, minmax(0, 1fr)); } } .md\:flex-col { @media (width >= 48rem) { flex-direction: column; } } .md\:gap-2 { @media (width >= 48rem) { gap: calc(var(--spacing) * 2); } } .md\:gap-4 { @media (width >= 48rem) { gap: calc(var(--spacing) * 4); } } .md\:gap-y-5 { @media (width >= 48rem) { row-gap: calc(var(--spacing) * 5); } } .md\:rounded-lg { @media (width >= 48rem) { border-radius: var(--radius-lg); } } .md\:px-5 { @media (width >= 48rem) { padding-inline: calc(var(--spacing) * 5); } } .md\:px-8 { @media (width >= 48rem) { padding-inline: calc(var(--spacing) * 8); } } .md\:px-10 { @media (width >= 48rem) { padding-inline: calc(var(--spacing) * 10); } } .md\:py-3 { @media (width >= 48rem) { padding-block: calc(var(--spacing) * 3); } } .md\:py-5 { @media (width >= 48rem) { padding-block: calc(var(--spacing) * 5); } } .md\:pb-0 { @media (width >= 48rem) { padding-bottom: calc(var(--spacing) * 0); } } .md\:pb-5 { @media (width >= 48rem) { padding-bottom: calc(var(--spacing) * 5); } } .md\:text-base { @media (width >= 48rem) { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } } .md\:text-sm { @media (width >= 48rem) { font-size: var(--text-sm); line-height: var(--tw-leading, var(--text-sm--line-height)); } } .md\:text-xl { @media (width >= 48rem) { font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); } } .lg\:mb-3 { @media (width >= 64rem) { margin-bottom: calc(var(--spacing) * 3); } } .lg\:h-6 { @media (width >= 64rem) { height: calc(var(--spacing) * 6); } } .lg\:w-6 { @media (width >= 64rem) { width: calc(var(--spacing) * 6); } } .lg\:w-65 { @media (width >= 64rem) { width: calc(var(--spacing) * 65); } } .lg\:w-190 { @media (width >= 64rem) { width: calc(var(--spacing) * 190); } } .lg\:gap-2 { @media (width >= 64rem) { gap: calc(var(--spacing) * 2); } } .lg\:px-6 { @media (width >= 64rem) { padding-inline: calc(var(--spacing) * 6); } } .lg\:px-8 { @media (width >= 64rem) { padding-inline: calc(var(--spacing) * 8); } } .lg\:px-11 { @media (width >= 64rem) { padding-inline: calc(var(--spacing) * 11); } } .lg\:py-2 { @media (width >= 64rem) { padding-block: calc(var(--spacing) * 2); } } .lg\:py-5 { @media (width >= 64rem) { padding-block: calc(var(--spacing) * 5); } } .lg\:pt-1\.5 { @media (width >= 64rem) { padding-top: calc(var(--spacing) * 1.5); } } .lg\:text-2xl { @media (width >= 64rem) { font-size: var(--text-2xl); line-height: var(--tw-leading, var(--text-2xl--line-height)); } } .lg\:text-base { @media (width >= 64rem) { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } } .lg\:text-lg { @media (width >= 64rem) { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); } } .xl\:mb-3 { @media (width >= 80rem) { margin-bottom: calc(var(--spacing) * 3); } } .xl\:h-6 { @media (width >= 80rem) { height: calc(var(--spacing) * 6); } } .xl\:w-6 { @media (width >= 80rem) { width: calc(var(--spacing) * 6); } } .xl\:w-70 { @media (width >= 80rem) { width: calc(var(--spacing) * 70); } } .xl\:w-190 { @media (width >= 80rem) { width: calc(var(--spacing) * 190); } } .xl\:gap-2 { @media (width >= 80rem) { gap: calc(var(--spacing) * 2); } } .xl\:p-8 { @media (width >= 80rem) { padding: calc(var(--spacing) * 8); } } .xl\:py-2 { @media (width >= 80rem) { padding-block: calc(var(--spacing) * 2); } } .xl\:text-2xl { @media (width >= 80rem) { font-size: var(--text-2xl); line-height: var(--tw-leading, var(--text-2xl--line-height)); } } .xl\:text-base { @media (width >= 80rem) { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } } .xl\:text-lg { @media (width >= 80rem) { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); } } .\32 xl\:mb-3 { @media (width >= 96rem) { margin-bottom: calc(var(--spacing) * 3); } } .\32 xl\:h-6 { @media (width >= 96rem) { height: calc(var(--spacing) * 6); } } .\32 xl\:w-6 { @media (width >= 96rem) { width: calc(var(--spacing) * 6); } } .\32 xl\:w-75 { @media (width >= 96rem) { width: calc(var(--spacing) * 75); } } .\32 xl\:w-190 { @media (width >= 96rem) { width: calc(var(--spacing) * 190); } } .\32 xl\:gap-3 { @media (width >= 96rem) { gap: calc(var(--spacing) * 3); } } .\32 xl\:p-10 { @media (width >= 96rem) { padding: calc(var(--spacing) * 10); } } .\32 xl\:text-3xl { @media (width >= 96rem) { font-size: var(--text-3xl); line-height: var(--tw-leading, var(--text-3xl--line-height)); } } .\32 xl\:text-base { @media (width >= 96rem) { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } } .\32 xl\:text-xl { @media (width >= 96rem) { font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); } } .\33 xl\:mb-3 { @media (width >= 105rem) { margin-bottom: calc(var(--spacing) * 3); } } .\33 xl\:w-80 { @media (width >= 105rem) { width: calc(var(--spacing) * 80); } } .\33 xl\:w-200 { @media (width >= 105rem) { width: calc(var(--spacing) * 200); } } .\33 xl\:gap-3 { @media (width >= 105rem) { gap: calc(var(--spacing) * 3); } } .\33 xl\:gap-y-6 { @media (width >= 105rem) { row-gap: calc(var(--spacing) * 6); } } .\33 xl\:p-12 { @media (width >= 105rem) { padding: calc(var(--spacing) * 12); } } .\33 xl\:pt-10 { @media (width >= 105rem) { padding-top: calc(var(--spacing) * 10); } } .\33 xl\:text-3xl { @media (width >= 105rem) { font-size: var(--text-3xl); line-height: var(--tw-leading, var(--text-3xl--line-height)); } } .\33 xl\:text-base { @media (width >= 105rem) { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } } .\33 xl\:text-xl { @media (width >= 105rem) { font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); } } .\34 xl\:mb-5 { @media (width >= 160rem) { margin-bottom: calc(var(--spacing) * 5); } } .\34 xl\:h-7 { @media (width >= 160rem) { height: calc(var(--spacing) * 7); } } .\34 xl\:w-7 { @media (width >= 160rem) { width: calc(var(--spacing) * 7); } } .\34 xl\:w-11 { @media (width >= 160rem) { width: calc(var(--spacing) * 11); } } .\34 xl\:w-100 { @media (width >= 160rem) { width: calc(var(--spacing) * 100); } } .\34 xl\:w-230 { @media (width >= 160rem) { width: calc(var(--spacing) * 230); } } .\34 xl\:gap-4 { @media (width >= 160rem) { gap: calc(var(--spacing) * 4); } } .\34 xl\:gap-6 { @media (width >= 160rem) { gap: calc(var(--spacing) * 6); } } .\34 xl\:gap-y-6 { @media (width >= 160rem) { row-gap: calc(var(--spacing) * 6); } } .\34 xl\:p-11 { @media (width >= 160rem) { padding: calc(var(--spacing) * 11); } } .\34 xl\:py-2 { @media (width >= 160rem) { padding-block: calc(var(--spacing) * 2); } } .\34 xl\:pt-12 { @media (width >= 160rem) { padding-top: calc(var(--spacing) * 12); } } .\34 xl\:text-3xl { @media (width >= 160rem) { font-size: var(--text-3xl); line-height: var(--tw-leading, var(--text-3xl--line-height)); } } .\34 xl\:text-base { @media (width >= 160rem) { font-size: var(--text-base); line-height: var(--tw-leading, var(--text-base--line-height)); } } .\34 xl\:text-lg { @media (width >= 160rem) { font-size: var(--text-lg); line-height: var(--tw-leading, var(--text-lg--line-height)); } } .\34 xl\:text-xl { @media (width >= 160rem) { font-size: var(--text-xl); line-height: var(--tw-leading, var(--text-xl--line-height)); } } .\35 xl\:w-16 { @media (width >= 220rem) { width: calc(var(--spacing) * 16); } } .\35 xl\:w-140 { @media (width >= 220rem) { width: calc(var(--spacing) * 140); } } .\35 xl\:w-300 { @media (width >= 220rem) { width: calc(var(--spacing) * 300); } } .\35 xl\:gap-10 { @media (width >= 220rem) { gap: calc(var(--spacing) * 10); } } .\35 xl\:gap-y-10 { @media (width >= 220rem) { row-gap: calc(var(--spacing) * 10); } } .\35 xl\:py-3\.5 { @media (width >= 220rem) { padding-block: calc(var(--spacing) * 3.5); } } .\35 xl\:pt-20 { @media (width >= 220rem) { padding-top: calc(var(--spacing) * 20); } } .\35 xl\:text-2xl { @media (width >= 220rem) { font-size: var(--text-2xl); line-height: var(--tw-leading, var(--text-2xl--line-height)); } }}@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-border-style { syntax: "*"; inherits: false; initial-value: solid;}@property --tw-leading { syntax: "*"; inherits: false;}@property --tw-font-weight { syntax: "*"; inherits: false;}@property --tw-tracking { syntax: "*"; inherits: false;}@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color { syntax: "*"; inherits: false;}@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color { syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color { syntax: "*"; inherits: false;}@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color { syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset { syntax: "*"; inherits: false;}@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 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-backdrop-blur { syntax: "*"; inherits: false;}@property --tw-backdrop-brightness { syntax: "*"; inherits: false;}@property --tw-backdrop-contrast { syntax: "*"; inherits: false;}@property --tw-backdrop-grayscale { syntax: "*"; inherits: false;}@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false;}@property --tw-backdrop-invert { syntax: "*"; inherits: false;}@property --tw-backdrop-opacity { syntax: "*"; inherits: false;}@property --tw-backdrop-saturate { syntax: "*"; inherits: false;}@property --tw-backdrop-sepia { syntax: "*"; inherits: false;}@property --tw-duration { syntax: "*"; inherits: false;}@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0;}@keyframes spin { to { transform: rotate(360deg); }}@layer properties { @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) { *, ::before, ::after, ::backdrop { --tw-rotate-x: initial; --tw-rotate-y: initial; --tw-rotate-z: initial; --tw-skew-x: initial; --tw-skew-y: initial; --tw-border-style: solid; --tw-leading: initial; --tw-font-weight: initial; --tw-tracking: initial; --tw-shadow: 0 0 #0000; --tw-shadow-color: initial; --tw-shadow-alpha: 100%; --tw-inset-shadow: 0 0 #0000; --tw-inset-shadow-color: initial; --tw-inset-shadow-alpha: 100%; --tw-ring-color: initial; --tw-ring-shadow: 0 0 #0000; --tw-inset-ring-color: initial; --tw-inset-ring-shadow: 0 0 #0000; --tw-ring-inset: initial; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-offset-shadow: 0 0 #0000; --tw-backdrop-blur: initial; --tw-backdrop-brightness: initial; --tw-backdrop-contrast: initial; --tw-backdrop-grayscale: initial; --tw-backdrop-hue-rotate: initial; --tw-backdrop-invert: initial; --tw-backdrop-opacity: initial; --tw-backdrop-saturate: initial; --tw-backdrop-sepia: initial; --tw-duration: initial; --tw-translate-x: 0; --tw-translate-y: 0; --tw-translate-z: 0; } }}