/***** ANIMATED NUMBERS *****/
.animate {}
.animate > .content {}
.animate > .content p strong.large {display: inline-block; border: 4px solid #aca39a; border-radius: 50%; font-size: 48px; width: 150px; height: 75px; padding: 40px 0; line-height: 140%; color: #aca39a;}
.animate .circle-wrap {margin: 0 auto 25px; width: 150px; height: 150px; background: #aca39a; border-radius: 50%;}

.animate.inview .circle-wrap .circle .mask,
.animate.inview .circle-wrap .circle .fill {width: 150px; height: 150px; position: absolute; border-radius: 50%;}

.animate.inview .circle-wrap .circle .mask {clip: rect(0px, 150px, 150px, 75px);}

.animate.inview .circle-wrap .circle .mask .fill {
	clip: rect(0px, 75px, 150px, 0px);
	/*background: linear-gradient(90deg, rgba(16,6,159,1) 0%, rgba(2,179,238,1) 100%);*/
	background-color: #00573d;
}

.animate .circle-wrap .inside-circle {font-family: 'Oswald'; width: 130px; height: 130px; border-radius: 50%; background: #fff; line-height: 130px; text-align: center; margin-top: 10px; margin-left: 10px; position: absolute; z-index: 100; font-weight: 700; font-size: 48px; color: #000;}

.animate.inview .circle-wrap .circle .mask.full,
.animate.inview .circle-wrap .circle .fill {animation: fill ease-in-out 5s; transform: rotate(360deg);}

.animate.inview .circle-wrap[data-count="1"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="1"] .circle .fill {animation: fill1 ease-in-out 5s; transform: rotate(1deg);}
.animate.inview .circle-wrap[data-count="2"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="2"] .circle .fill {animation: fill2 ease-in-out 5s; transform: rotate(4deg);}
.animate.inview .circle-wrap[data-count="3"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="3"] .circle .fill {animation: fill3 ease-in-out 5s; transform: rotate(5deg);}
.animate.inview .circle-wrap[data-count="4"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="4"] .circle .fill {animation: fill4 ease-in-out 5s; transform: rotate(8deg);}
.animate.inview .circle-wrap[data-count="5"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="5"] .circle .fill {animation: fill5 ease-in-out 5s; transform: rotate(10deg);}
.animate.inview .circle-wrap[data-count="6"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="6"] .circle .fill {animation: fill6 ease-in-out 5s; transform: rotate(12deg);}
.animate.inview .circle-wrap[data-count="7"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="7"] .circle .fill {animation: fill7 ease-in-out 5s; transform: rotate(14deg);}
.animate.inview .circle-wrap[data-count="8"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="8"] .circle .fill {animation: fill8 ease-in-out 5s; transform: rotate(18deg);}
.animate.inview .circle-wrap[data-count="9"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="9"] .circle .fill {animation: fill9 ease-in-out 5s; transform: rotate(20deg);}

@keyframes fill1 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(1deg);}
}
@keyframes fill2 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(4deg);}
}
@keyframes fill3 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(5deg);}
}
@keyframes fill4 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(8deg);}
}
@keyframes fill5 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(10deg);}
}
@keyframes fill6 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(12deg);}
}
@keyframes fill7 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(14deg);}
}
@keyframes fill8 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(18deg);}
}
@keyframes fill9 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(20deg);}
}

.animate.inview .circle-wrap[data-count="10"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="10"] .circle .fill {animation: fill10 ease-in-out 5s; transform: rotate(20deg);}
.animate.inview .circle-wrap[data-count="11"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="11"] .circle .fill {animation: fill11 ease-in-out 5s; transform: rotate(20deg);}
.animate.inview .circle-wrap[data-count="12"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="12"] .circle .fill {animation: fill12 ease-in-out 5s; transform: rotate(22deg);}
.animate.inview .circle-wrap[data-count="13"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="13"] .circle .fill {animation: fill13 ease-in-out 5s; transform: rotate(22deg);}
.animate.inview .circle-wrap[data-count="14"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="14"] .circle .fill {animation: fill14 ease-in-out 5s; transform: rotate(24deg);}
.animate.inview .circle-wrap[data-count="15"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="15"] .circle .fill {animation: fill15 ease-in-out 5s; transform: rotate(24deg);}
.animate.inview .circle-wrap[data-count="16"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="16"] .circle .fill {animation: fill16 ease-in-out 5s; transform: rotate(26deg);}
.animate.inview .circle-wrap[data-count="17"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="17"] .circle .fill {animation: fill17 ease-in-out 5s; transform: rotate(26deg);}
.animate.inview .circle-wrap[data-count="18"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="18"] .circle .fill {animation: fill18 ease-in-out 5s; transform: rotate(28deg);}
.animate.inview .circle-wrap[data-count="19"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="19"] .circle .fill {animation: fill19 ease-in-out 5s; transform: rotate(28deg);}

@keyframes fill10 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(20deg);}
}
@keyframes fill11 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(20deg);}
}
@keyframes fill12 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(22deg);}
}
@keyframes fill13 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(22deg);}
}
@keyframes fill14 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(24deg);}
}
@keyframes fill15 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(24deg);}
}
@keyframes fill16 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(26deg);}
}
@keyframes fill17 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(26deg);}
}
@keyframes fill18 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(28deg);}
}
@keyframes fill19 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(28deg);}
}

.animate.inview .circle-wrap[data-count="20"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="20"] .circle .fill {animation: fill21 ease-in-out 5s; transform: rotate(30deg);}
.animate.inview .circle-wrap[data-count="21"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="21"] .circle .fill {animation: fill22 ease-in-out 5s; transform: rotate(32deg);}
.animate.inview .circle-wrap[data-count="22"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="22"] .circle .fill {animation: fill23 ease-in-out 5s; transform: rotate(34deg);}
.animate.inview .circle-wrap[data-count="23"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="23"] .circle .fill {animation: fill24 ease-in-out 5s; transform: rotate(36deg);}
.animate.inview .circle-wrap[data-count="24"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="24"] .circle .fill {animation: fill25 ease-in-out 5s; transform: rotate(38deg);}
.animate.inview .circle-wrap[data-count="25"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="25"] .circle .fill {animation: fill26 ease-in-out 5s; transform: rotate(40deg);}
.animate.inview .circle-wrap[data-count="26"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="26"] .circle .fill {animation: fill27 ease-in-out 5s; transform: rotate(44deg);}
.animate.inview .circle-wrap[data-count="27"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="27"] .circle .fill {animation: fill28 ease-in-out 5s; transform: rotate(48deg);}
.animate.inview .circle-wrap[data-count="28"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="28"] .circle .fill {animation: fill29 ease-in-out 5s; transform: rotate(52deg);}
.animate.inview .circle-wrap[data-count="29"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="29"] .circle .fill {animation: fill30 ease-in-out 5s; transform: rotate(58deg);}

@keyframes fill20 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(30deg);}
}
@keyframes fill21 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(32deg);}
}
@keyframes fill22 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(34deg);}
}
@keyframes fill23 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(36deg);}
}
@keyframes fill24 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(38deg);}
}
@keyframes fill25 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(40deg);}
}
@keyframes fill26 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(44deg);}
}
@keyframes fill27 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(48deg);}
}
@keyframes fill28 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(52deg);}
}
@keyframes fill29 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(58deg);}
}

.animate.inview .circle-wrap[data-count="30"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="30"] .circle .fill {animation: fill30 ease-in-out 5s; transform: rotate(60deg);}
.animate.inview .circle-wrap[data-count="31"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="31"] .circle .fill {animation: fill31 ease-in-out 5s; transform: rotate(60deg);}
.animate.inview .circle-wrap[data-count="32"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="32"] .circle .fill {animation: fill32 ease-in-out 5s; transform: rotate(65deg);}
.animate.inview .circle-wrap[data-count="33"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="33"] .circle .fill {animation: fill33 ease-in-out 5s; transform: rotate(68deg);}
.animate.inview .circle-wrap[data-count="34"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="34"] .circle .fill {animation: fill34 ease-in-out 5s; transform: rotate(68deg);}
.animate.inview .circle-wrap[data-count="35"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="35"] .circle .fill {animation: fill35 ease-in-out 5s; transform: rotate(70deg);}
.animate.inview .circle-wrap[data-count="36"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="36"] .circle .fill {animation: fill36 ease-in-out 5s; transform: rotate(70deg);}
.animate.inview .circle-wrap[data-count="37"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="37"] .circle .fill {animation: fill37 ease-in-out 5s; transform: rotate(72deg);}
.animate.inview .circle-wrap[data-count="38"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="38"] .circle .fill {animation: fill38 ease-in-out 5s; transform: rotate(72deg);}
.animate.inview .circle-wrap[data-count="39"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="39"] .circle .fill {animation: fill39 ease-in-out 5s; transform: rotate(74deg);}

@keyframes fill30 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(60deg);}
}
@keyframes fill31 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(60deg);}
}
@keyframes fill32 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(65deg);}
}
@keyframes fill33 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(68deg);}
}
@keyframes fill34 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(68deg);}
}
@keyframes fill35 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(70deg);}
}
@keyframes fill36 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(70deg);}
}
@keyframes fill37 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(72deg);}
}
@keyframes fill38 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(72deg);}
}
@keyframes fill39 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(74deg);}
}

.animate.inview .circle-wrap[data-count="40"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="40"] .circle .fill {animation: fill40 ease-in-out 5s; transform: rotate(74deg);}
.animate.inview .circle-wrap[data-count="41"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="41"] .circle .fill {animation: fill41 ease-in-out 5s; transform: rotate(75deg);}
.animate.inview .circle-wrap[data-count="42"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="42"] .circle .fill {animation: fill42 ease-in-out 5s; transform: rotate(75deg);}
.animate.inview .circle-wrap[data-count="43"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="43"] .circle .fill {animation: fill43 ease-in-out 5s; transform: rotate(78deg);}
.animate.inview .circle-wrap[data-count="44"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="44"] .circle .fill {animation: fill44 ease-in-out 5s; transform: rotate(78deg);}
.animate.inview .circle-wrap[data-count="45"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="45"] .circle .fill {animation: fill45 ease-in-out 5s; transform: rotate(80deg);}
.animate.inview .circle-wrap[data-count="46"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="46"] .circle .fill {animation: fill46 ease-in-out 5s; transform: rotate(82deg);}
.animate.inview .circle-wrap[data-count="47"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="47"] .circle .fill {animation: fill47 ease-in-out 5s; transform: rotate(84deg);}
.animate.inview .circle-wrap[data-count="48"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="48"] .circle .fill {animation: fill48 ease-in-out 5s; transform: rotate(86deg);}
.animate.inview .circle-wrap[data-count="49"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="49"] .circle .fill {animation: fill49 ease-in-out 5s; transform: rotate(88deg);}

@keyframes fill40 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(74deg);}
}
@keyframes fill41 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(75deg);}
}
@keyframes fill42 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(75deg);}
}
@keyframes fill43 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(78deg);}
}
@keyframes fill44 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(78deg);}
}
@keyframes fill45 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(80deg);}
}
@keyframes fill46 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(82deg);}
}
@keyframes fill47 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(84deg);}
}
@keyframes fill48 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(86deg);}
}
@keyframes fill49 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(88deg);}
}

.animate.inview .circle-wrap[data-count="50"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="50"] .circle .fill {animation: fill50 ease-in-out 5s; transform: rotate(90deg);}
.animate.inview .circle-wrap[data-count="51"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="51"] .circle .fill {animation: fill51 ease-in-out 5s; transform: rotate(92deg);}
.animate.inview .circle-wrap[data-count="52"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="52"] .circle .fill {animation: fill52 ease-in-out 5s; transform: rotate(92deg);}
.animate.inview .circle-wrap[data-count="53"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="53"] .circle .fill {animation: fill53 ease-in-out 5s; transform: rotate(94deg);}
.animate.inview .circle-wrap[data-count="54"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="54"] .circle .fill {animation: fill54 ease-in-out 5s; transform: rotate(94deg);}
.animate.inview .circle-wrap[data-count="55"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="55"] .circle .fill {animation: fill55 ease-in-out 5s; transform: rotate(96deg);}
.animate.inview .circle-wrap[data-count="56"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="56"] .circle .fill {animation: fill56 ease-in-out 5s; transform: rotate(96deg);}
.animate.inview .circle-wrap[data-count="57"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="57"] .circle .fill {animation: fill57 ease-in-out 5s; transform: rotate(99deg);}
.animate.inview .circle-wrap[data-count="58"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="58"] .circle .fill {animation: fill58 ease-in-out 5s; transform: rotate(102deg);}
.animate.inview .circle-wrap[data-count="59"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="59"] .circle .fill {animation: fill59 ease-in-out 5s; transform: rotate(105deg);}

@keyframes fill50 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(90deg);}
}
@keyframes fill51 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(92deg);}
}
@keyframes fill52 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(92deg);}
}
@keyframes fill53 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(94deg);}
}
@keyframes fill54 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(94deg);}
}
@keyframes fill55 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(96deg);}
}
@keyframes fill56 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(96deg);}
}
@keyframes fill57 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(99deg);}
}
@keyframes fill58 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(102deg);}
}
@keyframes fill59 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(105deg);}
}

.animate.inview .circle-wrap[data-count="60"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="60"] .circle .fill {animation: fill60 ease-in-out 5s; transform: rotate(110deg);}
.animate.inview .circle-wrap[data-count="61"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="61"] .circle .fill {animation: fill61 ease-in-out 5s; transform: rotate(112deg);}
.animate.inview .circle-wrap[data-count="62"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="62"] .circle .fill {animation: fill62 ease-in-out 5s; transform: rotate(115deg);}
.animate.inview .circle-wrap[data-count="63"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="63"] .circle .fill {animation: fill63 ease-in-out 5s; transform: rotate(118deg);}
.animate.inview .circle-wrap[data-count="64"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="64"] .circle .fill {animation: fill64 ease-in-out 5s; transform: rotate(120deg);}
.animate.inview .circle-wrap[data-count="65"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="65"] .circle .fill {animation: fill65 ease-in-out 5s; transform: rotate(122deg);}
.animate.inview .circle-wrap[data-count="66"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="66"] .circle .fill {animation: fill66 ease-in-out 5s; transform: rotate(124deg);}
.animate.inview .circle-wrap[data-count="67"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="67"] .circle .fill {animation: fill67 ease-in-out 5s; transform: rotate(126deg);}
.animate.inview .circle-wrap[data-count="68"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="68"] .circle .fill {animation: fill68 ease-in-out 5s; transform: rotate(128deg);}
.animate.inview .circle-wrap[data-count="69"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="69"] .circle .fill {animation: fill69 ease-in-out 5s; transform: rotate(130deg);}

@keyframes fill60 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(110deg);}
}
@keyframes fill61 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(112deg);}
}
@keyframes fill62 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(115deg);}
}
@keyframes fill63 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(118deg);}
}
@keyframes fill64 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(120deg);}
}
@keyframes fill65 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(122deg);}
}
@keyframes fill66 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(124deg);}
}
@keyframes fill67 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(126deg);}
}
@keyframes fill68 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(128deg);}
}
@keyframes fill69 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(130deg);}
}

.animate.inview .circle-wrap[data-count="70"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="70"] .circle .fill {animation: fill70 ease-in-out 5s; transform: rotate(130deg);}
.animate.inview .circle-wrap[data-count="71"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="71"] .circle .fill {animation: fill71 ease-in-out 5s; transform: rotate(132deg);}
.animate.inview .circle-wrap[data-count="72"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="72"] .circle .fill {animation: fill72 ease-in-out 5s; transform: rotate(132deg);}
.animate.inview .circle-wrap[data-count="73"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="73"] .circle .fill {animation: fill73 ease-in-out 5s; transform: rotate(134deg);}
.animate.inview .circle-wrap[data-count="74"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="74"] .circle .fill {animation: fill74 ease-in-out 5s; transform: rotate(134deg);}
.animate.inview .circle-wrap[data-count="75"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="75"] .circle .fill {animation: fill75 ease-in-out 5s; transform: rotate(135deg);}
.animate.inview .circle-wrap[data-count="76"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="76"] .circle .fill {animation: fill76 ease-in-out 5s; transform: rotate(140deg);}
.animate.inview .circle-wrap[data-count="77"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="77"] .circle .fill {animation: fill77 ease-in-out 5s; transform: rotate(142deg);}
.animate.inview .circle-wrap[data-count="78"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="78"] .circle .fill {animation: fill78 ease-in-out 5s; transform: rotate(146deg);}
.animate.inview .circle-wrap[data-count="79"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="79"] .circle .fill {animation: fill79 ease-in-out 5s; transform: rotate(148deg);}

@keyframes fill70 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(130deg);}
}
@keyframes fill71 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(132deg);}
}
@keyframes fill72 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(132deg);}
}
@keyframes fill73 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(134deg);}
}
@keyframes fill74 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(134deg);}
}
@keyframes fill75 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(135deg);}
}
@keyframes fill76 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(140deg);}
}
@keyframes fill77 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(142deg);}
}
@keyframes fill78 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(146deg);}
}
@keyframes fill79 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(148deg);}
}

.animate.inview .circle-wrap[data-count="80"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="80"] .circle .fill {animation: fill80 ease-in-out 5s; transform: rotate(150deg);}
.animate.inview .circle-wrap[data-count="81"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="81"] .circle .fill {animation: fill81 ease-in-out 5s; transform: rotate(152deg);}
.animate.inview .circle-wrap[data-count="82"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="82"] .circle .fill {animation: fill82 ease-in-out 5s; transform: rotate(154deg);}
.animate.inview .circle-wrap[data-count="83"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="83"] .circle .fill {animation: fill83 ease-in-out 5s; transform: rotate(156deg);}
.animate.inview .circle-wrap[data-count="84"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="84"] .circle .fill {animation: fill84 ease-in-out 5s; transform: rotate(158deg);}
.animate.inview .circle-wrap[data-count="85"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="85"] .circle .fill {animation: fill85 ease-in-out 5s; transform: rotate(160deg);}
.animate.inview .circle-wrap[data-count="86"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="86"] .circle .fill {animation: fill86 ease-in-out 5s; transform: rotate(162deg);}
.animate.inview .circle-wrap[data-count="87"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="87"] .circle .fill {animation: fill87 ease-in-out 5s; transform: rotate(164deg);}
.animate.inview .circle-wrap[data-count="88"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="88"] .circle .fill {animation: fill88 ease-in-out 5s; transform: rotate(164deg);}
.animate.inview .circle-wrap[data-count="89"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="89"] .circle .fill {animation: fill89 ease-in-out 5s; transform: rotate(164deg);}

@keyframes fill80 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(150deg);}
}
@keyframes fill81 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(152deg);}
}
@keyframes fill82 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(154deg);}
}
@keyframes fill83 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(156deg);}
}
@keyframes fill84 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(158deg);}
}
@keyframes fill85 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(160deg);}
}
@keyframes fill86 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(162deg);}
}
@keyframes fill87 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(164deg);}
}
@keyframes fill88 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(164deg);}
}
@keyframes fill89 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(164deg);}
}

.animate.inview .circle-wrap[data-count="90"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="90"] .circle .fill {animation: fill90 ease-in-out 5s; transform: rotate(166deg);}
.animate.inview .circle-wrap[data-count="91"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="91"] .circle .fill {animation: fill91 ease-in-out 5s; transform: rotate(166deg);}
.animate.inview .circle-wrap[data-count="92"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="92"] .circle .fill {animation: fill92 ease-in-out 5s; transform: rotate(168deg);}
.animate.inview .circle-wrap[data-count="93"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="93"] .circle .fill {animation: fill93 ease-in-out 5s; transform: rotate(168deg);}
.animate.inview .circle-wrap[data-count="94"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="94"] .circle .fill {animation: fill94 ease-in-out 5s; transform: rotate(170deg);}
.animate.inview .circle-wrap[data-count="95"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="95"] .circle .fill {animation: fill95 ease-in-out 5s; transform: rotate(170deg);}
.animate.inview .circle-wrap[data-count="96"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="96"] .circle .fill {animation: fill96 ease-in-out 5s; transform: rotate(172deg);}
.animate.inview .circle-wrap[data-count="97"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="97"] .circle .fill {animation: fill97 ease-in-out 5s; transform: rotate(174deg);}
.animate.inview .circle-wrap[data-count="98"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="98"] .circle .fill {animation: fill98 ease-in-out 5s; transform: rotate(176deg);}
.animate.inview .circle-wrap[data-count="99"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="99"] .circle .fill {animation: fill99 ease-in-out 5s; transform: rotate(178deg);}

@keyframes fill90 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(166deg);}
}
@keyframes fill90 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(166deg);}
}
@keyframes fill92 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(168deg);}
}
@keyframes fill93 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(168deg);}
}
@keyframes fill94 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(170deg);}
}
@keyframes fill95 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(170deg);}
}
@keyframes fill96 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(172deg);}
}
@keyframes fill97 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(174deg);}
}
@keyframes fill98 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(176deg);}
}
@keyframes fill99 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(178deg);}
}

.animate.inview .circle-wrap[data-count="100"] .circle .mask.full,
.animate.inview .circle-wrap[data-count="100"] .circle .fill {animation: fill100 ease-in-out 5s; transform: rotate(180deg);}

@keyframes fill100 {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(180deg);}
}
/**********/