diff --git a/7ead3bed8f457b490aa67897731df2fad3514604/_assets/style/sample.css b/7ead3bed8f457b490aa67897731df2fad3514604/_assets/style/sample.css new file mode 100644 index 0000000..c2762d5 --- /dev/null +++ b/7ead3bed8f457b490aa67897731df2fad3514604/_assets/style/sample.css @@ -0,0 +1,101 @@ +.yfm h1 { + font-family: var(--g-text-header-font-family); + font-weight: 700; +} + +.yfm h2,h3,h4,h5,h6 { + font-family: var(--g-text-header-font-family); + font-weight: 600; +} + +.g-root { + --g-text-header-font-family: "Manrope","Helvetica Neue","Arial","Helvetica",sans-serif; + --g-font-family-sans: "Inter","Helvetica Neue","Arial","Helvetica",sans-serif; + --g-font-family-monospace: "Martian Mono","Monaco","Consolas","Ubuntu Mono","Liberation Mono","DejaVu Sans Mono","Courier New","Courier",monospace; + --g-text-accent-font-weight: 700; +} + +.g-root_theme_light { + --g-color-private-dark-green-50: rgba(20, 45, 35, 0.05); + --g-color-private-dark-green-100: rgba(20, 45, 35, 0.1); + --g-color-private-dark-green-150: rgba(20, 45, 35, 0.15); + --g-color-private-dark-green-200: rgba(20, 45, 35, 0.2); + --g-color-private-dark-green-250: rgba(20, 45, 35, 0.25); + --g-color-private-dark-green-300: rgba(20, 45, 35, 0.3); + --g-color-private-dark-green-350: rgba(20, 45, 35, 0.35); + --g-color-private-dark-green-400: rgba(20, 45, 35, 0.4); + --g-color-private-dark-green-450: rgba(20, 45, 35, 0.45); + --g-color-private-dark-green-500: rgba(20, 45, 35, 0.5); + --g-color-private-dark-green-550: rgba(20, 45, 35, 0.55); + --g-color-private-dark-green-600: rgba(20, 45, 35, 0.6); + --g-color-private-dark-green-650: rgba(20, 45, 35, 0.65); + --g-color-private-dark-green-700: rgba(20, 45, 35, 0.7); + --g-color-private-dark-green-750: rgba(20, 45, 35, 0.75); + --g-color-private-dark-green-800: rgba(20, 45, 35, 0.8); + --g-color-private-dark-green-850: rgba(20, 45, 35, 0.85); + --g-color-private-dark-green-900: rgba(20, 45, 35, 0.9); + --g-color-private-dark-green-950: rgba(20, 45, 35, 0.95); + --g-color-private-dark-green-1000-solid: rgba(20, 45, 35, 1); + + --g-color-text-dark-primary: var(--g-color-private-dark-green-1000-solid); + --g-color-text-dark-complementary: var(--g-color-private-dark-green-800); + --g-color-text-dark-secondary: var(--g-color-private-dark-green-600); + --g-color-text-dark-hint: var(--g-color-private-dark-green-400); + + --g-color-base-brand: var(--g-color-private-green-550-solid); + --g-color-base-brand-hover: var(--g-color-private-green-650-solid); + --g-color-base-selection: var(--g-color-private-green-150); + --g-color-base-selection-hover: var(--g-color-private-green-300); + + --g-color-text-link: var(--g-color-private-green-700-solid); + --g-color-text-link-hover: var(--g-color-private-green-850-solid); + --g-color-text-brand: var(--g-color-private-green-700-solid); + --g-color-text-brand-heavy: var(--g-color-private-green-850-solid); + --g-color-line-brand: var(--g-color-private-green-550-solid); + +} + +.g-root_theme_dark { + --g-color-base-background: rgba(22, 32, 27, 1); + + --g-color-base-brand: var(--g-color-private-green-550-solid); + --g-color-base-brand-hover: var(--g-color-private-green-650-solid); + --g-color-base-selection: var(--g-color-private-green-150); + --g-color-base-selection-hover: var(--g-color-private-green-300); + + --g-color-text-link: var(--g-color-private-green-600-solid); + --g-color-text-link-hover: var(--g-color-private-green-850-solid); + --g-color-text-brand: var(--g-color-private-green-600-solid); + --g-color-text-brand-heavy: var(--g-color-private-green-850-solid); + --g-color-line-brand: var(--g-color-private-green-550-solid); +} + +@mixin g-colors-private-green-light { --g-color-private-green-50: rgba(106,226,154,0.1); --g-color-private-green-100: rgba(106,226,154,0.15); --g-color-private-green-150: rgba(106,226,154,0.2); --g-color-private-green-200: rgba(106,226,154,0.3); --g-color-private-green-250: rgba(106,226,154,0.4); --g-color-private-green-300: rgba(106,226,154,0.5); --g-color-private-green-350: rgba(106,226,154,0.6); --g-color-private-green-400: rgba(106,226,154,0.7); --g-color-private-green-450: rgba(106,226,154,0.8); --g-color-private-green-500: rgba(106,226,154,0.9); --g-color-private-green-50-solid: rgb(240,252,245); --g-color-private-green-100-solid: rgb(233,251,240); --g-color-private-green-150-solid: rgb(225,249,235); --g-color-private-green-200-solid: rgb(210,246,225); --g-color-private-green-250-solid: rgb(195,243,215); --g-color-private-green-300-solid: rgb(181,241,205); --g-color-private-green-350-solid: rgb(166,238,194); --g-color-private-green-400-solid: rgb(151,235,184); --g-color-private-green-450-solid: rgb(136,232,174); --g-color-private-green-500-solid: rgb(121,229,164); --g-color-private-green-550-solid: rgb(106,226,154); --g-color-private-green-600-solid: rgb(97,207,141); --g-color-private-green-650-solid: rgb(88,187,128); --g-color-private-green-700-solid: rgb(78,168,115); --g-color-private-green-750-solid: rgb(69,148,102); --g-color-private-green-800-solid: rgb(60,129,89); --g-color-private-green-850-solid: rgb(51,110,76); --g-color-private-green-900-solid: rgb(42,90,63); --g-color-private-green-950-solid: rgb(32,71,50); --g-color-private-green-1000-solid: rgb(28,61,44);} + +@mixin g-colors-private-color-light { --g-color-private-color-50: rgba(67,188,119,0.1); --g-color-private-color-100: rgba(67,188,119,0.15); --g-color-private-color-150: rgba(67,188,119,0.2); --g-color-private-color-200: rgba(67,188,119,0.3); --g-color-private-color-250: rgba(67,188,119,0.4); --g-color-private-color-300: rgba(67,188,119,0.5); --g-color-private-color-350: rgba(67,188,119,0.6); --g-color-private-color-400: rgba(67,188,119,0.7); --g-color-private-color-450: rgba(67,188,119,0.8); --g-color-private-color-500: rgba(67,188,119,0.9); --g-color-private-color-50-solid: rgb(27,48,36); --g-color-private-color-100-solid: rgb(29,55,41); --g-color-private-color-150-solid: rgb(31,63,45); --g-color-private-color-200-solid: rgb(36,79,55); --g-color-private-color-250-solid: rgb(40,94,64); --g-color-private-color-300-solid: rgb(45,110,73); --g-color-private-color-350-solid: rgb(49,126,82); --g-color-private-color-400-solid: rgb(54,141,91); --g-color-private-color-450-solid: rgb(58,157,101); --g-color-private-color-500-solid: rgb(63,172,110); --g-color-private-color-550-solid: rgb(67,188,119); --g-color-private-color-600-solid: rgb(86,195,133); --g-color-private-color-650-solid: rgb(105,201,146); --g-color-private-color-700-solid: rgb(123,208,160); --g-color-private-color-750-solid: rgb(142,215,173); --g-color-private-color-800-solid: rgb(161,222,187); --g-color-private-color-850-solid: rgb(180,228,201); --g-color-private-color-900-solid: rgb(199,235,214); --g-color-private-color-950-solid: rgb(217,242,228); --g-color-private-color-1000-solid: rgb(227,245,235);} + +@mixin g-colors-private-green-dark { --g-color-private-green-50: rgba(67,188,119,0.1); --g-color-private-green-100: rgba(67,188,119,0.15); --g-color-private-green-150: rgba(67,188,119,0.2); --g-color-private-green-200: rgba(67,188,119,0.3); --g-color-private-green-250: rgba(67,188,119,0.4); --g-color-private-green-300: rgba(67,188,119,0.5); --g-color-private-green-350: rgba(67,188,119,0.6); --g-color-private-green-400: rgba(67,188,119,0.7); --g-color-private-green-450: rgba(67,188,119,0.8); --g-color-private-green-500: rgba(67,188,119,0.9); --g-color-private-green-50-solid: rgb(19,48,34); --g-color-private-green-100-solid: rgb(22,55,38); --g-color-private-green-150-solid: rgb(25,63,43); --g-color-private-green-200-solid: rgb(30,79,53); --g-color-private-green-250-solid: rgb(35,94,62); --g-color-private-green-300-solid: rgb(41,110,72); --g-color-private-green-350-solid: rgb(46,126,81); --g-color-private-green-400-solid: rgb(51,141,91); --g-color-private-green-450-solid: rgb(56,157,100); --g-color-private-green-500-solid: rgb(62,172,110); --g-color-private-green-550-solid: rgb(67,188,119); --g-color-private-green-600-solid: rgb(86,195,133); --g-color-private-green-650-solid: rgb(105,201,146); --g-color-private-green-700-solid: rgb(123,208,160); --g-color-private-green-750-solid: rgb(142,215,173); --g-color-private-green-800-solid: rgb(161,222,187); --g-color-private-green-850-solid: rgb(180,228,201); --g-color-private-green-900-solid: rgb(199,235,214); --g-color-private-green-950-solid: rgb(217,242,228); --g-color-private-green-1000-solid: rgb(227,245,235);} + +@mixin g-colors-private-dark { + --g-color-private-white-50-solid: rgb(34, 43, 38); + --g-color-private-white-70-solid: rgb(38, 48, 43); + --g-color-private-white-100-solid: rgb(45, 54, 50); + --g-color-private-white-150-solid: rgb(57, 65, 61); + --g-color-private-white-200-solid: rgb(69, 77, 73); + --g-color-private-white-250-solid: rgb(80, 88, 84); + --g-color-private-white-300-solid: rgb(92, 99, 95); + --g-color-private-white-350-solid: rgb(104, 110, 107); + --g-color-private-white-400-solid: rgb(115, 121, 118); + --g-color-private-white-450-solid: rgb(127, 132, 130); + --g-color-private-white-500-solid: rgb(138, 143, 141); + --g-color-private-white-550-solid: rgb(150, 155, 152); + --g-color-private-white-600-solid: rgb(162, 166, 164); + --g-color-private-white-650-solid: rgb(173, 177, 175); + --g-color-private-white-700-solid: rgb(185, 188, 187); + --g-color-private-white-750-solid: rgb(197, 199, 198); + --g-color-private-white-800-solid: rgb(208, 210, 209); + --g-color-private-white-850-solid: rgb(220, 222, 221); + --g-color-private-white-900-solid: rgb(232, 233, 232); + --g-color-private-white-950-solid: rgb(243, 244, 244); + --g-color-private-white-1000-solid: rgb(255, 255, 255); +} diff --git a/7ead3bed8f457b490aa67897731df2fad3514604/_bundle/app.client.css b/7ead3bed8f457b490aa67897731df2fad3514604/_bundle/app.client.css new file mode 100644 index 0000000..c38a26f --- /dev/null +++ b/7ead3bed8f457b490aa67897731df2fad3514604/_bundle/app.client.css @@ -0,0 +1,51 @@ +.dc-doc-leading-page{display:flex;max-width:1440px;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.dc-doc-leading-page_regular-page-width{max-width:1280px}.dc-doc-leading-page__main{margin-bottom:40px;padding:0 40px}.dc-doc-leading-page__title{margin:40px 0 20px;font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height)}.dc-doc-leading-page__description a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .dc-doc-leading-page__description a:focus{outline:2px solid #ffdb4d}.dc-doc-leading-page__description a:hover,.dc-doc-leading-page__description a:active{color:var(--yc-color-text-link-hover)}.dc-doc-leading-page__description a:not([href]){color:inherit}.dc-doc-leading-page__links{margin:0;padding:0;list-style:none;display:flex;justify-content:space-between;flex-flow:column wrap}.dc-doc-leading-page__links_root{flex-direction:row;margin-top:70px;margin-bottom:-20px}.dc-doc-leading-page__links-left{padding-right:10px}.dc-doc-leading-page__links-item_root{display:flex;min-width:280px;max-width:400px;width:calc(50% - 20px);padding-bottom:40px;margin-bottom:20px;border-bottom:1px solid var(--yc-color-line-generic)}.dc-doc-leading-page__links-title_root{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);font-weight:500;margin-bottom:10px;font-weight:500}.dc-doc-leading-page__links-link{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .dc-doc-leading-page__links-link:focus{outline:2px solid #ffdb4d}.dc-doc-leading-page__links-link:hover,.dc-doc-leading-page__links-link:active{color:var(--yc-color-text-link-hover)}@media(max-width: 768px){.dc-doc-leading-page__main{margin-left:0;margin-bottom:40px;padding:0 20px}.dc-doc-leading-page__links-item{width:100%}} +.dc-doc-layout{display:flex;align-items:center;margin:0 auto;height:100%;background:var(--yc-color-base-background)}@media(max-width: 768px){.dc-doc-layout{align-items:normal}}.dc-doc-layout__left,.dc-doc-layout__right{flex:0 0 auto;box-sizing:content-box}.dc-doc-layout__right{width:176px;padding-right:24px}.dc-doc-layout__right_full-screen,.dc-doc-layout__right_hidden-right{flex:initial}.dc-doc-layout__left{width:276px}.dc-doc-layout__left_full-screen{flex:initial}.dc-doc-layout__center{flex:1 1 auto;position:relative;min-width:0}.dc-doc-layout__center.dc-doc-layout__center_hidden-right.dc-doc-layout__center_regular-page-width:not(.dc-doc-layout__center_full-screen){max-width:824px}.dc-doc-layout__center_full-screen{flex:0 0 auto;width:100%}.dc-doc-layout__center_loading{height:calc(100vh - var(--dc-header-height, 0px));overflow:hidden}.dc-doc-layout__toc{position:fixed;z-index:100;top:var(--dc-header-height, 0px);padding-left:24px;width:252px;background-color:var(--yc-color-base-background);font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}.mobile .dc-doc-layout__desktop-only{display:none}.desktop .dc-doc-layout__mobile-only{display:none}@media(max-width: 768px){.dc-doc-layout{flex-direction:column-reverse}.dc-doc-layout__right{display:none}.dc-doc-layout__left{width:auto}.dc-doc-layout__toc{position:static;width:auto;height:auto}.dc-doc-layout__toc .dc-toc{height:100% !important}}@media screen and (min-width: 1280px){.dc-doc-layout__center .dc-doc-layout.dc-doc-layout_hidden-right.dc-doc-layout_regular-page-width:not(.dc-doc-layout_full-screen){max-width:836px}.dc-doc-layout__right{width:200px}.dc-doc-layout__toc{width:252px}.dc-doc-layout__left{width:276px}} +.dc-toc{display:flex;flex-direction:column;height:calc(100vh - var(--dc-header-height, 0px));overflow-y:hidden;border-right:1px solid var(--yc-color-line-generic)}.dc-toc__empty{padding:5px 15px 5px 24px}.dc-toc__top{flex-grow:0;flex-shrink:0;display:flex;align-items:center;padding:10px 10px 8px 0}.dc-toc__top_scrolled{border-bottom:1px solid var(--yc-color-line-generic)}.dc-toc__top-header-icon{display:flex;margin-right:5px;flex-shrink:0}.dc-toc__top-header{flex-grow:0;position:relative;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);font-weight:500}.dc-toc__top-header_link{color:inherit;text-decoration:none;display:flex;align-items:center}.dc-toc__top-header_link:hover{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer;color:var(--yc-color-text-primary)}.utilityfocus .dc-toc__top-header_link:hover:focus{outline:2px solid #ffdb4d}.dc-toc__top-header_link:hover:hover,.dc-toc__top-header_link:hover:active{color:var(--yc-color-text-link-hover)}.dc-toc__bottom{flex-grow:0;flex-shrink:0;display:flex;align-items:center;padding:4px 10px 20px 0}.dc-toc__bottom_scrolled{border-top:1px solid var(--yc-color-line-generic)}.dc-toc__content{--yc-scrollbar-width: 6px;--yc-scrollbar-thin-width: 6px;position:relative;flex-grow:1;overflow-y:auto;scrollbar-width:thin}.dc-toc__content_offset_top{padding-top:24px}.dc-toc__list{margin:0;padding:0;list-style:none;display:block}.dc-toc__list-item{cursor:pointer;user-select:none}.dc-toc__list-item_main>*:first-child{color:var(--yc-color-text-primary)}.dc-toc__list-item:not(.dc-toc__list-item_opened)>.dc-toc__list{display:none}.dc-toc__list-item>.dc-toc__list{padding-left:20px}.dc-toc__content>.dc-toc__list{padding-right:21px;padding-bottom:30px} +.dc-toc-item{cursor:pointer;user-select:none}.dc-toc-item__link{display:block;text-decoration:none}.dc-toc-item__text{position:relative;padding:7px 12px 7px 20px;word-break:break-word;color:var(--yc-color-text-primary)}.dc-toc-item__text_active{border-radius:3px;background:var(--yc-color-base-selection)}.dc-toc-item__text::before{content:"";position:absolute;top:0;right:0;left:-100vw;height:100%}.dc-toc-item__text:hover{border-radius:3px;background:var(--yc-color-base-simple-hover)}.dc-toc-item__icon{position:absolute;left:0} +.dc-toggle-arrow{transition:transform .15s;stroke-width:2px}.dc-toggle-arrow_type_horizontal{transform:rotate(0deg)}.dc-toggle-arrow_type_vertical{transform:rotate(90deg)}.dc-toggle-arrow_open.dc-toggle-arrow_type_horizontal{transform:rotate(90deg)}.dc-toggle-arrow_open.dc-toggle-arrow_type_vertical{transform:rotate(-90deg)}.dc-toggle-arrow_thin{stroke-width:1px}.dc-toggle-arrow_slow{transition-duration:.3s} +.dc-controls{display:flex;align-items:center;font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}.dc-controls__control:not(:last-child),.dc-controls__divider{margin-right:4px}.dc-controls__list{padding:4px 0}.dc-controls__list_langs{width:120px}.dc-controls__list-icon{margin-right:8px;font-size:22px}.dc-controls__lang-item{display:flex;padding:6px 12px;width:100%}@media(min-width: 769px){.dc-controls_vertical{flex-direction:column}.dc-controls_vertical .dc-controls__divider{height:1px;width:16px}.dc-controls_vertical .dc-controls__control:not(:last-child),.dc-controls_vertical .dc-controls__divider{margin-right:0;margin-bottom:4px}} +.dc-divider-control{background:var(--yc-color-line-generic)}.dc-divider-control:first-child{display:none}.dc-divider-control:not(.dc-divider-control_vertical){width:100%;height:1px}.dc-divider-control_vertical{width:1px}.dc-divider-control.dc-divider-control_vertical.dc-divider-control_size_m{height:16px}.dc-divider-control.dc-divider-control_vertical.dc-divider-control_size_l{height:24px} +.dc-feedback__container_view_wide{display:flex;align-items:center;flex-direction:column;width:100%}.dc-feedback__container-row{display:flex;justify-content:center;width:100%;padding:28px;border:1px solid var(--yc-color-line-generic);border-radius:8px}.dc-feedback__container-row_view_wide{display:flex;align-items:center}.dc-feedback__like-button_active{color:var(--yc-color-base-special)}.dc-feedback__success-popup{padding:16px 50px 16px 16px;width:320px}@media screen and (max-width: 375px){.dc-feedback__success-popup_view_wide{right:0 !important;left:0 !important;margin:auto}}.dc-feedback__variants-popup{padding:16px;width:320px}@media screen and (max-width: 375px){.dc-feedback__variants-popup_view_wide{right:0 !important;left:0 !important;margin:auto}}.dc-feedback__popup-title{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);padding-bottom:8px}.dc-feedback__popup-text{font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height)}.dc-feedback__variants{display:flex;flex-direction:column;padding:8px 0}.dc-feedback__variant{margin-bottom:8px;white-space:normal}.dc-feedback__variant:last-child{margin-bottom:0}.dc-feedback__variants-actions{padding-top:8px;display:flex;justify-content:flex-end}.dc-feedback__variants-action{margin-left:10px}.dc-feedback__textarea{padding:8px 0}.dc-feedback__title_view_wide{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);margin-right:16px;font-weight:400}.dc-feedback__controls{display:flex;gap:10px}.dc-feedback__controls_view_wide{display:flex}.dc-feedback__control:last-child{font-size:13px;line-height:18px;display:flex;align-items:center}.dc-feedback__control_view_wide{margin-right:12px}.dc-feedback__control_view_wide:last-child{margin-right:0}.dc-feedback__control_view_regular{margin-right:4px}.dc-feedback__control_view_regular:last-child{margin-right:0}.dc-feedback__feedback-button_active{color:var(--yc-color-base-special)} +.dc-control__tooltip{display:flex;align-items:center;padding:4px 8px;border:none;height:26px}.dc-control__tooltip-text{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);display:block;white-space:nowrap} +.yc-button{--yc-button-height: 0;--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;margin:0;padding:0;font-family:var(--yc-text-body-font-family);font-size:inherit;font-weight:400;color:inherit;background:none;border:none;outline:none;cursor:pointer;display:inline-block;position:relative;overflow:visible;box-sizing:border-box;height:var(--yc-button-height);line-height:var(--yc-button-height);user-select:none;text-align:center;white-space:nowrap;text-decoration:none;background:rgba(0,0,0,0);touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:transform .1s ease-out,color .15s linear;transform:scale(1)}.yc-button::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background-color:var(--yc-button-background-color);transition:background-color .15s linear}.yc-button:hover::before{background-color:var(--yc-button-background-color-hover)}.yc-button:focus::before{box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-button:focus:not(:focus-visible)::before{box-shadow:none}.yc-button::after{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transform:scale(1);transition:none}.yc-button:active{transition:none;transform:scale(0.96)}.yc-button:active::after{transform:scale(1.042)}.yc-button_size_xs{--yc-button-height: 20px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-xs)}.yc-button_size_xs .yc-button__text{margin:0 6px}.yc-button_size_xs .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_xs .yc-button__icon_side_left~.yc-button__text{margin-left:18px}.yc-button_size_xs .yc-button__icon_side_right~.yc-button__text{margin-right:18px}.yc-button_size_s{--yc-button-height: 24px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-s)}.yc-button_size_s .yc-button__text{margin:0 10px}.yc-button_size_s .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_s .yc-button__icon_side_left~.yc-button__text{margin-left:22px}.yc-button_size_s .yc-button__icon_side_right~.yc-button__text{margin-right:22px}.yc-button_size_m{--yc-button-height: 28px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-m)}.yc-button_size_m .yc-button__text{margin:0 13px}.yc-button_size_m .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_m .yc-button__icon_side_left~.yc-button__text{margin-left:25px}.yc-button_size_m .yc-button__icon_side_right~.yc-button__text{margin-right:25px}.yc-button_size_l{--yc-button-height: 36px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-l)}.yc-button_size_l .yc-button__text{margin:0 18px}.yc-button_size_l .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_l .yc-button__icon_side_left~.yc-button__text{margin-left:33px}.yc-button_size_l .yc-button__icon_side_right~.yc-button__text{margin-right:33px}.yc-button_size_xl{--yc-button-height: 44px;font-size:15px;--yc-button-border-radius: var(--yc-border-radius-xl)}.yc-button_size_xl .yc-button__text{margin:0 25px}.yc-button_size_xl .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_xl .yc-button__icon_side_left~.yc-button__text{margin-left:40px}.yc-button_size_xl .yc-button__icon_side_right~.yc-button__text{margin-right:40px}.yc-button_view_normal{--yc-button-background-color: var(--yc-color-base-generic);--yc-button-background-color-hover: var(--yc-color-base-generic-hover)}.yc-button_view_normal,.yc-button_view_normal:link,.yc-button_view_normal:visited,.yc-button_view_normal:active,.yc-button_view_normal:focus{color:var(--yc-color-text-primary)}.yc-button_view_normal:hover{color:var(--yc-color-text-primary)}.yc-button_view_normal.yc-button_selected{--yc-button-background-color: var(--yc-color-base-selection);--yc-button-background-color-hover: var(--yc-color-base-selection-hover)}.yc-button_view_normal.yc-button_selected,.yc-button_view_normal.yc-button_selected:link,.yc-button_view_normal.yc-button_selected:visited,.yc-button_view_normal.yc-button_selected:active,.yc-button_view_normal.yc-button_selected:focus{color:var(--yc-color-text-special)}.yc-button_view_normal.yc-button_selected:hover{color:var(--yc-color-text-special)}.yc-button_view_action{--yc-button-background-color: var(--yc-color-base-special);--yc-button-background-color-hover: var(--yc-color-base-special-hover)}.yc-button_view_action,.yc-button_view_action:link,.yc-button_view_action:visited,.yc-button_view_action:active,.yc-button_view_action:focus{color:var(--yc-my-color-brand-text-contrast)}.yc-button_view_action:hover{color:var(--yc-my-color-brand-text-contrast)}.yc-button_view_outlined,.yc-button_view_outlined-info,.yc-button_view_outlined-danger{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-simple-hover)}.yc-button_view_outlined,.yc-button_view_outlined:link,.yc-button_view_outlined:visited,.yc-button_view_outlined:active,.yc-button_view_outlined:focus{color:var(--yc-color-text-primary)}.yc-button_view_outlined:hover{color:var(--yc-color-text-primary)}.yc-button_view_outlined::before{border:1px solid var(--yc-color-line-generic)}.yc-button_view_outlined-info,.yc-button_view_outlined-info:link,.yc-button_view_outlined-info:visited,.yc-button_view_outlined-info:active,.yc-button_view_outlined-info:focus{color:var(--yc-color-text-info)}.yc-button_view_outlined-info:hover{color:var(--yc-color-text-info)}.yc-button_view_outlined-info::before{border:1px solid var(--yc-color-line-info)}.yc-button_view_outlined-danger,.yc-button_view_outlined-danger:link,.yc-button_view_outlined-danger:visited,.yc-button_view_outlined-danger:active,.yc-button_view_outlined-danger:focus{color:var(--yc-color-text-danger)}.yc-button_view_outlined-danger:hover{color:var(--yc-color-text-danger)}.yc-button_view_outlined-danger::before{border:1px solid var(--yc-color-line-danger)}.yc-button_view_raised{--yc-button-background-color: var(--yc-color-base-float);--yc-button-background-color-hover: var(--yc-color-base-float-hover)}.yc-button_view_raised,.yc-button_view_raised:link,.yc-button_view_raised:visited,.yc-button_view_raised:active,.yc-button_view_raised:focus{color:var(--yc-color-text-primary)}.yc-button_view_raised:hover{color:var(--yc-color-text-primary)}.yc-button_view_raised::before{box-shadow:0 3px 5px var(--yc-color-sfx-shadow)}.yc-button_view_raised:focus:not(:focus-visible)::before{box-shadow:0 3px 5px var(--yc-color-sfx-shadow)}.yc-button_view_raised:active::before{box-shadow:0 1px 2px var(--yc-color-sfx-shadow)}.yc-button_view_raised:active:focus::before{box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-button_view_raised:active:focus:not(:focus-visible)::before{box-shadow:0 1px 2px var(--yc-color-sfx-shadow)}.yc-button_view_flat,.yc-button_view_flat-info,.yc-button_view_flat-danger,.yc-button_view_flat-secondary{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-simple-hover)}.yc-button_view_flat,.yc-button_view_flat:link,.yc-button_view_flat:visited,.yc-button_view_flat:active,.yc-button_view_flat:focus{color:var(--yc-color-text-primary)}.yc-button_view_flat:hover{color:var(--yc-color-text-primary)}.yc-button_view_flat-info,.yc-button_view_flat-info:link,.yc-button_view_flat-info:visited,.yc-button_view_flat-info:active,.yc-button_view_flat-info:focus{color:var(--yc-color-text-info)}.yc-button_view_flat-info:hover{color:var(--yc-color-text-info)}.yc-button_view_flat-danger,.yc-button_view_flat-danger:link,.yc-button_view_flat-danger:visited,.yc-button_view_flat-danger:active,.yc-button_view_flat-danger:focus{color:var(--yc-color-text-danger)}.yc-button_view_flat-danger:hover{color:var(--yc-color-text-danger)}.yc-button_view_flat-secondary,.yc-button_view_flat-secondary:link,.yc-button_view_flat-secondary:visited,.yc-button_view_flat-secondary:active,.yc-button_view_flat-secondary:focus{color:var(--yc-color-text-secondary)}.yc-button_view_flat-secondary:hover{color:var(--yc-color-text-primary)}.yc-button_view_normal-contrast{--yc-button-background-color: var(--yc-color-base-light);--yc-button-background-color-hover: var(--yc-color-base-light-hover)}.yc-button_view_normal-contrast,.yc-button_view_normal-contrast:link,.yc-button_view_normal-contrast:visited,.yc-button_view_normal-contrast:active,.yc-button_view_normal-contrast:focus{color:var(--yc-color-text-dark-primary)}.yc-button_view_normal-contrast:hover{color:var(--yc-color-text-dark-primary)}.yc-button_view_outlined-contrast{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-light-simple-hover)}.yc-button_view_outlined-contrast,.yc-button_view_outlined-contrast:link,.yc-button_view_outlined-contrast:visited,.yc-button_view_outlined-contrast:active,.yc-button_view_outlined-contrast:focus{color:var(--yc-color-text-light-primary)}.yc-button_view_outlined-contrast:hover{color:var(--yc-color-text-light-primary)}.yc-button_view_outlined-contrast::before{border:1px solid var(--yc-color-line-light)}.yc-button_view_flat-contrast{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-light-simple-hover)}.yc-button_view_flat-contrast,.yc-button_view_flat-contrast:link,.yc-button_view_flat-contrast:visited,.yc-button_view_flat-contrast:active,.yc-button_view_flat-contrast:focus{color:var(--yc-color-text-light-primary)}.yc-button_view_flat-contrast:hover{color:var(--yc-color-text-light-primary)}.yc-button_view_flat.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-info.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-info.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-danger.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-danger.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;color:var(--yc-color-text-hint)}.yc-button_view_flat-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-contrast.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;color:var(--yc-color-text-light-hint)}.yc-button_view_normal-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_normal-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_outlined-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_outlined-contrast.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: var(--yc-color-base-light-disabled);--yc-button-background-color-hover: var(--yc-color-base-light-disabled);color:var(--yc-color-text-light-secondary)}.yc-button.yc-button_pin_round-round::before{border-radius:var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-brick::before{border-radius:0}.yc-button.yc-button_pin_clear-clear::before{border-radius:0;border-left:0;border-right:0}.yc-button.yc-button_pin_circle-circle::before{border-radius:100px}.yc-button.yc-button_pin_round-brick::before{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-round::before{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0}.yc-button.yc-button_pin_round-clear::before{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius);border-right:0}.yc-button.yc-button_pin_clear-round::before{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0;border-left:0}.yc-button.yc-button_pin_brick-clear::before{border-radius:0;border-right:0}.yc-button.yc-button_pin_clear-brick::before{border-radius:0;border-left:0}.yc-button.yc-button_pin_circle-brick::before{border-radius:100px 0 0 100px}.yc-button.yc-button_pin_brick-circle::before{border-radius:0 100px 100px 0}.yc-button.yc-button_pin_circle-clear::before{border-radius:100px 0 0 100px;border-right:0}.yc-button.yc-button_pin_clear-circle::before{border-radius:0 100px 100px 0;border-left:0}.yc-button.yc-button_pin_round-round::after{border-radius:var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-brick::after{border-radius:0}.yc-button.yc-button_pin_clear-clear::after{border-radius:0;border-left:0;border-right:0}.yc-button.yc-button_pin_circle-circle::after{border-radius:100px}.yc-button.yc-button_pin_round-brick::after{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-round::after{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0}.yc-button.yc-button_pin_round-clear::after{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius);border-right:0}.yc-button.yc-button_pin_clear-round::after{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0;border-left:0}.yc-button.yc-button_pin_brick-clear::after{border-radius:0;border-right:0}.yc-button.yc-button_pin_clear-brick::after{border-radius:0;border-left:0}.yc-button.yc-button_pin_circle-brick::after{border-radius:100px 0 0 100px}.yc-button.yc-button_pin_brick-circle::after{border-radius:0 100px 100px 0}.yc-button.yc-button_pin_circle-clear::after{border-radius:100px 0 0 100px;border-right:0}.yc-button.yc-button_pin_clear-circle::after{border-radius:0 100px 100px 0;border-left:0}.yc-button__text{display:inline-block;white-space:nowrap}.yc-button__icon{display:inline-block;position:relative;height:100%;pointer-events:none}.yc-button__icon::after{content:" ";visibility:hidden}.yc-button__icon-inner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.yc-button__icon_side_left,.yc-button__icon_side_right{position:absolute;top:0}.yc-button__icon_side_left{left:0}.yc-button__icon_side_right{right:0}.yc-button_disabled{cursor:default;pointer-events:none}.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: var(--yc-color-base-generic-accent-disabled);--yc-button-background-color-hover: var(--yc-color-base-generic-accent-disabled);color:var(--yc-color-text-hint)}.yc-button_disabled:not(.yc-button_loading)::before,.yc-button_disabled:not(.yc-button_loading):hover::before{border:none}.yc-button_disabled:active{transform:scale(1)}.yc-button_loading::before{background-image:repeating-linear-gradient(-45deg, var(--yc-button-background-color), var(--yc-button-background-color) 4px, var(--yc-button-background-color-hover) 4px, var(--yc-button-background-color-hover) 8px);background-size:150%;background-clip:padding-box;animation:yc-loading-animation .5s linear infinite}.yc-button_width_auto{max-width:100%}.yc-button_width_max{width:100%}.yc-button_width_auto .yc-button__text,.yc-button_width_max .yc-button__text{display:block;overflow:hidden;text-overflow:ellipsis} +.yc-icon{color:inherit;line-height:0;vertical-align:top} +.yc-popup{--yc-popup-background-color: var(--yc-color-base-float);--yc-popup-border-color: var(--yc-color-line-solid);--yc-popup-border-width: 1px;position:relative;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards;border-radius:4px;background-color:var(--yc-popup-background-color);box-shadow:0 0 0 var(--yc-popup-border-width) var(--yc-popup-border-color),0 8px 20px var(--yc-popup-border-width) var(--yc-color-sfx-shadow);outline:none}.yc-popup>:first-child:not(.yc-popup__arrow),.yc-popup>.yc-popup__arrow+*{border-top-left-radius:inherit;border-top-right-radius:inherit}.yc-popup>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.yc-popup__arrow-content{width:18px;height:18px;position:relative;overflow:hidden;display:flex}.yc-popup__arrow-circle-wrapper{background-color:rgba(0,0,0,0);overflow:hidden;width:9px;height:9px;position:relative}.yc-popup__arrow-circle{box-sizing:border-box;border-radius:50%;box-shadow:inset 0 0 0 calc(5px - var(--yc-popup-border-width)) var(--yc-popup-background-color),inset 0 0 0 5px var(--yc-popup-border-color);width:28px;height:30px;position:absolute}.yc-popup__arrow-circle_left{right:-5px;bottom:-4px}.yc-popup__arrow-circle_right{left:-5px;bottom:-4px}.yc-popup-wrapper{z-index:1000;visibility:hidden}.yc-popup-wrapper_open,.yc-popup-wrapper_exit_active{visibility:visible}.yc-popup-wrapper_exit_active[data-popper-placement*=bottom] .yc-popup{animation-name:yc-popup-bottom}.yc-popup-wrapper_exit_active[data-popper-placement*=top] .yc-popup{animation-name:yc-popup-top}.yc-popup-wrapper_exit_active[data-popper-placement*=left] .yc-popup{animation-name:yc-popup-left}.yc-popup-wrapper_exit_active[data-popper-placement*=right] .yc-popup{animation-name:yc-popup-right}.yc-popup-wrapper_enter_active[data-popper-placement*=bottom] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=bottom] .yc-popup{animation-name:yc-popup-bottom-open}.yc-popup-wrapper_enter_active[data-popper-placement*=top] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=top] .yc-popup{animation-name:yc-popup-top-open}.yc-popup-wrapper_enter_active[data-popper-placement*=left] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=left] .yc-popup{animation-name:yc-popup-left-open}.yc-popup-wrapper_enter_active[data-popper-placement*=right] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=right] .yc-popup{animation-name:yc-popup-right-open}.yc-popup-wrapper[data-popper-placement*=bottom] .yc-popup__arrow{top:-9px}.yc-popup-wrapper[data-popper-placement*=top] .yc-popup__arrow{bottom:-9px}.yc-popup-wrapper[data-popper-placement*=top] .yc-popup__arrow-content{transform:rotate(180deg)}.yc-popup-wrapper[data-popper-placement*=left] .yc-popup__arrow{right:-9px}.yc-popup-wrapper[data-popper-placement*=left] .yc-popup__arrow-content{transform:rotate(90deg)}.yc-popup-wrapper[data-popper-placement*=right] .yc-popup__arrow{left:-9px}.yc-popup-wrapper[data-popper-placement*=right] .yc-popup__arrow-content{transform:rotate(-90deg)}@keyframes yc-popup-bottom{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(10px)}}@keyframes yc-popup-bottom-open{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes yc-popup-top{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-10px)}}@keyframes yc-popup-top-open{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes yc-popup-left{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-10px)}}@keyframes yc-popup-left-open{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes yc-popup-right{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(10px)}}@keyframes yc-popup-right-open{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}} +.yc-checkbox__indicator{display:inline-block;position:relative;cursor:inherit}.yc-checkbox__indicator::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0);border:1px solid var(--yc-color-line-generic-accent);border-radius:4px;transition:background .1s linear}.yc-checkbox__indicator::after{content:" ";visibility:hidden}.yc-checkbox__icon{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;visibility:hidden;color:rgba(0,0,0,0);transform:translateY(-5px);transition:color .1s,transform .2s}.yc-checkbox__control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;background:none;border:none;outline:none;cursor:inherit}.yc-checkbox__outline{position:absolute;top:0;left:0;width:100%;height:100%;background:none;pointer-events:none;border-radius:4px}.yc-checkbox__control:focus+.yc-checkbox__outline{box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-checkbox__control:focus:not(:focus-visible)+.yc-checkbox__outline{box-shadow:none}.yc-checkbox_size_m .yc-checkbox__icon-svg_type_tick{width:8px;height:10px}.yc-checkbox_size_m .yc-checkbox__icon-svg_type_dash{width:12px;height:12px}.yc-checkbox_size_m .yc-checkbox__indicator{width:14px;height:14px}.yc-checkbox_size_l .yc-checkbox__icon-svg_type_tick{width:11px;height:9px}.yc-checkbox_size_l .yc-checkbox__icon-svg_type_dash{width:15px;height:15px}.yc-checkbox_size_l .yc-checkbox__indicator{width:17px;height:17px}.yc-checkbox:hover .yc-checkbox__indicator::before{border-color:var(--yc-color-line-generic-accent-hover)}.yc-checkbox_checked .yc-checkbox__indicator::before,.yc-checkbox_indeterminate .yc-checkbox__indicator::before{background-color:var(--yc-color-base-special);border:rgba(0,0,0,0)}.yc-checkbox_checked .yc-checkbox__icon,.yc-checkbox_indeterminate .yc-checkbox__icon{visibility:visible;color:var(--yc-my-color-brand-text-contrast);transform:translateX(0)}.yc-checkbox_disabled .yc-checkbox__indicator::before{background-color:var(--yc-color-base-generic-accent-disabled);border:rgba(0,0,0,0)}.yc-checkbox_disabled.yc-checkbox_checked .yc-checkbox__indicator::before,.yc-checkbox_disabled.yc-checkbox_indeterminate .yc-checkbox__indicator::before{background-color:var(--yc-color-base-special);opacity:.5} +.yc-control-label{display:inline-flex;font-family:var(--yc-text-body-font-family);font-weight:normal;color:var(--yc-color-text-primary);user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer}.yc-control-label_disabled{cursor:default;pointer-events:none}.yc-control-label_size_m{font-size:13px;line-height:15px}.yc-control-label_size_l{font-size:15px;line-height:18px}.yc-control-label__indicator{flex-shrink:0}.yc-control-label__text{flex-grow:1;white-space:normal}.yc-control-label_disabled .yc-control-label__text{opacity:.6}.yc-control-label_size_m .yc-control-label__text{margin-left:5px}.yc-control-label_size_l .yc-control-label__text{margin-left:7px} +.yc-text-input{display:inline-block;width:100%;position:relative}.yc-text-input__content{box-sizing:border-box;display:flex;width:100%}.yc-text-input__control{box-sizing:border-box;display:inline-block;flex-grow:1;vertical-align:top;position:relative;margin:0;padding:0;width:100%;font-weight:normal;font-family:var(--yc-text-body-font-family);color:var(--yc-color-text-primary);background-color:rgba(0,0,0,0);border:none}.yc-text-input__control::placeholder{color:var(--yc-color-text-hint)}.yc-text-input__control:focus{outline:none}.yc-text-input__control_type_textarea{resize:none;overflow-x:hidden}.yc-text-input__control_type_textarea:not(.yc-text-input__control_autosize){height:auto}.yc-text-input__control[type=number]{appearance:textfield}.yc-text-input__label{position:absolute;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:1}.yc-text-input__error{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);font-weight:var(--yc-text-body-font-weight);color:var(--yc-color-text-danger);margin-top:2px}.yc-text-input__clear[class]{--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;color:var(--yc-color-text-hint)}.yc-text-input__clear[class]:hover{color:var(--yc-color-text-primary)}.yc-text-input__clear_textarea{position:absolute;top:0;right:0}.yc-text-input__clear:not(.yc-text-input__clear_textarea){margin:-1px}.yc-text-input__additional-content{display:flex;align-items:center}.yc-text-input_size_s{--yc-text-input-border-radius: var(--yc-border-radius-s)}.yc-text-input_size_s .yc-text-input__control{height:22px;padding:4px 8px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text-input_size_s.yc-text-input_has-clear .yc-text-input__control.yc-text-input__control_type_textarea{padding-right:26px}.yc-text-input_size_s .yc-text-input__label{height:22px;padding:4px 8px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight);font-weight:var(--yc-text-accent-font-weight);padding-right:4px;padding-top:0;padding-bottom:0;line-height:22px}.yc-text-input_size_s.yc-text-input_has-left-content .yc-text-input__label{padding-left:2px}.yc-text-input_size_s .yc-text-input__additional-content{height:22px}.yc-text-input_size_s .yc-text-input__additional-content_placement_left{padding-left:1px}.yc-text-input_size_s .yc-text-input__additional-content_placement_right{padding-right:1px}.yc-text-input_size_m{--yc-text-input-border-radius: var(--yc-border-radius-m)}.yc-text-input_size_m .yc-text-input__control{height:26px;padding:6px 8px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text-input_size_m.yc-text-input_has-clear .yc-text-input__control.yc-text-input__control_type_textarea{padding-right:26px}.yc-text-input_size_m .yc-text-input__label{height:26px;padding:6px 8px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight);font-weight:var(--yc-text-accent-font-weight);padding-right:4px;padding-top:0;padding-bottom:0;line-height:26px}.yc-text-input_size_m.yc-text-input_has-left-content .yc-text-input__label{padding-left:2px}.yc-text-input_size_m .yc-text-input__additional-content{height:26px}.yc-text-input_size_m .yc-text-input__additional-content_placement_left{padding-left:1px}.yc-text-input_size_m .yc-text-input__additional-content_placement_right{padding-right:1px}.yc-text-input_size_l{--yc-text-input-border-radius: var(--yc-border-radius-l)}.yc-text-input_size_l .yc-text-input__control{height:34px;padding:10px 12px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text-input_size_l.yc-text-input_has-clear .yc-text-input__control.yc-text-input__control_type_textarea{padding-right:36px}.yc-text-input_size_l .yc-text-input__label{height:34px;padding:10px 12px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight);font-weight:var(--yc-text-accent-font-weight);padding-right:4px;padding-top:0;padding-bottom:0;line-height:34px}.yc-text-input_size_l.yc-text-input_has-left-content .yc-text-input__label{padding-left:3px}.yc-text-input_size_l .yc-text-input__additional-content{height:34px}.yc-text-input_size_l .yc-text-input__additional-content_placement_left{padding-left:3px}.yc-text-input_size_l .yc-text-input__additional-content_placement_right{padding-right:3px}.yc-text-input_size_xl{--yc-text-input-border-radius: var(--yc-border-radius-xl)}.yc-text-input_size_xl .yc-text-input__control{height:42px;padding:12px;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text-input_size_xl.yc-text-input_has-clear .yc-text-input__control.yc-text-input__control_type_textarea{padding-right:36px}.yc-text-input_size_xl .yc-text-input__label{height:42px;padding:12px;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);font-weight:var(--yc-text-body-font-weight);font-weight:var(--yc-text-accent-font-weight);padding-right:4px;padding-top:0;padding-bottom:0;line-height:42px}.yc-text-input_size_xl.yc-text-input_has-left-content .yc-text-input__label{padding-left:3px}.yc-text-input_size_xl .yc-text-input__additional-content{height:42px}.yc-text-input_size_xl .yc-text-input__additional-content_placement_left{padding-left:3px}.yc-text-input_size_xl .yc-text-input__additional-content_placement_right{padding-right:3px}.yc-text-input_view_normal .yc-text-input__content{border:1px solid var(--yc-color-line-generic)}.yc-text-input_view_normal .yc-text-input__content:hover{border-color:var(--yc-color-line-generic-hover)}.yc-text-input_view_normal .yc-text-input__content:focus-within{border-color:var(--yc-color-line-generic-active)}.yc-text-input_view_clear .yc-text-input__content{border:1px solid rgba(0,0,0,0);border-left:0;border-right:0;border-radius:0}.yc-text-input_view_clear .yc-text-input__control{padding-left:0;padding-right:0}.yc-text-input.yc-text-input_pin_round-round .yc-text-input__content{border-radius:var(--yc-text-input-border-radius)}.yc-text-input.yc-text-input_pin_brick-brick .yc-text-input__content{border-radius:0}.yc-text-input.yc-text-input_pin_clear-clear .yc-text-input__content{border-radius:0;border-left:0;border-right:0}.yc-text-input.yc-text-input_pin_circle-circle .yc-text-input__content{border-radius:100px}.yc-text-input.yc-text-input_pin_round-brick .yc-text-input__content{border-radius:var(--yc-text-input-border-radius) 0 0 var(--yc-text-input-border-radius)}.yc-text-input.yc-text-input_pin_brick-round .yc-text-input__content{border-radius:0 var(--yc-text-input-border-radius) var(--yc-text-input-border-radius) 0}.yc-text-input.yc-text-input_pin_round-clear .yc-text-input__content{border-radius:var(--yc-text-input-border-radius) 0 0 var(--yc-text-input-border-radius);border-right:0}.yc-text-input.yc-text-input_pin_clear-round .yc-text-input__content{border-radius:0 var(--yc-text-input-border-radius) var(--yc-text-input-border-radius) 0;border-left:0}.yc-text-input.yc-text-input_pin_brick-clear .yc-text-input__content{border-radius:0;border-right:0}.yc-text-input.yc-text-input_pin_clear-brick .yc-text-input__content{border-radius:0;border-left:0}.yc-text-input.yc-text-input_pin_circle-brick .yc-text-input__content{border-radius:100px 0 0 100px}.yc-text-input.yc-text-input_pin_brick-circle .yc-text-input__content{border-radius:0 100px 100px 0}.yc-text-input.yc-text-input_pin_circle-clear .yc-text-input__content{border-radius:100px 0 0 100px;border-right:0}.yc-text-input.yc-text-input_pin_clear-circle .yc-text-input__content{border-radius:0 100px 100px 0;border-left:0}.yc-text-input_disabled .yc-text-input__content{background-color:var(--yc-color-base-generic-accent-disabled);color:var(--yc-color-text-hint);border-color:rgba(0,0,0,0)}.yc-text-input_disabled .yc-text-input__content:hover{border-color:rgba(0,0,0,0)}.yc-text-input_disabled .yc-text-input__control{color:var(--yc-color-text-hint)}.yc-text-input_disabled .yc-text-input__label{color:var(--yc-color-text-hint)}.yc-text-input_has-scrollbar .yc-text-input__clear{right:var(--yc-scrollbar-width)}.yc-text-input_has-left-content .yc-text-input__control{padding-left:2px}.yc-text-input_has-right-content .yc-text-input__control{padding-right:2px}.yc-text-input_state_error.yc-text-input_view_normal .yc-text-input__content{border-color:var(--yc-color-line-danger)}.yc-text-input_state_error.yc-text-input_view_normal .yc-text-input__content:hover,.yc-text-input_state_error.yc-text-input_view_normal .yc-text-input__content:focus-within{border-color:var(--yc-color-line-danger)}.yc-text-input_state_error.yc-text-input_view_clear .yc-text-input__content{border-bottom:1px solid var(--yc-color-line-danger)}.yc-text-input_state_error.yc-text-input_view_clear .yc-text-input__content:hover,.yc-text-input_state_error.yc-text-input_view_clear .yc-text-input__content:focus-within{border-bottom:1px solid var(--yc-color-line-danger)} +.dc-subscribe__container_view_wide{display:flex;align-items:center;flex-direction:column;width:100%}.dc-subscribe__container-row{display:flex;justify-content:center;width:100%;padding:28px;border:1px solid var(--yc-color-line-generic);border-radius:8px}.dc-subscribe__container-row_view_wide{display:flex;align-items:center}.dc-subscribe__success-popup{padding:16px;width:320px}@media screen and (max-width: 375px){.dc-subscribe__success-popup_view_wide{right:0 !important;left:0 !important;margin:auto}}.dc-subscribe__variants-popup{padding:16px;width:320px}@media screen and (max-width: 375px){.dc-subscribe__variants-popup_view_wide{right:0 !important;left:0 !important;margin:auto}}.dc-subscribe__popup-title{font-size:var(--yc-text-body2-font-size);line-height:var(--yc-text-body2-line-height);padding-bottom:8px}.dc-subscribe__popup-text{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}.dc-subscribe__variants-actions{display:flex;justify-content:flex-end}.dc-subscribe__variants-action{margin-left:10px}.dc-subscribe__variant__list-item{padding:6px 12px}.dc-subscribe__textarea{padding:8px 0}.dc-subscribe__title_view_wide{font-size:var(--yc-text-body2-font-size);line-height:var(--yc-text-body2-line-height);margin-right:16px;font-weight:400}.dc-subscribe__controls{display:flex}.dc-subscribe__controls_view_wide{display:flex}.dc-subscribe__control:last-child{font-size:13px;line-height:18px;display:flex;align-items:center}.dc-subscribe__control_view_wide{margin-right:12px}.dc-subscribe__control_view_wide:last-child{margin-right:0}.dc-subscribe__control_view_regular{margin-right:4px}.dc-subscribe__control_view_regular:last-child{margin-right:0}.dc-subscribe__subscribe-button{width:16px;height:16px}.dc-subscribe__subscribe-button_view_wide{margin-right:8px}.dc-subscribe__subscribe-button_active{color:var(--yc-color-button-accent-background)} +.yc-list{outline:none;display:flex;flex-direction:column;flex:1 1 auto;width:100%}.yc-list__filter{padding:0 var(--yc-list-margin);margin-bottom:8px;flex:0 0 auto}.yc-list__items{flex:1 1 auto}.yc-list__items_virtualized{height:var(--yc-list-height)}.yc-list__item,.yc-list__empty-placeholder{box-sizing:border-box;display:flex;align-items:center;padding:0 var(--yc-list-margin);user-select:none;overflow:hidden}.yc-list__item{height:var(--yc-list-item-height)}.yc-list__item_sortable{cursor:move}.yc-list__item_sorting{z-index:100001;background:var(--yc-color-base-simple-hover-solid);padding:0 var(--yc-list-margin);cursor:move}.yc-list__item_active{background:var(--yc-color-base-simple-hover)}.yc-list__item_selected{background:var(--yc-color-base-selection)}.yc-list__item_sort-handle-align_right{flex-direction:row-reverse}.yc-list__item_sort-handle-align_right .yc-list__item-sort-icon{margin-left:10px;margin-right:0}.yc-list__empty-placeholder{box-sizing:border-box;color:var(--yc-color-text-hint);min-height:36px;padding-top:8px;padding-bottom:8px}.yc-list__item-content{flex:1 1 auto;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;height:100%}.yc-list__item-sort-icon{display:flex;align-items:center;width:6px;margin-right:10px;flex:0 0 auto;color:var(--yc-color-text-hint)} +.dc-settings-control__text-size-control{display:flex;align-items:center}.dc-settings-control__text-size-button_s{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}.dc-settings-control__text-size-button_m{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.dc-settings-control__text-size-button_l{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height)}.dc-settings-control__text-size-button-icon_active{color:var(--yc-color-base-special)}.dc-settings-control__popup{width:230px;font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}.dc-settings-control__list{padding:4px 0;width:230px}.dc-settings-control__list .yc-list__item_active{background:rgba(0,0,0,0)}.dc-settings-control__list-icon{margin-right:8px}.dc-settings-control__list-item{display:flex;padding:12px;width:100%}.dc-settings-control__list-item-description{color:var(--yc-color-text-secondary)}.dc-settings-control__list-item-control{display:flex;align-items:center;margin-left:auto} +.yc-switch{position:relative}.yc-switch__control{opacity:0;cursor:pointer}.yc-switch__indicator{display:inline-block;position:relative}.yc-switch__indicator::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--yc-color-base-generic-medium);transition:background .1s linear}.yc-switch__indicator::after{content:" ";visibility:hidden}.yc-switch__slider{position:absolute;content:"";border-radius:50%;background-color:var(--yc-color-base-background);transition:transform .15s ease-out}.yc-switch__outline{position:absolute;top:0;left:0;width:100%;height:100%;background:none;pointer-events:none}.yc-switch__control:focus+.yc-switch__outline{box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-switch__control:focus:not(:focus-visible)+.yc-switch__outline{box-shadow:none}.yc-switch_size_m .yc-switch__indicator,.yc-switch_size_m .yc-switch__indicator::before,.yc-switch_size_m .yc-switch__outline{width:36px;height:20px;border-radius:10px}.yc-switch_size_m .yc-switch__slider{top:2px;left:2px;width:16px;height:16px}.yc-switch_size_m .yc-switch__text{margin-top:3px}.yc-switch_size_l .yc-switch__indicator,.yc-switch_size_l .yc-switch__indicator::before,.yc-switch_size_l .yc-switch__outline{width:42px;height:24px;border-radius:12px}.yc-switch_size_l .yc-switch__slider{top:3px;left:3px;width:18px;height:18px}.yc-switch_size_l .yc-switch__text{margin-top:4px}.yc-switch:hover .yc-switch__indicator::before{background-color:var(--yc-color-base-generic-medium-hover)}.yc-switch_checked .yc-switch__slider{transform:translateX(100%)}.yc-switch_checked .yc-switch__indicator::before,.yc-switch_checked:hover .yc-switch__indicator::before{background-color:var(--yc-color-base-special)}.yc-switch_disabled .yc-switch__indicator::before{background-color:var(--yc-color-base-generic-accent-disabled)}.yc-switch_disabled.yc-switch_checked .yc-switch__indicator::before{background-color:var(--yc-color-base-special);opacity:.5} +.dc-doc-page-title{position:relative}.dc-doc-page-title__label{position:absolute;left:0;top:-11px} +.dc-mark{display:inline-block;font-family:"YS Text",sans-serif;font-weight:bold;line-height:1}.dc-mark_color_blue{color:#67b0f8}.dc-mark_color_green{color:#56bd67}.dc-mark_size_s{font-size:10px;letter-spacing:.25px}.dc-mark_size_m{font-size:12px;letter-spacing:.3px} +.dc-bookmark-button{vertical-align:middle;margin:0 4px 4px 4px}.dc-bookmark-button:hover::before{background-color:rgba(0,0,0,0)}.dc-bookmark-button_active .dc-bookmark-button__icon{color:var(--yc-color-base-special)} +.yfm{font-family:"Segoe UI",Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-family:var(--yfm-font-family-sans);font-size:15px;line-height:20px;word-wrap:break-word;color:rgba(0,0,0,.7);--yfm-color-hljs-background: rgba(107, 132, 153, 0.12);--yfm-color-hljs-subst: #444;--yfm-color-hljs-comment: #888888;--yfm-color-hljs-deletion: #880000;--yfm-color-hljs-section: #880000;--yfm-color-hljs-pseudo: #BC6060;--yfm-color-hljs-literal: #78A960;--yfm-color-hljs-addition: #397300;--yfm-color-hljs-meta: #1f7199;--yfm-color-hljs-meta-string: #4d99bf;--yfm-font-family-monospace: "Menlo", "Monaco", "Consolas", "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", "Courier", monospace;--yfm-font-family-sans: "Segoe UI", Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}.yfm *{box-sizing:border-box}.yfm>*:not(h2):not(h3):not(h4):not(h5):not(h6):first-child{margin-top:0 !important}.yfm>*:last-child{margin-bottom:0 !important}.yfm h1,.yfm h2,.yfm h3,.yfm h4,.yfm h5,.yfm h6{margin-bottom:15px;font-weight:500}.yfm h1{font-size:32px;line-height:40px}.yfm h2{font-size:24px;line-height:28px}.yfm h3{font-size:20px;line-height:24px}.yfm h4{font-size:17px;line-height:24px}.yfm h5{font-size:15px;line-height:20px}.yfm h6{font-size:13px;line-height:18px}.yfm a{background-color:rgba(0,0,0,0);color:#027bf3;-webkit-text-decoration:none;text-decoration:none}.yfm a:hover,.yfm a:active{color:#004080}.yfm a:not([href]){color:inherit}.yfm strong{font-weight:700}.yfm img,.yfm svg{box-sizing:content-box;max-width:100%;border:none;vertical-align:middle}.yfm img[align=right],.yfm svg[align=right]{padding-left:20px}.yfm img[align=left],.yfm svg[align=left]{padding-right:20px}.yfm img{background-color:#fff}.yfm svg{height:auto}.yfm .katex svg{height:auto;height:initial}.yfm img+small{display:block}.yfm p,.yfm blockquote,.yfm ul,.yfm ol,.yfm dl,.yfm table,.yfm pre{margin:0 0 15px 0}.yfm ul pre,.yfm ol pre,.yfm dl pre{margin-top:15px}.yfm code,.yfm kbd,.yfm pre{font-family:var(--yfm-font-family-monospace);font-size:1em;font-feature-settings:normal}.yfm input{margin:0;overflow:visible;font-family:inherit;font-size:inherit;line-height:inherit}.yfm input[type=checkbox]{position:relative;top:1px;box-sizing:border-box;padding:0}.yfm table{color:#333;display:inline-block;max-width:100%;width:auto;overflow:auto;position:relative;z-index:1;box-sizing:border-box;border:1px solid rgba(0,0,0,.07);border-radius:8px;border-collapse:collapse;border-spacing:0;background:#fff}.yfm table thead,.yfm table tr:nth-child(2n){background-color:rgba(0,0,0,.02)}.yfm table tr:first-child td,.yfm table tr:first-child th{border-top:none}.yfm table tr:last-child td,.yfm table tr:last-child th{border-bottom:none}.yfm table th,.yfm table td{padding:10px 20px;overflow:hidden;text-overflow:ellipsis;border:1px solid rgba(0,0,0,.07)}.yfm table th p,.yfm table td p{padding:0;margin:0}.yfm table td{vertical-align:baseline;white-space:normal}.yfm table th{font-weight:500;text-align:left}.yfm table tr td:first-child,.yfm table tr th:first-child{border-left:none}.yfm table tr td:last-child,.yfm table tr th:last-child{border-right:none}.yfm hr{box-sizing:content-box;height:.25em;padding:0;margin:1.5em 0;overflow:hidden;background-color:rgba(0,0,0,.07);border:none}.yfm hr::before{content:"";display:table}.yfm hr::after{content:"";display:table;clear:both}.yfm blockquote{position:relative;padding-left:12px;border-left:3px solid #027bf3}.yfm blockquote>*:first-child{margin-top:0}.yfm blockquote>*:last-child{margin-bottom:0}.yfm dl{padding:0}.yfm dl>*:first-child{margin-top:0}.yfm dl>*:last-child{margin-bottom:0}.yfm dl dt{margin-bottom:5px;font-size:1em;font-weight:500;font-style:italic}.yfm dl dd{margin-bottom:15px;padding:0 15px}.yfm dd{margin-left:0}.yfm dd>ol:first-child,.yfm dd>ul:first-child,.yfm dd>dd:first-child{padding-left:0}.yfm ul,.yfm ol{padding-left:2.2em}.yfm ul ul,.yfm ul ol,.yfm ol ol,.yfm ol ul{margin-top:0;margin-bottom:0}.yfm:not(.yfm_no-list-reset) ol{list-style-type:none;counter-reset:list}.yfm:not(.yfm_no-list-reset) ol>li{position:relative;counter-increment:list}.yfm:not(.yfm_no-list-reset) ol>li::before{position:absolute;right:100%;margin-right:4px;content:counters(list, ".") ". "}.yfm li{word-wrap:break-word}.yfm li+li{margin-top:.33em}.yfm li p,.yfm li blockquote{margin-top:15px}.yfm code{padding:.1em .4em .15em;background-color:rgba(107,132,153,.12);border-radius:4px;font-size:.875em;white-space:normal;color:#3b6080}.yfm pre{word-wrap:normal}.yfm table code{white-space:nowrap}.yfm pre * code{display:inline;padding:0;margin:0;overflow:visible;word-wrap:normal;background-color:rgba(0,0,0,0);border:0;color:rgba(0,0,0,.7)}.yfm pre>code{display:block;padding:16px;overflow:auto;background-color:rgba(107,132,153,.12);color:rgba(0,0,0,.7);white-space:pre}.yfm sup,.yfm sub{line-height:0}.yfm .visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%)}.yfm .yfm-note{max-width:1296px;margin:20px 0;padding:20px 20px 20px 64px;border-radius:10px}.yfm .yfm-note .yfm-note-title{font-weight:700}.yfm .yfm-note>p{margin:0 0 10px 0}.yfm .yfm-note>p:first-child::before{box-sizing:content-box;display:block;width:24px;height:24px;margin-top:-2px;margin-left:-44px;padding-right:20px;float:left}.yfm .yfm-note>p:last-child{margin-bottom:0}.yfm .yfm-note.yfm-accent-info>p:first-child::before{content:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb%282,123,243%29\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E")}.yfm .yfm-note.yfm-accent-tip>p:first-child::before{content:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb%2886,189,103%29\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E")}.yfm .yfm-note.yfm-accent-alert>p:first-child::before{content:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb%28255,70,69%29\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E")}.yfm .yfm-note.yfm-accent-warning>p:first-child::before{content:url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb%28241,149,24%29\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E")}.yfm .yfm-note.yfm-accent-info{background:rgba(2,123,243,.08)}.yfm .yfm-note.yfm-accent-tip{background:rgba(63,201,46,.1)}.yfm .yfm-note.yfm-accent-alert{background:rgba(235,50,38,.08)}.yfm .yfm-note.yfm-accent-warning{background:rgba(255,136,0,.15)}.yfm h1 .yfm-anchor,.yfm h2 .yfm-anchor,.yfm h3 .yfm-anchor,.yfm h4 .yfm-anchor,.yfm h5 .yfm-anchor,.yfm h6 .yfm-anchor{display:inline-block;width:24px;padding-right:4px;margin-left:-24px;float:left;text-align:center;font-size:18px}.yfm h1 .yfm-anchor::before,.yfm h2 .yfm-anchor::before,.yfm h3 .yfm-anchor::before,.yfm h4 .yfm-anchor::before,.yfm h5 .yfm-anchor::before,.yfm h6 .yfm-anchor::before{content:"#";visibility:hidden}.yfm h1:hover .yfm-anchor::before,.yfm h2:hover .yfm-anchor::before,.yfm h3:hover .yfm-anchor::before,.yfm h4:hover .yfm-anchor::before,.yfm h5:hover .yfm-anchor::before,.yfm h6:hover .yfm-anchor::before{visibility:visible}.yfm table h1 .yfm-anchor,.yfm table h2 .yfm-anchor,.yfm table h3 .yfm-anchor,.yfm table h4 .yfm-anchor,.yfm table h5 .yfm-anchor,.yfm table h6 .yfm-anchor{width:1em;margin-left:-1em;padding-right:0}.yfm .hljs{display:block;overflow-x:auto;padding:16px;background:rgba(107,132,153,.12);background:var(--yfm-color-hljs-background)}.yfm .hljs,.yfm .hljs-subst{color:#444;color:var(--yfm-color-hljs-subst)}.yfm .hljs-comment{color:#888;color:var(--yfm-color-hljs-comment)}.yfm .hljs-keyword,.yfm .hljs-attribute,.yfm .hljs-selector-tag,.yfm .hljs-meta-keyword,.yfm .hljs-doctag,.yfm .hljs-name{font-weight:bold}.yfm .hljs-type,.yfm .hljs-string,.yfm .hljs-number,.yfm .hljs-selector-id,.yfm .hljs-selector-class,.yfm .hljs-quote,.yfm .hljs-template-tag,.yfm .hljs-deletion{color:#800;color:var(--yfm-color-hljs-deletion)}.yfm .hljs-title,.yfm .hljs-section{color:#800;color:var(--yfm-color-hljs-section);font-weight:bold}.yfm .hljs-regexp,.yfm .hljs-symbol,.yfm .hljs-variable,.yfm .hljs-template-variable,.yfm .hljs-link,.yfm .hljs-selector-attr,.yfm .hljs-selector-pseudo{color:#bc6060;color:var(--yfm-color-hljs-pseudo)}.yfm .hljs-literal{color:#78a960;color:var(--yfm-color-hljs-literal)}.yfm .hljs-built_in,.yfm .hljs-bullet,.yfm .hljs-code,.yfm .hljs-addition{color:#397300;color:var(--yfm-color-hljs-addition)}.yfm .hljs-meta{color:#1f7199;color:var(--yfm-color-hljs-meta)}.yfm .hljs-meta-string{color:#4d99bf;color:var(--yfm-color-hljs-meta-string)}.yfm .hljs-emphasis{font-style:italic}.yfm .hljs-strong{font-weight:bold}.yfm-clipboard{position:relative}.yfm-clipboard:hover .yfm-clipboard-button{display:block}.yfm-clipboard>pre{border-radius:10px;overflow:hidden}.yfm-clipboard-button{display:none;position:absolute;cursor:pointer;top:16px;right:16px;z-index:1}@media print{.tab-list{display:none !important}.tab-panel:before{content:attr(data-title);margin-bottom:-1px;margin-right:20px;border-bottom:2px solid rgba(0,0,0,0);line-height:33px;font-weight:700;outline:0;cursor:pointer}.tab-panel{display:block !important}}.yfm-cut-title{cursor:pointer;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px 0 5px 30px}.yfm-cut-title:before{content:"";z-index:1;left:0;top:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=);transform:translateY(-50%) rotate(-90deg);transition:transform .3s ease;height:20px;width:20px;position:absolute}.yfm-cut-content{height:0;overflow:hidden;transition:height .3s ease-in-out}.yfm-cut.open>.yfm-cut-content{padding:5px 0 15px 30px;height:auto}.yfm-cut.open>.yfm-cut-title:before{transform:translateY(-50%)}.yfm-file__icon{---yfm-file-icon-img: var(--yfm-file-icon, url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==));display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:16px;margin:0 2px;color:rgba(0,0,0,.7);color:var(--yfm-file-icon-color, rgba(0, 0, 0, 0.7));background-color:currentColor;background-repeat:no-repeat;background-position:50%;background-size:100%;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==);-webkit-mask-image:var(---yfm-file-icon-img);mask-image:var(---yfm-file-icon-img);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.yfm-file__icon::before{content:" "}.yfm-term_title{color:#027bf3;cursor:pointer;border-bottom:1px dotted;font-size:inherit;line-height:inherit;font-style:normal}.yfm-term_title:hover{color:#004080}.yfm-term_dfn{position:absolute;z-index:1000;width:-moz-fit-content;width:fit-content;max-width:450px;visibility:hidden;opacity:0;padding:10px;background-color:#fff;font-size:inherit;line-height:inherit;font-style:normal;border-radius:4px;box-shadow:0 8px 20px rgba(0,0,0,.15);outline:none}@media screen and (max-width: 600px){.yfm-term_dfn{max-width:80%}}.yfm-term_dfn::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:0 0 0 1px #e5e5e5}.yfm-term_dfn.open{visibility:visible;animation-name:popup;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes popup{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.yfm-tabs{margin-bottom:15px}.yfm:not(.yfm_no-list-reset) .yfm-tabs ol{counter-reset:tabs-list}.yfm:not(.yfm_no-list-reset) .yfm-tabs ol>li{counter-increment:tabs-list}.yfm:not(.yfm_no-list-reset) .yfm-tabs ol>li:before{content:counters(tabs-list, ".") ". "}.yfm-tab-list{display:flex;flex-wrap:wrap;margin-bottom:15px;border-bottom:1px solid rgba(0,0,0,.07)}.yfm-tab{margin-bottom:-1px;margin-right:20px;border-bottom:2px solid rgba(0,0,0,0);padding:6px 0 7px;font-weight:700;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:break-spaces}.yfm-tab:last-child{margin-right:0}.yfm-tab:hover,.yfm-tab:active{color:#004080}.yfm-tab.active{border-bottom-color:#027bf3}.yfm-tab-panel{display:none}.yfm-tab-panel:first-child{margin-top:0 !important}.yfm-tab-panel:last-child{margin-bottom:0 !important}.yfm-tab-panel.active{display:block} +.dc-doc-page{position:relative;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);width:1440px}.dc-doc-page__aside{position:fixed;top:calc(var(--dc-header-height, 0px) + var(--dc-subheader-height));padding-top:24px;width:176px;font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}@media screen and (min-width: 1280px){.dc-doc-page__aside{width:200px}}.dc-doc-page__main{padding:20px 36px 24px;overflow:hidden;display:flex;flex-direction:column;min-height:calc(100vh - var(--dc-header-height, 0px) - var(--dc-subheader-height))}.dc-doc-page__loader-wrapper{background:var(--yc-color-base-background);padding-top:calc((100vh - var(--dc-header-height, 0px))/2);display:flex;justify-content:center;position:absolute;width:100%;top:0;z-index:101;height:100%}.dc-doc-page__controls{display:flex;top:var(--dc-header-height, 0px);align-items:center;height:40px;z-index:102;position:absolute;right:7px}.dc-doc-page__controls>.dc-controls{position:fixed;top:calc(6px + var(--dc-header-height, 0px))}@media(max-width: 768px){.dc-doc-page__controls>.dc-controls{position:static}}@media(min-width: 769px){.dc-doc-page__controls_vertical{top:calc(6px + var(--dc-header-height, 0px));justify-content:center;height:auto;width:36px;position:absolute;right:0}}.dc-doc-page__body_text-size_s.yfm{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);--dc-code-font-size: 12px;--dc-code-line-height: 18px;--dc-code-short-font-size: 12px;--dc-code-short-line-height: 14px;--dc-code-short-padding: 1px 2px}.dc-doc-page__body_text-size_m.yfm{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);--dc-code-font-size: 14px;--dc-code-line-height: 20px;--dc-code-short-font-size: 14px;--dc-code-short-line-height: 16px;--dc-code-short-padding: 1px 4px}.dc-doc-page__body_text-size_l.yfm{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);--dc-code-font-size: 16px;--dc-code-line-height: 24px;--dc-code-short-font-size: 16px;--dc-code-short-line-height: 20px;--dc-code-short-padding: 1px 6px}.dc-doc-page__breadcrumbs{height:40px;display:flex;align-items:center;padding:0 36px}.dc-doc-page__feedback{margin-top:84px}.dc-doc-page__title{margin-bottom:8px;font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height)}.dc-doc-page__content{flex:1;margin-bottom:50px}.dc-doc-page__content-mini-toc{display:none;margin-bottom:20px}.dc-doc-page__search-bar{background:var(--yc-color-base-background);width:100%;height:40px;position:sticky;top:calc(var(--dc-header-height, 0px) + 6px);z-index:101;padding:0 36px}@media(max-width: 768px){.dc-doc-page__search-bar{padding:0 10px}}.dc-doc-page__search-bar+.dc-doc-page__breadcrumbs{margin-top:12px}.dc-doc-page_full-screen{--dc-header-height: 0px}.dc-doc-page_full-screen .dc-doc-page__breadcrumbs{padding:0 24px}.dc-doc-page_full-screen .dc-doc-page__main,.dc-doc-page_full-screen .dc-nav-toc-panel__content{padding-left:64px;padding-right:64px}.dc-doc-page_regular-page-width{width:1280px}.dc-doc-page.dc-doc-page_single-page .dc-doc-page__header-container{position:relative;padding-right:200px}.dc-doc-page.dc-doc-page_full-screen.dc-doc-page_regular-page-width{max-width:736px}.dc-doc-page.dc-doc-page_full-screen.dc-doc-page_regular-page-width .dc-doc-page__main{padding-left:0;padding-right:0}.dc-doc-page.dc-doc-page_full-screen.dc-doc-page_regular-page-width .dc-doc-page__breadcrumbs{padding:0}.dc-doc-page.dc-doc-page_full-screen.dc-doc-page_regular-page-width .dc-nav-toc-panel__content{max-width:736px;padding:0}@media(max-width: 768px){.dc-doc-page__main{padding:0 20px}.dc-doc-page__breadcrumbs{padding:0 20px}.dc-doc-page__content-mini-toc{display:block}.dc-doc-page__toc-nav-panel{padding-bottom:50px}.dc-doc-page__controls{padding-left:20px;position:static}}.dc-doc-page__separator{margin:0 5px 32px 0;align-self:center}.dc-doc-page__page-contributors{display:flex}@media screen and (max-width: 1440px){.dc-doc-page:not(.dc-doc-page_regular-page-width){width:100%}}@media screen and (max-width: 1136px){.dc-doc-page_regular-page-width{width:100%}}@media screen and (min-width: 1024px){.dc-doc-page.dc-doc-page_full-screen.dc-doc-page_regular-page-width .dc-doc-page__controls_vertical{right:-36px}}@media screen and (max-width: 1280px){.dc-doc-page_full-screen .dc-doc-page__main,.dc-doc-page_full-screen .dc-nav-toc-panel__content{padding-left:40px !important;padding-right:40px !important}.dc-doc-page_full-screen .dc-doc-page__breadcrumbs{padding-left:24px !important;padding-right:24px !important}} +.dc-edit-button{position:absolute;right:0}.dc-edit-button__text{margin-left:8px} +.dc-search-bar{width:100%;height:100%;border-radius:5px;box-shadow:0px 3px 10px var(--yc-color-sfx-shadow);padding:11px;display:flex;align-items:center;justify-content:space-between;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height)}.dc-search-bar__search-query-label{color:var(--yc-color-text-secondary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media(max-width: 770px){.dc-search-bar__search-query-label{display:none}}.dc-search-bar__search-query{max-width:400px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media(max-width: 770px){.dc-search-bar__search-query{display:none}}.dc-search-bar__left{width:90%;display:flex;align-items:center}.dc-search-bar__navigation{display:flex;align-items:center;margin-right:11px}.dc-search-bar__next-arrow{transform:rotate(-180deg)}.dc-search-bar__counter{margin:0 4px}.dc-search-highlighted{background:var(--dc-text-highlight)}.dc-search-highlighted_selected{background:var(--dc-text-highlight-selected)}.yc-root_theme_dark .dc-search-highlighted,.yc-root_theme_dark .dc-search-highlighted_selected{color:var(--yc-color-text-inverted-primary)} +.dc-breadcrumbs{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);width:100%}.dc-breadcrumbs__items{margin:0;padding:0;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--yc-color-text-secondary)}.dc-breadcrumbs__item{display:inline}.dc-breadcrumbs__item::after{content:" / ";margin:0 5px;color:var(--yc-color-text-hint)}.dc-breadcrumbs__item:last-child::after{display:none}.dc-breadcrumbs__item:last-child{color:var(--yc-color-text-primary)}.dc-breadcrumbs__text{white-space:nowrap} +.contributors{display:flex;margin:0 0 32px}.contributors__title{font-size:13px;font-weight:400;margin-right:5px;align-self:center} +.contributor-avatars__one_contributor{display:flex;margin:0 1.5px}.contributor-avatars__one_contributor a,.contributor-avatars__one_contributor a:hover,.contributor-avatars__one_contributor a:visited,.contributor-avatars__one_contributor a:active{color:inherit;text-decoration:none;display:flex}.contributor-avatars__one_contributor a{cursor:pointer}.contributor-avatars__one_contributor>*{font-size:13px;font-weight:400;margin-right:5px;align-self:center}@media screen and (max-width: 577px){.contributor-avatars__one_contributor_onlyAuthor>*:last-child{margin-left:5px}.contributor-avatars__one_contributor>*:last-child,.contributor-avatars__one_contributor>.desktop{display:none}.contributor-avatars__one_contributor_onlyAuthor>*:last-child{display:block}.contributor-avatars__one_contributor>*:not(:last-child){margin-right:0px}}@media screen and (min-width: 577px){.contributor-avatars__one_contributor>.mobile{display:none}.contributor-avatars__one_contributor>*:last-child{margin-right:0px}}.contributor-avatars__avatar{border-radius:50%;box-shadow:0 0 0 1.5px var(--yc-color-line-generic-accent)}.contributor-avatars__avatar_size_small{height:23px;width:23px}.contributor-avatars__avatar_size_big{height:33px;width:33px}.contributor-avatars__avatar_default{text-align:center;display:flex;flex-direction:column;justify-content:center;font-size:12px;font-weight:500}.contributor-avatars__displayed_avatars{display:flex}.contributor-avatars__displayed_avatars a,.contributor-avatars__displayed_avatars a:hover,.contributor-avatars__displayed_avatars a:visited,.contributor-avatars__displayed_avatars a:active{color:inherit;text-decoration:none;display:flex}.contributor-avatars__displayed_avatars a{cursor:pointer}.contributor-avatars__displayed_avatars>*{margin-left:1.5px;margin-right:calc(1.5px + 2px)}.contributor-avatars__hidden_avatars{font-size:12px;font-weight:500;color:var(--yc-color-text-secondary);border-radius:50%;text-align:center;cursor:pointer}.contributor-avatars__hidden_avatars>*{background:var(--yc-color-base-misc);flex-direction:column;text-align:center;display:flex;justify-content:center;padding-left:3px;padding-right:1px;margin:0 1.5px;box-shadow:0 0 0 1.5px var(--yc-color-line-generic-accent)}.contributor-avatars__details{display:flex}.contributor-avatars__details>div:last-child{font-size:13px;font-weight:400;margin:auto 12px}.contributor-avatars__details_name{color:var(--yc-color-text-primary);line-height:18px}.contributor-avatars__popup{box-shadow:0px 3px 24px rgba(0,0,0,.2)}.contributor-avatars__popup a,.contributor-avatars__popup a:hover,.contributor-avatars__popup a:visited,.contributor-avatars__popup a:active{color:inherit;text-decoration:none;display:flex}.contributor-avatars__popup a{cursor:pointer}.contributor-avatars__popup>*:not(:first-child){margin:12px} +.dc-mini-toc__title{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);font-weight:500;color:var(--yc-color-text-primary);margin-bottom:12px}.dc-mini-toc__sections{margin:0;padding:0;list-style:none;height:calc( + 100vh - var(--dc-header-height, 0px) - 56px - var(--dc-subheader-height) + );overflow-y:auto;overflow-x:hidden}.dc-mini-toc__section{display:block}.dc-mini-toc__section>.dc-mini-toc__section-link{border-left-color:var(--yc-color-line-generic)}.dc-mini-toc__section-link{display:flex;align-items:center;padding:6px 6px 6px 12px;min-height:28px;color:var(--yc-color-text-secondary);border-left:2px solid rgba(0,0,0,0);text-decoration:none}.dc-mini-toc__section-link:hover{color:var(--yc-color-text-complementary)}.dc-mini-toc__section_child .dc-mini-toc__section-link{padding-left:25px}.dc-mini-toc__section_active>.dc-mini-toc__section-link{color:var(--yc-color-text-primary);border-left-color:var(--yc-color-text-primary)} +.dc-nav-toc-panel{display:flex;justify-content:center;width:100%;background:var(--yc-color-base-background);font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}.dc-nav-toc-panel_fixed{position:fixed;bottom:0;z-index:1000;left:0;border-top:1px solid var(--yc-color-line-generic)}.dc-nav-toc-panel_fixed .dc-nav-toc-panel__control-hint{display:none}.dc-nav-toc-panel_fixed .dc-nav-toc-panel__content{padding:0 40px}.dc-nav-toc-panel__content{display:flex;justify-content:space-between;flex:1;max-width:1440px}.dc-nav-toc-panel__control{display:flex;flex-direction:column;width:48%}.dc-nav-toc-panel__control_left{align-items:flex-start}.dc-nav-toc-panel__control_right{align-items:flex-end}.dc-nav-toc-panel__control svg{margin-top:-1px;min-width:16px}.dc-nav-toc-panel__control_left svg{margin-right:6px}.dc-nav-toc-panel__control_right svg{margin-left:6px}.dc-nav-toc-panel__control-hint{color:var(--yc-color-text-hint)}.dc-nav-toc-panel__control-text{display:flex;align-items:center}.dc-nav-toc-panel__link{display:flex;align-items:center;min-height:32px;color:var(--yc-color-text-primary);font-weight:500} +.yc-text_variant_display-1{font-size:var(--yc-text-display-1-font-size);line-height:var(--yc-text-display-1-line-height);font-weight:var(--yc-text-display-font-weight)}.yc-text_variant_display-2{font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height);font-weight:var(--yc-text-display-font-weight)}.yc-text_variant_display-3{font-size:var(--yc-text-display-3-font-size);line-height:var(--yc-text-display-3-line-height);font-weight:var(--yc-text-display-font-weight)}.yc-text_variant_display-4{font-size:var(--yc-text-display-4-font-size);line-height:var(--yc-text-display-4-line-height);font-weight:var(--yc-text-display-font-weight)}.yc-text_variant_code-1{font-family:var(--yc-text-code-font-family);font-size:var(--yc-text-code-1-font-size);line-height:var(--yc-text-code-1-line-height);font-weight:var(--yc-text-code-font-weight)}.yc-text_variant_code-2{font-family:var(--yc-text-code-font-family);font-size:var(--yc-text-code-2-font-size);line-height:var(--yc-text-code-2-line-height);font-weight:var(--yc-text-code-font-weight)}.yc-text_variant_code-3{font-family:var(--yc-text-code-font-family);font-size:var(--yc-text-code-3-font-size);line-height:var(--yc-text-code-3-line-height);font-weight:var(--yc-text-code-font-weight)}.yc-text_variant_code-inline-1{font-family:var(--yc-text-code-font-family);font-size:var(--yc-text-code-inline-1-font-size);line-height:var(--yc-text-code-inline-1-line-height);font-weight:var(--yc-text-code-font-weight)}.yc-text_variant_code-inline-2{font-family:var(--yc-text-code-font-family);font-size:var(--yc-text-code-inline-2-font-size);line-height:var(--yc-text-code-inline-2-line-height);font-weight:var(--yc-text-code-inline-font-weight)}.yc-text_variant_code-inline-3{font-family:var(--yc-text-code-font-family);font-size:var(--yc-text-code-inline-3-font-size);line-height:var(--yc-text-code-inline-3-line-height);font-weight:var(--yc-text-code-font-weight)}.yc-text_variant_body-1{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text_variant_body-2{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text_variant_body-3{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text_variant_body-short{font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text_variant_caption-1{font-size:var(--yc-text-caption-1-font-size);line-height:var(--yc-text-caption-1-line-height);font-weight:var(--yc-text-caption-font-weight)}.yc-text_variant_caption-2{font-size:var(--yc-text-caption-2-font-size);line-height:var(--yc-text-caption-2-line-height);font-weight:var(--yc-text-caption-font-weight)}.yc-text_variant_header-1{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);font-weight:var(--yc-text-header-font-weight)}.yc-text_variant_header-2{font-size:var(--yc-text-header-2-font-size);line-height:var(--yc-text-header-2-line-height);font-weight:var(--yc-text-header-font-weight)}.yc-text_variant_subheader-1{font-size:var(--yc-text-subheader-1-font-size);line-height:var(--yc-text-subheader-1-line-height);font-weight:var(--yc-text-subheader-font-weight)}.yc-text_variant_subheader-2{font-size:var(--yc-text-subheader-2-font-size);line-height:var(--yc-text-subheader-2-line-height);font-weight:var(--yc-text-subheader-font-weight)}.yc-text_variant_subheader-3{font-size:var(--yc-text-subheader-3-font-size);line-height:var(--yc-text-subheader-3-line-height);font-weight:var(--yc-text-subheader-font-weight)}.yc-text_ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.yc-text_ws_nowrap{white-space:nowrap}.yc-text_ws_break-spaces{white-space:break-spaces}.yc-text_wb_break-all{word-break:break-all} +.yc-color-text_color_primary{color:var(--yc-color-text-primary)}.yc-color-text_color_complementary{color:var(--yc-color-text-complementary)}.yc-color-text_color_secondary{color:var(--yc-color-text-secondary)}.yc-color-text_color_hint{color:var(--yc-color-text-hint)}.yc-color-text_color_info{color:var(--yc-color-text-info)}.yc-color-text_color_info-heavy{color:var(--yc-color-text-info-heavy)}.yc-color-text_color_positive{color:var(--yc-color-text-positive)}.yc-color-text_color_positive-heavy{color:var(--yc-color-text-positive-heavy)}.yc-color-text_color_warning{color:var(--yc-color-text-warning)}.yc-color-text_color_warning-heavy{color:var(--yc-color-text-warning-heavy)}.yc-color-text_color_danger{color:var(--yc-color-text-danger)}.yc-color-text_color_danger-heavy{color:var(--yc-color-text-danger-heavy)}.yc-color-text_color_utility{color:var(--yc-color-text-utility)}.yc-color-text_color_utility-heavy{color:var(--yc-color-text-utility-heavy)}.yc-color-text_color_misc{color:var(--yc-color-text-misc)}.yc-color-text_color_misc-heavy{color:var(--yc-color-text-misc-heavy)}.yc-color-text_color_special{color:var(--yc-color-text-special)}.yc-color-text_color_link{color:var(--yc-color-text-link)}.yc-color-text_color_link-hover{color:var(--yc-color-text-link-hover)}.yc-color-text_color_link-visited{color:var(--yc-color-text-link-visited)}.yc-color-text_color_link-visited-hover{color:var(--yc-color-text-link-visited-hover)}.yc-color-text_color_yandex-red{color:var(--yc-color-text-yandex-red)}.yc-color-text_color_dark-primary{color:var(--yc-color-text-dark-primary)}.yc-color-text_color_dark-complementary{color:var(--yc-color-text-dark-complementary)}.yc-color-text_color_dark-secondary{color:var(--yc-color-text-dark-secondary)}.yc-color-text_color_light-primary{color:var(--yc-color-text-light-primary)}.yc-color-text_color_light-complementary{color:var(--yc-color-text-light-complementary)}.yc-color-text_color_light-secondary{color:var(--yc-color-text-light-secondary)}.yc-color-text_color_light-hint{color:var(--yc-color-text-light-hint)}.yc-color-text_color_inverted-primary{color:var(--yc-color-text-inverted-primary)}.yc-color-text_color_inverted-complementary{color:var(--yc-color-text-inverted-complementary)}.yc-color-text_color_inverted-secondary{color:var(--yc-color-text-inverted-secondary)}.yc-color-text_color_inverted-hint{color:var(--yc-color-text-inverted-hint)} +.yc-text-input{display:inline-block;width:100%;position:relative}.yc-text-input__content{box-sizing:border-box;display:flex;width:100%}.yc-text-input__control{box-sizing:border-box;display:inline-block;flex-grow:1;vertical-align:top;position:relative;margin:0;padding:0;width:100%;font-weight:normal;font-family:var(--yc-text-body-font-family);color:var(--yc-color-text-primary);background-color:rgba(0,0,0,0);border:none}.yc-text-input__control::placeholder{color:var(--yc-color-text-hint)}.yc-text-input__control:focus{outline:none}.yc-text-input__control_type_textarea{resize:none;overflow-x:hidden}.yc-text-input__control_type_textarea:not(.yc-text-input__control_autosize){height:auto}.yc-text-input__control[type=number]{appearance:textfield}.yc-text-input__label{position:absolute;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:1}.yc-text-input__error{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);font-weight:var(--yc-text-body-font-weight);color:var(--yc-color-text-danger);margin-top:2px}.yc-text-input__clear[class]{--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;color:var(--yc-color-text-hint)}.yc-text-input__clear[class]:hover{color:var(--yc-color-text-primary)}.yc-text-input__clear_textarea{position:absolute;top:0;right:0}.yc-text-input__clear:not(.yc-text-input__clear_textarea){margin:-1px}.yc-text-input__additional-content{display:flex;align-items:center}.yc-text-input_size_s{--yc-text-input-border-radius: var(--yc-border-radius-s)}.yc-text-input_size_s .yc-text-input__control{height:22px;padding:4px 8px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text-input_size_s.yc-text-input_has-clear .yc-text-input__control.yc-text-input__control_type_textarea{padding-right:26px}.yc-text-input_size_s .yc-text-input__label{height:22px;padding:4px 8px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight);font-weight:var(--yc-text-accent-font-weight);padding-right:4px;padding-top:0;padding-bottom:0;line-height:22px}.yc-text-input_size_s.yc-text-input_has-left-content .yc-text-input__label{padding-left:2px}.yc-text-input_size_s .yc-text-input__additional-content{height:22px}.yc-text-input_size_s .yc-text-input__additional-content_placement_left{padding-left:1px}.yc-text-input_size_s .yc-text-input__additional-content_placement_right{padding-right:1px}.yc-text-input_size_m{--yc-text-input-border-radius: var(--yc-border-radius-m)}.yc-text-input_size_m .yc-text-input__control{height:26px;padding:6px 8px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text-input_size_m.yc-text-input_has-clear .yc-text-input__control.yc-text-input__control_type_textarea{padding-right:26px}.yc-text-input_size_m .yc-text-input__label{height:26px;padding:6px 8px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight);font-weight:var(--yc-text-accent-font-weight);padding-right:4px;padding-top:0;padding-bottom:0;line-height:26px}.yc-text-input_size_m.yc-text-input_has-left-content .yc-text-input__label{padding-left:2px}.yc-text-input_size_m .yc-text-input__additional-content{height:26px}.yc-text-input_size_m .yc-text-input__additional-content_placement_left{padding-left:1px}.yc-text-input_size_m .yc-text-input__additional-content_placement_right{padding-right:1px}.yc-text-input_size_l{--yc-text-input-border-radius: var(--yc-border-radius-l)}.yc-text-input_size_l .yc-text-input__control{height:34px;padding:10px 12px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text-input_size_l.yc-text-input_has-clear .yc-text-input__control.yc-text-input__control_type_textarea{padding-right:36px}.yc-text-input_size_l .yc-text-input__label{height:34px;padding:10px 12px;font-size:var(--yc-text-body-short-font-size);line-height:var(--yc-text-body-short-line-height);font-weight:var(--yc-text-body-font-weight);font-weight:var(--yc-text-accent-font-weight);padding-right:4px;padding-top:0;padding-bottom:0;line-height:34px}.yc-text-input_size_l.yc-text-input_has-left-content .yc-text-input__label{padding-left:3px}.yc-text-input_size_l .yc-text-input__additional-content{height:34px}.yc-text-input_size_l .yc-text-input__additional-content_placement_left{padding-left:3px}.yc-text-input_size_l .yc-text-input__additional-content_placement_right{padding-right:3px}.yc-text-input_size_xl{--yc-text-input-border-radius: var(--yc-border-radius-xl)}.yc-text-input_size_xl .yc-text-input__control{height:42px;padding:12px;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);font-weight:var(--yc-text-body-font-weight)}.yc-text-input_size_xl.yc-text-input_has-clear .yc-text-input__control.yc-text-input__control_type_textarea{padding-right:36px}.yc-text-input_size_xl .yc-text-input__label{height:42px;padding:12px;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);font-weight:var(--yc-text-body-font-weight);font-weight:var(--yc-text-accent-font-weight);padding-right:4px;padding-top:0;padding-bottom:0;line-height:42px}.yc-text-input_size_xl.yc-text-input_has-left-content .yc-text-input__label{padding-left:3px}.yc-text-input_size_xl .yc-text-input__additional-content{height:42px}.yc-text-input_size_xl .yc-text-input__additional-content_placement_left{padding-left:3px}.yc-text-input_size_xl .yc-text-input__additional-content_placement_right{padding-right:3px}.yc-text-input_view_normal .yc-text-input__content{border:1px solid var(--yc-color-line-generic)}.yc-text-input_view_normal .yc-text-input__content:hover{border-color:var(--yc-color-line-generic-hover)}.yc-text-input_view_normal .yc-text-input__content:focus-within{border-color:var(--yc-color-line-generic-active)}.yc-text-input_view_clear .yc-text-input__content{border:1px solid rgba(0,0,0,0);border-left:0;border-right:0;border-radius:0}.yc-text-input_view_clear .yc-text-input__control{padding-left:0;padding-right:0}.yc-text-input.yc-text-input_pin_round-round .yc-text-input__content{border-radius:var(--yc-text-input-border-radius)}.yc-text-input.yc-text-input_pin_brick-brick .yc-text-input__content{border-radius:0}.yc-text-input.yc-text-input_pin_clear-clear .yc-text-input__content{border-radius:0;border-left:0;border-right:0}.yc-text-input.yc-text-input_pin_circle-circle .yc-text-input__content{border-radius:100px}.yc-text-input.yc-text-input_pin_round-brick .yc-text-input__content{border-radius:var(--yc-text-input-border-radius) 0 0 var(--yc-text-input-border-radius)}.yc-text-input.yc-text-input_pin_brick-round .yc-text-input__content{border-radius:0 var(--yc-text-input-border-radius) var(--yc-text-input-border-radius) 0}.yc-text-input.yc-text-input_pin_round-clear .yc-text-input__content{border-radius:var(--yc-text-input-border-radius) 0 0 var(--yc-text-input-border-radius);border-right:0}.yc-text-input.yc-text-input_pin_clear-round .yc-text-input__content{border-radius:0 var(--yc-text-input-border-radius) var(--yc-text-input-border-radius) 0;border-left:0}.yc-text-input.yc-text-input_pin_brick-clear .yc-text-input__content{border-radius:0;border-right:0}.yc-text-input.yc-text-input_pin_clear-brick .yc-text-input__content{border-radius:0;border-left:0}.yc-text-input.yc-text-input_pin_circle-brick .yc-text-input__content{border-radius:100px 0 0 100px}.yc-text-input.yc-text-input_pin_brick-circle .yc-text-input__content{border-radius:0 100px 100px 0}.yc-text-input.yc-text-input_pin_circle-clear .yc-text-input__content{border-radius:100px 0 0 100px;border-right:0}.yc-text-input.yc-text-input_pin_clear-circle .yc-text-input__content{border-radius:0 100px 100px 0;border-left:0}.yc-text-input_disabled .yc-text-input__content{background-color:var(--yc-color-base-generic-accent-disabled);color:var(--yc-color-text-hint);border-color:rgba(0,0,0,0)}.yc-text-input_disabled .yc-text-input__content:hover{border-color:rgba(0,0,0,0)}.yc-text-input_disabled .yc-text-input__control{color:var(--yc-color-text-hint)}.yc-text-input_disabled .yc-text-input__label{color:var(--yc-color-text-hint)}.yc-text-input_has-scrollbar .yc-text-input__clear{right:var(--yc-scrollbar-width)}.yc-text-input_has-left-content .yc-text-input__control{padding-left:2px}.yc-text-input_has-right-content .yc-text-input__control{padding-right:2px}.yc-text-input_state_error.yc-text-input_view_normal .yc-text-input__content{border-color:var(--yc-color-line-danger)}.yc-text-input_state_error.yc-text-input_view_normal .yc-text-input__content:hover,.yc-text-input_state_error.yc-text-input_view_normal .yc-text-input__content:focus-within{border-color:var(--yc-color-line-danger)}.yc-text-input_state_error.yc-text-input_view_clear .yc-text-input__content{border-bottom:1px solid var(--yc-color-line-danger)}.yc-text-input_state_error.yc-text-input_view_clear .yc-text-input__content:hover,.yc-text-input_state_error.yc-text-input_view_clear .yc-text-input__content:focus-within{border-bottom:1px solid var(--yc-color-line-danger)} +.yc-icon{color:inherit;line-height:0;vertical-align:top} +.yc-button{--yc-button-height: 0;--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;margin:0;padding:0;font-family:var(--yc-text-body-font-family);font-size:inherit;font-weight:400;color:inherit;background:none;border:none;outline:none;cursor:pointer;display:inline-block;position:relative;overflow:visible;box-sizing:border-box;height:var(--yc-button-height);line-height:var(--yc-button-height);user-select:none;text-align:center;white-space:nowrap;text-decoration:none;background:rgba(0,0,0,0);touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:transform .1s ease-out,color .15s linear;transform:scale(1)}.yc-button::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background-color:var(--yc-button-background-color);transition:background-color .15s linear}.yc-button:hover::before{background-color:var(--yc-button-background-color-hover)}.yc-button:focus::before{box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-button:focus:not(:focus-visible)::before{box-shadow:none}.yc-button::after{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transform:scale(1);transition:none}.yc-button:active{transition:none;transform:scale(0.96)}.yc-button:active::after{transform:scale(1.042)}.yc-button_size_xs{--yc-button-height: 20px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-xs)}.yc-button_size_xs .yc-button__text{margin:0 6px}.yc-button_size_xs .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_xs .yc-button__icon_side_left~.yc-button__text{margin-left:18px}.yc-button_size_xs .yc-button__icon_side_right~.yc-button__text{margin-right:18px}.yc-button_size_s{--yc-button-height: 24px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-s)}.yc-button_size_s .yc-button__text{margin:0 10px}.yc-button_size_s .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_s .yc-button__icon_side_left~.yc-button__text{margin-left:22px}.yc-button_size_s .yc-button__icon_side_right~.yc-button__text{margin-right:22px}.yc-button_size_m{--yc-button-height: 28px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-m)}.yc-button_size_m .yc-button__text{margin:0 13px}.yc-button_size_m .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_m .yc-button__icon_side_left~.yc-button__text{margin-left:25px}.yc-button_size_m .yc-button__icon_side_right~.yc-button__text{margin-right:25px}.yc-button_size_l{--yc-button-height: 36px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-l)}.yc-button_size_l .yc-button__text{margin:0 18px}.yc-button_size_l .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_l .yc-button__icon_side_left~.yc-button__text{margin-left:33px}.yc-button_size_l .yc-button__icon_side_right~.yc-button__text{margin-right:33px}.yc-button_size_xl{--yc-button-height: 44px;font-size:15px;--yc-button-border-radius: var(--yc-border-radius-xl)}.yc-button_size_xl .yc-button__text{margin:0 25px}.yc-button_size_xl .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_xl .yc-button__icon_side_left~.yc-button__text{margin-left:40px}.yc-button_size_xl .yc-button__icon_side_right~.yc-button__text{margin-right:40px}.yc-button_view_normal{--yc-button-background-color: var(--yc-color-base-generic);--yc-button-background-color-hover: var(--yc-color-base-generic-hover)}.yc-button_view_normal,.yc-button_view_normal:link,.yc-button_view_normal:visited,.yc-button_view_normal:active,.yc-button_view_normal:focus{color:var(--yc-color-text-primary)}.yc-button_view_normal:hover{color:var(--yc-color-text-primary)}.yc-button_view_normal.yc-button_selected{--yc-button-background-color: var(--yc-color-base-selection);--yc-button-background-color-hover: var(--yc-color-base-selection-hover)}.yc-button_view_normal.yc-button_selected,.yc-button_view_normal.yc-button_selected:link,.yc-button_view_normal.yc-button_selected:visited,.yc-button_view_normal.yc-button_selected:active,.yc-button_view_normal.yc-button_selected:focus{color:var(--yc-color-text-special)}.yc-button_view_normal.yc-button_selected:hover{color:var(--yc-color-text-special)}.yc-button_view_action{--yc-button-background-color: var(--yc-color-base-special);--yc-button-background-color-hover: var(--yc-color-base-special-hover)}.yc-button_view_action,.yc-button_view_action:link,.yc-button_view_action:visited,.yc-button_view_action:active,.yc-button_view_action:focus{color:var(--yc-my-color-brand-text-contrast)}.yc-button_view_action:hover{color:var(--yc-my-color-brand-text-contrast)}.yc-button_view_outlined,.yc-button_view_outlined-info,.yc-button_view_outlined-danger{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-simple-hover)}.yc-button_view_outlined,.yc-button_view_outlined:link,.yc-button_view_outlined:visited,.yc-button_view_outlined:active,.yc-button_view_outlined:focus{color:var(--yc-color-text-primary)}.yc-button_view_outlined:hover{color:var(--yc-color-text-primary)}.yc-button_view_outlined::before{border:1px solid var(--yc-color-line-generic)}.yc-button_view_outlined-info,.yc-button_view_outlined-info:link,.yc-button_view_outlined-info:visited,.yc-button_view_outlined-info:active,.yc-button_view_outlined-info:focus{color:var(--yc-color-text-info)}.yc-button_view_outlined-info:hover{color:var(--yc-color-text-info)}.yc-button_view_outlined-info::before{border:1px solid var(--yc-color-line-info)}.yc-button_view_outlined-danger,.yc-button_view_outlined-danger:link,.yc-button_view_outlined-danger:visited,.yc-button_view_outlined-danger:active,.yc-button_view_outlined-danger:focus{color:var(--yc-color-text-danger)}.yc-button_view_outlined-danger:hover{color:var(--yc-color-text-danger)}.yc-button_view_outlined-danger::before{border:1px solid var(--yc-color-line-danger)}.yc-button_view_raised{--yc-button-background-color: var(--yc-color-base-float);--yc-button-background-color-hover: var(--yc-color-base-float-hover)}.yc-button_view_raised,.yc-button_view_raised:link,.yc-button_view_raised:visited,.yc-button_view_raised:active,.yc-button_view_raised:focus{color:var(--yc-color-text-primary)}.yc-button_view_raised:hover{color:var(--yc-color-text-primary)}.yc-button_view_raised::before{box-shadow:0 3px 5px var(--yc-color-sfx-shadow)}.yc-button_view_raised:focus:not(:focus-visible)::before{box-shadow:0 3px 5px var(--yc-color-sfx-shadow)}.yc-button_view_raised:active::before{box-shadow:0 1px 2px var(--yc-color-sfx-shadow)}.yc-button_view_raised:active:focus::before{box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-button_view_raised:active:focus:not(:focus-visible)::before{box-shadow:0 1px 2px var(--yc-color-sfx-shadow)}.yc-button_view_flat,.yc-button_view_flat-info,.yc-button_view_flat-danger,.yc-button_view_flat-secondary{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-simple-hover)}.yc-button_view_flat,.yc-button_view_flat:link,.yc-button_view_flat:visited,.yc-button_view_flat:active,.yc-button_view_flat:focus{color:var(--yc-color-text-primary)}.yc-button_view_flat:hover{color:var(--yc-color-text-primary)}.yc-button_view_flat-info,.yc-button_view_flat-info:link,.yc-button_view_flat-info:visited,.yc-button_view_flat-info:active,.yc-button_view_flat-info:focus{color:var(--yc-color-text-info)}.yc-button_view_flat-info:hover{color:var(--yc-color-text-info)}.yc-button_view_flat-danger,.yc-button_view_flat-danger:link,.yc-button_view_flat-danger:visited,.yc-button_view_flat-danger:active,.yc-button_view_flat-danger:focus{color:var(--yc-color-text-danger)}.yc-button_view_flat-danger:hover{color:var(--yc-color-text-danger)}.yc-button_view_flat-secondary,.yc-button_view_flat-secondary:link,.yc-button_view_flat-secondary:visited,.yc-button_view_flat-secondary:active,.yc-button_view_flat-secondary:focus{color:var(--yc-color-text-secondary)}.yc-button_view_flat-secondary:hover{color:var(--yc-color-text-primary)}.yc-button_view_normal-contrast{--yc-button-background-color: var(--yc-color-base-light);--yc-button-background-color-hover: var(--yc-color-base-light-hover)}.yc-button_view_normal-contrast,.yc-button_view_normal-contrast:link,.yc-button_view_normal-contrast:visited,.yc-button_view_normal-contrast:active,.yc-button_view_normal-contrast:focus{color:var(--yc-color-text-dark-primary)}.yc-button_view_normal-contrast:hover{color:var(--yc-color-text-dark-primary)}.yc-button_view_outlined-contrast{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-light-simple-hover)}.yc-button_view_outlined-contrast,.yc-button_view_outlined-contrast:link,.yc-button_view_outlined-contrast:visited,.yc-button_view_outlined-contrast:active,.yc-button_view_outlined-contrast:focus{color:var(--yc-color-text-light-primary)}.yc-button_view_outlined-contrast:hover{color:var(--yc-color-text-light-primary)}.yc-button_view_outlined-contrast::before{border:1px solid var(--yc-color-line-light)}.yc-button_view_flat-contrast{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-light-simple-hover)}.yc-button_view_flat-contrast,.yc-button_view_flat-contrast:link,.yc-button_view_flat-contrast:visited,.yc-button_view_flat-contrast:active,.yc-button_view_flat-contrast:focus{color:var(--yc-color-text-light-primary)}.yc-button_view_flat-contrast:hover{color:var(--yc-color-text-light-primary)}.yc-button_view_flat.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-info.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-info.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-danger.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-danger.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;color:var(--yc-color-text-hint)}.yc-button_view_flat-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-contrast.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;color:var(--yc-color-text-light-hint)}.yc-button_view_normal-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_normal-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_outlined-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_outlined-contrast.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: var(--yc-color-base-light-disabled);--yc-button-background-color-hover: var(--yc-color-base-light-disabled);color:var(--yc-color-text-light-secondary)}.yc-button.yc-button_pin_round-round::before{border-radius:var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-brick::before{border-radius:0}.yc-button.yc-button_pin_clear-clear::before{border-radius:0;border-left:0;border-right:0}.yc-button.yc-button_pin_circle-circle::before{border-radius:100px}.yc-button.yc-button_pin_round-brick::before{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-round::before{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0}.yc-button.yc-button_pin_round-clear::before{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius);border-right:0}.yc-button.yc-button_pin_clear-round::before{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0;border-left:0}.yc-button.yc-button_pin_brick-clear::before{border-radius:0;border-right:0}.yc-button.yc-button_pin_clear-brick::before{border-radius:0;border-left:0}.yc-button.yc-button_pin_circle-brick::before{border-radius:100px 0 0 100px}.yc-button.yc-button_pin_brick-circle::before{border-radius:0 100px 100px 0}.yc-button.yc-button_pin_circle-clear::before{border-radius:100px 0 0 100px;border-right:0}.yc-button.yc-button_pin_clear-circle::before{border-radius:0 100px 100px 0;border-left:0}.yc-button.yc-button_pin_round-round::after{border-radius:var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-brick::after{border-radius:0}.yc-button.yc-button_pin_clear-clear::after{border-radius:0;border-left:0;border-right:0}.yc-button.yc-button_pin_circle-circle::after{border-radius:100px}.yc-button.yc-button_pin_round-brick::after{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-round::after{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0}.yc-button.yc-button_pin_round-clear::after{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius);border-right:0}.yc-button.yc-button_pin_clear-round::after{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0;border-left:0}.yc-button.yc-button_pin_brick-clear::after{border-radius:0;border-right:0}.yc-button.yc-button_pin_clear-brick::after{border-radius:0;border-left:0}.yc-button.yc-button_pin_circle-brick::after{border-radius:100px 0 0 100px}.yc-button.yc-button_pin_brick-circle::after{border-radius:0 100px 100px 0}.yc-button.yc-button_pin_circle-clear::after{border-radius:100px 0 0 100px;border-right:0}.yc-button.yc-button_pin_clear-circle::after{border-radius:0 100px 100px 0;border-left:0}.yc-button__text{display:inline-block;white-space:nowrap}.yc-button__icon{display:inline-block;position:relative;height:100%;pointer-events:none}.yc-button__icon::after{content:" ";visibility:hidden}.yc-button__icon-inner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.yc-button__icon_side_left,.yc-button__icon_side_right{position:absolute;top:0}.yc-button__icon_side_left{left:0}.yc-button__icon_side_right{right:0}.yc-button_disabled{cursor:default;pointer-events:none}.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: var(--yc-color-base-generic-accent-disabled);--yc-button-background-color-hover: var(--yc-color-base-generic-accent-disabled);color:var(--yc-color-text-hint)}.yc-button_disabled:not(.yc-button_loading)::before,.yc-button_disabled:not(.yc-button_loading):hover::before{border:none}.yc-button_disabled:active{transform:scale(1)}.yc-button_loading::before{background-image:repeating-linear-gradient(-45deg, var(--yc-button-background-color), var(--yc-button-background-color) 4px, var(--yc-button-background-color-hover) 4px, var(--yc-button-background-color-hover) 8px);background-size:150%;background-clip:padding-box;animation:yc-loading-animation .5s linear infinite}.yc-button_width_auto{max-width:100%}.yc-button_width_max{width:100%}.yc-button_width_auto .yc-button__text,.yc-button_width_max .yc-button__text{display:block;overflow:hidden;text-overflow:ellipsis} +.yc-card{--yc-card-box-shadow: none;--yc-card-border-radius: 8px;background-color:rgba(0,0,0,0);box-shadow:var(--yc-card-box-shadow);box-sizing:border-box;border-radius:var(--yc-card-border-radius);outline:none}.yc-card_type_action{background-color:var(--yc-color-base-float);--yc-card-box-shadow: 0px 1px 5px var(--yc-color-sfx-shadow)}.yc-card_type_action::after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--yc-card-border-radius);pointer-events:none}.yc-card_type_action.yc-card_clickable{cursor:pointer;position:relative}.yc-card_type_action.yc-card_clickable:hover{--yc-card-box-shadow: 0px 3px 10px var(--yc-color-sfx-shadow)}.yc-card_type_action.yc-card_clickable:focus::after{content:"";box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-card_type_action.yc-card_clickable:focus:not(:focus-visible)::after{box-shadow:none}.yc-card_type_selection{position:relative;border:1px solid var(--yc-color-line-generic)}.yc-card_type_selection::before{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:var(--yc-card-border-radius);pointer-events:none}.yc-card_type_selection::after{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:var(--yc-card-border-radius);pointer-events:none}.yc-card_type_selection.yc-card_clickable{cursor:pointer}.yc-card_type_selection.yc-card_clickable:hover{border-color:rgba(0,0,0,0)}.yc-card_type_selection.yc-card_clickable:hover::before{content:"";border:2px solid var(--yc-color-line-selection-hover)}.yc-card_type_selection.yc-card_clickable:hover:focus-visible::before{border-color:rgba(0,0,0,0)}.yc-card_type_selection.yc-card_clickable:focus::after{content:"";box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-card_type_selection.yc-card_clickable:focus:not(:focus-visible)::after{box-shadow:none}.yc-card_type_selection.yc-card_selected:not(.yc-card_disabled){border-color:rgba(0,0,0,0)}.yc-card_type_selection.yc-card_selected:not(.yc-card_disabled)::before{content:"";border:2px solid var(--yc-color-line-selection-active)}.yc-card_type_selection.yc-card_view_clear{border-color:rgba(0,0,0,0)}.yc-card_type_container.yc-card_theme_normal.yc-card_view_outlined{border:1px solid var(--yc-color-line-generic)}.yc-card_type_container.yc-card_theme_normal.yc-card_view_filled{background-color:var(--yc-color-base-generic)}.yc-card_type_container.yc-card_theme_info.yc-card_view_outlined{border:1px solid var(--yc-color-line-info)}.yc-card_type_container.yc-card_theme_info.yc-card_view_filled{background-color:var(--yc-color-base-info)}.yc-card_type_container.yc-card_theme_positive.yc-card_view_outlined{border:1px solid var(--yc-color-line-positive)}.yc-card_type_container.yc-card_theme_positive.yc-card_view_filled{background-color:var(--yc-color-base-positive)}.yc-card_type_container.yc-card_theme_warning.yc-card_view_outlined{border:1px solid var(--yc-color-line-warning)}.yc-card_type_container.yc-card_theme_warning.yc-card_view_filled{background-color:var(--yc-color-base-warning)}.yc-card_type_container.yc-card_theme_danger.yc-card_view_outlined{border:1px solid var(--yc-color-line-danger)}.yc-card_type_container.yc-card_theme_danger.yc-card_view_filled{background-color:var(--yc-color-base-danger)}.yc-card_type_container.yc-card_view_raised{background-color:var(--yc-color-base-float)}.yc-card_type_container.yc-card_view_raised.yc-card_size_m{--yc-card-box-shadow: 0px 1px 5px var(--yc-color-sfx-shadow)}.yc-card_type_container.yc-card_view_raised.yc-card_size_l{--yc-card-box-shadow: 0px 1px 6px var(--yc-color-sfx-shadow-light), 1px 3px 13px var(--yc-color-sfx-shadow-light)}.yc-card_size_m{--yc-card-border-radius: 8px}.yc-card_size_l{--yc-card-border-radius: 16px} +.yc-clipboard-button{--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent} +.yc-tooltip{pointer-events:none}.yc-tooltip__content{padding:6px 12px;color:var(--yc-color-text-light-primary)}.yc-tooltip[class]{--yc-popup-border-width: 0;--yc-popup-background-color: var(--yc-color-base-float-heavy)} +.yc-popup{--yc-popup-background-color: var(--yc-color-base-float);--yc-popup-border-color: var(--yc-color-line-solid);--yc-popup-border-width: 1px;position:relative;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards;border-radius:4px;background-color:var(--yc-popup-background-color);box-shadow:0 0 0 var(--yc-popup-border-width) var(--yc-popup-border-color),0 8px 20px var(--yc-popup-border-width) var(--yc-color-sfx-shadow);outline:none}.yc-popup>:first-child:not(.yc-popup__arrow),.yc-popup>.yc-popup__arrow+*{border-top-left-radius:inherit;border-top-right-radius:inherit}.yc-popup>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.yc-popup__arrow-content{width:18px;height:18px;position:relative;overflow:hidden;display:flex}.yc-popup__arrow-circle-wrapper{background-color:rgba(0,0,0,0);overflow:hidden;width:9px;height:9px;position:relative}.yc-popup__arrow-circle{box-sizing:border-box;border-radius:50%;box-shadow:inset 0 0 0 calc(5px - var(--yc-popup-border-width)) var(--yc-popup-background-color),inset 0 0 0 5px var(--yc-popup-border-color);width:28px;height:30px;position:absolute}.yc-popup__arrow-circle_left{right:-5px;bottom:-4px}.yc-popup__arrow-circle_right{left:-5px;bottom:-4px}.yc-popup-wrapper{z-index:1000;visibility:hidden}.yc-popup-wrapper_open,.yc-popup-wrapper_exit_active{visibility:visible}.yc-popup-wrapper_exit_active[data-popper-placement*=bottom] .yc-popup{animation-name:yc-popup-bottom}.yc-popup-wrapper_exit_active[data-popper-placement*=top] .yc-popup{animation-name:yc-popup-top}.yc-popup-wrapper_exit_active[data-popper-placement*=left] .yc-popup{animation-name:yc-popup-left}.yc-popup-wrapper_exit_active[data-popper-placement*=right] .yc-popup{animation-name:yc-popup-right}.yc-popup-wrapper_enter_active[data-popper-placement*=bottom] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=bottom] .yc-popup{animation-name:yc-popup-bottom-open}.yc-popup-wrapper_enter_active[data-popper-placement*=top] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=top] .yc-popup{animation-name:yc-popup-top-open}.yc-popup-wrapper_enter_active[data-popper-placement*=left] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=left] .yc-popup{animation-name:yc-popup-left-open}.yc-popup-wrapper_enter_active[data-popper-placement*=right] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=right] .yc-popup{animation-name:yc-popup-right-open}.yc-popup-wrapper[data-popper-placement*=bottom] .yc-popup__arrow{top:-9px}.yc-popup-wrapper[data-popper-placement*=top] .yc-popup__arrow{bottom:-9px}.yc-popup-wrapper[data-popper-placement*=top] .yc-popup__arrow-content{transform:rotate(180deg)}.yc-popup-wrapper[data-popper-placement*=left] .yc-popup__arrow{right:-9px}.yc-popup-wrapper[data-popper-placement*=left] .yc-popup__arrow-content{transform:rotate(90deg)}.yc-popup-wrapper[data-popper-placement*=right] .yc-popup__arrow{left:-9px}.yc-popup-wrapper[data-popper-placement*=right] .yc-popup__arrow-content{transform:rotate(-90deg)}@keyframes yc-popup-bottom{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(10px)}}@keyframes yc-popup-bottom-open{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes yc-popup-top{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-10px)}}@keyframes yc-popup-top-open{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes yc-popup-left{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-10px)}}@keyframes yc-popup-left-open{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes yc-popup-right{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(10px)}}@keyframes yc-popup-right-open{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}} +.yc-clipboard-icon__state{animation:yc-clipboard-icon-state-dash 1s}@keyframes yc-clipboard-icon-state-dash{0%{stroke-dasharray:0 15}40%{stroke-dasharray:15 0}100%{stroke-dasharray:15 0}} +@keyframes yc-pulse{50%{opacity:15%}}.yc-loader{display:inline-flex;align-items:center}.yc-loader__left,.yc-loader__center,.yc-loader__right{background:var(--yc-color-base-special);animation:yc-pulse ease 800ms infinite}.yc-loader__left{animation-delay:200ms}.yc-loader__center{animation-delay:400ms}.yc-loader__right{animation-delay:600ms}.yc-loader_size_s .yc-loader__left{height:13.3333333333px;width:5px}.yc-loader_size_s .yc-loader__center{width:5px;height:20px;margin-left:5px}.yc-loader_size_s .yc-loader__right{height:13.3333333333px;width:5px;margin-left:5px}.yc-loader_size_m .yc-loader__left{height:18.6666666667px;width:7px}.yc-loader_size_m .yc-loader__center{width:7px;height:28px;margin-left:7px}.yc-loader_size_m .yc-loader__right{height:18.6666666667px;width:7px;margin-left:7px}.yc-loader_size_l .yc-loader__left{height:24px;width:9px}.yc-loader_size_l .yc-loader__center{width:9px;height:36px;margin-left:9px}.yc-loader_size_l .yc-loader__right{height:24px;width:9px;margin-left:9px} +.yfm-sandbox__column{display:flex;flex-direction:column}.yfm-sandbox__card-text{padding:16px;display:block;text-align:initial}.yfm-sandbox__card-wrapper{position:relative}.yfm-sandbox__card{overflow-x:auto}.yfm-sandbox__loader-container{height:300px;display:flex;align-items:center;justify-content:center}.yfm-sandbox .yfm-sandbox__pre{margin:0}.yfm-sandbox .yfm-sandbox__possible-reasons{margin-top:15px}.yfm-sandbox__clipboard-button{position:absolute;top:16px;right:16px;display:none}.yfm-sandbox__card-wrapper:hover .yfm-sandbox__clipboard-button{display:block}.openapi{--dc-openapi-methods-post: rgb(45, 139, 93);--dc-openapi-methods-put: rgb(48, 170, 110);--dc-openapi-methods-get: rgb(52, 139, 220);--dc-openapi-methods-patch: rgb(189, 142, 75);--dc-openapi-methods-delete: rgb(233, 3, 58);--dc-openapi-status-code-ok: rgb(48, 170, 110);--dc-openapi-status-code-redirect: rgb(52, 139, 220);--dc-openapi-status-code-client: rgb(233, 3, 58);--dc-openapi-status-code-server: rgb(255, 190, 92);--dc-openapi-highlight: rgb(233, 174, 86)}.openapi__required{color:var(--yc-color-text-danger)}.openapi #request{margin-top:0}.openapi .openapi__deprecated{text-decoration:line-through}.openapi .openapi__request{display:inline-flex;align-items:center;overflow-y:scroll;max-width:100%}.openapi .openapi__request__wrapper{position:relative;max-width:100%;display:inline-block}.openapi .openapi__request *{margin:0}.openapi .openapi__request>.openapi__method{background-color:var(--method);padding:8px 16px;color:#fff;border-radius:5px 0 0 5px}.openapi .openapi__request>.yfm-clipboard{border:2px solid var(--method);border-radius:0 5px 5px 0;white-space:nowrap;overflow:visible;position:initial}.openapi .openapi__request>.yfm-clipboard code{padding:6px 20px 6px 6px}.openapi .openapi__request>.yfm-clipboard pre,.openapi .openapi__request>.yfm-clipboard code{border-radius:0;overflow:visible}.openapi .openapi__request>.yfm-clipboard svg{display:block;opacity:0;transition:opacity .1s;position:absolute;right:-8px;top:10px}.openapi .openapi__request>.yfm-clipboard:hover svg{opacity:1}.openapi h3{transition:color .1s}.openapi h3.highlight{color:var(--dc-openapi-highlight)}.openapi .openapi__request__description{margin:20px 0 0;font-size:1.1em}.openapi h2[id^="2"]{color:var(--dc-openapi-status-code-ok)}.openapi h2[id^="3"]{color:var(--dc-openapi-status-code-redirect)}.openapi h2[id^="4"]{color:var(--dc-openapi-status-code-client)}.openapi h2[id^="5"]{color:var(--dc-openapi-status-code-server)} +.yc-root{--yc-font-family-sans: "Helvetica Neue", "Arial", "Helvetica", sans-serif;--yc-font-family-monospace: "Menlo", "Monaco", "Consolas", "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", "Courier", monospace;--yc-text-body-font-family: var(--yc-font-family-sans);--yc-text-code-font-family: var(--yc-font-family-monospace);--yc-text-header-font-weight: 900;--yc-text-subheader-font-weight: 900;--yc-text-display-font-weight: 900;--yc-text-code-font-weight: 400;--yc-text-body-font-weight: 400;--yc-text-caption-font-weight: 400;--yc-text-accent-font-weight: 900;--yc-text-body-1-font-size: 13px;--yc-text-body-1-line-height: 18px;--yc-text-body-2-font-size: 15px;--yc-text-body-2-line-height: 20px;--yc-text-body-3-font-size: 17px;--yc-text-body-3-line-height: 24px;--yc-text-body-short-font-size: 13px;--yc-text-body-short-line-height: 16px;--yc-text-caption-1-font-size: 9px;--yc-text-caption-1-line-height: 12px;--yc-text-caption-2-font-size: 11px;--yc-text-caption-2-line-height: 16px;--yc-text-header-1-font-size: 20px;--yc-text-header-1-line-height: 24px;--yc-text-header-2-font-size: 24px;--yc-text-header-2-line-height: 28px;--yc-text-subheader-1-font-size: 13px;--yc-text-subheader-1-line-height: 18px;--yc-text-subheader-2-font-size: 15px;--yc-text-subheader-2-line-height: 20px;--yc-text-subheader-3-font-size: 17px;--yc-text-subheader-3-line-height: 24px;--yc-text-display-1-font-size: 28px;--yc-text-display-1-line-height: 36px;--yc-text-display-2-font-size: 32px;--yc-text-display-2-line-height: 40px;--yc-text-display-3-font-size: 40px;--yc-text-display-3-line-height: 48px;--yc-text-display-4-font-size: 48px;--yc-text-display-4-line-height: 52px;--yc-text-code-1-font-size: 12px;--yc-text-code-1-line-height: 18px;--yc-text-code-2-font-size: 14px;--yc-text-code-2-line-height: 20px;--yc-text-code-3-font-size: 16px;--yc-text-code-3-line-height: 24px;--yc-text-code-inline-1-font-size: 12px;--yc-text-code-inline-1-line-height: 14px;--yc-text-code-inline-2-font-size: 14px;--yc-text-code-inline-2-line-height: 16px;--yc-text-code-inline-3-font-size: 16px;--yc-text-code-inline-3-line-height: 20px;font-family:var(--yc-text-body-font-family);font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);font-weight:var(--yc-text-body-font-weight);--yc-my-scrollbar-width: 12px;--yc-my-border-radius-xs: 5px;--yc-my-border-radius-s: 5px;--yc-my-border-radius-m: 6px;--yc-my-border-radius-l: 8px;--yc-my-border-radius-xl: 10px;--yc-color-telegram: #51a4db;--yc-color-facebook: #4968ad;--yc-color-twitter: #4aa0eb;--yc-color-vk: #436eab;--yc-color-youtube: #eb3323;--yc-color-github: #25292e;--yc-color-rss: #f29c39;--yc-color-linkedin: #0a66c2;--yc-space-base: 4px;--yc-spacing-0: calc(var(--yc-space-base) * 0);--yc-spacing-half: calc(var(--yc-space-base) * 0.5);--yc-spacing-1: var(--yc-space-base);--yc-spacing-2: calc(var(--yc-space-base) * 2);--yc-spacing-3: calc(var(--yc-space-base) * 3);--yc-spacing-4: calc(var(--yc-space-base) * 4);--yc-spacing-5: calc(var(--yc-space-base) * 5);--yc-spacing-6: calc(var(--yc-space-base) * 6);--yc-spacing-7: calc(var(--yc-space-base) * 7);--yc-spacing-8: calc(var(--yc-space-base) * 8);--yc-spacing-9: calc(var(--yc-space-base) * 9);--yc-spacing-10: calc(var(--yc-space-base) * 10);--yc-scrollbar-width: var(--yc-my-scrollbar-width);--yc-border-radius-xs: var(--yc-my-border-radius-xs);--yc-border-radius-s: var(--yc-my-border-radius-s);--yc-border-radius-m: var(--yc-my-border-radius-m);--yc-border-radius-l: var(--yc-my-border-radius-l);--yc-border-radius-xl: var(--yc-my-border-radius-xl)}.yc-root_theme_light{--yc-color-private-white-150: rgba(255, 255, 255, 0.15);--yc-color-private-white-300: rgba(255, 255, 255, 0.3);--yc-color-private-white-500: rgba(255, 255, 255, 0.5);--yc-color-private-white-700: rgba(255, 255, 255, 0.7);--yc-color-private-white-850: rgba(255, 255, 255, 0.85);--yc-color-private-white-950: rgba(255, 255, 255, 0.95);--yc-color-private-white-1000: rgba(255, 255, 255, 1);--yc-color-private-black-50: rgba(0, 0, 0, 0.05);--yc-color-private-black-70: rgba(0, 0, 0, 0.07);--yc-color-private-black-100: rgba(0, 0, 0, 0.1);--yc-color-private-black-150: rgba(0, 0, 0, 0.15);--yc-color-private-black-250: rgba(0, 0, 0, 0.25);--yc-color-private-black-300: rgba(0, 0, 0, 0.3);--yc-color-private-black-500: rgba(0, 0, 0, 0.5);--yc-color-private-black-550: rgba(0, 0, 0, 0.55);--yc-color-private-black-700: rgba(0, 0, 0, 0.7);--yc-color-private-black-850: rgba(0, 0, 0, 0.85);--yc-color-private-black-20-solid: rgba(250, 250, 250, 1);--yc-color-private-black-50-solid: rgba(243, 243, 243, 1);--yc-color-private-black-100-solid: rgba(229, 229, 229, 1);--yc-color-private-black-150-solid: rgba(218, 218, 218, 1);--yc-color-private-black-700-solid: rgb(76, 76, 76, 1);--yc-color-private-blue-50: rgba(82, 130, 255, 0.1);--yc-color-private-blue-100: rgba(82, 130, 255, 0.16);--yc-color-private-blue-300: rgba(82, 130, 255, 0.5);--yc-color-private-blue-450: rgba(82, 130, 255, 0.75);--yc-color-private-blue-500: rgba(82, 130, 255, 0.9);--yc-color-private-blue-550: rgba(82, 130, 255, 1);--yc-color-private-blue-600: rgba(74, 113, 214, 1);--yc-color-private-blue-800: rgba(63, 87, 153, 1);--yc-color-private-blue-50-solid: rgba(238, 243, 255, 1);--yc-color-private-blue-100-solid: rgba(227, 235, 255, 1);--yc-color-private-blue-450-solid: rgba(125, 161, 255, 1);--yc-color-private-green-50: rgba(59, 201, 53, 0.1);--yc-color-private-green-100: rgba(59, 201, 53, 0.14);--yc-color-private-green-150: rgba(59, 201, 53, 0.25);--yc-color-private-green-200: rgba(59, 201, 53, 0.35);--yc-color-private-green-300: rgba(59, 201, 53, 0.5);--yc-color-private-green-450: rgba(63, 201, 46, 0.75);--yc-color-private-green-550: rgba(59, 201, 53, 1);--yc-color-private-green-600: rgba(7, 163, 0, 1);--yc-color-private-green-450-solid: rgba(111, 214, 98, 1);--yc-color-private-yellow-100: rgba(255, 219, 77, 0.3);--yc-color-private-yellow-200: rgba(255, 219, 77, 0.4);--yc-color-private-yellow-550: rgba(255, 219, 77, 1);--yc-color-private-yellow-600: rgba(245, 202, 69, 1);--yc-color-private-yellow-650: rgba(245, 171, 25, 1);--yc-color-private-yellow-700: rgba(224, 181, 9, 1);--yc-color-private-yellow-800: rgba(209, 119, 0, 1);--yc-color-private-red-50: rgba(235, 50, 38, 0.08);--yc-color-private-red-100: rgba(235, 50, 38, 0.17);--yc-color-private-red-300: rgba(255, 4, 0, 0.5);--yc-color-private-red-450: rgba(255, 4, 0, 0.7);--yc-color-private-red-500: rgba(255, 4, 0, 0.8);--yc-color-private-red-550: rgba(255, 4, 0, 1);--yc-color-private-red-450-solid: rgba(255, 80, 77, 1);--yc-color-private-purple-550: rgba(154, 50, 166, 1);--yc-color-private-purple-800: rgba(94, 62, 101, 1);--yc-color-private-cool-grey-50: rgba(107, 132, 153, 0.12);--yc-color-private-cool-grey-100: rgba(107, 132, 153, 0.2);--yc-color-private-cool-grey-300: rgba(107, 132, 153, 0.55);--yc-color-private-cool-grey-450: rgba(107, 132, 153, 0.75);--yc-color-private-cool-grey-550: rgba(107, 132, 153, 1);--yc-color-private-cool-grey-800: rgba(59, 96, 128, 1);--yc-color-private-cool-grey-50-solid: rgba(237, 240, 243, 1);--yc-color-private-cool-grey-450-solid: rgba(144, 163, 178, 1);--yc-color-private-orange-50: rgba(255, 119, 0, 0.15);--yc-color-private-orange-100: rgba(255, 119, 0, 0.2);--yc-color-private-orange-300: rgba(255, 119, 0, 0.5);--yc-color-private-orange-450: rgba(255, 180, 34, 1);--yc-color-private-orange-550: rgba(255, 119, 0, 1);--yc-my-color-brand-normal: var(--yc-color-private-blue-550);--yc-my-color-brand-normal-hover: var(--yc-color-private-blue-600);--yc-my-color-brand-light: var(--yc-color-private-blue-300);--yc-my-color-brand-selection: var(--yc-color-private-blue-50);--yc-my-color-brand-selection-hover: var(--yc-color-private-blue-100);--yc-my-color-brand-link: var(--yc-my-color-brand-normal);--yc-my-color-brand-link-hover: var(--yc-color-private-blue-800);--yc-my-color-brand-text: var(--yc-my-color-brand-normal);--yc-my-color-brand-text-contrast: var(--yc-color-text-light-primary);--yc-my-color-brand-link-visited: var(--yc-color-private-purple-550);--yc-my-color-brand-link-visited-hover: var(--yc-color-private-purple-800);--yc-color-text-primary: var(--yc-color-private-black-850);--yc-color-text-complementary: var(--yc-color-private-black-700);--yc-color-text-secondary: var(--yc-color-private-black-500);--yc-color-text-hint: var(--yc-color-private-black-300);--yc-color-text-info: var(--yc-color-private-blue-550);--yc-color-text-positive: var(--yc-color-private-green-600);--yc-color-text-warning: var(--yc-color-private-yellow-700);--yc-color-text-danger: var(--yc-color-private-red-500);--yc-color-text-utility: var(--yc-color-private-purple-550);--yc-color-text-misc: var(--yc-color-private-cool-grey-800);--yc-color-text-info-heavy: var(--yc-color-private-blue-550);--yc-color-text-positive-heavy: var(--yc-color-private-green-600);--yc-color-text-warning-heavy: var(--yc-color-private-yellow-800);--yc-color-text-danger-heavy: var(--yc-color-private-red-500);--yc-color-text-utility-heavy: var(--yc-color-private-purple-550);--yc-color-text-misc-heavy: var(--yc-color-private-cool-grey-800);--yc-color-text-special: var(--yc-my-color-brand-text);--yc-color-text-link: var(--yc-my-color-brand-link);--yc-color-text-link-hover: var(--yc-my-color-brand-link-hover);--yc-color-text-link-visited: var(--yc-my-color-brand-link-visited);--yc-color-text-link-visited-hover: var(--yc-my-color-brand-link-visited-hover);--yc-color-text-yandex-red: var(--yc-color-private-red-550);--yc-color-text-dark-primary: var(--yc-color-private-black-850);--yc-color-text-dark-complementary: var(--yc-color-private-black-700);--yc-color-text-dark-secondary: var(--yc-color-private-black-500);--yc-color-text-light-primary: var(--yc-color-private-white-1000);--yc-color-text-light-complementary: var(--yc-color-private-white-850);--yc-color-text-light-secondary: var(--yc-color-private-white-700);--yc-color-text-light-hint: var(--yc-color-private-white-500);--yc-color-text-inverted-primary: var(--yc-color-private-white-1000);--yc-color-text-inverted-complementary: var(--yc-color-private-white-850);--yc-color-text-inverted-secondary: var(--yc-color-private-white-700);--yc-color-text-inverted-hint: var(--yc-color-private-white-500);--yc-color-base-background: var(--yc-color-private-white-1000);--yc-color-base-generic: var(--yc-color-private-black-50);--yc-color-base-generic-hover: var(--yc-color-private-black-150);--yc-color-base-generic-medium: var(--yc-color-private-black-150);--yc-color-base-generic-medium-hover: var(--yc-color-private-black-250);--yc-color-base-generic-accent: var(--yc-color-private-black-150);--yc-color-base-generic-accent-disabled: var(--yc-color-private-black-70);--yc-color-base-generic-ultralight: var(--yc-color-private-black-20-solid);--yc-color-base-simple-hover: var(--yc-color-private-black-50);--yc-color-base-simple-hover-solid: var(--yc-color-private-black-50-solid);--yc-color-base-selection: var(--yc-my-color-brand-selection);--yc-color-base-selection-hover: var(--yc-my-color-brand-selection-hover);--yc-color-base-special: var(--yc-my-color-brand-normal);--yc-color-base-special-hover: var(--yc-my-color-brand-normal-hover);--yc-color-base-action: var(--yc-color-base-special);--yc-color-base-action-hover: var(--yc-color-base-special-hover);--yc-color-base-info: var(--yc-color-private-blue-50);--yc-color-base-info-hover: var(--yc-color-private-blue-100);--yc-color-base-positive: var(--yc-color-private-green-50);--yc-color-base-positive-hover: var(--yc-color-private-green-100);--yc-color-base-warning: var(--yc-color-private-yellow-100);--yc-color-base-warning-hover: var(--yc-color-private-yellow-200);--yc-color-base-danger: var(--yc-color-private-red-50);--yc-color-base-danger-hover: var(--yc-color-private-red-100);--yc-color-base-misc: var(--yc-color-private-cool-grey-50);--yc-color-base-misc-hover: var(--yc-color-private-cool-grey-100);--yc-color-base-neutral: var(--yc-color-private-black-50);--yc-color-base-neutral-hover: var(--yc-color-private-black-150);--yc-color-base-positive-medium: var(--yc-color-private-green-150);--yc-color-base-positive-medium-hover: var(--yc-color-private-green-200);--yc-color-base-info-heavy: var(--yc-color-private-blue-450);--yc-color-base-positive-heavy: var(--yc-color-private-green-450);--yc-color-base-warning-heavy: var(--yc-color-private-yellow-550);--yc-color-base-warning-heavy-hover: var(--yc-color-private-yellow-600);--yc-color-base-danger-heavy: var(--yc-color-private-red-450);--yc-color-base-danger-heavy-hover: var(--yc-color-private-red-500);--yc-color-base-misc-heavy: var(--yc-color-private-cool-grey-450-solid);--yc-color-base-misc-heavy-hover: var(--yc-color-private-cool-grey-550);--yc-color-base-light: var(--yc-color-private-white-1000);--yc-color-base-light-hover: var(--yc-color-private-white-850);--yc-color-base-light-simple-hover: var(--yc-color-private-white-150);--yc-color-base-light-disabled: var(--yc-color-private-white-150);--yc-color-base-light-accent-disabled: var(--yc-color-private-white-300);--yc-color-base-float: var(--yc-color-private-white-1000);--yc-color-base-float-hover: var(--yc-color-private-black-50-solid);--yc-color-base-float-heavy: var(--yc-color-private-black-700-solid);--yc-color-base-float-accent: var(--yc-color-private-white-1000);--yc-color-base-float-accent-hover: var(--yc-color-private-white-850);--yc-color-base-float-announcement: var(--yc-color-private-cool-grey-50-solid);--yc-color-base-modal: var(--yc-color-private-white-1000);--yc-color-line-generic: var(--yc-color-private-black-100);--yc-color-line-generic-hover: var(--yc-color-private-black-150);--yc-color-line-generic-active: var(--yc-color-private-black-300);--yc-color-line-generic-accent: var(--yc-color-private-black-150);--yc-color-line-generic-accent-hover: var(--yc-color-private-black-300);--yc-color-line-solid: var(--yc-color-private-black-100-solid);--yc-color-line-selection-hover: var(--yc-my-color-brand-light);--yc-color-line-selection-active: var(--yc-my-color-brand-normal);--yc-color-line-link: var(--yc-my-color-brand-normal);--yc-color-line-info: var(--yc-color-private-blue-450);--yc-color-line-positive: var(--yc-color-private-green-450);--yc-color-line-warning: var(--yc-color-private-yellow-600);--yc-color-line-danger: var(--yc-color-private-red-450);--yc-color-line-misc: var(--yc-color-private-cool-grey-450);--yc-color-line-hint: var(--yc-color-private-blue-550);--yc-color-line-light: var(--yc-color-private-white-500);--yc-color-infographics-info-light: var(--yc-color-private-blue-50);--yc-color-infographics-positive-light: var(--yc-color-private-green-50);--yc-color-infographics-warning-light: var(--yc-color-private-orange-50);--yc-color-infographics-danger-light: var(--yc-color-private-red-50);--yc-color-infographics-misc-light: var(--yc-color-private-cool-grey-50);--yc-color-infographics-neutral-light: var(--yc-color-private-black-50);--yc-color-infographics-info-medium: var(--yc-color-private-blue-300);--yc-color-infographics-positive-medium: var(--yc-color-private-green-300);--yc-color-infographics-warning-medium: var(--yc-color-private-orange-300);--yc-color-infographics-danger-medium: var(--yc-color-private-red-300);--yc-color-infographics-misc-medium: var(--yc-color-private-cool-grey-300);--yc-color-infographics-neutral-medium: var(--yc-color-private-black-150);--yc-color-infographics-info-heavy: var(--yc-color-private-blue-550);--yc-color-infographics-positive-heavy: var(--yc-color-private-green-550);--yc-color-infographics-warning-heavy: var(--yc-color-private-yellow-550);--yc-color-infographics-danger-heavy: var(--yc-color-private-red-550);--yc-color-infographics-misc-heavy: var(--yc-color-private-cool-grey-550);--yc-color-infographics-neutral-heavy: var(--yc-color-private-black-300);--yc-color-infographics-axis: var(--yc-color-private-black-150-solid);--yc-color-infographics-tooltip-bg: var(--yc-color-private-white-950);--yc-color-sfx-veil: var(--yc-color-private-black-250);--yc-color-sfx-shadow: var(--yc-color-private-black-150);--yc-color-sfx-shadow-heavy: var(--yc-color-private-black-500);--yc-color-sfx-shadow-light: var(--yc-color-private-black-50);--yc-color-sfx-fade: var(--yc-color-private-white-300);--yc-color-promo-base-silver: #eff2f8;--yc-color-promo-base-gold: #ffdb4d;--yc-color-promo-base-asphalt: #313538;--yc-color-promo-base-tomato: #ff5958;--yc-color-promo-base-copper: #ffab3b;--yc-color-promo-base-mint: #5ecf71;--yc-color-promo-base-sky: #49a0f6;--yc-color-promo-base-neon: #9f6fee;--yc-color-promo-highlight-silver: #edf2f7;--yc-color-promo-highlight-gold: #fff1b8;--yc-color-promo-highlight-asphalt: #eaebeb;--yc-color-promo-highlight-tomato: #ffdede;--yc-color-promo-highlight-copper: #ffe6c4;--yc-color-promo-highlight-mint: #ccf0d2;--yc-color-promo-highlight-sky: #d6e9fd;--yc-color-promo-highlight-neon: #ece2fc;--yc-color-promo-accent-silver: #969a9e;--yc-color-promo-accent-gold: #ffdb4d;--yc-color-promo-accent-asphalt: #313538;--yc-color-promo-accent-tomato: #ff5958;--yc-color-promo-accent-copper: #ffab3b;--yc-color-promo-accent-mint: #5ecf71;--yc-color-promo-accent-sky: #49a0f6;--yc-color-promo-accent-neon: #9f6fee;--yc-color-promo-accent-hover-silver: #727578;--yc-color-promo-accent-hover-gold: #edbe28;--yc-color-promo-accent-hover-asphalt: #000000;--yc-color-promo-accent-hover-tomato: #ee4f4e;--yc-color-promo-accent-hover-copper: #f28d04;--yc-color-promo-accent-hover-mint: #3bbc51;--yc-color-promo-accent-hover-sky: #2180de;--yc-color-promo-accent-hover-neon: #7b47cf;--yc-color-promo-text-silver: #969a9e;--yc-color-promo-text-gold: #ebb409;--yc-color-promo-text-asphalt: #313538;--yc-color-promo-text-tomato: #ff5958;--yc-color-promo-text-copper: #ffab3b;--yc-color-promo-text-mint: #5ecf71;--yc-color-promo-text-sky: #49a0f6;--yc-color-promo-text-neon: #9f6fee;--yc-color-scroll-track: var(--yc-color-base-background);--yc-color-scroll-handle: var(--yc-color-private-black-100);--yc-color-scroll-handle-hover: var(--yc-color-private-black-150);--yc-color-scroll-corner: var(--yc-color-private-black-100);background:var(--yc-color-base-background);color:var(--yc-color-text-primary)}.yc-root_theme_dark{--yc-color-private-white-50: rgba(255, 255, 255, 0.05);--yc-color-private-white-70: rgba(255, 255, 255, 0.07);--yc-color-private-white-100: rgba(255, 255, 255, 0.1);--yc-color-private-white-150: rgba(255, 255, 255, 0.15);--yc-color-private-white-250: rgba(255, 255, 255, 0.25);--yc-color-private-white-300: rgba(255, 255, 255, 0.3);--yc-color-private-white-500: rgba(255, 255, 255, 0.5);--yc-color-private-white-700: rgba(255, 255, 255, 0.7);--yc-color-private-white-850: rgba(255, 255, 255, 0.85);--yc-color-private-white-opaque-150: rgba(76, 75, 81, 0.95);--yc-color-private-black-200: rgba(0, 0, 0, 0.2);--yc-color-private-black-300: rgba(0, 0, 0, 0.3);--yc-color-private-black-400: rgba(0, 0, 0, 0.4);--yc-color-private-black-500: rgba(0, 0, 0, 0.5);--yc-color-private-black-600: rgba(0, 0, 0, 0.6);--yc-color-private-black-700: rgba(0, 0, 0, 0.7);--yc-color-private-black-900: rgba(0, 0, 0, 0.9);--yc-color-private-black-rock-850: rgba(45, 44, 51, 1);--yc-color-private-white-20-solid: rgba(49, 48, 55, 1);--yc-color-private-white-100-solid: rgba(66, 65, 71, 1);--yc-color-private-white-150-solid: rgba(76, 76, 82, 1);--yc-color-private-white-200-solid: rgba(87, 86, 92, 1);--yc-color-private-blue-100: rgba(133, 168, 255, 0.15);--yc-color-private-blue-150: rgba(133, 168, 255, 0.25);--yc-color-private-blue-300: rgba(133, 168, 255, 0.5);--yc-color-private-blue-450: rgba(87, 126, 214, 0.8);--yc-color-private-blue-550: rgba(87, 126, 214, 1);--yc-color-private-blue-700: rgba(98, 146, 255, 1);--yc-color-private-blue-850: rgba(133, 168, 255, 1);--yc-color-private-blue-150-solid: rgba(67, 75, 102, 1);--yc-color-private-blue-300-solid: rgba(89, 106, 153, 1);--yc-color-private-blue-450-solid: rgba(79, 110, 181, 1);--yc-color-private-green-100: rgba(59, 201, 53, 0.12);--yc-color-private-green-150: rgba(59, 201, 53, 0.16);--yc-color-private-green-300: rgba(186, 255, 184, 0.6);--yc-color-private-green-350: rgba(186, 255, 184, 0.68);--yc-color-private-green-450: rgba(59, 201, 53, 0.58);--yc-color-private-green-550: rgba(59, 201, 53, 0.75);--yc-color-private-green-450-solid: rgba(53, 135, 52, 1);--yc-color-private-yellow-100: rgba(255, 219, 77, 0.25);--yc-color-private-yellow-150: rgba(255, 219, 77, 0.4);--yc-color-private-yellow-450: rgba(255, 219, 77, 0.64);--yc-color-private-yellow-550: rgba(255, 219, 77, 0.8);--yc-color-private-yellow-700: rgba(224, 189, 52, 1);--yc-color-private-red-100: rgba(191, 50, 48, 0.3);--yc-color-private-red-150: rgba(191, 50, 48, 0.45);--yc-color-private-red-300: rgba(255, 77, 73, 0.5);--yc-color-private-red-450: rgba(208, 71, 69, 0.88);--yc-color-private-red-550: rgba(208, 71, 69, 1);--yc-color-private-red-450-solid: rgba(162, 49, 48, 1);--yc-color-private-purple-550: rgba(166, 62, 178, 1);--yc-color-private-purple-700: rgba(177, 78, 198, 1);--yc-color-private-purple-850: rgba(200, 121, 216, 1);--yc-color-private-cool-grey-100: rgba(95, 115, 133, 0.18);--yc-color-private-cool-grey-150: rgba(107, 132, 153, 0.3);--yc-color-private-cool-grey-300: rgba(95, 115, 133, 0.6);--yc-color-private-cool-grey-450: rgba(95, 115, 133, 0.8);--yc-color-private-cool-grey-550: rgba(95, 115, 133, 1);--yc-color-private-cool-grey-700: rgba(142, 162, 180, 1);--yc-color-private-cool-grey-450-solid: rgba(85, 101, 117, 1);--yc-color-private-orange-50: rgba(204, 104, 16, 0.2);--yc-color-private-orange-100: rgba(204, 104, 16, 0.3);--yc-color-private-orange-150: rgba(204, 104, 16, 0.5);--yc-color-private-orange-300: rgba(255, 160, 66, 0.5);--yc-color-private-orange-450: rgba(204, 104, 16, 0.8);--yc-color-private-orange-550: rgba(204, 104, 16, 1);--yc-color-private-orange-450-solid: rgba(172, 92, 23, 1);--yc-my-color-brand-normal: var(--yc-color-private-blue-550);--yc-my-color-brand-normal-hover: var(--yc-color-private-blue-700);--yc-my-color-brand-light: var(--yc-color-private-blue-300);--yc-my-color-brand-selection: var(--yc-color-private-blue-150);--yc-my-color-brand-selection-hover: var(--yc-color-private-blue-300);--yc-my-color-brand-link: var(--yc-color-private-blue-700);--yc-my-color-brand-link-hover: var(--yc-color-private-blue-850);--yc-my-color-brand-text: var(--yc-color-private-blue-700);--yc-my-color-brand-text-contrast: var(--yc-color-text-light-primary);--yc-my-color-brand-link-visited: var(--yc-color-private-purple-700);--yc-my-color-brand-link-visited-hover: var(--yc-color-private-purple-850);--yc-color-text-primary: var(--yc-color-private-white-850);--yc-color-text-complementary: var(--yc-color-private-white-700);--yc-color-text-secondary: var(--yc-color-private-white-500);--yc-color-text-hint: var(--yc-color-private-white-300);--yc-color-text-info: var(--yc-color-private-blue-700);--yc-color-text-positive: var(--yc-color-private-green-550);--yc-color-text-warning: var(--yc-color-private-yellow-700);--yc-color-text-danger: var(--yc-color-private-red-550);--yc-color-text-utility: var(--yc-color-private-purple-550);--yc-color-text-misc: var(--yc-color-private-cool-grey-700);--yc-color-text-info-heavy: var(--yc-color-private-blue-700);--yc-color-text-positive-heavy: var(--yc-color-private-green-550);--yc-color-text-warning-heavy: var(--yc-color-private-yellow-700);--yc-color-text-danger-heavy: var(--yc-color-private-red-550);--yc-color-text-utility-heavy: var(--yc-color-private-purple-550);--yc-color-text-misc-heavy: var(--yc-color-private-cool-grey-700);--yc-color-text-special: var(--yc-my-color-brand-text);--yc-color-text-link: var(--yc-my-color-brand-link);--yc-color-text-link-hover: var(--yc-my-color-brand-link-hover);--yc-color-text-link-visited: var(--yc-my-color-brand-link-visited);--yc-color-text-link-visited-hover: var(--yc-my-color-brand-link-visited-hover);--yc-color-text-yandex-red: var(--yc-color-private-red-550);--yc-color-text-dark-primary: var(--yc-color-private-black-900);--yc-color-text-dark-complementary: var(--yc-color-private-black-700);--yc-color-text-dark-secondary: var(--yc-color-private-black-500);--yc-color-text-light-primary: var(--yc-color-private-white-850);--yc-color-text-light-complementary: var(--yc-color-private-white-700);--yc-color-text-light-secondary: var(--yc-color-private-white-500);--yc-color-text-light-hint: var(--yc-color-private-white-300);--yc-color-text-inverted-primary: var(--yc-color-private-black-900);--yc-color-text-inverted-complementary: var(--yc-color-private-black-700);--yc-color-text-inverted-secondary: var(--yc-color-private-black-500);--yc-color-text-inverted-hint: var(--yc-color-private-black-300);--yc-color-base-background: var(--yc-color-private-black-rock-850);--yc-color-base-generic: var(--yc-color-private-white-100);--yc-color-base-generic-hover: var(--yc-color-private-white-150);--yc-color-base-generic-medium: var(--yc-color-private-white-250);--yc-color-base-generic-medium-hover: var(--yc-color-private-white-300);--yc-color-base-generic-accent: var(--yc-color-private-white-150);--yc-color-base-generic-accent-disabled: var(--yc-color-private-white-70);--yc-color-base-generic-ultralight: var(--yc-color-private-white-20-solid);--yc-color-base-simple-hover: var(--yc-color-private-white-100);--yc-color-base-simple-hover-solid: var(--yc-color-private-white-100-solid);--yc-color-base-selection: var(--yc-my-color-brand-selection);--yc-color-base-selection-hover: var(--yc-my-color-brand-selection-hover);--yc-color-base-special: var(--yc-my-color-brand-normal);--yc-color-base-special-hover: var(--yc-my-color-brand-normal-hover);--yc-color-base-action: var(--yc-color-base-special);--yc-color-base-action-hover: var(--yc-color-base-special-hover);--yc-color-base-info: var(--yc-color-private-blue-100);--yc-color-base-info-hover: var(--yc-color-private-blue-150);--yc-color-base-positive: var(--yc-color-private-green-100);--yc-color-base-positive-hover: var(--yc-color-private-green-150);--yc-color-base-warning: var(--yc-color-private-yellow-100);--yc-color-base-warning-hover: var(--yc-color-private-yellow-150);--yc-color-base-danger: var(--yc-color-private-red-100);--yc-color-base-danger-hover: var(--yc-color-private-red-150);--yc-color-base-misc: var(--yc-color-private-cool-grey-100);--yc-color-base-misc-hover: var(--yc-color-private-cool-grey-150);--yc-color-base-neutral: var(--yc-color-private-white-100);--yc-color-base-neutral-hover: var(--yc-color-private-white-150);--yc-color-base-positive-medium: var(--yc-color-private-green-300);--yc-color-base-positive-medium-hover: var(--yc-color-private-green-350);--yc-color-base-info-heavy: var(--yc-color-private-blue-450);--yc-color-base-positive-heavy: var(--yc-color-private-green-450);--yc-color-base-warning-heavy: var(--yc-color-private-yellow-550);--yc-color-base-warning-heavy-hover: var(--yc-color-private-yellow-700);--yc-color-base-danger-heavy: var(--yc-color-private-red-450);--yc-color-base-danger-heavy-hover: var(--yc-color-private-red-550);--yc-color-base-misc-heavy: var(--yc-color-private-cool-grey-450-solid);--yc-color-base-misc-heavy-hover: var(--yc-color-private-cool-grey-550);--yc-color-base-light: var(--yc-color-private-white-850);--yc-color-base-light-hover: var(--yc-color-private-white-700);--yc-color-base-light-simple-hover: var(--yc-color-private-white-150);--yc-color-base-light-disabled: var(--yc-color-private-white-150);--yc-color-base-light-accent-disabled: var(--yc-color-private-white-300);--yc-color-base-float: var(--yc-color-private-white-100-solid);--yc-color-base-float-hover: var(--yc-color-private-white-150-solid);--yc-color-base-float-heavy: var(--yc-color-private-white-150-solid);--yc-color-base-float-accent: var(--yc-color-private-white-150-solid);--yc-color-base-float-accent-hover: var(--yc-color-private-white-200-solid);--yc-color-base-float-announcement: var(--yc-color-private-white-150-solid);--yc-color-base-modal: var(--yc-color-private-black-rock-850);--yc-color-line-generic: var(--yc-color-private-white-150);--yc-color-line-generic-hover: var(--yc-color-private-white-250);--yc-color-line-generic-active: var(--yc-color-private-white-300);--yc-color-line-generic-accent: var(--yc-color-private-white-150);--yc-color-line-generic-accent-hover: var(--yc-color-private-white-300);--yc-color-line-solid: var(--yc-color-private-white-150-solid);--yc-color-line-selection-hover: var(--yc-my-color-brand-light);--yc-color-line-selection-active: var(--yc-my-color-brand-normal);--yc-color-line-link: var(--yc-my-color-brand-normal);--yc-color-line-info: var(--yc-color-private-blue-450);--yc-color-line-positive: var(--yc-color-private-green-450);--yc-color-line-warning: var(--yc-color-private-yellow-150);--yc-color-line-danger: var(--yc-color-private-red-450);--yc-color-line-misc: var(--yc-color-private-cool-grey-450);--yc-color-line-hint: var(--yc-color-private-blue-550);--yc-color-line-light: var(--yc-color-private-white-500);--yc-color-infographics-info-light: var(--yc-color-private-blue-150);--yc-color-infographics-positive-light: var(--yc-color-private-green-150);--yc-color-infographics-warning-light: var(--yc-color-private-orange-150);--yc-color-infographics-danger-light: var(--yc-color-private-red-150);--yc-color-infographics-misc-light: var(--yc-color-private-cool-grey-150);--yc-color-infographics-neutral-light: var(--yc-color-private-white-150);--yc-color-infographics-info-medium: var(--yc-color-private-blue-300);--yc-color-infographics-positive-medium: var(--yc-color-private-green-300);--yc-color-infographics-warning-medium: var(--yc-color-private-orange-300);--yc-color-infographics-danger-medium: var(--yc-color-private-red-300);--yc-color-infographics-misc-medium: var(--yc-color-private-cool-grey-300);--yc-color-infographics-neutral-medium: var(--yc-color-private-white-150);--yc-color-infographics-info-heavy: var(--yc-color-private-blue-550);--yc-color-infographics-positive-heavy: var(--yc-color-private-green-550);--yc-color-infographics-warning-heavy: var(--yc-color-private-yellow-550);--yc-color-infographics-danger-heavy: var(--yc-color-private-red-550);--yc-color-infographics-misc-heavy: var(--yc-color-private-cool-grey-550);--yc-color-infographics-neutral-heavy: var(--yc-color-private-white-300);--yc-color-infographics-axis: var(--yc-color-private-white-150-solid);--yc-color-infographics-tooltip-bg: var(--yc-color-private-white-opaque-150);--yc-color-sfx-veil: var(--yc-color-private-black-600);--yc-color-sfx-shadow: var(--yc-color-private-black-200);--yc-color-sfx-shadow-heavy: var(--yc-color-private-black-500);--yc-color-sfx-shadow-light: var(--yc-color-private-black-200);--yc-color-sfx-fade: var(--yc-color-private-white-250);--yc-color-promo-base-silver: #bcc0c4;--yc-color-promo-base-gold: #ffde5d;--yc-color-promo-base-asphalt: #474d52;--yc-color-promo-base-tomato: #ff6b6a;--yc-color-promo-base-copper: #ffb95a;--yc-color-promo-base-mint: #7fd68e;--yc-color-promo-base-sky: #69b4ff;--yc-color-promo-base-neon: #b384ff;--yc-color-promo-highlight-silver: #616366;--yc-color-promo-highlight-gold: #99832e;--yc-color-promo-highlight-asphalt: #5d656b;--yc-color-promo-highlight-tomato: #998585;--yc-color-promo-highlight-copper: #7f7262;--yc-color-promo-highlight-mint: #758978;--yc-color-promo-highlight-sky: #94a2af;--yc-color-promo-highlight-neon: #aea6ba;--yc-color-scroll-track: var(--yc-color-base-background);--yc-color-scroll-handle: var(--yc-color-private-white-150);--yc-color-scroll-handle-hover: var(--yc-color-private-white-250);--yc-color-scroll-corner: var(--yc-color-private-white-150);background:var(--yc-color-base-background);color:var(--yc-color-text-primary)}.yc-root_theme_light-hc{--yc-color-private-white-50: rgba(255, 255, 255, 0.05);--yc-color-private-white-70: rgba(255, 255, 255, 0.07);--yc-color-private-white-100: rgba(255, 255, 255, 0.1);--yc-color-private-white-150: rgba(255, 255, 255, 0.15);--yc-color-private-white-200: rgba(255, 255, 255, 0.2);--yc-color-private-white-250: rgba(255, 255, 255, 0.25);--yc-color-private-white-300: rgba(255, 255, 255, 0.3);--yc-color-private-white-350: rgba(255, 255, 255, 0.35);--yc-color-private-white-400: rgba(255, 255, 255, 0.4);--yc-color-private-white-450: rgba(255, 255, 255, 0.45);--yc-color-private-white-500: rgba(255, 255, 255, 0.5);--yc-color-private-white-550: rgba(255, 255, 255, 0.55);--yc-color-private-white-600: rgba(255, 255, 255, 0.6);--yc-color-private-white-650: rgba(255, 255, 255, 0.65);--yc-color-private-white-700: rgba(255, 255, 255, 0.7);--yc-color-private-white-750: rgba(255, 255, 255, 0.75);--yc-color-private-white-800: rgba(255, 255, 255, 0.8);--yc-color-private-white-850: rgba(255, 255, 255, 0.85);--yc-color-private-white-900: rgba(255, 255, 255, 0.9);--yc-color-private-white-950: rgba(255, 255, 255, 0.95);--yc-color-private-white-1000: rgba(255, 255, 255, 1);--yc-color-private-black-50: rgba(0, 0, 0, 0.05);--yc-color-private-black-100: rgba(0, 0, 0, 0.1);--yc-color-private-black-150: rgba(0, 0, 0, 0.15);--yc-color-private-black-200: rgba(0, 0, 0, 0.2);--yc-color-private-black-250: rgba(0, 0, 0, 0.25);--yc-color-private-black-300: rgba(0, 0, 0, 0.3);--yc-color-private-black-350: rgba(0, 0, 0, 0.35);--yc-color-private-black-400: rgba(0, 0, 0, 0.4);--yc-color-private-black-450: rgba(0, 0, 0, 0.45);--yc-color-private-black-500: rgba(0, 0, 0, 0.5);--yc-color-private-black-550: rgba(0, 0, 0, 0.55);--yc-color-private-black-600: rgba(0, 0, 0, 0.6);--yc-color-private-black-650: rgba(0, 0, 0, 0.65);--yc-color-private-black-700: rgba(0, 0, 0, 0.7);--yc-color-private-black-750: rgba(0, 0, 0, 0.75);--yc-color-private-black-800: rgba(0, 0, 0, 0.8);--yc-color-private-black-850: rgba(0, 0, 0, 0.85);--yc-color-private-black-900: rgba(0, 0, 0, 0.9);--yc-color-private-black-950: rgba(0, 0, 0, 0.95);--yc-color-private-black-1000: rgba(0, 0, 0, 1);--yc-color-private-black-20-solid: rgba(250, 250, 250, 1);--yc-color-private-black-50-solid: rgba(242, 242, 242, 1);--yc-color-private-black-100-solid: rgba(229, 229, 229, 1);--yc-color-private-black-150-solid: rgba(217, 217, 217, 1);--yc-color-private-black-200-solid: rgba(204, 204, 204, 1);--yc-color-private-black-250-solid: rgba(191, 191, 191, 1);--yc-color-private-black-300-solid: rgba(179, 179, 179, 1);--yc-color-private-black-350-solid: rgba(166, 166, 166, 1);--yc-color-private-black-400-solid: rgba(153, 153, 153, 1);--yc-color-private-black-450-solid: rgba(140, 140, 140, 1);--yc-color-private-black-500-solid: rgba(128, 128, 128, 1);--yc-color-private-black-550-solid: rgba(115, 115, 115, 1);--yc-color-private-black-600-solid: rgba(102, 102, 102, 1);--yc-color-private-black-650-solid: rgba(89, 89, 89, 1);--yc-color-private-black-700-solid: rgba(76, 76, 76, 1);--yc-color-private-black-750-solid: rgba(64, 64, 64, 1);--yc-color-private-black-800-solid: rgba(51, 51, 51, 1);--yc-color-private-black-850-solid: rgba(38, 38, 38, 1);--yc-color-private-black-900-solid: rgba(26, 26, 26, 1);--yc-color-private-black-950-solid: rgba(13, 13, 13, 1);--yc-color-private-black-1000-solid: rgba(0, 0, 0, 1);--yc-color-private-blue-600: #4a71d6;--yc-color-private-blue-800: #3f5799;--yc-color-private-blue-50: rgba(82, 130, 255, 0.05);--yc-color-private-blue-100: rgba(82, 130, 255, 0.1);--yc-color-private-blue-150: rgba(82, 130, 255, 0.2);--yc-color-private-blue-200: rgba(82, 130, 255, 0.3);--yc-color-private-blue-250: rgba(82, 130, 255, 0.4);--yc-color-private-blue-300: rgba(82, 130, 255, 0.5);--yc-color-private-blue-350: rgba(82, 130, 255, 0.6);--yc-color-private-blue-400: rgba(82, 130, 255, 0.7);--yc-color-private-blue-450: rgba(82, 130, 255, 0.8);--yc-color-private-blue-500: rgba(82, 130, 255, 0.9);--yc-color-private-blue-550: rgba(82, 130, 255, 1);--yc-color-private-blue-50-solid: rgba(246, 249, 255, 1);--yc-color-private-blue-100-solid: rgba(238, 243, 255, 1);--yc-color-private-blue-150-solid: rgba(220, 230, 255, 1);--yc-color-private-blue-200-solid: rgba(203, 218, 255, 1);--yc-color-private-blue-250-solid: rgba(186, 205, 255, 1);--yc-color-private-blue-300-solid: rgba(168, 193, 255, 1);--yc-color-private-blue-350-solid: rgba(151, 180, 255, 1);--yc-color-private-blue-400-solid: rgba(134, 168, 255, 1);--yc-color-private-blue-450-solid: rgba(116, 155, 255, 1);--yc-color-private-blue-500-solid: rgba(99, 143, 255, 1);--yc-color-private-blue-550-solid: rgba(82, 130, 255, 1);--yc-color-private-blue-600-solid: rgba(77, 121, 233, 1);--yc-color-private-blue-650-solid: rgba(72, 111, 212, 1);--yc-color-private-blue-700-solid: rgba(67, 102, 190, 1);--yc-color-private-blue-750-solid: rgba(63, 92, 168, 1);--yc-color-private-blue-800-solid: rgba(58, 83, 147, 1);--yc-color-private-blue-850-solid: rgba(53, 73, 125, 1);--yc-color-private-blue-900-solid: rgba(48, 64, 103, 1);--yc-color-private-blue-950-solid: rgba(44, 54, 81, 1);--yc-color-private-blue-1000-solid: rgba(39, 45, 60, 1);--yc-color-private-green-50: rgba(59, 201, 53, 0.05);--yc-color-private-green-100: rgba(59, 201, 53, 0.1);--yc-color-private-green-150: rgba(59, 201, 53, 0.2);--yc-color-private-green-200: rgba(59, 201, 53, 0.3);--yc-color-private-green-250: rgba(59, 201, 53, 0.4);--yc-color-private-green-300: rgba(59, 201, 53, 0.5);--yc-color-private-green-350: rgba(59, 201, 53, 0.6);--yc-color-private-green-400: rgba(59, 201, 53, 0.7);--yc-color-private-green-450: rgba(59, 201, 53, 0.8);--yc-color-private-green-500: rgba(59, 201, 53, 0.9);--yc-color-private-green-550: rgba(59, 201, 53, 1);--yc-color-private-green-50-solid: rgba(245, 252, 245, 1);--yc-color-private-green-100-solid: rgba(235, 250, 235, 1);--yc-color-private-green-150-solid: rgba(216, 244, 215, 1);--yc-color-private-green-200-solid: rgba(196, 239, 194, 1);--yc-color-private-green-250-solid: rgba(177, 233, 174, 1);--yc-color-private-green-300-solid: rgba(157, 228, 154, 1);--yc-color-private-green-350-solid: rgba(137, 223, 134, 1);--yc-color-private-green-400-solid: rgba(118, 217, 114, 1);--yc-color-private-green-450-solid: rgba(98, 212, 93, 1);--yc-color-private-green-500-solid: rgba(79, 206, 73, 1);--yc-color-private-green-550-solid: rgba(59, 201, 53, 1);--yc-color-private-green-600-solid: rgba(56, 184, 51, 1);--yc-color-private-green-650-solid: rgba(54, 168, 50, 1);--yc-color-private-green-700-solid: rgba(51, 151, 48, 1);--yc-color-private-green-750-solid: rgba(49, 135, 47, 1);--yc-color-private-green-800-solid: rgba(47, 118, 46, 1);--yc-color-private-green-850-solid: rgba(44, 101, 44, 1);--yc-color-private-green-900-solid: rgba(41, 85, 43, 1);--yc-color-private-green-950-solid: rgba(39, 68, 41, 1);--yc-color-private-green-1000-solid: rgba(36, 52, 40, 1);--yc-color-private-yellow-50: rgba(255, 219, 77, 0.05);--yc-color-private-yellow-100: rgba(255, 219, 77, 0.1);--yc-color-private-yellow-150: rgba(255, 219, 77, 0.2);--yc-color-private-yellow-200: rgba(255, 219, 77, 0.3);--yc-color-private-yellow-250: rgba(255, 219, 77, 0.4);--yc-color-private-yellow-300: rgba(255, 219, 77, 0.5);--yc-color-private-yellow-350: rgba(255, 219, 77, 0.6);--yc-color-private-yellow-400: rgba(255, 219, 77, 0.7);--yc-color-private-yellow-450: rgba(255, 219, 77, 0.8);--yc-color-private-yellow-500: rgba(255, 219, 77, 0.9);--yc-color-private-yellow-550: rgba(255, 219, 77, 1);--yc-color-private-yellow-50-solid: rgba(255, 253, 246, 1);--yc-color-private-yellow-100-solid: rgba(255, 251, 237, 1);--yc-color-private-yellow-150-solid: rgba(255, 248, 219, 1);--yc-color-private-yellow-200-solid: rgba(255, 244, 202, 1);--yc-color-private-yellow-250-solid: rgba(255, 241, 184, 1);--yc-color-private-yellow-300-solid: rgba(255, 237, 166, 1);--yc-color-private-yellow-350-solid: rgba(255, 233, 148, 1);--yc-color-private-yellow-400-solid: rgba(255, 230, 130, 1);--yc-color-private-yellow-450-solid: rgba(255, 226, 113, 1);--yc-color-private-yellow-500-solid: rgba(255, 223, 95, 1);--yc-color-private-yellow-550-solid: rgba(255, 219, 77, 1);--yc-color-private-yellow-600-solid: rgba(233, 201, 73, 1);--yc-color-private-yellow-650-solid: rgba(211, 182, 69, 1);--yc-color-private-yellow-700-solid: rgba(189, 164, 65, 1);--yc-color-private-yellow-750-solid: rgba(167, 145, 61, 1);--yc-color-private-yellow-800-solid: rgba(144, 127, 58, 1);--yc-color-private-yellow-850-solid: rgba(122, 109, 54, 1);--yc-color-private-yellow-900-solid: rgba(100, 90, 50, 1);--yc-color-private-yellow-950-solid: rgba(78, 72, 46, 1);--yc-color-private-yellow-1000-solid: rgba(56, 53, 42, 1);--yc-color-private-red-50: rgba(255, 4, 0, 0.05);--yc-color-private-red-100: rgba(255, 4, 0, 0.1);--yc-color-private-red-150: rgba(255, 4, 0, 0.2);--yc-color-private-red-200: rgba(255, 4, 0, 0.3);--yc-color-private-red-250: rgba(255, 4, 0, 0.4);--yc-color-private-red-300: rgba(255, 4, 0, 0.5);--yc-color-private-red-350: rgba(255, 4, 0, 0.6);--yc-color-private-red-400: rgba(255, 4, 0, 0.7);--yc-color-private-red-450: rgba(255, 4, 0, 0.8);--yc-color-private-red-500: rgba(255, 4, 0, 0.9);--yc-color-private-red-550: rgba(255, 4, 0, 1);--yc-color-private-red-50-solid: rgba(255, 243, 242, 1);--yc-color-private-red-100-solid: rgba(255, 230, 229, 1);--yc-color-private-red-150-solid: rgba(255, 205, 204, 1);--yc-color-private-red-200-solid: rgba(255, 180, 179, 1);--yc-color-private-red-250-solid: rgba(255, 155, 153, 1);--yc-color-private-red-300-solid: rgba(255, 130, 128, 1);--yc-color-private-red-350-solid: rgba(255, 105, 102, 1);--yc-color-private-red-400-solid: rgba(255, 80, 76, 1);--yc-color-private-red-450-solid: rgba(255, 55, 51, 1);--yc-color-private-red-500-solid: rgba(255, 30, 26, 1);--yc-color-private-red-550-solid: rgba(255, 4, 0, 1);--yc-color-private-red-600-solid: rgba(233, 8, 4, 1);--yc-color-private-red-650-solid: rgba(211, 11, 8, 1);--yc-color-private-red-700-solid: rgba(189, 14, 11, 1);--yc-color-private-red-750-solid: rgba(166, 17, 15, 1);--yc-color-private-red-800-solid: rgba(144, 20, 19, 1);--yc-color-private-red-850-solid: rgba(122, 23, 23, 1);--yc-color-private-red-900-solid: rgba(100, 26, 27, 1);--yc-color-private-red-950-solid: rgba(78, 29, 30, 1);--yc-color-private-red-1000-solid: rgba(56, 32, 34, 1);--yc-color-private-purple-50: rgba(154, 50, 166, 0.05);--yc-color-private-purple-100: rgba(154, 50, 166, 0.1);--yc-color-private-purple-150: rgba(154, 50, 166, 0.2);--yc-color-private-purple-200: rgba(154, 50, 166, 0.3);--yc-color-private-purple-250: rgba(154, 50, 166, 0.4);--yc-color-private-purple-300: rgba(154, 50, 166, 0.5);--yc-color-private-purple-350: rgba(154, 50, 166, 0.6);--yc-color-private-purple-400: rgba(154, 50, 166, 0.7);--yc-color-private-purple-450: rgba(154, 50, 166, 0.8);--yc-color-private-purple-500: rgba(154, 50, 166, 0.9);--yc-color-private-purple-550: rgba(154, 50, 166, 1);--yc-color-private-purple-50-solid: rgba(250, 245, 251, 1);--yc-color-private-purple-100-solid: rgba(245, 234, 246, 1);--yc-color-private-purple-150-solid: rgba(235, 214, 237, 1);--yc-color-private-purple-200-solid: rgba(225, 193, 228, 1);--yc-color-private-purple-250-solid: rgba(215, 173, 219, 1);--yc-color-private-purple-300-solid: rgba(204, 153, 210, 1);--yc-color-private-purple-350-solid: rgba(194, 132, 202, 1);--yc-color-private-purple-400-solid: rgba(184, 111, 193, 1);--yc-color-private-purple-450-solid: rgba(174, 91, 184, 1);--yc-color-private-purple-500-solid: rgba(164, 71, 175, 1);--yc-color-private-purple-550-solid: rgba(154, 50, 166, 1);--yc-color-private-purple-600-solid: rgba(142, 49, 153, 1);--yc-color-private-purple-650-solid: rgba(130, 47, 140, 1);--yc-color-private-purple-700-solid: rgba(118, 45, 128, 1);--yc-color-private-purple-750-solid: rgba(106, 44, 115, 1);--yc-color-private-purple-800-solid: rgba(94, 42, 102, 1);--yc-color-private-purple-850-solid: rgba(82, 41, 89, 1);--yc-color-private-purple-900-solid: rgba(70, 40, 76, 1);--yc-color-private-purple-950-solid: rgba(58, 38, 64, 1);--yc-color-private-purple-1000-solid: rgba(46, 36, 51, 1);--yc-color-private-cool-grey-50: rgba(107, 132, 153, 0.05);--yc-color-private-cool-grey-100: rgba(107, 132, 153, 0.1);--yc-color-private-cool-grey-150: rgba(107, 132, 153, 0.2);--yc-color-private-cool-grey-200: rgba(107, 132, 153, 0.3);--yc-color-private-cool-grey-250: rgba(107, 132, 153, 0.4);--yc-color-private-cool-grey-300: rgba(107, 132, 153, 0.5);--yc-color-private-cool-grey-350: rgba(107, 132, 153, 0.6);--yc-color-private-cool-grey-400: rgba(107, 132, 153, 0.7);--yc-color-private-cool-grey-450: rgba(107, 132, 153, 0.8);--yc-color-private-cool-grey-500: rgba(107, 132, 153, 0.9);--yc-color-private-cool-grey-550: rgba(107, 132, 153, 1);--yc-color-private-cool-grey-50-solid: rgba(248, 249, 250, 1);--yc-color-private-cool-grey-100-solid: rgba(240, 243, 245, 1);--yc-color-private-cool-grey-150-solid: rgba(225, 230, 235, 1);--yc-color-private-cool-grey-200-solid: rgba(211, 218, 224, 1);--yc-color-private-cool-grey-250-solid: rgba(196, 206, 214, 1);--yc-color-private-cool-grey-300-solid: rgba(181, 193, 204, 1);--yc-color-private-cool-grey-350-solid: rgba(166, 181, 194, 1);--yc-color-private-cool-grey-400-solid: rgba(151, 169, 184, 1);--yc-color-private-cool-grey-450-solid: rgba(137, 157, 173, 1);--yc-color-private-cool-grey-500-solid: rgba(122, 144, 163, 1);--yc-color-private-cool-grey-550-solid: rgba(107, 132, 153, 1);--yc-color-private-cool-grey-600-solid: rgba(100, 122, 142, 1);--yc-color-private-cool-grey-650-solid: rgba(92, 113, 130, 1);--yc-color-private-cool-grey-700-solid: rgba(85, 103, 118, 1);--yc-color-private-cool-grey-750-solid: rgba(78, 93, 107, 1);--yc-color-private-cool-grey-800-solid: rgba(70, 83, 96, 1);--yc-color-private-cool-grey-850-solid: rgba(63, 74, 84, 1);--yc-color-private-cool-grey-900-solid: rgba(56, 64, 73, 1);--yc-color-private-cool-grey-950-solid: rgba(49, 54, 61, 1);--yc-color-private-cool-grey-1000-solid: rgba(41, 45, 49, 1);--yc-color-private-orange-50: rgba(255, 119, 0, 0.05);--yc-color-private-orange-100: rgba(255, 119, 0, 0.1);--yc-color-private-orange-150: rgba(255, 119, 0, 0.2);--yc-color-private-orange-200: rgba(255, 119, 0, 0.3);--yc-color-private-orange-250: rgba(255, 119, 0, 0.4);--yc-color-private-orange-300: rgba(255, 119, 0, 0.5);--yc-color-private-orange-350: rgba(255, 119, 0, 0.6);--yc-color-private-orange-400: rgba(255, 119, 0, 0.7);--yc-color-private-orange-450: rgba(255, 119, 0, 0.8);--yc-color-private-orange-500: rgba(255, 119, 0, 0.9);--yc-color-private-orange-550: rgba(255, 119, 0, 1);--yc-color-private-orange-50-solid: rgba(255, 248, 242, 1);--yc-color-private-orange-100-solid: rgba(255, 241, 229, 1);--yc-color-private-orange-150-solid: rgba(255, 228, 204, 1);--yc-color-private-orange-200-solid: rgba(255, 214, 179, 1);--yc-color-private-orange-250-solid: rgba(255, 201, 153, 1);--yc-color-private-orange-300-solid: rgba(255, 187, 128, 1);--yc-color-private-orange-350-solid: rgba(255, 173, 102, 1);--yc-color-private-orange-400-solid: rgba(255, 160, 76, 1);--yc-color-private-orange-450-solid: rgba(255, 146, 51, 1);--yc-color-private-orange-500-solid: rgba(255, 133, 26, 1);--yc-color-private-orange-550-solid: rgba(255, 119, 0, 1);--yc-color-private-orange-600-solid: rgba(233, 111, 4, 1);--yc-color-private-orange-650-solid: rgba(211, 102, 8, 1);--yc-color-private-orange-700-solid: rgba(189, 94, 11, 1);--yc-color-private-orange-750-solid: rgba(167, 85, 15, 1);--yc-color-private-orange-800-solid: rgba(144, 77, 19, 1);--yc-color-private-orange-850-solid: rgba(122, 69, 23, 1);--yc-color-private-orange-900-solid: rgba(100, 60, 27, 1);--yc-color-private-orange-950-solid: rgba(78, 52, 30, 1);--yc-color-private-orange-1000-solid: rgba(56, 43, 34, 1);--yc-my-color-brand-normal: var(--yc-color-private-blue-550);--yc-my-color-brand-normal-hover: var(--yc-color-private-blue-800);--yc-my-color-brand-light: var(--yc-color-private-blue-300);--yc-my-color-brand-selection: var(--yc-color-private-blue-250);--yc-my-color-brand-selection-hover: var(--yc-color-private-blue-450);--yc-my-color-brand-link: var(--yc-color-private-blue-650-solid);--yc-my-color-brand-link-hover: var(--yc-color-private-blue-850-solid);--yc-my-color-brand-text: var(--yc-color-private-blue-900-solid);--yc-my-color-brand-text-contrast: var(--yc-color-text-light-primary);--yc-my-color-brand-link-visited: var(--yc-color-private-purple-600-solid);--yc-my-color-brand-link-visited-hover: var(--yc-color-private-purple-850-solid);--yc-color-text-primary: var(--yc-color-private-black-1000);--yc-color-text-complementary: var(--yc-color-private-black-850);--yc-color-text-secondary: var(--yc-color-private-black-700);--yc-color-text-hint: var(--yc-color-private-black-500);--yc-color-text-info: var(--yc-color-private-blue-600-solid);--yc-color-text-positive: var(--yc-color-private-green-650-solid);--yc-color-text-warning: var(--yc-color-private-yellow-650-solid);--yc-color-text-danger: var(--yc-color-private-red-600-solid);--yc-color-text-utility: var(--yc-color-private-purple-600-solid);--yc-color-text-misc: var(--yc-color-private-cool-grey-650-solid);--yc-color-text-info-heavy: var(--yc-color-private-blue-900-solid);--yc-color-text-positive-heavy: var(--yc-color-private-green-900-solid);--yc-color-text-warning-heavy: var(--yc-color-private-orange-900-solid);--yc-color-text-danger-heavy: var(--yc-color-private-red-900-solid);--yc-color-text-utility-heavy: var(--yc-color-private-purple-900-solid);--yc-color-text-misc-heavy: var(--yc-color-private-cool-grey-950-solid);--yc-color-text-special: var(--yc-my-color-brand-text);--yc-color-text-link: var(--yc-my-color-brand-link);--yc-color-text-link-hover: var(--yc-my-color-brand-link-hover);--yc-color-text-link-visited: var(--yc-my-color-brand-link-visited);--yc-color-text-link-visited-hover: var(--yc-my-color-brand-link-visited-hover);--yc-color-text-yandex-red: var(--yc-color-private-red-550);--yc-color-text-dark-primary: var(--yc-color-private-black-1000);--yc-color-text-dark-complementary: var(--yc-color-private-black-800);--yc-color-text-dark-secondary: var(--yc-color-private-black-600);--yc-color-text-light-primary: var(--yc-color-private-white-1000);--yc-color-text-light-complementary: var(--yc-color-private-white-850);--yc-color-text-light-secondary: var(--yc-color-private-white-700);--yc-color-text-light-hint: var(--yc-color-private-white-500);--yc-color-text-inverted-primary: var(--yc-color-private-white-1000);--yc-color-text-inverted-complementary: var(--yc-color-private-white-850);--yc-color-text-inverted-secondary: var(--yc-color-private-white-700);--yc-color-text-inverted-hint: var(--yc-color-private-white-500);--yc-color-base-background: var(--yc-color-private-white-1000);--yc-color-base-generic: var(--yc-color-private-black-150);--yc-color-base-generic-hover: var(--yc-color-private-black-300);--yc-color-base-generic-medium: var(--yc-color-private-black-250);--yc-color-base-generic-medium-hover: var(--yc-color-private-black-350);--yc-color-base-generic-accent: var(--yc-color-private-black-250);--yc-color-base-generic-accent-disabled: var(--yc-color-private-black-150);--yc-color-base-generic-ultralight: var(--yc-color-private-black-50-solid);--yc-color-base-simple-hover: var(--yc-color-private-black-150);--yc-color-base-simple-hover-solid: var(--yc-color-private-black-100-solid);--yc-color-base-selection: var(--yc-my-color-brand-selection);--yc-color-base-selection-hover: var(--yc-my-color-brand-selection-hover);--yc-color-base-special: var(--yc-my-color-brand-normal);--yc-color-base-special-hover: var(--yc-my-color-brand-normal-hover);--yc-color-base-action: var(--yc-color-base-special);--yc-color-base-action-hover: var(--yc-color-base-special-hover);--yc-color-base-info: var(--yc-color-private-blue-250);--yc-color-base-info-hover: var(--yc-color-private-blue-350);--yc-color-base-positive: var(--yc-color-private-green-250);--yc-color-base-positive-hover: var(--yc-color-private-green-350);--yc-color-base-warning: var(--yc-color-private-yellow-300);--yc-color-base-warning-hover: var(--yc-color-private-yellow-550);--yc-color-base-danger: var(--yc-color-private-red-250);--yc-color-base-danger-hover: var(--yc-color-private-red-350);--yc-color-base-misc: var(--yc-color-private-cool-grey-250);--yc-color-base-misc-hover: var(--yc-color-private-cool-grey-350);--yc-color-base-neutral: var(--yc-color-private-black-150);--yc-color-base-neutral-hover: var(--yc-color-private-black-300);--yc-color-base-positive-medium: var(--yc-color-private-green-350);--yc-color-base-positive-medium-hover: var(--yc-color-private-green-400);--yc-color-base-info-heavy: var(--yc-color-private-blue-450);--yc-color-base-positive-heavy: var(--yc-color-private-green-450);--yc-color-base-warning-heavy: var(--yc-color-private-yellow-450);--yc-color-base-warning-heavy-hover: var(--yc-color-private-yellow-700);--yc-color-base-danger-heavy: var(--yc-color-private-red-450);--yc-color-base-danger-heavy-hover: var(--yc-color-private-red-450);--yc-color-base-misc-heavy: var(--yc-color-private-cool-grey-450);--yc-color-base-misc-heavy-hover: var(--yc-color-private-cool-grey-550);--yc-color-base-light: var(--yc-color-private-white-1000);--yc-color-base-light-hover: var(--yc-color-private-white-850);--yc-color-base-light-simple-hover: var(--yc-color-private-white-300);--yc-color-base-light-disabled: var(--yc-color-private-white-150);--yc-color-base-light-accent-disabled: var(--yc-color-private-white-300);--yc-color-base-float: var(--yc-color-private-white-1000);--yc-color-base-float-hover: var(--yc-color-private-black-150-solid);--yc-color-base-float-heavy: var(--yc-color-private-black-700-solid);--yc-color-base-float-accent: var(--yc-color-private-white-1000);--yc-color-base-float-accent-hover: var(--yc-color-private-white-850);--yc-color-base-float-announcement: var(--yc-color-private-cool-grey-150-solid);--yc-color-base-modal: var(--yc-color-private-white-1000);--yc-color-line-generic: var(--yc-color-private-black-200);--yc-color-line-generic-hover: var(--yc-color-private-black-400);--yc-color-line-generic-active: var(--yc-color-private-black-700);--yc-color-line-generic-accent: var(--yc-color-private-black-300);--yc-color-line-generic-accent-hover: var(--yc-color-private-black-700);--yc-color-line-solid: var(--yc-color-private-black-200-solid);--yc-color-line-selection-hover: var(--yc-my-color-brand-light);--yc-color-line-selection-active: var(--yc-my-color-brand-normal);--yc-color-line-link: var(--yc-my-color-brand-normal);--yc-color-line-info: var(--yc-color-private-blue-450);--yc-color-line-positive: var(--yc-color-private-green-450);--yc-color-line-warning: var(--yc-color-private-yellow-600-solid);--yc-color-line-danger: var(--yc-color-private-red-450);--yc-color-line-misc: var(--yc-color-private-cool-grey-450);--yc-color-line-hint: var(--yc-color-private-blue-550);--yc-color-line-light: var(--yc-color-private-white-500);--yc-color-infographics-info-light: var(--yc-color-private-blue-50);--yc-color-infographics-positive-light: var(--yc-color-private-green-50);--yc-color-infographics-warning-light: var(--yc-color-private-orange-50);--yc-color-infographics-danger-light: var(--yc-color-private-red-50);--yc-color-infographics-misc-light: var(--yc-color-private-cool-grey-50);--yc-color-infographics-neutral-light: var(--yc-color-private-black-50);--yc-color-infographics-info-medium: var(--yc-color-private-blue-300);--yc-color-infographics-positive-medium: var(--yc-color-private-green-300);--yc-color-infographics-warning-medium: var(--yc-color-private-orange-300);--yc-color-infographics-danger-medium: var(--yc-color-private-red-300);--yc-color-infographics-misc-medium: var(--yc-color-private-cool-grey-300);--yc-color-infographics-neutral-medium: var(--yc-color-private-black-150);--yc-color-infographics-info-heavy: var(--yc-color-private-blue-550);--yc-color-infographics-positive-heavy: var(--yc-color-private-green-550);--yc-color-infographics-warning-heavy: var(--yc-color-private-yellow-550);--yc-color-infographics-danger-heavy: var(--yc-color-private-red-550);--yc-color-infographics-misc-heavy: var(--yc-color-private-cool-grey-550);--yc-color-infographics-neutral-heavy: var(--yc-color-private-black-300);--yc-color-infographics-axis: var(--yc-color-private-black-150-solid);--yc-color-infographics-tooltip-bg: var(--yc-color-private-white-950);--yc-color-sfx-veil: var(--yc-color-private-black-450);--yc-color-sfx-shadow: var(--yc-color-private-black-300);--yc-color-sfx-shadow-heavy: var(--yc-color-private-black-600);--yc-color-sfx-shadow-light: var(--yc-color-private-black-100);--yc-color-sfx-fade: var(--yc-color-private-white-300);--yc-color-promo-base-silver: #edf2f7;--yc-color-promo-base-gold: #ffdb4d;--yc-color-promo-base-asphalt: #313538;--yc-color-promo-base-tomato: #ff5958;--yc-color-promo-base-copper: #ffab3b;--yc-color-promo-base-mint: #5ecf71;--yc-color-promo-base-sky: #49a0f6;--yc-color-promo-base-neon: #9f6fee;--yc-color-promo-highlight-silver: #edf2f7;--yc-color-promo-highlight-gold: #fff1b8;--yc-color-promo-highlight-asphalt: #eaebeb;--yc-color-promo-highlight-tomato: #ffdede;--yc-color-promo-highlight-copper: #ffe6c4;--yc-color-promo-highlight-mint: #ccf0d2;--yc-color-promo-highlight-sky: #d6e9fd;--yc-color-promo-highlight-neon: #ece2fc;--yc-color-promo-accent-silver: #969a9e;--yc-color-promo-accent-gold: #ffdb4d;--yc-color-promo-accent-asphalt: #313538;--yc-color-promo-accent-tomato: #ff5958;--yc-color-promo-accent-copper: #ffab3b;--yc-color-promo-accent-mint: #5ecf71;--yc-color-promo-accent-sky: #49a0f6;--yc-color-promo-accent-neon: #9f6fee;--yc-color-promo-accent-hover-silver: #727578;--yc-color-promo-accent-hover-gold: #edbe28;--yc-color-promo-accent-hover-asphalt: #000;--yc-color-promo-accent-hover-tomato: #ee4f4e;--yc-color-promo-accent-hover-copper: #f28d04;--yc-color-promo-accent-hover-mint: #3bbc51;--yc-color-promo-accent-hover-sky: #2180de;--yc-color-promo-accent-hover-neon: #7b47cf;--yc-color-promo-text-silver: #969a9e;--yc-color-promo-text-gold: #ebb409;--yc-color-promo-text-asphalt: #313538;--yc-color-promo-text-tomato: #ff5958;--yc-color-promo-text-copper: #ffab3b;--yc-color-promo-text-mint: #5ecf71;--yc-color-promo-text-sky: #49a0f6;--yc-color-promo-text-neon: #9f6fee;--yc-color-scroll-track: var(--yc-color-base-background);--yc-color-scroll-handle: var(--yc-color-private-black-100);--yc-color-scroll-handle-hover: var(--yc-color-private-black-150);--yc-color-scroll-corner: var(--yc-color-private-black-100);background:var(--yc-color-base-background);color:var(--yc-color-text-primary)}.yc-root_theme_dark-hc{--yc-color-private-white-50: rgba(255, 255, 255, 0.05);--yc-color-private-white-70: rgba(255, 255, 255, 0.07);--yc-color-private-white-100: rgba(255, 255, 255, 0.1);--yc-color-private-white-150: rgba(255, 255, 255, 0.15);--yc-color-private-white-200: rgba(255, 255, 255, 0.2);--yc-color-private-white-250: rgba(255, 255, 255, 0.25);--yc-color-private-white-300: rgba(255, 255, 255, 0.3);--yc-color-private-white-350: rgba(255, 255, 255, 0.35);--yc-color-private-white-400: rgba(255, 255, 255, 0.4);--yc-color-private-white-450: rgba(255, 255, 255, 0.45);--yc-color-private-white-500: rgba(255, 255, 255, 0.5);--yc-color-private-white-550: rgba(255, 255, 255, 0.55);--yc-color-private-white-600: rgba(255, 255, 255, 0.6);--yc-color-private-white-650: rgba(255, 255, 255, 0.65);--yc-color-private-white-700: rgba(255, 255, 255, 0.7);--yc-color-private-white-750: rgba(255, 255, 255, 0.75);--yc-color-private-white-800: rgba(255, 255, 255, 0.8);--yc-color-private-white-850: rgba(255, 255, 255, 0.85);--yc-color-private-white-900: rgba(255, 255, 255, 0.9);--yc-color-private-white-950: rgba(255, 255, 255, 0.95);--yc-color-private-white-1000: rgba(255, 255, 255, 1);--yc-color-private-white-opaque-150: rgba(56, 57, 60, 0.97);--yc-color-private-black-20: rgba(0, 0, 0, 0.02);--yc-color-private-black-50: rgba(0, 0, 0, 0.05);--yc-color-private-black-100: rgba(0, 0, 0, 0.1);--yc-color-private-black-150: rgba(0, 0, 0, 0.15);--yc-color-private-black-200: rgba(0, 0, 0, 0.2);--yc-color-private-black-250: rgba(0, 0, 0, 0.25);--yc-color-private-black-300: rgba(0, 0, 0, 0.3);--yc-color-private-black-350: rgba(0, 0, 0, 0.35);--yc-color-private-black-400: rgba(0, 0, 0, 0.4);--yc-color-private-black-450: rgba(0, 0, 0, 0.45);--yc-color-private-black-500: rgba(0, 0, 0, 0.5);--yc-color-private-black-550: rgba(0, 0, 0, 0.55);--yc-color-private-black-600: rgba(0, 0, 0, 0.6);--yc-color-private-black-650: rgba(0, 0, 0, 0.65);--yc-color-private-black-700: rgba(0, 0, 0, 0.7);--yc-color-private-black-750: rgba(0, 0, 0, 0.75);--yc-color-private-black-800: rgba(0, 0, 0, 0.8);--yc-color-private-black-850: rgba(0, 0, 0, 0.85);--yc-color-private-black-900: rgba(0, 0, 0, 0.9);--yc-color-private-black-950: rgba(0, 0, 0, 0.95);--yc-color-private-black-1000: rgba(0, 0, 0, 1);--yc-color-private-black-rock-850: #2d2c33;--yc-color-private-black-rock-950: rgba(34, 35, 38, 1);--yc-color-private-white-20-solid: rgba(38, 39, 42, 1);--yc-color-private-white-50-solid: rgba(45, 46, 49, 1);--yc-color-private-white-100-solid: rgba(56, 57, 60, 1);--yc-color-private-white-150-solid: rgba(67, 68, 71, 1);--yc-color-private-white-200-solid: rgba(78, 79, 81, 1);--yc-color-private-white-250-solid: rgba(89, 90, 92, 1);--yc-color-private-white-300-solid: rgba(100, 101, 103, 1);--yc-color-private-white-350-solid: rgba(111, 112, 114, 1);--yc-color-private-white-400-solid: rgba(122, 123, 125, 1);--yc-color-private-white-450-solid: rgba(133, 134, 136, 1);--yc-color-private-white-500-solid: rgba(144, 145, 147, 1);--yc-color-private-white-550-solid: rgba(156, 156, 157, 1);--yc-color-private-white-600-solid: rgba(167, 167, 168, 1);--yc-color-private-white-650-solid: rgba(178, 178, 179, 1);--yc-color-private-white-700-solid: rgba(189, 189, 190, 1);--yc-color-private-white-750-solid: rgba(200, 200, 201, 1);--yc-color-private-white-800-solid: rgba(211, 211, 212, 1);--yc-color-private-white-850-solid: rgba(222, 222, 223, 1);--yc-color-private-white-900-solid: rgba(233, 233, 233, 1);--yc-color-private-white-950-solid: rgba(244, 244, 244, 1);--yc-color-private-white-1000-solid: rgba(255, 255, 255, 1);--yc-color-private-blue-50: rgba(98, 146, 255, 0.05);--yc-color-private-blue-100: rgba(98, 146, 255, 0.1);--yc-color-private-blue-150: rgba(98, 146, 255, 0.2);--yc-color-private-blue-200: rgba(98, 146, 255, 0.3);--yc-color-private-blue-250: rgba(98, 146, 255, 0.5);--yc-color-private-blue-300: rgba(98, 146, 255, 0.5);--yc-color-private-blue-350: rgba(98, 146, 255, 0.6);--yc-color-private-blue-400: rgba(98, 146, 255, 0.7);--yc-color-private-blue-450: rgba(98, 146, 255, 0.8);--yc-color-private-blue-500: rgba(98, 146, 255, 0.9);--yc-color-private-blue-550: rgba(98, 146, 255, 1);--yc-color-private-blue-700: rgba(145, 179, 255, 1);--yc-color-private-blue-850: rgba(192, 211, 255, 1);--yc-color-private-blue-50-solid: rgba(37, 41, 49, 1);--yc-color-private-blue-100-solid: rgba(40, 46, 60, 1);--yc-color-private-blue-150-solid: rgba(47, 57, 81, 1);--yc-color-private-blue-200-solid: rgba(53, 68, 103, 1);--yc-color-private-blue-250-solid: rgba(60, 79, 125, 1);--yc-color-private-blue-300-solid: rgba(66, 91, 147, 1);--yc-color-private-blue-350-solid: rgba(72, 102, 168, 1);--yc-color-private-blue-400-solid: rgba(79, 113, 190, 1);--yc-color-private-blue-450-solid: rgba(85, 124, 212, 1);--yc-color-private-blue-500-solid: rgba(92, 135, 233, 1);--yc-color-private-blue-550-solid: rgba(98, 146, 255, 1);--yc-color-private-blue-600-solid: rgba(114, 157, 255, 1);--yc-color-private-blue-650-solid: rgba(129, 168, 255, 1);--yc-color-private-blue-700-solid: rgba(145, 179, 255, 1);--yc-color-private-blue-750-solid: rgba(161, 190, 255, 1);--yc-color-private-blue-800-solid: rgba(177, 200, 255, 1);--yc-color-private-blue-850-solid: rgba(192, 211, 255, 1);--yc-color-private-blue-900-solid: rgba(208, 222, 255, 1);--yc-color-private-blue-950-solid: rgba(223, 233, 255, 1);--yc-color-private-blue-1000-solid: rgba(239, 244, 255, 1);--yc-color-private-green-50: rgba(91, 181, 87, 0.05);--yc-color-private-green-100: rgba(91, 181, 87, 0.1);--yc-color-private-green-150: rgba(91, 181, 87, 0.2);--yc-color-private-green-200: rgba(91, 181, 87, 0.3);--yc-color-private-green-250: rgba(91, 181, 87, 0.4);--yc-color-private-green-300: rgba(91, 181, 87, 0.5);--yc-color-private-green-350: rgba(91, 181, 87, 0.6);--yc-color-private-green-400: rgba(91, 181, 87, 0.7);--yc-color-private-green-450: rgba(91, 181, 87, 0.8);--yc-color-private-green-500: rgba(91, 181, 87, 0.9);--yc-color-private-green-550: rgba(91, 181, 87, 1);--yc-color-private-green-50-solid: rgba(37, 42, 40, 1);--yc-color-private-green-100-solid: rgba(40, 50, 43, 1);--yc-color-private-green-150-solid: rgba(45, 64, 48, 1);--yc-color-private-green-200-solid: rgba(51, 79, 53, 1);--yc-color-private-green-250-solid: rgba(57, 93, 58, 1);--yc-color-private-green-300-solid: rgba(63, 108, 63, 1);--yc-color-private-green-350-solid: rgba(68, 123, 67, 1);--yc-color-private-green-400-solid: rgba(74, 137, 72, 1);--yc-color-private-green-450-solid: rgba(80, 152, 77, 1);--yc-color-private-green-500-solid: rgba(85, 166, 82, 1);--yc-color-private-green-550-solid: rgba(91, 181, 87, 1);--yc-color-private-green-600-solid: rgba(107, 188, 104, 1);--yc-color-private-green-650-solid: rgba(124, 196, 121, 1);--yc-color-private-green-700-solid: rgba(140, 203, 137, 1);--yc-color-private-green-750-solid: rgba(157, 211, 154, 1);--yc-color-private-green-800-solid: rgba(173, 218, 171, 1);--yc-color-private-green-850-solid: rgba(189, 225, 188, 1);--yc-color-private-green-900-solid: rgba(206, 233, 205, 1);--yc-color-private-green-950-solid: rgba(222, 240, 221, 1);--yc-color-private-green-1000-solid: rgba(239, 248, 238, 1);--yc-color-private-yellow-700: #e0bd34;--yc-color-private-yellow-50: rgba(255, 203, 0, 0.05);--yc-color-private-yellow-100: rgba(255, 203, 0, 0.1);--yc-color-private-yellow-150: rgba(255, 203, 0, 0.2);--yc-color-private-yellow-200: rgba(255, 203, 0, 0.3);--yc-color-private-yellow-250: rgba(255, 203, 0, 0.4);--yc-color-private-yellow-300: rgba(255, 203, 0, 0.5);--yc-color-private-yellow-350: rgba(255, 203, 0, 0.6);--yc-color-private-yellow-400: rgba(255, 203, 0, 0.7);--yc-color-private-yellow-450: rgba(255, 203, 0, 0.8);--yc-color-private-yellow-500: rgba(255, 203, 0, 0.9);--yc-color-private-yellow-550: rgba(255, 203, 0, 1);--yc-color-private-yellow-50-solid: rgba(45, 43, 36, 1);--yc-color-private-yellow-100-solid: rgba(56, 52, 34, 1);--yc-color-private-yellow-150-solid: rgba(78, 69, 30, 1);--yc-color-private-yellow-200-solid: rgba(100, 85, 27, 1);--yc-color-private-yellow-250-solid: rgba(122, 102, 23, 1);--yc-color-private-yellow-300-solid: rgba(144, 119, 19, 1);--yc-color-private-yellow-350-solid: rgba(167, 136, 15, 1);--yc-color-private-yellow-400-solid: rgba(189, 153, 11, 1);--yc-color-private-yellow-450-solid: rgba(211, 169, 8, 1);--yc-color-private-yellow-500-solid: rgba(233, 186, 4, 1);--yc-color-private-yellow-550-solid: rgba(255, 203, 0, 1);--yc-color-private-yellow-600-solid: rgba(255, 208, 26, 1);--yc-color-private-yellow-650-solid: rgba(255, 213, 51, 1);--yc-color-private-yellow-700-solid: rgba(255, 219, 76, 1);--yc-color-private-yellow-750-solid: rgba(255, 224, 102, 1);--yc-color-private-yellow-800-solid: rgba(255, 229, 128, 1);--yc-color-private-yellow-850-solid: rgba(255, 234, 153, 1);--yc-color-private-yellow-900-solid: rgba(255, 239, 179, 1);--yc-color-private-yellow-950-solid: rgba(255, 245, 204, 1);--yc-color-private-yellow-1000-solid: rgba(255, 250, 229, 1);--yc-color-private-red-50: rgba(232, 73, 69, 0.05);--yc-color-private-red-100: rgba(232, 73, 69, 0.1);--yc-color-private-red-150: rgba(232, 73, 69, 0.2);--yc-color-private-red-200: rgba(232, 73, 69, 0.3);--yc-color-private-red-250: rgba(232, 73, 69, 0.4);--yc-color-private-red-300: rgba(232, 73, 69, 0.5);--yc-color-private-red-350: rgba(232, 73, 69, 0.6);--yc-color-private-red-400: rgba(232, 73, 69, 0.7);--yc-color-private-red-450: rgba(232, 73, 69, 0.8);--yc-color-private-red-500: rgba(232, 73, 69, 0.9);--yc-color-private-red-550: rgba(232, 73, 69, 1);--yc-color-private-red-50-solid: rgba(44, 37, 40, 1);--yc-color-private-red-100-solid: rgba(54, 39, 41, 1);--yc-color-private-red-150-solid: rgba(74, 43, 44, 1);--yc-color-private-red-200-solid: rgba(93, 46, 47, 1);--yc-color-private-red-250-solid: rgba(113, 50, 51, 1);--yc-color-private-red-300-solid: rgba(133, 54, 54, 1);--yc-color-private-red-350-solid: rgba(153, 58, 57, 1);--yc-color-private-red-400-solid: rgba(172, 61, 60, 1);--yc-color-private-red-450-solid: rgba(192, 65, 63, 1);--yc-color-private-red-500-solid: rgba(212, 69, 66, 1);--yc-color-private-red-550-solid: rgba(232, 73, 69, 1);--yc-color-private-red-600-solid: rgba(234, 91, 88, 1);--yc-color-private-red-650-solid: rgba(236, 109, 107, 1);--yc-color-private-red-700-solid: rgba(239, 127, 125, 1);--yc-color-private-red-750-solid: rgba(241, 146, 144, 1);--yc-color-private-red-800-solid: rgba(243, 164, 162, 1);--yc-color-private-red-850-solid: rgba(246, 182, 181, 1);--yc-color-private-red-900-solid: rgba(248, 200, 199, 1);--yc-color-private-red-950-solid: rgba(250, 219, 218, 1);--yc-color-private-red-1000-solid: rgba(253, 237, 236, 1);--yc-color-private-purple-50: rgba(223, 46, 243, 0.05);--yc-color-private-purple-100: rgba(223, 46, 243, 0.1);--yc-color-private-purple-150: rgba(223, 46, 243, 0.2);--yc-color-private-purple-200: rgba(223, 46, 243, 0.3);--yc-color-private-purple-250: rgba(223, 46, 243, 0.4);--yc-color-private-purple-300: rgba(223, 46, 243, 0.5);--yc-color-private-purple-350: rgba(223, 46, 243, 0.6);--yc-color-private-purple-400: rgba(223, 46, 243, 0.7);--yc-color-private-purple-450: rgba(223, 46, 243, 0.8);--yc-color-private-purple-500: rgba(223, 46, 243, 0.9);--yc-color-private-purple-550: rgba(223, 46, 243, 1);--yc-color-private-purple-50-solid: rgba(43, 36, 48, 1);--yc-color-private-purple-100-solid: rgba(53, 36, 59, 1);--yc-color-private-purple-150-solid: rgba(72, 37, 79, 1);--yc-color-private-purple-200-solid: rgba(91, 38, 100, 1);--yc-color-private-purple-250-solid: rgba(110, 39, 120, 1);--yc-color-private-purple-300-solid: rgba(128, 40, 141, 1);--yc-color-private-purple-350-solid: rgba(147, 41, 161, 1);--yc-color-private-purple-400-solid: rgba(166, 42, 182, 1);--yc-color-private-purple-450-solid: rgba(185, 43, 202, 1);--yc-color-private-purple-500-solid: rgba(204, 45, 223, 1);--yc-color-private-purple-550-solid: rgba(223, 46, 243, 1);--yc-color-private-purple-600-solid: rgba(226, 67, 245, 1);--yc-color-private-purple-650-solid: rgba(229, 88, 246, 1);--yc-color-private-purple-700-solid: rgba(232, 108, 247, 1);--yc-color-private-purple-750-solid: rgba(236, 129, 248, 1);--yc-color-private-purple-800-solid: rgba(239, 150, 249, 1);--yc-color-private-purple-850-solid: rgba(242, 171, 250, 1);--yc-color-private-purple-900-solid: rgba(245, 192, 252, 1);--yc-color-private-purple-950-solid: rgba(249, 213, 253, 1);--yc-color-private-purple-1000-solid: rgba(252, 234, 254, 1);--yc-color-private-cool-grey-50: rgba(96, 128, 156, 0.05);--yc-color-private-cool-grey-100: rgba(96, 128, 156, 0.1);--yc-color-private-cool-grey-150: rgba(96, 128, 156, 0.2);--yc-color-private-cool-grey-200: rgba(96, 128, 156, 0.3);--yc-color-private-cool-grey-250: rgba(96, 128, 156, 0.4);--yc-color-private-cool-grey-300: rgba(96, 128, 156, 0.5);--yc-color-private-cool-grey-350: rgba(96, 128, 156, 0.6);--yc-color-private-cool-grey-400: rgba(96, 128, 156, 0.7);--yc-color-private-cool-grey-450: rgba(96, 128, 156, 0.8);--yc-color-private-cool-grey-500: rgba(96, 128, 156, 0.9);--yc-color-private-cool-grey-550: rgba(96, 128, 156, 1);--yc-color-private-cool-grey-50-solid: rgba(37, 40, 44, 1);--yc-color-private-cool-grey-100-solid: rgba(40, 44, 50, 1);--yc-color-private-cool-grey-150-solid: rgba(46, 54, 62, 1);--yc-color-private-cool-grey-200-solid: rgba(53, 63, 73, 1);--yc-color-private-cool-grey-250-solid: rgba(59, 72, 85, 1);--yc-color-private-cool-grey-300-solid: rgba(65, 81, 97, 1);--yc-color-private-cool-grey-350-solid: rgba(71, 91, 109, 1);--yc-color-private-cool-grey-400-solid: rgba(77, 100, 121, 1);--yc-color-private-cool-grey-450-solid: rgba(84, 109, 132, 1);--yc-color-private-cool-grey-500-solid: rgba(90, 119, 144, 1);--yc-color-private-cool-grey-550-solid: rgba(96, 128, 156, 1);--yc-color-private-cool-grey-600-solid: rgba(112, 141, 166, 1);--yc-color-private-cool-grey-650-solid: rgba(128, 153, 176, 1);--yc-color-private-cool-grey-700-solid: rgba(144, 166, 186, 1);--yc-color-private-cool-grey-750-solid: rgba(160, 179, 195, 1);--yc-color-private-cool-grey-800-solid: rgba(176, 191, 205, 1);--yc-color-private-cool-grey-850-solid: rgba(191, 204, 215, 1);--yc-color-private-cool-grey-900-solid: rgba(207, 217, 225, 1);--yc-color-private-cool-grey-950-solid: rgba(223, 230, 235, 1);--yc-color-private-cool-grey-1000-solid: rgba(239, 242, 245, 1);--yc-color-private-orange-50: rgba(200, 99, 12, 0.05);--yc-color-private-orange-100: rgba(200, 99, 12, 0.1);--yc-color-private-orange-150: rgba(200, 99, 12, 0.2);--yc-color-private-orange-200: rgba(200, 99, 12, 0.3);--yc-color-private-orange-250: rgba(200, 99, 12, 0.4);--yc-color-private-orange-300: rgba(200, 99, 12, 0.5);--yc-color-private-orange-350: rgba(200, 99, 12, 0.6);--yc-color-private-orange-400: rgba(200, 99, 12, 0.7);--yc-color-private-orange-450: rgba(200, 99, 12, 0.8);--yc-color-private-orange-500: rgba(200, 99, 12, 0.9);--yc-color-private-orange-550: rgba(200, 99, 12, 1);--yc-color-private-orange-50-solid: rgba(42, 38, 37, 1);--yc-color-private-orange-100-solid: rgba(51, 41, 35, 1);--yc-color-private-orange-150-solid: rgba(67, 48, 33, 1);--yc-color-private-orange-200-solid: rgba(84, 54, 30, 1);--yc-color-private-orange-250-solid: rgba(100, 61, 28, 1);--yc-color-private-orange-300-solid: rgba(117, 67, 25, 1);--yc-color-private-orange-350-solid: rgba(134, 73, 22, 1);--yc-color-private-orange-400-solid: rgba(150, 80, 20, 1);--yc-color-private-orange-450-solid: rgba(167, 86, 17, 1);--yc-color-private-orange-500-solid: rgba(183, 93, 15, 1);--yc-color-private-orange-550-solid: rgba(200, 99, 12, 1);--yc-color-private-orange-600-solid: rgba(206, 115, 36, 1);--yc-color-private-orange-650-solid: rgba(211, 130, 61, 1);--yc-color-private-orange-700-solid: rgba(216, 146, 85, 1);--yc-color-private-orange-750-solid: rgba(222, 161, 109, 1);--yc-color-private-orange-800-solid: rgba(227, 177, 133, 1);--yc-color-private-orange-850-solid: rgba(233, 193, 158, 1);--yc-color-private-orange-900-solid: rgba(239, 208, 182, 1);--yc-color-private-orange-950-solid: rgba(244, 224, 206, 1);--yc-color-private-orange-1000-solid: rgba(250, 239, 231, 1);--yc-my-color-brand-normal: var(--yc-color-private-blue-450-solid);--yc-my-color-brand-normal-hover: var(--yc-color-private-blue-650-solid);--yc-my-color-brand-light: var(--yc-color-private-blue-300);--yc-my-color-brand-selection: var(--yc-color-private-blue-350);--yc-my-color-brand-selection-hover: var(--yc-color-private-blue-600-solid);--yc-my-color-brand-link: var(--yc-color-private-blue-550);--yc-my-color-brand-link-hover: var(--yc-color-private-blue-750-solid);--yc-my-color-brand-text: var(--yc-color-private-blue-850-solid);--yc-my-color-brand-text-contrast: var(--yc-color-text-light-primary);--yc-my-color-brand-link-visited: var(--yc-color-private-purple-650-solid);--yc-my-color-brand-link-visited-hover: var(--yc-color-private-purple-800-solid);--yc-color-text-primary: var(--yc-color-private-white-1000);--yc-color-text-complementary: var(--yc-color-private-white-800);--yc-color-text-secondary: var(--yc-color-private-white-600);--yc-color-text-hint: var(--yc-color-private-white-400);--yc-color-text-info: var(--yc-color-private-blue-600-solid);--yc-color-text-positive: var(--yc-color-private-green-600-solid);--yc-color-text-warning: var(--yc-color-private-yellow-600-solid);--yc-color-text-danger: var(--yc-color-private-red-600-solid);--yc-color-text-utility: var(--yc-color-private-purple-600-solid);--yc-color-text-misc: var(--yc-color-private-cool-grey-600-solid);--yc-color-text-info-heavy: var(--yc-color-private-blue-850-solid);--yc-color-text-positive-heavy: var(--yc-color-private-green-850-solid);--yc-color-text-warning-heavy: var(--yc-color-private-yellow-850-solid);--yc-color-text-danger-heavy: var(--yc-color-private-red-850-solid);--yc-color-text-utility-heavy: var(--yc-color-private-purple-850-solid);--yc-color-text-misc-heavy: var(--yc-color-private-cool-grey-850-solid);--yc-color-text-special: var(--yc-my-color-brand-text);--yc-color-text-link: var(--yc-my-color-brand-link);--yc-color-text-link-hover: var(--yc-my-color-brand-link-hover);--yc-color-text-link-visited: var(--yc-my-color-brand-link-visited);--yc-color-text-link-visited-hover: var(--yc-my-color-brand-link-visited-hover);--yc-color-text-yandex-red: var(--yc-color-private-red-550);--yc-color-text-dark-primary: var(--yc-color-private-black-1000);--yc-color-text-dark-complementary: var(--yc-color-private-black-800);--yc-color-text-dark-secondary: var(--yc-color-private-black-600);--yc-color-text-light-primary: var(--yc-color-private-white-1000);--yc-color-text-light-complementary: var(--yc-color-private-white-800);--yc-color-text-light-secondary: var(--yc-color-private-white-600);--yc-color-text-light-hint: var(--yc-color-private-white-400);--yc-color-text-inverted-primary: var(--yc-color-private-black-1000);--yc-color-text-inverted-complementary: var(--yc-color-private-black-800);--yc-color-text-inverted-secondary: var(--yc-color-private-black-600);--yc-color-text-inverted-hint: var(--yc-color-private-black-400);--yc-color-base-background: var(--yc-color-private-black-rock-950);--yc-color-base-generic: var(--yc-color-private-white-100);--yc-color-base-generic-hover: var(--yc-color-private-white-250);--yc-color-base-generic-medium: var(--yc-color-private-white-250);--yc-color-base-generic-medium-hover: var(--yc-color-private-white-400);--yc-color-base-generic-accent: var(--yc-color-private-white-200);--yc-color-base-generic-accent-disabled: var(--yc-color-private-white-150);--yc-color-base-generic-ultralight: var(--yc-color-private-white-50);--yc-color-base-simple-hover: var(--yc-color-private-white-250);--yc-color-base-simple-hover-solid: var(--yc-color-private-white-250-solid);--yc-color-base-selection: var(--yc-my-color-brand-selection);--yc-color-base-selection-hover: var(--yc-my-color-brand-selection-hover);--yc-color-base-special: var(--yc-my-color-brand-normal);--yc-color-base-special-hover: var(--yc-my-color-brand-normal-hover);--yc-color-base-action: var(--yc-color-base-special);--yc-color-base-action-hover: var(--yc-color-base-special-hover);--yc-color-base-info: var(--yc-color-private-blue-250);--yc-color-base-info-hover: var(--yc-color-private-blue-400);--yc-color-base-positive: var(--yc-color-private-green-250);--yc-color-base-positive-hover: var(--yc-color-private-green-400);--yc-color-base-warning: var(--yc-color-private-yellow-250);--yc-color-base-warning-hover: var(--yc-color-private-yellow-400);--yc-color-base-danger: var(--yc-color-private-red-250);--yc-color-base-danger-hover: var(--yc-color-private-red-400);--yc-color-base-misc: var(--yc-color-private-cool-grey-250);--yc-color-base-misc-hover: var(--yc-color-private-cool-grey-400);--yc-color-base-neutral: var(--yc-color-private-white-100);--yc-color-base-neutral-hover: var(--yc-color-private-white-250);--yc-color-base-positive-medium: var(--yc-color-private-green-350);--yc-color-base-positive-medium-hover: var(--yc-color-private-green-400);--yc-color-base-info-heavy: var(--yc-color-private-blue-450);--yc-color-base-positive-heavy: var(--yc-color-private-green-450);--yc-color-base-warning-heavy: var(--yc-color-private-yellow-450);--yc-color-base-warning-heavy-hover: var(--yc-color-private-yellow-700);--yc-color-base-danger-heavy: var(--yc-color-private-red-450);--yc-color-base-danger-heavy-hover: var(--yc-color-private-red-450);--yc-color-base-misc-heavy: var(--yc-color-private-cool-grey-450);--yc-color-base-misc-heavy-hover: var(--yc-color-private-cool-grey-550);--yc-color-base-light: var(--yc-color-private-white-850);--yc-color-base-light-hover: var(--yc-color-private-white-700);--yc-color-base-light-simple-hover: var(--yc-color-private-white-150);--yc-color-base-light-disabled: var(--yc-color-private-white-150);--yc-color-base-light-accent-disabled: var(--yc-color-private-white-300);--yc-color-base-float: var(--yc-color-private-white-100-solid);--yc-color-base-float-hover: var(--yc-color-private-white-200-solid);--yc-color-base-float-heavy: var(--yc-color-private-white-200-solid);--yc-color-base-float-accent: var(--yc-color-private-white-300-solid);--yc-color-base-float-accent-hover: var(--yc-color-private-white-400-solid);--yc-color-base-float-announcement: var(--yc-color-private-white-200-solid);--yc-color-base-modal: var(--yc-color-private-black-rock-850);--yc-color-line-generic: var(--yc-color-private-white-150);--yc-color-line-generic-hover: var(--yc-color-private-white-250);--yc-color-line-generic-active: var(--yc-color-private-white-600);--yc-color-line-generic-accent: var(--yc-color-private-white-350);--yc-color-line-generic-accent-hover: var(--yc-color-private-white-800);--yc-color-line-solid: var(--yc-color-private-white-150-solid);--yc-color-line-selection-hover: var(--yc-my-color-brand-light);--yc-color-line-selection-active: var(--yc-my-color-brand-normal);--yc-color-line-link: var(--yc-my-color-brand-normal);--yc-color-line-info: var(--yc-color-private-blue-550);--yc-color-line-positive: var(--yc-color-private-green-550);--yc-color-line-warning: var(--yc-color-private-yellow-100);--yc-color-line-danger: var(--yc-color-private-red-550);--yc-color-line-misc: var(--yc-color-private-cool-grey-550);--yc-color-line-hint: var(--yc-color-private-blue-550);--yc-color-line-light: var(--yc-color-private-white-500);--yc-color-infographics-info-light: var(--yc-color-private-blue-150);--yc-color-infographics-positive-light: var(--yc-color-private-green-150);--yc-color-infographics-warning-light: var(--yc-color-private-orange-150);--yc-color-infographics-danger-light: var(--yc-color-private-red-150);--yc-color-infographics-misc-light: var(--yc-color-private-cool-grey-150);--yc-color-infographics-neutral-light: var(--yc-color-private-white-150);--yc-color-infographics-info-medium: var(--yc-color-private-blue-300);--yc-color-infographics-positive-medium: var(--yc-color-private-green-300);--yc-color-infographics-warning-medium: var(--yc-color-private-orange-300);--yc-color-infographics-danger-medium: var(--yc-color-private-red-300);--yc-color-infographics-misc-medium: var(--yc-color-private-cool-grey-300);--yc-color-infographics-neutral-medium: var(--yc-color-private-white-150);--yc-color-infographics-info-heavy: var(--yc-color-private-blue-550);--yc-color-infographics-positive-heavy: var(--yc-color-private-green-550);--yc-color-infographics-warning-heavy: var(--yc-color-private-yellow-550);--yc-color-infographics-danger-heavy: var(--yc-color-private-red-550);--yc-color-infographics-misc-heavy: var(--yc-color-private-cool-grey-550);--yc-color-infographics-neutral-heavy: var(--yc-color-private-white-300);--yc-color-infographics-axis: var(--yc-color-private-white-150-solid);--yc-color-infographics-tooltip-bg: var(--yc-color-private-white-opaque-150);--yc-color-sfx-veil: var(--yc-color-private-black-700);--yc-color-sfx-shadow: var(--yc-color-private-black-200);--yc-color-sfx-shadow-heavy: var(--yc-color-private-black-400);--yc-color-sfx-shadow-light: var(--yc-color-private-black-200);--yc-color-sfx-fade: var(--yc-color-private-white-250);--yc-color-promo-base-silver: #bcc0c4;--yc-color-promo-base-gold: #ffde5d;--yc-color-promo-base-asphalt: #474d52;--yc-color-promo-base-tomato: #ff6b6a;--yc-color-promo-base-copper: #ffb95a;--yc-color-promo-base-mint: #7fd68e;--yc-color-promo-base-sky: #69b4ff;--yc-color-promo-base-neon: #b384ff;--yc-color-promo-highlight-silver: #616366;--yc-color-promo-highlight-gold: #99832e;--yc-color-promo-highlight-asphalt: #5d656b;--yc-color-promo-highlight-tomato: #998585;--yc-color-promo-highlight-copper: #7f7262;--yc-color-promo-highlight-mint: #758978;--yc-color-promo-highlight-sky: #94a2af;--yc-color-promo-highlight-neon: #aea6ba;--yc-color-scroll-track: var(--yc-color-base-background);--yc-color-scroll-handle: var(--yc-color-private-white-150);--yc-color-scroll-handle-hover: var(--yc-color-private-white-250);--yc-color-scroll-corner: var(--yc-color-private-white-150);background:var(--yc-color-base-background);color:var(--yc-color-text-primary)}body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar){scrollbar-width:var(--yc-scrollbar-width);scrollbar-color:var(--yc-color-scroll-handle) var(--yc-color-scroll-track)}body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar,body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar{width:var(--yc-scrollbar-width);height:var(--yc-scrollbar-width);background:var(--yc-color-scroll-track)}body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar-track,body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar-track{background:var(--yc-color-scroll-track)}body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar-corner,body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar-corner{background:var(--yc-color-scroll-corner)}body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar-thumb,body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar-thumb{background:var(--yc-color-scroll-handle)}body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar-thumb:hover,body.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar-thumb:hover{background:var(--yc-color-scroll-handle-hover)}@keyframes yc-loading-animation{from{background-position:-12px 0}to{background-position:0 0}}.dc-doc-page .yfm{color:var(--yc-color-text-primary);--yfm-color-hljs-background: var(--yc-color-base-background);--yfm-color-hljs-subst: var(--yc-color-text-complementary);--yfm-color-hljs-comment: var(--yc-color-text-secondary);--yfm-color-hljs-deletion: var(--yc-color-line-danger);--yfm-color-hljs-section: var(--yc-color-line-danger)}.dc-doc-page .yfm a{color:var(--yc-color-text-link)}.dc-doc-page .yfm a:hover,.dc-doc-page .yfm a:active{color:var(--yc-color-text-link-hover)}.dc-doc-page .yfm img{background-color:var(--yc-color-base-background)}.dc-doc-page .yfm.yfm-accent-info{background:var(--yc-color-base-info)}.dc-doc-page .yfm.yfm-accent-tip{background:var(--yc-color-base-positive)}.dc-doc-page .yfm.yfm-accent-alert{background:var(--yc-color-base-danger)}.dc-doc-page .yfm.yfm-accent-warning{background:var(--yc-color-base-warning)}.dc-doc-page .yfm code{font-size:var(--dc-code-short-font-size);line-height:var(--dc-code-short-line-height);padding:var(--dc-code-short-padding);background:var(--yc-color-base-misc);color:var(--yc-color-text-misc)}.dc-doc-page .yfm pre>code{font-size:var(--dc-code-font-size);line-height:var(--dc-code-line-height);padding:16px;background:var(--yc-color-base-misc);color:var(--yc-color-text-complementary)}.dc-doc-page .yfm dfn{background:var(--yc-color-base-float);box-shadow:0 8px 20px var(--yc-color-sfx-shadow)}.dc-doc-page .yfm dfn:before{box-shadow:0 0 0 1px var(--yc-popup-border-color)}.dc-doc-page .yfm table{color:var(--yc-color-text-primary);border-color:var(--yc-color-line-generic);background:var(--yc-color-base-background)}.dc-doc-page .yfm table thead,.dc-doc-page .yfm table tr:nth-child(2n){background:var(--yc-color-base-generic)}.dc-doc-page .yfm hr{background-color:var(--yc-color-base-background)}.dc-doc-page .yfm blockquote{border-left-color:var(--yc-color-base-special)}.dc-doc-page .yfm .yfm-tab-list{border-bottom-color:var(--yc-color-line-generic)}.dc-doc-page .yfm .yfm-tab:hover,.dc-doc-page .yfm .yfm-tab:active{color:var(--yc-color-text-link-hover)}.dc-doc-page .yfm .yfm-tab.active{border-bottom-color:var(--yc-color-base-special)}.dc-doc-page .yfm .yfm-cut{margin-bottom:15px}.dc-doc-page .yfm .yfm-cut.open .yfm-cut-content{padding:5px 0 0 30px}.dc-doc-page .yfm .yfm-term_title:hover{color:var(--yc-color-text-link-hover)}.dc-doc-page .yfm h1,.dc-doc-page .yfm h2{padding-top:calc(var(--dc-header-height, 0px));margin-top:calc(calc(40px - 15px) - var(--dc-header-height, 0px));margin-bottom:20px}.dc-doc-page .yfm h3,.dc-doc-page .yfm h4,.dc-doc-page .yfm h5,.dc-doc-page .yfm h6{padding-top:calc(var(--dc-header-height, 0px));margin-top:calc(calc(32px - 15px) - var(--dc-header-height, 0px))}.dc-doc-page .yfm h1+h2,.dc-doc-page .yfm h2+h3,.dc-doc-page .yfm h3+h4,.dc-doc-page .yfm h4+h5,.dc-doc-page .yfm h5+h6{padding-top:calc(var(--dc-header-height, 0px));margin-top:calc(0px - var(--dc-header-height, 0px))}.dc-doc-page .yfm h1:first-child,.dc-doc-page .yfm h2:first-child,.dc-doc-page .yfm h3:first-child,.dc-doc-page .yfm h4:first-child,.dc-doc-page .yfm h5:first-child,.dc-doc-page .yfm h6:first-child{padding-top:calc(var(--dc-header-height, 0px));margin-top:calc(0px - var(--dc-header-height, 0px))}.dc-doc-page .yfm .yfm-page__delimeter{height:4px;border-radius:2px;background:var(--yc-color-line-generic);margin-top:20px;margin-bottom:0}.dc-doc-page .yfm .yfm-page__delimeter+h1,.dc-doc-page .yfm .yfm-page__delimeter+h2,.dc-doc-page .yfm .yfm-page__delimeter+h3,.dc-doc-page .yfm .yfm-page__delimeter+h4,.dc-doc-page .yfm .yfm-page__delimeter+h5,.dc-doc-page .yfm .yfm-page__delimeter+h6{padding-top:calc(var(--dc-header-height, 0px));margin-top:calc(40px - var(--dc-header-height, 0px))}.dc-doc-page .yfm .yfm-original-link:before{content:none}.dc-doc-page .yfm .yfm-original-link svg{visibility:hidden}.dc-doc-page .yfm h1 .yfm-original-link::before,.dc-doc-page .yfm h2 .yfm-original-link::before,.dc-doc-page .yfm h3 .yfm-original-link::before,.dc-doc-page .yfm h4 .yfm-original-link::before,.dc-doc-page .yfm h5 .yfm-original-link::before,.dc-doc-page .yfm h6 .yfm-original-link::before{content:none}.dc-doc-page .yfm h1 .yfm-original-link svg,.dc-doc-page .yfm h2 .yfm-original-link svg,.dc-doc-page .yfm h3 .yfm-original-link svg,.dc-doc-page .yfm h4 .yfm-original-link svg,.dc-doc-page .yfm h5 .yfm-original-link svg,.dc-doc-page .yfm h6 .yfm-original-link svg{visibility:hidden}.dc-doc-page .yfm h1:hover .yfm-original-link svg,.dc-doc-page .yfm h2:hover .yfm-original-link svg,.dc-doc-page .yfm h3:hover .yfm-original-link svg,.dc-doc-page .yfm h4:hover .yfm-original-link svg,.dc-doc-page .yfm h5:hover .yfm-original-link svg,.dc-doc-page .yfm h6:hover .yfm-original-link svg{visibility:visible}.dc-doc-page .yfm .yfm-anchor_hidden{visibility:hidden}.dc-doc-page .yfm .yfm-anchor_hidden:before{visibility:hidden !important}.yc-root_theme_dark .dc-doc-page .yfm .yfm-cut-title:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggc3Ryb2tlPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuNykiIGZpbGw9Im5vbmUiIGQ9Ik0zIDZsNSA1IDUtNSI+PC9wYXRoPjwvc3ZnPg==)}.yc-root{--dc-text-highlight: var(--yc-color-base-warning-heavy);--dc-text-highlight-selected: #ffab3b} +*,*::before,*::after{box-sizing:inherit}html,body{margin:0;padding:0;box-sizing:border-box;--dc-header-height: 0;--dc-subheader-height: 40px;--dc-error-image-403: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);--dc-error-image-404: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);--dc-error-image-500: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}html .yc-root,body .yc-root{--yc-scrollbar-thin-width: 6px}html .yc-root::-webkit-scrollbar,html .yc-root *::-webkit-scrollbar,body .yc-root::-webkit-scrollbar,body .yc-root *::-webkit-scrollbar{height:var(--yc-scrollbar-thin-width);background:rgba(0,0,0,0)}html .yc-root::-webkit-scrollbar-track,html .yc-root *::-webkit-scrollbar-track,body .yc-root::-webkit-scrollbar-track,body .yc-root *::-webkit-scrollbar-track{background:rgba(0,0,0,0)}#root{min-height:100vh} +body.yc-root{font-feature-settings:"liga","kern";text-size-adjust:100%;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0}h1{font-size:var(--yc-text-display-3-font-size);line-height:var(--yc-text-display-3-line-height);font-weight:500}@media(max-width: 768px){h1{font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height)}}h2{font-size:var(--yc-text-display-1-font-size);line-height:var(--yc-text-display-1-line-height);font-weight:500}h3{font-size:var(--yc-text-header-2-font-size);line-height:var(--yc-text-header-2-line-height);font-weight:500}h4{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);font-weight:500}h5{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);font-weight:500}h6{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);font-weight:400}p,div.p{margin:0 0 20px}p:last-child,div.p:last-child{margin-bottom:0}sub,sup{font-size:.75em;line-height:0}a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus a:focus{outline:2px solid #ffdb4d}a:hover,a:active{color:var(--yc-color-text-link-hover)} +.App{margin:0;min-height:100vh}.yc-root{--dc-header-height: 0px;--mermaid-zoom-control-color: var(--yc-color-text-primary)} + +/*# sourceMappingURL=app.client.css.map*/ \ No newline at end of file diff --git a/7ead3bed8f457b490aa67897731df2fad3514604/_bundle/app.client.js b/7ead3bed8f457b490aa67897731df2fad3514604/_bundle/app.client.js new file mode 100644 index 0000000..e93d440 --- /dev/null +++ b/7ead3bed8f457b490aa67897731df2fad3514604/_bundle/app.client.js @@ -0,0 +1,3 @@ +/*! For license information please see app.client.js.LICENSE.txt */ +(()=>{var e={9380:()=>{var e,t;"undefined"!=typeof Element&&(t=(e=Element.prototype).matches||e.matchesSelector||e.webkitMatchesSelector||e.mozMatchesSelector||e.msMatchesSelector||e.oMatchesSelector,e.matches=e.matchesSelector=t||function(e){var t=this;return Array.prototype.some.call(document.querySelectorAll(e),(function(e){return e===t}))}),"undefined"!=typeof document&&document.addEventListener("click",(function(e){var t=e.target.href,n=window.location.origin;if(e.target.matches(".dc-doc-layout__center a")&&t.startsWith(n)){e.preventDefault();var r=".html";if(t.endsWith("/"))return void(window.location.href="".concat(t).concat("index").concat(r));var o=t.split("#");if(o.length>0&&!o[0].endsWith(r))return o[0]+=r,void(window.location.href=o.join("#"));window.location.href=t}}))},2853:(e,t,n)=>{"use strict";var r=n(2175),o=(0,r.setup)();function a(e){return"string"==typeof e}function i(e){var t=o(e);function n(){for(var e=[],n=0;n{"use strict";var r=n(210),o=n(5559),a=o(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"==typeof n&&a(e,".prototype.")>-1?o(n):n}},5559:(e,t,n)=>{"use strict";var r=n(8612),o=n(210),a=o("%Function.prototype.apply%"),i=o("%Function.prototype.call%"),l=o("%Reflect.apply%",!0)||r.call(i,a),s=o("%Object.getOwnPropertyDescriptor%",!0),u=o("%Object.defineProperty%",!0),c=o("%Math.max%");if(u)try{u({},"a",{value:1})}catch(e){u=null}e.exports=function(e){var t=l(r,i,arguments);return s&&u&&s(t,"length").configurable&&u(t,"length",{value:1+c(0,e.length-(arguments.length-1))}),t};var f=function(){return l(r,a,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f},7648:e=>{"use strict";var t=Array.prototype.slice,n=Object.prototype.toString;e.exports=function(e){var r=this;if("function"!=typeof r||"[object Function]"!==n.call(r))throw new TypeError("Function.prototype.bind called on incompatible "+r);for(var o,a=t.call(arguments,1),i=Math.max(0,r.length-a.length),l=[],s=0;s{"use strict";var r=n(7648);e.exports=Function.prototype.bind||r},210:(e,t,n)=>{"use strict";var r,o=SyntaxError,a=Function,i=TypeError,l=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(e){}},s=Object.getOwnPropertyDescriptor;if(s)try{s({},"")}catch(e){s=null}var u=function(){throw new i},c=s?function(){try{return u}catch(e){try{return s(arguments,"callee").get}catch(e){return u}}}():u,f=n(1405)(),d=n(8185)(),p=Object.getPrototypeOf||(d?function(e){return e.__proto__}:null),h={},m="undefined"!=typeof Uint8Array&&p?p(Uint8Array):r,g={"%AggregateError%":"undefined"==typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":f&&p?p([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":"undefined"==typeof Atomics?r:Atomics,"%BigInt%":"undefined"==typeof BigInt?r:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?r:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"==typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":h,"%Int8Array%":"undefined"==typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f&&p?p(p([][Symbol.iterator]())):r,"%JSON%":"object"==typeof JSON?JSON:r,"%Map%":"undefined"==typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&f&&p?p((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?r:Promise,"%Proxy%":"undefined"==typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"==typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&f&&p?p((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f&&p?p(""[Symbol.iterator]()):r,"%Symbol%":f?Symbol:r,"%SyntaxError%":o,"%ThrowTypeError%":c,"%TypedArray%":m,"%TypeError%":i,"%Uint8Array%":"undefined"==typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"==typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?r:WeakSet};if(p)try{null.error}catch(e){var v=p(p(e));g["%Error.prototype%"]=v}var y=function e(t){var n;if("%AsyncFunction%"===t)n=l("async function () {}");else if("%GeneratorFunction%"===t)n=l("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=l("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&p&&(n=p(o.prototype))}return g[t]=n,n},b={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},w=n(8612),k=n(7642),x=w.call(Function.call,Array.prototype.concat),S=w.call(Function.apply,Array.prototype.splice),E=w.call(Function.call,String.prototype.replace),_=w.call(Function.call,String.prototype.slice),C=w.call(Function.call,RegExp.prototype.exec),O=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,T=/\\(\\)?/g,N=function(e,t){var n,r=e;if(k(b,r)&&(r="%"+(n=b[r])[0]+"%"),k(g,r)){var a=g[r];if(a===h&&(a=y(r)),void 0===a&&!t)throw new i("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:a}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new i("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new i('"allowMissing" argument must be a boolean');if(null===C(/^%?[^%]*%?$/,e))throw new o("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=_(e,0,1),n=_(e,-1);if("%"===t&&"%"!==n)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new o("invalid intrinsic syntax, expected opening `%`");var r=[];return E(e,O,(function(e,t,n,o){r[r.length]=n?E(o,T,"$1"):t||e})),r}(e),r=n.length>0?n[0]:"",a=N("%"+r+"%",t),l=a.name,u=a.value,c=!1,f=a.alias;f&&(r=f[0],S(n,x([0,1],f)));for(var d=1,p=!0;d=n.length){var y=s(u,h);u=(p=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:u[h]}else p=k(u,h),u=u[h];p&&!c&&(g[l]=u)}}return u}},8185:e=>{"use strict";var t={foo:{}},n=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!({__proto__:null}instanceof n)}},1405:(e,t,n)=>{"use strict";var r="undefined"!=typeof Symbol&&Symbol,o=n(5419);e.exports=function(){return"function"==typeof r&&"function"==typeof Symbol&&"symbol"==typeof r("foo")&&"symbol"==typeof Symbol("bar")&&o()}},5419:e=>{"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},7642:(e,t,n)=>{"use strict";var r=n(8612);e.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},1143:e=>{"use strict";e.exports=function(e,t,n,r,o,a,i,l){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,a,i,l],c=0;(s=new Error(t.replace(/%s/g,(function(){return u[c++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},5457:e=>{e.exports=[{name:"Abkhaz",local:"Аҧсуа",1:"ab",2:"abk","2T":"abk","2B":"abk",3:"abk"},{name:"Afar",local:"Afaraf",1:"aa",2:"aar","2T":"aar","2B":"aar",3:"aar"},{name:"Afrikaans",local:"Afrikaans",1:"af",2:"afr","2T":"afr","2B":"afr",3:"afr"},{name:"Akan",local:"Akan",1:"ak",2:"aka","2T":"aka","2B":"aka",3:"aka"},{name:"Albanian",local:"Shqip",1:"sq",2:"sqi","2T":"sqi","2B":"alb",3:"sqi"},{name:"Amharic",local:"አማርኛ",1:"am",2:"amh","2T":"amh","2B":"amh",3:"amh"},{name:"Arabic",local:"العربية",1:"ar",2:"ara","2T":"ara","2B":"ara",3:"ara"},{name:"Aragonese",local:"Aragonés",1:"an",2:"arg","2T":"arg","2B":"arg",3:"arg"},{name:"Armenian",local:"Հայերեն",1:"hy",2:"hye","2T":"hye","2B":"arm",3:"hye"},{name:"Assamese",local:"অসমীয়া",1:"as",2:"asm","2T":"asm","2B":"asm",3:"asm"},{name:"Avaric",local:"Авар",1:"av",2:"ava","2T":"ava","2B":"ava",3:"ava"},{name:"Avestan",local:"avesta",1:"ae",2:"ave","2T":"ave","2B":"ave",3:"ave"},{name:"Aymara",local:"Aymar",1:"ay",2:"aym","2T":"aym","2B":"aym",3:"aym"},{name:"Azerbaijani",local:"Azərbaycanca",1:"az",2:"aze","2T":"aze","2B":"aze",3:"aze"},{name:"Bambara",local:"Bamanankan",1:"bm",2:"bam","2T":"bam","2B":"bam",3:"bam"},{name:"Bashkir",local:"Башҡортса",1:"ba",2:"bak","2T":"bak","2B":"bak",3:"bak"},{name:"Basque",local:"Euskara",1:"eu",2:"eus","2T":"eus","2B":"baq",3:"eus"},{name:"Belarusian",local:"Беларуская",1:"be",2:"bel","2T":"bel","2B":"bel",3:"bel"},{name:"Bengali",local:"বাংলা",1:"bn",2:"ben","2T":"ben","2B":"ben",3:"ben"},{name:"Bihari",local:"भोजपुरी",1:"bh",2:"bih","2T":"bih","2B":"bih",3:"bih"},{name:"Bislama",local:"Bislama",1:"bi",2:"bis","2T":"bis","2B":"bis",3:"bis"},{name:"Bosnian",local:"Bosanski",1:"bs",2:"bos","2T":"bos","2B":"bos",3:"bos"},{name:"Breton",local:"Brezhoneg",1:"br",2:"bre","2T":"bre","2B":"bre",3:"bre"},{name:"Bulgarian",local:"Български",1:"bg",2:"bul","2T":"bul","2B":"bul",3:"bul"},{name:"Burmese",local:"မြန်မာဘာသာ",1:"my",2:"mya","2T":"mya","2B":"bur",3:"mya"},{name:"Catalan",local:"Català",1:"ca",2:"cat","2T":"cat","2B":"cat",3:"cat"},{name:"Chamorro",local:"Chamoru",1:"ch",2:"cha","2T":"cha","2B":"cha",3:"cha"},{name:"Chechen",local:"Нохчийн",1:"ce",2:"che","2T":"che","2B":"che",3:"che"},{name:"Chichewa",local:"Chichewa",1:"ny",2:"nya","2T":"nya","2B":"nya",3:"nya"},{name:"Chinese",local:"中文",1:"zh",2:"zho","2T":"zho","2B":"chi",3:"zho"},{name:"Chuvash",local:"Чӑвашла",1:"cv",2:"chv","2T":"chv","2B":"chv",3:"chv"},{name:"Cornish",local:"Kernewek",1:"kw",2:"cor","2T":"cor","2B":"cor",3:"cor"},{name:"Corsican",local:"Corsu",1:"co",2:"cos","2T":"cos","2B":"cos",3:"cos"},{name:"Cree",local:"ᓀᐦᐃᔭᐍᐏᐣ",1:"cr",2:"cre","2T":"cre","2B":"cre",3:"cre"},{name:"Croatian",local:"Hrvatski",1:"hr",2:"hrv","2T":"hrv","2B":"hrv",3:"hrv"},{name:"Czech",local:"Čeština",1:"cs",2:"ces","2T":"ces","2B":"cze",3:"ces"},{name:"Danish",local:"Dansk",1:"da",2:"dan","2T":"dan","2B":"dan",3:"dan"},{name:"Divehi",local:"Divehi",1:"dv",2:"div","2T":"div","2B":"div",3:"div"},{name:"Dutch",local:"Nederlands",1:"nl",2:"nld","2T":"nld","2B":"dut",3:"nld"},{name:"Dzongkha",local:"རྫོང་ཁ",1:"dz",2:"dzo","2T":"dzo","2B":"dzo",3:"dzo"},{name:"English",local:"English",1:"en",2:"eng","2T":"eng","2B":"eng",3:"eng"},{name:"Esperanto",local:"Esperanto",1:"eo",2:"epo","2T":"epo","2B":"epo",3:"epo"},{name:"Estonian",local:"Eesti",1:"et",2:"est","2T":"est","2B":"est",3:"est"},{name:"Ewe",local:"Eʋegbe",1:"ee",2:"ewe","2T":"ewe","2B":"ewe",3:"ewe"},{name:"Faroese",local:"Føroyskt",1:"fo",2:"fao","2T":"fao","2B":"fao",3:"fao"},{name:"Fijian",local:"Na Vosa Vaka-Viti",1:"fj",2:"fij","2T":"fij","2B":"fij",3:"fij"},{name:"Finnish",local:"Suomi",1:"fi",2:"fin","2T":"fin","2B":"fin",3:"fin"},{name:"French",local:"Français",1:"fr",2:"fra","2T":"fra","2B":"fre",3:"fra"},{name:"Fula",local:"Fulfulde",1:"ff",2:"ful","2T":"ful","2B":"ful",3:"ful"},{name:"Galician",local:"Galego",1:"gl",2:"glg","2T":"glg","2B":"glg",3:"glg"},{name:"Georgian",local:"ქართული",1:"ka",2:"kat","2T":"kat","2B":"geo",3:"kat"},{name:"German",local:"Deutsch",1:"de",2:"deu","2T":"deu","2B":"ger",3:"deu"},{name:"Greek",local:"Ελληνικά",1:"el",2:"ell","2T":"ell","2B":"gre",3:"ell"},{name:"Guaraní",local:"Avañe'ẽ",1:"gn",2:"grn","2T":"grn","2B":"grn",3:"grn"},{name:"Gujarati",local:"ગુજરાતી",1:"gu",2:"guj","2T":"guj","2B":"guj",3:"guj"},{name:"Haitian",local:"Kreyòl Ayisyen",1:"ht",2:"hat","2T":"hat","2B":"hat",3:"hat"},{name:"Hausa",local:"هَوُسَ",1:"ha",2:"hau","2T":"hau","2B":"hau",3:"hau"},{name:"Hebrew",local:"עברית",1:"he",2:"heb","2T":"heb","2B":"heb",3:"heb"},{name:"Herero",local:"Otjiherero",1:"hz",2:"her","2T":"her","2B":"her",3:"her"},{name:"Hindi",local:"हिन्दी",1:"hi",2:"hin","2T":"hin","2B":"hin",3:"hin"},{name:"Hiri Motu",local:"Hiri Motu",1:"ho",2:"hmo","2T":"hmo","2B":"hmo",3:"hmo"},{name:"Hungarian",local:"Magyar",1:"hu",2:"hun","2T":"hun","2B":"hun",3:"hun"},{name:"Interlingua",local:"Interlingua",1:"ia",2:"ina","2T":"ina","2B":"ina",3:"ina"},{name:"Indonesian",local:"Bahasa Indonesia",1:"id",2:"ind","2T":"ind","2B":"ind",3:"ind"},{name:"Interlingue",local:"Interlingue",1:"ie",2:"ile","2T":"ile","2B":"ile",3:"ile"},{name:"Irish",local:"Gaeilge",1:"ga",2:"gle","2T":"gle","2B":"gle",3:"gle"},{name:"Igbo",local:"Igbo",1:"ig",2:"ibo","2T":"ibo","2B":"ibo",3:"ibo"},{name:"Inupiaq",local:"Iñupiak",1:"ik",2:"ipk","2T":"ipk","2B":"ipk",3:"ipk"},{name:"Ido",local:"Ido",1:"io",2:"ido","2T":"ido","2B":"ido",3:"ido"},{name:"Icelandic",local:"Íslenska",1:"is",2:"isl","2T":"isl","2B":"ice",3:"isl"},{name:"Italian",local:"Italiano",1:"it",2:"ita","2T":"ita","2B":"ita",3:"ita"},{name:"Inuktitut",local:"ᐃᓄᒃᑎᑐᑦ",1:"iu",2:"iku","2T":"iku","2B":"iku",3:"iku"},{name:"Japanese",local:"日本語",1:"ja",2:"jpn","2T":"jpn","2B":"jpn",3:"jpn"},{name:"Javanese",local:"Basa Jawa",1:"jv",2:"jav","2T":"jav","2B":"jav",3:"jav"},{name:"Kalaallisut",local:"Kalaallisut",1:"kl",2:"kal","2T":"kal","2B":"kal",3:"kal"},{name:"Kannada",local:"ಕನ್ನಡ",1:"kn",2:"kan","2T":"kan","2B":"kan",3:"kan"},{name:"Kanuri",local:"Kanuri",1:"kr",2:"kau","2T":"kau","2B":"kau",3:"kau"},{name:"Kashmiri",local:"كشميري",1:"ks",2:"kas","2T":"kas","2B":"kas",3:"kas"},{name:"Kazakh",local:"Қазақша",1:"kk",2:"kaz","2T":"kaz","2B":"kaz",3:"kaz"},{name:"Khmer",local:"ភាសាខ្មែរ",1:"km",2:"khm","2T":"khm","2B":"khm",3:"khm"},{name:"Kikuyu",local:"Gĩkũyũ",1:"ki",2:"kik","2T":"kik","2B":"kik",3:"kik"},{name:"Kinyarwanda",local:"Kinyarwanda",1:"rw",2:"kin","2T":"kin","2B":"kin",3:"kin"},{name:"Kyrgyz",local:"Кыргызча",1:"ky",2:"kir","2T":"kir","2B":"kir",3:"kir"},{name:"Komi",local:"Коми",1:"kv",2:"kom","2T":"kom","2B":"kom",3:"kom"},{name:"Kongo",local:"Kongo",1:"kg",2:"kon","2T":"kon","2B":"kon",3:"kon"},{name:"Korean",local:"한국어",1:"ko",2:"kor","2T":"kor","2B":"kor",3:"kor"},{name:"Kurdish",local:"Kurdî",1:"ku",2:"kur","2T":"kur","2B":"kur",3:"kur"},{name:"Kwanyama",local:"Kuanyama",1:"kj",2:"kua","2T":"kua","2B":"kua",3:"kua"},{name:"Latin",local:"Latina",1:"la",2:"lat","2T":"lat","2B":"lat",3:"lat"},{name:"Luxembourgish",local:"Lëtzebuergesch",1:"lb",2:"ltz","2T":"ltz","2B":"ltz",3:"ltz"},{name:"Ganda",local:"Luganda",1:"lg",2:"lug","2T":"lug","2B":"lug",3:"lug"},{name:"Limburgish",local:"Limburgs",1:"li",2:"lim","2T":"lim","2B":"lim",3:"lim"},{name:"Lingala",local:"Lingála",1:"ln",2:"lin","2T":"lin","2B":"lin",3:"lin"},{name:"Lao",local:"ພາສາລາວ",1:"lo",2:"lao","2T":"lao","2B":"lao",3:"lao"},{name:"Lithuanian",local:"Lietuvių",1:"lt",2:"lit","2T":"lit","2B":"lit",3:"lit"},{name:"Luba-Katanga",local:"Tshiluba",1:"lu",2:"lub","2T":"lub","2B":"lub",3:"lub"},{name:"Latvian",local:"Latviešu",1:"lv",2:"lav","2T":"lav","2B":"lav",3:"lav"},{name:"Manx",local:"Gaelg",1:"gv",2:"glv","2T":"glv","2B":"glv",3:"glv"},{name:"Macedonian",local:"Македонски",1:"mk",2:"mkd","2T":"mkd","2B":"mac",3:"mkd"},{name:"Malagasy",local:"Malagasy",1:"mg",2:"mlg","2T":"mlg","2B":"mlg",3:"mlg"},{name:"Malay",local:"Bahasa Melayu",1:"ms",2:"msa","2T":"msa","2B":"may",3:"msa"},{name:"Malayalam",local:"മലയാളം",1:"ml",2:"mal","2T":"mal","2B":"mal",3:"mal"},{name:"Maltese",local:"Malti",1:"mt",2:"mlt","2T":"mlt","2B":"mlt",3:"mlt"},{name:"Māori",local:"Māori",1:"mi",2:"mri","2T":"mri","2B":"mao",3:"mri"},{name:"Marathi",local:"मराठी",1:"mr",2:"mar","2T":"mar","2B":"mar",3:"mar"},{name:"Marshallese",local:"Kajin M̧ajeļ",1:"mh",2:"mah","2T":"mah","2B":"mah",3:"mah"},{name:"Mongolian",local:"Монгол",1:"mn",2:"mon","2T":"mon","2B":"mon",3:"mon"},{name:"Nauru",local:"Dorerin Naoero",1:"na",2:"nau","2T":"nau","2B":"nau",3:"nau"},{name:"Navajo",local:"Diné Bizaad",1:"nv",2:"nav","2T":"nav","2B":"nav",3:"nav"},{name:"Northern Ndebele",local:"isiNdebele",1:"nd",2:"nde","2T":"nde","2B":"nde",3:"nde"},{name:"Nepali",local:"नेपाली",1:"ne",2:"nep","2T":"nep","2B":"nep",3:"nep"},{name:"Ndonga",local:"Owambo",1:"ng",2:"ndo","2T":"ndo","2B":"ndo",3:"ndo"},{name:"Norwegian Bokmål",local:"Norsk (Bokmål)",1:"nb",2:"nob","2T":"nob","2B":"nob",3:"nob"},{name:"Norwegian Nynorsk",local:"Norsk (Nynorsk)",1:"nn",2:"nno","2T":"nno","2B":"nno",3:"nno"},{name:"Norwegian",local:"Norsk",1:"no",2:"nor","2T":"nor","2B":"nor",3:"nor"},{name:"Nuosu",local:"ꆈꌠ꒿ Nuosuhxop",1:"ii",2:"iii","2T":"iii","2B":"iii",3:"iii"},{name:"Southern Ndebele",local:"isiNdebele",1:"nr",2:"nbl","2T":"nbl","2B":"nbl",3:"nbl"},{name:"Occitan",local:"Occitan",1:"oc",2:"oci","2T":"oci","2B":"oci",3:"oci"},{name:"Ojibwe",local:"ᐊᓂᔑᓈᐯᒧᐎᓐ",1:"oj",2:"oji","2T":"oji","2B":"oji",3:"oji"},{name:"Old Church Slavonic",local:"Словѣ́ньскъ",1:"cu",2:"chu","2T":"chu","2B":"chu",3:"chu"},{name:"Oromo",local:"Afaan Oromoo",1:"om",2:"orm","2T":"orm","2B":"orm",3:"orm"},{name:"Oriya",local:"ଓଡି଼ଆ",1:"or",2:"ori","2T":"ori","2B":"ori",3:"ori"},{name:"Ossetian",local:"Ирон æвзаг",1:"os",2:"oss","2T":"oss","2B":"oss",3:"oss"},{name:"Panjabi",local:"ਪੰਜਾਬੀ",1:"pa",2:"pan","2T":"pan","2B":"pan",3:"pan"},{name:"Pāli",local:"पाऴि",1:"pi",2:"pli","2T":"pli","2B":"pli",3:"pli"},{name:"Persian",local:"فارسی",1:"fa",2:"fas","2T":"fas","2B":"per",3:"fas"},{name:"Polish",local:"Polski",1:"pl",2:"pol","2T":"pol","2B":"pol",3:"pol"},{name:"Pashto",local:"پښتو",1:"ps",2:"pus","2T":"pus","2B":"pus",3:"pus"},{name:"Portuguese",local:"Português",1:"pt",2:"por","2T":"por","2B":"por",3:"por"},{name:"Quechua",local:"Runa Simi",1:"qu",2:"que","2T":"que","2B":"que",3:"que"},{name:"Romansh",local:"Rumantsch",1:"rm",2:"roh","2T":"roh","2B":"roh",3:"roh"},{name:"Kirundi",local:"Kirundi",1:"rn",2:"run","2T":"run","2B":"run",3:"run"},{name:"Romanian",local:"Română",1:"ro",2:"ron","2T":"ron","2B":"rum",3:"ron"},{name:"Russian",local:"Русский",1:"ru",2:"rus","2T":"rus","2B":"rus",3:"rus"},{name:"Sanskrit",local:"संस्कृतम्",1:"sa",2:"san","2T":"san","2B":"san",3:"san"},{name:"Sardinian",local:"Sardu",1:"sc",2:"srd","2T":"srd","2B":"srd",3:"srd"},{name:"Sindhi",local:"سنڌي‎",1:"sd",2:"snd","2T":"snd","2B":"snd",3:"snd"},{name:"Northern Sami",local:"Sámegiella",1:"se",2:"sme","2T":"sme","2B":"sme",3:"sme"},{name:"Samoan",local:"Gagana Sāmoa",1:"sm",2:"smo","2T":"smo","2B":"smo",3:"smo"},{name:"Sango",local:"Sängö",1:"sg",2:"sag","2T":"sag","2B":"sag",3:"sag"},{name:"Serbian",local:"Српски",1:"sr",2:"srp","2T":"srp","2B":"srp",3:"srp"},{name:"Gaelic",local:"Gàidhlig",1:"gd",2:"gla","2T":"gla","2B":"gla",3:"gla"},{name:"Shona",local:"ChiShona",1:"sn",2:"sna","2T":"sna","2B":"sna",3:"sna"},{name:"Sinhala",local:"සිංහල",1:"si",2:"sin","2T":"sin","2B":"sin",3:"sin"},{name:"Slovak",local:"Slovenčina",1:"sk",2:"slk","2T":"slk","2B":"slo",3:"slk"},{name:"Slovene",local:"Slovenščina",1:"sl",2:"slv","2T":"slv","2B":"slv",3:"slv"},{name:"Somali",local:"Soomaaliga",1:"so",2:"som","2T":"som","2B":"som",3:"som"},{name:"Southern Sotho",local:"Sesotho",1:"st",2:"sot","2T":"sot","2B":"sot",3:"sot"},{name:"Spanish",local:"Español",1:"es",2:"spa","2T":"spa","2B":"spa",3:"spa"},{name:"Sundanese",local:"Basa Sunda",1:"su",2:"sun","2T":"sun","2B":"sun",3:"sun"},{name:"Swahili",local:"Kiswahili",1:"sw",2:"swa","2T":"swa","2B":"swa",3:"swa"},{name:"Swati",local:"SiSwati",1:"ss",2:"ssw","2T":"ssw","2B":"ssw",3:"ssw"},{name:"Swedish",local:"Svenska",1:"sv",2:"swe","2T":"swe","2B":"swe",3:"swe"},{name:"Tamil",local:"தமிழ்",1:"ta",2:"tam","2T":"tam","2B":"tam",3:"tam"},{name:"Telugu",local:"తెలుగు",1:"te",2:"tel","2T":"tel","2B":"tel",3:"tel"},{name:"Tajik",local:"Тоҷикӣ",1:"tg",2:"tgk","2T":"tgk","2B":"tgk",3:"tgk"},{name:"Thai",local:"ภาษาไทย",1:"th",2:"tha","2T":"tha","2B":"tha",3:"tha"},{name:"Tigrinya",local:"ትግርኛ",1:"ti",2:"tir","2T":"tir","2B":"tir",3:"tir"},{name:"Tibetan Standard",local:"བོད་ཡིག",1:"bo",2:"bod","2T":"bod","2B":"tib",3:"bod"},{name:"Turkmen",local:"Türkmençe",1:"tk",2:"tuk","2T":"tuk","2B":"tuk",3:"tuk"},{name:"Tagalog",local:"Tagalog",1:"tl",2:"tgl","2T":"tgl","2B":"tgl",3:"tgl"},{name:"Tswana",local:"Setswana",1:"tn",2:"tsn","2T":"tsn","2B":"tsn",3:"tsn"},{name:"Tonga",local:"faka Tonga",1:"to",2:"ton","2T":"ton","2B":"ton",3:"ton"},{name:"Turkish",local:"Türkçe",1:"tr",2:"tur","2T":"tur","2B":"tur",3:"tur"},{name:"Tsonga",local:"Xitsonga",1:"ts",2:"tso","2T":"tso","2B":"tso",3:"tso"},{name:"Tatar",local:"Татарча",1:"tt",2:"tat","2T":"tat","2B":"tat",3:"tat"},{name:"Twi",local:"Twi",1:"tw",2:"twi","2T":"twi","2B":"twi",3:"twi"},{name:"Tahitian",local:"Reo Mā’ohi",1:"ty",2:"tah","2T":"tah","2B":"tah",3:"tah"},{name:"Uyghur",local:"ئۇيغۇرچه",1:"ug",2:"uig","2T":"uig","2B":"uig",3:"uig"},{name:"Ukrainian",local:"Українська",1:"uk",2:"ukr","2T":"ukr","2B":"ukr",3:"ukr"},{name:"Urdu",local:"اردو",1:"ur",2:"urd","2T":"urd","2B":"urd",3:"urd"},{name:"Uzbek",local:"O‘zbek",1:"uz",2:"uzb","2T":"uzb","2B":"uzb",3:"uzb"},{name:"Venda",local:"Tshivenḓa",1:"ve",2:"ven","2T":"ven","2B":"ven",3:"ven"},{name:"Vietnamese",local:"Tiếng Việt",1:"vi",2:"vie","2T":"vie","2B":"vie",3:"vie"},{name:"Volapük",local:"Volapük",1:"vo",2:"vol","2T":"vol","2B":"vol",3:"vol"},{name:"Walloon",local:"Walon",1:"wa",2:"wln","2T":"wln","2B":"wln",3:"wln"},{name:"Welsh",local:"Cymraeg",1:"cy",2:"cym","2T":"cym","2B":"wel",3:"cym"},{name:"Wolof",local:"Wolof",1:"wo",2:"wol","2T":"wol","2B":"wol",3:"wol"},{name:"Western Frisian",local:"Frysk",1:"fy",2:"fry","2T":"fry","2B":"fry",3:"fry"},{name:"Xhosa",local:"isiXhosa",1:"xh",2:"xho","2T":"xho","2B":"xho",3:"xho"},{name:"Yiddish",local:"ייִדיש",1:"yi",2:"yid","2T":"yid","2B":"yid",3:"yid"},{name:"Yoruba",local:"Yorùbá",1:"yo",2:"yor","2T":"yor","2B":"yor",3:"yor"},{name:"Zhuang",local:"Cuengh",1:"za",2:"zha","2T":"zha","2B":"zha",3:"zha"},{name:"Zulu",local:"isiZulu",1:"zu",2:"zul","2T":"zul","2B":"zul",3:"zul"}]},7576:(e,t,n)=>{var r=n(5457),o={all:function(){return r},has:function(e,t){return void 0!==a(e,t)},codes:function(e){if(function(e){return-1!==[1,2,3,"1","2","2B","2T","3"].indexOf(e)}(e))return i(r,(function(t){return t[e]}))},names:function(e){return i(r,(function(t){return e?t.local:t.name}))},where:a};function a(e,t){for(var n=0;n{var r=n(5639).Symbol;e.exports=r},9932:e=>{e.exports=function(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n{var r=n(2705),o=n(9607),a=n(2333),i=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":i&&i in Object(e)?o(e):a(e)}},98:e=>{var t=Math.ceil,n=Math.max;e.exports=function(e,r,o,a){for(var i=-1,l=n(t((r-e)/(o||1)),0),s=Array(l);l--;)s[a?l:++i]=e,e+=o;return s}},531:(e,t,n)=>{var r=n(2705),o=n(9932),a=n(1469),i=n(3448),l=r?r.prototype:void 0,s=l?l.toString:void 0;e.exports=function e(t){if("string"==typeof t)return t;if(a(t))return o(t,e)+"";if(i(t))return s?s.call(t):"";var n=t+"";return"0"==n&&1/t==-1/0?"-0":n}},7561:(e,t,n)=>{var r=n(7990),o=/^\s+/;e.exports=function(e){return e?e.slice(0,r(e)+1).replace(o,""):e}},7445:(e,t,n)=>{var r=n(98),o=n(6612),a=n(8601);e.exports=function(e){return function(t,n,i){return i&&"number"!=typeof i&&o(t,n,i)&&(n=i=void 0),t=a(t),void 0===n?(n=t,t=0):n=a(n),i=void 0===i?t{var r=n(5639),o=n(554),a=n(4841),i=n(9833),l=r.isFinite,s=Math.min;e.exports=function(e){var t=Math[e];return function(e,n){if(e=a(e),(n=null==n?0:s(o(n),292))&&l(e)){var r=(i(e)+"e").split("e"),u=t(r[0]+"e"+(+r[1]+n));return+((r=(i(u)+"e").split("e"))[0]+"e"+(+r[1]-n))}return t(e)}}},1957:(e,t,n)=>{var r="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g;e.exports=r},9607:(e,t,n)=>{var r=n(2705),o=Object.prototype,a=o.hasOwnProperty,i=o.toString,l=r?r.toStringTag:void 0;e.exports=function(e){var t=a.call(e,l),n=e[l];try{e[l]=void 0;var r=!0}catch(e){}var o=i.call(e);return r&&(t?e[l]=n:delete e[l]),o}},5776:e=>{var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,n){var r=typeof e;return!!(n=null==n?9007199254740991:n)&&("number"==r||"symbol"!=r&&t.test(e))&&e>-1&&e%1==0&&e{var r=n(7813),o=n(1240),a=n(5776),i=n(3218);e.exports=function(e,t,n){if(!i(n))return!1;var l=typeof t;return!!("number"==l?o(n)&&a(t,n.length):"string"==l&&t in n)&&r(n[t],e)}},2333:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},5639:(e,t,n)=>{var r=n(1957),o="object"==typeof self&&self&&self.Object===Object&&self,a=r||o||Function("return this")();e.exports=a},7990:e=>{var t=/\s/;e.exports=function(e){for(var n=e.length;n--&&t.test(e.charAt(n)););return n}},3279:(e,t,n)=>{var r=n(3218),o=n(7771),a=n(4841),i=Math.max,l=Math.min;e.exports=function(e,t,n){var s,u,c,f,d,p,h=0,m=!1,g=!1,v=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=s,r=u;return s=u=void 0,h=t,f=e.apply(r,n)}function b(e){var n=e-p;return void 0===p||n>=t||n<0||g&&e-h>=c}function w(){var e=o();if(b(e))return k(e);d=setTimeout(w,function(e){var n=t-(e-p);return g?l(n,c-(e-h)):n}(e))}function k(e){return d=void 0,v&&s?y(e):(s=u=void 0,f)}function x(){var e=o(),n=b(e);if(s=arguments,u=this,p=e,n){if(void 0===d)return function(e){return h=e,d=setTimeout(w,t),m?y(e):f}(p);if(g)return clearTimeout(d),d=setTimeout(w,t),y(p)}return void 0===d&&(d=setTimeout(w,t)),f}return t=a(t)||0,r(n)&&(m=!!n.leading,c=(g="maxWait"in n)?i(a(n.maxWait)||0,t):c,v="trailing"in n?!!n.trailing:v),x.cancel=function(){void 0!==d&&clearTimeout(d),h=0,s=p=u=d=void 0},x.flush=function(){return void 0===d?f:k(o())},x}},7813:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},1469:e=>{var t=Array.isArray;e.exports=t},1240:(e,t,n)=>{var r=n(3560),o=n(1780);e.exports=function(e){return null!=e&&o(e.length)&&!r(e)}},3560:(e,t,n)=>{var r=n(4239),o=n(3218);e.exports=function(e){if(!o(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},1780:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},3218:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},7005:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},3448:(e,t,n)=>{var r=n(4239),o=n(7005);e.exports=function(e){return"symbol"==typeof e||o(e)&&"[object Symbol]"==r(e)}},6486:function(e,t,n){var r;e=n.nmd(e),function(){var o,a="Expected a function",i="__lodash_hash_undefined__",l="__lodash_placeholder__",s=32,u=128,c=1/0,f=9007199254740991,d=NaN,p=4294967295,h=[["ary",u],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",s],["partialRight",64],["rearg",256]],m="[object Arguments]",g="[object Array]",v="[object Boolean]",y="[object Date]",b="[object Error]",w="[object Function]",k="[object GeneratorFunction]",x="[object Map]",S="[object Number]",E="[object Object]",_="[object Promise]",C="[object RegExp]",O="[object Set]",T="[object String]",N="[object Symbol]",P="[object WeakMap]",R="[object ArrayBuffer]",L="[object DataView]",I="[object Float32Array]",z="[object Float64Array]",j="[object Int8Array]",M="[object Int16Array]",A="[object Int32Array]",D="[object Uint8Array]",F="[object Uint8ClampedArray]",B="[object Uint16Array]",V="[object Uint32Array]",U=/\b__p \+= '';/g,H=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,$=/&(?:amp|lt|gt|quot|#39);/g,q=/[&<>"']/g,K=RegExp($.source),Q=RegExp(q.source),G=/<%-([\s\S]+?)%>/g,Y=/<%([\s\S]+?)%>/g,X=/<%=([\s\S]+?)%>/g,Z=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,J=/^\w*$/,ee=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,te=/[\\^$.*+?()[\]{}|]/g,ne=RegExp(te.source),re=/^\s+/,oe=/\s/,ae=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ie=/\{\n\/\* \[wrapped with (.+)\] \*/,le=/,? & /,se=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ue=/[()=,{}\[\]\/\s]/,ce=/\\(\\)?/g,fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,de=/\w*$/,pe=/^[-+]0x[0-9a-f]+$/i,he=/^0b[01]+$/i,me=/^\[object .+?Constructor\]$/,ge=/^0o[0-7]+$/i,ve=/^(?:0|[1-9]\d*)$/,ye=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,we=/['\n\r\u2028\u2029\\]/g,ke="\\ud800-\\udfff",xe="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Se="\\u2700-\\u27bf",Ee="a-z\\xdf-\\xf6\\xf8-\\xff",_e="A-Z\\xc0-\\xd6\\xd8-\\xde",Ce="\\ufe0e\\ufe0f",Oe="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Te="["+ke+"]",Ne="["+Oe+"]",Pe="["+xe+"]",Re="\\d+",Le="["+Se+"]",Ie="["+Ee+"]",ze="[^"+ke+Oe+Re+Se+Ee+_e+"]",je="\\ud83c[\\udffb-\\udfff]",Me="[^"+ke+"]",Ae="(?:\\ud83c[\\udde6-\\uddff]){2}",De="[\\ud800-\\udbff][\\udc00-\\udfff]",Fe="["+_e+"]",Be="\\u200d",Ve="(?:"+Ie+"|"+ze+")",Ue="(?:"+Fe+"|"+ze+")",He="(?:['’](?:d|ll|m|re|s|t|ve))?",We="(?:['’](?:D|LL|M|RE|S|T|VE))?",$e="(?:"+Pe+"|"+je+")?",qe="["+Ce+"]?",Ke=qe+$e+"(?:"+Be+"(?:"+[Me,Ae,De].join("|")+")"+qe+$e+")*",Qe="(?:"+[Le,Ae,De].join("|")+")"+Ke,Ge="(?:"+[Me+Pe+"?",Pe,Ae,De,Te].join("|")+")",Ye=RegExp("['’]","g"),Xe=RegExp(Pe,"g"),Ze=RegExp(je+"(?="+je+")|"+Ge+Ke,"g"),Je=RegExp([Fe+"?"+Ie+"+"+He+"(?="+[Ne,Fe,"$"].join("|")+")",Ue+"+"+We+"(?="+[Ne,Fe+Ve,"$"].join("|")+")",Fe+"?"+Ve+"+"+He,Fe+"+"+We,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Re,Qe].join("|"),"g"),et=RegExp("["+Be+ke+xe+Ce+"]"),tt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,nt=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],rt=-1,ot={};ot[I]=ot[z]=ot[j]=ot[M]=ot[A]=ot[D]=ot[F]=ot[B]=ot[V]=!0,ot[m]=ot[g]=ot[R]=ot[v]=ot[L]=ot[y]=ot[b]=ot[w]=ot[x]=ot[S]=ot[E]=ot[C]=ot[O]=ot[T]=ot[P]=!1;var at={};at[m]=at[g]=at[R]=at[L]=at[v]=at[y]=at[I]=at[z]=at[j]=at[M]=at[A]=at[x]=at[S]=at[E]=at[C]=at[O]=at[T]=at[N]=at[D]=at[F]=at[B]=at[V]=!0,at[b]=at[w]=at[P]=!1;var it={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},lt=parseFloat,st=parseInt,ut="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,ct="object"==typeof self&&self&&self.Object===Object&&self,ft=ut||ct||Function("return this")(),dt=t&&!t.nodeType&&t,pt=dt&&e&&!e.nodeType&&e,ht=pt&&pt.exports===dt,mt=ht&&ut.process,gt=function(){try{return pt&&pt.require&&pt.require("util").types||mt&&mt.binding&&mt.binding("util")}catch(e){}}(),vt=gt&>.isArrayBuffer,yt=gt&>.isDate,bt=gt&>.isMap,wt=gt&>.isRegExp,kt=gt&>.isSet,xt=gt&>.isTypedArray;function St(e,t,n){switch(n.length){case 0:return e.call(t);case 1:return e.call(t,n[0]);case 2:return e.call(t,n[0],n[1]);case 3:return e.call(t,n[0],n[1],n[2])}return e.apply(t,n)}function Et(e,t,n,r){for(var o=-1,a=null==e?0:e.length;++o-1}function Pt(e,t,n){for(var r=-1,o=null==e?0:e.length;++r-1;);return n}function Jt(e,t){for(var n=e.length;n--&&Ft(t,e[n],0)>-1;);return n}var en=Wt({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),tn=Wt({"&":"&","<":"<",">":">",'"':""","'":"'"});function nn(e){return"\\"+it[e]}function rn(e){return et.test(e)}function on(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function an(e,t){return function(n){return e(t(n))}}function ln(e,t){for(var n=-1,r=e.length,o=0,a=[];++n",""":'"',"'":"'"}),hn=function e(t){var n,r=(t=null==t?ft:hn.defaults(ft.Object(),t,hn.pick(ft,nt))).Array,oe=t.Date,ke=t.Error,xe=t.Function,Se=t.Math,Ee=t.Object,_e=t.RegExp,Ce=t.String,Oe=t.TypeError,Te=r.prototype,Ne=xe.prototype,Pe=Ee.prototype,Re=t["__core-js_shared__"],Le=Ne.toString,Ie=Pe.hasOwnProperty,ze=0,je=(n=/[^.]+$/.exec(Re&&Re.keys&&Re.keys.IE_PROTO||""))?"Symbol(src)_1."+n:"",Me=Pe.toString,Ae=Le.call(Ee),De=ft._,Fe=_e("^"+Le.call(Ie).replace(te,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Be=ht?t.Buffer:o,Ve=t.Symbol,Ue=t.Uint8Array,He=Be?Be.allocUnsafe:o,We=an(Ee.getPrototypeOf,Ee),$e=Ee.create,qe=Pe.propertyIsEnumerable,Ke=Te.splice,Qe=Ve?Ve.isConcatSpreadable:o,Ge=Ve?Ve.iterator:o,Ze=Ve?Ve.toStringTag:o,et=function(){try{var e=ua(Ee,"defineProperty");return e({},"",{}),e}catch(e){}}(),it=t.clearTimeout!==ft.clearTimeout&&t.clearTimeout,ut=oe&&oe.now!==ft.Date.now&&oe.now,ct=t.setTimeout!==ft.setTimeout&&t.setTimeout,dt=Se.ceil,pt=Se.floor,mt=Ee.getOwnPropertySymbols,gt=Be?Be.isBuffer:o,Mt=t.isFinite,Wt=Te.join,mn=an(Ee.keys,Ee),gn=Se.max,vn=Se.min,yn=oe.now,bn=t.parseInt,wn=Se.random,kn=Te.reverse,xn=ua(t,"DataView"),Sn=ua(t,"Map"),En=ua(t,"Promise"),_n=ua(t,"Set"),Cn=ua(t,"WeakMap"),On=ua(Ee,"create"),Tn=Cn&&new Cn,Nn={},Pn=Aa(xn),Rn=Aa(Sn),Ln=Aa(En),In=Aa(_n),zn=Aa(Cn),jn=Ve?Ve.prototype:o,Mn=jn?jn.valueOf:o,An=jn?jn.toString:o;function Dn(e){if(el(e)&&!Hi(e)&&!(e instanceof Un)){if(e instanceof Vn)return e;if(Ie.call(e,"__wrapped__"))return Da(e)}return new Vn(e)}var Fn=function(){function e(){}return function(t){if(!Ji(t))return{};if($e)return $e(t);e.prototype=t;var n=new e;return e.prototype=o,n}}();function Bn(){}function Vn(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=o}function Un(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=p,this.__views__=[]}function Hn(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t=t?e:t)),e}function ir(e,t,n,r,a,i){var l,s=1&t,u=2&t,c=4&t;if(n&&(l=a?n(e,r,a,i):n(e)),l!==o)return l;if(!Ji(e))return e;var f=Hi(e);if(f){if(l=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&Ie.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!s)return Oo(e,l)}else{var d=da(e),p=d==w||d==k;if(Ki(e))return ko(e,s);if(d==E||d==m||p&&!a){if(l=u||p?{}:ha(e),!s)return u?function(e,t){return To(e,fa(e),t)}(e,function(e,t){return e&&To(t,Rl(t),e)}(l,e)):function(e,t){return To(e,ca(e),t)}(e,nr(l,e))}else{if(!at[d])return a?e:{};l=function(e,t,n){var r,o=e.constructor;switch(t){case R:return xo(e);case v:case y:return new o(+e);case L:return function(e,t){var n=t?xo(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case I:case z:case j:case M:case A:case D:case F:case B:case V:return So(e,n);case x:return new o;case S:case T:return new o(e);case C:return function(e){var t=new e.constructor(e.source,de.exec(e));return t.lastIndex=e.lastIndex,t}(e);case O:return new o;case N:return r=e,Mn?Ee(Mn.call(r)):{}}}(e,d,s)}}i||(i=new Kn);var h=i.get(e);if(h)return h;i.set(e,l),al(e)?e.forEach((function(r){l.add(ir(r,t,n,r,e,i))})):tl(e)&&e.forEach((function(r,o){l.set(o,ir(r,t,n,o,e,i))}));var g=f?o:(c?u?na:ta:u?Rl:Pl)(e);return _t(g||e,(function(r,o){g&&(r=e[o=r]),Jn(l,o,ir(r,t,n,o,e,i))})),l}function lr(e,t,n){var r=n.length;if(null==e)return!r;for(e=Ee(e);r--;){var a=n[r],i=t[a],l=e[a];if(l===o&&!(a in e)||!i(l))return!1}return!0}function sr(e,t,n){if("function"!=typeof e)throw new Oe(a);return Ta((function(){e.apply(o,n)}),t)}function ur(e,t,n,r){var o=-1,a=Nt,i=!0,l=e.length,s=[],u=t.length;if(!l)return s;n&&(t=Rt(t,Gt(n))),r?(a=Pt,i=!1):t.length>=200&&(a=Xt,i=!1,t=new qn(t));e:for(;++o-1},Wn.prototype.set=function(e,t){var n=this.__data__,r=er(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},$n.prototype.clear=function(){this.size=0,this.__data__={hash:new Hn,map:new(Sn||Wn),string:new Hn}},$n.prototype.delete=function(e){var t=la(this,e).delete(e);return this.size-=t?1:0,t},$n.prototype.get=function(e){return la(this,e).get(e)},$n.prototype.has=function(e){return la(this,e).has(e)},$n.prototype.set=function(e,t){var n=la(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},qn.prototype.add=qn.prototype.push=function(e){return this.__data__.set(e,i),this},qn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.clear=function(){this.__data__=new Wn,this.size=0},Kn.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},Kn.prototype.get=function(e){return this.__data__.get(e)},Kn.prototype.has=function(e){return this.__data__.has(e)},Kn.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Wn){var r=n.__data__;if(!Sn||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new $n(r)}return n.set(e,t),this.size=n.size,this};var cr=Ro(yr),fr=Ro(br,!0);function dr(e,t){var n=!0;return cr(e,(function(e,r,o){return n=!!t(e,r,o)})),n}function pr(e,t,n){for(var r=-1,a=e.length;++r0&&n(l)?t>1?mr(l,t-1,n,r,o):Lt(o,l):r||(o[o.length]=l)}return o}var gr=Lo(),vr=Lo(!0);function yr(e,t){return e&&gr(e,t,Pl)}function br(e,t){return e&&vr(e,t,Pl)}function wr(e,t){return Tt(t,(function(t){return Yi(e[t])}))}function kr(e,t){for(var n=0,r=(t=vo(t,e)).length;null!=e&&nt}function _r(e,t){return null!=e&&Ie.call(e,t)}function Cr(e,t){return null!=e&&t in Ee(e)}function Or(e,t,n){for(var a=n?Pt:Nt,i=e[0].length,l=e.length,s=l,u=r(l),c=1/0,f=[];s--;){var d=e[s];s&&t&&(d=Rt(d,Gt(t))),c=vn(d.length,c),u[s]=!n&&(t||i>=120&&d.length>=120)?new qn(s&&d):o}d=e[0];var p=-1,h=u[0];e:for(;++p=l?s:s*("desc"==n[r]?-1:1)}return e.index-t.index}(e,t,n)}));r--;)e[r]=e[r].value;return e}(o)}function Ur(e,t,n){for(var r=-1,o=t.length,a={};++r-1;)l!==e&&Ke.call(l,s,1),Ke.call(e,s,1);return e}function Wr(e,t){for(var n=e?t.length:0,r=n-1;n--;){var o=t[n];if(n==r||o!==a){var a=o;ga(o)?Ke.call(e,o,1):so(e,o)}}return e}function $r(e,t){return e+pt(wn()*(t-e+1))}function qr(e,t){var n="";if(!e||t<1||t>f)return n;do{t%2&&(n+=e),(t=pt(t/2))&&(e+=e)}while(t);return n}function Kr(e,t){return Na(Ea(e,t,ns),e+"")}function Qr(e){return Gn(Fl(e))}function Gr(e,t){var n=Fl(e);return La(n,ar(t,0,n.length))}function Yr(e,t,n,r){if(!Ji(e))return e;for(var a=-1,i=(t=vo(t,e)).length,l=i-1,s=e;null!=s&&++aa?0:a+t),(n=n>a?a:n)<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var i=r(a);++o>>1,i=e[a];null!==i&&!ll(i)&&(n?i<=t:i=200){var u=t?null:Ko(e);if(u)return sn(u);i=!1,o=Xt,s=new qn}else s=t?[]:l;e:for(;++r=r?e:eo(e,t,n)}var wo=it||function(e){return ft.clearTimeout(e)};function ko(e,t){if(t)return e.slice();var n=e.length,r=He?He(n):new e.constructor(n);return e.copy(r),r}function xo(e){var t=new e.constructor(e.byteLength);return new Ue(t).set(new Ue(e)),t}function So(e,t){var n=t?xo(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}function Eo(e,t){if(e!==t){var n=e!==o,r=null===e,a=e==e,i=ll(e),l=t!==o,s=null===t,u=t==t,c=ll(t);if(!s&&!c&&!i&&e>t||i&&l&&u&&!s&&!c||r&&l&&u||!n&&u||!a)return 1;if(!r&&!i&&!c&&e1?n[a-1]:o,l=a>2?n[2]:o;for(i=e.length>3&&"function"==typeof i?(a--,i):o,l&&va(n[0],n[1],l)&&(i=a<3?o:i,a=1),t=Ee(t);++r-1?a[i?t[l]:l]:o}}function Ao(e){return ea((function(t){var n=t.length,r=n,i=Vn.prototype.thru;for(e&&t.reverse();r--;){var l=t[r];if("function"!=typeof l)throw new Oe(a);if(i&&!s&&"wrapper"==oa(l))var s=new Vn([],!0)}for(r=s?r:n;++r1&&w.reverse(),p&&fs))return!1;var c=i.get(e),f=i.get(t);if(c&&f)return c==t&&f==e;var d=-1,p=!0,h=2&n?new qn:o;for(i.set(e,t),i.set(t,e);++d-1&&e%1==0&&e1?"& ":"")+t[r],t=t.join(n>2?", ":" "),e.replace(ae,"{\n/* [wrapped with "+t+"] */\n")}(r,function(e,t){return _t(h,(function(n){var r="_."+n[0];t&n[1]&&!Nt(e,r)&&e.push(r)})),e.sort()}(function(e){var t=e.match(ie);return t?t[1].split(le):[]}(r),n)))}function Ra(e){var t=0,n=0;return function(){var r=yn(),a=16-(r-n);if(n=r,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(o,arguments)}}function La(e,t){var n=-1,r=e.length,a=r-1;for(t=t===o?r:t;++n1?e[t-1]:o;return n="function"==typeof n?(e.pop(),n):o,oi(e,n)}));function fi(e){var t=Dn(e);return t.__chain__=!0,t}function di(e,t){return t(e)}var pi=ea((function(e){var t=e.length,n=t?e[0]:0,r=this.__wrapped__,a=function(t){return or(t,e)};return!(t>1||this.__actions__.length)&&r instanceof Un&&ga(n)?((r=r.slice(n,+n+(t?1:0))).__actions__.push({func:di,args:[a],thisArg:o}),new Vn(r,this.__chain__).thru((function(e){return t&&!e.length&&e.push(o),e}))):this.thru(a)})),hi=No((function(e,t,n){Ie.call(e,n)?++e[n]:rr(e,n,1)})),mi=Mo(Ua),gi=Mo(Ha);function vi(e,t){return(Hi(e)?_t:cr)(e,ia(t,3))}function yi(e,t){return(Hi(e)?Ct:fr)(e,ia(t,3))}var bi=No((function(e,t,n){Ie.call(e,n)?e[n].push(t):rr(e,n,[t])})),wi=Kr((function(e,t,n){var o=-1,a="function"==typeof t,i=$i(e)?r(e.length):[];return cr(e,(function(e){i[++o]=a?St(t,e,n):Tr(e,t,n)})),i})),ki=No((function(e,t,n){rr(e,n,t)}));function xi(e,t){return(Hi(e)?Rt:Mr)(e,ia(t,3))}var Si=No((function(e,t,n){e[n?0:1].push(t)}),(function(){return[[],[]]})),Ei=Kr((function(e,t){if(null==e)return[];var n=t.length;return n>1&&va(e,t[0],t[1])?t=[]:n>2&&va(t[0],t[1],t[2])&&(t=[t[0]]),Vr(e,mr(t,1),[])})),_i=ut||function(){return ft.Date.now()};function Ci(e,t,n){return t=n?o:t,t=e&&null==t?e.length:t,Go(e,u,o,o,o,o,t)}function Oi(e,t){var n;if("function"!=typeof t)throw new Oe(a);return e=pl(e),function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=o),n}}var Ti=Kr((function(e,t,n){var r=1;if(n.length){var o=ln(n,aa(Ti));r|=s}return Go(e,r,t,n,o)})),Ni=Kr((function(e,t,n){var r=3;if(n.length){var o=ln(n,aa(Ni));r|=s}return Go(t,r,e,n,o)}));function Pi(e,t,n){var r,i,l,s,u,c,f=0,d=!1,p=!1,h=!0;if("function"!=typeof e)throw new Oe(a);function m(t){var n=r,a=i;return r=i=o,f=t,s=e.apply(a,n)}function g(e){var n=e-c;return c===o||n>=t||n<0||p&&e-f>=l}function v(){var e=_i();if(g(e))return y(e);u=Ta(v,function(e){var n=t-(e-c);return p?vn(n,l-(e-f)):n}(e))}function y(e){return u=o,h&&r?m(e):(r=i=o,s)}function b(){var e=_i(),n=g(e);if(r=arguments,i=this,c=e,n){if(u===o)return function(e){return f=e,u=Ta(v,t),d?m(e):s}(c);if(p)return wo(u),u=Ta(v,t),m(c)}return u===o&&(u=Ta(v,t)),s}return t=ml(t)||0,Ji(n)&&(d=!!n.leading,l=(p="maxWait"in n)?gn(ml(n.maxWait)||0,t):l,h="trailing"in n?!!n.trailing:h),b.cancel=function(){u!==o&&wo(u),f=0,r=c=i=u=o},b.flush=function(){return u===o?s:y(_i())},b}var Ri=Kr((function(e,t){return sr(e,1,t)})),Li=Kr((function(e,t,n){return sr(e,ml(t)||0,n)}));function Ii(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Oe(a);var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],a=n.cache;if(a.has(o))return a.get(o);var i=e.apply(this,r);return n.cache=a.set(o,i)||a,i};return n.cache=new(Ii.Cache||$n),n}function zi(e){if("function"!=typeof e)throw new Oe(a);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Ii.Cache=$n;var ji=yo((function(e,t){var n=(t=1==t.length&&Hi(t[0])?Rt(t[0],Gt(ia())):Rt(mr(t,1),Gt(ia()))).length;return Kr((function(r){for(var o=-1,a=vn(r.length,n);++o=t})),Ui=Nr(function(){return arguments}())?Nr:function(e){return el(e)&&Ie.call(e,"callee")&&!qe.call(e,"callee")},Hi=r.isArray,Wi=vt?Gt(vt):function(e){return el(e)&&Sr(e)==R};function $i(e){return null!=e&&Zi(e.length)&&!Yi(e)}function qi(e){return el(e)&&$i(e)}var Ki=gt||ms,Qi=yt?Gt(yt):function(e){return el(e)&&Sr(e)==y};function Gi(e){if(!el(e))return!1;var t=Sr(e);return t==b||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!rl(e)}function Yi(e){if(!Ji(e))return!1;var t=Sr(e);return t==w||t==k||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Xi(e){return"number"==typeof e&&e==pl(e)}function Zi(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=f}function Ji(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function el(e){return null!=e&&"object"==typeof e}var tl=bt?Gt(bt):function(e){return el(e)&&da(e)==x};function nl(e){return"number"==typeof e||el(e)&&Sr(e)==S}function rl(e){if(!el(e)||Sr(e)!=E)return!1;var t=We(e);if(null===t)return!0;var n=Ie.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&Le.call(n)==Ae}var ol=wt?Gt(wt):function(e){return el(e)&&Sr(e)==C},al=kt?Gt(kt):function(e){return el(e)&&da(e)==O};function il(e){return"string"==typeof e||!Hi(e)&&el(e)&&Sr(e)==T}function ll(e){return"symbol"==typeof e||el(e)&&Sr(e)==N}var sl=xt?Gt(xt):function(e){return el(e)&&Zi(e.length)&&!!ot[Sr(e)]},ul=Wo(jr),cl=Wo((function(e,t){return e<=t}));function fl(e){if(!e)return[];if($i(e))return il(e)?fn(e):Oo(e);if(Ge&&e[Ge])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Ge]());var t=da(e);return(t==x?on:t==O?sn:Fl)(e)}function dl(e){return e?(e=ml(e))===c||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function pl(e){var t=dl(e),n=t%1;return t==t?n?t-n:t:0}function hl(e){return e?ar(pl(e),0,p):0}function ml(e){if("number"==typeof e)return e;if(ll(e))return d;if(Ji(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Ji(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Qt(e);var n=he.test(e);return n||ge.test(e)?st(e.slice(2),n?2:8):pe.test(e)?d:+e}function gl(e){return To(e,Rl(e))}function vl(e){return null==e?"":io(e)}var yl=Po((function(e,t){if(ka(t)||$i(t))To(t,Pl(t),e);else for(var n in t)Ie.call(t,n)&&Jn(e,n,t[n])})),bl=Po((function(e,t){To(t,Rl(t),e)})),wl=Po((function(e,t,n,r){To(t,Rl(t),e,r)})),kl=Po((function(e,t,n,r){To(t,Pl(t),e,r)})),xl=ea(or),Sl=Kr((function(e,t){e=Ee(e);var n=-1,r=t.length,a=r>2?t[2]:o;for(a&&va(t[0],t[1],a)&&(r=1);++n1),t})),To(e,na(e),n),r&&(n=ir(n,7,Zo));for(var o=t.length;o--;)so(n,t[o]);return n})),jl=ea((function(e,t){return null==e?{}:function(e,t){return Ur(e,t,(function(t,n){return Cl(e,n)}))}(e,t)}));function Ml(e,t){if(null==e)return{};var n=Rt(na(e),(function(e){return[e]}));return t=ia(t),Ur(e,n,(function(e,n){return t(e,n[0])}))}var Al=Qo(Pl),Dl=Qo(Rl);function Fl(e){return null==e?[]:Yt(e,Pl(e))}var Bl=zo((function(e,t,n){return t=t.toLowerCase(),e+(n?Vl(t):t)}));function Vl(e){return Gl(vl(e).toLowerCase())}function Ul(e){return(e=vl(e))&&e.replace(ye,en).replace(Xe,"")}var Hl=zo((function(e,t,n){return e+(n?"-":"")+t.toLowerCase()})),Wl=zo((function(e,t,n){return e+(n?" ":"")+t.toLowerCase()})),$l=Io("toLowerCase"),ql=zo((function(e,t,n){return e+(n?"_":"")+t.toLowerCase()})),Kl=zo((function(e,t,n){return e+(n?" ":"")+Gl(t)})),Ql=zo((function(e,t,n){return e+(n?" ":"")+t.toUpperCase()})),Gl=Io("toUpperCase");function Yl(e,t,n){return e=vl(e),(t=n?o:t)===o?function(e){return tt.test(e)}(e)?function(e){return e.match(Je)||[]}(e):function(e){return e.match(se)||[]}(e):e.match(t)||[]}var Xl=Kr((function(e,t){try{return St(e,o,t)}catch(e){return Gi(e)?e:new ke(e)}})),Zl=ea((function(e,t){return _t(t,(function(t){t=Ma(t),rr(e,t,Ti(e[t],e))})),e}));function Jl(e){return function(){return e}}var es=Ao(),ts=Ao(!0);function ns(e){return e}function rs(e){return Ir("function"==typeof e?e:ir(e,1))}var os=Kr((function(e,t){return function(n){return Tr(n,e,t)}})),as=Kr((function(e,t){return function(n){return Tr(e,n,t)}}));function is(e,t,n){var r=Pl(t),o=wr(t,r);null!=n||Ji(t)&&(o.length||!r.length)||(n=t,t=e,e=this,o=wr(t,Pl(t)));var a=!(Ji(n)&&"chain"in n&&!n.chain),i=Yi(e);return _t(o,(function(n){var r=t[n];e[n]=r,i&&(e.prototype[n]=function(){var t=this.__chain__;if(a||t){var n=e(this.__wrapped__);return(n.__actions__=Oo(this.__actions__)).push({func:r,args:arguments,thisArg:e}),n.__chain__=t,n}return r.apply(e,Lt([this.value()],arguments))})})),e}function ls(){}var ss=Vo(Rt),us=Vo(Ot),cs=Vo(jt);function fs(e){return ya(e)?Ht(Ma(e)):function(e){return function(t){return kr(t,e)}}(e)}var ds=Ho(),ps=Ho(!0);function hs(){return[]}function ms(){return!1}var gs,vs=Bo((function(e,t){return e+t}),0),ys=qo("ceil"),bs=Bo((function(e,t){return e/t}),1),ws=qo("floor"),ks=Bo((function(e,t){return e*t}),1),xs=qo("round"),Ss=Bo((function(e,t){return e-t}),0);return Dn.after=function(e,t){if("function"!=typeof t)throw new Oe(a);return e=pl(e),function(){if(--e<1)return t.apply(this,arguments)}},Dn.ary=Ci,Dn.assign=yl,Dn.assignIn=bl,Dn.assignInWith=wl,Dn.assignWith=kl,Dn.at=xl,Dn.before=Oi,Dn.bind=Ti,Dn.bindAll=Zl,Dn.bindKey=Ni,Dn.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Hi(e)?e:[e]},Dn.chain=fi,Dn.chunk=function(e,t,n){t=(n?va(e,t,n):t===o)?1:gn(pl(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var i=0,l=0,s=r(dt(a/t));ia?0:a+n),(r=r===o||r>a?a:pl(r))<0&&(r+=a),r=n>r?0:hl(r);n>>0)?(e=vl(e))&&("string"==typeof t||null!=t&&!ol(t))&&!(t=io(t))&&rn(e)?bo(fn(e),0,n):e.split(t,n):[]},Dn.spread=function(e,t){if("function"!=typeof e)throw new Oe(a);return t=null==t?0:gn(pl(t),0),Kr((function(n){var r=n[t],o=bo(n,0,t);return r&&Lt(o,r),St(e,this,o)}))},Dn.tail=function(e){var t=null==e?0:e.length;return t?eo(e,1,t):[]},Dn.take=function(e,t,n){return e&&e.length?eo(e,0,(t=n||t===o?1:pl(t))<0?0:t):[]},Dn.takeRight=function(e,t,n){var r=null==e?0:e.length;return r?eo(e,(t=r-(t=n||t===o?1:pl(t)))<0?0:t,r):[]},Dn.takeRightWhile=function(e,t){return e&&e.length?co(e,ia(t,3),!1,!0):[]},Dn.takeWhile=function(e,t){return e&&e.length?co(e,ia(t,3)):[]},Dn.tap=function(e,t){return t(e),e},Dn.throttle=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new Oe(a);return Ji(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),Pi(e,t,{leading:r,maxWait:t,trailing:o})},Dn.thru=di,Dn.toArray=fl,Dn.toPairs=Al,Dn.toPairsIn=Dl,Dn.toPath=function(e){return Hi(e)?Rt(e,Ma):ll(e)?[e]:Oo(ja(vl(e)))},Dn.toPlainObject=gl,Dn.transform=function(e,t,n){var r=Hi(e),o=r||Ki(e)||sl(e);if(t=ia(t,4),null==n){var a=e&&e.constructor;n=o?r?new a:[]:Ji(e)&&Yi(a)?Fn(We(e)):{}}return(o?_t:yr)(e,(function(e,r,o){return t(n,e,r,o)})),n},Dn.unary=function(e){return Ci(e,1)},Dn.union=ei,Dn.unionBy=ti,Dn.unionWith=ni,Dn.uniq=function(e){return e&&e.length?lo(e):[]},Dn.uniqBy=function(e,t){return e&&e.length?lo(e,ia(t,2)):[]},Dn.uniqWith=function(e,t){return t="function"==typeof t?t:o,e&&e.length?lo(e,o,t):[]},Dn.unset=function(e,t){return null==e||so(e,t)},Dn.unzip=ri,Dn.unzipWith=oi,Dn.update=function(e,t,n){return null==e?e:uo(e,t,go(n))},Dn.updateWith=function(e,t,n,r){return r="function"==typeof r?r:o,null==e?e:uo(e,t,go(n),r)},Dn.values=Fl,Dn.valuesIn=function(e){return null==e?[]:Yt(e,Rl(e))},Dn.without=ai,Dn.words=Yl,Dn.wrap=function(e,t){return Mi(go(t),e)},Dn.xor=ii,Dn.xorBy=li,Dn.xorWith=si,Dn.zip=ui,Dn.zipObject=function(e,t){return ho(e||[],t||[],Jn)},Dn.zipObjectDeep=function(e,t){return ho(e||[],t||[],Yr)},Dn.zipWith=ci,Dn.entries=Al,Dn.entriesIn=Dl,Dn.extend=bl,Dn.extendWith=wl,is(Dn,Dn),Dn.add=vs,Dn.attempt=Xl,Dn.camelCase=Bl,Dn.capitalize=Vl,Dn.ceil=ys,Dn.clamp=function(e,t,n){return n===o&&(n=t,t=o),n!==o&&(n=(n=ml(n))==n?n:0),t!==o&&(t=(t=ml(t))==t?t:0),ar(ml(e),t,n)},Dn.clone=function(e){return ir(e,4)},Dn.cloneDeep=function(e){return ir(e,5)},Dn.cloneDeepWith=function(e,t){return ir(e,5,t="function"==typeof t?t:o)},Dn.cloneWith=function(e,t){return ir(e,4,t="function"==typeof t?t:o)},Dn.conformsTo=function(e,t){return null==t||lr(e,t,Pl(t))},Dn.deburr=Ul,Dn.defaultTo=function(e,t){return null==e||e!=e?t:e},Dn.divide=bs,Dn.endsWith=function(e,t,n){e=vl(e),t=io(t);var r=e.length,a=n=n===o?r:ar(pl(n),0,r);return(n-=t.length)>=0&&e.slice(n,a)==t},Dn.eq=Fi,Dn.escape=function(e){return(e=vl(e))&&Q.test(e)?e.replace(q,tn):e},Dn.escapeRegExp=function(e){return(e=vl(e))&&ne.test(e)?e.replace(te,"\\$&"):e},Dn.every=function(e,t,n){var r=Hi(e)?Ot:dr;return n&&va(e,t,n)&&(t=o),r(e,ia(t,3))},Dn.find=mi,Dn.findIndex=Ua,Dn.findKey=function(e,t){return At(e,ia(t,3),yr)},Dn.findLast=gi,Dn.findLastIndex=Ha,Dn.findLastKey=function(e,t){return At(e,ia(t,3),br)},Dn.floor=ws,Dn.forEach=vi,Dn.forEachRight=yi,Dn.forIn=function(e,t){return null==e?e:gr(e,ia(t,3),Rl)},Dn.forInRight=function(e,t){return null==e?e:vr(e,ia(t,3),Rl)},Dn.forOwn=function(e,t){return e&&yr(e,ia(t,3))},Dn.forOwnRight=function(e,t){return e&&br(e,ia(t,3))},Dn.get=_l,Dn.gt=Bi,Dn.gte=Vi,Dn.has=function(e,t){return null!=e&&pa(e,t,_r)},Dn.hasIn=Cl,Dn.head=$a,Dn.identity=ns,Dn.includes=function(e,t,n,r){e=$i(e)?e:Fl(e),n=n&&!r?pl(n):0;var o=e.length;return n<0&&(n=gn(o+n,0)),il(e)?n<=o&&e.indexOf(t,n)>-1:!!o&&Ft(e,t,n)>-1},Dn.indexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var o=null==n?0:pl(n);return o<0&&(o=gn(r+o,0)),Ft(e,t,o)},Dn.inRange=function(e,t,n){return t=dl(t),n===o?(n=t,t=0):n=dl(n),function(e,t,n){return e>=vn(t,n)&&e=-9007199254740991&&e<=f},Dn.isSet=al,Dn.isString=il,Dn.isSymbol=ll,Dn.isTypedArray=sl,Dn.isUndefined=function(e){return e===o},Dn.isWeakMap=function(e){return el(e)&&da(e)==P},Dn.isWeakSet=function(e){return el(e)&&"[object WeakSet]"==Sr(e)},Dn.join=function(e,t){return null==e?"":Wt.call(e,t)},Dn.kebabCase=Hl,Dn.last=Ga,Dn.lastIndexOf=function(e,t,n){var r=null==e?0:e.length;if(!r)return-1;var a=r;return n!==o&&(a=(a=pl(n))<0?gn(r+a,0):vn(a,r-1)),t==t?function(e,t,n){for(var r=n+1;r--;)if(e[r]===t)return r;return r}(e,t,a):Dt(e,Vt,a,!0)},Dn.lowerCase=Wl,Dn.lowerFirst=$l,Dn.lt=ul,Dn.lte=cl,Dn.max=function(e){return e&&e.length?pr(e,ns,Er):o},Dn.maxBy=function(e,t){return e&&e.length?pr(e,ia(t,2),Er):o},Dn.mean=function(e){return Ut(e,ns)},Dn.meanBy=function(e,t){return Ut(e,ia(t,2))},Dn.min=function(e){return e&&e.length?pr(e,ns,jr):o},Dn.minBy=function(e,t){return e&&e.length?pr(e,ia(t,2),jr):o},Dn.stubArray=hs,Dn.stubFalse=ms,Dn.stubObject=function(){return{}},Dn.stubString=function(){return""},Dn.stubTrue=function(){return!0},Dn.multiply=ks,Dn.nth=function(e,t){return e&&e.length?Br(e,pl(t)):o},Dn.noConflict=function(){return ft._===this&&(ft._=De),this},Dn.noop=ls,Dn.now=_i,Dn.pad=function(e,t,n){e=vl(e);var r=(t=pl(t))?cn(e):0;if(!t||r>=t)return e;var o=(t-r)/2;return Uo(pt(o),n)+e+Uo(dt(o),n)},Dn.padEnd=function(e,t,n){e=vl(e);var r=(t=pl(t))?cn(e):0;return t&&rt){var r=e;e=t,t=r}if(n||e%1||t%1){var a=wn();return vn(e+a*(t-e+lt("1e-"+((a+"").length-1))),t)}return $r(e,t)},Dn.reduce=function(e,t,n){var r=Hi(e)?It:$t,o=arguments.length<3;return r(e,ia(t,4),n,o,cr)},Dn.reduceRight=function(e,t,n){var r=Hi(e)?zt:$t,o=arguments.length<3;return r(e,ia(t,4),n,o,fr)},Dn.repeat=function(e,t,n){return t=(n?va(e,t,n):t===o)?1:pl(t),qr(vl(e),t)},Dn.replace=function(){var e=arguments,t=vl(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Dn.result=function(e,t,n){var r=-1,a=(t=vo(t,e)).length;for(a||(a=1,e=o);++rf)return[];var n=p,r=vn(e,p);t=ia(t),e-=p;for(var o=Kt(r,t);++n=i)return e;var s=n-cn(r);if(s<1)return r;var u=l?bo(l,0,s).join(""):e.slice(0,s);if(a===o)return u+r;if(l&&(s+=u.length-s),ol(a)){if(e.slice(s).search(a)){var c,f=u;for(a.global||(a=_e(a.source,vl(de.exec(a))+"g")),a.lastIndex=0;c=a.exec(f);)var d=c.index;u=u.slice(0,d===o?s:d)}}else if(e.indexOf(io(a),s)!=s){var p=u.lastIndexOf(a);p>-1&&(u=u.slice(0,p))}return u+r},Dn.unescape=function(e){return(e=vl(e))&&K.test(e)?e.replace($,pn):e},Dn.uniqueId=function(e){var t=++ze;return vl(e)+t},Dn.upperCase=Ql,Dn.upperFirst=Gl,Dn.each=vi,Dn.eachRight=yi,Dn.first=$a,is(Dn,(gs={},yr(Dn,(function(e,t){Ie.call(Dn.prototype,t)||(gs[t]=e)})),gs),{chain:!1}),Dn.VERSION="4.17.21",_t(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Dn[e].placeholder=Dn})),_t(["drop","take"],(function(e,t){Un.prototype[e]=function(n){n=n===o?1:gn(pl(n),0);var r=this.__filtered__&&!t?new Un(this):this.clone();return r.__filtered__?r.__takeCount__=vn(n,r.__takeCount__):r.__views__.push({size:vn(n,p),type:e+(r.__dir__<0?"Right":"")}),r},Un.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),_t(["filter","map","takeWhile"],(function(e,t){var n=t+1,r=1==n||3==n;Un.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:ia(e,3),type:n}),t.__filtered__=t.__filtered__||r,t}})),_t(["head","last"],(function(e,t){var n="take"+(t?"Right":"");Un.prototype[e]=function(){return this[n](1).value()[0]}})),_t(["initial","tail"],(function(e,t){var n="drop"+(t?"":"Right");Un.prototype[e]=function(){return this.__filtered__?new Un(this):this[n](1)}})),Un.prototype.compact=function(){return this.filter(ns)},Un.prototype.find=function(e){return this.filter(e).head()},Un.prototype.findLast=function(e){return this.reverse().find(e)},Un.prototype.invokeMap=Kr((function(e,t){return"function"==typeof e?new Un(this):this.map((function(n){return Tr(n,e,t)}))})),Un.prototype.reject=function(e){return this.filter(zi(ia(e)))},Un.prototype.slice=function(e,t){e=pl(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Un(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==o&&(n=(t=pl(t))<0?n.dropRight(-t):n.take(t-e)),n)},Un.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Un.prototype.toArray=function(){return this.take(p)},yr(Un.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),r=/^(?:head|last)$/.test(t),a=Dn[r?"take"+("last"==t?"Right":""):t],i=r||/^find/.test(t);a&&(Dn.prototype[t]=function(){var t=this.__wrapped__,l=r?[1]:arguments,s=t instanceof Un,u=l[0],c=s||Hi(t),f=function(e){var t=a.apply(Dn,Lt([e],l));return r&&d?t[0]:t};c&&n&&"function"==typeof u&&1!=u.length&&(s=c=!1);var d=this.__chain__,p=!!this.__actions__.length,h=i&&!d,m=s&&!p;if(!i&&c){t=m?t:new Un(this);var g=e.apply(t,l);return g.__actions__.push({func:di,args:[f],thisArg:o}),new Vn(g,d)}return h&&m?e.apply(this,l):(g=this.thru(f),h?r?g.value()[0]:g.value():g)})})),_t(["pop","push","shift","sort","splice","unshift"],(function(e){var t=Te[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",r=/^(?:pop|shift)$/.test(e);Dn.prototype[e]=function(){var e=arguments;if(r&&!this.__chain__){var o=this.value();return t.apply(Hi(o)?o:[],e)}return this[n]((function(n){return t.apply(Hi(n)?n:[],e)}))}})),yr(Un.prototype,(function(e,t){var n=Dn[t];if(n){var r=n.name+"";Ie.call(Nn,r)||(Nn[r]=[]),Nn[r].push({name:t,func:n})}})),Nn[Do(o,2).name]=[{name:"wrapper",func:o}],Un.prototype.clone=function(){var e=new Un(this.__wrapped__);return e.__actions__=Oo(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Oo(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Oo(this.__views__),e},Un.prototype.reverse=function(){if(this.__filtered__){var e=new Un(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Un.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,n=Hi(e),r=t<0,o=n?e.length:0,a=function(e,t,n){for(var r=-1,o=n.length;++r=this.__values__.length;return{done:e,value:e?o:this.__values__[this.__index__++]}},Dn.prototype.plant=function(e){for(var t,n=this;n instanceof Bn;){var r=Da(n);r.__index__=0,r.__values__=o,t?a.__wrapped__=r:t=r;var a=r;n=n.__wrapped__}return a.__wrapped__=e,t},Dn.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Un){var t=e;return this.__actions__.length&&(t=new Un(this)),(t=t.reverse()).__actions__.push({func:di,args:[Ja],thisArg:o}),new Vn(t,this.__chain__)}return this.thru(Ja)},Dn.prototype.toJSON=Dn.prototype.valueOf=Dn.prototype.value=function(){return fo(this.__wrapped__,this.__actions__)},Dn.prototype.first=Dn.prototype.head,Ge&&(Dn.prototype[Ge]=function(){return this}),Dn}();ft._=hn,(r=function(){return hn}.call(t,n,t,e))===o||(e.exports=r)}.call(this)},7771:(e,t,n)=>{var r=n(5639);e.exports=function(){return r.Date.now()}},6026:(e,t,n)=>{var r=n(7445)();e.exports=r},9854:(e,t,n)=>{var r=n(9179)("round");e.exports=r},3493:(e,t,n)=>{var r=n(3279),o=n(3218);e.exports=function(e,t,n){var a=!0,i=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return o(n)&&(a="leading"in n?!!n.leading:a,i="trailing"in n?!!n.trailing:i),r(e,t,{leading:a,maxWait:t,trailing:i})}},8601:(e,t,n)=>{var r=n(4841);e.exports=function(e){return e?Infinity===(e=r(e))||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},554:(e,t,n)=>{var r=n(8601);e.exports=function(e){var t=r(e),n=t%1;return t==t?n?t-n:t:0}},4841:(e,t,n)=>{var r=n(7561),o=n(3218),a=n(3448),i=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,s=/^0o[0-7]+$/i,u=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(a(e))return NaN;if(o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=r(e);var n=l.test(e);return n||s.test(e)?u(e.slice(2),n?2:8):i.test(e)?NaN:+e}},9833:(e,t,n)=>{var r=n(531);e.exports=function(e){return null==e?"":r(e)}},7724:(e,t)=>{"use strict";class n{constructor(e,t=[]){this.ctx=e,this.exclude=t}static matches(e,t){const n="string"==typeof t?[t]:t,r=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(r){let t=!1;return n.every((n=>!r.call(e,n)||(t=!0,!1))),t}return!1}getContexts(){let e,t=[];return e=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],e.forEach((e=>{const n=t.filter((t=>t.contains(e))).length>0;-1!==t.indexOf(e)||n||t.push(e)})),t}createIterator(e,t,n){return document.createNodeIterator(e,t,n,!1)}getIteratorNode(e){const t=e.previousNode();let n;return n=(null===t||e.nextNode())&&e.nextNode(),{prevNode:t,node:n}}iterateThroughNodes(e,t,n,r,o){const a=this.createIterator(t,e,r);let i,l=[];const s=()=>this.getIteratorNode(a).node;for(;i=s();)l.push(i);l.forEach((e=>{n(e)})),o()}forEachNode(e,t,n,r=(()=>{})){const o=this.getContexts();let a=o.length;a||r(),o.forEach((o=>{this.iterateThroughNodes(e,o,t,n,(()=>{--a<=0&&r()}))}))}}t.Z=class{constructor(e){this.ctx=e,this.ie=!1;const t=window.navigator.userAgent;(t.indexOf("MSIE")>-1||t.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return this._iterator||(this._iterator=new n(this.ctx,this.opt.exclude)),this._iterator}log(e,t="debug"){const n=this.opt.log;this.opt.debug&&"object"==typeof n&&"function"==typeof n[t]&&n[t](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return"disabled"!==this.opt.wildcards&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),this.opt.ignoreJoiners&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),this.opt.ignoreJoiners&&(e=this.createIgnoreJoinersRegExp(e)),"disabled"!==this.opt.wildcards&&(e=this.createWildcardsRegExp(e)),this.createAccuracyRegExp(e)}createSynonymsRegExp(e){const t=this.opt.synonyms,n=this.opt.caseSensitive?"":"i";for(let r in t)if(t.hasOwnProperty(r)){const o=t[r],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(r):this.escapeStr(r),i="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(o):this.escapeStr(o);""!==a&&""!==i&&(e=e.replace(new RegExp(`(${a}|${i})`,`gm${n}`),`(${a}|${i})`))}return e}setupWildcardsRegExp(e){return(e=e.replace(/(?:\\)*\?/g,(e=>"\\"===e.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(e=>"\\"===e.charAt(0)?"*":""))}createWildcardsRegExp(e){let t="withSpaces"===this.opt.wildcards;return e.replace(/\u0001/g,t?"[\\S\\s]?":"\\S?").replace(/\u0002/g,t?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,((e,t,n)=>{let r=n.charAt(t+1);return/[(|)\\]/.test(r)||""===r?e:e+"\0"}))}createIgnoreJoinersRegExp(e){return e.split("\0").join("[\\u00ad|\\u200b|\\u200c|\\u200d]?")}createDiacriticsRegExp(e){const t=this.opt.caseSensitive?"":"i",n=this.opt.caseSensitive?["aàáâãäåāąă","AÀÁÂÃÄÅĀĄĂ","cçćč","CÇĆČ","dđď","DĐĎ","eèéêëěēę","EÈÉÊËĚĒĘ","iìíîïī","IÌÍÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóôõöøō","OÒÓÔÕÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúûüůū","UÙÚÛÜŮŪ","yÿý","YŸÝ","zžżź","ZŽŻŹ"]:["aàáâãäåāąăAÀÁÂÃÄÅĀĄĂ","cçćčCÇĆČ","dđďDĐĎ","eèéêëěēęEÈÉÊËĚĒĘ","iìíîïīIÌÍÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóôõöøōOÒÓÔÕÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúûüůūUÙÚÛÜŮŪ","yÿýYŸÝ","zžżźZŽŻŹ"],r=[];return e.split("").forEach((o=>{n.every((n=>{if(-1!==n.indexOf(o)){if(r.indexOf(n)>-1)return!1;e=e.replace(new RegExp(`[${n}]`,`gm${t}`),`[${n}]`),r.push(n)}return!0}))})),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(e){let t=this.opt.accuracy,n="string"==typeof t?t:t.value,r="string"==typeof t?[]:t.limiters,o="";switch(r.forEach((e=>{o+=`|${this.escapeStr(e)}`})),n){case"partially":default:return`()(${e})`;case"complementary":return o="\\s"+(o||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${o}]*${e}[^${o}]*)`;case"exactly":return`(^|\\s${o})(${e})(?=$|\\s${o})`}}getSeparatedKeywords(e){let t=[];return e.forEach((e=>{this.opt.separateWordSearch?e.split(" ").forEach((e=>{e.trim()&&-1===t.indexOf(e)&&t.push(e)})):e.trim()&&-1===t.indexOf(e)&&t.push(e)})),{keywords:t.sort(((e,t)=>t.length-e.length)),length:t.length}}getTextNodes(e){let t="",n=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(e=>{n.push({start:t.length,end:(t+=e.textContent).length,node:e})}),(e=>this.matchesExclude(e.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{e({value:t,nodes:n})}))}matchesExclude(e){return n.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,t,n){const r=this.opt.element?this.opt.element:"mark",o=e.splitText(t),a=o.splitText(n-t);let i=document.createElement(r);return i.setAttribute("data-markjs","true"),this.opt.className&&i.setAttribute("class",this.opt.className),i.textContent=o.textContent,o.parentNode.replaceChild(i,o),a}wrapRangeInMappedTextNode(e,t,n,r,o){e.nodes.every(((a,i)=>{const l=e.nodes[i+1];if(void 0===l||l.start>t){if(!r(a.node))return!1;const l=t-a.start,s=(n>a.end?a.end:n)-a.start,u=e.value.substr(0,a.start),c=e.value.substr(s+a.start);if(a.node=this.wrapRangeInTextNode(a.node,l,s),e.value=u+c,e.nodes.forEach(((t,n)=>{n>=i&&(e.nodes[n].start>0&&n!==i&&(e.nodes[n].start-=s),e.nodes[n].end-=s)})),n-=s,o(a.node.previousSibling,a.start),!(n>a.end))return!1;t=a.end}return!0}))}wrapMatches(e,t,n,r,o){const a=0===t?0:t+1;this.getTextNodes((t=>{t.nodes.forEach((t=>{let o;for(t=t.node;null!==(o=e.exec(t.textContent))&&""!==o[a];){if(!n(o[a],t))continue;let i=o.index;if(0!==a)for(let e=1;e{let i;for(;null!==(i=e.exec(t.value))&&""!==i[a];){let o=i.index;if(0!==a)for(let e=1;en(i[a],e)),((t,n)=>{e.lastIndex=n,r(t)}))}o()}))}unwrapMatches(e){const t=e.parentNode;let n=document.createDocumentFragment();for(;e.firstChild;)n.appendChild(e.removeChild(e.firstChild));t.replaceChild(n,e),this.ie?this.normalizeTextNode(t):t.normalize()}normalizeTextNode(e){if(e){if(3===e.nodeType)for(;e.nextSibling&&3===e.nextSibling.nodeType;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,t){this.opt=t,this.log(`Searching with expression "${e}"`);let n=0,r="wrapMatches";this.opt.acrossElements&&(r="wrapMatchesAcrossElements"),this[r](e,this.opt.ignoreGroups,((e,t)=>this.opt.filter(t,e,n)),(e=>{n++,this.opt.each(e)}),(()=>{0===n&&this.opt.noMatch(e),this.opt.done(n)}))}mark(e,t){this.opt=t;let n=0;const r=this.opt.caseSensitive?"":"i",o=this.opt.acrossElements?"wrapMatchesAcrossElements":"wrapMatches",{keywords:a,length:i}=this.getSeparatedKeywords("string"==typeof e?[e]:e);if(!i)return this.opt.done(n);const l=e=>{let t=new RegExp(this.createRegExp(e),`gm${r}`),s=0;this.log(`Searching with expression "${t}"`),this[o](t,1,((t,r)=>this.opt.filter(r,e,n,s)),(e=>{s++,n++,this.opt.each(e)}),(()=>{0===s&&this.opt.noMatch(e),a[i-1]===e?this.opt.done(n):l(a[a.indexOf(e)+1])}))};l(a[0])}unmark(e){this.opt=e;let t=this.opt.element?this.opt.element:"*";t+="[data-markjs]",this.opt.className&&(t+=`.${this.opt.className}`),this.log(`Removal selector "${t}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(e=>{this.unwrapMatches(e)}),(e=>{const r=n.matches(e,t),o=this.matchesExclude(e);return!r||o?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}},631:(e,t,n)=>{var r="function"==typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&o&&"function"==typeof o.get?o.get:null,i=r&&Map.prototype.forEach,l="function"==typeof Set&&Set.prototype,s=Object.getOwnPropertyDescriptor&&l?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,u=l&&s&&"function"==typeof s.get?s.get:null,c=l&&Set.prototype.forEach,f="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,p="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,h=Boolean.prototype.valueOf,m=Object.prototype.toString,g=Function.prototype.toString,v=String.prototype.match,y=String.prototype.slice,b=String.prototype.replace,w=String.prototype.toUpperCase,k=String.prototype.toLowerCase,x=RegExp.prototype.test,S=Array.prototype.concat,E=Array.prototype.join,_=Array.prototype.slice,C=Math.floor,O="function"==typeof BigInt?BigInt.prototype.valueOf:null,T=Object.getOwnPropertySymbols,N="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,P="function"==typeof Symbol&&"object"==typeof Symbol.iterator,R="function"==typeof Symbol&&Symbol.toStringTag&&(Symbol.toStringTag,1)?Symbol.toStringTag:null,L=Object.prototype.propertyIsEnumerable,I=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function z(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||x.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var r=e<0?-C(-e):C(e);if(r!==e){var o=String(r),a=y.call(t,o.length+1);return b.call(o,n,"$&_")+"."+b.call(b.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return b.call(t,n,"$&_")}var j=n(4654),M=j.custom,A=U(M)?M:null;function D(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function F(e){return b.call(String(e),/"/g,""")}function B(e){return!("[object Array]"!==$(e)||R&&"object"==typeof e&&R in e)}function V(e){return!("[object RegExp]"!==$(e)||R&&"object"==typeof e&&R in e)}function U(e){if(P)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!N)return!1;try{return N.call(e),!0}catch(e){}return!1}e.exports=function e(t,n,r,o){var l=n||{};if(W(l,"quoteStyle")&&"single"!==l.quoteStyle&&"double"!==l.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(W(l,"maxStringLength")&&("number"==typeof l.maxStringLength?l.maxStringLength<0&&l.maxStringLength!==1/0:null!==l.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var s=!W(l,"customInspect")||l.customInspect;if("boolean"!=typeof s&&"symbol"!==s)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(W(l,"indent")&&null!==l.indent&&"\t"!==l.indent&&!(parseInt(l.indent,10)===l.indent&&l.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(W(l,"numericSeparator")&&"boolean"!=typeof l.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var m=l.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return K(t,l);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var w=String(t);return m?z(t,w):w}if("bigint"==typeof t){var x=String(t)+"n";return m?z(t,x):x}var C=void 0===l.depth?5:l.depth;if(void 0===r&&(r=0),r>=C&&C>0&&"object"==typeof t)return B(t)?"[Array]":"[Object]";var T,M=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;n=E.call(Array(e.indent+1)," ")}return{base:n,prev:E.call(Array(t+1),n)}}(l,r);if(void 0===o)o=[];else if(q(o,t)>=0)return"[Circular]";function H(t,n,a){if(n&&(o=_.call(o)).push(n),a){var i={depth:l.depth};return W(l,"quoteStyle")&&(i.quoteStyle=l.quoteStyle),e(t,i,r+1,o)}return e(t,l,r+1,o)}if("function"==typeof t&&!V(t)){var Q=function(e){if(e.name)return e.name;var t=v.call(g.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}(t),ee=J(t,H);return"[Function"+(Q?": "+Q:" (anonymous)")+"]"+(ee.length>0?" { "+E.call(ee,", ")+" }":"")}if(U(t)){var te=P?b.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):N.call(t);return"object"!=typeof t||P?te:G(te)}if((T=t)&&"object"==typeof T&&("undefined"!=typeof HTMLElement&&T instanceof HTMLElement||"string"==typeof T.nodeName&&"function"==typeof T.getAttribute)){for(var ne="<"+k.call(String(t.nodeName)),re=t.attributes||[],oe=0;oe"}if(B(t)){if(0===t.length)return"[]";var ae=J(t,H);return M&&!function(e){for(var t=0;t=0)return!1;return!0}(ae)?"["+Z(ae,M)+"]":"[ "+E.call(ae,", ")+" ]"}if(function(e){return!("[object Error]"!==$(e)||R&&"object"==typeof e&&R in e)}(t)){var ie=J(t,H);return"cause"in Error.prototype||!("cause"in t)||L.call(t,"cause")?0===ie.length?"["+String(t)+"]":"{ ["+String(t)+"] "+E.call(ie,", ")+" }":"{ ["+String(t)+"] "+E.call(S.call("[cause]: "+H(t.cause),ie),", ")+" }"}if("object"==typeof t&&s){if(A&&"function"==typeof t[A]&&j)return j(t,{depth:C-r});if("symbol"!==s&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!=typeof e)return!1;try{a.call(e);try{u.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var le=[];return i&&i.call(t,(function(e,n){le.push(H(n,t,!0)+" => "+H(e,t))})),X("Map",a.call(t),le,M)}if(function(e){if(!u||!e||"object"!=typeof e)return!1;try{u.call(e);try{a.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var se=[];return c&&c.call(t,(function(e){se.push(H(e,t))})),X("Set",u.call(t),se,M)}if(function(e){if(!f||!e||"object"!=typeof e)return!1;try{f.call(e,f);try{d.call(e,d)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Y("WeakMap");if(function(e){if(!d||!e||"object"!=typeof e)return!1;try{d.call(e,d);try{f.call(e,f)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Y("WeakSet");if(function(e){if(!p||!e||"object"!=typeof e)return!1;try{return p.call(e),!0}catch(e){}return!1}(t))return Y("WeakRef");if(function(e){return!("[object Number]"!==$(e)||R&&"object"==typeof e&&R in e)}(t))return G(H(Number(t)));if(function(e){if(!e||"object"!=typeof e||!O)return!1;try{return O.call(e),!0}catch(e){}return!1}(t))return G(H(O.call(t)));if(function(e){return!("[object Boolean]"!==$(e)||R&&"object"==typeof e&&R in e)}(t))return G(h.call(t));if(function(e){return!("[object String]"!==$(e)||R&&"object"==typeof e&&R in e)}(t))return G(H(String(t)));if(!function(e){return!("[object Date]"!==$(e)||R&&"object"==typeof e&&R in e)}(t)&&!V(t)){var ue=J(t,H),ce=I?I(t)===Object.prototype:t instanceof Object||t.constructor===Object,fe=t instanceof Object?"":"null prototype",de=!ce&&R&&Object(t)===t&&R in t?y.call($(t),8,-1):fe?"Object":"",pe=(ce||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(de||fe?"["+E.call(S.call([],de||[],fe||[]),": ")+"] ":"");return 0===ue.length?pe+"{}":M?pe+"{"+Z(ue,M)+"}":pe+"{ "+E.call(ue,", ")+" }"}return String(t)};var H=Object.prototype.hasOwnProperty||function(e){return e in this};function W(e,t){return H.call(e,t)}function $(e){return m.call(e)}function q(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;nt.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return K(y.call(e,0,t.maxStringLength),t)+r}return D(b.call(b.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Q),"single",t)}function Q(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+w.call(t.toString(16))}function G(e){return"Object("+e+")"}function Y(e){return e+" { ? }"}function X(e,t,n,r){return e+" ("+t+") {"+(r?Z(n,r):E.call(n,", "))+"}"}function Z(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+E.call(e,","+n)+"\n"+t.prev}function J(e,t){var n=B(e),r=[];if(n){r.length=e.length;for(var o=0;o{"use strict";var r=n(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},5697:(e,t,n)=>{e.exports=n(2703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},5798:e=>{"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC3986";e.exports={default:r,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:r}},129:(e,t,n)=>{"use strict";var r=n(8261),o=n(5235),a=n(5798);e.exports={formats:a,parse:o,stringify:r}},5235:(e,t,n)=>{"use strict";var r=n(2769),o=Object.prototype.hasOwnProperty,a=Array.isArray,i={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},l=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},s=function(e,t){return e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},u=function(e,t,n,r){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,i=/(\[[^[\]]*])/g,l=n.depth>0&&/(\[[^[\]]*])/.exec(a),u=l?a.slice(0,l.index):a,c=[];if(u){if(!n.plainObjects&&o.call(Object.prototype,u)&&!n.allowPrototypes)return;c.push(u)}for(var f=0;n.depth>0&&null!==(l=i.exec(a))&&f=0;--a){var i,l=e[a];if("[]"===l&&n.parseArrays)i=[].concat(o);else{i=n.plainObjects?Object.create(null):{};var u="["===l.charAt(0)&&"]"===l.charAt(l.length-1)?l.slice(1,-1):l,c=parseInt(u,10);n.parseArrays||""!==u?!isNaN(c)&&l!==u&&String(c)===u&&c>=0&&n.parseArrays&&c<=n.arrayLimit?(i=[])[c]=o:"__proto__"!==u&&(i[u]=o):i={0:o}}o=i}return o}(c,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return i;if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t=void 0===e.charset?i.charset:e.charset;return{allowDots:void 0===e.allowDots?i.allowDots:!!e.allowDots,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:i.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:i.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:i.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:i.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:i.comma,decoder:"function"==typeof e.decoder?e.decoder:i.decoder,delimiter:"string"==typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:i.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:i.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:i.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:i.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:i.plainObjects,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:i.strictNullHandling}}(t);if(""===e||null==e)return n.plainObjects?Object.create(null):{};for(var c="string"==typeof e?function(e,t){var n,u={__proto__:null},c=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=c.split(t.delimiter,f),p=-1,h=t.charset;if(t.charsetSentinel)for(n=0;n-1&&(g=a(g)?[g]:g),o.call(u,m)?u[m]=r.combine(u[m],g):u[m]=g}return u}(e,n):e,f=n.plainObjects?Object.create(null):{},d=Object.keys(c),p=0;p{"use strict";var r=n(7478),o=n(2769),a=n(5798),i=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},s=Array.isArray,u=Array.prototype.push,c=function(e,t){u.apply(e,s(t)?t:[t])},f=Date.prototype.toISOString,d=a.default,p={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:o.encode,encodeValuesOnly:!1,format:d,formatter:a.formatters[d],indices:!1,serializeDate:function(e){return f.call(e)},skipNulls:!1,strictNullHandling:!1},h={},m=function e(t,n,a,i,l,u,f,d,m,g,v,y,b,w,k,x){for(var S,E=t,_=x,C=0,O=!1;void 0!==(_=_.get(h))&&!O;){var T=_.get(t);if(C+=1,void 0!==T){if(T===C)throw new RangeError("Cyclic object value");O=!0}void 0===_.get(h)&&(C=0)}if("function"==typeof d?E=d(n,E):E instanceof Date?E=v(E):"comma"===a&&s(E)&&(E=o.maybeMap(E,(function(e){return e instanceof Date?v(e):e}))),null===E){if(l)return f&&!w?f(n,p.encoder,k,"key",y):n;E=""}if("string"==typeof(S=E)||"number"==typeof S||"boolean"==typeof S||"symbol"==typeof S||"bigint"==typeof S||o.isBuffer(E))return f?[b(w?n:f(n,p.encoder,k,"key",y))+"="+b(f(E,p.encoder,k,"value",y))]:[b(n)+"="+b(String(E))];var N,P=[];if(void 0===E)return P;if("comma"===a&&s(E))w&&f&&(E=o.maybeMap(E,f)),N=[{value:E.length>0?E.join(",")||null:void 0}];else if(s(d))N=d;else{var R=Object.keys(E);N=m?R.sort(m):R}for(var L=i&&s(E)&&1===E.length?n+"[]":n,I=0;I0?k+w:""}},2769:(e,t,n)=>{"use strict";var r=n(5798),o=Object.prototype.hasOwnProperty,a=Array.isArray,i=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),l=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r1;){var t=e.pop(),n=t.obj[t.prop];if(a(n)){for(var r=[],o=0;o=48&&c<=57||c>=65&&c<=90||c>=97&&c<=122||a===r.RFC1738&&(40===c||41===c)?s+=l.charAt(u):c<128?s+=i[c]:c<2048?s+=i[192|c>>6]+i[128|63&c]:c<55296||c>=57344?s+=i[224|c>>12]+i[128|c>>6&63]+i[128|63&c]:(u+=1,c=65536+((1023&c)<<10|1023&l.charCodeAt(u)),s+=i[240|c>>18]+i[128|c>>12&63]+i[128|c>>6&63]+i[128|63&c])}return s},isBuffer:function(e){return!(!e||"object"!=typeof e||!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e)))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(a(e)){for(var n=[],r=0;r{"use strict";var r=n(7294);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n