.kb-topic-header{align-items:center;display:flex;gap:32px;justify-content:space-between;padding:32px 0 40px}.kb-topic-header__content{flex:1 1 60%}.kb-topic-header__badge{align-items:center;background:#f5f1ea;border-radius:999px;color:#0f1c2e;display:inline-flex;font-size:14px;font-weight:600;gap:10px;margin-bottom:16px;padding:6px 14px}.kb-topic-header__badge img{display:block;height:20px;object-fit:contain;width:20px}.kb-topic-header__title{color:#0f1c2e;font-size:32px;font-weight:700;margin:0 0 12px}.kb-topic-header__description{color:#5a6a7a;font-size:18px;margin:0}.kb-topic-header__image{display:flex;flex:1 1 40%;justify-content:flex-end}.kb-topic-header__image img{display:block;height:auto;max-width:100%}.kb-topic-clusters{padding:32px 0 76px}.kb-topic-clusters__grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kb-topic-card{align-items:center;background:#fff;border:1px solid #ece6dc;border-radius:0;box-shadow:0 8px 18px rgba(15,28,46,.08);color:#0f1c2e;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;font-size:inherit;gap:16px;justify-content:center;padding:28px 20px;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.kb-topic-card:focus-visible,.kb-topic-card:hover{border-color:#d7c7b0;box-shadow:0 14px 28px rgba(15,28,46,.12);transform:translateY(-4px)}.kb-topic-card__icon{align-items:center;display:flex;height:88px;justify-content:center;width:88px}.kb-topic-card__icon img{display:block;max-height:100%;max-width:100%}.kb-topic-card__label{font-size:18px;font-weight:700;line-height:1.4}.kb-topic-card--active{background:#f8f6f3;border-color:#1a3a5c}.kb-topic-clusters__action{margin-top:52px;text-align:center}.kb-show-all-btn{background:#fff;border:2px solid #0f1c2e;color:#0f1c2e;cursor:pointer;display:inline-block;font-family:inherit;font-size:16px;font-weight:600;padding:14px 28px;transition:background .2s ease,color .2s ease}.kb-show-all-btn:hover{background:#0f1c2e;color:#fff}.kb-filters{display:flex;flex-wrap:wrap;gap:16px;padding:0 0 24px}.kb-filter{display:flex;flex-direction:column;gap:6px}.kb-filter__label{color:#0f1c2e;font-size:14px;font-weight:600}.kb-filter__select{appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%230f1c2e' stroke-width='2' d='m1 1 5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid #d7c7b0;cursor:pointer;font-size:15px;min-width:200px;padding:10px 36px 10px 14px}.kb-resources{padding:64px 0 80px}.kb-resources__heading{color:#0f1c2e;font-size:32px;font-weight:700;margin:0 0 52px;text-align:center}.kb-resources__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.kb-resource-card{background:#fff;border:1px solid #ece6dc;border-radius:0;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.kb-resource-card:hover{box-shadow:0 8px 24px rgba(15,28,46,.1);transform:translateY(-2px)}.kb-resource-card__image{aspect-ratio:1/1;display:block;overflow:hidden}.kb-resource-card__image img{height:100%;object-fit:cover;width:100%}.kb-resource-card__content{display:flex;flex-direction:column;padding:20px}.kb-resource-card__title{font-size:20px;font-weight:700;line-height:1.45;margin:0;order:2}.kb-resource-card__title a{color:#0f1c2e;text-decoration:none}.kb-resource-card__title a:hover{color:#1a3a5c;text-decoration:underline}.kb-resource-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;order:1}.kb-resource-card__tag{background:#f5f1ea;border-radius:0;color:#5a6a7a;font-size:12px;padding:4px 10px}.kb-resources__no-results{color:#5a6a7a;font-size:16px;padding:48px 20px;text-align:center}@media (max-width:900px){.kb-topic-header{align-items:flex-start;flex-direction:column}.kb-topic-header__image{justify-content:flex-start;width:100%}.kb-topic-clusters__grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.kb-topic-card{padding:22px 16px}.kb-topic-card__icon{height:72px;width:72px}.kb-resources__grid{grid-template-columns:1fr}.kb-filter__select{min-width:100%}}