.mbf-grid{box-sizing:border-box;gap:24px;margin:2em 0}.mbf-column,.mbf-grid{display:flex;flex-direction:column}.mbf-column{gap:20px;width:100%}.mbf-card{border-radius:32px 32px 12px 12px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;padding:32px 28px;transition:transform .2s ease,box-shadow .2s ease}.mbf-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.12);transform:translateY(-3px)}.mbf-card--green{background-color:#2d8c73;color:#fff}.mbf-card--green .mbf-card__title{color:#fff}.mbf-card--green .mbf-card__body li,.mbf-card--green .mbf-card__body p{color:hsla(0,0%,100%,.92)}.mbf-card--green .mbf-card__link{font-weight:700}.mbf-card--green .mbf-card__link:hover{color:hsla(0,0%,100%,.75);text-decoration:underline}.mbf-card--light{background-color:#fff;border:1px solid #e0ebe8;color:#212f56}.mbf-card--light .mbf-card__title{color:#212f56}.mbf-card--light .mbf-card__body li,.mbf-card--light .mbf-card__body p{color:#444}.mbf-card--light .mbf-card__link{font-weight:700}.mbf-card--light .mbf-card__link:hover{color:#212f56;text-decoration:underline}.mbf-card__title{font-size:1.4em;font-weight:700;line-height:1.3;margin:0}.mbf-card__body{flex-grow:1}.mbf-card__body p{font-size:.95em;line-height:1.6;margin:0 0 10px}.mbf-card__body ul{list-style:none;margin:4px 0 0;padding-left:0}.mbf-card__body ul li{font-size:.93em;line-height:1.55;margin-bottom:7px;padding-left:24px;position:relative}.mbf-card--green .mbf-card__body ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' fill='none' viewBox='0 0 19 13'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='3.082' d='M2 7.385 4.444 9.83a3.08 3.08 0 0 0 4.36 0l7.837-7.838'/%3E%3C/svg%3E")}.mbf-card--green .mbf-card__body ul li:before,.mbf-card--light .mbf-card__body ul li:before{background-repeat:no-repeat;background-size:contain;content:"";height:10px;left:0;position:absolute;top:6px;width:14px}.mbf-card--light .mbf-card__body ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='13' fill='none' viewBox='0 0 19 13'%3E%3Cpath stroke='%232d8c73' stroke-linecap='round' stroke-width='3.082' d='M2 7.385 4.444 9.83a3.08 3.08 0 0 0 4.36 0l7.837-7.838'/%3E%3C/svg%3E")}.mbf-card__link{font-size:.92em;transition:color .2s ease}@media (min-width:1024px){.mbf-grid{align-items:flex-start;flex-direction:row}.mbf-column{width:calc(50% - 12px)}}@media (min-width:600px) and (max-width:1023px){.mbf-column{flex-direction:row;flex-wrap:wrap;gap:16px}.mbf-card{width:calc(50% - 8px)}}.mbf-card__link{align-self:flex-start;border-radius:50px;display:inline-block;font-size:.85rem;font-weight:700;margin-top:4px;padding:10px 20px;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.mbf-card--green .mbf-card__link{background:transparent;border:2px solid hsla(0,0%,100%,.7);color:#fff}.mbf-card--green .mbf-card__link:hover{background:hsla(0,0%,100%,.15);border-color:#fff}.mbf-card--light .mbf-card__link{background:transparent;border:2px solid #2d8c73;color:#2d8c73}.mbf-card--light .mbf-card__link:hover{background:#2d8c73;color:#fff}