.resourceDownloadCard{display:flex;flex-direction:column;width:100%;height:100%}.resourceDownloadCard .resourceDownloadCardBody{display:flex;flex-direction:column;align-items:center;gap:clamp(10px,1.2vw,14px);flex:1;padding:clamp(10px,1.1vw,14px);border-radius:20px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.resourceDownloadCard .resourceDownloadCardLabel{width:fit-content;align-self:center;margin-bottom:clamp(6px,.8vw,10px);font-family:Inter;font-size:clamp(10px,.8vw,12px);font-style:normal;font-weight:500;line-height:normal;letter-spacing:.8px;text-transform:uppercase;text-align:center}.resourceDownloadCard .resourceDownloadCardImage{width:100%;aspect-ratio:3/4;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:12px;background:#fff}.resourceDownloadCard .resourceDownloadCardImage img{width:100%;height:100%;object-fit:contain}.resourceDownloadCard .resourceDownloadCardCta{margin-top:auto;width:100%;max-width:260px;font-weight:600!important}.resourceDownloadCard:hover .resourceDownloadCardBody{transform:translateY(-4px)}.resourceDownloadCard.resourceDownloadCard--light .resourceDownloadCardBody{border:1px solid #e8e8e8;background:#fff;box-shadow:0 4px 20px rgba(0,0,0,.06)}.resourceDownloadCard.resourceDownloadCard--light .resourceDownloadCardLabel{color:#5d5d5d}.resourceDownloadCard.resourceDownloadCard--light:hover .resourceDownloadCardBody{box-shadow:0 12px 32px rgba(0,0,0,.12)}.resourceDownloadCard.resourceDownloadCard--glass .resourceDownloadCardBody{border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.15);backdrop-filter:blur(12px)}.resourceDownloadCard.resourceDownloadCard--glass .resourceDownloadCardLabel{color:hsla(0,0%,100%,.82)}.resourceDownloadCard.resourceDownloadCard--glass .resourceDownloadCardImage{border:5px solid hsla(0,0%,100%,.2);border-radius:17px;background-clip:padding-box}.resourceDownloadCard.resourceDownloadCard--glass:hover .resourceDownloadCardBody{box-shadow:0 12px 32px rgba(0,0,0,.25)}@media only screen and (prefers-reduced-motion:reduce){.resourceDownloadCard .resourceDownloadCardBody{transition:none}.resourceDownloadCard:hover .resourceDownloadCardBody{transform:none}}