/*! React Bits Pro Parallax Cards. Official licensed source: https://pro.reactbits.dev/docs/components/parallax-cards. */
.parallax-cards-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.parallax-cards-items{transform-style:preserve-3d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.parallax-card{cursor:pointer;user-select:none;transform-style:preserve-3d;will-change:transform;background-position:50%;background-size:cover;border-radius:.5rem;transition:opacity .3s;position:absolute;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.parallax-card-focused{box-shadow:0 0 0 4px #ffffff80}@media (width<=768px){.parallax-card{border-radius:.375rem}}
