.loader-container{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#ffffff;z-index:9999;display:flex;justify-content:center;align-items:center}.loader{position:relative;animation:pulse 1s linear infinite}.loader,.loader:after{width:48px;height:48px;border:5px solid #f9d10d;border-radius:50%;display:inline-block;box-sizing:border-box}.loader:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);animation:scaleUp 1s linear infinite}@keyframes scaleUp{0%{transform:translate(-50%,-50%) scale(0)}60%,to{transform:translate(-50%,-50%) scale(1)}}@keyframes pulse{0%,60%,to{transform:scale(1)}80%{transform:scale(1.2)}}.white-logo{filter:brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(3792%) hue-rotate(211deg) brightness(113%) contrast(103%)}@keyframes rollInRight{0%{transform:translateX(100%) rotate(1turn);opacity:0}to{transform:translateX(0) rotate(0deg);opacity:1}}.roll-in-right{animation:rollInRight .6s ease-out;animation-fill-mode:forwards}