@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap);@-webkit-keyframes animatetop{0%{opacity:0;top:-100%}to{opacity:1;top:0}}@keyframes animatetop{0%{opacity:0;top:-100%}to{opacity:1;top:0}}.modal{align-items:center;background-color:rgba(0,0,0,.4);display:flex;height:100%;justify-content:center;padding-left:0;width:100%}.modal-wrapper{height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-wrapper.modal-blur:before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:" ";display:inline-block;height:100%;left:0;position:absolute;top:0;transition:-webkit-backdrop-filter 1s ease;transition:backdrop-filter 1s ease;transition:backdrop-filter 1s ease,-webkit-backdrop-filter 1s ease;width:100%}.modal-body{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-name:animatetop;animation-name:animatetop;background-color:#fff;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,.12),0 6px 20px 0 rgba(0,0,0,.16);color:#282828;display:flex;flex-direction:column;height:75vh;margin:auto;max-height:75vh;position:relative;width:50vw}.modal-body.--autoHeight{height:auto}.modal-body.--auto{height:auto;max-width:88vw;width:auto}.modal-body.--auto .modal-content{overflow-y:initial}.modal-body.--minWidth{min-width:50vw;width:auto}@media(max-width:1600px){.modal-body{width:60vw}.modal-body.--minWidth{min-width:60vw}}@media(max-width:1300px){.modal-body{width:65vw}.modal-body.--minWidth{min-width:65vw}}@media(max-width:1100px){.modal-body{width:75vw}.modal-body.--minWidth{min-width:75vw}}@media(max-width:1024px){.modal-body{width:80vw}.modal-body.--minWidth{min-width:80vw}}@media(max-width:769px){.modal-body{height:85vh;max-height:85vh;width:95vw}.modal-body.--minWidth{min-width:95vw}}.modal-content,.modal-footer{padding:1.25rem}.modal-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.modal-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;padding:15px 15px 0}.modal-header-content{display:flex;font-size:.5625rem;font-weight:600;height:100%}@media(min-width:200px)and (max-width:1199px){.modal-header-content{font-size:.65625rem;font-size:calc(.5625rem + .01875vw - .0375px)}}@media(min-width:1200rem){.modal-header-content{font-size:12rem}}.modal-header-close{align-self:flex-end;background-color:#181818;border-radius:3px;height:32px;margin:5px 5px 5px auto;width:32px}.modal-header-close:after{background-color:#fff;content:" ";display:inline-block;height:100%;-webkit-mask-image:url(/static/media/times.93cb4662f296e34c733a.svg);mask-image:url(/static/media/times.93cb4662f296e34c733a.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:12px;mask-size:12px;min-height:12px;width:100%}.modal-header-close:hover{background-color:#f1416c;cursor:pointer}.modal-footer{margin-top:auto}.modal-overflow{overflow-y:auto}.modal-container{display:flex;flex-wrap:wrap;row-gap:20px}.modal-container div{flex:50% 1}.modal-container div label{display:block;font-size:12px}.modal-container button{flex:100% 1}.range__input{padding:1rem 0;width:100%}.range__input .range__line{align-items:flex-start;background-color:#d8d8d8;display:flex;height:3px}.range__input .range__line.--dark .range__part .range__thumb{border-color:#181818}.range__input .range__line .range__part{position:relative}.range__input .range__line .range__part:first-child .range__thumb.--selected{-webkit-transform:translate(70%,-50%);transform:translate(70%,-50%)}.range__input .range__line .range__part:first-child span{left:0;right:auto;-webkit-transform:translateX(-20%);transform:translateX(-20%)}.range__input .range__line .range__part:last-child .range__thumb.--selected{-webkit-transform:translate(20%,-50%);transform:translate(20%,-50%)}.range__input .range__line .range__part:last-child span{-webkit-transform:translateX(20%);transform:translateX(20%)}.range__input .range__line .range__part .front__line{background-color:#3cd8b0;height:3px;position:relative}.range__input .range__line .range__part.--active{background-color:#3cd8b0;height:100%}.range__input .range__line .range__part .range__thumb{border:1.5px solid #f6f6f7;border-radius:50%;height:5px;position:absolute;right:0;top:-1px;width:5px}.range__input .range__line .range__part .range__thumb.--selected{background-color:#3cd8b0;border-width:3px;height:20px;top:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);width:20px;z-index:1}.range__input .range__line .range__part span{color:#d8d8d8;font-size:.625rem;position:absolute;right:0;top:15px;-webkit-transform:translateX(50%);transform:translateX(50%);white-space:nowrap}.range__input .range__line .range__part span.--selected{color:#3cd8b0}.brokenPage{align-items:center;-webkit-animation:lightUp 1s ease-in;animation:lightUp 1s ease-in;background-color:#f6f6f7;display:flex;height:100vh;justify-content:center;position:relative;width:100vw}@-webkit-keyframes lightUp{0%,80%{opacity:0}to{opacity:1}}@keyframes lightUp{0%,80%{opacity:0}to{opacity:1}}.brokenPage .brokenPage__sign{-webkit-animation:glow 2s linear 1s infinite;animation:glow 2s linear 1s infinite;-webkit-animation-direction:alternate;animation-direction:alternate;color:#181818;font-family:Coolvetica,Arial;font-size:6rem;position:relative;text-transform:uppercase}.brokenPage .brokenPage__sign span:first-child,.brokenPage .brokenPage__sign span:nth-child(3){left:0;position:absolute;top:0}.brokenPage .brokenPage__sign span:first-child{-webkit-animation:crack1 .3s ease-in 1s forwards;animation:crack1 .3s ease-in 1s forwards;-webkit-clip-path:polygon(-10% 0,10% 0,60% 100%,-10% 100%);clip-path:polygon(-10% 0,10% 0,60% 100%,-10% 100%)}.brokenPage .brokenPage__sign span:nth-child(2){-webkit-clip-path:polygon(10% 0,40% 0,80% 100%,60% 100%);clip-path:polygon(10% 0,40% 0,80% 100%,60% 100%)}.brokenPage .brokenPage__sign span:nth-child(3){-webkit-animation:crack2 .3s ease-in 1s forwards;animation:crack2 .3s ease-in 1s forwards;-webkit-clip-path:polygon(40% 0,110% 0,110% 100%,80% 100%);clip-path:polygon(40% 0,110% 0,110% 100%,80% 100%)}.brokenPage .brokenPage__buttons{-webkit-animation:fadeIn .5s ease-in;animation:fadeIn .5s ease-in;bottom:2rem;display:flex;gap:1rem;left:50%;position:absolute;translate:-50% 0}.brokenPage .brokenPage__buttons button{padding:1.75rem}.brokenPage .brokenPage__buttons button:first-child{text-transform:uppercase}@-webkit-keyframes crack1{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-2%,1%) rotate(1deg);transform:translate(-2%,1%) rotate(1deg)}}@keyframes crack1{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(-2%,1%) rotate(1deg);transform:translate(-2%,1%) rotate(1deg)}}@-webkit-keyframes crack2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(2%,-1%) rotate(1deg);transform:translate(2%,-1%) rotate(1deg)}}@keyframes crack2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(2%,-1%) rotate(1deg);transform:translate(2%,-1%) rotate(1deg)}}@-webkit-keyframes glow{0%{-webkit-filter:brightness(150%) blur(.12rem);filter:brightness(150%) blur(.12rem)}to{-webkit-filter:brightness(150%) blur(.07rem);filter:brightness(150%) blur(.07rem)}}@keyframes glow{0%{-webkit-filter:brightness(150%) blur(.12rem);filter:brightness(150%) blur(.12rem)}to{-webkit-filter:brightness(150%) blur(.07rem);filter:brightness(150%) blur(.07rem)}}.errorDetails__modal{display:flex;flex-direction:column;gap:1rem;width:380px}.errorDetails__modal h3{margin-block:0}.errorDetails__modal textarea{height:auto}.input-code{display:flex;justify-content:center}.input-code input{font-size:.5625rem;margin:5px;max-width:50px;width:100%}@media(min-width:200px)and (max-width:1199px){.input-code input{font-size:.65625rem;font-size:calc(.5625rem + .01875vw - .0375px)}}@media(min-width:1200rem){.input-code input{font-size:12rem}}.input-code input:first-child{margin-left:0;margin-right:0}.switch{align-items:center;background-color:#e2e2e2;border-radius:10px;cursor:pointer;display:inline-flex;height:16px;position:relative;transition:background-color .2s ease-in-out;width:29px}.switch[data-checked=true]{background-color:#7c7c7c}.switch[data-checked=true]:before{left:14px}.switch:before{background-color:#fff;border-radius:50%;content:" ";display:inline-block;height:12px;left:3px;position:absolute;transition:left .2s ease-in-out;width:12px}.simplified__form{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow:hidden}.simplified__form__wrapper,.simplified__form__wrapper.--hidden .simplified__form{display:contents}.simplified__form__field:has(form) h4{-webkit-margin-after:1rem;margin-block-end:1rem}.simplified__form__field__header{align-items:center;display:flex;gap:1rem}.simplified__form__field h4{margin-block:0}.simplified__form__field p{font-size:.75rem}@media(min-width:200px)and (max-width:1199px){.simplified__form__field p{font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.simplified__form__field p{font-size:13rem}}.simplified__form__fields{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow:auto}.simplified__form__field form{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr)}.simplified__form__field form .form-item.--wide{grid-column:span 2}.simplified__form__field form .form-item.--wide .form-textarea,.simplified__form__field form .form-item.--wide textarea{height:80px}.simplified__form__field form .form-item.--wide .dropzone-wrapper{height:110px}.simplified__form__field form .form-item.--map{grid-column:span 2;min-height:300px}.simplified__form__field form .form-item.--map>div{height:100%}@media(min-width:576px){.simplified__form__field form .form-item.--map{grid-column:2/3;grid-row:1/5}}.simplified__form__buttons{align-items:center;display:flex;gap:.5rem}.simplified__form__buttons .btn{margin:5px;width:100%}.badge__container{display:flex;gap:.2rem;padding:0 10px}.badge__container .badge{border-radius:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge__container .badge__hover{-webkit-animation:fadeIn .2s;animation:fadeIn .2s;background-color:#fff;border-radius:5px;box-shadow:2px 2px 13px #d8d8d8;color:#000;padding:8px 20px;position:fixed;translate:-50% 0;white-space:nowrap;z-index:1}.badge__container .badge__body{align-items:center;display:flex;gap:5px;padding:5px 10px}.badge__container .badge__body span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge__container .badge__body .web__icon{flex-shrink:0}.badge__container .badge__body:not(:has(span)){padding:3px}.badge__container .badge.--primary .badge__body{background-color:#355ee5;color:#fff}.badge__container .badge.--secondary .badge__body{background-color:#c1c1c1;color:#fff}.badge__container .badge.--success .badge__body{background-color:#3cd8b0;color:#fff}.badge__container .badge.--danger .badge__body{background-color:#eb666a;color:#fff}.badge__container .badge.--warning .badge__body{background-color:#ff8b04;color:#fff}.badge__container .badge.--info .badge__body{background-color:#8784e3;color:#fff}.badge__container .badge.--light .badge__body{background-color:#f8f9fa;color:#000}.badge__container .badge.--dark .badge__body{background-color:#212529;color:#fff}.table__actions{align-items:center;display:flex;gap:.25rem}.table__actions__checkbox{background-color:#d8d8d8;border-radius:2px;border-radius:50%;flex-shrink:0;height:24px;padding:0;width:24px}.table__actions__checkbox:after{background-color:#fff;content:"";-webkit-mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);-webkit-mask-size:24px;mask-size:24px;min-height:24px;position:absolute;width:24px}.table__actions__checkbox.--selected{background-color:#3cd8b0;position:relative}.table__actions .icon-edit{height:16px;width:16px}.table__actions .icon-edit:before{background-color:#181818;-webkit-mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.table__actions .icon-restore{height:16px;width:16px}.table__actions .icon-restore:before{background-color:#181818;-webkit-mask-image:url(/static/media/rotate.46f2752e64fd216f0950.svg);mask-image:url(/static/media/rotate.46f2752e64fd216f0950.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.table__actions .icon-trash{height:12px;width:12px}.table__actions .icon-trash:before{background-color:#181818;-webkit-mask-image:url(/static/media/trash.b7baa8482279e88dfbc4.svg);mask-image:url(/static/media/trash.b7baa8482279e88dfbc4.svg);-webkit-mask-size:12px;mask-size:12px;min-height:12px}.multiButton{-webkit-animation:moveBack .3s;animation:moveBack .3s;background-color:#fff;border:1px solid #3cd8b0;border-radius:3px;color:#3cd8b0;position:absolute;translate:-50% 0}.multiButton.--expanded{-webkit-animation:moveForward .3s;animation:moveForward .3s;z-index:1}.multiButton.--primary{background-color:#355ee5;border-width:0;color:#fff}.multiButton.--primary .multiButton__top .icon.icon-arrow:before,.multiButton.--primary .multiButton__top .loader:before{background-color:#fff}.multiButton.--primary .multiButton__top:has(.loader) span{padding:2px 10px}.multiButton.--primary .multiButton__top:hover{background-color:#7c7c7c;color:#fff}.multiButton.--primary .multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton.--secondary{background-color:#c1c1c1;border-width:0;color:#fff}.multiButton.--secondary .multiButton__top .icon.icon-arrow:before,.multiButton.--secondary .multiButton__top .loader:before{background-color:#fff}.multiButton.--secondary .multiButton__top:has(.loader) span{padding:2px 10px}.multiButton.--secondary .multiButton__top:hover{background-color:#7c7c7c;color:#fff}.multiButton.--secondary .multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton.--success{background-color:#3cd8b0;border-width:0;color:#fff}.multiButton.--success .multiButton__top .icon.icon-arrow:before,.multiButton.--success .multiButton__top .loader:before{background-color:#fff}.multiButton.--success .multiButton__top:has(.loader) span{padding:2px 10px}.multiButton.--success .multiButton__top:hover{background-color:#7c7c7c;color:#fff}.multiButton.--success .multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton.--danger{background-color:#eb666a;border-width:0;color:#fff}.multiButton.--danger .multiButton__top .icon.icon-arrow:before,.multiButton.--danger .multiButton__top .loader:before{background-color:#fff}.multiButton.--danger .multiButton__top:has(.loader) span{padding:2px 10px}.multiButton.--danger .multiButton__top:hover{background-color:#7c7c7c;color:#fff}.multiButton.--danger .multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton.--warning{background-color:#ff8b04;border-width:0;color:#fff}.multiButton.--warning .multiButton__top .icon.icon-arrow:before,.multiButton.--warning .multiButton__top .loader:before{background-color:#fff}.multiButton.--warning .multiButton__top:has(.loader) span{padding:2px 10px}.multiButton.--warning .multiButton__top:hover{background-color:#7c7c7c;color:#fff}.multiButton.--warning .multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton.--info{background-color:#8784e3;border-width:0;color:#fff}.multiButton.--info .multiButton__top .icon.icon-arrow:before,.multiButton.--info .multiButton__top .loader:before{background-color:#fff}.multiButton.--info .multiButton__top:has(.loader) span{padding:2px 10px}.multiButton.--info .multiButton__top:hover{background-color:#7c7c7c;color:#fff}.multiButton.--info .multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton.--light{background-color:#f8f9fa;border-width:0;color:#000}.multiButton.--light .multiButton__top .icon.icon-arrow:before{background-color:#000}.multiButton.--light .multiButton__top:has(.loader) span{padding:2px 10px}.multiButton.--light .multiButton__top:hover{background-color:#7c7c7c;color:#fff}.multiButton.--light .multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton.--dark{background-color:#212529;border-width:0;color:#fff}.multiButton.--dark .multiButton__top .icon.icon-arrow:before,.multiButton.--dark .multiButton__top .loader:before{background-color:#fff}.multiButton.--dark .multiButton__top:has(.loader) span{padding:2px 10px}.multiButton.--dark .multiButton__top:hover{background-color:#7c7c7c;color:#fff}.multiButton.--dark .multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton .badge__container{padding:0}@-webkit-keyframes moveBack{0%{z-index:1}to{z-index:auto}}@keyframes moveBack{0%{z-index:1}to{z-index:auto}}@-webkit-keyframes moveForward{0%{z-index:auto}to{z-index:1}}@keyframes moveForward{0%{z-index:auto}to{z-index:1}}.multiButton__container{position:relative}.multiButton__top{align-items:center;display:flex}.multiButton__top:hover .icon.icon-arrow:before{background-color:#fff}.multiButton__top .icon.icon-arrow{height:20px;transition:rotate .1s;width:20px}.multiButton__top .icon.icon-arrow:before{background-color:#3cd8b0;-webkit-mask-image:url(/static/media/arrow-back.03efcc21ec5a52d105ec.svg);mask-image:url(/static/media/arrow-back.03efcc21ec5a52d105ec.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.multiButton__top .icon.icon-arrow.--up{rotate:90deg}.multiButton__top .icon.icon-arrow.--down{rotate:-90deg}.multiButton__top:hover{background-color:#3cd8b0;border-top-left-radius:3px;border-top-right-radius:3px;color:#fff}.multiButton__options__option:hover{background-color:#3cd8b0;border-radius:3px;color:#fff}.multiButton__options__option,.multiButton__top>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;font-size:.75rem;font-weight:500;overflow:hidden;padding:4px 10px;text-overflow:ellipsis}.multiButton__options__option:has(.badge__container),.multiButton__top>span:has(.badge__container){padding:0}.multiButton__bottom{height:0;overflow:hidden;transition:height .3s}.multiButton__options{max-height:100px;overflow-y:auto}.multiButton__options__option{border-top:1px solid #3cd8b0}.multiButton__options__option.--primary{background-color:#355ee5;border-top-color:#7c7c7c;color:#fff}.multiButton__options__option.--primary:hover{background-color:#7c7c7c;color:#fff}.multiButton__options__option.--secondary{background-color:#c1c1c1;border-top-color:#7c7c7c;color:#fff}.multiButton__options__option.--secondary:hover{background-color:#7c7c7c;color:#fff}.multiButton__options__option.--success{background-color:#3cd8b0;border-top-color:#7c7c7c;color:#fff}.multiButton__options__option.--success:hover{background-color:#7c7c7c;color:#fff}.multiButton__options__option.--danger{background-color:#eb666a;border-top-color:#7c7c7c;color:#fff}.multiButton__options__option.--danger:hover{background-color:#7c7c7c;color:#fff}.multiButton__options__option.--warning{background-color:#ff8b04;border-top-color:#7c7c7c;color:#fff}.multiButton__options__option.--warning:hover{background-color:#7c7c7c;color:#fff}.multiButton__options__option.--info{background-color:#8784e3;border-top-color:#7c7c7c;color:#fff}.multiButton__options__option.--info:hover{background-color:#7c7c7c;color:#fff}.multiButton__options__option.--light{background-color:#f8f9fa;border-top-color:#7c7c7c;color:#000}.multiButton__options__option.--light:hover{background-color:#7c7c7c;color:#fff}.multiButton__options__option.--dark{background-color:#212529;border-top-color:#7c7c7c;color:#fff}.multiButton__options__option.--dark:hover{background-color:#7c7c7c;color:#fff}.modal__gallery .swiper-slide img{height:100%;object-fit:contain;width:100%}.modal__gallery .gallery__slide{position:relative}.modal__gallery .gallery__slide:hover .gallery__slide__info{opacity:1}.modal__gallery .gallery__slide__info{background:rgba(0,0,0,.5);bottom:0;left:0;opacity:0;padding:.5rem 1rem;position:absolute;right:0;transition:opacity .2s ease-in;z-index:1}.modal__gallery .gallery__slide__info p{-webkit-margin-before:.6em;-webkit-margin-after:.6em;color:#fff;font-size:.875rem;margin-block-end:.6em;margin-block-start:.6em}.modal__gallery .gallery__slide__info p:first-of-type{font-size:1rem;font-weight:600}.modal__gallery .gallery__slide__info a{text-decoration:underline}.modal__gallery .gallery__swiper{height:calc(100% - 70px);width:100%}.modal__gallery .thumbs__swiper{height:70px;margin:0 auto;padding:10px 0}.modal__gallery .thumbs__swiper .swiper-slide{height:100%;opacity:.4;width:50px}.modal__gallery .thumbs__swiper .swiper-slide-thumb-active{opacity:1}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.images{position:relative}.images .images__rest,.images img{border-radius:3px;height:25px;width:25px}.images>div{display:inline-flex}.images .images__rest{align-items:center;background-color:#7c7c7c;color:#fff;display:flex;font-weight:600;justify-content:center}.images__preview{background-color:#fff;border:1px solid #e9e9e9;border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:.5rem;position:fixed;z-index:99}.images__preview__desc{align-items:center;display:flex;justify-content:space-between}.images__preview img{height:160px;width:160px}.simplified__table{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.simplified__table__container{margin:1rem 0;overflow-x:auto;scrollbar-color:#7c7c7c #e9e9e9}.simplified__table__container.--gray .simplified__table__body__item{background-color:#f6f6f7}.simplified__table__container.--gray .simplified__table__body__item:hover{background-color:#e9e9e9}.simplified__table__container.--gray .simplified__table__body__item.--selected{background-color:#e2e2e2}.simplified__table__container.--darkGray .simplified__table__body__item{background-color:#e9e9e9}.simplified__table__container.--darkGray .simplified__table__body__item:hover{background-color:#e2e2e2}.simplified__table__container.--darkGray .simplified__table__body__item.--selected{background-color:#d8d8d8}.simplified__table__container.--darkGray .simplified__table__body__item .btn-outline-green{border-color:#2e2e2e;color:#2e2e2e}.simplified__table__container.--darkGray .simplified__table__body__item .btn-outline-green:hover{background-color:#2e2e2e}.simplified__table__container.--fw-medium .simplified__table__body__item{font-weight:500}.simplified__table__container.--slim .simplified__table__header{padding:.5rem .4rem}.simplified__table__container.--slim .simplified__table__body__item{min-height:auto;padding:.4rem}.simplified__table__container.--medium .simplified__table__header{padding:.5rem .6rem}.simplified__table__container.--medium .simplified__table__body__item{min-height:3rem;padding:.6rem}.simplified__table__container.--medium .simplified__table__add{height:3rem}.simplified__table__body__item,.simplified__table__header{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(8,1fr)}.simplified__table__header{padding:.5rem 1rem}.simplified__table__header span{color:#7c7c7c;font-size:.6875rem;font-weight:500;text-transform:uppercase;word-break:break-word}@media(min-width:200px)and (max-width:1199px){.simplified__table__header span{font-size:.71875rem;font-size:calc(.6875rem + .00625vw - .0125px)}}@media(min-width:1200rem){.simplified__table__header span{font-size:12rem}}.simplified__table__body,.simplified__table__group{display:flex;flex-direction:column;gap:.5rem}.simplified__table__body__item{align-items:center;background-color:#fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:.8125rem;font-weight:400;min-height:3.75rem;padding:1rem;transition:all .3s cubic-bezier(.25,.8,.25,1);-webkit-user-select:none;user-select:none}@media(min-width:200px)and (max-width:1199px){.simplified__table__body__item{font-size:.84375rem;font-size:calc(.8125rem + .00625vw - .0125px)}}@media(min-width:1200rem){.simplified__table__body__item{font-size:14rem}}.simplified__table__body__item.--selected{background-color:#3cd8b0}.simplified__table__body__item__accentColor{border-radius:3px;height:32px;margin-right:.5rem;width:7px}.simplified__table__body__item__col{position:relative;width:100%}.simplified__table__body__item__col .badge__container{padding:initial}.simplified__table__body__item__col>div:not(.multiButton__container):not(.table__actions){-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.simplified__table__body__item__col .multiButton__container .multiButton{translate:none}.simplified__table__body__item__col .btn{height:auto;max-width:100%;padding:4px 10px}.simplified__table__body__item__col .btn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simplified__table__body__item .btn .icon-arrow-down:before,.simplified__table__body__item .btn .icon-arrow-up:before{background-color:#181818;height:24px;-webkit-mask-image:url(/static/media/arrow-back.03efcc21ec5a52d105ec.svg);mask-image:url(/static/media/arrow-back.03efcc21ec5a52d105ec.svg);-webkit-mask-size:24px;mask-size:24px;min-height:24px;transition:.1s ease;width:24px}.simplified__table__body__item .btn .icon-arrow-up:before{rotate:90deg}.simplified__table__body__item .btn .icon-arrow-down:before{rotate:-90deg}.simplified__table__body__item__actions{align-items:center;display:flex;gap:.5rem}.simplified__table__body__item__actions .btn{height:auto;max-width:100%;padding:4px 10px}.simplified__table__body__item__actions .icon{align-items:center;background-color:#f6f6f7;border-radius:3px;display:flex;height:24px;justify-content:center;width:24px}.simplified__table__body__item__actions .icon.icon-table-edit:before{background-color:#181818;height:16px;-webkit-mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.simplified__table__body__item__actions .icon.icon-table-trash:before{background-color:#181818;height:12px;-webkit-mask-image:url(/static/media/trash.b7baa8482279e88dfbc4.svg);mask-image:url(/static/media/trash.b7baa8482279e88dfbc4.svg);-webkit-mask-size:12px;mask-size:12px;min-height:12px;width:12px}.simplified__table__body__item:hover{background-color:#effffb;cursor:pointer}.simplified__table__pagination{align-items:center;display:flex;justify-content:center;left:0;padding:1rem;position:-webkit-sticky;position:sticky;right:0}.simplified__table__container .simplified__table__pagination .icon-arrow-back,.simplified__table__container .simplified__table__pagination .icon-arrow-next{align-items:center;background-color:#fff;border:1px solid #d8d8d8;display:flex;height:24px;justify-content:center;width:24px}.simplified__table__container .simplified__table__pagination .icon-arrow-back:before,.simplified__table__container .simplified__table__pagination .icon-arrow-next:before{background-color:#c9c9c9;-webkit-mask-image:url(/static/media/arrow_forward_ios.a3b1af2a7f1511343b81.svg);mask-image:url(/static/media/arrow_forward_ios.a3b1af2a7f1511343b81.svg);-webkit-mask-size:14px;mask-size:14px;min-height:14px;-webkit-transform-origin:center;transform-origin:center;width:18px}.simplified__table__container .simplified__table__pagination .icon-arrow-back.--active:hover,.simplified__table__container .simplified__table__pagination .icon-arrow-next.--active:hover{cursor:pointer}.simplified__table__container .simplified__table__pagination .icon-arrow-back.--active:hover:before,.simplified__table__container .simplified__table__pagination .icon-arrow-next.--active:hover:before{background-color:#000;-webkit-mask-image:url(/static/media/arrow_forward_ios.a3b1af2a7f1511343b81.svg);mask-image:url(/static/media/arrow_forward_ios.a3b1af2a7f1511343b81.svg);-webkit-mask-size:14px;mask-size:14px;min-height:14px}.simplified__table__container .simplified__table__pagination:hover{background-color:#f6f6f7;cursor:pointer}.simplified__table__pagination .icon-arrow-back{border-bottom-left-radius:2px;border-right:0;border-top-left-radius:2px}.simplified__table__pagination .icon-arrow-back:before{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transform-origin:center;transform-origin:center}.simplified__table__pagination .icon-arrow-next{border-bottom-right-radius:2px;border-top-right-radius:2px}.simplified__table__pagination input{background-color:#fff;border:1px solid #d8d8d8;border-radius:0;border-right:0;height:24px;padding:0;text-align:center;width:44px}.simplified__table__pagination input.--bg{background-color:#f6f6f6}.simplified__table__pagination span{align-items:center;background-color:#fff;border:1px solid #d8d8d8;border-right:0;display:flex;font-size:.625rem;height:24px;justify-content:center;width:24px}.simplified__table__pagination span.--active{cursor:pointer}.simplified__table__pagination span.--bg{background-color:#f6f6f6}.simplified__table__pagination span.--selected{color:#3cd8b0}.simplified__table__pagination-limits{height:24px}.simplified__table__pagination-limits>div{position:fixed}.simplified__table__pagination .dropdown-wrapper{align-items:center;background-color:#fff;border:1px solid #d8d8d8;border-radius:2px;display:flex;font-size:.65rem;height:24px;justify-content:center;margin-left:1rem;min-width:24px}.simplified__table__pagination .dropdown-wrapper span{border-left:0}.simplified__table__pagination .dropdown-wrapper .icon-arrow-down{height:12px;padding-right:6px;width:12px}.simplified__table__pagination .dropdown-wrapper .icon-arrow-down:before{background-color:#000;-webkit-mask-image:url(/static/media/arrow-down.2af0fe5e1adcdc0767da.svg);mask-image:url(/static/media/arrow-down.2af0fe5e1adcdc0767da.svg);-webkit-mask-size:7px;mask-size:7px;min-height:7px}.simplified__table__pagination .dropdown-wrapper div{align-items:center}.simplified__table__pagination .dropdown-wrapper div:hover{cursor:pointer}.simplified__table__group{position:relative}.simplified__table__group:before{border:1px solid #c9c9c9;border-right-width:0;content:"";height:calc(100% - 3.75rem);left:-1.25rem;position:absolute;top:1.875rem;width:.75rem}.simplified__table__group .icon-link{background-color:#f6f6f7;height:1.5rem;left:-2rem;padding:.25rem;position:absolute;rotate:-30deg;top:50%;translate:0 -50%;width:1.5rem}.simplified__table__group .icon-link:before{background-color:#555;-webkit-mask-image:url(/static/media/link.8d27bd736a5d42f18e03.svg);mask-image:url(/static/media/link.8d27bd736a5d42f18e03.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.simplified__table__add{align-items:center;border:1px dashed #c9c9c9;border-radius:3px;cursor:pointer;display:flex;gap:.5rem;height:3.75rem;justify-content:center;left:0;margin:.5rem 0 1rem;position:-webkit-sticky;position:sticky;right:0}.simplified__table__add span{font-size:1rem;font-weight:600;text-transform:uppercase}@media(min-width:200px)and (max-width:1199px){.simplified__table__add span{font-size:1.03125rem;font-size:calc(1rem + .00625vw - .0125px)}}@media(min-width:1200rem){.simplified__table__add span{font-size:17rem}}.simplified__table__add .icon-table-add{height:20px;width:20px}.simplified__table__add .icon-table-add:before{background-color:#181818;-webkit-mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.simplified__table__subTable{margin:.25rem 0 .75rem 2.5rem}.sidebar__activity{display:flex;flex:1 1;flex-direction:column;gap:1em}.sidebar__activity__list{flex:1 1}.sidebar__activity__form{display:flex;gap:5px}.sidebar__activity__form .relations__textbox{background-color:#e9e9e9;border-radius:3px;color:#000;flex-grow:1;min-height:69px;padding:5px 10px}.sidebar__activity__form__buttons{display:flex;flex-direction:column;gap:5px}.sidebar__activity__form .btn-attachment{background-color:#e9e9e9;height:32px;padding:0;width:32px}.sidebar__activity__form .btn-attachment:has(span){background-color:#000}.sidebar__activity__form .btn-attachment:has(span) span{color:#fff}.sidebar__activity__form .btn-attachment:has(span) .icon-attachment:before{background-color:#fff;-webkit-mask-image:url(/static/media/attachment.530cbd29259c7bf4b0f8.svg);mask-image:url(/static/media/attachment.530cbd29259c7bf4b0f8.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.sidebar__activity__form .btn-attachment .icon-attachment{height:20px;width:20px}.sidebar__activity__form .btn-attachment .icon-attachment:before{background-color:#000;-webkit-mask-image:url(/static/media/attachment.530cbd29259c7bf4b0f8.svg);mask-image:url(/static/media/attachment.530cbd29259c7bf4b0f8.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.sidebar__activity__form .btn-send{background-color:#e9e9e9;border-bottom-left-radius:0;border-top-left-radius:0;height:32px;width:32px}.sidebar__activity__form .btn-send .icon-send{height:20px;width:20px}.sidebar__activity__form .btn-send .icon-send:before{background-color:#000;-webkit-mask-image:url(/static/media/send.2828c97750dd4dacf335.svg);mask-image:url(/static/media/send.2828c97750dd4dacf335.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.checkbox__wrapper{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;-webkit-user-select:none;user-select:none;width:40px}.checkbox__wrapper.--disabled{opacity:.5}.checkbox__wrapper:has(>:nth-child(2)){gap:1rem;justify-content:flex-start;width:auto}.checkbox__wrapper p{font-size:.75rem}.checkbox__wrapper p.--capitalize{text-transform:capitalize}.checkbox__wrapper .checkbox{background-color:#d8d8d8;border-radius:2px;height:16px;width:16px}.checkbox__wrapper .checkbox.--selected{background-color:#3cd8b0;position:relative}.checkbox__wrapper .checkbox.--selected:after{background-color:#fff;content:"";-webkit-mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;position:absolute;width:16px}.template__form{background-color:#f6f6f7;border-radius:3px;font-size:.875rem;line-height:1.25rem;padding:1rem .5rem}@media(min-width:200px)and (max-width:1199px){.template__form{font-size:.90625rem;font-size:calc(.875rem + .00625vw - .0125px)}}@media(min-width:1200rem){.template__form{font-size:15rem}}.template__form__input{cursor:pointer;text-decoration:underline}.template__form__input.--unfilled{color:#7c7c7c}.universalForm{display:flex;flex-direction:column;gap:2rem;padding:40px}@media(min-width:1200px){.universalForm{margin:0 auto;max-width:1140px}}@media(min-width:1400px){.universalForm{max-width:1366px}}.universalForm__buttons{align-self:flex-end;display:flex;gap:.5rem}.universalForm .section__header label span{font-size:1rem;font-weight:900}@media(min-width:200px)and (max-width:1199px){.universalForm .section__header label span{font-size:1.0625rem;font-size:calc(1rem + .0125vw - .025px)}}@media(min-width:1200rem){.universalForm .section__header label span{font-size:18rem}}.universalForm .section__header label,.universalForm .section__item__title{align-items:center;display:flex;gap:1rem}.universalForm .section__header label .icon-add,.universalForm .section__item__title .icon-add{background-color:#3cd8b0;cursor:pointer;height:20px;width:20px}.universalForm .section__header label .icon-add:before,.universalForm .section__item__title .icon-add:before{background-color:#fff;-webkit-mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.universalForm .section__item__title span{font-size:1rem;font-weight:600}.universalForm section{background-color:#fff;display:flex;flex-direction:column;gap:1rem;margin:0;padding:1.5em}.universalForm section.--bigFields .form-item label{min-height:auto}.universalForm section.--bigFields .form-item label span{color:#181818;font-size:1rem;font-weight:600;text-transform:capitalize}@media(min-width:200px)and (max-width:1199px){.universalForm section.--bigFields .form-item label span{font-size:1.03125rem;font-size:calc(1rem + .00625vw - .0125px)}}@media(min-width:1200rem){.universalForm section.--bigFields .form-item label span{font-size:17rem}}.universalForm section.--bigFields .form-item span.description{font-size:.875rem;font-weight:400;margin-block:.5em}@media(min-width:200px)and (max-width:1199px){.universalForm section.--bigFields .form-item span.description{font-size:.90625rem;font-size:calc(.875rem + .00625vw - .0125px)}}@media(min-width:1200rem){.universalForm section.--bigFields .form-item span.description{font-size:15rem}}.universalForm section .form-item{margin:0}.universalForm section p{font-size:.875rem}.universalForm section form{grid-gap:1rem;display:grid;gap:1rem}.universalForm section form>div{position:relative}.universalForm section form>div.--file,.universalForm section form>div.--files{min-height:150px}.universalForm section form>div.--file>div,.universalForm section form>div.--file>div>div,.universalForm section form>div.--files>div,.universalForm section form>div.--files>div>div{height:100%}@media(min-width:576px){.universalForm section form>div.--file,.universalForm section form>div.--files{grid-column:span 2}}@media(min-width:992px){.universalForm section form>div.--file,.universalForm section form>div.--files{grid-column:span 3}}@media(min-width:1200px){.universalForm section form>div.--file,.universalForm section form>div.--files{grid-column:span 4}}.universalForm section form>div.--map{min-height:300px}.universalForm section form>div.--map>div{height:100%}@media(min-width:576px){.universalForm section form>div.--map{grid-column:2/3;grid-row:1/5}}@media(min-width:992px){.universalForm section form>div.--map{grid-column:3/4;grid-row:1/6}}@media(min-width:1200px){.universalForm section form>div.--map{grid-column:3/5}}@media(min-width:576px){.universalForm section form>div.--template{grid-column:span 2}}@media(min-width:992px){.universalForm section form>div.--template{grid-column:span 3}}@media(min-width:1200px){.universalForm section form>div.--template{grid-column:span 4}}@media(min-width:576px){.universalForm section form{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.universalForm section form{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.universalForm section form{grid-template-columns:repeat(4,1fr)}}.universalForm .icon-plus{background-color:#fff;bottom:12px;height:20px;position:absolute;right:12px;width:20px}.universalForm .icon-plus:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.universalForm .section__main.--template{align-items:center;display:flex;gap:1rem}.universalForm .section__main.--template span{font-size:.75rem}@media(min-width:200px)and (max-width:1199px){.universalForm .section__main.--template span{font-size:.8125rem;font-size:calc(.75rem + .0125vw - .025px)}}@media(min-width:1200rem){.universalForm .section__main.--template span{font-size:14rem}}.universalForm .icon-edit{height:16px;width:16px}.universalForm .icon-edit:before{background-color:#181818;-webkit-mask-image:url(/static/media/rename2.11d3d623a1ea9e264951.svg);mask-image:url(/static/media/rename2.11d3d623a1ea9e264951.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.universalForm .icon-edit:hover{cursor:pointer}.universalForm .icon-edit:hover:before{background-color:#7c7c7c}.universalForm .icon-x{height:14px;width:14px}.universalForm .icon-x:before{background-color:#181818;-webkit-mask-image:url(/static/media/x.de59a4eaa3db1dca8c86.svg);mask-image:url(/static/media/x.de59a4eaa3db1dca8c86.svg);-webkit-mask-size:14px;mask-size:14px;min-height:14px}.universalForm .icon-x:hover{cursor:pointer}.universalForm .icon-x:hover:before{background-color:#7c7c7c}.modal__formType .loader-absolute{left:0;top:0}.modal__formType__list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:360px){.modal__formType__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.modal__formType__list{grid-template-columns:repeat(3,1fr)}}.modal__formType__list>div{background-color:#181818;cursor:pointer;padding:2rem 2rem 2rem 3rem}.modal__formType__list>div[aria-disabled=true]{cursor:default;opacity:.5}.modal__formType__list>div div:first-child{color:#f6f6f7;font-size:.875rem;font-weight:700}@media(min-width:200px)and (max-width:1199px){.modal__formType__list>div div:first-child{font-size:.9375rem;font-size:calc(.875rem + .0125vw - .025px)}}@media(min-width:1200rem){.modal__formType__list>div div:first-child{font-size:16rem}}.modal__formType__list>div div{color:#e2e2e2;font-size:.75rem}@media(min-width:200px)and (max-width:1199px){.modal__formType__list>div div{font-size:.8125rem;font-size:calc(.75rem + .0125vw - .025px)}}@media(min-width:1200rem){.modal__formType__list>div div{font-size:14rem}}.modal__formType .user__items__costumer{padding-left:1rem}.modal__formType .user__items__costumer.--placeType{grid-template-columns:1.2fr 1fr 1fr 32px}.modal__formType .user__items__costumer.--groupType{grid-template-columns:1fr 2fr 32px}.modal__warehouseTemplates{display:flex;flex-direction:column;height:100%}.modal__warehouseTemplates h3{margin-block:0}.modal__warehouseTemplates .loader-absolute{left:0;top:0}@media(min-width:768px){.modal__warehouseTemplates.--limited{max-width:70vw;min-width:50vw}}.modal__warehouseTemplates__priceIntervals{flex:1 1;overflow:auto}.modal__warehouseTemplates__priceInterval{align-items:baseline;display:flex;flex-direction:column}.modal__warehouseTemplates__priceInterval .icon-edit{height:16px;width:16px}.modal__warehouseTemplates__priceInterval .icon-edit:before{background-color:#181818;-webkit-mask-image:url(/static/media/rename2.11d3d623a1ea9e264951.svg);mask-image:url(/static/media/rename2.11d3d623a1ea9e264951.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.modal__warehouseTemplates__priceInterval .icon-edit:hover{cursor:pointer}.modal__warehouseTemplates__priceInterval .icon-edit:hover:before{background-color:#7c7c7c}.modal__warehouseTemplates__priceInterval .icon-x{height:14px;width:14px}.modal__warehouseTemplates__priceInterval .icon-x:before{background-color:#181818;-webkit-mask-image:url(/static/media/x.de59a4eaa3db1dca8c86.svg);mask-image:url(/static/media/x.de59a4eaa3db1dca8c86.svg);-webkit-mask-size:14px;mask-size:14px;min-height:14px}.modal__warehouseTemplates__priceInterval .icon-x:hover{cursor:pointer}.modal__warehouseTemplates__priceInterval .icon-x:hover:before{background-color:#7c7c7c}.modal__warehouseTemplates__priceInterval .priceList,.modal__warehouseTemplates__priceInterval .priceList>div{display:flex;gap:.75rem}.modal__warehouseTemplates__priceInterval .priceList>div div{white-space:nowrap}.modal__warehouseTemplates__priceInterval .priceList>div:not(:last-child):after{background-color:#d8d8d8;content:"";flex-shrink:0;height:18px;-webkit-mask-image:url(/static/media/arrow_forward_ios.a3b1af2a7f1511343b81.svg);mask-image:url(/static/media/arrow_forward_ios.a3b1af2a7f1511343b81.svg);-webkit-mask-size:18px;mask-size:18px;min-height:18px;width:14px}.modal__warehouseTemplates__priceInterval .priceList__item{display:flex;flex-direction:column;gap:.5rem}.modal__warehouseTemplates__priceInterval .priceList__item__input{position:relative}.modal__warehouseTemplates__priceInterval .priceList__item__input:after{content:"%";position:absolute;right:.5rem;top:50%;translate:0 -50%}.modal__warehouseTemplates__priceInterval .priceList__item__input input{background:none;border:none;font-size:inherit;height:auto;margin-right:2rem;padding-left:0;padding-right:1.5rem;width:100%}.modal__warehouseTemplates__priceInterval p{color:#c9c9c9;font-size:.75rem}@media(min-width:200px)and (max-width:1199px){.modal__warehouseTemplates__priceInterval p{font-size:.8125rem;font-size:calc(.75rem + .0125vw - .025px)}}@media(min-width:1200rem){.modal__warehouseTemplates__priceInterval p{font-size:14rem}}.modal__warehouseTemplates__priceInterval__main{border:1px solid #e2e2e2;border-radius:4px;display:flex;gap:1.5rem;padding:1rem 1rem 1rem calc(3rem + 18px);position:relative}.modal__warehouseTemplates__priceInterval__main:after,.modal__warehouseTemplates__priceInterval__main:before{content:"";height:18px;left:1rem;position:absolute;top:1rem;width:18px}.modal__warehouseTemplates__priceInterval__main:before{background-color:#d8d8d8;border-radius:2px}.modal__warehouseTemplates__priceInterval__main.--selected{border-color:#3cd8b0}.modal__warehouseTemplates__priceInterval__main.--selected:before{background-color:#3cd8b0}.modal__warehouseTemplates__priceInterval__main.--selected:after{background-color:#fff;-webkit-mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);-webkit-mask-size:18px;mask-size:18px;min-height:18px}.modal__warehouseTemplates__priceInterval__main.--edited input{background-color:#f6f6f6;padding-left:10px}.modal__warehouseTemplates__priceInterval__main__buttons{align-items:end;display:flex;flex-direction:column;justify-content:space-between}.modal__warehouseTemplates__menu{border-bottom:1px solid #e2e2e2;display:flex;flex-shrink:0;flex-wrap:nowrap;height:50px}.modal__warehouseTemplates__menu__item{align-items:center;color:#d8d8d8;cursor:pointer;display:flex;font-size:.8125rem;font-weight:500;height:calc(100% - 1px);justify-content:center;margin:0 20px -1px;position:relative;text-align:center;top:1px}@media(min-width:200px)and (max-width:1199px){.modal__warehouseTemplates__menu__item{font-size:.90625rem;font-size:calc(.8125rem + .01875vw - .0375px)}}@media(min-width:1200rem){.modal__warehouseTemplates__menu__item{font-size:16rem}}.modal__warehouseTemplates__menu__item.--selected,[data-is-mobile=false] .modal__warehouseTemplates__menu__item:hover{border-bottom:1px solid #181818;color:#181818}.modal__warehouseTemplates__list{grid-gap:1rem;display:grid;gap:1rem;overflow:auto}@media(min-width:360px){.modal__warehouseTemplates__list{grid-template-columns:1fr}}@media(min-width:992px){.modal__warehouseTemplates__list{grid-template-columns:repeat(2,1fr)}}.modal__warehouseTemplates__list.--fields{margin:1rem 0;overflow:initial}@media(min-width:768px){.modal__warehouseTemplates__list.--fields{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.modal__warehouseTemplates__list.--fields{grid-template-columns:repeat(4,1fr)}}.modal__warehouseTemplates__list__item{position:relative}.modal__warehouseTemplates__list .modal__warehouseTemplates__template{max-width:none}.modal__warehouseTemplates__template{border:1px solid #e2e2e2;border-radius:4px;cursor:pointer;display:flex;max-width:400px;position:relative}.modal__warehouseTemplates__template.--contract{max-width:400px}.modal__warehouseTemplates__template.--contract h3{-webkit-margin-after:1rem;margin-block-end:1rem}.modal__warehouseTemplates__template.--contract .contract__input{border:1px solid #e9e9e9;border-radius:3px;height:34px;margin-bottom:.5rem;min-width:150px;position:relative;width:50%}.modal__warehouseTemplates__template.--contract .contract__input:focus-within{border-color:#7c7c7c}.modal__warehouseTemplates__template.--contract .contract__input input{border:none;height:100%;padding-right:6rem;width:100%}.modal__warehouseTemplates__template.--contract .contract__input span{align-items:center;background-color:#e9e9e9;border-bottom-right-radius:3px;border-top-right-radius:3px;color:#7c7c7c;display:flex;font-size:.625rem;height:100%;justify-content:space-evenly;position:absolute;right:0;top:0;width:5.5rem}.modal__warehouseTemplates__template.--contract .contract__input span:after{background-color:#7c7c7c;content:"";-webkit-mask-image:url(/static/media/change.9c24d11173be4df0af03.svg);mask-image:url(/static/media/change.9c24d11173be4df0af03.svg);-webkit-mask-size:14px;mask-size:14px;min-height:14px;width:14px}.modal__warehouseTemplates__template.--selected{border-color:#3cd8b0}.modal__warehouseTemplates__template__main{flex:1 1;padding:1rem}.modal__warehouseTemplates__template img{max-width:140px;min-width:110px;object-fit:contain;width:33%}.modal__warehouseTemplates__template h3{-webkit-margin-before:1rem;-webkit-margin-after:.25rem;margin-block-end:.25rem;margin-block-start:1rem}.modal__warehouseTemplates__template h4,.modal__warehouseTemplates__template h5{-webkit-margin-before:.25rem;-webkit-margin-after:.5rem;margin-block-end:.5rem;margin-block-start:.25rem}.modal__warehouseTemplates__template h4{font-weight:500}.modal__warehouseTemplates__template h5{font-weight:400}.modal__warehouseTemplates__template p{-webkit-margin-before:.25rem;-webkit-margin-after:.25rem;color:#c9c9c9;font-size:.625rem;margin-block-end:.25rem;margin-block-start:.25rem}@media(min-width:200px)and (max-width:1199px){.modal__warehouseTemplates__template p{font-size:.6875rem;font-size:calc(.625rem + .0125vw - .025px)}}@media(min-width:1200rem){.modal__warehouseTemplates__template p{font-size:12rem}}.modal__warehouseTemplates__buttons{display:flex;gap:1rem;margin-top:1rem}.modal__warehouseTemplates__buttons button{flex:1 1;height:auto;padding:.7rem}.modal__warehouseTemplates .workingHours__list{display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.modal__warehouseTemplates .workingHours__list__item{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.modal__warehouseTemplates .workingHours__list__item__chechbox label{font-size:.625rem;font-weight:600;text-transform:uppercase}.modal__warehouseTemplates .attributes__list{display:flex;flex-direction:column;gap:1rem}.modal__warehouseTemplates .attributes__list__item{align-items:center;border:1px solid #c9c9c9;border-radius:3px;display:grid;grid-template-columns:80px repeat(2,1fr) 40px;min-height:70px;padding:.5rem}.modal__warehouseTemplates .attributes__list__item.--selected{border-color:#3cd8b0}.modal__warehouseTemplates .attributes__list__item__unit{font-size:.75rem;margin-left:.5rem}@media(min-width:200px)and (max-width:1199px){.modal__warehouseTemplates .attributes__list__item__unit{font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.modal__warehouseTemplates .attributes__list__item__unit{font-size:13rem}}.modal__warehouseTemplates .attributes__list__item img{max-width:80px;min-height:80px}.modal__warehouseTemplates .attributes__list__item__group div:first-child{font-size:.875rem;margin-bottom:.25rem}.modal__warehouseTemplates .attributes__list__item__group div:last-child{color:#c9c9c9;font-size:.75rem}.addLock__modal,.addPickupPoint__modal,.selectLocks__modal{display:flex;flex:1 1;flex-direction:column;gap:1rem}.addLock__modal h3,.addPickupPoint__modal h3,.selectLocks__modal h3{margin-block:0}.addLock__form,.addPickupPoint__form,.selectLocks__form{display:flex;flex-wrap:wrap;gap:.5rem}.addLock__form .form-item,.addPickupPoint__form .form-item,.selectLocks__form .form-item{margin:0;width:50%}.addLock__buttons,.addPickupPoint__buttons,.selectLocks__buttons{display:flex;gap:.5rem;width:100%}.addLock__buttons .btn,.addPickupPoint__buttons .btn,.selectLocks__buttons .btn{width:50%}.addLock__buttons .btn-black .loader:before,.addPickupPoint__buttons .btn-black .loader:before,.selectLocks__buttons .btn-black .loader:before{background-color:#fff}.selectLocks__modal{overflow-y:hidden}.selectLocks__modal .selectLocks__modal{overflow-y:auto}.selectLocks__header{align-items:center;display:flex;justify-content:space-between}.selectLocks__list{display:flex;flex-wrap:wrap;gap:.5rem}.selectLocks__list .modal__warehouseTemplates__template{flex-basis:calc(33% - 1rem)}.selectLocks__list h4{font-size:.875rem;font-weight:500}@media(min-width:200px)and (max-width:1199px){.selectLocks__list h4{font-size:.90625rem;font-size:calc(.875rem + .00625vw - .0125px)}}@media(min-width:1200rem){.selectLocks__list h4{font-size:15rem}}.selectLocks__list p{font-size:.75rem;font-weight:500}@media(min-width:200px)and (max-width:1199px){.selectLocks__list p{font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.selectLocks__list p{font-size:13rem}}.selectLocks__modal>div>p{font-size:.875rem;font-weight:600}@media(min-width:200px)and (max-width:1199px){.selectLocks__modal>div>p{font-size:.90625rem;font-size:calc(.875rem + .00625vw - .0125px)}}@media(min-width:1200rem){.selectLocks__modal>div>p{font-size:15rem}}.addLock__modal h4{font-weight:600;margin-block:0}.addLock__modal .addLock__option{background-color:#f6f6f7;border-radius:3px;cursor:pointer}.addLock__modal .addLock__option__header{align-items:center;display:flex;gap:.5rem}.addLock__modal .addLock__options{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.addPickupPoint__modal{max-width:500px}.addFiles__modal{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width:768px){.addFiles__modal{min-width:500px}}.addFiles__modal h3{margin-block:0}.addFiles__modal .dropzone-wrapper{height:200px}.addFiles__modal__buttons{align-items:center;align-self:flex-end;display:flex}.smallModal{width:380px}.smallModal h2,.smallModal h3{margin-bottom:1.5rem;margin-top:0}.smallModal ul{-webkit-padding-start:20px;list-style:disc;padding-inline-start:20px}.smallModal__content__item{display:flex;flex-direction:column;margin-bottom:1.2rem}.smallModal__content__item span:first-child{font-size:.85rem;font-weight:600}.smallModal__content__item span:last-child{color:#7c7c7c;max-width:100%;overflow:hidden!important;padding-top:.2rem;word-break:break-all}.smallModal__changeName input{font-size:.75rem;margin-bottom:1rem;width:100%}.smallModal__changeName .btn{font-size:.75rem}.smallModal__changeName .btn-green{height:30px;margin-left:1rem;width:80px}.smallModal__changeName .smallModal__buttons{align-items:center;display:flex;justify-content:flex-end}.smallModal__addUserPosition .btn,.smallModal__delete .btn,.smallModal__rotation .btn{flex:1 1;font-size:.75rem;height:30px;margin-top:1rem}.smallModal__addUserPosition .smallModal__buttons,.smallModal__delete .smallModal__buttons,.smallModal__rotation .smallModal__buttons{align-items:center;display:flex;gap:1rem;justify-content:flex-end}.contextMenu{background-color:#fff;border:1px solid #e9e9e9;border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,.05);position:relative}.contextMenu.--left{left:-100%}.contextMenu.--left .contextMenu__children,.contextMenu.--left .contextMenu__subMenu{left:auto;right:96%}.contextMenu__container{position:fixed;z-index:9999}.contextMenu .icon-align{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-align:before{background-color:#000;-webkit-mask-image:url(/static/media/align.5b1b4183345cb55e5665.svg);mask-image:url(/static/media/align.5b1b4183345cb55e5665.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-attachment{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-attachment:before{background-color:#000;-webkit-mask-image:url(/static/media/attachment.530cbd29259c7bf4b0f8.svg);mask-image:url(/static/media/attachment.530cbd29259c7bf4b0f8.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-delete{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-delete:before{background-color:#000;-webkit-mask-image:url(/static/media/delete.ef79ee3066a7f1652741.svg);mask-image:url(/static/media/delete.ef79ee3066a7f1652741.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-details{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-details:before{background-color:#000;-webkit-mask-image:url(/static/media/details.bdca3c8a724b6a630ec5.svg);mask-image:url(/static/media/details.bdca3c8a724b6a630ec5.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-download{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-download:before{background-color:#000;-webkit-mask-image:url(/static/media/download.a3211fc8e670090d2b98.svg);mask-image:url(/static/media/download.a3211fc8e670090d2b98.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-grid{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-grid:before{background-color:#000;-webkit-mask-image:url(/static/media/grid.1a7480778ded74f15623.svg);mask-image:url(/static/media/grid.1a7480778ded74f15623.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-hide{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-hide:before{background-color:#000;-webkit-mask-image:url(/static/media/hide.7006ee046a02a6bb0bfc.svg);mask-image:url(/static/media/hide.7006ee046a02a6bb0bfc.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-history{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-history:before{background-color:#000;-webkit-mask-image:url(/static/media/history.68482bf32dccd81e1dca.svg);mask-image:url(/static/media/history.68482bf32dccd81e1dca.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-newPicture{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-newPicture:before{background-color:#000;-webkit-mask-image:url(/static/media/newPicture.6d70495289011c76365a.svg);mask-image:url(/static/media/newPicture.6d70495289011c76365a.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-paint{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-paint:before{background-color:#000;-webkit-mask-image:url(/static/media/paint.3b7c57f2167d9efad8e5.svg);mask-image:url(/static/media/paint.3b7c57f2167d9efad8e5.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-pin{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-pin:before{background-color:#000;-webkit-mask-image:url(/static/media/pin.ac6c5b0fe506f00fc56d.svg);mask-image:url(/static/media/pin.ac6c5b0fe506f00fc56d.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-plus{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-plus:before{background-color:#000;-webkit-mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-rename{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-rename:before{background-color:#000;-webkit-mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-rotate{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-rotate:before{background-color:#000;-webkit-mask-image:url(/static/media/rotate.46f2752e64fd216f0950.svg);mask-image:url(/static/media/rotate.46f2752e64fd216f0950.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-slide-left{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-slide-left:before{background-color:#000;-webkit-mask-image:url(/static/media/slide-left.b2f8eaf42760b0eef5fe.svg);mask-image:url(/static/media/slide-left.b2f8eaf42760b0eef5fe.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-slide-right{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-slide-right:before{background-color:#000;-webkit-mask-image:url(/static/media/slide-right.b934f5755c2a6bd13584.svg);mask-image:url(/static/media/slide-right.b934f5755c2a6bd13584.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-slideBottom{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-slideBottom:before{background-color:#000;-webkit-mask-image:url(/static/media/slideBottom.875526b6af183e7a8af3.svg);mask-image:url(/static/media/slideBottom.875526b6af183e7a8af3.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-slideTop{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-slideTop:before{background-color:#000;-webkit-mask-image:url(/static/media/slideTop.4fc4e648acbfd031c49e.svg);mask-image:url(/static/media/slideTop.4fc4e648acbfd031c49e.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-slideLeft{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-slideLeft:before{background-color:#000;-webkit-mask-image:url(/static/media/slideLeft.33ba42b33943f027fbee.svg);mask-image:url(/static/media/slideLeft.33ba42b33943f027fbee.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-slideRight{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-slideRight:before{background-color:#000;-webkit-mask-image:url(/static/media/slideRight.ed4d5be060808866b6a0.svg);mask-image:url(/static/media/slideRight.ed4d5be060808866b6a0.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-source{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-source:before{background-color:#000;-webkit-mask-image:url(/static/media/source.4c0a54ae64b0e05280a6.svg);mask-image:url(/static/media/source.4c0a54ae64b0e05280a6.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-sort-down{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-sort-down:before{background-color:#000;-webkit-mask-image:url(/static/media/sort-down-c.4e633a7c0423ebf3b035.svg);mask-image:url(/static/media/sort-down-c.4e633a7c0423ebf3b035.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-sort-up{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-sort-up:before{background-color:#000;-webkit-mask-image:url(/static/media/sort-up-c.bbe5326a0cdaf9df9187.svg);mask-image:url(/static/media/sort-up-c.bbe5326a0cdaf9df9187.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu .icon-width{height:16px;margin-left:6px;margin-right:10px;width:16px}.contextMenu .icon-width:before{background-color:#000;-webkit-mask-image:url(/static/media/width.3c304fb9340ea3296607.svg);mask-image:url(/static/media/width.3c304fb9340ea3296607.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:16px}.contextMenu hr{border:1px solid #f6f6f7;margin:2px 0}.contextMenu li{align-items:center;display:flex;font-size:.75rem;padding:8px 16px 8px 8px;position:relative}.contextMenu li:hover{background-color:#f6f6f7;cursor:pointer}.contextMenu li:hover:not(.contextMenu li:hover.--disabled)>.contextMenu__children,.contextMenu li:hover:not(.contextMenu li:hover.--disabled)>.contextMenu__subMenu{display:block}.contextMenu li.--disabled{opacity:.5}.contextMenu li:first-child{padding-top:12px}.contextMenu li:last-child{padding-bottom:12px}.contextMenu li.--warning{color:#f1416c}.contextMenu li.--warning .icon:before{background-color:#f1416c}.contextMenu li .contextMenu__children,.contextMenu li .contextMenu__subMenu{background-color:#fff;border:1px solid #e9e9e9;border-radius:5px;box-shadow:0 1px 3px rgba(0,0,0,.05);display:none;left:96%;position:absolute;top:50%;translate:0 -50%}.contextMenu li .contextMenu__children:hover:not(.contextMenu li .contextMenu__children:hover.--disabled,.contextMenu li .contextMenu__subMenu:hover.--disabled)>.contextMenu__children,.contextMenu li .contextMenu__children:hover:not(.contextMenu li .contextMenu__children:hover.--disabled,.contextMenu li .contextMenu__subMenu:hover.--disabled)>.contextMenu__subMenu,.contextMenu li .contextMenu__subMenu:hover:not(.contextMenu li .contextMenu__children:hover.--disabled,.contextMenu li .contextMenu__subMenu:hover.--disabled)>.contextMenu__children,.contextMenu li .contextMenu__subMenu:hover:not(.contextMenu li .contextMenu__children:hover.--disabled,.contextMenu li .contextMenu__subMenu:hover.--disabled)>.contextMenu__subMenu{display:block}.contextMenu li .contextMenu__subMenu{white-space:nowrap}.contextMenu li .contextMenu__subMenu .checkbox__wrapper{height:auto}.contextMenu li .contextMenu__subMenu .checkbox__wrapper p{margin-block:0}.contextMenu li .contextMenu__children{padding:.5rem}.contextMenu li .menu__input{display:flex;flex-direction:column;gap:.25rem}.contextMenu li .menu__input label{color:#7c7c7c;font-size:.625rem;font-weight:500}.contextMenu li .menu__input input{background-color:#f6f6f7;border-color:#f6f6f7;font-size:.875rem;height:auto}.bookmarks{border-bottom:1px solid #e2e2e2;display:flex;flex-wrap:nowrap;height:70px;transition:all .4s ease-in-out}.bookmarks.--hidden{height:0;opacity:0}.bookmarks__wrapper{flex-shrink:0;overflow-x:auto;scrollbar-color:#7c7c7c #f6f6f7}.bookmarks__item{align-items:center;color:#828282;cursor:pointer;display:flex;font-size:.8125rem;height:calc(100% - 1px);justify-content:center;margin:0 40px -1px;position:relative;text-align:center;top:1px}@media(min-width:200px)and (max-width:1199px){.bookmarks__item{font-size:.90625rem;font-size:calc(.8125rem + .01875vw - .0375px)}}@media(min-width:1200rem){.bookmarks__item{font-size:16rem}}.bookmarks__item__dot{border-radius:50%;flex-shrink:0;height:7px;margin:0 0 1rem .25rem;width:7px}.bookmarks__item.--selected,[data-is-mobile=false] .bookmarks__item:hover{border-bottom:1px solid #181818;color:#181818;font-weight:500}.tasks__container{display:flex;flex-direction:column;height:100%}.tasks__container .tasks__list__container{flex:1 1;overflow:auto;width:100%}.tasks__list.--general .tasks__list__header,.tasks__list.--general .tasks__list__item{display:grid;grid-template-columns:minmax(0,3fr) repeat(2,minmax(0,1fr)) 100px}.tasks__list__header,.tasks__list__item{display:grid;grid-template-columns:minmax(0,3fr) repeat(2,minmax(0,1fr)) 50px}.tasks__list__container{display:flex;flex-direction:column;padding:0 1rem}.tasks__list__container>div{margin:.5rem 0}@media(min-width:1200px){.tasks__list__container>div{margin:.5rem auto;max-width:1140px;width:100%}}@media(min-width:1400px){.tasks__list__container>div{max-width:1366px}}.tasks__list__container p{font-size:1.125rem;font-weight:600}@media(min-width:200px)and (max-width:1199px){.tasks__list__container p{font-size:1.15625rem;font-size:calc(1.125rem + .00625vw - .0125px)}}@media(min-width:1200rem){.tasks__list__container p{font-size:19rem}}.tasks__list__container p.--secondary{font-size:.875rem;font-weight:600}@media(min-width:200px)and (max-width:1199px){.tasks__list__container p.--secondary{font-size:.90625rem;font-size:calc(.875rem + .00625vw - .0125px)}}@media(min-width:1200rem){.tasks__list__container p.--secondary{font-size:15rem}}.tasks__list__container .simplified__table{min-width:100%}.tasks__list__header{font-size:.875rem;font-weight:600}@media(min-width:200px)and (max-width:1199px){.tasks__list__header{font-size:.90625rem;font-size:calc(.875rem + .00625vw - .0125px)}}@media(min-width:1200rem){.tasks__list__header{font-size:15rem}}.tasks__list__header span{padding:0 .5rem}.tasks__list__item{align-items:center;background-color:#e9e9e9;border-radius:3px;cursor:pointer;margin-top:.5rem;min-height:60px}.tasks__list__item.--steps{grid-template-columns:auto 50px;margin-left:2rem}.tasks__list__item.--selected{background-color:#d8d8d8}.tasks__list__item>*{margin:0 .5rem}.tasks__list__item>span{font-size:.875rem;font-weight:500}@media(min-width:200px)and (max-width:1199px){.tasks__list__item>span{font-size:.90625rem;font-size:calc(.875rem + .00625vw - .0125px)}}@media(min-width:1200rem){.tasks__list__item>span{font-size:15rem}}.tasks__list__item .btn-gray{background-color:#c9c9c9}.tasks__checkbox{background-color:#d8d8d8;border-radius:2px;border-radius:50%;cursor:pointer;flex-shrink:0;height:24px;padding:0;transition:background-color .4s;width:24px}.tasks__checkbox.--inactive{cursor:inherit;opacity:.5}.tasks__checkbox:hover{background-color:#e9e9e9}.tasks__checkbox:after{background-color:#fff;content:"";-webkit-mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);-webkit-mask-size:24px;mask-size:24px;min-height:24px;position:absolute;width:24px}.tasks__checkbox.--selected{background-color:#3cd8b0;position:relative}.tasks__checkbox.--selected:hover{background-color:#72d5bc}.tasks__title__group{align-items:center;display:flex;gap:.5rem;width:100%}.tasks__title__group .tasks__title:hover .tasks__title__hover{display:flex}.tasks__title__group .tasks__title span,.tasks__title__group .tasks__title textarea{color:#fff;font-size:1rem;font-weight:600}@media(min-width:200px)and (max-width:1199px){.tasks__title__group .tasks__title span,.tasks__title__group .tasks__title textarea{font-size:1.03125rem;font-size:calc(1rem + .00625vw - .0125px)}}@media(min-width:1200rem){.tasks__title__group .tasks__title span,.tasks__title__group .tasks__title textarea{font-size:17rem}}.tasks__title__group .tasks__title__hover{align-items:center;background-color:#181818;display:none;flex-wrap:wrap;gap:.25rem;height:100%;justify-content:center;padding:.5rem 0 .5rem 1rem;position:absolute;right:0;top:-.5rem;width:-webkit-min-content;width:min-content;z-index:1}.tasks__title__group .tasks__title__hover.--glued{display:flex}.tasks__title__group .tasks__title__hover .btn{height:auto;padding:5px}.tasks__title__group .tasks__priority{border-radius:3px;flex-shrink:0;height:32px;width:7px}.tasks__title__group .tasks__priority.--low{background-color:#7c7c7c}.tasks__title__group .tasks__priority.--medium{background-color:#ff9100}.tasks__title__group .tasks__priority.--high{background-color:#f1416c}.tasks__list .icon-reload,.tasks__sidebar .icon-reload{height:16px;width:16px}.tasks__list .icon-reload:before,.tasks__sidebar .icon-reload:before{background-color:#fff;-webkit-mask-image:url(/static/media/undo.8e00ea1141fb47c6c795.svg);mask-image:url(/static/media/undo.8e00ea1141fb47c6c795.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.tasks__list .icon-edit,.tasks__sidebar .icon-edit{height:16px;width:16px}.tasks__list .icon-edit:before,.tasks__sidebar .icon-edit:before{background-color:#fff;-webkit-mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.tasks__list .icon-save,.tasks__sidebar .icon-save{height:16px;width:16px}.tasks__list .icon-save:before,.tasks__sidebar .icon-save:before{background-color:#fff;-webkit-mask-image:url(/static/media/disk.f57e3f429281a5d78b25.svg);mask-image:url(/static/media/disk.f57e3f429281a5d78b25.svg);-webkit-mask-size:16px;mask-size:16px;min-height:16px}.tasks__list .icon-reload:before,.tasks__sidebar .icon-reload:before{-webkit-mask-size:12px;mask-size:12px;min-height:12px}.tasks__list .icon-arrow-down,.tasks__sidebar .icon-arrow-down{align-items:center;background-color:#302f2f;border-radius:3px;cursor:pointer;display:flex;flex-shrink:0;height:1.625rem;justify-content:center;margin:0 auto;width:1.625rem}.tasks__list .icon-arrow-down:hover,.tasks__sidebar .icon-arrow-down:hover{background-color:#636363}.tasks__list .icon-arrow-down.--flip,.tasks__sidebar .icon-arrow-down.--flip{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);transition:.3s ease-out}.tasks__list .icon-arrow-down:before,.tasks__sidebar .icon-arrow-down:before{background-color:#fff;-webkit-mask-image:url(/static/media/arrow-down.2af0fe5e1adcdc0767da.svg);mask-image:url(/static/media/arrow-down.2af0fe5e1adcdc0767da.svg);-webkit-mask-size:8px;mask-size:8px;min-height:8px;width:10px}.tasks__list .icon-arrow-down:before:hover,.tasks__sidebar .icon-arrow-down:before:hover{background-color:#636363}.tasks__list .icon-arrow-down{background-color:#e9e9e9}.tasks__list .icon-arrow-down:before{background-color:#181818}.tasks__sidebar{display:flex;flex-direction:column;font-size:.75rem;font-weight:500;gap:.5rem;height:100%;position:relative}@media(min-width:200px)and (max-width:1199px){.tasks__sidebar{font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.tasks__sidebar{font-size:13rem}}.tasks__sidebar .loader:before{background-color:#fff}.tasks__sidebar .tasks__checkbox:not(.--selected){background-color:#414141}.tasks__sidebar .tasks__checkbox:not(.--selected):hover{background-color:#636363}.tasks__sidebar textarea{background:none;border-color:transparent;color:#fff;height:auto;padding:0;width:100%}.tasks__sidebar textarea::selection{background:#7c7c7c}.tasks__sidebar__dropzone{align-items:center;border:2px solid #7c7c7c;border-radius:8px;display:flex;height:calc(100% - 8rem);justify-content:center;margin:5rem 1rem 3rem}.tasks__sidebar__dropzone:after{color:#7c7c7c;content:"+ Dodaj";font-size:1rem}@media(min-width:200px)and (max-width:1199px){.tasks__sidebar__dropzone:after{font-size:1.03125rem;font-size:calc(1rem + .00625vw - .0125px)}}@media(min-width:1200rem){.tasks__sidebar__dropzone:after{font-size:17rem}}.tasks__sidebar__header{display:flex;gap:1rem;justify-content:space-between;margin:1rem 0;position:relative}.tasks__sidebar__header .tasks__title{color:#fff;width:100%}.tasks__sidebar__buttons{align-items:center;align-self:flex-end;display:flex;gap:.5rem}.tasks__sidebar__buttons .btn-gray{background-color:#302f2f;color:#fff}.tasks__sidebar__buttons .btn-gray:hover{background-color:#464646}.tasks__sidebar__section{background-color:#242424;border-radius:3px;color:#fff}.tasks__sidebar__section__body{padding:.5rem .75rem}.tasks__sidebar__section .btn{flex-shrink:0;height:26px;padding:5px}.tasks__sidebar__section .btn-gray{background-color:#302f2f;color:#fff}.tasks__sidebar__section .btn-gray:hover{background-color:#636363!important}.tasks__sidebar__section__header{align-items:center;background-color:#242424;border-radius:3px;display:flex;gap:1rem;justify-content:space-between;padding:.5rem .75rem}.tasks__sidebar__section__header h4{color:#fff;font-size:.8125rem;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:200px)and (max-width:1199px){.tasks__sidebar__section__header h4{font-size:.84375rem;font-size:calc(.8125rem + .00625vw - .0125px)}}@media(min-width:1200rem){.tasks__sidebar__section__header h4{font-size:14rem}}.tasks__sidebar__section__header__buttons{align-items:center;display:flex;gap:.5rem}.tasks__sidebar__section__header__buttons .dropdown{background-color:#2e2e2e;color:#fff;height:26px}.tasks__sidebar__section__header__buttons .dropdown.--active{border-color:#5c5c5c}.tasks__sidebar__section__header__buttons .dropdown:after{background-color:#fff}.tasks__sidebar__section__header__buttons .dropdown-content{color:#fff}.tasks__sidebar__section__header__buttons .dropdown-dropdown-wrapper{background-color:#2e2e2e;border-color:#5c5c5c;color:#fff}.tasks__sidebar__section__header__buttons .dropdown-dropdown-wrapper.active{border-color:#5c5c5c}.tasks__sidebar__section__header__buttons .dropdown-dropdown-wrapper .dropdown-dropdown-item{border-color:#5c5c5c;padding:8px 0}.tasks__sidebar__attachments{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;padding:.25rem .5rem}.tasks__sidebar__attachments img{aspect-ratio:1;border-radius:3px;cursor:pointer;object-fit:contain;width:100px}.tasks__sidebar__step{align-items:center;background-color:#302f2f;display:flex;gap:1rem;justify-content:space-between;padding:.25rem .5rem}.tasks__sidebar__step .--active{cursor:pointer;text-decoration:underline}.tasks__sidebar__step .icon-trash{height:16px;width:16px}.tasks__sidebar__step .icon-trash:before{background-color:#f1416c;-webkit-mask-image:url(/static/media/trash.b7baa8482279e88dfbc4.svg);mask-image:url(/static/media/trash.b7baa8482279e88dfbc4.svg);-webkit-mask-size:12px;mask-size:12px;min-height:12px}.tasks__sidebar__step .btn{background:none;border-radius:50%;transition:background-color .4s}.tasks__sidebar__step .btn:hover{background-color:#636363}.tasks__sidebar__steps{display:flex;flex-direction:column;gap:.5rem}.radio__buttons{display:flex;flex-wrap:wrap;gap:.75rem}.radio__buttons.--dark .btn.btn-gray{background-color:#242424;color:#fff}.radio__buttons.--dark .btn.btn-gray:hover{background-color:#2e2e2e}.radio__buttons.--dark .btn.btn-gray span.circle{background-color:#414141}.radio__buttons .btn.btn-gray{background-color:#f6f6f6;gap:.5rem;max-width:250px}.radio__buttons .btn.btn-gray:hover{background-color:#e9e9e9}.radio__buttons .btn.btn-gray span:not(.circle){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radio__buttons .btn.btn-gray span.circle{background-color:#dcdcdc;border-radius:50%;flex-shrink:0;height:20px;width:20px}.radio__buttons .btn.btn-gray span.circle.--selected{align-items:center;background-color:#3cd8b0;display:flex;justify-content:center}.radio__buttons .btn.btn-gray span.circle.--selected:after{background-color:#fff;content:"";-webkit-mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.relations__textbox{outline:none;overflow-wrap:break-word;-webkit-user-select:text;user-select:text;white-space:pre-wrap}.relations__textbox.--clickable .relations__textbox__link{cursor:pointer}.relations__textbox span{font-size:.75rem;font-weight:400}@media(min-width:200px)and (max-width:1199px){.relations__textbox span{font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.relations__textbox span{font-size:13rem}}.relations__textbox__link{text-decoration:underline}.input-checkbox{align-items:center;background-color:#fff;border:1px solid #e2e2e2;border-radius:3px;display:flex;height:44px;justify-content:space-between;padding:0 15px;width:100%}.input-checkbox span{font-size:.625rem}@media(min-width:360px)and (max-width:1199px){.input-checkbox span{font-size:.6875rem;font-size:calc(.625rem + .01488vw - .05357px)}}@media(min-width:1200rem){.input-checkbox span{font-size:12rem}}.input-checkbox>div{align-items:center;background-color:#e2e2e2;border-radius:10px;cursor:pointer;display:flex;height:16px;position:relative;transition:background-color .2s ease-in-out;width:29px}.input-checkbox>div[is-checked=true]{background-color:#7c7c7c}.input-checkbox>div[is-checked=true]:before{left:14px}.input-checkbox>div:before{background-color:#fff;border-radius:50%;content:" ";display:inline-block;height:12px;left:3px;position:absolute;transition:left .2s ease-in-out;width:12px}.dropzone{align-content:center;align-items:center;background-color:#fff;color:#3a3939;display:flex;flex-wrap:wrap;height:100%;justify-content:center;position:relative;width:100%}.dropzone input{display:none}.dropzone i.icon-upload{height:20px;width:20px}.dropzone i.icon-upload:before{background-color:#000;-webkit-mask-image:url(/static/media/upload.7ea9bb49250e5438b14e.svg);mask-image:url(/static/media/upload.7ea9bb49250e5438b14e.svg);-webkit-mask-size:13px;mask-size:13px;min-height:13px}.dropzone>span{color:#a0a0a0;cursor:pointer;display:block;font-size:.625rem;font-weight:300;margin:0;text-align:center;transition:color .3s;width:100%}@media(min-width:360px)and (max-width:1199px){.dropzone>span{font-size:.6875rem;font-size:calc(.625rem + .01488vw - .05357px)}}@media(min-width:1200rem){.dropzone>span{font-size:12rem}}.dropzone>i.icon-upload{cursor:pointer;margin-bottom:5px;position:relative}.dropzone>i.icon-upload:before{background-color:#a0a0a0;transition:background-color .3s}[data-is-mobile=false] .dropzone:hover>i:before{background-color:#262626}[data-is-mobile=false] .dropzone:hover>span{color:#262626}.dropzone span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropzone-wrapper{border:1px dashed #e2e2e2;border-radius:3px;height:44px;width:100%}.dropzone-items{align-items:center;display:flex;height:100%}.dropzone-items-wrapper{height:100%;overflow:auto}.dropzone-item-wrapper{align-items:center;display:flex;justify-content:center;padding:0 5px}.dropzone-item.dropzone-item-input{cursor:pointer}.dropzone-item.dropzone-item-input span{color:#a0a0a0;transition:color .3s}.dropzone-item.dropzone-item-input i.icon-upload{height:100%;width:100%}.dropzone-item.dropzone-item-input i.icon-upload:before{background-color:#a0a0a0;-webkit-mask-size:18px;mask-size:18px;transition:background-color .3s}[data-is-mobile=false] .dropzone-item.dropzone-item-input:hover span{color:#262626}[data-is-mobile=false] .dropzone-item.dropzone-item-input:hover i.icon-upload:before{background-color:#262626}.dropzone-item:has(.dropzone-item-data){height:80px;width:72px}.dropzone-item:not(:has(.dropzone-item-data)){display:flex;gap:5px;width:120px}.dropzone-item span{color:#000;display:inline-block;font-size:.75rem;font-weight:600;text-align:center;text-transform:uppercase;width:100%}.dropzone-item-data{border-radius:4px;height:72px;overflow:hidden;position:relative;width:72px}.dropzone-item-data img{height:70px;object-fit:cover;width:70px}.dropzone-item .icon-file,.dropzone-item .icon-upload{border:1px dashed #e2e2e2;border-radius:4px}.dropzone-item .icon-file{height:100%;width:100%}.dropzone-item .icon-file:before{background-color:#000;-webkit-mask-image:url(/static/media/file.0aceef2ee9448f94eb55.svg);mask-image:url(/static/media/file.0aceef2ee9448f94eb55.svg);-webkit-mask-size:18px;mask-size:18px;min-height:18px}.dropzone-item-delete{align-items:center;background-color:#000;border-radius:10px;cursor:pointer;display:flex;height:13px;justify-content:center;position:absolute;right:6px;top:6px;width:13px;z-index:1}.dropzone-item-delete.--static{flex-shrink:0;position:relative;right:auto;top:auto}[data-is-mobile=false] .dropzone-item-delete:hover{background-color:#f1416c}.dropzone-item-delete:before{background-color:#fff;-webkit-mask-image:url(/static/media/times.30221d59e4c3d2783e9e.svg);mask-image:url(/static/media/times.30221d59e4c3d2783e9e.svg);-webkit-mask-size:6px;mask-size:6px;min-height:6px;position:absolute;top:.5px}.input-select{align-items:center;display:flex;height:100%;overflow:hidden;position:relative;width:100%}.input-select input{padding-right:35px;width:100%}.input-select span{overflow:hidden;padding-right:20px;text-overflow:ellipsis;white-space:nowrap}.input-select-wrapper{height:44px;position:relative;width:100%}.input-select-wrapper.active input{border-color:#e2e2e2}.input-select-wrapper.active .input-select-dropdown{-webkit-animation:border-in 1.5s;animation:border-in 1.5s;border-width:1px;max-height:200px;overflow:auto}.input-select i{cursor:pointer;height:20px;position:absolute;right:15px;width:20px}.input-select i.icon-chevron-down,.input-select i.icon-chevron-up{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.input-select i.icon-chevron-down:before,.input-select i.icon-chevron-up:before{background-color:#000;-webkit-mask-image:url(/static/media/caret-up.fd87ec71e1c26f2fec9a.svg);mask-image:url(/static/media/caret-up.fd87ec71e1c26f2fec9a.svg);-webkit-mask-size:11px;mask-size:11px;min-height:11px}.input-select i.icon-chevron-down{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.input-select-dropdown{-webkit-animation:border-out .5s;animation:border-out .5s;background-color:#fff;border:0 solid #e2e2e2;border-radius:3px;border-top:0;margin-top:-1px;max-height:0;overflow:hidden;position:absolute;transition:max-height .5s;width:100%;z-index:1}.input-select-dropdown-item{align-items:center;display:flex;font-size:.75rem;overflow:hidden;padding:15px 12px;text-overflow:ellipsis;white-space:nowrap}.input-select-dropdown-item:hover{background-color:#e9e9e9;cursor:pointer}.input-select input{text-transform:capitalize}@-webkit-keyframes border-out{0%,99%{border-width:1px}to{border-width:0}}@keyframes border-out{0%,99%{border-width:1px}to{border-width:0}}@-webkit-keyframes border-in{0%,1%{border-width:1px;overflow:hidden}to{overflow:auto}}@keyframes border-in{0%,1%{border-width:1px;overflow:hidden}to{overflow:auto}}.--active span{color:#7c7c7c}.children__list{display:flex;flex-direction:column;gap:.5rem}.children__list__item{grid-gap:.5rem;align-items:center;border:1px solid #d8d8d8;border-radius:3px;display:grid;gap:.5rem;grid-template-columns:1fr repeat(2,24px);padding:.25rem 15px}.children__list__item span{font-size:.625rem}@media(min-width:200px)and (max-width:1199px){.children__list__item span{font-size:.65625rem;font-size:calc(.625rem + .00625vw - .0125px)}}@media(min-width:1200rem){.children__list__item span{font-size:11rem}}.children__list__item .icon.icon-edit:before{background-color:#000;content:"";-webkit-mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);mask-image:url(/static/media/rename.79698eee5ee791bdfdba.svg);-webkit-mask-size:18px;mask-size:18px;min-height:18px;width:18px}.children__list__item .icon.icon-trash:before{background-color:#f1416c;content:"";-webkit-mask-image:url(/static/media/trash.b7baa8482279e88dfbc4.svg);mask-image:url(/static/media/trash.b7baa8482279e88dfbc4.svg);-webkit-mask-size:14px;mask-size:14px;min-height:14px;width:14px}.user{display:flex;flex-direction:column;gap:1.5rem;height:100%;max-height:100%}.user .icon-arrow-back{height:20px;width:20px}.user .icon-arrow-back:before{background-color:#7c7c7c;-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.user .icon-arrow-right{height:20px;width:20px}.user .icon-arrow-right:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/arrow-right.0ca77284b01a1ef34294.svg);mask-image:url(/static/media/arrow-right.0ca77284b01a1ef34294.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.user .icon-company{height:20px;width:20px}.user .icon-company:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/company.ff144e4f0c85a2258edf.svg);mask-image:url(/static/media/company.ff144e4f0c85a2258edf.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.user .icon-dots{height:20px;width:20px}.user .icon-dots:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/dots.2150175803a79a6e0448.svg);mask-image:url(/static/media/dots.2150175803a79a6e0448.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.user .icon-plus{height:20px;width:20px}.user .icon-plus:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.user .icon-icon-arrow-down-drop{height:20px;width:20px}.user .icon-icon-arrow-down-drop:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/icon-arrow-down-drop.bd761c081bed3ee3f2b3.svg);mask-image:url(/static/media/icon-arrow-down-drop.bd761c081bed3ee3f2b3.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.user .icon-icon-arrow-up-drop{height:20px;width:20px}.user .icon-icon-arrow-up-drop:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/icon-arrow-up-drop.523146f84efd118c3f79.svg);mask-image:url(/static/media/icon-arrow-up-drop.523146f84efd118c3f79.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.user .icon-users{height:20px;width:20px}.user .icon-users:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/users.7d17dcd4b2171f4b245e.svg);mask-image:url(/static/media/users.7d17dcd4b2171f4b245e.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px;width:20px}.user .icon-dots,.user .icon-users{height:18px;width:18px}.user .icon-dots:before,.user .icon-users:before{-webkit-mask-size:18px;mask-size:18px;min-height:18px}.user .icon-arrow-back{height:24px;width:24px}.user .icon-arrow-back:before{background-color:#181818;-webkit-mask-image:url(/static/media/arrow-back.03efcc21ec5a52d105ec.svg);mask-image:url(/static/media/arrow-back.03efcc21ec5a52d105ec.svg);-webkit-mask-size:24px;mask-size:24px;min-height:24px;width:24px}.user .icon-add{height:22px;width:22px}.user .icon-add:before{background-color:#fff;-webkit-mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);mask-image:url(/static/media/plus.0ec56c87685c0a86cb99.svg);-webkit-mask-size:22px;mask-size:22px;min-height:22px;width:22px}.user .icon-arrow-right,.user .icon-plus{background-color:#e9e9e9;border-radius:3px}.user .icon-arrow-right:before,.user .icon-plus:before{background-color:#000}.user .icon-arrow-right:hover,.user .icon-plus:hover{background-color:#d8d8d8}.user h2{font-size:1.125rem}@media(min-width:200px)and (max-width:1199px){.user h2{font-size:1.1875rem;font-size:calc(1.125rem + .0125vw - .025px)}}@media(min-width:1200rem){.user h2{font-size:20rem}}.user h2,.user h4{margin-block:0}.user__header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.user__header .btn{height:auto;padding:0}.user__searching{align-items:center;display:flex;justify-content:space-between}.user__searching__input{display:flex;flex-direction:column;flex-grow:1}.user__searching__input .label{margin-bottom:.625rem}.user__searching__input input{background:url(/static/media/search-icon.b2ffc0a9284be439090b.svg);background-position:15px 15px;background-repeat:no-repeat;background-size:18px;font-size:.8125rem;height:50px;padding-left:45px}@media(min-width:200px)and (max-width:1199px){.user__searching__input input{font-size:.84375rem;font-size:calc(.8125rem + .00625vw - .0125px)}}@media(min-width:1200rem){.user__searching__input input{font-size:14rem}}.user__searching__input input:focus{border-color:#d8d8d8;box-shadow:0 2px 6px rgba(0,0,0,.09)}.user__searching__input input::-webkit-input-placeholder{font-size:.8125rem}.user__searching__input input::placeholder{font-size:.8125rem}@media(min-width:200px)and (max-width:1199px){.user__searching__input input::-webkit-input-placeholder{font-size:.84375rem;font-size:calc(.8125rem + .00625vw - .0125px)}.user__searching__input input::placeholder{font-size:.84375rem;font-size:calc(.8125rem + .00625vw - .0125px)}}@media(min-width:1200rem){.user__searching__input input::-webkit-input-placeholder{font-size:14rem}.user__searching__input input::placeholder{font-size:14rem}}.user__searching__or{font-size:.75rem;padding:1.25rem 1.25rem 0;text-transform:lowercase}@media(min-width:200px)and (max-width:1199px){.user__searching__or{font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.user__searching__or{font-size:13rem}}.user__searching__addCostumer{padding-top:1.25rem}.user__searching__addCostumer button{font-size:.75rem;font-weight:600;height:50px;text-transform:uppercase;width:150px}@media(min-width:200px)and (max-width:1199px){.user__searching__addCostumer button{font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.user__searching__addCostumer button{font-size:13rem}}.user__searching__addCostumer button .icon{margin-right:.625rem}.user__searching__addCostumer button .icon:before{background-color:#fff;-webkit-mask-size:16px;mask-size:16px}.user__list{display:flex;flex-direction:column;gap:.625rem}.user__list:not(.--minimal){overflow:hidden}.user__list.--limited{max-height:40%}.user__list:has(.user__searching) .user__list__content{padding-top:1.375rem}.user__list__header{align-items:center;display:flex;gap:1rem}.user__list__header .btn{height:auto;padding:0}.user__list__content{overflow-y:auto}.user__list__basicItem{align-items:center;background-color:#f6f6f7;color:hsla(0,0%,49%,.67);display:flex;font-size:.875rem;font-weight:500;justify-content:center;margin-bottom:1rem;min-height:50px;width:100%}@media(min-width:200px)and (max-width:1199px){.user__list__basicItem{font-size:.9375rem;font-size:calc(.875rem + .0125vw - .025px)}}@media(min-width:1200rem){.user__list__basicItem{font-size:16rem}}.user__list__basicItem span span{cursor:pointer}.user__list__basicItem .loader:before{background-color:#7c7c7c}.user__items{padding-bottom:1rem}.user__items__costumer{grid-gap:.5em;align-items:center;background-color:#f6f6f7;color:#7c7c7c;cursor:pointer;display:grid;font-size:.75rem;gap:.5em;grid-template-columns:32px 1.5fr .8fr 1.2fr 32px;grid-template-rows:50px}@media(min-width:200px)and (max-width:1199px){.user__items__costumer{font-size:.8125rem;font-size:calc(.75rem + .0125vw - .025px)}}@media(min-width:1200rem){.user__items__costumer{font-size:14rem}}.user__items__costumer.--expanded{grid-template-columns:32px 1.2fr .6fr .6fr 1fr 32px}.user__items__costumer.--off{cursor:default}.user__items__costumer__mail,.user__items__costumer__name,.user__items__costumer__number{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user__items__costumer__extend,.user__items__costumer__option{cursor:pointer;display:flex;justify-content:center}.user__items__costumer.--company,.user__items__costumer.--company .icon-arrow-right:hover,.user__items__costumer.--user,.user__items__costumer.--user .icon-arrow-right:hover{position:relative}.user__items__costumer.--company .icon-arrow-right:hover:after,.user__items__costumer.--user .icon-arrow-right:hover:after{background-color:#fff;border-radius:2px;box-shadow:2px 2px 13px #d8d8d8;padding:8px 20px;position:absolute;right:24px;top:-10px;white-space:nowrap;z-index:999}.user__items__costumer.--company .icon-plus:hover,.user__items__costumer.--user .icon-plus:hover{position:relative}.user__items__costumer.--company .icon-plus:hover:after,.user__items__costumer.--user .icon-plus:hover:after{background-color:#fff;border-radius:2px;box-shadow:2px 2px 13px #d8d8d8;padding:8px 20px;position:absolute;right:24px;top:-10px;white-space:nowrap;z-index:999}.user__items__costumer.--user .icon-arrow-right:hover:after{content:"Na klienta"}.user__items__costumer.--user .icon-plus:hover:after{content:"Dodaj przedstawiciela"}.user__items__costumer.--company .icon-arrow-right:hover:after{content:"Na firmę"}.user__items__costumer.--company .icon-plus:hover:after{content:"Dodaj firmę"}.user__items__costumer .btn{height:30px}.user .label{color:#7c7c7c;font-size:.625rem;font-weight:600;text-transform:uppercase}@media(min-width:200px)and (max-width:1199px){.user .label{font-size:.6875rem;font-size:calc(.625rem + .0125vw - .025px)}}@media(min-width:1200rem){.user .label{font-size:12rem}}.colorPicker{align-items:center;display:flex;gap:.5rem}.colorPicker__item{border:1px solid #d8d8d8;border-radius:3px;cursor:pointer;height:42px;width:42px}.colorPicker__item.--selected{align-items:center;display:flex;justify-content:center}.colorPicker__item.--selected:after{background-color:#fff;content:"";-webkit-mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);mask-image:url(/static/media/check.1214fe6ec9d6cdd294a9.svg);-webkit-mask-size:2rem;mask-size:2rem;min-height:2rem;width:2rem}.colorPicker__item.--blank:after{background-color:#d8d8d8}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;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;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{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:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.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-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.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{display:block;max-width:100%}.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{direction:rtl;text-align:inherit}.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:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.editor{border-radius:4px;display:flex;flex-direction:column;position:relative}.editor-error{-webkit-animation:animatetop .5s;animation:animatetop .5s;background-color:#181818;border-radius:0 0 4px 4px;color:#fff;padding:15px;position:absolute;top:0;width:100%}.editor-error-title{font-size:.5625rem;font-weight:600}@media(min-width:200px)and (max-width:1199px){.editor-error-title{font-size:.65625rem;font-size:calc(.5625rem + .01875vw - .0375px)}}@media(min-width:1200rem){.editor-error-title{font-size:12rem}}.editor-error ul{-webkit-padding-start:15px;padding-inline-start:15px}.editor .ql-snow .ql-editor img{max-width:40vh}.editor .ql-container.ql-snow{border-color:#e2e2e2;border-radius:3px}.editor .ql-editor{max-height:260px;min-height:150px}.editor .ql-toolbar{border-color:#e2e2e2}.editor .ql-toolbar button i,.editor .ql-toolbar span.ql-picker .ql-picker-label i{font-size:.5625rem}@media(min-width:200px)and (max-width:1199px){.editor .ql-toolbar button i,.editor .ql-toolbar span.ql-picker .ql-picker-label i{font-size:.65625rem;font-size:calc(.5625rem + .01875vw - .0375px)}}@media(min-width:1200rem){.editor .ql-toolbar button i,.editor .ql-toolbar span.ql-picker .ql-picker-label i{font-size:12rem}}.editor .ql-toolbar button.ql-active i,.editor .ql-toolbar button:hover i,.editor .ql-toolbar span.ql-picker .ql-picker-label.ql-active i,.editor .ql-toolbar span.ql-picker .ql-picker-label:hover i{color:#636363}.editor-toolbar.ql-toolbar button{align-items:center;display:flex;margin:0 2px}.editor-toolbar.ql-toolbar .ql-font span[data-value=arial]:before,.editor-toolbar.ql-toolbar .ql-font-arial{font-family:Arial,sans-serif}.editor-toolbar.ql-toolbar .ql-font span[data-value=comic-sans]:before,.editor-toolbar.ql-toolbar .ql-font-comic-sans{font-family:Comic Sans MS,cursive,sans-serif}.editor-toolbar.ql-toolbar .ql-font span[data-value=courier-new]:before,.editor-toolbar.ql-toolbar .ql-font-courier-new{font-family:Courier New}.editor-toolbar.ql-toolbar .ql-font span[data-value=georgia]:before,.editor-toolbar.ql-toolbar .ql-font-georgia{font-family:Georgia,serif}.editor-toolbar.ql-toolbar .ql-font span[data-value=helvetica]:before,.editor-toolbar.ql-toolbar .ql-font-helvetica{font-family:Helvetica,sans-serif}.editor-toolbar.ql-toolbar .ql-font span[data-value=lucida]:before,.editor-toolbar.ql-toolbar .ql-font-lucida{font-family:Lucida Sans Unicode,Lucida Grande,sans-serif}.editor-toolbar.ql-toolbar .btn{width:auto}.editor-toolbar.ql-toolbar .ql-font,.editor-toolbar.ql-toolbar .ql-size{width:120px}.editor-toolbar.ql-toolbar .ql-font span.ql-picker-label:before,.editor-toolbar.ql-toolbar .ql-size span.ql-picker-label:before{line-height:24px}.editor-toolbar.ql-toolbar .ql-font span.ql-picker-label .ql-stroke,.editor-toolbar.ql-toolbar .ql-size span.ql-picker-label .ql-stroke{stroke:#a0a0a0}.editor-toolbar.ql-toolbar .ql-font span.ql-picker-label.ql-active,.editor-toolbar.ql-toolbar .ql-picker,.editor-toolbar.ql-toolbar .ql-size span.ql-picker-label.ql-active{color:#a0a0a0}.editor-toolbar.ql-toolbar .ql-picker .ql-picker-label,.editor-toolbar.ql-toolbar .ql-picker .ql-picker-options{border:0}.editor-toolbar.ql-toolbar .ql-picker .ql-picker-options{border-radius:8px;box-shadow:0 3px 17px -7px #523f69}.editor-toolbar.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item{display:flex;height:auto;justify-content:center;min-height:12px;min-width:16px;padding:6px 0;width:auto}.editor-toolbar.ql-toolbar .ql-picker .ql-picker-item.ql-selected,.editor-toolbar.ql-toolbar .ql-picker .ql-picker-item:hover,.editor-toolbar.ql-toolbar .ql-picker .ql-picker-label:hover,.editor-toolbar.ql-toolbar .ql-picker .ql-picker-options .ql-picker-item:hover i{color:#636363}.editor-toolbar.ql-toolbar .ql-picker .ql-picker-item.ql-selected .ql-stroke,.editor-toolbar.ql-toolbar .ql-picker .ql-picker-item:hover .ql-stroke,.editor-toolbar.ql-toolbar .ql-picker .ql-picker-label:hover .ql-stroke{stroke:#636363}.selectUsers__container{align-items:center;border:1px solid #e2e2e2;border-radius:3px;display:flex;gap:.5rem;justify-content:space-between;min-height:44px;padding:.5rem .75rem}.selectUsers__dropdown__item{display:flex;gap:1em}.selectUsers__dropdown__item__avatar{align-items:center;background-color:#d8d8d8;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.selectUsers__dropdown__item__avatar .icon-user{height:20px;width:20px}.selectUsers__dropdown__item__avatar .icon-user:before{background-color:#fff;-webkit-mask-image:url(/static/media/user.c9bca1350a7617c24865.svg);mask-image:url(/static/media/user.c9bca1350a7617c24865.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.selectUsers__dropdown__item__content{text-align:left}.selectUsers__dropdown__item__content div{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;word-break:break-all}.selectUsers__dropdown__item__content div:nth-child(2){font-size:.75rem;margin-top:2px}@media(min-width:200px)and (max-width:1199px){.selectUsers__dropdown__item__content div:nth-child(2){font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.selectUsers__dropdown__item__content div:nth-child(2){font-size:13rem}}.selectUsers__dropdown__item__content div:first-child{font-size:.8125rem;font-weight:500}@media(min-width:200px)and (max-width:1199px){.selectUsers__dropdown__item__content div:first-child{font-size:.84375rem;font-size:calc(.8125rem + .00625vw - .0125px)}}@media(min-width:1200rem){.selectUsers__dropdown__item__content div:first-child{font-size:14rem}}.selectUsers__list{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.selectUsers__list__item{background-color:#e9e9e9;border-radius:3px;font-size:.75rem;font-weight:500;padding:.25rem}@media(min-width:200px)and (max-width:1199px){.selectUsers__list__item{font-size:.78125rem;font-size:calc(.75rem + .00625vw - .0125px)}}@media(min-width:1200rem){.selectUsers__list__item{font-size:13rem}}.selectUsers__list__item span{padding:0 .5rem}.selectUsers__list__item span:last-child{cursor:pointer}.selectUsers__list__input{border:none;height:auto;width:200px}.selectUsers__list__input.--error{-webkit-animation:flashing 1.5s linear infinite;animation:flashing 1.5s linear infinite}@-webkit-keyframes flashing{50%{color:#f1416c}}@keyframes flashing{50%{color:#f1416c}}.selectUsers__buttons{display:flex}.selectUsers__buttons .btn{height:auto;padding:5px}.selectUsers__buttons .icon-close{height:16px;width:16px}.selectUsers__buttons .icon-close:before{background-color:#2e2e2e;-webkit-mask-image:url(/static/media/x.de59a4eaa3db1dca8c86.svg);mask-image:url(/static/media/x.de59a4eaa3db1dca8c86.svg);-webkit-mask-size:12px;mask-size:12px;min-height:12px}.selectUsers__add{cursor:pointer}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fff;background:hsla(0,0%,100%,.5);border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;overflow:hidden;padding:2px 5px 1px;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-container{flex:1 1;z-index:1}.map-container .leaflet-tooltip{background-color:initial;border:0;box-shadow:none;left:0;padding:5px 0;position:relative;top:-80px}.map-container .leaflet-tooltip .marker{align-items:center;display:flex;flex-direction:column;height:80px;justify-content:space-evenly}.map-container .leaflet-tooltip span{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:flex;display:-webkit-box;font-size:9px;font-weight:600;line-height:10px;max-height:20px;max-width:60px;overflow:hidden;padding-left:5px;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:normal}.map-container .leaflet-tooltip svg{display:block;margin-top:5px}.map-container .leaflet-control-layers-list{width:100px}.map-container .leaflet-control-layers-base{font-size:14px}.map-container .leaflet-control-layers-base label span{align-items:center;display:flex}.map-container .leaflet-control-layers-base label span span{padding-left:10px;-webkit-transform:translateY(2px);transform:translateY(2px)}.modalAuthorize .modal-content{max-width:700px}.modalAuthorize__header{margin-bottom:1em}.modalAuthorize__header h2{font-size:1.125rem}@media(min-width:200px)and (max-width:1199px){.modalAuthorize__header h2{font-size:1.21875rem;font-size:calc(1.125rem + .01875vw - .0375px)}}@media(min-width:1200rem){.modalAuthorize__header h2{font-size:21rem}}@media(max-width:576px){.modalAuthorize__content p,.modalAuthorize__header h2{text-align:center}}.modalAuthorize__input{display:flex;flex-direction:column;margin:1.5em 0}.modalAuthorize__input__title span{font-size:.625rem;font-weight:500;text-transform:uppercase}@media(min-width:200px)and (max-width:1199px){.modalAuthorize__input__title span{font-size:.6875rem;font-size:calc(.625rem + .0125vw - .025px)}}@media(min-width:1200rem){.modalAuthorize__input__title span{font-size:12rem}}.modalAuthorize__input__code.--password input{font-size:34px;height:100px;max-width:100%;text-align:left}.modalAuthorize__input__code .input-code input:first-child{margin-right:5px}.modalAuthorize__input__code .input-code input:last-child{margin-right:0}.modalAuthorize__input__code input{font-size:56px;height:150px;max-width:100%;text-align:center}@media(max-width:576px){.modalAuthorize__input__code input{font-size:28px;height:80px}}.modalAuthorize__resend{font-size:.8125rem;margin-bottom:1.5em}@media(min-width:200px)and (max-width:1199px){.modalAuthorize__resend{font-size:.84375rem;font-size:calc(.8125rem + .00625vw - .0125px)}}@media(min-width:1200rem){.modalAuthorize__resend{font-size:14rem}}.modalAuthorize__resend span{color:#636363;margin-right:1rem}.modalAuthorize__resend__link{cursor:pointer;text-decoration:underline}.modalAuthorize .--warning{color:#f1416c}.modalAuthorize .btn{font-size:.9375rem;height:56px;margin-bottom:.5em;margin-top:20px;text-transform:uppercase;width:100%}@media(min-width:200px)and (max-width:1199px){.modalAuthorize .btn{font-size:.96875rem;font-size:calc(.9375rem + .00625vw - .0125px)}}@media(min-width:1200rem){.modalAuthorize .btn{font-size:16rem}}[unauthorized=true] .notifications{display:none}@-webkit-keyframes goDown1{0%{-webkit-transform:translateY(0);transform:translateY(0)}15%{-webkit-transform:translateY(0);transform:translateY(0)}35%{-webkit-transform:translateY(35px);transform:translateY(35px)}to{-webkit-transform:translateY(200px);transform:translateY(200px)}}@keyframes goDown1{0%{-webkit-transform:translateY(0);transform:translateY(0)}15%{-webkit-transform:translateY(0);transform:translateY(0)}35%{-webkit-transform:translateY(35px);transform:translateY(35px)}to{-webkit-transform:translateY(200px);transform:translateY(200px)}}@-webkit-keyframes goDown2{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100px);transform:translateY(100px)}}@keyframes goDown2{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100px);transform:translateY(100px)}}@-webkit-keyframes goUp{0%{-webkit-transform:translateY(50px);transform:translateY(50px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes goUp{0%{-webkit-transform:translateY(50px);transform:translateY(50px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes showWithScale{0%{opacity:0;-webkit-transform:scale(.2);transform:scale(.2)}50%{opacity:15%}to{opacity:100%;-webkit-transform:scale(1);transform:scale(1)}}@keyframes showWithScale{0%{opacity:0;-webkit-transform:scale(.2);transform:scale(.2)}50%{opacity:15%}to{opacity:100%;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideLogo{0%{opacity:100%}to{opacity:0}}@keyframes hideLogo{0%{opacity:100%}to{opacity:0}}.loaderLogo{align-items:center;-webkit-animation:hideLogo .3s cubic-bezier(.32,.28,.76,1.03) 3.2s 1 normal forwards;animation:hideLogo .3s cubic-bezier(.32,.28,.76,1.03) 3.2s 1 normal forwards;background-color:#f6f6f7;display:flex;height:100vh;justify-content:center;position:fixed;width:100vw;z-index:10000000}.loaderLogo svg #rec1{-webkit-animation:goDown1 3s ease-in-out 0s 1 normal forwards;animation:goDown1 3s ease-in-out 0s 1 normal forwards}.loaderLogo svg #rec2{-webkit-animation:goDown2 2s ease-out 1s 1 normal forwards;animation:goDown2 2s ease-out 1s 1 normal forwards}.loaderLogo svg #text{-webkit-animation:goUp 2s ease-out 1s 1 normal forwards;animation:goUp 2s ease-out 1s 1 normal forwards}.loaderLogo svg #uszy{-webkit-animation:showWithScale 2s ease-out 1s normal forwards;animation:showWithScale 2s ease-out 1s normal forwards;opacity:0;-webkit-transform-origin:center;transform-origin:center}.warning__popup{display:flex;flex-direction:column;justify-content:center;min-width:400px;padding:1em;text-align:center}.warning__popup .warning__title>div:first-child{font-size:1.6785em;margin-bottom:.5rem}.warning__popup .warning__desc,.warning__popup .warning__title{margin:2.5rem 0}.warning__popup .warning__text{font-size:1.25em;line-height:1.5}.warning__popup .warning__time{font-size:5em;margin:.2em 0}.warning__popup .warning__buttons{display:flex;gap:1rem}.warning__popup .warning__buttons .btn{flex-basis:30%;height:40px}.warning__popup .warning__buttons .btn:last-child{flex-basis:70%;font-size:.75rem;font-weight:500}.warning__popup .warning__circular{height:160px;margin:1em auto;position:relative;width:160px}.warning__popup .warning__circular svg{-webkit-animation:circle 9s linear;animation:circle 9s linear;bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform:translateY(-80px);transform:translateY(-80px);z-index:7}@-webkit-keyframes circle{0%{-webkit-transform:rotate(0deg) translateY(-80px) rotate(0deg);transform:rotate(0deg) translateY(-80px) rotate(0deg)}to{-webkit-transform:rotate(1turn) translateY(-80px) rotate(-1turn);transform:rotate(1turn) translateY(-80px) rotate(-1turn)}}@keyframes circle{0%{-webkit-transform:rotate(0deg) translateY(-80px) rotate(0deg);transform:rotate(0deg) translateY(-80px) rotate(0deg)}to{-webkit-transform:rotate(1turn) translateY(-80px) rotate(-1turn);transform:rotate(1turn) translateY(-80px) rotate(-1turn)}}.warning__popup .warning__circular .circular__inner{align-items:center;background:#fff;border-radius:100%;display:flex;height:156px;justify-content:center;left:50%;margin:-78px 0 0 -78px;position:absolute;top:50%;width:156px;z-index:6}.warning__popup .warning__circular .circle__bar{clip:rect(0,160px,160px,80px);background-color:#e2e2e2;border-radius:100%;height:100%;position:absolute;width:100%}.warning__popup .warning__circular .circle__bar .circle__progress{clip:rect(0,80px,160px,0);background-color:#f1416c;border-radius:100%;height:100%;position:absolute;width:100%}.warning__popup .warning__circular .circle__bar.--left .circle__progress{-webkit-animation:left 4.5s linear both;animation:left 4.5s linear both;z-index:1}.warning__popup .warning__circular .circle__bar.--right{-webkit-transform:rotate(180deg);transform:rotate(180deg);z-index:3}.warning__popup .warning__circular .circle__bar.--right .circle__progress{-webkit-animation:right 4.5s linear 4.5s both;animation:right 4.5s linear 4.5s both}@-webkit-keyframes left{to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes left{to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes right{to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes right{to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.lockScreen{background-color:#f6f6f7;height:100vh;padding:2rem;width:100vw}.lockScreen,.lockScreen__body{display:flex;flex-direction:column}.lockScreen__body{align-items:center;flex-grow:1;gap:.5rem;justify-content:center;width:100%}.lockScreen__body img{width:100px}.lockScreen__body span{font-size:1rem;font-weight:500}.lockScreen__body__input{display:flex;padding-top:1rem}.lockScreen__body__input input{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.lockScreen__body__input input:focus+.icon-arrow-right{border:1px solid #7c7c7c;border-left:0}.lockScreen__body__input .icon-arrow-right{background-color:#fff;border:1px solid #e2e2e2;border-bottom-right-radius:3px;border-left:0;border-top-right-radius:3px;height:44px;width:32px}.lockScreen__body__input .icon-arrow-right:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/keyboard-arrow-right.7409903537cf6fff93a9.svg);mask-image:url(/static/media/keyboard-arrow-right.7409903537cf6fff93a9.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.lockScreen__body__input .icon-arrow-right:hover{cursor:pointer}.lockScreen__body__input .icon-arrow-right:hover:before{background-color:#000}.lockScreen__footer{display:flex;justify-content:flex-end}.lockScreen__footer__logout{align-items:center;display:flex;flex-direction:column;gap:6px}.lockScreen__footer__logout .icon-logout{height:24px;width:24px}.lockScreen__footer__logout .icon-logout:before{background-color:#7c7c7c;-webkit-mask-image:url(/static/media/off.7b0bbffa6734c73ee45f.svg);mask-image:url(/static/media/off.7b0bbffa6734c73ee45f.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.lockScreen__footer__logout span{color:#7c7c7c;font-size:.825rem;font-weight:500}.alerts{align-items:center;-webkit-animation:fadeInOut 5s;animation:fadeInOut 5s;border-radius:3px;box-shadow:0 3px 6px rgba(0,0,0,.05),0 3px 6px rgba(0,0,0,.05);display:flex;font-size:.813rem;font-weight:600;justify-content:space-between;margin:10px auto;min-height:50px;width:400px}@-webkit-keyframes fadeInOut{0%,to{opacity:0}5%,80%{opacity:1}}@keyframes fadeInOut{0%,to{opacity:0}5%,80%{opacity:1}}.alerts__list{bottom:20px;left:0;position:absolute;right:0;z-index:1001}.alerts__list--simplified{margin:32px 40px}.alerts__list--simplified .alerts{-webkit-animation:unset;animation:initial;width:100%}.alerts .icon{flex-shrink:0;height:24px;margin:0 1rem;width:24px}.alerts__content{display:block;flex-grow:1}.alerts__action{cursor:pointer;margin-right:1rem}.alerts--primary{background-color:#cce5ff;border:1px solid #b8daff;color:#004085}.alerts--primary .alerts__action .loader:before{background-color:#004085}.alerts--secondary{background-color:#e2e3e5;border:1px solid #d6d8db;color:#383d41}.alerts--secondary .alerts__action .loader:before{background-color:#383d41}.alerts--deleted{background-color:#e2e3e5;border:1px solid #d6d8db;color:#383d41}.alerts--deleted .alerts__action .loader:before{background-color:#383d41}.alerts--success{background-color:#f0f8f6;border:1px solid #c3e6cb;color:#3cd8b0}.alerts--success .alerts__action .loader:before{background-color:#3cd8b0}.alerts--danger{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alerts--danger .alerts__action .loader:before{background-color:#721c24}.alerts--error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alerts--error .alerts__action .loader:before{background-color:#721c24}.alerts--warning{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404}.alerts--warning .alerts__action .loader:before{background-color:#856404}.alerts--info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.alerts--info .alerts__action .loader:before{background-color:#0c5460}.alerts--light{background-color:#fefefe;border:1px solid #fdfdfe;color:#818182}.alerts--light .alerts__action .loader:before{background-color:#818182}.alerts--dark{background-color:#d6d8d9;border:1px solid #c6c8ca;color:#1b1e21}.alerts--dark .alerts__action .loader:before{background-color:#1b1e21}.alerts--success .icon:before{background-color:#3cd8b0;-webkit-mask-image:url(/static/media/ic-checked.84eda920f1bc37743353.svg);mask-image:url(/static/media/ic-checked.84eda920f1bc37743353.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.alerts--danger .icon:before,.alerts--error .icon:before,.alerts--warning .icon:before{background-color:#721c24;-webkit-mask-image:url(/static/media/alert.a942d84460792537c846.svg);mask-image:url(/static/media/alert.a942d84460792537c846.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.alerts--deleted .icon:before{background-color:#383d41;-webkit-mask-image:url(/static/media/delete.ef79ee3066a7f1652741.svg);mask-image:url(/static/media/delete.ef79ee3066a7f1652741.svg);-webkit-mask-size:20px;mask-size:20px;min-height:20px}.page404{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.page404-error{font-size:6rem}.page404-title{font-size:2rem}section{margin-bottom:20px}section>label{font-size:1rem;font-weight:900}@media(min-width:200px)and (max-width:1199px){section>label{font-size:1.0625rem;font-size:calc(1rem + .0125vw - .025px)}}@media(min-width:1200rem){section>label{font-size:18rem}}@-webkit-keyframes roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loader{align-items:center;display:flex;justify-content:center}.loader:before{background-color:#000;content:" ";display:inline-block;height:100%;height:20px;-webkit-mask-image:url(/static/media/three-dots.2f80df345b9f2b02970a.svg);mask-image:url(/static/media/three-dots.2f80df345b9f2b02970a.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100%;mask-size:100%;min-height:100%;width:100%;width:20px}.loader-white:before{background-color:#fff}.loader-xl:before{height:40px;width:40px}.loader-full{height:100%;width:100%}.loader-absolute{position:absolute}@keyframes roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.card{background:#fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.05);margin:7.5px 0;overflow:hidden;padding:20px;transition:max-height .7s ease-in-out}.card-wrapper{margin-top:20px}.card-wrapper .card-title{color:#7c7c7c;text-transform:uppercase}.card-input{padding:0;position:relative}.card-input:before{content:" ";display:inline-block;height:100%;height:44px;-webkit-mask-image:url(/static/media/search.ea7f7b943f6006f737c6.svg);mask-image:url(/static/media/search.ea7f7b943f6006f737c6.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;width:100%;width:44px}.card-input.loading:before,.card-input:before{background-color:#262626;-webkit-mask-size:16px;mask-size:16px;min-height:16px}.card-input.loading:before{-webkit-animation:roller 1s infinite;animation:roller 1s infinite;-webkit-mask-image:url(/static/media/spinner.1524735f67436d0267c6.svg);mask-image:url(/static/media/spinner.1524735f67436d0267c6.svg)}.card-input input{border:0;color:#262626;font-size:.6875rem;font-weight:400;line-height:44px;padding:0 0 0 40px;width:100%}@media(min-width:200px)and (max-width:1199px){.card-input input{font-size:.78125rem;font-size:calc(.6875rem + .01875vw - .0375px)}}@media(min-width:1200rem){.card-input input{font-size:14rem}}.card-menu{display:flex;height:50px;justify-content:center;padding:0}.card-menu-wrapper{-ms-overflow-style:none;display:flex;overflow-x:auto;scrollbar-width:none}.card-menu-wrapper::-webkit-scrollbar{display:none}.card-menu-item{align-items:center;border-bottom:1px solid #fff;color:#a0a0a0;cursor:pointer;display:flex;font-size:.625rem;font-weight:600;height:100%;justify-content:center;margin:0 15px;transition:border-color .3s,color .3s;white-space:nowrap}.card-menu-item.active,[data-is-mobile=false] .card-menu-item:hover{border-color:#262626;color:#262626}.card-menu-item .loader{height:10px}.card.active{background-color:#c9c9c9}button{background-color:transparent;border:none}.btn{align-items:center;border-radius:3px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.75rem;font-weight:500;height:35px;justify-content:center;outline:none;overflow:hidden;padding:5px 10px;text-align:center;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn.s24{height:24px!important;padding:0!important;width:24px!important}.btn.s44{height:44px}.btn:disabled{opacity:.5}.btn-black{background-color:#000;border:0;color:#fff;transition:background-color .4s}.btn-black:active,[data-is-mobile=false] .btn-black:hover{background-color:#333}.btn-dashed-black{border:1px dashed #000;color:#000;transition:border-color .4s}.btn-dashed-black:active,[data-is-mobile=false] .btn-dashed-black:hover{border-color:#333;color:#333}.btn-outline-black{border:1px solid #000;color:#000;transition:border-color .4s}.btn-outline-black:active,[data-is-mobile=false] .btn-outline-black:hover{border-color:#333;color:#333}.btn-darkgray{background-color:#262626;border:0;transition:background-color .4s}.btn-darkgray:active,[data-is-mobile=false] .btn-darkgray:hover{background-color:#a6a6a6}.btn-dashed-darkgray{border:1px dashed #262626;color:#262626;transition:border-color .4s}.btn-dashed-darkgray:active,[data-is-mobile=false] .btn-dashed-darkgray:hover{border-color:#a6a6a6;color:#a6a6a6}.btn-outline-darkgray{border:1px solid #262626;color:#262626;transition:border-color .4s}.btn-outline-darkgray:active,[data-is-mobile=false] .btn-outline-darkgray:hover{border-color:#a6a6a6;color:#a6a6a6}.btn-gray{background-color:#e9e9e9;border:0;transition:background-color .4s}.btn-gray:active,[data-is-mobile=false] .btn-gray:hover{background-color:#a6a6a6}.btn-dashed-gray{border:1px dashed #e9e9e9;color:#e9e9e9;transition:border-color .4s}.btn-dashed-gray:active,[data-is-mobile=false] .btn-dashed-gray:hover{border-color:#a6a6a6;color:#a6a6a6}.btn-outline-gray{border:1px solid #e9e9e9;color:#e9e9e9;transition:border-color .4s}.btn-outline-gray:active,[data-is-mobile=false] .btn-outline-gray:hover{border-color:#a6a6a6;color:#a6a6a6}.btn-green{background-color:#3cd8b0;border:0;color:#fff;transition:background-color .4s}.btn-green:active,[data-is-mobile=false] .btn-green:hover{background-color:#6ae1c3}.btn-dashed-green{border:1px dashed #3cd8b0;color:#3cd8b0;transition:border-color .4s}.btn-dashed-green:active,[data-is-mobile=false] .btn-dashed-green:hover{border-color:#6ae1c3;color:#6ae1c3}.btn-outline-green{border:1px solid #3cd8b0;color:#3cd8b0;transition:border-color .4s}.btn-outline-green:active,[data-is-mobile=false] .btn-outline-green:hover{border-color:#6ae1c3;color:#6ae1c3}.btn-red{background-color:#f1416c;border:0;color:#fff;transition:background-color .4s}.btn-red:active,[data-is-mobile=false] .btn-red:hover{background-color:#f3597e}.btn-dashed-red{border:1px dashed #f1416c;color:#f1416c;transition:border-color .4s}.btn-dashed-red:active,[data-is-mobile=false] .btn-dashed-red:hover{border-color:#f3597e;color:#f3597e}.btn-outline-red{border:1px solid #f1416c;color:#f1416c;transition:border-color .4s}.btn-outline-red:active,[data-is-mobile=false] .btn-outline-red:hover{border-color:#f3597e;color:#f3597e}.btn-outline-green:hover{background-color:#3cd8b0;color:#fff!important}.btn-answer{background-color:#1a2220;color:#3cd8b0}.btn-answer:hover{background-color:#25342f}.btn-reject{background-color:#221a1a;color:#f1416c}.btn-reject:hover{background-color:#452525}input,textarea{background-color:#fff;border:1px solid #e2e2e2;border-radius:3px;color:#262626;font-family:Montserrat,sans-serif;font-size:.625rem;height:44px;outline:none;padding:5px 10px}@media(min-width:360px)and (max-width:1199px){input,textarea{font-size:.6875rem;font-size:calc(.625rem + .01488vw - .05357px)}}@media(min-width:1200rem){input,textarea{font-size:12rem}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button,textarea::-webkit-inner-spin-button,textarea::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[value=""],textarea[value=""]{color:#c9c9c9}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c9c9c9;font-weight:400;text-transform:none}input::placeholder,textarea::placeholder{color:#c9c9c9;font-weight:400;text-transform:none}input:focus,textarea:focus{border-color:#7c7c7c}input:focus~label span,textarea:focus~label span{color:#7c7c7c}input.--activated,textarea.--activated{border-color:#3cd8b0}input.--activated~label span,textarea.--activated~label span{color:#3cd8b0}input:read-only,textarea:read-only{opacity:.6}input::selection,textarea::selection{background:rgba(0,0,0,.1)}input:not([type=date]):not([type=checkbox])~.input-error,textarea:not([type=date]):not([type=checkbox])~.input-error{bottom:12px;display:block;height:20px;position:absolute;right:12px;width:20px}input:not([type=date]):not([type=checkbox])~.input-error:before,textarea:not([type=date]):not([type=checkbox])~.input-error:before{background-color:#f1416c;-webkit-mask-image:url(/static/media/exclamation-circle.417cd04f52cd94abcd1b.svg);mask-image:url(/static/media/exclamation-circle.417cd04f52cd94abcd1b.svg);-webkit-mask-size:18px;mask-size:18px;min-height:18px}.form-textarea{background-color:#fff;border:1px solid #e2e2e2;border-radius:3px;color:#262626;font-size:.625rem;min-height:44px;padding:5px 10px}@media(min-width:360px)and (max-width:1199px){.form-textarea{font-size:.6875rem;font-size:calc(.625rem + .01488vw - .05357px)}}@media(min-width:1200rem){.form-textarea{font-size:12rem}}input[type=number]{-moz-appearance:textfield}input[type=date]{font-family:Montserrat,sans-serif}input[type=checkbox]{cursor:pointer;display:none}input[type=date]::-webkit-calendar-picker-indicator{-webkit-appearance:none;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNNDAwIDY0aC00OFYxMmMwLTYuNi01LjQtMTItMTItMTJoLTQwYy02LjYgMC0xMiA1LjQtMTIgMTJ2NTJIMTYwVjEyYzAtNi42LTUuNC0xMi0xMi0xMmgtNDBjLTYuNiAwLTEyIDUuNC0xMiAxMnY1Mkg0OEMyMS41IDY0IDAgODUuNSAwIDExMnYzNTJjMCAyNi41IDIxLjUgNDggNDggNDhoMzUyYzI2LjUgMCA0OC0yMS41IDQ4LTQ4VjExMmMwLTI2LjUtMjEuNS00OC00OC00OHptLTYgNDAwSDU0Yy0zLjMgMC02LTIuNy02LTZWMTYwaDM1MnYyOThjMCAzLjMtMi43IDYtNiA2eiIvPjwvc3ZnPg==) no-repeat;background-size:contain;color:transparent;cursor:pointer;height:10px;opacity:1;width:10px;z-index:0}input[type=date]:before{content:attr(placeholder);font-weight:300;width:100%}input[type=date]:focus:before,input[type=date]:not([value=""]):before{display:none}textarea{padding-top:10px;resize:none}body .input-error{display:none}div[type=checkbox]{border:1px solid #e2e2e2;border-radius:3px;cursor:pointer;display:inline-block;height:24px;position:relative;width:24px}div[type=checkbox][is-checked]{background-color:#3cd8b0;border-color:#3cd8b0}div[type=checkbox][is-checked]:after{background-color:#fff;content:" ";display:inline-block;height:100%;-webkit-mask-image:url(/static/media/check.58794ea5c2a66088b325.svg);mask-image:url(/static/media/check.58794ea5c2a66088b325.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:16px;mask-size:16px;min-height:16px;width:100%}div[type=checkbox]:read-only{opacity:.6}body .has-error{border-color:#f1416c}.form-item{display:flex;flex-direction:column;margin:5px;position:relative}.form-item:has(input):not(:has(.dropdown-wrapper)):not(:has(.input-select-wrapper)){flex-shrink:0;overflow:hidden}.form-item>label{color:#9a9a9a;display:flex;font-size:.625rem;font-weight:500;min-height:15px;order:-1;padding-bottom:4px;text-transform:uppercase;width:100%}@media(min-width:200px)and (max-width:1199px){.form-item>label{font-size:.65625rem;font-size:calc(.625rem + .00625vw - .0125px)}}@media(min-width:1200rem){.form-item>label{font-size:11rem}}.form-item>label span:not(:first-child):not(.error){cursor:pointer;display:flex;flex:1 1;font-size:.625rem;font-weight:600;justify-content:flex-end;position:relative;top:-.2rem}@media(min-width:200px)and (max-width:1199px){.form-item>label span:not(:first-child):not(.error){font-size:.6875rem;font-size:calc(.625rem + .0125vw - .025px)}}@media(min-width:1200rem){.form-item>label span:not(:first-child):not(.error){font-size:12rem}}.form-item>label span:not(:first-child):not(.error):active,[data-is-mobile=false] .form-item>label span:not(:first-child):not(.error):hover{color:#636363}.form-item>label .error{color:#f1416c;font-size:.5rem;overflow:hidden;padding-left:5px;text-overflow:ellipsis;text-transform:none;white-space:nowrap}@media(min-width:200px)and (max-width:1199px){.form-item>label .error{font-size:.59375rem;font-size:calc(.5rem + .01875vw - .0375px)}}@media(min-width:1200rem){.form-item>label .error{font-size:11rem}}.form-item>label .has-error{color:#f1416c}.form-item>span{order:-1}.form-item-between{display:flex;justify-content:space-between}.form-item-between input{width:calc(50% - 5px)}.form-item .description{font-size:.5rem;font-weight:300;padding-bottom:5px}@media(min-width:200px)and (max-width:1199px){.form-item .description{font-size:.59375rem;font-size:calc(.5rem + .01875vw - .0375px)}}@media(min-width:1200rem){.form-item .description{font-size:11rem}}.form-item .required:after{color:#f1416c;content:"*";font-weight:700;padding-left:.25rem}.alert{align-items:center;background-color:#fff;border:1px solid gray;border-radius:2px;display:flex;height:40px;padding-left:1rem;width:100%}.alert--WARNING{background-color:rgba(241,65,108,.05);border-color:#f1416c;color:#f1416c}.alert--SUCCESS{background-color:rgba(60,216,176,.05);border-color:#3cd8b0;color:#3cd8b0}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.icon{display:inline-block}.icon.icon-after:after,.icon:not(.icon-after):before{content:" ";display:inline-block;height:100%;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:100%}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:clip;transition:height .7s ease-in-out}table.table{border-spacing:0;font-weight:400;margin-bottom:20px;width:100%}table.table thead{color:#9a9a9a;font-weight:400}table.table thead th{font-weight:500}table.table tbody{background-color:#fff}table.table tbody td{border:10px solid #fff}table.table tbody tr{background-color:#fff;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.05);height:75px}table.table tbody tr:hover{background-color:#effffb}table.table input{border:1px solid #e2e2e2;height:40px;line-height:40px;min-width:60px;text-align:center;width:100%}table.table .btn{height:35px;padding:0 20px}:where(html){line-height:1.15}:where(h1){-webkit-margin-after:.67em;-webkit-margin-before:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){-webkit-margin-after:0;-webkit-margin-before:0;margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(pre){font-family:monospace,monospace;font-size:1em}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}::-webkit-scrollbar-track{background-color:#e9e9e9}::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#d8d8d8;border-radius:3px}[data-is-mobile=false] ::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}[data-is-mobile=false] ::-webkit-scrollbar{height:5px;width:5px}[data-is-mobile=true] ::-webkit-scrollbar{height:0;width:0}*{box-sizing:border-box}.App{display:grid;grid-template-areas:"nav header side" "nav main side";grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:auto 1fr;height:100vh;width:100%}.App header{grid-area:header}.App main{grid-area:main;height:100%;overflow:auto;position:relative;width:100%}.App .navbar{grid-area:nav}.App .optionbar{grid-area:side}html{font-size:16px;line-height:inherit}body{background-color:#f6f6f7;font-family:Montserrat,sans-serif;margin:0;overflow:hidden;padding:0;touch-action:pan-x pan-y}.hidableElement{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows .3s,opacity .3s}.hidableElement.--hidden{grid-template-rows:0fr;opacity:0}.hidableElement>*{overflow:hidden}a{all:unset;cursor:pointer}ul{list-style:none;margin:0;padding:0}
/*# sourceMappingURL=main.3110e763.css.map*/