:root{--black: #121212;--red: #EF3A3A;--white: #f5f5f5;--red-light: #ff4c4c;--red-dark: #C11111;--shadow: rgba(0, 0, 0, .6);--font-family: "Inter", "Ubuntu", "Roboto", "Helvetica Neue", Arial, sans-serif;--nav-height: 56px}nav{background:var(--black);box-shadow:0 4.02px 12.06px #00000026;border-bottom:.67px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:67px;font-family:var(--font-family);-webkit-user-select:none;user-select:none;position:sticky;top:0;z-index:1100;transition:background .3s ease,box-shadow .3s ease;width:100%;max-width:100vw;margin:0;box-sizing:border-box;position:relative;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px;line-height:1.4}@media (max-width: 1000px){nav{position:fixed;left:0;right:0}}.logo-container{display:flex;align-items:center;cursor:pointer;z-index:1300;flex-shrink:0}.logo-container img{height:67px;width:auto;margin-right:.5rem;cursor:pointer;display:block}.nested-dropdown-item{position:relative;outline:none}.nested-dropdown-item:hover>.nested-submenu,.nested-dropdown-item:focus-within>.nested-submenu{display:block}.subcategory-heading{display:flex;align-items:center;padding:.2rem .7rem;font-weight:600;color:#fff;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;outline:none;font-size:.75rem;line-height:1.3;min-height:28px;box-sizing:border-box}.subcategory-heading:hover,.subcategory-heading:focus{background-color:var(--red);font-weight:700;outline:none}.subcategory-heading .arrow{margin-left:.3rem;font-size:.5rem;color:#fff;transition:transform .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.subcategory-heading .arrow.rotated{transform:rotate(180deg)}.nested-submenu{position:absolute;left:100%;top:0;background-color:#1c1c1c;padding:.1rem 0;min-width:220px;max-width:350px;border-radius:4.02px;z-index:1000;display:none;box-shadow:0 2px 5px #0000004d;visibility:visible;word-wrap:break-word;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.sub-sub-item{padding:.6rem .8rem;font-size:.75rem;color:#fff;cursor:pointer;white-space:normal;transition:background-color .3s ease,font-weight .3s ease,border-radius .3s ease;overflow:visible;text-overflow:clip;display:block;visibility:visible;-webkit-user-select:none;user-select:none;outline:none;line-height:1.3rem;border-radius:2px;max-width:100%;box-sizing:border-box;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;min-height:28px}.sub-sub-item:hover,.sub-sub-item:focus{background-color:var(--red);font-weight:700;border-radius:2px;outline:none}.product-light-item{padding:.6rem .8rem;font-size:.75rem;line-height:1.3rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}ul.menu{list-style:none;display:flex;align-items:center;gap:2.5rem;margin:0;padding:0;font-weight:600;font-size:.8rem;text-transform:uppercase;color:var(--white);width:auto;max-width:calc(100vw - 200px);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}ul.menu>li{position:relative;cursor:pointer;padding:.6rem 0;transition:color .3s ease;display:flex;align-items:center;gap:.2rem;-webkit-user-select:none;user-select:none;outline:none;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;height:28px;box-sizing:border-box}ul.menu>li:hover,ul.menu>li.active,ul.menu>li.open,ul.menu>li:focus-within{color:var(--red)}ul.menu>li:hover:after,ul.menu>li.open:after,ul.menu>li:focus-within:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--red);border-radius:1px;transition:width .3s ease}ul.menu>li.hasDropdown>span.plus{font-weight:900;color:var(--red);-webkit-user-select:none;user-select:none;font-size:1rem;line-height:1;margin-left:.15rem;transition:transform .25s ease}ul.menu>li.hasDropdown.open>span.plus,ul.menu>li.hasDropdown:hover>span.plus{transform:rotate(45deg)}.home-link{display:flex;align-items:center;padding:.6rem .8rem;font-size:.8rem;font-weight:600;cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;outline:none;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;height:28px;box-sizing:border-box}.home-link:hover,.home-link:focus{color:#ff4c4c;outline:none}.dropdown{position:absolute;top:100%;left:0;background:var(--black);border-radius:4.02px;min-width:180px;max-width:300px;box-shadow:0 2px 5px #0000004d;padding:.3rem 0;z-index:1500;display:none;visibility:visible;word-wrap:break-word;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}ul.menu>li:hover .dropdown,ul.menu>li.open .dropdown{display:block}.dropdown li{list-style:none;padding:.3rem .7rem;font-weight:500;color:#fff;cursor:pointer;white-space:nowrap;transition:background-color .3s ease,font-weight .3s ease,border-radius .3s ease;-webkit-user-select:none;user-select:none;font-size:.6rem;overflow:visible;text-overflow:clip;display:block;visibility:visible;outline:none;box-sizing:border-box;max-width:100%;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;min-height:24px}.dropdown li:hover,.dropdown li:focus-visible{background-color:var(--red);font-weight:700;outline:none;border-radius:2px}.contact-button{padding:.4rem 1.2rem;background:#146ef5;color:var(--white);font-weight:800;font-size:.8rem;border:none;border-radius:15px;cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:.05em;height:30px;display:flex;align-items:center;justify-content:center;z-index:1350;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;box-sizing:border-box;white-space:nowrap}.contact-button *{cursor:pointer!important}.contact-button:hover{background:#00316e;outline:none}.button-group{display:flex;align-items:center;gap:.5rem;z-index:1350;flex-shrink:0}.broucher{background:#ef3a3a;cursor:pointer}.broucher:hover,.broucher:focus{background:#c11111;outline:none}.icon-right{margin-left:6px;font-size:1rem;cursor:pointer}.contact-button svg,.icon-right{cursor:pointer}.mobile-menu-toggle{display:none!important;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;padding:.5rem;z-index:1300;position:absolute;right:.5rem!important;left:auto!important;top:.5rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media (max-width: 1300px){nav{padding:0 .5rem;height:60px;font-size:16px}.logo-container img{height:50px}.mobile-menu-toggle{display:block!important;position:absolute;right:1.5rem!important;top:.65rem;z-index:1300}.button-group{position:absolute;right:4rem;z-index:1350;display:flex;gap:.5rem}.contact-button{font-size:.75rem;padding:.3rem .8rem;height:28px;z-index:1350;white-space:nowrap}ul.menu{display:none;flex-direction:column;align-items:flex-start;gap:.5rem;position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:#121212fa;padding:1rem;box-shadow:0 4px 8px #0000004d;z-index:1200;max-width:100vw;font-size:.75rem;overflow-y:auto;-webkit-overflow-scrolling:touch;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}ul.menu.mobile-open{display:flex}ul.menu>li{width:100%;padding:.4rem 0;font-size:.75rem;height:auto}ul.menu>li.hasDropdown>span.plus{font-size:.8rem}.dropdown{position:static;min-width:auto;max-width:100%;box-shadow:none;background:#1c1c1c;padding:.4rem 0;border-radius:4px;margin-top:.2rem;font-size:.7rem;word-wrap:break-word;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.nested-submenu{position:static;min-width:auto;max-width:100%;padding:.3rem 0 .3rem 1.2rem;background:#2a2a2a;border-radius:4px;box-shadow:none;margin-top:.2rem;font-size:.7rem;word-wrap:break-word;display:none;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.nested-dropdown-item:hover>.nested-submenu,.nested-dropdown-item:focus-within>.nested-submenu{display:block}.subcategory-heading{padding:.25rem .5rem;font-size:.75rem;height:auto}.sub-sub-item,.product-light-item{padding:.25rem .5rem;font-size:.7rem;line-height:1.2rem;white-space:normal;height:auto}.icon-right{font-size:.9rem}}@media (max-width: 720px){nav{height:52px;font-size:16px}.logo-container img{height:42px}.button-group{right:3.5rem;z-index:1350}.contact-button{font-size:.7rem;padding:.25rem .7rem;height:26px;z-index:1350;white-space:nowrap}ul.menu{top:var(--nav-height);padding:.9rem;font-size:.7rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}ul.menu>li{font-size:.7rem}.dropdown{max-width:100%;font-size:.65rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.mobile-menu-toggle{right:.5rem!important;top:.4rem;z-index:1300}.nested-submenu{max-width:100%;font-size:.65rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.subcategory-heading{font-size:.7rem;padding:.2rem .4rem}.sub-sub-item,.product-light-item{font-size:.65rem;padding:.2rem .4rem;line-height:1.1rem;white-space:normal}.icon-right{font-size:.85rem}}@media (max-width: 480px){nav{height:48px;font-size:16px}.logo-container img{height:32px}.button-group{right:3rem;z-index:1350}.contact-button,.broucher{font-size:.5rem;padding:.1rem .5rem;height:22px;width:auto;justify-content:center;z-index:1350;white-space:nowrap}ul.menu{top:var(--nav-height);padding:.8rem;font-size:.65rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}ul.menu>li{font-size:.65rem}.dropdown,.nested-submenu{max-width:100%;font-size:.6rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.subcategory-heading{font-size:.65rem;padding:.2rem .4rem}.mobile-menu-toggle{right:.5rem!important;top:.25rem;z-index:1300}.sub-sub-item,.product-light-item{font-size:.6rem;padding:.2rem .4rem;line-height:1rem;white-space:normal}.icon-right{font-size:.8rem}}@media (max-width: 320px){nav{height:44px;font-size:16px}.logo-container img{height:28px}.button-group{right:2.5rem;z-index:1350}.contact-button{font-size:0;padding:.15rem;height:22px;width:22px;justify-content:center;z-index:1350}.contact-button span{display:none}ul.menu{top:var(--nav-height);padding:.7rem;font-size:.6rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}ul.menu>li{font-size:.6rem}.dropdown,.nested-submenu{max-width:100%;font-size:.55rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.subcategory-heading{font-size:.6rem;padding:.15rem .3rem}.sub-sub-item,.product-light-item{font-size:.55rem;padding:.15rem .3rem;line-height:.9rem;white-space:normal}.icon-right{font-size:.75rem;margin-left:0}.mobile-menu-toggle{right:.2rem!important;top:.15rem;z-index:1300}}*{box-sizing:border-box}html,body{overflow-x:hidden;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px}.cookie-banner{position:fixed;bottom:max(8px,env(safe-area-inset-bottom,8px));left:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:320px;min-width:260px;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:10px;box-shadow:0 8px 32px #0009;padding:12px;color:#fff;display:flex;flex-direction:column;gap:10px;z-index:20;animation:slideUp .5s ease forwards;max-height:calc(70vh - 20px);overflow-y:auto;box-sizing:border-box}.cookie-text h4{margin:0 0 6px;font-size:14px;color:#ef3a3a;font-weight:600}.cookie-text p{margin:0;font-size:12px;line-height:1.4;color:#e5e7eb}.cookie-settings-btn,.cookie-text .privacy-link-inline{background:none;border:none;color:#ef3a3a;font-weight:600;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;line-height:inherit;transition:color .3s ease;display:inline}.cookie-settings-btn:hover,.cookie-text .privacy-link-inline:hover{color:#ff6b6b}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.btn{padding:8px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:none;transition:all .3s ease;display:flex;align-items:center;gap:4px;min-width:80px;justify-content:center;flex:1}.btn.accept{background:#ef3a3a;color:#fff}.btn.accept:hover{background:#c92a2a;transform:translateY(-1px);box-shadow:0 4px 12px #ef3a3a4d}.btn.decline{background:transparent;border:1px solid #aaa;color:#aaa}.btn.decline:hover{background:#ffffff1a;color:#fff;border-color:#fff;transform:translateY(-1px)}.cookie-modal-overlay{position:fixed;inset:0;background:#0c0c0c4d;display:flex;align-items:flex-start;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:max(100px,env(safe-area-inset-top,100px)) max(8px,env(safe-area-inset-right,8px)) max(8px,env(safe-area-inset-bottom,8px));overflow-y:auto;box-sizing:border-box}.cookie-modal{background:linear-gradient(180deg,#101010,#0c0e1b);border:1px solid #2a2d3a;border-radius:10px;box-shadow:0 25px 50px -12px #000000b3,0 0 0 1px #ffffff0d;width:calc(100% - 16px);max-width:600px;max-height:calc(75vh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0));min-height:280px;display:flex;flex-direction:column;animation:modalSlideUp .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;box-sizing:border-box;margin-top:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cookie-modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 8px;border-bottom:1px solid #2a2d3a;background:linear-gradient(90deg,#0d0d0d,#1a1c27)}.cookie-modal-header h3{margin:0;font-size:1.2rem;font-weight:700;color:#fff;letter-spacing:-.025em}.cookie-modal-close{background:transparent;border:1px solid #3a3d4a;color:#b0b3c1;font-size:1rem;cursor:pointer;padding:4px;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:30px;height:30px}.cookie-modal-close:hover{background:#ef3a3a;border-color:#ef3a3a;color:#fff;transform:scale(1.05)}.cookie-modal-content{flex:1;overflow-y:auto;padding:8px 10px;display:flex;flex-direction:column;gap:8px}.cookie-modal-content::-webkit-scrollbar{width:6px}.cookie-modal-content::-webkit-scrollbar-track{background:#2a2d3a80;border-radius:4px}.cookie-modal-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#4b5563,#6b7280);border-radius:4px;border:1px solid rgba(42,45,58,.8)}.cookie-modal-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#6b7280,#9ca3af);border-color:#2a2d3ae6}.cookie-modal-content::-webkit-scrollbar-corner{background:#0c0e1bf2}.cookie-modal-content{scrollbar-width:thin;scrollbar-color:#4b5563 rgba(42,45,58,.5)}.cookie-modal-description{color:#d1d5db;font-size:11px;line-height:1.5;margin:0}.cookie-categories{display:flex;flex-direction:column;gap:8px;flex:1}.cookie-category{background:#ffffff05;border:1px solid #2a2d3a;border-radius:8px;padding:10px;transition:all .3s ease}.cookie-category:hover{border-color:#c0bdbd;box-shadow:0 4px 12px #ef3a3a1a}.cookie-category.essential{border-color:#10b981}.cookie-category.essential:hover{border-color:#059669;box-shadow:0 4px 12px #10b9811a}.cookie-category-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px}.cookie-category-info{flex:1}.cookie-category-info h4{margin:0 0 3px;font-size:.9rem;font-weight:600;color:#fff}.cookie-category-info p{margin:0;font-size:11px;color:#d1d5db;line-height:1.4}.cookie-toggle{display:flex;align-items:center;gap:8px;min-width:100px}.toggle-label{font-size:11px;font-weight:500;color:#e5e7eb;white-space:nowrap}.toggle-switch{position:relative;display:inline-block;width:36px;height:18px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#4b5563;transition:.3s;border-radius:18px}.toggle-slider:before{position:absolute;content:"";height:12px;width:12px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#10b981}input:checked+.toggle-slider:before{transform:translate(18px)}input:disabled+.toggle-slider{background-color:#6b7280;cursor:not-allowed}input:disabled+.toggle-slider:before{background-color:#9ca3af}.cookie-examples{font-size:10px;color:#9ca3af;margin-top:4px;padding-top:6px;border-top:1px solid #374151}.cookie-modal-actions{display:flex;flex-direction:column;gap:6px;padding-top:8px;border-top:1px solid #2a2d3a}.modal-action-buttons{display:flex;gap:8px;justify-content:flex-end}.btn-secondary{background:transparent;border:1px solid #6b7280;color:#9ca3af;align-self:flex-end;padding:4px 10px;font-size:11px}.btn-secondary:hover{background:#ffffff0d;border-color:#9ca3af;color:#e5e7eb}.btn-decline{background:transparent;border:1px solid #ef4444;color:#ef4444}.btn-decline:hover{background:#ef4444;color:#fff}.btn-accept{background:#10b981;color:#fff;border:1px solid #10b981}.btn-accept:hover{background:#059669;border-color:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}@keyframes slideUp{0%{opacity:0;transform:translate(-50%) translateY(50px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (min-width: 981px){.cookie-banner{width:calc(100% - 40px);max-width:460px;min-width:380px;padding:16px;gap:12px}.cookie-text h4{font-size:16px}.cookie-text p{font-size:14px}.btn{padding:10px 16px;font-size:14px;min-width:100px}}@media (min-width: 781px){.cookie-banner{left:auto;right:max(6rem,env(safe-area-inset-right,6rem));transform:none}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}}@media (max-width: 980px){.cookie-banner{width:calc(100% - 30px);max-width:320px;min-width:260px;padding:12px;max-height:calc(70vh - 20px);bottom:max(6px,env(safe-area-inset-bottom,6px))}.cookie-text h4{font-size:14px}.cookie-text p{font-size:12px}.cookie-actions{gap:8px}.btn{padding:8px 12px;font-size:12px;min-width:80px}}@media (max-width: 780px){.cookie-banner{width:calc(100% - 30px);max-width:300px;min-width:240px;padding:10px;max-height:calc(65vh - 20px);bottom:max(6px,env(safe-area-inset-bottom,6px));gap:10px;border-radius:8px}.cookie-text h4{font-size:13px;margin-bottom:4px}.cookie-text p{font-size:11px;line-height:1.3}.cookie-actions{gap:8px}.btn{padding:7px 10px;font-size:11px;min-width:70px;border-radius:4px}.cookie-modal-overlay{top:0;bottom:0;padding-top:max(90px,env(safe-area-inset-top,90px))}.cookie-modal{width:calc(100% - 12px);max-width:500px;max-height:calc(70vh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0));min-height:260px;margin:0 4px 4px}.cookie-modal-header{padding:12px 12px 8px}.cookie-modal-header h3{font-size:1rem}.cookie-modal-close{width:26px;height:26px;font-size:.9rem;padding:3px}.cookie-modal-content{padding:6px 8px;gap:6px}.cookie-category-header{flex-direction:column;gap:6px}.cookie-category{padding:8px;border-radius:6px}.cookie-category-info h4{font-size:.8rem;margin-bottom:3px}.cookie-category-info p{font-size:10px;line-height:1.3}.cookie-toggle{min-width:80px;gap:6px}.toggle-label{font-size:10px}.toggle-switch{width:28px;height:14px}.toggle-slider:before{height:8px;width:8px;left:3px;bottom:3px}input:checked+.toggle-slider:before{transform:translate(14px)}.cookie-examples{font-size:9px;margin-top:4px;padding-top:6px}.modal-action-buttons{gap:6px}.btn-accept,.btn-decline{flex:1;padding:6px 8px;font-size:10px}.btn-secondary{padding:4px 8px;font-size:10px}}@media (max-width: 480px){.cookie-banner{width:calc(100% - 20px);max-width:240px;min-width:200px;padding:6px;max-height:calc(60vh - 16px);bottom:max(5px,env(safe-area-inset-bottom,5px));gap:6px;border-radius:6px}.cookie-text h4{font-size:11px;margin-bottom:3px}.cookie-text p{font-size:9px;line-height:1.2}.btn{font-size:9px;padding:5px 7px;min-width:50px;border-radius:3px}.cookie-modal-overlay{top:0;bottom:0;padding-top:max(85px,env(safe-area-inset-top,85px))}.cookie-modal{width:calc(100% - 8px);max-width:400px;max-height:calc(65vh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0));min-height:240px;margin:0 2px 2px}.cookie-modal-header{padding:10px 10px 6px}.cookie-modal-header h3{font-size:.9rem}.cookie-modal-close{width:22px;height:22px;font-size:.8rem;padding:2px}.cookie-modal-content{padding:4px 6px;gap:4px}.cookie-category{padding:6px;border-radius:4px}.cookie-category-info h4{font-size:.7rem}.cookie-category-info p{font-size:9px}.cookie-toggle{min-width:70px}.toggle-label{font-size:9px}.toggle-switch{width:24px;height:12px}.toggle-slider:before{height:6px;width:6px;left:3px;bottom:3px}input:checked+.toggle-slider:before{transform:translate(12px)}.cookie-examples{font-size:8px}.btn-accept,.btn-decline{font-size:9px;padding:5px 7px}.btn-secondary{font-size:9px;padding:3px 7px}}@media (max-width: 320px){.cookie-banner{width:calc(100% - 16px);max-width:220px;min-width:180px;padding:5px;max-height:calc(55vh - 12px);bottom:max(4px,env(safe-area-inset-bottom,4px));gap:5px;border-radius:5px}.cookie-text h4{font-size:10px;margin-bottom:2px}.cookie-text p{font-size:8px;line-height:1.2}.btn{font-size:8px;padding:4px 6px;min-width:45px;border-radius:3px}.cookie-modal-overlay{top:0;bottom:0;padding-top:max(80px,env(safe-area-inset-top,80px))}.cookie-modal{width:calc(100% - 4px);max-width:350px;max-height:calc(60vh - env(safe-area-inset-top,0) - env(safe-area-inset-bottom,0));min-height:220px;margin:0 1px 1px}.cookie-modal-header{padding:8px 8px 4px}.cookie-modal-header h3{font-size:.8rem}.cookie-modal-close{width:20px;height:20px;font-size:.7rem;padding:2px}.cookie-modal-content{padding:3px 4px;gap:3px}.cookie-category{padding:5px;border-radius:3px}.cookie-category-info h4{font-size:.65rem}.cookie-category-info p{font-size:8px}.cookie-toggle{min-width:60px}.toggle-label{font-size:8px}.toggle-switch{width:20px;height:10px}.toggle-slider:before{height:5px;width:5px;left:2.5px;bottom:2.5px}input:checked+.toggle-slider:before{transform:translate(10px)}.cookie-examples{font-size:7px}.btn-accept,.btn-decline{font-size:8px;padding:4px 6px}.btn-secondary{font-size:8px;padding:2px 6px}}@media (prefers-contrast: high){.cookie-modal,.cookie-category{border-color:#fff}.toggle-slider{background-color:#000}.cookie-modal-content::-webkit-scrollbar-thumb{background:#fff;border-color:#000}}@media (prefers-reduced-motion: reduce){.cookie-banner,.cookie-modal,.btn,.toggle-slider{animation:none;transition:none}.cookie-modal-content::-webkit-scrollbar-thumb{transition:none}}@media print{.cookie-banner,.cookie-modal-overlay{display:none!important}}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#000;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px;line-height:1.5}.dashboard-container{width:100%;color:#fff;overflow-x:hidden;overflow-y:auto;min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:2;box-sizing:border-box;padding-right:env(safe-area-inset-right,0);padding-left:env(safe-area-inset-left,0)}.content-wrapper{width:100%;max-width:100vw;padding:5rem 1rem 3rem;margin:0 auto;box-sizing:border-box;position:relative;z-index:3}.heading-section{text-align:center;margin-bottom:1.68rem}.heading-section h1{font-family:Special Gothic Expanded One,Arial Black,sans-serif;font-weight:700;font-size:clamp(2.5rem,4.5vw,4.5rem);color:#ef3a3a;text-shadow:0 0 5.36px rgba(239,58,58,.5);cursor:default;line-height:1.2;margin-top:0;margin-bottom:.5rem}.heading-section h2{font-size:clamp(1.2rem,2vw,2rem);color:#fff;font-weight:700;cursor:default;line-height:1.3;margin-top:0;margin-bottom:0}.slider-toggle-container{display:flex;justify-content:center;margin:3rem 0 3.5rem}.slider-toggle{position:relative;width:40.2%;max-width:402px;height:68px;background:#ffffff14;backdrop-filter:blur(4.02px);-webkit-backdrop-filter:blur(4.02px);border:.67px solid rgba(255,255,255,.08);border-radius:33.5px;display:flex;align-items:center;justify-content:space-between;padding:0 5.36px;box-shadow:0 4.02px 12.06px #00000059;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease}.toggle-option{width:50%;text-align:center;font-size:.938rem;font-weight:700;z-index:2;color:#fff;cursor:pointer;transition:color .3s ease-in-out;line-height:1.4}.slider-toggle.right .slider-indicator{transform:translate(99%)}.slider-indicator{position:absolute;width:49%;height:87%;background:#ef3a3a;border-radius:30.8px;top:7%;left:5.36px;transition:transform .3s ease-in-out;z-index:1}.industries-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1.8rem;min-height:200px;padding:0 .5rem 2rem;width:100%;box-sizing:border-box}.industry-card{width:170px;min-width:120px;height:180.9px;background:#ffffff14;backdrop-filter:blur(4.02px);-webkit-backdrop-filter:blur(4.02px);border-radius:20.1px;box-shadow:0 4.02px 12.06px #00000059;color:#fff;font-weight:700;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2.144rem;transition:transform .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;box-sizing:border-box}.industry-card:hover{background-color:#f2f2f2;color:#222;transform:translateY(-4.02px)}.industry-card:hover .icon{stroke:#ef3a3a!important}.industry-card:hover .icon-circle{border-color:#ef3a3a!important}.icon-circle{width:67px;height:67px;border-radius:50%;border:1.675px solid white;background-color:transparent;display:flex;align-items:center;justify-content:center;margin:0!important;transition:border-color .3s ease-in-out;cursor:pointer}.icon-wrapper svg{margin:0 auto;display:block;width:26.8px;height:26.8px;transition:stroke .3s ease-in-out;cursor:pointer}.industry-name{font-size:.938rem;font-weight:600;margin-top:.67rem;width:100%;text-align:center;display:flex;justify-content:center;align-items:center;padding:0 10px;box-sizing:border-box;transition:color .3s ease-in-out;cursor:pointer;line-height:1.3}.industry-card:hover .industry-name{color:#ef3a3a}.product-card{width:130px;min-width:100px;height:190.9px;background:#ffffff1a;backdrop-filter:blur(4.02px);-webkit-backdrop-filter:blur(4.02px);border-radius:20.1px;box-shadow:0 4.02px 12.06px #00000059;color:#fff;font-weight:700;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:1rem;text-align:center;-webkit-user-select:none;user-select:none;transition:transform .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;box-sizing:border-box}.product-card:hover{background-color:#f2f2f2;color:#222;transform:translateY(-4.02px)}.product-card:hover .industry-name{color:#ef3a3a}.product-logo{width:70px;height:70px;object-fit:contain;border-radius:12px;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 0 2px rgba(0,0,0,.7));transition:transform .3s ease-in-out;cursor:pointer}.product-card:hover .product-logo{transform:scale(1.05)}.dashboard-content{min-height:200px;transition:opacity .5s ease-in-out,transform .5s ease-in-out}.dashboard-content.slide-out{opacity:0;transform:translateY(10px)}.dashboard-content.slide-in{opacity:1;transform:translateY(0)}.coming-soon-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 40rem)}.coming-soon-text{font-size:3rem;font-weight:700;color:#fffcfc;animation:neonPulse 1.5s ease-in-out infinite alternate}.industry-card *,.product-card *{cursor:pointer!important}.industry-card .icon-wrapper svg.icon,.product-card .icon-wrapper svg.icon{cursor:pointer!important;pointer-events:auto}@keyframes neonPulse{0%{text-shadow:0 0 10px rgba(11,11,11,.5),0 0 20px rgba(239,58,58,.3),0 0 30px rgba(239,58,58,.2);opacity:.8}to{text-shadow:0 0 20px rgba(239,58,58,.8),0 0 30px rgba(239,58,58,.5),0 0 40px rgba(239,58,58,.3);opacity:1}}@media (min-width: 1600px){.dashboard-container{min-height:100vh;padding-top:2rem}.content-wrapper{padding:7rem 1rem 3rem}.slider-toggle-container{margin:3rem 0 6rem}.industries-grid{padding-bottom:6rem}}@media (max-width: 1535px){.content-wrapper{padding:4rem 1rem 2rem}.heading-section h1{font-size:clamp(2.2rem,5vw,5rem);text-shadow:0 0 4px rgba(239,58,58,.5)}.heading-section h2{font-size:clamp(1rem,1.8vw,1.8rem)}.slider-toggle{width:50%;max-width:350px;height:60px;border-radius:30px;padding:0 4px;box-shadow:0 3px 9px #0000004d}.toggle-option{font-size:.85rem}.slider-indicator{border-radius:27px;left:4px}.industries-grid{gap:1.5rem;padding:0 .5rem 1.5rem}.industry-card{width:150px;height:160px;border-radius:18px;padding-top:1.8rem;box-shadow:0 3px 9px #0000004d}.icon-circle{width:60px;height:60px;border:1.5px solid white}.icon-wrapper svg{width:24px;height:24px}.industry-name{font-size:.85rem;margin-top:.5rem;padding:0 8px}.product-card{width:120px;height:170px;border-radius:18px;padding-top:.8rem;box-shadow:0 3px 9px #0000004d}.product-logo{width:60px;height:60px;border-radius:10px}.coming-soon-text{font-size:2.5rem}}@media (max-width: 780px){.content-wrapper{padding:3rem .5rem 1.5rem}.heading-section{margin-bottom:1.2rem}.heading-section h1{margin-top:1.5rem;font-size:clamp(1.8rem,6vw,6rem);text-shadow:0 0 3px rgba(239,58,58,.5)}.heading-section h2{font-size:clamp(.9rem,3vw,3rem)}.slider-toggle-container{margin:1.5rem 0 2rem}.slider-toggle{width:60%;max-width:300px;height:50px;border-radius:25px;padding:0 3px;box-shadow:0 2px 6px #00000040}.toggle-option{font-size:.7rem}.slider-indicator{border-radius:22px;left:3px;height:85%}.industries-grid{gap:1rem;padding:0 .5rem 1.2rem}.industry-card{width:calc(40% - .7rem);min-width:unset;height:140px;border-radius:15px;padding-top:1rem;box-shadow:0 2px 6px #00000040}.icon-circle{width:50px;height:50px;border:1.2px solid white}.icon-wrapper svg{width:20px;height:20px}.industry-name{font-size:.75rem;margin-top:.4rem;padding:0 4px}.product-card{width:calc(40% - .7rem);min-width:unset;height:140px;border-radius:15px;padding-top:1rem;box-shadow:0 2px 6px #00000040}.product-logo{width:50px;height:50px;border-radius:8px}.coming-soon-text{font-size:2rem}}@media (max-width: 480px){.content-wrapper{padding:2rem .5rem 1rem}.heading-section{margin-bottom:1rem}.heading-section h1{margin-top:4rem;font-size:clamp(1.45rem,5vw,5rem);line-height:1;text-shadow:0 0 2px rgba(239,58,58,.5);font-weight:900}.heading-section h2{font-size:clamp(.6rem,3vw,3rem);font-weight:800}.slider-toggle-container{margin:1rem 0 1.5rem}.slider-toggle{width:70%;max-width:250px;height:40px;border-radius:20px;padding:0 2px;box-shadow:0 1.5px 4px #0003}.toggle-option{font-size:.6rem}.slider-indicator{border-radius:18px;left:2px;height:84%}.industries-grid{gap:.8rem;padding:0 .5rem 1rem}.industry-card{width:calc(35% - .7rem);height:100px;border-radius:12px;padding-top:.8rem;box-shadow:0 1.5px 4px #0003}.icon-circle{width:40px;height:40px;border:1px solid white}.icon-wrapper svg{width:16px;height:16px}.industry-name{font-size:.65rem;margin-top:.3rem;padding:0 4px}.product-card{width:calc(35% - .7rem);height:100px;border-radius:12px;padding-top:.8rem;box-shadow:0 1.5px 4px #0003}.product-logo{width:40px;height:40px;border-radius:6px}.coming-soon-text{font-size:1.5rem}}@media (max-width: 320px){.content-wrapper{padding:1.5rem .3rem .8rem}.heading-section h1{font-size:clamp(1rem,7vw,7rem);line-height:1}.heading-section h2{font-size:clamp(.7rem,4.5vw,4.5rem)}.slider-toggle{width:80%;max-width:220px;height:36px;border-radius:18px}.toggle-option{font-size:.55rem}.slider-indicator{border-radius:16px;height:83%}.industries-grid{gap:.6rem;padding:0 .3rem .8rem}.industry-card{width:calc(30% - .3rem);height:100px;padding-top:.6rem}.icon-circle{width:35px;height:35px}.icon-wrapper svg{width:14px;height:14px}.industry-name{font-size:.6rem}.product-card{width:calc(30% - .3rem);height:100px;padding-top:.6rem}.product-logo{width:35px;height:35px}.coming-soon-text{font-size:1.2rem}}.huake-side-bar{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column;gap:4px;z-index:9999;padding:0;cursor:pointer}.huake-side-bar *{cursor:pointer}.huake-side-bar a{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ef3a3a;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border:1px solid rgba(239,58,58,.3);border-radius:50px;box-shadow:0 4px 15px #0000001a;text-decoration:none;color:#fff;font-size:.7rem;font-weight:600;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease;width:70px;height:70px;-webkit-user-select:none;user-select:none;cursor:pointer}.huake-side-bar a:hover{transform:translateY(-2px);cursor:pointer}.huake-side-bar a svg{margin-bottom:4px;stroke:#fff;transition:stroke .2s ease;cursor:pointer}.huake-side-bar a span{cursor:pointer}.huake-side-bar a:hover svg{stroke:#fff}.huake-side-bar a#gotop{opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s ease-in-out,transform .4s ease-in-out,visibility .4s ease-in-out}.huake-side-bar a#gotop.visible{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 1300px){.huake-side-bar{bottom:20px}.huake-side-bar a{width:60px;height:60px;font-size:.6rem}.huake-side-bar a svg{width:25px;height:25px}}@media (max-width: 980px){.huake-side-bar{right:8px;bottom:15px}.huake-side-bar a{width:50px;height:50px;font-size:.5rem}.huake-side-bar a svg{width:20px;height:20px}}@media (max-width: 780px){.huake-side-bar{right:5px;bottom:15px}.huake-side-bar a{width:45px;height:45px;font-size:.45rem}.huake-side-bar a svg{width:18px;height:18px}}@media (max-width: 480px){.huake-side-bar{right:10px;bottom:10px}.huake-side-bar a{width:45px;height:45px;font-size:.4rem}.huake-side-bar a svg{width:18px;height:18px}}@media (max-width: 320px){.huake-side-bar{right:10px;bottom:10px}.huake-side-bar a{width:40px;height:40px;font-size:.35rem}.huake-side-bar a svg{width:16px;height:16px}}html{overflow-y:scroll}.dashboard-layout{position:relative;min-height:100vh;width:100%;display:flex;flex-direction:column;z-index:1}.video-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;overflow:hidden}.video-background{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;backdrop-filter:blur(2.3px);-webkit-backdrop-filter:blur(8px);z-index:1}@keyframes draw{0%{stroke-dashoffset:300;opacity:.7}25%{stroke-dashoffset:180;opacity:1}50%{stroke-dashoffset:60;opacity:1}75%{stroke-dashoffset:-40;opacity:1}to{stroke-dashoffset:-300;opacity:.7}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.infinity-dot{position:absolute;top:0;left:0;border-radius:50%;background:#fff}.infinity-dot-big{width:10px;height:10px;animation:moveInfinity 2.4s linear infinite}.infinity-dot-small{width:5px;height:5px;animation:moveInfinity 2.4s linear infinite;animation-delay:1.2s}@keyframes moveInfinity{0%{offset-distance:0%}to{offset-distance:100%}}.infinity-dot,.infinity-dot-big,.infinity-dot-small{offset-path:path("M20,50 C20,20 80,20 100,50 C120,80 180,80 180,50 C180,20 120,20 100,50 C80,80 20,80 20,50 Z");offset-rotate:auto}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--font-weight-semibold:600;--tracking-wide:.025em;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.z-10{z-index:10}.z-50{z-index:50}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mb-10{margin-bottom:calc(var(--spacing)*10)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.h-full{height:100%}.min-h-\[80px\]{min-height:80px}.w-full{width:100%}.max-w-4xl{max-width:var(--container-4xl)}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.bg-black{background-color:var(--color-black)}.p-2{padding:calc(var(--spacing)*2)}.py-4{padding-block:calc(var(--spacing)*4)}.text-center{text-align:center}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.whitespace-nowrap{white-space:nowrap}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-1{opacity:.01}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.delay-1{transition-delay:1ms}.delay-2{transition-delay:2ms}.duration-500{--tw-duration:.5s;transition-duration:.5s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
