.card{--backgrounnd-color:#fff;--border-radius:4px;--body-padding:clamp(20px,4vw,30px);--shadow:0 0 0 1px #dedede,0 0 0 transparent;--shadow-hover:0 0 0 1px #dedede,0px 4px 20px rgba(0,0,0,.2);--image-background-color:rgba(0,0,0,.05);--image-height:56.25%;--image-aspect:16/9;--image-background-url:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 170'%3E%3Cpath d='M0 169.9V0h220v169.9zM16 154h188V16H16z' style='fill:%23fff'/%3E%3Cpath d='M190 93.9 140 46l-60 58-19-18-31 34.2V140h160z' style='fill:%23fff'/%3E%3Ccircle cx='50' cy='50' r='20' style='fill:%23fff'/%3E%3C/svg%3E");--topic-color:rgba(0,0,0,.6);--topic-border-color:var(--topic-color);width:100%}.card__wrapper{background:var(--backgrounnd-color);border:0;border-radius:var(--border-radius);box-shadow:var(--shadow);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;overflow:hidden;width:100%;-webkit-box-direction:normal;-moz-box-direction:normal;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-moz-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;-webkit-align-content:stretch;justify-content:flex-start;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:stretch;-moz-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.card__wrapper--link{color:currentColor;text-decoration:none}.card__wrapper--link:hover{box-shadow:var(--shadow-hover)}.card__header{width:100%}.card__image-wrapper{aspect-ratio:var(--image-aspect);background:var(--image-background-color) no-repeat center center var(--image-background-url);background-size:25%;position:relative;width:100%}.card__image{background-color:#fff;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.card__image--contain{object-fit:contain}.card__body{padding:var(--body-padding);width:100%}.card__title{font-size:2.2rem;line-height:1.35;margin-block-end:0;overflow-wrap:break-word;word-wrap:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.card__title+*{margin-block-start:1rem}.card__title-link{text-decoration:none}.card__title-link:hover{text-decoration:underline}.card__topics{font-size:1.3rem;line-height:1;margin-bottom:6px}.card__topic{border:1px solid var(--topic-border-color);border-radius:3px;color:var(--topic-color);display:inline-block;margin:0 .4rem .4rem 0;padding:.4rem .5rem;white-space:nowrap}.card__functions{font-weight:700}.card__function+:before{content:", "}.card__email-link{text-decoration:none}.card__email-link:hover{text-decoration:underline}.card__email-icon{height:11.71px;margin-right:15.25px;width:auto}.card__phone--link{text-decoration:none}.card__phone--link:hover{text-decoration:underline}.card__phone-icon{height:15.93px;margin-right:14.07px;width:auto}.card__footer{line-height:0;margin-top:auto;padding:0 var(--body-padding) var(--body-padding) var(--body-padding);text-align:right;width:100%}.card__footer-icon{color:var(--primary-1);display:inline-block;height:16.5px;vertical-align:top}.card__footer-button{font-weight:700;text-decoration:none}a.card__footer-button:hover{text-decoration:underline}