: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)}}.anchor-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;overflow-x:auto}.anchor-nav__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;padding:12px 24px;font-family:Jost,sans-serif;font-weight:500;font-size:1rem;line-height:150%;letter-spacing:.03em;color:#222;border-radius:25px;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:#f2f2f2}.anchor-nav__link:hover{background-color:#222;color:#fff}@media (max-width:833px){.anchor-nav{gap:4px;margin-right:calc((-100vw + 100%)/ 2);padding-right:calc((100vw - 100%)/ 2);margin-left:calc((-100vw + 100%)/ 2);padding-left:calc((100vw - 100%)/ 2)}.anchor-nav::-webkit-scrollbar{display:none}.anchor-nav__link{min-width:81px;padding:10px 18px;font-size:.75rem;line-height:200%}}