<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icon-cards__wrapper{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.icon-card{align-items:flex-start;background:linear-gradient(180deg,#015d69,#024952);border:1px solid #3a6469;box-shadow:0 0 12px 0 rgba(0,0,0,.17);box-sizing:border-box;color:#fff;display:flex;flex-direction:column;gap:20px 0;justify-content:space-between;padding:2.5rem}.icon-card:nth-child(2){background:linear-gradient(180deg,#44858f,#37727b);border-color:transparent}.icon-card:nth-child(3){background:linear-gradient(0deg,#d8e6e8,#c9dcde);border-color:transparent;color:#1a171b}.icon-card__top img{margin-bottom:15px;max-height:70px;object-fit:contain;object-position:left}.icon-card__top h3{color:#ffed00;font-size:clamp(20px,3vw,28px)!important}.icon-card:nth-child(3) .icon-card__top h3{color:#005d69}.icon-cards{margin:3rem auto 0;max-width:100%}.body-wrapper .icon-card .button{align-items:center!important;cursor:pointer!important;display:inline-flex!important;font-size:18px!important;gap:0 20px!important;padding:12px 20px!important}@media only screen and (max-width:992px){.icon-cards__wrapper{grid-template-columns:repeat(1,1fr)}}</pre></body></html>