@keyframes sparkle-glow{0%,to{filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}50%{filter:drop-shadow(0 0 8px rgb(255,255,255)) drop-shadow(0 0 12px rgba(255,255,255,.6))}}@keyframes sparkle-rotate{0%,to{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{color:var(--color-navy);display:flex;list-style-type:none;margin:0;padding:0}.breadcrumbs a{color:inherit}.breadcrumbs li{display:block;flex:0 auto;flex-shrink:1000;white-space:nowrap}.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-bottom:15px;padding-top:15px}}
