.card{--backgrounnd-color:#fff;--border-radius:0px;--body-padding:28px;--shadow:0 0 0 0px #dedede,0 0 0 rgba(0,0,0,0);--shadow-hover:0 0 0 0 #dedede,0px 4px 20px rgba(0,0,0,.2);--image-background-color:rgba(0,0,0,.05);--image-height:56.25%;--image-background-url:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 170'%3E%3Cpath style='fill:%23fff;' d='M0 169.9V0h220v169.9L0 169.9zM16 154h188V16H16V154z'/%3E%3Cpolygon style='fill:%23fff;' points='190 93.9 140 46 80 104 61 86 30 120.2 30 140 190 140 '/%3E%3Ccircle style='fill:%23fff;' cx='50' cy='50' r='20'/%3E%3C/svg%3E")}@media(max-width:758px){.card{--body-padding:20px}}.card{width:100%}.card__wrapper{width:100%;height:100%;border-radius:var(--border-radius);background:var(--backgrounnd-color);border:0;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:stretch;transition:all 200ms ease-in-out}.card__wrapper--link{text-decoration:none;color:currentColor}.card__wrapper--link:hover{color:currentColor;box-shadow:var(--shadow-hover)}.card__header{width:100%}.card__image-wrapper{width:100%;aspect-ratio:16/9;background:var(--image-background-color) no-repeat center center var(--image-background-url);background-size:25%}.card__image{width:100%;aspect-ratio:16/9;object-fit:cover;background-color:#fff}.card__body{width:100%;padding:var(--body-padding)}.card__title{font-size:2rem;margin:0;overflow-wrap:break-word;word-wrap:auto;hyphens:auto}.card__footer{margin-top:auto;text-align:right;line-height:1;padding:0 15px 15px 15px}.card__footer-button{display:inline-block;font-weight:500}.card__footer-button:after{content:'';margin-top:-4px;margin-left:7px;width:18px;height:18px;display:inline-block;vertical-align:middle;background:var(--primary) 6px center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.322' height='8.68'%3E%3Cpath d='m0 0 6.322 4.34L0 8.68Z' fill='%23fff'/%3E%3C/svg%3E")}