.tl-contact-cards{min-height:100px}.tl-contact-cards__container{box-sizing:border-box;margin:0 auto;max-width:var(--max-width);width:100%}.tl-contact-cards__list{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:stretch;row-gap:1.5rem}.tl-contact-cards__list-item{align-items:center;background:#fff;border:1px solid var(--grey-2);color:inherit;display:flex;flex-basis:100%;flex-direction:column;justify-content:center;row-gap:1.5rem}.tl-contact-cards__list-item-icon{align-items:center;background:var(--thermo-blue);border-radius:50vw;color:#fff;display:flex;flex-shrink:0;font-size:18px;height:75px;justify-content:center;margin:1.5rem 1.5rem 0;transition:background-color .3s;width:75px}.tl-contact-cards__list-item-icon span,.tl-contact-cards__list-item-icon svg{fill:#fff;height:40px;width:40px}.tl-contact-cards__list-item-title{color:var(--thermo-blue);display:block;font-size:20px;font-weight:800;padding:0 1.5rem;text-align:center;transition:color .3s}.tl-contact-cards__list-item-description{flex-basis:100%;padding:0 1.5rem;text-align:center}.tl-contact-cards__list-item-link{align-items:center;border-top:1px solid var(--grey-2);display:flex;justify-content:space-between;padding:1em 1.5rem;transition:color .3s;width:100%}.tl-contact-cards__list-item-link .fas{font-size:.875rem}.tl-contact-cards__list-item:hover .tl-contact-cards__list-item-icon{background:var(--thermo-red)}.tl-contact-cards__list-item:hover .tl-contact-cards__list-item-link,.tl-contact-cards__list-item:hover .tl-contact-cards__list-item-title{color:var(--thermo-red)}@media (min-width:500px){.tl-contact-cards__list-item{flex-basis:50%}.tl-contact-cards__list-item:nth-child(2n){border-left:none}}@media (min-width:875px){.tl-contact-cards__list-item{border:1px solid var(--grey-2);border-left:none;flex-basis:25%}.tl-contact-cards__list-item:first-child{border-left:1px solid var(--grey-2)}}