:root{--theme: #fffda6;--dark: #fffc8d;--light: #fffec0;--v-light: #fff;--focus: rgba(255,253,166,0.3);--opacity: rgba(255,253,166,0.1);--v-opacity: rgba(255,253,166,0.05);--font: 'Century Gothic', sans-serif;--mono: Roboto Mono, monospace;--text: #202f51;--text-op: #fff;--text-grey: rgba(7, 1, 56, 0.6);--text-grey-light: rgba(7, 1, 56, 0.3);--border: rgba(7, 18, 119, 0.08);--shadow-s: 0 0.66rem 2rem rgba(0,0,0,0.07);--shadow-m: 0 1rem 3rem rgba(0,0,0,0.07);--shadow-l: 0 1.5rem 4.5rem rgba(0,0,0,0.07);--shadow-mc: 0 4px 8px rgba(0,0,0,0.07);--fz: 1.5rem;--fz-smaller: calc(var(--fz) * 0.9);--fz-small: calc(var(--fz) * 0.8);--bg: #fff;--bg-op: rgba(255,255,255,0.6);--grey-bg: rgba(32, 41, 119, 0.05);--admin-bar: 0;--container: 110rem;--top: 32rem;--files: 4;--sidebar: 30rem;--small-popup: 40rem;--popup: 50rem;--header: 7rem;--padding-lg: 4.8rem;--padding-bg: 3.6rem;--padding-md: 2.8rem;--padding: 2.4rem;--padding-nm: 1.8rem;--padding-sm: 1.2rem;--field-large: 5.4rem;--field-big: 5rem;--field: 4.5rem;--field-medium: 3.8rem;--field-small: 3.2rem;--field-mini: 2.8rem;--file-avatar: 5.6rem;--file-block: 3;--time-input: 7rem;--date-input: 12rem;--checkbox: 1.8rem;--rad-lg: 1.7rem;--rad-bg: 1.4rem;--rad-md: 1.1rem;--rad: 0.8rem;--rad-sm: 0.3rem;--red: #ff1515;--red-dark: #e10000;--red-light: #ff4848;--red-focus: rgba(255,21,21,0.3);--red-opacity: rgba(255,21,21,0.1);--red-v-opacity: rgba(255,21,21,0.05);--green: #2DAF53;--green-dark: #238640;--green-light: #41ce6a;--green-focus: rgba(45,175,83,0.3);--green-opacity: rgba(45,175,83,0.1);--green-v-opacity: rgba(45,175,83,0.05);--blue: #1869ff;--blue-dark: #0050e4;--blue-light: #4b8aff;--blue-focus: rgba(24,105,255,0.3);--blue-opacity: rgba(24,105,255,0.1);--blue-v-opacity: rgba(24,105,255,0.05);--orange: #ffae00;--orange-dark: #cc8b00;--orange-light: #ffbe33;--orange-focus: rgba(255,174,0,0.3);--orange-opacity: rgba(255,174,0,0.1);--orange-v-opacity: rgba(255,174,0,0.05);--h1: 3rem;--h2: 2.8rem;--h3: 2.4rem;--h4: 2.2rem;--h5: 2rem;--h6: 1.8rem;--inputs-line: 2;--task-cards: 3;--scroll_bar: 12px;--notifications: 42rem;--auth: 42rem;--auth-large: 56rem}.dark{--bg: #272c3c;--text: #fffda6;--text-op: #202f51;--text-grey: rgba(255, 255, 255, 0.7);--text-grey-light: rgba(255, 255, 255, 0.4);--border: rgba(255, 255, 255, 0.08);--grey-bg: rgba(255, 255, 255, 0.04);color:var(--text)}.red-theme{--theme: var(--red);--dark: var(--red-dark);--light: var(--red-light);--focus: var(--red-focus);--opacity: var(--red-opacity);--v-opacity: var(--red-v-opacity)}.green-theme{--theme: var(--green);--dark: var(--green-dark);--light: var(--green-light);--focus: var(--green-focus);--opacity: var(--green-opacity);--v-opacity: var(--green-v-opacity)}.orange-theme{--theme: var(--orange);--dark: var(--orange-dark);--light: var(--orange-light);--focus: var(--orange-focus);--opacity: var(--orange-opacity);--v-opacity: var(--orange-v-opacity)}.blue-theme{--theme: var(--blue);--dark: var(--blue-dark);--light: var(--blue-light);--focus: var(--blue-focus);--opacity: var(--blue-opacity);--v-opacity: var(--blue-v-opacity)}@media (max-width: 767.99px){:root{--files: 2;--fz: 2rem}}@media (min-width: 768px) and (max-width: 1024.99px){:root{--files: 2}}@font-face{font-family:'Century Gothic';src:url("../fonts/CenturyGothic.eot");src:local("Century Gothic"),local("CenturyGothic"),url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"),url("../fonts/CenturyGothic.woff") format("woff"),url("../fonts/CenturyGothic.ttf") format("truetype");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Century Gothic';src:url("../fonts/CenturyGothic-Bold.eot");src:local("Century Gothic Bold"),local("CenturyGothic-Bold"),url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/CenturyGothic-Bold.woff") format("woff"),url("../fonts/CenturyGothic-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}img{max-width:100%}html{font-size:0.75vw;background:var(--bg)}@-webkit-keyframes loading{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading{from{-webkit-transform:none;transform:none}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loading-layer{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:24}.loading-layer .spinner-wrapper{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.loading-layer .spinner-wrapper:before{content:'';width:8rem;height:8rem;border:4px solid var(--opacity);border-radius:100%;border-bottom:4px solid var(--theme);-webkit-animation:loading 0.7s infinite linear;animation:loading 0.7s infinite linear}::-webkit-scrollbar{width:var(--scroll_bar);height:var(--scroll_bar)}::-webkit-scrollbar-track{background:var(--border)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:1rem}body{font-size:var(--fz);font-weight:400;color:var(--text);line-height:1.6;margin:0 !important;min-height:calc(100vh - var(--admin-bar));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--text);-webkit-tap-highlight-color:transparent;background-image:-webkit-gradient(linear, left top, left bottom, from(#000), color-stop(70%, #111), color-stop(99%, #222));background-image:linear-gradient(to bottom, #000 0%, #111 70%, #222 99%);height:100vh}body .big-link{background:var(--border);padding:3rem 8rem 3rem 3rem;position:relative;-webkit-transition:0.3s;transition:0.3s;color:var(--text) !important;display:block}body .big-link:hover{background:var(--theme);color:#fff !important}body .big-link:hover span{opacity:1}body .big-link span{font-size:3rem;position:absolute;top:0;right:0;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:0.1s;transition:0.1s;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0.1}body .big-link p{word-break:break-all}body .big-link .image{position:absolute;top:10%;right:0;bottom:0;width:30%;background-position:right bottom;background-size:contain;background-repeat:no-repeat}body .big-link .image+.text{width:65%}body .site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1}body .site-branding img{height:8rem}body .site-branding a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}body .site-branding .site-name{color:var(--text) !important;font-size:2.4rem;font-weight:700;margin-bottom:0.6rem}body .site-branding .site-name span{color:var(--theme) !important}body .site-branding .subtitle{text-transform:uppercase;color:var(--theme)}body .container{width:var(--container);max-width:100%;margin:0 auto}body,body button,body input,body textarea{font-family:var(--font)}body .lg-text{font-size:calc(var(--fz) * 1.1)}body .sm-text{font-size:calc(var(--fz) * 0.9)}body hr{height:1px;border:none;width:100%;background:var(--border);margin:0}body a,body button,body input,body textarea{outline:none !important}body.admin-bar{--admin-bar: 32px}body a,body a:visited,body .link{color:var(--theme);text-decoration:none;-webkit-transition:0.2s;transition:0.2s;cursor:pointer}body a.underline,body a:visited.underline,body .link.underline{border-bottom:1px dashed var(--focus)}body a.focus:focus,body a:visited.focus:focus,body .link.focus:focus{border-radius:var(--rad-sm);-webkit-box-shadow:0 0 0 4px var(--focus);box-shadow:0 0 0 4px var(--focus)}body a.text-color,body a:visited.text-color,body .link.text-color{color:var(--text)}body .link-btn,body a.link-btn,body a:visited.link-btn{cursor:pointer;-webkit-transition:0.2s;transition:0.2s;color:var(--theme);font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative}body .link-btn:not(.prevent-focus):focus,body a.link-btn:not(.prevent-focus):focus,body a:visited.link-btn:not(.prevent-focus):focus{border-radius:var(--rad-sm);-webkit-box-shadow:0 0 0 4px var(--focus);box-shadow:0 0 0 4px var(--focus)}body .link-btn:hover,body a.link-btn:hover,body a:visited.link-btn:hover{border-color:var(--focus)}body .medium-text{font-weight:500}body .grey-text{color:var(--text-grey);font-weight:500}body ul,body ol{list-style:none;padding:0}body ul,body ol,body h1,body h2,body h3,body h4,body h5,body h6,body p{margin:0}body h1 span.nowrap,body .h1 span.nowrap,body h2 span.nowrap,body .h2 span.nowrap,body h3 span.nowrap,body .h3 span.nowrap,body h4 span.nowrap,body .h4 span.nowrap,body h5 span.nowrap,body .h5 span.nowrap,body h6 span.nowrap,body .h6 span.nowrap{display:inline-block}body h1 span.colored,body .h1 span.colored,body h2 span.colored,body .h2 span.colored,body h3 span.colored,body .h3 span.colored,body h4 span.colored,body .h4 span.colored,body h5 span.colored,body .h5 span.colored,body h6 span.colored,body .h6 span.colored{color:var(--theme)}body h1,body .h1{font-weight:600;line-height:1.2}body h2,body .h2,body h3,body .h3,body h4,body .h4,body h5,body .h5,body h6,body .h6{font-weight:500;line-height:1.3}body h1,body .h1{font-size:var(--h1)}body h1.large,body .h1.large{font-size:calc(var(--h1) * 1.2)}body h2,body .h2{font-size:var(--h2)}body h3,body .h3{font-size:var(--h3)}body h4,body .h4{font-size:var(--h4)}body h5,body .h5{font-size:var(--h5)}body h6,body .h6{font-size:var(--h6)}body h6.fz,body .h6.fz{font-size:var(--fz)}body .hidden-link{width:100%;background:var(--grey-bg);font-weight:400;padding:0.6rem 1rem;border-radius:var(--rad-sm);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:0.2s;transition:0.2s;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body .hidden-link span.icon{color:var(--text-grey);-webkit-transition:0.2s;transition:0.2s;display:-webkit-box;display:-ms-flexbox;display:flex}body .hidden-link:hover{background:var(--opacity)}body .hidden-link.show{background:var(--opacity);color:var(--theme)}body .hidden-link.show span.icon{color:var(--theme)}body .hidden-link.show:hover{color:#fff;background:var(--theme)}body .hidden-link.show:hover span.icon{color:#fff}body .crop-text{overflow:hidden;white-space:nowrap}body .icon-block{width:var(--field);height:var(--field);border-radius:var(--rad);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.8rem;cursor:pointer;-webkit-transition:0.3s;transition:0.3s}body .icon-block span{display:-webkit-box;display:-ms-flexbox;display:flex}body .icon-block:hover{background:var(--grey-bg);background:var(--opacity);color:var(--theme)}body .icon-block.medium{--field: var(--field-medium)}body .icon-block.small{--field: var(--field-small)}body .icon-block.mini{--field: var(--field-mini)}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:2rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:3rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:2rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:3rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:1rem}body .article:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article.all-mb>*:not(.mb0){margin-bottom:2rem}body .article.all-mb>*:not(.mb0).bm{margin-bottom:3rem}body .article.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:2rem}body .article.all-mb>*:not(.mb0).bordered.bm{padding-bottom:3rem}body .article.half{width:var(--article-half)}body .article.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:.3rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:.6rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:.3rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:.6rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:.15rem}body .article-mc:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-mc.all-mb>*:not(.mb0){margin-bottom:.3rem}body .article-mc.all-mb>*:not(.mb0).bm{margin-bottom:.6rem}body .article-mc.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:.3rem}body .article-mc.all-mb>*:not(.mb0).bordered.bm{padding-bottom:.6rem}body .article-mc.half{width:var(--article-half)}body .article-mc.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:1rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:2rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:1rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:2rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:.5rem}body .article-sm:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-sm.all-mb>*:not(.mb0){margin-bottom:1rem}body .article-sm.all-mb>*:not(.mb0).bm{margin-bottom:2rem}body .article-sm.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:1rem}body .article-sm.all-mb>*:not(.mb0).bordered.bm{padding-bottom:2rem}body .article-sm.half{width:var(--article-half)}body .article-sm.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:3rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:4rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:3rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:4rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:1.5rem}body .article-md:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-md.all-mb>*:not(.mb0){margin-bottom:3rem}body .article-md.all-mb>*:not(.mb0).bm{margin-bottom:4rem}body .article-md.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:3rem}body .article-md.all-mb>*:not(.mb0).bordered.bm{padding-bottom:4rem}body .article-md.half{width:var(--article-half)}body .article-md.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:4rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:5rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:4rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:5rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:2rem}body .article-bg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-bg.all-mb>*:not(.mb0){margin-bottom:4rem}body .article-bg.all-mb>*:not(.mb0).bm{margin-bottom:5rem}body .article-bg.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:4rem}body .article-bg.all-mb>*:not(.mb0).bordered.bm{padding-bottom:5rem}body .article-bg.half{width:var(--article-half)}body .article-bg.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup){margin-bottom:6rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bm{margin-bottom:7rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn){border-bottom:1px solid var(--border);padding-bottom:6rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).bm{padding-bottom:7rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).bordered:not(.btn).small-pb{padding-bottom:3rem}body .article-lg:not(.all-mb)>*:not(:last-child):not(.mb0):not(.dashboard-sidebar-popup).mt{margin-top:auto}body .article-lg.all-mb>*:not(.mb0){margin-bottom:6rem}body .article-lg.all-mb>*:not(.mb0).bm{margin-bottom:7rem}body .article-lg.all-mb>*:not(.mb0).bordered{border-bottom:1px solid var(--border);padding-bottom:6rem}body .article-lg.all-mb>*:not(.mb0).bordered.bm{padding-bottom:7rem}body .article-lg.half{width:var(--article-half)}body .article-lg.center{width:var(--article-half);margin-left:auto;margin-right:auto;text-align:center}body [data-empty]:empty:before{content:attr(data-empty)}body .hide-empty:empty{display:none}body .empty-block{padding:var(--padding-bg) var(--padding);text-align:center;color:var(--text-grey)}body .empty-block.no-padding{padding:0}body .empty-block.vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .empty-block .icon{font-size:7rem;line-height:1;display:block;margin-bottom:1rem}body .empty-block.hidden{display:none}body .tabs{-ms-flex-item-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}body .tabs .tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:var(--padding-sm) var(--padding);font-weight:500;color:var(--text-grey);-webkit-transition:0.2s;transition:0.2s;position:relative;cursor:pointer}body .tabs .tab:after{content:'';position:absolute;left:50%;bottom:0;width:0;-webkit-transition:0.2s;transition:0.2s;height:3px;background:var(--theme);border-radius:3px 3px 0 0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body .tabs .tab:hover{color:var(--text)}body .tabs .tab.active{color:var(--text)}body .tabs .tab.active:after{width:100%}body .tabs.grow .tab{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .inline{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;--margin: 0.6rem}body .inline.full{width:100%}body .inline .line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:calc(var(--margin) * -1);-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% + (var(--margin) * 2))}body .inline .line>.grow{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .inline .line>.center{margin:0 auto;padding:var(--margin)}body .inline .line>*{margin:var(--margin)}body .inline .line .sep{-ms-flex-item-align:stretch;align-self:stretch;width:1px;background:var(--border);margin:var(--margin) calc(var(--margin) * 2)}body .inline.center .line{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body .inline.left .line{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body .inline.right .line{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body .inline.start .line{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body .inline.end .line{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}body .inline.start .line{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body .inline.large{--margin: 1.6rem}body .inline.medium{--margin: 1rem}body .inline.small{--margin: 0.2rem}body .label{color:var(--text-grey);font-weight:500;font-size:calc(var(--fz) * 0.9);line-height:1;display:block}body ymaps[class*="ground-pane"]{-webkit-filter:grayscale(1) invert(1);filter:grayscale(1) invert(1)}body ymaps[class*="inner-panes"]:after{content:'';position:absolute;top:0;pointer-events:none;right:0;bottom:0;left:0;z-index:502;background:#222;opacity:0.5}body .btn,body a.btn,body a:visited.btn{height:var(--field);font-size:var(--fz);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;border-radius:var(--rad);border:2px solid transparent;background:var(--theme);color:#000;font-weight:500;--btn-border: rgba(255, 255, 255, 0.1);cursor:pointer;-webkit-transition:0.3s;transition:0.3s;position:relative;--loading-color-1: rgba(255, 255, 255, 0.2);--loading-color-2: #fff}body .btn.rounded,body a.btn.rounded,body a:visited.btn.rounded{border-radius:3rem}body .btn span.icon,body a.btn span.icon,body a:visited.btn span.icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(var(--field) - 2px);font-size:1.8rem}body .btn span.image,body a.btn span.image,body a:visited.btn span.image{width:calc(var(--field) * 0.8 - 2px);height:calc(var(--field) * 0.8 - 2px);margin:0 calc(var(--field) * 0.1);background-position:center;background-size:contain;background-repeat:no-repeat}body .btn span.text,body a.btn span.text,body a:visited.btn span.text{padding:0 calc(var(--field) / 2);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .btn span.text:before,body a.btn span.text:before,body a:visited.btn span.text:before{margin-right:0.8rem}body .btn span.text.after:before,body a.btn span.text.after:before,body a:visited.btn span.text.after:before{margin-right:0;margin-left:0.8rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}body .btn span.arrow,body a.btn span.arrow,body a:visited.btn span.arrow{width:var(--field);-ms-flex-item-align:stretch;align-self:stretch;border-left:1px solid var(--btn-border);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:0.3s;transition:0.3s}body .btn span.arrow:before,body a.btn span.arrow:before,body a:visited.btn span.arrow:before{font-size:0.8em}body .btn span.arrow:hover,body a.btn span.arrow:hover,body a:visited.btn span.arrow:hover{background:var(--btn-border);border-color:transparent}body .btn span,body a.btn span,body a:visited.btn span{-webkit-transition:0.2s -webkit-transform;transition:0.2s -webkit-transform;transition:0.2s transform;transition:0.2s transform, 0.2s -webkit-transform}body .btn.full,body a.btn.full,body a:visited.btn.full{width:100%}body .btn:hover,body a.btn:hover,body a:visited.btn:hover{background:var(--light)}body .btn:active,body a.btn:active,body a:visited.btn:active{-webkit-box-shadow:0 0 0 4px var(--focus);box-shadow:0 0 0 4px var(--focus)}body .btn:active span,body a.btn:active span,body a:visited.btn:active span{-webkit-transform:scale(0.95);transform:scale(0.95)}body .btn.grey,body a.btn.grey,body a:visited.btn.grey{background:var(--grey-bg);color:var(--text);font-weight:600}body .btn.grey:hover,body a.btn.grey:hover,body a:visited.btn.grey:hover{background:var(--theme);color:#fff}body .btn.grey:active,body a.btn.grey:active,body a:visited.btn.grey:active{background:var(--dark);color:#fff}body .btn.ghost,body a.btn.ghost,body a:visited.btn.ghost{background:none;color:var(--text);font-weight:600;--loading-color-1: var(--border);--loading-color-2: var(--text-grey)}body .btn.ghost:hover,body a.btn.ghost:hover,body a:visited.btn.ghost:hover{background:var(--opacity);color:var(--theme)}body .btn.ghost-grey,body a.btn.ghost-grey,body a:visited.btn.ghost-grey{background:none;font-weight:600;color:var(--text-grey);--loading-color-1: var(--border);--loading-color-2: var(--text-grey)}body .btn.ghost-grey:hover,body a.btn.ghost-grey:hover,body a:visited.btn.ghost-grey:hover{background:var(--opacity);color:var(--theme)}body .btn.ghost-theme,body a.btn.ghost-theme,body a:visited.btn.ghost-theme{background:none;color:var(--theme);--loading-color-1: var(--opacity);--loading-color-2: var(--theme)}body .btn.ghost-theme:hover,body a.btn.ghost-theme:hover,body a:visited.btn.ghost-theme:hover{background:var(--opacity);color:var(--theme)}body .btn.outline,body a.btn.outline,body a:visited.btn.outline{background:none;border-color:var(--border);color:var(--text);--loading-color-1: var(--border);--loading-color-2: var(--text-grey)}body .btn.outline:hover,body a.btn.outline:hover,body a:visited.btn.outline:hover{background:var(--border);border-color:transparent}body .btn.large,body a.btn.large,body a:visited.btn.large{--field: var(--field-large)}body .btn.big,body a.btn.big,body a:visited.btn.big{--field: var(--field-big)}body .btn.medium,body a.btn.medium,body a:visited.btn.medium{--field: var(--field-medium)}body .btn.small,body a.btn.small,body a:visited.btn.small{--field: var(--field-small)}body .btn.mini,body a.btn.mini,body a:visited.btn.mini{--field: var(--field-mini)}body .btn:disabled,body a.btn:disabled,body a:visited.btn:disabled{border-color:transparent !important;background:var(--border) !important;color:var(--text-grey) !important;cursor:default;-webkit-box-shadow:none !important;box-shadow:none !important;--loading-color-1: var(--border);--loading-color-2: var(--text-grey)}body .btn .spinner,body a.btn .spinner,body a:visited.btn .spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body .btn .spinner:before,body a.btn .spinner:before,body a:visited.btn .spinner:before{content:'';width:2rem;height:2rem;border:2px solid var(--loading-color-1);border-radius:100%;border-bottom:2px solid var(--loading-color-2);-webkit-animation:loading 0.7s infinite linear;animation:loading 0.7s infinite linear}body .btn.loading,body a.btn.loading,body a:visited.btn.loading{-webkit-box-shadow:none !important;box-shadow:none !important;cursor:default}body .btn.loading>*:not(.spinner),body a.btn.loading>*:not(.spinner),body a:visited.btn.loading>*:not(.spinner){opacity:0}body .btn.loading .spinner,body a.btn.loading .spinner,body a:visited.btn.loading .spinner{display:-webkit-box;display:-ms-flexbox;display:flex}body .section-padding{padding:var(--padding-bg) 0}body .count-square{color:var(--text-grey);background:var(--border);font-weight:600;padding:0 0.4rem;border-radius:var(--rad-sm);-webkit-transition:0.2s;transition:0.2s}body .hide-block{display:none}body .text-center{text-align:center}body .theme-text{color:var(--theme)}body input[type="text"]:not(.large-time-input):not(.cell-data),body input[type="email"]:not(.large-time-input):not(.cell-data),body input[type="url"]:not(.large-time-input):not(.cell-data),body input[type="password"]:not(.large-time-input):not(.cell-data),body input[type="search"]:not(.large-time-input):not(.cell-data),body input[type="number"]:not(.large-time-input):not(.cell-data),body input[type="tel"]:not(.large-time-input):not(.cell-data),body input[type="range"]:not(.large-time-input):not(.cell-data),body input[type="date"]:not(.large-time-input):not(.cell-data),body input[type="month"]:not(.large-time-input):not(.cell-data),body input[type="week"]:not(.large-time-input):not(.cell-data),body input[type="time"]:not(.large-time-input):not(.cell-data),body input[type="datetime"]:not(.large-time-input):not(.cell-data),body input[type="datetime-local"]:not(.large-time-input):not(.cell-data),body input[type="color"]:not(.large-time-input):not(.cell-data),body textarea:not(.large-time-input):not(.cell-data){height:var(--field);border-radius:var(--rad);border:1px solid var(--border);background:var(--grey-bg);padding:0 calc(var(--field) / 2.5);font-size:var(--fz);-webkit-transition:0.3s;transition:0.3s;width:100%;color:var(--text);font-weight:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}body input[type="text"]:not(.large-time-input):not(.cell-data).center,body input[type="email"]:not(.large-time-input):not(.cell-data).center,body input[type="url"]:not(.large-time-input):not(.cell-data).center,body input[type="password"]:not(.large-time-input):not(.cell-data).center,body input[type="search"]:not(.large-time-input):not(.cell-data).center,body input[type="number"]:not(.large-time-input):not(.cell-data).center,body input[type="tel"]:not(.large-time-input):not(.cell-data).center,body input[type="range"]:not(.large-time-input):not(.cell-data).center,body input[type="date"]:not(.large-time-input):not(.cell-data).center,body input[type="month"]:not(.large-time-input):not(.cell-data).center,body input[type="week"]:not(.large-time-input):not(.cell-data).center,body input[type="time"]:not(.large-time-input):not(.cell-data).center,body input[type="datetime"]:not(.large-time-input):not(.cell-data).center,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).center,body input[type="color"]:not(.large-time-input):not(.cell-data).center,body textarea:not(.large-time-input):not(.cell-data).center{text-align:center}body input[type="text"]:not(.large-time-input):not(.cell-data).text,body input[type="email"]:not(.large-time-input):not(.cell-data).text,body input[type="url"]:not(.large-time-input):not(.cell-data).text,body input[type="password"]:not(.large-time-input):not(.cell-data).text,body input[type="search"]:not(.large-time-input):not(.cell-data).text,body input[type="number"]:not(.large-time-input):not(.cell-data).text,body input[type="tel"]:not(.large-time-input):not(.cell-data).text,body input[type="range"]:not(.large-time-input):not(.cell-data).text,body input[type="date"]:not(.large-time-input):not(.cell-data).text,body input[type="month"]:not(.large-time-input):not(.cell-data).text,body input[type="week"]:not(.large-time-input):not(.cell-data).text,body input[type="time"]:not(.large-time-input):not(.cell-data).text,body input[type="datetime"]:not(.large-time-input):not(.cell-data).text,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).text,body input[type="color"]:not(.large-time-input):not(.cell-data).text,body textarea:not(.large-time-input):not(.cell-data).text{padding:0 !important;border:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;border-radius:0;-webkit-transition:0s;transition:0s}body input[type="text"]:not(.large-time-input):not(.cell-data).bg,body input[type="email"]:not(.large-time-input):not(.cell-data).bg,body input[type="url"]:not(.large-time-input):not(.cell-data).bg,body input[type="password"]:not(.large-time-input):not(.cell-data).bg,body input[type="search"]:not(.large-time-input):not(.cell-data).bg,body input[type="number"]:not(.large-time-input):not(.cell-data).bg,body input[type="tel"]:not(.large-time-input):not(.cell-data).bg,body input[type="range"]:not(.large-time-input):not(.cell-data).bg,body input[type="date"]:not(.large-time-input):not(.cell-data).bg,body input[type="month"]:not(.large-time-input):not(.cell-data).bg,body input[type="week"]:not(.large-time-input):not(.cell-data).bg,body input[type="time"]:not(.large-time-input):not(.cell-data).bg,body input[type="datetime"]:not(.large-time-input):not(.cell-data).bg,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).bg,body input[type="color"]:not(.large-time-input):not(.cell-data).bg,body textarea:not(.large-time-input):not(.cell-data).bg{border-color:transparent;background:var(--bg)}body input[type="text"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="email"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="url"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="password"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="search"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="number"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="tel"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="range"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="date"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="month"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="week"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="time"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="datetime"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).bg:hover,body input[type="color"]:not(.large-time-input):not(.cell-data).bg:hover,body textarea:not(.large-time-input):not(.cell-data).bg:hover{border-color:var(--opacity);-webkit-box-shadow:0 0 0 3px var(--opacity);box-shadow:0 0 0 3px var(--opacity)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost,body textarea:not(.large-time-input):not(.cell-data).ghost{padding:0;border:none;-webkit-box-shadow:none;box-shadow:none}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost:hover,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost:hover,body textarea:not(.large-time-input):not(.cell-data).ghost:hover{background:var(--grey-bg);padding:0 1rem}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost:focus,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost:focus,body textarea:not(.large-time-input):not(.cell-data).ghost:focus{padding:0 1rem;-webkit-box-shadow:0 0 0 3px var(--focus);box-shadow:0 0 0 3px var(--focus);background:var(--opacity)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h6,body textarea:not(.large-time-input):not(.cell-data).ghost.h1,body textarea:not(.large-time-input):not(.cell-data).ghost.h2,body textarea:not(.large-time-input):not(.cell-data).ghost.h3,body textarea:not(.large-time-input):not(.cell-data).ghost.h4,body textarea:not(.large-time-input):not(.cell-data).ghost.h5,body textarea:not(.large-time-input):not(.cell-data).ghost.h6{font-weight:600}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h1,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h1,body textarea:not(.large-time-input):not(.cell-data).ghost.h1{font-size:var(--h1)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h2,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h2,body textarea:not(.large-time-input):not(.cell-data).ghost.h2{font-size:var(--h2)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h3,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h3,body textarea:not(.large-time-input):not(.cell-data).ghost.h3{font-size:var(--h3)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h4,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h4,body textarea:not(.large-time-input):not(.cell-data).ghost.h4{font-size:var(--h4)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h5,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h5,body textarea:not(.large-time-input):not(.cell-data).ghost.h5{font-size:var(--h5)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h6,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h6,body textarea:not(.large-time-input):not(.cell-data).ghost.h6{font-size:var(--h6)}body input[type="text"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="email"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="url"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="password"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="search"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="number"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="tel"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="range"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="date"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="month"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="week"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="time"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="datetime"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body input[type="color"]:not(.large-time-input):not(.cell-data).ghost.h6.fz,body textarea:not(.large-time-input):not(.cell-data).ghost.h6.fz{font-size:var(--fz)}body input[type="text"]:not(.large-time-input):not(.cell-data).fit,body input[type="email"]:not(.large-time-input):not(.cell-data).fit,body input[type="url"]:not(.large-time-input):not(.cell-data).fit,body input[type="password"]:not(.large-time-input):not(.cell-data).fit,body input[type="search"]:not(.large-time-input):not(.cell-data).fit,body input[type="number"]:not(.large-time-input):not(.cell-data).fit,body input[type="tel"]:not(.large-time-input):not(.cell-data).fit,body input[type="range"]:not(.large-time-input):not(.cell-data).fit,body input[type="date"]:not(.large-time-input):not(.cell-data).fit,body input[type="month"]:not(.large-time-input):not(.cell-data).fit,body input[type="week"]:not(.large-time-input):not(.cell-data).fit,body input[type="time"]:not(.large-time-input):not(.cell-data).fit,body input[type="datetime"]:not(.large-time-input):not(.cell-data).fit,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).fit,body input[type="color"]:not(.large-time-input):not(.cell-data).fit,body textarea:not(.large-time-input):not(.cell-data).fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}body input[type="text"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="email"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="url"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="password"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="search"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="number"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="tel"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="range"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="date"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="month"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="week"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="time"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="datetime"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).fit.time-mask,body input[type="color"]:not(.large-time-input):not(.cell-data).fit.time-mask,body textarea:not(.large-time-input):not(.cell-data).fit.time-mask{width:var(--time-input);padding:0;text-align:center}body input[type="text"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="email"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="url"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="password"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="search"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="number"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="tel"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="range"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="date"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="month"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="week"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="time"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="datetime"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).fit.date-input,body input[type="color"]:not(.large-time-input):not(.cell-data).fit.date-input,body textarea:not(.large-time-input):not(.cell-data).fit.date-input{width:var(--date-input)}body input[type="text"]:not(.large-time-input):not(.cell-data).grow,body input[type="email"]:not(.large-time-input):not(.cell-data).grow,body input[type="url"]:not(.large-time-input):not(.cell-data).grow,body input[type="password"]:not(.large-time-input):not(.cell-data).grow,body input[type="search"]:not(.large-time-input):not(.cell-data).grow,body input[type="number"]:not(.large-time-input):not(.cell-data).grow,body input[type="tel"]:not(.large-time-input):not(.cell-data).grow,body input[type="range"]:not(.large-time-input):not(.cell-data).grow,body input[type="date"]:not(.large-time-input):not(.cell-data).grow,body input[type="month"]:not(.large-time-input):not(.cell-data).grow,body input[type="week"]:not(.large-time-input):not(.cell-data).grow,body input[type="time"]:not(.large-time-input):not(.cell-data).grow,body input[type="datetime"]:not(.large-time-input):not(.cell-data).grow,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).grow,body input[type="color"]:not(.large-time-input):not(.cell-data).grow,body textarea:not(.large-time-input):not(.cell-data).grow{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body input[type="text"]:not(.large-time-input):not(.cell-data).select-input,body input[type="email"]:not(.large-time-input):not(.cell-data).select-input,body input[type="url"]:not(.large-time-input):not(.cell-data).select-input,body input[type="password"]:not(.large-time-input):not(.cell-data).select-input,body input[type="search"]:not(.large-time-input):not(.cell-data).select-input,body input[type="number"]:not(.large-time-input):not(.cell-data).select-input,body input[type="tel"]:not(.large-time-input):not(.cell-data).select-input,body input[type="range"]:not(.large-time-input):not(.cell-data).select-input,body input[type="date"]:not(.large-time-input):not(.cell-data).select-input,body input[type="month"]:not(.large-time-input):not(.cell-data).select-input,body input[type="week"]:not(.large-time-input):not(.cell-data).select-input,body input[type="time"]:not(.large-time-input):not(.cell-data).select-input,body input[type="datetime"]:not(.large-time-input):not(.cell-data).select-input,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).select-input,body input[type="color"]:not(.large-time-input):not(.cell-data).select-input,body textarea:not(.large-time-input):not(.cell-data).select-input{cursor:pointer}body input[type="text"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="email"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="url"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="password"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="search"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="number"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="tel"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="range"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="date"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="month"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="week"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="time"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="datetime"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="datetime-local"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body input[type="color"]:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder, body textarea:not(.large-time-input):not(.cell-data)::-webkit-input-placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="email"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="url"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="password"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="search"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="number"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="tel"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="range"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="date"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="month"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="week"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="time"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="datetime"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="datetime-local"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body input[type="color"]:not(.large-time-input):not(.cell-data)::-moz-placeholder, body textarea:not(.large-time-input):not(.cell-data)::-moz-placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="email"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="url"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="password"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="search"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="number"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="tel"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="range"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="date"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="month"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="week"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="time"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="datetime"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="datetime-local"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body input[type="color"]:not(.large-time-input):not(.cell-data):-ms-input-placeholder, body textarea:not(.large-time-input):not(.cell-data):-ms-input-placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="email"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="url"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="password"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="search"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="number"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="tel"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="range"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="date"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="month"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="week"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="time"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="datetime"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="datetime-local"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body input[type="color"]:not(.large-time-input):not(.cell-data)::-ms-input-placeholder, body textarea:not(.large-time-input):not(.cell-data)::-ms-input-placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="email"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="url"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="password"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="search"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="number"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="tel"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="range"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="date"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="month"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="week"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="time"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="datetime"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data)::placeholder,body input[type="color"]:not(.large-time-input):not(.cell-data)::placeholder,body textarea:not(.large-time-input):not(.cell-data)::placeholder{color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data).no-border,body input[type="email"]:not(.large-time-input):not(.cell-data).no-border,body input[type="url"]:not(.large-time-input):not(.cell-data).no-border,body input[type="password"]:not(.large-time-input):not(.cell-data).no-border,body input[type="search"]:not(.large-time-input):not(.cell-data).no-border,body input[type="number"]:not(.large-time-input):not(.cell-data).no-border,body input[type="tel"]:not(.large-time-input):not(.cell-data).no-border,body input[type="range"]:not(.large-time-input):not(.cell-data).no-border,body input[type="date"]:not(.large-time-input):not(.cell-data).no-border,body input[type="month"]:not(.large-time-input):not(.cell-data).no-border,body input[type="week"]:not(.large-time-input):not(.cell-data).no-border,body input[type="time"]:not(.large-time-input):not(.cell-data).no-border,body input[type="datetime"]:not(.large-time-input):not(.cell-data).no-border,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).no-border,body input[type="color"]:not(.large-time-input):not(.cell-data).no-border,body textarea:not(.large-time-input):not(.cell-data).no-border{padding:0;border:none}body input[type="text"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="email"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="url"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="password"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="search"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="number"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="tel"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="range"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="date"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="month"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="week"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="time"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="datetime"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body input[type="color"]:not(.large-time-input):not(.cell-data):not(.no-style):focus,body textarea:not(.large-time-input):not(.cell-data):not(.no-style):focus{color:var(--text)}body input[type="text"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="email"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="url"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="password"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="search"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="number"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="tel"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="range"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="date"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="month"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="week"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="time"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="datetime"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body input[type="color"]:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus,body textarea:not(.large-time-input):not(.cell-data):not(.no-style):not(.no-border):focus{border-color:var(--focus);-webkit-box-shadow:0 0 0 3px var(--focus);box-shadow:0 0 0 3px var(--focus)}body input[type="text"]:not(.large-time-input):not(.cell-data).large,body input[type="email"]:not(.large-time-input):not(.cell-data).large,body input[type="url"]:not(.large-time-input):not(.cell-data).large,body input[type="password"]:not(.large-time-input):not(.cell-data).large,body input[type="search"]:not(.large-time-input):not(.cell-data).large,body input[type="number"]:not(.large-time-input):not(.cell-data).large,body input[type="tel"]:not(.large-time-input):not(.cell-data).large,body input[type="range"]:not(.large-time-input):not(.cell-data).large,body input[type="date"]:not(.large-time-input):not(.cell-data).large,body input[type="month"]:not(.large-time-input):not(.cell-data).large,body input[type="week"]:not(.large-time-input):not(.cell-data).large,body input[type="time"]:not(.large-time-input):not(.cell-data).large,body input[type="datetime"]:not(.large-time-input):not(.cell-data).large,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).large,body input[type="color"]:not(.large-time-input):not(.cell-data).large,body textarea:not(.large-time-input):not(.cell-data).large{--field: var(--field-large)}body input[type="text"]:not(.large-time-input):not(.cell-data).big,body input[type="email"]:not(.large-time-input):not(.cell-data).big,body input[type="url"]:not(.large-time-input):not(.cell-data).big,body input[type="password"]:not(.large-time-input):not(.cell-data).big,body input[type="search"]:not(.large-time-input):not(.cell-data).big,body input[type="number"]:not(.large-time-input):not(.cell-data).big,body input[type="tel"]:not(.large-time-input):not(.cell-data).big,body input[type="range"]:not(.large-time-input):not(.cell-data).big,body input[type="date"]:not(.large-time-input):not(.cell-data).big,body input[type="month"]:not(.large-time-input):not(.cell-data).big,body input[type="week"]:not(.large-time-input):not(.cell-data).big,body input[type="time"]:not(.large-time-input):not(.cell-data).big,body input[type="datetime"]:not(.large-time-input):not(.cell-data).big,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).big,body input[type="color"]:not(.large-time-input):not(.cell-data).big,body textarea:not(.large-time-input):not(.cell-data).big{--field: var(--field-big)}body input[type="text"]:not(.large-time-input):not(.cell-data).medium,body input[type="email"]:not(.large-time-input):not(.cell-data).medium,body input[type="url"]:not(.large-time-input):not(.cell-data).medium,body input[type="password"]:not(.large-time-input):not(.cell-data).medium,body input[type="search"]:not(.large-time-input):not(.cell-data).medium,body input[type="number"]:not(.large-time-input):not(.cell-data).medium,body input[type="tel"]:not(.large-time-input):not(.cell-data).medium,body input[type="range"]:not(.large-time-input):not(.cell-data).medium,body input[type="date"]:not(.large-time-input):not(.cell-data).medium,body input[type="month"]:not(.large-time-input):not(.cell-data).medium,body input[type="week"]:not(.large-time-input):not(.cell-data).medium,body input[type="time"]:not(.large-time-input):not(.cell-data).medium,body input[type="datetime"]:not(.large-time-input):not(.cell-data).medium,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).medium,body input[type="color"]:not(.large-time-input):not(.cell-data).medium,body textarea:not(.large-time-input):not(.cell-data).medium{--field: var(--field-medium)}body input[type="text"]:not(.large-time-input):not(.cell-data).small,body input[type="email"]:not(.large-time-input):not(.cell-data).small,body input[type="url"]:not(.large-time-input):not(.cell-data).small,body input[type="password"]:not(.large-time-input):not(.cell-data).small,body input[type="search"]:not(.large-time-input):not(.cell-data).small,body input[type="number"]:not(.large-time-input):not(.cell-data).small,body input[type="tel"]:not(.large-time-input):not(.cell-data).small,body input[type="range"]:not(.large-time-input):not(.cell-data).small,body input[type="date"]:not(.large-time-input):not(.cell-data).small,body input[type="month"]:not(.large-time-input):not(.cell-data).small,body input[type="week"]:not(.large-time-input):not(.cell-data).small,body input[type="time"]:not(.large-time-input):not(.cell-data).small,body input[type="datetime"]:not(.large-time-input):not(.cell-data).small,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).small,body input[type="color"]:not(.large-time-input):not(.cell-data).small,body textarea:not(.large-time-input):not(.cell-data).small{--field: var(--field-small)}body input[type="text"]:not(.large-time-input):not(.cell-data).mini,body input[type="email"]:not(.large-time-input):not(.cell-data).mini,body input[type="url"]:not(.large-time-input):not(.cell-data).mini,body input[type="password"]:not(.large-time-input):not(.cell-data).mini,body input[type="search"]:not(.large-time-input):not(.cell-data).mini,body input[type="number"]:not(.large-time-input):not(.cell-data).mini,body input[type="tel"]:not(.large-time-input):not(.cell-data).mini,body input[type="range"]:not(.large-time-input):not(.cell-data).mini,body input[type="date"]:not(.large-time-input):not(.cell-data).mini,body input[type="month"]:not(.large-time-input):not(.cell-data).mini,body input[type="week"]:not(.large-time-input):not(.cell-data).mini,body input[type="time"]:not(.large-time-input):not(.cell-data).mini,body input[type="datetime"]:not(.large-time-input):not(.cell-data).mini,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).mini,body input[type="color"]:not(.large-time-input):not(.cell-data).mini,body textarea:not(.large-time-input):not(.cell-data).mini{--field: var(--field-mini)}body input[type="text"]:not(.large-time-input):not(.cell-data).error,body input[type="email"]:not(.large-time-input):not(.cell-data).error,body input[type="url"]:not(.large-time-input):not(.cell-data).error,body input[type="password"]:not(.large-time-input):not(.cell-data).error,body input[type="search"]:not(.large-time-input):not(.cell-data).error,body input[type="number"]:not(.large-time-input):not(.cell-data).error,body input[type="tel"]:not(.large-time-input):not(.cell-data).error,body input[type="range"]:not(.large-time-input):not(.cell-data).error,body input[type="date"]:not(.large-time-input):not(.cell-data).error,body input[type="month"]:not(.large-time-input):not(.cell-data).error,body input[type="week"]:not(.large-time-input):not(.cell-data).error,body input[type="time"]:not(.large-time-input):not(.cell-data).error,body input[type="datetime"]:not(.large-time-input):not(.cell-data).error,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).error,body input[type="color"]:not(.large-time-input):not(.cell-data).error,body textarea:not(.large-time-input):not(.cell-data).error{border-color:var(--red-focus) !important;-webkit-box-shadow:0 0 0 3px var(--red-focus) !important;box-shadow:0 0 0 3px var(--red-focus) !important}body input[type="text"]:not(.large-time-input):not(.cell-data):disabled,body input[type="email"]:not(.large-time-input):not(.cell-data):disabled,body input[type="url"]:not(.large-time-input):not(.cell-data):disabled,body input[type="password"]:not(.large-time-input):not(.cell-data):disabled,body input[type="search"]:not(.large-time-input):not(.cell-data):disabled,body input[type="number"]:not(.large-time-input):not(.cell-data):disabled,body input[type="tel"]:not(.large-time-input):not(.cell-data):disabled,body input[type="range"]:not(.large-time-input):not(.cell-data):disabled,body input[type="date"]:not(.large-time-input):not(.cell-data):disabled,body input[type="month"]:not(.large-time-input):not(.cell-data):disabled,body input[type="week"]:not(.large-time-input):not(.cell-data):disabled,body input[type="time"]:not(.large-time-input):not(.cell-data):disabled,body input[type="datetime"]:not(.large-time-input):not(.cell-data):disabled,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data):disabled,body input[type="color"]:not(.large-time-input):not(.cell-data):disabled,body textarea:not(.large-time-input):not(.cell-data):disabled{border-color:transparent;background:var(--border);color:var(--text-grey)}body input[type="text"]:not(.large-time-input):not(.cell-data).no-style,body input[type="email"]:not(.large-time-input):not(.cell-data).no-style,body input[type="url"]:not(.large-time-input):not(.cell-data).no-style,body input[type="password"]:not(.large-time-input):not(.cell-data).no-style,body input[type="search"]:not(.large-time-input):not(.cell-data).no-style,body input[type="number"]:not(.large-time-input):not(.cell-data).no-style,body input[type="tel"]:not(.large-time-input):not(.cell-data).no-style,body input[type="range"]:not(.large-time-input):not(.cell-data).no-style,body input[type="date"]:not(.large-time-input):not(.cell-data).no-style,body input[type="month"]:not(.large-time-input):not(.cell-data).no-style,body input[type="week"]:not(.large-time-input):not(.cell-data).no-style,body input[type="time"]:not(.large-time-input):not(.cell-data).no-style,body input[type="datetime"]:not(.large-time-input):not(.cell-data).no-style,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).no-style,body input[type="color"]:not(.large-time-input):not(.cell-data).no-style,body textarea:not(.large-time-input):not(.cell-data).no-style{background:none;-webkit-box-shadow:none !important;box-shadow:none !important;border:none}body input[type="text"]:not(.large-time-input):not(.cell-data).code-input,body input[type="email"]:not(.large-time-input):not(.cell-data).code-input,body input[type="url"]:not(.large-time-input):not(.cell-data).code-input,body input[type="password"]:not(.large-time-input):not(.cell-data).code-input,body input[type="search"]:not(.large-time-input):not(.cell-data).code-input,body input[type="number"]:not(.large-time-input):not(.cell-data).code-input,body input[type="tel"]:not(.large-time-input):not(.cell-data).code-input,body input[type="range"]:not(.large-time-input):not(.cell-data).code-input,body input[type="date"]:not(.large-time-input):not(.cell-data).code-input,body input[type="month"]:not(.large-time-input):not(.cell-data).code-input,body input[type="week"]:not(.large-time-input):not(.cell-data).code-input,body input[type="time"]:not(.large-time-input):not(.cell-data).code-input,body input[type="datetime"]:not(.large-time-input):not(.cell-data).code-input,body input[type="datetime-local"]:not(.large-time-input):not(.cell-data).code-input,body input[type="color"]:not(.large-time-input):not(.cell-data).code-input,body textarea:not(.large-time-input):not(.cell-data).code-input{padding:0;width:7rem;height:8rem;text-align:center;font-size:4rem;background:none;border:1px solid var(--border);caret-color:transparent}body .code-inputs{display:-webkit-box;display:-ms-flexbox;display:flex}body .code-inputs .code-input:not(:last-child){margin-right:1rem}body .large-time-input{width:100%;text-align:center;font-family:var(--mono);border:none;padding:0;-webkit-transition:0.2s;transition:0.2s;font-size:7rem;font-weight:700;color:var(--text)}body .large-time-input:focus{color:var(--text)}body .large-time-input.error{color:var(--red)}body .tags-input{border:1px solid var(--border);min-height:var(--field);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0.5rem;position:relative;border-radius:var(--rad)}body .tags-input>input:not(.large-time-input):not(.cell-data){padding:0 calc((var(--field) / 2.5) - 0.5rem);height:calc(var(--field) - 2px - 1rem);-ms-flex-item-align:stretch;align-self:stretch;border:none;-webkit-box-shadow:none !important;box-shadow:none !important;width:16rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;z-index:2}body .tags-input .tag{position:relative;z-index:2;margin:0.3rem}body .tags-input label{position:absolute;top:0;right:0;bottom:0;left:0}body .progress .progress-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:500}body .progress .line{background:var(--grey-bg);height:4px;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:2px;overflow:hidden}body .progress .line.green{--theme: var(--green)}body .progress .line.red{--theme: var(--red)}body .progress .line.orange{--theme: var(--orange)}body .progress .line span{background:var(--theme);-webkit-transition:0.2s;transition:0.2s}body textarea:not(.large-time-input):not(.cell-data){height:auto;padding-top:calc((var(--field) - var(--fz)) / 2.8) !important;padding-bottom:calc((var(--field) - var(--fz)) / 2.8) !important;resize:none}body .toggler{background:var(--border);height:var(--field);display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:var(--rad);padding:0.4rem}body .toggler .item{padding:0 calc(var(--field) / 3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;cursor:pointer;-webkit-transition:0.2s;transition:0.2s;color:var(--text-grey);border-radius:var(--rad)}body .toggler .item:hover{color:var(--text)}body .toggler .item.active{background:var(--bg);color:var(--text)}body .toggler .item span.icon{display:-webkit-box;display:-ms-flexbox;display:flex}body .large-avatar{width:calc(var(--field) * 2.5);height:calc(var(--field) * 2.5);font-size:calc(var(--field));background:var(--opacity);font-weight:600;color:var(--theme);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;position:relative}body .large-avatar .icon{position:absolute;right:5%;bottom:5%;font-size:var(--fz);height:2rem;width:2rem;background:var(--theme);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100%;font-size:1.2rem;-webkit-box-shadow:0 0 0 4px var(--bg);box-shadow:0 0 0 4px var(--bg)}body .large-avatar.large{--field: var(--field-large)}body .large-avatar.big{--field: var(--field-big)}body .large-avatar.medium{--field: var(--field-medium)}body .large-avatar.small{--field: var(--field-small)}body .large-avatar.mini{--field: var(--field-mini)}body .avatar{width:var(--field);height:var(--field);border-radius:var(--rad);font-size:1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--opacity);color:var(--theme);-ms-flex-negative:0;flex-shrink:0;background-position:center;background-size:cover;font-weight:600;position:relative}body .avatar .close{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:var(--shadow-s);box-shadow:var(--shadow-s);background:var(--red);color:#fff;border-radius:100%;font-size:0.8rem;width:1.6rem;height:1.6rem;-webkit-transform:translate(30%, -30%);transform:translate(30%, -30%);opacity:0;cursor:pointer;-webkit-transition:0.2s;transition:0.2s}body .avatar:hover .close{opacity:1}body .avatar:after{content:'';position:absolute;bottom:-1px;right:-1px;height:14px;width:14px;opacity:0;border-radius:100%;border:2px solid var(--bg)}body .avatar.online:after{opacity:1;background:var(--green)}body .avatar.new:after{opacity:1;background:var(--red)}body .avatar.large{--field: var(--field-large)}body .avatar.big{--field: var(--field-big)}body .avatar.medium{--field: var(--field-medium)}body .avatar.small{--field: var(--field-small)}body .avatar.mini{--field: var(--field-mini)}body .avatar.red{--theme: var(--red);--opacity: var(--red-opacity)}body .avatar.orange{--theme: var(--orange);--opacity: var(--orange-opacity)}body .avatar.green{--theme: var(--green);--opacity: var(--green-opacity)}body .avatar.blue{--theme: var(--blue);--opacity: var(--blue-opacity)}body .params .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body .params .item .title{-ms-flex-negative:0;flex-shrink:0;padding-right:2rem;color:var(--text-grey);font-weight:500}body .params .item .value{text-align:right}body .params .item:not(:last-child){margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}body .sep-line{background:var(--grey-bg);height:1rem}body .input-wrapper{position:relative}body .input-wrapper.full{width:100%}body .input-wrapper>.icon,body .input-wrapper>.clear-input,body .input-wrapper>.arrow,body .input-wrapper>.fixed-label{position:absolute;top:0;bottom:0;width:var(--field);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--text-grey)}body .input-wrapper>.icon.theme,body .input-wrapper>.clear-input.theme,body .input-wrapper>.arrow.theme,body .input-wrapper>.fixed-label.theme{color:var(--theme)}body .input-wrapper>.icon.bold:before,body .input-wrapper>.clear-input.bold:before,body .input-wrapper>.arrow.bold:before,body .input-wrapper>.fixed-label.bold:before{font-weight:600}body .input-wrapper>.icon.large,body .input-wrapper>.clear-input.large,body .input-wrapper>.arrow.large,body .input-wrapper>.fixed-label.large{--field: var(--field-large)}body .input-wrapper>.icon.big,body .input-wrapper>.clear-input.big,body .input-wrapper>.arrow.big,body .input-wrapper>.fixed-label.big{--field: var(--field-big)}body .input-wrapper>.icon.medium,body .input-wrapper>.clear-input.medium,body .input-wrapper>.arrow.medium,body .input-wrapper>.fixed-label.medium{--field: var(--field-medium)}body .input-wrapper>.icon.small,body .input-wrapper>.clear-input.small,body .input-wrapper>.arrow.small,body .input-wrapper>.fixed-label.small{--field: var(--field-small)}body .input-wrapper>.icon.mini,body .input-wrapper>.clear-input.mini,body .input-wrapper>.arrow.mini,body .input-wrapper>.fixed-label.mini{--field: var(--field-mini)}body .input-wrapper>.icon.icon,body .input-wrapper>.clear-input.icon,body .input-wrapper>.arrow.icon,body .input-wrapper>.fixed-label.icon{pointer-events:none;left:0}body .input-wrapper>.icon.arrow,body .input-wrapper>.clear-input.arrow,body .input-wrapper>.arrow.arrow,body .input-wrapper>.fixed-label.arrow{pointer-events:none;right:0}body .input-wrapper>.icon.fixed-label,body .input-wrapper>.clear-input.fixed-label,body .input-wrapper>.arrow.fixed-label,body .input-wrapper>.fixed-label.fixed-label{pointer-events:none;right:0}body .input-wrapper>.icon.clear-input,body .input-wrapper>.clear-input.clear-input,body .input-wrapper>.arrow.clear-input,body .input-wrapper>.fixed-label.clear-input{-webkit-transition:0.2s;transition:0.2s;right:0;opacity:0;cursor:pointer}body .input-wrapper>.icon.clear-input:hover,body .input-wrapper>.clear-input.clear-input:hover,body .input-wrapper>.arrow.clear-input:hover,body .input-wrapper>.fixed-label.clear-input:hover{color:var(--red)}body .input-wrapper>.icon ~ input{padding-left:var(--field) !important}body .input-wrapper>.clear-input ~ input{padding-right:var(--field) !important}body .input-wrapper>.arrow ~ input{padding-right:var(--field) !important}body .input-wrapper>.fixed-label ~ input{padding-right:var(--field) !important}body .input-wrapper .inline{position:absolute;top:0;bottom:0;right:calc((var(--field) - var(--field-medium)) / 2);-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .input-wrapper:hover>.clear-input{opacity:1 !important}body .input-wrapper .dropdown-menu{width:100%}body .input-wrapper.with-btns{display:-webkit-box;display:-ms-flexbox;display:flex}body .input-wrapper.with-btns input{margin:0 1rem}body .input-wrapper.with-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .input-wrapper.with-checkbox .checkbox{-ms-flex-negative:0;flex-shrink:0;margin-right:1.5rem}body .input-wrapper.with-checkbox label{cursor:pointer}body .inputs-line{display:-webkit-box;display:-ms-flexbox;display:flex}body .inputs-line>.line{margin:-1rem;width:calc(100% + 2rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body .inputs-line>.line>*{width:calc((100% / var(--inputs-line)) - 2rem);margin:1rem}body .inputs-line>.line>*.small{width:calc(((100% / var(--inputs-line)) * 0.5) - 2rem)}body .inputs-line>.line>*.large{width:calc(((100% / var(--inputs-line)) * 1.5) - 2rem)}body .inputs-line>.line>*.full{width:calc(100% - 2rem)}body .inputs-line.center .line{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body .inputs-line.left .line{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}body .inputs-line.right .line{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}body .inputs-line.start .line{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body .inputs-line.end .line{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}body .inputs-line.start .line{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body .ui-datepicker{border:1px solid var(--border);border-radius:var(--rad-md);background:var(--bg);-webkit-box-shadow:var(--shadow-s);box-shadow:var(--shadow-s);padding:var(--padding);display:none;z-index:60 !important}body .ui-datepicker.ui-datepicker-inline{padding:0;-webkit-box-shadow:none;box-shadow:none;width:100%;border:none;z-index:1}body .ui-datepicker .ui-datepicker-header{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--border);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .ui-datepicker .ui-datepicker-header .ui-datepicker-next{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}body .ui-datepicker .ui-datepicker-header .ui-datepicker-title{font-size:1.8rem;font-weight:600}body .ui-datepicker table{margin:0}body .ui-datepicker table th{font-weight:500;color:var(--text-grey)}body .ui-datepicker table td a,body .ui-datepicker table td span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3.8rem;height:3.8rem;line-height:1;border-radius:var(--rad-sm);font-weight:500}body .ui-datepicker table td a:hover{background:var(--opacity)}body .ui-datepicker table td a.ui-state-active{background:var(--theme);color:#fff !important}body .ui-datepicker table td.ui-datepicker-other-month span,body .ui-datepicker table td.ui-datepicker-other-month a{color:var(--text)}body .count,body [data-count]:not([data-count="0"]):after{font-size:calc(var(--fz) * 0.8);font-weight:600;background:var(--red);color:#fff;line-height:2rem;padding:0 0.4rem;min-width:2rem;text-align:center;border-radius:0.9rem;-ms-flex-negative:0;flex-shrink:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:0.2s;transition:0.2s}body .count.hidden{opacity:0}body [data-count]:not([data-count="0"]){position:relative}body [data-count]:not([data-count="0"]):after{content:attr(data-count);position:absolute;top:0;right:0;-webkit-transform:translateX(50%);transform:translateX(50%)}body .checkbox input{display:none}body .checkbox label{height:var(--checkbox);width:var(--checkbox);background:var(--grey-bg);border-radius:var(--rad-sm);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:transparent;-webkit-transition:0.3s;transition:0.3s;cursor:pointer;font-size:1.2rem}body .checkbox input.error+label{-webkit-box-shadow:0 0 0 3px var(--red-focus);box-shadow:0 0 0 3px var(--red-focus);background:var(--red-opacity)}body .checkbox input:checked+label{background:var(--theme);border-color:transparent;color:#fff}body .checkbox input:active+label{border-color:var(--focus);-webkit-box-shadow:0 0 0 3px var(--focus);box-shadow:0 0 0 3px var(--focus)}body .dropdown-menu{position:absolute;padding:0.6rem 0;z-index:12;display:none}body .dropdown-menu .content{border:1px solid var(--border);-webkit-box-shadow:var(--shadow-m);box-shadow:var(--shadow-m);border-radius:var(--rad);background:var(--bg);padding:0.3rem 0.5rem;max-height:24rem;overflow:auto}body .dropdown-menu .content .item{padding:0.8rem calc((var(--field) / 2) - 0.5rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:var(--rad);-webkit-transition:0.2s;transition:0.2s;color:var(--text);font-weight:500;margin:0.2rem 0}body .dropdown-menu .content .item span.icon{color:var(--text-grey);display:-webkit-box;display:-ms-flexbox;display:flex;width:2.6rem}body .dropdown-menu .content .item:not(.empty){cursor:pointer}body .dropdown-menu .content .item:not(.empty):hover{background:var(--grey-bg)}body .dropdown-menu .content .item.red{--theme: var(--red);--light: var(--red-light);--grey-bg: var(--red-opacity);color:var(--red)}body .dropdown-menu .content .item.red span.icon{color:var(--red)}body .dropdown-menu .content .item.active{color:#fff;background:var(--theme)}body .dropdown-menu .content .item.active span.icon{color:var(--text-grey)}body .dropdown-menu .content .item.active:hover{background:var(--light)}body .dropdown-menu .content .item.empty{color:var(--text-grey)}body .dropdown-menu .content .item.hidden{display:none}body .dropdown-menu .content hr{margin:0.5rem calc((var(--field) / 2) - 0.5rem)}body .slick-list{overflow:hidden}body .slick-list .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}body .steps{font-size:calc(var(--fz) * 0.9);font-weight:500}body .steps .step{position:relative;padding-left:3.4rem}body .steps .step:not(:last-child){padding-bottom:2rem}body .steps .step:not(:last-child):before{content:'';position:absolute;left:calc((var(--checkbox) / 2) - 1px);top:calc(var(--checkbox) + 0.4rem);bottom:0;border-left:2px dashed var(--border)}body .steps .step .icon{position:absolute;left:0;top:0.2rem;height:var(--checkbox);width:var(--checkbox);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--border);border-radius:100%;font-size:1rem;color:transparent;-webkit-transition:0.2s;transition:0.2s}body .steps .step p{color:var(--text-grey);font-size:calc(var(--fz) * 0.9);font-weight:500}body .steps .step.done .icon{background:var(--green);color:#fff}body .files-grid{display:-webkit-box;display:-ms-flexbox;display:flex}body .files-grid .line{width:calc(100% + 2rem);margin:-1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body .files-grid .line .file-block{width:calc((100% / var(--files)) - 2rem);margin:1rem;border:1px solid var(--border);border-radius:var(--rad);display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-transition:0.2s;transition:0.2s;padding:1.5rem;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--text) !important;overflow:hidden;position:relative;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(255,255,255,0.1)}body .files-grid .line .file-block:before{font-size:8rem;-ms-flex-negative:0;flex-shrink:0;position:absolute;right:-1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0.1}body .files-grid .line .file-block:hover{border-color:var(--focus)}body .files-grid .line .file-block .text-wrapper{font-size:1.3rem}body .files-grid .line .file-block .text-wrapper .title{margin-bottom:0.4rem}body .files-grid .line .file-block .text-wrapper .label{font-size:0.9em}body .slick-slider{position:relative}body .slick-slider .slick-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}body .slick-slider .slick-arrow.prev{left:calc(var(--field) * -0.75)}body .slick-slider .slick-arrow.next{right:calc(var(--field) * -0.75)}@media (max-width: 767.99px){html{font-size:1.8vw}}@media (min-width: 768px) and (max-width: 1024.99px){html{font-size:1.4vw}}@font-face{font-family:'icomoon';src:url("../fonts/icomoon.eot?xw074k");src:url("../fonts/icomoon.eot?xw074k#iefix") format("embedded-opentype"),url("../fonts/icomoon.ttf?xw074k") format("truetype"),url("../fonts/icomoon.woff?xw074k") format("woff"),url("../fonts/icomoon.svg?xw074k#icomoon") format("svg");font-weight:normal;font-style:normal;font-display:block}[class^="icon-"]:before,[class*=" icon-"]:before,.checkbox label:before{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bold-icon:before{font-weight:600}.icon-coin:before{content:"\e962"}.icon-star-outline:before{content:"\e961"}.icon-view-list:before{content:"\e900"}.icon-view-grid:before{content:"\e95b"}.icon-verified:before{content:"\e95c"}.icon-star:before{content:"\e960"}.icon-folder-open:before{content:"\e901"}.icon-upload:before{content:"\e902"}.icon-folder:before{content:"\e903"}.icon-download:before{content:"\e904"}.icon-place:before{content:"\e905"}.icon-light:before{content:"\e906"}.icon-dark:before{content:"\e907"}.icon-arrow-down:before{content:"\e908"}.icon-arrow-up:before{content:"\e909"}.icon-arrow-right:before{content:"\e90a"}.icon-arrow-left:before{content:"\e90b"}.icon-up:before{content:"\e90c"}.icon-login:before{content:"\e90d"}.icon-left:before{content:"\e90e"}.icon-right:before{content:"\e90f"}.icon-down:before{content:"\e910"}.icon-drag:before{content:"\e911"}.icon-bookmark:before{content:"\e912"}.icon-power:before{content:"\e913"}.icon-code:before{content:"\e914"}.icon-chat:before{content:"\e915"}.icon-history:before{content:"\e916"}.icon-user:before{content:"\e917"}.icon-open:before{content:"\e918"}.icon-error:before{content:"\e919"}.icon-dashboard:before{content:"\e91a"}.icon-like:before{content:"\e91b"}.icon-event:before{content:"\e91c"}.icon-help:before{content:"\e91d"}.icon-internet:before{content:"\e91e"}.icon-time:before{content:"\e91f"}.icon-lock:before{content:"\e920"}.icon-fav-solid:before{content:"\e921"}.icon-fav:before{content:"\e922"}.icon-document:before{content:"\e923"}.icon-logout:before{content:"\e924"}.icon-show:before{content:"\e925"}.icon-cart:before{content:"\e926"}.icon-trash:before{content:"\e927"}.icon-success:before{content:"\e928"}.icon-warning:before{content:"\e929"}.icon-check:before{content:"\e92a"}.icon-settings:before{content:"\e92b"}.icon-avatar:before{content:"\e92c"}.icon-home:before{content:"\e92d"}.icon-search:before{content:"\e92e"}.icon-inventory:before{content:"\e92f"}.icon-text:before{content:"\e930"}.icon-inbox:before{content:"\e931"}.icon-email:before{content:"\e932"}.icon-phone:before{content:"\e933"}.icon-call:before{content:"\e934"}.icon-notif:before{content:"\e935"}.icon-move:before{content:"\e936"}.icon-unfold-more:before{content:"\e937"}.icon-edit:before{content:"\e938"}.icon-add:before{content:"\e939"}.icon-add-circle:before{content:"\e93a"}.icon-remove:before{content:"\e93b"}.icon-remove-circle:before{content:"\e93c"}.icon-filter:before{content:"\e93d"}.icon-mic:before{content:"\e93e"}.icon-attach:before{content:"\e93f"}.icon-emoji:before{content:"\e940"}.icon-cancel:before{content:"\e941"}.icon-close:before{content:"\e942"}.icon-menu:before{content:"\e943"}.icon-more-h:before{content:"\e944"}.icon-more-v:before{content:"\e945"}.icon-send:before{content:"\e946"}.icon-sync:before{content:"\e947"}.icon-refresh:before{content:"\e948"}.icon-person-add:before{content:"\e949"}.icon-group:before{content:"\e94a"}.icon-group-add:before{content:"\e94b"}.icon-done:before{content:"\e94c"}.icon-checklist:before{content:"\e94d"}.icon-checkbox:before{content:"\e94e"}.icon-list:before{content:"\e94f"}.icon-flag:before{content:"\e950"}.icon-click:before{content:"\e951"}.icon-mouse:before{content:"\e952"}.icon-align-right:before{content:"\e953"}.icon-underlined:before{content:"\e954"}.icon-align-center:before{content:"\e955"}.icon-align-left:before{content:"\e956"}.icon-through:before{content:"\e957"}.icon-italic:before{content:"\e958"}.icon-bold:before{content:"\e959"}.icon-table:before{content:"\e95a"}.icon-play:before{content:"\e95d"}.icon-pause:before{content:"\e95e"}.icon-mic-off:before{content:"\e95f"}.language-switcher{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:4rem;z-index:3;bottom:4rem;background:rgba(255,255,255,0.2);border-radius:3px;overflow:hidden}.language-switcher li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:3.5rem;height:4rem;text-transform:uppercase}.language-switcher li:hover a,.language-switcher li.current-lang a{background:var(--theme);color:#000 !important}body .push-notifications{position:fixed;right:2rem;bottom:0;z-index:99;width:var(--notifications);padding:1rem 0;pointer-events:none;-webkit-filter:drop-shadow(var(--shadow-s));filter:drop-shadow(var(--shadow-s))}body .push-notifications .notif-item{padding:1rem 0;display:none;-webkit-transition:0s;transition:0s;color:var(--text) !important}body .push-notifications .notif-item .notif-wrapper{pointer-events:all;background:var(--bg);border:1px solid var(--border);padding:var(--padding);border-radius:var(--rad-md);display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;border-left:3px solid var(--theme)}body .push-notifications .notif-item .notif-wrapper .avatar{margin-right:1.6rem}body .push-notifications .notif-item .notif-wrapper .notif-content h6{font-size:1.6rem}body .push-notifications .notif-item .notif-wrapper .notif-content p{font-weight:500;color:var(--text-grey)}body .push-notifications .notif-item .notif-wrapper .notif-content .inline{padding-top:1rem}body .push-notifications .notif-item .notif-wrapper .close-icon{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5rem;color:var(--text-grey);-webkit-transition:0.2s;transition:0.2s;cursor:pointer}body .push-notifications .notif-item .notif-wrapper .close-icon:hover{color:var(--red)}body .image-page-header{background:var(--bg);padding-bottom:9rem}body .image-page-header .wrapper{padding:var(--padding-lg);background:var(--grey-bg);border-radius:var(--rad-lg);text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:40rem;position:relative;background-position:center;background-size:cover}body .image-page-header .wrapper .search-form{position:absolute;left:var(--padding-lg);right:var(--padding-lg);bottom:0;-webkit-transform:translateY(50%);transform:translateY(50%);background:var(--bg);padding:2rem;border-radius:var(--rad-lg)}body .image-page-header .wrapper h1{font-size:5rem;line-height:1}body .image-page-header .wrapper p{font-weight:500;color:var(--text-grey)}body section.with-sidebar .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}body section.with-sidebar .wrapper .sidebar{width:var(--sidebar);padding:2.6rem;background:var(--bg);border-radius:var(--rad)}body section.with-sidebar .wrapper .sidebar.sticky{position:sticky;top:calc(var(--padding-md) + var(--header) + var(--admin-bar))}body section.with-sidebar .wrapper .sidebar .sidebar-banner{padding:var(--padding);background:var(--opacity);border-radius:var(--rad)}body section.with-sidebar .wrapper .sidebar .sidebar-banner p{color:var(--text-grey);font-size:calc(var(--fz) * 0.9);font-weight:500}body section.with-sidebar .wrapper .sidebar .filters-group .filters-group-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.5rem;cursor:pointer}body section.with-sidebar .wrapper .sidebar .filters-group .filters-group-header .indicator{color:var(--text-grey);font-size:calc(var(--fz) * 0.9)}body section.with-sidebar .wrapper .sidebar .about-field p{color:var(--text-grey);font-size:calc(var(--fz) * 0.9);font-weight:500}body section.with-sidebar .wrapper .body{width:calc(100% - var(--sidebar) - var(--padding-lg))}body .checkboxes-list .checkbox-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}body .checkboxes-list .checkbox-item:not(:last-child){margin-bottom:1.5rem}body .checkboxes-list .checkbox-item .text{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 1.5rem;font-weight:500;color:var(--text-grey)}body .checkboxes-list .checkbox-item:hover .count-square,body .checkboxes-list .checkbox-item.active .count-square{background:var(--opacity);color:var(--theme)}body .page-header{background:var(--bg);padding:var(--padding-bg) 0;border-top:1px solid var(--border)}body .page-header.no-padding-bottom{padding-bottom:0}body .page-header .page-header-title h1{font-size:5rem}body .page-header .page-header-title p{color:var(--text-grey);font-weight:500}body .page-header .page-header-title.center{text-align:center}body .page-header .task-single-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body .page-header .task-single-header .task-meta{display:-webkit-box;display:-ms-flexbox;display:flex}body .page-header .task-single-header .task-meta .line{margin:-1rem;width:calc(100% + 2rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .page-header .task-single-header .task-meta .line>*{margin:1rem}body .user-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .user-preview .preview-text{padding:0 1.5rem}body .search-form{display:-webkit-box;display:-ms-flexbox;display:flex}body .search-form .inputs{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:2rem;background:var(--border);border-radius:var(--rad)}body .search-form .inputs .input-wrapper{width:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .search-form .inputs .input-wrapper:not(:last-child){border-right:1px solid var(--border)}body .search-form .inputs .input-wrapper.large{width:70%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}body .welcome{padding:var(--padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}body .welcome p{font-weight:500;color:var(--text-grey)}body .tag{padding:0.7rem 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:1;color:var(--theme);background:var(--opacity);font-weight:500;border-radius:var(--rad-sm);font-size:calc(var(--fz) * 0.9);-webkit-transition:0.2s;transition:0.2s}body .tag.symmetric{padding:0.7rem}body .tag.small{padding:0.6rem 0.7rem;font-size:calc(var(--fz) * 0.8)}body .tag span.icon:not(:last-child){margin-right:0.4em}body .tag .close{margin-left:0.4rem;cursor:pointer;-webkit-transition:0.2s;transition:0.2s}body .tag .close:hover{color:var(--red)}body .tag.blue{--theme: var(--blue);--opacity: var(--blue-opacity)}body .tag.orange{--theme: var(--orange);--opacity: var(--orange-opacity)}body .tag.red{--theme: var(--red);--opacity: var(--red-opacity)}body .tag.green,body .tag.done{--theme: var(--green);--opacity: var(--green-opacity)}body .tag.hover{cursor:pointer}body .tag.hover:hover{background:var(--theme);color:#fff}body .tag.grey{color:var(--text-grey);background:var(--border)}body .tag.grey.hover:hover{background:var(--theme);color:#fff}body .tag.bg{background:var(--bg)}body .tag.solid{background:var(--theme);color:#fff}body .tags{display:-webkit-box;display:-ms-flexbox;display:flex;--tags-margin: 0.3rem}body .tags>.line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:calc(var(--tags-margin) * -1)}body .tags>.line>*{margin:var(--tags-margin)}body .tags.small{--tags-margin: 0.2rem}body .meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--text-grey);font-weight:500;line-height:1}body .meta.theme{color:var(--theme)}body .meta .icon{display:-webkit-box;display:-ms-flexbox;display:flex}body .meta .icon:not(:last-child){margin-right:0.6rem}body .meta .icon.theme{color:var(--theme)}body .file-preview{padding:1rem 1.6rem 1rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--text) !important;background:var(--grey-bg);border-radius:var(--rad);-webkit-transition:0.2s;transition:0.2s;position:relative}body .file-preview .remove-file{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0.6rem;font-size:1.4rem;-webkit-transition:0.2s;transition:0.2s;cursor:pointer;color:var(--text-grey);opacity:0}body .file-preview .remove-file:hover{color:var(--red)}body .file-preview:hover{background:var(--opacity)}body .file-preview:hover .remove-file{opacity:1}body .file-preview .file-avatar{height:var(--file-avatar);width:calc(var(--file-avatar) * 0.9);background:var(--bg);border-radius:var(--rad);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;font-weight:500;-webkit-box-shadow:var(--shadow-mc);box-shadow:var(--shadow-mc);font-size:1.5rem;margin-right:1.3rem;-ms-flex-negative:0;flex-shrink:0}body .file-preview .file-text{width:calc(100% - ((var(--file-avatar) * 0.9) + 1.3rem))}body .file-preview .file-text .label{text-transform:uppercase}body .files-line{display:-webkit-box;display:-ms-flexbox;display:flex}body .files-line .line{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-1rem;width:calc(100% + 2rem)}body .files-line .line .file-preview{margin:1rem}body .task-mini-link{display:block;padding:1.2rem 1.8rem;border:1px solid var(--border);border-radius:var(--rad);color:var(--text) !important}body .task-mini-link:hover{border-color:transparent;background:var(--border)}body .task-mini-link p{color:var(--text-grey);font-weight:500;font-size:calc(var(--fz) * 0.9)}body .warning-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:var(--grey-bg);padding:2rem 2.4rem;border-radius:var(--rad)}body .warning-block .title{font-weight:600;font-size:2.4rem;line-height:1}body .warning-block p{font-weight:500;color:var(--text-grey)}body .user-card{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .meta-items{display:-webkit-box;display:-ms-flexbox;display:flex}body .meta-items .line{margin:-1rem;width:calc(100% + 2rem);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}body .meta-items .line .sep{-ms-flex-item-align:stretch;align-self:stretch;width:1px;background:var(--border)}body .meta-items .line>*{margin:1rem}body .popup{position:fixed;z-index:32;background-position:center;background-size:cover;top:var(--admin-bar);right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body .popup>ymaps{height:100% !important}body .popup::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.5)}body .popup>.close-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:4rem;right:2rem;width:4rem;height:4rem;background:var(--grey-bg);border-radius:100%;font-size:1.2rem;cursor:pointer;-webkit-transition:0.3s;transition:0.3s;z-index:3;-webkit-backdrop-filter:blur(12px) brightness(0.5);backdrop-filter:blur(12px) brightness(0.5)}body .popup>.close-popup:hover{background:var(--text);color:var(--text-op)}body .popup.small{--popup: var(--small-popup)}body .popup:not(.debug){display:none}body .popup>.popup-content{max-height:100%;width:100%;padding:var(--padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;overflow:auto}body .popup>.popup-content>.popup-blackboard{position:absolute;top:0;right:0;bottom:0;left:0}body .popup>.popup-content>.wrapper{border-radius:var(--rad-sm);position:relative;z-index:2;width:var(--container);background-position:center;background-size:cover;background-attachment:fixed;height:100%}body .popup>.popup-content>.wrapper .popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--border);padding:var(--padding-nm) var(--padding)}body .popup>.popup-content>.wrapper .tabs{padding:0 var(--padding);margin-left:calc(var(--padding) * -1);margin-right:calc(var(--padding) * -1);border-bottom:1px solid var(--border)}body .popup>.popup-content>.wrapper .contacts-item .value{display:block;font-size:var(--h5)}body .popup>.popup-content>.wrapper .action{padding-top:1rem}body .popup>.popup-content>.wrapper>.content{padding:var(--padding-bg);position:relative;z-index:2}body .popup>.popup-content>.wrapper>.content .content-title{margin-bottom:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article-block ul{list-style:circle}.article-block ol{list-style:decimal}.article-block ul,.article-block ol{padding-left:1.8em}.article-block ul li::marker,.article-block ol li::marker{color:var(--text)}.article-block ul li:not(:last-child),.article-block ol li:not(:last-child){margin-bottom:1rem}.article-block blockquote{margin-left:0;background:var(--grey-bg);padding:2rem;color:var(--text-grey);font-weight:500;border-radius:var(--rad-sm);margin-right:0}@-webkit-keyframes first{from{left:0}to{left:-100%}}@keyframes first{from{left:0}to{left:-100%}}@-webkit-keyframes second{from{left:100%}to{left:0}}@keyframes second{from{left:100%}to{left:0}}.changes-wrapper{position:absolute;top:0;left:0;right:0;z-index:3;overflow:hidden}.changes-wrapper .changes{background:#222;color:#fff;font-size:17px;height:30px;position:relative;width:100%}.changes-wrapper .changes .line{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;bottom:0;width:100%;-ms-flex-pack:distribute;justify-content:space-around}.changes-wrapper .changes .line:first-child{-webkit-animation:first 20s infinite linear;animation:first 20s infinite linear}.changes-wrapper .changes .line:last-child{-webkit-animation:second 20s infinite linear;animation:second 20s infinite linear}.site-branding{position:absolute;top:9rem;left:8rem;z-index:3}.top{position:absolute;top:0;right:0;left:0;bottom:0;overflow:hidden}.top .image{height:100%;background-position:center;background-size:cover}.diaphragm{-webkit-box-shadow:inset 0px 0px 20rem 5rem #000;box-shadow:inset 0px 0px 20rem 5rem #000;position:absolute;top:0;width:100%;height:100%;overflow:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;z-index:2}.diaphragm .text-wrapper{position:absolute;z-index:3;top:50%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);font-size:1.8rem;font-weight:300;text-transform:uppercase;letter-spacing:0.1em;white-space:nowrap;z-index:4;pointer-events:none;-webkit-transition:0.4s;transition:0.4s}.diaphragm .text-wrapper:after{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border:2px solid rgba(255,255,255,0.2);width:50rem;height:50rem;border-radius:100%;pointer-events:none}.diaphragm .text-wrapper span{position:absolute;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.diaphragm .text-wrapper span:first-child{bottom:10rem;left:9.5rem}.diaphragm .text-wrapper span:nth-child(2){left:13rem;top:2rem}.diaphragm .text-wrapper span:nth-child(3){top:13rem;left:2rem}.diaphragm .text-wrapper span:nth-child(4){left:-14rem;top:3rem}.diaphragm .text-wrapper span:nth-child(5){top:-11rem;left:-11rem}.diaphragm .site-branding{position:absolute;top:50%;left:50%;background-position:center;background-size:cover;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.diaphragm.active .text-wrapper{-webkit-transform:translate(-50%) rotate(55deg);transform:translate(-50%) rotate(55deg)}[lang="en-US"] .diaphragm .text-wrapper{font-size:1.5rem}[lang="kk-KZ"] .diaphragm .text-wrapper{font-size:1.6rem}.blade{position:absolute;top:50%;left:50%;width:150rem;height:150rem;margin-top:-150rem;margin-left:-150rem;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:100% 100%;transform-origin:100% 100%;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;z-index:2;opacity:0.7;-webkit-box-shadow:0 0 3rem rgba(255,188,95,0.84);box-shadow:0 0 3rem rgba(255,188,95,0.84);background:rgba(0,0,0,0.75);overflow:hidden}.blade:last-child{z-index:1}.blade:hover{background:rgba(0,0,0,0.55)}.blade span{font-size:1.8rem;position:absolute;text-transform:uppercase;letter-spacing:0.1em;bottom:2.5rem;right:0;opacity:0.6;padding:0 2.5rem;-webkit-transform:skew(-16deg) translateX(0);transform:skew(-16deg) translateX(0)}.blade:not(.loaded){-webkit-transition:0s !important;transition:0s !important}.oil{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.oil img{height:4rem}.diaphragm .blade:nth-child(1){-webkit-transition:border-color 0.3s,opacity 0.3s 1s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,opacity 0.3s 1s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1s,background 0.5s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1s,background 0.5s,-webkit-transform 0.4s;-webkit-transform:rotateZ(54.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0);transform:rotateZ(54.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0)}.diaphragm.active .blade:nth-child(1){opacity:0.7;-webkit-transform:rotateZ(112deg) skewY(18deg) translate3d(.95rem, -1rem, 0);transform:rotateZ(112deg) skewY(18deg) translate3d(.95rem, -1rem, 0)}.diaphragm .blade:nth-child(2){-webkit-transition:border-color 0.3s,opacity 0.3s 1.2s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,opacity 0.3s 1.2s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1.2s,background 0.5s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1.2s,background 0.5s,-webkit-transform 0.4s;-webkit-transform:rotateZ(126.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0);transform:rotateZ(126.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0)}.diaphragm.active .blade:nth-child(2){opacity:0.7;-webkit-transform:rotateZ(184deg) skewY(18deg) translate3d(.95rem, -1rem, 0);transform:rotateZ(184deg) skewY(18deg) translate3d(.95rem, -1rem, 0)}.diaphragm .blade:nth-child(3){-webkit-transition:border-color 0.3s,opacity 0.3s 1.4s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,opacity 0.3s 1.4s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1.4s,background 0.5s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1.4s,background 0.5s,-webkit-transform 0.4s;-webkit-transform:rotateZ(198.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0);transform:rotateZ(198.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0)}.diaphragm.active .blade:nth-child(3){opacity:0.7;-webkit-transform:rotateZ(256deg) skewY(18deg) translate3d(.95rem, -1rem, 0);transform:rotateZ(256deg) skewY(18deg) translate3d(.95rem, -1rem, 0)}.diaphragm .blade:nth-child(4){-webkit-transition:border-color 0.3s,opacity 0.3s 1.6s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,opacity 0.3s 1.6s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1.6s,background 0.5s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1.6s,background 0.5s,-webkit-transform 0.4s;-webkit-transform:rotateZ(270.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0);transform:rotateZ(270.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0)}.diaphragm.active .blade:nth-child(4){opacity:0.7;-webkit-transform:rotateZ(328deg) skewY(18deg) translate3d(.95rem, -1rem, 0);transform:rotateZ(328deg) skewY(18deg) translate3d(.95rem, -1rem, 0)}.diaphragm .blade:nth-child(5){-webkit-transition:border-color 0.3s,opacity 0.3s 1.8s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,opacity 0.3s 1.8s,background 0.5s,-webkit-transform 0.4s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1.8s,background 0.5s;transition:border-color 0.3s,transform 0.4s,opacity 0.3s 1.8s,background 0.5s,-webkit-transform 0.4s;-webkit-transform:rotateZ(342.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0);transform:rotateZ(342.5deg) skewY(18deg) translate3d(2.85rem, -3rem, 0)}.diaphragm.active .blade:nth-child(5){opacity:0.7;-webkit-transform:rotateZ(400deg) skewY(18deg) translate3d(.95rem, -1rem, 0);transform:rotateZ(400deg) skewY(18deg) translate3d(.95rem, -1rem, 0)}.developer{color:var(--text) !important;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;font-size:var(--fz-small);position:absolute;right:2rem;bottom:2rem;opacity:0.4;text-transform:uppercase;letter-spacing:0.1em;white-space:nowrap;z-index:3}.developer:hover{opacity:1}.developer svg{margin-left:1rem;height:4rem;fill:var(--text)}@media (max-width: 767.99px){.changes-wrapper .changes{width:200%;font-size:1.9rem;height:3.2rem}.site-branding{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:8rem}.developer{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.blade{background:rgba(0,0,0,0.68);-webkit-box-shadow:0 0 5rem rgba(255,188,95,0.84);box-shadow:0 0 5rem rgba(255,188,95,0.84)}}section.success{min-height:calc(100vh - var(--admin-bar) - var(--header));display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}section.success .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}section.success .wrapper .icon{color:var(--green);font-size:8rem;display:-webkit-box;display:-ms-flexbox;display:flex}section.success .wrapper .btn{margin-top:1.5rem;margin-left:auto;margin-right:auto}

/*# sourceMappingURL=../css/theme.css.map */
