@keyframes backdropIn{0%{opacity:0}to{opacity:1}}@keyframes backdropOut{0%{opacity:1}to{opacity:0}}@keyframes modalInDesktop{0%{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes modalOutDesktop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20%)}}@keyframes genericUpIn{0%{opacity:0;transform:translateY(50%)}to{opacity:1;transform:translateY(0)}}@keyframes genericDownOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50%)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.award-card{align-items:center;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background:hsla(0,0%,100%,.9);border-radius:2.8rem;box-shadow:0 .4rem 1.6rem #0000001a;color:var(--color-grey-thunder);display:flex;justify-content:space-between;padding:1rem 2rem 1rem 3rem;position:relative}.award-card .badge{flex-shrink:0;height:18rem;width:18rem}.award-card.--size-compact{display:block;min-height:27rem;padding:8rem 2rem 4.2rem}.award-card.--size-compact .badge{height:12rem;position:absolute;right:2rem;top:-6rem;width:12rem}.award-card.--size-compact dl{max-width:34rem}.award-card dl{display:flex;flex-direction:column;height:100%;justify-content:space-between;max-width:29rem}.award-card dt{font-size:3rem;font-weight:var(--font-weight-black);line-height:3.6rem}.award-card dd{font-size:1.6rem;font-weight:var(--font-weight-medium);line-height:1.8rem;margin-top:2rem}.award-card dd+dd{font-size:1.2rem;font-weight:var(--font-weight-book);line-height:1.8rem;margin-top:0}
