@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
h1,h2,h3,h4{font-family:Clash Display,sans-serif}html,body{background-color:#f3f4f6;margin:0;font-family:Inter,sans-serif;overflow-x:hidden}:root{--background:#0a0a0a;--foreground:#ededed;--primary:#efc246ea;--accent:#f8e71c;--border:#222;--radius:8px}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}
.DesktopNav-module__rCUBLq__navbar{box-sizing:border-box;background:#111;border:none;justify-content:center;width:100%;display:flex}.DesktopNav-module__rCUBLq__navContentContainer{box-sizing:border-box;background:#111;border:none;justify-content:space-between;align-items:center;width:100%;max-width:1296px;padding:.5rem;display:flex}.DesktopNav-module__rCUBLq__logoIcon{box-sizing:border-box;background:var(--primary,#efc246ea);border-radius:8px;width:32px;height:32px;margin-right:12px;display:inline-block}.DesktopNav-module__rCUBLq__hero-banner{font-family:var(--font-family-heading);color:#fff;box-sizing:border-box;align-items:center;gap:10px;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.DesktopNav-module__rCUBLq__centerNav{box-sizing:border-box;flex:auto;justify-content:center;align-items:center;display:flex}.DesktopNav-module__rCUBLq__speakBtn{color:#111;cursor:pointer;letter-spacing:.01em;box-sizing:border-box;font-size:1.08rem;font-weight:500;font-family:var(--font-family-heading);background:#fff;border:none;border-radius:2rem;align-items:center;max-height:36px;padding:.7rem 2rem;transition:background .2s,color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000001a}.DesktopNav-module__rCUBLq__speakBtn:hover{color:#111}@media (max-width:767px){.DesktopNav-module__rCUBLq__navbar{display:none}}
.Logo-module__j-BFlq__logoLink{align-items:center;gap:.25rem;font-size:20px;font-weight:500;display:flex;font-family:var(--font-family-heading)!important}.Logo-module__j-BFlq__logo{color:var(--color-text-primary);text-align:center;background-color:#d0aa3d;align-items:center;text-decoration:none;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.Logo-module__j-BFlq__logo{font-size:24px}}
.ProductsDropdown-module__4X1nPG__productsDropdown{cursor:pointer;box-sizing:border-box;outline:none;flex-direction:column;align-items:flex-start;display:flex;position:relative}.ProductsDropdown-module__4X1nPG__productsLabel{color:#fff;letter-spacing:.02em;font-size:1.2rem;font-weight:500;font-family:var(--font-family-heading);box-sizing:border-box;align-items:center;gap:.3em;display:flex}.ProductsDropdown-module__4X1nPG__dropdownMenu{z-index:9999;box-sizing:border-box;pointer-events:auto;background:#181818;border:2px solid #232323;border-radius:16px;min-width:420px;margin-top:0;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 32px #00000052}.ProductsDropdown-module__4X1nPG__dropdownMenu.ProductsDropdown-module__4X1nPG__open{display:block}.ProductsDropdown-module__4X1nPG__dropdownItem{box-sizing:border-box;cursor:pointer;background:0 0;border-radius:10px;width:100%;padding:.5rem .75rem;display:block}.ProductsDropdown-module__4X1nPG__dropdownItem:hover{background:#232323;box-shadow:0 2px 8px #0000001a}.ProductsDropdown-module__4X1nPG__dropdownTitle{font-family:var(--font-family-heading);color:#fff;box-sizing:border-box;margin-bottom:.2em;font-size:1.1rem;font-weight:600}.ProductsDropdown-module__4X1nPG__dropdownDesc{color:#ededed;box-sizing:border-box;font-size:1rem;font-weight:400;line-height:1.5}.ProductsDropdown-module__4X1nPG__disabledItem,.ProductsDropdown-module__4X1nPG__disabledItem *{pointer-events:none;opacity:.6;color:#aaa;cursor:not-allowed!important}.ProductsDropdown-module__4X1nPG__comingSoon{color:#ffe082;vertical-align:middle;letter-spacing:.01em;background:#232323;border-radius:8px;margin-left:.7em;padding:.15em .7em;font-size:.85em;font-weight:700}
.MobileNav-module__9DOu_W__navbar{z-index:10;background:#111;border-bottom:none;justify-content:flex-end;align-items:center;padding:.5rem;display:flex;position:relative}.MobileNav-module__9DOu_W__menuToggle{display:none}.MobileNav-module__9DOu_W__hamburger{cursor:pointer;z-index:21;flex-direction:column;justify-content:center;width:32px;height:32px;margin-left:auto;display:flex}.MobileNav-module__9DOu_W__hamburger svg{color:#fff;width:32px;height:32px}@media (min-width:768px){.MobileNav-module__9DOu_W__hamburger{display:none}}.MobileNav-module__9DOu_W__overlay{opacity:0;pointer-events:none;z-index:19;background:#000000b3;transition:opacity .3s;position:fixed;inset:0}.MobileNav-module__9DOu_W__menu{z-index:1000;background:#181818;flex-direction:column;width:80vw;max-width:340px;height:100vh;padding:2rem 1.5rem 1.5rem;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-2px 0 16px #00000052}.MobileNav-module__9DOu_W__close{cursor:pointer;color:#ededed;background:0 0;border:none;align-self:flex-end;margin-bottom:2rem;font-size:2rem}.MobileNav-module__9DOu_W__menuToggle:checked~.MobileNav-module__9DOu_W__overlay{opacity:1;pointer-events:auto}.MobileNav-module__9DOu_W__menuToggle:checked~.MobileNav-module__9DOu_W__menu{transform:translate(0)}.MobileNav-module__9DOu_W__navList{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.MobileNav-module__9DOu_W__navList li a{color:#ededed;border-bottom:1px solid #232323;padding:.5rem 0;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .2s}.MobileNav-module__9DOu_W__navList li:last-child a{border-bottom:none}.MobileNav-module__9DOu_W__navList li a:hover{color:var(--primary,#efc246ea)}@media (min-width:768px){.MobileNav-module__9DOu_W__navbar{display:none}}.MobileNav-module__9DOu_W__speakBtn{color:#111;cursor:pointer;letter-spacing:.01em;box-sizing:border-box;font-size:1.08rem;font-weight:500;font-family:var(--font-family-heading);background:#fff;border:none;border-radius:2rem;align-items:center;max-height:36px;padding:.7rem 2rem;transition:background .2s,color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0000001a}
.layout-module__sS3Gha__navWrapper{width:100%}.layout-module__sS3Gha__navWrapper>nav[aria-label=Desktop\ Navigation]{display:none}@media (min-width:768px){.layout-module__sS3Gha__navWrapper>nav[aria-label=Desktop\ Navigation]{display:flex}.layout-module__sS3Gha__navWrapper>nav[aria-label=Mobile\ Navigation]{display:none}}@media (max-width:767px){.layout-module__sS3Gha__navWrapper>nav[aria-label=Mobile\ Navigation]{display:flex}}
.Footer-module__9TxEEW__footerContainer{justify-content:center;align-items:center;width:100vw;display:flex}.Footer-module__9TxEEW__footer{max-width:768px;display:flex}
