.student-creator-card{isolation:isolate;border-radius:1.25rem;flex-direction:column;height:100%;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 .625rem 1.875rem #0000001a}.student-creator-card:hover{transform:translateY(-.3125rem)}.student-creator-card__image-wrapper{border-radius:inherit;flex:1;width:100%;display:block;position:relative;overflow:hidden}.student-creator-card .card-overlay{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit;overflow:hidden}.student-creator-card .card-overlay:before{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.student-creator-card__image-wrapper img{transition:transform .6s cubic-bezier(.25,1,.5,1)}.student-creator-card:hover .student-creator-card__image-wrapper img{transform:scale(1.05)}.student-creator-card__video-layer{z-index:2;opacity:0;pointer-events:none;transition:opacity .25s;position:absolute;inset:0}.student-creator-card__video-layer.is-active{opacity:1;pointer-events:auto}.student-creator-card__video,.student-creator-card__video>.web-player{height:100%}.student-creator-card__video .web-player{background:0 0}.student-creator-card__video .aspect-ratio-box__inner video{object-fit:cover}.student-creator-card__play-button{z-index:6;aspect-ratio:1;color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35 0%,#ff8c42 100%);border:none;border-radius:999px;justify-content:center;align-items:center;width:clamp(44px,18%,76px);transition:transform .25s,box-shadow .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #ff6b3566}.student-creator-card__play-button:hover{transform:translate(-50%,-50%)scale(1.08);box-shadow:0 6px 30px #ff6b3599}.student-creator-card__play-button svg{width:40%;height:40%;margin-left:5%}.student-creator-card__socials{align-items:center;gap:.625rem;margin-top:.5rem;display:flex}.student-creator-card__socials a{color:#fff;opacity:.9;justify-content:center;align-items:center;width:1rem;height:1rem;line-height:0;transition:opacity .2s,transform .2s;display:inline-flex}.student-creator-card__socials .web-image__wrapper,.student-creator-card__socials .web-image{width:1rem;height:1rem}.student-creator-card__socials a:hover{opacity:1;transform:translateY(-1px)}
