.ModalsWrapper__overlay[data-entering]{animation:.2s blur}.ModalsWrapper__overlay[data-exiting]{animation:.2s ease-in reverse blur}.ModalsWrapper__content-toTop[data-entering]{animation:.2s toTop}.ModalsWrapper__content-toTop[data-exiting]{animation:.2s ease-in reverse toTop}.ModalsWrapper__content-toLeft[data-entering]{animation:1.5s linear toLeft}.ModalsWrapper__content-fade[data-entering]{animation:.2s blur}.ModalsWrapper__content-fade[data-exiting]{animation:.2s ease-in reverse blur}.ModalsWrapper__content-toBottom[data-entering]{animation:.2s slideBottom}.ModalsWrapper__content-toBottom[data-exiting]{animation:.2s ease-in reverse slideBottom}@keyframes blur{0%{opacity:0}to{opacity:1}}@keyframes toTop{0%{transform:translateY(-100%);z-index:0!important}to{transform:translateY(0)}}@keyframes slideBottom{0%{transform:translateY(0);z-index:0!important}to{transform:translateY(-100%)}}@keyframes toLeft{0%{transform:translate(100%)}to{transform:translate(0)}}
