.loader{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;margin:auto;position:absolute;right:0;top:0;width:100%;z-index:100}.loader--fixed{position:fixed}.loader--overlay{background-color:rgba(255,255,255,0.9)}.loader__svg path{-webkit-animation-duration:1.6s;animation-duration:1.6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:opacity;animation-name:opacity}.loader__svg path:nth-child(1n+0){-webkit-animation-delay:0s;animation-delay:0s}.loader__svg path:nth-child(1n+1){-webkit-animation-delay:0.2s;animation-delay:0.2s}.loader__svg path:nth-child(1n+2){-webkit-animation-delay:0.4s;animation-delay:0.4s}.loader__svg path:nth-child(1n+3){-webkit-animation-delay:0.6s;animation-delay:0.6s}.loader__svg path:nth-child(1n+4){-webkit-animation-delay:0.8s;animation-delay:0.8s}.loader__svg path:nth-child(1n+5){-webkit-animation-delay:1s;animation-delay:1s}.loader__svg path:nth-child(1n+6){-webkit-animation-delay:1.2s;animation-delay:1.2s}.loader__svg path:nth-child(1n+7){-webkit-animation-delay:1.4s;animation-delay:1.4s}.loader__svg path:nth-child(1n+8){-webkit-animation-delay:1.6s;animation-delay:1.6s}.spinner{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:20px}.spinner__container{-webkit-animation:Rotate 2s both infinite;animation:Rotate 2s both infinite;width:5px}.spinner__circle{background:#ff6900;border-radius:50%;height:5px;width:5px}.spinner__circle:last-child{margin-top:4px}@-webkit-keyframes opacity{12.5%{fill-opacity:.875}25%{fill-opacity:.75}37.5%{fill-opacity:.625}50%{fill-opacity:.5}62.5%{fill-opacity:.375}75%{fill-opacity:.25}87.5%{fill-opacity:.125}100%{fill-opacity:0}}@keyframes opacity{12.5%{fill-opacity:.875}25%{fill-opacity:.75}37.5%{fill-opacity:.625}50%{fill-opacity:.5}62.5%{fill-opacity:.375}75%{fill-opacity:.25}87.5%{fill-opacity:.125}100%{fill-opacity:0}}@-webkit-keyframes Rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes Rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

