@charset "UTF-8";.animate-fade-in{opacity:0;transform:translateY(15px);animation:fadeIn .8s ease-out forwards}.animate-fade-in.delay-1{animation-delay:.2s}.animate-fade-in.delay-2{animation-delay:.4s}.animate-fade-in.delay-3{animation-delay:.6s}.animate-fade-in.delay-4{animation-delay:.8s}.animate-fade-in.delay-5{animation-delay:1s}.animate-fade-in.delay-6{animation-delay:1.2s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.feature-icon{width:50px!important;height:50px!important;aspect-ratio:1/1;border:2px solid #f9a03c;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,color .2s ease;color:inherit;margin-right:5px}.feature-icon:focus-visible{outline:none;box-shadow:0 0 0 3px #f9a03c26}.feature-icon:hover,.feature-icon:focus{transform:scale(1.06);border-color:#f9a03c;box-shadow:0 6px 18px #f9a03c2e;color:#f9a03c}.icon-lg svg{max-width:70%;width:70%;height:auto;display:block;fill:currentColor}@media (max-width: 576px){.feature-icon{width:50px;height:50px;padding:.4rem}}
