:root{--fd-gap: 20px}html,body,#root{width:100%;max-width:100%;overflow-x:clip}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#a855f759;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#a855f799}*{scrollbar-width:thin;scrollbar-color:rgba(168,85,247,.35) transparent}.fd-scroll-hover{overflow-y:auto;scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .2s}.fd-scroll-hover:hover{scrollbar-color:rgba(168,85,247,.4) transparent}.fd-scroll-hover::-webkit-scrollbar-thumb{background:transparent;transition:background .2s}.fd-scroll-hover:hover::-webkit-scrollbar-thumb{background:#a855f766}.fd-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--fd-gap);align-items:stretch}.fd-col-6,.fd-col-4,.fd-col-12{display:flex;flex-direction:column}.fd-col-12{grid-column:span 12}.fd-col-6{grid-column:span 6}.fd-col-4{grid-column:span 4}@media (max-width: 900px){:root{--fd-gap: 14px}.fd-col-6,.fd-col-4{grid-column:span 12}.fd-panel-tight{padding:16px!important}.fd-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.fd-table-scroll table{min-width:520px}.fd-video-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))!important;gap:10px!important}.fd-ip-hero{flex-direction:column!important}.fd-ip-hero-logo{width:100%!important}}
