@charset "utf-8";

/*¬õ red rgba(244, 67, 54, .85)*/ /*¯» pink rgba(255, 150, 220, .85)*/

/*µµ purple rgba(156, 39, 176, .85)*/ /*²`µµ deeppurple rgba(103, 58, 183, .85)*/

/*ÀQ«C indigo rgba(63, 81, 181, .85)*/ /*ÂÅ blue rgba(33, 150, 243, .85)*/ /*²LÂÅ lightblue rgba(3, 169, 244, .85)*/

/*«C¦â cyan rgba(0, 188, 212, .85)*/ /*ÂÅºñ¦â teal rgba(0, 150, 136, .85)*/

/*ºñ green rgba(76, 175, 80, .85)*/ /*²Lºñ lightgreen rgba(139, 195, 74, .85)*/ /*ÂfÂcºñ lime rgba(205, 220, 57, .85)*/

/*¶À¦â yellow rgba(255, 235, 59, .85)*/ /*µ[¬Ä¦â amber rgba(255, 193, 7, .85)*/ /*¾í¦â orange rgba(255, 152, 0, .85)*/ /*²`¾í deeporange rgba(255, 87, 34, .85)*/

/*´Ä¦â brown rgba(121, 85, 72, .85)*/ /*¦Ç¦â grey rgba(158, 158, 158, .85)*/ /*¦ÇÂÅ bluegrey rgba(96, 125, 139, .85)*/

/*============================================================================*/

.pl-antcss { position: fixed; top: calc(100% / 2 - 120px) !important; left: calc(100% / 2 - 180px) !important; }

.pl-antcss .dna { width: 360px; margin: 100px auto; perspective: 270px; transform-style: preserve-3d; letter-spacing: -5px; }
/*
.pl-antcss .dna:after {
	display: block; padding-top: 50px; content: 'Loading...';
	color: rgba(0, 0, 0, .85);
	text-align: center;
	letter-spacing: 5px;
}
*/
.pl-antcss .ele {
	display: inline-block; margin-left: 0px; width: 6px; height: 6px;
	animation: preloader-rotate 3s linear infinite;
	transform: rotateX(-360deg) translateZ(0);
	transform-style: preserve-3d;
}

.pl-antcss .ele:nth-of-type(2n) .dot:before { box-shadow: 0 0 3px 0 rgba(3, 169, 244, .85); background: rgba(3, 169, 244, .85); }

.pl-antcss .dot {
	width: inherit; height: inherit;
	transform: translateZ(-20px);
	transform-style: preserve-3d;
}

.pl-antcss .dot:before {
	content: '';
	display: block; width: inherit; height: inherit;
	border-radius: 100%;
	box-shadow: 0 0 3px 0 rgba(205, 220, 57, .85);
	background: rgba(205, 220, 57, .85);
	animation: preloader-rotate 3s linear infinite reverse;
	transform: rotateX(-360deg) translateZ(0);
}

.pl-tx { display: flex; justify-content: center; position: absolute; top: calc(100% / 2 + 35px) !important; left: 0; right: 0; width: 100vw; max-width: 1920px; font-size: 14px; }

.pl-antcss .ele:nth-of-type(1), .pl-antcss .ele:nth-of-type(1) .dot:before { animation-delay: -0.1s; }
.pl-antcss .ele:nth-of-type(1):nth-of-type(odd) { animation-delay: -1.6s; }
.pl-antcss .ele:nth-of-type(2), .pl-antcss .ele:nth-of-type(2) .dot:before { animation-delay: -0.2s; }
.pl-antcss .ele:nth-of-type(2):nth-of-type(odd) { animation-delay: -1.7s; }
.pl-antcss .ele:nth-of-type(3), .pl-antcss .ele:nth-of-type(3) .dot:before { animation-delay: -0.3s; }
.pl-antcss .ele:nth-of-type(3):nth-of-type(odd) { animation-delay: -1.8s; }
.pl-antcss .ele:nth-of-type(4), .pl-antcss .ele:nth-of-type(4) .dot:before { animation-delay: -0.4s; }
.pl-antcss .ele:nth-of-type(4):nth-of-type(odd) { animation-delay: -1.9s; }
.pl-antcss .ele:nth-of-type(5), .pl-antcss .ele:nth-of-type(5) .dot:before { animation-delay: -0.5s; }
.pl-antcss .ele:nth-of-type(5):nth-of-type(odd) { animation-delay: -2s; }
.pl-antcss .ele:nth-of-type(6), .pl-antcss .ele:nth-of-type(6) .dot:before { animation-delay: -0.6s; }
.pl-antcss .ele:nth-of-type(6):nth-of-type(odd) { animation-delay: -2.1s; }
.pl-antcss .ele:nth-of-type(7), .pl-antcss .ele:nth-of-type(7) .dot:before { animation-delay: -0.7s; }
.pl-antcss .ele:nth-of-type(7):nth-of-type(odd) { animation-delay: -2.2s; }
.pl-antcss .ele:nth-of-type(8), .pl-antcss .ele:nth-of-type(8) .dot:before { animation-delay: -0.8s; }
.pl-antcss .ele:nth-of-type(8):nth-of-type(odd) { animation-delay: -2.3s; }
.pl-antcss .ele:nth-of-type(9), .pl-antcss .ele:nth-of-type(9) .dot:before { animation-delay: -0.9s; }
.pl-antcss .ele:nth-of-type(9):nth-of-type(odd) { animation-delay: -2.4s; }
.pl-antcss .ele:nth-of-type(10), .pl-antcss .ele:nth-of-type(10) .dot:before { animation-delay: -1s; }
.pl-antcss .ele:nth-of-type(10):nth-of-type(odd) { animation-delay: -2.5s; }
.pl-antcss .ele:nth-of-type(11), .pl-antcss .ele:nth-of-type(11) .dot:before { animation-delay: -1.1s; }
.pl-antcss .ele:nth-of-type(11):nth-of-type(odd) { animation-delay: -2.6s; }
.pl-antcss .ele:nth-of-type(12), .pl-antcss .ele:nth-of-type(12) .dot:before { animation-delay: -1.2s; }
.pl-antcss .ele:nth-of-type(12):nth-of-type(odd) { animation-delay: -2.7s; }
.pl-antcss .ele:nth-of-type(13), .pl-antcss .ele:nth-of-type(13) .dot:before { animation-delay: -1.3s; }
.pl-antcss .ele:nth-of-type(13):nth-of-type(odd) { animation-delay: -2.8s; }
.pl-antcss .ele:nth-of-type(14), .pl-antcss .ele:nth-of-type(14) .dot:before { animation-delay: -1.4s; }
.pl-antcss .ele:nth-of-type(14):nth-of-type(odd) { animation-delay: -2.9s; }
.pl-antcss .ele:nth-of-type(15), .pl-antcss .ele:nth-of-type(15) .dot:before { animation-delay: -1.5s; }
.pl-antcss .ele:nth-of-type(15):nth-of-type(odd) { animation-delay: -3s; }
.pl-antcss .ele:nth-of-type(16), .pl-antcss .ele:nth-of-type(16) .dot:before { animation-delay: -1.6s; }
.pl-antcss .ele:nth-of-type(16):nth-of-type(odd) { animation-delay: -3.1s; }
.pl-antcss .ele:nth-of-type(17), .pl-antcss .ele:nth-of-type(17) .dot:before { animation-delay: -1.7s; }
.pl-antcss .ele:nth-of-type(17):nth-of-type(odd) { animation-delay: -3.2s; }
.pl-antcss .ele:nth-of-type(18), .pl-antcss .ele:nth-of-type(18) .dot:before { animation-delay: -1.8s; }
.pl-antcss .ele:nth-of-type(18):nth-of-type(odd) { animation-delay: -3.3s; }
.pl-antcss .ele:nth-of-type(19), .pl-antcss .ele:nth-of-type(19) .dot:before { animation-delay: -1.9s; }
.pl-antcss .ele:nth-of-type(19):nth-of-type(odd) { animation-delay: -3.4s;}
.pl-antcss .ele:nth-of-type(20), .pl-antcss .ele:nth-of-type(20) .dot:before { animation-delay: -2s; }
.pl-antcss .ele:nth-of-type(20):nth-of-type(odd) { animation-delay: -3.5s; }
.pl-antcss .ele:nth-of-type(21), .pl-antcss .ele:nth-of-type(21) .dot:before { animation-delay: -2.1s; }
.pl-antcss .ele:nth-of-type(21):nth-of-type(odd) { animation-delay: -3.6s; }
.pl-antcss .ele:nth-of-type(22), .pl-antcss .ele:nth-of-type(22) .dot:before { animation-delay: -2.2s; }
.pl-antcss .ele:nth-of-type(22):nth-of-type(odd) { animation-delay: -3.7s; }
.pl-antcss .ele:nth-of-type(23), .pl-antcss .ele:nth-of-type(23) .dot:before { animation-delay: -2.3s; }
.pl-antcss .ele:nth-of-type(23):nth-of-type(odd) { animation-delay: -3.8s; }
.pl-antcss .ele:nth-of-type(24), .pl-antcss .ele:nth-of-type(24) .dot:before { animation-delay: -2.4s; }
.pl-antcss .ele:nth-of-type(24):nth-of-type(odd) { animation-delay: -3.9s; }
.pl-antcss .ele:nth-of-type(25), .pl-antcss .ele:nth-of-type(25) .dot:before { animation-delay: -2.5s; }
.pl-antcss .ele:nth-of-type(25):nth-of-type(odd) { animation-delay: -4s; }
.pl-antcss .ele:nth-of-type(26), .pl-antcss .ele:nth-of-type(26) .dot:before { animation-delay: -2.6s; }
.pl-antcss .ele:nth-of-type(26):nth-of-type(odd) { animation-delay: -4.1s; }
.pl-antcss .ele:nth-of-type(27), .pl-antcss .ele:nth-of-type(27) .dot:before { animation-delay: -2.7s; }
.pl-antcss .ele:nth-of-type(27):nth-of-type(odd) { animation-delay: -4.2s; }
.pl-antcss .ele:nth-of-type(28), .pl-antcss .ele:nth-of-type(28) .dot:before { animation-delay: -2.8s; }
.pl-antcss .ele:nth-of-type(28):nth-of-type(odd) { animation-delay: -4.3s; }
.pl-antcss .ele:nth-of-type(29), .pl-antcss .ele:nth-of-type(29) .dot:before { animation-delay: -2.9s; }
.pl-antcss .ele:nth-of-type(29):nth-of-type(odd) { animation-delay: -4.4s; }
.pl-antcss .ele:nth-of-type(30), .pl-antcss .ele:nth-of-type(30) .dot:before { animation-delay: -3s; }
.pl-antcss .ele:nth-of-type(30):nth-of-type(odd) { animation-delay: -4.5s; }
.pl-antcss .ele:nth-of-type(31), .pl-antcss .ele:nth-of-type(31) .dot:before { animation-delay: -3.1s; }
.pl-antcss .ele:nth-of-type(31):nth-of-type(odd) { animation-delay: -4.6s; }
.pl-antcss .ele:nth-of-type(32), .pl-antcss .ele:nth-of-type(32) .dot:before { animation-delay: -3.2s; }
.pl-antcss .ele:nth-of-type(32):nth-of-type(odd) { animation-delay: -4.7s; }
.pl-antcss .ele:nth-of-type(33), .pl-antcss .ele:nth-of-type(33) .dot:before { animation-delay: -3.3s; }
.pl-antcss .ele:nth-of-type(33):nth-of-type(odd) { animation-delay: -4.8s; }
.pl-antcss .ele:nth-of-type(34), .pl-antcss .ele:nth-of-type(34) .dot:before { animation-delay: -3.4s; }
.pl-antcss .ele:nth-of-type(34):nth-of-type(odd) { animation-delay: -4.9s; }
.pl-antcss .ele:nth-of-type(35), .pl-antcss .ele:nth-of-type(35) .dot:before { animation-delay: -3.5s; }
.pl-antcss .ele:nth-of-type(35):nth-of-type(odd) { animation-delay: -5s; }
.pl-antcss .ele:nth-of-type(36), .pl-antcss .ele:nth-of-type(36) .dot:before { animation-delay: -3.6s; }
.pl-antcss .ele:nth-of-type(36):nth-of-type(odd) { animation-delay: -5.1s; }
.pl-antcss .ele:nth-of-type(37), .pl-antcss .ele:nth-of-type(37) .dot:before { animation-delay: -3.7s; }
.pl-antcss .ele:nth-of-type(37):nth-of-type(odd) { animation-delay: -5.2s; }
.pl-antcss .ele:nth-of-type(38), .pl-antcss .ele:nth-of-type(38) .dot:before { animation-delay: -3.8s; }
.pl-antcss .ele:nth-of-type(38):nth-of-type(odd) { animation-delay: -5.3s; }
.pl-antcss .ele:nth-of-type(39), .pl-antcss .ele:nth-of-type(39) .dot:before { animation-delay: -3.9s; }
.pl-antcss .ele:nth-of-type(39):nth-of-type(odd) { animation-delay: -5.4s; }
.pl-antcss .ele:nth-of-type(40), .pl-antcss .ele:nth-of-type(40) .dot:before { animation-delay: -4s; }
.pl-antcss .ele:nth-of-type(40):nth-of-type(odd) { animation-delay: -5.5s; }
.pl-antcss .ele:nth-of-type(41), .pl-antcss .ele:nth-of-type(41) .dot:before { animation-delay: -4.1s; }
.pl-antcss .ele:nth-of-type(41):nth-of-type(odd) { animation-delay: -5.6s; }
.pl-antcss .ele:nth-of-type(42), .pl-antcss .ele:nth-of-type(42) .dot:before { animation-delay: -4.2s; }
.pl-antcss .ele:nth-of-type(42):nth-of-type(odd) { animation-delay: -5.7s; }
.pl-antcss .ele:nth-of-type(43), .pl-antcss .ele:nth-of-type(43) .dot:before { animation-delay: -4.3s; }
.pl-antcss .ele:nth-of-type(43):nth-of-type(odd) { animation-delay: -5.8s; }
.pl-antcss .ele:nth-of-type(44), .pl-antcss .ele:nth-of-type(44) .dot:before { animation-delay: -4.4s; }
.pl-antcss .ele:nth-of-type(44):nth-of-type(odd) { animation-delay: -5.9s; }
.pl-antcss .ele:nth-of-type(45), .pl-antcss .ele:nth-of-type(45) .dot:before { animation-delay: -4.5s; }
.pl-antcss .ele:nth-of-type(45):nth-of-type(odd) { animation-delay: -6s; }
.pl-antcss .ele:nth-of-type(46), .pl-antcss .ele:nth-of-type(46) .dot:before { animation-delay: -4.6s; }
.pl-antcss .ele:nth-of-type(46):nth-of-type(odd) { animation-delay: -6.1s; }
.pl-antcss .ele:nth-of-type(47), .pl-antcss .ele:nth-of-type(47) .dot:before { animation-delay: -4.7s; }
.pl-antcss .ele:nth-of-type(47):nth-of-type(odd) { animation-delay: -6.2s; }
.pl-antcss .ele:nth-of-type(48), .pl-antcss .ele:nth-of-type(48) .dot:before { animation-delay: -4.8s; }
.pl-antcss .ele:nth-of-type(48):nth-of-type(odd) { animation-delay: -6.3s; }
.pl-antcss .ele:nth-of-type(49), .pl-antcss .ele:nth-of-type(49) .dot:before { animation-delay: -4.9s; }
.pl-antcss .ele:nth-of-type(49):nth-of-type(odd) { animation-delay: -6.4s; }
.pl-antcss .ele:nth-of-type(50), .pl-antcss .ele:nth-of-type(50) .dot:before { animation-delay: -5s; }
.pl-antcss .ele:nth-of-type(50):nth-of-type(odd) { animation-delay: -6.5s; }
.pl-antcss .ele:nth-of-type(51), .pl-antcss .ele:nth-of-type(51) .dot:before { animation-delay: -5.1s; }
.pl-antcss .ele:nth-of-type(51):nth-of-type(odd) { animation-delay: -6.6s; }
.pl-antcss .ele:nth-of-type(52), .pl-antcss .ele:nth-of-type(52) .dot:before { animation-delay: -5.2s; }
.pl-antcss .ele:nth-of-type(52):nth-of-type(odd) { animation-delay: -6.7s; }
.pl-antcss .ele:nth-of-type(53), .pl-antcss .ele:nth-of-type(53) .dot:before { animation-delay: -5.3s; }
.pl-antcss .ele:nth-of-type(53):nth-of-type(odd) { animation-delay: -6.8s; }
.pl-antcss .ele:nth-of-type(54), .pl-antcss .ele:nth-of-type(54) .dot:before { animation-delay: -5.4s; }
.pl-antcss .ele:nth-of-type(54):nth-of-type(odd) { animation-delay: -6.9s; }
.pl-antcss .ele:nth-of-type(55), .pl-antcss .ele:nth-of-type(55) .dot:before { animation-delay: -5.5s; }
.pl-antcss .ele:nth-of-type(55):nth-of-type(odd) { animation-delay: -7s; }
.pl-antcss .ele:nth-of-type(56), .pl-antcss .ele:nth-of-type(56) .dot:before { animation-delay: -5.6s; }
.pl-antcss .ele:nth-of-type(56):nth-of-type(odd) { animation-delay: -7.1s; }
.pl-antcss .ele:nth-of-type(57), .pl-antcss .ele:nth-of-type(57) .dot:before { animation-delay: -5.7s; }
.pl-antcss .ele:nth-of-type(57):nth-of-type(odd) { animation-delay: -7.2s; }
.pl-antcss .ele:nth-of-type(58), .pl-antcss .ele:nth-of-type(58) .dot:before { animation-delay: -5.8s; }
.pl-antcss .ele:nth-of-type(58):nth-of-type(odd) { animation-delay: -7.3s; }
.pl-antcss .ele:nth-of-type(59), .pl-antcss .ele:nth-of-type(59) .dot:before { animation-delay: -5.9s; }
.pl-antcss .ele:nth-of-type(59):nth-of-type(odd) { animation-delay: -7.4s; }
.pl-antcss .ele:nth-of-type(60), .pl-antcss .ele:nth-of-type(60) .dot:before { animation-delay: -6s; }
.pl-antcss .ele:nth-of-type(60):nth-of-type(odd) { animation-delay: -7.5s; }

@keyframes preloader-rotate {
	to { transform: none; }
}


/*============================================================================*/
