<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--microillustrationcard-text-emphasize-color:#121212;--microillustrationcard-text-color:#626262}
.dark-theme{--microillustrationcard-text-emphasize-color:#fff;--microillustrationcard-text-color:#e6eaeb}
.microillustrationcard{position:relative;zoom:1;width:100%;display:block}
.microillustrationcard::before,.microillustrationcard::after{content:' ';display:block;height:0;width:0;overflow:hidden}
.microillustrationcard::after{clear:both}
.microillustrationcard__base{margin-bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.remove--bottom-padding .microillustrationcard__base{margin-bottom:0;padding-bottom:32px}
@media(min-width:992px){.microillustrationcard__base{margin-bottom:0}
}
.microillustrationcard__image{width:112px;height:112px}
@media(min-width:992px){.microillustrationcard__image{height:144px;width:144px}
}
.microillustrationcard__title{font-family:"BentonSansBBVA-Book",Helvetica,Arial,sans-serif;font-size:18px;line-height:24px;text-align:center}
@media(min-width:992px){.microillustrationcard__title{font-size:20px}
}
.microillustrationcard__text{color:var(--microillustrationcard-text-color,#626262);text-align:center;margin:16px 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}
.microillustrationcard__text b{color:var(--microillustrationcard-text-emphasize-color,#121212)}
.microillustrationcard__text.rte p{margin:0}
.microillustrationcard__title,.microillustrationcard__text{width:100%;margin-top:8px}
.microillustrationcard__link--no-text{margin-top:16px}</pre></body></html>