
@keyframes compass-icon-spin-kf {
    to { transform: rotate(360deg); }
}
.compass-icon--spin {
    animation: compass-icon-spin-kf 1s linear infinite;
}

.navigate-cta--hover:hover { transform: scale(1.05); transition: transform .2s ease; }
.mxw-md { max-width: 28rem !important; }

