:root{--fd-gap: 20px}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.fd-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--fd-gap)}.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}}
