From 0e4068c1106fc19bd075c2c65806138a10458ad6 Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Sat, 29 Oct 2022 14:00:29 -0500 Subject: [PATCH] Removed video from home hero and replaced with static webp image. --- assets/css/style.css | 535 ++++-------------- layouts/index.html | 10 +- public/404.html | 6 +- public/about/index.html | 6 +- public/categories/blog/index.html | 30 +- public/categories/index.html | 6 +- public/categories/news/index.html | 30 +- public/contact/index.html | 6 +- ...f7e851058e7174cf37638162bf355bed05cfcf.css | 1 + public/index.html | 25 +- public/page/2/index.html | 25 +- public/page/3/index.html | 21 +- public/page/4/index.html | 25 +- public/page/5/index.html | 17 +- public/posts/blog-post-1/index.html | 6 +- public/posts/blog-post-2/index.html | 6 +- public/posts/blog-post-3/index.html | 6 +- public/posts/blog-post-4/index.html | 6 +- public/posts/blog-post-5/index.html | 6 +- public/posts/blog-post-6/index.html | 6 +- public/posts/index.html | 42 +- public/posts/news-post-1/index.html | 6 +- public/posts/news-post-2/index.html | 6 +- public/posts/news-post-3/index.html | 6 +- public/posts/news-post-4/index.html | 6 +- public/posts/news-post-5/index.html | 6 +- public/posts/news-post-6/index.html | 6 +- public/posts/page/2/index.html | 18 +- public/prose/index.html | 6 +- public/sitemap.xml | 2 +- public/tags/blog/index.html | 30 +- public/tags/index.html | 6 +- public/tags/news/index.html | 30 +- ...s_53d8db2e382030cdec351f02c8b70385.content | 2 +- ....css_53d8db2e382030cdec351f02c8b70385.json | 2 +- ...s_ad9a12809e06de71aca16e9138fbecf4.content | 535 ++++-------------- static/images/tailbliss-rocket-indigo.webp | Bin 0 -> 52594 bytes 37 files changed, 428 insertions(+), 1060 deletions(-) create mode 100644 public/css/style.min.56c8277f67eb13fa234f77eb40f7e851058e7174cf37638162bf355bed05cfcf.css create mode 100644 static/images/tailbliss-rocket-indigo.webp diff --git a/assets/css/style.css b/assets/css/style.css index 9556dce..3ecacc4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2278,10 +2278,6 @@ video { border-width: 0; } -.pointer-events-none { - pointer-events: none; -} - .absolute { position: absolute; } @@ -2338,6 +2334,10 @@ video { z-index: 30; } +.col-span-6 { + grid-column: span 6 / span 6; +} + .col-span-1 { grid-column: span 1 / span 1; } @@ -2346,10 +2346,6 @@ video { grid-column: span 3 / span 3; } -.col-span-6 { - grid-column: span 6 / span 6; -} - .mx-auto { margin-left: auto; margin-right: auto; @@ -2380,33 +2376,20 @@ video { margin-bottom: -0.5rem; } -.my-8 { - margin-top: 2rem; - margin-bottom: 2rem; -} - .mb-4 { margin-bottom: 1rem; } -.mt-2 { - margin-top: 0.5rem; +.mb-8 { + margin-bottom: 2rem; } -.mt-3 { - margin-top: 0.75rem; +.mb-2 { + margin-bottom: 0.5rem; } -.mt-6 { - margin-top: 1.5rem; -} - -.ml-2 { - margin-left: 0.5rem; -} - -.-mr-1 { - margin-right: -0.25rem; +.mb-6 { + margin-bottom: 1.5rem; } .-ml-3 { @@ -2421,6 +2404,10 @@ video { margin-top: 1rem; } +.mt-6 { + margin-top: 1.5rem; +} + .-mr-3 { margin-right: -0.75rem; } @@ -2433,6 +2420,14 @@ video { margin-top: 3rem; } +.mt-3 { + margin-top: 0.75rem; +} + +.mt-2 { + margin-top: 0.5rem; +} + .ml-3 { margin-left: 0.75rem; } @@ -2453,30 +2448,6 @@ video { margin-left: 0.25rem; } -.mb-8 { - margin-bottom: 2rem; -} - -.mb-2 { - margin-bottom: 0.5rem; -} - -.mt-0 { - margin-top: 0px; -} - -.mb-6 { - margin-bottom: 1.5rem; -} - -.mb-3 { - margin-bottom: 0.75rem; -} - -.mr-2 { - margin-right: 0.5rem; -} - .block { display: block; } @@ -2505,15 +2476,14 @@ video { display: none; } -.h-max { - height: -moz-max-content; - height: max-content; -} - .h-5 { height: 1.25rem; } +.h-64 { + height: 16rem; +} + .h-full { height: 100%; } @@ -2550,14 +2520,6 @@ video { height: 1rem; } -.h-64 { - height: 16rem; -} - -.h-7 { - height: 1.75rem; -} - .max-h-12 { max-height: 3rem; } @@ -2614,10 +2576,6 @@ video { max-width: 640px; } -.max-w-full { - max-width: 100%; -} - .max-w-xl { max-width: 36rem; } @@ -2638,6 +2596,10 @@ video { max-width: 42rem; } +.max-w-full { + max-width: 100%; +} + .max-w-screen-md { max-width: 768px; } @@ -2646,10 +2608,6 @@ video { max-width: none; } -.max-w-4xl { - max-width: 56rem; -} - .flex-1 { flex: 1 1 0%; } @@ -2730,10 +2688,6 @@ video { flex-wrap: wrap; } -.place-items-center { - place-items: center; -} - .items-start { align-items: flex-start; } @@ -2750,6 +2704,10 @@ video { justify-content: space-between; } +.gap-8 { + gap: 2rem; +} + .gap-0\.5 { gap: 0.125rem; } @@ -2762,10 +2720,6 @@ video { gap: 1rem; } -.gap-8 { - gap: 2rem; -} - .space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); @@ -2796,23 +2750,6 @@ video { margin-bottom: calc(2rem * var(--tw-space-y-reverse)); } -.space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); -} - -.divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); -} - -.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgb(229 231 235 / var(--tw-divide-opacity)); -} - .overflow-hidden { overflow: hidden; } @@ -2892,16 +2829,16 @@ video { background-color: rgb(79 70 229 / var(--tw-bg-opacity)); } +.bg-gray-200 { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + .bg-gray-50 { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } -.bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} - .bg-indigo-300 { --tw-bg-opacity: 1; background-color: rgb(165 180 252 / var(--tw-bg-opacity)); @@ -2911,6 +2848,11 @@ video { background-color: transparent; } +.bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + .bg-indigo-500 { --tw-bg-opacity: 1; background-color: rgb(99 102 241 / var(--tw-bg-opacity)); @@ -2931,64 +2873,16 @@ video { background-color: rgb(129 140 248 / var(--tw-bg-opacity)); } -.bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); -} - -.bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} - -.bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); -} - .bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); } -.from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-to: rgb(55 48 163 / 0); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} - .from-indigo-600 { --tw-gradient-from: #4f46e5; --tw-gradient-to: rgb(79 70 229 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } -.from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-to: rgb(49 46 129 / 0); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} - -.via-indigo-500 { - --tw-gradient-to: rgb(99 102 241 / 0); - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to); -} - -.to-blue-800 { - --tw-gradient-to: #1e40af; -} - -.to-blue-900 { - --tw-gradient-to: #1e3a8a; -} - -.to-gray-900 { - --tw-gradient-to: #111827; -} - .bg-center { background-position: center; } @@ -3053,9 +2947,9 @@ video { padding-bottom: 1rem; } -.py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; +.px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; } .py-1 { @@ -3063,11 +2957,6 @@ video { padding-bottom: 0.25rem; } -.px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; -} - .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; @@ -3133,12 +3022,8 @@ video { padding-bottom: 3rem; } -.pt-8 { - padding-top: 2rem; -} - -.pb-16 { - padding-bottom: 4rem; +.pb-2 { + padding-bottom: 0.5rem; } .pt-64 { @@ -3161,6 +3046,10 @@ video { padding-top: 1.5rem; } +.pt-8 { + padding-top: 2rem; +} + .pb-4 { padding-bottom: 1rem; } @@ -3173,6 +3062,10 @@ video { padding-top: 0.75rem; } +.pb-16 { + padding-bottom: 4rem; +} + .pt-4 { padding-top: 1rem; } @@ -3181,26 +3074,6 @@ video { padding-top: 0.5rem; } -.pl-3 { - padding-left: 0.75rem; -} - -.pl-10 { - padding-left: 2.5rem; -} - -.pr-5 { - padding-right: 1.25rem; -} - -.pl-5 { - padding-left: 1.25rem; -} - -.pb-2 { - padding-bottom: 0.5rem; -} - .text-left { text-align: left; } @@ -3229,11 +3102,6 @@ video { line-height: 1.25rem; } -.text-6xl { - font-size: 3.75rem; - line-height: 1; -} - .text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -3275,10 +3143,6 @@ video { font-weight: 500; } -.font-semibold { - font-weight: 600; -} - .font-extrabold { font-weight: 800; } @@ -3287,6 +3151,10 @@ video { font-weight: 400; } +.font-semibold { + font-weight: 600; +} + .uppercase { text-transform: uppercase; } @@ -3299,6 +3167,10 @@ video { font-style: italic; } +.leading-none { + line-height: 1; +} + .leading-7 { line-height: 1.75rem; } @@ -3307,10 +3179,6 @@ video { line-height: 2.5; } -.leading-none { - line-height: 1; -} - .tracking-tight { letter-spacing: -0.025em; } @@ -3330,14 +3198,9 @@ video { color: rgb(255 255 255 / var(--tw-text-opacity)); } -.text-indigo-800 { +.text-gray-800 { --tw-text-opacity: 1; - color: rgb(55 48 163 / var(--tw-text-opacity)); -} - -.text-gray-300 { - --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); + color: rgb(31 41 55 / var(--tw-text-opacity)); } .text-gray-200 { @@ -3389,14 +3252,9 @@ video { color: rgb(24 24 27 / var(--tw-text-opacity)); } -.text-gray-800 { +.text-gray-300 { --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} - -.text-gray-50 { - --tw-text-opacity: 1; - color: rgb(249 250 251 / var(--tw-text-opacity)); + color: rgb(209 213 219 / var(--tw-text-opacity)); } .text-opacity-40 { @@ -3453,17 +3311,6 @@ video { box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)); - filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); -} - -.transition-colors { - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; @@ -3478,6 +3325,12 @@ video { transition-duration: 150ms; } +.transition-colors { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + .transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); @@ -3542,11 +3395,6 @@ EmojiSymbols; background-color: rgb(55 48 163 / var(--tw-bg-opacity)); } -.hover\:bg-slate-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(226 232 240 / var(--tw-bg-opacity)); -} - .hover\:bg-indigo-200:hover { --tw-bg-opacity: 1; background-color: rgb(199 210 254 / var(--tw-bg-opacity)); @@ -3577,15 +3425,6 @@ EmojiSymbols; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); } -.hover\:font-bold:hover { - font-weight: 700; -} - -.hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); -} - .hover\:text-indigo-600:hover { --tw-text-opacity: 1; color: rgb(79 70 229 / var(--tw-text-opacity)); @@ -3656,10 +3495,6 @@ EmojiSymbols; --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity)); } -.focus\:ring-slate-200\/40:focus { - --tw-ring-color: rgb(226 232 240 / 0.4); -} - .focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)); @@ -3683,10 +3518,6 @@ EmojiSymbols; --tw-ring-offset-color: #6366f1; } -.group:hover .group-hover\:ml-3 { - margin-left: 0.75rem; -} - .group:hover .group-hover\:bg-gray-900 { --tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity)); @@ -3727,6 +3558,11 @@ EmojiSymbols; border-color: rgb(75 85 99 / var(--tw-border-opacity)); } +.dark .dark\:bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-gray-900\/10 { background-color: rgb(17 24 39 / 0.1); } @@ -3735,11 +3571,6 @@ EmojiSymbols; background-color: rgb(17 24 39 / 0.5); } -.dark .dark\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); @@ -3784,8 +3615,9 @@ EmojiSymbols; color: rgb(156 163 175 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-900\/60 { - color: rgb(17 24 39 / 0.6); +.dark .dark\:text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); } .dark .dark\:text-gray-50 { @@ -3793,9 +3625,8 @@ EmojiSymbols; color: rgb(249 250 251 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-300 { - --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); +.dark .dark\:text-gray-900\/60 { + color: rgb(17 24 39 / 0.6); } .dark .dark\:text-zinc-200 { @@ -3842,11 +3673,6 @@ EmojiSymbols; color: rgb(99 102 241 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - .dark .dark\:focus\:border-indigo-500:focus { --tw-border-opacity: 1; border-color: rgb(99 102 241 / var(--tw-border-opacity)); @@ -3881,21 +3707,13 @@ EmojiSymbols; grid-column: span 2 / span 2; } - .sm\:-m-6 { - margin: -1.5rem; - } - .sm\:mx-auto { margin-left: auto; margin-right: auto; } - .sm\:mt-5 { - margin-top: 1.25rem; - } - - .sm\:mb-16 { - margin-bottom: 4rem; + .sm\:mb-6 { + margin-bottom: 1.5rem; } .sm\:mt-12 { @@ -3918,8 +3736,8 @@ EmojiSymbols; margin-left: 0.75rem; } - .sm\:mb-6 { - margin-bottom: 1.5rem; + .sm\:mb-0 { + margin-bottom: 0px; } .sm\:block { @@ -3930,31 +3748,19 @@ EmojiSymbols; display: flex; } - .sm\:hidden { - display: none; + .sm\:h-96 { + height: 24rem; } .sm\:h-2\/3 { height: 66.666667%; } - .sm\:h-96 { - height: 24rem; - } - .sm\:w-fit { width: -moz-fit-content; width: fit-content; } - .sm\:w-80 { - width: 20rem; - } - - .sm\:w-auto { - width: auto; - } - .sm\:max-w-3xl { max-width: 48rem; } @@ -3971,22 +3777,6 @@ EmojiSymbols; justify-content: center; } - .sm\:gap-12 { - gap: 3rem; - } - - .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); - } - .sm\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -4046,10 +3836,6 @@ EmojiSymbols; position: sticky; } - .md\:mt-20 { - margin-top: 5rem; - } - .md\:mt-8 { margin-top: 2rem; } @@ -4078,6 +3864,10 @@ EmojiSymbols; margin-left: 0.5rem; } + .md\:mb-0 { + margin-bottom: 0px; + } + .md\:inline { display: inline; } @@ -4130,10 +3920,6 @@ EmojiSymbols; flex-direction: row; } - .md\:place-items-center { - place-items: center; - } - .md\:items-center { align-items: center; } @@ -4364,10 +4150,6 @@ EmojiSymbols; border-bottom-left-radius: 0.5rem; } - .md\:p-0 { - padding: 0px; - } - .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -4398,10 +4180,6 @@ EmojiSymbols; padding-right: 1.5rem; } - .md\:pb-0 { - padding-bottom: 0px; - } - .md\:pt-12 { padding-top: 3rem; } @@ -4414,8 +4192,8 @@ EmojiSymbols; padding-bottom: 4rem; } - .md\:pt-32 { - padding-top: 8rem; + .md\:pb-0 { + padding-bottom: 0px; } .md\:text-left { @@ -4427,11 +4205,6 @@ EmojiSymbols; line-height: 2.5rem; } - .md\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - .md\:text-5xl { font-size: 3rem; line-height: 1; @@ -4489,14 +4262,18 @@ EmojiSymbols; margin: 0px; } + .lg\:mx-0 { + margin-left: 0px; + margin-right: 0px; + } + .lg\:mx-auto { margin-left: auto; margin-right: auto; } - .lg\:mx-0 { - margin-left: 0px; - margin-right: 0px; + .lg\:mb-0 { + margin-bottom: 0px; } .lg\:mt-0 { @@ -4511,26 +4288,6 @@ EmojiSymbols; margin-bottom: 4rem; } - .lg\:mt-6 { - margin-top: 1.5rem; - } - - .lg\:mt-12 { - margin-top: 3rem; - } - - .lg\:mt-16 { - margin-top: 4rem; - } - - .lg\:mb-24 { - margin-bottom: 6rem; - } - - .lg\:mb-0 { - margin-bottom: 0px; - } - .lg\:grid { display: grid; } @@ -4555,10 +4312,6 @@ EmojiSymbols; width: auto; } - .lg\:max-w-xl { - max-width: 36rem; - } - .lg\:max-w-7xl { max-width: 80rem; } @@ -4567,20 +4320,12 @@ EmojiSymbols; max-width: none; } - .lg\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); } - .lg\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); - } - - .lg\:place-items-center { - place-items: center; + .lg\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); } .lg\:items-start { @@ -4603,10 +4348,6 @@ EmojiSymbols; gap: 6rem; } - .lg\:gap-4 { - gap: 1rem; - } - .lg\:prose-xl { font-size: 1.25rem; line-height: 1.8; @@ -4836,16 +4577,16 @@ EmojiSymbols; padding-right: 2rem; } - .lg\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - .lg\:py-0 { padding-top: 0px; padding-bottom: 0px; } + .lg\:px-0 { + padding-left: 0px; + padding-right: 0px; + } + .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; @@ -4871,18 +4612,6 @@ EmojiSymbols; padding-bottom: 4rem; } - .lg\:pt-6 { - padding-top: 1.5rem; - } - - .lg\:pt-32 { - padding-top: 8rem; - } - - .lg\:pt-48 { - padding-top: 12rem; - } - .lg\:text-left { text-align: left; } @@ -4894,54 +4623,19 @@ EmojiSymbols; } @media (min-width: 1280px) { - .xl\:mt-16 { - margin-top: 4rem; - } - - .xl\:mb-8 { - margin-bottom: 2rem; - } - .xl\:mb-2 { margin-bottom: 0.5rem; } - .xl\:block { - display: block; - } - .xl\:inline { display: inline; } - .xl\:w-96 { - width: 24rem; - } - - .xl\:pt-48 { - padding-top: 12rem; - } - .xl\:text-9xl { font-size: 8rem; line-height: 1; } - .xl\:text-8xl { - font-size: 6rem; - line-height: 1; - } - - .xl\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .xl\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - .xl\:text-6xl { font-size: 3.75rem; line-height: 1; @@ -4951,10 +4645,9 @@ EmojiSymbols; font-size: 1.25rem; line-height: 1.75rem; } -} -@media (min-width: 1536px) { - .\32xl\:pt-48 { - padding-top: 12rem; + .xl\:text-lg { + font-size: 1.125rem; + line-height: 1.75rem; } } \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index a495d54..f6c2230 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@
-
+

@@ -33,12 +33,8 @@ Pipes. Images are optimized for use with Hugo Pipes for WebP format.

- - +
diff --git a/public/404.html b/public/404.html index df41f26..2cc8c62 100644 --- a/public/404.html +++ b/public/404.html @@ -1,10 +1,10 @@ -404 Page not found | TailBliss

404

Ooooops, something’s missing.

Sorry, we can't find that page. You'll find lots to explore on the home page.

Back to Homepage
@@ -14,4 +14,4 @@ to Homepage

About

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/categories/blog/index.html b/public/categories/blog/index.html index 1ee21be..a1f9ffe 100644 --- a/public/categories/blog/index.html +++ b/public/categories/blog/index.html @@ -1,37 +1,37 @@ -Blog | TailBliss

Blog

Blog Post 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: +Blog

TailBliss

2 min read
Blog Post 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
@@ -41,4 +41,4 @@ read
GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/categories/index.html b/public/categories/index.html index c1b66e0..4525d04 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -1,10 +1,10 @@ -Categories | TailBliss

Categories

Tags:

0 min @@ -19,4 +19,4 @@ read
GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/categories/news/index.html b/public/categories/news/index.html index 458cbe1..f1b1ff7 100644 --- a/public/categories/news/index.html +++ b/public/categories/news/index.html @@ -1,37 +1,37 @@ -News | TailBliss

News

News Post 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: +News

TailBliss

2 min read
News Post 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News

Tailbones

+News

TailBliss

2 min read
News Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
News Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
News Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
News Post 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News

Tailbones

+News

TailBliss

2 min read
@@ -41,4 +41,4 @@ read
GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/contact/index.html b/public/contact/index.html index a3db5c0..068043f 100644 --- a/public/contact/index.html +++ b/public/contact/index.html @@ -1,10 +1,10 @@ -Contact | TailBliss

Contact

Got a technical issue? Want to send feedback about a beta feature? Need details about our Business plan? Let us know.

@@ -14,4 +14,4 @@ GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/css/style.min.56c8277f67eb13fa234f77eb40f7e851058e7174cf37638162bf355bed05cfcf.css b/public/css/style.min.56c8277f67eb13fa234f77eb40f7e851058e7174cf37638162bf355bed05cfcf.css new file mode 100644 index 0000000..d10bc38 --- /dev/null +++ b/public/css/style.min.56c8277f67eb13fa234f77eb40f7e851058e7174cf37638162bf355bed05cfcf.css @@ -0,0 +1 @@ +*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::before,::after{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=As]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=as]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=Is]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=is]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.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}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *))::before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *))::after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose] *))::before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *))::after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-right:1.1428571em;padding-bottom:.8571429em;padding-left:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose] *))::before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *))::after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#27272a;--tw-prose-headings:#18181b;--tw-prose-lead:#3f3f46;--tw-prose-links:#18181b;--tw-prose-bold:#18181b;--tw-prose-counters:#52525b;--tw-prose-bullets:#a1a1aa;--tw-prose-hr:#d4d4d8;--tw-prose-quotes:#18181b;--tw-prose-quote-borders:#d4d4d8;--tw-prose-captions:#3f3f46;--tw-prose-code:#6366f1;--tw-prose-pre-code:#a5b4fc;--tw-prose-pre-bg:#111827;--tw-prose-th-borders:#d4d4d8;--tw-prose-td-borders:#e4e4e7;--tw-prose-invert-body:#e4e4e7;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#d4d4d8;--tw-prose-invert-links:#818cf8;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a1a1aa;--tw-prose-invert-bullets:#e4e4e7;--tw-prose-invert-hr:#71717a;--tw-prose-invert-quotes:#f4f4f5;--tw-prose-invert-quote-borders:#3f3f46;--tw-prose-invert-captions:#a1a1aa;--tw-prose-invert-code:#818cf8;--tw-prose-invert-pre-code:#a5b4fc;--tw-prose-invert-pre-bg:#111827;--tw-prose-invert-th-borders:#f4f4f5;--tw-prose-invert-td-borders:#71717a;font-size:1rem;line-height:1.75}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.5714286em;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(video):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(ol):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.6666667em;padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose-base :where(h1):not(:where([class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-base :where(h2):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-base :where(h3):not(:where([class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-right:1.1428571em;padding-bottom:.8571429em;padding-left:1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose-base :where(ul):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose-base :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose-base :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose-base :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(hr):not(:where([class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose] *)){padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.5714286em;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-base :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-right:1.5em;padding-bottom:1em;padding-left:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.75em;padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-xl{font-size:1.25rem;line-height:1.8}.prose-xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.prose-xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.prose-xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.prose-xl :where(h2):not(:where([class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.prose-xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.prose-xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.prose-xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.prose-xl :where(code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8611111em}.prose-xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-xl :where(pre):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-right:1.3333333em;padding-bottom:1.1111111em;padding-left:1.3333333em}.prose-xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.prose-xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.prose-xl :where(li):not(:where([class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.prose-xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4em}.prose-xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4em}.prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.prose-xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(table):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.prose-xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8888889em;padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-2xl{font-size:1.5rem;line-height:1.6666667}.prose-2xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-2xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.prose-2xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-left:1.1111111em}.prose-2xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.prose-2xl :where(h2):not(:where([class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.prose-2xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.prose-2xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-2xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-2xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.prose-2xl :where(code):not(:where([class~=not-prose] *)){font-size:.8333333em}.prose-2xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-2xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-2xl :where(pre):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-right:1.6em;padding-bottom:1.2em;padding-left:1.6em}.prose-2xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5833333em}.prose-2xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5833333em}.prose-2xl :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-2xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4166667em}.prose-2xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4166667em}.prose-2xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.prose-2xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-2xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-2xl :where(hr):not(:where([class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-2xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(table):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.prose-2xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.prose-2xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-2xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-2xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8em;padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-2xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.prose-gray{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151}.prose-zinc{--tw-prose-body:#3f3f46;--tw-prose-headings:#18181b;--tw-prose-lead:#52525b;--tw-prose-links:#18181b;--tw-prose-bold:#18181b;--tw-prose-counters:#71717a;--tw-prose-bullets:#d4d4d8;--tw-prose-hr:#e4e4e7;--tw-prose-quotes:#18181b;--tw-prose-quote-borders:#e4e4e7;--tw-prose-captions:#71717a;--tw-prose-code:#18181b;--tw-prose-pre-code:#e4e4e7;--tw-prose-pre-bg:#27272a;--tw-prose-th-borders:#d4d4d8;--tw-prose-td-borders:#e4e4e7;--tw-prose-invert-body:#d4d4d8;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a1a1aa;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a1a1aa;--tw-prose-invert-bullets:#52525b;--tw-prose-invert-hr:#3f3f46;--tw-prose-invert-quotes:#f4f4f5;--tw-prose-invert-quote-borders:#3f3f46;--tw-prose-invert-captions:#a1a1aa;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d8;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#52525b;--tw-prose-invert-td-borders:#3f3f46}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.prose-stone{--tw-prose-body:#44403c;--tw-prose-headings:#1c1917;--tw-prose-lead:#57534e;--tw-prose-links:#1c1917;--tw-prose-bold:#1c1917;--tw-prose-counters:#78716c;--tw-prose-bullets:#d6d3d1;--tw-prose-hr:#e7e5e4;--tw-prose-quotes:#1c1917;--tw-prose-quote-borders:#e7e5e4;--tw-prose-captions:#78716c;--tw-prose-code:#1c1917;--tw-prose-pre-code:#e7e5e4;--tw-prose-pre-bg:#292524;--tw-prose-th-borders:#d6d3d1;--tw-prose-td-borders:#e7e5e4;--tw-prose-invert-body:#d6d3d1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a8a29e;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a8a29e;--tw-prose-invert-bullets:#57534e;--tw-prose-invert-hr:#44403c;--tw-prose-invert-quotes:#f5f5f4;--tw-prose-invert-quote-borders:#44403c;--tw-prose-invert-captions:#a8a29e;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d6d3d1;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#57534e;--tw-prose-invert-td-borders:#44403c}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.right-1\/2{right:50%}.top-8{top:2rem}.left-1\/2{left:50%}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-0{z-index:0}.z-50{z-index:50}.z-30{z-index:30}.col-span-1{grid-column:span 1/span 1}.col-span-3{grid-column:span 3/span 3}.col-span-6{grid-column:span 6/span 6}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-4{margin-bottom:1rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.ml-2{margin-left:.5rem}.-mr-1{margin-right:-.25rem}.-ml-3{margin-left:-.75rem}.mt-8{margin-top:2rem}.mt-4{margin-top:1rem}.-mr-3{margin-right:-.75rem}.-mr-40{margin-right:-10rem}.mt-12{margin-top:3rem}.ml-3{margin-left:.75rem}.-mt-72{margin-top:-18rem}.mt-10{margin-top:2.5rem}.mt-1{margin-top:.25rem}.ml-1{margin-left:.25rem}.mb-8{margin-bottom:2rem}.mb-2{margin-bottom:.5rem}.mt-0{margin-top:0}.mb-6{margin-bottom:1.5rem}.mb-3{margin-bottom:.75rem}.mr-2{margin-right:.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-max{height:-moz-max-content;height:max-content}.h-5{height:1.25rem}.h-full{height:100%}.h-12{height:3rem}.h-8{height:2rem}.h-1\/3{height:33.333333%}.h-10{height:2.5rem}.h-6{height:1.5rem}.h-auto{height:auto}.h-9{height:2.25rem}.h-4{height:1rem}.h-64{height:16rem}.h-7{height:1.75rem}.max-h-12{max-height:3rem}.w-5{width:1.25rem}.w-full{width:100%}.w-8{width:2rem}.w-screen{width:100vw}.w-10{width:2.5rem}.w-1\/2{width:50%}.w-6{width:1.5rem}.w-9{width:2.25rem}.w-4{width:1rem}.w-0{width:0}.min-w-0{min-width:0}.max-w-screen-xl{max-width:1280px}.max-w-screen-sm{max-width:640px}.max-w-full{max-width:100%}.max-w-xl{max-width:36rem}.max-w-md{max-width:28rem}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.max-w-screen-md{max-width:768px}.max-w-none{max-width:none}.max-w-4xl{max-width:56rem}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-top-right{transform-origin:top right}.-translate-x-3{--tw-translate-x:-0.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-0{gap:0}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-t-2{border-top-width:2px}.border-transparent{border-color:transparent}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-b-stone-200\/10{border-bottom-color:rgb(231 229 228/.1)}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-to:rgb(55 48 163 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-to:rgb(79 70 229 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-to:rgb(49 46 129 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-indigo-500{--tw-gradient-to:rgb(99 102 241 / 0);--tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to)}.to-blue-800{--tw-gradient-to:#1e40af}.to-blue-900{--tw-gradient-to:#1e3a8a}.to-gray-900{--tw-gradient-to:#111827}.bg-center{background-position:50%}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-2\.5{padding:.625rem}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-0{padding-top:0;padding-bottom:0}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-96{padding-top:24rem;padding-bottom:24rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pt-8{padding-top:2rem}.pb-16{padding-bottom:4rem}.pt-64{padding-top:16rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pl-4{padding-left:1rem}.pt-6{padding-top:1.5rem}.pb-4{padding-bottom:1rem}.pr-2{padding-right:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-2{padding-top:.5rem}.pl-3{padding-left:.75rem}.pl-10{padding-left:2.5rem}.pr-5{padding-right:1.25rem}.pl-5{padding-left:1.25rem}.pb-2{padding-bottom:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-8xl{font-size:6rem;line-height:1}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-6xl{font-size:3.75rem;line-height:1}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-7{line-height:1.75rem}.leading-extra-loose{line-height:2.5}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-indigo-400\/30{color:rgb(129 140 248/.3)}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.text-zinc-900{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.text-opacity-40{--tw-text-opacity:0.4}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.opacity-80{opacity:.8}.opacity-0{opacity:0}.opacity-100{opacity:1}.mix-blend-multiply{mix-blend-mode:multiply}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.duration-1000{transition-duration:1000ms}.duration-200{transition-duration:200ms}.duration-100{transition-duration:100ms}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}font-family: ui-sans-serif,system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,apple color emoji,segoe ui emoji,notocoloremoji,segoe ui symbol,android emoji,emojisymbols; .prose :where(h1):not(:where([class~=not-prose] *)){color:#fff!important}.hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity))}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:font-bold:hover{font-weight:700}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252 / var(--tw-ring-opacity))}.focus\:ring-slate-200\/40:focus{--tw-ring-color:rgb(226 232 240 / 0.4)}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.group:hover .group-hover\:ml-3{margin-left:.75rem}.group:hover .group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.group:hover .group-hover\:text-gray-400\/60{color:rgb(156 163 175/.6)}.group:hover .group-hover\:opacity-50{opacity:.5}.group:focus .group-focus\:opacity-70{opacity:.7}.prose-headings\:underline :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))){text-decoration-line:underline}.prose-a\:text-blue-600 :is(:where(a):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.hover\:prose-a\:text-blue-500 :is(:where(a):not(:where([class~=not-prose] *))):hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.prose-img\:rounded-xl :is(:where(img):not(:where([class~=not-prose] *))){border-radius:.75rem}.dark .dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark .dark\:bg-gray-900\/10{background-color:rgb(17 24 39/.1)}.dark .dark\:bg-gray-900\/50{background-color:rgb(17 24 39/.5)}.dark .dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark .dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark .dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.dark .dark\:prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .dark\:text-gray-900\/60{color:rgb(17 24 39/.6)}.dark .dark\:text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.dark .dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark .dark\:text-zinc-200{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.dark .dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark .dark\:text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.dark .dark\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:hover\:bg-gray-900\/80:hover{background-color:rgb(17 24 39/.8)}.dark .dark\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.dark .dark\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.dark .dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.dark .dark\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(49 46 129 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 48 163 / var(--tw-ring-opacity))}@media(min-width:640px){.sm\:relative{position:relative}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:-m-6{margin:-1.5rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mt-5{margin-top:1.25rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-4{margin-top:1rem}.sm\:-mt-32{margin-top:-8rem}.sm\:mt-0{margin-top:0}.sm\:ml-3{margin-left:.75rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-2\/3{height:66.666667%}.sm\:h-96{height:24rem}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-lg{max-width:32rem}.sm\:justify-center{justify-content:center}.sm\:gap-12{gap:3rem}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-center{text-align:center}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:768px){.md\:sticky{position:sticky}.md\:mt-20{margin-top:5rem}.md\:mt-8{margin-top:2rem}.md\:mt-12{margin-top:3rem}.md\:mt-0{margin-top:0}.md\:mt-5{margin-top:1.25rem}.md\:ml-4{margin-left:1rem}.md\:-mt-1{margin-top:-.25rem}.md\:ml-2{margin-left:.5rem}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-6{height:1.5rem}.md\:w-auto{width:auto}.md\:w-48{width:12rem}.md\:w-screen{width:100vw}.md\:w-6{width:1.5rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-sm{max-width:24rem}.md\:flex-grow{flex-grow:1}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:place-items-center{place-items:center}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:prose-lg{font-size:1.125rem;line-height:1.7777778}.md\:justify-between{justify-content:space-between}.md\:prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.md\:prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.md\:prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.md\:prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.md\:prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.md\:prose-lg :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-lg :where(img):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.md\:prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.md\:prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.md\:prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.md\:prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-right:1.5em;padding-bottom:1em;padding-left:1.5em}.md\:prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.md\:prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.md\:prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.md\:prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.75em;padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.md\:rounded-bl-lg{border-bottom-left-radius:.5rem}.md\:p-0{padding:0}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pt-12{padding-top:3rem}.md\:pt-24{padding-top:6rem}.md\:pb-16{padding-bottom:4rem}.md\:pt-32{padding-top:8rem}.md\:text-left{text-align:left}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:inset-y-0{top:0;bottom:0}.lg\:right-0{right:0}.lg\:right-72{right:18rem}.lg\:-right-8{right:-2rem}.lg\:left-auto{left:auto}.lg\:top-12{top:3rem}.lg\:left-80{left:20rem}.lg\:left-0{left:0}.lg\:m-0{margin:0}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mt-0{margin-top:0}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-0{margin-bottom:0}.lg\:grid{display:grid}.lg\:h-full{height:100%}.lg\:w-screen{width:100vw}.lg\:w-1\/2{width:50%}.lg\:w-full{width:100%}.lg\:w-auto{width:auto}.lg\:max-w-xl{max-width:36rem}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-none{max-width:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:place-items-center{place-items:center}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:gap-12{gap:3rem}.lg\:gap-24{gap:6rem}.lg\:gap-4{gap:1rem}.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.lg\:prose-xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.lg\:prose-xl :where(h2):not(:where([class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose-xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.lg\:prose-xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.lg\:prose-xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl :where(code):not(:where([class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8611111em}.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(pre):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-right:1.3333333em;padding-bottom:1.1111111em;padding-left:1.3333333em}.lg\:prose-xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(li):not(:where([class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(table):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.lg\:prose-xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8888889em;padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:pt-20{padding-top:5rem}.lg\:pl-12{padding-left:3rem}.lg\:pt-12{padding-top:3rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-48{padding-top:12rem}.lg\:text-left{text-align:left}.lg\:text-7xl{font-size:4.5rem;line-height:1}}@media(min-width:1280px){.xl\:mt-16{margin-top:4rem}.xl\:mb-8{margin-bottom:2rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:block{display:block}.xl\:inline{display:inline}.xl\:w-96{width:24rem}.xl\:pt-48{padding-top:12rem}.xl\:text-9xl{font-size:8rem;line-height:1}.xl\:text-8xl{font-size:6rem;line-height:1}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-7xl{font-size:4.5rem;line-height:1}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1536px){.\32xl\:pt-48{padding-top:12rem}} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 5ef22a0..b37cca5 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,12 @@ -TailBliss is Hugo Starter Theme Built on Tailwind CSS and Alpine.js. | TailBliss

TailBliss

Super Fast, and Flexible

What's new +Just shipped version 0.1.0

A Hugo theme built with love, using TailwindCSS 3, Apline.JS, and Hugo +Pipes. Images are optimized for use with Hugo Pipes for WebP format.

>
Workcation

Tincidunt integer commodo, cursus etiam aliquam neque, et. Consectetur pretium in volutpat, diam. Montes, magna cursus nulla feugiat dignissim id lobortis @@ -42,18 +39,18 @@ aenean erat arcu morbi. Cursus faucibus nunc nisl netus morbi vel porttitor vita fames senectus vitae.

From the blog

Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ipsa libero labore natus atque, ducimus sed.

Blog Post 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -Blog
Tailbones -

Tailbones

+Blog
TailBliss +

TailBliss

2 min read
News Post 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News
Tailbones -

Tailbones

+News
TailBliss +

TailBliss

2 min read
News Post 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News
Tailbones -

Tailbones

+News
TailBliss +

TailBliss

2 min read

Stay Up to Date

Sagittis @@ -67,4 +64,4 @@ me

TailBliss

Super Fast, and Flexible

What's new +Just shipped version 0.1.0

A Hugo theme built with love, using TailwindCSS 3, Apline.JS, and Hugo +Pipes. Images are optimized for use with Hugo Pipes for WebP format.

>
Workcation

Tincidunt integer commodo, cursus etiam aliquam neque, et. Consectetur pretium in volutpat, diam. Montes, magna cursus nulla feugiat dignissim id lobortis @@ -42,18 +39,18 @@ aenean erat arcu morbi. Cursus faucibus nunc nisl netus morbi vel porttitor vita fames senectus vitae.

From the blog

Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ipsa libero labore natus atque, ducimus sed.

News Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news
Tailbones -

Tailbones

+news
TailBliss +

TailBliss

2 min read
News Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news
Tailbones -

Tailbones

+news
TailBliss +

TailBliss

2 min read
News Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news
Tailbones -

Tailbones

+news
TailBliss +

TailBliss

2 min read

Stay Up to Date

Sagittis @@ -67,4 +64,4 @@ me

TailBliss

Super Fast, and Flexible

What's new +Just shipped version 0.1.0

A Hugo theme built with love, using TailwindCSS 3, Apline.JS, and Hugo +Pipes. Images are optimized for use with Hugo Pipes for WebP format.

>
Workcation

Tincidunt integer commodo, cursus etiam aliquam neque, et. Consectetur pretium in volutpat, diam. Montes, magna cursus nulla feugiat dignissim id lobortis @@ -46,13 +43,13 @@ adipisicing elit. Ipsa libero labore natus atque, ducimus sed.

Blog Post 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog
Tailbones -

Tailbones

+blog
TailBliss +

TailBliss

2 min read
Blog Post 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog
Tailbones -

Tailbones

+blog
TailBliss +

TailBliss

2 min read

Stay Up to Date

Sagittis @@ -66,4 +63,4 @@ me

TailBliss

Super Fast, and Flexible

What's new +Just shipped version 0.1.0

A Hugo theme built with love, using TailwindCSS 3, Apline.JS, and Hugo +Pipes. Images are optimized for use with Hugo Pipes for WebP format.

>
Workcation

Tincidunt integer commodo, cursus etiam aliquam neque, et. Consectetur pretium in volutpat, diam. Montes, magna cursus nulla feugiat dignissim id lobortis @@ -42,18 +39,18 @@ aenean erat arcu morbi. Cursus faucibus nunc nisl netus morbi vel porttitor vita fames senectus vitae.

From the blog

Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ipsa libero labore natus atque, ducimus sed.

Blog Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog
Tailbones -

Tailbones

+blog
TailBliss +

TailBliss

2 min read
Blog Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog
Tailbones -

Tailbones

+blog
TailBliss +

TailBliss

2 min read
Blog Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog
Tailbones -

Tailbones

+blog
TailBliss +

TailBliss

2 min read

Stay Up to Date

Sagittis @@ -67,4 +64,4 @@ me

TailBliss

Super Fast, and Flexible

What's new +Just shipped version 0.1.0

A Hugo theme built with love, using TailwindCSS 3, Apline.JS, and Hugo +Pipes. Images are optimized for use with Hugo Pipes for WebP format.

>
Workcation

Tincidunt integer commodo, cursus etiam aliquam neque, et. Consectetur pretium in volutpat, diam. Montes, magna cursus nulla feugiat dignissim id lobortis @@ -46,8 +43,8 @@ adipisicing elit. Ipsa libero labore natus atque, ducimus sed.

News Post 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News
Tailbones -

Tailbones

+News
TailBliss +

TailBliss

2 min read
Tags: @@ -65,4 +62,4 @@ me

Blog Post 1

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/blog-post-2/index.html b/public/posts/blog-post-2/index.html index 54f85e3..7ceb5d7 100644 --- a/public/posts/blog-post-2/index.html +++ b/public/posts/blog-post-2/index.html @@ -1,10 +1,10 @@ -Blog Post 2 | TailBliss

Blog Post 2

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/blog-post-3/index.html b/public/posts/blog-post-3/index.html index 7e4a063..122fbb3 100644 --- a/public/posts/blog-post-3/index.html +++ b/public/posts/blog-post-3/index.html @@ -1,10 +1,10 @@ -Blog Post 3 | TailBliss

Blog Post 3

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/blog-post-4/index.html b/public/posts/blog-post-4/index.html index be92d33..e3aba4f 100644 --- a/public/posts/blog-post-4/index.html +++ b/public/posts/blog-post-4/index.html @@ -1,10 +1,10 @@ -Blog Post 4 | TailBliss

Blog Post 4

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/blog-post-5/index.html b/public/posts/blog-post-5/index.html index b797a34..afc5d9b 100644 --- a/public/posts/blog-post-5/index.html +++ b/public/posts/blog-post-5/index.html @@ -1,10 +1,10 @@ -Blog Post 5 | TailBliss

Blog Post 5

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/blog-post-6/index.html b/public/posts/blog-post-6/index.html index 5d427d1..9763e1f 100644 --- a/public/posts/blog-post-6/index.html +++ b/public/posts/blog-post-6/index.html @@ -1,10 +1,10 @@ -Blog Post 6 | TailBliss

Blog Post 6

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/index.html b/public/posts/index.html index 32fac36..83e7892 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -1,52 +1,52 @@ -Posts | TailBliss

Posts

Blog Post 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: +Blog

TailBliss

2 min read
News Post 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News

Tailbones

+News

TailBliss

2 min read
News Post 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News

Tailbones

+News

TailBliss

2 min read
News Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
News Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
News Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
Blog Post 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/news-post-1/index.html b/public/posts/news-post-1/index.html index b6149bd..baede6c 100644 --- a/public/posts/news-post-1/index.html +++ b/public/posts/news-post-1/index.html @@ -1,10 +1,10 @@ -News Post 1 | TailBliss

News Post 1

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/news-post-2/index.html b/public/posts/news-post-2/index.html index 23d6236..e5a4aef 100644 --- a/public/posts/news-post-2/index.html +++ b/public/posts/news-post-2/index.html @@ -1,10 +1,10 @@ -News Post 2 | TailBliss

News Post 2

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/news-post-3/index.html b/public/posts/news-post-3/index.html index 1b44969..6b36eba 100644 --- a/public/posts/news-post-3/index.html +++ b/public/posts/news-post-3/index.html @@ -1,10 +1,10 @@ -News Post 3 | TailBliss

News Post 3

Advertisement 😄

  • pica - high quality and fast image resize in browser.
  • babelfish - developer friendly i18n with plurals support and easy syntax.

You will like those projects!


h1 Heading 😊

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules




Typographic replacements

Enable typographer option to see result.

(c) (C) (r) (R) (tm) (TM) (p) (P) +-

test.. test… test….. test?….. test!….

!!!!!! ???? ,, – —

“Smartypants, double quotes” and ‘single quotes’

Emphasis

This is bold text

This is bold text

This is italic text

This is italic text

Strikethrough

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet

  2. Consectetur adipiscing elit

  3. Integer molestie lorem at massa

  4. You can use sequential numbers…

  5. …or keep all the numbers as 1.

Start numbering with offset:

  1. foo
  2. bar

Code

Inline code

Indented code

// Some comments
 line 1 of code
@@ -32,4 +32,4 @@ with lazy continuation.

Term 2 with inline markup
< GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/news-post-4/index.html b/public/posts/news-post-4/index.html index 62d15d8..3f7eb29 100644 --- a/public/posts/news-post-4/index.html +++ b/public/posts/news-post-4/index.html @@ -1,14 +1,14 @@ -News Post 4 | TailBliss

News Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Vestibulum vel convallis felis. Ut finibus lorem vestibulum lobortis rhoncus. Sed mi tellus, volutpat aliquam enim sed, efficitur cursus lacus. Nunc congue, justo luctus vehicula finibus, tortor justo consectetur ligula, at lobortis nisl ipsum eu mauris. Fusce finibus mi in enim mollis dapibus. In non leo et mi pharetra vehicula vel ut felis. Nam eros metus, tristique a tellus vitae, aliquet posuere turpis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque non molestie orci, id scelerisque odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Suspendisse pharetra rhoncus massa, eu sagittis purus consectetur eget.

Duis vitae consectetur dolor. Sed consectetur nibh ligula, vitae eleifend velit vulputate non. Nam eleifend, tellus ut commodo hendrerit, leo erat dictum est, non faucibus sapien mauris eu sapien. Sed et tortor sit amet ex rhoncus sagittis. Vestibulum pretium nisl non sodales congue. Ut sit amet iaculis felis. Nulla tristique tristique posuere.

Sed neque ex, euismod vel leo vitae, ornare elementum neque. Ut laoreet metus nec ex euismod mattis. Vivamus dapibus suscipit risus nec gravida. Mauris est odio, maximus eget sem eu, rhoncus tincidunt ipsum. Proin laoreet maximus dolor, in euismod purus suscipit et. Praesent eleifend mi sed massa pulvinar dictum. Curabitur leo lorem, pharetra sit amet orci in, maximus cursus purus. Integer finibus massa tincidunt orci gravida mattis. Praesent nec orci libero. Suspendisse vel magna posuere libero ultricies lacinia.

Pellentesque at feugiat arcu, at tincidunt est. Sed vel urna congue, porta dui sed, lacinia velit. Nulla porta vehicula sem, id porta sem suscipit id. Ut faucibus erat ac odio tempus molestie at a nisi. Pellentesque id ornare ipsum, a vestibulum nisi. Nullam id felis nec dolor tincidunt viverra quis ac tortor. Maecenas id viverra tellus, eu egestas tellus. Integer feugiat et arcu sit amet venenatis. Nam posuere mi quis justo rhoncus, nec cursus quam venenatis. Duis sapien ante, egestas sit amet nulla sit amet, facilisis lobortis lectus. Nullam non arcu pretium, pretium ligula in, sagittis nibh. Aenean egestas eget ipsum tempus feugiat.

Aliquam tortor erat, elementum a neque et, ultricies mollis nunc. Etiam bibendum eu magna ut commodo. Curabitur gravida lorem nec ultrices blandit. Nam egestas est a purus porttitor cursus. Suspendisse dapibus scelerisque odio facilisis porta. Curabitur urna felis, vehicula eget aliquam ut, elementum ac est. Vestibulum posuere nulla nunc, ut condimentum turpis imperdiet sit amet.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/news-post-5/index.html b/public/posts/news-post-5/index.html index 76abe2e..9c66238 100644 --- a/public/posts/news-post-5/index.html +++ b/public/posts/news-post-5/index.html @@ -1,14 +1,14 @@ -News Post 5 | TailBliss

News Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Vestibulum vel convallis felis. Ut finibus lorem vestibulum lobortis rhoncus. Sed mi tellus, volutpat aliquam enim sed, efficitur cursus lacus. Nunc congue, justo luctus vehicula finibus, tortor justo consectetur ligula, at lobortis nisl ipsum eu mauris. Fusce finibus mi in enim mollis dapibus. In non leo et mi pharetra vehicula vel ut felis. Nam eros metus, tristique a tellus vitae, aliquet posuere turpis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque non molestie orci, id scelerisque odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Suspendisse pharetra rhoncus massa, eu sagittis purus consectetur eget.

Duis vitae consectetur dolor. Sed consectetur nibh ligula, vitae eleifend velit vulputate non. Nam eleifend, tellus ut commodo hendrerit, leo erat dictum est, non faucibus sapien mauris eu sapien. Sed et tortor sit amet ex rhoncus sagittis. Vestibulum pretium nisl non sodales congue. Ut sit amet iaculis felis. Nulla tristique tristique posuere.

Sed neque ex, euismod vel leo vitae, ornare elementum neque. Ut laoreet metus nec ex euismod mattis. Vivamus dapibus suscipit risus nec gravida. Mauris est odio, maximus eget sem eu, rhoncus tincidunt ipsum. Proin laoreet maximus dolor, in euismod purus suscipit et. Praesent eleifend mi sed massa pulvinar dictum. Curabitur leo lorem, pharetra sit amet orci in, maximus cursus purus. Integer finibus massa tincidunt orci gravida mattis. Praesent nec orci libero. Suspendisse vel magna posuere libero ultricies lacinia.

Pellentesque at feugiat arcu, at tincidunt est. Sed vel urna congue, porta dui sed, lacinia velit. Nulla porta vehicula sem, id porta sem suscipit id. Ut faucibus erat ac odio tempus molestie at a nisi. Pellentesque id ornare ipsum, a vestibulum nisi. Nullam id felis nec dolor tincidunt viverra quis ac tortor. Maecenas id viverra tellus, eu egestas tellus. Integer feugiat et arcu sit amet venenatis. Nam posuere mi quis justo rhoncus, nec cursus quam venenatis. Duis sapien ante, egestas sit amet nulla sit amet, facilisis lobortis lectus. Nullam non arcu pretium, pretium ligula in, sagittis nibh. Aenean egestas eget ipsum tempus feugiat.

Aliquam tortor erat, elementum a neque et, ultricies mollis nunc. Etiam bibendum eu magna ut commodo. Curabitur gravida lorem nec ultrices blandit. Nam egestas est a purus porttitor cursus. Suspendisse dapibus scelerisque odio facilisis porta. Curabitur urna felis, vehicula eget aliquam ut, elementum ac est. Vestibulum posuere nulla nunc, ut condimentum turpis imperdiet sit amet.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/news-post-6/index.html b/public/posts/news-post-6/index.html index 60e5a1d..e4e695b 100644 --- a/public/posts/news-post-6/index.html +++ b/public/posts/news-post-6/index.html @@ -1,14 +1,14 @@ -News Post 6 | TailBliss

News Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Vestibulum vel convallis felis. Ut finibus lorem vestibulum lobortis rhoncus. Sed mi tellus, volutpat aliquam enim sed, efficitur cursus lacus. Nunc congue, justo luctus vehicula finibus, tortor justo consectetur ligula, at lobortis nisl ipsum eu mauris. Fusce finibus mi in enim mollis dapibus. In non leo et mi pharetra vehicula vel ut felis. Nam eros metus, tristique a tellus vitae, aliquet posuere turpis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Pellentesque non molestie orci, id scelerisque odio. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Suspendisse pharetra rhoncus massa, eu sagittis purus consectetur eget.

Duis vitae consectetur dolor. Sed consectetur nibh ligula, vitae eleifend velit vulputate non. Nam eleifend, tellus ut commodo hendrerit, leo erat dictum est, non faucibus sapien mauris eu sapien. Sed et tortor sit amet ex rhoncus sagittis. Vestibulum pretium nisl non sodales congue. Ut sit amet iaculis felis. Nulla tristique tristique posuere.

Sed neque ex, euismod vel leo vitae, ornare elementum neque. Ut laoreet metus nec ex euismod mattis. Vivamus dapibus suscipit risus nec gravida. Mauris est odio, maximus eget sem eu, rhoncus tincidunt ipsum. Proin laoreet maximus dolor, in euismod purus suscipit et. Praesent eleifend mi sed massa pulvinar dictum. Curabitur leo lorem, pharetra sit amet orci in, maximus cursus purus. Integer finibus massa tincidunt orci gravida mattis. Praesent nec orci libero. Suspendisse vel magna posuere libero ultricies lacinia.

Pellentesque at feugiat arcu, at tincidunt est. Sed vel urna congue, porta dui sed, lacinia velit. Nulla porta vehicula sem, id porta sem suscipit id. Ut faucibus erat ac odio tempus molestie at a nisi. Pellentesque id ornare ipsum, a vestibulum nisi. Nullam id felis nec dolor tincidunt viverra quis ac tortor. Maecenas id viverra tellus, eu egestas tellus. Integer feugiat et arcu sit amet venenatis. Nam posuere mi quis justo rhoncus, nec cursus quam venenatis. Duis sapien ante, egestas sit amet nulla sit amet, facilisis lobortis lectus. Nullam non arcu pretium, pretium ligula in, sagittis nibh. Aenean egestas eget ipsum tempus feugiat.

Aliquam tortor erat, elementum a neque et, ultricies mollis nunc. Etiam bibendum eu magna ut commodo. Curabitur gravida lorem nec ultrices blandit. Nam egestas est a purus porttitor cursus. Suspendisse dapibus scelerisque odio facilisis porta. Curabitur urna felis, vehicula eget aliquam ut, elementum ac est. Vestibulum posuere nulla nunc, ut condimentum turpis imperdiet sit amet.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/posts/page/2/index.html b/public/posts/page/2/index.html index eb8dcec..ee364b7 100644 --- a/public/posts/page/2/index.html +++ b/public/posts/page/2/index.html @@ -1,22 +1,22 @@ -Posts | TailBliss

Posts

Blog Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: +blog

TailBliss

2 min read
Blog Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
News Post 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News

Tailbones

+News

TailBliss

2 min read
\ No newline at end of file diff --git a/public/prose/index.html b/public/prose/index.html index 89d5d3a..cfbb143 100644 --- a/public/prose/index.html +++ b/public/prose/index.html @@ -1,10 +1,10 @@ -Prose | TailBliss

Prose

@tailwindcss/typography

View on GitHub!

Beautiful typographic defaults for HTML you don’t control.

The official Tailwind CSS Typography plugin provides a set of prose classes you can use to add beautiful typographic defaults to any vanilla HTML you don’t control, like HTML rendered from Markdown, or pulled from a CMS.

Tailwind CSS IntelliSense extension for Visual Studio Code

<article class="prose lg:prose-xl">
   {{ markdown }}
 </article>
 

To see what it looks like in action, check out our live demo on Tailwind Play. @@ -207,4 +207,4 @@ module.exports = { GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index c075b4b..4e44f91 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1 +1 @@ -https://tailbliss.netlify.app/tags/blog/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/categories/blog/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/blog-post-1/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/categories/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/tags/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/tags/news/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/categories/news/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/news-post-1/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/news-post-2/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/news-post-4/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/news-post-5/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/news-post-6/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/about/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/blog-post-2/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/blog-post-3/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/blog-post-4/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/blog-post-5/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/blog-post-6/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/contact/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/news-post-3/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/prose/2022-10-28T17:20:35-05:00 \ No newline at end of file +https://tailbliss.netlify.app/tags/blog/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/categories/blog/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/blog-post-1/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/categories/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/tags/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/tags/news/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/categories/news/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/news-post-1/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/news-post-2/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/news-post-4/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/news-post-5/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/news-post-6/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/about/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/blog-post-2/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/blog-post-3/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/blog-post-4/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/blog-post-5/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/posts/blog-post-6/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/contact/2022-10-28T17:20:35-05:00https://tailbliss.netlify.app/posts/news-post-3/2022-10-29T10:33:54-05:00https://tailbliss.netlify.app/prose/2022-10-28T17:20:35-05:00 \ No newline at end of file diff --git a/public/tags/blog/index.html b/public/tags/blog/index.html index 022ea65..c1b0837 100644 --- a/public/tags/blog/index.html +++ b/public/tags/blog/index.html @@ -1,37 +1,37 @@ -Blog | TailBliss

Blog

Blog Post 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: +Blog

TailBliss

2 min read
Blog Post 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
Blog Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -blog

Tailbones

+blog

TailBliss

2 min read
@@ -41,4 +41,4 @@ read
GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/tags/index.html b/public/tags/index.html index 4377c17..3cea290 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -1,10 +1,10 @@ -Tags | TailBliss

Tags

Tags:

0 min @@ -19,4 +19,4 @@ read
GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/public/tags/news/index.html b/public/tags/news/index.html index a0d3aa7..e61bf90 100644 --- a/public/tags/news/index.html +++ b/public/tags/news/index.html @@ -1,37 +1,37 @@ -News | TailBliss

News

News Post 1

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: +News

TailBliss

2 min read
News Post 2

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News

Tailbones

+News

TailBliss

2 min read
News Post 4

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
News Post 5

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
News Post 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -news

Tailbones

+news

TailBliss

2 min read
News Post 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed cursus, odio nec venenatis lacinia, lacus lectus varius nisi, in tristique mi purus ut libero.

Tags: -News

Tailbones

+News

TailBliss

2 min read
@@ -41,4 +41,4 @@ read
GitHub Dribbble

© 2022 TailBliss. All rights -reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file +reserved.

Made with ❤️ by Nusser Studios.

\ No newline at end of file diff --git a/resources/_gen/assets/css/css/style.css_53d8db2e382030cdec351f02c8b70385.content b/resources/_gen/assets/css/css/style.css_53d8db2e382030cdec351f02c8b70385.content index fd8c381..d10bc38 100644 --- a/resources/_gen/assets/css/css/style.css_53d8db2e382030cdec351f02c8b70385.content +++ b/resources/_gen/assets/css/css/style.css_53d8db2e382030cdec351f02c8b70385.content @@ -1 +1 @@ -*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::before,::after{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=As]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=as]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=Is]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=is]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.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}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *))::before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *))::after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose] *))::before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *))::after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-right:1.1428571em;padding-bottom:.8571429em;padding-left:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose] *))::before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *))::after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#27272a;--tw-prose-headings:#18181b;--tw-prose-lead:#3f3f46;--tw-prose-links:#18181b;--tw-prose-bold:#18181b;--tw-prose-counters:#52525b;--tw-prose-bullets:#a1a1aa;--tw-prose-hr:#d4d4d8;--tw-prose-quotes:#18181b;--tw-prose-quote-borders:#d4d4d8;--tw-prose-captions:#3f3f46;--tw-prose-code:#6366f1;--tw-prose-pre-code:#a5b4fc;--tw-prose-pre-bg:#111827;--tw-prose-th-borders:#d4d4d8;--tw-prose-td-borders:#e4e4e7;--tw-prose-invert-body:#e4e4e7;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#d4d4d8;--tw-prose-invert-links:#818cf8;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a1a1aa;--tw-prose-invert-bullets:#e4e4e7;--tw-prose-invert-hr:#71717a;--tw-prose-invert-quotes:#f4f4f5;--tw-prose-invert-quote-borders:#3f3f46;--tw-prose-invert-captions:#a1a1aa;--tw-prose-invert-code:#818cf8;--tw-prose-invert-pre-code:#a5b4fc;--tw-prose-invert-pre-bg:#111827;--tw-prose-invert-th-borders:#f4f4f5;--tw-prose-invert-td-borders:#71717a;font-size:1rem;line-height:1.75}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.5714286em;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(video):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(ol):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.6666667em;padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose-base :where(h1):not(:where([class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-base :where(h2):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-base :where(h3):not(:where([class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-right:1.1428571em;padding-bottom:.8571429em;padding-left:1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose-base :where(ul):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose-base :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose-base :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose-base :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(hr):not(:where([class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose] *)){padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.5714286em;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-base :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-right:1.5em;padding-bottom:1em;padding-left:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.75em;padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-xl{font-size:1.25rem;line-height:1.8}.prose-xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.prose-xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.prose-xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.prose-xl :where(h2):not(:where([class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.prose-xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.prose-xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.prose-xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.prose-xl :where(code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8611111em}.prose-xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-xl :where(pre):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-right:1.3333333em;padding-bottom:1.1111111em;padding-left:1.3333333em}.prose-xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.prose-xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.prose-xl :where(li):not(:where([class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.prose-xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4em}.prose-xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4em}.prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.prose-xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(table):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.prose-xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8888889em;padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-2xl{font-size:1.5rem;line-height:1.6666667}.prose-2xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-2xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.prose-2xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-left:1.1111111em}.prose-2xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.prose-2xl :where(h2):not(:where([class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.prose-2xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.prose-2xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-2xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-2xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.prose-2xl :where(code):not(:where([class~=not-prose] *)){font-size:.8333333em}.prose-2xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-2xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-2xl :where(pre):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-right:1.6em;padding-bottom:1.2em;padding-left:1.6em}.prose-2xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5833333em}.prose-2xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5833333em}.prose-2xl :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-2xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4166667em}.prose-2xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4166667em}.prose-2xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.prose-2xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-2xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-2xl :where(hr):not(:where([class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-2xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(table):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.prose-2xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.prose-2xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-2xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-2xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8em;padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-2xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.prose-gray{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151}.prose-zinc{--tw-prose-body:#3f3f46;--tw-prose-headings:#18181b;--tw-prose-lead:#52525b;--tw-prose-links:#18181b;--tw-prose-bold:#18181b;--tw-prose-counters:#71717a;--tw-prose-bullets:#d4d4d8;--tw-prose-hr:#e4e4e7;--tw-prose-quotes:#18181b;--tw-prose-quote-borders:#e4e4e7;--tw-prose-captions:#71717a;--tw-prose-code:#18181b;--tw-prose-pre-code:#e4e4e7;--tw-prose-pre-bg:#27272a;--tw-prose-th-borders:#d4d4d8;--tw-prose-td-borders:#e4e4e7;--tw-prose-invert-body:#d4d4d8;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a1a1aa;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a1a1aa;--tw-prose-invert-bullets:#52525b;--tw-prose-invert-hr:#3f3f46;--tw-prose-invert-quotes:#f4f4f5;--tw-prose-invert-quote-borders:#3f3f46;--tw-prose-invert-captions:#a1a1aa;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d8;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#52525b;--tw-prose-invert-td-borders:#3f3f46}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.prose-stone{--tw-prose-body:#44403c;--tw-prose-headings:#1c1917;--tw-prose-lead:#57534e;--tw-prose-links:#1c1917;--tw-prose-bold:#1c1917;--tw-prose-counters:#78716c;--tw-prose-bullets:#d6d3d1;--tw-prose-hr:#e7e5e4;--tw-prose-quotes:#1c1917;--tw-prose-quote-borders:#e7e5e4;--tw-prose-captions:#78716c;--tw-prose-code:#1c1917;--tw-prose-pre-code:#e7e5e4;--tw-prose-pre-bg:#292524;--tw-prose-th-borders:#d6d3d1;--tw-prose-td-borders:#e7e5e4;--tw-prose-invert-body:#d6d3d1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a8a29e;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a8a29e;--tw-prose-invert-bullets:#57534e;--tw-prose-invert-hr:#44403c;--tw-prose-invert-quotes:#f5f5f4;--tw-prose-invert-quote-borders:#44403c;--tw-prose-invert-captions:#a8a29e;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d6d3d1;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#57534e;--tw-prose-invert-td-borders:#44403c}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.right-1\/2{right:50%}.top-8{top:2rem}.left-1\/2{left:50%}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-0{z-index:0}.z-50{z-index:50}.z-30{z-index:30}.col-span-1{grid-column:span 1/span 1}.col-span-3{grid-column:span 3/span 3}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mb-4{margin-bottom:1rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.ml-2{margin-left:.5rem}.-mr-1{margin-right:-.25rem}.-ml-3{margin-left:-.75rem}.mt-8{margin-top:2rem}.mt-4{margin-top:1rem}.-mr-3{margin-right:-.75rem}.-mr-40{margin-right:-10rem}.mt-12{margin-top:3rem}.ml-3{margin-left:.75rem}.-mt-72{margin-top:-18rem}.mt-10{margin-top:2.5rem}.mt-1{margin-top:.25rem}.ml-1{margin-left:.25rem}.mb-8{margin-bottom:2rem}.mb-2{margin-bottom:.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-max{height:-moz-max-content;height:max-content}.h-5{height:1.25rem}.h-full{height:100%}.h-12{height:3rem}.h-8{height:2rem}.h-1\/3{height:33.333333%}.h-10{height:2.5rem}.h-6{height:1.5rem}.h-auto{height:auto}.h-9{height:2.25rem}.h-4{height:1rem}.max-h-12{max-height:3rem}.w-5{width:1.25rem}.w-full{width:100%}.w-8{width:2rem}.w-screen{width:100vw}.w-10{width:2.5rem}.w-1\/2{width:50%}.w-6{width:1.5rem}.w-9{width:2.25rem}.w-4{width:1rem}.w-0{width:0}.min-w-0{min-width:0}.max-w-screen-xl{max-width:1280px}.max-w-screen-sm{max-width:640px}.max-w-full{max-width:100%}.max-w-xl{max-width:36rem}.max-w-md{max-width:28rem}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.max-w-screen-md{max-width:768px}.max-w-none{max-width:none}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-top-right{transform-origin:top right}.-translate-x-3{--tw-translate-x:-0.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-0{gap:0}.gap-4{gap:1rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-t-2{border-top-width:2px}.border-transparent{border-color:transparent}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-b-stone-200\/10{border-bottom-color:rgb(231 229 228/.1)}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-to:rgb(55 48 163 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-to:rgb(79 70 229 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-indigo-500{--tw-gradient-to:rgb(99 102 241 / 0);--tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to)}.to-blue-800{--tw-gradient-to:#1e40af}.bg-center{background-position:50%}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-2\.5{padding:.625rem}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-0{padding-top:0;padding-bottom:0}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-96{padding-top:24rem;padding-bottom:24rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pt-8{padding-top:2rem}.pb-16{padding-bottom:4rem}.pt-64{padding-top:16rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pl-4{padding-left:1rem}.pt-6{padding-top:1.5rem}.pb-4{padding-bottom:1rem}.pr-2{padding-right:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-8xl{font-size:6rem;line-height:1}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-6xl{font-size:3.75rem;line-height:1}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-7{line-height:1.75rem}.leading-extra-loose{line-height:2.5}.tracking-tight{letter-spacing:-.025em}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-indigo-400\/30{color:rgb(129 140 248/.3)}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.text-zinc-900{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity))}.text-opacity-40{--tw-text-opacity:0.4}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.opacity-80{opacity:.8}.opacity-0{opacity:0}.opacity-100{opacity:1}.mix-blend-multiply{mix-blend-mode:multiply}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.duration-1000{transition-duration:1000ms}.duration-200{transition-duration:200ms}.duration-100{transition-duration:100ms}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}font-family: ui-sans-serif,system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,apple color emoji,segoe ui emoji,notocoloremoji,segoe ui symbol,android emoji,emojisymbols; .prose :where(h1):not(:where([class~=not-prose] *)){color:#fff!important}.hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity))}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:font-bold:hover{font-weight:700}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252 / var(--tw-ring-opacity))}.focus\:ring-slate-200\/40:focus{--tw-ring-color:rgb(226 232 240 / 0.4)}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.group:hover .group-hover\:ml-3{margin-left:.75rem}.group:hover .group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.group:hover .group-hover\:text-gray-400\/60{color:rgb(156 163 175/.6)}.group:hover .group-hover\:opacity-50{opacity:.5}.group:focus .group-focus\:opacity-70{opacity:.7}.prose-headings\:underline :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))){text-decoration-line:underline}.prose-a\:text-blue-600 :is(:where(a):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.hover\:prose-a\:text-blue-500 :is(:where(a):not(:where([class~=not-prose] *))):hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.prose-img\:rounded-xl :is(:where(img):not(:where([class~=not-prose] *))){border-radius:.75rem}.dark .dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark .dark\:bg-gray-900\/10{background-color:rgb(17 24 39/.1)}.dark .dark\:bg-gray-900\/50{background-color:rgb(17 24 39/.5)}.dark .dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark .dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark .dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.dark .dark\:prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .dark\:text-gray-900\/60{color:rgb(17 24 39/.6)}.dark .dark\:text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.dark .dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark .dark\:text-zinc-200{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.dark .dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark .dark\:text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.dark .dark\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:hover\:bg-gray-900\/80:hover{background-color:rgb(17 24 39/.8)}.dark .dark\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.dark .dark\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.dark .dark\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.dark .dark\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(49 46 129 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 48 163 / var(--tw-ring-opacity))}@media(min-width:640px){.sm\:relative{position:relative}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mt-5{margin-top:1.25rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-4{margin-top:1rem}.sm\:-mt-32{margin-top:-8rem}.sm\:mt-0{margin-top:0}.sm\:ml-3{margin-left:.75rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:h-2\/3{height:66.666667%}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-lg{max-width:32rem}.sm\:justify-center{justify-content:center}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-center{text-align:center}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:768px){.md\:sticky{position:sticky}.md\:mt-20{margin-top:5rem}.md\:mt-8{margin-top:2rem}.md\:mt-12{margin-top:3rem}.md\:mt-0{margin-top:0}.md\:mt-5{margin-top:1.25rem}.md\:ml-4{margin-left:1rem}.md\:-mt-1{margin-top:-.25rem}.md\:ml-2{margin-left:.5rem}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-6{height:1.5rem}.md\:w-auto{width:auto}.md\:w-48{width:12rem}.md\:w-screen{width:100vw}.md\:w-6{width:1.5rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-sm{max-width:24rem}.md\:flex-grow{flex-grow:1}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:prose-lg{font-size:1.125rem;line-height:1.7777778}.md\:justify-between{justify-content:space-between}.md\:prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.md\:prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.md\:prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.md\:prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.md\:prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.md\:prose-lg :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-lg :where(img):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.md\:prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.md\:prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.md\:prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.md\:prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-right:1.5em;padding-bottom:1em;padding-left:1.5em}.md\:prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.md\:prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.md\:prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.md\:prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.75em;padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.md\:rounded-bl-lg{border-bottom-left-radius:.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pt-12{padding-top:3rem}.md\:pt-24{padding-top:6rem}.md\:pb-16{padding-bottom:4rem}.md\:text-left{text-align:left}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:inset-y-0{top:0;bottom:0}.lg\:right-0{right:0}.lg\:right-72{right:18rem}.lg\:-right-8{right:-2rem}.lg\:left-auto{left:auto}.lg\:top-12{top:3rem}.lg\:left-80{left:20rem}.lg\:left-0{left:0}.lg\:m-0{margin:0}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mt-0{margin-top:0}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-16{margin-bottom:4rem}.lg\:grid{display:grid}.lg\:h-full{height:100%}.lg\:w-screen{width:100vw}.lg\:w-1\/2{width:50%}.lg\:w-full{width:100%}.lg\:w-auto{width:auto}.lg\:max-w-xl{max-width:36rem}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-none{max-width:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:place-items-center{place-items:center}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:gap-12{gap:3rem}.lg\:gap-24{gap:6rem}.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.lg\:prose-xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.lg\:prose-xl :where(h2):not(:where([class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose-xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.lg\:prose-xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.lg\:prose-xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl :where(code):not(:where([class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8611111em}.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(pre):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-right:1.3333333em;padding-bottom:1.1111111em;padding-left:1.3333333em}.lg\:prose-xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(li):not(:where([class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(table):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.lg\:prose-xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8888889em;padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:pt-20{padding-top:5rem}.lg\:pl-12{padding-left:3rem}.lg\:pt-12{padding-top:3rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-16{padding-bottom:4rem}.lg\:text-left{text-align:left}.lg\:text-7xl{font-size:4.5rem;line-height:1}}@media(min-width:1280px){.xl\:block{display:block}.xl\:inline{display:inline}.xl\:text-9xl{font-size:8rem;line-height:1}.xl\:text-8xl{font-size:6rem;line-height:1}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}} \ No newline at end of file +*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::before,::after{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=As]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=as]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=Is]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=is]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-left-width:.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}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *))::before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *))::after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose] *))::before{content:"`"}.prose :where(code):not(:where([class~=not-prose] *))::after{content:"`"}.prose :where(a code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-right:1.1428571em;padding-bottom:.8571429em;padding-left:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose] *))::before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *))::after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose] *)){vertical-align:top}.prose{--tw-prose-body:#27272a;--tw-prose-headings:#18181b;--tw-prose-lead:#3f3f46;--tw-prose-links:#18181b;--tw-prose-bold:#18181b;--tw-prose-counters:#52525b;--tw-prose-bullets:#a1a1aa;--tw-prose-hr:#d4d4d8;--tw-prose-quotes:#18181b;--tw-prose-quote-borders:#d4d4d8;--tw-prose-captions:#3f3f46;--tw-prose-code:#6366f1;--tw-prose-pre-code:#a5b4fc;--tw-prose-pre-bg:#111827;--tw-prose-th-borders:#d4d4d8;--tw-prose-td-borders:#e4e4e7;--tw-prose-invert-body:#e4e4e7;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#d4d4d8;--tw-prose-invert-links:#818cf8;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a1a1aa;--tw-prose-invert-bullets:#e4e4e7;--tw-prose-invert-hr:#71717a;--tw-prose-invert-quotes:#f4f4f5;--tw-prose-invert-quote-borders:#3f3f46;--tw-prose-invert-captions:#a1a1aa;--tw-prose-invert-code:#818cf8;--tw-prose-invert-pre-code:#a5b4fc;--tw-prose-invert-pre-bg:#111827;--tw-prose-invert-th-borders:#f4f4f5;--tw-prose-invert-td-borders:#71717a;font-size:1rem;line-height:1.75}.prose :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.5714286em;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(video):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(code):not(:where([class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(ol):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-left:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4285714em}.prose-sm :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose] *)){padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.6666667em;padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-sm :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-base{font-size:1rem;line-height:1.75}.prose-base :where(p):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose-base :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose-base :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose-base :where(h1):not(:where([class~=not-prose] *)){font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose-base :where(h2):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose-base :where(h3):not(:where([class~=not-prose] *)){font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose-base :where(h4):not(:where([class~=not-prose] *)){margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose-base :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-base :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-base :where(figcaption):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose-base :where(code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-base :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-base :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-base :where(pre):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-right:1.1428571em;padding-bottom:.8571429em;padding-left:1.1428571em}.prose-base :where(ol):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose-base :where(ul):not(:where([class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.prose-base :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-base :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose-base :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose-base :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose-base :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose-base :where(hr):not(:where([class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-base :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857}.prose-base :where(thead th):not(:where([class~=not-prose] *)){padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose-base :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-base :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.5714286em;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-base :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-base :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-right:1.5em;padding-bottom:1em;padding-left:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.75em;padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-xl{font-size:1.25rem;line-height:1.8}.prose-xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.prose-xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.prose-xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.prose-xl :where(h2):not(:where([class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.prose-xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.prose-xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.prose-xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.prose-xl :where(code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8611111em}.prose-xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose-xl :where(pre):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-right:1.3333333em;padding-bottom:1.1111111em;padding-left:1.3333333em}.prose-xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.prose-xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.prose-xl :where(li):not(:where([class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.prose-xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4em}.prose-xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4em}.prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.prose-xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.prose-xl :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.prose-xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(table):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.prose-xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8888889em;padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-2xl{font-size:1.5rem;line-height:1.6666667}.prose-2xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-2xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.prose-2xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em;padding-left:1.1111111em}.prose-2xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.prose-2xl :where(h2):not(:where([class~=not-prose] *)){font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.prose-2xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.prose-2xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-2xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose-2xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-2xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.6;margin-top:1em}.prose-2xl :where(code):not(:where([class~=not-prose] *)){font-size:.8333333em}.prose-2xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose-2xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.8888889em}.prose-2xl :where(pre):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.2em;padding-right:1.6em;padding-bottom:1.2em;padding-left:1.6em}.prose-2xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5833333em}.prose-2xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5833333em}.prose-2xl :where(li):not(:where([class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose-2xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4166667em}.prose-2xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4166667em}.prose-2xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8333333em;margin-bottom:.8333333em}.prose-2xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-2xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.prose-2xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-2xl :where(hr):not(:where([class~=not-prose] *)){margin-top:3em;margin-bottom:3em}.prose-2xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(table):not(:where([class~=not-prose] *)){font-size:.8333333em;line-height:1.4}.prose-2xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.prose-2xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-2xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-2xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8em;padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose-2xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose-2xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.prose-gray{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151}.prose-zinc{--tw-prose-body:#3f3f46;--tw-prose-headings:#18181b;--tw-prose-lead:#52525b;--tw-prose-links:#18181b;--tw-prose-bold:#18181b;--tw-prose-counters:#71717a;--tw-prose-bullets:#d4d4d8;--tw-prose-hr:#e4e4e7;--tw-prose-quotes:#18181b;--tw-prose-quote-borders:#e4e4e7;--tw-prose-captions:#71717a;--tw-prose-code:#18181b;--tw-prose-pre-code:#e4e4e7;--tw-prose-pre-bg:#27272a;--tw-prose-th-borders:#d4d4d8;--tw-prose-td-borders:#e4e4e7;--tw-prose-invert-body:#d4d4d8;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a1a1aa;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a1a1aa;--tw-prose-invert-bullets:#52525b;--tw-prose-invert-hr:#3f3f46;--tw-prose-invert-quotes:#f4f4f5;--tw-prose-invert-quote-borders:#3f3f46;--tw-prose-invert-captions:#a1a1aa;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d8;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#52525b;--tw-prose-invert-td-borders:#3f3f46}.prose-neutral{--tw-prose-body:#404040;--tw-prose-headings:#171717;--tw-prose-lead:#525252;--tw-prose-links:#171717;--tw-prose-bold:#171717;--tw-prose-counters:#737373;--tw-prose-bullets:#d4d4d4;--tw-prose-hr:#e5e5e5;--tw-prose-quotes:#171717;--tw-prose-quote-borders:#e5e5e5;--tw-prose-captions:#737373;--tw-prose-code:#171717;--tw-prose-pre-code:#e5e5e5;--tw-prose-pre-bg:#262626;--tw-prose-th-borders:#d4d4d4;--tw-prose-td-borders:#e5e5e5;--tw-prose-invert-body:#d4d4d4;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a3a3a3;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a3a3a3;--tw-prose-invert-bullets:#525252;--tw-prose-invert-hr:#404040;--tw-prose-invert-quotes:#f5f5f5;--tw-prose-invert-quote-borders:#404040;--tw-prose-invert-captions:#a3a3a3;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d4d4d4;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#525252;--tw-prose-invert-td-borders:#404040}.prose-stone{--tw-prose-body:#44403c;--tw-prose-headings:#1c1917;--tw-prose-lead:#57534e;--tw-prose-links:#1c1917;--tw-prose-bold:#1c1917;--tw-prose-counters:#78716c;--tw-prose-bullets:#d6d3d1;--tw-prose-hr:#e7e5e4;--tw-prose-quotes:#1c1917;--tw-prose-quote-borders:#e7e5e4;--tw-prose-captions:#78716c;--tw-prose-code:#1c1917;--tw-prose-pre-code:#e7e5e4;--tw-prose-pre-bg:#292524;--tw-prose-th-borders:#d6d3d1;--tw-prose-td-borders:#e7e5e4;--tw-prose-invert-body:#d6d3d1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#a8a29e;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#a8a29e;--tw-prose-invert-bullets:#57534e;--tw-prose-invert-hr:#44403c;--tw-prose-invert-quotes:#f5f5f4;--tw-prose-invert-quote-borders:#44403c;--tw-prose-invert-captions:#a8a29e;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d6d3d1;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#57534e;--tw-prose-invert-td-borders:#44403c}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.right-1\/2{right:50%}.top-8{top:2rem}.left-1\/2{left:50%}.top-0{top:0}.left-0{left:0}.right-0{right:0}.z-0{z-index:0}.z-50{z-index:50}.z-30{z-index:30}.col-span-1{grid-column:span 1/span 1}.col-span-3{grid-column:span 3/span 3}.col-span-6{grid-column:span 6/span 6}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.mb-4{margin-bottom:1rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.ml-2{margin-left:.5rem}.-mr-1{margin-right:-.25rem}.-ml-3{margin-left:-.75rem}.mt-8{margin-top:2rem}.mt-4{margin-top:1rem}.-mr-3{margin-right:-.75rem}.-mr-40{margin-right:-10rem}.mt-12{margin-top:3rem}.ml-3{margin-left:.75rem}.-mt-72{margin-top:-18rem}.mt-10{margin-top:2.5rem}.mt-1{margin-top:.25rem}.ml-1{margin-left:.25rem}.mb-8{margin-bottom:2rem}.mb-2{margin-bottom:.5rem}.mt-0{margin-top:0}.mb-6{margin-bottom:1.5rem}.mb-3{margin-bottom:.75rem}.mr-2{margin-right:.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-max{height:-moz-max-content;height:max-content}.h-5{height:1.25rem}.h-full{height:100%}.h-12{height:3rem}.h-8{height:2rem}.h-1\/3{height:33.333333%}.h-10{height:2.5rem}.h-6{height:1.5rem}.h-auto{height:auto}.h-9{height:2.25rem}.h-4{height:1rem}.h-64{height:16rem}.h-7{height:1.75rem}.max-h-12{max-height:3rem}.w-5{width:1.25rem}.w-full{width:100%}.w-8{width:2rem}.w-screen{width:100vw}.w-10{width:2.5rem}.w-1\/2{width:50%}.w-6{width:1.5rem}.w-9{width:2.25rem}.w-4{width:1rem}.w-0{width:0}.min-w-0{min-width:0}.max-w-screen-xl{max-width:1280px}.max-w-screen-sm{max-width:640px}.max-w-full{max-width:100%}.max-w-xl{max-width:36rem}.max-w-md{max-width:28rem}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-2xl{max-width:42rem}.max-w-screen-md{max-width:768px}.max-w-none{max-width:none}.max-w-4xl{max-width:56rem}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-top-right{transform-origin:top right}.-translate-x-3{--tw-translate-x:-0.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y:-0.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-0{gap:0}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:.5rem}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-t-2{border-top-width:2px}.border-transparent{border-color:transparent}.border-gray-900{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.border-b-stone-200\/10{border-bottom-color:rgb(231 229 228/.1)}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity))}.bg-zinc-100{--tw-bg-opacity:1;background-color:rgb(244 244 245/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-indigo-800{--tw-gradient-from:#3730a3;--tw-gradient-to:rgb(55 48 163 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from:#4f46e5;--tw-gradient-to:rgb(79 70 229 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-900{--tw-gradient-from:#312e81;--tw-gradient-to:rgb(49 46 129 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-indigo-500{--tw-gradient-to:rgb(99 102 241 / 0);--tw-gradient-stops:var(--tw-gradient-from), #6366f1, var(--tw-gradient-to)}.to-blue-800{--tw-gradient-to:#1e40af}.to-blue-900{--tw-gradient-to:#1e3a8a}.to-gray-900{--tw-gradient-to:#111827}.bg-center{background-position:50%}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-2\.5{padding:.625rem}.px-4{padding-left:1rem;padding-right:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-0{padding-top:0;padding-bottom:0}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-96{padding-top:24rem;padding-bottom:24rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-12{padding-top:3rem;padding-bottom:3rem}.pt-8{padding-top:2rem}.pb-16{padding-bottom:4rem}.pt-64{padding-top:16rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pl-4{padding-left:1rem}.pt-6{padding-top:1.5rem}.pb-4{padding-bottom:1rem}.pr-2{padding-right:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-2{padding-top:.5rem}.pl-3{padding-left:.75rem}.pl-10{padding-left:2.5rem}.pr-5{padding-right:1.25rem}.pl-5{padding-left:1.25rem}.pb-2{padding-bottom:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-8xl{font-size:6rem;line-height:1}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-6xl{font-size:3.75rem;line-height:1}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-extrabold{font-weight:800}.font-normal{font-weight:400}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-7{line-height:1.75rem}.leading-extra-loose{line-height:2.5}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-indigo-400\/30{color:rgb(129 140 248/.3)}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity))}.text-zinc-900{--tw-text-opacity:1;color:rgb(24 24 27/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.text-opacity-40{--tw-text-opacity:0.4}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity))}.opacity-80{opacity:.8}.opacity-0{opacity:0}.opacity-100{opacity:1}.mix-blend-multiply{mix-blend-mode:multiply}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));filter:var(--tw-blur)var(--tw-brightness)var(--tw-contrast)var(--tw-grayscale)var(--tw-hue-rotate)var(--tw-invert)var(--tw-saturate)var(--tw-sepia)var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}.duration-1000{transition-duration:1000ms}.duration-200{transition-duration:200ms}.duration-100{transition-duration:100ms}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}font-family: ui-sans-serif,system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,apple color emoji,segoe ui emoji,notocoloremoji,segoe ui symbol,android emoji,emojisymbols; .prose :where(h1):not(:where([class~=not-prose] *)){color:#fff!important}.hover\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity))}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:font-bold:hover{font-weight:700}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.focus\:bg-indigo-700:focus{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-indigo-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252 / var(--tw-ring-opacity))}.focus\:ring-slate-200\/40:focus{--tw-ring-color:rgb(226 232 240 / 0.4)}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-indigo-500:focus{--tw-ring-offset-color:#6366f1}.group:hover .group-hover\:ml-3{margin-left:.75rem}.group:hover .group-hover\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.group:hover .group-hover\:text-gray-400\/60{color:rgb(156 163 175/.6)}.group:hover .group-hover\:opacity-50{opacity:.5}.group:focus .group-focus\:opacity-70{opacity:.7}.prose-headings\:underline :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))){text-decoration-line:underline}.prose-a\:text-blue-600 :is(:where(a):not(:where([class~=not-prose] *))){--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.hover\:prose-a\:text-blue-500 :is(:where(a):not(:where([class~=not-prose] *))):hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.prose-img\:rounded-xl :is(:where(img):not(:where([class~=not-prose] *))){border-radius:.75rem}.dark .dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark .dark\:bg-gray-900\/10{background-color:rgb(17 24 39/.1)}.dark .dark\:bg-gray-900\/50{background-color:rgb(17 24 39/.5)}.dark .dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark .dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark .dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity))}.dark .dark\:prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark .dark\:text-gray-900\/60{color:rgb(17 24 39/.6)}.dark .dark\:text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}.dark .dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity))}.dark .dark\:text-zinc-200{--tw-text-opacity:1;color:rgb(228 228 231/var(--tw-text-opacity))}.dark .dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark .dark\:text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.dark .dark\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity))}.dark .dark\:hover\:bg-gray-900\/80:hover{background-color:rgb(17 24 39/.8)}.dark .dark\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:hover\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity))}.dark .dark\:hover\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity))}.dark .dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity))}.dark .dark\:focus\:ring-indigo-900:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(49 46 129 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-gray-700:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 65 81 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))}.dark .dark\:focus\:ring-indigo-800:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(55 48 163 / var(--tw-ring-opacity))}@media(min-width:640px){.sm\:relative{position:relative}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:-m-6{margin:-1.5rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mt-5{margin-top:1.25rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-4{margin-top:1rem}.sm\:-mt-32{margin-top:-8rem}.sm\:mt-0{margin-top:0}.sm\:ml-3{margin-left:.75rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:h-2\/3{height:66.666667%}.sm\:h-96{height:24rem}.sm\:w-fit{width:-moz-fit-content;width:fit-content}.sm\:w-80{width:20rem}.sm\:w-auto{width:auto}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-lg{max-width:32rem}.sm\:justify-center{justify-content:center}.sm\:gap-12{gap:3rem}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:pt-6{padding-top:1.5rem}.sm\:text-center{text-align:center}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:768px){.md\:sticky{position:sticky}.md\:mt-20{margin-top:5rem}.md\:mt-8{margin-top:2rem}.md\:mt-12{margin-top:3rem}.md\:mt-0{margin-top:0}.md\:mt-5{margin-top:1.25rem}.md\:ml-4{margin-left:1rem}.md\:-mt-1{margin-top:-.25rem}.md\:ml-2{margin-left:.5rem}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-6{height:1.5rem}.md\:w-auto{width:auto}.md\:w-48{width:12rem}.md\:w-screen{width:100vw}.md\:w-6{width:1.5rem}.md\:max-w-3xl{max-width:48rem}.md\:max-w-sm{max-width:24rem}.md\:flex-grow{flex-grow:1}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:place-items-center{place-items:center}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:prose-lg{font-size:1.125rem;line-height:1.7777778}.md\:justify-between{justify-content:space-between}.md\:prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.md\:prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.md\:prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.md\:prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.md\:prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.md\:prose-lg :where(h4):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-lg :where(img):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.md\:prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.md\:prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8888889em}.md\:prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8666667em}.md\:prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.875em}.md\:prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-right:1.5em;padding-bottom:1em;padding-left:1.5em}.md\:prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.md\:prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.md\:prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.md\:prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.md\:prose-lg :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.md\:prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.md\:prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.md\:prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.75em;padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.md\:prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.md\:prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.md\:prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.md\:rounded-bl-lg{border-bottom-left-radius:.5rem}.md\:p-0{padding:0}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pt-12{padding-top:3rem}.md\:pt-24{padding-top:6rem}.md\:pb-16{padding-bottom:4rem}.md\:pt-32{padding-top:8rem}.md\:text-left{text-align:left}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:inset-y-0{top:0;bottom:0}.lg\:right-0{right:0}.lg\:right-72{right:18rem}.lg\:-right-8{right:-2rem}.lg\:left-auto{left:auto}.lg\:top-12{top:3rem}.lg\:left-80{left:20rem}.lg\:left-0{left:0}.lg\:m-0{margin:0}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mt-0{margin-top:0}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-0{margin-bottom:0}.lg\:grid{display:grid}.lg\:h-full{height:100%}.lg\:w-screen{width:100vw}.lg\:w-1\/2{width:50%}.lg\:w-full{width:100%}.lg\:w-auto{width:auto}.lg\:max-w-xl{max-width:36rem}.lg\:max-w-7xl{max-width:80rem}.lg\:max-w-none{max-width:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:place-items-center{place-items:center}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:gap-12{gap:3rem}.lg\:gap-24{gap:6rem}.lg\:gap-4{gap:1rem}.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl :where(p):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.lg\:prose-xl :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.lg\:prose-xl :where(h1):not(:where([class~=not-prose] *)){font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.lg\:prose-xl :where(h2):not(:where([class~=not-prose] *)){font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose-xl :where(h3):not(:where([class~=not-prose] *)){font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.lg\:prose-xl :where(h4):not(:where([class~=not-prose] *)){margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.lg\:prose-xl :where(img):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(video):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure):not(:where([class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.lg\:prose-xl :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.lg\:prose-xl :where(figcaption):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl :where(code):not(:where([class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(h2 code):not(:where([class~=not-prose] *)){font-size:.8611111em}.lg\:prose-xl :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.lg\:prose-xl :where(pre):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding-top:1.1111111em;padding-right:1.3333333em;padding-bottom:1.1111111em;padding-left:1.3333333em}.lg\:prose-xl :where(ol):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(ul):not(:where([class~=not-prose] *)){margin-top:1.2em;margin-bottom:1.2em;padding-left:1.6em}.lg\:prose-xl :where(li):not(:where([class~=not-prose] *)){margin-top:.6em;margin-bottom:.6em}.lg\:prose-xl :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4em}.lg\:prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(.prose>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.prose>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(.prose>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.2em}.lg\:prose-xl :where(.prose>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.2em}.lg\:prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl :where(hr):not(:where([class~=not-prose] *)){margin-top:2.8em;margin-bottom:2.8em}.lg\:prose-xl :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(table):not(:where([class~=not-prose] *)){font-size:.9em;line-height:1.5555556}.lg\:prose-xl :where(thead th):not(:where([class~=not-prose] *)){padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding-top:.8888889em;padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.lg\:prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.lg\:prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.lg\:prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:pt-20{padding-top:5rem}.lg\:pl-12{padding-left:3rem}.lg\:pt-12{padding-top:3rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-48{padding-top:12rem}.lg\:text-left{text-align:left}.lg\:text-7xl{font-size:4.5rem;line-height:1}}@media(min-width:1280px){.xl\:mt-16{margin-top:4rem}.xl\:mb-8{margin-bottom:2rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:block{display:block}.xl\:inline{display:inline}.xl\:w-96{width:24rem}.xl\:pt-48{padding-top:12rem}.xl\:text-9xl{font-size:8rem;line-height:1}.xl\:text-8xl{font-size:6rem;line-height:1}.xl\:text-lg{font-size:1.125rem;line-height:1.75rem}.xl\:text-7xl{font-size:4.5rem;line-height:1}.xl\:text-6xl{font-size:3.75rem;line-height:1}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media(min-width:1536px){.\32xl\:pt-48{padding-top:12rem}} \ No newline at end of file diff --git a/resources/_gen/assets/css/css/style.css_53d8db2e382030cdec351f02c8b70385.json b/resources/_gen/assets/css/css/style.css_53d8db2e382030cdec351f02c8b70385.json index 927227b..c0a4abf 100644 --- a/resources/_gen/assets/css/css/style.css_53d8db2e382030cdec351f02c8b70385.json +++ b/resources/_gen/assets/css/css/style.css_53d8db2e382030cdec351f02c8b70385.json @@ -1 +1 @@ -{"Target":"css/style.min.fcc660d9328e74bf8156652b7dfbcc7a45bd5c70685090d5500e5b73a62eaba8.css","MediaType":"text/css","Data":{"Integrity":"sha256-/MZg2TKOdL+BVmUrffvMekW9XHBoUJDVUA5bc6Yuq6g="}} \ No newline at end of file +{"Target":"css/style.min.56c8277f67eb13fa234f77eb40f7e851058e7174cf37638162bf355bed05cfcf.css","MediaType":"text/css","Data":{"Integrity":"sha256-Vsgnf2frE/ojT3frQPfoUQWOcXTPN2OBYr81W+0Fz88="}} \ No newline at end of file diff --git a/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content b/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content index 9556dce..3ecacc4 100644 --- a/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content +++ b/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content @@ -2278,10 +2278,6 @@ video { border-width: 0; } -.pointer-events-none { - pointer-events: none; -} - .absolute { position: absolute; } @@ -2338,6 +2334,10 @@ video { z-index: 30; } +.col-span-6 { + grid-column: span 6 / span 6; +} + .col-span-1 { grid-column: span 1 / span 1; } @@ -2346,10 +2346,6 @@ video { grid-column: span 3 / span 3; } -.col-span-6 { - grid-column: span 6 / span 6; -} - .mx-auto { margin-left: auto; margin-right: auto; @@ -2380,33 +2376,20 @@ video { margin-bottom: -0.5rem; } -.my-8 { - margin-top: 2rem; - margin-bottom: 2rem; -} - .mb-4 { margin-bottom: 1rem; } -.mt-2 { - margin-top: 0.5rem; +.mb-8 { + margin-bottom: 2rem; } -.mt-3 { - margin-top: 0.75rem; +.mb-2 { + margin-bottom: 0.5rem; } -.mt-6 { - margin-top: 1.5rem; -} - -.ml-2 { - margin-left: 0.5rem; -} - -.-mr-1 { - margin-right: -0.25rem; +.mb-6 { + margin-bottom: 1.5rem; } .-ml-3 { @@ -2421,6 +2404,10 @@ video { margin-top: 1rem; } +.mt-6 { + margin-top: 1.5rem; +} + .-mr-3 { margin-right: -0.75rem; } @@ -2433,6 +2420,14 @@ video { margin-top: 3rem; } +.mt-3 { + margin-top: 0.75rem; +} + +.mt-2 { + margin-top: 0.5rem; +} + .ml-3 { margin-left: 0.75rem; } @@ -2453,30 +2448,6 @@ video { margin-left: 0.25rem; } -.mb-8 { - margin-bottom: 2rem; -} - -.mb-2 { - margin-bottom: 0.5rem; -} - -.mt-0 { - margin-top: 0px; -} - -.mb-6 { - margin-bottom: 1.5rem; -} - -.mb-3 { - margin-bottom: 0.75rem; -} - -.mr-2 { - margin-right: 0.5rem; -} - .block { display: block; } @@ -2505,15 +2476,14 @@ video { display: none; } -.h-max { - height: -moz-max-content; - height: max-content; -} - .h-5 { height: 1.25rem; } +.h-64 { + height: 16rem; +} + .h-full { height: 100%; } @@ -2550,14 +2520,6 @@ video { height: 1rem; } -.h-64 { - height: 16rem; -} - -.h-7 { - height: 1.75rem; -} - .max-h-12 { max-height: 3rem; } @@ -2614,10 +2576,6 @@ video { max-width: 640px; } -.max-w-full { - max-width: 100%; -} - .max-w-xl { max-width: 36rem; } @@ -2638,6 +2596,10 @@ video { max-width: 42rem; } +.max-w-full { + max-width: 100%; +} + .max-w-screen-md { max-width: 768px; } @@ -2646,10 +2608,6 @@ video { max-width: none; } -.max-w-4xl { - max-width: 56rem; -} - .flex-1 { flex: 1 1 0%; } @@ -2730,10 +2688,6 @@ video { flex-wrap: wrap; } -.place-items-center { - place-items: center; -} - .items-start { align-items: flex-start; } @@ -2750,6 +2704,10 @@ video { justify-content: space-between; } +.gap-8 { + gap: 2rem; +} + .gap-0\.5 { gap: 0.125rem; } @@ -2762,10 +2720,6 @@ video { gap: 1rem; } -.gap-8 { - gap: 2rem; -} - .space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); @@ -2796,23 +2750,6 @@ video { margin-bottom: calc(2rem * var(--tw-space-y-reverse)); } -.space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); -} - -.divide-x > :not([hidden]) ~ :not([hidden]) { - --tw-divide-x-reverse: 0; - border-right-width: calc(1px * var(--tw-divide-x-reverse)); - border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); -} - -.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { - --tw-divide-opacity: 1; - border-color: rgb(229 231 235 / var(--tw-divide-opacity)); -} - .overflow-hidden { overflow: hidden; } @@ -2892,16 +2829,16 @@ video { background-color: rgb(79 70 229 / var(--tw-bg-opacity)); } +.bg-gray-200 { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + .bg-gray-50 { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } -.bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} - .bg-indigo-300 { --tw-bg-opacity: 1; background-color: rgb(165 180 252 / var(--tw-bg-opacity)); @@ -2911,6 +2848,11 @@ video { background-color: transparent; } +.bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + .bg-indigo-500 { --tw-bg-opacity: 1; background-color: rgb(99 102 241 / var(--tw-bg-opacity)); @@ -2931,64 +2873,16 @@ video { background-color: rgb(129 140 248 / var(--tw-bg-opacity)); } -.bg-gray-300 { - --tw-bg-opacity: 1; - background-color: rgb(209 213 219 / var(--tw-bg-opacity)); -} - -.bg-gray-400 { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(229 231 235 / var(--tw-bg-opacity)); -} - -.bg-gradient-to-br { - background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); -} - .bg-gradient-to-t { background-image: linear-gradient(to top, var(--tw-gradient-stops)); } -.from-indigo-800 { - --tw-gradient-from: #3730a3; - --tw-gradient-to: rgb(55 48 163 / 0); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} - .from-indigo-600 { --tw-gradient-from: #4f46e5; --tw-gradient-to: rgb(79 70 229 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } -.from-indigo-900 { - --tw-gradient-from: #312e81; - --tw-gradient-to: rgb(49 46 129 / 0); - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); -} - -.via-indigo-500 { - --tw-gradient-to: rgb(99 102 241 / 0); - --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to); -} - -.to-blue-800 { - --tw-gradient-to: #1e40af; -} - -.to-blue-900 { - --tw-gradient-to: #1e3a8a; -} - -.to-gray-900 { - --tw-gradient-to: #111827; -} - .bg-center { background-position: center; } @@ -3053,9 +2947,9 @@ video { padding-bottom: 1rem; } -.py-1\.5 { - padding-top: 0.375rem; - padding-bottom: 0.375rem; +.px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; } .py-1 { @@ -3063,11 +2957,6 @@ video { padding-bottom: 0.25rem; } -.px-2\.5 { - padding-left: 0.625rem; - padding-right: 0.625rem; -} - .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; @@ -3133,12 +3022,8 @@ video { padding-bottom: 3rem; } -.pt-8 { - padding-top: 2rem; -} - -.pb-16 { - padding-bottom: 4rem; +.pb-2 { + padding-bottom: 0.5rem; } .pt-64 { @@ -3161,6 +3046,10 @@ video { padding-top: 1.5rem; } +.pt-8 { + padding-top: 2rem; +} + .pb-4 { padding-bottom: 1rem; } @@ -3173,6 +3062,10 @@ video { padding-top: 0.75rem; } +.pb-16 { + padding-bottom: 4rem; +} + .pt-4 { padding-top: 1rem; } @@ -3181,26 +3074,6 @@ video { padding-top: 0.5rem; } -.pl-3 { - padding-left: 0.75rem; -} - -.pl-10 { - padding-left: 2.5rem; -} - -.pr-5 { - padding-right: 1.25rem; -} - -.pl-5 { - padding-left: 1.25rem; -} - -.pb-2 { - padding-bottom: 0.5rem; -} - .text-left { text-align: left; } @@ -3229,11 +3102,6 @@ video { line-height: 1.25rem; } -.text-6xl { - font-size: 3.75rem; - line-height: 1; -} - .text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -3275,10 +3143,6 @@ video { font-weight: 500; } -.font-semibold { - font-weight: 600; -} - .font-extrabold { font-weight: 800; } @@ -3287,6 +3151,10 @@ video { font-weight: 400; } +.font-semibold { + font-weight: 600; +} + .uppercase { text-transform: uppercase; } @@ -3299,6 +3167,10 @@ video { font-style: italic; } +.leading-none { + line-height: 1; +} + .leading-7 { line-height: 1.75rem; } @@ -3307,10 +3179,6 @@ video { line-height: 2.5; } -.leading-none { - line-height: 1; -} - .tracking-tight { letter-spacing: -0.025em; } @@ -3330,14 +3198,9 @@ video { color: rgb(255 255 255 / var(--tw-text-opacity)); } -.text-indigo-800 { +.text-gray-800 { --tw-text-opacity: 1; - color: rgb(55 48 163 / var(--tw-text-opacity)); -} - -.text-gray-300 { - --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); + color: rgb(31 41 55 / var(--tw-text-opacity)); } .text-gray-200 { @@ -3389,14 +3252,9 @@ video { color: rgb(24 24 27 / var(--tw-text-opacity)); } -.text-gray-800 { +.text-gray-300 { --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} - -.text-gray-50 { - --tw-text-opacity: 1; - color: rgb(249 250 251 / var(--tw-text-opacity)); + color: rgb(209 213 219 / var(--tw-text-opacity)); } .text-opacity-40 { @@ -3453,17 +3311,6 @@ video { box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)); - filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); -} - -.transition-colors { - transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); - transition-duration: 150ms; -} - .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; @@ -3478,6 +3325,12 @@ video { transition-duration: 150ms; } +.transition-colors { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + .transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); @@ -3542,11 +3395,6 @@ EmojiSymbols; background-color: rgb(55 48 163 / var(--tw-bg-opacity)); } -.hover\:bg-slate-200:hover { - --tw-bg-opacity: 1; - background-color: rgb(226 232 240 / var(--tw-bg-opacity)); -} - .hover\:bg-indigo-200:hover { --tw-bg-opacity: 1; background-color: rgb(199 210 254 / var(--tw-bg-opacity)); @@ -3577,15 +3425,6 @@ EmojiSymbols; background-color: rgb(243 244 246 / var(--tw-bg-opacity)); } -.hover\:font-bold:hover { - font-weight: 700; -} - -.hover\:text-gray-900:hover { - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); -} - .hover\:text-indigo-600:hover { --tw-text-opacity: 1; color: rgb(79 70 229 / var(--tw-text-opacity)); @@ -3656,10 +3495,6 @@ EmojiSymbols; --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity)); } -.focus\:ring-slate-200\/40:focus { - --tw-ring-color: rgb(226 232 240 / 0.4); -} - .focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)); @@ -3683,10 +3518,6 @@ EmojiSymbols; --tw-ring-offset-color: #6366f1; } -.group:hover .group-hover\:ml-3 { - margin-left: 0.75rem; -} - .group:hover .group-hover\:bg-gray-900 { --tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity)); @@ -3727,6 +3558,11 @@ EmojiSymbols; border-color: rgb(75 85 99 / var(--tw-border-opacity)); } +.dark .dark\:bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-gray-900\/10 { background-color: rgb(17 24 39 / 0.1); } @@ -3735,11 +3571,6 @@ EmojiSymbols; background-color: rgb(17 24 39 / 0.5); } -.dark .dark\:bg-gray-900 { - --tw-bg-opacity: 1; - background-color: rgb(17 24 39 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); @@ -3784,8 +3615,9 @@ EmojiSymbols; color: rgb(156 163 175 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-900\/60 { - color: rgb(17 24 39 / 0.6); +.dark .dark\:text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); } .dark .dark\:text-gray-50 { @@ -3793,9 +3625,8 @@ EmojiSymbols; color: rgb(249 250 251 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-300 { - --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); +.dark .dark\:text-gray-900\/60 { + color: rgb(17 24 39 / 0.6); } .dark .dark\:text-zinc-200 { @@ -3842,11 +3673,6 @@ EmojiSymbols; color: rgb(99 102 241 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-white:hover { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - .dark .dark\:focus\:border-indigo-500:focus { --tw-border-opacity: 1; border-color: rgb(99 102 241 / var(--tw-border-opacity)); @@ -3881,21 +3707,13 @@ EmojiSymbols; grid-column: span 2 / span 2; } - .sm\:-m-6 { - margin: -1.5rem; - } - .sm\:mx-auto { margin-left: auto; margin-right: auto; } - .sm\:mt-5 { - margin-top: 1.25rem; - } - - .sm\:mb-16 { - margin-bottom: 4rem; + .sm\:mb-6 { + margin-bottom: 1.5rem; } .sm\:mt-12 { @@ -3918,8 +3736,8 @@ EmojiSymbols; margin-left: 0.75rem; } - .sm\:mb-6 { - margin-bottom: 1.5rem; + .sm\:mb-0 { + margin-bottom: 0px; } .sm\:block { @@ -3930,31 +3748,19 @@ EmojiSymbols; display: flex; } - .sm\:hidden { - display: none; + .sm\:h-96 { + height: 24rem; } .sm\:h-2\/3 { height: 66.666667%; } - .sm\:h-96 { - height: 24rem; - } - .sm\:w-fit { width: -moz-fit-content; width: fit-content; } - .sm\:w-80 { - width: 20rem; - } - - .sm\:w-auto { - width: auto; - } - .sm\:max-w-3xl { max-width: 48rem; } @@ -3971,22 +3777,6 @@ EmojiSymbols; justify-content: center; } - .sm\:gap-12 { - gap: 3rem; - } - - .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0px * var(--tw-space-y-reverse)); - } - - .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1rem * var(--tw-space-x-reverse)); - margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); - } - .sm\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -4046,10 +3836,6 @@ EmojiSymbols; position: sticky; } - .md\:mt-20 { - margin-top: 5rem; - } - .md\:mt-8 { margin-top: 2rem; } @@ -4078,6 +3864,10 @@ EmojiSymbols; margin-left: 0.5rem; } + .md\:mb-0 { + margin-bottom: 0px; + } + .md\:inline { display: inline; } @@ -4130,10 +3920,6 @@ EmojiSymbols; flex-direction: row; } - .md\:place-items-center { - place-items: center; - } - .md\:items-center { align-items: center; } @@ -4364,10 +4150,6 @@ EmojiSymbols; border-bottom-left-radius: 0.5rem; } - .md\:p-0 { - padding: 0px; - } - .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -4398,10 +4180,6 @@ EmojiSymbols; padding-right: 1.5rem; } - .md\:pb-0 { - padding-bottom: 0px; - } - .md\:pt-12 { padding-top: 3rem; } @@ -4414,8 +4192,8 @@ EmojiSymbols; padding-bottom: 4rem; } - .md\:pt-32 { - padding-top: 8rem; + .md\:pb-0 { + padding-bottom: 0px; } .md\:text-left { @@ -4427,11 +4205,6 @@ EmojiSymbols; line-height: 2.5rem; } - .md\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - .md\:text-5xl { font-size: 3rem; line-height: 1; @@ -4489,14 +4262,18 @@ EmojiSymbols; margin: 0px; } + .lg\:mx-0 { + margin-left: 0px; + margin-right: 0px; + } + .lg\:mx-auto { margin-left: auto; margin-right: auto; } - .lg\:mx-0 { - margin-left: 0px; - margin-right: 0px; + .lg\:mb-0 { + margin-bottom: 0px; } .lg\:mt-0 { @@ -4511,26 +4288,6 @@ EmojiSymbols; margin-bottom: 4rem; } - .lg\:mt-6 { - margin-top: 1.5rem; - } - - .lg\:mt-12 { - margin-top: 3rem; - } - - .lg\:mt-16 { - margin-top: 4rem; - } - - .lg\:mb-24 { - margin-bottom: 6rem; - } - - .lg\:mb-0 { - margin-bottom: 0px; - } - .lg\:grid { display: grid; } @@ -4555,10 +4312,6 @@ EmojiSymbols; width: auto; } - .lg\:max-w-xl { - max-width: 36rem; - } - .lg\:max-w-7xl { max-width: 80rem; } @@ -4567,20 +4320,12 @@ EmojiSymbols; max-width: none; } - .lg\:grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); } - .lg\:grid-cols-6 { - grid-template-columns: repeat(6, minmax(0, 1fr)); - } - - .lg\:place-items-center { - place-items: center; + .lg\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); } .lg\:items-start { @@ -4603,10 +4348,6 @@ EmojiSymbols; gap: 6rem; } - .lg\:gap-4 { - gap: 1rem; - } - .lg\:prose-xl { font-size: 1.25rem; line-height: 1.8; @@ -4836,16 +4577,16 @@ EmojiSymbols; padding-right: 2rem; } - .lg\:px-0 { - padding-left: 0px; - padding-right: 0px; - } - .lg\:py-0 { padding-top: 0px; padding-bottom: 0px; } + .lg\:px-0 { + padding-left: 0px; + padding-right: 0px; + } + .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; @@ -4871,18 +4612,6 @@ EmojiSymbols; padding-bottom: 4rem; } - .lg\:pt-6 { - padding-top: 1.5rem; - } - - .lg\:pt-32 { - padding-top: 8rem; - } - - .lg\:pt-48 { - padding-top: 12rem; - } - .lg\:text-left { text-align: left; } @@ -4894,54 +4623,19 @@ EmojiSymbols; } @media (min-width: 1280px) { - .xl\:mt-16 { - margin-top: 4rem; - } - - .xl\:mb-8 { - margin-bottom: 2rem; - } - .xl\:mb-2 { margin-bottom: 0.5rem; } - .xl\:block { - display: block; - } - .xl\:inline { display: inline; } - .xl\:w-96 { - width: 24rem; - } - - .xl\:pt-48 { - padding-top: 12rem; - } - .xl\:text-9xl { font-size: 8rem; line-height: 1; } - .xl\:text-8xl { - font-size: 6rem; - line-height: 1; - } - - .xl\:text-lg { - font-size: 1.125rem; - line-height: 1.75rem; - } - - .xl\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - .xl\:text-6xl { font-size: 3.75rem; line-height: 1; @@ -4951,10 +4645,9 @@ EmojiSymbols; font-size: 1.25rem; line-height: 1.75rem; } -} -@media (min-width: 1536px) { - .\32xl\:pt-48 { - padding-top: 12rem; + .xl\:text-lg { + font-size: 1.125rem; + line-height: 1.75rem; } } \ No newline at end of file diff --git a/static/images/tailbliss-rocket-indigo.webp b/static/images/tailbliss-rocket-indigo.webp new file mode 100644 index 0000000000000000000000000000000000000000..e473657848759b086ce87966e08a9c57d101d5a1 GIT binary patch literal 52594 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 literal 0 HcmV?d00001