div.main-preloader-holder {position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: #fff;z-index: 999999;}div.main-preloader-holder div.main-preloader{width: 100%;height: 100%;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-direction: row;-moz-flex-direction: row;-ms-flex-direction: row;-o-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;align-items: center;justify-content: center;}div.main-preloader-holder div.main-preloader div.loading{flex-basis: auto;text-align: center;}div.main-preloader-holder div.main-preloader .lds-ellipsis {display: inline-block;position: relative;line-height: 14px;width: 62px;height: 14px;}div.main-preloader-holder div.main-preloader .lds-ellipsis div {position: absolute;top: calc(50% - 6px);width: 12px;height: 12px;border-radius: 50%;background: #1ca1f3;animation-timing-function: cubic-bezier(0, 1, 1, 0);}div.main-preloader-holder div.main-preloader .lds-ellipsis div:nth-child(1) {left: 6px;animation: lds-ellipsis1 0.6s infinite;}div.main-preloader-holder div.main-preloader .lds-ellipsis div:nth-child(2) {left: 6px;animation: lds-ellipsis2 0.6s infinite;}div.main-preloader-holder div.main-preloader .lds-ellipsis div:nth-child(3) {left: 26px;animation: lds-ellipsis2 0.6s infinite;}div.main-preloader-holder div.main-preloader .lds-ellipsis div:nth-child(4) {left: 45px;animation: lds-ellipsis3 0.6s infinite;}@keyframes lds-ellipsis1 {0% {transform: scale(0);}100% {transform: scale(1);}}@keyframes lds-ellipsis3 {0% {transform: scale(1);}100% {transform: scale(0);}}@keyframes lds-ellipsis2 {0% {transform: translate(0, 0);}100% {transform: translate(19px, 0);}}