/* Bio Icon hover animation: star-03 — auto-generated */

.bio-icon-hover .bio-icon--star-03 .group-group-1 {
	transform-origin: 540px 540px;
	transition: transform 0.4s ease 0s;
}

.bio-icon-hover:hover .bio-icon--star-03:not(.bio-icon-hover:not(:hover) .bio-icon--star-03) .group-group-1 {
	transform: rotate(90deg);
}
