:root{--bp-xs:480px;--bp-sm:834px;--bp-xl:1200px;--bp-xxl:1920px;--bp-mxs:479px;--bp-msm:833px;--bp-mxl:1199px;--bp-mxxl:1919px;--bp-addon-1380:1380px;--bp-addon-1279:1279px}.center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.centersb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@-webkit-keyframes arrowDrawCircle{0%{stroke-dashoffset:0;stroke:var(--arrow-draw-base-color)}1%{stroke-dashoffset:101;stroke:var(--arrow-draw-active-color)}100%{stroke-dashoffset:0;stroke:var(--arrow-draw-active-color)}}@keyframes arrowDrawCircle{0%{stroke-dashoffset:0;stroke:var(--arrow-draw-base-color)}1%{stroke-dashoffset:101;stroke:var(--arrow-draw-active-color)}100%{stroke-dashoffset:0;stroke:var(--arrow-draw-active-color)}}@-webkit-keyframes strokeColor{0%{stroke:var(--stroke-base-color)}50%{stroke:var(--stroke-active-color)}100%{stroke:var(--stroke-base-color)}}@keyframes strokeColor{0%{stroke:var(--stroke-base-color)}50%{stroke:var(--stroke-active-color)}100%{stroke:var(--stroke-base-color)}}.breadcrumbs{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.breadcrumbs__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px;border-radius:20px;background:rgba(0,0,0,.3);-webkit-box-shadow:0 15px 40px 0 rgba(5,8,8,.1);box-shadow:0 15px 40px 0 rgba(5,8,8,.1);backdrop-filter:blur(15px);gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumbs__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;opacity:.6;font-size:.8125rem;line-height:150%}.breadcrumbs__item a,.breadcrumbs__item span{color:#fff}.breadcrumbs__item:last-child{opacity:1;pointer-events:none}.breadcrumbs__item:last-child .icon{opacity:.6}.breadcrumbs__item .icon{width:20px;height:20px;fill:transparent;stroke:#fff;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.breadcrumbs_white .breadcrumbs__list{background:#f4f4f4;-webkit-box-shadow:0 0;box-shadow:0 0;backdrop-filter:unset}.breadcrumbs_white .breadcrumbs__item a,.breadcrumbs_white .breadcrumbs__item span{color:#3c3c3c}.breadcrumbs_white .breadcrumbs__item .icon{stroke:#3c3c3c}@media (max-width:833px){.breadcrumbs_desktop{display:none}}