@charset "UTF-8";.products-term-tile{background:#f9f9f9;padding:20rem;height:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out;}.products-term-tile:hover{box-shadow:0px 6px 12px rgba(0,0,0,.16);}.products-term-tile a{-webkit-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out;}.products-term-tile .image{height:70px;margin:0 0 calc(20rem / 2);}.products-term-tile .image svg,.products-term-tile .image img{max-height:100%;}.products-term-tile .name{margin:0 0 calc(20rem / 2);font-weight:normal;}.products-term-tile .description p{margin:0 0 20rem;}.products-term-tile .footer{margin-bottom:0;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:end;align-items:flex-end;margin-top:auto;}.products-term-tile .footer .ui-button{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;margin-bottom:0;}.products-term-tile .footer .icons{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;gap:1em;}.products-term-tile .footer .icons img{width:36rem;height:36rem;aspect-ratio:1;object-fit:contain;}@media (max-width: 599px){.products-term-tile .footer .icons img{width:24rem;height:24rem;}}.products-term-tile.is-style-simple{background:none;padding:0;box-shadow:none;}.products-term-tile.is-style-simple .image{text-align:center;background:#fcfcfc;height:auto;border-radius:100%;}.products-term-tile.is-style-simple .image a{display:block;width:100%;}.products-term-tile.is-style-simple .image img{aspect-ratio:1 !important;width:100%;display:block;object-fit:contain;padding:20%;}.products-term-tile.is-style-simple .name a{display:block;text-align:center;font-weight:bold;text-transform:uppercase;padding:10rem 20rem;}