@keyframes sparkle-glow{0%,100%{filter:drop-shadow(0 0 2px rgba(255, 255, 255, 0.5))}50%{filter:drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))}}@keyframes sparkle-rotate{0%,100%{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.breadcrumbs{flex:1;min-width:0;overflow:auto;scrollbar-width:none}.breadcrumbs ul{list-style-type:none;margin:0;padding:0;display:flex;color:var(--color-navy)}.breadcrumbs a{color:inherit}.breadcrumbs li{display:block;white-space:nowrap;flex:0 auto;flex-shrink:1000}.breadcrumbs li:first-child{flex:0 0 auto;flex-shrink:.5}.breadcrumbs li:last-child{flex:1 0 auto;max-width:360px}.breadcrumbs li+li::before{content:"→";margin:0 4px}.breadcrumbs li:last-child a{color:var(--color-gray-700)}@media screen and (max-width: 768px){.breadcrumbs{padding-top:15px;padding-bottom:15px}}
