.Card{position:relative;max-width:480px;height:-moz-fit-content;height:fit-content;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.02)}.Card.theme-white{color:var(--color-space);background-color:#fff}.Card.theme-smoke{color:var(--color-space);background-color:var(--color-smoke)}.Card.theme-shadow{color:#fff;background-color:rgba(45,65,95,.5)}.Card .text{padding:1.5rem}.Card .text__quote{font-size:1.125rem;font-weight:500;line-height:1.25;margin-bottom:1rem}.Card .text__heading{font-size:1.25rem;font-weight:700;line-height:1.25}.Card .text__subheading{font-size:.875rem;font-weight:700;text-transform:uppercase;margin-top:.5rem;color:var(--color-stripe)}.Card .text__caption{font-size:1rem;font-weight:200;line-height:1.4;margin-top:.5rem;max-width:40ch;opacity:.8}.Card .text__link{font-weight:400;text-decoration:none;display:inline-block;margin-top:1rem;color:var(--color-primary)}.Card .text__link:hover{opacity:.8}.Card .image{border-radius:.5rem .5rem 0 0;background-color:rgba(180,190,205,.4)}.Card .icon-badge{position:absolute;display:flex;align-items:center;justify-content:center;left:-1.25rem;top:-1.25rem;width:3rem;height:3rem;border-radius:3rem;font-size:1.5rem;font-weight:800;color:#fff;background-color:var(--color-blue)}.Card .icon-social{font-size:1.25rem;margin-top:.25rem;opacity:.3}.Card .icon-social svg{display:block}