.intro .header .orphanfixed{
	text-align: center;
	background: #44d62c;
background: linear-gradient(
    90deg,
    #44d62c,
    #ffffff,
    #44d62c,
    #ffffff,
    #44d62c
  );
	background-size: 200%;
	font-weight: bolder;
	color: transparent;
	background-clip: text;
	animation: animation 5s linear infinite 1s;
}
/* Gradient movement */
@keyframes animation {
	from {
		background-position: 200% center;
	}
	to {
		background-position: 0% center;
	}
}
#intro .bo-temp{padding-bottom: 2rem; }
.faq-component .panel ul li:has(ul) { color: #999; }
.faq-component .panel ul li ul li ul {list-style-type: circle; padding-top: 5px;}
#history .header {color: #8c8b89}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}