@charset "UTF-8"; .breadcrumb {display: flex;flex-wrap: wrap;padding: 0 0;margin-bottom: 1rem;list-style: none;background-color: transparent;border-radius: 0; } .breadcrumb-item + .breadcrumb-item {padding-left: 0.5rem; }.breadcrumb-item + .breadcrumb-item::before {display: inline-block;padding-right: 0.5rem;color: #151515;content: "■"; } .breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: underline; } .breadcrumb-item + .breadcrumb-item:hover::before {text-decoration: none; } .breadcrumb-item.active {color: #6c757d; } .nav-breadcrumb {background: #fff;padding: 0.3125rem 0.9375rem;display: flex;justify-content: center; }@media (min-width: 1921px) {.nav-breadcrumb {width: 100%;max-width: 1920px;margin-left: auto;margin-right: auto; } }.nav-breadcrumb .breadcrumb {display: flex;flex-direction: row;align-items: center;flex-wrap: nowrap;white-space: nowrap;margin-bottom: 0; }.nav-breadcrumb .breadcrumb .breadcrumb-home {line-height: 1;margin-right: 0.5rem;position: relative;top: -0.125rem; }.nav-breadcrumb .breadcrumb .breadcrumb-home svg {width: 1.6875rem;height: auto; }.nav-breadcrumb .breadcrumb .breadcrumb-item {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration: none;color: #000;font-weight: 900;min-width: 58px;font-size: 0.875rem; }.nav-breadcrumb .breadcrumb .breadcrumb-item svg {width: 1.125rem;height: auto;position: relative;top: -1px;color: #151515; }@media (min-width: 1100px) {.nav-breadcrumb .breadcrumb .breadcrumb-item svg {top: -2px; } }.nav-breadcrumb .breadcrumb .breadcrumb-item::before {content: "»"; }.nav-breadcrumb .breadcrumb .breadcrumb-item:first-child::before {content: none; }.nav-breadcrumb .breadcrumb .breadcrumb-item:hover {color: #151515; } 