a,a:active,a:focus,a:visited{color:inherit;text-decoration:none}.no-underline{text-decoration:none}.text-current{color:currentColor}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.left-0{left:0}.w-full{width:100%}.w-screen{width:100vw}.h-screen{height:100vh}.h-\[90px\]{height:90px}.h-\[70px\]{height:70px}.h-\[60px\]{height:60px}.h-\[52px\]{height:52px}.h-\[48px\]{height:48px}.h-\[80px\]{height:80px}.h-\[24px\]{height:24px}.w-\[24px\]{width:24px}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-w-\[35\%\]{max-width:35%}.min-h-\[60px\]{min-height:60px}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.whitespace-nowrap{white-space:nowrap}.inline-block{display:inline-block}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-grow{flex-grow:1}.z-\[9999\]{z-index:9999}.z-\[9998\]{z-index:9998}.p-0{padding:0}.m-0{margin:0}.leading-\[48px\]{line-height:48px}.mt-12{margin-top:3rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-8{margin-top:2rem}.mt-6{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.-mt-0{margin-top:0}.py-12{padding-top:3rem;padding-bottom:3rem}.pb-6{padding-bottom:1.5rem}.pt-0{padding-top:0}.pt-\[60px\]{padding-top:60px}.pt-\[90px\]{padding-top:90px}.pb-\[10px\]{padding-bottom:10px}.pl-6{padding-left:1.5rem}.text-left{text-align:left}.text-\[32px\]{font-size:32px}.text-\[48px\]{font-size:48px}.text-\[18px\]{font-size:18px}.text-\[16px\]{font-size:16px}.text-\[14px\]{font-size:14px}.font-bold{font-weight:700}.bg-\[#0e0e0e\]{background-color:var(--bg-dark)}.bg-\[#8f8f8f\]{background-color:#8f8f8f}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-\[#3a3a3a\]{border-color:#3a3a3a}.rounded-full{border-radius:9999px}.space-y-6>*+*{margin-top:1.5rem}.space-y-1>*+*{margin-top:.25rem}.list-disc{list-style-type:disc}@keyframes scroll-loop{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}:root{--background-color:#C1C1C1;--background-transparent:rgba(193,193,193,0);--marquee-text-color:#252525}html.dark{--background-color:var(--bg);--background-transparent:rgba(14,14,14,0);--marquee-text-color:#8f8f8f}html.theme-loaded,html.theme-loaded.dark{transition:background-color .3s ease}.marquee-container{width:100%;overflow:hidden;display:flex;justify-content:center;position:relative;height:clamp(35px,7vh,70px);margin:0;padding:0;pointer-events:auto}html.theme-loaded .marquee-container{transition:background-color .3s ease}.marquee-wrapper{overflow:hidden;width:100%;max-width:100vw;position:relative;z-index:2;align-items:flex-start;justify-content:flex-start;height:100%;contain:content}.marquee-track,.marquee-wrapper{display:flex;will-change:transform;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px;-webkit-perspective:1000px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.marquee-track{width:-moz-max-content;width:max-content;animation-name:scroll-loop;animation-timing-function:linear;animation-iteration-count:infinite;contain:layout style}.marquee-item{white-space:nowrap;font-size:clamp(24px,5vw,48px);line-height:1.15;padding-top:2px;transform:translate3d(0,-10px,0);padding-right:20px;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px;-webkit-perspective:1000px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;display:inline-flex;text-shadow:none;-webkit-text-stroke:0;filter:none;color:var(--marquee-text-color,#252525)}html.theme-loaded .marquee-item{transition:color .3s ease}@media (hover:hover){.marquee-wrapper:hover .marquee-track{animation-play-state:paused}}@media (max-width:768px){.marquee-item{padding-right:10px}.marquee-container{height:clamp(30px,6vh,60px)}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--background-color,#C1C1C1)}.custom-scrollbar::-webkit-scrollbar-thumb{background:#666666;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#555555}.dark .custom-scrollbar::-webkit-scrollbar-track{background:var(--bg)}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#3a3a3a}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#3a3a3a var(--bg)}