@-webkit-keyframes flash{0%{opacity:0}20%{opacity:.92}60%,100%{opacity:0}}@keyframes flash{0%{opacity:0}20%{opacity:.92}60%,100%{opacity:0}}.l-loading{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:2000;pointer-events:none}body.view-IE .l-loading,body.view-Edge .l-loading{background-color:#00c4cc;opacity:0;transition:.3s}body.is-opening.view-IE .l-loading,body.is-opening.view-Edge .l-loading{transition:0s;opacity:1}body.is-opening .l-loading{pointer-events:auto}.l-loading__front{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;opacity:0;transition:opacity .5s}body.is-opening .l-loading__front{opacity:1}.l-loading__front__logo{width:180px;height:32px;margin-right:16px}.l-loading__front__logo svg{width:100%;height:32px}.l-loading__front__progress{width:40px;height:40px}.l-loading__front__progress div{display:flex}.l-loading__front__progress span{display:block;width:8px;height:8px;background:#fff;opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-animation-name:flash;animation-name:flash;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:paused;animation-play-state:paused}body.is-loading .l-loading__front__progress span{-webkit-animation-play-state:running;animation-play-state:running}.l-loading__front__progress div:nth-child(1) span:nth-child(1){-webkit-animation-delay:.14s;animation-delay:.14s}.l-loading__front__progress div:nth-child(1) span:nth-child(2){-webkit-animation-delay:.21s;animation-delay:.21s}.l-loading__front__progress div:nth-child(1) span:nth-child(3){-webkit-animation-delay:.28s;animation-delay:.28s}.l-loading__front__progress div:nth-child(1) span:nth-child(4){-webkit-animation-delay:.35s;animation-delay:.35s}.l-loading__front__progress div:nth-child(1) span:nth-child(5){-webkit-animation-delay:.42s;animation-delay:.42s}.l-loading__front__progress div:nth-child(2) span:nth-child(1){-webkit-animation-delay:.21s;animation-delay:.21s}.l-loading__front__progress div:nth-child(2) span:nth-child(2){-webkit-animation-delay:.28s;animation-delay:.28s}.l-loading__front__progress div:nth-child(2) span:nth-child(3){-webkit-animation-delay:.35s;animation-delay:.35s}.l-loading__front__progress div:nth-child(2) span:nth-child(4){-webkit-animation-delay:.42s;animation-delay:.42s}.l-loading__front__progress div:nth-child(2) span:nth-child(5){-webkit-animation-delay:.49s;animation-delay:.49s}.l-loading__front__progress div:nth-child(3) span:nth-child(1){-webkit-animation-delay:.28s;animation-delay:.28s}.l-loading__front__progress div:nth-child(3) span:nth-child(2){-webkit-animation-delay:.35s;animation-delay:.35s}.l-loading__front__progress div:nth-child(3) span:nth-child(3){-webkit-animation-delay:.42s;animation-delay:.42s}.l-loading__front__progress div:nth-child(3) span:nth-child(4){-webkit-animation-delay:.49s;animation-delay:.49s}.l-loading__front__progress div:nth-child(3) span:nth-child(5){-webkit-animation-delay:.56s;animation-delay:.56s}.l-loading__front__progress div:nth-child(4) span:nth-child(1){-webkit-animation-delay:.35s;animation-delay:.35s}.l-loading__front__progress div:nth-child(4) span:nth-child(2){-webkit-animation-delay:.42s;animation-delay:.42s}.l-loading__front__progress div:nth-child(4) span:nth-child(3){-webkit-animation-delay:.49s;animation-delay:.49s}.l-loading__front__progress div:nth-child(4) span:nth-child(4){-webkit-animation-delay:.56s;animation-delay:.56s}.l-loading__front__progress div:nth-child(4) span:nth-child(5){-webkit-animation-delay:.63s;animation-delay:.63s}.l-loading__front__progress div:nth-child(5) span:nth-child(1){-webkit-animation-delay:.42s;animation-delay:.42s}.l-loading__front__progress div:nth-child(5) span:nth-child(2){-webkit-animation-delay:.49s;animation-delay:.49s}.l-loading__front__progress div:nth-child(5) span:nth-child(3){-webkit-animation-delay:.56s;animation-delay:.56s}.l-loading__front__progress div:nth-child(5) span:nth-child(4){-webkit-animation-delay:.63s;animation-delay:.63s}.l-loading__front__progress div:nth-child(5) span:nth-child(5){-webkit-animation-delay:.7s;animation-delay:.7s}.l-loading__inner{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.l-loading__col{position:relative;height:5vw;min-height:5vh;display:flex}body.view-IE .l-loading__col,body.view-Edge .l-loading__col{display:none}.l-loading__col__box{width:5vw;height:5vw;min-height:5vh;min-width:5vh;background:#00c4cc;-webkit-transform:translate3d(0,0,0) scale(1.1);transform:translate3d(0,0,0) scale(1.1);opacity:1}@media(prefers-reduced-motion){.l-loading__col__box{-webkit-transform:translate3d(0,0,0) scale(1)!important;transform:translate3d(0,0,0) scale(1)!important;opacity:1!important}}@media(prefers-reduced-motion){.l-loading.is-hide{opacity:0;transition:.3s}}