html{overflow-y:auto;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#324063}*{margin:0;padding:0}button,input,textarea{outline:none;border:none}a{text-decoration:none}a:hover{opacity:.8}button{background:none}button:hover{opacity:.8}button:disabled{opacity:.6}input{-webkit-appearance:none}input ::-webkit-input-placeholder{color:#aeacaf}input ::-moz-placeholder{color:#aeacaf}input :-ms-input-placeholder{color:#aeacaf}input ::-ms-input-placeholder{color:#aeacaf}input ::placeholder{color:#aeacaf}input:disabled{background:rgba(0,0,0,.05)}.input{border-radius:6px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;margin:0 0 23px 0;border:1px solid #e5e7ec}button,input[type=button]{cursor:pointer;border:none}button:disabled,input[type=button]:disabled{cursor:auto}body{background-color:#f5f7f9}*{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.center{max-width:1200px;padding:0 16px;margin:0 auto}.columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.column{margin-right:16px;width:100%}.column:last-child{margin-right:0}.grecaptcha-badge{display:none!important}.error-msg{color:red;font-size:12px}.success-msg{color:#34c759;font-size:12px}.loginText_title{font-size:20px;margin-bottom:10px}.loginText_text{font-size:14px;margin-bottom:10px}button.loading{position:relative}button.loading:before{top:50%;left:10px;position:absolute;margin-top:-8px;content:"";display:block;border:2px solid #fff;border-top:2px solid hsla(0,0%,100%,.5);border-left:2px solid hsla(0,0%,100%,.5);border-radius:50%;width:12px;height:12px;-webkit-animation:loader .5s linear infinite;animation:loader .5s linear infinite}button.loading.loading-center{color:transparent}button.loading.loading-center:before{left:50%;margin-top:-8px;margin-left:-8px}.button_cancel.loading:before{border:2px solid #ccc;border-top:2px solid rgba(0,0,0,.5);border-left:2px solid rgba(0,0,0,.5)}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pageTitle{font-weight:500;font-size:20px;margin:0 auto;max-width:1200px;padding:38px 0 32px}@media only screen and (max-width:1232px){.pageTitle{margin:0 16px}}.whiteBox{background:#fff;border:1px solid #e5e7ec;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:1200px;margin:0 auto}@media only screen and (max-width:1232px){.whiteBox{margin:0 16px}}.whiteBox.loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.whiteBox.loading:before{content:"";display:block;border:3px solid #fff;border-top-color:#e5e7ec;border-left-color:#e5e7ec;border-radius:50%;width:40px;height:40px;-webkit-animation:loader .5s linear infinite;animation:loader .5s linear infinite}.fullPageLoader.loading{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.fullPageLoader.loading:before{content:"";display:block;border:4px solid #fff;border-top-color:#e5e7ec;border-left-color:#e5e7ec;border-radius:50%;width:60px;height:60px;-webkit-animation:loader .5s linear infinite;animation:loader .5s linear infinite}.pageSubTitle{font-weight:500;font-size:20px;padding:0 0 24px 0}.checkbox{cursor:pointer}.checkbox input[type=checkbox]{display:none}.checkbox input[type=checkbox]:checked+b:before{position:absolute;top:2px;left:6px;content:"";display:block;width:5px;height:11px;-webkit-transform:rotate(-142deg);transform:rotate(-142deg);border-left:2px solid #fff;border-top:2px solid #fff}.checkbox input[type=checkbox]+b{margin:2px 13px 0 0;width:20px;display:block;height:20px;background:#000;position:relative;float:left;border-radius:3px}.checkbox input[type=checkbox]+b:before{display:none}.popup{padding:24px;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;border:1px solid #e5e7ec;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:588px;max-width:90vw;z-index:15;margin:0 auto}.popup label{font-weight:500;font-size:17px;margin:0 0 8px 0;display:block}.popup .selectWrapper select,.popup input{border:1px solid #e5e7ec;border-radius:6px;font-size:17px;width:100%;margin-bottom:10px;padding:10px 10px 10px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}select{-moz-appearance:none;appearance:none;-webkit-appearance:none}select:focus{outline:none}.selectWrapper{position:relative}.selectWrapper:after{display:block;content:"";position:absolute;width:10px;height:10px;top:12px;right:12px;border-left:1px solid #9c9c9c;border-bottom:1px solid #9c9c9c;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popup_title{font-weight:500;font-size:20px}.popup_subTitle{color:#9c9c9c}.popup_text{padding:0 0 22px 0}.popup_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:16px 0 0 0}.popup_buttons .button_ok{margin:0 0 0 12px}.button,.buttonSmall{border-radius:6px;padding:7px 15px 9px 15px;font-size:16px;font-weight:500}.buttonSmall{font-size:14px;padding:5px 10px 6px;font-weight:500}.button_cancel{color:#324063;background:#fff;border:1px solid #e5e7ec}.button_ok{background:#736ced;border:1px solid #736ced;color:#fff}.popup_shadow{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0;cursor:pointer;z-index:12}.submenu{display:none;position:absolute;top:100%;left:0;z-index:10;max-width:300px;min-width:184px;white-space:nowrap;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;padding:0 16px;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.12);box-shadow:0 4px 12px 0 rgba(0,0,0,.12);border-radius:6px}.submenu a,.submenu button{text-decoration:none;text-align:left;display:block;margin:18px 0 24px 0;text-transform:capitalize;font-size:16px}.fs12,.fs14{font-size:14px}.fwm{font-weight:500}.fwn{font-weight:400}.ml10{margin-left:10px}.fw{width:100%!important}.green{color:#34c759}.red{color:red!important}.toasted-container.top-center{top:1%!important}.toasted-container.top-center .action{color:#fff!important}.ez-toasted{border-radius:6px!important}.popover-inner{z-index:12;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;padding:5px;border-radius:4px;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.12);box-shadow:0 4px 12px 0 rgba(0,0,0,.12);-webkit-transform:translate(100%,-20px);transform:translate(100%,-20px)}.popover-inner:before{position:absolute;top:100%;left:0;width:100px;height:100px;background:hsla(0,0%,100%,.2);content:"";display:block;z-index:1000}.mention-item{padding:4px 10px;border-radius:4px}.mention-selected{background:#736ced;color:#fff}.existedPoint .mentionable{position:static!important}.existedPoint .popper{margin:35px 0 0 15px}.market1{max-width:700px;margin:0 auto;text-align:center;padding:0 20px 88px 20px}.market1_title{color:#3e3e3e;font-weight:900;font-size:60px;line-height:1.2;text-align:center;padding-top:85px}@media only screen and (max-width:700px){.market1_title{font-size:50px}}@media only screen and (max-width:500px){.market1_title{font-size:40px}}@media only screen and (max-width:400px){.market1_title{font-size:30px}}.market1_text{color:#324063;padding-top:25px;font-size:24px;line-height:1.2;max-width:500px;margin:0 auto 27px}@media only screen and (max-width:700px){.market1_text{font-size:22px}}@media only screen and (max-width:500px){.market1_text{font-size:22px}}@media only screen and (max-width:400px){.market1_text{font-size:18px}}.market1_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.market1_buttons a,.market1_buttons button{margin:0 8px;padding:10px 15px 12px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px}@media only screen and (max-width:400px){.market1_buttons{display:block}.market1_buttons a{margin-top:20px;display:inline-block}}.market2{padding-left:20px;padding-right:20px}.market2 img{display:block;max-width:100%;margin:0 auto;border-radius:12px 12px 0 0;-webkit-box-shadow:0 0 64px 0 rgba(0,0,0,.08);box-shadow:0 0 64px 0 rgba(0,0,0,.08)}.market-gradient{background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f7f9));background-image:linear-gradient(#fff,#f5f7f9)}.market3{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:140px;padding-bottom:90px}@media only screen and (max-width:500px){.market3{display:block}}.market3_left{margin:0 12px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:500px){.market3_left{margin:0;width:100%}}.market3_title{font-size:44px;font-weight:900;margin-bottom:22px;line-height:1.2;color:#3e3e3e}@media only screen and (max-width:700px){.market3_title{font-size:40px}}@media only screen and (max-width:600px){.market3_title{font-size:35px}}@media only screen and (max-width:500px){.market3_title{font-size:30px}}.market3_text{font-size:24px;line-height:1.2;color:#324063}@media only screen and (max-width:500px){.market3_text{font-size:20px;margin-bottom:40px}}.market3_right{width:50%;margin:0 0 0 12px}.market3_right img{max-width:100%}@media only screen and (max-width:500px){.market3_right{margin:0;width:100%}}.market_center{max-width:960px;padding-left:20px;padding-right:20px;margin:0 auto}.market4{margin-bottom:81px}.market4_item{display:inline-block;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top;padding-bottom:40px}.market4_item:nth-child(odd){padding-right:12px}.market4_item:nth-child(2n+2){padding-left:12px}@media only screen and (max-width:500px){.market4_item{width:100%;padding-left:0!important;padding-right:0!important}}.market4_item-icon{margin-bottom:8px}.market4_item-title{font-size:24px;font-weight:700;margin-bottom:22px}@media only screen and (max-width:500px){.market4_item-title{font-size:22px}}.market4_item-text{font-size:20px;line-height:1.2}@media only screen and (max-width:500px){.market4_item-text{font-size:18px}}.market5{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:97px}@media only screen and (max-width:700px){.market5{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.market5>div{width:100%;margin-right:0}}.market5_left{width:50%;border-radius:6px;margin-right:12px;color:#324063;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 20px 40px;text-align:center;background:#fff}.market5_left .market5-time{color:#9c9c9c}@media only screen and (max-width:700px){.market5_left{margin-bottom:40px;margin-right:0}}.market5_right{width:50%;border-radius:6px;margin-left:12px;padding:40px 20px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;background:url(../img/background.0e42e51d.svg) no-repeat 50% 50%/cover;text-align:center}.market5_right .market5-time{color:#d3cdff}.market5_right button{background:#9e90f7;font-size:18px}@media only screen and (max-width:700px){.market5_right{margin-left:0}}.market5_title{font-weight:500;font-size:20px;margin:16px 0 13px 0}.market5_fee{font-size:48px}.market5_time{font-weight:500;font-size:12px;margin:-2px 0 22px 0}.market5_text{font-size:14px;margin-bottom:12px;text-align:left}.market5_list{text-align:left;margin-bottom:20px}.market5_list>div{padding:0 0 0 29px;font-size:18px;font-weight:500;padding-bottom:17px}@media only screen and (max-width:500px){.market5_list>div{font-size:16px}}.market5_list__inf{background:url(../img/infinity-dark.95e81e3e.svg) no-repeat 0 7px}.market5_list__check{background:url(../img/checkmark-dark.74f6fed2.svg) no-repeat 0 2px/21px 21px}.market5_list__circle{background:url(../img/empty-circle-dark.4c3321b8.svg) no-repeat 0 1px/21px 21px}.market5_list__inf-light{background:url(../img/infinity-light.9d63b4f9.svg) no-repeat 0 7px}.market5_list__check-light{background:url(../img/checkmark-light.7ceb7d02.svg) no-repeat 0 2px/21px 21px}.market5_list__circle-light{background:url(../img/empty-circle-light.af0a6972.svg) no-repeat 0 1px/21px 21px}.market-footer{background:#324063;text-align:center;padding:0 0 66px 0}.market-footer_title{font-size:24px;font-weight:900;padding:63px 0 7px 0;color:#fff}.market-footer_mail{color:#c4d1ea;font-size:16px}.header{border-bottom:1px solid #e5e7ec;background:#fff}.header .center{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header input{background:none;font-size:20px;font-weight:400;-webkit-box-shadow:none!important;box-shadow:none!important}.header input::-webkit-input-placeholder{color:#aeacaf}.header input::-moz-placeholder{color:#aeacaf}.header input:-ms-input-placeholder{color:#aeacaf}.header input::-ms-input-placeholder{color:#aeacaf}.header input::placeholder{color:#aeacaf}.header .router-link-active{text-decoration:underline}.header .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:calc(100% - 302px)}.headerLogo{margin:0 16px 0 0!important;width:32px!important;height:32px!important;cursor:pointer;-ms-flex-negative:0;flex-shrink:0}.headerWorkspace{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.headerWorkspace:hover .submenu{display:block}.headerWorkspace_title{margin:0 0 1px 0;font-size:16px;font-weight:400;max-width:200px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.header_logo_arrow{position:relative;margin:2px 0 0 3px;cursor:pointer;width:17px;height:8px}.header_logo_arrow:after,.header_logo_arrow:before{width:8px;height:1px;display:block;position:absolute;bottom:0;background:#000;content:""}.header_logo_arrow:after{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header_logo_arrow:before{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.header_right{float:right}.header_right,.headerUserLogo{display:-webkit-box;display:-ms-flexbox;display:flex}.headerUserLogo{position:relative}.headerUserLogo:hover .headerUserLogoMenu{display:block}.headerUserLogo_img{border-radius:50%;font-size:12px;line-height:32px;font-weight:500;text-align:center;overflow:hidden;cursor:pointer;background:#d7d7d7;width:32px;height:32px;margin-bottom:4px;background-size:cover;text-transform:uppercase}.headerUserLogoMenu{display:none;position:absolute;top:100%;z-index:10;right:0;width:140px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;padding:19px 16px;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.12);box-shadow:0 4px 12px 0 rgba(0,0,0,.12);border-radius:6px}.headerUserLogoMenu a,.headerUserLogoMenu button{text-decoration:none;display:block;margin:8px 0 13px;font-size:16px;color:#324063}.headerUserLogoMenu_title{color:#9c9c9c;font-size:10px;text-transform:uppercase;margin:25px 0 8px}.header_login{background:#e5e7ec;padding:6px 12px 6px;color:#324063}.headerRetro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100vw - 123px)}.headerRetro input{color:#324063}@media only screen and (max-width:600px){.headerRetro{width:calc(100vw - 223px)}}.headerRetro_workspace{font-size:14px}.headerRetro_workspace,.headerRetro_workspace button{color:#9c9c9c;font-weight:400}.header_retroButtons{margin-right:23px;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:600px){.headerRetro_workspace,.headerRetro_workspace .headerWorkspace_title{display:none}}.header_copy,.header_lock{border-radius:6px;border:1px solid #d7d7d7;width:32px;height:32px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:12px}.header_lock_icon{fill:#324063}.header_lock.locked{background:#324063;border-color:#324063}.header_lock.locked .header_lock_icon{fill:#fff!important}.header_copy.active{background:#34c759;border-color:#34c759}.whiteBox_verify{padding:40px 40px 40px;width:420px;max-width:90vw;margin-top:19px}.whiteBox_verify .button{color:#736ced;padding:0}.whiteBox_verify .error-msg,.whiteBox_verify .success-msg{margin-top:10px}.whiteBox_verify .logo{margin:51px auto 22px;display:block;width:87px}.centerPage{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-height:100vh;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.centerPage_bigTitle{font-size:21px;text-align:center;font-weight:500;margin:0 0 11px}.centerPage_bigTitle img{width:44px;display:block;margin:0 auto 12px}.centerPage_whiteBox{max-width:90vw;width:420px;margin-top:20px;padding:20px 25px}.centerPage_whiteBox .error-msg{margin-bottom:5px}.centerPage_whiteBox input,.centerPage_whiteBox label{width:100%;font-size:16px}.centerPage_whiteBox label{display:block;margin:0 0 8px 0;font-weight:500}.centerPage_whiteBox .button{width:100%;height:40px;font-size:18px;font-weight:400;border-radius:6px;margin-top:26px;background:#736ced;color:#fff!important}.loginBox_textButton{color:#736ced;font-size:16px;display:block}.centerPage_whiteBox_additional{text-align:center}.centerPage_whiteBox_additional a{color:#736ced;text-decoration:none}.profile_table{width:100%;border-collapse:collapse}.profile_table tr:last-child td{border-bottom:none}.profile_table td{padding:22px 5px 24px 0;border-bottom:1px solid #e5e7ec}.profile_table td:first-child{width:19.7%;font-weight:500;padding:0 5px 7px 0;font-size:17px}.profile_table td:nth-child(2){padding:0 5px 7px 0}.profile_table td:nth-child(3){width:53px}.profile_table td:last-child{padding-right:0}.whiteBoxProfile{padding:20px 23px 0 23px}.profileAvatar{width:80px;height:80px;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;background:#d7d7d7;position:relative;margin:0 0 1px 0;background-size:cover;font-size:12px;line-height:28px;font-weight:500;text-align:center;text-transform:uppercase}.profileAvatar input{position:absolute;top:0;left:0;bottom:0;width:100%;cursor:pointer;opacity:0;border-radius:50%}.profileAvatar:hover .profileAvatar_hover{display:block}.profileAvatar_name{font-size:40px;line-height:74px}.profileAvatar_hover{display:none;bottom:0;text-align:center;line-height:80px;font-weight:500;font-size:12px}.profileAvatar_hover,.profileAvatar_loader{background:hsla(0,0%,100%,.9);position:absolute;top:0;left:0;width:100%}.profileAvatar_loader{height:100%}.profileAvatar_loader:before{top:50%;left:50%;position:absolute;content:"";display:block;border-bottom:2px solid rgba(0,0,0,.3);border-right:2px solid rgba(0,0,0,.3);border-top:2px solid rgba(0,0,0,.6);border-left:2px solid rgba(0,0,0,.6);border-radius:50%;width:22px;height:22px;margin:-11px 0 0 -11px;-webkit-animation:loader .5s linear infinite;animation:loader .5s linear infinite}.button_startRetro{float:right;position:relative;padding-left:30px;background:url(../img/plus.0dcd563f.svg) no-repeat 10px 50% #736ced}.whiteBoxWorkspace{position:relative;overflow-x:auto;margin-bottom:32px}.whiteBoxWorkspace table{width:100%;text-align:left;border-collapse:collapse;min-width:600px}.whiteBoxWorkspace table tbody th{height:73px;font-size:16px;padding:10px 24px 10px 22px;color:#324063;-webkit-box-sizing:border-box;box-sizing:border-box}.whiteBoxWorkspace table th{color:#9c9c9c;font-weight:400;width:1px;word-break:break-word}.whiteBoxWorkspace table th:first-child{cursor:pointer;width:45.5%}.whiteBoxWorkspace table th:first-child:first-letter{text-transform:uppercase}.whiteBoxWorkspace table th:nth-child(2){width:25%;white-space:nowrap;cursor:pointer}.whiteBoxWorkspace table th:nth-child(3){width:30.5%;cursor:pointer}.whiteBoxWorkspace table th:nth-child(4){width:42px;padding-left:15px}.whiteBoxWorkspace table tr{border-bottom:1px solid #e5e7ec}.whiteBoxWorkspace table thead th{font-size:14px;padding:21px 24px 11px 22px}.whiteBoxWorkspace .profileAvatar{height:28px;width:28px;float:left;margin:0 4px 4px 0}.whiteBoxWorkspace_table-wrapper{min-height:400px}.allowLastBottom tr:last-child .retros_submenu .submenu,.allowPreLastBottom tr:nth-last-child(2) .retros_submenu .submenu{top:auto;bottom:100%}.retros_submenu{float:right;position:relative}.retros_submenu .submenu{left:auto;right:0;border-radius:6px;min-width:140px}.retros_submenu:hover .submenu{display:block}.retros_submenu_dots{margin:4px 0;cursor:pointer;border:1px solid #e5e7ec;border-radius:6px;height:40px;width:40px;text-align:center;font-size:32px;letter-spacing:.2px;line-height:19px}.whiteBoxDashboard_loading{width:100%}.whiteBoxDashboard_loading,.workspaceEmpty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.workspaceEmpty{min-height:400px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.workspaceEmpty_text{padding-top:20px}.workspace_notPaid{margin-top:38px;padding:20px 23px 20px 23px}.whiteBoxProfileBilling{margin-top:24px;padding:20px 23px 0 23px}.whiteBoxProfileNotification{padding:20px 23px 20px 23px;margin-top:24px;margin-bottom:50px}.profileBilling_table{margin-bottom:32px;padding:20px 23px;vertical-align:top}.profileBilling_table,.profileBilling_table table{border-collapse:collapse;table-layout:fixed;width:100%}.profileBilling_table>tr>td{color:#9c9c9c;font-size:16px;padding-bottom:28px;padding-top:32px;vertical-align:top}.profileBilling_table>tr>td:first-child{color:#324063;font-weight:500;width:19.7%;padding-right:10px;word-break:break-word}@media only screen and (max-width:600px){.profileBilling_table>tr>td:first-child{width:32%}}.profileBilling_table>tr>td:nth-child(2){width:78%}@media only screen and (max-width:600px){.profileBilling_table>tr>td:nth-child(2){width:68%}}.profileBilling_subTable>tr>td{padding-bottom:15px}.profileBilling_subTable>tr>td:last-child{text-align:right}.popup_addCard{width:380px!important}.popup_addCard .popup_buttons{padding-top:0}.profile_workspace_links{margin-bottom:10px}.team_name{float:left;width:calc(100% - 75px)}.team_members_avatar{width:28px;height:28px;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;background-size:cover;background-color:#d7d7d7;font-size:12px;line-height:27px;text-transform:uppercase;font-weight:500;text-align:center}div.team_members{padding-left:0;padding-right:0}div.team_members .pageSubTitle{float:left;padding-left:23px;padding-right:23px}div.team_members .button{float:right;margin-right:23px;padding-left:30px;background:url(../img/plus.0dcd563f.svg) no-repeat 10px 50% #736ced}div.team_members table{border-collapse:collapse;table-layout:fixed;width:100%}div.team_members table tr:first-child td{color:#9c9c9c;font-size:14px}div.team_members table td{border-bottom:1px solid #e5e7ec;padding-top:10px;padding-bottom:10px}div.team_members table td:first-child{padding-left:23px;width:30px}div.team_members table td:nth-child(2){width:100%;padding-left:10px;padding-right:10px;color:#324063}div.team_members table td:nth-child(3){padding-right:23px;width:45px}div.team_members table tr:last-child .retros_submenu .submenu{top:auto;bottom:100%}.team_members_email{color:#9c9c9c;font-size:14px}.team_members_label span{padding:0 6px 2px;background:#e9e8fc;color:#736ced;border-radius:4px;margin-left:10px;font-size:12px;text-transform:capitalize}.team_members_invite>div,.team_members_name{display:-webkit-box;display:-ms-flexbox;display:flex}.pay_ammount{font-size:32px;font-weight:400}.pay_subscribeText{font-size:16px;color:#9c9c9c;margin:0 0 14px 0}.pay_number .input{border-radius:6px 6px 0 0;margin-bottom:0;border-bottom:none;padding-top:10px}.pay_otherDetails{overflow:hidden}.pay_otherDetails .input{width:50%;float:left;border-radius:0 0 6px 0;padding-top:10px}.pay_otherDetails .input:first-child{border-radius:0 0 0 6px}.pay_chargeText{font-size:14px;color:#9c9c9c;margin-top:10px}.payPage .button{margin-top:2px}.whiteBoxSettings{margin-bottom:32px;padding:20px 23px;-webkit-box-sizing:border-box;box-sizing:border-box}.pageTitle_settings,.whiteBoxSettings{margin-left:0;margin-right:0}.billing-table table{border-collapse:collapse;table-layout:fixed;width:100%}.billing-table>tr:first-child>td{padding-bottom:33px;padding-top:9px;border-bottom:1px solid #e5e7ec}.billing-table>tr>td{color:#9c9c9c;font-size:16px;padding-bottom:28px;padding-top:32px;vertical-align:top}.billing-table>tr>td:first-child{color:#324063;font-weight:500;width:22%;padding-right:10px}.billing-table>tr>td:nth-child(2){width:78%}.whiteBoxSettings_billing{min-height:300px}.whiteBoxBilling_cancel>div{width:63%;float:left;font-size:14px}.whiteBoxBilling_cancel>div span{font-size:16px;font-weight:500;display:block;margin-bottom:5px}.whiteBoxBilling_cancel>button{float:right}@media only screen and (max-width:600px){.whiteBoxBilling_cancel>div{width:100%;margin-bottom:20px}}.settingsBright{color:#324063}.settingsStripe{color:#9c9c9c;font-size:14px}.settingsStripe a{color:#736ced}.settingsTabs{width:244px;float:left}.settingsTab{color:#9c9c9c;border-radius:6px;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;padding:9px 12px 10px;font-size:16px;font-weight:500;margin-bottom:12px}.settingsTab:disabled{opacity:1}.settingsTab.active{color:#fff;background:#324063}@media only screen and (max-width:745px){.settingsTabs{width:100%;float:none;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:30px}.settingsTab{width:auto}.whiteBoxSettings{width:100%;float:none;margin-left:0;margin-right:0}}.button-subscribe{margin:20px 0 20px;height:40px;display:block;font-size:18px;font-weight:400;border-radius:6px}.page404{font-size:20px;font-weight:500;position:fixed;top:0;z-index:-1}.page404 img{width:44px;display:block;margin:0 auto 12px}.retroPage .existedPoint_locked,.retroPage input[type=text]:disabled{background:#f5f7f9}.retroPage input[type=text]:disabled,.retroPage textarea:disabled{color:#324063}.newPointWrapper{position:relative;margin-bottom:16px}.newPointWrapper input{width:100%;border:1px solid #e5e7ec;border-radius:6px;height:54px;padding:0 52px 0 16px;font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box}.newPointWrapper input::-webkit-input-placeholder{color:#aeacaf}.newPointWrapper input::-moz-placeholder{color:#aeacaf}.newPointWrapper input:-ms-input-placeholder{color:#aeacaf}.newPointWrapper input::-ms-input-placeholder{color:#aeacaf}.newPointWrapper input::placeholder{color:#aeacaf}.newPointWrapper button{position:absolute;height:24px;width:24px;top:16px;border-radius:4px;right:16px;color:#fff;background:url(../img/plus.0dcd563f.svg) no-repeat 50% 50% #736ced}.subtitle{padding:29px 0 16px;font-weight:400;font-size:18px}.existedPoint{margin-bottom:14px;background:#fff;border:1px solid #e5e7ec;border-radius:6px;position:relative;padding:16px 16px 55px}.existedPoint pre{opacity:0}.existedPoint textarea{resize:none;background:none;position:absolute;top:16px;left:16px;width:calc(100% - 32px);overflow:hidden;bottom:55px}.existedPoint pre,.existedPoint textarea{color:#324063;font-size:16px;line-height:22px;min-height:22px;white-space:break-spaces;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.existedPoint button{border-radius:4px;position:absolute;padding:4px 12px;bottom:16px;left:16px;color:#324063;background:#f5f7f9;font-size:16px;line-height:19px}.existedPoint button.voted{background:#e9e8fc;color:#736ced}.existedPoint_noVotes{padding-bottom:16px}.existedPoint_noVotes textarea{bottom:16px}@media only screen and (max-width:600px){.columns{overflow-x:scroll;height:calc(100vh - 65px);overflow-y:hidden;padding:0;-webkit-overflow-scrolling:touch;-ms-scroll-snap-type:mandatory;scroll-snap-type:mandatory;-ms-scroll-snap-points-x:repeat(300px);scroll-snap-points-x:repeat(300px);-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.column{width:100vw;padding:0 16px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;scroll-snap-align:start;-ms-flex-negative:0;flex-shrink:0;height:100%}.existedPointAll{overflow-y:scroll;height:calc(100vh - 240px);-webkit-overflow-scrolling:touch}}.prompt{position:fixed;bottom:24px;left:24px;width:260px;color:#fff;background:url(../img/background.0e42e51d.svg) no-repeat 0 0/cover;padding:16px 16px 16px 16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px}.prompt a{font-size:16px;font-weight:500;padding-right:24px;color:#fff;position:relative}.prompt a:before{display:block;position:absolute;content:"";top:2px;right:-2px;width:16px;height:16px;background:url(../img/right.834789e0.svg) no-repeat 0 0/contain}.prompt_title{font-size:20px;font-weight:700;padding-bottom:20px}.prompt_text{font-size:16px;line-height:20px;padding-bottom:24px}.prompt_close{width:16px;height:16px;position:absolute;top:16px;right:16px;background:url(../img/close.7cf6a9e1.svg) no-repeat 0 0/contain}.pagination-next,.pagination-prev{display:none}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px 19px}.pagination li{list-style:none;margin:0 5px}.pagination li.active a{color:#fff;background:#8e8e93}.pagination li a{color:#8e8e93;min-width:29px;padding:0 2px;height:29px;border-radius:6px;text-align:center;display:block;font-size:14px;line-height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #8e8e93;outline:none}.pagination li.disabled{margin-right:0;margin-left:0}.pagination li.disabled a{border:none}body[data-v-6eaea52c],body[data-v-7c8b7d39],body[data-v-9b91950a],body[data-v-138b2e59],body[data-v-687da88e],html[data-v-6eaea52c],html[data-v-7c8b7d39],html[data-v-9b91950a],html[data-v-138b2e59],html[data-v-687da88e]{height:100%}