.blog-source-data{display:none}.filter-bar__inner{align-items:flex-end;display:flex;flex-wrap:wrap;gap:14px}.filter-group{display:flex;flex:1 1 200px;flex-direction:column;gap:5px;max-width:280px;min-width:180px}.filter-group label{color:#0f2747;cursor:pointer;display:block;font-size:14px;font-weight:500;letter-spacing:.08em;padding:3px 10px;text-transform:uppercase;width:100%}.custom-select{position:relative;user-select:none}.custom-select__trigger{align-items:center;background:#fff;border:1px solid #d9d4cb;border-radius:6px;cursor:pointer;display:flex;font-size:16px;gap:8px;justify-content:space-between;min-height:42px;padding:9px 14px;transition:border-color .22s ease}.custom-select__trigger.open,.custom-select__trigger:hover{border-color:#0d0d0d}.custom-select__trigger .arrow{color:#7a7470;flex-shrink:0;height:16px;transition:transform .22s ease;width:16px}.custom-select__trigger.open .arrow{transform:rotate(180deg)}.custom-select__label{color:#0d0d0d;flex:1;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__label.placeholder{color:#7a7470}.custom-select__dropdown{background:#fff;border:1px solid #0d0d0d;border-radius:6px;display:none;left:0;max-height:240px;overflow-y:auto;padding:10px 0;position:absolute;right:0;top:calc(100% + 4px);z-index:100}.custom-select__dropdown.open{display:block}.custom-select__option{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:10px;padding:9px 14px;transition:background .22s ease}.custom-select__option:hover{background:#f5f2ec}.custom-select__option input[type=checkbox]{accent-color:#c84b31;flex-shrink:0;height:15px;width:15px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;padding:14px 0 2px}.filter-chip{background:#0d0d0d;border-radius:20px;color:#f5f2ec;font-size:16px;font-weight:500;gap:6px;padding:4px 10px 4px 12px}.filter-chip,.filter-chip__remove{align-items:center;display:inline-flex}.filter-chip__remove{background:none;border:none;color:inherit;cursor:pointer;font-size:14px;justify-content:center;line-height:1;opacity:.7;padding:0;transition:opacity .22s ease}.filter-chip__remove:hover{opacity:1}.filter-reset{align-self:flex-end;background:none;border:1px solid #d9d4cb;border-radius:6px;color:#7a7470;cursor:pointer;font-size:16px;font-weight:500;padding:8px 18px;transition:border-color .22s ease,color .22s ease;white-space:nowrap}.filter-reset:hover{border-color:#0d0d0d;color:#0d0d0d}.filter-group.active .custom-select__dropdown{display:block}.blog-loader{align-items:center;display:none;justify-content:center;padding:40px 0}.blog-loader.active{display:flex}.blog-loader span{animation:blogSpin .7s linear infinite;border:4px solid #ddd;border-radius:50%;border-top-color:#e56a2c;height:40px;width:40px}@keyframes blogSpin{to{transform:rotate(1turn)}}