.bol-cards__content{margin-bottom:52px;max-width:760px}.bol-cards__body{color:var(--fg-2);font-size:17px;line-height:1.6;margin:16px 0 0}.bol-cards__grid{align-items:stretch;display:grid;gap:24px;grid-template-columns:1fr}.bol-cards__card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg,16px);display:flex;flex-direction:column;padding:32px 26px 28px;transition:all .55s}.bol-cards__card:hover{border-color:#cdddee;box-shadow:var(--shadow-md);transform:translateY(-4px)}.bol-cards__top{align-items:center;display:flex;gap:13px}.bol-cards__icon{align-items:center;background:var(--navy);border-radius:var(--radius-md,12px);color:var(--gold);display:flex;flex:none;height:46px;justify-content:center;width:46px}.bol-cards__icon svg{height:22px;width:22px}.bol-cards__category{color:var(--gold);font-size:11.5px;font-weight:var(--fw-bold,700);letter-spacing:.13em;text-transform:uppercase}.bol-cards__heading{margin:20px 0 0}.bol-cards__desc{line-height:1.55;margin:12px 0 0}.bol-cards__list{border-top:1px solid var(--border);display:flex;flex:1;flex-direction:column;gap:15px;list-style:none;margin:20px 0 0;padding:20px 0 0}.bol-cards__list-item{display:flex;flex-direction:column;gap:3px}.bol-cards__item-title{color:var(--navy);font-size:14.5px;font-weight:var(--fw-semibold,600);line-height:1.4}.bol-cards__item-meta{color:var(--fg-3);font-size:12.5px;letter-spacing:.01em}.bol-cards__stat{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-md,12px);flex:1;margin:20px 0 0;padding:18px}.bol-cards__stat-num{color:var(--navy);font-family:var(--font-ui);font-size:34px;font-weight:var(--fw-extrabold,800);letter-spacing:-.025em;line-height:1}.bol-cards__stat-cap{color:var(--fg-2);font-size:13px;line-height:1.5;margin-top:8px}.bol-cards__stat-cap b{color:var(--navy);font-weight:var(--fw-bold,700)}.bol-cards__link{align-items:center;align-self:flex-start;color:var(--primary);display:inline-flex;font-size:14.5px;font-weight:var(--fw-semibold,600);gap:7px;margin-top:24px}.bol-cards__link:focus-visible,.bol-cards__link:hover{color:var(--primary-600)}.bol-cards__arrow{transition:transform .2s var(--ease-out,ease-out)}.bol-cards__link:hover .bol-cards__arrow{transform:translateX(3px)}.bol-cards a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.bol-card__list-item__style-check .bol-cards__list-item{padding-left:28px;position:relative}.bol-card__list-item__style-check .bol-cards__list-item:before{background:rgba(79,122,91,.14);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234f7a5b' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' viewBox='0 0 24 24'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:10px;border-radius:50%;content:"";height:15px;left:3px;position:absolute;top:3px;width:15px}.bol-card__list-item__style-check .bol-cards__item-meta{font-size:15px;letter-spacing:unset;line-height:1.55}@media (min-width:981px){.bol-cards__grid{grid-template-columns:repeat(2,1fr)}}