:root{font-family:Poppins,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}.one{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:0s;animation:dot 1.3s infinite;animation-delay:0s}.two{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:.2s;animation:dot 1.3s infinite;animation-delay:.2s}.three{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:.3s;animation:dot 1.3s infinite;animation-delay:.3s}@keyframes dot{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}body{background-color:#f2f2f2;display:flex;justify-content:center;align-items:center;height:100vh;margin:0}#store-container-wrapper{text-align:center}#store-container-wrapper .message{font-family:Roboto,sans-serif;font-size:24px;margin-top:35px;font-weight:700;padding:0 15px}#store-container-wrapper .message #redirection-label{margin-bottom:0}#store-container-wrapper .message #redirection-not-working-label{display:block;font-size:.9rem;font-weight:400;margin-top:15px;line-height:1.4rem}#store-container-wrapper .message #redirection-not-working-label a{font-weight:700}#store-container-wrapper .logo{width:200px;height:200px;border-radius:50%;background-color:#fff;display:inline-flex;justify-content:center;align-items:center;transform:scale(1);animation:pulse 2s infinite}#store-container-wrapper .logo img{max-width:60%;max-height:60%}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #0000}50%{transform:scale(1);box-shadow:0 0 0 20px #b8b8b81d}to{transform:scale(.95);box-shadow:0 0 #0000}}
