.app-header{--tabbar-item-count:5;background:var(--header--background);height:var(--header--height);display:flex;justify-content:center;align-items:center;align-content:center;z-index:600}@media(max-width:768px){.app-header{display:none;overflow:hidden;opacity:0;visibility:hidden}}@media(min-width:768px){.app-header{position:sticky;top:0}}.app-header--loading{opacity:.6}.app-content{--layout-padding:var(--mobile-page-vertical-padding) var(--mobile-page-horizontal-padding) calc(var(--tabbar--height) + var(--mobile-page-vertical-padding));--layout-max-width:var(--large-screen-max-width)}@media(min-width:768px){.app-content{--layout-padding:var(--desktop-page-vertical-padding) var(--desktop-page-horizontal-padding)}}html[data-layout=wide] .app-content{--layout-max-width:var(--wide-large-screen-max-width)}.app-content{padding:var(--layout-padding);margin:0 auto}@media(min-width:768px){.app-content{max-width:var(--layout-max-width)}}.app-tabbar{--tabbar-item-count:4;background:var(--tabbar--background);height:var(--tabbar--height);z-index:500;width:100%;display:flex;justify-content:center;align-items:center;align-content:center;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.app-tabbar__layout{display:flex;justify-content:space-between;width:100vw;padding-right:var(--mobile-page-horizontal-padding);padding-left:var(--mobile-page-horizontal-padding)}@media(min-width:768px){.app-tabbar__layout{margin-right:auto;margin-left:auto;max-width:var(--large-screen-max-width);padding-right:var(--desktop-page-horizontal-padding);padding-left:var(--desktop-page-horizontal-padding)}}@media(max-width:768px){.app-tabbar{position:fixed;bottom:0}}@media(min-width:768px){.app-tabbar{display:none;overflow:hidden;opacity:0;visibility:hidden}}.app-tabbar--loading{opacity:.6}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4vh 0 5vh}.hero__title{font-size:3rem;line-height:1.2em;font-weight:600;margin-bottom:1rem}.hero__description{font-size:1.6rem;line-height:1.4em;font-weight:400}.hero__actions{margin-top:3rem}.about{display:flex;flex-direction:column;align-items:center;margin:2rem 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.about__logo{box-shadow:var(--x-box-shadow--depth-4);width:100px;height:100px;border-radius:25px;margin-bottom:1rem}.about__title{margin-bottom:.5rem}.passports-list{display:grid;align-items:start;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;margin-bottom:2rem}@media(max-width:350px){.passports-list{display:flex;flex-direction:column}}.passport-item{--passport-item-background-color:#f9f9f9;--passport-item-border:2px solid #f9f9f9}html[data-theme=black] .passport-item{--passport-item-background-color:#171717;--passport-item-border:2px solid #202020}.passport-item{padding:.75rem 1.25rem 1.25rem;border-radius:16px;background-color:var(--passport-item-background-color);border:var(--passport-item-border);box-shadow:var(--x-box-shadow--depth-4);font-size:1.4rem}.passport-item:hover{box-shadow:var(--x-box-shadow--depth-8)}.passport-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.passport-item__header .number{white-space:pre-line;word-wrap:break-word;word-break:break-word;font-weight:var(--x-font-weight--bold);font-size:1.5rem;line-height:1.4em}.passport-item__content{margin-bottom:1rem}.passport-item-wrapper:not(:last-child){position:relative;margin-bottom:.75rem;padding-bottom:.75rem}.certificates-list{display:grid;align-items:start;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));grid-gap:2rem;margin-bottom:2rem}@media(max-width:390px){.certificates-list{display:flex;flex-direction:column}}.certificate-item{--certificate-item__background-color:#fefcee;--certificate-item__border:2px solid #e4c82f;--certificate-item--available__background:#eceadd;--certificate-item--filed-spacer__border:1px dashed #454545;--certificate-item--available-alert__border-color:var(--x-color-red--tint5)}html[data-theme=black] .certificate-item{--certificate-item__background-color:#191814;--certificate-item__border:2px solid #302a09;--certificate-item--available__background:#1c1a13;--certificate-item--filed-spacer__border:1px dashed #454545;--certificate-item--available-alert__border-color:var(--x-color-red--shade50)}.certificate-item{padding:.75rem 1.25rem 1.25rem;border-radius:16px;background-color:var(--certificate-item__background-color);border:var(--certificate-item__border);box-shadow:var(--x-box-shadow--depth-4);font-size:1.4rem}@media(hover:hover){.certificate-item:hover{box-shadow:var(--x-box-shadow--depth-8)}}.certificate-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.certificate-item__header .number{white-space:pre-line;word-wrap:break-word;word-break:break-word;font-weight:var(--x-font-weight--bold);font-size:1.5rem;line-height:1.4em}.certificate-item__content{margin-bottom:1rem}.certificate-item .available{padding:.75rem 1.25rem;background:var(--certificate-item--available__background);border:var(--certificate-item__border);border-radius:8px;margin:0 0 1.25rem}.certificate-item .available--alert{border-color:var(--certificate-item--available-alert__border-color)}.certificate-item-wrapper:not(:last-child){position:relative;margin-bottom:.75rem;padding-bottom:.75rem}.realizations-list{display:grid;align-items:start;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;margin-bottom:2rem}@media(max-width:360px){.realizations-list{display:flex;flex-direction:column}}.realization-item{--realization-item-background-color:#f9f9f9;--realization-item-border:2px solid #f9f9f9}html[data-theme=black] .realization-item{--realization-item-background-color:#171717;--realization-item-border:2px solid #202020}.realization-item{padding:.75rem 1.25rem 1.25rem;border-radius:16px;background-color:var(--realization-item-background-color);border:var(--realization-item-border);box-shadow:var(--x-box-shadow--depth-4);font-size:1.4rem}.realization-item:hover{box-shadow:var(--x-box-shadow--depth-8)}.realization-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.realization-item__header .number{white-space:pre-line;word-wrap:break-word;word-break:break-word;font-weight:var(--x-font-weight--bold);font-size:1.5rem;line-height:1.4em}.realization-item__content{margin-bottom:1rem}.realization-item-wrapper:not(:last-child){position:relative;margin-bottom:.75rem;padding-bottom:.75rem}.field,html[data-theme=black] .field{--fields-list__spacer-border:1px dashed #454545}.fields-list .field:last-child{margin-bottom:0}.field{display:flex;justify-content:space-between;align-items:baseline;line-height:1.4em;margin-bottom:.55rem;opacity:.7}.field__name{font-weight:400}.field__value{font-weight:500}.field__spacer{flex:1;flex-basis:.000000001px;border-bottom:var(--fields-list__spacer-border);margin:0 1rem}.n-page-header{display:flex;justify-content:space-between;align-items:center}.form-block{margin-bottom:1.5rem;position:relative}.form-block:last-of-type{margin-bottom:0}.form-divider{height:0;margin:1rem 0;background:transparent;border-bottom:1px solid var(--separator--color,hsla(0,0%,93%,.357))}.l-input{--field--background:#f7f7f7;--field--color:#111;--field--border-color:#e8e8e8}html[data-theme=black] .l-input{--field--background:#141414;--field--color:#fffcea;--field--border-color:#222}.form-section__title{margin:0 0 1rem 0}.l-input__title{margin-bottom:.5rem;line-height:2rem}.l-input__item,.l-input__title{display:block;font-weight:400;font-size:1.5rem}.l-input__item{background:var(--field--background);color:var(--field--color);border:1px solid var(--field--border-color);border-radius:8px;width:100%;height:44px;outline:none;font-family:inherit;line-height:1.5em;margin:0;padding:0 1.25rem}.form-status,html[data-theme=black] .form-status{--form-status--background:var(--x-background)}.form-status{display:flex;background:var(--form-status--background);border:1px solid;border-color:var(--form-status--border-color);margin-bottom:1.5rem;padding:1rem;border-radius:8px}.form-status__icon{display:flex;align-content:center;align-items:center}.form-status__icon svg{fill:currentColor;flex-shrink:0;display:block}.form-status__content{display:flex;flex-direction:column;justify-content:center;font-size:1.4rem;line-height:1.2em}.form-status__content .header{white-space:nowrap;word-break:keep-all;font-weight:500}.form-status__content .message{font-weight:400}.form-status__content .header+.message{margin-top:.25rem}.form-status__icon+.form-status__content{margin-left:1rem}.form-text{color:#8b8b8b;font-size:1.5rem;line-height:1.25em;margin-bottom:1.5rem;position:relative}.form-text--align-center{text-align:center;font-size:1.3rem}.form-text--align-right{text-align:right}.form-text--align-left{text-align:left}.form-text:last-of-type{margin-bottom:0}:root{--x-font-family:system-ui,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;--x-font-size--small:1.4rem;--x-font-size--base:1.5rem;--x-font-size--form-title:2.3rem;--x-font-size--module:2.3rem;--x-font-size--big:1.83rem;--x-font-size--title:3.85rem;--x-font-weight--light:300;--x-font-weight--normal:400;--x-font-weight--medium:500;--x-font-weight--semi-bold:600;--x-font-weight--bold:700;--x-font-weight--extra-bold:900;--x-color-white:#fff;--x-color-white--tint5:#fff;--x-color-white--shade5:#f2f2f2;--x-color-white--tint10:#fff;--x-color-white--shade10:#e6e6e6;--x-color-white--tint20:#fff;--x-color-white--shade20:#ccc;--x-color-white--tint30:#fff;--x-color-white--shade30:#b3b3b3;--x-color-white--tint40:#fff;--x-color-white--shade40:#999;--x-color-white--tint50:#fff;--x-color-white--shade50:gray;--x-color-white--tint60:#fff;--x-color-white--shade60:#666;--x-color-white--tint70:#fff;--x-color-white--shade70:#4d4d4d;--x-color-white--tint80:#fff;--x-color-white--shade80:#333;--x-color-white--tint85:#fff;--x-color-white--shade85:#262626;--x-color-white--tint90:#fff;--x-color-white--shade90:#1a1a1a;--x-color-black:#21273c;--x-color-black--tint5:#2c3246;--x-color-black--shade5:#1f2539;--x-color-black--tint10:#373d50;--x-color-black--shade10:#1e2336;--x-color-black--tint20:#4d5263;--x-color-black--shade20:#1a1f30;--x-color-black--tint30:#646877;--x-color-black--shade30:#171b2a;--x-color-black--tint40:#7a7d8a;--x-color-black--shade40:#141724;--x-color-black--tint50:#90939e;--x-color-black--shade50:#11141e;--x-color-black--tint60:#a6a9b1;--x-color-black--shade60:#0d1018;--x-color-black--tint70:#bcbec5;--x-color-black--shade70:#0a0c12;--x-color-black--tint80:#d3d4d8;--x-color-black--shade80:#07080c;--x-color-black--tint85:#dedfe2;--x-color-black--shade85:#050609;--x-color-black--tint90:#e9e9ec;--x-color-black--shade90:#030406;--x-color-action:#1c9bc5;--x-color-action--tint5:#27a0c8;--x-color-action--shade5:#1b93bb;--x-color-action--tint10:#33a5cb;--x-color-action--shade10:#198cb1;--x-color-action--tint20:#49afd1;--x-color-action--shade20:#167c9e;--x-color-action--tint30:#60b9d6;--x-color-action--shade30:#146d8a;--x-color-action--tint40:#77c3dc;--x-color-action--shade40:#115d76;--x-color-action--tint50:#8ecde2;--x-color-action--shade50:#0e4e63;--x-color-action--tint60:#a4d7e8;--x-color-action--shade60:#0b3e4f;--x-color-action--tint70:#bbe1ee;--x-color-action--shade70:#082f3b;--x-color-action--tint80:#d2ebf3;--x-color-action--shade80:#061f27;--x-color-action--tint85:#ddf0f6;--x-color-action--shade85:#04171e;--x-color-action--tint90:#e8f5f9;--x-color-action--shade90:#031014;--x-color-second:#c63077;--x-color-second--tint5:#c93a7e;--x-color-second--shade5:#bc2e71;--x-color-second--tint10:#cc4585;--x-color-second--shade10:#b22b6b;--x-color-second--tint20:#d15992;--x-color-second--shade20:#9e265f;--x-color-second--tint30:#d76ea0;--x-color-second--shade30:#8b2253;--x-color-second--tint40:#dd83ad;--x-color-second--shade40:#771d47;--x-color-second--tint50:#e398bb;--x-color-second--shade50:#63183c;--x-color-second--tint60:#e8acc9;--x-color-second--shade60:#4f1330;--x-color-second--tint70:#eec1d6;--x-color-second--shade70:#3b0e24;--x-color-second--tint80:#f4d6e4;--x-color-second--shade80:#280a18;--x-color-second--tint85:#f6e0eb;--x-color-second--shade85:#1e0712;--x-color-second--tint90:#f9eaf1;--x-color-second--shade90:#14050c;--x-color-success:#35966d;--x-color-success--tint5:#3f9b74;--x-color-success--shade5:#328f68;--x-color-success--tint10:#49a17c;--x-color-success--shade10:#308762;--x-color-success--tint20:#5dab8a;--x-color-success--shade20:#2a7857;--x-color-success--tint30:#72b699;--x-color-success--shade30:#25694c;--x-color-success--tint40:#86c0a7;--x-color-success--shade40:#205a41;--x-color-success--tint50:#9acbb6;--x-color-success--shade50:#1b4b37;--x-color-success--tint60:#aed5c5;--x-color-success--shade60:#153c2c;--x-color-success--tint70:#c2e0d3;--x-color-success--shade70:#102d21;--x-color-success--tint80:#d7eae2;--x-color-success--shade80:#0b1e16;--x-color-success--tint85:#e1efe9;--x-color-success--shade85:#081710;--x-color-success--tint90:#ebf5f0;--x-color-success--shade90:#050f0b;--x-color-error:#ff3347;--x-color-error--tint5:#ff3d50;--x-color-error--shade5:#f23043;--x-color-error--tint10:#ff4759;--x-color-error--shade10:#e62e40;--x-color-error--tint20:#ff5c6c;--x-color-error--shade20:#cc2939;--x-color-error--tint30:#ff707e;--x-color-error--shade30:#b32432;--x-color-error--tint40:#ff8591;--x-color-error--shade40:#991f2b;--x-color-error--tint50:#ff99a3;--x-color-error--shade50:#801a24;--x-color-error--tint60:#ffadb5;--x-color-error--shade60:#66141c;--x-color-error--tint70:#ffc2c8;--x-color-error--shade70:#4d0f15;--x-color-error--tint80:#ffd6da;--x-color-error--shade80:#330a0e;--x-color-error--tint85:#ffe0e3;--x-color-error--shade85:#26080b;--x-color-error--tint90:#ffebed;--x-color-error--shade90:#1a0507;--x-color-warning:#ffa000;--x-color-warning--tint5:#ffa50d;--x-color-warning--shade5:#f29800;--x-color-warning--tint10:#ffaa1a;--x-color-warning--shade10:#e69000;--x-color-warning--tint20:#ffb333;--x-color-warning--shade20:#cc8000;--x-color-warning--tint30:#ffbd4d;--x-color-warning--shade30:#b37000;--x-color-warning--tint40:#ffc666;--x-color-warning--shade40:#996000;--x-color-warning--tint50:#ffd080;--x-color-warning--shade50:#805000;--x-color-warning--tint60:#ffd999;--x-color-warning--shade60:#664000;--x-color-warning--tint70:#ffe3b3;--x-color-warning--shade70:#4d3000;--x-color-warning--tint80:#ffeccc;--x-color-warning--shade80:#332000;--x-color-warning--tint85:#fff1d9;--x-color-warning--shade85:#261800;--x-color-warning--tint90:#fff6e6;--x-color-warning--shade90:#1a1000;--x-color-blue:#2d7cd9;--x-color-blue--tint5:#3883db;--x-color-blue--shade5:#2b76ce;--x-color-blue--tint10:#4289dd;--x-color-blue--shade10:#2970c3;--x-color-blue--tint20:#5796e1;--x-color-blue--shade20:#2463ae;--x-color-blue--tint30:#6ca3e4;--x-color-blue--shade30:#205798;--x-color-blue--tint40:#81b0e8;--x-color-blue--shade40:#1b4a82;--x-color-blue--tint50:#96beec;--x-color-blue--shade50:#173e6d;--x-color-blue--tint60:#abcbf0;--x-color-blue--shade60:#123257;--x-color-blue--tint70:#c0d8f4;--x-color-blue--shade70:#0e2541;--x-color-blue--tint80:#d5e5f7;--x-color-blue--shade80:#09192b;--x-color-blue--tint85:#e0ebf9;--x-color-blue--shade85:#071321;--x-color-blue--tint90:#eaf2fb;--x-color-blue--shade90:#050c16;--x-color-gray:#a3adb8;--x-color-gray--tint5:#a8b1bc;--x-color-gray--shade5:#9ba4af;--x-color-gray--tint10:#acb5bf;--x-color-gray--shade10:#939ca6;--x-color-gray--tint20:#b5bdc6;--x-color-gray--shade20:#828a93;--x-color-gray--tint30:#bfc6cd;--x-color-gray--shade30:#727981;--x-color-gray--tint40:#c8ced4;--x-color-gray--shade40:#62686e;--x-color-gray--tint50:#d1d6dc;--x-color-gray--shade50:#52575c;--x-color-gray--tint60:#dadee3;--x-color-gray--shade60:#41454a;--x-color-gray--tint70:#e3e6ea;--x-color-gray--shade70:#313437;--x-color-gray--tint80:#edeff1;--x-color-gray--shade80:#212325;--x-color-gray--tint85:#f1f3f4;--x-color-gray--shade85:#181a1c;--x-color-gray--tint90:#f6f7f8;--x-color-gray--shade90:#101112;--x-color-green:#35966d;--x-color-green--tint5:#3f9b74;--x-color-green--shade5:#328f68;--x-color-green--tint10:#49a17c;--x-color-green--shade10:#308762;--x-color-green--tint20:#5dab8a;--x-color-green--shade20:#2a7857;--x-color-green--tint30:#72b699;--x-color-green--shade30:#25694c;--x-color-green--tint40:#86c0a7;--x-color-green--shade40:#205a41;--x-color-green--tint50:#9acbb6;--x-color-green--shade50:#1b4b37;--x-color-green--tint60:#aed5c5;--x-color-green--shade60:#153c2c;--x-color-green--tint70:#c2e0d3;--x-color-green--shade70:#102d21;--x-color-green--tint80:#d7eae2;--x-color-green--shade80:#0b1e16;--x-color-green--tint85:#e1efe9;--x-color-green--shade85:#081710;--x-color-green--tint90:#ebf5f0;--x-color-green--shade90:#050f0b;--x-color-orange:#ffa000;--x-color-orange--tint5:#ffa50d;--x-color-orange--shade5:#f29800;--x-color-orange--tint10:#ffaa1a;--x-color-orange--shade10:#e69000;--x-color-orange--tint20:#ffb333;--x-color-orange--shade20:#cc8000;--x-color-orange--tint30:#ffbd4d;--x-color-orange--shade30:#b37000;--x-color-orange--tint40:#ffc666;--x-color-orange--shade40:#996000;--x-color-orange--tint50:#ffd080;--x-color-orange--shade50:#805000;--x-color-orange--tint60:#ffd999;--x-color-orange--shade60:#664000;--x-color-orange--tint70:#ffe3b3;--x-color-orange--shade70:#4d3000;--x-color-orange--tint80:#ffeccc;--x-color-orange--shade80:#332000;--x-color-orange--tint85:#fff1d9;--x-color-orange--shade85:#261800;--x-color-orange--tint90:#fff6e6;--x-color-orange--shade90:#1a1000;--x-color-purple:#735ce6;--x-color-purple--tint5:#7a64e7;--x-color-purple--shade5:#6d57db;--x-color-purple--tint10:#816ce9;--x-color-purple--shade10:#6853cf;--x-color-purple--tint20:#8f7deb;--x-color-purple--shade20:#5c4ab8;--x-color-purple--tint30:#9d8dee;--x-color-purple--shade30:#5140a1;--x-color-purple--tint40:#ab9df0;--x-color-purple--shade40:#45378a;--x-color-purple--tint50:#b9aef3;--x-color-purple--shade50:#3a2e73;--x-color-purple--tint60:#c7bef5;--x-color-purple--shade60:#2e255c;--x-color-purple--tint70:#d5cef8;--x-color-purple--shade70:#231c45;--x-color-purple--tint80:#e3defa;--x-color-purple--shade80:#17122e;--x-color-purple--tint85:#eae7fb;--x-color-purple--shade85:#110e23;--x-color-purple--tint90:#f1effd;--x-color-purple--shade90:#0c0917;--x-color-pink:#c63077;--x-color-pink--tint5:#c93a7e;--x-color-pink--shade5:#bc2e71;--x-color-pink--tint10:#cc4585;--x-color-pink--shade10:#b22b6b;--x-color-pink--tint20:#d15992;--x-color-pink--shade20:#9e265f;--x-color-pink--tint30:#d76ea0;--x-color-pink--shade30:#8b2253;--x-color-pink--tint40:#dd83ad;--x-color-pink--shade40:#771d47;--x-color-pink--tint50:#e398bb;--x-color-pink--shade50:#63183c;--x-color-pink--tint60:#e8acc9;--x-color-pink--shade60:#4f1330;--x-color-pink--tint70:#eec1d6;--x-color-pink--shade70:#3b0e24;--x-color-pink--tint80:#f4d6e4;--x-color-pink--shade80:#280a18;--x-color-pink--tint85:#f6e0eb;--x-color-pink--shade85:#1e0712;--x-color-pink--tint90:#f9eaf1;--x-color-pink--shade90:#14050c;--x-color-red:#ff3347;--x-color-red--tint5:#ff3d50;--x-color-red--shade5:#f23043;--x-color-red--tint10:#ff4759;--x-color-red--shade10:#e62e40;--x-color-red--tint20:#ff5c6c;--x-color-red--shade20:#cc2939;--x-color-red--tint30:#ff707e;--x-color-red--shade30:#b32432;--x-color-red--tint40:#ff8591;--x-color-red--shade40:#991f2b;--x-color-red--tint50:#ff99a3;--x-color-red--shade50:#801a24;--x-color-red--tint60:#ffadb5;--x-color-red--shade60:#66141c;--x-color-red--tint70:#ffc2c8;--x-color-red--shade70:#4d0f15;--x-color-red--tint80:#ffd6da;--x-color-red--shade80:#330a0e;--x-color-red--tint85:#ffe0e3;--x-color-red--shade85:#26080b;--x-color-red--tint90:#ffebed;--x-color-red--shade90:#1a0507;--x-color-violet:#792ec0;--x-color-violet--tint5:#8038c3;--x-color-violet--shade5:#732cb6;--x-color-violet--tint10:#8643c6;--x-color-violet--shade10:#6d29ad;--x-color-violet--tint20:#9458cd;--x-color-violet--shade20:#61259a;--x-color-violet--tint30:#a16dd3;--x-color-violet--shade30:#552086;--x-color-violet--tint40:#af82d9;--x-color-violet--shade40:#491c73;--x-color-violet--tint50:#bc97e0;--x-color-violet--shade50:#3d1760;--x-color-violet--tint60:#c9abe6;--x-color-violet--shade60:#30124d;--x-color-violet--tint70:#d7c0ec;--x-color-violet--shade70:#240e3a;--x-color-violet--tint80:#e4d5f2;--x-color-violet--shade80:#180926;--x-color-violet--tint85:#ebe0f6;--x-color-violet--shade85:#12071d;--x-color-violet--tint90:#f2eaf9;--x-color-violet--shade90:#0c0513;--x-box-shadow--modal:0 10.5px 21px rgba(0,0,0,.08);--x-box-shadow--depth-4:0 1.6px 3.6px 0 rgba(0,0,0,.09),0 0.3px 0.9px 0 hsla(0,0%,4%,.11);--x-box-shadow--depth-8:0 3.2px 7.2px 0 rgba(0,0,0,.09),0 0.6px 1.8px 0 hsla(0,0%,4%,.11);--x-box-shadow--depth-16:0 6.4px 14.4px 0 rgba(0,0,0,.09),0 1.2px 3.6px 0 hsla(0,0%,4%,.11);--x-box-shadow--depth-32:0 12.8px 28.8px 0 rgba(0,0,0,.09),0 2.4px 7.2px 0 hsla(0,0%,4%,.11);--x-box-shadow--depth-64:0 25.6px 57.6px 0 rgba(0,0,0,.22),0 4.8px 14.4px 0 rgba(0,0,0,.18);--x-motion-timing--linear:cubic-bezier(0,0,1,1);--x-motion-timing--standard:cubic-bezier(0.8,0,0.2,1);--x-motion-timing--accelerate:cubic-bezier(0.9,0.1,1,0.2);--x-motion-timing--decelerate:cubic-bezier(0.1,0.9,0.2,1);--x-transition:transform 0.1s ease-out,background 0.1s ease-out,color 0.1s ease-out,opacity 0.1s ease-out,-webkit-transform 0.1s ease-out;--x-border-radius--small:6px;--x-border-radius--base:12px;--x-border-radius--rounded:20px;--x-brands-color--vk:#2787f5;--x-brands-color--github:#6e5494;--x-brands-color--yandex:#c31111;--x-brands-color--microsoft:#7fba00}.container,.container-fluid{margin-right:auto;margin-left:auto}.container-fluid{padding-right:2rem;padding-left:2rem}.row{flex-direction:row;box-sizing:border-box;display:flex;flex:0 1 auto;flex-wrap:wrap;margin-right:-.5rem;margin-left:-.5rem}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{flex-direction:column;box-sizing:border-box;display:flex;flex:0 1 auto;flex-grow:0;flex-shrink:0;padding-right:.5rem;padding-left:.5rem;visibility:initial;opacity:1}.col-xs{flex-grow:1;flex-basis:0;max-width:100%}.col-xs-hide{display:none;visibility:hidden;opacity:0}.col-xs-show{display:flex;visibility:initial;opacity:1}.col-xs-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-3{flex-basis:25%;max-width:25%}.col-xs-offset-3{margin-left:25%}.col-xs-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-6{flex-basis:50%;max-width:50%}.col-xs-offset-6{margin-left:50%}.col-xs-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-9{flex-basis:75%;max-width:75%}.col-xs-offset-9{margin-left:75%}.col-xs-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-12{flex-basis:100%;max-width:100%}.col-xs-offset-12{margin-left:100%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-9999}.last-xs{order:9999}@media(min-width:768px){.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{flex-direction:column;box-sizing:border-box;display:flex;flex:0 1 auto;flex-grow:0;flex-shrink:0;padding-right:.5rem;padding-left:.5rem;visibility:initial;opacity:1}.col-sm{flex-grow:1;flex-basis:0;max-width:100%}.col-sm-hide{display:none;visibility:hidden;opacity:0}.col-sm-show{display:flex;visibility:initial;opacity:1}.col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-3{flex-basis:25%;max-width:25%}.col-sm-offset-3{margin-left:25%}.col-sm-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-6{flex-basis:50%;max-width:50%}.col-sm-offset-6{margin-left:50%}.col-sm-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-9{flex-basis:75%;max-width:75%}.col-sm-offset-9{margin-left:75%}.col-sm-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-12{flex-basis:100%;max-width:100%}.col-sm-offset-12{margin-left:100%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-9999}.last-sm{order:9999}.container{width:753px}}@media(min-width:992px){.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{flex-direction:column;box-sizing:border-box;display:flex;flex:0 1 auto;flex-grow:0;flex-shrink:0;padding-right:.5rem;padding-left:.5rem;visibility:initial;opacity:1}.col-md{flex-grow:1;flex-basis:0;max-width:100%}.col-md-hide{display:none;visibility:hidden;opacity:0}.col-md-show{display:flex;visibility:initial;opacity:1}.col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-3{flex-basis:25%;max-width:25%}.col-md-offset-3{margin-left:25%}.col-md-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-6{flex-basis:50%;max-width:50%}.col-md-offset-6{margin-left:50%}.col-md-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-9{flex-basis:75%;max-width:75%}.col-md-offset-9{margin-left:75%}.col-md-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-12{flex-basis:100%;max-width:100%}.col-md-offset-12{margin-left:100%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-9999}.last-md{order:9999}.container{width:977px}}@media(min-width:1200px){.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{flex-direction:column;box-sizing:border-box;display:flex;flex:0 1 auto;flex-grow:0;flex-shrink:0;padding-right:.5rem;padding-left:.5rem;visibility:initial;opacity:1}.col-lg{flex-grow:1;flex-basis:0;max-width:100%}.col-lg-hide{display:none;visibility:hidden;opacity:0}.col-lg-show{display:flex;visibility:initial;opacity:1}.col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-2{flex-basis:16.6666666667%;max-width:16.6666666667%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-3{flex-basis:25%;max-width:25%}.col-lg-offset-3{margin-left:25%}.col-lg-4{flex-basis:33.3333333333%;max-width:33.3333333333%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-5{flex-basis:41.6666666667%;max-width:41.6666666667%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-6{flex-basis:50%;max-width:50%}.col-lg-offset-6{margin-left:50%}.col-lg-7{flex-basis:58.3333333333%;max-width:58.3333333333%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-8{flex-basis:66.6666666667%;max-width:66.6666666667%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-9{flex-basis:75%;max-width:75%}.col-lg-offset-9{margin-left:75%}.col-lg-10{flex-basis:83.3333333333%;max-width:83.3333333333%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-11{flex-basis:91.6666666667%;max-width:91.6666666667%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-12{flex-basis:100%;max-width:100%}.col-lg-offset-12{margin-left:100%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-9999}.last-lg{order:9999}.container{width:1185px}}:root{--header--height:52px;--tabbar--height:48px;--large-screen-max-width:620px;--wide-large-screen-max-width:1720px;--mobile-page-vertical-padding:12px;--desktop-page-vertical-padding:2rem;--mobile-page-horizontal-padding:12px;--desktop-page-horizontal-padding:24px}html{--x-background:#fff;--x-color:#111;--header--background:#fff;--tabbar--background:#fff}html[data-theme=black]{--x-background:#111;--x-color:#fffcea;--header--background:#111;--tabbar--background:#111}.alerts-layer{--alerts-layer-offset-top:1rem;--alerts-layer-offset-right:1rem;--alerts-item-font-size:13px;--alerts-item-border-radius:12px;--alerts-item-gap:.75rem;--alerts-item-tint-color:#f4f4f4;--alerts-item-tint-color--success:#afd4a9;--alerts-item-tint-color--info:#c1c9d9;--alerts-item-tint-color--danger:#f2ab99}html[data-theme=black] .alerts-layer{--alerts-item-tint-color:#fffcea;--alerts-item-tint-color--success:#afd4a9;--alerts-item-tint-color--info:#c1c9d9;--alerts-item-tint-color--danger:#f2ab99}.modal-layer{--modal-layer__footer-font-size:13px;--modal-border-radius:12px;--modal-padding:12px;--modal__header-font-size:15px;--modal__header-font-weight:500;--modal__placeholder-font-size:15px;--modal__checklist-item-gap:.75rem;--modal-layer-background:hsla(0,0%,100%,.4);--modal-layer__footer-color:#333;--modal-background:#fff;--modal-box-shadow:var(--x-box-shadow--modal);--modal__header-color:#444;--modal__header-border-bottom:1px solid #e4e4e4;--modal__placeholder-color:#888;--modal__search-background:#fff;--modal__search-color:#444;--modal__checklist-item-background:#f9f9f9;--modal__checklist-item-checked-color:#6f619d}html[data-theme=black] .modal-layer{--modal-layer-background:rgba(0,0,0,.85);--modal-layer__footer-color:#888;--modal-background:var(--x-background);--modal-box-shadow:var(--x-box-shadow--modal);--modal__header-color:#ddd;--modal__header-border-bottom:1px solid #222;--modal__placeholder-color:#888;--modal__search-background:var(--x-background);--modal__search-color:#ddd;--modal__checklist-item-background:#0e0e0e;--modal__checklist-item-checked-color:#9f8fd8}.popover-layer{--popover-border-radius:6px;--popover-main-offset:6px;--popover-search-bottom-offset:4px;--popover-scrollbar-offset:8px;--popover-item-font-size:13px;--popover-item-border-radius:6px;--popover-item-offset-left:10px;--popover-item-offset-right:18px;--popover-item-gap:4px;--popover-item__icon-size:22px;--popover-item__icon-offset:10px;--popover-background:#fff;--popover-color:var(--x-color);--popover-box-shadow:0 4px 8px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.25);--popover-item-background:transparent;--popover-item-color:inherit;--popover-item-background--hover:#f0f2f5;--popover-item-color--hover:inherit;--popover-item-background--selected:#e7e1fe;--popover-item-color--selected:inherit;--popover-item-background--selected-hover:#d8d1f4;--popover-item-color--selected-hover:inherit}html[data-theme=black] .popover-layer{--popover-background:#181818;--popover-color:var(--x-color);--popover-box-shadow:0 4px 8px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.25);--popover-item-background:transparent;--popover-item-color:inherit;--popover-item-background--hover:#222;--popover-item-color--hover:inherit;--popover-item-background--selected:#332d46;--popover-item-color--selected:inherit;--popover-item-background--selected-hover:#3d3653;--popover-item-color--selected-hover:inherit}*{box-sizing:border-box}html{font-size:62.5%}body{background:var(--x-background);color:var(--x-color);font-family:var(--x-font-family);font-size:var(--x-font-size--base);font-weight:var(--x-font-weight--normal);line-height:1.6;margin:0;-webkit-font-smoothing:subpixel-antialiased;-webkit-overflow-scrolling:touch;-moz-osx-font-smoothing:auto;-ms-text-size-adjust:100%;height:-webkit-fill-available;-webkit-overflow-scrolling:auto}body::-webkit-scrollbar{width:16px}body::-webkit-scrollbar-thumb{height:56px;border-radius:8px;border:4px solid transparent;background-clip:content-box;background-color:#ababab}html[data-modal=on] body{overflow:hidden;margin-left:calc(100vw - 100%)}a{-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--x-color-action);cursor:pointer;text-decoration:none;transition:opacity .1s ease-out,color .1s ease-out}a.disabled{pointer-events:none;opacity:.8}@media(hover:hover){a:hover{text-decoration:underline;color:var(--x-color-action--shade30)}}@media(active:active){a:active{color:var(--x-color-error)}}a:focus{outline:0}[hidden]{display:none}