.custom-card{border-radius:30px;display:flex;flex-direction:column;justify-content:space-between;min-height:720px;overflow:hidden;padding:max(2vw,30px);transition:transform .4s cubic-bezier(.45,.25,.6,.95)}.custom-card:hover{transform:scale(.97);z-index:10}.custom-card:hover .custom-card__content,.custom-card:hover .custom-card__top{transform:scale(.93)}.custom-card.imageBg{background-position:50%;background-size:cover;position:relative}.custom-card.imageBg:before{background:linear-gradient(180deg,rgba(8,12,10,.05),rgba(8,12,10,.5));content:"";inset:0;position:absolute}.custom-card__top{align-items:center;display:flex;gap:30px;justify-content:space-between;transform-origin:top;transition:transform .4s cubic-bezier(.45,.25,.6,.95);z-index:1}.custom-card__tag{align-items:center;background:#080c0a;border-radius:999px;display:inline-flex;font-size:16px;gap:12px;line-height:1;padding:14px 24px}.custom-card__tag-dot{background:currentColor;border-radius:50%;flex:0 0 auto;height:10px;width:10px}.custom-card__langs{align-items:center;border-radius:8px;display:inline-flex;font-size:16px;gap:12px;line-height:1;padding:10px 14px;text-transform:uppercase}.custom-card__content{transform-origin:bottom;transition:transform .4s cubic-bezier(.45,.25,.6,.95);z-index:1}.custom-card h3{margin:0}.custom-card__desc{margin-top:20px;text-wrap:balance}@media (max-width:767px){.custom-card{min-height:560px}.custom-card__tag{padding:12px 18px}.custom-card__content{gap:24px;grid-template-columns:1fr}}