.vmagazine-loader {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
z-index: 999999;
margin-top: 0px;
overflow: hidden;
}/**/#loading1 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading1 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 200px;
width: 200px;
margin-top: -100px;
margin-left: -100px;
}
#loading1 #object {
width: 80px;
height: 80px;
-webkit-animation: animate1 1s infinite ease-in-out;
animation: animate1 1s infinite ease-in-out;
margin-right: auto;
margin-left: auto;
margin-top: 60px;
}
@-webkit-keyframes animate1 {
0% {
-webkit-transform: perspective(160px);
}
50% {
-webkit-transform: perspective(160px) rotateY(-180deg);
}
100% {
-webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg);
}
}
@keyframes animate1 {
0% {
transform: perspective(160px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
}
} #loading2 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading2 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#loading2 .object {
width: 20px;
height: 20px;
position: absolute;
left: 65px;
top: 65px;
}
#loading2 .object:nth-child(2n+0) {
margin-right: 0px;
}
#loading2 #object_one {
-webkit-animation: object_one2 2s infinite;
animation: object_one2 2s infinite;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#loading2 #object_two {
-webkit-animation: object_two2 2s infinite;
animation: object_two2 2s infinite;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#loading2 #object_three {
-webkit-animation: object_three2 2s infinite;
animation: object_three2 2s infinite;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loading2 #object_four {
-webkit-animation: object_four2 2s infinite;
animation: object_four2 2s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading2 #object_five {
-webkit-animation: object_five2 2s infinite;
animation: object_five2 2s infinite;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#loading2 #object_six {
-webkit-animation: object_six2 2s infinite;
animation: object_six2 2s infinite;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#loading2 #object_seven {
-webkit-animation: object_seven2 2s infinite;
animation: object_seven2 2s infinite;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#loading2 #object_eight {
-webkit-animation: object_eight2 2s infinite;
animation: object_eight2 2s infinite;
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#loading2 #object_big {
position: absolute;
width: 50px;
height: 50px;
left: 50px;
top: 50px;
-webkit-animation: object_big2 2s infinite;
animation: object_big2 2s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes object_big2 {
50% {
-webkit-transform: scale(0.5);
}
}
@keyframes object_big2 {
50% {
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
}
@-webkit-keyframes object_one2 {
50% {
-webkit-transform: translate(-65px, -65px);
}
}
@keyframes object_one2 {
50% {
transform: translate(-65px, -65px);
-webkit-transform: translate(-65px, -65px);
}
}
@-webkit-keyframes object_two2 {
50% {
-webkit-transform: translate(0, -65px);
}
}
@keyframes object_two2 {
50% {
transform: translate(0, -65px);
-webkit-transform: translate(0, -65px);
}
}
@-webkit-keyframes object_three2 {
50% {
-webkit-transform: translate(65px, -65px);
}
}
@keyframes object_three2 {
50% {
transform: translate(65px, -65px);
-webkit-transform: translate(65px, -65px);
}
}
@-webkit-keyframes object_four2 {
50% {
-webkit-transform: translate(65px, 0);
}
}
@keyframes object_four2 {
50% {
transform: translate(65px, 0);
-webkit-transform: translate(65px, 0);
}
}
@-webkit-keyframes object_five2 {
50% {
-webkit-transform: translate(65px, 65px);
}
}
@keyframes object_five2 {
50% {
transform: translate(65px, 65px);
-webkit-transform: translate(65px, 65px);
}
}
@-webkit-keyframes object_six2 {
50% {
-webkit-transform: translate(0, 65px);
}
}
@keyframes object_six2 {
50% {
transform: translate(0, 65px);
-webkit-transform: translate(0, 65px);
}
}
@-webkit-keyframes object_seven2 {
50% {
-webkit-transform: translate(-65px, 65px);
}
}
@keyframes object_seven2 {
50% {
transform: translate(-65px, 65px);
-webkit-transform: translate(-65px, 65px);
}
}
@-webkit-keyframes object_eight2 {
50% {
-webkit-transform: translate(-65px, 0);
}
}
@keyframes object_eight2 {
50% {
transform: translate(-65px, 0);
-webkit-transform: translate(-65px, 0);
}
} #loading3 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading3 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 200px;
width: 200px;
margin-top: -100px;
margin-left: -100px;
}
#loading3 .object {
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0);
margin-right: auto;
margin-left: auto;
border: 4px solid;
left: 73px;
top: 73px;
position: absolute;
}
#loading3 #first_object {
-webkit-animation: first_object_animate3 1s infinite ease-in-out;
animation: first_object_animate3 1s infinite ease-in-out;
}
#loading3 #second_object {
-webkit-animation: second_object3 1s forwards, second_object_animate3 1s infinite ease-in-out;
animation: second_object3 1s forwards, second_object_animate3 1s infinite ease-in-out;
}
#loading3 #third_object {
-webkit-animation: third_object3 1s forwards, third_object_animate3 1s infinite ease-in-out;
animation: third_object3 1s forwards, third_object_animate3 1s infinite ease-in-out;
}
@-webkit-keyframes second_object3 {
100% {
width: 100px;
height: 100px;
left: 48px;
top: 48px;
}
}
@keyframes second_object3 {
100% {
width: 100px;
height: 100px;
left: 48px;
top: 48px;
}
}
@-webkit-keyframes third_object3 {
100% {
width: 150px;
height: 150px;
left: 23px;
top: 23px;
}
}
@keyframes third_object3 {
100% {
width: 150px;
height: 150px;
left: 23px;
top: 23px;
}
}
@-webkit-keyframes first_object_animate3 {
0% {
-webkit-transform: perspective(100px);
}
50% {
-webkit-transform: perspective(100px) rotateY(-180deg);
}
100% {
-webkit-transform: perspective(100px) rotateY(-180deg) rotateX(-180deg);
}
}
@keyframes first_object_animate3 {
0% {
transform: perspective(100px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(100px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(100px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(100px) rotateX(-180deg) rotateY(-180deg);
}
}
@-webkit-keyframes second_object_animate3 {
0% {
-webkit-transform: perspective(200px);
}
50% {
-webkit-transform: perspective(200px) rotateY(180deg);
}
100% {
-webkit-transform: perspective(200px) rotateY(180deg) rotateX(180deg);
}
}
@keyframes second_object_animate3 {
0% {
transform: perspective(200px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(200px) rotateX(180deg) rotateY(0deg);
-webkit-transform: perspective(200px) rotateX(180deg) rotateY(0deg);
}
100% {
transform: perspective(200px) rotateX(180deg) rotateY(180deg);
-webkit-transform: perspective(200px) rotateX(180deg) rotateY(180deg);
}
}
@-webkit-keyframes third_object_animate3 {
0% {
-webkit-transform: perspective(300px);
}
50% {
-webkit-transform: perspective(300px) rotateY(-180deg);
}
100% {
-webkit-transform: perspective(300px) rotateY(-180deg) rotateX(-180deg);
}
}
@keyframes third_object_animate3 {
0% {
transform: perspective(300px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(300px) rotateX(0deg) rotateY(0deg);
}
50% {
transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
-webkit-transform: perspective(300px) rotateX(-180deg) rotateY(0deg);
}
100% {
transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
-webkit-transform: perspective(300px) rotateX(-180deg) rotateY(-180deg);
}
} #loading4 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading4 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 100px;
width: 100px;
margin-top: -50px;
margin-left: -50px;
}
#loading4 .object {
width: 25px;
height: 25px;
background-color: rgba(255, 255, 255, 0);
margin-right: auto;
margin-left: auto;
border: 4px solid rgba(239, 74, 74, 1);
left: 37px;
top: 37px;
position: absolute;
}
#loading4 #first_object {
-webkit-animation: first_object4 1s infinite;
animation: first_object4 1s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading4 #second_object {
-webkit-animation: second_object4 1s infinite;
animation: second_object4 1s infinite;
}
#loading4 #third_object {
-webkit-animation: third_object4 1s infinite;
animation: third_object4 1s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading4 #forth_object {
-webkit-animation: forth_object4 1s infinite;
animation: forth_object4 1s infinite;
}
@-webkit-keyframes first_object4 {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(150%, 150%) scale(2, 2);
-webkit-transform: translate(150%, 150%) scale(2, 2);
transform: translate(150%, 150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes first_object4 {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(150%, 150%) scale(2, 2);
-webkit-transform: translate(150%, 150%) scale(2, 2);
transform: translate(150%, 150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes second_object4 {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(-150%, 150%) scale(2, 2);
-webkit-transform: translate(-150%, 150%) scale(2, 2);
transform: translate(-150%, 150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes second_object4 {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(-150%, 150%) scale(2, 2);
-webkit-transform: translate(-150%, 150%) scale(2, 2);
transform: translate(-150%, 150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes third_object4 {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(-150%, -150%) scale(2, 2);
-webkit-transform: translate(-150%, -150%) scale(2, 2);
transform: translate(-150%, -150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes third_object4 {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(-150%, -150%) scale(2, 2);
-webkit-transform: translate(-150%, -150%) scale(2, 2);
transform: translate(-150%, -150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@-webkit-keyframes forth_object4 {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(150%, -150%) scale(2, 2);
-webkit-transform: translate(150%, -150%) scale(2, 2);
transform: translate(150%, -150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
}
@keyframes forth_object4 {
0% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
50% {
-ms-transform: translate(150%, -150%) scale(2, 2);
-webkit-transform: translate(150%, -150%) scale(2, 2);
transform: translate(150%, -150%) scale(2, 2);
}
100% {
-ms-transform: translate(1, 1) scale(1, 1);
-webkit-transform: translate(1, 1) scale(1, 1);
transform: translate(1, 1) scale(1, 1);
}
} #loading5 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading5 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 118px;
width: 118px;
margin-top: -59px;
margin-left: -59px;
}
#loading5 .object {
width: 20px;
height: 20px;
margin-right: 20px;
float: left;
margin-bottom: 20px;
}
#loading5 .object:nth-child(3n+0) {
margin-right: 0px;
}
#loading5 #object_one {
-webkit-animation: animate5 1s -0.9s ease-in-out infinite;
animation: animate5 1s -0.9s ease-in-out infinite;
}
#loading5 #object_two {
-webkit-animation: animate5 1s -0.8s ease-in-out infinite;
animation: animate5 1s -0.8s ease-in-out infinite;
}
#loading5 #object_three {
-webkit-animation: animate5 1s -0.7s ease-in-out infinite;
animation: animate5 1s -0.7s ease-in-out infinite;
}
#loading5 #object_four {
-webkit-animation: animate5 1s -0.6s ease-in-out infinite;
animation: animate5 1s -0.6s ease-in-out infinite;
}
#loading5 #object_five {
-webkit-animation: animate5 1s -0.5s ease-in-out infinite;
animation: animate5 1s -0.5s ease-in-out infinite;
}
#loading5 #object_six {
-webkit-animation: animate5 1s -0.4s ease-in-out infinite;
animation: animate5 1s -0.4s ease-in-out infinite;
}
#loading5 #object_seven {
-webkit-animation: animate5 1s -0.3s ease-in-out infinite;
animation: animate5 1s -0.3s ease-in-out infinite;
}
#loading5 #object_eight {
-webkit-animation: animate5 1s -0.2s ease-in-out infinite;
animation: animate5 1s -0.2s ease-in-out infinite;
}
#loading5 #object_nine {
-webkit-animation: animate5 1s -0.1s ease-in-out infinite;
animation: animate5 1s -0.1s ease-in-out infinite;
}
@-webkit-keyframes animate5 {
50% {
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes animate5 {
50% {
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
} #loading6 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading6 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 118px;
width: 72px;
margin-top: -59px;
margin-left: -36px;
}
#loading6 .object {
width: 26px;
height: 26px;
margin-right: 20px;
float: left;
margin-bottom: 20px;
}
#loading6 .object:nth-child(2n+0) {
margin-right: 0px;
}
#loading6 #object_one {
-webkit-animation: object_one6 1s infinite;
animation: object_one6 1s infinite;
}
#loading6 #object_two {
-webkit-animation: object_two6 1s infinite;
animation: object_two6 1s infinite;
}
#loading6 #object_three {
-webkit-animation: object_three6 1s infinite;
animation: object_three6 1s infinite;
}
#loading6 #object_four {
-webkit-animation: object_four6 1s infinite;
animation: object_four6 1s infinite;
}
#loading6 #object_five {
-webkit-animation: object_five6 1s infinite;
animation: object_five6 1s infinite;
}
#loading6 #object_six {
-webkit-animation: object_six6 1s infinite;
animation: object_six6 1s infinite;
}
@-webkit-keyframes object_one6 {
50% {
-ms-transform: translate(-100px, 46px) rotate(-179deg);
-webkit-transform: translate(-100px, 46px) rotate(-179deg);
transform: translate(-100px, 46px) rotate(-179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes object_one6 {
50% {
-ms-transform: translate(-100px, 46px) rotate(-179deg);
-webkit-transform: translate(-100px, 46px) rotate(-179deg);
transform: translate(-100px, 46px) rotate(-179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes object_two6 {
50% {
-ms-transform: translate(100px, 46px) rotate(179deg);
-webkit-transform: translate(100px, 46px) rotate(179deg);
transform: translate(100px, 46px) rotate(179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes object_two6 {
50% {
-ms-transform: translate(100px, 46px) rotate(179deg);
-webkit-transform: translate(100px, 46px) rotate(179deg);
transform: translate(100px, 46px) rotate(179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes object_three6 {
50% {
-ms-transform: translate(-100px, 0) rotate(-179deg);
-webkit-transform: translate(-100px, 0) rotate(-179deg);
transform: translate(-100px, 0) rotate(-179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes object_three6 {
50% {
-ms-transform: translate(-100px, 0) rotate(-179deg);
-webkit-transform: translate(-100px, 0) rotate(-179deg);
transform: translate(-100px, 0) rotate(-179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes object_four6 {
50% {
-ms-transform: translate(100px, 0) rotate(179deg);
-webkit-transform: translate(100px, 0) rotate(179deg);
transform: translate(100px, 0) rotate(179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes object_four6 {
50% {
-ms-transform: translate(100px, 0) rotate(179deg);
-webkit-transform: translate(100px, 0) rotate(179deg);
transform: translate(100px, 0) rotate(179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes object_five6 {
50% {
-ms-transform: translate(-100px, -46px) rotate(-179deg);
-webkit-transform: translate(-100px, -46px) rotate(-179deg);
transform: translate(-100px, -46px) rotate(-179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes object_five6 {
50% {
-ms-transform: translate(-100px, -46px) rotate(-179deg);
-webkit-transform: translate(-100px, -46px) rotate(-179deg);
transform: translate(-100px, -46px) rotate(-179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@-webkit-keyframes object_six6 {
50% {
-ms-transform: translate(100px, -46px) rotate(179deg);
-webkit-transform: translate(100px, -46px) rotate(179deg);
transform: translate(100px, -46px) rotate(179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
}
@keyframes object_six6 {
50% {
-ms-transform: translate(100px, -46px) rotate(179deg);
-webkit-transform: translate(100px, -46px) rotate(179deg);
transform: translate(100px, -46px) rotate(179deg);
}
100% {
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} #loading7 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading7 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 100px;
width: 100px;
margin-top: -50px;
margin-left: -50px;
}
#loading7 .object {
width: 25px;
height: 25px;
margin-right: 50px;
float: left;
margin-bottom: 50px;
}
#loading7 .object:nth-child(2n+0) {
margin-right: 0px;
}
#loading7 #object_one {
-webkit-animation: object_one7 2s infinite;
animation: object_one7 2s infinite;
}
#loading7 #object_two {
-webkit-animation: object_two7 2s infinite;
animation: object_two7 2s infinite;
}
#loading7 #object_three {
-webkit-animation: object_three7 2s infinite;
animation: object_three7 2s infinite;
}
#loading7 #object_four {
-webkit-animation: object_four7 2s infinite;
animation: object_four7 2s infinite;
}
@-webkit-keyframes object_one7 {
25% {
-webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(75px, 75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes object_one7 {
25% {
transform: translate(75px, 0) rotate(-90deg) scale(0.5);
-webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(75px, 75px) rotate(-180deg);
-webkit-transform: translate(75px, 75px) rotate(-180deg);
}
75% {
transform: translate(0, 75px) rotate(-270deg) scale(0.5);
-webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes object_two7 {
25% {
-webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(-75px, 75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes object_two7 {
25% {
transform: translate(0, 75px) rotate(-90deg) scale(0.5);
-webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(-75px, 75px) rotate(-180deg);
-webkit-transform: translate(-75px, 75px) rotate(-180deg);
}
75% {
transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
-webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes object_three7 {
25% {
-webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(75px, -75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes object_three7 {
25% {
transform: translate(0, -75px) rotate(-90deg) scale(0.5);
-webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(75px, -75px) rotate(-180deg);
-webkit-transform: translate(75px, -75px) rotate(-180deg);
}
75% {
transform: translate(75px, 0) rotate(-270deg) scale(0.5);
-webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
}
@-webkit-keyframes object_four7 {
25% {
-webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
}
50% {
-webkit-transform: translate(-75px, -75px) rotate(-180deg);
}
75% {
-webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
}
100% {
-webkit-transform: rotate(-360deg);
}
}
@keyframes object_four7 {
25% {
transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
-webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
}
50% {
transform: translate(-75px, -75px) rotate(-180deg);
-webkit-transform: translate(-75px, -75px) rotate(-180deg);
}
75% {
transform: translate(0, -75px) rotate(-270deg) scale(0.5);
-webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
}
100% {
transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
}
} #loading8 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading8 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 50px;
margin-top: -25px;
margin-left: -25px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-animation: loading-center-absolute8 1.5s infinite;
animation: loading-center-absolute8 1.5s infinite;
}
#loading8 .object {
width: 25px;
height: 25px;
float: left;
}
#loading8 #object_one {
-webkit-animation: object_one8 1.5s infinite;
animation: object_one8 1.5s infinite;
}
#loading8 #object_two {
-webkit-animation: object_two8 1.5s infinite;
animation: object_two8 1.5s infinite;
}
#loading8 #object_three {
-webkit-animation: object_three8 1.5s infinite;
animation: object_three8 1.5s infinite;
}
#loading8 #object_four {
-webkit-animation: object_four8 1.5s infinite;
animation: object_four8 1.5s infinite;
}
@-webkit-keyframes loading-center-absolute8 {
100% {
-webkit-transform: rotate(-45deg);
}
}
@keyframes loading-center-absolute8 {
100% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
}
@-webkit-keyframes object_one8 {
25% {
-webkit-transform: translate(0, -50px) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes object_one8 {
25% {
transform: translate(0, -50px) rotate(-180deg);
-webkit-transform: translate(0, -50px) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes object_two8 {
25% {
-webkit-transform: translate(50px, 0) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes object_two8 {
25% {
transform: translate(50px, 0) rotate(-180deg);
-webkit-transform: translate(50px, 0) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes object_three8 {
25% {
-webkit-transform: translate(-50px, 0) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes object_three8 {
25% {
transform: translate(-50px, 0) rotate(-180deg);
-webkit-transform: translate(-50px, 0) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: rtranslate(0, 0) rotate(-180deg);
}
}
@-webkit-keyframes object_four8 {
25% {
-webkit-transform: translate(0, 50px) rotate(-180deg);
}
100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
@keyframes object_four8 {
25% {
transform: translate(0, 50px) rotate(-180deg);
-webkit-transform: translate(0, 50px) rotate(-180deg);
}
100% {
transform: translate(0, 0) rotate(-180deg);
-webkit-transform: translate(0, 0) rotate(-180deg);
}
} #loading9 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading9 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#loading9 .object {
width: 20px;
height: 20px;
position: absolute;
left: 65px;
top: 65px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
#loading9 .object:nth-child(2n+0) {
margin-right: 0px;
}
#loading9 #object_one {
-webkit-animation: object_one9 2s infinite;
animation: object_one9 2s infinite;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#loading9 #object_two {
-webkit-animation: object_two9 2s infinite;
animation: object_two9 2s infinite;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#loading9 #object_three {
-webkit-animation: object_three9 2s infinite;
animation: object_three9 2s infinite;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loading9 #object_four {
-webkit-animation: object_four9 2s infinite;
animation: object_four9 2s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading9 #object_five {
-webkit-animation: object_five9 2s infinite;
animation: object_five9 2s infinite;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#loading9 #object_six {
-webkit-animation: object_six9 2s infinite;
animation: object_six9 2s infinite;
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#loading9 #object_seven {
-webkit-animation: object_seven9 2s infinite;
animation: object_seven9 2s infinite;
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#loading9 #object_eight {
-webkit-animation: object_eight9 2s infinite;
animation: object_eight9 2s infinite;
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#loading9 #object_big {
position: absolute;
width: 50px;
height: 50px;
left: 50px;
top: 50px;
-webkit-animation: object_big9 2s infinite;
animation: object_big9 2s infinite;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
@-webkit-keyframes object_big9 {
50% {
-webkit-transform: scale(0.5);
}
}
@keyframes object_big9 {
50% {
transform: scale(0.5);
-webkit-transform: scale(0.5);
}
}
@-webkit-keyframes object_one9 {
50% {
-webkit-transform: translate(-65px, -65px);
}
}
@keyframes object_one9 {
50% {
transform: translate(-65px, -65px);
-webkit-transform: translate(-65px, -65px);
}
}
@-webkit-keyframes object_two9 {
50% {
-webkit-transform: translate(0, -65px);
}
}
@keyframes object_two9 {
50% {
transform: translate(0, -65px);
-webkit-transform: translate(0, -65px);
}
}
@-webkit-keyframes object_three9 {
50% {
-webkit-transform: translate(65px, -65px);
}
}
@keyframes object_three9 {
50% {
transform: translate(65px, -65px);
-webkit-transform: translate(65px, -65px);
}
}
@-webkit-keyframes object_four9 {
50% {
-webkit-transform: translate(65px, 0);
}
}
@keyframes object_four9 {
50% {
transform: translate(65px, 0);
-webkit-transform: translate(65px, 0);
}
}
@-webkit-keyframes object_five9 {
50% {
-webkit-transform: translate(65px, 65px);
}
}
@keyframes object_five9 {
50% {
transform: translate(65px, 65px);
-webkit-transform: translate(65px, 65px);
}
}
@-webkit-keyframes object_six9 {
50% {
-webkit-transform: translate(0, 65px);
}
}
@keyframes object_six9 {
50% {
transform: translate(0, 65px);
-webkit-transform: translate(0, 65px);
}
}
@-webkit-keyframes object_seven9 {
50% {
-webkit-transform: translate(-65px, 65px);
}
}
@keyframes object_seven9 {
50% {
transform: translate(-65px, 65px);
-webkit-transform: translate(-65px, 65px);
}
}
@-webkit-keyframes object_eight9 {
50% {
-webkit-transform: translate(-65px, 0);
}
}
@keyframes object_eight9 {
50% {
transform: translate(-65px, 0);
-webkit-transform: translate(-65px, 0);
}
} #loading10 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading10 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 200px;
margin-top: -25px;
margin-left: -100px;
}
#loading10 .object {
width: 20px;
height: 20px;
float: left;
margin-top: 15px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
#loading10 #first_object {
-webkit-animation: first_object10 2s infinite;
animation: first_object10 2s infinite;
}
#loading10 #second_object {
-webkit-animation: second_object10 2s infinite;
animation: second_object10 2s infinite;
}
@-webkit-keyframes first_object10 {
25% {
-ms-transform: translate(90px, 0) scale(2);
-webkit-transform: translate(90px, 0) scale(2);
transform: translate(90px, 0) scale(2);
}
50% {
-ms-transform: translate(180px, 0) scale(1);
-webkit-transform: translate(180px, 0) scale(1);
transform: translate(180px, 0) scale(1);
}
75% {
-ms-transform: translate(90px, 0) scale(2);
-webkit-transform: translate(90px, 0) scale(2);
transform: translate(90px, 0) scale(2);
}
}
@keyframes first_object10 {
25% {
-ms-transform: translate(90px, 0) scale(2);
-webkit-transform: translate(90px, 0) scale(2);
transform: translate(90px, 0) scale(2);
}
50% {
-ms-transform: translate(180px, 0) scale(1);
-webkit-transform: translate(180px, 0) scale(1);
transform: translate(180px, 0) scale(1);
}
75% {
-ms-transform: translate(90px, 0) scale(2);
-webkit-transform: translate(90px, 0) scale(2);
transform: translate(90px, 0) scale(2);
}
}
@-webkit-keyframes second_object10 {
25% {
-ms-transform: translate(-90px, 0) scale(2);
-webkit-transform: translate(-90px, 0) scale(2);
transform: translate(-90px, 0) scale(2);
}
50% {
-ms-transform: translate(-180px, 0) scale(1);
-webkit-transform: translate(-180px, 0) scale(1);
transform: translate(-180px, 0) scale(1);
}
75% {
-ms-transform: translate(-90px, 0) scale(2);
-webkit-transform: translate(-90px, 0) scale(2);
transform: translate(-90px, 0) scale(2);
}
}
@keyframes second_object10 {
25% {
-ms-transform: translate(-90px, 0) scale(2);
-webkit-transform: translate(-90px, 0) scale(2);
transform: translate(-90px, 0) scale(2);
}
50% {
-ms-transform: translate(-180px, 0) scale(1);
-webkit-transform: translate(-180px, 0) scale(1);
transform: translate(-180px, 0) scale(1);
}
75% {
-ms-transform: translate(-90px, 0) scale(2);
-webkit-transform: translate(-90px, 0) scale(2);
transform: translate(-90px, 0) scale(2);
}
} #loading11 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading11 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 300px;
margin-top: -25px;
margin-left: -150px;
}
#loading11 .object {
width: 18px;
height: 18px;
float: left;
margin-top: 15px;
margin-right: 15px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
-webkit-animation: object11 1s infinite;
animation: object11 1s infinite;
}
#loading11 .object:last-child {
margin-right: 0px;
}
#loading11 .object:nth-child(9) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#loading11 .object:nth-child(8) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#loading11 .object:nth-child(7) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#loading11 .object:nth-child(6) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#loading11 .object:nth-child(5) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading11 .object:nth-child(4) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loading11 .object:nth-child(3) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#loading11 .object:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes object11 {
50% {
-ms-transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
}
@keyframes object11 {
50% {
-ms-transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
} #loading12 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading12 #loading-center-absolute-one {
position: absolute;
left: 50%;
top: 50%;
height: 300px;
width: 50px;
margin-top: -150px;
margin-left: -25px;
}
#loading12 #loading-center-absolute-two {
position: absolute;
left: 50%;
top: 50%;
height: 300px;
width: 50px;
margin-top: -150px;
margin-left: 50px;
}
#loading12 .object-one {
width: 18px;
height: 18px;
float: left;
margin-top: 15px;
margin-right: 15px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
-webkit-animation: object-one12 1s infinite;
animation: object-one12 1s infinite;
}
#loading12 .object-two {
width: 18px;
height: 18px;
float: left;
margin-top: 15px;
margin-right: 15px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
-webkit-animation: object-two12 1s infinite;
animation: object-two12 1s infinite;
}
#loading12 .object-one:nth-child(9) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#loading12 .object-one:nth-child(8) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#loading12 .object-one:nth-child(7) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#loading12 .object-one:nth-child(6) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#loading12 .object-one:nth-child(5) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading12 .object-one:nth-child(4) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loading12 .object-one:nth-child(3) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#loading12 .object-one:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#loading12 .object-two:nth-child(9) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#loading12 .object-two:nth-child(8) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#loading12 .object-two:nth-child(7) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#loading12 .object-two:nth-child(6) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#loading12 .object-two:nth-child(5) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading12 .object-two:nth-child(4) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loading12 .object-two:nth-child(3) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#loading12 .object-two:nth-child(2) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes object-one12 {
50% {
-ms-transform: translate(100px, 0);
-webkit-transform: translate(100px, 0);
transform: translate(100px, 0);
}
}
@keyframes object-one12 {
50% {
-ms-transform: translate(100px, 0);
-webkit-transform: translate(100px, 0);
transform: translate(100px, 0);
}
}
@-webkit-keyframes object-two12 {
50% {
-ms-transform: translate(-100px, 0);
-webkit-transform: translate(-100px, 0);
transform: translate(-100px, 0);
}
}
@keyframes object-two12 {
50% {
-ms-transform: translate(-100px, 0);
-webkit-transform: translate(-100px, 0);
transform: translate(-100px, 0);
}
} #loading13 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading13 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 60px;
width: 60px;
margin-top: -30px;
margin-left: -30px;
-webkit-animation: loading-center-absolute13 1s infinite;
animation: loading-center-absolute13 1s infinite;
}
#loading13 .object {
width: 20px;
height: 20px;
float: left;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
}
#loading13 .object:nth-child(2n+0) {
margin-right: 0px;
}
#loading13 #object_one {
-webkit-animation: object_one13 1s infinite;
animation: object_one13 1s infinite;
}
#loading13 #object_two {
-webkit-animation: object_two13 1s infinite;
animation: object_two13 1s infinite;
}
#loading13 #object_three {
-webkit-animation: object_three13 1s infinite;
animation: object_three13 1s infinite;
}
#loading13 #object_four {
-webkit-animation: object_four13 1s infinite;
animation: object_four13 1s infinite;
}
@-webkit-keyframes loading-center-absolute13 {
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loading-center-absolute13 {
100% {
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes object_one13 {
50% {
-ms-transform: translate(20px, 20px);
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@keyframes object_one13 {
50% {
-ms-transform: translate(20px, 20px);
-webkit-transform: translate(20px, 20px);
transform: translate(20px, 20px);
}
}
@-webkit-keyframes object_two13 {
50% {
-ms-transform: translate(-20px, 20px);
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@keyframes object_two13 {
50% {
-ms-transform: translate(-20px, 20px);
-webkit-transform: translate(-20px, 20px);
transform: translate(-20px, 20px);
}
}
@-webkit-keyframes object_three13 {
50% {
-ms-transform: translate(20px, -20px);
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@keyframes object_three13 {
50% {
-ms-transform: translate(20px, -20px);
-webkit-transform: translate(20px, -20px);
transform: translate(20px, -20px);
}
}
@-webkit-keyframes object_four13 {
50% {
-ms-transform: translate(-20px, -20px);
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
}
@keyframes object_four13 {
50% {
-ms-transform: translate(-20px, -20px);
-webkit-transform: translate(-20px, -20px);
transform: translate(-20px, -20px);
}
} #loading14 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading14 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 20px;
width: 100px;
margin-top: -10px;
margin-left: -50px;
}
#loading14 .object {
width: 20px;
height: 20px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
margin-right: 20px;
margin-bottom: 20px;
position: absolute;
}
#loading14 #object_one {
-webkit-animation: object14 2s linear infinite;
animation: object14 2s linear infinite;
}
#loading14 #object_two {
-webkit-animation: object14 2s linear infinite -.4s;
animation: object14 2s linear infinite -.4s;
}
#loading14 #object_three {
-webkit-animation: object14 2s linear infinite -.8s;
animation: object14 2s linear infinite -.8s;
}
#loading14 #object_four {
-webkit-animation: object14 2s linear infinite -1.2s;
animation: object14 2s linear infinite -1.2s;
}
#loading14 #object_five {
-webkit-animation: object14 2s linear infinite -1.6s;
animation: object14 2s linear infinite -1.6s;
}
@-webkit-keyframes object14 {
0% {
left: 100px;
top: 0
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
}
@keyframes object14 {
0% {
left: 100px;
top: 0
}
80% {
left: 0;
top: 0;
}
85% {
left: 0;
top: -20px;
width: 20px;
height: 20px;
}
90% {
width: 40px;
height: 15px;
}
95% {
left: 100px;
top: -20px;
width: 20px;
height: 20px;
}
100% {
left: 100px;
top: 0;
}
} #loading15 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading15 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 118px;
width: 118px;
margin-top: -59px;
margin-left: -59px;
}
#loading15 .object {
width: 20px;
height: 20px;
margin-right: 20px;
float: left;
margin-bottom: 20px;
-moz-border-radius: 50% 50% 50% 50%;
-webkit-border-radius: 50% 50% 50% 50%;
border-radius: 50% 50% 50% 50%;
}
#loading15 .object:nth-child(3n+0) {
margin-right: 0px;
}
#loading15 #object_one {
-webkit-animation: animate15 1s -0.9s ease-in-out infinite;
animation: animate15 1s -0.9s ease-in-out infinite;
}
#loading15 #object_two {
-webkit-animation: animate15 1s -0.8s ease-in-out infinite;
animation: animate15 1s -0.8s ease-in-out infinite;
}
#loading15 #object_three {
-webkit-animation: animate15 1s -0.7s ease-in-out infinite;
animation: animate15 1s -0.7s ease-in-out infinite;
}
#loading15 #object_four {
-webkit-animation: animate15 1s -0.6s ease-in-out infinite;
animation: animate15 1s -0.6s ease-in-out infinite;
}
#loading15 #object_five {
-webkit-animation: animate15 1s -0.5s ease-in-out infinite;
animation: animate15 1s -0.5s ease-in-out infinite;
}
#loading15 #object_six {
-webkit-animation: animate15 1s -0.4s ease-in-out infinite;
animation: animate15 1s -0.4s ease-in-out infinite;
}
#loading15 #object_seven {
-webkit-animation: animate15 1s -0.3s ease-in-out infinite;
animation: animate15 1s -0.3s ease-in-out infinite;
}
#loading15 #object_eight {
-webkit-animation: animate15 1s -0.2s ease-in-out infinite;
animation: animate15 1s -0.2s ease-in-out infinite;
}
#loading15 #object_nine {
-webkit-animation: animate15 1s -0.1s ease-in-out infinite;
animation: animate15 1s -0.1s ease-in-out infinite;
}
@-webkit-keyframes animate15 {
50% {
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@keyframes animate15 {
50% {
-ms-transform: scale(1.5, 1.5);
-webkit-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
} #loading16 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading16 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 150px;
margin-top: -25px;
margin-left: -75px;
}
#loading16 .object {
width: 8px;
height: 50px;
margin-right: 5px;
-webkit-animation: animate16 1s infinite;
animation: animate16 1s infinite;
float: left;
}
#loading16 .object:last-child {
margin-right: 0px;
}
#loading16 .object:nth-child(10) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#loading16 .object:nth-child(9) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#loading16 .object:nth-child(8) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#loading16 .object:nth-child(7) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#loading16 .object:nth-child(6) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading16 .object:nth-child(5) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loading16 .object:nth-child(4) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#loading16 .object:nth-child(3) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#loading16 .object:nth-child(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
@-webkit-keyframes animate16 {
50% {
-ms-transform: translateX(-25px) scaleY(0.5);
-webkit-transform: translateX(-25px) scaleY(0.5);
transform: translateX(-25px) scaleY(0.5);
}
}
@keyframes animate16 {
50% {
-ms-transform: translateX(-25px) scaleY(0.5);
-webkit-transform: translateX(-25px) scaleY(0.5);
transform: translateX(-25px) scaleY(0.5);
}
} #loading17 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading17 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 50px;
width: 150px;
margin-top: -25px;
margin-left: -75px;
}
#loading17 .object {
width: 8px;
height: 50px;
margin-right: 5px;
-webkit-animation: animate17 1s infinite;
animation: animate17 1s infinite;
float: left;
}
#loading17 .object:last-child {
margin-right: 0px;
}
#loading17 .object:nth-child(10) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
#loading17 .object:nth-child(9) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}
#loading17 .object:nth-child(8) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}
#loading17 .object:nth-child(7) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#loading17 .object:nth-child(6) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
#loading17 .object:nth-child(5) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#loading17 .object:nth-child(4) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
#loading17 .object:nth-child(3) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#loading17 .object:nth-child(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
@-webkit-keyframes animate17 {
50% {
-ms-transform: scaleY(0);
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
}
@keyframes animate17 {
50% {
-ms-transform: scaleY(0);
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
} #loading18 #loading-center {
width: 100%;
height: 100%;
position: relative;
}
#loading18 #loading-center-absolute {
position: absolute;
left: 50%;
top: 50%;
height: 100px;
width: 50px;
margin-top: -50px;
margin-left: -25px;
}
#loading18 .object {
width: 50px;
height: 8px;
margin-bottom: 15px;
-webkit-animation: animate18 0.8s infinite;
animation: animate18 0.8s infinite;
}
#loading18 #object_two {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#loading18 #object_four {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
@-webkit-keyframes animate18 {
50% {
-ms-transform: translate(50%, 0);
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
}
}
@keyframes animate {
50% {
-ms-transform: translate(50%, 0);
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
}
} #loading19 #loading-center {
width: 100%;
height: 100%;
position: relative;
background-repeat: no-repeat;
background-position: center;
}.mailpoet_form_html p,.mailpoet_form_html ol,.mailpoet_form_html ul,.mailpoet_form_html li,.mailpoet_form_html dl,.mailpoet_form_html dt,.mailpoet_form_html dd,.mailpoet_form_html blockquote,.mailpoet_form_html figure,.mailpoet_form_html fieldset,.mailpoet_form_html form,.mailpoet_form_html legend,.mailpoet_form_html textarea,.mailpoet_form_html pre,.mailpoet_form_html iframe,.mailpoet_form_html hr,.mailpoet_form_html h1,.mailpoet_form_html h2,.mailpoet_form_html h3,.mailpoet_form_html h4,.mailpoet_form_html h5,.mailpoet_form_html h6,.mailpoet_form_iframe p,.mailpoet_form_iframe ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe li,.mailpoet_form_iframe dl,.mailpoet_form_iframe dt,.mailpoet_form_iframe dd,.mailpoet_form_iframe blockquote,.mailpoet_form_iframe figure,.mailpoet_form_iframe fieldset,.mailpoet_form_iframe form,.mailpoet_form_iframe legend,.mailpoet_form_iframe textarea,.mailpoet_form_iframe pre,.mailpoet_form_iframe iframe,.mailpoet_form_iframe hr,.mailpoet_form_iframe h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe h6{font-family:Arial,Helvetica,sans-serif;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-synthesis:none;font-weight:normal;letter-spacing:normal}.mailpoet_form_html h1,.mailpoet_form_html .h1,.mailpoet_form_html h2,.mailpoet_form_html .h2,.mailpoet_form_html h3,.mailpoet_form_html .h3,.mailpoet_form_html h4,.mailpoet_form_html .h4,.mailpoet_form_html h5,.mailpoet_form_html .h5,.mailpoet_form_html h6,.mailpoet_form_html .h6,.mailpoet_form_iframe h1,.mailpoet_form_iframe .h1,.mailpoet_form_iframe h2,.mailpoet_form_iframe .h2,.mailpoet_form_iframe h3,.mailpoet_form_iframe .h3,.mailpoet_form_iframe h4,.mailpoet_form_iframe .h4,.mailpoet_form_iframe h5,.mailpoet_form_iframe .h5,.mailpoet_form_iframe h6,.mailpoet_form_iframe .h6{font-weight:700;letter-spacing:normal;padding-top:0}.mailpoet_form_html ul,.mailpoet_form_html ol,.mailpoet_form_iframe ul,.mailpoet_form_iframe ol{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html label,.mailpoet_form_iframe label{font-family:Arial,Helvetica,sans-serif;margin-bottom:10px}.mailpoet_form_html input,.mailpoet_form_iframe input{font-family:Arial,Helvetica,sans-serif}.mailpoet_form_html a,.mailpoet_form_iframe a{background-color:rgba(0,0,0,0);color:#28303d;cursor:pointer;-webkit-text-decoration-skip-ink:all;text-decoration-skip-ink:all;text-decoration-thickness:1px;text-underline-offset:3px}.mailpoet_form_html button,.mailpoet_form_html input[type=button],.mailpoet_form_html input[type=reset],.mailpoet_form_html input[type=submit],.mailpoet_form_iframe button,.mailpoet_form_iframe input[type=button],.mailpoet_form_iframe input[type=reset],.mailpoet_form_iframe input[type=submit]{text-transform:none}input.parsley-success,select.parsley-success,textarea.parsley-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}input.parsley-error,select.parsley-error,textarea.parsley-error{background-color:#f2dede;border-color:#eed3d7;color:#900}.parsley-errors-list{color:#900;font-size:.8rem;line-height:1em;list-style-type:none;margin:8px 0 3px;opacity:0;padding:0;transition:all .3s ease-in}.parsley-errors-list.filled{opacity:1}.mailpoet-form-input .parsley-errors-list{left:16px;margin-top:2px;position:absolute;top:100%}.parsley-required,.parsley-custom-error-message{color:#900}.mailpoet-form-errors{padding:0 16px}.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{display:block}@media screen and (max-width: 499px){.mailpoet_text_label,.mailpoet_textarea_label,.mailpoet_select_label,.mailpoet_radio_label,.mailpoet_checkbox_label,.mailpoet_list_label,.mailpoet_date_label{font-size:16px !important;line-height:1.4 !important}}@media screen and (max-width: 499px){.mailpoet_form{box-sizing:border-box}}.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{max-width:100%}@media screen and (max-width: 499px){.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph,.mailpoet_form .mailpoet_form_paragraph,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_form_image,.mailpoet_form .mailpoet_message,.mailpoet_form .mailpoet_paragraph select{font-size:16px !important;line-height:1.4 !important}}.mailpoet_form .mailpoet_text,.mailpoet_form .mailpoet_textarea,.mailpoet_form .mailpoet_select,.mailpoet_form .mailpoet_submit,.mailpoet_form .mailpoet_paragraph label,.mailpoet_form .mailpoet_form_paragraph label{font-family:inherit}.mailpoet_form.mailpoet_form_successfully_send{position:relative}.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.mailpoet_form .mailpoet-has-background-color{padding:1.25em 2.375em}.mailpoet_form .mailpoet-has-font-size{line-height:1.4}.mailpoet_form .mailpoet_submit{white-space:normal;word-wrap:break-word}.mailpoet_paragraph fieldset,.mailpoet_paragraph legend{background:rgba(0,0,0,0);border:0;color:inherit;margin:0;padding:0}.mailpoet_textarea{height:auto}.mailpoet_form_sending .mailpoet_form_loading{display:block}.mailpoet_form_sending .mailpoet_submit{display:none}.mailpoet_form_loading{display:none;text-align:center;width:30px}.mailpoet_form_loading>span{animation:mailpoet-bouncedelay 1.4s infinite ease-in-out both;background-color:#5b5b5b;border-radius:100%;display:inline-block;height:5px;width:5px}.mailpoet_form_loading .mailpoet_bounce1{animation-delay:-0.32s}.mailpoet_form_loading .mailpoet_bounce2{animation-delay:-0.16s;margin:0 7px}.mailpoet_captcha_form .mailpoet_validate_success{color:#468847}.mailpoet_captcha_form .mailpoet_validate_error{color:#b94a48}.mailpoet_captcha_update{cursor:pointer}.mailpoet_recaptcha_noscript_container{height:422px;position:relative;width:302px}.mailpoet_recaptcha_noscript_container>div{height:422px;position:absolute;width:302px}.mailpoet_recaptcha_noscript_container>div iframe{border-style:none;height:422px;width:302px}.mailpoet_recaptcha_noscript_input{background:#f9f9f9;border:1px solid #c1c1c1;border-radius:3px;border-style:none;bottom:12px;height:60px;left:25px;margin:0;padding:0;right:25px;width:300px}.mailpoet_recaptcha_noscript_input textarea{border:1px solid #c1c1c1;height:40px;margin:10px 25px;padding:0;resize:none;width:250px}.mailpoet_turnstile{margin-bottom:20px;text-align:center}@keyframes mailpoet-bouncedelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.mailpoet_form .mailpoet_paragraph{margin-bottom:20px}.mailpoet_column_with_background{padding:10px}.mailpoet_form_column:not(:first-child){margin-left:20px}@media screen and (min-width: 500px){.mailpoet_form_fixed_bar .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:last-child{margin-bottom:0}}@media screen and (min-width: 500px){div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph:last-child,div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph p:last-child{margin-bottom:0}}.mailpoet_form_columns_container{container-name:columns;container-type:inline-size}.mailpoet_form_columns{display:flex;flex-wrap:nowrap}.mailpoet_form_columns.mailpoet_vertically_align_top{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_center{align-items:flex-start}.mailpoet_form_columns.mailpoet_vertically_align_bottom{align-items:flex-start}@container columns (width < 400px){.mailpoet_form_columns.mailpoet_stack_on_mobile{flex-wrap:wrap}.mailpoet_form_columns.mailpoet_stack_on_mobile.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child{margin-bottom:0 !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column{flex-basis:100% !important}.mailpoet_form_columns.mailpoet_stack_on_mobile .mailpoet_form_column:not(:first-child){margin-left:0 !important}}.mailpoet_form_column{container-name:column;container-type:inline-size;display:flex;flex-direction:column;flex-grow:1}.mailpoet_form_column.mailpoet_vertically_align_top{align-self:flex-start}.mailpoet_form_column.mailpoet_vertically_align_center{align-self:center}.mailpoet_form_column.mailpoet_vertically_align_bottom{align-self:flex-end}@container column (width > 400px){.mailpoet_paragraph:last-child{margin-bottom:0}}.mailpoet_widget_preview{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;max-width:100% !important;overflow-y:auto !important;position:fixed;top:0;width:100% !important;z-index:100000}.mailpoet_widget_preview .widget-area{display:block !important;float:none !important;margin:auto;position:static !important;width:600px}.mailpoet_form_popup_overlay{background-color:#000;display:none;height:100%;left:0;margin:0;max-width:100% !important;opacity:.7;position:fixed;top:0;width:100% !important;z-index:100000}div.mailpoet_form_popup{background-color:#fff;border-radius:10px;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;left:50%;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;top:50%;transform:translate(-50%, -50%);z-index:100001}.mailpoet_form_close_icon{cursor:pointer;display:block;height:20px;margin:0 0 0 auto;padding:0;position:absolute;right:10px;top:10px;width:20px;z-index:100002}div.mailpoet_form_fixed_bar{background-color:#fff;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);box-sizing:border-box;display:none;left:0;margin:0;max-height:calc(100vh - 60px);max-width:100% !important;overflow-y:auto;position:fixed;width:100% !important;z-index:100000}div.mailpoet_form_fixed_bar form{margin:0 auto}.mailpoet_form_position_top{top:0}.mailpoet_form_position_bottom{bottom:0}div.mailpoet_form_slide_in{background-color:#fff;bottom:0;box-shadow:0 4px 35px 0 rgba(195,65,2,.2);display:none;max-height:calc(100vh - 60px);overflow-y:auto;position:fixed;z-index:100000}@media screen and (min-width: 500px){div.mailpoet_form_slide_in.mailpoet_form_position_left{border-top-right-radius:10px}div.mailpoet_form_slide_in.mailpoet_form_position_right{border-top-left-radius:10px}}.mailpoet_form_position_left{left:0}.mailpoet_form_position_right{right:0}.mailpoet_form_popup_overlay.active,div.mailpoet_form_popup.active,div.mailpoet_form_fixed_bar.active,div.mailpoet_form_slide_in.active{display:block}@media screen and (max-width: 500px){.mailpoet_form_popup_overlay.active{display:none}}.mailpoet_form_image.is-style-rounded img{border-radius:9999px}.mailpoet_form_image>figure{margin:0}.mailpoet_form_image img{margin:0;max-width:100%}.mailpoet_form_image .aligncenter{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:auto;margin-top:auto}.mailpoet_form_image .alignleft{float:left;margin-right:1em}.mailpoet_form_image .alignright{float:right;margin-left:1em}.mailpoet_form_image figcaption{text-align:center}@media screen and (max-width: 499px){.mailpoet_form_image{display:none}}.mailpoet_spacer{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}@media screen and (max-width: 499px){.mailpoet_spacer:not(.mailpoet_has_divider){display:none}.mailpoet_spacer.mailpoet_has_divider{max-height:10px}}.mailpoet_message{clear:both}@media screen and (max-width: 499px){.mailpoet_form .mailpoet-heading{font-size:18px !important;line-height:1.4 !important;margin:12.6px 0 !important}}@media screen and (max-width: 499px){h1.mailpoet-heading{font-size:23px !important;line-height:1.4 !important;margin:16.1px 0 !important}}@media screen and (max-width: 499px){h2.mailpoet-heading{font-size:20px !important;line-height:1.4 !important;margin:14px 0 !important}}h2.mailpoet-heading:before{content:none}h2.mailpoet-heading:after{content:none}.mailpoet-manage-subscription .mailpoet_text_label,.mailpoet-manage-subscription .mailpoet_textarea_label,.mailpoet-manage-subscription .mailpoet_select_label,.mailpoet-manage-subscription .mailpoet_radio_label,.mailpoet-manage-subscription .mailpoet_checkbox_label,.mailpoet-manage-subscription .mailpoet_list_label,.mailpoet-manage-subscription .mailpoet_date_label{padding-right:10px}.mailpoet-manage-subscription .mailpoet-submit-success{color:#7ed321}.mailpoet-manage-subscription .mailpoet-change-email-info{font-size:85%}.mailpoet-manage-subscription--modern{box-sizing:border-box;color:inherit;font-size:16px;line-height:1.5;margin:0 auto;max-width:720px;overflow-wrap:anywhere;width:100%}.mailpoet-manage-subscription--modern *,.mailpoet-manage-subscription--modern *:before,.mailpoet-manage-subscription--modern *:after{box-sizing:border-box}.mailpoet-manage-subscription--modern.mailpoet-manage-subscription--global-unsubscribed .mailpoet-manage-subscription-list-fields{display:none}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-section{margin:0 0 32px}.mailpoet-manage-subscription--modern h2{color:inherit;font-size:24px;font-weight:700;line-height:1.25;margin:0 0 8px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-section-description,.mailpoet-manage-subscription--modern .mailpoet_field_description,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists-description,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-description,.mailpoet-manage-subscription--modern .mailpoet-change-email-info{color:inherit;font-size:15px;line-height:1.5}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-section-description,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists-description{margin:0 0 20px}.mailpoet-manage-subscription--modern .mailpoet_field_description{margin:4px 0 8px}.mailpoet-manage-subscription--modern .mailpoet_paragraph{margin:0 0 20px}.mailpoet-manage-subscription--modern .mailpoet_text_label,.mailpoet-manage-subscription--modern .mailpoet_textarea_label,.mailpoet-manage-subscription--modern .mailpoet_select_label,.mailpoet-manage-subscription--modern .mailpoet_radio_label,.mailpoet-manage-subscription--modern .mailpoet_checkbox_label,.mailpoet-manage-subscription--modern .mailpoet_list_label,.mailpoet-manage-subscription--modern .mailpoet_date_label{color:inherit;font-size:15px;font-weight:700;line-height:1.35;margin:0 0 6px;padding-right:10px}.mailpoet-manage-subscription--modern .mailpoet_text,.mailpoet-manage-subscription--modern .mailpoet_textarea,.mailpoet-manage-subscription--modern .mailpoet_select{background:#fff;border:1px solid #b8c3cf;border-radius:6px;color:#111827;font-size:16px;line-height:1.4;min-height:44px;padding:9px 12px;width:100%}.mailpoet-manage-subscription--modern .mailpoet_text:focus,.mailpoet-manage-subscription--modern .mailpoet_textarea:focus,.mailpoet-manage-subscription--modern .mailpoet_select:focus,.mailpoet-manage-subscription--modern .mailpoet_submit:focus-visible,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label:focus-within{border-color:#2271b1;box-shadow:0 0 0 3px rgba(34,113,177,.2);outline:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-email strong{background:#f6f8fa;border:1px solid #d8dee4;border-radius:6px;color:#111827;display:block;font-weight:600;margin-top:6px;min-height:44px;padding:10px 12px}.mailpoet-manage-subscription--modern .mailpoet-change-email-info{display:block;font-size:15px;margin-top:8px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists{border:0;margin:0 0 28px;padding:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists>.mailpoet_segment_label{color:inherit;display:block;font-size:24px;font-weight:700;line-height:1.25;margin:0 0 8px;padding:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-row{align-items:center;border-top:1px solid #d8dee4;display:grid;gap:20px;grid-template-columns:minmax(0, 1fr) auto;padding:16px 0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-row:last-of-type{border-bottom:1px solid #d8dee4}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-copy{min-width:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-name{color:inherit;font-weight:700;line-height:1.4}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-description{margin-top:4px;white-space:pre-line}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-choice{align-items:center;border:0;display:flex;gap:8px;margin:0;padding:0;white-space:nowrap}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-legend{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label{align-items:center;background:#fff;border:1px solid #b8c3cf;border-radius:6px;color:#111827;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:8px;justify-content:center;min-height:40px;min-width:72px;padding:8px 12px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label:hover{border-color:#6b7a89}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label:has(input:checked){background:#edf6ff;border-color:#2271b1;color:#0f4f83}.mailpoet-manage-subscription--modern .mailpoet_radio{accent-color:#2271b1;margin:0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-no-lists{background:#f6f8fa;border-left:4px solid #8c9aa8;color:#52616f;margin:8px 0 0;padding:12px 14px}.mailpoet-manage-subscription--modern .mailpoet-submit-success{background:#f1f8ee;border-left:4px solid #4f8f35;color:#255f1f;margin:0 0 28px;padding:12px 14px}.mailpoet-manage-subscription--modern .parsley-errors-list,.mailpoet-manage-subscription--modern .mailpoet_validate_error,.mailpoet-manage-subscription--modern .mailpoet-submit-error{background:#fff4f4;border-left:4px solid #c62828;color:#8a1f1f;margin:8px 0 0;padding:10px 12px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-actions{margin-top:28px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-actions .mailpoet_paragraph{margin-bottom:0}.mailpoet-manage-subscription--modern .mailpoet_submit{appearance:none;background:#2271b1;border:1px solid #1d5f95;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;line-height:1.25;min-height:44px;padding:10px 18px}.mailpoet-manage-subscription--modern .mailpoet_submit:hover{background:#135e96}.mailpoet-manage-subscription--modern .mailpoet_submit:active{background:#0f4f83}.mailpoet-manage-subscription--modern .mailpoet_submit:disabled{cursor:default;opacity:.65}@media screen and (max-width: 599px){.mailpoet-manage-subscription--modern h2,.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-lists>.mailpoet_segment_label{font-size:21px}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-row{align-items:stretch;gap:12px;grid-template-columns:1fr;padding:18px 0}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-list-choice{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));white-space:normal;width:100%}.mailpoet-manage-subscription--modern .mailpoet-manage-subscription-choice-label{min-width:0;width:100%}.mailpoet-manage-subscription--modern .mailpoet_submit{width:100%}}.mailpoet_form_overlay_animation{animation:fade-in-overlay 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in-overlay{0%{opacity:0}100%{opacity:.7}}.mailpoet_form_animation_slideup{animation:slide-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideup{animation:slide-up-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-up-popup{0%{opacity:0;transform:translate(-50%, -20%)}100%{opacity:1;transform:translate(-50%, -50%)}}@keyframes slide-up{0%{opacity:0;transform:translateY(30%)}100%{opacity:1;transform:translateY(0)}}.mailpoet_form_animation_fadein{animation:fade-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.mailpoet_form_animation_slideright{animation:slide-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideright{animation:slide-right-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-right{0%{opacity:0;transform:translateX(-30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-right-popup{0%{opacity:0;transform:translate(-80%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slideleft{animation:slide-left 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slideleft{animation:slide-left-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-left{0%{opacity:0;transform:translateX(30%)}100%{opacity:1;transform:translateX(0)}}@keyframes slide-left-popup{0%{opacity:0;transform:translate(-20%, -50%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_slidedown{animation:slide-down 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_slidedown{animation:slide-down-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes slide-down{0%{opacity:0;transform:translateY(-30%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-down-popup{0%{opacity:0;transform:translate(-50%, -80%)}100%{opacity:1;transform:translate(-50%, -50%)}}.mailpoet_form_animation_zoomout{animation:zoom-out 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomout{animation:zoom-out-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-out{0%{opacity:0;transform:scale(1.3)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-out-popup{0%{transform:scale(1.3) translate(-35%, -35%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_zoomin{animation:zoom-in 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}.mailpoet_form_popup.mailpoet_form_animation_zoomin{animation:zoom-in-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1)}@keyframes zoom-in{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes zoom-in-popup{0%{transform:scale(0.8) translate(-60%, -60%)}100%{transform:scale(1) translate(-50%, -50%)}}.mailpoet_form_animation_flip{animation:flip 1s 1 ease-in-out;perspective:2000px}.mailpoet_form_popup.mailpoet_form_animation_flip{animation:flip-popup 1s 1 ease-in-out;perspective:2000px}@keyframes flip{0%{opacity:0;transform:rotateY(-60deg);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg)}}@keyframes flip-popup{0%{opacity:0;transform:rotateY(-60deg) translate(-59%, -50%);transform-style:preserve-3d}100%{opacity:1;transform:rotateY(0deg) translate(-50%, -50%)}}.mailpoet_form .has-black-color{color:#000}.mailpoet_form .has-black-background-color{background-color:#000}.mailpoet_form .has-cyan-bluish-gray-color{color:#abb8c3}.mailpoet_form .has-cyan-bluish-gray-background-color{background-color:#abb8c3}.mailpoet_form .has-white-color{color:#fff}.mailpoet_form .has-black-white-color{background-color:#fff}.mailpoet_form .has-pale-pink-color{color:#f78da7}.mailpoet_form .has-pale-pink-background-color{background-color:#f78da7}.mailpoet_form .has-vivid-red-color{color:#cf2e2e}.mailpoet_form .has-vivid-red-background-color{background-color:#cf2e2e}.mailpoet_form .has-luminous-vivid-orange-color{color:#ff6900}.mailpoet_form .has-luminous-vivid-orange-background-color{background-color:#ff6900}.mailpoet_form .has-luminous-vivid-amber-color{color:#fcb900}.mailpoet_form .has-luminous-vivid-amber-background-color{background-color:#fcb900}.mailpoet_form .has-light-green-cyan-color{color:#7bdcb5}.mailpoet_form .has-light-green-cyan-background-color{background-color:#7bdcb5}.mailpoet_form .has-vivid-green-cyan-color{color:#00d084}.mailpoet_form .has-vivid-green-cyan-background-color{background-color:#00d084}.mailpoet_form .has-pale-cyan-blue-color{color:#8ed1fc}.mailpoet_form .has-pale-cyan-blue-background-color{background-color:#8ed1fc}.mailpoet_form .has-vivid-cyan-blue-color{color:#0693e3}.mailpoet_form .has-vivid-cyan-blue-background-color{background-color:#0693e3}.mailpoet_form .has-vivid-purple-color{color:#9b51e0}.mailpoet_form .has--vivid-purple--background-color{background-color:#9b51e0}.mailpoet_captcha_form .mailpoet_icon_button{background:rgba(0,0,0,0);border:0;cursor:pointer}.mailpoet_captcha_form .mailpoet_icon_button img{height:20px;width:20px}.mailpoet_captcha_container{margin:0 auto 20px;max-width:300px;text-align:center}.mailpoet_captcha_container .mailpoet_captcha_image_wrapper{margin-bottom:10px}.mailpoet_captcha_container .mailpoet_captcha{display:block;margin:0 auto}.mailpoet_captcha_container .mailpoet_icon_button{background:rgba(0,0,0,0);border:0;cursor:pointer;padding:5px;vertical-align:middle}.mailpoet_captcha_container .mailpoet_icon_button img{height:20px;width:20px}.mailpoet_captcha_container .mailpoet_icon_button:hover{opacity:.7}.mailpoet_captcha_container .mailpoet_captcha_player{display:none}.mailpoet_captcha_container .mailpoet_captcha_label{display:block;margin-top:10px;text-align:left}.mailpoet_captcha_container .mailpoet_captcha_label .mailpoet_text_label{display:block;margin-bottom:5px}.mailpoet_captcha_container .mailpoet_captcha_label .mailpoet_text{max-width:220px;width:100%}.mailpoet_captcha_container .mailpoet_captcha_submit{margin-top:15px}.mailpoet_captcha_hidden{display:none !important}form#registerform .g-recaptcha:not([data-size=invisible]){scale:.9;transform-origin:0 0}form.woocommerce-form-register .g-recaptcha{padding-inline-start:3px}