.fcs-posts{--fcs-posts-primary:#2271b1;--fcs-posts-on-primary:#fff;--fcs-posts-columns:3;--fcs-posts-tablet-columns:2;--fcs-posts-excerpt-lines:2;--fcs-posts-ratio:62.5%;--fcs-posts-border:#e1e4e8;--fcs-posts-text:#1d2327;--fcs-posts-muted:#646970;--fcs-posts-surface:#fff;--fcs-posts-focus:#1d2327;--fcs-posts-image-position:center center;--fcs-posts-shadow:0 1px 2px rgba(15, 23, 42, 0.04), 0 6px 18px rgba(15, 23, 42, 0.035);--fcs-posts-shadow-hover:0 2px 6px rgba(15, 23, 42, 0.05), 0 12px 28px rgba(15, 23, 42, 0.075);width:100%;color:var(--fcs-posts-text);font:inherit}.fcs-posts *,.fcs-posts *::before,.fcs-posts *::after{box-sizing:border-box}.fcs-posts__grid{display:grid;grid-template-columns:repeat(var(--fcs-posts-columns),minmax(0,1fr));gap:24px;align-items:stretch}.fcs-posts-card{position:relative;display:flex;min-width:0;height:100%;margin:0;flex-direction:column;overflow:hidden;isolation:isolate;background:var(--fcs-posts-surface);border:1px solid var(--fcs-posts-border);border-radius:12px;box-shadow:var(--fcs-posts-shadow);transition:border-color 220ms ease,box-shadow 240ms ease,transform 220ms ease}.fcs-posts-card:focus-within{outline:3px solid var(--fcs-posts-focus);outline-offset:3px}.fcs-posts-card__media{position:relative;width:100%;min-width:0;flex:0 0 auto;overflow:hidden;background:var(--fcs-posts-surface)}.fcs-posts-card__media::before{display:block;width:100%;padding-top:var(--fcs-posts-ratio);content:""}.fcs-posts .fcs-posts-card__media>picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;max-height:none;margin:0;padding:0;overflow:hidden;line-height:0;border:0}.fcs-posts .fcs-posts-card__media>img.fcs-posts-card__image,.fcs-posts .fcs-posts-card__media>picture>img.fcs-posts-card__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:none;max-height:none;min-width:100%;margin:0;padding:0;object-fit:cover;object-position:var(--fcs-posts-image-position);border:0;border-radius:0;vertical-align:middle;transition:transform 300ms cubic-bezier(.2,.65,.3,1)}.fcs-posts .fcs-posts-card__media>img.fcs-posts-card__image--placeholder{object-fit:cover}.fcs-posts-card__content{display:flex;min-width:0;padding:21px 22px 22px;flex:1 1 auto;flex-direction:column}.fcs-posts .fcs-posts-card__meta{display:flex;margin:0 0 9px;flex-wrap:wrap;color:var(--fcs-posts-muted);font-size:13px;font-weight:500;letter-spacing:.01em;line-height:1.5}.fcs-posts .fcs-posts-card__meta>*{display:inline-flex;align-items:center}.fcs-posts .fcs-posts-card__meta>*+*{margin-inline-start:9px}.fcs-posts .fcs-posts-card__meta>*+*::before{width:3px;height:3px;margin-inline-end:9px;content:"";background:currentColor;border-radius:50%;opacity:.6}.fcs-posts .fcs-posts-card__type{min-height:22px;padding:1px 7px;color:var(--fcs-posts-primary);background:var(--fcs-posts-surface);border:1px solid var(--fcs-posts-border);border-radius:999px;font-size:12px;font-weight:600;letter-spacing:0;line-height:1.45}@supports (background:color-mix(in srgb,#000 10%,#fff)){.fcs-posts .fcs-posts-card__type{background:color-mix(in srgb,var(--fcs-posts-primary) 8%,var(--fcs-posts-surface));border-color:color-mix(in srgb,var(--fcs-posts-primary) 24%,var(--fcs-posts-border))}}.fcs-posts .fcs-posts-card__title{display:-webkit-box;max-height:2.7em;margin:0;overflow:hidden;color:var(--fcs-posts-text);font-family:inherit;font-size:18px;font-style:normal;font-weight:600;letter-spacing:-.015em;line-height:1.35;overflow-wrap:break-word;text-transform:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fcs-posts .fcs-posts-card__link{color:inherit;text-decoration:none}.fcs-posts .fcs-posts-card__link::after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;content:""}.fcs-posts .fcs-posts-card__link:hover{color:var(--fcs-posts-primary)}.fcs-posts .fcs-posts-card__link:focus{outline:0}.fcs-posts .fcs-posts-card__excerpt{display:-webkit-box;max-height:calc(var(--fcs-posts-excerpt-lines) * 1.65em);margin:10px 0 0;overflow:hidden;color:var(--fcs-posts-muted);font-size:15px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:var(--fcs-posts-excerpt-lines)}.fcs-posts--compact .fcs-posts__grid{gap:18px}.fcs-posts--compact .fcs-posts-card__content{padding:16px 17px 18px}.fcs-posts--compact .fcs-posts-card__meta{margin-bottom:6px}.fcs-posts--compact .fcs-posts-card__excerpt{margin-top:8px}.fcs-posts--style-minimal .fcs-posts-card{background:var(--fcs-posts-surface);border-color:#fff0;border-radius:0;box-shadow:none}.fcs-posts--style-minimal .fcs-posts-card__media{background:var(--fcs-posts-surface);border-radius:10px}.fcs-posts--style-minimal .fcs-posts-card__content{padding:17px 2px 5px}.fcs-posts--style-minimal.fcs-posts--compact .fcs-posts-card__content{padding:13px 2px 3px}@media (min-width:601px){.fcs-posts--columns-1 .fcs-posts-card{height:auto;min-height:0;flex-direction:row;align-items:stretch}.fcs-posts--columns-1 .fcs-posts-card__media{width:clamp(240px, 34%, 400px);flex:0 0 clamp(240px, 34%, 400px);align-self:stretch}.fcs-posts--columns-1 .fcs-posts-card__content{padding:24px 26px 25px;justify-content:center}.fcs-posts--columns-1.fcs-posts--compact .fcs-posts-card__content{padding:19px 21px 20px}.fcs-posts--columns-1.fcs-posts--style-minimal .fcs-posts-card__content{padding-block:18px;padding-inline:24px 2px}.fcs-posts--columns-1.fcs-posts--style-minimal.fcs-posts--compact .fcs-posts-card__content{padding-block:14px;padding-inline:20px 2px}}@media (hover:hover) and (pointer:fine){.fcs-posts-card:hover{border-color:var(--fcs-posts-border);box-shadow:var(--fcs-posts-shadow-hover);transform:translateY(-1px)}.fcs-posts--style-minimal .fcs-posts-card:hover{border-color:#fff0;box-shadow:none;transform:none}.fcs-posts-card:hover .fcs-posts-card__image{transform:scale(1.01)}}@supports (color:color-mix(in srgb,#000 10%,#fff)){@media (hover:hover) and (pointer:fine){.fcs-posts-card:hover{border-color:color-mix(in srgb,var(--fcs-posts-text) 18%,var(--fcs-posts-border))}.fcs-posts--style-minimal .fcs-posts-card:hover{border-color:#fff0}}}.fcs-posts__empty{margin:0;padding:32px 24px;color:var(--fcs-posts-muted);text-align:center;background:#f6f7f7;border:1px solid var(--fcs-posts-border);border-radius:8px}.fcs-posts-pagination{margin-top:36px}.fcs-posts-pagination .page-numbers{margin:0;padding:0;list-style:none}.fcs-posts-pagination ul.page-numbers{display:flex;justify-content:center;flex-wrap:wrap}.fcs-posts-pagination li{margin:4px}.fcs-posts-pagination a.page-numbers,.fcs-posts-pagination span.page-numbers{display:inline-flex;min-width:44px;min-height:44px;margin:0;padding:8px 12px;align-items:center;justify-content:center;color:var(--fcs-posts-text);font-size:15px;font-weight:600;line-height:1;text-decoration:none;background:var(--fcs-posts-surface);border:1px solid var(--fcs-posts-border);border-radius:6px;transition:color 160ms ease,background-color 160ms ease,border-color 160ms ease}.fcs-posts-pagination a.page-numbers:hover{color:var(--fcs-posts-primary);border-color:var(--fcs-posts-primary)}.fcs-posts-pagination a.page-numbers:focus{outline:3px solid var(--fcs-posts-focus);outline-offset:2px}.fcs-posts-pagination a.page-numbers:focus-visible{outline:3px solid var(--fcs-posts-focus);outline-offset:2px}.fcs-posts-pagination span.page-numbers.current{color:var(--fcs-posts-on-primary);background:var(--fcs-posts-primary);border-color:var(--fcs-posts-primary)}@media (max-width:1024px){.fcs-posts__grid{grid-template-columns:repeat(var(--fcs-posts-tablet-columns),minmax(0,1fr));gap:22px}}@media (max-width:600px){.fcs-posts__grid{grid-template-columns:minmax(0,1fr);gap:16px}.fcs-posts-card__content{padding:14px 15px 15px}.fcs-posts-card{height:auto;min-height:0;flex-direction:row;align-items:stretch;border-radius:10px}.fcs-posts-card__media{width:clamp(116px, 38vw, 156px);flex-basis:clamp(116px, 38vw, 156px);align-self:stretch}.fcs-posts-card__media::before{padding-top:100%}.fcs-posts .fcs-posts-card__meta{margin-bottom:6px;font-size:13px}.fcs-posts .fcs-posts-card__title{display:-webkit-box;max-height:2.8em;overflow:hidden;font-size:16px;line-height:1.4;letter-spacing:0;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fcs-posts .fcs-posts-card__excerpt{max-height:3em;margin-top:8px;font-size:14px;line-height:1.5;-webkit-line-clamp:2}.fcs-posts-pagination{margin-top:28px}.fcs-posts--compact .fcs-posts__grid{gap:12px}.fcs-posts--compact .fcs-posts-card__content{padding:12px 13px 13px}.fcs-posts--compact .fcs-posts-card__media{width:clamp(108px, 34vw, 136px);flex-basis:clamp(108px, 34vw, 136px)}.fcs-posts--style-minimal .fcs-posts-card__content{padding-block:10px 8px;padding-inline:14px 0}.fcs-posts--style-minimal.fcs-posts--compact .fcs-posts-card__content{padding-block:8px 6px;padding-inline:12px 0}}@media (prefers-reduced-motion:reduce){.fcs-posts-card,.fcs-posts-card__image,.fcs-posts-pagination a.page-numbers,.fcs-posts-pagination span.page-numbers{transition-duration:0.01ms}.fcs-posts-card:hover,.fcs-posts-card:hover .fcs-posts-card__image{transform:none}}@media (forced-colors:active){.fcs-posts-card:focus-within,.fcs-posts-pagination a.page-numbers:focus,.fcs-posts-pagination a.page-numbers:focus-visible{outline-color:Highlight}.fcs-posts .fcs-posts-card__type{border-color:CanvasText}}