@media (hover:hover){.RoundMoreIcon:hover rect,.RoundMoreIcon._hover rect{opacity:.134}}@media (hover:none){.RoundMoreIcon:active rect{opacity:.134}}.RoundMoreIcon rect{transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.ProgressBar{z-index:1;box-sizing:border-box;width:100%;height:8px;padding:0 4px;display:inline-flex;position:relative}.ProgressBar-label{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);cursor:inherit;background:0 0;border:none;outline:none;flex-grow:1;padding:0;font-size:8px;font-weight:600;line-height:8px;transform:translateY(-.5px)}.ProgressBar-label .Icon{vertical-align:middle}.ProgressBar-bar{z-index:-1;background:var(--main_color);border-radius:8px;height:100%;transition:width .1s cubic-bezier(.165,.84,.44,1);position:absolute;top:0;left:0}.ProgressBar._clickable{cursor:pointer}.ProgressBar._transform_optimization .ProgressBar-label{flex-grow:0}.ProgressBar._mute{opacity:.2}@keyframes spinner-keyframes{to{transform:rotate(360deg)}}.Spinner{width:20px;height:20px;display:inline-block;position:relative}.Spinner:after{content:"";box-sizing:border-box;opacity:.3;border:2px solid;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;position:absolute;top:50%;left:50%}.Spinner:before{content:"";box-sizing:border-box;border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;animation:.7s linear infinite spinner-keyframes;position:absolute;top:50%;left:50%}.SplashSpinner{box-sizing:border-box;justify-content:center;align-items:center;width:100vw;height:90vh;padding:64px;display:flex}.ModalsContainer{z-index:5000;-webkit-user-select:text;user-select:text;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.ModalsContainer:has(.Paywall){z-index:8000}.ModalOverlay{height:100vh;height:var(--windowHeight,100vh);background:#0009;overflow:scroll}.Modal-wrapper{visibility:hidden;opacity:0;flex-grow:1;width:100%;height:100%;position:absolute;overflow:hidden}.Modal-wrapper._visible{visibility:visible;opacity:1;max-height:auto;position:static}.CelebrationModal{-webkit-user-select:none;user-select:none;width:fit-content;margin:0 auto;position:relative;overflow:visible}.CelebrationModal-img{object-fit:contain;min-width:40vw;max-width:50vw;min-height:300px;max-height:90vh;margin:0 auto;display:block}.CelebrationModal-attribution{opacity:.5;margin:0 auto;display:block;position:absolute;bottom:-34px;left:calc(50% - 30px)}.CelebrationModal-attribution-giphy{width:60px}.CelebrationModal-attribution:hover{opacity:1}.Button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);box-sizing:border-box;text-align:center;background:0 0;border:none;outline:none;padding:6px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.165,.84,.44,1);display:inline-block;position:relative}.Button:focus-visible{outline:none;box-shadow:0 0 0 2px #357cf4}.Button-spinner_wrap{opacity:0;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px)}.Button-content{justify-content:center;align-items:center;display:flex}@media (hover:hover){.Button:hover,.Button._hover{transition:none}}.Button._progress .Button-spinner_wrap{opacity:1}.Button._progress .Button-content{opacity:0}.Button._disabled{cursor:default}.Button._size_small{padding:5px 22px 6px}.Button._size_small._shape_circle{padding:5px}.Button._size_large{padding:12px 30px;font-size:18px;font-weight:400;line-height:22px}.Button._size_large._shape_box{border-radius:6px}.Button._size_large._shape_circle{width:40px;height:40px;padding:8px}.Button._shape_box{border-radius:5px}.Button._shape_circle{border-radius:100%;width:32px;height:32px;padding:6px}.Button._variant_black{background:var(--inversed_background);color:var(--inversed_color);border:1px solid var(--inversed_background)}@media (hover:hover){.Button._variant_black:hover,.Button._variant_black._hover{opacity:.75}}.Button._variant_black:active{opacity:.6}.Button._variant_black._disabled{opacity:.5}.Button._variant_black-outlined{background:var(--main_background);border:1px solid #d7d7d7}@media (hover:hover){.Button._variant_black-outlined:hover,.Button._variant_black-outlined._hover{border:1px solid var(--inversed_background)}}.Button._variant_black-outlined:active{color:#000;border:1px solid var(--inversed_background);background:#e4e4e4e6}.Button._variant_black-outlined._disabled{background:var(--main_background);color:rgba(var(--main_color_rgb), .25);border:1px solid #999}.theme_dark .Button._variant_black-outlined:active{background:#e4e4e4}.theme_dark .Button._variant_black-outlined._disabled{background:var(--main_background);color:rgba(var(--main_color_rgb), .25);border-color:#ffffff40}.Button._variant_always-black{color:#fff;background:#000;border:1px solid #000}@media (hover:hover){.Button._variant_always-black:hover,.Button._variant_always-black._hover{opacity:.75}}.Button._variant_always-black:active{opacity:.6}.Button._variant_always-black._disabled{opacity:.5}.Button._variant_blue{color:#357cf4;background:#357cf41a}@media (hover:hover){.Button._variant_blue:hover,.Button._variant_blue._hover{background:#357cf433}}.Button._variant_blue:active{background:#357cf440}.Button._variant_blue._disabled{color:#357cf44d;background:#357cf41a}.theme_dark .Button._variant_blue{color:#0085ff;background:#357cf44d}@media (hover:hover){.theme_dark .Button._variant_blue:hover,.theme_dark .Button._variant_blue._hover{background:#357cf480}}.theme_dark .Button._variant_blue:active{background:#357cf466}.theme_dark .Button._variant_blue._disabled{color:#0085ff4d;background:#357cf466}.Button._variant_accent-blue{color:#fff;background:#357cf4}@media (hover:hover){.Button._variant_accent-blue:hover,.Button._variant_accent-blue._hover{background:#002abf}}.Button._variant_accent-blue:active{background:#002091}.Button._variant_accent-blue._disabled{color:#357cf44d;background:#357cf41a}.theme_dark .Button._variant_accent-blue{color:#fff;background:#357cf4}@media (hover:hover){.theme_dark .Button._variant_accent-blue:hover,.theme_dark .Button._variant_accent-blue._hover{background:#002abf}}.theme_dark .Button._variant_accent-blue:active{background:#002090}.theme_dark .Button._variant_accent-blue._disabled{color:#0085ff4d;background:#357cf44d}.Button._variant_accent-gold{color:#000;text-shadow:0 2px 3px #ff66;background:linear-gradient(#ffe1a6,#ffbf40)}@media (hover:hover){.Button._variant_accent-gold:hover,.Button._variant_accent-gold._hover{background:#ffc95e}}.Button._variant_accent-gold:active{background:#ffc95e}.Button._variant_accent-gold._disabled{background:var(--main_background);color:rgba(var(--main_color_rgb), .25);border:1px solid #999}.Button._variant_blue-outlined{color:#357cf4;background:0 0;border:1px solid #357cf469}@media (hover:hover){.Button._variant_blue-outlined:hover,.Button._variant_blue-outlined._hover{border:1px solid #357cf469}}.Button._variant_blue-outlined:active{background:#357cf41a;border:1px solid #357cf4}.Button._variant_blue-outlined._disabled{color:#357cf44d;background:0 0;border-color:#357cf440}.theme_dark .Button._variant_blue-outlined{color:#0085ff;background:0 0;border:1px solid #0085ff9e}@media (hover:hover){.theme_dark .Button._variant_blue-outlined:hover,.theme_dark .Button._variant_blue-outlined._hover{border:1px solid #0085ff}}.theme_dark .Button._variant_blue-outlined:active{background:#0085ff5c;border:1px solid #0085ff}.theme_dark .Button._variant_blue-outlined._disabled{color:#357cf44d;background:0 0;border-color:#357cf440}.Button._variant_gray{color:var(--main_color);background:#f6f6f6}@media (hover:hover){.Button._variant_gray:hover,.Button._variant_gray._hover{background:#e4e4e4}}.Button._variant_gray:active{background:#c1c1c1}.Button._variant_gray._disabled{color:#0000004d;background:#eaeaea}.theme_dark .Button._variant_gray{background:#2d2d2d}@media (hover:hover){.theme_dark .Button._variant_gray:hover,.theme_dark .Button._variant_gray._hover{background:#404040}}.theme_dark .Button._variant_gray:active{background:#404040}.theme_dark .Button._variant_gray._disabled{color:#fff3;background:#404040}.Button._disabled svg{filter:grayscale()}.CurrencySelector{display:inline-block}.CurrencySelector-Item{text-align:center;box-sizing:border-box;cursor:pointer;width:30px;height:30px;color:rgba(var(--main_color_rgb), .5);border-radius:4px;margin:2px;padding:5px 0 0;display:inline-block}.CurrencySelector-Item:hover{color:var(--main_color)}.CurrencySelector-Item._selected{color:var(--main_color);cursor:default;background:#f6f6f6}.theme_dark .CurrencySelector-Item._selected{background:#404040}.Quote:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='82px'%20height='70px'%20viewBox='0%200%2082%2070'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2040.2%20(33826)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%203%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0%2036%2018%200%2036%200%2022.0400391%2036%2036%2036%2036%2070%200%2070'%3e%3c/polygon%3e%3cmask%20id='mask-2'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='36'%20height='70'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cpolygon%20id='path-3'%20points='46%2036%2064%200%2082%200%2068.0400391%2036%2082%2036%2082%2070%2046%2070'%3e%3c/polygon%3e%3cmask%20id='mask-4'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='36'%20height='70'%20fill='white'%3e%3cuse%20xlink:href='%23path-3'%3e%3c/use%3e%3c/mask%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-3'%20stroke='%23000000'%20stroke-width='4'%3e%3cuse%20id='Combined-Shape'%20mask='url(https://timestripe.com/static/dist/prod/static/%23mask-2)'%20xlink:href='%23path-1'%3e%3c/use%3e%3cuse%20id='Combined-Shape-Copy'%20mask='url(https://timestripe.com/static/dist/prod/static/%23mask-4)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e");margin-top:-2px;position:relative;bottom:5px}.theme_dark .Quote:before{content:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='82px'%20height='70px'%20viewBox='0%200%2082%2070'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2040.2%20(33826)%20-%20http://www.bohemiancoding.com/sketch%20--%3e%3ctitle%3eGroup%203%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3cpolygon%20id='path-1'%20points='0%2036%2018%200%2036%200%2022.0400391%2036%2036%2036%2036%2070%200%2070'%3e%3c/polygon%3e%3cmask%20id='mask-2'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='36'%20height='70'%20fill='white'%3e%3cuse%20xlink:href='%23path-1'%3e%3c/use%3e%3c/mask%3e%3cpolygon%20id='path-3'%20points='46%2036%2064%200%2082%200%2068.0400391%2036%2082%2036%2082%2070%2046%2070'%3e%3c/polygon%3e%3cmask%20id='mask-4'%20maskContentUnits='userSpaceOnUse'%20maskUnits='objectBoundingBox'%20x='0'%20y='0'%20width='36'%20height='70'%20fill='white'%3e%3cuse%20xlink:href='%23path-3'%3e%3c/use%3e%3c/mask%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Group-3'%20stroke='%23ffffff'%20stroke-width='4'%3e%3cuse%20id='Combined-Shape'%20mask='url(https://timestripe.com/static/dist/prod/static/%23mask-2)'%20xlink:href='%23path-1'%3e%3c/use%3e%3cuse%20id='Combined-Shape-Copy'%20mask='url(https://timestripe.com/static/dist/prod/static/%23mask-4)'%20xlink:href='%23path-3'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.Quote-text{letter-spacing:-.02em;margin-top:5px;margin-bottom:10px;font-size:30px;font-weight:700;line-height:34px}.Quote._size_2 .Quote-text{font-size:18px;line-height:23px}.Quote._size_3 .Quote-text{font-size:40px;line-height:42px}.QuotesShower{padding:0 25px 0 0;transition-property:opacity;transition-timing-function:cubic-bezier(.165,.84,.44,1)}.QuotesShower._fadeIn{opacity:1;transition-duration:.5s}.QuotesShower._idle{opacity:1;transition-duration:0}.QuotesShower._fadeOut{opacity:0;transition-duration:.5s}.IconButton{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);vertical-align:bottom;background:0 0;border:none;outline:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.IconButton .Icon{opacity:.3;border-radius:4px;transition:opacity .25s cubic-bezier(.165,.84,.44,1);transform:translateZ(0)}@media (hover:hover){.IconButton .Icon:hover,.IconButton .Icon._hover{opacity:1}}@media (hover:none){.IconButton .Icon:active{opacity:1}}.IconButton:disabled .Icon:hover{opacity:.3;cursor:auto}.IconButton._withHover:hover .Icon{background-color:#0000000d}.theme_dark .IconButton._withHover:hover .Icon{background-color:#ffffff26}.IconButton._active .Icon{opacity:1}.IconButton._variant_blue{color:#0038ff}.IconButton._variant_blue .Icon{opacity:1}.IconButton._variant_black{color:#000}.IconButton._variant_black .Icon{opacity:1}.theme_dark .IconButton._variant_black{color:#fff}.StandartModal{background:var(--main_background);cursor:auto;max-width:824px;margin:0 auto;position:relative}@media (max-width:799px){.StandartModal{margin-top:env(safe-area-inset-top)}}.StandartModal-close_button{z-index:3;position:absolute;top:12px;right:12px}.StandartModal-close_button .Icon{opacity:1}.StandartModal-title{color:var(--headers_color);opacity:.5;text-align:center;padding:12px;font-size:16px;font-weight:400;line-height:20px}.StandartModal-body{padding:0 32px 40px}@media (max-width:799px){.StandartModal-body{padding-left:20px;padding-right:20px}}.StandartModal-footer{background:var(--main_background);border-top:1px solid #00000026;padding:20px 24px;position:sticky;bottom:0}.theme_dark .StandartModal-footer{border-top:1px solid #68686866}.TextButton{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;-webkit-text-decoration:inherit;text-decoration:inherit;color:var(--main_color);background:0 0;border:none;border-radius:4px;outline:none;align-items:center;padding:4px 8px;line-height:100%;transition:all .25s cubic-bezier(.165,.84,.44,1);display:inline-flex;position:relative}.TextButton .Spinner{opacity:0;position:absolute;top:calc(50% - 10px);left:calc(50% - 10px)}.TextButton>.Icon,.TextButton-content>.Icon{margin-right:9px}.TextButton._disabled{opacity:.5}.TextButton._progress .Spinner{opacity:1}.TextButton._progress .TextButton-content{opacity:0}.TextButton-content{display:inline-block}@media (hover:hover){.TextButton:not(:disabled):hover,.TextButton:not(:disabled)._hover{color:#333;background-color:#0000000d}}@media (hover:none){.TextButton:not(:disabled):active{color:#333;background-color:#0000000d}}.TextButton:disabled{cursor:default}.TextButton s{background-image:linear-gradient(#000,#000);background-position:0 55%;background-repeat:no-repeat;background-size:100% 2px;text-decoration:none}@media (hover:hover){.theme_dark .TextButton:not(:disabled):hover,.theme_dark .TextButton:not(:disabled)._hover{color:#eee;background-color:#ffffff26}}@media (hover:none){.theme_dark .TextButton:not(:disabled):active{color:#eee;background-color:#ffffff26}}.theme_dark .TextButton s{background-image:linear-gradient(#fff,#fff)}.Segments{border-radius:25px;padding:0 20px;display:inline-block;position:relative}.Segments-item{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;border-radius:4px;outline:none;padding:8px;font-weight:400;line-height:17px;text-decoration:none;transition:all .25s cubic-bezier(.165,.84,.44,1)}.Segments-item:hover{background:0 0}.theme_dark .Segments-item{color:#4b4b4b}.Segments-active_decoration{left:var(--active_left);width:var(--active_width);transition:left .25s cubic-bezier(.165,.84,.44,1);display:none;position:absolute}.Segments._variant_desktop .Segments-active_decoration{z-index:1;background-color:#efefef;border-radius:4px;height:100%;display:block}.Segments._variant_desktop .Segments-item{color:#bababa}.theme_dark .Segments._variant_desktop .Segments-item{color:#4b4b4b}.Segments._variant_desktop .Segments-item._active{color:#262626;z-index:2;position:relative}.Segments._variant_mobile{background:#000;border-radius:100px;height:32px;padding:0;box-shadow:0 3px 7px #00000040}.theme_dark .Segments._variant_mobile{box-shadow:none;background:#1b1b1b}.Segments._variant_mobile .Segments-item{width:var(--child_width);color:#4b4b4b;min-width:94px;padding-left:20px;padding-right:20px;font-size:14px;line-height:16px;position:relative}.Segments._variant_mobile .Segments-item._active{color:#fff}.theme_dark .Segments._variant_mobile .Segments-item:hover{background:0 0}.Segments._variant_mobile .Segments-active_decoration{z-index:0;height:28px;top:2px;left:calc(2px + var(--active_left));width:calc(var(--active_width) - 4px);background:#515151;border-radius:100px;display:block}.Segments._variant_tabs{border-bottom:1px solid #d7d7d7;border-radius:0;padding:0}.Segments._variant_tabs .Segments-active_decoration{z-index:0;background:var(--main_color);height:3px;display:block;bottom:0}.Segments._variant_tabs .Segments-item{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;color:var(--main_color);cursor:pointer;background:0 0;border:none;border-radius:0;outline:none;margin:0;padding:12px 0;font-weight:400;line-height:140%}.Segments._variant_tabs .Segments-item:not(:last-child){margin-right:24px}.Segments._variant_tabs .Segments-item._active{font-weight:600}.Segments._variant_tabs .Segments-item:before{content:attr(data-title);color:#0000;height:1px;font-weight:700;display:block}.Segments._variant_dropdown{background-color:#ffffff1a;border-radius:8px;padding:2px;font-size:14px;line-height:22px;display:flex}.Segments._variant_dropdown .Segments-active_decoration{z-index:1;background-color:#efefef;border-radius:6px;height:calc(100% - 4px);display:block}.theme_dark .Segments._variant_dropdown .Segments-active_decoration{background:#efefef40}.Segments._variant_dropdown .Segments-item{color:#bababa;flex-grow:1}.theme_dark .Segments._variant_dropdown .Segments-item{color:#adadad}.Segments._variant_dropdown .Segments-item._active{color:#262626;z-index:2;position:relative}.theme_dark .Segments._variant_dropdown .Segments-item._active{color:var(--main_color)}.ComparePlansTable{display:relative;line-height:1.4}.ComparePlansTable .Segments{margin-bottom:35px}.ComparePlansTable .Segments-item:not(._active){opacity:.5}.ComparePlansTable-Row{grid-template-columns:220px 1fr 1fr;grid-template-areas:"parameter left right";margin-bottom:24px;display:grid}.ComparePlansTable-Parameter{grid-area:parameter;font-weight:500}.ComparePlansTable-Left{grid-area:left}.ComparePlansTable-Right{grid-area:right}.ComparePlansTable p{margin-top:0}.ComparePlansTable big{font-size:48px;font-weight:800}.ComparePlansTable .Icon{position:relative;top:5px}@media (max-width:799px){.ComparePlansTable{max-width:100%;font-size:90%}.ComparePlansTable big{font-size:32px}.ComparePlansTable-Row{grid-template-columns:180px 1fr 1fr;grid-template-areas:"parameter left right";max-width:100%;margin-bottom:8px;padding-bottom:8px}.ComparePlansTable-Parameter{margin-bottom:1em}.ComparePlansTable-Row:first-child{z-index:1;background:#fff;background:var(--main_background);position:sticky;top:0}.ComparePlansTable-Row:nth-child(2){margin-bottom:16px}}@media (max-width:799px) and (max-width:799px){.ComparePlansTable-Row._colors svg{width:86px}}.StandartModal .ComparePlansTable{padding:10px}@media (max-width:799px){.StandartModal .ComparePlansTable{padding:0}.StandartModal .ComparePlansTable h2{margin-top:0;padding-top:20px;font-size:30px}}.TextInput{display:inline-block}.TextInput._fullWidth{display:block}.TextInput-label{margin-bottom:8px;font-size:14px;font-weight:600;line-height:17px}.TextInput-field{position:relative}.TextInput-input{box-sizing:border-box;width:100%;min-width:320px;font-weight:inherit;color:var(--main_color);caret-color:currentColor;background:#f7f7f7;border:2px solid #0000;border-radius:4px;outline:none;padding:13px 16px;transition:all .25s cubic-bezier(.165,.84,.44,1)}.TextInput-input._has_left{padding-left:44px}.TextInput-input._has_right{padding-right:44px}.theme_dark .TextInput-input{background:#1b1b1b}.TextInput-input:focus{border-color:var(--main_color);background:var(--main_background)}.TextInput-input::placeholder{color:#ccc;opacity:1}.theme_dark .TextInput-input::placeholder{color:#666}.TextInput._fullWidth .TextInput-input{min-width:auto}.TextInput._invisible .TextInput-input{background:0 0;border:2px solid #0000}.TextInput._invisible .TextInput-input:hover{border:2px solid #d7d7d7}.TextInput._invisible .TextInput-input:focus{border-color:var(--main_color)}.TextInput._has_error .TextInput-input{border-color:red!important}.TextInput-left,.TextInput-right{align-items:center;height:100%;padding:0 14px;display:flex;position:absolute;top:0}.TextInput-left .IconButton .Icon,.TextInput-right .IconButton .Icon{opacity:1}.TextInput-left{left:0}.TextInput-right{right:0}.TextInput-tip,.TextInput-error{margin-top:10px;font-size:12px;font-weight:600;line-height:15px}.TextInput-tip{color:#ccc}.TextInput-error{color:red}.Accordion{color:#000;background-color:var(--main_gray);border-radius:5px;margin:0 auto;padding:0 26px}.theme_dark .Accordion{color:#c5c5c5;background-color:#212121}.Accordion-item{border-top:1px solid #0000001c}.theme_dark .Accordion-item{border-color:#ffffff1c}.Accordion-item:first-child{border-top:0}.Accordion-item-header{cursor:pointer;letter-spacing:-.02em;color:#000;flex-flow:row;align-items:center;padding:23px 0;font-size:21px;line-height:25px;display:flex;position:relative}.theme_dark .Accordion-item-header{color:#fff}.Accordion-item-header:hover .Accordion-arrow{opacity:1}.Accordion-item-title{-webkit-user-select:none;user-select:none;max-width:490px;margin:0;font-weight:600}.Accordion-item-tabs{padding-top:38px}.Accordion-item-body{letter-spacing:-.01em;padding-bottom:18px;font-size:14px;line-height:22px;display:none}.Accordion-item-body p{letter-spacing:0;max-width:490px;font-size:inherit;line-height:inherit;margin:0}.Accordion-item-body p+p{margin-top:19px}.Accordion-item-body ol{width:100%;padding:0;list-style-position:inside}.Accordion-item-body ol:first-child{margin-top:0}.Accordion-item-body ol:last-child{margin-bottom:0}.Accordion-item-body li{margin:0}.Accordion-item-body li+li{margin-top:12px}.Accordion-item-body video,.Accordion-item-body img{border-radius:4px;width:100%;max-width:526px;margin:40px auto 60px;display:block;box-shadow:inset 0 1px #fff9,0 22px 70px 4px #0006}.Accordion-item._active .Accordion-item-body{display:block}.Accordion-item._active .Accordion-item-header{padding-bottom:12px}.Accordion-item._active .Accordion-arrow{opacity:1;transform:rotate(180deg)}.Accordion-arrow{opacity:.2;margin-left:auto;margin-right:22px;transition:opacity .2s}@media (max-width:799px){.Accordion{margin-left:-11px;margin-right:-11px;padding:0 11px 11px}.Accordion-item-body{padding-bottom:23px}.Accordion-arrow{margin-right:5px}}@layer base{.Link{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:#0075ff;font-size:inherit;text-align:inherit;background:0 0;border:none;outline:none;padding:0;text-decoration:none;display:inline}.Link:hover{color:#0038ff}.Link._secondary{font-size:inherit;color:var(--main_color);text-decoration:underline}.Link._secondary:hover{color:#848484}}.Carousel{width:var(--width);overflow:hidden}.Carousel-pages_wrap{transform:translate(calc(-1 * var(--width) * var(--current_page)));transition:transform .5s cubic-bezier(.22,1,.25,1);display:flex}.Carousel-page{width:var(--width);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Carousel-arrows{vertical-align:middle;display:inline-flex}.Carousel-arrows-arrow{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--inversed_color);width:30px;height:30px;background:0 0;background:var(--inversed_background);border:none;border-radius:50%;outline:none;padding:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Carousel-arrows-arrow:hover{opacity:.7;transition:none}.Carousel-arrows-arrow:active{opacity:.85;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Carousel-arrows-arrow:disabled{opacity:.4;cursor:default}.Carousel-arrows-arrow-back_icon{position:relative;top:1px;left:-2px}.Carousel-arrows-arrow-forward_icon{position:relative;top:1px}.Carousel-arrows-arrow+.Carousel-arrows-arrow{margin-left:9px}.Carousel-arrows._dots_centered .Carousel-arrows-arrow{margin:0 8px}.Carousel-dots{vertical-align:middle;align-items:center;height:30px;display:inline-flex}.Carousel-dots-dot_container{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;outline:none;padding:5px}.Carousel-dots-dot_container:hover .Carousel-dots-dot{opacity:.7;transition:none}.Carousel-dots-dot_container:active .Carousel-dots-dot{opacity:.85;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Carousel-dots-dot{background:var(--inversed_background);opacity:.4;border-radius:50%;width:8px;height:8px;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Carousel-dots-dot._active{opacity:1}.Carousel-arrows+.Carousel-dots{margin-left:24px}.Paginator{flex-shrink:0;justify-content:center;align-items:center;width:100%;height:48px;display:flex}.Paginator-dot{opacity:.1;background:var(--inversed_background);border-radius:50%;width:8px;height:8px}.Paginator-dot._active{opacity:1}.Paginator-dot+.Paginator-dot{margin-left:8px}.Paginator:hover{cursor:pointer}.Gallery{color:#fff;text-align:center;background:#000;padding-top:46px;position:relative}@media (max-width:799px){.Gallery{margin-bottom:20px;margin-left:-20px;margin-right:-20px}}.Gallery .Carousel-dots-dot{background:#fff}.Gallery .Carousel-controls{z-index:2;width:100%;position:absolute;bottom:10px}.Gallery:after{content:"";z-index:1;background:linear-gradient(#0000,#000000bf,#000);height:100px;position:absolute;bottom:0;left:0;right:0}.Gallery-Header{color:#e3631b;text-transform:uppercase;letter-spacing:.09em;font-size:14px;font-weight:600}.Gallery-Slides{scroll-snap-type:x mandatory;display:flex;overflow-x:scroll}.Gallery-Slide{scroll-snap-align:center;flex:0 0 100%;align-self:center}.Gallery-Slide h1{letter-spacing:-.01em;font-size:36px;font-style:normal;font-weight:500;line-height:120.4%}.Gallery-Slide p{opacity:.5;margin-bottom:50px;padding:0 20px}.Gallery-Slide img{max-height:400px}@media (max-width:799px){.Gallery-Slide{text-align:center;max-width:100%;overflow:hidden}.Gallery-Slide h1{font-size:24px}.Gallery-Slide p{padding:0 20px;font-size:16px}.Gallery-Slide p br{display:none}.Gallery-Slide svg{max-width:100%;margin:0 auto}.Gallery-Slide img{max-height:200px}}.Gallery .Paginator{z-index:10;margin:10px auto;position:absolute;bottom:0}.Gallery .Paginator .Paginator-dot{opacity:.3;background:#fff}.Gallery .Paginator .Paginator-dot._active{opacity:.7;background:#fff}@keyframes Checkbox_check{0%{stroke-dashoffset:17px}to{stroke-dashoffset:0}}@keyframes Checkbox_uncheck{0%{stroke-dashoffset:0}to{stroke-dashoffset:17px}}.Checkbox{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;outline:none;margin:0;padding:0;display:inline-block}.Checkbox-box{box-sizing:border-box;transition:background var(--animation_duration) cubic-bezier(.165, .84, .44, 1);color:var(--inversed_color);border:1px solid rgba(var(--inversed_background_rgb), .17);background:var(--Checkbox-background_color,transparent);border-color:var(--Checkbox-border_color,rgba(var(--inversed_background_rgb), .17));border-radius:3px;padding:2px;transition-property:background,transform;position:relative}.Checkbox-box:before{content:"";cursor:pointer;position:absolute;inset:-6px}.Checkbox:hover .Checkbox-box{background:var(--Checkbox-hover_background_color,rgba(var(--inversed_background_rgb), .07))}.Checkbox._disabled:hover .Checkbox-box{background:0 0}.Checkbox:active .Checkbox-box{transform:scale(1.1)}.Checkbox._checked .Checkbox-box,.Checkbox._mixed .Checkbox-box,.Checkbox._checked .Checkbox-box:hover,.Checkbox._mixed .Checkbox-box:hover{background:var(--Checkbox-background_color,var(--inversed_background))}.Checkbox._checked .Checkbox-box._disabled,.Checkbox._checked .Checkbox-box._disabled:hover,.Checkbox._mixed .Checkbox-box._disabled,.Checkbox._mixed .Checkbox-box._disabled:hover{opacity:.5;background:#999}.Checkbox._checked._accent .Checkbox-box{color:#fff;background-color:#357cf4;border-color:#357cf4}.Checkbox._checked._disabled .Checkbox-box,.Checkbox._checked._disabled .Checkbox-box:hover{opacity:.2;background:#999}.Checkbox._size_xxl .Checkbox-box{width:24px;height:24px}.Checkbox._size_xl .Checkbox-box{width:20px;height:20px}.Checkbox._size_s .Checkbox-box{width:16px;height:16px}.Checkbox._size_xs .Checkbox-box{border-radius:3px;width:10px;height:10px}.Checkbox._disabled{cursor:inherit}.Checkbox._disabled .Checkbox-box{opacity:.2;border-color:#999;transform:none}.theme_dark .Checkbox._disabled .Checkbox-box{border-color:#919191}.Checkbox._disabled .Checkbox-box:hover{background:0 0}.Checkbox .Checkbox-svg_check{display:block}.Checkbox .Checkbox-svg_mixed{display:none}.Checkbox._checked .Checkbox-svg_check{display:block}.Checkbox._checked .Checkbox-svg_mixed,.Checkbox._mixed .Checkbox-svg_check{display:none}.Checkbox._mixed .Checkbox-svg_mixed{display:block}.Checkbox-svg_check{position:absolute}.Checkbox-svg_mixed{position:absolute;top:6px;left:3px}.Checkbox._size_xxl .Checkbox-svg_mixed{top:8px;left:5px}.Checkbox._size_xxl .Checkbox-svg_check{top:5px;left:1px}.Checkbox._size_xl .Checkbox-svg_check{top:4px;left:1px}.Checkbox._size_s .Checkbox-svg_check{width:12px;top:2.4px;left:2px}.Checkbox._size_xs .Checkbox-svg_check{width:100%;top:-1px;left:-1px}.Checkbox-svg_check_path{stroke-dasharray:17}.Checkbox.animation-enter .Checkbox-svg_check_path{stroke-dashoffset:17px}.Checkbox.animation-enter-active .Checkbox-svg_check_path{animation:Checkbox_check var(--animation_duration) cubic-bezier(.165, .84, .44, 1) forwards}.Checkbox.animation-enter-done .Checkbox-svg_check_path{stroke-dashoffset:0}.Checkbox.animation-exit .Checkbox-svg_check_path{stroke-dashoffset:0;stroke-dashoffset:17px}.Checkbox.animation-exit-done .Checkbox-svg_check_path{stroke-dashoffset:17px}.Checkbox.animation-exit-active .Checkbox-svg_check_path{animation:Checkbox_uncheck var(--animation_duration) cubic-bezier(.165, .84, .44, 1) forwards;stroke-dashoffset:17px}.Switcher{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:#a4a4a4;border:none;border-radius:20px;outline:none;width:37px;padding:2px}.Switcher._disabled{cursor:default;background:#c1c1c1}.Switcher._switched{background:#0075ff}.Switcher._switched._disabled{background:#0075ff40}.Switcher-control{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .25s cubic-bezier(.165,.84,.44,1)}.theme_dark .Switcher-control{background:#ccc}.Switcher._switched .Switcher-control{transform:translate(17px)}.theme_dark .Switcher._switched .Switcher-control{background:#fff}.theme_dark .Switcher._disabled .Switcher-control{background:#a6a6a6}.theme_dark .Switcher._disabled._switched .Switcher-control{background:#ffffff40}.theme_dark .Switcher,.theme_dark .Switcher._disabled{background:#4b4b4b}.theme_dark .Switcher._switched{background:#0075ff}.theme_dark .Switcher._switched._disabled{background:#0075ff80}.Textarea{--line_height:40px;color:var(--main_color);background:var(--main_background);resize:none;width:100%;font-size:30px;line-height:var(--line_height);background-image:repeating-linear-gradient(var(--main_background), var(--main_background) calc(var(--line_height) - 1px), #d7d7d7 calc(var(--line_height) - 1px), #d7d7d7 var(--line_height));background-attachment:local;border:none;outline:none;margin:0 0 1em;padding:0}.Textarea::placeholder{color:#ccc;opacity:1}.theme_dark .Textarea::placeholder{color:#666}.theme_dark .Textarea{background-image:repeating-linear-gradient(var(--main_background), var(--main_background) calc(var(--line_height) - 1px), #5f5f5f calc(var(--line_height) - 1px), #5f5f5f var(--line_height))}.Textarea._read_only{pointer-events:none;background:0 0}.Textarea._no_lines{background-image:none!important}.GiftSelector{box-sizing:border-box;max-width:550px}.GiftSelector-Header{white-space:nowrap;cursor:pointer;letter-spacing:0;width:min-content;margin:auto;padding-bottom:42px;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:19px}.GiftSelector-Header .Switcher{margin-left:12px;position:relative;top:2px}.GiftSelector .GiftSelector-Body{box-sizing:border-box;text-align:center;background:#eee;border-radius:10px;width:550px;padding:0 120px}.theme_dark .GiftSelector .GiftSelector-Body{background:#333}@media (max-width:799px){.GiftSelector .GiftSelector-Body{width:100%;padding:0 10px}}.GiftSelector .GiftSelector-Body h2{margin-top:40px;margin-bottom:32px;font-family:Inter;font-size:22px;font-style:normal;font-weight:500;line-height:27px}.GiftSelector .GiftSelector-Body .TextInput{box-sizing:border-box;width:100%;margin-bottom:8px}.GiftSelector .GiftSelector-Body .TextInput input{background:#fff;min-width:auto}.theme_dark .GiftSelector .GiftSelector-Body .TextInput input{background:#1b1b1b}.GiftSelector .GiftSelector-Body .TextInput input:focus{border-color:#0000}.GiftSelector .GiftSelector-Body .Textarea{box-sizing:border-box;--line_height:26px;border-radius:4px;width:100%;padding:13px 16px;font-size:100%}.GiftSelector .GiftSelector-Body .Button{width:200px;margin-bottom:40px}.GiftSelector-HowItWorks{text-align:left;margin-bottom:48px}.GiftSelector-HowItWorks h4{letter-spacing:.01em;text-align:left;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:22px}.GiftSelector-HowItWorks p{letter-spacing:0;text-align:left;opacity:.6;font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:21px}.GiftSelector .GiftSelector-Body{max-height:0;transition:max-height .25s;overflow:hidden}.GiftSelector._active .GiftSelector-Header{cursor:default}.GiftSelector._active .GiftSelector-Body{max-height:1000px}@media (min-width:800px){.GiftSelector._active{margin:40px auto}}@media (max-width:799px){.GiftSelector._active{margin:20px auto}}.IOSTariffSelector{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-bottom:10px;display:grid}@media (max-width:799px){.IOSTariffSelector{grid-template-columns:1fr}}.IOSTariffSelector-Option{box-sizing:border-box;background:#ecedef;border:2px solid #0000;border-radius:12px;grid-template-columns:1fr 100px;grid-template-areas:"name highlight""price price""description description";width:100%;padding:12px 11px 12px 16px;line-height:1.4;display:grid}.theme_dark .IOSTariffSelector-Option{background:#333}.IOSTariffSelector-Option:hover{cursor:pointer;border-color:#000}.theme_dark .IOSTariffSelector-Option:hover{border-color:#fff}.IOSTariffSelector-Option._selected{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%23000000' stroke-width='1.4'/%3E%3C/svg%3E%0A");background-position:right 12px bottom 14px;background-repeat:no-repeat;border-color:#000}.theme_dark .IOSTariffSelector-Option._selected{background-color:#000;background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%23ffffff' stroke-width='1.4'/%3E%3C/svg%3E%0A");border-color:#fff}.IOSTariffSelector-Option-Name{grid-area:name;margin-bottom:10px;font-weight:600}.IOSTariffSelector-Option-Price{grid-area:price}.IOSTariffSelector-Option-Description{color:#999;white-space:nowrap;grid-area:description;margin-top:2px;font-size:14px}.IOSTariffSelector-Option-Highlight{text-align:right;grid-area:highlight}.IOSTariffSelector-Option-Highlight span{white-space:nowrap;text-align:center;color:#fff;background-color:#000;border-radius:999px;padding:5px 10px;font-size:12px}.theme_dark .IOSTariffSelector-Option-Highlight span{color:#000;background-color:#fff;font-weight:500}.TariffSelector{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:10px;width:100%;margin-bottom:10px;display:grid}@media (max-width:799px){.TariffSelector{grid-template-columns:1fr}}.TariffSelector-pro{flex-flow:column;align-items:flex-end;gap:10px;display:flex}.TariffSelector:not(._showBasic){grid-template-columns:1fr}@media (min-width:800px){.TariffSelector:not(._showBasic) .TariffSelector-pro{flex-direction:row}.TariffSelector:not(._showBasic) .TariffSelector-pro .TariffSelector-tariff{height:100%}}.TariffSelector-tariff{box-sizing:border-box;background:#ecedef;border:2px solid #0000;border-radius:12px;grid-template-columns:1fr 100px;grid-template-areas:"name highlight""price price""description description";width:100%;padding:12px 11px 12px 16px;line-height:1.4;transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1);display:grid}.TariffSelector-tariff-tariff:has(.TariffSelector-tariff-options){grid-template-areas:"name highlight""price price""description options"}.TariffSelector-tariff:not(:has(.TariffSelector-tariff-highlight)):not(:has(.TariffSelector-tariff-options)){grid-template-columns:1fr;grid-template-areas:"name""price""description"}.theme_dark .TariffSelector-tariff{background:#444}.TariffSelector-tariff._clickable{cursor:pointer}.TariffSelector-tariff._clickable:hover{border-color:#000}.theme_dark .TariffSelector-tariff._clickable:hover{border-color:#fff}.TariffSelector-tariff._active{background:#fff;border-color:#000}.theme_dark .TariffSelector-tariff._active{background:#000;border-color:#fff}.TariffSelector-tariff-name{grid-area:name;margin-bottom:10px;font-weight:600}.TariffSelector-tariff-price{grid-area:price}.TariffSelector-tariff-description{color:#999;white-space:nowrap;grid-area:description;margin-top:2px;font-size:14px}.TariffSelector-tariff-highlight{text-align:right;grid-area:highlight}.TariffSelector-tariff-highlight span{white-space:nowrap;text-align:center;color:#fff;background-color:#000;border-radius:999px;padding:5px 10px;font-size:12px}.theme_dark .TariffSelector-tariff-highlight span{background-color:#111}.TariffSelector-tariff-options{white-space:nowrap;text-align:right;grid-area:options;align-self:end}.TariffSelector-tariff s{opacity:.5}.TariffSelector-tariff s b{font-weight:400}@media (max-width:799px){.TariffSelector-variants{flex-flow:column;align-items:stretch}}.InfoIcon{cursor:pointer}.InfoIcon circle{fill:#000}.InfoIcon path{fill:#fff}.List li{background-image:url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%230038FF' stroke-width='1.4'/%3E%3C/svg%3E%0A");background-position:6px 4px;background-repeat:no-repeat;padding-bottom:16px;padding-left:32px;list-style-type:none}.TextFeaturesList h4{text-transform:uppercase;opacity:.5;letter-spacing:.05em;margin:0 0 1em;padding:0;font-size:14px;font-weight:400}.TextFeaturesList .List+h4{margin-top:1em}.TextFeaturesList-note{opacity:.3;margin:.5em 0 0;padding:0}@media (min-width:800px){.Paywall-modal_body{padding:40px 62px 50px}.Paywall .Gallery{margin:-40px -62px 3em}.Paywall-columns{grid-column-gap:30px;grid-template-columns:1fr 1fr;display:grid}.Paywall .QuotesShower{padding-bottom:16px;position:sticky;top:20px}}.Paywall .StandartModal-close_button{color:#fff;z-index:100}@media (max-width:799px){.Paywall-modal_body{margin:0;padding:0 20px 20px}.Paywall .Gallery{padding-top:45px}.Paywall .StandartModal-close_button{top:40px;right:10px}.Paywall .QuotesShower{height:350px}.Paywall .Paywall-columns._mobile_reverse{grid-template-columns:1fr;grid-template-areas:"first""last";gap:40px;display:grid}.Paywall .Paywall-columns._mobile_reverse>.Paywall-column:first-child{grid-area:last}.Paywall .Paywall-columns._mobile_reverse>.Paywall-column:last-child{grid-area:first}}.Paywall hr{background:rgba(var(--main_color_rgb), .2);border:0;height:1px;margin:2em 0;padding:0}.Paywall-lock{text-align:center}.Paywall-title{text-align:center;margin:0 0 24px}.Paywall-message{text-align:center;max-width:555px;margin:0 auto 67px;line-height:28px}.Paywall-paragraph{max-width:600px;margin:32px 0 0;font-size:18px;line-height:140%}.Paywall-trialnotes{text-align:center;color:rgba(var(--main_color_rgb), .5);margin-top:2em;margin-bottom:4em}.Paywall-trialnotes p{margin:0 0 .5em;font-size:14px;line-height:140%}.Paywall-features_grid{flex-wrap:wrap;margin:21px 0 89px;display:flex}.Paywall-features_grid-feature{flex-basis:33%;align-items:center;margin-top:43px;font-weight:600;display:flex}.Paywall-features_grid-feature .Icon{margin-right:16px}.Paywall .Paywall-button{width:100%;font-size:18px}.Paywall-button+.Paywall-button{margin-top:16px}.Paywall-column .IconedFeaturesList{margin-left:0;margin-right:0}.Paywall-column .IconedFeaturesList .IconedFeaturesList-feature{flex-basis:100%;margin-top:0;padding-top:0;padding-left:0}.Paywall-Quotes{columns:3;column-gap:20px;padding-top:40px;padding-bottom:40px}.Paywall-Quotes .Quote{break-inside:avoid;margin-bottom:60px;top:0;bottom:0}.Paywall-Quotes .Quote:before{margin-top:0;bottom:0}@media (max-width:799px){.Paywall-Quotes{columns:1}.Paywall-Chronology{max-width:100vw;margin-left:-35px;margin-right:-35px;position:relative}.Paywall-Chronology-Content{box-sizing:border-box;padding-left:30px;padding-right:70px;overflow-y:scroll}.Paywall-Chronology-Content .ChronologyImage{min-width:700px}.Paywall-Chronology:before,.Paywall-Chronology:after{content:"";width:30px;height:100%;position:absolute;top:0}.Paywall-Chronology:before{background:linear-gradient(270deg,#0000,#fff);left:0}.Paywall-Chronology:after{background:linear-gradient(90deg,#0000,#fff);right:0}}.PaywallControls{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"button button button""gift currency discount";font-size:14px;line-height:19px;display:grid}@media (max-width:799px){.PaywallControls{grid-template-columns:1fr 1fr;grid-template-areas:"button button""currency discount""none gift"}}.PaywallControls-currency{text-align:center;grid-area:currency}.PaywallControls-currency .CurrencySelector{margin:-3px auto 0}@media (max-width:799px){.PaywallControls-currency{text-align:left}.PaywallControls-currency .CurrencySelector{margin-left:0;margin-right:0}}.PaywallControls-button{grid-area:button;width:100%;margin-bottom:10px;font-size:18px}.PaywallControls-gift{text-align:left;grid-area:gift}@media (max-width:799px){.PaywallControls-gift{text-align:right}}.PaywallControls-discount{white-space:nowrap;text-align:right;grid-area:discount}.theme_dark .ChronologyImage-Checkmark{stroke:#000}.IOSPaywall-buttons{grid-template-columns:1fr;gap:10px;margin-top:30px;margin-bottom:30px;display:grid}.IOSPaywall-buttons .Button-content{display:block}.IOSPaywall-links{text-align:center;margin-top:30px;margin-bottom:30px}.IOSPaywall-links-link{color:var(--main_color);margin-right:10px;text-decoration:underline}.CalendarWidgetCommonSelector{height:32px;display:flex}.CalendarWidgetCommonSelector-current{background:var(--calendar_widget_main_background);color:#fff;cursor:pointer;border:none;border-radius:5px;width:calc(100% - 96px);font-weight:500}.CalendarWidgetCommonSelector-current:not(._selected):not(:disabled):hover{background:#ffffff26}.CalendarWidgetCommonSelector-current._selected{background:var(--calendar_widget_selected_background)}.CalendarWidgetCommonSelector-current:disabled{cursor:default}.CalendarWidgetCommonSelector-button{cursor:pointer;opacity:.4;background:0 0;border:none;border-radius:5px;width:32px;margin:0 8px}.CalendarWidgetCommonSelector-button:hover{opacity:1;background:#ffffff26}.CalendarWidgetSeparator{border:none;border-top:1px solid #ffffff1a;margin:8px 0}.CalendarWidgetShortcuts{flex-direction:column;flex-grow:1;justify-content:flex-end;display:flex}.CalendarWidgetShortcuts-buttons{justify-content:space-evenly;height:32px;display:flex}.CalendarWidgetShortcuts-button{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:5px;flex-grow:1;flex-basis:33%;margin:0 8px;font-size:14px}.CalendarWidgetShortcuts-button._selected{background:var(--calendar_widget_selected_background);color:#fff}.CalendarWidgetShortcuts-button:hover{color:#fff;background:#ffffff26}.CalendarWidgetWeekNumber{color:#fffc;cursor:pointer;background:0 0;border:0;width:100%;font-size:12px;line-height:20px;display:inline-block;padding:6px 12px!important}.CalendarWidgetWeekNumber:not(._selected):not(:disabled):hover{background:#ffffff26}.CalendarWidgetWeekNumber._selected{background-color:var(--calendar_widget_selected_background)}.CalendarWidgetWeekNumber:disabled{cursor:default}.CalendarWidgetWeeks{border-spacing:0;width:100%;padding:4px 0}.CalendarWidgetWeeks-title{color:#ffffff4d;text-transform:uppercase;text-align:center;padding:4px 0;font-size:9px;font-weight:600}.CalendarWidgetWeeks-title._first{padding-left:13px}.CalendarWidgetWeeks-title:last-child{padding-right:14px}.CalendarWidgetWeeks-week:hover{background-color:#ffffff0d}.CalendarWidgetWeeks-day-wrapper{text-align:center;padding:0}.CalendarWidgetWeeks-day-wrapper._first{padding-left:13px}.CalendarWidgetWeeks-day-wrapper:last-child{padding-right:14px}.CalendarWidgetWeeks-day{color:#fffc;cursor:pointer;background:0 0;border:0;width:24px;height:24px;margin:4px 0;padding:0;font-size:14px;line-height:24px;display:inline-block}.CalendarWidgetWeeks-day:not(._selected):not(:disabled):hover{background:#ffffff26;border-radius:24px}.CalendarWidgetWeeks-day._weekend{color:#fff3}.CalendarWidgetWeeks-day._today:not(._selected){border:1px solid #fff;border-radius:24px;line-height:22px}.CalendarWidgetWeeks-day._selected{color:#fffc;background-color:var(--calendar_widget_selected_background);border-radius:24px}.CalendarWidgetWeeks-day:disabled{cursor:default}.CalendarWidgetWeeks-week-number-wrapper{border-right:1px solid #ffffff1a;width:74px;margin:0;padding:0}.CalendarWidgetQuarterSelector{height:32px;margin-left:8px;display:flex}.CalendarWidgetQuarterSelector-button{background:var(--calendar_widget_main_background);color:#fffc;cursor:pointer;border:none;border-radius:45px;width:32px;font-size:14px;font-weight:400}.CalendarWidgetQuarterSelector-button:not(._selected):not(:disabled):hover{background:#ffffff26}.CalendarWidgetQuarterSelector-button._selected{background:var(--calendar_widget_selected_background)}.CalendarWidgetQuarterSelector-button+.CalendarWidgetQuarterSelector-button{margin-left:8px}.CalendarWidgetYearSelector{height:32px;display:flex}.CalendarWidgetYearSelector-current{background:var(--calendar_widget_main_background);color:#fff;cursor:pointer;border:none;border-radius:5px;width:100%;font-weight:500}.CalendarWidgetYearSelector-current:not(._selected):not(:disabled):hover{background:#ffffff26}.CalendarWidgetYearSelector-current._selected{background:var(--calendar_widget_selected_background)}.CalendarWidgetYearSelector-current:disabled{cursor:default}.CalendarWidgetYearSelector-button{cursor:pointer;opacity:.4;background:0 0;border:none;border-radius:5px;flex-shrink:0;width:32px;margin:0 8px}.CalendarWidgetYearSelector-button:hover{opacity:1;background:#ffffff26}:root{--calendar_widget_main_background:#1b1b1b;--calendar_widget_selected_background:#0075ff}.CalendarWidget{box-sizing:border-box;background:var(--calendar_widget_main_background);border-radius:4px;flex-direction:column;width:306px;padding:8px 0;display:flex;box-shadow:0 2px 9px #00000059}.CalendarWidget button{padding:0}.Avatar{vertical-align:baseline;-webkit-user-select:none;user-select:none;text-align:center;color:#fff;border-radius:999px;width:38px;height:38px;font-weight:500;line-height:1.8;display:inline-block;overflow:hidden}.Avatar-image{object-fit:cover;object-position:center;width:100%;height:100%}.ContextMenu{-webkit-user-select:none;user-select:none;border-radius:4px;min-width:200px;padding:8px 0;list-style-type:none;box-shadow:0 2px 9px #00000059;background-color:#1b1b1b!important}.ContextMenu hr{-webkit-user-select:none;user-select:none;border:0 solid #333;border-top-width:1px;margin:8px 0}.ContextMenu::-webkit-scrollbar{width:12px}.ContextMenu::-webkit-scrollbar-thumb{background-color:#0000}.ContextMenu::-webkit-scrollbar-track{background-color:#0000}.ContextMenu::-webkit-scrollbar-thumb{border:1px solid #0000;border-radius:7px;box-shadow:inset 0 0 0 5px #0000}.ContextMenu:hover::-webkit-scrollbar-thumb{box-shadow:inset 0 0 0 6px #aaa}.ContextMenu:focus-visible{outline:none}@keyframes menu-fade-in{0%{opacity:0}to{opacity:1}}.Menu-floating{z-index:5000;border:1px solid var(--column_separator_color);max-height:calc(100vh - 10px);animation:.12s ease-out menu-fade-in;position:absolute;top:0;left:0;overflow:auto}body.theme_dark .Menu-floating{border-color:#666;border-radius:8px}@media (prefers-reduced-motion:reduce){.Menu-floating{animation:none}}.Menu-target{cursor:pointer}.Menu-interactive_item{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;text-align:left;width:100%;color:var(--main_color);background:0 0;border:none;outline:none;align-items:center;gap:8px;padding:4px 14px;font-size:14px;line-height:24px;display:flex;position:relative}.Menu-interactive_item:hover,.Menu-interactive_item:focus,.Menu-interactive_item:focus-visible{color:var(--main_color);background:#a4a4a41a}.Menu-interactive_item._disabled{cursor:default;color:#fff6}.Menu-interactive_item._disabled:hover{color:#fff6;background:0 0}.Menu-item{-webkit-user-select:none;user-select:none;font-size:14px}.Menu-item._disabled,.Menu-item._disabled:hover{color:#616161}.Menu-title{text-transform:uppercase;letter-spacing:.5px;-webkit-user-select:none;user-select:none;color:#616161;padding:4px 12px 4px 14px;font-size:12px;font-weight:600;line-height:19px}.Menu-title._clickable{cursor:pointer}.Menu-title._clickable:hover{background:#a4a4a41a}.Menu-sub_menu_back_title_button{align-items:center;padding-left:28px;display:flex;position:relative}.Menu-sub_menu_back_title_button-arrow{pointer-events:none;position:absolute;top:0;left:4px}.Menu-button-spinner{background:#1b1b1b;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Menu-button-expand_arrow{color:#616161;margin:0;position:absolute;top:4px;right:0}.Menu-button._loading{cursor:default}.Menu-button._loading:focus,.Menu-button._loading:focus-within,.Menu-button._loading:hover{background:0 0}.Menu-link{text-decoration:none}.Menu-text{-webkit-user-select:inherit;user-select:inherit;white-space:inherit;cursor:default;padding:4px 12px 4px 14px;font-size:12px;line-height:15px}.Menu-text .Link{color:inherit;text-decoration:underline}.Menu-text .Link:hover{color:var(--main_color)}.Menu-text._error{color:#ff5050}.Menu-switcher{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.Menu-switcher._disabled{cursor:default}.Menu-switcher-content_wrap{align-items:center;gap:8px;display:flex}.Menu-switcher .Switcher{margin-left:14px}.Menu-select{cursor:pointer;line-height:20px}.Menu-select-checkmark{position:absolute;right:12px}.Menu-checkbox{cursor:pointer;gap:12px;line-height:20px}.AssigneeDropdown-marks{white-space:pre}.AssigneeDropdown-marks._checked{margin-right:10px}.AssigneeDropdown-check{position:absolute;right:12px}.AssigneeDropdown-name{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.AssigneeDropdown-dropdown_button{gap:8px}.AssigneeDropdown-dropdown_button .Icon{margin-right:0}.AssigneeDropdown button,.AssigneeDropdown .Menu-link{flex-wrap:nowrap;padding-right:28px}.AssigneeDropdown-target{color:rgba(var(--main_color_rgb), .7)}.AssigneeDropdown-target .Avatar{margin-top:-5px;margin-right:5px;position:relative;top:3.5px}.CopyLinkInDropdown{padding:6px 12px}.CopyLinkInDropdown-input{box-sizing:border-box;width:100%;height:31px;color:var(--main_color);background:#fff0;border:1px solid #515151;border-radius:6px;outline:none;padding:10px 8px;font-size:12px}.CopyLinkInDropdown-button{box-sizing:border-box;width:100%;height:30px;color:var(--main_color);cursor:pointer;background:#515151;border:none;border-radius:6px;outline:none;margin-top:8px}.CopyLinkInDropdown-button:hover{background:#6f6f6f}.CopyLinkInDropdown-button:active{background:#505050}.MenuColorPicker{grid-gap:8px;grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;grid-auto-flow:dense;--color:#616161;max-width:180px;padding:8px 12px;display:grid}.MenuColorPicker-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;border-radius:50%;outline:none;width:22px;height:22px;padding:0;position:relative}.MenuColorPicker-option:before{content:" ";background:var(--color);border-radius:50%;width:22px;height:22px;display:block;position:absolute;top:0}.MenuColorPicker-option._selected,.MenuColorPicker-option:hover:not(._no_hover){box-shadow:0 0 0 2px #fff}.MenuColorPicker-option._selected:before,.MenuColorPicker-option:hover:not(._no_hover):before{width:18px;height:18px;top:2px;left:2px}.MenuColorPicker .RemoveColorSelectionIcon{pointer-events:none;position:absolute;top:-3px;left:-3px}.CalendarDropdown{max-width:none}.CalendarDropdown .CalendarWidget{box-shadow:none;padding-top:0}.BackgroundSelector{background:var(--main_background);grid-template-columns:repeat(auto-fill,92px);justify-content:center;gap:4px;display:grid}.BackgroundSelector-background{border:solid 1px rgba(var(--main_color_rgb), .12);border-radius:12px;width:92px;height:131px;transition:transform .15s;position:relative}.BackgroundSelector-background:hover{cursor:pointer;transform:scale(1.02)}.BackgroundSelector-background._selected{border:2px solid rgba(var(--inversed_background_rgb), .8)}.BackgroundSelector-background._plus{background:#ecedef}.theme_dark .BackgroundSelector-background._plus{background:#333}.BackgroundSelector-background-image{object-fit:cover;object-position:center;border-color:#fff;border-radius:10px;width:100%;height:100%}.BackgroundSelector-background-icon{position:absolute;top:10px;right:10px}.BackgroundSelector-background-plus_icon{opacity:.3;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EmojiPicker .emoji-mart{flex-direction:column;max-width:90vw;display:flex;box-shadow:0 2px 9px #00000059}.EmojiPicker .emoji-mart-scroll{order:1;height:250px;padding:0}.EmojiPicker .emoji-mart-bar{border-bottom:none;order:2}.EmojiPicker .emoji-mart-anchor{padding:4px}.EmojiPicker .emoji-mart-anchor-bar{display:none}.EmojiPicker .emoji-mart-category{border-bottom:1px solid #ddd;padding:4px}.EmojiPicker .emoji-mart-category-label{width:0;height:0;overflow:hidden}.EmojiPicker .emoji-mart-category .emoji-mart-emoji{outline:none}.EmojiPicker .emoji-mart-category .emoji-mart-emoji span{cursor:pointer}.EmojiPicker .emoji-mart.emoji-mart-dark{background:#2d2d2d;border-color:#424242}.EmojiPicker .emoji-mart.emoji-mart-dark .emoji-mart-category{border-color:#424242}.EmojiPicker .emoji-mart.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:#424242}.Tabs-header{border-bottom:1px solid #d7d7d7;max-width:100%;margin-bottom:24px;display:flex;position:relative}.Tabs-header-shadow_wrap{position:relative;overflow:hidden}.Tabs-header-shadow_wrap:before,.Tabs-header-shadow_wrap:after{z-index:1;content:" ";pointer-events:none;opacity:0;width:50px;height:100%;transition:opacity .25s cubic-bezier(.165,.84,.44,1);display:block;position:absolute;top:0}.Tabs-header-shadow_wrap:before{background:linear-gradient(90deg, var(--main_background), #fff0)}.theme_dark .Tabs-header-shadow_wrap:before{background:linear-gradient(90deg, var(--main_background), #0000)}.Tabs-header-shadow_wrap:after{background:linear-gradient(-90deg, var(--main_background), #fff0);right:0}.theme_dark .Tabs-header-shadow_wrap:after{background:linear-gradient(-90deg, var(--main_background), #0000)}.Tabs-header-shadow_wrap._show_shadow_left:before,.Tabs-header-shadow_wrap._show_shadow_right:after{opacity:1}.Tabs-header-scrollable_content{display:flex;overflow-x:auto}.Tabs-side_tabs{flex-shrink:0;align-items:center;margin-left:auto;padding-left:24px;display:flex}.Tabs-tabs_wrap{flex-grow:1;padding-right:24px;display:flex}.Tabs-tab_wrap,.Tabs-tab{flex-shrink:0;padding:12px 0;line-height:140%}.Tabs-tab_wrap{color:#0000;border-bottom:3px solid #0000;font-weight:600;display:inline-block;position:relative}.Tabs-tab_wrap+.Tabs-tab_wrap{margin-left:24px}.Tabs-tab{cursor:pointer;width:100%;color:var(--main_color);white-space:nowrap;background:0 0;border:none;outline:none;font-weight:400;position:absolute;top:0}.Tabs-tab._active{border-bottom:3px solid var(--main_color);font-weight:500}.Tabs-content{width:100%}.Tooltip{--main_color:#fff;--main_background:#000;--main_color_rgb:255, 255, 255;--main_background_rgb:0, 0, 0;color:var(--main_color);background:var(--main_background);text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:4px;padding:3px 5px;font-size:12px;box-shadow:0 2px 5px #00000040}.theme_dark .Tooltip{--main_color:#000;--main_background:#fff;--main_color_rgb:0, 0, 0;--main_background_rgb:255, 255, 255}.Tooltip-hotkey{border:1px solid rgba(var(--main_color_rgb), .5);opacity:.7;border-radius:4px;margin-left:6px;padding:2px 4px;font-size:12px;line-height:1;display:inline-block}.WithTooltip{display:inline-flex;position:relative}.WithTooltip-popover{z-index:5001;pointer-events:none;position:absolute}body:has(.Menu-floating) .WithTooltip-popover{display:none}.SpaceAvatar._inline{vertical-align:text-bottom}.AppImport{text-align:start;padding-bottom:8px}.AppImport-newImport{padding-bottom:16px}.AppImport-newImport-title{margin-bottom:16px}.AppImport-newImport-wrapper{flex-flow:wrap;gap:24px 32px;display:flex}.AppImport-newImport-actions,.AppImport-newImport-tip{flex:1 1 0;min-width:240px}.AppImport-newImport-actions ol,.AppImport-newImport-tip ol{margin:8px 0 0 16px;padding:0}.AppImport-newImport-actions ol strong,.AppImport-newImport-tip ol strong{margin-bottom:4px;display:block}.AppImport-newImport-actions ol li,.AppImport-newImport-tip ol li{margin-bottom:8px}.AppImport-newImport-actions ol ol,.AppImport-newImport-tip ol ol{margin-top:0;margin-left:16px}.AppImport-newImport-actions{flex-grow:1}.AppImport-newImport-tip{color:var(--dimmed_text_color);font-size:14px;line-height:20px}.AppImport-newImport-tip h4{margin:0 0 12px}.AppImport-newImport-tip ul{margin:8px 0 0 16px;padding:0;list-style-type:disc}.AppImport-newImport-fileInputLabel{width:100%;height:100%;min-height:120px;color:var(--dimmed_text_color);text-align:center;cursor:pointer;background-color:#00000005;border:1px dashed #0000001a;border-radius:12px;outline:none;justify-content:center;align-items:center;padding:32px 0;font-size:16px;transition:border-color .2s;display:flex;position:relative}.AppImport-newImport-fileInputLabel:hover,.AppImport-newImport-fileInputLabel:focus{background-color:#00000005;border-color:#0006}.AppImport-newImport-fileInput{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.AppImport-newImport-fileInput:disabled+.NewImport-fileInputLabel{cursor:not-allowed;opacity:.6}.AppImport-newImport-fileInputText{pointer-events:none;z-index:1;overflow-wrap:anywhere;word-break:break-word;white-space:normal;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;max-width:100%;height:100%;padding:0 16px;display:flex}.AppImport-newImport-reading,.AppImport-newImport-error{opacity:.8;font-size:14px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.AppImport-newImport-error{color:#b70606}.AppImport-history-header{margin-top:24px;margin-bottom:8px}.AppImport-history-table{border-collapse:collapse;width:100%}.AppImport-history-table tr td{border-bottom:1px solid var(--dimmed_border_color);padding:8px}.AppImport-history-table tr td:first-child{padding-left:0}.AppImport-history-table tr td:last-child{text-align:right;padding-top:12px;padding-right:0}.AppImport-history-table tr:last-child td{border-bottom:none}.AppImport-history-row{text-align:left;vertical-align:middle;height:40px}.AppImport-history-row-date{opacity:.6;width:220px;font-size:14px}.AppImport-history-row-app{width:80px;font-weight:500}.AppImport-history-row-status._processing{opacity:.6}.AppImport-history-row-status._success{padding-left:20px;position:relative}.AppImport-history-row-status._success:before{content:"✓";font-size:16px;position:absolute;left:0}.AppImport-history-row-status._failed{color:#b70606}.AppSelector{border:1px solid var(--dimmed_border_color);border-radius:10px;align-items:center;gap:8px;width:fit-content;padding:8px;display:inline-flex}.AppSelector-arrow{width:12px;height:12px;margin:8px 0;transform:rotate(270deg)}.SpaceModal{border-radius:8px}@media (min-width:800px){.SpaceModal{margin-top:10px}}.SpaceModal .Tabs{width:100%}.SpaceModal .StandartModal-title{color:var(--headers_color);opacity:.5;text-align:center;padding:12px 0}.SpaceModal .StandartModal-close_button{z-index:3;top:12px;right:12px}@media (max-width:799px){.SpaceModal .StandartModal-close_button{padding-top:env(safe-area-inset-top)}}.SpaceModal .StandartModal-body{text-align:center;padding:0 50px 25px}@media (max-width:799px){.SpaceModal .StandartModal-body{padding:0 20px 20px}}.SpaceModal .StandartModal-body h1{margin:0;font-size:32px;font-weight:600;line-height:44px}.SpaceModal .StandartModal-body h2{opacity:.5;margin-top:0;margin-bottom:44px;font-weight:400}.SpaceModal .StandartModal-footer{border-radius:0 0 8px 8px;justify-content:flex-end;display:flex}.SpaceModal-member{border-bottom:1px solid rgba(var(--main_color_rgb), .1);justify-content:space-between;align-items:center;column-gap:14px;padding:10px 0;display:flex}.SpaceModal-member-info{align-items:center;column-gap:10px;display:flex}.SpaceModal-member:last-child{border-bottom:none}.SpaceModal-member-icon,.SpaceModal-member-image{border-radius:19px;width:38px;height:38px}.SpaceModal-member-role{margin-right:15px;font-weight:400}.SpaceModal-member-arrow{width:16px;height:16px;transition:transform .25s cubic-bezier(.165,.84,.44,1);position:relative;top:2px;transform:rotate(270deg)}.SpaceModal-member ._open .SpaceModal-member-arrow{transition:transform .3s cubic-bezier(.165,.84,.44,1);transform:rotate(90deg)}.SpaceModal-settings{flex-direction:column;align-items:center;padding-top:70px;display:flex}.SpaceModal-settings-intro{max-width:530px;margin-top:-50px;margin-bottom:50px;font-size:22px;line-height:140%}@media (max-width:799px){.SpaceModal-settings-intro{margin-top:-70px;margin-bottom:20px;font-size:17px}}.SpaceModal-settings-icon,.SpaceModal-settings-image{width:154px;height:154px;vertical-align:center;color:var(--main_background);background-color:#eaeaeb;border-radius:77px;font-size:100px;line-height:154px}.theme_dark .SpaceModal-settings-icon,.theme_dark .SpaceModal-settings-image{background:#1b1b1b}.SpaceModal-settings-icon{cursor:pointer}.SpaceModal-settings-image{object-fit:cover;object-position:center}.SpaceModal-settings .TextInput{border-radius:8px;padding-top:25px;padding-bottom:55px;font-size:22px}.SpaceModal-settings-emojis{flex-wrap:wrap;justify-content:space-between;max-width:200px;padding:0 10px;display:flex}.SpaceModal-settings-emojis .Menu-item{text-align:center;border-radius:5px;flex:0 0 20%;padding:5px;font-size:20px}.SpaceModal-settings-emojis .Menu-item:hover{cursor:pointer;background:#404040}@media (max-width:799px){.SpaceModal-settings-emojis .Menu-item{font-size:16px}}.SpaceModal-settings-delete-button{opacity:.4;cursor:pointer;margin-top:90px;margin-bottom:1em;text-decoration:underline}@media (max-width:799px){.SpaceModal-settings-delete-button{margin-top:80px}}.SpaceModal-settings-delete-button:active{opacity:.6}.SpaceModal-settings-confirm-delete{border-radius:8px;max-width:660px;margin-top:310px}.SpaceModal-settings-confirm-delete .StandartModal-body{padding-top:15px;padding-bottom:15px}.SpaceModal-settings-confirm-delete .StandartModal-footer{border-radius:0 0 8px 8px;justify-content:space-between;display:flex}.SpaceModal-settings-confirm-delete-button.Button{color:var(--main_background);background:#f34949;border-color:#f34949}.SpaceModal-share-link{gap:5px;display:flex}.SpaceModal-invite{text-align:start;margin-right:10px}.SpaceModal-invite p{line-height:1.6}.SpaceModal-invite .Button{padding:11px 18px}.SpaceModal-invite button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:#616161;background:0 0;border:none;outline:none;padding:0}.SpaceModal-invite input{text-overflow:ellipsis;background:var(--main_background);border:1px solid #0075ff;min-width:auto;padding:10px 18px;overflow:hidden}.SpaceModal-invite input:focus{border-color:#0075ff}@media (max-width:799px){.SpaceModal-invite input{min-width:inherit}}.SpaceModal-email{text-align:start;margin-right:10px}.SpaceModal-email h3{margin:0 0 12px}.SpaceModal-email p{line-height:1.6}.SpaceModal-email .SpaceModal-share-link{margin-top:10px}.SpaceModal-email .Button{padding:11px 18px}.SpaceModal-email input{text-overflow:ellipsis;background:var(--main_background);border:1px solid #0075ff;min-width:auto;padding:10px 18px;overflow:hidden}.SpaceModal-email input:focus{border-color:#0075ff}@media (max-width:799px){.SpaceModal-email input{min-width:inherit}}@media (min-width:800px){.SpaceModal-background{padding:0 54px}}@media (max-width:799px){.SpaceModal-background .BackgroundSelector{justify-content:center;margin-right:auto}.SpaceModal-background .BackgroundSelector-background{width:92px;height:131px;margin:0 4px 4px 0}}.SpaceModal-cloning{text-align:left;line-height:1.3}.SpaceModal-cloning ul{margin-bottom:2em}.SpaceModal-cloning li{margin-bottom:.5em}.SpaceModal-tags{text-align:left}.SpaceModal-tags th,.SpaceModal-tags td{padding:6px 12px;font-weight:400}.SpaceModal-tags-header{pointer-events:none}.SpaceModal-tags-done,.SpaceModal-tags-notDone{color:rgba(var(--main_color_rgb), .5)}.SpaceModal-tags-total,.SpaceModal-tags-done,.SpaceModal-tags-notDone{text-align:end}.SpaceModal-tags-color{background:#ff0;border-radius:999px;width:20px;height:20px;display:block}.SpaceModal-tags-tag{text-align:start;font-size:14px}.SpaceModal-tags-tag .SpaceModal-tag{cursor:auto;padding:4px}.SpaceModal-tags-tag .SpaceModal-tag:before{content:"#";margin-right:1px;font-weight:900}.SpaceModal-tags-tag._canEdit span{cursor:pointer;border-radius:4px}.SpaceModal-tags-tag._canEdit span:hover,.theme_dark .SpaceModal-tags-tag._canEdit span:hover{background:rgba(var(--main_color_rgb), .1)}.SpaceModal-tags-newtag{padding:0 2px;font-size:14px}.SpaceModal-tags-newtag .SpaceModal-tags-color{vertical-align:middle;display:inline-block}.SpaceModal-tags-newtag .TextInput-input{vertical-align:middle;min-width:auto;margin-left:10px;padding:6px}.SpaceModal-tags-newtag .Button{vertical-align:middle;margin-left:20px;font-size:14px}.SpaceModal-tags-show_hidden_button{margin-top:20px;margin-left:-4px}.DurationPicker{max-width:250px;padding:0}.DurationPicker-start_input_now_wrap{justify-content:space-between;padding-right:12px;display:flex}.DurationPicker-button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;border:none;border:1px solid var(--main_color);width:auto;height:25px;color:var(--main_color);text-align:center;background:0 0;border-radius:8px;outline:none;align-self:center;margin-top:-4px;padding:0 8px 2px;font-size:14px;line-height:150%;transition:opacity .25s}.DurationPicker-button:hover{opacity:.7;transition:none}.DurationPicker-button:active{opacity:1}.DurationPicker-inputs{flex-shrink:0;padding:0 12px 4px;display:flex;position:relative}.DurationPicker-inputs-dots{opacity:.7;margin:5px 4px 0;font-size:24px;line-height:30px}.DurationPicker-html_time_input{opacity:0;width:111px;position:absolute;top:0;bottom:4px;left:12px}.DurationPicker-input{width:48px;color:var(--main_color);text-align:center;caret-color:#fffc;background:#494949;border:1px solid #fff3;border-radius:8px;outline:none;padding:4px 8px;font-size:24px;line-height:150%}.DurationPicker-input::placeholder{opacity:.5}.DurationPicker-hint{color:#616161;-webkit-user-select:none;user-select:none;padding:4px 12px;font-size:12px}.DurationPicker-duration_buttons{grid-gap:9px;grid-auto-flow:column;padding:4px 12px;display:grid}.DurationPicker-duration_buttons .DurationPicker-button{border-radius:6px;padding:1px 5px 0}.DurationPicker-duration_buttons .DurationPicker-button._active{color:var(--inversed_color);opacity:1;background:#f0e995;border-color:#f0e995}@media (max-width:799px){.RecurrencePicker{padding:8px 0}}.RecurrencePicker-button._active{background-color:#357cf4}.RecurrencePicker-end_date{opacity:.7;padding-top:2px;font-size:12px;line-height:14px}.RecurrencePicker-segments_item{padding:4px 12px 8px}.RecurrencePicker-segments_item .Segments-item{padding:4px 0;font-size:14px}.RecurrencePicker .Icon{color:var(--main_color)}.GoalOptions{max-height:min-content}.GoalOptions-color_picker{max-width:220px}.GoalOptions .GoalOptions-more_colors_pro{color:#fff6;align-items:center;padding-left:12px;font-size:12px;display:flex}.GoalOptions .GoalOptions-more_colors_pro-colors{align-items:center;margin-left:8px;display:flex}.GoalOptions .GoalOptions-more_colors_pro-color{background:var(--color);border-radius:50%;width:7px;height:7px;margin-left:1px;display:inline-block}.InlineGoalEditor{z-index:1;background:var(--main_background);caret-color:#e3631b;border-radius:8px;outline:1px solid #d7d7d7;flex-direction:column;align-items:flex-start;padding:6px;font-size:15px;display:flex;position:relative;transform:translateZ(0);box-shadow:0 3px 4px #00000012}.InlineGoalEditor-content{flex-direction:row;align-items:flex-start;width:100%;display:flex}.theme_dark .InlineGoalEditor{outline-color:#333;box-shadow:0 3px 4px #00000059}@media (hover:hover){.InlineGoalEditor:hover,.InlineGoalEditor._hover{background:var(--main_background)}}@media (hover:none){.InlineGoalEditor:active{background:var(--main_background)}}.InlineGoalEditor-textarea{font-size:inherit;background:var(--main_background);margin-bottom:0;line-height:22px}.InlineGoalEditor .Checkbox{z-index:9;flex-shrink:0;position:relative;top:1px}.InlineGoalEditor .Checkbox-box{border-color:#c7c7c7}.InlineGoalEditor-input_container{box-sizing:border-box;flex-grow:1;padding-left:8px;padding-right:52px;display:flex}@media (max-width:799px){.InlineGoalEditor-input_container{padding-right:43px}}.InlineGoalEditor-input_container_label{opacity:.75;padding-top:11px;padding-left:6px;padding-right:10px;position:absolute;top:-2px;bottom:-2px;right:-2px}.InlineGoalEditor-input_container_label._clickable{cursor:pointer;transition:all .25s cubic-bezier(.165,.84,.44,1)}.InlineGoalEditor-input_container_label._clickable:hover{color:#000;transition:all}.theme_dark .InlineGoalEditor-input_container_label._clickable:hover{color:#fff}.InlineGoalEditor._compact{border-radius:4px;align-items:flex-start;width:auto;margin-bottom:1px;padding:3px 4px;font-size:12px;line-height:16px;display:flex}.InlineGoalEditor._compact .InlineGoalEditor-content,.InlineGoalEditor._compact .InlineGoalEditor-input_container{flex-direction:row;flex-grow:1;align-items:flex-start;display:flex}.InlineGoalEditor._compact .InlineGoalEditor-textarea{line-height:18px}.InlineGoalEditor._compact .InlineGoalEditor-input_container_label{padding-top:8px;padding-right:4px;font-size:18px;font-weight:300}.InlineGoalEditor._compact .Checkbox{top:1px}.InlineGoalEditor._compact .InlineGoalEditor-input_container{padding:0 36px 0 5px}.GoalRowImageButton{opacity:.3;cursor:pointer;color:currentColor;background-color:#0000;border:none;margin-left:4px;padding:1px 0;display:inline-block;position:relative}.GoalRowImageButton:hover{opacity:1}.GoalRowImageButton .Icon{vertical-align:middle;margin-top:-3px}.GoalRowImageButton._disabled{pointer-events:none}.GoalImage{flex-basis:100%;display:block}.GoalImage img{border-radius:4px;width:100%;display:block}.SubgoalsWrapper{-webkit-user-select:none;user-select:none;flex-direction:column;padding:0;position:relative}.SubgoalsWrapper .Checkbox{padding-top:0;padding-left:0}.SubgoalsWrapper-subgoals{opacity:1;grid-template-rows:minmax(0,1fr);width:100%;margin-bottom:16px;transition:grid-template-rows .2s cubic-bezier(.165,.84,.44,1),margin .2s cubic-bezier(.165,.84,.44,1),opacity .15s cubic-bezier(.165,.84,.44,1);display:grid;position:relative}.SubgoalsWrapper-subgoals._drag_collapsed{opacity:0;pointer-events:none;grid-template-rows:minmax(0,0fr);margin-top:0;margin-bottom:0}.SubgoalsWrapper-subgoals{margin-top:2px}.SubgoalsWrapper-subgoals:before{content:"";z-index:10;width:2px;height:calc(100% - 9px);left:calc(20px + 14px * var(--nesting-level));border-left:2px solid #00000012;margin-left:14px;position:absolute}.theme_dark .SubgoalsWrapper-subgoals:before{border-left:2px solid #ffffff12}.SubgoalsWrapper-subgoals .InlineGoalEditor-input_container,.SubgoalsWrapper-subgoals .GoalRow-text_container{padding-left:calc(22px + 14px * var(--nesting-level))!important}.SubgoalsWrapper._compact .SubgoalsWrapper-subgoals:before{height:100%;left:calc(12px + 8px * var(--nesting-level));margin-left:14px}.SubgoalsWrapper._compact .SubgoalsWrapper-subgoals .InlineGoalEditor-input_container,.SubgoalsWrapper._compact .SubgoalsWrapper-subgoals .GoalRow-text_container{padding-left:calc(15px + 8px * var(--nesting-level))!important}.GoalRowWrapper{padding-bottom:2px}.GoalRowWrapper._dragging{z-index:5100!important}.GoalRowOverlay{width:100%}.GoalRowOverlay .GoalRow-text_container{transition:var(--GoalRow-overlay-transition);padding-left:var(--GoalRow-overlay-padding-left)!important}.GoalRow{cursor:pointer;background:var(--main_background);-webkit-user-select:none;user-select:none;border-radius:8px;outline:none;flex-direction:column;align-items:flex-start;width:100%;padding:6px;font-size:15px;font-weight:400;transition:background .3s cubic-bezier(.165,.84,.44,1);display:flex;position:relative}.GoalRow-content{flex-direction:row;align-items:flex-start;width:100%;display:flex}.GoalRow-tag{word-break:break-word;margin-right:4px;font-size:12px;display:inline-block}.GoalRow-tag:before{content:"#";margin-right:1px;font-weight:900}.GoalRow._has_color .GoalRow-title,.GoalRow._has_color:hover .GoalRow-title,.GoalRow._has_color._divider{background:rgb(var(--GoalRow-color));box-shadow:0 0 0 2.5px rgb(var(--GoalRow-color));color:rgb(var(--GoalRow-color-text))}.GoalRow._has_color._divider{box-shadow:none}.GoalRow._dragging,.GoalRow._menu_open{background:#f6f6f6;transition:none}.theme_dark .GoalRow._dragging,.theme_dark .GoalRow._menu_open{background:#2a2a2a}.GoalRow._dragging._has_color,.GoalRow._menu_open._has_color{background:rgb(var(--GoalRow-color))}.GoalRow._dragging._has_color .GoalRow-title,.GoalRow._menu_open._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;user-select:none}.GoalRow._combine_target{background:#f6f6f6;transition:none}.theme_dark .GoalRow._combine_target{background:#2a2a2a}.GoalRow._combine_target._has_color{background:rgb(var(--GoalRow-color))}.GoalRow._combine_target._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;user-select:none}body:not(.colored_goals_marker) .GoalRow._has_color{background:#f6f6f6;transition:none}.theme_dark body:not(.colored_goals_marker) .GoalRow._has_color{background:#2a2a2a}body:not(.colored_goals_marker) .GoalRow._has_color._has_color{background:rgb(var(--GoalRow-color))}body:not(.colored_goals_marker) .GoalRow._has_color._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;user-select:none}.GoalRow._compact{margin-bottom:1px}.GoalRow._compact:after{height:1px;bottom:-1px}.GoalRow:not(._disabled):not(._input):active{background:#f6f6f6;transition:none}.theme_dark .GoalRow:not(._disabled):not(._input):active{background:#2a2a2a}.GoalRow:not(._disabled):not(._input):active._has_color{background:rgb(var(--GoalRow-color))}.GoalRow:not(._disabled):not(._input):active._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;user-select:none}@media (hover:hover){.GoalRow:not(._disabled):not(._input):hover,.GoalRow:not(._disabled):not(._input)._hover{background:#f6f6f6;transition:none}.theme_dark .GoalRow:not(._disabled):not(._input):hover,.theme_dark .GoalRow:not(._disabled):not(._input)._hover{background:#2a2a2a}.GoalRow:not(._disabled):not(._input):hover._has_color,.GoalRow:not(._disabled):not(._input)._hover._has_color{background:rgb(var(--GoalRow-color))}.GoalRow:not(._disabled):not(._input):hover._has_color .GoalRow-title,.GoalRow:not(._disabled):not(._input)._hover._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;user-select:none}}.GoalRow._disabled:hover{cursor:auto;background:0 0}.GoalRow._selected,.GoalRow._selected:hover{background:#dae8f9!important}.GoalRow._selected .GoalRow-title,.GoalRow._selected:hover .GoalRow-title{box-shadow:none;background:0 0!important}.theme_dark .GoalRow._selected,.theme_dark .GoalRow._selected:hover{background:#468de380!important}.GoalRow._subgoal_parent_target{cursor:copy}.GoalRow._hidden{display:none}.GoalRow._divider{height:24px}.GoalRow-updated_indicator{background:#e3631b;border-radius:50%;width:5px;height:5px;position:absolute;top:16px;left:-2px}.GoalRow .Checkbox{z-index:9;flex-shrink:0;position:relative;top:1px}.GoalRow-info{margin-left:auto;padding-left:10px}.GoalRow-text_container{box-sizing:border-box;flex-grow:1;align-self:flex-start;padding-left:8px;padding-right:6px;line-height:22px;position:relative}.GoalRow-header{display:inline-block}.GoalRow._divider .GoalRow-text_container{margin:0;line-height:24px}.GoalRow-title-wrapper{display:inline-block}.GoalRow-title{-webkit-user-select:none;user-select:none;word-break:break-word;text-decoration:none;transition:color .15s}.GoalRow._done .Checkbox{opacity:.5}.GoalRow._done .GoalRow-title{color:rgba(var(--main_color_rgb), .6)}.GoalRow._done._has_color .GoalRow-title{color:rgba(var(--GoalRow-color-text), .5)}.GoalRow._done .GoalRow-avatar{opacity:.3}.GoalRow._done .GoalRow-tags{opacity:.5}.GoalRow-label{text-overflow:ellipsis;margin-top:2px;font-size:13px;line-height:18px;overflow:hidden}.GoalRow-label ._clickable{cursor:pointer}.GoalRow-context_label{flex-wrap:wrap;align-items:center;margin-top:2px;font-size:13px;line-height:18px;display:flex}.GoalRow-context_label._accent{color:#ff5050}.GoalRow-recurrence{color:rgba(var(--main_color_rgb), .3);margin-left:8px;position:relative;top:2px}.GoalRow-label,.GoalRow-context_label,.theme_dark .GoalRow-label,.theme_dark .GoalRow-context_label{color:rgba(var(--main_color_rgb), .3)}.GoalRow-handle{margin-top:5px;margin-bottom:-4px;padding:0;position:absolute;right:0}.GoalRow._dragging .GoalRow-handle{opacity:1}.GoalRow._add{cursor:pointer;opacity:.5}.GoalRow._add:hover{opacity:.75}.GoalRow._hover{opacity:.75;background:#f6f6f6;transition:none}.theme_dark .GoalRow._hover{background:#2a2a2a}.GoalRow._hover._has_color{background:rgb(var(--GoalRow-color))}.GoalRow._hover._has_color .GoalRow-title{box-shadow:none;-webkit-user-select:none;user-select:none}.GoalRow-thoughts_icon{vertical-align:middle;margin-bottom:2px;margin-left:8px}.GoalRow-comment_icon{margin-left:2px;line-height:22px;display:inline-block;position:relative;top:2px}.GoalRow-comment_icon .Icon{opacity:.4}.GoalRow-comment_icon-count{opacity:.6;margin-left:1px;font-size:8px;font-weight:700;line-height:1;position:absolute;top:4px}.GoalRow .WithTooltip{vertical-align:middle}.GoalRow-climb_icon{filter:invert();width:20px;height:20px;margin-top:-2px;margin-left:5px}.theme_dark .GoalRow-climb_icon{filter:none}.GoalRow._done .GoalRow-climb_icon{opacity:.2}.GoalRow._locked:before{background-color:var(--main_gray)}.theme_dark .GoalRow._locked:before{background-color:var(--inversed_color)}.GoalRow._locked:hover:before{opacity:1}.GoalRow._locked .GoalRow-title{opacity:.4}.GoalRow._locked .GoalRow-handle{display:none}.GoalRow-lock{color:#c5c5c5;margin:0 0 -4px 2px;display:inline-block}.GoalRow-lock .Tooltip{max-width:110px}.GoalRow-avatar{vertical-align:text-bottom;margin-right:4px;display:inline-flex;position:relative;top:1px}.GoalRow._compact .GoalRow-avatar .Avatar{width:16px!important;height:16px!important}.GoalRow-sync_error{cursor:pointer;margin:-3px 0 -5px 8px;display:inline-block}.GoalRow-sync_error .Tooltip{width:208px}.GoalRow-public_goal{opacity:.5;margin-left:4px}.GoalRow-link_button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;outline:none;padding:0;transition:opacity .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:5px;right:6px}.GoalRow-link_button-icon{background:var(--calendar_widget_selected_background);color:#fff;border-radius:50%;padding:6px}.GoalRow-link_to_button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);z-index:1;opacity:0;cursor:copy;background:0 0;border:none;outline:none;padding:0;transition:opacity .3s cubic-bezier(.165,.84,.44,1);position:absolute;right:6px}.GoalRow-link_to_button-icon{background:var(--calendar_widget_selected_background);color:#fff;border-radius:50%;padding:6px}.GoalRow-link_to_button{top:5px}.GoalRow:hover .GoalRow-link_to_button,.GoalRow._combine_target .GoalRow-link_to_button{opacity:1;transition:none}.GoalRow-make_subgoal_tooltip .Tooltip{white-space:nowrap}.GoalRow-menu_button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);opacity:0;background:0 0;border:none;outline:none;padding:0;transition:opacity .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:-1px;right:0}.GoalRow-menu_button-icon{background:var(--main_background);border-radius:50%;padding:3px;display:block}.GoalRow._menu_open .GoalRow-menu_button,.GoalRow:hover .GoalRow-menu_button{opacity:1;transition:none}.GoalRow._divider .GoalRow-menu_button{top:-6px}.GoalRow._divider .GoalRow-menu_button-icon{background:0 0}.GoalRow .GoalImage{padding:4px 0px 0px calc(39px + 14px * var(--nesting-level,-1))}.GoalRow-arrow{opacity:1;width:12px;height:12px;margin-left:4px;transition:transform .25s cubic-bezier(.165,.84,.44,1);position:relative;top:2px;transform:rotate(270deg)}.GoalRow._subgoals_expanded .GoalRow-arrow{transition:transform .3s cubic-bezier(.165,.84,.44,1);transform:rotate(90deg)}.GoalRow._compact{border-radius:4px;padding:3px 4px;font-size:12px}.GoalRow._compact .GoalRow-text_container{align-self:auto;line-height:18px}.GoalRow._compact .GoalRow-header{justify-content:space-between;align-items:baseline;gap:3px;display:flex}.GoalRow._compact .GoalRow-header .GoalRow-time{opacity:.5}.GoalRow._compact .GoalRow-label{margin-top:0;font-size:12px}.GoalRow._compact._add{flex-grow:1;padding-top:3px}.GoalRow._compact._divider{height:10px}.GoalRow._compact .Checkbox{top:1px}.GoalRow._compact .GoalRow-text_container{padding:0 0 0 5px}.InlineAddGoalRow-wrapper._top{padding-top:2px}.InlineAddGoalRow-wrapper._compact{flex-direction:column;display:flex}.InlineAddGoalRow-wrapper._compact:not(._top){flex-grow:1}.Goals{box-sizing:border-box;flex-direction:column;min-height:100%;padding-bottom:64px;display:flex}.Goals._compact{flex-grow:1;min-height:auto;padding-bottom:0}.Goals._compact:not(:hover) .GoalRow._add{opacity:0;transition:opacity .2s}.Goals-bottom_gap{flex-shrink:0;width:100%;height:64px}.Goals-add_goal_hover_area{cursor:pointer;-webkit-user-select:none;user-select:none;flex-grow:1;width:100%;height:100%}.Goals-list._dragging_over,.Goals-list._dragging_over~.InlineAddGoalRow-wrapper,.Goals-list._dragging_over~.Goals-add_goal_hover_area{pointer-events:none}.Goals-add{color:var(--main_color);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;background:0 0;border:none;outline:none;padding:0;line-height:140%;display:flex}.Goals-add .Checkbox{cursor:pointer;margin-right:10px}.Goals-hidden{opacity:.5;margin-top:4px;padding:6px 6px 6px 30px;font-size:14px}.Goals-onboarding_hint{opacity:0;padding-top:8px;padding-left:10px;padding-right:16px;font-size:14px;font-weight:400;line-height:20px;transition:opacity .25s}.Goals-onboarding_hint._show{opacity:.4}.Goals-complete{z-index:10;pointer-events:none;opacity:0;position:absolute;inset:0}.Goals-complete._active{animation:5s confettie}.Goals._subgoals{padding-top:0;padding-bottom:0}.Goals._subgoals .Goals-bottom_gap{height:0}@keyframes confettie{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.VideoPreview{padding-top:0;position:relative}.VideoPreview:hover{cursor:pointer}.VideoPreview:hover .VideoPreview-icon{width:60px;height:60px;transition:all .45s}.VideoPreview-icon{width:51px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoPreview-poster{border-radius:8px 8px 0 0;max-width:100%;height:auto}.NotificationPortal{z-index:6000;padding:10px;position:fixed;top:0;right:0}.NotificationPortal .Notification+.Notification{margin-top:12px}@media (max-width:600px){.NotificationPortal{padding:34px 8px 8px;top:0;bottom:auto}}.Notification{color:#fff;background:#282a2f;border-radius:6px;max-width:450px;min-height:80px;padding-left:9px;transition:all .25s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 5px 17px #0003,0 2px 7px #00000026}.Notification._layoutVertical{color:#fff;background:#282a2f;border-radius:8px;flex-direction:column;align-items:center;width:224px;min-height:338px;margin-left:auto;padding-left:0;transition:all .25s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 5px 17px #0003,0 2px 7px #00000026}.Notification._layoutVertical._large{justify-content:space-around;min-width:309px;min-height:307px}.Notification._layoutVertical .Notification-icon{vertical-align:middle;max-width:100%;height:120px}.Notification-button_wrap{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:inherit;text-align:left;cursor:inherit;background:0 0;border:none;outline:none;flex-grow:1;align-items:center;padding:0;display:flex}.Notification-button_wrap._clickable{cursor:pointer}.Notification._layoutVertical .Notification-button_wrap{text-align:center;flex-direction:column;justify-content:center;align-items:center}.Notification._layoutVertical._large .Notification-button_wrap{justify-content:flex-start;align-items:flex-start;width:100%}.Notification-text_content{padding:10px 16px 10px 8px}@media (max-width:799px){.Notification-text_content{padding:10px 12px 10px 8px}}.Notification._layoutVertical .Notification-text-content{padding:0 24px}.Notification._layoutVertical._large .Notification-text_content{text-align:left;flex-direction:column;align-items:baseline;padding:16px;display:flex}.Notification-title{font-size:14px;font-weight:500;line-height:17px}.Notification._layoutVertical .Notification-title{font-size:16px;line-height:22px}.Notification-description{opacity:.7;margin-top:3px;font-size:14px;line-height:18px}@media (max-width:799px){.Notification-description{font-size:12px;line-height:20px}}.Notification-actions{flex-direction:column;justify-content:space-evenly;margin-left:auto;display:flex}.Notification._layoutVertical .Notification-actions{border-top:1px solid #ffffff26;justify-content:center;margin-left:0}.Notification._layoutVertical._large .Notification-actions{flex-direction:row;width:277px}.Notification._layoutVertical .Notification-action{background:#ffffff26;border-radius:6px;min-width:192px;margin:4px 0;padding:8px 16px}.Notification._layoutVertical .Notification-action:first-child{margin-top:12px}.Notification._layoutVertical .Notification-action:last-child{margin-bottom:16px}.Notification._layoutVertical._large .Notification-action{white-space:nowrap;width:32%;min-width:0;margin:12px 0 16px}.Notification._layoutVertical._large .Notification-action:not(:first-child){margin-left:8px}.Notification .Notification-action{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:inherit;min-width:96px;background:0 0;border:none;border-left:1px solid #424242;outline:none;flex-grow:1;padding:0;font-size:14px;transition:all .25s cubic-bezier(.165,.84,.44,1)}.Notification .Notification-action:hover{background:#5e5e5e;border-color:#5e5e5e;transition:none}.Notification .Notification-action:active{background:#2d2d2d;border-color:#2d2d2d;transition:all .25s cubic-bezier(.165,.84,.44,1)}.Notification .Notification-action+.Notification .Notification-action{border-top:1px solid #424242}.Notification .Notification-action._primary+.Notification .Notification-action{border-top:none}.Notification .Notification-action:first-child{border-top-right-radius:4px}.Notification .Notification-action:last-child{border-bottom-right-radius:4px}.Notification .Notification-action._primary{background:#357cf4;border-left:1px solid #357cf4;font-weight:600}.Notification .Notification-action._primary:hover{background:#3864ff;border-left:1px solid #3864ff}.Notification .Notification-action._primary:active{background:#2152ff;border-left:1px solid #2152ff}.theme_dark .Notification{box-shadow:none;background:#1b1b1b}.Notification-animation-appear{opacity:0;transform:translate(432px)}.Notification-animation-appear-active,.Notification-animation-exit{opacity:1;transform:translate(0)}.Notification-animation-exit-active{opacity:0;transform:translate(432px)}.RouterLink{color:inherit;text-decoration:none}.Logo{letter-spacing:-.02em;-webkit-user-select:none;user-select:none;font-family:Inter,sans-serif;font-size:28px;font-style:normal;font-weight:700;line-height:34px}.SplashScreen{box-sizing:border-box;justify-content:center;align-items:center;width:100vw;height:90vh;padding:64px;display:flex}.Drawer,.Drawer-overlay{height:calc(var(--windowHeight));position:fixed;top:0;left:0;right:0}.Drawer{z-index:4999}.Drawer-enter-done .Drawer-content_l1,.Drawer-enter-active .Drawer-content_l1{transform:translateY(0)}.Drawer-enter-done .Drawer-overlay,.Drawer-enter-active .Drawer-overlay{opacity:1}.Drawer-exit-active .Drawer-content_l1{transform:translateY(100%)}.Drawer-exit-active .Drawer-overlay{opacity:0}.Drawer-overlay{transition-duration:var(--Drawer-animation_duration);z-index:0;opacity:0;background:#00000080;transition-property:opacity;transition-timing-function:ease}.Drawer-content_l1{height:calc(var(--windowHeight));transform:translateY(var(--Drawer-initial_translate_y));transition-duration:var(--Drawer-animation_duration);will-change:transform;z-index:2;transition-property:transform;transition-timing-function:ease;position:fixed;top:0;left:0;right:0}.Drawer-content_l2{height:auto;transition-duration:var(--Drawer-animation_duration);flex-direction:column;transition-property:transform;transition-timing-function:ease;display:flex;position:absolute;inset:0;transform:translateZ(0)}.Drawer-content_l3{border-radius:inherit;height:auto;min-height:100%;max-height:var(--windowHeight,100vh);flex-flow:column;display:flex;transform:translateZ(0)}.Drawer-close_area{width:100%;height:calc(var(--windowHeight,100vh) * .4);position:absolute;top:0;left:0}.Drawer-content_l4{width:100%;height:100%;padding-top:calc(var(--windowHeight,100vh) * .4);flex-direction:column;flex:0 auto;display:flex;overflow:hidden auto}.Drawer-content_l4:before{content:" ";opacity:.5;background:#fff;border-radius:999px;width:50px;height:5px;margin:0 auto;display:block;position:relative;top:-8px}.theme_dark .Drawer-content_l4:before{opacity:.25}.Drawer-footer{box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom);z-index:5;flex:none;line-height:0;transition-property:background-color,box-shadow;transition-duration:.15s;transition-timing-function:ease-in-out;box-shadow:0 -4px 20px #0000001f}.Drawer-scroll_patch{height:env(safe-area-inset-bottom);z-index:-1;background-color:var(--main_background);border-radius:inherit;width:100%;position:fixed;bottom:0}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{text-decoration:underline;border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;position:relative;overflow:hidden}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;box-sizing:content-box;width:100%;height:100%;transition-property:transform;display:flex;position:relative}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-flow:column wrap}.swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-container-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}@media (max-width:799px){._only_desktop{display:none}}@media (min-width:800px){._only_mobile{display:none}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--headers_color:#282a2f;--headers_color_rgb:40, 42, 47;--main_color:#2d3036;--main_color_rgb:45, 48, 54;--main_background:#fff;--main_background_rgb:255, 255, 255;--main_background_transparent:#fff0;--elevated_background:#f2f2f2;--elevated_background_rgb:242, 242, 242;--icon_color:#7f7f7f;--icon_hover_color:#333;--main_gray:#f7f7f7;--inversed_color:var(--main_background);--inversed_color_rgb:var(--main_background_rgb);--inversed_background:var(--headers_color);--inversed_background_rgb:var(--headers_color_rgb);--column_background_active:var(--main_background);--column_background_active_transparent:var(--main_background_transparent);--column_background_inactive:#fff;--column_separator_color:#0000000f;--dimmed_border_color:#efefef;--current_period_color:#e3631b}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}.theme_dark{--headers_color:#fff;--headers_color_rgb:255, 255, 255;--main_color:#fff;--main_color_rgb:255, 255, 255;--main_background:#202021;--main_background_rgb:25, 25, 25;--main_background_transparent:#20202100;--elevated_background:#1a1b1c;--elevated_background_rgb:26, 27, 28;--icon_color:#7f7f7f;--icon_hover_color:#eee;--inversed_color:var(--main_background);--inverserd_color_rgb:var(--main_background_rgb);--inversed_background:var(--headers_color);--inversed_background_rgb:var(--headers_color_rgb);--column_background_active:var(--main_background);--column_background_active_transparent:var(--main_background_transparent);--column_background_inactive:var(--main_background);--column_separator_color:#292929;--dimmed_border_color:#292929;color:var(--main_color);background-color:var(--main_background);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--current_period_color:#e3631b}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-Thin-BETA-C48SAVey.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-Thin-BETA-hM0SpnJj.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:100;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-ThinItalic-BETA-DVjyUBJb.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-ThinItalic-BETA-CnhdRW1U.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-ExtraLight-BETA-XT6YhCRT.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-ExtraLight-BETA-DQEyx1KX.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:200;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-ExtraLightItalic-BETA-DbjIZ5pt.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-ExtraLightItalic-BETA-CXaZMDya.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-Light-BETA-C18LLDJw.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-Light-BETA-COgtmNOQ.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:300;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-LightItalic-BETA-BpKx_tP3.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-LightItalic-BETA-D9xFNA4b.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-Regular-Dar2-nRQ.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-Regular-DoAECITF.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:400;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-Italic-Ctb2FTMY.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-Italic-DhN7S7ia.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-Medium-DyzO6fBC.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-Medium-zpbHaqoG.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:500;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-MediumItalic-yzl0V_Iq.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-MediumItalic-brxQg1Kf.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-SemiBold-BxShtueD.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-SemiBold-EKKaO3hv.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:600;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-SemiBoldItalic-BJYN--wE.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-SemiBoldItalic-B1xq9HpC.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-Bold-DwkEV7oY.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-Bold-C7Yeb1kY.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:700;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-BoldItalic-B-TxFHck.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-BoldItalic-Ds4xNcHq.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-ExtraBold-BwaJnYZC.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-ExtraBold-BzOKBBbv.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:800;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-ExtraBoldItalic-fC3zmXnu.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-ExtraBoldItalic-Br88qCL3.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-Black-Cx121Dg2.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-Black-BIxta2n9.woff)format("woff")}@font-face{font-family:Inter;font-style:italic;font-weight:900;font-display:fallback;src:url(https://timestripe.com/static/dist/prod/static/Inter-BlackItalic-EoYvh0qP.woff2)format("woff2"),url(https://timestripe.com/static/dist/prod/static/Inter-BlackItalic-Lt3IHv4C.woff)format("woff")}@font-face{font-family:Inter var;font-weight:100 900;font-display:fallback;font-style:normal;font-named-instance:"Regular";src:url(https://timestripe.com/static/dist/prod/static/Inter-roman.var-BMde_HeF.woff2)format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:fallback;font-style:italic;font-named-instance:"Italic";src:url(https://timestripe.com/static/dist/prod/static/Inter-italic.var-DAt1ujYf.woff2)format("woff2")}@font-face{font-family:Inter var experimental;font-weight:100 900;font-display:fallback;font-style:oblique 0deg 10deg;src:url(https://timestripe.com/static/dist/prod/static/Inter.var-DbCwp6Vh.woff2)format("woff2")}html,body{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;overscroll-behavior:none;--windowHeight:100dvh;position:fixed;overflow:hidden}::-webkit-scrollbar{display:none}*{scrollbar-width:none;box-sizing:border-box}:focus:not(:focus-visible){outline:none}#root{width:100vw;height:100vh;height:var(--windowHeight,100vh);overflow-y:scroll}body{color:var(--main_color);background-color:var(--main_background);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;caret-color:var(--main_color);font-family:Inter,sans-serif}body ._no_scroll{overflow:hidden}input[type=text],textarea{color:var(--main_color)}._no_user_select{-webkit-user-select:none;user-select:none}h1{letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:48px;font-style:normal;font-weight:800;line-height:58px}h2{letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:31px;font-style:normal;font-weight:700;line-height:38px}h3{letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:21px;font-style:normal;font-weight:700;line-height:25px}h4{letter-spacing:-.02em;font-family:Inter,sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:21px}p{letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:16px;font-style:normal;line-height:19px}b,strong{font-weight:600}#draggable{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes placeholder_fading{0%{opacity:.1}50%{opacity:.25}to{opacity:.1}}@keyframes pulse{0%{box-shadow:0 0 rgba(var(--inversed_background_rgb), .4)}70%{box-shadow:0 0 0 10px rgba(var(--inversed_background_rgb), 0)}to{box-shadow:0 0 rgba(var(--inversed_background_rgb), 0)}}.PromptModal .StandartModal-footer{text-align:right}.BoardsList{-webkit-user-select:none;user-select:none;flex-direction:column;display:flex}.BoardsList-item{height:32px;color:var(--main_color);background:#f2f2f2;border-radius:6px;flex-wrap:nowrap;flex-grow:0;flex-shrink:0;align-items:center;text-decoration:none;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1);display:flex;overflow-x:visible}.BoardsList-item+.BoardsList-item{margin-top:1px}.theme_dark .BoardsList-item{background:inherit}.BoardsList-item:focus{outline:none}.BoardsList-item:focus-visible{outline:auto 5px -webkit-focus-ring-color}.BoardsList-item:hover{color:var(--main_color)}@media (min-width:601px){.BoardsList-item:hover{background-color:#e2e2e280;transition:none}.theme_dark .BoardsList-item:hover{background:#1e1e1e80;transition:none}}.BoardsList-item:active{background-color:#dedede}.theme_dark .BoardsList-item:active{background:#1e1e1e}.BoardsList-item._selected{color:var(--main_color);background-color:#e2e2e2c4;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1)}.theme_dark .BoardsList-item._selected{background:#1e1e1ec4}.BoardsList-item._updated span{background-color:#e3631b;border-radius:50%;flex:none;width:4px;height:4px;position:relative;top:-8px;right:5px}.BoardsList-item-label{letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;color:#797978;margin-left:16px;margin-right:10px;font-size:15px;line-height:32px;overflow:hidden}._selected .BoardsList-item-label{color:var(--main_color)}.BoardsList-item-icon{opacity:.3;vertical-align:middle;flex:0;min-width:16px;margin-left:-6px;margin-right:16px}.BoardsList-item-icon._selected{color:#0075ff;opacity:1}.BoardsList-item-spacer{flex-grow:1}.BoardsList-item-more_button{text-align:left;opacity:0;flex:0;width:36px;min-width:36px;height:100%;display:none}.BoardsList-item-more_button-icon{vertical-align:middle}.BoardsList-item-more_button._menu_open{opacity:1;display:flex}.BoardsList-item-board_name_input{margin:0 8px}@media (min-width:601px){.BoardsList-item:hover .BoardsList-item-more_button{opacity:1;display:flex}}@media (max-width:600px){.BoardsList-item-more_button._selected{opacity:1;display:flex}}.BoardsList-item-menu-public_status{align-items:center;height:24px;display:flex}.BoardsList-item-menu-public_status-icon{margin-right:8px}.BoardsList-item-menu-public_status-icon._selected{color:#0075ff}.BoardsList-item-menu-help_text{-webkit-user-select:none;user-select:none;color:#fff6;padding:10px 16px;font-size:12px;line-height:1.2}.BoardsList-item-menu-help_text-link{color:#fff;text-decoration:none}.AddBoardTitleButton{opacity:.3;opacity:0;width:14px;height:14px;padding:0;position:absolute;top:11px;right:12px}.AddBoardTitleButton:hover{opacity:1}.AddBoardTitleButton .Icon{width:14px;height:14px;margin:0 auto}.CollapsedPanel{box-sizing:border-box;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--main_color_rgb), .3);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:12px;font-size:14px;font-weight:400;line-height:24px;transition:color .25s cubic-bezier(.165,.84,.44,1);display:flex;position:relative}.CollapsedPanel._vertical{writing-mode:vertical-rl;width:48px;min-width:48px;box-shadow:inset 1px 0 rgba(var(--main_color_rgb), .1);transform:rotate(180deg)}.CollapsedPanel._horizontal{height:48px;min-height:48px;box-shadow:inset 0 1px rgba(var(--main_color_rgb), .1);justify-content:flex-start;padding:12px calc(5% + 56px + .25rem)}.CollapsedPanel-expand_button{transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.CollapsedPanel-expand_button._vertical{opacity:0;position:absolute;bottom:8px;right:14px}.CollapsedPanel-expand_button._horizontal{opacity:0;position:absolute;right:14px}.CollapsedPanel._disabled{cursor:auto}.CollapsedPanel:hover:not(._disabled){color:rgba(var(--main_color_rgb), .6)}.CollapsedPanel:hover .CollapsedPanel-expand_button{opacity:1;transition:none}.RichTextViewer .Editor .ql-editor{min-height:auto}.ButtonWithCounter{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--inactive_color);--active_background:rgba(var(--active_color_rgb,235, 235, 235), .1);--inactive_background:#ebebeb;--inactive_color:#888;height:32px;background:0 0;border:none;border-radius:5px;outline:none;align-items:center;padding:0 8px;text-decoration:none;transition:background .25s cubic-bezier(.165,.84,.44,1);display:inline-flex}.theme_dark .ButtonWithCounter{--active_background:rgba(var(--active_color_rgb,235, 235, 235), .2)}.theme_dark .ButtonWithCounter:hover{background:#333}.ButtonWithCounter-spinner{width:24px;height:24px;margin:0}.ButtonWithCounter-counter{margin-left:2px;margin-right:2px;font-size:14px;font-weight:500;line-height:14px}.ButtonWithCounter:hover{background:var(--inactive_background);transition:none}.ButtonWithCounter._active{color:var(--active_color)}.ButtonWithCounter._active:hover{color:var(--active_color);background:var(--active_background)}.AboutBoardPanel{-webkit-user-select:text;user-select:text;flex-direction:row;align-items:stretch;display:flex}.AboutBoardPanel-about{box-sizing:border-box;flex-shrink:0;width:300px;min-height:100%;max-height:100%;display:none;position:relative}.AboutBoardPanel-about-name{font-size:31px;font-weight:700;line-height:40px;overflow:hidden}.AboutBoardPanel-about h1{margin-bottom:0}.AboutBoardPanel-about-name,.AboutBoardPanel-about-description_editor{background:0 0;border-radius:4px;margin:-8px;padding:8px;transition:background-color .25s}.AboutBoardPanel-about-name:focus,.AboutBoardPanel-about-description_editor:focus{background-color:rgba(var(--main_color_rgb), .02)}.AboutBoardPanel-about-name:hover,.AboutBoardPanel-about-description_editor:hover{background-color:rgba(var(--main_color_rgb), .04)}.AboutBoardPanel-about-name._disabled,.AboutBoardPanel-about-description_editor._disabled{cursor:auto;-webkit-text-fill-color:var(--main_color);opacity:1}.AboutBoardPanel-about-name._disabled:hover,.AboutBoardPanel-about-description_editor._disabled:hover{background:0 0}.AboutBoardPanel-about-icons{z-index:1;justify-content:space-between;align-self:center;width:100%;padding:0 24px;display:flex;position:absolute;top:24px}.AboutBoardPanel-about-icons-view_options{align-items:center;gap:4px;display:flex}.AboutBoardPanel-about-icons-view_options-button._selected .Icon{opacity:.85}.AboutBoardPanel-about-collapse_button_wrapper{opacity:0}.AboutBoardPanel-about:hover .AboutBoardPanel-about-collapse_button_wrapper{opacity:1}.AboutBoardPanel-about-description_editor{min-height:auto;margin-top:18px;margin-bottom:32px}.AboutBoardPanel-about-card{box-sizing:border-box;background:#fafafa;flex-direction:column;justify-content:space-between;width:100%;padding:98px 22px 32px;display:flex;position:relative;overflow-y:scroll}.theme_dark .AboutBoardPanel-about-card{background:#3b3b3b}.AboutBoardPanel-about-primary_actions{flex-direction:column;gap:8px;display:flex}.AboutBoardPanel-about-primary_actions-share_menu{border-radius:8px;width:100%}.AboutBoardPanel-about-button_primary.Button._variant_black{border-radius:8px;width:100%;padding:12px;font-size:16px;font-weight:400;line-height:20px}.AboutBoardPanel-about-button_primary.Button._variant_black .Button-content{justify-content:center;align-items:center;line-height:24px;display:flex}.AboutBoardPanel-about-button_secondary.Button._variant_black{width:100%;color:var(--main_color);background:rgba(var(--inversed_background_rgb), .1);border-color:#0000;border-radius:8px;padding:12px;font-size:16px;font-weight:400}.AboutBoardPanel-about-button_secondary.Button._variant_black .Button-content{justify-content:center;align-items:center;line-height:24px;display:flex}.AboutBoardPanel-about-secondary_actions{justify-content:center;margin-bottom:12px;display:flex}.AboutBoardPanel-about-secondary_actions .ButtonWithCounter{margin-right:3px}.AboutBoardPanel-about-nolists-header{margin-block:2em .5em}.AboutBoardPanel-about-nolists-info{font-size:15px;line-height:19px}.AboutBoardPanel._mobile{align-items:stretch;height:100%;display:flex}.AboutBoardPanel._mobile .AboutBoardPanel-about{box-sizing:border-box;border-left:none;border-right:none;width:100%;padding-top:0;padding-bottom:0;display:flex}.AboutBoardPanel._mobile .AboutBoardPanel-about-card{background:var(--main_background);border-radius:12px;padding:64px 24px 32px;overflow-y:scroll}.AboutBoardPanel._mobile .AboutBoardPanel-about-author{font-size:21px}.AboutBoardPanel._expanded .AboutBoardPanel-about{box-sizing:border-box;display:flex}.BoardNameInput{box-sizing:border-box;letter-spacing:.01em;width:100%;height:32px;color:var(--main_color);background:#fff0;border:2px solid #0000;border-radius:5px;outline:none;padding-left:14px;font-size:15px}.BoardNameInput:hover{background:#e2e2e2c4}.BoardNameInput:hover::placeholder{color:#0006}.BoardNameInput:focus{background:#ebebeb}.BoardNameInput::placeholder{color:#0003}.theme_dark .BoardNameInput::placeholder{color:#fff3}.theme_dark .BoardNameInput:hover{background:#1e1e1ec4}.theme_dark .BoardNameInput:hover::placeholder{color:#fff6}.theme_dark .BoardNameInput:focus{background:#1b1b1b}.AddGoalButtonLite{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;background:var(--main_background);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:transform .25s cubic-bezier(.165,.84,.44,1);display:flex}@media (hover:hover){.AddGoalButtonLite:hover,.AddGoalButtonLite._hover{color:#000;transition:none;transform:scale(.95)}}@media (hover:none){.AddGoalButtonLite:active{color:#000;transition:none;transform:scale(.95)}}@media (hover:hover){.theme_dark .AddGoalButtonLite:hover,.theme_dark .AddGoalButtonLite._hover{color:#fff}}@media (hover:none){.theme_dark .AddGoalButtonLite:active{color:#fff}}.WithMobileNavigation{height:100vh;height:var(--windowHeight,100vh)}.WithMobileNavigation-top_bar{z-index:5;box-sizing:border-box;width:100%;padding:7px 14px;padding-top:calc(7px + env(safe-area-inset-top));background:var(--main_background);border-top:1px solid #0000;border-bottom:1px solid #ebebeb;flex-shrink:0;justify-content:space-between;align-items:center;display:flex;position:fixed}.theme_dark .WithMobileNavigation-top_bar{border-bottom:1px solid #222}._summary_page .WithMobileNavigation-top_bar{mix-blend-mode:difference;background:0 0;border-color:#0000}.WithMobileNavigation-top_bar-home_button{padding:5px}.WithMobileNavigation-top_bar-today{margin-right:4px}.WithMobileNavigation-top_bar-title{text-overflow:ellipsis;white-space:nowrap;color:var(--headers_color);justify-self:center;font-weight:500;overflow:hidden}._summary_page .WithMobileNavigation-top_bar-title{color:#fff}.WithMobileNavigation-top_bar-action{justify-content:flex-end;align-items:center;gap:8px;padding-top:2px;display:flex}.WithMobileNavigation-top_bar-space{flex-grow:1;transition:all .25s}.WithMobileNavigation-top_bar-space._collapsed{flex-grow:0}.WithMobileNavigation-top_bar-space._wide{flex-grow:1.5}.WithMobileNavigation-indicator{position:absolute;bottom:-7px;left:50%;transform:translate(-50%)}.WithMobileNavigation.ProgressCenterLite .WithMobileNavigation-top_bar-action{width:auto}.WithMobileNavigation .GoalsOptionsButtons{gap:8px}.WithMobileNavigation .IconButton{opacity:.75}.WithMobileNavigation._summary_page .IconButton{color:#fff}.WithMobileNavigation._disable_border .WithMobileNavigation-top_bar{border:none}.WithMobileNavigation-children{width:100%;height:calc(100% - (50px + env(safe-area-inset-bottom,0)));box-sizing:border-box;padding-top:calc(48px + env(safe-area-inset-top));position:fixed;overflow-y:scroll}._summary_page .WithMobileNavigation-children{padding-top:0}.WithMobileNavigation._transparent_top_bar .WithMobileNavigation-top_bar{background:0 0;border:0}.WithMobileNavigation._disable_top_bar .WithMobileNavigation-children{padding-top:env(safe-area-inset-top)}.WithMobileNavigation._disable_bottom_navigation .WithMobileNavigation-children{height:100%}.WithMobileNavigation-bottom_navigation{box-sizing:border-box;width:100%;height:calc(50px + env(safe-area-inset-bottom,0));padding-top:8px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0));border-top:1px solid rgba(var(--main_color_rgb), .1);text-align:center;background:#f4f4f6;justify-content:space-between;display:flex;position:absolute;bottom:0;left:0;right:0}.theme_dark .WithMobileNavigation-bottom_navigation{background:var(--main_background)}.WithMobileNavigation-bottom_navigation-link{color:var(--main_color);flex-grow:1;font-size:10px;text-decoration:none;position:relative}.WithMobileNavigation-bottom_navigation-link._active .WithMobileNavigation-bottom_navigation-icon{opacity:1}.WithMobileNavigation-bottom_navigation-link:not(._active) .WithMobileNavigation-bottom_navigation-icon{opacity:.4}.UpdateIndicator{background:#e3631b;border-radius:50%;width:6px;height:6px}.OptionsButton{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;background:0 0;background:rgba(var(--inversed_background_rgb), .05);width:20px;height:20px;color:var(--main_color);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;padding:0;display:flex}.OptionsButton._compact{width:16px;height:16px}.BucketOptionsMenu-options{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);position:absolute;top:24px;right:24px}.BucketOptionsMenu-options._row{position:initial;top:initial;right:initial;margin-left:4px}.BucketOptionsMenu-options-button{background:0 0;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.BucketOptionsMenu-options-button:hover{background:rgba(var(--inversed_background_rgb), .05)}.GoalsOptionsButtons{align-items:center;gap:4px;margin-left:auto;display:flex;position:relative}.GoalsOptionsButtons-email{margin-right:4px}.GoalsOptionsButtons-email .IconButton,.GoalsOptionsButtons-add_goal .IconButton{opacity:.75;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.GoalsOptionsButtons-email .IconButton:hover,.GoalsOptionsButtons-add_goal .IconButton:hover{opacity:1;transition:opacity 0}.GoalsOptionsButtons-email .IconButton .Icon,.GoalsOptionsButtons-add_goal .IconButton .Icon{opacity:1}.GoalsOptionsButtons-option button{opacity:.75;background:0 0;transition:background-color .25s cubic-bezier(.165,.84,.44,1);display:inline-flex}.GoalsOptionsButtons-option button:hover{background:rgba(var(--inversed_background_rgb), .05)}.GoalsGuestLite-hint{opacity:0;width:100%;color:var(--main_color);pointer-events:none;transition:opacity .5s cubic-bezier(.165,.84,.44,1);position:absolute;left:0}.GoalsGuestLite-hint._visible{opacity:1;pointer-events:all}.GoalsGuestLite-hint-arrow{opacity:0;margin:0 auto;display:block}.GoalsGuestLite-hint-text{text-align:center;opacity:.3;width:calc(100% - 64px);margin:0 auto;font-size:16px;line-height:24px}.BucketsPanelLite{-webkit-user-select:text;user-select:text;padding-bottom:32px}.BucketsPanelLite._hiddenEmoji .BucketsPanelLite-header-emoji{display:none}.BucketsPanelLite-header{margin-left:12px;padding:16px 48px 15px 0;display:flex;position:relative}.BucketsPanelLite-header-emoji{margin:8px 8px 0 0;font-size:28px}.BucketsPanelLite-header-emoji-placeholder{opacity:.5;filter:grayscale()}.BucketsPanelLite-header-name{box-sizing:border-box;opacity:1;border:none;border-radius:4px;outline:none;width:calc(100% - 33px);margin:0;padding:4px;font-size:24px;font-weight:700;line-height:40px;transition:background-color .25s cubic-bezier(.165,.84,.44,1);display:block;overflow:hidden}.BucketsPanelLite-header-name:not(._read_only):focus{background-color:rgba(var(--main_color_rgb), .02)}.BucketsPanelLite-header-name:not(._read_only):active{background-color:rgba(var(--main_color_rgb), .04)}.BucketsPanelLite-header-name::placeholder{color:#e4e4e4}.theme_dark .BucketsPanelLite-header-name::placeholder{color:#202020}.BucketsPanelLite-actions{white-space:nowrap;position:absolute;top:26px;right:16px}.BucketsPanelLite-actions .BucketOptionsMenu-options{opacity:.75;margin-left:5px;display:inline-flex;position:relative;top:auto;right:auto}.BucketsPanelLite-goals{box-sizing:border-box;height:auto;padding:0 6px 64px}.EditableBoardLite-name_input{text-overflow:ellipsis;text-align:center;white-space:nowrap;color:var(--headers_color);background:0 0;border:none;outline:none;justify-self:center;font-weight:500;overflow:hidden}.EditableBoardLite-zero_state_container{flex-direction:column;justify-content:center;align-items:center;height:70%;display:flex}.EditableBoardLite-zero_state_container h1{margin:0;font-size:32px}.EditableBoardLite-zero_state_container-lead{margin:16px 0;font-size:16px;line-height:160%}.EditableBoardLite-add_button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;width:40px;height:40px;color:var(--main_color);background:0 0;background:var(--main_background);border:1px solid #a4a4a4;border-radius:50%;outline:none;justify-content:center;align-items:center;margin:0 8px;padding:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);display:inline-flex}.EditableBoardLite-add_button:hover{opacity:.5}.EditableBoardLite-floating_button{z-index:3000;bottom:117px;right:24px;bottom:max(117px, 117px + (env(safe-area-inset-bottom,0)) - 0px);position:fixed}.EditableBoardLite-floating_button._hidden{opacity:0;pointer-events:none}.BoardLite{background:#ecedef;flex-direction:column;height:100%;display:flex}.theme_dark .BoardLite{background:#121212}.BoardLite-top_bar{background:#ecedef}.theme_dark .BoardLite-top_bar{background:#121212}.BoardLite-error{padding:32px}.BoardLite-swiper_wrap{scroll-snap-type:x mandatory;scroll-behavior:smooth;height:100%;display:flex;overflow-x:auto}.BoardLite .BucketsPanelLite{background:var(--main_background);border-radius:12px;height:100%;overflow-y:scroll}.BoardLite .BucketsPanelLite-item{scroll-snap-align:center;flex:0 0 94%;padding:0 4px}.BoardLite .BucketsPanelLite-item:first-child{margin-left:3%}.BoardLite .BucketsPanelLite-item:last-child{margin-right:3%}@media (max-width:799px){.PublicHeader+.PublicBoardLite{padding-top:20px}}.ColumnView{background:var(--main_background);flex-direction:column;justify-content:flex-start;height:100%;display:flex;position:relative;overflow:auto}.ColumnView-columns{z-index:1;width:100%;height:100%;display:flex;position:relative}.ColumnView-zero_state_container{z-index:1;background:var(--main_background);flex-direction:column;flex:1;justify-content:center;align-items:center;height:70%;padding:0 48px;display:flex;position:relative;overflow:auto}.ColumnView-zero_state_container h1{margin:0}@media (max-width:799px){.ColumnView-zero_state_container h1{font-size:32px}}.ColumnView-zero_state_container-lead{text-align:center;max-width:400px;margin:16px 0;font-size:16px;line-height:160%}.ColumnView-raw_column{background:var(--main_background)}.ColumnView-column{box-sizing:border-box;background:var(--main_background);flex-shrink:0;width:300px;height:100%;padding:24px 8px;position:relative;overflow:hidden auto;box-shadow:inset -1px 0 #0000001a}.theme_dark .ColumnView-column{box-shadow:inset -1px 0 #ffffff1a}.ColumnView-plus_column{cursor:pointer;background:linear-gradient(to left, var(--main_background) 50%, #0000 50%);background-size:200% 100%;flex-shrink:0;justify-content:center;align-items:center;width:100px;transition:all .25s ease-out;display:flex}.ColumnView-plus_column:hover{background-position:-100% 0;transition-delay:.25s}.ColumnView-plus_column-button{mix-blend-mode:difference;color:#777;border-radius:50%;width:40px;height:40px;padding:0}.ColumnView-plus_column-button .Button-content{margin:3px 0 0;display:block}.ListView{flex-direction:column;width:100%;display:flex;position:relative}.ListView-zero_state_container{z-index:1;background:var(--main_background);flex-direction:column;flex:1;justify-content:center;align-items:center;height:70%;padding:0 48px;display:flex;position:relative;overflow:auto}.ListView-zero_state_container h1{margin:0}@media (max-width:799px){.ListView-zero_state_container h1{font-size:32px}}.ListView-zero_state_container-lead{margin:16px 0;font-size:16px;line-height:160%}.ListView-list{box-sizing:border-box;background:var(--main_background);flex-shrink:0;width:100%;height:fit-content;padding:0 8px;position:relative;overflow:hidden auto}.ListView-list .Goals{padding-bottom:0}.ListView-list .Goals-add_goal_hover_area{min-height:80px}.ListView-plus_row{align-items:flex-start;padding:0 14px 0 calc(56px + .25rem);display:flex}.ListView-plus_row-button{width:40px;height:40px;color:var(--main_color);opacity:.5;padding:0}.BucketColumn{flex-direction:column;height:auto;padding-left:0;padding-right:0;display:flex}.BucketColumn-header{flex-direction:column;gap:16px;margin-bottom:8px;padding:0 16px;display:flex}.BucketColumn-header._row{flex-direction:row;align-items:center;gap:.25rem;padding:0 14px;position:relative}.BucketColumn-header-emoji{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:40px;transition:background-color .25s cubic-bezier(.165,.84,.44,1);display:flex}.BucketColumn-header-emoji._row{width:42px;height:42px;font-size:28px}.BucketColumn-header-emoji:hover{background-color:rgba(var(--main_color_rgb), .08)}.BucketColumn-header-emoji-placeholder{opacity:.5;filter:grayscale()}.BucketColumn-header-emoji._disabled{cursor:auto}.BucketColumn-header-emoji._disabled:hover{background:0 0}.BucketColumn-header-name{border:none;border-radius:4px;outline:none;margin-bottom:0;padding:6px;font-size:31px;font-weight:700;line-height:120%;transition:background-color .25s cubic-bezier(.165,.84,.44,1);overflow:hidden}.BucketColumn-header-name:focus{background-color:rgba(var(--main_color_rgb), .02)}.BucketColumn-header-name:hover{background-color:rgba(var(--main_color_rgb), .04)}.BucketColumn-header-name._disabled{cursor:auto;-webkit-text-fill-color:var(--main_color)}.BucketColumn-header-name._disabled:hover{background:0 0}.BucketColumn-header .BucketColumn-collapse_button{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.BucketColumn-header .BucketColumn-collapse_button._horizontal{position:absolute;top:8px;right:8px}.BucketColumn-header .GoalsOptionsButtons-add_goal{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);position:absolute;top:22px;right:50px}.BucketColumn-header._row .GoalsOptionsButtons-add_goal{position:initial;margin-top:4px;margin-right:0}.BucketColumn:hover .BucketOptionsMenu-options,.BucketColumn:hover .GoalsOptionsButtons-add_goal,.BucketColumn:hover .BucketColumn-collapse_button{opacity:1}.BucketColumn._hiddenEmoji .BucketColumn-header-emoji{visibility:hidden}.BucketColumn-goals{flex-grow:1;padding:8px 14px}.BucketColumn-goals._row{margin:0 14px;padding-left:calc(42px + .25rem);padding-right:calc(28px + .25rem)}.BackgroundModal{border-radius:8px;max-width:808px;margin-top:10px}.BackgroundModal .StandartModal-body{text-align:center;padding:0 68px}.BackgroundModal .StandartModal-body h1{margin:0;font-size:32px;font-weight:600;line-height:44px}.BackgroundModal .StandartModal-body h2{opacity:.5;margin-top:0;margin-bottom:44px;font-weight:400}.BackgroundModal .StandartModal-footer{border-radius:0 0 8px 8px;justify-content:flex-end;display:flex}.BackgroundColumn{z-index:-1;background-position:50%;background-size:cover;width:100%;margin-right:-8px;transition:background-image .5s ease-in-out;position:relative;right:8px}.EditableBoard{flex-grow:1;justify-content:flex-start;height:100%;display:flex;position:relative;overflow-x:hidden}.EditableBoard .ColumnView{width:100%}.EditableBoard .ColumnView-plus_column,.EditableBoard .ColumnView ._rounded{border-radius:0 8px 8px 0}.EditableBoard .ColumnView-column{transition-delay:.25s}.EditableBoard .ColumnView .BackgroundColumn{min-width:108px;margin-left:-108px;margin-right:0;right:0}.EditableBoard-buckets_container{z-index:1;flex:1;grid-template-columns:auto 25%;display:grid}.EditableBoard-buckets_container._no_background{grid-template-columns:1fr}.EditableBoard-buckets_container-panel_wrapper{background:var(--main_background);border-radius:0 8px 8px 0;flex-direction:column;min-height:100%;display:flex;overflow-y:auto}.EditableBoard-buckets_container-panel_wrapper .ListView{flex:1;padding:98px 5%}.EditableBoard-buckets_container-panel_wrapper-collapsed_rows{box-shadow:inset 0 1px rgba(var(--main_color_rgb), .1)}.EditableBoard-buckets_container .BackgroundColumn{width:calc(100% + 8px)}.EditableBoard .CollapsedPanel._last{background:var(--main_background);transition:border-radius .25s cubic-bezier(.165,.84,.44,1),box-shadow 1s cubic-bezier(.165,.84,.44,1)}.EditableBoard .CollapsedPanel._rounded{box-shadow:none;border-radius:8px 0 0 8px;transition-delay:.25s}.EditableBoard-add_button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;width:40px;height:40px;color:var(--main_color);background:0 0;border:1px solid #a4a4a4;border-radius:50%;outline:none;justify-content:center;align-items:center;margin:0 8px;padding:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);display:inline-flex}.EditableBoard-add_button:hover{opacity:.5}.EditableBoard-share_menu{z-index:9;position:fixed;bottom:11px;right:102px}.PublicBoard{flex-grow:1;height:100%;display:flex}.PublicBoard .CollapsedPanel._last{background:var(--main_background);transition:border-radius .25s cubic-bezier(.165,.84,.44,1),box-shadow 1s cubic-bezier(.165,.84,.44,1)}.PublicBoard .CollapsedPanel._rounded{box-shadow:none;border-radius:8px 0 0 8px;transition-delay:.25s}.PublicBoard-columns{overflow:initial}.PublicBoard._expanded .PublicBoard-columns{overflow:auto}.PublicBoard .ColumnView-column._rounded{border-radius:0 8px 8px 0}.PublicBoard .ColumnView{width:100%}.PublicBoard .BackgroundColumn{flex-grow:1;min-width:348px}.PublicBoard-vertical_container{z-index:1;flex:1;grid-template-columns:auto 25%;display:grid}.PublicBoard-vertical_container._no_background{grid-template-columns:1fr}.PublicBoard-vertical_container-panel_wrapper{background:var(--main_background);border-radius:0 8px 8px 0;flex-direction:column;min-height:100%;display:flex;overflow-y:auto}.PublicBoard-vertical_container-panel_wrapper .ListView{flex:1;padding:98px 5%}.PublicBoard-vertical_container-panel_wrapper-collapsed_rows,.PublicBoard-vertical_container .CollapsedPanel._rounded{box-shadow:inset 0 1px rgba(var(--main_color_rgb), .1)}.PublicBoard-vertical_container .BackgroundColumn{width:calc(100% + 8px)}.PublicBoard-vertical_container .ListView-list{margin-bottom:40px}.PublicHeader+.PublicBoard{height:calc(100% - 70px)}.Video{padding-top:56.25%;position:relative}.Video iframe{border-radius:10px;width:100%;height:100%;position:absolute;top:0;left:0}.BoardsTemplates{box-sizing:border-box;background:#fafafa;width:100%;padding:32px 64px;overflow:auto}.theme_dark .BoardsTemplates{background:var(--main_background)}.BoardsTemplates-heading{margin:0 0 24px}.BoardsTemplates-tabs_placeholder{background:#a3a3a3;border-radius:8px;width:calc(100% - 36px);height:50px;margin-bottom:24px;animation:1.5s infinite placeholder_fading}.theme_dark .BoardsTemplates-tabs_placeholder{background:#c7c7c7}.BoardsTemplates-boards{flex-wrap:wrap;justify-content:space-between;max-width:1024px;margin-top:-24px;padding-bottom:64px;display:flex}.BoardsTemplates-board{cursor:pointer;width:calc(50% - 20px);margin-top:42px}@media (max-width:1024px){.BoardsTemplates-board{width:100%}}.BoardsTemplates-board-card{background:var(--main_background);border:1px solid #e8e8e8;border-radius:8px;height:240px;transition:border-color .25s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000a}.theme_dark .BoardsTemplates-board-card{box-shadow:none;background:#222;border:1px solid #333}@media (max-width:799px){.BoardsTemplates-board-card{height:200px}}.BoardsTemplates-board-card:hover{border-color:#848484}.BoardsTemplates-board._placeholder .BoardsTemplates-board-card{background:#a3a3a3;animation:1.5s infinite placeholder_fading}.theme_dark .BoardsTemplates-board._placeholder .BoardsTemplates-board-card{background:#c7c7c7}.BoardsTemplates-board._center .BoardsTemplates-board-card{justify-content:center;align-items:center}.BoardsTemplates-board-list{box-sizing:border-box;border-right:1px solid rgba(var(--main_color_rgb), .1);flex-shrink:0;width:24%;padding:14px 24px 14px 10px}.BoardsTemplates-board-list-emoji{font-size:16px;line-height:19px}.BoardsTemplates-board-list-name{-webkit-hyphens:auto;hyphens:auto;margin-top:14px;font-size:15px;font-weight:600;line-height:18px}@media (max-width:799px){.BoardsTemplates-board-list-name{font-size:13px}}.BoardsTemplates-board-list-placeholder{margin-top:16px}.BoardsTemplates-board-list-placeholder-line{background:var(--inversed_background);opacity:.05;height:10px;margin-top:8px}.BoardsTemplates-board-list-placeholder-line:first-child{width:100%}.BoardsTemplates-board-list-placeholder-line:nth-child(2){width:80%}.BoardsTemplates-board-list-placeholder-line:nth-child(3){width:100%}.BoardsTemplates-board-list-placeholder-line:nth-child(4){width:90%}.BoardsTemplates-board-list-placeholder-line:nth-child(5){width:80%}.BoardsTemplates-board-plus_icon{opacity:.3;transition:opacity .25s}.BoardsTemplates-board:hover .BoardsTemplates-board-plus_icon{opacity:1}.BoardsTemplates-board-name{opacity:.5;margin-top:16px;font-size:16px;font-weight:500;line-height:20px}.BoardsTemplates-board._placeholder .BoardsTemplates-board-name{background:#a3a3a3;width:64px;height:24px;animation:1.5s infinite placeholder_fading}.ClimbModalUpperHeader{background-color:var(--climb_color);box-sizing:border-box;padding:16px 12px 0 16px;padding-top:env(safe-area-inset-top);justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}@media (min-width:600px){.ClimbModalUpperHeader{justify-content:center;padding:12px 60px}}.ClimbModalUpperHeader-icon_title_wrap{align-items:center;display:flex}.ClimbModalUpperHeader-icon{color:#fff;background-color:var(--climb_color);margin-right:8px;font-size:32px}.ClimbModalUpperHeader-text{color:#fff;padding:7px 0;font-size:14px;font-weight:600;line-height:20px}@media (min-width:600px){.ClimbModalUpperHeader-text{font-size:16px}}.ClimbProgressDot{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;color:var(--main_color);opacity:.15;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:opacity .2s linear;display:inline-flex}.ClimbProgressDot-dot{box-sizing:border-box;background:var(--inversed_background);border-radius:50%;width:8px;height:8px;margin:4px;transition:transform .2s cubic-bezier(.165,.84,.44,1)}.ClimbProgressDot._current,.ClimbProgressDot._done{opacity:1}.ClimbProgressDot._current._pressed,.ClimbProgressDot._done._pressed,.ClimbProgressDot._pressed{opacity:.5}.ClimbProgressDot._done .ClimbProgressDot-dot{border:2px solid var(--inversed_background);background:var(--inversed_background);width:8px;height:8px;margin:3px}.ClimbProgressDot._current .ClimbProgressDot-dot{border:2px solid var(--inversed_background);background:0 0;width:16px;height:16px;margin:0}.ClimbProgressDot._current._done .ClimbProgressDot-dot{border:2px solid var(--inversed_background);background:var(--inversed_background);width:16px;height:16px;margin:0}.ClimbProgressDot:hover .ClimbProgressDot-dot{transform:scale(2.1)}.ClimbProgressDot._current:hover{cursor:default}.ClimbProgressDot._current:hover .ClimbProgressDot-dot{transition:none;transform:scale(1)}.ClimbSettingsModal.StandartModal{max-width:924px}.ClimbSettingsModal .TextButton-content{align-items:inherit;display:inline-flex}.ClimbSettingsModal-footer_button{line-height:12px}.ClimbSettingsModal-footer_button .TextButton-content>.Icon{margin-right:6px}.ClimbSettingsModal-supertitle{background:var(--climb_color);justify-content:center;align-items:center;height:56px;padding:0 59px;display:flex}.ClimbSettingsModal-supertitle-icon{color:#fff;background:var(--climb_color);margin-right:14px;font-size:31px}.ClimbSettingsModal-supertitle-text{color:#fff;font-size:16px;font-weight:600;line-height:20px}.ClimbSettingsModal-settings_row{border-top:1px solid #ebebeb;justify-content:flex-start;padding:30px 100px 30px 0;display:flex}.theme_dark .ClimbSettingsModal-settings_row{border-top:1px solid #444}.ClimbSettingsModal-settings_row-title{flex:0 0 200px;margin-top:3px;font-weight:600;line-height:20px}.ClimbSettingsModal-settings_description{opacity:.4;margin-top:16px;padding-left:10px;line-height:24px}.ClimbSettingsModal .StandartModal-body{padding:0 50px 40px}.ClimbSettingsModal .StandartModal-close_button{margin-top:56px}.HTMLContent h2{margin:72px 0 24px;font-size:18px;font-weight:600;line-height:22px}.HTMLContent h3{margin:32px 0 24px;font-size:21px;line-height:25px}.HTMLContent p{margin:24px 0;font-size:16px;line-height:27px}.HTMLContent img{border-radius:12px;width:100%;margin:56px 0}.HTMLContent iframe{width:100%;height:440px}.HTMLContent a{color:#0075ff;text-decoration:none}.HTMLContent a:hover{color:#0038ff}.HTMLContent ul,.HTMLContent ol{margin:32px 0 48px;padding:0;list-style:none}.HTMLContent li{margin-bottom:10px;padding-left:36px;font-size:18px;line-height:27px;position:relative}.HTMLContent ul li:before{content:"";opacity:.2;background-color:var(--main_color);border-radius:50%;width:5px;height:5px;position:absolute;top:10px;left:10px}.HTMLContent ol{counter-reset:list}.HTMLContent ol li:before{content:counter(list);counter-increment:list;opacity:.6;font-size:14px;line-height:25px;position:absolute;left:10px}.ClimbGoalEditorModal.StandartModal{max-width:924px}@media (min-width:924px){.ClimbGoalEditorModal{border-radius:6px;margin-top:6px;overflow:hidden}}.ClimbGoalEditorModal-checkbox.Checkbox{margin-top:10px;position:absolute;left:34px}.ClimbGoalEditorModal .StandartModal-close_button{margin-top:56px}.ClimbGoalEditorModal-title.StandartModal-title{padding-top:24px}.ClimbGoalEditorModal-title.StandartModal-title,.ClimbGoalEditorModal-body.StandartModal-body{padding-left:78px;padding-right:100px}.ClimbGoalEditorModal-name{box-sizing:border-box;--line_height:58px;font-size:36px;font-weight:600}.ClimbGoalEditorModal-description{margin-top:28px}.ClimbGoalEditorModal-rich_description{margin-top:32px}.ClimbGoalEditorModal-thoughts{--line_height:49px;margin-top:32px;margin-bottom:54px;font-size:16px}.ClimbGoalEditorModal-footer{justify-content:space-between;display:flex}.ClimbGoalEditorModal-footer-text_button .TextButton-content{align-items:center;display:flex}.ClimbGoalEditorModal-footer-center_container{flex-grow:1;justify-content:center;align-items:center;display:flex}.ClimbGoalEditorModal-footer-right_container{text-align:right;width:160px}.ClimbGoalEditorModal-progress-dots{flex-wrap:wrap;margin-top:12px;margin-left:-6px;display:flex}.ClimbGoalEditorModal-progress-dots .ClimbProgressDot{margin-top:4px;margin-left:4px}.FoldersActions{display:inline-flex}.FoldersActions-tooltip{white-space:nowrap;line-height:20px}.FoldersActions-icon{margin-left:8px}.Event{overflow-wrap:anywhere;grid-template-columns:16px minmax(40px,min-content) 1fr;grid-template-areas:"icon time details";align-items:baseline;gap:8px;line-height:23px;display:grid;position:relative}.Event+.Event{margin-top:15px}.Event._timeFormatLong{grid-template-columns:18px minmax(62px,min-content) 1fr}.Event-icon{text-align:center;grid-area:icon;position:relative;top:3px}.Event-update_indicator{text-align:center;grid-area:icon}.Event-update_indicator .UpdateIndicator{display:inline-block}.Event-time{white-space:nowrap;color:#0000004d;grid-area:time}.theme_dark .Event-time{color:#7f7f7f}.Event-details{grid-area:details}.Event._mobile,.Event._compact{grid-template-columns:1fr 10px minmax(62px,min-content);grid-template-areas:"details update_indicator time";gap:10px}.Event._mobile .Event-time,.Event._compact .Event-time{text-align:right}.Event._mobile .Event-icon,.Event._compact .Event-icon{display:none}.Event._mobile .Event-update_indicator,.Event._compact .Event-update_indicator{grid-area:update_indicator}.Event._mobile .Event-update_indicator .UpdateIndicator,.Event._compact .Event-update_indicator .UpdateIndicator{position:relative;top:-2px}.Event-action{color:rgba(var(--main_color_rgb), .5)}.Event-link{cursor:pointer;background:rgb(var(--event-link-background,var(--main_background_rgb)));color:rgb(var(--event-link-color,var(--main_color_rgb)));border-radius:3px;margin-left:-3px;padding:3px;font-weight:600;text-decoration:none;display:inline}.Event-link:hover{background:rgb(var(--event-link-background,230, 230, 230));box-shadow:0 0 0 1px rgb(var(--event-link-background,230, 230, 230))}.theme_dark .Event-link:hover{background:rgb(var(--event-link-background,80, 80, 80));box-shadow:0 0 0 1px rgb(var(--event-link-background,80, 80, 80))}.Event-link._user{white-space:nowrap}.Event-link._user .Avatar{margin-right:3px;position:relative;top:3px}.Event-link._deleted{cursor:text;opacity:.5;background:rgb(var(--event-link-background,var(--main_background_rgb)));color:rgb(var(--event-link-color,var(--main_color_rgb)));text-decoration:line-through}.Event-link._deleted:hover{box-shadow:none}.GoalEvents{font-size:14px}.GoalEvents._desktop{width:max-content;margin-left:-28px}.GoalEvents._mobile{margin-bottom:15px}.GoalEvents .Event+.Event{margin-top:10px}.GoalSubgoalsList{max-width:534px;padding-right:80px;position:relative}.GoalSubgoalsList._hidden{display:none}.GoalSubgoalsList-actions{opacity:0;z-index:1;gap:8px;width:60px;display:flex;position:absolute;top:6px;right:0}.GoalSubgoalsList:hover .GoalSubgoalsList-actions{opacity:1;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.GoalSubgoalsList-menu,.GoalSubgoalsList-add_to_top{vertical-align:middle}.GoalSubgoalsList>.Goals{margin-left:-7px;padding-top:0;padding-bottom:0}.GoalSubgoalsList>.Goals-add_goal_hover_area{-webkit-user-select:none;user-select:none;min-height:auto}.GoalSubgoalsList>.Goals .Goals-bottom_gap{height:0}.GoalEditTools{color:#7f7f7f;align-items:center;height:42px;margin-bottom:26px;padding-top:5px;padding-bottom:5px;display:flex;position:relative;top:0;left:0}.GoalEditTools._placeholder_mode{top:-69px}.GoalEditTools-label{margin-right:4px}.GoalEditTools .TextButton{color:inherit;min-height:32px}.GoalEditTools .TextButton+.TextButton{margin-left:-5px}.GoalEditTools .TextButton .Icon{margin-right:4px}.GoalEditTools .TextButton-content .Icon{margin-right:2px}.GoalEditTools .TextButton._note{margin-left:-6px}.GoalEditTools .TextButton._subgoal .Icon{margin-left:-2px;margin-right:2px}.GoalEditTools:not(._placeholder_mode){box-shadow:0 -20px 20px var(--main_background);background-color:var(--main_background);z-index:100;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;position:sticky;top:auto;bottom:73px;left:auto}.GoalEditTools._label_inside{margin-left:-30px}.Comment{margin-bottom:24px}.Comment-Header{flex-direction:row;justify-content:space-between;align-items:end;gap:10px;margin-bottom:5px;display:flex}.Comment-Author{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:10px;font-weight:700;display:flex;overflow:hidden}.Comment-Controls{white-space:nowrap}.Comment-Time{color:#0000004d;margin-right:10px}.theme_dark .Comment-Time{color:#7f7f7f}.Comment-Menu{vertical-align:middle;display:inline-block}.Comment-Thoughts{border-radius:7px;grid-template-columns:1fr min-content;margin-left:28px;padding:5px 0 5px 10px;display:grid}.Comment-Thoughts._editing{box-shadow:0 2px 7px #00000026}.theme_dark .Comment-Thoughts._editing{outline:1px solid #666}.Comment-Thoughts .Editor .ql-editor{min-height:initial;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.Comment-Thoughts-Toolbar{white-space:nowrap;align-self:end;margin-right:5px;display:flex}.NewComment{border-radius:7px;grid-template-columns:28px 1fr min-content;gap:10px;margin-bottom:30px;margin-left:-12px;padding:13px 16px 10px 12px;display:grid;box-shadow:0 2px 7px #00000026}.theme_dark .NewComment{box-shadow:none;outline:1px solid #666}.NewComment-Editor{padding-top:2px;padding-bottom:5px}.NewComment-Editor .Editor .ql-editor{min-height:inherit;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.NewComment-Editor .ql-editor.ql-blank:before{white-space:nowrap}.NewComment-toolbar{align-self:end;align-items:center;padding-bottom:5px;display:flex}.NewComment-toolbar-Container{display:flex}.theme_dark .NewComment-toolbar .TextButton{color:#919191}.NewComment .Editor-toolbar-container{align-self:flex-end}.WithBackground{width:100%;position:relative}.WithBackground-overlay{width:100%;position:absolute;top:0;left:0}.WithBackground span{white-space:pre-wrap;word-wrap:break-word;color:#0000;width:100%}.PlainGoalEditor{background:var(--main_background);border-radius:0 0 6px 6px;flex-direction:column;flex:1;width:100%;max-width:924px;margin:0 auto;padding:0 78px 60px 76px;display:flex;position:relative}.PlainGoalEditor-content{cursor:text;flex-grow:1}.isEditMode .PlainGoalEditor{border-radius:0;padding-bottom:20px}.PlainGoalEditor-checkbox.Checkbox{z-index:3;margin-top:10px;position:absolute;left:34px}.PlainGoalEditor-name{justify-content:space-between;gap:16px;margin-bottom:30px;display:flex}.PlainGoalEditor .PlainGoalEditor-name+.GoalSubgoalsList:not(._hidden){margin-top:-20px}.PlainGoalEditor-title{z-index:2;color:var(--main_color);background:0 0;margin-bottom:0;position:relative;overflow:hidden}._color .PlainGoalEditor-title{color:rgb(var(--goal-color-text))}.PlainGoalEditor-title:disabled{cursor:text;opacity:1}.PlainGoalEditor-avatar{background:#aeaeae;border-radius:50%;width:40px;height:40px;position:relative}.PlainGoalEditor-title_background{font-size:36px;font-weight:600;line-height:44px}.PlainGoalEditor h1,.PlainGoalEditor-title{font-size:36px;font-weight:600;line-height:var(--line_height);--line_height:44px;white-space:pre-wrap;word-wrap:break-word;margin:0}.PlainGoalEditor-thoughts.Editor{--line_height:49px;margin-bottom:36px;font-size:16px}.PlainGoalEditor-thoughts.Editor .ql-editor{min-height:initial}.PlainGoalEditor-thoughts.Editor .ql-editor.ql-editor.ql-blank:before{color:rgba(var(--main_color_rgb), .6)}.theme_dark .PlainGoalEditor-thoughts.Editor .ql-editor.ql-editor.ql-blank:before{color:rgba(var(--main_color_rgb), .5)}.PlainGoalEditor .GoalSubgoalsList{margin-bottom:36px}.PlainGoalEditor-comments{max-width:550px}.PlainGoalEditor-space_filler{cursor:text;flex-grow:1}.PlainGoalEditor .PlainGoalEditor-title,.PlainGoalEditor .PlainGoalEditor-thoughts,.PlainGoalEditor .InlineGoalEditor-textarea{caret-color:#e3631b}.PlainGoalEditor._color .PlainGoalEditor-title,.PlainGoalEditor._color .PlainGoalEditor-thoughts,.PlainGoalEditor._color .InlineGoalEditor-textarea{caret-color:rgb(var(--goal-color-text))}.GoalEditorFooter{z-index:10;justify-content:space-between;align-items:center;min-height:32px;display:flex}.GoalEditorFooter-options_button{border-radius:50%;width:28px;height:28px;margin-right:8px;padding:0}.GoalEditorFooter-right_container{align-items:center;display:flex}.GoalEditorFooter-left_container{flex-grow:1;align-items:center;display:flex}.GoalEditorFooter-left_container .GoalEditorFooter-IconButton,.GoalEditorFooter-left_container .GoalEditorFooter-EditorToolbar .IconButton{margin-right:8px}.GoalEditorFooter-left_container .GoalEditorFooter-Assignee{vertical-align:top;transition:padding-top!important}.GoalEditorFooter-left_container .GoalEditorFooter-Assignee:has(.Avatar){padding-top:6px}.GoalEditorFooter-left_container .GoalEditorFooter-Assignee .Avatar{margin-left:6px;margin-right:6px}.GoalEditorFooter-left_container .IconButton{color:var(--icon_color);padding:4px;transition:color .25s}.GoalEditorFooter-left_container .IconButton:hover,.GoalEditorFooter-left_container .IconButton._active{color:var(--icon_hover_color);transition:color}.GoalEditorFooter-left_container .IconButton svg{opacity:1}.GoalEditorFooter-left_container .Icon{margin:0}.CollapsableToolbar-Item{background:var(--main_background)!important;margin-right:-32px!important;transition:all .25s ease-out!important}.CollapsableToolbar-Collapsable{position:relative}.CollapsableToolbar-Collapsable .CollapsableToolbar-Item:first-child{z-index:1}.CollapsableToolbar-Collapsable:after{z-index:2;content:"〉";color:#9996;text-align:center;box-sizing:border-box;pointer-events:none;opacity:1;width:32px;height:100%;margin-left:0;padding-top:7px;padding-left:9px;position:absolute;background:var(--main_background)!important;transition:all .25s ease-out!important}.CollapsableToolbar:hover .CollapsableToolbar-Item{margin-right:8px!important}.CollapsableToolbar:has(.AssigneeDropdown-target._open) .CollapsableToolbar-Item{margin-right:8px!important}.CollapsableToolbar:has(.AssigneeDropdown-target-avatar._open) .CollapsableToolbar-Item{margin-right:8px!important}.CollapsableToolbar:hover .CollapsableToolbar-Collapsable:after{opacity:0;margin-left:-32px}.CollapsableToolbar:has(.AssigneeDropdown-target._open) .CollapsableToolbar-Collapsable:after{opacity:0;margin-left:-32px}.CollapsableToolbar:has(.AssigneeDropdown-target-avatar._open) .CollapsableToolbar-Collapsable:after{opacity:0;margin-left:-32px}.BucketPathLink{color:rgba(var(--main_color_rgb), .7)}.BucketPathLink-Separator{opacity:.2;margin:0 8px}.theme_dark .BucketPathLink-Separator{opacity:.5}.GoalEditorHeader{background:var(--main_background);width:100%;max-width:924px;min-height:65px;padding:14px 76px;line-height:35px}.GoalEditorHeader-Content{margin-left:-8px}.GoalEditorHeader .TextButton{min-height:30px}.GoalEditorHeader-PathButton{color:rgba(var(--main_color_rgb), .7)}.GoalEditorHeader-Separator{opacity:.2}.theme_dark .GoalEditorHeader-Separator{opacity:.5}.PlainGoalEditorModal.StandartModal{max-width:924px}.PlainGoalEditorModal._fullscreen{border-radius:0;max-width:100%;min-height:100%;margin:0;padding-bottom:135px}@media (min-width:924px){.PlainGoalEditorModal{border-radius:6px;margin:6px auto}.PlainGoalEditorModal.StandartModal-body{border-radius:6px;position:relative}.PlainGoalEditorModal .StandartModal-footer{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.PlainGoalEditorModal .GoalEditorHeader{border-top-left-radius:6px;border-top-right-radius:6px}}.PlainGoalEditorModal-content_wrap{max-width:924px;margin:0 auto}.PlainGoalEditorModal-header_buttons{z-index:3;position:absolute;top:12px;right:12px}.PlainGoalEditorModal-header_buttons-tooltip{white-space:nowrap;line-height:20px}.PlainGoalEditorModal-header_buttons .IconButton{margin-left:8px}.PlainGoalEditorModal-header_buttons .Icon{opacity:1;color:var(--icon_color)}.PlainGoalEditorModal-header_buttons .Icon:hover,.PlainGoalEditorModal-header_buttons .Icon._active{color:var(--icon_hover_color);transition:color}.PlainGoalEditorModal-header_buttons a{color:var(--main_color);height:24px}.PlainGoalEditorModal-body.StandartModal-body{flex-direction:column;min-height:400px;padding-bottom:10px;display:flex}.PlainGoalEditorModal .StandartModal-title{padding-left:76px;padding-right:78px}.PlainGoalEditorModal .StandartModal-body{padding-left:0;padding-right:0}.PlainGoalEditorModal .PlainGoalEditor{padding-bottom:0}.PlainGoalEditorModal-footer{z-index:100;height:73px}.PlainGoalEditorModal._fullscreen .PlainGoalEditorModal-body{min-height:calc(100vh - 195px)}.PlainGoalEditorModal._fullscreen .PlainGoalEditorModal-footer{position:fixed;bottom:0;left:0;right:0}.PlainGoalEditorModal-overlay{scroll-padding-bottom:135px}.CloseButtonLite{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--inversed_color);width:20px;height:20px;background:0 0;background:var(--inversed_background);border:none;border-radius:50%;outline:none;padding:0;display:inline-flex}.CloseButtonLite .Icon{width:16px;height:16px;margin:2px 0 -1px 2px}.StandartModalLite{box-sizing:border-box;min-height:var(--windowHeight,100vh);padding-top:max(16px, env(safe-area-inset-top) + 12px);padding-bottom:calc(128px + env(safe-area-inset-bottom));background:var(--main_background);cursor:default;position:relative}.StandartModalLite-close_button{z-index:1;top:12px;top:max(16px, env(safe-area-inset-top) + 12px);margin-top:-3px;position:absolute;right:14px}.StandartModalLite-footer{padding-bottom:env(safe-area-inset-bottom)}.StandartModalLite-footer._fixed{width:100%;padding:16px;padding-bottom:max(16px, env(safe-area-inset-bottom));box-sizing:border-box;background:var(--main_background);border-top:1px solid #00000026;position:fixed;bottom:0;left:0}.theme_dark .StandartModalLite-footer._fixed{border-top:1px solid #ffffff4d}.ClimbSettingsLite{box-sizing:border-box;background:var(--main_background);min-height:100vh;padding-top:64px;position:relative}.ClimbSettingsLite-close_button_wrap{top:12px;top:env(safe-area-inset-top);position:absolute;right:12px}.ClimbSettingsLite-save_button{top:12px;top:calc(env(safe-area-inset-top) + 8px);color:#fff;position:absolute;right:14px}.ClimbSettingsLite-save_button._disable_padding{padding:0}.ClimbSettingsLite-icon{background:var(--climb_color);border-radius:50%;width:48px;height:48px;margin:0 auto 8px;display:block}.ClimbSettingsLite-title{text-align:center;margin:0 0 24px;padding:0 24px;font-size:24px;line-height:29px}.ClimbSettingsLite-settings_row{padding:0 16px}.ClimbSettingsLite-settings_row-interactive_area{width:100%;padding:16px 0}.ClimbSettingsLite-settings_row-description{opacity:.4;font-size:14px;line-height:22px}.HTMLContentLite{font-size:14px;line-height:22px}.HTMLContentLite h2{margin:40px 0 24px;font-size:18px;line-height:22px}.HTMLContentLite h3{margin:32px 0 24px;font-size:16px;line-height:19px}.HTMLContentLite p{margin:24px 0;font-size:14px;line-height:20px}.HTMLContentLite img{border-radius:12px;width:100%;margin:40px 0}.HTMLContentLite iframe{width:100%;height:300px}.HTMLContentLite a{color:#0075ff;text-decoration:none}.HTMLContentLite a:hover{color:#0038ff}.ClimbGoalEditorModalLite{background:var(--main_background);border-top-left-radius:8px;border-top-right-radius:8px;flex-direction:column;justify-content:space-between;padding-top:0;display:flex}.ClimbGoalEditorModalLite .Editor .ql-editor{min-height:50px;padding-bottom:12px}.ClimbGoalEditorModalLite .Editor-toolbar{margin-left:-9px}.ClimbGoalEditorModalLite-content{box-sizing:border-box;padding:16px 16px 0}.ClimbGoalEditorModalLite-supertitle{border-top-left-radius:inherit;border-top-right-radius:inherit;border-top-left-radius:8px;border-top-right-radius:8px;width:100%}.ClimbGoalEditorModalLite-save_button{color:#fff;font-size:14px;font-weight:600}.ClimbGoalEditorModalLite-save_button._disable_padding{padding:0}.ClimbGoalEditorModalLite-period_title{color:red;margin:0;font-size:16px;font-weight:600;line-height:20px}.ClimbGoalEditorModalLite-title_container{box-sizing:border-box;align-self:flex-start;position:relative}.ClimbGoalEditorModalLite-title{margin:8px 0 12px;font-size:24px;font-weight:600;line-height:29px}.ClimbGoalEditorModalLite-description{margin:12px 0 24px}.ClimbGoalEditorModalLite-rich_description{margin:12px 0 0}.ClimbGoalEditorModalLite-thoughts{margin-top:0;font-size:16px}.ClimbGoalEditorModalLite-climb_settings_button{text-align:left;width:100%;margin:24px 0 0;padding:11px 9px 9px 18px;font-weight:400;display:flex}.ClimbGoalEditorModalLite-climb_settings_button .Button-content{white-space:pre;align-items:center;display:inline-flex}.ClimbGoalEditorModalLite-climb_settings_button .Button-content .Icon{margin-right:16px}.ClimbGoalEditorModalLite-done_button{width:100%;padding-top:12px;padding-bottom:12px}.ClimbGoalEditorModalLite-progress{margin:16px 0 0}.ClimbGoalEditorModalLite-progress-dots{flex-wrap:wrap;margin:16px 0 16px -6px;display:flex}.ClimbGoalEditorModalLite-progress-dots .ClimbProgressDot{width:24px;height:24px}.ClimbSubscriptionModalLite{box-sizing:border-box;background:var(--main_background);min-height:100vh;padding-top:64px;position:relative}.ClimbSubscriptionModalLite-close_button_wrap{top:18px;top:env(safe-area-inset-top);position:absolute;right:12px}.ClimbSubscriptionModalLite-icon{background:var(--climb_color);border-radius:50%;width:48px;height:48px;margin:0 auto 8px;display:block}.ClimbSubscriptionModalLite-setup_text{padding:0 24px}.ClimbSubscriptionModalLite-setup_text h1{text-align:center;margin:0 0 24px;font-size:24px;line-height:29px}.ClimbSubscriptionModalLite-steps_info{justify-content:center;margin-top:16px;display:flex}.ClimbSubscriptionModalLite-steps_info-block{padding:20px 32px}.ClimbSubscriptionModalLite-steps_info-block+.ClimbSubscriptionModalLite-steps_info-block{border-left:1px solid #0000001f}.theme_dark .ClimbSubscriptionModalLite-steps_info-block+.ClimbSubscriptionModalLite-steps_info-block{border-left:1px solid #ffffff1f}.ClimbSubscriptionModalLite-steps_info-title{text-align:center;font-size:21px;font-weight:700;line-height:25px}.ClimbSubscriptionModalLite-steps_info-subtitle{text-align:center;margin-top:5px;font-size:12px;font-weight:600;line-height:15px}.ClimbSubscriptionModalLite-main_button{width:100%;padding-top:12px;padding-bottom:12px}.ClimbIcon{height:var(--size);width:var(--size);margin-bottom:18px;position:relative}.ClimbIcon:before{z-index:0;background-color:var(--climb_color);filter:brightness(80%);content:"";border-radius:50%;width:100%;height:100%;position:absolute}.ClimbIcon img{z-index:0;width:100%;height:100%;margin-bottom:16px;display:block;position:relative}.ClimbsTrialFooter{text-align:center;background:#000 url(https://timestripe.com/static/dist/prod/static/climbs_background-DGgSDzWD.svg) bottom no-repeat;padding:70px 0 150px}.ClimbsTrialFooter-title{color:#fff;font-size:48px;font-weight:800;line-height:120.4%}.ClimbsTrialFooter-paragraph{color:#fff;opacity:.6;max-width:722px;margin:34px auto 48px;padding:0 12px;font-size:18px;line-height:160%}.ClimbsTrialFooter-action_button.Button{color:#fff;background:#4c738f;border:none;padding:16px 32px;font-size:19px;font-weight:600;line-height:20px}.TimestripeFeature .Icon{margin-right:16px;display:block}.TimestripeFeature-title{margin:10px 0 0;font-size:16px;font-weight:600;line-height:20px;display:block}.TimestripeFeature-description{color:#616161;margin:6px 0 0;font-size:14px;line-height:160%}.TimestripeFeature-badge{color:#000;background:#ebebeb;border-radius:3px;margin:11px 0 0;padding:2px 5px;font-size:12px;font-weight:600;display:inline-block}.theme_dark .TimestripeFeature-badge{color:#ebebeb;background:#333}.ClimbPage{--max_width:100%;background:var(--main_background);cursor:auto;padding:0 0 72px;position:relative}.ClimbPage._modal{--max_width:828px;max-width:var(--max_width);margin:0 auto;padding:0}.ClimbPage-close_button{color:#fff;position:absolute;top:36px;right:32px}.ClimbPage-close_button .Icon{opacity:1}.ClimbPage-close_button._loading{color:var(--main_color)}.ClimbPage-placeholder-header{padding:56px 12px 78px}.ClimbPage-placeholder-header-climb_icon{background:#a3a3a3;border-radius:50%;width:80px;height:80px;margin:0 auto;animation:1.5s infinite placeholder_fading}.theme_dark .ClimbPage-placeholder-header-climb_icon{background:#c7c7c7}.ClimbPage-placeholder-header-climb_name{box-sizing:border-box;background:#a3a3a3;border-radius:8px;max-width:762px;height:116px;margin:36px auto 40px;animation:1.5s infinite placeholder_fading}.theme_dark .ClimbPage-placeholder-header-climb_name{background:#c7c7c7}.ClimbPage-placeholder-header-climb_info{justify-content:space-between;max-width:685px;margin:0 auto;display:flex}.ClimbPage-placeholder-header-climb_info div{background:#a3a3a3;border-radius:8px;flex-basis:30%;height:54px;animation:1.5s infinite placeholder_fading}.theme_dark .ClimbPage-placeholder-header-climb_info div{background:#c7c7c7}.ClimbPage-placeholder-header-climb_lead{background:#a3a3a3;border-radius:8px;max-width:685px;height:254px;margin:84px auto 0;animation:1.5s infinite placeholder_fading}.theme_dark .ClimbPage-placeholder-header-climb_lead{background:#c7c7c7}.ClimbPage-header{background:var(--climb_color);padding:128px 0 78px}.ClimbPage-content{max-width:920px;margin:0 auto;padding:0 12px}.ClimbPage-content._centered{flex-direction:column;align-items:center;display:flex}.ClimbPage-climb_icon{background:var(--climb_color);border-radius:50%;width:80px;height:80px}.ClimbPage-climb_name{color:#fff;text-align:center;max-width:762px;margin:18px 0 40px;font-size:48px;font-weight:800;line-height:58px}.ClimbPage-climb_name-author{color:#fff;opacity:.5}.ClimbPage-title_image{width:100%;max-width:920px;margin:0 auto 41px;display:block}.ClimbPage-youtube_video{width:100%;max-width:920px;height:460px;margin:0 auto 41px}.ClimbPage-onlineplayer_video{max-width:920px;margin:0 auto 41px}.ClimbPage-onlineplayer_video-iframe_container{padding-top:56.25%;position:relative;overflow:hidden}.ClimbPage-footer{z-index:1;box-sizing:border-box;width:var(--max_width);background:var(--main_background);border-top:1px solid #0000001f;justify-content:flex-end;align-items:center;padding:10px;display:flex;position:sticky;bottom:0}.ClimbPage-footer._auth{justify-content:center}.ClimbPage-footer-text{opacity:.4;margin-right:38px;font-size:18px;line-height:160%}.theme_dark .ClimbPage-footer{border-color:#ffffff1f}.ClimbPage-action_button.Button{border:none;padding:16px 32px;font-size:19px;font-weight:600;line-height:20px}.ClimbPage-info_wrap{justify-content:center;display:flex}.ClimbPage-info{grid-gap:8px;grid-auto-rows:auto;grid-auto-flow:column;max-width:685px;margin:0 auto;display:inline-grid}.ClimbPage-info-bullet{box-sizing:border-box;border-right:1px solid #ffffff1f;flex-direction:column;flex-shrink:0;justify-content:center;padding:0 30px 0 0;display:flex}.ClimbPage-info-bullet:last-child{border-right:none}.ClimbPage-info-bullet-title{opacity:.5;color:#fff;margin-left:19px;font-size:21px;font-weight:700;line-height:25px}.ClimbPage-info-bullet-value{color:#fff;flex-basis:100%;margin:4px 0 0 19px;font-size:21px;font-weight:700;line-height:25px}.ClimbPage-info-bullet._author{flex-wrap:nowrap;flex-shrink:1;display:flex}.ClimbPage-info-bullet._author .ClimbPage-info-bullet-title,.ClimbPage-info-bullet._author .ClimbPage-info-bullet-value{margin-left:0}.ClimbPage-info-bullet._duration,.ClimbPage-info-bullet._start_day{max-width:150px}.ClimbPage-lead{color:#fff;max-width:685px;margin:84px auto 0;font-size:21px;line-height:147.1%}.ClimbPage-lead *{font-size:inherit;line-height:inherit;color:inherit}.ClimbPage-rich_description{max-width:683px;margin:0 auto;padding:0 64px 48px}.ClimbPage-rich_description .Editor{color:#fff;font-size:18px}.ClimbPage-rich_description .Editor .ql-bubble .ql-editor a{color:inherit}.ClimbPage-intro-heading{text-align:center;margin:126px 0 38px;font-size:48px;font-weight:800;line-height:120.4%}.ClimbPage-intro-heading div{opacity:.3}.ClimbPage-intro-heading h2{font-weight:inherit;font-size:inherit;line-height:inherit;margin:0}.ClimbPage-intro-paragraph{max-width:683px;margin:24px auto;font-size:21px;line-height:147.1%}.ClimbPage-timestripe_features{justify-content:space-between;max-width:683px;margin:84px auto 46px;padding:0 24px;display:flex}.ClimbPage-timestripe_features>*{flex-basis:31%}.ClimbPage-highlights_title{border-top:1px solid rgba(var(--main_color_rgb), .12);text-align:center;padding-top:40px;font-size:48px;font-weight:800;line-height:120.4%}.ClimbPage-highlights_carousel{width:100%;max-width:914px;margin:38px auto}.ClimbPage-highlights_carousel-slide{max-width:100%;display:block}.ClimbPage-highlights_carousel .Carousel-controls{justify-content:center;margin-top:24px;display:flex}.ClimbPage-author{background:var(--author_color);color:#fff;padding:57px 0 0}.ClimbPage-author-icon{border-radius:50%;width:80px;height:80px;margin:0 auto 18px;display:block}.ClimbPage-author-heading{text-align:center;padding-bottom:30px;font-size:48px;font-weight:800;line-height:120.4%}.ClimbPage-author-heading div{opacity:.3}.ClimbPage-author-heading h2{font-weight:inherit;font-size:inherit;line-height:inherit;margin:0}.ClimbPage-author-description{max-width:683px;margin:0 auto 74px;font-size:21px;line-height:147.1%}.ClimbPage-author-image{width:100%;max-width:920px;margin:0 auto;display:block}.ClimbPage-reviews_title{border-bottom:1px solid var(--main_color);max-width:683px;margin:148px auto 36px;padding:0 0 28px;font-size:48px;font-weight:800;line-height:120.4%}.ClimbPage-reviews{grid-template-columns:1fr 1fr;gap:36px 70px;max-width:683px;margin:0 auto;display:grid}.ClimbPage-full_width_image{width:100%}.ClimbPage-full_width_image._margins{margin:52px 0}.ClimbPage-faq{max-width:686px;margin:126px auto 0}.ClimbPage-faq-heading{text-align:center;font-size:31px;line-height:116.8%}.ClimbsTeaser{box-sizing:border-box;color:#fff;background-color:#000;background-image:url(https://timestripe.com/static/dist/prod/static/climbs_background-DGgSDzWD.svg);background-size:cover;border-radius:8px;height:315px;padding:53px 29px;display:flex}.ClimbsTeaser-title{flex-basis:287px;padding-right:40px;font-size:31px;font-weight:700}.ClimbsTeaser-description{flex-basis:433px;font-size:18px;line-height:26px}.ClimbsTeaser._mobile{background-image:url(https://timestripe.com/static/dist/prod/static/background_mobile-BlvDU-WX.svg);background-position:bottom;background-repeat:no-repeat;background-size:contain;border-radius:0;flex-direction:column;height:333px;padding:24px 24px 36px}.ClimbsTeaser._mobile .ClimbsTeaser-title{flex-basis:0;padding-bottom:16px;font-size:28px;line-height:34px}.ClimbsTeaser._mobile .ClimbsTeaser-description{font-size:14px;line-height:22px}.GiftActivationModal{text-align:center}.GiftActivationModal svg{margin-top:40px}.GiftActivationModal h1{letter-spacing:-.01em;text-align:center;margin-bottom:22px;font-family:Inter;font-size:36px;font-style:normal;font-weight:500;line-height:43px}.GiftActivationModal h1,.GiftActivationModal p{max-width:400px;margin-left:auto;margin-right:auto}.GiftActivationModal p{letter-spacing:0;text-align:center;opacity:.6;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.GiftActivationModal-Note{white-space:pre-wrap;background:#eee;border-radius:8px;padding:16px;text-align:left!important}.GiftActivationModal .Button{margin-top:36px;padding-left:60px;padding-right:60px}.GiftActivationModal p:last-child{padding-bottom:117px}.SearchInput{width:50%;min-width:120px;max-width:420px;margin:8px auto}@media (max-width:799px){.SearchInput{width:70%}}.SearchInput .TextInput{width:100%}.SearchInput .TextInput-input{border-radius:8px;min-width:0;padding-top:8px;padding-bottom:8px}.SearchInput .TextInput-left .SearchIcon{opacity:.6;cursor:default}.SearchInput .TextInput-right .IconButton{opacity:.6}.SearchInput .TextInput-right .IconButton:hover{opacity:.8}.SearchInput._modal{border-bottom:1px solid rgba(var(--main_color_rgb), .1);border-radius:12px 12px 0 0;width:100%;max-width:none;margin:auto}.SearchInput._modal .Icon{width:18px;height:18px}.SearchInput._modal .SearchIcon{width:20px;height:20px}.SearchInput._modal .TextInput-input{background-color:var(--main_background);padding-top:16px;padding-bottom:16px;font-size:26px}.SearchInput._modal .TextInput-input:focus{border-color:var(--main_background)}.GoalModalDateDropdown-nowrap{white-space:nowrap}.GoalModalDateDropdown-date{color:#e3631b;text-align:left;font-weight:400}.GoalModalDateDropdown-date._base{color:rgba(var(--main_color_rgb), .5)}@media (max-width:799px){.GoalModalDateDropdown-date{margin-left:-8px}.GoalModalDateDropdown-date .TextButton-content{flex-wrap:wrap;justify-content:flex-start;line-height:20px}.GoalModalDateDropdown-date_text{margin-right:4px}}.GoalModalDateDropdown-recurrence{color:rgba(var(--main_color_rgb), .5);white-space:nowrap;margin-left:8px;font-size:14px}@media (max-width:799px){.GoalModalDateDropdown-recurrence{margin-left:0}}.GoalModalDateDropdown-recurrence .Icon{vertical-align:text-top;margin-right:4px}.PlainGoalEditorModalLite{background:var(--main_background);border-top-left-radius:8px;border-top-right-radius:8px;flex-direction:column;flex:1;justify-content:space-between;padding-top:8px;padding-bottom:0;display:flex;position:relative}.PlainGoalEditorModalLite-header{width:100%;min-height:30px;color:var(--headers_color);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;padding:0 48px 0 16px;display:flex}.PlainGoalEditorModalLite-header_thoughts_wrap{flex-shrink:0}.PlainGoalEditorModalLite-title_checkbox_wrap{align-items:flex-start;gap:8px;display:flex}.PlainGoalEditorModalLite-period_title{color:#e3631b;margin:0;font-size:16px;font-weight:400;line-height:20px}@media (max-width:360px){.PlainGoalEditorModalLite-period_title{font-size:14px}}.PlainGoalEditorModalLite-close_button{position:absolute;top:16px;right:8px}@media (max-width:360px){.PlainGoalEditorModalLite-close_button{font-size:14px}}.PlainGoalEditorModalLite-parents{white-space:nowrap;flex:1 0 100%;margin:6px 0 0 -8px}.PlainGoalEditorModalLite-parents .TextButton{color:rgba(var(--main_color_rgb), .7)}.PlainGoalEditorModalLite-separator{opacity:.2}.theme_dark .PlainGoalEditorModalLite-separator{opacity:.5}.PlainGoalEditorModalLite-body{flex-direction:column;justify-content:space-between;height:100%;padding:12px 16px 0;display:flex}.PlainGoalEditorModalLite-body .Editor .ql-editor{min-height:inherit}.PlainGoalEditorModalLite-body .Editor-toolbar{margin-left:-9px}.PlainGoalEditorModalLite-body .Editor-toolbar .TextButton{padding:0 8px 0 0}.PlainGoalEditorModalLite-title_container{box-sizing:border-box;align-self:flex-start;position:relative}.PlainGoalEditorModalLite-title_background_wrap{word-wrap:break-word;box-sizing:border-box;pointer-events:none;width:100%;margin-top:0;margin-left:1px;position:absolute;top:0}.PlainGoalEditorModalLite-title_background{color:#0000;opacity:.2;background:var(--color);box-shadow:0 0 0 2.5px rgba(var(--color), .2);font-size:24px;font-weight:700;line-height:30px}.PlainGoalEditorModalLite-title{margin:0;font-size:24px;font-weight:700;line-height:30px}.PlainGoalEditorModalLite-title:disabled{cursor:text;color:var(--main_color);-webkit-text-fill-color:var(--main_color);opacity:1}.PlainGoalEditorModalLite-thoughts{padding-bottom:max(16px, env(safe-area-inset-bottom));flex-direction:column;flex-grow:1;justify-content:space-between;margin:8px 0 16px;font-size:16px;display:flex}.PlainGoalEditorModalLite-goal_options-button{width:28px;height:28px;padding:0}.PlainGoalEditorModalLite-goal_controls{background:var(--main_background);justify-content:space-between;align-items:center;padding:8px 16px 8px 10px;transition-property:box-shadow;transition-duration:.15s;transition-timing-function:ease-in-out;display:flex;position:sticky;bottom:0}.PlainGoalEditorModalLite-editor_toolbar{align-items:center;gap:8px;display:flex}.PlainGoalEditorModalLite-editor_toolbar .IconButton{padding:4px}.PlainGoalEditorModalLite-editor_toolbar .IconButton .Icon{opacity:1;color:#7f7f7f}.PlainGoalEditorModalLite-editor_toolbar .Icon{margin:0}.PlainGoalEditorModalLite-footer_options_wrap{flex-grow:1;justify-content:space-between;align-items:center;gap:8px;padding-left:4px;display:flex}.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target{color:#7f7f7f;background-color:#0000}.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target:active{color:inherit}.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target-avatar,.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target-icon{margin-right:0}.PlainGoalEditorModalLite-footer_options_wrap .AssigneeDropdown-target-name{display:none}.PlainGoalEditorModalLite-checkbox{margin-top:5px}.PlainGoalEditorModalLite .GoalSubgoalsList{margin-top:12px;margin-bottom:15px;padding-left:30px;padding-right:0}.PlainGoalEditorModalLite .GoalSubgoalsList .GoalSubgoalsList-actions{opacity:1;flex-direction:row-reverse;justify-content:end}.PlainGoalEditorModalLite .GoalSubgoalsList:has(.GoalSubgoalsList-add_to_top) .GoalRowWrapper:first-child{padding-right:35px}.PlainGoalEditorModalLite .GoalSubgoalsList:has(.GoalSubgoalsList-sort_menu) .GoalRowWrapper:first-child{padding-right:65px}.PlainGoalEditorModalLite .PlainGoalEditorModalLite-title,.PlainGoalEditorModalLite .PlainGoalEditorModalLite-thoughts,.PlainGoalEditorModalLite .PlainGoalEditorModalLite-textarea{caret-color:#e3631b}.PlainGoalEditorModalLite._color .PlainGoalEditorModalLite-title,.PlainGoalEditorModalLite._color .PlainGoalEditorModalLite-thoughts,.PlainGoalEditorModalLite._color .PlainGoalEditorModalLite-textarea{caret-color:rgb(var(--goal-color-text))}.SearchResultGoal{border-bottom:1px solid rgba(var(--main_color_rgb), .1);align-items:center;column-gap:14px;padding:8px 18px;line-height:20px;display:flex}.SearchResultGoal:hover{cursor:pointer;background:#ecedef;transition:background .3s cubic-bezier(.165,.84,.44,1)}.theme_dark .SearchResultGoal:hover{background:#3a3b3e}.SearchResultGoal-name{word-break:break-word;flex-grow:2;flex-basis:204px;font-size:15px;transition:color .15s}.SearchResultGoal-name._done{color:rgba(var(--main_color_rgb), .3)}.SearchResultGoal-info,.SearchResultGoal-space{opacity:.5;font-size:14px}.SearchResultGoal-info{flex-grow:1;flex-basis:154px}.SearchResultGoal-space{flex-basis:134px}.SearchResultGoal-arrow{opacity:.5;flex-shrink:0;width:16px;height:16px}.SearchResults{width:90%;max-width:620px;margin:15px auto;position:relative;overflow:scroll}.SearchResults-no-results{text-align:center}.SearchResults._modal{width:100%;max-width:none;min-height:50px;max-height:450px;margin:auto;padding-bottom:15px}.SearchResults._modal .SearchResults-no-results{margin:30px auto}.Search-tags{min-width:120px;max-width:620px;margin:4px auto 0;line-height:200%;position:relative}.Search-tags._modal{border-bottom:1px solid rgba(var(--main_color_rgb), .1);max-width:100%;padding:0 16px 8px}.Search-tags-list{max-height:30px;padding-right:28px;overflow:hidden}.Search-tags._expanded .Search-tags-list{max-height:none}.Search-tags-toggle{cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px;line-height:0;position:absolute;top:2px;right:0}.Search-tags-toggle:hover{opacity:1}.Search-tags._modal .Search-tags-toggle{right:16px}.Search-tags-toggleIcon{transition:transform .15s}.Search-tags._expanded .Search-tags-toggleIcon{transform:rotate(180deg)}.Search-tag{border:1px solid rgba(var(--main_color_rgb), .12);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border-radius:999px;max-width:30%;margin-right:3px;padding:4px 8px;font-size:12px;overflow:hidden}.Search-tag:hover{background:rgba(var(--main_color_rgb), .06)}.Search-tag._active:hover{opacity:.9;background:inherit}.Search-tag:before{content:"#";margin-right:1px;font-weight:900}.Search-tag-count{opacity:.6;font-variant-numeric:tabular-nums;margin-left:4px}.SpacesNav{flex-direction:column;align-items:center;gap:10px;display:flex}.SpacesNav._mobile{flex-direction:row;justify-content:space-between;column-gap:10px;padding-top:10px}.SpacesNav-tooltip .WithTooltip-popover{pointer-events:none}.SpacesNav-space{cursor:pointer;border-radius:50%;line-height:0}.SpacesNav-space-avatar{transition:all .2s cubic-bezier(.165,.84,.44,1)}.SpacesNav-space-avatar_wrap{border-radius:50%;overflow:hidden}.SpacesNav-space-settings{width:50%;height:50%;color:var(--main_color);opacity:0;pointer-events:none;background:#f2f2f2;border-radius:999px;padding:2px;transition:opacity .25s cubic-bezier(.165,.84,.44,1);position:absolute;bottom:60%;left:60%}.theme_dark .SpacesNav-space-settings{background:#1a1b1c}.SpacesNav-space-settings:hover{background:var(--main_background)}.SpacesNav-space-edge{background-color:var(--main_color);border-top-right-radius:4px;border-bottom-right-radius:4px;width:4px;height:45px;position:absolute;top:-4px;left:-16px}.SpacesNav:not(._mobile) .SpacesNav-space:hover .SpacesNav-space-settings{opacity:1;pointer-events:auto;transition:all}.SpacesNav-add_button .Icon{border-radius:19px;width:38px;height:38px}.KeyboardShortcutsList-group{margin-top:9px;margin-bottom:3px}.KeyboardShortcutsList-item{color:rgba(var(--main_color_rgb), .8);justify-content:space-between;min-width:250px;display:flex}.KeyboardShortcutsList-hotkey{background:#ffffff14;border-radius:3px;margin-left:4px;padding:2px 4px;line-height:17px}.HelpHubButton{position:relative}.HelpHubButton-Indicator{background-color:#e3631b;border-radius:50%;width:7px;height:7px;position:absolute;left:-13px}.HelpHubButton ._highlighted{--flare-position:50%;background:linear-gradient(120deg, #0000 35%, #fc39 45%, #fff var(--flare-position), #09f9 65%, #0000 70%) no-repeat;background-position-x:-200px;margin-top:-8px;margin-bottom:-8px;padding-top:10px;padding-bottom:10px;animation:10s ease-out infinite forwards highlighted}.HelpHubButton ._highlighted:hover,.HelpHubButton ._highlighted:focus,.HelpHubButton ._highlighted:focus-visible{color:var(--main_color);background:#a4a4a41a}@keyframes highlighted{0%{color:var(--main_color);--flare-position:50%}2%{color:var(--main_color);text-shadow:none}3%{color:#fff;text-shadow:0 0 5px #fff}10%{--flare-position:65%;color:var(--main_color);background-position-x:170px}30%{text-shadow:none}to{--flare-position:65%;color:var(--main_color);background-position-x:170px}}@property --flare-position{syntax:"<percentage>";inherits:false;initial-value:0%}.PublicHeader{background-color:#000;justify-content:space-between;align-items:center;width:100%;height:70px;padding:16px 24px;font-size:16px;line-height:20px;display:flex}@media (max-width:799px){.PublicHeader{margin-top:env(safe-area-inset-top);padding:12px 10px;font-size:14px}}.PublicHeader-logo{color:#fff}.PublicHeader-nav{flex-flow:wrap;margin-left:auto;display:flex}@media (max-width:799px){.PublicHeader-nav{margin-left:8px}}.PublicHeader-link{color:#fff;opacity:.8;margin-left:16px;text-decoration:none;transition:opacity .25s}.PublicHeader-link:hover,.PublicHeader-link._active{opacity:.4;color:#fff}@media (max-width:799px){.PublicHeader-link{margin-left:8px}}.PublicHeader-button{color:#000;white-space:nowrap;background-color:#fff;border-radius:6px;margin-left:16px;padding:8px 16px;text-decoration:none}@media (max-width:799px){.PublicHeader-button{margin-left:8px;padding:8px}}.BecomeProButton{text-align:center;margin:12px 16px;position:relative}.BecomeProButton .Button{width:100%;font-weight:400}.BecomeProButton-subtitle{white-space:nowrap;text-overflow:ellipsis;color:#999;margin-top:4px;font-size:13px;line-height:24px;overflow:hidden}.theme_dark .BecomeProButton-subtitle{color:#666}.TimeColumn{box-sizing:border-box;background:var(--main_background);flex-direction:column;justify-content:flex-start;width:56px;display:flex;position:relative}.TimeColumn-time_item{height:var(--TimeColumn-cell_height);text-align:right;opacity:.6;-webkit-user-select:none;user-select:none;flex-shrink:0;padding:0 6px 0 2px;font-size:14px;line-height:24px;position:relative;top:12px}.TimeColumn-time_item div{justify-content:flex-end;align-items:center;display:flex}.TimeColumn-time_item-estimated_minutes{font-size:11px}.TimeblockingGoal{box-sizing:border-box;background:rgb(var(--TimeblockingGoal-color_rgb));cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;width:100%;padding:0 11px 2px 0;transition-property:background,box-shadow,border-color;transition-duration:.25s;transition-timing-function:cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:inset 0 0 0 2px #fff}.theme_dark .TimeblockingGoal{box-shadow:inset 0 0 0 2px #202021}.TimeblockingGoal._dragging{box-shadow:inset 0 0 0 2px #fff,0 11px 8px -3px #223c5012}.theme_dark .TimeblockingGoal._dragging{box-shadow:inset 0 0 0 2px #0003,0 11px 8px -3px #223c5012}.TimeblockingGoal._placeholder{opacity:.5}.TimeblockingGoal-content{justify-content:space-between;height:100%;display:flex}.TimeblockingGoal-content-left_side{align-items:flex-start;display:flex;overflow:hidden}.TimeblockingGoal .Checkbox{padding:8px 6px 8px 8px}.TimeblockingGoal-goal_name{text-overflow:ellipsis;-webkit-user-select:none;user-select:none;color:rgb(var(--TimeblockingGoal-text-color_rgb));padding-top:6px;font-size:15px;font-weight:400;line-height:20px;overflow:hidden}.TimeblockingGoal-goal_recurrence{color:rgba(var(--TimeblockingGoal-text-color_rgb), .35);flex-shrink:0;margin:9px 0 0 4px}.TimeblockingGoal-assignee{margin-top:7px;margin-right:4px}.TimeblockingGoal-goal_time{text-align:right;color:rgba(var(--TimeblockingGoal-text-color_rgb), .35);white-space:nowrap;-webkit-user-select:none;user-select:none;flex-direction:column;flex-shrink:0;justify-content:space-between;padding-top:6px;font-size:14px;line-height:20px;transition:opacity .25s cubic-bezier(.165,.84,.44,1);display:flex}.TimeblockingGoal-goal_time-start{display:block}.TimeblockingGoal-goal_time-end{display:none}.TimeblockingGoal-goal_time._dragging .TimeblockingGoal-goal_time-end{display:block}.TimeblockingGoal-goal_time:hover .TimeblockingGoal-goal_time-start,.TimeblockingGoal-goal_time._estimated{display:none}.TimeblockingGoal._menu_open .TimeblockingGoal-goal_time,.TimeblockingGoal:hover:not(._dragging) .TimeblockingGoal-goal_time{opacity:0}.TimeblockingGoal-menu_button_wrap{z-index:1;height:24px;color:rgba(var(--TimeblockingGoal-text-color_rgb), .35);opacity:0;background:rgb(var(--TimeblockingGoal-color_rgb));padding-top:2px;font-size:14px;transition:opacity .2s cubic-bezier(.165,.84,.44,1);display:flex;position:absolute;top:2px;right:4px}.TimeblockingGoal-menu_button_wrap-shadow{content:"";background:linear-gradient(90deg, rgba(var(--TimeblockingGoal-color_rgb), 0), rgb(var(--TimeblockingGoal-color_rgb)));width:10px;height:100%;position:absolute;top:0;left:-10px}.TimeblockingGoal-menu_button_wrap-goal_duration{padding:4px 4px 0}.TimeblockingGoal-menu_button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;outline:none;padding:0}.TimeblockingGoal-menu_button-icon{background:var(--main_background);border-radius:50%;padding:3px}.TimeblockingGoal._menu_open .TimeblockingGoal-menu_button_wrap,.TimeblockingGoal:hover:not(._dragging) .TimeblockingGoal-menu_button_wrap{opacity:1}.TimeblockingGoal-bottom_drag_area{cursor:ns-resize;width:100%;height:50%;max-height:10px;position:absolute;bottom:-5px}.TimeblockingSwitch{cursor:pointer;color:var(--main_color);text-align:center;background:#f1f1f1;border:1px solid #f1f1f1;border-radius:7px;width:40px;height:34px;padding-top:3px}.TimeblockingSwitch:hover{background:var(--main_background)}.theme_dark .TimeblockingSwitch{background:#222;border:1px solid #333}.theme_dark .TimeblockingSwitch:hover{background:#000}@media (max-width:799px){.TimeblockingSwitch{opacity:.75;background:0 0;border:none;padding:2px 3px 0}.theme_dark .TimeblockingSwitch{border:none;background:0 0!important}}.HorizonNavigation{pointer-events:none;justify-content:center;align-items:center;gap:8px;display:flex}.HorizonNavigation button{pointer-events:all}.HorizonNavigation._with_timeblocking{justify-content:space-between}.HorizonNavigation-main_controls{background:#f1f1f1;border:1px solid #f1f1f1;border-radius:7px;justify-content:center;align-items:center;display:flex}.theme_dark .HorizonNavigation-main_controls{background:#222;border:1px solid #333}.HorizonNavigation-navigation_button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:1px solid #0000;border-radius:7px;outline:none;padding:0;display:flex}.theme_dark .HorizonNavigation-navigation_button:active{background:#e4e4e4}.theme_dark .HorizonNavigation-navigation_button._disabled{color:#ffffff40;background:var(--main_background);border-color:#ffffff40}.HorizonNavigation-navigation_button:hover{background:#fbfbfb}.theme_dark .HorizonNavigation-navigation_button:hover{background:#000}.HorizonNavigation-navigation_button:active{color:var(--main_color);background:#f6f6f6}.HorizonNavigation-navigation_button._disabled{opacity:.25;background:var(--main_background);border:1px solid #999}.HorizonNavigation-today_button{margin:0 1px;padding:6px 8px}.HorizonNavigation-today_button:disabled{color:rgba(var(--main_color_rgb), .25);cursor:default;background:0 0;border-color:#0000}.theme_dark .HorizonNavigation-today_button:disabled{background:0 0}.HorizonNavigation-slide_button{width:32px;height:32px}.HorizonNavigation-slide_button+.HorizonNavigation-slide_button{margin-left:8px}.VirtualizedList{width:100%;min-height:100%}body.grabbing *{-webkit-user-select:none;user-select:none;cursor:grab!important}.TimeblockingGoals{box-sizing:border-box;width:100%;display:flex;position:relative}.TimeblockingGoals-time{box-sizing:border-box;width:56px;padding-left:10px}.TimeblockingGoals-time-hour{-webkit-user-select:none;user-select:none;opacity:.8;height:var(--Timeblocking-cell_height);font-size:14px;position:relative;bottom:-16px}.TimeblockingGoals-time_column{margin-left:8px}.TimeblockingGoals-time_grid{width:100%;margin-top:24px;position:relative}.TimeblockingGoals-time_grid-cell{box-sizing:border-box;width:100%;height:var(--Timeblocking-cell_height);z-index:0;-webkit-user-select:none;user-select:none;border-top:1px solid var(--dimmed_border_color);position:relative}.TimeblockingGoals-time_grid-cell-hover_placeholder{color:#a4a4a4cc;background-color:rgba(var(--main_color_rgb), .05);opacity:0;border-radius:4px;justify-content:space-between;align-self:start;height:calc(100% - 6px);padding:8px 11px;font-size:14px;transition:opacity .1s;display:flex;position:absolute;inset:3px}.TimeblockingGoals-time_grid-cell:hover .TimeblockingGoals-time_grid-cell-hover_placeholder{opacity:1;transition:none}.TimeblockingGoals-time_grid-tail{border-top:1px solid var(--dimmed_border_color);width:100%}.TimeblockingGoals._dragging .TimeblockingGoals-time_grid-cell-hover_placeholder{opacity:0}.TimeblockingGoals-bottom_gap{pointer-events:none;width:100%;height:128px;margin-top:64px;position:absolute}.TimeblockingGoals-goal_wrap{box-sizing:border-box;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:6px;width:100%;min-width:55px;transition-property:left,width,padding;transition-duration:.15s;transition-timing-function:cubic-bezier(.165,.84,.44,1);position:absolute}.TimeblockingGoals-goal_wrap._dragging{opacity:.9;border:1px solid #0000;transition-property:left,width,padding;z-index:1000!important}.TimeblockingGoals-goal_wrap:not(:last-child){min-width:55px}.TimeblockingGoals-now{z-index:2001;background:var(--current_period_color);pointer-events:none;border:1px solid #fff;border-radius:8px;width:100%;height:4px;position:absolute;box-shadow:0 3px 2px #ff5a0012}.theme_dark .TimeblockingGoals-now{border:1px solid #000}.BoardPromo{margin-bottom:40px}.BoardPromo._placeholder{background:#a3a3a3;border-radius:8px;animation:1.5s infinite placeholder_fading}.theme_dark .BoardPromo._placeholder{background:#c7c7c7}.BoardPromo._placeholder .BoardPromo-content{background:0 0}.BoardPromo._cloning{opacity:.5;pointer-events:none}@media (max-width:799px){.BoardPromo{margin-bottom:24px}}.BoardPromo-content{cursor:pointer;background:var(--main_background);height:388px;color:inherit;border:1px solid #e8e8e8;border-radius:8px;text-decoration:none;transition:border-color .25s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000a}.theme_dark .BoardPromo-content{box-shadow:none;background:#222;border:1px solid #333}@media (max-width:799px){.BoardPromo-content{border-right:0;border-radius:8px 0 0 8px;height:300px;overflow-x:auto}}.BoardPromo-content:hover{border-color:#c9c9c9}.theme_dark .BoardPromo-content:hover{border-color:#333}.BoardPromo-content-overlay{cursor:pointer;opacity:0;background:#00000026;justify-content:center;align-items:flex-end;padding-bottom:50px;transition:all .25s;display:flex;position:absolute;inset:0}.theme_dark .BoardPromo-content-overlay{background:#00000059}@media (max-width:799px){.BoardPromo-content-overlay{opacity:1;justify-content:start;align-items:flex-end;padding-bottom:10px;padding-left:10px;background:0 0!important}.BoardPromo-content-overlay .Button{padding-left:13px;padding-right:13px}}.BoardPromo-content:hover .BoardPromo-content-overlay{opacity:1;transition:all}.BoardPromo-content-initial{box-sizing:border-box;background:rgba(var(--board_color_rgb), .5);flex-direction:column;height:100%;padding:64px 16px 20px;display:flex;position:relative}.BoardPromo-content-title{letter-spacing:-.02em;word-break:break-word;margin:0;font-family:Inter,sans-serif;font-size:21px;font-style:normal;font-weight:700;line-height:25px}@media (max-width:799px){.BoardPromo-content-title{font-size:19px}}.BoardPromo-content-description{opacity:.5;text-overflow:ellipsis;width:100%;margin:24px 16px 0 0;overflow:hidden}@media (max-width:799px){.BoardPromo-content-description{display:none}}.BoardPromo-content-description .Editor .ql-bubble .ql-editor>*{font-size:14px;line-height:21px}.BoardPromo-content-description .Editor .ql-bubble .ql-editor h2,.BoardPromo-content-description .Editor .ql-bubble .ql-editor ul{margin:0}.BoardPromo-content-description .Editor .ql-bubble .ql-editor li{line-height:20px}.BoardPromo-board-column{box-sizing:border-box;border-right:1px solid rgba(var(--main_color_rgb), .1);flex-shrink:0;width:20%;max-width:194px;padding:22px 18px}.BoardPromo-board-column:first-child{border-right:0;width:236px;max-width:100%;padding:0}@media (max-width:799px){.BoardPromo-board-column:first-child{width:172px}.BoardPromo-board-column{min-width:140px;padding:22px 10px}}.BoardPromo-board-column-emoji{height:28px;font-size:28px;line-height:1}.BoardPromo-board-column-emoji-placeholder{display:none}.BoardPromo-board-column-name{letter-spacing:-.02em;margin-top:14px;margin-bottom:24px;font-family:Inter,sans-serif;font-size:21px;font-style:normal;font-weight:700;line-height:25px}@media (max-width:799px){.BoardPromo-board-column-name{margin-bottom:12px;font-size:17px;line-height:1.2}}.BoardPromo-board-column-line{margin-bottom:10px}.BoardPromo-board-column-text{opacity:.4;letter-spacing:.01em;align-items:flex-start;font-size:12px;line-height:16px;display:flex}.BoardPromo-board-column-check{margin-top:2px;margin-right:8px}.BoardPromo-board-column-img{max-width:100%;margin-top:6px}.BoardPromo-board-column-placeholder{background:var(--inversed_background);opacity:.05;height:10px;margin-top:8px}.BoardPromo-board-column-placeholder:first-child{width:100%}.BoardPromo-board-column-placeholder:nth-child(2){width:80%}.BoardPromo-board-column-placeholder:nth-child(3){width:100%}.BoardPromo-board-column-placeholder:nth-child(4){width:90%}.BoardPromo-board-column-placeholder:nth-child(5){width:80%}.BoardPromo-actions{justify-content:flex-end;margin-top:16px;display:flex}.CommunityPage{background:#f2f2f266;padding:56px 0 48px}.theme_dark .CommunityPage{background:var(--main_background)}.CommunityPage .CommunityBoards{max-width:1032px;margin:0 auto;padding:0 12px 24px}@media (max-width:799px){.CommunityPage .CommunityBoards{padding:0 0 24px 12px}}.CommunityPage-title{letter-spacing:-.01em;text-align:center;color:var(--headers_color);margin:0 auto;font-family:Inter,sans-serif;font-size:31px;font-style:normal;font-weight:700;line-height:38px}@media (max-width:799px){.CommunityPage-title{font-size:25px;line-height:32px}}.CommunityPage-subtitle{text-align:center;max-width:588px;margin:0 auto 24px;font-weight:300;line-height:40px}@media (max-width:799px){.CommunityPage-subtitle{padding:0 16px;font-size:25px;line-height:32px}}.CommunityPage-controls{text-align:center;margin:0 auto 25px}.CommunityPage-controls .Segments-item{margin:1px}@media (max-width:375px){.CommunityPage-controls .Segments-item{padding:4px;font-size:14px}}.CommunityPage-tabs{margin:0 auto}.CommunityPage-tabs>.Tabs-header{border-bottom:0;justify-content:center}.CommunityPage-tabs>.Tabs-header .Tabs-header-scrollable_content{overflow-x:visible}.CommunityPage-tabs>.Tabs-header .Tabs-tab_wrap{border-bottom:0;height:34px;padding:0}.CommunityPage-tabs>.Tabs-header .Tabs-tab{opacity:.6;padding:5px 10px;font-weight:500}.CommunityPage-tabs>.Tabs-header .Tabs-tab._active{opacity:1;background-color:#efefef;border-bottom:0;border-radius:6px}.theme_dark .CommunityPage-tabs>.Tabs-header .Tabs-tab._active{background-color:#efefef40}.GetAppModal-wrapper{max-width:1080px;padding:40px}.GetAppModal-title{letter-spacing:-.01em;margin:0;font-family:Inter,sans-serif;font-size:31px;font-style:normal;font-weight:700;line-height:38px}.GetAppModal-description{opacity:.85;margin:30px 0;font-size:24px;line-height:36px}.GetAppModal-applink{line-height:0;display:block}.GetAppModal-row{flex-wrap:wrap;gap:30px;display:flex}.GetAppModal-picture{box-sizing:border-box;background:#fff;border:1px solid #d9d9d9;border-radius:12px;width:224px;margin-top:16px;padding:10px}.PublicGoalHeader{box-sizing:border-box;mix-blend-mode:difference;justify-content:space-between;align-items:center;width:100%;max-width:1030px;margin:0 auto;padding:16px 54px;display:flex}@media (max-width:799px){.PublicGoalHeader{padding:8px 20px}}.PublicGoalHeader-logo{color:#fff;position:relative;left:-10px}.PublicGoalHeader-signin{color:#fff;font-size:16px;line-height:20px;text-decoration:none;transition:opacity .25s}.PublicGoalHeader-signin:hover{opacity:.5}.Swiper{width:100%;height:100%;overflow:hidden}.Swiper._auto_height{height:auto}.Swiper-wrap{width:100%;height:100%;display:flex;position:relative;overflow:visible}.Swiper._auto_height .Swiper-wrap{height:auto}.Swiper-slide_placeholder{flex-shrink:0;height:1px}.Swiper-slide{overscroll-behavior:contain;flex-shrink:0;height:100%;overflow-y:auto}.Swiper-slide._preserved{z-index:-1;opacity:0;position:absolute}.Swiper._auto_height .Swiper-slide{height:auto;overflow-y:visible}.Swiper._sliding .Swiper-slide{position:relative}.Swiper._sliding .Swiper-wrap{transform:translate(calc(var(--transform)));transition:transform var(--slide_duration) ease}.HorizonsView{overscroll-behavior-y:none;-webkit-user-select:text;user-select:text;flex-grow:1;justify-content:flex-start;width:100%;height:100%;transition:opacity;display:flex;position:relative;overflow:hidden}.HorizonsView._loading{opacity:.5;transition:opacity .3s ease-in 1s}.HorizonsView .ColumnView-columns{flex-grow:1;flex-shrink:0;display:flex}.HorizonsView .ColumnView-columns ._rounded{border-radius:0 8px 8px 0}.HorizonsView .ColumnView-columns ._rounded .Panel-header:after{-webkit-backdrop-filter:none;backdrop-filter:none}.HorizonsView-expanded_columns{flex-grow:1;display:flex}.HorizonsView-expanded_columns._hasBackground{max-width:100%}.HorizonsView-collapsed_columns{box-shadow:inset 1px 0 rgba(var(--main_color_rgb), .1);background:var(--column_background_inactive);flex-direction:row;flex-shrink:0;display:flex}.HorizonsView-column{width:100%;min-width:225px;max-width:400px;box-shadow:none;background:var(--column_background_inactive);contain:layout;flex:1 0 14.6%;display:flex;position:relative;overflow:hidden}.HorizonsView-column:last-child{border-radius:0 8px 8px 0;margin-right:14px}.HorizonsView-column-navigation{z-index:3000;width:100%;padding:0 6px;display:none;position:absolute;bottom:8px}.HorizonsView-column:hover .HorizonsView-column-navigation,.HorizonsView-column._tablet .HorizonsView-column-navigation{display:block}.HorizonsView-column._active{background:var(--column_background_active);flex-basis:27%;min-width:400px;max-width:600px;transform:scale(1)}.HorizonsView-column+.HorizonsView-column{border-left:1px solid var(--column_separator_color)}.HorizonsView-column-nav{opacity:0;transition:opacity .25s;position:absolute;bottom:20px;right:20px}.HorizonsView-column:hover .HorizonsView-column-nav{opacity:1;transition:opacity}.HorizonsView-column::-webkit-scrollbar{width:12px}.HorizonsView-column::-webkit-scrollbar-thumb{background-color:#0000}.HorizonsView-column::-webkit-scrollbar-track{background-color:#0000}.HorizonsView-column::-webkit-scrollbar-thumb{border:1px solid #0000;border-radius:7px;box-shadow:inset 0 0 0 5px #0000}.HorizonsView-column:hover::-webkit-scrollbar-thumb{box-shadow:inset 0 0 0 6px #aaa}.HorizonsView-toastImage{border-radius:5px;justify-content:center;align-items:center;width:100%;margin-top:0;margin-bottom:0;display:flex}.HorizonsView-toastImage._qr{margin-top:60px;margin-bottom:46px;transform:rotate(45deg)}.HorizonsView .BackgroundColumn{flex-grow:1;flex-basis:14.6%;min-width:240px}.HorizonsView .TimeblockingGoals{height:100%;overflow:scroll}.AuthenticationForm{margin-top:32px}.AuthenticationForm._center{text-align:center}.AuthenticationForm-row{margin-bottom:8px;display:block}.AuthenticationForm-submit_wrap{margin:16px 0 24px;display:block}.AuthenticationForm-submit_wrap .Button{width:100%;font-size:inherit;padding:14px}.SocialAuthentication{max-width:380px;font-size:14px;display:flex}.SocialAuthentication .SocialAuthentication-button{font-size:inherit;border:1px solid #d7d7d7;margin-right:7px;padding:8px 12px}@media (max-width:799px){.SocialAuthentication .SocialAuthentication-button{font-size:12px}}.SocialAuthentication .SocialAuthentication-button._withText .Icon{margin-right:8px}.SocialAuthentication .SocialAuthentication-button:hover{background:#0000000d}.theme_dark .SocialAuthentication .SocialAuthentication-button{border:1px solid #ffffff26}.theme_dark .SocialAuthentication .SocialAuthentication-button:hover{background:#ffffff26}.SocialAuthentication .SocialAuthentication-text{margin:auto 13px auto 6px;font-weight:600}.CreateAccountForm{max-width:420px;margin:auto;padding:8px}@media (max-width:799px){.CreateAccountForm-form{margin-top:25px}}.CreateAccountForm-content{height:350px}@media (min-width:800px){.CreateAccountForm-content:has(.QuotesShower){padding-top:50px}}.CreateAccountForm-content ul{padding:0;list-style-type:"✓ ";list-style-position:inside}.CreateAccountForm-content ul li{margin-top:10px}@media (max-width:799px){.CreateAccountForm{padding-top:20px}.CreateAccountForm .AuthenticationForm{margin-top:15px}}.CreateAccountForm hr{background:rgba(var(--inversed_background_rgb), .2);border:none;height:1px;margin:24px 0}.CreateAccountForm .Link{color:var(--main_color);font-weight:600}.CreateAccountForm .TextButton{margin-left:-8px;font-size:14px}.CreateAccountForm-icon{margin:0 auto;display:block}.CreateAccountForm-title{text-align:center;margin:24px 0 0}.CreateAccountForm-text_button{font-weight:600}.CreateAccountForm-footer{color:#a4a4a4;border:none;margin-top:20px;font-size:14px}.CreateAccountForm-footer *{font-size:14px}.CreateAccountForm-footer p{margin-top:0}.CreateAccountForm._onboarding{grid-template-rows:1fr auto;min-height:100%;display:grid}.LoginPage .PublicHeader{margin-bottom:64px}.LoginPage hr{background:#d7d7d7;border:none;height:1px;margin:24px 0}.LoginPage-form_container{max-width:420px;margin:auto;padding:8px}.LoginPage-form_container .Link{color:var(--main_color);font-weight:600}.LoginPage-form_container .TextButton{font-size:14px}.LoginPage-icon{margin:0 auto;display:block}.LoginPage-title{text-align:center;margin:24px 0 0}.LoginPage-subtitle{text-align:center;margin:16px 0 8px}.LoginPage-submit_wrap{margin:8px 28%}.LoginPage-text_button{font-weight:600}.LoginPage-footer{color:#a4a4a4;border:none;margin-top:20px;font-size:14px}.LoginPage-footer *{font-size:14px}.LoginPage-footer p{margin-top:0}.MilestonedProgressBar{background:#0000001a;border-radius:4px;width:100%;min-height:3px;display:flex;position:relative}.MilestonedProgressBar:hover .MilestonedProgressBar-tooltip{opacity:1}.MilestonedProgressBar-milestones-wrapper{justify-content:space-between;width:105%;max-width:315px;display:flex;position:absolute;top:-7px;left:-7px}@media (max-width:799px){.MilestonedProgressBar-milestones-wrapper{width:105%;top:-5px;left:-5px}}.MilestonedProgressBar-milestone{background-color:#e5e5e5;border-radius:50%;width:15px;height:15px}@media (max-width:799px){.MilestonedProgressBar-milestone{width:13px;height:13px}}.MilestonedProgressBar-milestone-active-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.MilestonedProgressBar-milestone-active{background-color:var(--main_background);border:var(--inversed_background) solid 4px;border-radius:50%;width:15px;height:15px}@media (max-width:799px){.MilestonedProgressBar-milestone-active{border-width:3px;width:13px;height:13px}}.MilestonedProgressBar-milestone-icon{width:15px;height:15px}@media (max-width:799px){.MilestonedProgressBar-milestone-icon{width:13px;height:13px}}.MilestonedProgressBar-tooltip{opacity:0;z-index:1;white-space:nowrap;transition:opacity .5s .3s,left .3s;position:absolute;top:-30px}.MilestonedProgressBar-tooltip._visible{opacity:1}@media (max-width:799px){.MilestonedProgressBar-tooltip._lastStep{transform:translate(-45%)}}.MilestonedProgressBar-bar{background:#000;border-radius:4px;height:100%;min-height:3px;transition:width .3s}.theme_dark .MilestonedProgressBar{background:#ffffff1a}.theme_dark .MilestonedProgressBar-bar{background:#fff}.theme_dark .MilestonedProgressBar-milestone{background-color:#3d3d3d}.theme_dark .MilestonedProgressBar-milestone-active{background-color:#000;border-color:#fff}.theme_dark .MilestonedProgressBar-milestone-icon circle{fill:#fff}.theme_dark .MilestonedProgressBar-milestone-icon path{stroke:#000}.ThemeSelector .Button{border:2px solid rgba(var(--inversed_background_rgb), .1);border-radius:12px;margin-right:12px;padding:9px 16px}.ThemeSelector .Button:hover{border-width:2px}.ThemeSelector .Button._active{border:2px solid var(--inversed_background)}.ThemeSelector-icon{margin-right:12px}.OnboardingPage{transition:background .5s}.OnboardingPage-Main{box-sizing:border-box;width:100%;min-height:100vh;margin:0;padding:25px 10px}@media (min-width:800px){.OnboardingPage-Main{min-width:560px;padding:15px 18px;font-size:16px;line-height:22px}}.OnboardingPage[data-step=AnimatedIntro]{background-image:url(https://timestripe.com/static/dist/prod/static/pexels-robert-clark-mlyuXgjl.avif);background-position:50%;background-size:cover}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Main{background-color:#0000}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Top{color:#fff;display:none}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Top .OnboardingPage-ProgressBar{display:none}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Title{color:#fff;margin-top:50px}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Subtitle{color:#fff;margin-bottom:0}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Content{flex-direction:column;align-items:center;max-width:1200px;display:flex}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Animation-Content{cursor:pointer;transition:transform .25s}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Animation-Content:hover{transform:scale(1.05)}.OnboardingPage[data-step=AnimatedIntro] .OnboardingPage-Footer{display:none}.OnboardingPage .OnboardingPage-NextStep-Button{width:100%}@media (min-width:800px){.OnboardingPage[data-step=PlanningHorizon] .OnboardingPage-NextStep-Button,.OnboardingPage[data-step=TeamMode] .OnboardingPage-NextStep-Button{width:300px;padding:16px 10px}}.OnboardingPage[data-step=YearGoal] .OnboardingPage-Content .Options,.OnboardingPage[data-step=MonthGoal] .OnboardingPage-Content .Options,.OnboardingPage[data-step=WeekGoal] .OnboardingPage-Content .Options{grid-template-columns:1fr;gap:12px;width:100%;margin-bottom:12px;display:grid}.OnboardingPage[data-step=YearGoal] .OnboardingPage-Content .Options-Option,.OnboardingPage[data-step=MonthGoal] .OnboardingPage-Content .Options-Option,.OnboardingPage[data-step=WeekGoal] .OnboardingPage-Content .Options-Option{margin:0}@media (max-width:799px){.OnboardingPage[data-step=YearGoal] .OnboardingPage-Content .Options,.OnboardingPage[data-step=MonthGoal] .OnboardingPage-Content .Options,.OnboardingPage[data-step=WeekGoal] .OnboardingPage-Content .Options{gap:6px}}.OnboardingPage[data-step=GoalsPresetsSection] .OnboardingPage-Content,.OnboardingPage[data-step=Presets] .OnboardingPage-Content{max-width:624px}.OnboardingPage[data-step=GoalsPresetsSection] .OnboardingPage-Content .Options,.OnboardingPage[data-step=Presets] .OnboardingPage-Content .Options{grid-template-columns:1fr 1fr;gap:12px;width:100%;margin-bottom:12px;display:grid}.OnboardingPage[data-step=GoalsPresetsSection] .OnboardingPage-Content .Options-Option,.OnboardingPage[data-step=Presets] .OnboardingPage-Content .Options-Option{margin:0}@media (max-width:799px){.OnboardingPage[data-step=GoalsPresetsSection] .OnboardingPage-Content .Options,.OnboardingPage[data-step=Presets] .OnboardingPage-Content .Options{gap:6px}}.OnboardingPage[data-step=Quotes] .OnboardingPage-Top{padding-left:10px;padding-right:10px}.OnboardingPage[data-step=Quotes] .OnboardingPage-Content{max-width:none}.OnboardingPage[data-step=Quotes] .OnboardingPage-Content-quotes-container{cursor:grab;padding-top:60px;padding-left:20px;overflow:scroll}.OnboardingPage[data-step=Quotes] .OnboardingPage-Content-quotes-content{column-gap:20px}.OnboardingPage[data-step=Quotes] .Quote{min-width:250px}.OnboardingPage[data-step=Quotes] .Quote:before{margin-top:0;bottom:0}.OnboardingPage[data-step=Quotes] .OnboardingPage-NextStep-Button{max-width:400px;margin-top:30px}@media (max-width:799px){.OnboardingPage[data-step=Quotes] .OnboardingPage-NextStep-Button{display:none}}@media (min-width:800px){.OnboardingPage[data-step=Quotes] .OnboardingPage-Footer-Button{display:none}}.OnboardingPage[data-step=NameYourProject] .TextInput-label{text-align:left}@media (max-width:799px){.OnboardingPage[data-step=NameYourProject] .TextInput{width:100%}}@media (min-width:800px){.OnboardingPage[data-step=NameYourProject] .OnboardingPage-NextStep-Button{width:320px}}.OnboardingPage[data-step=LoginStep] .OnboardingPage-Footer{box-shadow:none}.OnboardingPage[data-step=LoginStep] .OnboardingPage-Footer-TextButton{margin-left:0}.OnboardingPage[data-step=LoginStep] .OnboardingPage-Content .LoginPage{padding-top:0}@media (max-width:799px){.OnboardingPage{font-size:14px;line-height:16px}.OnboardingPage .ThemeSelector .Button{border:1px solid #2d30361a;margin-right:5px;padding:6px 10px;font-size:14px}.OnboardingPage .ThemeSelector .Button:hover,.OnboardingPage .ThemeSelector .Button._active{border:1px solid #2d3036}.OnboardingPage .ThemeSelector-icon{margin-right:5px}}.OnboardingPage-Top{height:32px;margin-bottom:30px;padding-top:50px;position:relative}.OnboardingPage-Top:hover .LinearProgressBar-tooltip,.OnboardingPage-Top:active .LinearProgressBar-tooltip{opacity:1}.OnboardingPage-ProgressBar{max-width:300px;height:3px;margin:0 auto}.OnboardingPage-Content{max-width:500px;margin:0 auto;padding-bottom:92px}@media (max-width:799px){.OnboardingPage-Content{padding-bottom:82px}}.OnboardingPage[data-step=MakeItYours] .OnboardingPage-Content{max-width:768px}.OnboardingPage-Footer{background:var(--main_background);width:100%;height:60px;margin-left:-18px;margin-right:-18px;transition:background .5s;position:fixed;bottom:0;box-shadow:inset 0 1px #0000001a}@media (max-width:799px){.OnboardingPage-Footer{margin-left:-10px;margin-right:-10px}}.OnboardingPage-Footer[data-step=HorizonPreview]{background:#f8f8f9}.theme_dark .OnboardingPage-Footer[data-step=HorizonPreview]{background:#191919}.OnboardingPage-Footer-actions{justify-content:space-between;align-items:center;height:100%;padding:0 18px;display:flex;position:relative}.OnboardingPage-Footer-TextButton{color:#707781}.OnboardingPage-Footer-TextButton:last-of-type{margin-left:auto}.OnboardingPage-Footer-Button{padding:12px 33px;font-weight:400;position:absolute;left:50%;transform:translate(-50%)}.OnboardingPage-Title{text-align:center;color:#161b25;max-width:700px;margin:0 auto 52px;font-size:31px;line-height:40px}.theme_dark .OnboardingPage-Title{color:#fff}@media (max-width:799px){.OnboardingPage-Title{font-size:22px;line-height:30px}}.OnboardingPage-Title+.OnboardingPage-Subtitle{margin-top:-28px}.OnboardingPage-Subtitle{text-align:center;color:#707781;max-width:500px;margin:0 auto 52px}@media (max-width:799px){.OnboardingPage-Subtitle{margin-bottom:36px}}.OnboardingPage-Actions{text-align:center;margin-top:56px;position:relative}@media (max-width:799px){.OnboardingPage-Actions{margin-top:24px}}.OnboardingPage-Actions .Button{font-weight:400}.OnboardingPage-Actions .TextButton{color:#ddd;font-weight:400;display:inline}.theme_dark .OnboardingPage-Actions .TextButton{color:#555}.OnboardingPage-Actions .TextButton:hover{color:#333;background:#fff}.theme_dark .OnboardingPage-Actions .TextButton:hover{color:#ddd;background:#333}.OnboardingPage-PeriodName{color:#e3631b;margin-bottom:25px;font-size:16px}@media (max-width:799px){.OnboardingPage-PeriodName{padding-left:32px}}.OnboardingPage-GoalName{margin-bottom:16px;position:relative}.OnboardingPage-GoalName .Checkbox{margin-top:5px;margin-left:-28px;position:absolute}.OnboardingPage-GoalName input{caret-color:currentColor;background:0 0;border:none;border-bottom:1px solid #eee;outline:none;width:100%;margin:0;padding:0 0 10px;font-size:24px;line-height:116%;display:block}.theme_dark .OnboardingPage-GoalName input{color:#fff;border-color:#333}@media (max-width:799px){.OnboardingPage-GoalName{padding-left:32px}.OnboardingPage-GoalName .Checkbox{margin-top:1px}.OnboardingPage-GoalName input{font-size:16px}}.OnboardingPage .Editor{margin-top:32px}@media (max-width:799px){.OnboardingPage .Editor{margin-top:16px;margin-left:32px}.OnboardingPage .Editor .ql-editor{min-height:50px}}.OnboardingPage-Horizons{background:#fff;border-radius:16px;max-width:960px;height:520px;display:flex}.theme_dark .OnboardingPage-Horizons{background:#000}.OnboardingPage-Horizons .BackgroundColumn{z-index:auto;border-radius:0 16px 16px 0;flex-grow:1.5;width:auto;margin-right:0;right:0}.OnboardingPage-Horizon{box-sizing:border-box;flex-grow:1;flex-basis:0;padding:34px 19px}.OnboardingPage-Horizon:not(:last-child){border-right:1px solid #00000012}.theme_dark .OnboardingPage-Horizon:not(:last-child){border-color:#333!important}.OnboardingPage-Horizon-Header{font-size:24px;font-weight:700}.OnboardingPage-Horizon-Subtitle{opacity:.8;font-size:16px}.OnboardingPage-Horizon ul{opacity:1;margin:24px 0 0;padding:0;font-size:12px;line-height:16px;list-style:none}.OnboardingPage-Horizon ul li{margin:0 0 0 13px;padding:0;position:relative}.OnboardingPage-Horizon ul li .Checkbox{position:absolute;top:2px;left:-13px}.OnboardingPage-Horizon ul li .Checkbox .Checkbox-box{border-color:rgba(var(--inversed_background_rgb), .5)}.OnboardingPage-HorizonsPreview{position:relative}.OnboardingPage-HorizonsPreview-NorthStar{pointer-events:none;width:100%;position:absolute;top:-20px;left:0}@media (max-width:799px){.OnboardingPage-HorizonsPreview{box-sizing:border-box;margin-left:-10px;margin-right:-10px;padding:0 10px;overflow:scroll}}.OnboardingPage-MakeItYours{text-align:center}.OnboardingPage-MakeItYours .ThemeSelector{margin:45px auto}@media (max-width:799px){.OnboardingPage-MakeItYours .OnboardingPage-Subtitle{margin-bottom:10px}.OnboardingPage-MakeItYours .ThemeSelector{margin:20px auto}}.OnboardingPage[data-step=HorizonPreview]{background:#f8f8f9;display:flex}.OnboardingPage[data-step=HorizonPreview].theme_dark{background:#191919}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Top .Button{background:#fff}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Content{max-width:960px}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Footer{box-shadow:none;background:0 0}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Footer-TextButton{margin-left:0}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Actions{text-align:center;margin-top:-80px;margin-bottom:80px;position:sticky;bottom:-120px}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Actions .Button{margin-bottom:120px;padding-left:3em;padding-right:3em}.OnboardingPage[data-step=HorizonPreview] .OnboardingPage-Side{z-index:1;background:var(--main_background);min-width:500px;padding:20px 40px 0}.NorthStarLottie-black{display:block}.NorthStarLottie-white,.theme_dark .NorthStarLottie-black{display:none}.theme_dark .NorthStarLottie-white{display:block}.OnboardingPage[data-step=WhatsImportant] .OnboardingPage-Content{max-width:980px}.Cards{display:flex}.Cards-Card{text-align:center;cursor:pointer;border:1px solid #dcdcdc;border-radius:12px;flex:1;min-width:210px;padding:24px 24px 28px}.theme_dark .Cards-Card{color:#fff;border-color:#333}.Cards-Card:not(:last-child){margin-right:19px}.Cards-Card:hover{background:#f6f6f6}.theme_dark .Cards-Card:hover{background:#111}.Cards-Card._active{background:#f6f6f6;border:2px solid #000;padding:23px 23px 27px}.theme_dark .Cards-Card._active{background:#111;border-color:#fff}.Cards-Card-Title{margin-top:20px;margin-bottom:12px;font-size:21px;line-height:30px}.Cards-Card-Subtitle{color:#707781;font-size:14px;line-height:21px}@media (max-width:980px){.Cards{margin-left:-20px;margin-right:-20px;overflow:scroll}.Cards-Card{min-width:200px}.Cards-Card:first-child{margin-left:20px}.Cards-Card:last-child{margin-right:20px}}@media (max-width:799px){.Cards{margin-left:-10px;margin-right:-10px}}.Options{width:300px;margin:0 auto}@media (max-width:799px){.Options{width:100%}}.Options-Option{color:#2b3441;cursor:pointer;border:1px solid #dcdcdc;border-radius:8px;margin-bottom:12px;padding:16px 24px}.theme_dark .Options-Option{color:#fff;border-color:#555}@media (max-width:799px){.Options-Option{margin-bottom:6px}}@media (min-width:800px){.Options-Option:hover{background:#f6f6f6}.theme_dark .Options-Option:hover{background:#111}}.Options-Option._active{border:2px solid #000;padding:15px 23px}.theme_dark .Options-Option._active{border-color:#fff}.PricingPage{background:#000}.PricingPage .Paywall{background-color:#fff;max-width:824px;margin:0 auto}.InviteYourTeamPoster{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:100%;height:250px;text-decoration:none;display:flex}.InviteYourTeamPoster-center{z-index:1;mix-blend-mode:color-dodge;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;box-shadow:0 0 50px 25px #fff}.InviteYourTeamPoster-center:before,.InviteYourTeamPoster-center:after{content:"";z-index:-1;mix-blend-mode:screen;border-radius:50%;animation:4s linear infinite InviteYourTeamPoster-rotate;position:absolute;inset:0}.InviteYourTeamPoster-center:before{box-shadow:0 -20px 90px 10px red,-20px 0 90px 40px #00f,20px 0 90px 10px orange,0 20px 90px 40px #0ff,-30px 30px 90px 40px purple}.InviteYourTeamPoster-center:after{animation-delay:1.5s;box-shadow:0 -40px 150px 10px green,-40px 0 150px 40px red,40px 0 150px 10px #00f,0 40px 150px 10px #ff0,0 0 150px 40px #0ff}.InviteYourTeamPoster-plus{text-align:center;color:#000;font-size:50px;font-weight:100;transition:all .5s}.InviteYourTeamPoster:hover .InviteYourTeamPoster-plus{font-weight:50;transform:scale(1.5)}@keyframes InviteYourTeamPoster-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes InviteYourTeamPoster-pulse{0%,to{opacity:.6}50%{opacity:1}}.MembersSelector{flex-wrap:wrap;align-items:center;column-gap:4px;margin-bottom:48px;margin-left:-2px;display:flex}@media (max-width:960px){.MembersSelector{margin-bottom:16px}}@media (max-width:600px){.MembersSelector{margin-bottom:12px}}.MembersSelector-Member{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.MembersSelector-Member._isSelected{border:2px solid #3176f6;border-radius:50%}.MembersSelector-Member:hover{cursor:pointer}.MembersSelector-Member._transparent{opacity:.5}.MembersSelector-InviteButton{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.MembersSelector-InviteButton-Icon>svg{width:30px;height:30px}.ProgressCenter{-webkit-user-select:text;user-select:text;background-color:var(--main_background);border-radius:0 8px 8px 0;height:100vh;padding:30px 50px 10px;overflow-y:scroll}.ProgressCenter._mobile,.ProgressCenter._compact{padding:10px 20px}.ProgressCenter._mobile .ProgressCenter-day,.ProgressCenter._compact .ProgressCenter-day{display:block}.ProgressCenter._mobile .ProgressCenter-day-date,.ProgressCenter._compact .ProgressCenter-day-date{margin-bottom:5px}.ProgressCenter._mobile h2{display:none}.ProgressCenter-header{flex-wrap:wrap;align-items:center;gap:5px 15px;display:flex}._mobile .ProgressCenter-header-menu_date{display:none}.ProgressCenter-header h2{height:42px;margin:0;display:inline-block}.ProgressCenter-actions{flex-grow:1;justify-content:space-between;align-items:center;gap:8px;display:flex}.ProgressCenter-day{margin-bottom:25px;font-size:14px;display:flex}.ProgressCenter-day-date{min-width:130px;font-size:20px;font-weight:500;line-height:29px}.ProgressCenter ._isLoading{opacity:.5;pointer-events:none}.ProgressCenter .MembersSelector{margin-top:15px;margin-bottom:15px}.ProgressCenter-Spinner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProgressCenter-loadEvents{width:100%}.ProgressCenterPage{grid-template-columns:5fr 1fr;display:grid}.ProgressCenterPage-Background{z-index:-1;background-position:50%;background-size:cover;height:100vh;margin-left:-8px}.ProgressCenterFilters{margin-left:12px;position:relative}.ProgressCenterFilters-targetButton>.Icon{margin:3px 5px}.ProgressCenterFilters-items{display:grid}.ProgressCenterFilters-item{cursor:pointer;padding:4px 14px;position:relative}.ProgressCenterFilters-item:hover{background-color:#ffffff26}.ProgressCenterFilters-checkbox{position:absolute;top:8px;left:14px}.ProgressCenterFilters-content{align-items:center;gap:4px;padding:0 0 0 22px;display:flex}.ProgressCenterFilters-icon,.ProgressCenterFilters-label{display:block}.ProgressCenterFilters-label{font-size:14px;line-height:24px}.ProgressCenterFilters-icon,.ProgressCenterFilters-icon .Icon{width:14px;height:14px}.ProgressCenterFilters-dot{cursor:pointer;background-color:#e3631b;border-radius:50%;width:8px;height:8px;position:absolute;top:calc(50% - 4px);left:-12px}.NotificationSettings p{line-height:1.4}.NotificationSettings-switch{gap:10px;margin-bottom:10px;display:flex}.NotificationSettings table{border-spacing:2px 10px;border-top:1px solid #d7d7d7;margin-top:30px}@media (max-width:799px){.NotificationSettings table{width:100%}}.NotificationSettings thead td{text-align:center;padding-top:15px}.NotificationSettings tbody tr td .Checkbox{vertical-align:middle}.NotificationSettings tbody tr._comingSoon{opacity:.35}.NotificationSettings tbody th{text-align:left;font-weight:400}.NotificationSettings tbody td{text-align:center;min-width:60px}.SpaceSelector{border:1px solid var(--dimmed_border_color);border-radius:10px;align-items:center;gap:8px;width:fit-content;margin-bottom:20px;padding:8px;display:flex}.SpaceSelector-avatar{margin-left:0}.SpaceSelector-arrow{width:12px;height:12px;margin:8px 0;transform:rotate(270deg)}.EditableAvatar{cursor:pointer;border-radius:50%;position:relative;overflow:hidden}.EditableAvatar .Spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EditableAvatar-input{opacity:0;z-index:1;cursor:pointer;position:absolute;inset:0}.EditableAvatar-input::-webkit-file-upload-button{cursor:pointer}.EditableAvatar._loading .Avatar{opacity:.25}.EditableAvatar._loading .Spinner{display:block}.SetupWebapp{box-sizing:border-box;background-color:var(--main_background);min-height:100%;font-size:14px;line-height:22px}.SetupWebapp-container{max-width:684px;margin:0 auto;padding:42px 0 30px}@media (max-width:799px){.SetupWebapp-container{padding:32px 16px}}.SetupWebapp-title{margin:0 0 18px}.SetupWebapp-lead{margin:0 0 48px;font-size:18px;line-height:27px}.SetupWebapp-content-video_container{width:300px;margin-bottom:12px;overflow:hidden}.SetupWebapp-content-video{max-width:100%;min-height:544px;display:block}.SetupWebapp-content-instructions{margin:0;padding:16px}.SetupWebapp-content-instructions li{margin-bottom:12px}.SetupWebapp-content-instructions li:last-child{margin-bottom:0}.SetupWebapp-tabs{margin:0 0 16px -20px}.SetupWebapp-qr_background{box-sizing:border-box;background:#fff;border:1px solid #000;border-radius:12px;width:240px;margin-top:16px;padding:10px;overflow:hidden}.SetupWebapp-qr_background-googleplay{margin-top:19px}.SubscriptionCancelModal-modal_body{padding:40px 62px 50px}@media (max-width:799px){.SubscriptionCancelModal-modal_body{padding:16px}}.SubscriptionCancelModal-title{margin:0}.SubscriptionCancelModal-paragraph{max-width:600px;margin:32px 0 0;font-size:18px;line-height:140%}.SubscriptionCancelModal-reasons_grid{margin:21px 0 89px}.SubscriptionCancelModal-reasons_grid .Accordion{background-color:var(--main_background);padding:0}@media (max-width:799px){.SubscriptionCancelModal-reasons_grid .Accordion{margin:auto}}.SubscriptionCancelModal .SubscriptionCancelModal-button{width:100%;font-size:18px}.SubscriptionCancelModal-button+.SubscriptionCancelModal-button{margin-top:16px}.Plan-section{padding-top:30px;padding-bottom:30px}.Plan-section .Plan-processing_hint{background:#eee;border-radius:8px;padding:1em 1em 1em 3em;line-height:1.6;position:relative}.theme_dark .Plan-section .Plan-processing_hint{background:#333}.Plan-section .Plan-processing_hint span{margin-left:-2em;position:absolute}.Plan-section-header{margin-bottom:20px;position:relative}.Plan-section-header_title{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:700;line-height:29px}.Plan-section-header_subtitle{color:#a4a4a4;margin:0;font-size:24px;font-weight:300;line-height:29px}.Plan-section-header_label{letter-spacing:-.01em;font-weight:600;line-height:20px;position:absolute;top:0;right:0}.Plan-section-tariffs{margin-top:58px}.Plan-section+.Plan-section{border-top:1px solid #d7d7d7}.Plan-billing{border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;margin-bottom:34px;padding:23px 0 25px}.Plan-billing_header{flex-flow:row;justify-content:space-between;align-items:center;margin-bottom:14px;line-height:20px;display:flex}.Plan-billing_header .Button{font-weight:400}.Plan-billing_card{flex-flow:row;align-items:center;line-height:22px;display:flex}.Plan-billing_card i{font-style:normal}.Plan-billing_card span{padding-left:10px;font-weight:700}.Plan-billing_card span:before{content:"•••• •••• •••• ";padding-right:5px;display:inline-flex}.Plan-footer{letter-spacing:-.01em;margin-bottom:34px;line-height:22px}.Plan-footer a{color:#0075ff;text-decoration:none}.Plan-footer a:hover{color:#0038ff}.Plan-actions .Button{font-weight:400}.Plan-actions .Button+.Button{margin-left:15px}.Plan-features_list{margin-bottom:75px}.Plan-features_list_title{text-align:center;margin:76px 0 28px;font-weight:400}.Referral{color:var(--main_color)}.Referral-loading{justify-content:center;align-items:center;min-height:120px;display:flex}.Referral hr{border:none;border-top:1px solid #0003;margin:30px 0}.theme_dark .Referral hr{border-top-color:#fff3}.Referral-section_title{font-size:16px;font-weight:700;line-height:1}.Referral p{opacity:.9;max-width:100%;font-size:1.1em;line-height:1.5}.Referral p a{color:#2f6def;text-decoration:underline}.Referral-headline{font-size:30px;font-weight:400;line-height:1.5}@media (max-width:799px){.Referral-headline{font-size:20px}}.Referral-link{color:#8e8e8e;background:#f4f4f4;border-radius:8px;align-items:center;min-height:52px;padding:10px 16px 10px 10px;font-size:16px;font-weight:400;line-height:1;display:flex}.theme_dark .Referral-link{color:#999;background:#262626}.Referral-link[type=button]{cursor:pointer}.Referral-link-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Referral-link-copied{margin-left:.3em}.Referral-link .IconButton{margin-left:auto}.Referral-link-prefix{text-overflow:ellipsis;white-space:nowrap;flex:none;max-width:70%;overflow:hidden}@media (max-width:799px){.Referral-link-prefix{display:none}}.Referral-link-input{background:0 0;border:none;outline:none;flex:auto;width:100%;margin:0;padding:0}.Referral-copy_button{min-width:110px}.Referral-share_row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px;display:flex}.Referral-share_label{font-size:16px;line-height:1}.Referral-social_list{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.Referral-social_button{background:var(--socialColor);color:#fff;text-transform:lowercase;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;line-height:1;text-decoration:none;display:flex}.Referral-stats{align-items:start;gap:14px;display:flex}@media (max-width:799px){.Referral-stats{flex-wrap:wrap}.Referral-stat{flex:0 10%}}.Referral-arrow{align-self:top;opacity:.5;margin-top:19px;font-size:20px;line-height:1}@media (max-width:799px){.Referral-arrow{margin-top:10px;font-size:14px}}.Referral-stat_value{margin-bottom:10px;font-size:56px;font-weight:700;line-height:1}@media (max-width:799px){.Referral-stat_value{font-size:30px}}.Referral-stat_label{font-size:17px;display:inline-block}@media (max-width:799px){.Referral-stat_label{font-size:14px}}.Referral-stat_note{max-width:220px;margin-top:8px;font-size:14px;font-style:italic}@media (max-width:799px){.Referral-stat_note{display:none}.Referral-mobile_break{flex-basis:100%;height:0}}.Referral-stat_rank{margin-left:auto;padding-left:30px}@media (max-width:799px){.Referral-stat_rank{flex-basis:100%;gap:15px;margin-left:0;padding-left:0;display:flex}}.Referral-rank_value{margin-bottom:10px;font-size:56px;font-weight:700;line-height:1}.Referral-stat_rank .Referral-stat_value svg:first-child{margin-right:10px}.Referral-stat_rank .Referral-stat_value svg:last-child{margin-left:10px}.Referral-rank_copy{max-width:250px;margin-top:8px;font-size:14px;font-style:italic;line-height:1.12}.Referral-balance_row{grid-template-columns:auto auto 1fr;align-items:center;gap:16px;display:grid}@media (max-width:799px){.Referral-balance_row{grid-template-columns:auto auto}}.Referral-balance_value{grid-column:span 2;font-size:50px;font-weight:700;line-height:1}.Referral-balance_hint{max-width:360px;font-size:14px;font-style:italic}.Referral-balance_copy{margin:20px 0 0;font-size:16px}.Referral-balance_disabled_hint{color:#8e8e8e;margin-top:12px;font-size:12px}.Referral-error_message{color:#e14444;margin-top:10px;font-size:12px;font-weight:500}.StatsPage{grid-template-columns:auto 1fr;height:100vh;display:grid}@media (max-width:960px){.StatsPage{display:block}}.StatsPage-Spinner{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.StatsPage-Background{z-index:-1;background-position:50%;background-size:cover;margin-left:-8px}@media (max-width:960px){.StatsPage-Background{display:none}}.Stats{background-color:var(--main_background);border-radius:0 8px 8px 0;grid-template-columns:558px 116px min-content;grid-template-areas:"membersSelector membersSelector membersSelector""days arrow periodsSummary""cumulativePlot. .""weeklyView. .""monthlyView. .""yearlyView. .";width:max-content;height:100vh;padding:50px;display:grid;overflow-y:scroll}@media (max-width:960px){.Stats{border-radius:0;grid-template-columns:100%;grid-template-areas:"membersSelector""days""periodsSummary""cumulativePlot""weeklyView""monthlyView""yearlyView";width:100%;max-width:none;height:auto;padding:36px}}@media (max-width:600px){.Stats{padding:24px}}.Stats-MembersSelector{grid-area:membersSelector;margin-top:-38px}@media (max-width:960px){.Stats-MembersSelector{margin-top:-10px}}.Stats-Content{flex-direction:column;grid-area:days;max-width:558px;display:flex}@media (max-width:960px){.Stats-Content{flex-direction:column-reverse;max-width:none}}.Stats-LastDay{justify-content:space-between;width:100%;margin-bottom:70px;display:flex}@media (max-width:960px){.Stats-LastDay{flex-wrap:wrap;row-gap:24px;margin-bottom:48px}}@media (max-width:600px){.Stats-LastDay{margin-bottom:24px}}.Stats-Streak{margin-bottom:12px}@media (max-width:960px){.Stats-Streak{margin-bottom:40px}}@media (max-width:600px){.Stats-Streak{margin-bottom:24px}}.Stats-CumulativePlot{grid-area:cumulativePlot;width:100%;height:236px;margin-bottom:72px}.Stats-WeeklyView{grid-area:weeklyView;width:100%;margin-bottom:64px}.Stats-MonthlyView{grid-area:monthlyView;width:100%;height:210px;margin-bottom:64px}.Stats-YearlyView{grid-area:yearlyView;width:100%;height:210px;margin-bottom:64px}.Stats-PeriodsSummary{grid-area:periodsSummary;justify-content:space-between;display:flex}@media (max-width:960px){.Stats-PeriodsSummary{flex-flow:wrap;margin:0}}@media (max-width:600px){.Stats-PeriodsSummary{justify-content:flex-start}}.Stats-Arrow{grid-area:arrow;margin:0 38px}@media (max-width:960px){.Stats-Arrow{display:none}}.Stats-PeriodsSummary{min-width:11em}.Stats-PeriodsSummary .StatsItem{margin-bottom:26px}@media (max-width:600px){.Stats-PeriodsSummary .StatsItem{width:max-content;margin-bottom:8px}}.Stats-PeriodsSummary .StatsItem-ValueWrapper{justify-content:flex-start}.StatsItem{grid-template-areas:"value topright""value bottomright""description.""bottomline bottomline";width:fit-content;height:fit-content;margin:0;display:grid}@media (max-width:600px){.StatsItem{width:min-content}}.StatsItem-ValueWrapper{grid-area:value;justify-content:center;display:flex}.StatsItem-Value{margin:0 0 6px;padding:0;font-size:50px;font-weight:800;line-height:100%;display:flex}@media (max-width:600px){.StatsItem-Value{font-size:48px}}@media (max-width:400px){.StatsItem-Value{font-size:36px}}.StatsItem-Description{white-space:nowrap;grid-area:description;height:fit-content;margin:0;font-size:17px;font-weight:600}@media (max-width:600px){.StatsItem-Description{white-space:wrap;font-size:12px}}@media (max-width:960px){.StatsItem-Description{margin-top:4px}}.StatsItem-MathSigns,.StatsItem-MathSigns-Left{color:#7f7f7f;margin:16px 0 0;font-size:37px;font-weight:100}.StatsItem-MathSigns-Left{margin-left:-6px}@media (max-width:600px){.StatsItem-MathSigns-Left{margin-left:0}.StatsItem-MathSigns,.StatsItem-MathSigns-Left{margin-top:12px;font-size:32px}}.StatsItem-Hints{white-space:nowrap;color:#7f7f7f;margin:0;font-size:12px;font-weight:400;line-height:100%}@media (max-width:600px){.StatsItem-Hints{font-size:8px}}.StatsItem-DiffPercent{grid-area:topright;width:100%;height:fit-content;margin-left:10px;margin-right:-12px;padding-top:6px}@media (max-width:600px){.StatsItem-DiffPercent{width:fit-content;margin-left:4px;margin-right:0;padding-top:0}}.StatsItem-TopPercent{grid-area:bottomright;align-self:end;width:100%;height:fit-content;margin-left:10px;margin-right:-12px;padding-bottom:6px}@media (max-width:600px){.StatsItem-TopPercent{white-space:wrap;width:100%;margin-left:4px;padding-bottom:0}}.StatsItem-TotalScoreDetails{grid-area:bottomline}.StatsItem-TotalScoreDetails .StatsItem-Hints{padding-bottom:12px}@media (max-width:600px){.StatsItem-TotalScoreDetails .StatsItem-Hints{padding-bottom:8px}}.DayView{width:20px;height:20px;position:relative}.DayView-Circle{background:var(--day_color);border-radius:50%;width:15px;height:15px;position:absolute;bottom:0}.DayView-Today{z-index:2;background:#fff;border-radius:50%;width:7px;height:7px;position:absolute;top:9px;bottom:0;left:4px}.theme_dark .DayView-Today{background:#000}.DayView-HorizontalPlank{background:linear-gradient(90deg, var(--prev_color), var(--day_color));width:7px;height:3px;position:absolute;top:11px;left:-6px}.DayView-VerticalPlank{background:linear-gradient(var(--prev_color), var(--day_color));width:3px;height:7px;position:absolute;top:-1px;left:6px}.StreakView{width:100%;margin-bottom:24px;display:flex}@media (max-width:960px){.StreakView{margin-bottom:18px}}@media (max-width:600px){.StreakView{margin-bottom:12px}}.StreakView-DayNames>p{width:100%;margin:.5px 8px .5px 0;font-size:8px;font-weight:400;line-height:20px}.StreakView-Calendar{width:100%;display:flex}.StreakView-Calendar .WithTooltip{display:block}.StreakView-Details{align-self:flex-start;margin:0;font-size:17px;font-weight:600;line-height:24px}@media (max-width:960px){.StreakView-Details{font-size:14px;line-height:20px}}@media (max-width:600px){.StreakView-Details{font-size:12px;line-height:17px}}.StreakView-Details-Secondary{color:#7f7f7f}@media (max-width:960px){.PeriodsSummary{flex-wrap:wrap;justify-content:flex-start;gap:16px 32px;width:100%;display:flex}}@media (max-width:960px) and (max-width:600px){.PeriodsSummary{row-gap:8px}}.CumulativePlot{grid-template-rows:3fr 1fr;max-width:558px;height:100%;display:grid}@media (max-width:960px){.CumulativePlot{max-width:none}}.CumulativePlot-Bars{justify-content:space-between;align-items:flex-end;width:100%;height:100%;padding-bottom:20px;display:flex}.CumulativePlot-Bars-Item{background-color:#ccc;border-radius:4px;width:4px}.theme_dark .CumulativePlot-Bars-Item{background-color:#fff}.CumulativePlot-Bars-Item:last-child{background-color:#000}.theme_dark .CumulativePlot-Bars-Item:last-child{background-color:#fff}.CumulativePlot-Buttons{gap:16px;height:100%;margin-bottom:20px;display:flex}@media (max-width:600px){.CumulativePlot-Buttons{flex-wrap:wrap}}.CumulativePlot-Button{white-space:nowrap;color:#000;background-color:#fff;border:none;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;height:60px;padding:12px;display:flex}@media (max-width:600px){.CumulativePlot-Button{height:44px}}.theme_dark .CumulativePlot-Button{color:#efefef;background-color:#202021}.CumulativePlot-Button-Caption{width:100%;height:42px}@media (max-width:600px){.CumulativePlot-Button-Caption{height:22px}}.CumulativePlot-Button-Title{text-align:left;margin:0 0 4px;font-size:17px;font-weight:600}@media (max-width:600px){.CumulativePlot-Button-Title{margin-bottom:2px;font-size:12px;line-height:12px}}.CumulativePlot-Button-Description{text-align:left;color:#7f7f7f;margin:0;font-size:12px;font-weight:400}@media (max-width:600px){.CumulativePlot-Button-Description{font-size:8px;line-height:8px}}.CumulativePlot-Button._active{background-color:#efefef}.theme_dark .CumulativePlot-Button._active{background-color:#292930}.CumulativePlot-Button:hover{color:#fff;cursor:pointer;background-color:#000}.theme_dark .CumulativePlot-Button:hover{color:#000;background-color:#fff}.StatsPeriods{grid-auto-flow:column;gap:10px;width:100%;height:100%;display:grid}.StatsPeriods-Period{grid-template-rows:auto 60px;height:100%;display:grid}.StatsPeriods-SubPeriods{gap:2%;margin-bottom:22px;display:flex}.StatsPeriods-SubPeriod{flex-direction:column;flex:1 1 0;align-items:center;width:100%;display:flex}.StatsPeriods-SubPeriod-WeekChartDay{grid-template-rows:1fr min-content;align-items:end;gap:3px;width:9px;display:grid}.StatsPeriods-SubPeriod-WeekChartDay:nth-last-child(-n+2) .StatsPeriods-SubPeriod-WeekChartDay-Date{opacity:.55}.StatsPeriods-SubPeriod-WeekChartDay-Goals{justify-content:center;align-items:end;gap:3px;display:grid}.StatsPeriods-SubPeriod-WeekChartDay-Goal{background-color:#d4d4d4;border-radius:100%;width:9px;height:9px}.theme_dark .StatsPeriods-SubPeriod-WeekChartDay-Goal{background-color:#7f7f7f}.StatsPeriods-SubPeriod-WeekChartDay-Goal._done{background-color:#000}.theme_dark .StatsPeriods-SubPeriod-WeekChartDay-Goal._done{background-color:#fff}.StatsPeriods-SubPeriod-AllGoals{flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex}.StatsPeriods-SubPeriod-AllGoals-DoneGoalsBar{background-color:#000}.theme_dark .StatsPeriods-SubPeriod-AllGoals-DoneGoalsBar{background-color:#fff}.StatsPeriods-SubPeriod-AllGoals-GoalsBar{background-color:#ccc}.theme_dark .StatsPeriods-SubPeriod-AllGoals-GoalsBar{background-color:#7f7f7f}.StatsPeriods-SubPeriod-Label{text-transform:uppercase;text-align:center;width:100%;padding-top:7px;font-size:8px}.PeriodSummary-PeriodNumber{text-transform:uppercase;margin-right:10px;font-size:17px}.PeriodSummary-TotalDone{flex-wrap:nowrap;align-items:baseline;margin-right:6px;font-size:12px;display:flex}.PeriodSummary-Icon{margin-right:4px}.PeriodSummary-Percents{color:#00000080;margin-left:4px;font-size:12px;font-weight:400;display:inline-block}.theme_dark .PeriodSummary-Percents{color:#7f7f7f}.PeriodSummaryColumn{flex-direction:column;width:100%;font-weight:600;line-height:120%;display:flex}.PeriodSummaryColumn-TotalDone{white-space:nowrap;font-size:12px}.Spoiler{position:relative}.Spoiler-Tooltip{left:var(--spoiler-tooltip-x);top:var(--spoiler-tooltip-y);white-space:nowrap;pointer-events:none;opacity:0;border:2px solid #fff;border-radius:999px;padding:5px 8px;transition:all;position:absolute}@media (max-width:799px){.Spoiler-Tooltip{opacity:1;top:50%;left:50%;transform:translate(-50%,-50%)}}.Spoiler:hover .Spoiler-Tooltip{opacity:1;transition:opacity .25s}.Spoiler-Tooltip._revealed{transition:all;opacity:0!important}.SummaryPage{color:#fff;background-color:#000;line-height:.7;position:relative}.SummaryPage .PublicGoalHeader{z-index:10;position:relative}@media (max-width:799px){.SummaryPage .PublicGoalHeader{position:fixed}}.SummaryPage-bg{width:100%;height:600px;position:absolute;overflow:hidden}@media (max-width:799px){.SummaryPage-bg{height:350px;position:fixed}}.SummaryPage-bg:after{content:"";z-index:1;width:100%;height:100%;position:absolute;bottom:0}.SummaryPage-bg._top:after{background:linear-gradient(#0000 50%,#000)}.SummaryPage-bg._bottom{bottom:0}.SummaryPage-bg._bottom:after{background:linear-gradient(#000,#0000)}.SummaryPage-bg-video{pointer-events:none;position:absolute;top:0;left:0}.SummaryPage-bg-video::-webkit-media-controls-start-playback-button{appearance:none;display:none!important}.SummaryPage-bg-video::-webkit-media-controls{display:none!important}.SummaryPage-spinner{justify-content:center;align-items:center;width:80vw;height:100vh;display:flex}.SummaryPage-title{color:#0000;-webkit-text-stroke:6px #fff;word-break:break-all;z-index:2;margin:0 0 80px;padding:80px 0 0;font-size:131px;font-weight:900;line-height:.75;position:relative}@media (max-width:799px){.SummaryPage-title{-webkit-text-stroke:3px #fff;margin-bottom:0;padding:100px 0 130px;font-size:80px}}.SummaryPage-title .Avatar{border:8px solid #fff}@media (max-width:799px){.SummaryPage-title .Avatar{border-width:5px}}.SummaryPage-title_year{white-space:nowrap}.SummaryPage-body{z-index:2;width:100%;max-width:1010px;margin:0 auto;padding:0 0 90px 60px;position:relative}@media (max-width:799px){.SummaryPage-body{padding:0 20px 60px}}.SummaryPage-lead{color:#797978;font-size:22px}.SummaryPage-goals{margin:0 0 70px;padding:0;list-style:none}.SummaryPage-goals-goal{margin-bottom:12px;font-size:24px;font-weight:600;line-height:1}.SummaryPage-goals-goal._private{opacity:.4}.SummaryPage-goals-goal_date{color:#797978;font-size:22px;font-weight:400}.SummaryPage-results{margin-bottom:40px}@media (min-width:799px){.SummaryPage-results{grid-row-gap:10px;grid-template-columns:repeat(auto-fill,510px);grid-auto-rows:20px;justify-content:space-between;margin-left:-70px;display:grid}}.SummaryPage-result{grid-row-end:span 11}.SummaryPage-result._streak{grid-row-end:span 13}.SummaryPage-result._month{grid-column:span 2}@media (max-width:799px){.SummaryPage-result._month .SummaryPage-result-amount{font-size:50px}.SummaryPage-result._month .SummaryPage-result-amount:after{bottom:-7px;left:-36px}}.SummaryPage-result:nth-child(4n+1) .SummaryPage-result-amount:before,.SummaryPage-result:nth-child(4n+1) .SummaryPage-result-amount:after{background-color:#6a9fdd}.SummaryPage-result:nth-child(4n+2) .SummaryPage-result-amount:before,.SummaryPage-result:nth-child(4n+2) .SummaryPage-result-amount:after{background-color:#e9998e}.SummaryPage-result:nth-child(4n+3) .SummaryPage-result-amount:before,.SummaryPage-result:nth-child(4n+3) .SummaryPage-result-amount:after{background-color:#885d9b}.SummaryPage-result:nth-child(4n+4) .SummaryPage-result-amount:before,.SummaryPage-result:nth-child(4n+4) .SummaryPage-result-amount:after{background-color:#f970b2}@media (max-width:799px){.SummaryPage-result{height:60vh}}.SummaryPage-result-wrap{padding:70px}@media (max-width:799px){.SummaryPage-result-wrap{padding:40px}}.SummaryPage-result-amount{margin:0 0 12px;font-size:140px;font-weight:900;line-height:1;position:relative}.SummaryPage-result-amount:before{content:"";background-color:#fff;width:1px;height:110%;position:absolute;top:0;left:-24px;transform:rotate(14deg)}.SummaryPage-result-amount:after{content:"";background-color:#fff;width:1px;height:14px;position:absolute;bottom:-15px;left:-47px;transform:rotate(-45deg)}.SummaryPage-result-amount._tags{font-size:70px}@media (max-width:799px){.SummaryPage-result-amount._tags{word-break:break-all;max-width:270px}.SummaryPage-result-amount._tags:after{bottom:-14px;left:-47px}.SummaryPage-result-amount{font-size:94px}.SummaryPage-result-amount:after{bottom:-11px;left:-41px}}.SummaryPage-result-text{margin-bottom:20px;font-size:24px;font-weight:900;line-height:1}.SummaryPage-result-rank{color:#fff6;max-width:270px;font-size:22px;font-weight:400;line-height:1}.SummaryPage-result-rank p{font-size:24px;line-height:1}.SummaryPage-result-rank_date{white-space:nowrap}.SummaryPage-yearstats{max-width:700px;margin-bottom:80px}@media (min-width:799px){.SummaryPage-yearstats{margin-left:-80px}}.SummaryPage-yearstats-content{padding:80px}@media (max-width:799px){.SummaryPage-yearstats-content{padding:40px}}.SummaryPage-share{z-index:10;position:relative}.SummaryPage-share-button{color:#fff;text-align:left;word-break:break-all;border:3px solid #fff;border-radius:14px;height:104px;padding:20px 120px 20px 35px;font-size:24px;line-height:1.4}.SummaryPage-share-button:hover{color:#fff!important;background-color:#ffffff26!important}.SummaryPage-share-button._center{justify-content:center;width:100%;padding-right:35px;font-size:24px}@media (max-width:799px){.SummaryPage-share-button{font-size:16px}}.SummaryPage-share-button_title{font-weight:900}.SummaryPage-share-icon{position:absolute;top:6px;right:0}@media (max-width:799px){.SummaryPage-share-icon{top:19px}}.SummaryPage-share-hint{opacity:.5;position:absolute;top:-35px;right:0}.YearStats{grid-template-columns:repeat(12,1fr);gap:10px;display:grid}.YearStats-Month-Content{flex-direction:column;justify-content:end;width:100%;height:150px;display:flex}.YearStats-Month-Content-GoalsBar{background:#fff4;width:100%}.YearStats-Month-Content-DoneGoalsBar{background:#fff;width:100%}.YearStats-Month-Label{text-align:center;text-transform:uppercase;letter-spacing:.05em;padding-top:5px;font-size:10px}@media (max-width:799px){._only_desktop{display:none}}@media (min-width:800px){._only_mobile{display:none}}.AboutMembershipPanel{-webkit-user-select:text;user-select:text;flex-direction:row;align-items:stretch;height:100%;display:flex}.AboutMembershipPanel-about{box-sizing:border-box;border-left:1px solid rgba(var(--main_color_rgb), .1);flex-shrink:0;width:250px;min-height:100%;display:flex;position:relative}.AboutMembershipPanel-about-name{word-break:break-word;margin:16px 0 24px;font-size:31px;font-weight:700;line-height:40px}.AboutMembershipPanel-about-description_editor{background:0 0;border-radius:4px;margin:-8px;padding:8px;transition:background-color .25s}.AboutMembershipPanel-about-description_editor:focus{background-color:rgba(var(--main_color_rgb), .02)}.AboutMembershipPanel-about-description_editor:hover{background-color:rgba(var(--main_color_rgb), .04)}.AboutMembershipPanel-about-icons{z-index:1;justify-content:space-between;align-self:center;width:100%;padding:0 24px;display:flex;position:absolute;top:24px}.AboutMembershipPanel-about-collapse_button_wrapper{opacity:0}.AboutMembershipPanel-about:hover .AboutMembershipPanel-about-collapse_button_wrapper{opacity:1}.AboutMembershipPanel-about-description,.AboutMembershipPanel-about-description_editor{min-height:auto;margin-top:18px;margin-bottom:32px}.AboutMembershipPanel-about-card{box-sizing:border-box;background:#fafafa;width:100%;padding:32px 22px;position:relative;overflow-y:auto}.theme_dark .AboutMembershipPanel-about-card{background:#3b3b3b}.AboutMembershipPanel._mobile{align-items:stretch;height:100%;display:flex}.AboutMembershipPanel._mobile .AboutMembershipPanel-about{box-sizing:border-box;border-left:none;border-right:none;width:100%;padding:0;display:flex}.AboutMembershipPanel._mobile .AboutMembershipPanel-about-card{background:var(--main_background);border-radius:12px;padding:64px 24px 32px}.GiftSentModal{text-align:center}.GiftSentModal svg{margin-top:83px}.GiftSentModal h1{letter-spacing:-.01em;text-align:center;margin-bottom:22px;font-family:Inter;font-size:36px;font-style:normal;font-weight:500;line-height:43px}.GiftSentModal h1,.GiftSentModal p{max-width:400px;margin-left:auto;margin-right:auto}.GiftSentModal p{letter-spacing:0;text-align:center;opacity:.6;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.GiftSentModal .Button{margin-top:36px;margin-bottom:117px;padding-left:60px;padding-right:60px}.SubscriptionSuccessModal{background:#000}.SubscriptionSuccessModal img{margin:40px -32px -40px}.InviteYourTeamToast{overflow:hidden}.InviteYourTeamToast.Notification._layoutVertical .Notification-actions{border-top:none}#root:has(.AppLite) .NotificationPortal:has(.InviteYourTeamToast){left:50%;right:unset;padding-top:60px;transform:translate(-50%)}.StackEffectWrap{padding-top:19px;position:relative}.StackEffectWrap-stripe1,.StackEffectWrap-stripe2{background:var(--StackEffectWrap_background);pointer-events:none;height:4px;transition:transform .25s cubic-bezier(.165,.84,.44,1);position:absolute}.StackEffectWrap-stripe1{width:calc(100% - 60px);top:2px;left:30px}.StackEffectWrap-stripe2{width:calc(100% - 34px);top:10px;left:17px}.StackEffectWrap-content{background:var(--StackEffectWrap_background);border-radius:8px;height:100%;transition:transform .35s cubic-bezier(.165,.84,.44,1)}.StackEffectWrap._interactive._force_hover_state .StackEffectWrap-content,.StackEffectWrap._interactive:hover .StackEffectWrap-content{cursor:pointer;transform:scale(1.01)}.StackEffectWrap._interactive._force_hover_state .StackEffectWrap-stripe1,.StackEffectWrap._interactive:hover .StackEffectWrap-stripe1{transform:translateY(3px)}.StackEffectWrap._interactive._force_hover_state .StackEffectWrap-stripe2,.StackEffectWrap._interactive:hover .StackEffectWrap-stripe2{transform:translateY(1px)}.ClimbCard{flex-direction:column;height:100%;min-height:242px;display:flex}.ClimbCard-card{box-sizing:border-box;flex-grow:1;height:100%}.ClimbCard-content{--climb_color:var(--main_color);box-sizing:border-box;background:var(--climb_color);height:100%;color:inherit;border-radius:8px;flex-direction:column;justify-content:space-between;padding:30px 24px 22px;text-decoration:none;display:flex;position:relative}.ClimbCard-options{visibility:hidden;opacity:0;background:#f7f7f7;transition:opacity .25s cubic-bezier(.165,.84,.44,1);position:absolute;top:12px;right:12px}.ClimbCard._menu_open .ClimbCard-options,.ClimbCard:hover .ClimbCard-options{visibility:visible;opacity:1}.ClimbCard-icon{width:65px;height:65px;margin-bottom:18px;position:relative}.ClimbCard-icon:before{z-index:0;background-color:var(--climb_color);filter:brightness(80%);content:"";border-radius:50%;width:100%;height:100%;position:absolute}.ClimbCard-icon img{z-index:0;width:100%;height:100%;margin-bottom:16px;display:block;position:relative}.ClimbCard-climb_name{color:#fff;margin-bottom:20px;padding-right:12px;font-size:27px;font-weight:700;line-height:32px}.ClimbCard-climb_duration{opacity:.5;color:#fff;font-size:16px;line-height:24px}.ClimbCard-lock{color:#fff;opacity:.2;position:absolute;bottom:16px;right:16px}.ClimbCard-basement{box-sizing:border-box;justify-content:space-between;align-items:center;height:32px;padding:10px 4px 0 14px;display:flex}.ClimbCard-basement-private{opacity:.42;align-items:center;padding-top:5px;font-size:14px;line-height:18px;display:flex}.ClimbCard-basement-private .Icon{margin-right:2px}.ClimbCard-basement-author{opacity:.4;padding-top:5px;font-size:14px;font-weight:500;line-height:18px}.ClimbCard-basement-actions{flex-wrap:nowrap;display:flex}.ClimbCard-basement-actions .ButtonWithCounter+.ButtonWithCounter{margin-left:4px}.ClimbCardLarge{box-sizing:border-box;flex-direction:column;height:100%;min-height:242px;display:flex}.ClimbCardLarge-stack_effect_wrap{flex-grow:1;height:100%}.ClimbCardLarge-content{box-sizing:border-box;background:var(--climb_color);height:100%;color:inherit;border-radius:8px;padding-bottom:32px;text-decoration:none;display:block;position:relative;overflow:hidden}.ClimbCardLarge-cover{background:var(--cover);background-size:cover;width:100%;height:340px}.ClimbCardLarge-label{color:#fff;text-transform:uppercase;background:red;padding:5px 8px;font-size:14px;font-weight:600;line-height:17px;position:absolute;top:24px;right:24px}.ClimbCardLarge-icon{width:65px;height:65px;margin-bottom:18px;position:absolute;top:24px;left:24px}.ClimbCardLarge-icon:before{z-index:0;background-color:var(--climb_color);filter:brightness(80%);content:"";border-radius:50%;width:100%;height:100%;position:absolute}.ClimbCardLarge-icon img{z-index:0;width:100%;height:100%;margin-bottom:16px;display:block;position:relative}.ClimbCardLarge-footer{flex-direction:column;justify-content:space-between;padding:29px 0 0;display:flex}.ClimbCardLarge-climb_name{text-align:center;color:#fff;margin:0;padding:0 84px;font-size:30px;font-weight:700;line-height:37px}.ClimbCardLarge-climb_author{text-align:center;color:#fff;opacity:.4;margin:28px 0 0;font-size:25px;font-weight:600;line-height:17px}.ClimbCardLarge-lock{color:#fff;opacity:.2;position:absolute;bottom:20px;right:20px}.ClimbCardLarge-basement{justify-content:space-between;align-items:center;padding:10px 4px 0 14px;display:flex}.ClimbCardLarge-basement-author{opacity:.4;font-size:14px;font-weight:500;line-height:18px}.ClimbCardLarge-basement-actions{flex-wrap:nowrap;display:flex}.ClimbCardLarge-basement-actions .ButtonWithCounter+.ButtonWithCounter{margin-left:4px}.CreateClimbCard{flex-direction:column;height:100%;display:flex}.CreateClimbCard-stack_effect_wrap{flex-grow:1}.CreateClimbCard-button{box-sizing:border-box;height:100%;min-height:232px;color:inherit;flex-direction:column;flex-grow:1;justify-content:space-between;align-items:center;padding:24px 24px 22px;text-decoration:none;display:flex}.CreateClimbCard-button-plus_wrap{flex-grow:1;align-items:center;display:flex}.CreateClimbCard-button-text{color:rgba(var(--main_color_rgb), .3);font-size:16px;line-height:150%}.theme_dark .CreateClimbCard-button-text{color:rgba(var(--main_color_rgb), .7)}.CreateClimbCard-basement{box-sizing:border-box;text-align:center;height:32px;color:var(--main_color);opacity:.3;padding:15px 15px 0;font-size:14px;font-weight:500;line-height:18px}.ClimbsContent{max-width:1031px;margin:0 auto;padding:0 12px 24px}.ClimbsContent-grid{grid-gap:24px;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;grid-auto-flow:dense;display:grid}.ClimbsContent-grid-card{grid-row:auto/span 1}.ClimbsContent-grid-large_card{grid-area:auto/auto/span 2/span 2}@media (max-width:870px){.ClimbsContent-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ClimbsContent-grid{grid-template-columns:1fr}}.ClimbsPage-pro_header{text-align:center;color:#fff;background:#000;padding:9px 0 6px;text-decoration:none;display:block}.ClimbsPage-pro_header strong{color:#f5ef57}.ClimbsPage-teaser_wrap{background:#000;margin-bottom:38px;padding:24px 0 0}.ClimbsPage-teaser_wrap .ClimbsTeaser{max-width:1031px;margin:0 auto}.ClimbsPage-controls{text-align:center;margin:0 auto 25px}.ClimbsPage-controls .Segments-item{margin:1px}@media (max-width:375px){.ClimbsPage-controls .Segments-item{padding:4px;font-size:14px}}.ClimbIconPicker{display:inline-flex}.ClimbIconPicker-icon{box-sizing:border-box;color:#fff;background:var(--ClimbIconPicker-selected_color);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;padding:2px 6px;display:flex}.ClimbIconPicker-icon-image{width:48px;height:48px}.ClimbIconPicker-icon-default_icon{color:#ccc;position:absolute;top:3px;left:6px}.theme_dark .ClimbIconPicker-icon-default_icon{color:#666}.ClimbIconPicker-icon_picker{grid-gap:6px;grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;grid-auto-flow:dense;max-width:180px;padding:8px 12px;display:grid}.ClimbIconPicker-icon_picker-option{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;border-radius:50%;outline:none;width:24px;height:24px;padding:0;position:relative}.ClimbIconPicker-icon_picker-option-image{width:24px;height:24px;position:absolute;top:0;left:0}.ClimbIconPicker-icon_picker-option:before{content:" ";background:var(--color);border-radius:50%;width:22px;height:22px;display:block;position:absolute;top:0}.ClimbIconPicker-icon_picker-option._selected{box-shadow:0 0 0 2px #fff}.ClimbIconPicker-icon_picker-option._selected:before{width:18px;height:18px;top:2px;left:2px}.ClimbStepEditor{border-top:1px solid rgba(var(--main_color_rgb), .05);padding:32px 0;position:relative}.ClimbStepEditor-step_number{color:#e3631b;font-size:18px;font-weight:500;line-height:22px}.ClimbStepEditor-body{display:none}.ClimbStepEditor._enabled .ClimbStepEditor-body{display:block}.ClimbStepEditor-title{margin:12px 0 0;font-size:29px;font-weight:600;line-height:130%}.ClimbStepEditor-options{text-align:left;flex:0;position:absolute;top:32px;right:0}.EditClimbPage{padding-bottom:64px}.EditClimbPage .ql-editor{min-height:50px}.EditClimbPage-header{border-bottom:1px solid rgba(var(--main_color_rgb), .05);justify-content:space-between;align-items:center;height:48px;padding:0 8px;display:flex}.EditClimbPage-header-back_button-text{margin-left:8px}.EditClimbPage-header-title{justify-content:center;align-items:center;font-size:16px;font-weight:500;line-height:20px;display:flex}.EditClimbPage-header>*{flex-basis:33%}.EditClimbPage-container{max-width:632px;margin:0 auto;padding:32px 16px}.EditClimbPage-name{box-sizing:border-box;border:none;border-radius:4px;outline:none;width:calc(100% - 33px);margin:24px 0;padding:0;font-size:48px;font-weight:700;line-height:116.8%;display:block;overflow:hidden}.EditClimbPage-name._disabled{cursor:auto}.EditClimbPage-name._disabled:hover{background:0 0}.EditClimbPage-description{margin-bottom:16px}.EditClimbPage-footer{border-top:1px solid rgba(var(--main_color_rgb), .05);padding:24px 0}.EditClimbPage-footer-button{color:#5a5a5a;padding:8px 12px}.EditClimbPage-footer-button._active{color:#0079e6;background:#0085ff1a}.EditClimbPage-floating_actions{grid-auto-rows:auto;grid-auto-flow:column;gap:12px;padding:10px 12px;display:grid;position:fixed;bottom:0;right:50px}.BackgroundSelectButton{z-index:3050;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAACXBIWXMAABCcAAAQnAEmzTo0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAoiSURBVHgBpVjdblxXFV5r77ETqtK6EhdENMr4CeJI5To2QtxSXgCaOyQECXBDkFDsJyjwAk2foMkVagtyCkJCgLAryh0wE9vxT5omEyf+nTl7da1vrX3GSlPHSU9yPHN+Zu9vf+tbf5vpKxy9xd7Uy3R6JqV8XrjMMNNUTjSVqBAn0rMsJ079hg8+/vq3p2/RCx5ML3CsfrgxO8F8jTt0PjNPsRROWUhBUkqio4p+2ujFr0n0Hw10thuNyM1X3pi+8TzzPRfIjT9u/Uinm09MXQUhxpZ95GwYFKheKEA2sMqiggZwfSaYR0TsR/bntr4w//Ibr797knlPBHLjDxtdyfyOvj1rDIExMCeU7ZpKMKcMZkOk/w1gElCIJ+JfiqgY7A2c1Kf9ztxrc2f6x82fngVw/YO7l0tOS8rabM4sAKFkJEMCxkgAWAGZaQ24AVQ4ZAziX/BhOIvxWs/C50YTzdLdv6xfPg7DsUzeeX/rmupqHuyZXXVCBUcZTJpdS2taMIcT4DCyPgSB9rQUhtXxqS+XxhTLYLUAMc+fufithecC6QBVf8l1pUDZhjXzJjiI6y8FeEwJgDgkxhbche8kKcXQEX5o3w1gU44wy3n+7NyZhROBNIA68TU4QXKPTaYvhZJdh/q9smiMgS8jzh4AYtWg/lKBJIAIJh0g+6dqUxykOZcNkH5+9rvf/N2xIM1JSuJedYCIdxTerObW7+61pkPXIFUNgiX9Z6yJMykJjElJANMUQ6UMAjAgiAEsEKsj0o8L0997fbli+oLjSKbFbE6gzNgnTuhQjXEEYDiHjg8NSsuIXjaqt0a1NxwlbhqWZmj3RK9Fr5M0I73WU3VJo6HeG8GJ4PFm/tLwe0vv9aaeCvLOhxtqYupyqzUzocU/M3UZO0WcEABVs7lz6AQ4mziHQ+LRiGk0UuD6qYB41CgmfLczCZ4P7R1bQLLfdV/qTF75grk9FsqiAuqmMGV1CgMX2otfyJh53OLWKWwZxpCaFeaUksGaMVlGRrMO0KiWNPWIMmtWds+yVReuqDoig+1/b09f+O2FQaedbYIuqhnPASC3AD20pDGw6hCuN3Fgjb6pZj18XOjwQeFmWy939cYuyWj/kHkooBoZ0sKVxtVsAUqZUDkh8BMsRq3WdfpXv/FKsvi50BlTqvHQ43N1Bv1bQJyJ2mOecIifmj3i/U2hw3tE+58d0vChSqRJujhztwYTYlKMxxZXffHcMTfR5zaUf7ro8I55HUVSsAlnDSToXftgbWYiyVI1KYcIEiKHxgylS9RUO6tMe+tCu1sK8hHytmQbGCmRkXXAj+FMCgCDRZgaZ6MIawxb6H37iWUt+DX7wtyKOkZn1EyDyckkF2GPWghExtjfFtrrET1aUzNuJRcc0qIWYBZIUCtIq1ekI9ct+3dEgViETSoAB5MCvNHG0IFU7/Ax2CWmTvS19CZAKk+zngcU1D2R3T7xbp/pYOAVjVUTcKAJzId7CUFToIII6k6h15ImDJvIESH4G72Fi2erWICPRSEJIwdDJLsy8EgY5wHyYW/UPVgn2rud6WAPMTuCt9kFQKGdFKMhJZqeMuowuyGe24vPmmsMsKKD2ZOAA4XZLUm26AisCfSaxLVSUEfhmmkGIDff1/oww9lsET6RMxGTm+6EQ1/+klU1MK2VvMK1MkI0sEUi2IoTxLYk994amQXzx/utBEKfyBhOjkUcgOQOT1Gq4MILk09CgSeyHVZOXDWYfLDEHjHjO5K4mip+66kVD/2Rj1G1G9RCswRBcGgKmid6rVP1kDgmrHExUp/jxuFenzAYUEvkdjgPu5c7C+TUhzUcALeCRhmSgpDMDhweXRdSq0/GLC3ItuwPcILaMThPHMyRj4hnSTysJAqBx+8oQo8zKcFk1bHpIrmnc/Kw6FqFcCPjeEiDhKiGUR2oT6EXA2Sem3OSMAtGqs8l4hql+swUSbXI9SBnMkF4OZJKQyZjuaBKw7vm9VXzxK0+o4jhforYtOyMRp5J7l0OylmOCSQAMypBC5ZVGuY11TFqHIz7NWamiIluYr+G9t3M8GzOQVbmYJj6bu4k/WA0YlhdDSaQ0KI5haRwooSch6wSmoyWAVpwx0Cq5tpmSJAQebfm7EidvjD4hWcjk4Z+7h3mjzsOrtzMlK9ErYiQQtV0VMOCZw8shCNYu+baWiq5DMYLHOuYjvQ9FI4eDlYrFndOm8+Kovv3J+XO+iQ/esyLAKmV1LK2BAOd5VWEAK4preZdD21VT8Lje243dw5vKSKwe/aEdrGWAEfjbDNOoSENK/HuDU7R7ZVMO4+z1p1FK/jDjzDV3PXpga76JgU71YEiZITAQ/jQFNX+hmtUoOogGWZEIxsUiURrS57yWiesgKV05O7WpPxr6TT/55MJGtxXMx9ohXVI1y/dmD5ST3K5rrP/EE6Rqj45aKihgyjyjnjFUmuxcbHK1BoPub2OhcXqdU7xqgVu7VU2Nju0fqdDOzvWaogMG9S+PLLOJJV3aawmP/7+45VF/ZhF7YeBCtVJcvIMAPtE6ZXSEUexZq0yzX4v4lwExNJWQNrn0NbGJG1sFDFwqAQVnDVp6HHQq8utn/7p7Jzh6hwFqR3HAqXOrDuDyDim1QLALejO4AARN1MNN3QkTlIsCpkbC7NNgE/XX5LVFeaD/aSsjawJ006iMFpdq169aZSGOpfGuJ44/vGTlbcVzWWOoqGNdbFT1hYDUcTiGmyqjXKoMDJM7G7Ake9tTcha/xTv7op1kwqQgGpkscSqfes70TIm+7vwiz+fXfhSkAD6s9UlfXsmZRp7OJiMfZaIcajkLDPRuEeJLKPi83cePjhFa70OPd62FtcAiuiJvrNop1ZiI6GBhxUbqf/Lv56bPoqn8zSQozT6wSnJi2rTrpd9nqPDi1lqvEOh4SErgns4BfPOoyxr/z8NTx1qz2pgPKRY61vg8iV6plKbOgWozM49ieepTNqxdKXXVZoWNT11qWXRnV2iNqUoCHKUdXbzQDvDtd4kfbbVUXDFTBvtrZ8NdCcUW0CKrtQ9EN0RLnNX/zbdPzHICpQn86JvGFBbqqXIxbUfT1ENba67aQ8PFJyZUk9jz+gfiW+vGECYV01bvJ0ykfdKar7zNIDPBBlAp+h00t01cyYa98XRkmq3SDvbWW7/9xRva+NmoaQ02BgIry2+B+TxAs6BXTV7BjmW3x82ND+/PD34MgzPBNmC/VXvrZzyNXWmbg05RePdyv8yfbqVybZKGs1rMCk0xzCzb5witCDfS2xW6L2+ButLV//57A3/E4Osxye/WXlLdXp5c/X0zN3VLHv7DQ1186ZYDAEgc45wCBeeoOrEzjRS5S3dabv+6+WT7Ze/EMh6vDP7oNscDL8/lPKmhpQZxTAVIFuTYs9RSBtjWtYi5iP92a2ry2dv0XMeLwzyyePtGduq68zYdwVk/jBoKA+uLh+/aX+S43OKgh/ADEEVZgAAAABJRU5ErkJggg==);background-position:50%;background-size:28px;border:3px solid #fff;border-radius:50%;width:32px;height:32px;transition:transform .1s;bottom:12px;right:56px;box-shadow:0 0 0 1px #00000026}.BackgroundSelectButton:hover{cursor:pointer;transform:scale(1.1)}.BoardsFilter-BoardsDropdown-content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.BoardsFilter-BoardList{max-height:70vh;overflow:auto}.BoardsFilter-BoardButton-wrapper{flex-wrap:nowrap}.BoardsFilter-BoardButton-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.BoardsFilter .Menu-button{gap:14px}.ColorsFilter-ColorPreview{opacity:.8;border-radius:50%;width:12px;height:12px}.ColorsFilter .Menu-button{gap:14px}.DateFilter{max-width:none}.DateFilter-RemoveButton{margin-top:8px}.StatusFilter-Button{height:32px}.StatusFilter-Button._selected{background:#323438}.StatusFilter-Icon{margin-left:auto;margin-right:0!important}.FiltersButton{position:relative}.FiltersButton-EnabledFiltersDot{background-color:#e3631b;border-radius:50%;width:7px;height:7px;position:absolute;left:-13px}.SearchModal{border-radius:12px;margin-top:50px}.IconNav{--icon-size:32px;--menu-gap:18px;background:#f2f2f2;border-top:1px solid #00000014;height:100%;margin-top:10px;padding-top:10px;padding-left:5px;padding-right:5px;position:relative}.theme_dark .IconNav{background:#1a1b1c;border-top:1px solid #292929}.IconNav-indicator{position:absolute;top:50%;left:2px;transform:translateY(-50%)}.IconNav-container{margin-bottom:var(--menu-gap);text-align:center;position:relative;display:block!important}.IconNav-container .RouterLink{justify-content:center;display:flex}.IconNav-container .IconNav-settings{cursor:pointer;width:18px;height:18px;color:var(--main_color);opacity:0;pointer-events:none;background:#f2f2f2;border-radius:999px;padding:2px;line-height:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1);position:absolute;bottom:25px;right:-6px}.theme_dark .IconNav-container .IconNav-settings{background:#1a1b1c}.IconNav-container .IconNav-settings:hover{background:var(--main_background)}.IconNav-nav_circle{top:calc(23px + var(--matched_index) * (var(--icon-size) + var(--menu-gap)));display:var(--nav_circle_display);background:currentColor;border-radius:50%;width:6px;height:6px;transition:top .25s cubic-bezier(.165,.84,.44,1);position:absolute;left:7px}.IconNav .IconNav-Icon-button .Icon{width:var(--icon-size);height:var(--icon-size)}.IconNav .RouterLink.active:hover .IconNav-settings{opacity:1;pointer-events:auto;transition:all}.Header{box-sizing:border-box;flex-direction:column;flex:1 0 70px;justify-content:space-between;align-items:center;display:flex}.Header-top{flex-grow:1;flex-shrink:0;width:100%;transition:opacity .25s}.Header-bottom{background:#f2f2f2;flex-direction:column;flex-shrink:0;align-items:center;width:100%;padding-top:16px;display:flex;position:relative}.theme_dark .Header-bottom{background:#1a1b1c}.Header-bottom ._open{opacity:1}.Header-addNewGoal{margin-bottom:25px}.Header-search{padding-left:3px}.Header-search .Icon{width:24px;height:25px}.Header-tags{opacity:.4;justify-content:center;margin-top:24px;font-size:24px;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Header-tags:hover,.Header-tags:active{opacity:1}.Header-more_nav{margin-top:24px}.Header-more_nav._open .IconButton .Icon{opacity:1}.BurgerButton{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;border-radius:50%;outline:none;padding:0;line-height:0;transition:background .25s cubic-bezier(.165,.84,.44,1)}.BurgerButton._variant_default{color:#fff;background:#a4a4a4;width:40px;height:40px}.BurgerButton._variant_default:hover{background:#525252}.theme_dark .BurgerButton._variant_default{background:#333}.theme_dark .BurgerButton._variant_default:hover{background:#444}.BurgerButton._variant_lite{color:#000;opacity:.5;background:#e4e4e4;width:34px;height:34px}.theme_dark .BurgerButton._variant_lite{color:#fff;background:var(--main_background);opacity:1}.NavigationContainer{flex-direction:row;height:100%;display:flex}.NavigationContainer-nav{background-color:#f2f2f2;flex-direction:row;transition:margin-left .25s cubic-bezier(.22,1,.25,1);display:flex;position:relative}.NavigationContainer-nav.theme_dark{background-color:#1a1b1c}.theme_dark .NavigationContainer-nav{color:#fff;background-color:#1a1b1c}.theme_dark .NavigationContainer-nav .IconButton{color:#fff}.NavigationContainer-scroll{box-sizing:border-box;flex-direction:column;width:70px;padding:14px 0 0;display:flex;overflow-y:auto}.NavigationContainer .Header{margin-top:env(safe-area-inset-top)}.NavigationContainer .SubMenu-container{padding-top:calc(env(safe-area-inset-top) + 16px)}.NavigationContainer-hide_button{z-index:1000;background:#f2f2f2;align-self:center;width:100%;font-size:0;position:relative}.theme_dark .NavigationContainer-hide_button{background:#1a1b1c}.NavigationContainer-hide_button:hover{color:#000c;opacity:1}.NavigationContainer-hide_button .IconButton{width:100%;height:100%}.NavigationContainer-hide_button .IconButton .Icon{width:100%;height:100%;padding:22px 22px 24px}.NavigationContainer-show_button.WithTooltip{z-index:10;position:fixed;bottom:10px;left:10px}.NavigationContainer-show_button.WithTooltip .WithTooltip-popover._top{transform:translate(-45%,-110%)}.NavigationContainer-content{width:100%;height:100%;overflow-y:auto}.BoardAddButton{color:#797978;opacity:.6;border-radius:6px;width:100%;height:32px;padding:0 0 0 16px;font-size:15px}.BoardAddButton:hover,.theme_dark .BoardAddButton{color:#797978}.theme_dark .BoardAddButton:hover{color:#797978;background:#1e1e1e80}.BoardAddButton._selected{color:var(--main_color);background:#e2e2e2c4}.theme_dark .BoardAddButton._selected{background:#1e1e1ec4}.FolderGoal-link{color:#797978;background:#f2f2f2;border-radius:6px;flex-wrap:nowrap;flex-grow:0;flex-shrink:0;align-items:center;width:100%;height:32px;text-decoration:none;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1);display:flex}.theme_dark .FolderGoal-link{background:inherit}.FolderGoal-link+.FolderGoal-link{margin-top:1px}.FolderGoal-link:focus{outline:none}.FolderGoal-link:focus-visible{outline:auto 5px -webkit-focus-ring-color}.FolderGoal-link:hover{color:var(--main_color)}@media (min-width:601px){.FolderGoal-link:hover{background-color:#e2e2e280;transition:none}.theme_dark .FolderGoal-link:hover{background:#1e1e1e80;transition:none}}.FolderGoal-link:active{background-color:#dedede}.theme_dark .FolderGoal-link:active{background:#1e1e1e}.FolderGoal-name{letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;margin-left:16px;margin-right:10px;font-size:15px;line-height:32px;overflow:hidden}.Folder{margin-bottom:16px;position:relative}.Folder-name{color:rgba(var(--main_color_rgb), .3);letter-spacing:.02em;cursor:pointer;margin:0;padding:0 10px 0 16px;font-size:13px;font-weight:500;line-height:34px;transition:color .25s cubic-bezier(.165,.84,.44,1)}.theme_dark .Folder-name{color:rgba(var(--main_color_rgb), .8)}@media (hover:hover){.Folder-name:hover,.Folder-name._hover{color:rgba(var(--main_color_rgb), .6);transition:color .3s cubic-bezier(.165,.84,.44,1)}.Folder-name:hover .Folder-arrow,.Folder-name._hover .Folder-arrow{opacity:1}}@media (hover:none){.Folder-name:active{color:rgba(var(--main_color_rgb), .6);transition:color .3s cubic-bezier(.165,.84,.44,1)}.Folder-name:active .Folder-arrow{opacity:1}}.Folder-arrow{opacity:0;width:12px;height:12px;margin-left:4px;transition:transform .25s cubic-bezier(.165,.84,.44,1);position:relative;top:2px;transform:rotate(90deg)}.Folder-empty{opacity:.25;margin-left:16px;margin-right:10px;font-size:15px;line-height:32px}.Folder._collapsed .Folder-list{display:none}.Folder._collapsed .Folder-arrow{transform:rotate(270deg)}.CollapsedBlock{position:relative}.CollapsedBlock-title{color:rgba(var(--main_color_rgb), .3);letter-spacing:.02em;cursor:pointer;-webkit-user-select:none;user-select:none;height:34px;margin:0;padding:0 10px 0 16px;font-size:13px;font-weight:500;line-height:34px;transition:color .25s cubic-bezier(.165,.84,.44,1)}.theme_dark .CollapsedBlock-title{color:rgba(var(--main_color_rgb), .8)}@media (hover:hover){.CollapsedBlock-title:hover,.CollapsedBlock-title._hover{color:rgba(var(--main_color_rgb), .6);transition:color .3s cubic-bezier(.165,.84,.44,1)}.CollapsedBlock-title:hover .CollapsedBlock-arrow,.CollapsedBlock-title._hover .CollapsedBlock-arrow,.CollapsedBlock-title:hover+.CollapsedBlock-list .AddBoardTitleButton,.CollapsedBlock-title._hover+.CollapsedBlock-list .AddBoardTitleButton{opacity:1}}@media (hover:none){.CollapsedBlock-title:active{color:rgba(var(--main_color_rgb), .6);transition:color .3s cubic-bezier(.165,.84,.44,1)}.CollapsedBlock-title:active .CollapsedBlock-arrow,.CollapsedBlock-title:active+.CollapsedBlock-list .AddBoardTitleButton{opacity:1}}.CollapsedBlock-list{display:none}.CollapsedBlock-arrow{opacity:0;width:12px;height:12px;margin-left:4px;transition:transform .25s cubic-bezier(.165,.84,.44,1);position:relative;top:2px;transform:rotate(270deg)}.CollapsedBlock._open .CollapsedBlock-list{display:block}.CollapsedBlock._open .CollapsedBlock-arrow{transition:transform .3s cubic-bezier(.165,.84,.44,1);transform:rotate(90deg)}.CollapsedBlock._mobile .CollapsedBlock-arrow,.CollapsedBlock._mobile .CollapsedBlock-list .AddBoardTitleButton{opacity:1}.Resizer{border-left:1px solid #00000014}.theme_dark .Resizer{border-left:1px solid #292929}.Resizer-control{opacity:0;cursor:col-resize;z-index:10;background-color:#0000;width:10px;transition:all .2s .2s;position:absolute;top:0;bottom:0;right:-6px}.Resizer-control._active{opacity:1}.Resizer-control:hover{opacity:.4}.Resizer-line{border-left:1px solid #000;height:100%;position:relative;top:0;left:4px}.theme_dark .Resizer-line{border-left:1px solid #fff}.SubMenu{z-index:2;background:#f2f2f2;border-left:1px solid #00000014;border-right:1px solid #00000014;flex-direction:row;flex-grow:0;flex-shrink:0;align-items:stretch;height:100%;transition:margin-left .25s cubic-bezier(.22,1,.25,1);display:flex;position:relative}.theme_dark .SubMenu{background:#1a1b1c;border-left:1px solid #ffffff1a}.SubMenu-container{z-index:2;background:#f2f2f2;flex-direction:column;flex-grow:0;flex-shrink:0;width:100%;padding:16px 8px 12px;transition:margin-left .25s cubic-bezier(.22,1,.25,1);display:flex;overflow-y:auto}.theme_dark .SubMenu-container{background:#1a1b1c}.SubMenu-block{margin-bottom:16px}.SubMenu-horizons_list{flex-direction:column;display:flex}.SubMenu-bottom_separator{margin-top:auto}.SubMenu-additional_boards{padding-top:24px}.SubMenu-become_pro_container{background-color:#f2f2f2;padding:8px 8px 0;position:sticky;bottom:0}.theme_dark .SubMenu-become_pro_container{background-color:#1a1b1c}.SubMenu-link{letter-spacing:.01em;color:#797978;cursor:pointer;border-radius:6px;flex-wrap:nowrap;justify-content:space-between;align-items:center;height:32px;padding:0 10px 0 16px;font-size:15px;line-height:32px;text-decoration:none;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1);display:flex}.SubMenu-link+.SubMenu-link{margin-top:1px}.SubMenu-link._selected{color:var(--main_color);background-color:#e2e2e2c4;transition:background-color .5s cubic-bezier(.165,.84,.44,1),color .5s cubic-bezier(.165,.84,.44,1)}.theme_dark .SubMenu-link._selected{background:#1e1e1ec4}.SubMenu-link._updated:after{content:"";background-color:#e3631b;border-radius:50%;flex:none;width:4px;height:4px;margin-left:4px;position:relative;top:-6px}.SubMenu-link:hover{background-color:#e2e2e280;transition:none}.theme_dark .SubMenu-link:hover{background:#1e1e1e80;transition:none}@media (min-width:601px){.SubMenu-link:hover .SubMenu-link-more_button{opacity:1}}.SubMenu-link:active{background-color:#dedede}.theme_dark .SubMenu-link:active{background:#1e1e1e}.SubMenu-link .Icon{flex-shrink:0;margin-right:8px}.SubMenu-link-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.SubMenu-link-more_button{opacity:0;align-self:center;line-height:0}.SubMenu-link-more_button .Icon{margin-right:0}.SubMenu-goal_counter{opacity:.4}.AssignedGoalsColumn{flex-direction:column;display:flex}.AssignedGoalsColumn-header{flex-direction:column;align-items:flex-start;gap:6px;padding:0 16px;display:flex}.AssignedGoalsColumn-header-name{text-overflow:ellipsis;height:75px;margin-bottom:0;overflow:hidden}.AssignedGoalsColumn-header-name._horizon{height:48px;margin-top:0}.AssignedGoalsColumn-header-name-link,.AssignedGoalsColumn-header-avatar-link{color:inherit;text-decoration:none}.AssignedGoalsColumn-header-actions{opacity:0;flex-direction:row;justify-content:flex-end;align-items:center;gap:4px;transition:opacity .25s cubic-bezier(.165,.84,.44,1);display:flex;position:absolute;top:24px;right:24px}.AssignedGoalsColumn-header-actions._horizon{height:44px;right:8px}.AssignedGoalsColumn-header-actions-button{background:0 0;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.AssignedGoalsColumn-header-actions-button:hover{background:rgba(var(--inversed_background_rgb), .05)}.AssignedGoalsColumn-header._horizon{padding-left:4px;padding-right:0}.AssignedGoalsColumn-header ._open{opacity:1}.AssignedGoalsColumn-options-button{background:0 0;transition:background-color .25s cubic-bezier(.165,.84,.44,1)}.AssignedGoalsColumn-options-button:hover{background:rgba(var(--inversed_background_rgb), .05)}.AssignedGoalsColumn-goals{flex-grow:1;padding:8px 14px}.AssignedGoalsColumn:hover .AssignedGoalsColumn-header-actions{opacity:1}.AssignedGoalsColumn._unassigned .AssignedGoalsColumn-header .Avatar{visibility:hidden}.AssignedGoalsColumn._horizon .AssignedGoalsColumn-goals{min-height:0;padding:8px 0;overflow-y:auto}.AssignedGoalsView{max-width:100%;height:100%}.AssignedGoalsView-invitation{width:350px}.AssignedGoalsView .ColumnView-raw_column{padding:104px 36px 0 24px}.AssignedGoalsView .ColumnView-plus_column,.AssignedGoalsView ._rounded{border-radius:0 8px 8px 0}.AssignedGoalsView .ColumnView-column{width:350px;transition-delay:.25s}.AssignedGoalsView .BackgroundColumn{min-width:240px;margin-left:-8px}.AxisView{width:100%;height:100%;display:flex;position:relative}.AxisView .CollapsedPanel{background-color:var(--main_background);z-index:1;box-shadow:inset -1px 0 0 var(--dimmed_border_color);border-radius:8px 0 0 8px;transition-delay:.25s}.AxisView-swiper_container{width:100%;position:relative}.AxisView-nextPeriodColumn{background-color:var(--main_background);z-index:1;border-radius:0 8px 8px 0;max-width:300px;overflow:auto}.AxisView-nextPeriodColumn .GoalsOptionsButtons{margin-right:8px}@media (max-width:757px){.AxisView-nextPeriodColumn{display:none!important}}.AxisView .Goals{flex-shrink:0;width:100%;height:max-content}.AxisView .Goals-add_goal_hover_area{min-height:32px}.AxisView-column{border-left:1px solid var(--dimmed_border_color);flex-direction:column;width:100%;height:100%;overflow-y:scroll}.AxisView-column-goals{height:100%;padding:95px 7px 0;display:flex}.AxisView-column:not(._isTablet) .GoalsOptionsButtons{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.AxisView-column:not(._isTablet):hover .GoalsOptionsButtons{opacity:1;transition:0}.AxisView .Swiper-wrap .Swiper-slide:first-child .AxisView-column{border-left:none}.AxisView-column_header{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff9;height:95px;margin-bottom:-95px;padding:20px 12px;position:sticky;top:0}.theme_dark .AxisView-column_header{background-color:#20202099}.AxisView-column_header-title{color:var(--headers_color);font-size:24px;font-weight:700;line-height:128.8%}.AxisView-column_header-title._current{color:var(--current_period_color)}.AxisView-column_header-title-link{color:inherit;text-decoration:none}.AxisView-column_header-subtitle{opacity:.6;margin:0;font-family:inherit;font-size:21px;font-weight:300;line-height:25px}.AxisView-column_header-subtitle._current{color:var(--current_period_color)}.AxisView-column_header .GoalsOptionsButtons{display:inline-flex;position:absolute;right:5px}.AxisView-timeblocking_sticky_header{z-index:9999;border-bottom:1px solid var(--dimmed_border_color);min-height:100px;position:sticky;top:0}.AxisView-timeblocking_swiper_container{gap:0;width:100%;display:flex}.AxisView-timeblocking_swiper_container:before{content:" ";background-color:var(--dimmed_border_color);width:1px;height:100%;position:absolute;top:0;left:53px}.AxisView-time_column{z-index:1;min-width:53px;min-height:100vh;max-height:100vh;position:relative;overflow-y:scroll}.AxisView-time_column .TimeColumn{padding-top:82px;padding-bottom:82px}.AxisView-timeblocking_swiper{-webkit-user-select:none;user-select:none}.AxisView-timeblocking_swiper-slide{box-sizing:border-box;border-right:1px solid var(--dimmed_border_color);flex-direction:column;display:flex}.AxisView-timeblocking_swiper-slide-body{flex-grow:1;padding-top:95px;display:flex}.AxisView-timeblocking_swiper-slide-body .TimeblockingGoals{height:auto;overflow-y:inherit}.AxisView-timeblocking_swiper-slide-body .TimeblockingGoals .TimeblockingGoals-time_grid{margin-top:0}.AxisView-timeblocking_swiper-slide-body .TimeblockingGoals .TimeblockingGoals-time_grid-cell:first-child{border-top:none}.AxisView .HorizonNavigation{z-index:3000;position:absolute;bottom:10px;right:10px}.AxisView .AxisView-navigation_container .HorizonNavigation{right:64px}.AxisView._hasBackground .HorizonNavigation{right:10px}.Months{letter-spacing:-.02em;-webkit-user-select:none;user-select:none;font-feature-settings:"cv01" on, "cv03" on, "cv04" on;opacity:1;font-size:13px;font-weight:700;line-height:24px;transition:transform .4s cubic-bezier(.23,1,.32,1),opacity .4s cubic-bezier(.23,1,.32,1);transform:translate(0)}.Months.-transition-1{opacity:0;transition:transform .4s cubic-bezier(.23,1,.32,1),opacity .4s cubic-bezier(.23,1,.32,1)}.Months.-transition-2{opacity:0;transition:transform ease-in,opacity}.Months.-transition-forward.-transition-1{transform:translate(-300px)}.Months.-transition-forward.-transition-2,.Months.-transition-backward.-transition-1{transform:translate(300px)}.Months.-transition-backward.-transition-2{transform:translate(-300px)}.Months-month{white-space:nowrap;border-radius:2em;width:62em;height:24px;margin-left:-1em;margin-right:100%;padding-left:1em;padding-right:1em;display:block}.Months-name{text-align:left;width:55px;margin:0;padding:0;display:inline-block;position:relative}.Months-name._strikethrough:before{content:"";border-bottom:2px solid var(--main_color);width:120%;position:absolute;top:12px;left:-.3em}.Months-day{text-align:center;border-radius:50%;width:24px;height:24px;display:inline-block;position:relative}.Months-month._active,.Months-month:hover{background:#eeeeef}.theme_dark .Months-month._active,.theme_dark .Months-month:hover{background:#333}.Months-day{box-sizing:border-box;cursor:pointer}.Months-day:hover,.Months-day._goal:hover{color:#fff;background-color:#0038ff}.Months-day._day_of_week_0,.Months-day._day_of_week_6{color:#ababab}.theme_dark .Months-day._day_of_week_0,.theme_dark .Months-day._day_of_week_6{color:#666}.Months-day._now,.Months-day._now._day_of_week_0,.Months-day._now._day_of_week_6{color:red!important;background:0 0!important;font-weight:700!important}.Months-day._now._active{color:#fff!important;background:red!important;font-weight:700!important}.Months-day._goal{background:var(--main_color);color:var(--main_background);font-weight:700}.Months-day._goal._active{color:var(--main_color);background:0 0}.Months-day._goal:not(._now)._active,.Months-day._goal:not(._now)._active:hover{color:#fff;background-color:#00f}.Months-day._active{background:var(--inversed_background);transition:background-color 0, color 0;color:var(--inversed_color)!important;font-weight:700!important}.Months-day._strikethrough:not(._now){cursor:pointer}.Months-day._strikethrough:before{content:"";border-bottom:2px solid var(--main_color);width:120%;position:absolute;top:12px;left:-.05em}.Months-day._strikethrough[data-strikethrough-percent="0"]:before{width:0%}.Months-day._strikethrough[data-strikethrough-percent="1"]:before{width:1.2%}.Months-day._strikethrough[data-strikethrough-percent="2"]:before{width:2.4%}.Months-day._strikethrough[data-strikethrough-percent="3"]:before{width:3.6%}.Months-day._strikethrough[data-strikethrough-percent="4"]:before{width:4.8%}.Months-day._strikethrough[data-strikethrough-percent="5"]:before{width:6%}.Months-day._strikethrough[data-strikethrough-percent="6"]:before{width:7.2%}.Months-day._strikethrough[data-strikethrough-percent="7"]:before{width:8.4%}.Months-day._strikethrough[data-strikethrough-percent="8"]:before{width:9.6%}.Months-day._strikethrough[data-strikethrough-percent="9"]:before{width:10.8%}.Months-day._strikethrough[data-strikethrough-percent="10"]:before{width:12%}.Months-day._strikethrough[data-strikethrough-percent="11"]:before{width:13.2%}.Months-day._strikethrough[data-strikethrough-percent="12"]:before{width:14.4%}.Months-day._strikethrough[data-strikethrough-percent="13"]:before{width:15.6%}.Months-day._strikethrough[data-strikethrough-percent="14"]:before{width:16.8%}.Months-day._strikethrough[data-strikethrough-percent="15"]:before{width:18%}.Months-day._strikethrough[data-strikethrough-percent="16"]:before{width:19.2%}.Months-day._strikethrough[data-strikethrough-percent="17"]:before{width:20.4%}.Months-day._strikethrough[data-strikethrough-percent="18"]:before{width:21.6%}.Months-day._strikethrough[data-strikethrough-percent="19"]:before{width:22.8%}.Months-day._strikethrough[data-strikethrough-percent="20"]:before{width:24%}.Months-day._strikethrough[data-strikethrough-percent="21"]:before{width:25.2%}.Months-day._strikethrough[data-strikethrough-percent="22"]:before{width:26.4%}.Months-day._strikethrough[data-strikethrough-percent="23"]:before{width:27.6%}.Months-day._strikethrough[data-strikethrough-percent="24"]:before{width:28.8%}.Months-day._strikethrough[data-strikethrough-percent="25"]:before{width:30%}.Months-day._strikethrough[data-strikethrough-percent="26"]:before{width:31.2%}.Months-day._strikethrough[data-strikethrough-percent="27"]:before{width:32.4%}.Months-day._strikethrough[data-strikethrough-percent="28"]:before{width:33.6%}.Months-day._strikethrough[data-strikethrough-percent="29"]:before{width:34.8%}.Months-day._strikethrough[data-strikethrough-percent="30"]:before{width:36%}.Months-day._strikethrough[data-strikethrough-percent="31"]:before{width:37.2%}.Months-day._strikethrough[data-strikethrough-percent="32"]:before{width:38.4%}.Months-day._strikethrough[data-strikethrough-percent="33"]:before{width:39.6%}.Months-day._strikethrough[data-strikethrough-percent="34"]:before{width:40.8%}.Months-day._strikethrough[data-strikethrough-percent="35"]:before{width:42%}.Months-day._strikethrough[data-strikethrough-percent="36"]:before{width:43.2%}.Months-day._strikethrough[data-strikethrough-percent="37"]:before{width:44.4%}.Months-day._strikethrough[data-strikethrough-percent="38"]:before{width:45.6%}.Months-day._strikethrough[data-strikethrough-percent="39"]:before{width:46.8%}.Months-day._strikethrough[data-strikethrough-percent="40"]:before{width:48%}.Months-day._strikethrough[data-strikethrough-percent="41"]:before{width:49.2%}.Months-day._strikethrough[data-strikethrough-percent="42"]:before{width:50.4%}.Months-day._strikethrough[data-strikethrough-percent="43"]:before{width:51.6%}.Months-day._strikethrough[data-strikethrough-percent="44"]:before{width:52.8%}.Months-day._strikethrough[data-strikethrough-percent="45"]:before{width:54%}.Months-day._strikethrough[data-strikethrough-percent="46"]:before{width:55.2%}.Months-day._strikethrough[data-strikethrough-percent="47"]:before{width:56.4%}.Months-day._strikethrough[data-strikethrough-percent="48"]:before{width:57.6%}.Months-day._strikethrough[data-strikethrough-percent="49"]:before{width:58.8%}.Months-day._strikethrough[data-strikethrough-percent="50"]:before{width:60%}.Months-day._strikethrough[data-strikethrough-percent="51"]:before{width:61.2%}.Months-day._strikethrough[data-strikethrough-percent="52"]:before{width:62.4%}.Months-day._strikethrough[data-strikethrough-percent="53"]:before{width:63.6%}.Months-day._strikethrough[data-strikethrough-percent="54"]:before{width:64.8%}.Months-day._strikethrough[data-strikethrough-percent="55"]:before{width:66%}.Months-day._strikethrough[data-strikethrough-percent="56"]:before{width:67.2%}.Months-day._strikethrough[data-strikethrough-percent="57"]:before{width:68.4%}.Months-day._strikethrough[data-strikethrough-percent="58"]:before{width:69.6%}.Months-day._strikethrough[data-strikethrough-percent="59"]:before{width:70.8%}.Months-day._strikethrough[data-strikethrough-percent="60"]:before{width:72%}.Months-day._strikethrough[data-strikethrough-percent="61"]:before{width:73.2%}.Months-day._strikethrough[data-strikethrough-percent="62"]:before{width:74.4%}.Months-day._strikethrough[data-strikethrough-percent="63"]:before{width:75.6%}.Months-day._strikethrough[data-strikethrough-percent="64"]:before{width:76.8%}.Months-day._strikethrough[data-strikethrough-percent="65"]:before{width:78%}.Months-day._strikethrough[data-strikethrough-percent="66"]:before{width:79.2%}.Months-day._strikethrough[data-strikethrough-percent="67"]:before{width:80.4%}.Months-day._strikethrough[data-strikethrough-percent="68"]:before{width:81.6%}.Months-day._strikethrough[data-strikethrough-percent="69"]:before{width:82.8%}.Months-day._strikethrough[data-strikethrough-percent="70"]:before{width:84%}.Months-day._strikethrough[data-strikethrough-percent="71"]:before{width:85.2%}.Months-day._strikethrough[data-strikethrough-percent="72"]:before{width:86.4%}.Months-day._strikethrough[data-strikethrough-percent="73"]:before{width:87.6%}.Months-day._strikethrough[data-strikethrough-percent="74"]:before{width:88.8%}.Months-day._strikethrough[data-strikethrough-percent="75"]:before{width:90%}.Months-day._strikethrough[data-strikethrough-percent="76"]:before{width:91.2%}.Months-day._strikethrough[data-strikethrough-percent="77"]:before{width:92.4%}.Months-day._strikethrough[data-strikethrough-percent="78"]:before{width:93.6%}.Months-day._strikethrough[data-strikethrough-percent="79"]:before{width:94.8%}.Months-day._strikethrough[data-strikethrough-percent="80"]:before{width:96%}.Months-day._strikethrough[data-strikethrough-percent="81"]:before{width:97.2%}.Months-day._strikethrough[data-strikethrough-percent="82"]:before{width:98.4%}.Months-day._strikethrough[data-strikethrough-percent="83"]:before{width:99.6%}.Months-day._strikethrough[data-strikethrough-percent="84"]:before{width:100.8%}.Months-day._strikethrough[data-strikethrough-percent="85"]:before{width:102%}.Months-day._strikethrough[data-strikethrough-percent="86"]:before{width:103.2%}.Months-day._strikethrough[data-strikethrough-percent="87"]:before{width:104.4%}.Months-day._strikethrough[data-strikethrough-percent="88"]:before{width:105.6%}.Months-day._strikethrough[data-strikethrough-percent="89"]:before{width:106.8%}.Months-day._strikethrough[data-strikethrough-percent="90"]:before{width:108%}.Months-day._strikethrough[data-strikethrough-percent="91"]:before{width:109.2%}.Months-day._strikethrough[data-strikethrough-percent="92"]:before{width:110.4%}.Months-day._strikethrough[data-strikethrough-percent="93"]:before{width:111.6%}.Months-day._strikethrough[data-strikethrough-percent="94"]:before{width:112.8%}.Months-day._strikethrough[data-strikethrough-percent="95"]:before{width:114%}.Months-day._strikethrough[data-strikethrough-percent="96"]:before{width:115.2%}.Months-day._strikethrough[data-strikethrough-percent="97"]:before{width:116.4%}.Months-day._strikethrough[data-strikethrough-percent="98"]:before{width:117.6%}.Months-day._strikethrough[data-strikethrough-percent="99"]:before{width:118.8%}.Months-day._strikethrough[data-strikethrough-percent="100"]:before{width:120%}.Years{letter-spacing:-.02em;-webkit-user-select:none;user-select:none;font-feature-settings:"tnum" on, "cv01" on, "cv03" on, "cv04" on;flex-flow:wrap;font-size:16px;font-weight:700;line-height:19px;display:flex}.Years._fadeIn{position:relative}.Years._fadeIn:before{content:"";z-index:1;pointer-events:none;background-image:linear-gradient(90deg,#fff,#ffffffe6,#ffffff80,#fff0);width:300px;height:27px;position:absolute;top:0;left:-5px}.theme_dark .Years._fadeIn:before{background-image:linear-gradient(90deg,#191919,#191919e6,#19191980,#19191900)}.WithTooltip .Years-year{opacity:1!important}.Years-year{text-align:center;cursor:default;border-radius:28px;width:54px;margin-bottom:5px;margin-right:2px;padding:4px 0;display:block;position:relative}.Years-year._clickable{cursor:pointer}.Years-year._hover,.Years-year:hover{color:#357cf4}.Years-year:last-child{opacity:.02}.Years-year:nth-last-child(2){opacity:.05}.Years-year:nth-last-child(3){opacity:.1}.Years-year:nth-last-child(4){opacity:.2}.Years-year:nth-last-child(5){opacity:.3}.Years-year:nth-last-child(6){opacity:.4}.Years-year:nth-last-child(7){opacity:.5}.Years-year:nth-last-child(8){opacity:.6}.Years-year:nth-last-child(9){opacity:.7}.Years-year._active{color:#fff;cursor:default;background-color:#000}.Years-year._strikethrough:before{content:"";border-bottom:3px solid var(--main_color);width:56px;position:absolute;top:13px;left:-2px}.Years-year._strikethrough[data-strikethrough-percent="0"]:before{width:0}.Years-year._strikethrough[data-strikethrough-percent="1"]:before{width:.56px}.Years-year._strikethrough[data-strikethrough-percent="2"]:before{width:1.12px}.Years-year._strikethrough[data-strikethrough-percent="3"]:before{width:1.68px}.Years-year._strikethrough[data-strikethrough-percent="4"]:before{width:2.24px}.Years-year._strikethrough[data-strikethrough-percent="5"]:before{width:2.8px}.Years-year._strikethrough[data-strikethrough-percent="6"]:before{width:3.36px}.Years-year._strikethrough[data-strikethrough-percent="7"]:before{width:3.92px}.Years-year._strikethrough[data-strikethrough-percent="8"]:before{width:4.48px}.Years-year._strikethrough[data-strikethrough-percent="9"]:before{width:5.04px}.Years-year._strikethrough[data-strikethrough-percent="10"]:before{width:5.6px}.Years-year._strikethrough[data-strikethrough-percent="11"]:before{width:6.16px}.Years-year._strikethrough[data-strikethrough-percent="12"]:before{width:6.72px}.Years-year._strikethrough[data-strikethrough-percent="13"]:before{width:7.28px}.Years-year._strikethrough[data-strikethrough-percent="14"]:before{width:7.84px}.Years-year._strikethrough[data-strikethrough-percent="15"]:before{width:8.4px}.Years-year._strikethrough[data-strikethrough-percent="16"]:before{width:8.96px}.Years-year._strikethrough[data-strikethrough-percent="17"]:before{width:9.52px}.Years-year._strikethrough[data-strikethrough-percent="18"]:before{width:10.08px}.Years-year._strikethrough[data-strikethrough-percent="19"]:before{width:10.64px}.Years-year._strikethrough[data-strikethrough-percent="20"]:before{width:11.2px}.Years-year._strikethrough[data-strikethrough-percent="21"]:before{width:11.76px}.Years-year._strikethrough[data-strikethrough-percent="22"]:before{width:12.32px}.Years-year._strikethrough[data-strikethrough-percent="23"]:before{width:12.88px}.Years-year._strikethrough[data-strikethrough-percent="24"]:before{width:13.44px}.Years-year._strikethrough[data-strikethrough-percent="25"]:before{width:14px}.Years-year._strikethrough[data-strikethrough-percent="26"]:before{width:14.56px}.Years-year._strikethrough[data-strikethrough-percent="27"]:before{width:15.12px}.Years-year._strikethrough[data-strikethrough-percent="28"]:before{width:15.68px}.Years-year._strikethrough[data-strikethrough-percent="29"]:before{width:16.24px}.Years-year._strikethrough[data-strikethrough-percent="30"]:before{width:16.8px}.Years-year._strikethrough[data-strikethrough-percent="31"]:before{width:17.36px}.Years-year._strikethrough[data-strikethrough-percent="32"]:before{width:17.92px}.Years-year._strikethrough[data-strikethrough-percent="33"]:before{width:18.48px}.Years-year._strikethrough[data-strikethrough-percent="34"]:before{width:19.04px}.Years-year._strikethrough[data-strikethrough-percent="35"]:before{width:19.6px}.Years-year._strikethrough[data-strikethrough-percent="36"]:before{width:20.16px}.Years-year._strikethrough[data-strikethrough-percent="37"]:before{width:20.72px}.Years-year._strikethrough[data-strikethrough-percent="38"]:before{width:21.28px}.Years-year._strikethrough[data-strikethrough-percent="39"]:before{width:21.84px}.Years-year._strikethrough[data-strikethrough-percent="40"]:before{width:22.4px}.Years-year._strikethrough[data-strikethrough-percent="41"]:before{width:22.96px}.Years-year._strikethrough[data-strikethrough-percent="42"]:before{width:23.52px}.Years-year._strikethrough[data-strikethrough-percent="43"]:before{width:24.08px}.Years-year._strikethrough[data-strikethrough-percent="44"]:before{width:24.64px}.Years-year._strikethrough[data-strikethrough-percent="45"]:before{width:25.2px}.Years-year._strikethrough[data-strikethrough-percent="46"]:before{width:25.76px}.Years-year._strikethrough[data-strikethrough-percent="47"]:before{width:26.32px}.Years-year._strikethrough[data-strikethrough-percent="48"]:before{width:26.88px}.Years-year._strikethrough[data-strikethrough-percent="49"]:before{width:27.44px}.Years-year._strikethrough[data-strikethrough-percent="50"]:before{width:28px}.Years-year._strikethrough[data-strikethrough-percent="51"]:before{width:28.56px}.Years-year._strikethrough[data-strikethrough-percent="52"]:before{width:29.12px}.Years-year._strikethrough[data-strikethrough-percent="53"]:before{width:29.68px}.Years-year._strikethrough[data-strikethrough-percent="54"]:before{width:30.24px}.Years-year._strikethrough[data-strikethrough-percent="55"]:before{width:30.8px}.Years-year._strikethrough[data-strikethrough-percent="56"]:before{width:31.36px}.Years-year._strikethrough[data-strikethrough-percent="57"]:before{width:31.92px}.Years-year._strikethrough[data-strikethrough-percent="58"]:before{width:32.48px}.Years-year._strikethrough[data-strikethrough-percent="59"]:before{width:33.04px}.Years-year._strikethrough[data-strikethrough-percent="60"]:before{width:33.6px}.Years-year._strikethrough[data-strikethrough-percent="61"]:before{width:34.16px}.Years-year._strikethrough[data-strikethrough-percent="62"]:before{width:34.72px}.Years-year._strikethrough[data-strikethrough-percent="63"]:before{width:35.28px}.Years-year._strikethrough[data-strikethrough-percent="64"]:before{width:35.84px}.Years-year._strikethrough[data-strikethrough-percent="65"]:before{width:36.4px}.Years-year._strikethrough[data-strikethrough-percent="66"]:before{width:36.96px}.Years-year._strikethrough[data-strikethrough-percent="67"]:before{width:37.52px}.Years-year._strikethrough[data-strikethrough-percent="68"]:before{width:38.08px}.Years-year._strikethrough[data-strikethrough-percent="69"]:before{width:38.64px}.Years-year._strikethrough[data-strikethrough-percent="70"]:before{width:39.2px}.Years-year._strikethrough[data-strikethrough-percent="71"]:before{width:39.76px}.Years-year._strikethrough[data-strikethrough-percent="72"]:before{width:40.32px}.Years-year._strikethrough[data-strikethrough-percent="73"]:before{width:40.88px}.Years-year._strikethrough[data-strikethrough-percent="74"]:before{width:41.44px}.Years-year._strikethrough[data-strikethrough-percent="75"]:before{width:42px}.Years-year._strikethrough[data-strikethrough-percent="76"]:before{width:42.56px}.Years-year._strikethrough[data-strikethrough-percent="77"]:before{width:43.12px}.Years-year._strikethrough[data-strikethrough-percent="78"]:before{width:43.68px}.Years-year._strikethrough[data-strikethrough-percent="79"]:before{width:44.24px}.Years-year._strikethrough[data-strikethrough-percent="80"]:before{width:44.8px}.Years-year._strikethrough[data-strikethrough-percent="81"]:before{width:45.36px}.Years-year._strikethrough[data-strikethrough-percent="82"]:before{width:45.92px}.Years-year._strikethrough[data-strikethrough-percent="83"]:before{width:46.48px}.Years-year._strikethrough[data-strikethrough-percent="84"]:before{width:47.04px}.Years-year._strikethrough[data-strikethrough-percent="85"]:before{width:47.6px}.Years-year._strikethrough[data-strikethrough-percent="86"]:before{width:48.16px}.Years-year._strikethrough[data-strikethrough-percent="87"]:before{width:48.72px}.Years-year._strikethrough[data-strikethrough-percent="88"]:before{width:49.28px}.Years-year._strikethrough[data-strikethrough-percent="89"]:before{width:49.84px}.Years-year._strikethrough[data-strikethrough-percent="90"]:before{width:50.4px}.Years-year._strikethrough[data-strikethrough-percent="91"]:before{width:50.96px}.Years-year._strikethrough[data-strikethrough-percent="92"]:before{width:51.52px}.Years-year._strikethrough[data-strikethrough-percent="93"]:before{width:52.08px}.Years-year._strikethrough[data-strikethrough-percent="94"]:before{width:52.64px}.Years-year._strikethrough[data-strikethrough-percent="95"]:before{width:53.2px}.Years-year._strikethrough[data-strikethrough-percent="96"]:before{width:53.76px}.Years-year._strikethrough[data-strikethrough-percent="97"]:before{width:54.32px}.Years-year._strikethrough[data-strikethrough-percent="98"]:before{width:54.88px}.Years-year._strikethrough[data-strikethrough-percent="99"]:before{width:55.44px}.Years-year._strikethrough[data-strikethrough-percent="100"]:before{width:56px}.Years-year._goal{background-color:#ebebeb}.Years-year._goal:hover{background-color:#0038ff1a}.Years-year._goal._active{background-color:var(--main_color)}.theme_dark .Years-year._goal{background-color:#3f3f3f}.theme_dark .Years-year._goal:hover{background-color:#00145a}.theme_dark .Years-year._active{color:#000;background-color:#fff}.theme_dark .Years-year._active:hover{background-color:#fff}.Years-year._current{color:red}.Years-year._current._active{color:#fff;background-color:red}.Years-year._current._goal:not(._active){background-color:#ff00001a}.Years-year._current._goal:not(._active):hover{color:#0038ff;background-color:#0038ff1a}.Years-year[data-age]:after{text-align:center;color:#fff;content:attr(data-age);opacity:0;visibility:hidden;z-index:1;background:#00f;border-radius:50%;width:24px;height:24px;margin-top:-7px;margin-left:-5px;font-size:75%;font-weight:400;line-height:24px;transition:all .2s cubic-bezier(.215,.61,.355,1);position:absolute;transform:translateZ(0)}.Years-year[data-age]._hover:after,.Years-year[data-age]:hover:after{opacity:1;visibility:visible;margin-top:-9px}@media (max-width:600px){.Years{font-size:14px;font-weight:600;line-height:24px}.Years-year{border-radius:28px;margin-bottom:8px;padding:0 6px}.Years-year[data-age]:hover:after{display:none}.Years-year:hover,.Years-year:active{color:#fff;background:red}.Years-year._strikethrough:before{width:49px;top:10px;left:0}}.Years._type_small{cursor:pointer;width:70px;line-height:0}.Years._type_small .Years-year{opacity:1;margin:0;padding:2.5px}.Years._type_small .Years-year:hover,.Years._type_small .Years-year:active{color:inherit;background:0 0}.Years._type_small .Years-year_atom{background:var(--main_color);border-radius:50%;width:2px;height:2px}.Years._type_small .Years-year[data-age]._hover:after,.Years._type_small .Years-year[data-age]:hover:after{display:none}.Years._type_small .Years-year._strikethrough:before{background:var(--main_color);border:none;width:7px;height:3px;top:2px;left:0}.Years._type_small .Years-year:nth-child(10n+1)._strikethrough:before{border-top-left-radius:8px;border-bottom-left-radius:8px}.Years._type_small .Years-year:nth-child(10n)._strikethrough:before{border-top-right-radius:8px;border-bottom-right-radius:8px}.Legacy .CalendarViewV1{padding:28px 24px}.Legacy .CalendarViewV1-Years{margin-bottom:31px}.Legacy .CalendarViewV1-Months{margin-bottom:67px}.Legacy .CalendarViewV1-Content{display:grid}.Legacy .CalendarViewV1-Content-Year{padding-top:26px}.Legacy .CalendarViewV1-Content-List{min-width:300px;max-width:750px}.Legacy .CalendarViewV1-Content-Lifetime{min-width:150px;max-width:300px;margin-left:74px}.Legacy .CalendarViewV1-Content-List,.Legacy .CalendarViewV1-Content-Lifetime{padding-top:23px}.Legacy .CalendarViewV1-Content-Year,.Legacy .CalendarViewV1-Content-List{border-top:1px solid #d7d7d7}.Legacy .CalendarViewV1-Content-Year{color:#a4a4a4;font-size:16px;font-weight:400}.Legacy .CalendarViewV1-Content-Year b{color:var(--main_color);margin-bottom:12px;font-size:31px;font-weight:600;line-height:31px;display:block}.Legacy .CalendarViewV1-Content-List .Legacy .CalendarViewV1-Goals{padding-bottom:32px;padding-left:17px}.Legacy .CalendarViewV1-Content-Lifetime .Legacy .CalendarViewV1-Goals .GoalRow{margin-left:-10px}.Legacy .dotted{cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-size:100%;transition:opacity .3s}.Legacy .dotted:hover{opacity:.5}.Legacy .dotted[disabled]{cursor:default;opacity:1}.Legacy .dotted:hover{opacity:.5;border-bottom-color:#666;transition:all}.Legacy .goals{position:relative}.Legacy .goals-right{text-align:right;position:absolute;right:0}.Legacy .goals-thoughts_toggler{cursor:pointer;color:#aeaeae;font-weight:400;transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1)}.theme_dark .Legacy .goals-thoughts_toggler{color:#444}.Legacy .goals-thoughts_toggler:hover{color:var(--main_color)}.Legacy .goalstable{cursor:default;width:100%;color:var(--main_color);border-collapse:collapse;font-size:90%;transition:all .3s cubic-bezier(.23,1,.32,1)}.Legacy .goalstable td{vertical-align:baseline;padding-top:.55em;padding-bottom:.68em}.Legacy .goalstable-goal td{border-top:1px solid #ccc}.theme_dark .Legacy .goalstable-goal td{border-color:#333}.Legacy .goalstable-year,.Legacy .goalstable-month{border-top-width:0!important}.-year .Legacy .goalstable-year,.-year .Legacy .goalstable-month{border-top-width:1px!important}.Legacy .goalstable-year{vertical-align:top;width:80px;font-size:150%;font-weight:700;padding-top:5px!important;padding-bottom:0!important}.Legacy .goalstable-month{width:30px;padding-left:1.5em;padding-right:.75em;font-weight:700}.Legacy .goalstable-bullet{cursor:pointer;text-align:left;width:2em;padding-left:.25em;padding-right:.4em;font-size:1em;font-weight:700}.Legacy .goalstable-check{width:2em}.Legacy .goalstable-goal._climb_step .goalstable-bullet,.Legacy .goalstable-goal._climb_step .goalstable-info{position:relative}.Legacy .goalstable-goal._climb_step .goalstable-bullet:before,.Legacy .goalstable-goal._climb_step .goalstable-info:before{z-index:-1;opacity:.3;content:" ";width:100%;height:100%;display:block;position:absolute;top:0;left:0}.Legacy .goalstable-heading{flex-flow:row;justify-content:space-between;padding-right:.4em;display:flex}.Legacy .goalstable-info{font-weight:400}.Legacy .goalstable-checkbox{vertical-align:middle}.Legacy .goalstable-name{font-weight:700}.Legacy .goalstable-due{color:#888;margin-bottom:.5em}.theme_dark .Legacy .goalstable-due{color:#666}.Legacy .goalstable-due b{color:var(--main_color)}.Legacy .goalstable-thoughts{margin-bottom:.5em}.Legacy .goalstable-day{box-sizing:border-box;color:#fff;text-align:center;background:#000;border-radius:24px;width:24px;height:24px;padding-top:4px;font-size:100%;display:inline-block;position:relative;top:1px}.theme_dark .Legacy .goalstable-day{color:#fff;background:#3f3f3f}.Legacy .goalstable-climb_step_bullet{box-sizing:border-box;color:#fff;background:var(--climb_color);border-radius:24px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:relative;top:1px}.Legacy .goalstable-created{float:right;opacity:.15;color:var(--main_color);padding-right:10px}.Legacy .goalstable .-hoverable{cursor:pointer;transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1)}.Legacy .goalstable-goal:hover .-hoverable{transition:background-color 0, color 0;background:#eeeeef}.theme_dark .Legacy .goalstable-goal:hover .-hoverable{background:#1c1c1c}.Legacy .goalstable-goal:hover._climb_step .goalstable-bullet,.Legacy .goalstable-goal:hover._climb_step .goalstable-info,.Legacy .goalstable-goal:hover._climb_step .goalstable-check{background:0 0}.Legacy .goalstable-goal:hover._climb_step .goalstable-bullet:before,.Legacy .goalstable-goal:hover._climb_step .goalstable-info:before,.Legacy .goalstable-goal:hover._climb_step .goalstable-check:before{opacity:.4}.Legacy .goalstable.-disabled{pointer-events:none;opacity:.15;transform:scale(.97)}.Legacy .age{vertical-align:top;opacity:.5;margin-left:.3em;font-size:70%;font-weight:400;position:relative;top:-.2em}.Legacy .toggler{-webkit-user-select:none;user-select:none;font-weight:400}.Legacy .toggler-label{cursor:pointer;color:#aeaeae;transition:background-color .5s cubic-bezier(.215,.61,.355,1),color .5s cubic-bezier(.215,.61,.355,1)}.theme_dark .Legacy .toggler-label{color:#444}.Legacy .toggler-label:hover{color:var(--main_color)}.Legacy .toggler-knob{cursor:pointer;background:#f4f4f4;border-radius:5px;width:63px;height:10px;margin:0 12px;display:inline-block;position:relative}.theme_dark .Legacy .toggler-knob{background:#515151}.Legacy .toggler-knob:after{content:" ";background:var(--main_color);border-radius:50%;width:10px;height:10px;transition:left .5s cubic-bezier(.215,.61,.355,1);position:absolute;left:0}.Legacy .toggler.-left .toggler-label.-left,.Legacy .toggler.-right .toggler-label.-right{cursor:default;color:var(--main_color)}.Legacy .toggler.-right .toggler-knob:after{left:53px}.Legacy .hashtag{color:#357cf4;margin:0 .1em}.Legacy .hashtag:hover{opacity:.75}.Legacy .search{margin-left:2em;font-weight:400;position:relative}.Legacy .search:before{content:"#";color:#357cf4}.Legacy .search-reset{color:#357cf4;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-size:100%}.Legacy .search-reset:hover{opacity:.5}.Legacy .search-reset[disabled]{cursor:default;opacity:1}.Legacy .search-all,.Legacy .search-tag{white-space:nowrap;border-radius:30px;margin:0 .3em;padding:.2em .6em .3em}.Legacy .search-all{cursor:pointer;color:#aaaee0;background:#e5ebfc}.theme_dark .Legacy .search-all{color:#0075ff;background:#0037ff4d}.Legacy .search-tag{cursor:pointer;color:#fff;background:#357cf4}.Legacy .search-tags{z-index:1;width:20em;height:10em;max-height:0;margin-top:2em;margin-left:.85em;line-height:2em;transition:max-height;position:absolute;overflow:hidden;transform:translateZ(0)}.Legacy .search-tags.-visible{max-height:300px;transition:max-height 1s cubic-bezier(.215,.61,.355,1)}.Legacy .search-tags .search-tag{margin:0}.CalendarV2-Days{border-spacing:0;width:100%}.CalendarV2-Days._showWeeks .CalendarV2-Row{grid-template-columns:repeat(8,1fr)}.CalendarV2-Days .CalendarV2-Period._outside+.CalendarV2-Period._week:last-child .CalendarV2-Days-Title-Day,.CalendarV2-Days .CalendarV2-Period._outside+.CalendarV2-Period._week:last-child .CalendarV2-Days-Title-Week{opacity:.5}.CalendarV2-Days .CalendarV2-Period._week{border-left:2px solid #ddd}.theme_dark .CalendarV2-Days .CalendarV2-Period._week{border-left-color:#3c3c3c}.CalendarV2-Days .CalendarV2-Period._today .CalendarV2-Days-Title-Day,.CalendarV2-Days .CalendarV2-Period._today .CalendarV2-Days-Title-Week{color:var(--current_period_color)}.CalendarV2-Days .CalendarV2-Period:hover .CalendarV2-Days-Title .GoalsOptionsButtons{opacity:1}.CalendarV2-Days-Title{align-items:center;padding-bottom:4px;font-size:12px;display:flex}.CalendarV2-Days-Title-Day,.CalendarV2-Days-Title-Week{color:inherit;font-weight:600;text-decoration:none}.CalendarV2-Days-Title-Options{margin-left:8px}.CalendarV2-Days-Title .GoalsOptionsButtons{transition:opacity .25s}@media (hover:hover){.CalendarV2-Days-Title .GoalsOptionsButtons{opacity:0}}.CalendarV2-Days-Title-Weekday{text-align:right;opacity:0;margin-left:auto;transition:opacity .25s}.CalendarV2-Days .CalendarV2-Row:first-child .CalendarV2-Period:first-child{border-top-left-radius:var(--calendar_v2_border_radius)}.CalendarV2-Days .CalendarV2-Row:first-child .CalendarV2-Period:last-child{border-top-right-radius:var(--calendar_v2_border_radius)}.CalendarV2-Days .CalendarV2-Row:last-child .CalendarV2-Period:first-child{border-bottom-left-radius:var(--calendar_v2_border_radius)}.CalendarV2-Days .CalendarV2-Row:last-child .CalendarV2-Period:last-child{border-bottom-right-radius:var(--calendar_v2_border_radius)}.CalendarV2-ExpandButton{background:var(--main_background);cursor:pointer;outline:1px solid #ddd;display:flex}.theme_dark .CalendarV2-ExpandButton{outline-color:#3c3c3c}.CalendarV2-ExpandButton .CalendarV2-ExpandButton-Content{opacity:.3;flex-direction:column;align-items:center;gap:4px;padding:10px 7px;transition:opacity .25s cubic-bezier(.165,.84,.44,1);display:flex}.CalendarV2-ExpandButton:hover .CalendarV2-ExpandButton-Content{opacity:.6}.CalendarV2-ExpandButton .CalendarV2-ExpandButton-Preview{writing-mode:vertical-lr;font-size:14px;transform:rotate(180deg)}.CalendarV2-ExpandButton .CalendarV2-ExpandButton-Icon{margin-right:2px}.CalendarV2-PeriodHeader{justify-content:space-between;align-items:center;height:25px;margin-bottom:2px;display:flex}.CalendarV2-PeriodHeader-Title{color:inherit;text-decoration:none}.CalendarV2-PeriodHeader-Navigation{margin-bottom:3.5px;display:flex}.CalendarV2-Weeks{min-height:180px;display:flex}.CalendarV2-Weeks .CalendarV2-Period{flex:1}.CalendarV2-Weeks .CalendarV2-Period._today .CalendarV2-Days-Title-Week{color:var(--current_period_color)}.CalendarV2-Weeks .CalendarV2-Period:first-child{border-top-left-radius:var(--calendar_v2_border_radius);border-bottom-left-radius:var(--calendar_v2_border_radius)}.CalendarV2-Weeks .CalendarV2-Period:last-child{border-top-right-radius:var(--calendar_v2_border_radius);border-bottom-right-radius:var(--calendar_v2_border_radius)}.CalendarV2 .CalendarV2-Grid,.CalendarV2 .CalendarV2-Days{grid-gap:1px;border-radius:var(--calendar_v2_border_radius);grid-auto-rows:minmax(105px,auto);display:grid}.CalendarV2 .CalendarV2-Grid{grid-template-columns:repeat(4,1fr)}.CalendarV2 .CalendarV2-Divider{height:10px}.CalendarV2 .CalendarV2-Title{align-items:center;gap:5px;display:flex}.CalendarV2 .CalendarV2-Title-Item{background:var(--main_background);border-radius:999px;gap:6px;padding:8px 13px;font-size:24px;font-weight:600;display:inline-flex}.CalendarV2 .CalendarV2-Title-Item._padded{padding-left:15px;padding-right:18px}.CalendarV2 .CalendarV2-Title-Item .CalendarV2-button{height:26px}.CalendarV2 .CalendarV2-Row{grid-template-columns:repeat(7,1fr);display:grid}.CalendarV2 .CalendarV2-Row._showTitle .CalendarV2-Period .CalendarV2-Days-Title-Weekday{opacity:.75}.CalendarV2 .CalendarV2-Expand-Container{grid-column:span 3;display:flex}.CalendarV2 .CalendarV2-Period{background:var(--main_background);outline:1px solid #ddd;flex-direction:column;padding:5px 7px 4px;display:flex;overflow:hidden}.theme_dark .CalendarV2 .CalendarV2-Period{outline-color:#3c3c3c}.CalendarV2 .CalendarV2-Period>.Goals{margin-left:-3px;margin-right:-3px}.CalendarV2 .CalendarV2-Period .CalendarV2-PeriodHeader-Actions{color:#fff;margin-bottom:2px;margin-right:auto;transition:opacity .2s;display:flex}@media (hover:hover){.CalendarV2 .CalendarV2-Period .CalendarV2-PeriodHeader-Actions{opacity:0}}.CalendarV2 .CalendarV2-Period .GoalsOptionsButtons{margin-left:4px}.CalendarV2 .CalendarV2-Period:hover .CalendarV2-PeriodHeader-Actions{opacity:1;transition:none}.CalendarV2 .CalendarV2-Period._outside{background:rgba(var(--main_background_rgb), .85)}.CalendarV2 .CalendarV2-Period._outside>*{opacity:.5}.CalendarV2 .CalendarV2-Grid .CalendarV2-Period:first-child{border-top-left-radius:var(--calendar_v2_border_radius);border-bottom-left-radius:var(--calendar_v2_border_radius)}.CalendarV2 .CalendarV2-Grid .CalendarV2-Period:last-child{border-top-right-radius:var(--calendar_v2_border_radius);border-bottom-right-radius:var(--calendar_v2_border_radius)}.CalendarV2 .CalendarV2-Grid .CalendarV2-ExpandButton{border-top-right-radius:var(--calendar_v2_border_radius);border-bottom-right-radius:var(--calendar_v2_border_radius);overflow:hidden}.CalendarV2 .CalendarV2-button{cursor:pointer;text-align:center;opacity:.4;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;height:24px;padding:2px 4px;font-size:14px;font-weight:500;display:inline-flex}.CalendarV2 .CalendarV2-button svg{width:auto;height:80%}.CalendarV2 .CalendarV2-button:hover{opacity:1;background:#0000000d}.theme_dark .CalendarV2 .CalendarV2-button:hover{background:#ffffff26}.CalendarViewV2{--calendar_v2_border_radius:4px;border-left:1px solid #dcdcdc;min-height:100vh;padding:15px 65px 15px 15px;position:relative}.theme_dark .CalendarViewV2{border-left:1px solid #3c3c3c}.CalendarViewV2-Background{z-index:-1;background-color:#f2f2f2;background-position:50%;background-size:cover;width:100%;height:100vh;transition:background-image .5s ease-in-out;position:fixed;top:0;left:0}.theme_dark .CalendarViewV2-Background{background-color:#1a1b1c}.CalendarViewV2._withBackground{--calendar_v2_border_radius:8px;border-left:none;padding:20px 65px 20px 20px}.Marquee{white-space:nowrap;overflow:hidden}.Marquee-Line{width:fit-content;height:fit-content;position:absolute;left:50%}.Marquee-Content{display:inline}.LargeClock{color:#333;mix-blend-mode:difference;font-feature-settings:"tnum" on, "cv01" on, "cv03" on, "cv04" on;letter-spacing:-.02em}.LargeClock .Marquee{line-height:115%}.LargeClock .Marquee:first-child{height:4em;font-size:90%}.LargeClock .Marquee:nth-child(2){height:3em;font-size:150%}.LargeClock .Marquee:nth-child(3){height:2.2em;font-size:250%}.LargeClock .Marquee:nth-child(4){height:1.5em;font-size:410%}.LargeClock .Marquee:nth-child(5){height:1.2em;font-size:600%}.LargeClock .Marquee:nth-child(6){height:1em;font-size:1000%}.ClockPage{box-sizing:border-box;height:100vh;min-height:850px;padding-bottom:600px;font-size:14px;line-height:130%;position:relative;overflow:hidden}.ClockPage-stripe{content:" ";z-index:-1;background:#000;position:absolute;inset:0 50% 0 0}.ClockPage-logo{color:#fff;font-family:Archivo Black;font-size:26pt;font-weight:400;line-height:110%;position:absolute;top:20px;left:20px}.ClockPage-logo a{color:#fff}.ClockPage-logo a:hover{color:#999}.ClockPage-corner{color:#000;position:absolute;top:0;right:0}.ClockPage-corner .popover_hide{top:20px;right:-20px}.ClockPage-corner .share_button{color:#0000;background:url(https://timestripe.com/static/dist/prod/static/share-neu-DwDTr5N6.svg) 5px bottom/50% 50% no-repeat;width:45px;height:45px;padding-top:20px;padding-right:30px;font-size:40px;font-weight:400}.ClockPage-left{box-sizing:border-box;color:#fff;width:25%;padding-right:30px;position:absolute;top:30px;left:25%}.ClockPage-left-about{color:#999;font-weight:400}.ClockPage-left-about a{color:#fff}.ClockPage-left-about a:hover{color:#999}.ClockPage-right{color:var(--main_color);max-width:400px;margin-left:50%;padding-top:30px;padding-left:20px;padding-right:100px}.ClockPage-sharing{z-index:1000;padding-left:20px;position:absolute;left:50%}.ClockPage .clock_page-right{transition:opacity 1s}.ClockPage-clock{z-index:1;height:600px;font-weight:700;position:absolute;bottom:0;left:0;right:0}.ClockPage-clock-content{z-index:10}.ClockPage-clock:before{content:" ";z-index:-1;background:#000;position:absolute;inset:0 50% 0 0}.info_shower-countdown{color:#999;max-width:25em;margin-top:1em;font-weight:400}.info_shower-quote-quotation_mark{margin-left:-.5em}.info_shower-quote-text{font-weight:700}.info_shower-quote-author{color:#999;font-weight:400}.ColoredGoalsColumn{padding:42px 8px 0}.ColoredGoalsColumn-header{padding:0 20px}.ColoredGoalsColumn-color{background:var(--goal_color);border-radius:50%;width:16px;height:16px}.ColoredGoalsColumn-title{margin:40px 0 0;font-size:31px;font-weight:700;line-height:116.8%}.ColoredGoalsColumn-goals{margin-top:24px;padding:0 12px}.ColoredGoalsPage-zero_state_goal_options{width:200px;margin:16px auto 0}.ColoredGoalsPage-zero_state_goal_options *{cursor:default}.DeletedGoalsView .DeletedGoalsColumn:hover .DeletedGoalsColumn-options_button{opacity:1}.DeletedGoalsView .DeletedGoalsColumn-header{padding-left:10px;padding-right:10px}.DeletedGoalsView .DeletedGoalsColumn-options_button{opacity:0;background:0 0;transition:opacity .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:44px;right:8px}.DeletedGoalsView .DeletedGoalsColumn-options_button:hover{background:rgba(var(--inversed_background_rgb), .05)}.DeletedGoalsView .DeletedGoalsColumn-title{margin-top:0;margin-bottom:0}.DeletedGoalsView .DeletedGoalsColumn-subtitle{opacity:.5;margin-bottom:1em;line-height:140%}.DeletedGoalsView .DeletedGoalsColumn .GoalRow-content{position:relative}.GoalPage{background-color:var(--elevated_background);min-height:100%;scroll-padding-bottom:135px;overflow-y:auto}.GoalPage._withBackground{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.GoalPage-content{max-width:924px;margin:0 auto;position:relative}.GoalPage-header_buttons{z-index:3;position:absolute;top:12px;right:12px}.GoalPage-header_buttons-tooltip{white-space:nowrap;line-height:20px}.GoalPage-header_buttons .IconButton{margin-left:4px}.GoalPage-header_buttons .Icon{opacity:1}.GoalPage-body{height:100%;padding:60px 54px 120px;position:relative}.GoalPage-body.isEditMode{height:100vh;padding:60px 0 0}.GoalPage .GoalEditorHeader{border-radius:6px 6px 0 0;margin:0 auto}.GoalPage-footer{z-index:100;background:var(--main_background);border-top:1px solid #00000026;width:100%;max-width:924px;height:73px;margin:0 auto;padding:20px 24px;position:sticky;bottom:0}.theme_dark .GoalPage-footer{border-top:1px solid #68686866}.GoalPage-error{text-align:center;padding-top:60px}.Panel{box-sizing:border-box;flex-direction:column;height:100%;padding-bottom:4px;display:flex;position:relative}.Panel._scrollable_content{overscroll-behavior:contain;height:100%;overflow-y:scroll}.Panel._scrollable_content .Panel-children{margin-top:80px}.Panel-progressBar{opacity:1;min-height:20px;margin-bottom:24px;padding:0 24px;transition:opacity 1s}.Panel-progressBar._hidden{display:none}.Panel-header{z-index:10;color:var(--headers_color);flex-wrap:wrap;justify-content:flex-start;align-items:baseline;gap:10px;padding:24px 8px 0 12px;display:flex;position:absolute;left:0;right:0}.Panel-header:after{z-index:-1;content:" ";width:100%;height:100%;display:block;position:absolute;top:0;left:0}.Panel-header .GoalsOptionsButtons{background:var(--column_background_active);box-shadow:-4px 0 4px var(--column_background_active);padding-right:10px;position:absolute;top:34px;right:0}.Panel-title{white-space:nowrap;font-size:31px;font-weight:700;line-height:40px;overflow:hidden}.Panel-title-link{color:inherit;text-decoration:none}.Panel-subtitle{white-space:nowrap;opacity:.25;font-size:15px;position:relative;top:-9px}.Panel:not(._isTablet) .GoalsOptionsButtons{opacity:0;transition:opacity .25s cubic-bezier(.165,.84,.44,1)}.Panel:not(._isTablet):hover .GoalsOptionsButtons{opacity:1;transition:0}.Panel-children{height:calc(100% - var(--top_content_height));flex-grow:1;padding-left:6px;padding-right:6px;font-size:14px}.Panel-children>.Goals,.Panel-children>.Goals .TimeblockingGoals{padding-top:80px}.Panel-switch_content{flex-direction:column;height:100%;display:flex}.Panel-switch_animation{transition:transform .1s cubic-bezier(.165,.84,.44,1),opacity .1s cubic-bezier(.165,.84,.44,1)}.Panel-switch_animation-enter{opacity:0;transform:scale(.95)}.Panel-switch_animation-enter-active{opacity:1;transform:scale(1)}.Panel-switch_animation-enter-done{opacity:1}.Panel-switch_animation-exit{opacity:1;transform:scale(1)}.Panel-switch_animation-exit-active{opacity:0;transform:scale(.95)}.Panel-switch_animation-exit-done{opacity:0}.Panels{display:flex}@media (max-width:959.98px){.Panels{box-sizing:border-box;scroll-snap-type:x mandatory;background:#ccc;flex-flow:row;width:100%;display:flex;overflow-x:scroll}.Panels .Panel{box-sizing:border-box;scroll-snap-align:start;background:#fff;width:100%;border:none!important;flex:none!important}}.Panels .Panel{flex:1;min-width:200px;transition:all .25s}.Panels .Panel._active{flex:2;transition:all .25s}.Panels .Panel:not(._active){border-left:1px solid #0000001a}.theme_dark .Panels .Panel:not(._active){border-left-color:#ffffff4d}.Panels .Panel:first-child,.Panels .Panel._active+.Panel{border-left:none}.HorizonPage{background-color:var(--elevated_background);height:100%;padding:40px 16px 80px;display:flex;position:relative;overflow-y:auto}.HorizonPage._withBackground{background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.HorizonPage-card{background:var(--column_background_active);border-radius:8px;flex-direction:column;width:100%;max-width:750px;height:100%;margin:0 auto;padding:0 40px;display:flex;position:relative}.HorizonPage-card:before{content:"";background:linear-gradient(180deg, var(--column_background_active), var(--column_background_active_transparent));z-index:100;height:20px;position:absolute;top:0;left:20px;right:20px}.HorizonPage-panel{flex-grow:1;padding-top:10px;overflow:scroll}.HorizonPage-navigation{margin-bottom:10px;padding-top:8px;position:relative}.HorizonPage-navigation:before{content:"";background:linear-gradient(0deg, var(--column_background_active), var(--column_background_active_transparent));z-index:100;height:15px;position:absolute;top:-15px;left:0;right:0}.InboxPage{-webkit-user-select:text;user-select:text;background-color:var(--elevated_background);place-content:stretch;place-items:stretch stretch;width:100%;height:100%;transition:opacity;display:grid;position:relative;overflow-x:auto}.InboxPage-content{grid-area:1/1;grid-template-rows:minmax(min-content,1fr);grid-template-columns:minmax(min-content,1fr);padding-top:60px;display:grid;overflow-y:auto}.InboxPage-content .AssignedGoalsColumn{width:100%;max-width:924px;height:min-content;box-shadow:none;border-radius:6px 6px 0 0;grid-area:1/1;place-self:start center;padding-left:40px}.InboxPage .BackgroundColumn{z-index:auto;grid-area:1/1;right:auto}.ClimbColumn{padding:42px 8px 24px}.ClimbColumn-header{padding:0 20px}.ClimbColumn-options_button{position:absolute;top:24px;right:24px}.ClimbColumn-title{margin:24px 0 0;font-size:28px;font-weight:700;line-height:126.8%}.ClimbColumn-goals{margin-top:24px;padding:0 12px 10px}.ClimbColumn-goals-spinner{justify-content:center;padding:24px;display:flex}.overview3d{background:var(--color_fill);max-width:100%;min-height:100vh;color:var(--color_elements);box-sizing:border-box;position:relative;overflow:hidden}.overview3d-dots{z-index:1;margin-top:-60px;margin-bottom:-60px;display:inline-block;position:relative}.overview3d-dots.-hover{cursor:pointer}.overview3d-scale{text-align:center;z-index:100;pointer-events:none;border-bottom:1px solid #fff;border-bottom-color:var(--main-color);width:84px;margin-top:15px;font-size:75%;line-height:200%;position:absolute;left:109px}.overview3d-marginalia{text-align:left;letter-spacing:.03em;z-index:100;pointer-events:none;background:#0000001a;width:85px;margin-top:44px;font-size:100%;position:absolute}.overview3d-marginalia-item{position:absolute;left:24px}.overview3d-title{z-index:100;pointer-events:none;padding-top:25px;padding-left:24px;font-size:312.5%;font-weight:700;line-height:100%;position:relative}.overview3d-nobirthday{z-index:100;margin-top:-60px;margin-bottom:100px;padding-left:105px;position:relative}.overview3d-nobirthday a{color:var(--main-color);font-weight:700;text-decoration:none}.overview3d-nobirthday a:hover{opacity:.75}.overview3d-info{z-index:100;pointer-events:none;-webkit-user-select:none;user-select:none;min-height:160px;margin-top:-60px;padding-left:105px;font-size:100%;font-weight:400;line-height:21px;display:flex;position:relative}.overview3d-info p{line-height:21px}.overview3d-info-column{box-sizing:border-box;width:20%;padding-right:1.2em}.overview3d-info-column.-year{width:10%}.overview3d-info-column.-age{width:25%}.overview3d-info-column-header{margin-bottom:11px;font-size:110%;font-weight:700}.overview3d-info-column.-year .overview3d-info-column-header{font-family:Archivo Black,sans-serif;font-size:140%;font-weight:400;line-height:22px}.MonthSelect{display:inline-block;position:relative}.MonthSelect-fake_input{font-weight:inherit;text-align:center;background:#f7f7f7;border:2px solid #0000;border-radius:4px;padding:13px 20px 13px 16px;transition:all .25s cubic-bezier(.165,.84,.44,1)}.theme_dark .MonthSelect-fake_input{background:#1b1b1b}.MonthSelect._no_value{color:#a4a4a4}.MonthSelect .MonthSelect-fake_input{width:auto}.MonthSelect._focused .MonthSelect-fake_input{border:2px solid var(--main_color)}.MonthSelect-input{opacity:0;cursor:pointer;text-align:center;-webkit-appearance:none;outline:none;width:100%;height:48px;position:absolute;top:0;left:0}.MonthSelect-dropdown_icon{position:absolute;top:15px;right:4px}.DateInput{display:inline-block}.DateInput .TextInput{padding-bottom:0}.DateInput-input_wrap+.DateInput-input_wrap{margin-left:8px}.DateInput-input{text-align:center;width:64px;min-width:auto}.DateInput-year .DateInput-input{width:78px}.DateInput._invisible .DateInput-input{border:1px solid #0000}.DateInput._invisible:hover .DateInput-input{border:1px solid #d7d7d7}.DateInput._invisible .DateInput-input:focus{border-color:var(--main_color)}.DateInput._has_error .DateInput-input{border-color:red!important}.Card{border-radius:8px;padding:30px 24px}.Card._bordered{border:1px solid var(--main_color)}.Card._variant_default{background:#f7f7f7}.theme_dark .Card._variant_default{background:#1b1b1b}.Card._variant_accent{background:#f5ef57}.theme_dark .Card._variant_accent{color:var(--inversed_color)}.Card._variant_inversed{color:var(--inversed_color);background:#1b1b1b}.theme_dark .Card._variant_inversed{background:#f7f7f7}.Section+.Section{margin-top:38px}.Section-title{text-transform:uppercase;background:#f7f7f7;border-radius:4px;padding:8px 12px;font-size:12px;font-weight:600;line-height:15px}.theme_dark .Section-title{background:#333}.Section-left_column{flex-direction:column;flex-basis:33%;padding-top:14px;padding-bottom:14px;padding-right:10px;display:flex}.Section-right_column{flex-basis:75%}.Section-single_column{flex-basis:100%}.Section-row{padding:9px 10px;display:flex}.Section-row._bordered{border-bottom:1px solid #0000001a}.theme_dark .Section-row._bordered{border-bottom:1px solid #fff3}.Section-row._bold .Section-row-value{font-weight:600}.Section .Section-card{margin-top:24px;padding:26px 32px 40px;display:flex}.Section .Section-card._variant_default{background:0 0;border-bottom:1px solid #0000001a}.Section .Section-card-title{margin-top:5px;font-size:21px;font-weight:600;line-height:25px}.Section .Section-card-subtitle{text-transform:uppercase;font-size:14px;font-weight:600;line-height:17px}.Section-card .Section-right_column{padding-top:14px}.ApiKeys{padding-top:42px;padding-bottom:30px}.ApiKeys-section-header{margin-bottom:32px;position:relative}.ApiKeys-section-header_title{letter-spacing:-.01em;margin:0 0 18px;font-family:Inter,sans-serif;font-size:31px;font-style:normal;font-weight:700;line-height:38px}.ApiKeys-section-header p{color:#616161;font-size:16px;line-height:24px}.theme_dark .ApiKeys-section-header p{color:#fff9}.ApiKeys-toolbar{justify-content:flex-start;margin-top:24px;display:flex}.ApiKeys-list{flex-direction:column;gap:24px;display:flex}.ApiKeys-row{border:1px solid #0000001a;border-radius:8px;padding:20px 24px}.theme_dark .ApiKeys-row{border-color:#ffffff26}.ApiKeys-row-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.ApiKeys-row-name{flex:auto}.ApiKeys-row-name input{font-size:18px;font-weight:600}.ApiKeys-row-name .TextInput-input{border-width:1px}.ApiKeys-row-meta{color:#a4a4a4;flex:none;font-size:13px}.theme_dark .ApiKeys-row-meta{color:#fff6}.ApiKeys-row-token{flex-flow:row;align-items:center;gap:12px;margin-bottom:20px;display:flex}.ApiKeys-row-token .Button{flex:none;height:36px;font-weight:400}.ApiKeys-row-token-field{letter-spacing:-.01em;color:#a4a4a4;background-color:#f7f7f7;border-radius:4px;flex-flow:row;flex:auto;justify-content:space-between;align-items:center;min-width:0;padding:11px 16px;font-size:14px;line-height:22px;display:flex}.theme_dark .ApiKeys-row-token-field{color:#ffffff80;background-color:#404040}.ApiKeys-row-token-value{text-overflow:ellipsis;white-space:nowrap;font-family:monospace;overflow:hidden}.ApiKeys-row-copyButton{position:relative}.ApiKeys-row-copyButton._copied .Button-content,.ApiKeys-row-copyButton._failed .Button-content{visibility:hidden}.ApiKeys-row-copyButton._copied:before,.ApiKeys-row-copyButton._failed:before{font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ApiKeys-row-copyButton._copied:before{content:"✓";font-size:16px;font-weight:600}.ApiKeys-row-copyButton._failed:before{content:"Failed"}.ApiKeys-row-controls{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.ApiKeys-row-meta{margin-left:auto}.ApiKeys-row-deleteButton{flex:none}.ApiKeys-row-draftActions{align-items:center;gap:12px;margin-left:auto;display:flex}.ApiKeys-row-spaces-warning{color:#c25450;margin:8px 0 0;font-size:13px}.ColoredGoalsStyleInput{padding-top:15px}.ColoredGoalsStyleInput-checkboxes{display:flex}.ColoredGoalsStyleInput-checkbox_label{cursor:pointer}.ColoredGoalsStyleInput-checkbox_label+.ColoredGoalsStyleInput-checkbox_label{margin-left:16px}.ColoredGoalsStyleInput-checkbox_label img{border:2px solid #000;border-radius:10px;width:162px}body.theme_dark .ColoredGoalsStyleInput-checkbox_label img{border-color:#fff}.ColoredGoalsStyleInput-checkbox_label._disabled{cursor:default}.ColoredGoalsStyleInput-checkbox_wrap{cursor:pointer;align-items:center;margin-top:12px;display:flex}.ColoredGoalsStyleInput-checkbox_wrap .Checkbox{pointer-events:none;margin-left:3px;margin-right:9px}.ColoredGoalsStyleInput-checkbox_wrap .Switcher{margin-right:9px}.ColorModeInput{padding-top:15px}.ColorModeInput-checkboxes{display:flex}.ColorModeInput-checkbox_label{cursor:pointer}.ColorModeInput-checkbox_label+.ColorModeInput-checkbox_label{margin-left:16px}.ColorModeInput-checkbox_label._disabled{cursor:default}.ColorModeInput-checkbox_wrap{cursor:pointer;align-items:center;margin-top:12px;display:flex}.ColorModeInput-checkbox_wrap .Checkbox{pointer-events:none;margin-left:3px;margin-right:9px}.ColorModeInput-checkbox_wrap .Switcher{margin-right:9px}.ColorModeInput-footer{margin-top:27px;display:flex}.ColorModeInput-footer._align_left{justify-content:flex-end}.ColorModeInput-pro_button{margin-left:184px}.Integrations-section{padding-top:42px;padding-bottom:30px}.Integrations-section-header{margin-bottom:48px;position:relative}.Integrations-section-header_title{letter-spacing:-.01em;margin:0 0 18px;font-family:Inter,sans-serif;font-size:31px;font-style:normal;font-weight:700;line-height:38px}.Integrations-section-header p{font-size:18px;line-height:27px}.Integrations-secret{position:relative}.Integrations-secret h4{letter-spacing:-.01em;margin:0 0 16px;font-size:16px;font-weight:600;line-height:20px}.Integrations-secret input{z-index:-1;clip:rect(1px, 1px, 1px, 1px);opacity:0;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.Integrations-secret-field{letter-spacing:-.01em;color:#a4a4a4;background-color:#f7f7f7;border-radius:4px;flex-flow:row;justify-content:space-between;width:100%;margin-bottom:17px;padding:13px 16px 11px;font-size:16px;line-height:24px;display:flex}.theme_dark .Integrations-secret-field{color:#fff3;background-color:#404040}.Integrations-secret-field button{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;cursor:pointer;color:var(--main_color);background:0 0;border:none;outline:none;padding:0}.Integrations-secret-copy{margin-bottom:21px}.Integrations-secret-copy .Button{height:42px;font-weight:400}.Integrations-secret-status{margin-left:12px}.Integrations-secret-footer{border-top:1px solid #0000001a;padding-top:21px}.theme_dark .Integrations-secret-footer{border-top-color:#404040}.Integrations-secret-footer button{cursor:pointer;letter-spacing:-.01em;color:#616161;background:0 0;border-width:0;outline:none;padding:0;font-size:16px;line-height:24px}.Integrations-secret-footer button:hover{color:#5e5e5e}.Integrations-secret-footer button:active{color:#000}.Integrations-secret-footer button .Icon{opacity:1;margin-right:8px;transition:transform .3s}.Integrations-secret-footer p{letter-spacing:-.01em;color:#a4a4a4;font-size:14px;line-height:22px}.Integrations-settings-spaceSelector{align-items:center;gap:8px;margin-bottom:8px;display:flex}.Integrations-tabs{margin:8px 0 2px -20px}.Integrations-tab-content{margin-top:14px}.SettingsForm-container{max-width:684px;margin:0 auto;padding:56px 0 128px}.SettingsForm-avatar{margin-top:4px;margin-left:16px}.SettingsForm-title{margin:0 0 10px}.SettingsForm-email{display:block}.SettingsForm-actions{position:fixed;bottom:18px;right:20px}.SettingsForm-actions .Button+.Button{margin-left:14px}.SettingsForm-plan_cards_wrap{flex-wrap:wrap;margin:24px -7px;display:flex}.SettingsForm-plan_cards_wrap>*{flex-direction:column;flex-basis:calc(50% - 14px);padding:0 7px;display:flex}.SettingsForm-plan_card{flex-direction:column;justify-content:space-between;height:100%;display:flex}.SettingsForm-plan_card h1,.SettingsForm-plan_card h2,.SettingsForm-plan_card h3,.SettingsForm-plan_card p{margin:0}.SettingsForm-plan_card h2{margin-top:14px}.SettingsForm-plan_card h3{margin:24px 0 11px;font-size:16px;font-weight:600;line-height:20px}.SettingsForm-plan_card-top_section{margin-bottom:60px}.SettingsForm-pro_learn_more_link{margin-top:14px}.SettingsForm-plan_payment_card_row{justify-content:space-between;align-items:center;padding:10px 0 14px;display:flex}.SettingsForm-plan_payment_card_row .Icon{vertical-align:sub}.SettingsForm-encryption_section .Section-right_column{padding-top:13px}.SettingsForm-key_download_button{margin-top:24px;display:inline-block}.SettingsForm-explanation_link{color:var(--main_color);align-items:center;margin-top:24px;display:flex}.SettingsForm-explanation_link:hover{color:var(--main_color)}.SettingsForm-explanation_link-text{border-bottom:1px solid var(--main_color);margin-left:6px;display:inline-block}.SettingsForm .NotificationsSettingsRow{justify-content:space-between;padding:.5em 0;font-weight:400;display:flex}.SettingsForm-SwitchRow{padding:.7em 0;font-weight:400}.SettingsForm-SwitchRow label{cursor:pointer}.SettingsForm-SwitchRow .Switcher{position:relative;top:2px}.SettingsForm-SwitchRow-Text{margin-left:9px;display:inline-block}.SettingsForm .DateInput-input{min-width:auto}.SettingsForm .DateInput-input[name=day]{width:64px}.TeamMemberPage{z-index:1;flex-grow:1;justify-content:flex-start;height:100%;display:flex;position:relative;overflow-x:scroll}.TeamMemberPage .AssignedGoalsColumn{flex:2 800px;min-width:350px;max-width:900px;padding:24px 8px}.TeamMemberPage .AssignedGoalsColumn-header-name{height:30px}.TeamMemberPage .AssignedGoalsColumn-goals{padding-top:0}.TeamMemberPage .ProgressCenterPage{flex:1 2 400px;grid-template-columns:auto;min-width:350px;max-width:450px}.TeamMemberPage .ProgressCenter{padding:24px}.TeamMemberPage .AssignedGoalsColumn-header-name{height:75px;margin-top:98px}.TeamMemberPage .ProgressCenter-header{flex-wrap:wrap;gap:4px 8px;margin-top:98px;margin-bottom:37px}.TeamMemberPage .BackgroundColumn{flex-grow:1;width:auto;min-width:120px;margin-left:-8px}@media (max-width:799px){._only_desktop{display:none}}@media (min-width:800px){._only_mobile{display:none}}.AppFade{opacity:0;transition:opacity .5s ease-in}.App{height:100vh;overflow-y:auto}.App-FloatingButtons{z-index:1;flex-direction:column;align-items:center;row-gap:10px;display:flex;position:fixed;bottom:12px;right:17px}.App-FloatingButtons .IconButton .Icon{opacity:1}.App-FloatingButtons .IconButton .Icon:hover{opacity:.75}.App-FloatingButtons .IconButton .Icon:active{opacity:.6}.Editor .ql-bubble .ql-editor pre.ql-syntax{color:#4d4d4c;background:#c1b08314;margin-top:16px;margin-bottom:16px;padding:16px;font-family:IBM Plex Mono,monospace;font-size:15px;line-height:1.6em}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-comment,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-quote{color:#8e908c}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-variable,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-template-variable,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-tag,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-name,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-id,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-class,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-regexp,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-deletion{color:#c82829}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-number,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-built_in,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-builtin-name,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-literal,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-type,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-params,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-meta,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-link{color:#f5871f}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-attribute{color:#eab700}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-string,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-symbol,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-bullet,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-addition{color:#718c00}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-title,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-section{color:#4271ae}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-keyword,.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-tag{color:#8959a8}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-emphasis{font-style:italic}.Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-strong{font-weight:700}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax{color:#ccc;background:#2d2d2d}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-comment,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-quote{color:#999}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-variable,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-template-variable,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-tag,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-name,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-id,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-class,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-regexp,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-deletion{color:#f2777a}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-number,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-built_in,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-builtin-name,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-literal,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-type,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-params,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-meta,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-link{color:#f99157}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-attribute{color:#fc6}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-string,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-symbol,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-bullet,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-addition{color:#9c9}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-title,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-section{color:#69c}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-keyword,.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-selector-tag{color:#c9c}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-emphasis{font-style:italic}.theme_dark .Editor .ql-bubble .ql-editor pre.ql-syntax .hljs-strong{font-weight:700}.image-loading{background:#a4a4a41a}.image-loading .imageBlot-content{filter:blur(5px);opacity:.3}.image-loading:before{content:"";box-sizing:border-box;z-index:1;border:2px solid #0000004d;border-top-color:currentColor;border-radius:50%;grid-area:1/1;width:20px;height:20px;margin:auto;animation:.7s linear infinite image-loading-spinner}.theme_dark .image-loading:before{border:2px solid #ffffff4d;border-top-color:currentColor}@keyframes image-loading-spinner{to{transform:rotate(360deg)}}.imageBlot-preloaded_content{position:relative;top:0;left:0}.FileBlot-loader{background:#fff;border-radius:2px;width:100%;position:absolute;top:0;left:0}.FileBlot-loader-progress{background:#f1f1f1;border-radius:2px;height:100%;transition:all .2s ease-out}.theme_dark .FileBlot-loader{background:var(--main_background)}.theme_dark .FileBlot-loader-progress{background:#0f0f0f}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{vertical-align:middle;display:inline-block}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2px}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1px}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-bubble .ql-editor code{padding:2px 4px;font-size:85%}.ql-bubble .ql-editor pre.ql-syntax{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-bubble .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-bubble .ql-picker-label:before{line-height:22px;display:inline-block}.ql-bubble .ql-picker-options{white-space:nowrap;background-color:#444;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-bubble .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{color:#fff;background-color:#444;border-radius:25px}.ql-bubble .ql-tooltip-arrow{content:" ";border-left:6px solid #0000;border-right:6px solid #0000;margin-left:-6px;display:block;position:absolute;left:50%}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{color:#fff;background:0 0;border:none;outline:none;width:100%;height:100%;padding:10px 20px;font-size:13px;position:absolute}.ql-bubble .ql-tooltip-editor a{position:absolute;top:10px;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{white-space:nowrap;position:relative}.ql-container.ql-bubble:not(.ql-disabled) a:before{color:#fff;content:attr(href);z-index:1;background-color:#444;border-radius:15px;padding:5px 15px;font-size:12px;font-weight:400;text-decoration:none;top:-5px;overflow:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:after{content:" ";border-top:6px solid #444;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;top:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{visibility:hidden;margin-left:50%;transition:visibility 0s .2s;position:absolute;left:0;transform:translate(-50%,-100%)}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{white-space:nowrap;width:1.2em;display:inline-block}.ql-editor li:not(.ql-direction-rtl):before{text-align:right;margin-left:-1.5em;margin-right:.3em}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0, decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1, lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2, lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3, decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4, lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5, lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6, decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7, lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8, lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}@keyframes check{0%{opacity:0}to{opacity:1}}.Editor .ql-container{font-family:inherit;font-size:inherit}.Editor .ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.Editor .ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:hidden}.Editor .ql-bubble .ql-editor h2{margin-top:24px;font-size:22px;font-weight:500;line-height:28px}.Editor .ql-bubble .ql-editor h2 .mention{padding:1px 6px}@media (max-width:600px){.Editor .ql-bubble .ql-editor h2{margin-top:18px}}.Editor .ql-bubble .ql-editor h3{font-size:24px;line-height:28px}@media (max-width:600px){.Editor .ql-bubble .ql-editor h3{font-size:16px;line-height:19px}}.Editor .ql-bubble .ql-editor a{color:#0075ff;white-space:normal}.Editor .ql-bubble .ql-editor a:hover{color:#0038ff}.Editor .ql-bubble .ql-editor a:visited{color:#0075ff}.Editor .ql-bubble .ql-editor a:visited:hover{color:#0038ff}.theme_dark .Editor .ql-bubble .ql-editor a{color:#00c2ff}.theme_dark .Editor .ql-bubble .ql-editor a:hover{color:#c5b386}.theme_dark .Editor .ql-bubble .ql-editor a:visited{color:#00c2ff}.Editor .ql-bubble .ql-editor .highlight{border-radius:4px;margin:-1px;padding:1px}.Editor .ql-bubble .ql-editor .highlight .mention{color:inherit}.Editor .ql-bubble .ql-editor .highlight[data-highlight=yellow]{color:#5c5220;background-color:#ecce3233}.Editor .ql-bubble .ql-editor .highlight[data-highlight=yellow] .mention{background-color:#ecce3233}.Editor .ql-bubble .ql-editor .highlight[data-highlight=red]{color:#52212b;background-color:#df496d33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=red] .mention{background-color:#df496d33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=green]{color:#3f5118;background-color:#92ce1433}.Editor .ql-bubble .ql-editor .highlight[data-highlight=green] .mention{background-color:#92ce1433}.Editor .ql-bubble .ql-editor .highlight[data-highlight=blue]{color:#1b375a;background-color:#278dea33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=blue] .mention{background-color:#278dea33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=purple]{color:#3b2859;background-color:#955be033}.Editor .ql-bubble .ql-editor .highlight[data-highlight=purple] .mention{background-color:#955be033}.Editor .ql-bubble .ql-editor .highlight[data-highlight=orange]{color:#59301c;background-color:#f2713a33}.Editor .ql-bubble .ql-editor .highlight[data-highlight=orange] .mention{background-color:#f2713a33}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=yellow]{color:#f5ebb4;background-color:#ecce324d}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=yellow] .mention{background-color:#ecce3233}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=red]{color:#e9b8c4;background-color:#df496d4d}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=red] .mention{background-color:#df496d33}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=green]{color:#d8eaa9;background-color:#92ce144d}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=green] .mention{background-color:#92ce1433}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=blue]{color:#b0d0f3;background-color:#278dea4d}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=blue] .mention{background-color:#278dea33}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=purple]{color:#d0beee;background-color:#955be04d}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=purple] .mention{background-color:#955be033}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=orange]{color:#f1c8b3;background-color:#f2713a4d}.theme_dark .Editor .ql-bubble .ql-editor .highlight[data-highlight=orange] .mention{background-color:#f2713a33}.Editor .ql-bubble .ql-editor .FileBlot a,.Editor .ql-bubble .ql-editor .FileBlot a:hover,.Editor .ql-bubble .ql-editor .FileBlot a:active,.Editor .ql-bubble .ql-editor .FileBlot a:visited,.Editor .ql-bubble .ql-editor .FileBlot a:visited:hover{color:currentColor}.Editor .ql-container.ql-bubble.ql-disabled{-webkit-user-select:text;user-select:text}.Editor .ql-container.ql-bubble.ql-disabled .EmbedBlot-deleteButton{cursor:pointer;display:none}.Editor .ql-container.ql-bubble.ql-disabled .imageBlot:hover,.theme_dark .Editor .ql-container.ql-bubble.ql-disabled .imageBlot:hover{background:0 0}.Editor .ql-container.ql-bubble.ql-disabled .task:before{cursor:initial;pointer-events:none;transition:none}.Editor .ql-container.ql-bubble.ql-disabled .task:hover:before{background-color:none;transform:none}.Editor .ql-editor{--line_height:1.5;font-size:inherit;line-height:var(--line_height);color:inherit;background:0 0;min-height:200px;padding:0;overflow:visible}.Editor .ql-editor s{-webkit-text-decoration-color:var(--main_color);text-decoration-color:var(--main_color);color:#999}.Editor .ql-editor ul,.Editor .ql-editor ol{margin:16px 0 32px 12px;padding:0;list-style:none}.Editor .ql-editor li:not(.ql-direction-rtl){margin-bottom:10px;padding-left:18px;line-height:24px;position:relative}.Editor .ql-editor ul{position:relative}.Editor .ql-editor ul li:before{content:"";opacity:.2;background-color:var(--main_color);border-radius:50%;width:5px;height:5px;position:absolute;top:10px;left:22px}.Editor .ql-editor ol{counter-reset:list}.Editor .ql-editor ol li:before{content:counter(list);counter-increment:list;opacity:.6;font-size:14px;line-height:25px;position:absolute;left:10px}.Editor .ql-editor .EmbedBlot{position:relative}.Editor .ql-editor .EmbedBlot-deleteButton{border-style:solid;border-width:2px;border-color:var(--main_background);width:24px;height:24px;cursor:initial;cursor:pointer;background-color:#c1c1c1;background-image:url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' width='10' height='1.4' transform='rotate(45 1 0)' fill='white'/%3E%3Crect y='7.07129' width='10' height='1.4' transform='rotate(-45 0 7.07129)' fill='white'/%3E%3C/svg%3E%0A");background-position:6px 6px;background-repeat:no-repeat;border-radius:12px;transition:all .3s;position:absolute;top:-12px;right:-12px}.Editor .ql-editor .EmbedBlot-deleteButton._hidden{opacity:0}.Editor .ql-editor .EmbedBlot-deleteButton:hover{opacity:1;background-color:#9aa3b0}.theme_dark .Editor .ql-editor .EmbedBlot-deleteButton{background-color:#6f6f6f}.theme_dark .Editor .ql-editor .EmbedBlot-deleteButton:hover{background-color:#929292}.Editor .ql-editor .EmbedBlot:hover .EmbedBlot-deleteButton{opacity:1}.Editor .ql-editor .imageBlot{text-align:center;cursor:default;border-radius:4px;width:100%;min-height:40px;padding:0;line-height:0;transition:all .5s;display:grid;position:relative}.Editor .ql-editor .imageBlot:hover{background:#a4a4a41a}.theme_dark .Editor .ql-editor .imageBlot:hover{background:#a4a4a408}.Editor .ql-editor .imageBlot img{border-radius:4px;max-height:80vh;margin:auto;transition:all .5s}@media (max-width:600px){.Editor .ql-editor .imageBlot img{max-height:none}}.Editor .ql-editor .imageBlot>*{grid-area:1/1;margin:auto}.Editor .ql-editor .FileBlot{background:#f1f1f1;border:2px solid #f1f1f1;border-radius:4px;width:100%;min-height:80px;margin-top:8px;margin-bottom:16px;transition:all .5s;display:block;position:relative}.Editor .ql-editor .FileBlot:hover{background:#ebebeb;border-color:#ebebeb;transition:none}.Editor .ql-editor .FileBlot a{color:currentColor;font-size:inherit;padding:14px 14px 14px 78px;line-height:24px;text-decoration:none;display:block;position:relative}.Editor .ql-editor .FileBlot a .FileBlot-icon,.Editor .ql-editor .FileBlot a .FileBlot-iconExt{width:48px;height:48px;position:absolute;top:14px;left:14px;overflow-x:visible}.Editor .ql-editor .FileBlot a .FileBlot-icon{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 38 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.143066 0H27.2691L37.8574 10.6667V48H0.143066V0Z' fill='%23CFD3D6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.1263 20.4499C22.8571 19.1807 20.7993 19.1807 19.5301 20.4499L12.4591 27.521C10.4088 29.5713 10.4088 32.8954 12.4591 34.9456C14.5093 36.9959 17.8334 36.9959 19.8837 34.9456L27.6619 27.1675C27.9548 26.8746 28.4296 26.8746 28.7225 27.1675C29.0154 27.4604 29.0154 27.9352 28.7225 28.2281L20.9444 36.0063C18.3083 38.6423 14.0345 38.6423 11.3984 36.0063C8.76238 33.3703 8.76238 29.0964 11.3984 26.4604L18.4695 19.3893C20.3245 17.5343 23.332 17.5343 25.187 19.3893C27.042 21.2443 27.042 24.2518 25.187 26.1068L18.1159 33.1779C17.042 34.2518 15.3008 34.2518 14.2268 33.1779C13.1529 32.1039 13.1529 30.3627 14.2268 29.2888L21.2979 22.2177C21.5908 21.9248 22.0657 21.9248 22.3586 22.2177C22.6515 22.5106 22.6515 22.9855 22.3586 23.2784L15.2875 30.3494C14.7993 30.8376 14.7993 31.6291 15.2875 32.1172C15.7757 32.6054 16.5671 32.6054 17.0553 32.1172L24.1263 25.0461C25.3955 23.7769 25.3955 21.7192 24.1263 20.4499Z' fill='%23A5ABB4'/%3E%3Cpath d='M27.5713 0L37.857 10.2857H27.5713V0Z' fill='%239AA3B0'/%3E%3C/svg%3E%0A")}.Editor .ql-editor .FileBlot a .FileBlot-iconExt{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 38 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.143066 0H27.2691L37.8574 10.6667V48H0.143066V0Z' fill='%23CFD3D6'/%3E%3Cpath d='M27.5713 0L37.857 10.2857H27.5713V0Z' fill='%239AA3B0'/%3E%3C/svg%3E%0A")}.Editor .ql-editor .FileBlot a .FileBlot-extension{color:#fff;letter-spacing:1px;background:#707a89;margin-right:-30px;padding:1px 3px 1px 4px;font-size:11px;position:relative;top:19px;left:1px}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=DOC]{background-color:#3f72ae}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=XLS],.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=CSV]{background-color:#6d9836}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=PPT]{background-color:#e3631b}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=KEY]{background-color:#3f72ae}.Editor .ql-editor .FileBlot a .FileBlot-extension[data-ext*=PDF]{background-color:#cb2830}.Editor .ql-editor .FileBlot a .FileBlot-details{color:#565a6299;font-size:14px}.theme_dark .Editor .ql-editor .FileBlot{background:#0f0f0f;border-color:#0f0f0f}.theme_dark .Editor .ql-editor .FileBlot:hover{background:#080808;border-color:#080808;transition:none}.theme_dark .Editor .ql-editor .FileBlot a .FileBlot-details{color:#565a62}.Editor .ql-editor .EmbedMediaBlot{border-radius:4px}.Editor .ql-editor .EmbedMediaBlot:hover{background:#a4a4a41a}.theme_dark .Editor .ql-editor .EmbedMediaBlot:hover{background:#a4a4a40d}.Editor .ql-editor .EmbedMediaBlot iframe{border:none}.Editor .ql-editor.ql-editor.ql-blank:before{color:#ccc}.theme_dark .Editor .ql-editor.ql-editor.ql-blank:before{color:#666}.Editor .ql-editor.ql-blank:before{text-overflow:ellipsis;font-style:normal;left:0;right:0;overflow-x:hidden}.Editor .ql-editor>:first-child{margin-top:0!important}.Editor .ql-editor>:last-child{margin-bottom:0!important}.Editor .ql-editor p,.Editor .ql-editor .task{letter-spacing:0;font-family:Inter,sans-serif;font-size:inherit;line-height:var(--line_height);margin:8px 0;font-style:normal}.Editor .ql-editor .task{pointer-events:none;padding-left:30px;position:relative}.Editor .ql-editor .task:before{content:"";cursor:pointer;pointer-events:all;background-position:50%;background-repeat:no-repeat;background-size:cover;width:16px;height:16px;transition:all .2s cubic-bezier(.25,1,.5,1);display:block;position:absolute;top:5px;left:4px}.Editor .ql-editor .task:hover:before{background-color:rgba(var(--inversed_background_rgb), .07)}.Editor .ql-editor .task:active:before{transform:scale(1.2)}.Editor .ql-editor .task[data-checked=true]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBmaWxsPSIjMDAwIiBoZWlnaHQ9IjE0LjkzMjciIHJ4PSIzLjQ2NjM0IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4wNjczMiIgd2lkdGg9IjE0LjkzMjciIHg9Ii41MzM2NjIiIHk9Ii41MzM2NjIiLz48cGF0aCBkPSJtNCA4IDMgMyA2LTYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjc1Ii8+PC9zdmc+)}.Editor .ql-editor .task[data-checked=false]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBoZWlnaHQ9IjE1IiByeD0iMy41IiBzdHJva2U9IiMwMDAiIHdpZHRoPSIxNSIgeD0iLjUiIHk9Ii41Ii8+PC9zdmc+)}.theme_dark .Editor .ql-editor .task[data-checked=true]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBmaWxsPSIjZmZmIiBoZWlnaHQ9IjE0LjkzMjciIHJ4PSIzLjQ2NjM0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS4wNjczMiIgd2lkdGg9IjE0LjkzMjciIHg9Ii41MzM2NjIiIHk9Ii41MzM2NjIiLz48cGF0aCBkPSJtNCA4IDMgMyA2LTYiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxLjc1Ii8+PC9zdmc+)}.theme_dark .Editor .ql-editor .task[data-checked=false]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHdpZHRoPSIxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCBoZWlnaHQ9IjE1IiByeD0iMy41IiBzdHJva2U9IiNmZmYiIHdpZHRoPSIxNSIgeD0iLjUiIHk9Ii41Ii8+PC9zdmc+)}.Editor .ql-editor .task+:not(.task){margin-top:16px}.Editor .ql-editor blockquote{line-height:var(--line_height);margin:0;padding-left:17px}.Editor .ql-editor blockquote:not(:last-child){padding-bottom:5px}.Editor .ql-editor .mention{max-width:100%;color:var(--main_color);background-color:#1f1f1f1a;border-radius:4px;margin:-1px;padding:1px 4px;display:inline;position:relative}.Editor .ql-editor .mention span{vertical-align:top;white-space:normal;padding-left:1.2em}.Editor .ql-editor .mention span:before{content:var(--mention-avatar-letter," ");color:#fff;background-color:var(--mention-avatar-bg_color,--main_color);background-image:var(--mention-avatar-img,none);white-space:nowrap;-webkit-user-select:none;user-select:none;background-size:101%;border-radius:50%;justify-content:center;align-items:center;width:.9em;height:.9em;padding:.3em;font-size:.7em;font-weight:500;display:flex;position:absolute;top:.2em;left:.35em;overflow:hidden}.theme_dark .Editor .ql-editor .mention{background-color:#e7e8eb33}.Editor .ql-bubble .ql-tooltip{max-width:100%;box-shadow:none;pointer-events:none;z-index:1;background:0 0;border:none}.Editor .ql-bubble .ql-tooltip .ql-toolbar{white-space:nowrap;pointer-events:visible;background-color:#1b1b1b;border-radius:5px;width:auto;margin:auto;overflow-x:auto;box-shadow:0 1px 3px #00000059}.Editor .ql-bubble .ql-tooltip-arrow{display:none}.Editor a.ql-action{opacity:.5;position:static;inset:auto}.Editor a.ql-action:hover{opacity:1}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing){width:100%}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-toolbar{display:none}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-toolbar .ql-formats{visibility:hidden}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor{pointer-events:visible;background-color:#1b1b1b;border-radius:5px;flex-direction:row;align-items:center;width:100%;padding:1px 2px 1px 12px;display:flex;position:absolute;box-shadow:0 1px 3px #00000059}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor input[type=text]{display:none}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-preview{color:#00c2ff;text-overflow:ellipsis;white-space:nowrap;width:100%;padding-right:10px;line-height:30px;display:inline;position:static;right:auto;overflow:hidden}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-preview:visited{color:#00c2ff}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-preview:hover{color:#90e5ff}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action{opacity:.5}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:hover{opacity:1}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:hover:after{border-right:1px solid #ffffff4d}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:after{content:"Edit";visibility:visible;border:none;border-right:1px solid #fff9;margin:0;padding-right:10px;line-height:30px;position:static}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:after:hover{opacity:1}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-action:before{visibility:hidden;width:0;height:0;margin:0;display:none;left:0}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-remove{opacity:.3;visibility:visible;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMDY2MjQgMTIuNzQ1NUwyLjUyNzAxIDIuNUgxMy40NzNMMTIuOTMzOCAxMi43NDU1QzEyLjg5MTggMTMuNTQyMiAxMi4yMzM2IDE0LjE2NjcgMTEuNDM1OCAxNC4xNjY3SDQuNTY0MTdDMy43NjYzOCAxNC4xNjY3IDMuMTA4MTggMTMuNTQyMiAzLjA2NjI0IDEyLjc0NTVaIiBzdHJva2U9IndoaXRlIi8+CjxyZWN0IHg9IjEuMzMzMzEiIHk9IjIiIHdpZHRoPSIxMy4zMzMzIiBoZWlnaHQ9IjEuMiIgcng9IjAuNiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTUuODE0NjYgMS4wOTU2MkM1LjkxOTgzIDAuNzQyMjYgNi4yNDQ2OSAwLjUgNi42MTMzNyAwLjVIOS4zODY2N0M5Ljc1NTM1IDAuNSAxMC4wODAyIDAuNzQyMjYgMTAuMTg1NCAxLjA5NTYyTDEwLjY2MjkgMi43SDUuMzM3MTdMNS44MTQ2NiAxLjA5NTYyWiIgc3Ryb2tlPSJ3aGl0ZSIvPgo8cmVjdCB4PSI3LjUiIHk9IjQuNjY2OTkiIHdpZHRoPSIxIiBoZWlnaHQ9IjcuMzMzMzMiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjkuNjY2NjkiIHk9IjQuNjY2OTkiIHdpZHRoPSIxIiBoZWlnaHQ9IjcuMzMzMzMiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjUuMzMzMzEiIHk9IjQuNjY2OTkiIHdpZHRoPSIxIiBoZWlnaHQ9IjcuMzMzMzMiIHJ4PSIwLjUiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-position:50%;background-repeat:no-repeat;background-size:16px 16px;width:52px;height:30px;position:static}.Editor .ql-bubble .ql-tooltip[data-mode=link]:not(.ql-editing) .ql-tooltip-editor a.ql-remove:hover{opacity:1}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-toolbar{display:none}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-toolbar .ql-formats{visibility:hidden}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor{pointer-events:visible;background-color:#1b1b1b;border-radius:5px;flex-direction:row;align-items:center;width:100%;padding:1px 2px 1px 12px;line-height:30px;display:flex;position:absolute;box-shadow:0 1px 3px #00000059}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor input[type=text]{width:100%;font:inherit;padding:0;position:static}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-preview,.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-remove{display:none}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-action{position:static;transform:none}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-action:after{content:"Save";visibility:visible;border:none;margin:0;padding-left:10px;padding-right:12px;line-height:16px;transition:none;position:static;transform:none}.Editor .ql-bubble .ql-tooltip[data-mode=link].ql-editing .ql-tooltip-editor a.ql-action:before{visibility:hidden;width:0;height:0;margin:0;display:none;left:0;transform:none}.Editor .ql-bubble .ql-toolbar .ql-formats{flex-shrink:0;margin:4px;position:relative}.Editor .ql-bubble .ql-toolbar .ql-formats:before{content:"";border-left:1px solid #ffffff4d;position:absolute;top:4px;bottom:4px;left:-5px}.Editor .ql-bubble .ql-toolbar .ql-formats:first-child:before{display:none}.Editor .ql-bubble .ql-toolbar button{border-radius:4px;width:24px;height:24px;margin:0 3px;position:relative}.Editor .ql-bubble .ql-toolbar button svg{display:none}.Editor .ql-bubble .ql-toolbar button:before{content:"";background-position:50%;background-repeat:no-repeat;position:absolute;inset:0}.Editor .ql-bubble .ql-toolbar button.ql-bold:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTQgMTYiIHdpZHRoPSIxNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJtLjkzMzU5NCAxaDYuOTk5OTk2YzEuODA0MTMgMCAzLjI2NjcxIDEuNDYyNTQgMy4yNjY3MSAzLjI2NjY3IDAgMS44MDQxMy0xLjQ2MjU4IDMuMjY2NjYtMy4yNjY3MSAzLjI2NjY2aC01LjEzMzMzIi8+PHBhdGggZD0ibS45MzM1OTQgMTVoNy40NjY2NzZjMi4wNjE4MyAwIDMuNzMzMzMtMS42NzE1IDMuNzMzMzMtMy43MzMzIDAtMi4wNjE5LTEuNjcxNS0zLjczMzM3LTMuNzMzMzQtMy43MzMzN2gtNS4xMzMzMyIvPjxwYXRoIGQ9Im0yLjgwMDc4IDF2MTQiLz48L2c+PC9zdmc+);background-size:13px 14px}.Editor .ql-bubble .ql-toolbar button.ql-header:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNjIxMDkgNC43NzgzMkg2LjYyMTA5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMi42MjEwOSAxOC43NzgzSDYuNjIxMDkiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik00LjYyMTA5IDQuNzc4MzJWMTguNzc4MyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTExLjYyNSA0Ljc3ODMySDE1LjYyNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTQuODgyODEgMTEuNzc4M0wxMy4zMjA4IDExLjc3ODMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xMS42MjUgMTguNzc4M0gxNS42MjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xMy42MjUgNC43NzgzMlYxOC43NzgzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMjIuNDIzNSAxOS41MzQ5SDE3LjU2MzFWMTguNTcwNkwxOS44NTcgMTYuMTI1OEMyMC4xNzE5IDE1Ljc4MTYgMjAuNDA0IDE1LjQ4MTMgMjAuNTUzNCAxNS4yMjQ4QzIwLjcwNiAxNC45NjgzIDIwLjc4MjMgMTQuNzI0OCAyMC43ODIzIDE0LjQ5NDNDMjAuNzgyMyAxNC4xNzk0IDIwLjcwMjcgMTMuOTMyNiAyMC41NDM2IDEzLjc1NEMyMC4zODQ2IDEzLjU3MjIgMjAuMTU3MyAxMy40ODEzIDE5Ljg2MTggMTMuNDgxM0MxOS41NDM2IDEzLjQ4MTMgMTkuMjkyIDEzLjU5MTcgMTkuMTA3IDEzLjgxMjVDMTguOTI1MSAxNC4wMyAxOC44MzQyIDE0LjMxNzMgMTguODM0MiAxNC42NzQ1SDE3LjQyMTlDMTcuNDIxOSAxNC4yNDI3IDE3LjUyNDEgMTMuODQ4MiAxNy43Mjg3IDEzLjQ5MUMxNy45MzY1IDEzLjEzMzkgMTguMjI4NyAxMi44NTQ3IDE4LjYwNTMgMTIuNjUzNEMxOC45ODIgMTIuNDQ4OCAxOS40MDg5IDEyLjM0NjYgMTkuODg2MiAxMi4zNDY2QzIwLjYxNjcgMTIuMzQ2NiAyMS4xODMzIDEyLjUyMTkgMjEuNTg1OSAxMi44NzI1QzIxLjk5MTcgMTMuMjIzMiAyMi4xOTQ2IDEzLjcxODMgMjIuMTk0NiAxNC4zNTc5QzIyLjE5NDYgMTQuNzA4NiAyMi4xMDM3IDE1LjA2NTcgMjEuOTIxOSAxNS40Mjk0QzIxLjc0MDEgMTUuNzkzIDIxLjQyODQgMTYuMjE2NyAyMC45ODY4IDE2LjcwMDVMMTkuMzc0OCAxOC40MDAySDIyLjQyMzVWMTkuNTM0OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);background-size:24px 24px}.Editor .ql-bubble .ql-toolbar button.ql-blockquote:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjE4NjkgMTUuMzc1N0MxMS4xODY5IDE2LjEyOTggMTAuODgwNiAxNi43ODk2IDEwLjI2NzkgMTcuMzU1MkM5LjY2Njk3IDE3LjkyMDcgOC45NTQxMSAxOC4yMDM1IDguMTI5MzIgMTguMjAzNUM2LjgzMzIxIDE4LjIwMzUgNS44Mzc1NyAxNy43NzM0IDUuMTQyMzggMTYuOTEzM0M0LjQ0NzIgMTYuMDUzMiA0LjA5OTYxIDE0Ljg2MzEgNC4wOTk2MSAxMy4zNDMxQzQuMDk5NjEgMTEuOTI5MiA0LjY5NDY0IDEwLjUwMzUgNS44ODQ3IDkuMDY1OThDNy4wODY1NCA3LjYyODQ4IDguNTI5OTMgNi41Mzg1OCAxMC4yMTQ5IDUuNzk2MjZMMTAuOTkyNSA3LjA1MTEzQzkuNjYxMDggNy42OTkxOCA4LjYxODMgOC40NTMyOCA3Ljg2NDIgOS4zMTM0MkM3LjExMDExIDEwLjE3MzYgNi42NzQxNCAxMS4yMTYzIDYuNTU2MzIgMTIuNDQxN0g3LjU0NjA3QzguMjc2NiAxMi40NDE3IDguODcxNjMgMTIuNTI0MiA5LjMzMTE2IDEyLjY4OTJDOS43OTA2OSAxMi44NTQxIDEwLjE2MTggMTMuMDgzOSAxMC40NDQ2IDEzLjM3ODVDMTAuNzE1NiAxMy42NjEzIDEwLjkwNDIgMTMuOTczNSAxMS4wMTAyIDE0LjMxNTJDMTEuMTI4IDE0LjY1NjkgMTEuMTg2OSAxNS4wMTA0IDExLjE4NjkgMTUuMzc1N1pNMTkuOTAwMyAxNS4zNzU3QzE5LjkwMDMgMTYuMTI5OCAxOS41OTM5IDE2Ljc4OTYgMTguOTgxMiAxNy4zNTUyQzE4LjM4MDMgMTcuOTIwNyAxNy42Njc1IDE4LjIwMzUgMTYuODQyNyAxOC4yMDM1QzE1LjU0NjYgMTguMjAzNSAxNC41NTA5IDE3Ljc3MzQgMTMuODU1NyAxNi45MTMzQzEzLjE2MDYgMTYuMDUzMiAxMi44MTMgMTQuODYzMSAxMi44MTMgMTMuMzQzMUMxMi44MTMgMTEuOTI5MiAxMy40MDggMTAuNTAzNSAxNC41OTgxIDkuMDY1OThDMTUuNzk5OSA3LjYyODQ4IDE3LjI0MzMgNi41Mzg1OCAxOC45MjgyIDUuNzk2MjZMMTkuNzA1OSA3LjA1MTEzQzE4LjM3NDQgNy42OTkxOCAxNy4zMzE3IDguNDUzMjggMTYuNTc3NiA5LjMxMzQyQzE1LjgyMzUgMTAuMTczNiAxNS4zODc1IDExLjIxNjMgMTUuMjY5NyAxMi40NDE3SDE2LjI1OTRDMTYuOTkgMTIuNDQxNyAxNy41ODUgMTIuNTI0MiAxOC4wNDQ1IDEyLjY4OTJDMTguNTA0IDEyLjg1NDEgMTguODc1MiAxMy4wODM5IDE5LjE1OCAxMy4zNzg1QzE5LjQyOSAxMy42NjEzIDE5LjYxNzUgMTMuOTczNSAxOS43MjM2IDE0LjMxNTJDMTkuODQxNCAxNC42NTY5IDE5LjkwMDMgMTUuMDEwNCAxOS45MDAzIDE1LjM3NTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size:24px 24px}.Editor .ql-bubble .ql-toolbar button.ql-italic:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOSAxNCIgd2lkdGg9IjkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSI+PHBhdGggZD0ibTUuNDAwMzkgMS0yIDEyIi8+PHBhdGggZD0ibTIgMWg2LjgiLz48cGF0aCBkPSJtMCAxM2g2LjgiLz48L2c+PC9zdmc+);background-size:10px 14px}.Editor .ql-bubble .ql-toolbar button.ql-strike:before{background-image:url("data:image/svg+xml,<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14.345 7.04406C14.9208 7.4219 15.2492 7.95267 15.3301 8.63639H16.9494C16.9269 7.93918 16.711 7.31619 16.3017 6.76742C15.8969 6.21865 15.3481 5.78684 14.6554 5.47197C13.9627 5.1526 13.171 4.99292 12.2804 4.99292C11.3988 4.99292 10.6004 5.15485 9.88516 5.47872C9.17446 5.79808 8.6077 6.24789 8.18488 6.82815C7.76655 7.4039 7.55739 8.07862 7.55739 8.8523C7.55739 9.7834 7.87226 10.5368 8.50199 11.1126C8.67206 11.2681 8.85853 11.4139 9.0614 11.55H5.79999V12.75H12.1448L12.7662 12.9276C13.252 13.0625 13.7041 13.22 14.1224 13.3999C14.5407 13.5798 14.8781 13.8137 15.1345 14.1016C15.3908 14.3895 15.519 14.7628 15.519 15.2216C15.519 15.7254 15.3706 16.1662 15.0737 16.5441C14.7769 16.9174 14.3743 17.2098 13.866 17.4212C13.3577 17.6281 12.7842 17.7316 12.1455 17.7316C11.5967 17.7316 11.0839 17.6506 10.6071 17.4887C10.1348 17.3222 9.74347 17.0703 9.4331 16.733C9.12723 16.3911 8.95181 15.9593 8.90682 15.4375H7.17955C7.23353 16.1932 7.46518 16.8567 7.87451 17.4279C8.28833 17.9992 8.8551 18.4445 9.57479 18.7639C10.299 19.0832 11.1559 19.2429 12.1455 19.2429C13.207 19.2429 14.1089 19.0652 14.8511 18.7099C15.5978 18.3545 16.1645 17.8755 16.5514 17.2727C16.9427 16.67 17.1384 15.9953 17.1384 15.2486C17.1384 14.6009 17.0057 14.0544 16.7403 13.609C16.543 13.2779 16.3058 12.9916 16.0289 12.75H18.6V11.55H13.6265C13.4972 11.5104 13.3723 11.4748 13.252 11.4432L11.8486 11.0654C11.5922 10.9979 11.3111 10.9102 11.0052 10.8022C10.6993 10.6898 10.4069 10.5481 10.1281 10.3772C9.84918 10.2017 9.61977 9.98357 9.43985 9.72268C9.26442 9.45729 9.17671 9.14017 9.17671 8.77133C9.17671 8.33051 9.30266 7.93693 9.55455 7.59058C9.81094 7.24422 10.1663 6.97209 10.6206 6.77417C11.0794 6.57625 11.6147 6.4773 12.2264 6.4773C13.0631 6.4773 13.7693 6.66622 14.345 7.04406Z\" fill=\"white\"/></svg>");background-size:24px 24px}.Editor .ql-bubble .ql-toolbar button.ql-task:before{background-image:url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1H19' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9 5H19' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9 9H19' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9 13H19' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M1 7L3 9L6.5 5.5' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");background-size:18px 18px}.Editor .ql-bubble .ql-toolbar button.ql-link:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJtMTIuMjA4NyAxMC43NTA5IDMuNzMxOS0zLjczMTk0Yy40NjYzLS40NjYyNi41NDE3LS41NTE4NS41NzkxLS42MDc3OS4yMzcyLS4zNTQ5OC4yMzcyLS44MTc4OCAwLTEuMTcyODctLjAzNzQtLjA1NTkzLS44NTkyLS44ODc5MS0xLjMyNTUtMS4zNTQxOC0uNDY2Mi0uNDY2MjYtLjU1MTgtLjU0MTczLS42MDc4LS41NzkxLS4zNTQ5LS4yMzcxOS0uODE3OS0uMjM3MTktMS4xNzI4IDAtLjA1Ni4wMzczNy0uMTQxNi4xMTI4NC0uNjA3OC41NzkxbC0xLjcxNjcgMS43MTY3Yy0uMjg4Ni4yODg1Ni0uNzU2NC4yODg1Ni0xLjA0NSAwLS4yODg1Mi0uMjg4NTUtLjI4ODUyLS43NTYzOSAwLTEuMDQ0OTRsMS43MTY3LTEuNzE2N2MuNDE2Mi0uNDE2MTguNjI0My0uNjI0MjcuODMxOC0uNzYyODkuODUxOS0uNTY5MjYgMS45NjI5LS41NjkyNiAyLjgxNDggMCAuMjA3NS4xMzg2Mi40MTU2LjM0NjcxLjgzMTguNzYyODkuNDE2MS40MTYxNyAxLjM3MDYgMS4zNzA2NSAxLjUwOTIgMS41NzgxMS41NjkzLjg1MTk2LjU2OTMgMS45NjI5NCAwIDIuODE0ODktLjEzODYuMjA3NDctLjM0NjcuNDE1NTUtLjc2MjguODMxNzNsLTMuNzMyIDMuNzMxOTljLS40MTYyLjQxNjEtLjYyNDMuNjI0Mi0uODMxNy43NjI4LS44NTIuNTY5My0xLjk2My41NjkzLTIuODE0OTEuMDAwMS0uMTQwOTktLjA5NDMtLjYyNjk5LS41NjUzLTEuMDU0NTctLjk4OC0uMjkwMTgtLjI4Ny0uMjg5NjItLjc1NTItLjAwMTA3LTEuMDQzOHMuNzU2MzYtLjI4ODUgMS4wNDY0OC0uMDAxNWMuMzk2MjMuMzkxOS43OTIxNy43NzkxLjgzMDE3LjgwNDUuMzU1LjIzNzIuODE3OS4yMzcyIDEuMTcyOSAwIC4wNTU5LS4wMzc0LjE0MTUtLjExMjguNjA3OC0uNTc5MXoiLz48cGF0aCBkPSJtNy44Nzg5NiA4LjgxMDM2LTQuMDMwNTEgNC4wMzA1NGMtLjQ2NjI2LjQ2NjItLjU0MTczLjU1MTgtLjU3OTExLjYwNzgtLjIzNzE5LjM1NDktLjIzNzE5LjgxNzggMCAxLjE3MjguMDM3MzguMDU2LjExMjg1LjE0MTYuNTc5MTEuNjA3OC40NjYyNi40NjYzIDEuMjk4MjQgMS4yODgxIDEuMzU0MTggMS4zMjU1LjM1NDk4LjIzNzIuODE3ODkuMjM3MiAxLjE3Mjg3IDAgLjA1NTkzLS4wMzc0LjE0MTUzLS4xMTI4LjYwNzc5LS41NzkxbDIuMDg5ODktMi4wODk5Yy4yODg1Ni0uMjg4NS43NTYzOS0uMjg4NSAxLjA0NDkyIDAgLjI4ODYuMjg4Ni4yODg2Ljc1NjQgMCAxLjA0NWwtMi4wODk4NyAyLjA4OTljLS40MTYxNy40MTYxLS42MjQyNi42MjQyLS44MzE3Mi43NjI4LS44NTE5Ni41NjkzLTEuOTYyOTQuNTY5My0yLjgxNDg5IDAtLjIwNzQ2LS4xMzg2LTEuMTYxOTQtMS4wOTMxLTEuNTc4MTItMS41MDkyLS40MTYxOC0uNDE2Mi0uNjI0MjYtLjYyNDMtLjc2Mjg5LS44MzE4LS41NjkyNS0uODUxOS0uNTY5MjUtMS45NjI5IDAtMi44MTQ5LjEzODYzLS4yMDc0LjM0NjcxLS40MTU1Ljc2Mjg5LS44MzE3bDQuMDMwNTEtNC4wMzA0OWMuNDE2MTgtLjQxNjE3LjYyNDI2LS42MjQyNi44MzE3My0uNzYyODguODUxOTUtLjU2OTI2IDEuOTYyOTMtLjU2OTI2IDIuODE0ODYgMCAuMTQ5MS4wOTk1Ny44NzYxLjgxMjY5IDEuNDI4MSAxLjM2MDc4LjI4OTYuMjg3NTIuMjg5My43NTU2MS4wMDA4IDEuMDQ0MTYtLjI4ODYuMjg4NTYtLjc1NjUuMjg4NjYtMS4wNDYxLjAwMTItLjUyNzItLjUyMzE0LTEuMTYzNS0xLjE1MDUtMS4yMDM3OC0xLjE3NzQyLS4zNTQ5OS0uMjM3MTktLjgxNzg5LS4yMzcxOS0xLjE3Mjg3IDAtLjA1NTk0LjAzNzM4LS4xNDE1My4xMTI4NS0uNjA3NzkuNTc5MTF6Ii8+PC9nPjwvc3ZnPg==);background-size:18px 18px}.Editor .ql-bubble .ql-toolbar button.ql-code-block:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGc+CjxwYXRoIGQ9Ik0xMy44NDA2IDRMOS4zNDMwMiAyMC42MDM4IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8cGF0aCBkPSJNMTYuMzA1OSA4LjAwMDk4TDIwLjIyMDIgMTIuMDUxN0wxNi4zMDYxIDE1Ljk2NjYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik02LjkxNDMxIDguMDAwOThMMy4wMDAwNiAxMi4wNTE3TDYuOTE0MTUgMTUuOTY2NiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9nPgo8L3N2Zz4K);background-size:18px 18px}.Editor .ql-bubble .ql-toolbar button.ql-list[value=check]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiIHdpZHRoPSIyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij48cmVjdCBoZWlnaHQ9IjE3LjUiIHJ4PSI4Ljc1IiB3aWR0aD0iMTcuNSIgeD0iMS4yNSIgeT0iMS4yNSIvPjxwYXRoIGQ9Im01LjgwMDc4IDkuNyAzLjE1IDMuMTUgNS44NTAwMi01Ljg1Ii8+PC9nPjwvc3ZnPg==);background-size:18px 18px}.Editor .ql-bubble .ql-toolbar button.ql-hashtag:before{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTcgMTgiIHdpZHRoPSIxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJtNi4yMTM3NyAxLTIuNjY2ODkgMTYiLz48cGF0aCBkPSJtMTIuNzk3OCAxLTIuNjY2OSAxNiIvPjxwYXRoIGQ9Im0uODgyODEyIDUuODg0MzdoMTUuMTU5MTg4Ii8+PHBhdGggZD0ibTAgMTIuMjEyNWgxNS4xNTkyIi8+PC9nPjwvc3ZnPg==);background-size:16px 16px}.Editor .ql-bubble .ql-toolbar button.ql-list[value=ordered]:before{background-image:url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.33687 3.13672H2.83261L0.663574 4.53018V5.97905L2.70477 4.67507H2.7559V11.864H4.33687V3.13672Z' fill='white'/%3E%3Cpath d='M9.33691 1.5H19.3369' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9.33691 5.5H19.3369' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9.33691 9.5H19.3369' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M9.33691 13.5H19.3369' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");background-size:20px 16px}.Editor .ql-bubble .ql-toolbar button.ql-list[value=bullet]:before{background-image:url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.00003 9.5C3.07274 9.5 3.99091 8.60502 4 7.49087C3.99091 6.39498 3.07274 5.5 2.00003 5.5C0.890962 5.5 -0.00902238 6.39498 6.82669e-05 7.49087C-0.00902238 8.60502 0.890962 9.5 2.00003 9.5Z' fill='white'/%3E%3Cpath d='M8 1.5H18' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 5.5H18' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 9.5H18' stroke='white' stroke-width='1.2'/%3E%3Cpath d='M8 13.5H18' stroke='white' stroke-width='1.2'/%3E%3C/svg%3E%0A");background-size:18px 16px}.Editor .ql-bubble .ql-toolbar button:hover,.Editor .ql-bubble .ql-toolbar button.ql-active{background-color:#ffffff41}.Editor .ql-bubble .ql-toolbar button:hover:before,.Editor .ql-bubble .ql-toolbar button.ql-active:before{opacity:.65}.Editor._hidden{height:0;margin:0;overflow:hidden}.Editor-toolbar{text-align:right;visibility:visible;transition:all .25s cubic-bezier(.165,.84,.44,1)}.Editor-toolbar._transparent{visibility:hidden;opacity:0}.Editor-toolbar .TextButton{color:#999}.Editor-toolbar .TextButton .Icon{margin-right:5px}.theme_dark .Editor-toolbar .TextButton{color:#666}.Editor-toolbar .IconButton{margin:0 7px}.Editor-toolbar .WithTooltip{line-height:12px}@media (max-width:799px){.Editor-toolbar{text-align:left;font-size:14px}.Editor-toolbar .TextButton{padding:4px 6px}}.Editor-toolbar._external{line-height:0}.Editor-toolbar._external .Tags-icon{margin:0 5px;padding:0}.Editor-toolbar._external .Tags-icon:hover{background-color:var(--main_background)}.Editor-toolbar._external .Tags-icon .Icon{margin-right:0}.Editor .ql-bubble .ql-picker.ql-expanded .ql-picker-options{background-color:#1b1b1b;border-radius:5px;width:auto;min-width:auto;padding:2px 4px;display:flex;position:fixed;top:35px;right:0}.Editor .ql-picker.ql-highlight .ql-picker-item,.Editor .ql-picker.ql-highlight .ql-picker-label{color:#0000;background-color:#0000;border:none;border-radius:4px;width:24px;height:24px;position:relative}.Editor .ql-picker.ql-highlight .ql-picker-item:before,.Editor .ql-picker.ql-highlight .ql-picker-label:before{content:"";background-position:50%;background-repeat:no-repeat;display:inline-block;position:absolute;inset:0;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOC4yNSIgZmlsbD0iIzc3Nzc3NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==);mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iOC4yNSIgZmlsbD0iIzc3Nzc3NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPC9zdmc+Cg==)}.Editor .ql-picker.ql-highlight [data-value=null]:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI4LjI1IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNi4yMTQgNS4xMDZsMTIuNjggMTIuNjhhOS4wNiA5LjA2IDAgMCAxLTEuMDU3IDEuMDY0TDUuMTQ5IDYuMTYzYy4zMjUtLjM4MS42ODEtLjczNSAxLjA2NS0xLjA1N3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);background-size:24px 24px;-webkit-mask-image:none;mask-image:none}.Editor .ql-picker.ql-highlight [data-value=null]:hover:before{opacity:.65}.Editor .ql-picker.ql-highlight [data-value=yellow]:before{background-color:#ecce32}.Editor .ql-picker.ql-highlight [data-value=red]:before{background-color:#df496d}.Editor .ql-picker.ql-highlight [data-value=green]:before{background-color:#92ce14}.Editor .ql-picker.ql-highlight [data-value=blue]:before{background-color:#278dea}.Editor .ql-picker.ql-highlight [data-value=purple]:before{background-color:#955be0}.Editor .ql-picker.ql-highlight [data-value=orange]:before{background-color:#f2713a}.Editor .ql-picker.ql-highlight .ql-picker-item:hover,.Editor .ql-picker.ql-highlight .ql-picker-label:hover{background-color:#ffffff41}.Editor .ql-mention-list-container{z-index:200}@media (max-width:799px){.Editor .ql-mention-list-container{max-width:100%}}.Editor .ql-mention-list{color:#d7d8db;scrollbar-width:thin;background-color:#000;border:1px solid #292929;border-radius:8px;outline-color:#d7d8db;min-width:180px;max-height:200px;margin:0;padding:8px 0;font-size:14px;list-style:none;overflow-y:scroll;box-shadow:0 2px 9px #00000059}.Editor .ql-mention-list .ql-mention-list-item{text-overflow:ellipsis;white-space:nowrap;cursor:default;max-width:380px;padding:7px 14px;overflow:hidden}.Editor .ql-mention-list .ql-mention-list-item.selected{cursor:pointer;background-color:#a4a4a440}.Editor .ql-mention-list .ql-mention-list-item .mentionItemContainer{align-items:center;gap:8px;display:flex}.Editor .ql-mention-list .ql-mention-list-item .mentionItemContainer .mentionAvatar{-webkit-user-select:none;user-select:none;color:#fff;border-radius:50%;flex-shrink:0;align-items:center;width:22px;height:22px;display:flex;overflow:hidden}.Editor .ql-mention-list .ql-mention-list-item .mentionItemContainer .mentionAvatar-image{object-fit:cover;object-position:center;width:100%;height:100%}.Editor .ql-mention-list .ql-mention-list-item .mentionItemContainer .mentionAvatar-icon{text-align:center;width:100%;font-size:12.94px;font-weight:500}.Tags-menu{max-width:300px;padding-bottom:0}.Tags-menu-input{align-items:center;display:flex}.Tags-menu-input:last-child{margin-bottom:8px}.Tags-menu-input:before{content:"#";opacity:.5;margin-left:14px;font-size:14px}.Tags-menu-input .TextInput{flex:auto}.Tags-menu-input .TextInput-input{width:100%;min-width:auto;padding:8px 8px 8px 4px;font-size:14px;border:none!important}.Tags-menu-input .Menu-button{z-index:1000;border-radius:4px;width:auto;padding:2px 8px;display:inline-flex;position:absolute;right:2px}.Tags-menu-fixed-bottom{background:inherit;padding-bottom:8px;position:sticky;bottom:0}@media (max-width:799px){._only_desktop{display:none}}@media (min-width:800px){._only_mobile{display:none}}.ParametrizedIframe{position:relative}.ParametrizedIframe iframe{border:1px solid #9996;width:100%;height:400px}.iframely-responsive{box-sizing:border-box;width:100%;height:0;padding-bottom:56.25%;position:relative;top:0;left:0}.iframely-responsive>*{box-sizing:border-box;border:0;width:100%;height:100%;position:absolute;top:0;left:0}
