: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-1360:1360px;--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)}}.tabs-ui__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.tabs-ui__nav::-webkit-scrollbar{display:none}.tabs-ui__trigger{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:7px 12px;min-height:36px;font-family:Jost,normal;font-size:16px;font-weight:400;line-height:24px;color:#3c3c3c;text-decoration:none;white-space:nowrap;background-color:#f2f2f2;border-radius:9999px;-webkit-transition-property:background-color,color;transition-property:background-color,color;-webkit-transition-duration:.3s;transition-duration:.3s}.tabs-ui__trigger._active,.tabs-ui__trigger:hover{color:#fff;background-color:#ff5c00}.tabs-ui__content{margin-top:24px}.tabs-ui__pane{display:none}.tabs-ui__pane._show{display:block}@media (max-width:833px){.tabs-ui__nav{margin-right:calc((-100vw + 100%)/ 2);padding-right:calc((100vw - 100%)/ 2);margin-left:calc((-100vw + 100%)/ 2);padding-left:calc((100vw - 100%)/ 2)}.tabs-ui__trigger{font-size:14px;line-height:22px}.tabs-ui__content{margin-top:16px}}