@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");.saga-tb-wrap{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:1140px;padding:0 24px;text-align:center}.saga-tb-label{color:#0d6354;font-size:.82em;font-weight:700;letter-spacing:1.5px;margin-bottom:12px;text-transform:uppercase}.saga-tb-heading{color:#1a1a1a;font-size:1.6em;font-weight:800;margin-bottom:32px}.saga-tb-row{align-items:center;display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.saga-tb-row--dividers .saga-tb-badge+.saga-tb-badge{border-left:1px solid #e0e0e0;padding-left:32px}.saga-tb-badge{align-items:center;animation:saga-tb-pop .4s ease-out forwards;display:flex;justify-content:center;opacity:0;transform:translateY(8px);transition:transform .3s ease}@keyframes saga-tb-pop{to{opacity:1;transform:translateY(0)}}.saga-tb-badge:hover{transform:translateY(-3px)}.saga-tb-badge--small{min-height:48px;min-width:120px}.saga-tb-badge--medium{min-height:64px;min-width:160px}.saga-tb-badge--large{min-height:80px;min-width:200px}.saga-tb-link{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.saga-tb-img{display:block;filter:grayscale(30%);height:auto;max-height:100%;max-width:100%;object-fit:contain;opacity:.8;transition:all .3s ease;width:auto}.saga-tb-badge:hover .saga-tb-img{filter:grayscale(0);opacity:1}.saga-tb-embed{align-items:center;display:flex;justify-content:center;max-width:280px;min-width:180px}.saga-tb-embed iframe{border:none;max-height:120px;width:100%}@media (max-width:600px){.saga-tb-row{gap:24px}.saga-tb-row--dividers .saga-tb-badge+.saga-tb-badge{border-left:none;padding-left:0}}