.brand-map-spinner{position:relative;display:grid;place-items:center;border-radius:999px}.brand-map-spinner--sm{width:54px;height:54px}.brand-map-spinner--md{width:72px;height:72px}.brand-map-spinner__ring{position:absolute;inset:0;border-radius:inherit;background:conic-gradient(from 0deg,rgb(12,140,250),rgb(32,201,207),rgba(32,201,207,.18),rgb(12,140,250));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 2px));animation:brand-map-spinner-spin .85s linear infinite}.brand-map-spinner__icon-wrap{position:relative;display:grid;place-items:center;border-radius:999px;background:#fff;overflow:hidden}.brand-map-spinner--sm .brand-map-spinner__icon-wrap{width:45px;height:45px}.brand-map-spinner--md .brand-map-spinner__icon-wrap{width:58px;height:58px}.brand-map-spinner__icon{object-fit:cover;border-radius:6px}@keyframes brand-map-spinner-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.brand-map-spinner__ring{animation:none}}