.wpreloader_wraper,
.wpreloader_holder > div,
.wpreloader_holder {
    cursor: wait;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.ie .wpreloader_wraper,
.ie .wpreloader_holder > div,
.ie .wpreloader_holder {
    cursor: wait;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wpreloader_removing.fade_preloader .wpreloader_wraper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s ease, opacity .3s ease;
    transition: visibility .3s ease, opacity .3s ease;
}
.wpreloader_holder {
    max-width: 68%;
}
.wpreloader_wraper {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.65);
    display: none;
}
.wpreloader_show {
    position: relative;
}
.wpreloader_show .wpreloader_wraper {
    display: block;
		z-index: 99999;
}
.wpreloader_block .wpreloader_wraper {
    background: none;
    position: fixed;
    z-index: 1050;
}
.wpreloader_block .wpreloader_wraper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background-color: #000;
}

/* wpreloader_logo */
.wpreloader_logo {
    position: relative;
    width: 210px;
    height: 75px;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.wpreloader_logo > ul,
.wpreloader_logo > ul > li {
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}
.wpreloader_logo > ul {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 36% !important;
    background-size: 100%;
}
.wpreloader_logo > ul > li,
.wpreloader_logo > ul > li > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpreloader_logo > ul > li {
    width: 57%;
}
.wpreloader_logo > ul > li + li {
    left: 43%;
}
.wpreloader_logo > ul > li > span:first-child:before,
.wpreloader_logo > ul > li > span + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 77%;
    height: 36%;
    background-color: #ff1800;
    border-radius: 1000px;
}
.wpreloader_logo > ul > li + li span:first-child:before {
    width: 75%;
}
.wpreloader_logo > ul > li span:first-child:before {
    /* width: 78%; */
    -webkit-animation: wlogo_before ease-in-out infinite;
    -moz-animation: wlogo_before ease-in-out infinite;
    -ms-animation: wlogo_before ease-in-out infinite;
    animation: wlogo_before ease-in-out infinite;
}
.wpreloader_logo > ul > li span + span:after {
    width: 76%;
    -webkit-animation: wlogo_after ease-in-out infinite;
    -moz-animation: wlogo_after ease-in-out infinite;
    -ms-animation: wlogo_after ease-in-out infinite;
    animation: wlogo_after ease-in-out infinite;
}
.wpreloader_logo > ul > li:first-child span:first-child {
    -webkit-animation: wlogo_span_a ease-in-out infinite;
    -moz-animation: wlogo_span_a ease-in-out infinite;
    -ms-animation: wlogo_span_a ease-in-out infinite;
    animation: wlogo_span_a ease-in-out infinite;
}
.wpreloader_logo > ul > li:first-child span + span {
    -webkit-animation: wlogo_span_b ease-in-out infinite;
    -moz-animation: wlogo_span_b ease-in-out infinite;
    -ms-animation: wlogo_span_b ease-in-out infinite;
    animation: wlogo_span_b ease-in-out infinite;
}
.wpreloader_logo > ul > li + li span:first-child {
    -webkit-animation: wlogo_span_c ease-in-out infinite;
    -moz-animation: wlogo_span_c ease-in-out infinite;
    -ms-animation: wlogo_span_c ease-in-out infinite;
    animation: wlogo_span_c ease-in-out infinite;
}
.wpreloader_logo > ul > li + li span + span {
    -webkit-animation: wlogo_span_d ease-in-out infinite;
    -moz-animation: wlogo_span_d ease-in-out infinite;
    -ms-animation: wlogo_span_d ease-in-out infinite;
    animation: wlogo_span_d ease-in-out infinite;
}
.wpreloader_logo > ul > li span:first-child:before,
.wpreloader_logo > ul > li span + span:after,
.wpreloader_logo > ul > li:first-child span:first-child,
.wpreloader_logo > ul > li:first-child span + span,
.wpreloader_logo > ul > li + li span:first-child,
.wpreloader_logo > ul > li + li span + span {
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -ms-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    animation-direction: alternate;
}
/* wlogo_before */
@-webkit-keyframes wlogo_before {
    0%, 30% {-webkit-transform: rotate(45.5deg) translate(11%,88%);}
    100% {-webkit-transform: rotate(-45.5deg) translate(-26%,37%);}
}
@-moz-keyframes wlogo_before {
    0%, 30% {-moz-transform: rotate(45.5deg) translate(11%,88%);}
    100% {-moz-transform: rotate(-45.5deg) translate(-26%,37%);}
}
@-ms-keyframes wlogo_before {
    0%, 30% {-ms-transform: rotate(45.5deg) translate(11%,88%);}
    100% {-ms-transform: rotate(-45.5deg) translate(-26%,37%);}
}
@keyframes wlogo_before {
    0%, 30% {transform: rotate(45.5deg) translate(11%,88%);}
    100% {transform: rotate(-45.5deg) translate(-26%,37%);}
}
/* wlogo_after */
@-webkit-keyframes wlogo_after {
    0%, 30% {-webkit-transform: rotate(-46deg) translate(8%,156%);}
    100% {-webkit-transform: rotate(46deg) translate(46%,-36%);}
}
@-moz-keyframes wlogo_after {
    0%, 30% {-moz-transform: rotate(-46deg) translate(8%,156%);}
    100% {-moz-transform: rotate(46deg) translate(46%,-36%);}
}
@-ms-keyframes wlogo_after {
    0%, 30% {-ms-transform: rotate(-46deg) translate(8%,156%);}
    100% {-ms-transform: rotate(46deg) translate(46%,-36%);}
}
@keyframes wlogo_after {
    0%, 30% {transform: rotate(-46deg) translate(8%,156%);}
    100% {transform: rotate(46deg) translate(46%,-36%);}
}
/* wlogo_span_a */
@-webkit-keyframes wlogo_span_a {
    0%, 30%, 100% {-webkit-transform: translateX(0%);}
    60% {-webkit-transform: translateX(-35%);}
}
@-moz-keyframes wlogo_span_a {
    0%, 30%, 100% {-moz-transform: translateX(0%);}
    60% {-moz-transform: translateX(-35%);}
}
@-ms-keyframes wlogo_span_a {
    0%, 30%, 100% {-ms-transform: translateX(0%);}
    60% {-ms-transform: translateX(-35%);}
}
@keyframes wlogo_span_a {
    0%, 30%, 100% {transform: translateX(0%);}
    60% {transform: translateX(-35%);}
}
/* wlogo_span_d */
@-webkit-keyframes wlogo_span_d {
    0%, 30%, 100% {-webkit-transform: translateX(0%);}
    60% {-webkit-transform: translateX(35%);}
}
@-moz-keyframes wlogo_span_d {
    0%, 30%, 100% {-moz-transform: translateX(0%);}
    60% {-moz-transform: translateX(35%);}
}
@-ms-keyframes wlogo_span_d {
    0%, 30%, 100% {-ms-transform: translateX(0%);}
    60% {-ms-transform: translateX(35%);}
}
@keyframes wlogo_span_d {
    0%, 30%, 100% {transform: translateX(0%);}
    60% {transform: translateX(35%);}
}
/* wlogo_span_b */
@-webkit-keyframes wlogo_span_b {
    0%, 30%, 100% {-webkit-transform: translateX(0%);}
    65% {-webkit-transform: translateX(-5.5%);}
}
@-moz-keyframes wlogo_span_b {
    0%, 30%, 100% {-moz-transform: translateX(0%);}
    65% {-moz-transform: translateX(-5.5%);}
}
@-ms-keyframes wlogo_span_b {
    0%, 30%, 100% {-ms-transform: translateX(0%);}
    65% {-ms-transform: translateX(-5.5%);}
}
@keyframes wlogo_span_b {
    0%, 30%, 100% {transform: translateX(0%);}
    65% {transform: translateX(-5.5%);}
}
/* wlogo_span_c */
@-webkit-keyframes wlogo_span_c {
    0%, 30%, 100% {-webkit-transform: translateX(0%);}
    65% {-webkit-transform: translateX(5.5%);}
}
@-moz-keyframes wlogo_span_c {
    0%, 30%, 100% {-moz-transform: translateX(0%);}
    65% {-moz-transform: translateX(5.5%);}
}
@-ms-keyframes wlogo_span_c {
    0%, 30%, 100% {-ms-transform: translateX(0%);}
    65% {-ms-transform: translateX(5.5%);}
}
@keyframes wlogo_span_c {
    0%, 30%, 100% {transform: translateX(0%);}
    65% {transform: translateX(5.5%);}
}

/****************************************************************************************************************/


.cssload-wrap {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    box-pack: center;
    -o-box-pack: center;
    -ms-box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    box-align: center;
    -o-box-align: center;
    -ms-box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    perspective: 390px;
    -o-perspective: 390px;
    -ms-perspective: 390px;
    -webkit-perspective: 390px;
    -moz-perspective: 390px;
    height: 100%;
    overflow: hidden;
}

.cssload-cssload-spinner {
    position: relative;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    animation: cssload-wobble 4.59s ease-in-out infinite;
    -o-animation: cssload-wobble 4.59s ease-in-out infinite;
    -ms-animation: cssload-wobble 4.59s ease-in-out infinite;
    -webkit-animation: cssload-wobble 4.59s ease-in-out infinite;
    -moz-animation: cssload-wobble 4.59s ease-in-out infinite;
}
.cssload-cssload-spinner:before, .cssload-cssload-spinner:after {
    display: block;
    content: "";
    width: 88px;
    height: 88px;
    border: 44px solid;
    border-radius: 50%;
    animation: cssload-spin 1.73s ease-in-out infinite both reverse;
    -o-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
    -ms-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
    -webkit-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
    -moz-animation: cssload-spin 1.73s ease-in-out infinite both reverse;
}
.cssload-cssload-spinner:before {
    border-color: rgb(221,221,221);
    position: absolute;
}
.cssload-cssload-spinner:after {
    border-color: black;
    animation-delay: -0.86s;
    -o-animation-delay: -0.86s;
    -ms-animation-delay: -0.86s;
    -webkit-animation-delay: -0.86s;
    -moz-animation-delay: -0.86s;
}





@keyframes cssload-wobble {
    0%, 100% {
        transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-o-keyframes cssload-wobble {
    0%, 100% {
        -o-transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        -o-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-ms-keyframes cssload-wobble {
    0%, 100% {
        -ms-transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        -ms-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-webkit-keyframes cssload-wobble {
    0%, 100% {
        -webkit-transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        -webkit-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@-moz-keyframes cssload-wobble {
    0%, 100% {
        -moz-transform: rotateX(8.75deg) rotateY(35deg);
    }
    50% {
        -moz-transform: rotateX(35deg) rotateY(-35deg) rotate(180deg);
    }
}

@keyframes cssload-spin {
    0%, 100% {
        transform: translateZ(49px) rotateX(14deg);
    }
    33% {
        transform: translateZ(-49px) scale(0.4);
    }
    66% {
        transform: translateZ(-49px);
    }
}

@-o-keyframes cssload-spin {
    0%, 100% {
        -o-transform: translateZ(49px) rotateX(14deg);
    }
    33% {
        -o-transform: translateZ(-49px) scale(0.4);
    }
    66% {
        -o-transform: translateZ(-49px);
    }
}

@-ms-keyframes cssload-spin {
    0%, 100% {
        -ms-transform: translateZ(49px) rotateX(14deg);
    }
    33% {
        -ms-transform: translateZ(-49px) scale(0.4);
    }
    66% {
        -ms-transform: translateZ(-49px);
    }
}

@-webkit-keyframes cssload-spin {
    0%, 100% {
        -webkit-transform: translateZ(49px) rotateX(14deg);
    }
    33% {
        -webkit-transform: translateZ(-49px) scale(0.4);
    }
    66% {
        -webkit-transform: translateZ(-49px);
    }
}

@-moz-keyframes cssload-spin {
    0%, 100% {
        -moz-transform: translateZ(49px) rotateX(14deg);
    }
    33% {
        -moz-transform: translateZ(-49px) scale(0.4);
    }
    66% {
        -moz-transform: translateZ(-49px);
    }
}


@keyframes ldio-lzh0o3lcc5 {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-lzh0o3lcc5 div {
  left: 94px;
  top: 44px;
  position: absolute;
  animation: ldio-lzh0o3lcc5 linear 1s infinite;
  background: #e14161;
  width: 12px;
  height: 32px;
  border-radius: 6px / 16px;
  transform-origin: 6px 56px;
}.ldio-lzh0o3lcc5 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9444444444444444s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(2) {
  transform: rotate(20deg);
  animation-delay: -0.8888888888888888s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(3) {
  transform: rotate(40deg);
  animation-delay: -0.8333333333333334s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(4) {
  transform: rotate(60deg);
  animation-delay: -0.7777777777777778s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(5) {
  transform: rotate(80deg);
  animation-delay: -0.7222222222222222s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(6) {
  transform: rotate(100deg);
  animation-delay: -0.6666666666666666s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(7) {
  transform: rotate(120deg);
  animation-delay: -0.6111111111111112s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(8) {
  transform: rotate(140deg);
  animation-delay: -0.5555555555555556s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(9) {
  transform: rotate(160deg);
  animation-delay: -0.5s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(10) {
  transform: rotate(180deg);
  animation-delay: -0.4444444444444444s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(11) {
  transform: rotate(200deg);
  animation-delay: -0.3888888888888889s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(12) {
  transform: rotate(220deg);
  animation-delay: -0.3333333333333333s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(13) {
  transform: rotate(240deg);
  animation-delay: -0.2777777777777778s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(14) {
  transform: rotate(260deg);
  animation-delay: -0.2222222222222222s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(15) {
  transform: rotate(280deg);
  animation-delay: -0.16666666666666666s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(16) {
  transform: rotate(300deg);
  animation-delay: -0.1111111111111111s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(17) {
  transform: rotate(320deg);
  animation-delay: -0.05555555555555555s;
  background: #e14161;
}.ldio-lzh0o3lcc5 div:nth-child(18) {
  transform: rotate(340deg);
  animation-delay: 0s;
  background: #e14161;
}
.loadingio-spinner-spinner-begnbo31krk {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: rgba(NaN, NaN, NaN, 0);
}
.ldio-lzh0o3lcc5 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-lzh0o3lcc5 div { box-sizing: content-box; }
