@charset "UTF-8";.breadcrumb{font-family:var(--theme-font-family);font-weight:300;font-size:16rem;line-height:1.65;color:var(--theme-color-text-subdued);}.breadcrumb::selection{background-color:var(--theme-color-action-accent-hover);}.breadcrumb > span{gap:.7em;}.breadcrumb a{text-decoration:none;}@media screen and (hover: hover){.breadcrumb a:hover{color:var(--theme-color-text-subdued) !important;text-decoration:underline;}}.breadcrumb > span > span:not(:last-child)::after{content:"";display:inline-block;width:24rem;height:24rem;background:transparent 0 0 no-repeat;background-size:contain;background-image:url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g><path id=\"Vector\" d=\"M9.705 6L8.295 7.41L12.875 12L8.295 16.59L9.705 18L15.705 12L9.705 6Z\" fill=\"%23BAC1CB\"/></g></svg>");margin-bottom:-6rem;margin-left:.7em;}@media screen and (max-width: 799px){.breadcrumb li{vertical-align:middle;}.breadcrumb li:last-child{display:inline-block;width:calc(100% - 11em);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.breadcrumb li:first-child + li:not(:last-child) ~ li:not(:last-child){display:none;}.breadcrumb li:first-child + li:not(:last-child) a{pointer-events:none;text-indent:-9999px;display:inline-block;width:1em;}.breadcrumb li:first-child + li:not(:last-child) a::before{content:"...";text-indent:9999px;width:1em;display:inline-block;}}