.el-lightbox:hover{cursor:pointer}.play-btn{display:flex;align-items:center;column-gap:15px}.play-btn .play-icon{width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;color:var(--softgen-primary-color,#4b83ff);-webkit-animation:play-btn-ripple 2s linear infinite;animation:play-btn-ripple 2s linear infinite;transition:all .4s ease-in-out}.play-btn .play-icon svg{width:12px}.play-btn:hover .play-icon{background-color:#fff;color:var(--softgen-primary-color,#4b83ff)}.play-btn small{font-size:13px;position:relative;color:var(--softgen-grey-color,#747475);font-family:"DM Sans",sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:0;transition:all .4s ease-in-out}.play-btn:hover small{color:var(--softgen-primary-color,#4b83ff)}@-webkit-keyframes play-btn-ripple{0%{-webkit-box-shadow:0 0 0 0 rgb(73 82 232 / .08),0 0 0 5px rgb(73 82 232 / .08),0 0 0 12px rgb(73 82 232 / .08);box-shadow:0 0 0 0 rgb(73 82 232 / .08),0 0 0 5px rgb(73 82 232 / .08),0 0 0 12px rgb(73 82 232 / .08)}100%{-webkit-box-shadow:0 0 0 5px rgb(73 82 232 / .08),0 0 0 12px rgb(73 82 232 / .08),0 0 0 18px #fff0;box-shadow:0 0 0 5px rgb(73 82 232 / .08),0 0 0 12px rgb(73 82 232 / .08),0 0 0 18px #fff0}}@keyframes play-btn-ripple{0%{-webkit-box-shadow:0 0 0 0 rgb(73 82 232 / .08),0 0 0 5px rgb(73 82 232 / .08),0 0 0 12px rgb(73 82 232 / .08);box-shadow:0 0 0 0 rgb(73 82 232 / .08),0 0 0 5px rgb(73 82 232 / .08),0 0 0 12px rgb(73 82 232 / .08)}100%{-webkit-box-shadow:0 0 0 5px rgb(73 82 232 / .08),0 0 0 12px rgb(73 82 232 / .08),0 0 0 18px #fff0;box-shadow:0 0 0 5px rgb(73 82 232 / .08),0 0 0 12px rgb(73 82 232 / .08),0 0 0 18px #fff0}}