.fade-in-1s { animation: 1s ease 0s 1 normal forwards running fadeIn; opacity: 0; }
.delay-1s { animation-delay: 1s; }
.delay_14 { animation-delay: 1.4s; }
.delay_18 { animation-delay: 1.8s; }
@keyframes fadeIn { 
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn { 
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
#t6HkFovb4WKl { width: 1px; height: 1px; overflow: hidden; }
#tmp_anchor { transform: perspective(100px) rotateY(37deg); filter: contrast(200%) drop-shadow(rgb(254, 254, 254) 16px 16px 10px) saturate(200%); text-shadow: rgb(254, 255, 254) 16px 16px 10px; outline-width: 24px; font-size: 22px; text-align: center; display: inline-block; color: white; background-color: white; outline-color: white; }
#tmp_anchor:visited { color: rgb(254, 0, 255); background-color: rgb(255, 254, 255); outline-color: rgb(255, 255, 254); }
#tmp_anchor svg * { fill: rgb(255, 255, 255) !important; }
#tmp_anchor svg :nth-child(3n+1) { fill: rgb(255, 255, 254) !important; }
#tmp_anchor svg :nth-child(3n+2) { fill: rgb(255, 254, 255) !important; }
#tmp_anchor:visited svg * { fill: rgb(254, 255, 255) !important; }
#tmp_anchor:visited svg :nth-child(3n+1) { fill: rgb(254, 0, 254) !important; }
#tmp_anchor:visited svg :nth-child(3n+2) { fill: rgb(254, 254, 255) !important; }