.bl-bloglist{display:grid;gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}.bl-card{animation:blCardIn .5s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--bl-delay,0s);background:#fff;border:1px solid #e6e8ee;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease}.bl-card:hover{border-color:#d3e3fd;box-shadow:0 18px 40px rgba(21,51,78,.12),0 2px 6px rgba(21,51,78,.06);transform:translateY(-4px)}.bl-card:focus-within{border-color:#104cba;box-shadow:0 0 0 3px rgba(16,76,186,.18)}@keyframes blCardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.bl-card--featured{grid-column:1/-1}@media (min-width:900px){.bl-card--featured.bl-card--img{flex-direction:row}.bl-card--featured .bl-card__media{aspect-ratio:auto;flex:0 0 52%;min-height:340px}.bl-card--featured .bl-card__body{justify-content:center;padding:34px 34px 28px}.bl-card--featured .bl-card__title{font-size:30px;line-height:1.2}}.bl-card__media{aspect-ratio:16/9;background:#15334e;overflow:hidden;position:relative}.bl-card__media img{display:block;height:100%;object-fit:cover;transform:scale(1.001);transition:transform .8s cubic-bezier(.2,.8,.2,1);width:100%}.bl-card:hover .bl-card__media img{transform:scale(1.06)}.bl-card__layers{background:linear-gradient(90deg,#15334e 0 55%,#1f4668 55% 72%,#104cba 72% 88%,#6fa0ef 88% 100%);background-position:100% 0;background-size:200% 100%;display:block;height:6px;transition:background-position .6s cubic-bezier(.2,.8,.2,1)}.bl-card:hover .bl-card__layers{background-position:0 0}.bl-card--noimg .bl-card__body{padding-top:26px}.bl-card__body{display:flex;flex:1;flex-direction:column;padding:22px 24px 20px}.bl-card__chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px;position:relative;z-index:2}.bl-chip{background:#eef4fe;border-radius:999px;color:#104cba;display:inline-block;font-size:12.5px;font-weight:600;line-height:1.5;padding:4px 11px;text-decoration:none;transition:background-color .18s ease,color .18s ease}.bl-chip:hover{background:#104cba;color:#fff}.bl-card__title{font-size:21px;font-weight:700;line-height:1.3;margin:0 0 10px}.bl-card__link{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 2px;color:#15334e;text-decoration:none;transition:background-size .35s ease,color .2s ease}.bl-card:hover .bl-card__link{background-size:100% 2px;color:#104cba}.bl-card__link:after{content:"";inset:0;position:absolute;z-index:1}.bl-card__link:focus-visible{outline:none}.bl-card__excerpt{color:#5a5f73;font-size:15.5px;line-height:1.65;margin:0 0 18px}.bl-card__meta{align-items:center;border-top:1px solid #eef0f4;display:flex;gap:12px;margin-top:auto;padding-top:16px}.bl-card__avatar{border-radius:50%;flex:0 0 36px;height:36px;object-fit:cover;width:36px}.bl-card__avatar--mono{align-items:center;background:#15334e;color:#fff;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;letter-spacing:.04em}.bl-card__who{display:flex;flex:1;flex-direction:column;line-height:1.35;min-width:0}.bl-card__author{color:#15334e;font-size:14px;font-weight:700}.bl-card__when{color:#6d6f94;display:flex;flex-wrap:wrap;font-size:13px;gap:0 12px}.bl-card__read:before{background:#c3c8d6;border-radius:50%;content:"";display:inline-block;height:4px;margin:0 8px 2px 0;vertical-align:middle;width:4px}.bl-card__go{align-items:center;background:#eef4fe;border-radius:50%;color:#104cba;display:inline-flex;flex:0 0 36px;height:36px;justify-content:center;transition:background-color .22s ease,color .22s ease,transform .22s ease;width:36px}.bl-card__go svg{fill:none;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;width:17px}.bl-card:hover .bl-card__go{background:#104cba;color:#fff;transform:translateX(3px)}.bl-bloglist__pager{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin:44px 0 0}.bl-bloglist__page{align-items:center;background:#fff;border:1px solid #e6e8ee;border-radius:12px;color:#15334e;display:inline-flex;font-size:15px;font-weight:600;height:44px;justify-content:center;min-width:44px;padding:0 6px;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.bl-bloglist__page:hover{border-color:#104cba;color:#104cba;transform:translateY(-1px)}.bl-bloglist__page.is-current{background:#15334e;border-color:#15334e;color:#fff}.bl-bloglist__page svg{fill:none;height:18px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;width:18px}.bl-bloglist__page:focus-visible{outline:3px solid #104cba;outline-offset:2px}.bl-bloglist__gap{align-items:center;color:#9aa3b8;display:inline-flex;height:44px;justify-content:center;min-width:30px}@media (max-width:767px){.bl-bloglist{gap:22px;grid-template-columns:1fr}.bl-card__body{padding:18px 18px 16px}.bl-card__title{font-size:19px}.bl-card--featured .bl-card__title{font-size:22px}}@media (prefers-reduced-motion:reduce){.bl-bloglist__page,.bl-card,.bl-card__go,.bl-card__link,.bl-card__media img{animation:none;transition:none}.bl-card:hover,.bl-card:hover .bl-card__go,.bl-card:hover .bl-card__media img{transform:none}}.bl-card__media.is-contain img{box-sizing:border-box;object-fit:contain;padding:22px}.bl-card:hover .bl-card__media.is-contain img{transform:scale(1.04)}