.seal_container{width:100px;height:100px;fill:var(--neutral-200);position:relative}.text_seal_element{width:100%;height:100%;animation:20s linear infinite rotateSeal;position:absolute}.icon_seal_element{width:38px;height:38px;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px)}.seal_text{letter-spacing:2.5px;text-transform:uppercase;font-family:Inter,sans-serif;font-size:12px;font-weight:400}@keyframes rotateSeal{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
