.fl{--fl-bg:#141519;position:relative;display:block;perspective:700px;border-radius:12px}.fl__face{display:block;background:var(--fl-bg);border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.07),inset 0 1px 0 rgba(255,255,255,.08)}.fl>span[aria-hidden]>.fl__face{position:absolute;inset:0}.fl__old-bottom{-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0)}.fl__leaf-top{-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0);animation:fl-top .22s cubic-bezier(.55,0,1,.45) both;background-image:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.35))!important}.fl__leaf-bottom,.fl__leaf-top{transform-origin:50% 50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fl__leaf-bottom{-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0);animation:fl-bottom .26s cubic-bezier(.32,.72,0,1) .2s both}@keyframes fl-top{0%{transform:rotateX(0deg)}to{transform:rotateX(-90deg)}}@keyframes fl-bottom{0%{transform:rotateX(90deg);filter:brightness(.6)}to{transform:rotateX(0deg);filter:none}}.fl__seam{position:absolute;left:0;right:0;top:50%;height:1px;margin-top:-.5px;z-index:2;pointer-events:none;background:rgba(0,0,0,.75);box-shadow:0 1px 0 rgba(255,255,255,.05)}@media (prefers-reduced-motion:reduce){.fl__leaf-bottom,.fl__leaf-top,.fl__old-bottom{animation-duration:1ms;animation-delay:0s}}