*{border:0;margin:0;padding:0}*,:after,:before{box-sizing:border-box;word-break:break-word}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}body,html{-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;display:flex;flex-direction:column;font-size:100%;font-size:14px;line-height:1;margin:0;min-height:100vh;width:100%}button,input,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{border:0;padding:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}#root,.auth{min-height:100vh}.auth{align-items:center;display:flex;justify-content:center;padding:0 10px;width:100%;z-index:1}.auth__container{background-color:#faf9fa;border-radius:15px;box-shadow:0 0 12px 3px #dcdcdc;margin:50px 0;max-width:500px;padding:24px;width:100%}.auth__title{font-size:24px;font-weight:600;margin-bottom:20px;text-align:center}.auth__google-text{font-size:14px;text-transform:capitalize}.auth__google-logo{background-color:#fff;border-radius:50%;height:30px;margin-right:10px;padding:5px;width:30px}.auth__sigh-up-with{display:flex;justify-content:space-evenly;width:100%}.auth__or{margin:20px 0 10px;text-align:center}.auth__facebook{align-items:center;background-color:#2596be;border-radius:20px;color:#fff;display:flex;font-size:14px;font-weight:600;height:50px;padding:0 19px;text-transform:capitalize}.auth__facebook-icon{background-color:#fff;border-radius:100%;color:#2596be;font-size:18px;height:30px;margin-right:10px;padding:5px;width:30px}.auth__animation{max-width:50%}.auth__agree{align-items:center;display:flex;margin-bottom:15px;margin-top:15px}.auth__agree-text{margin-left:10px}.auth a:-webkit-any-link{color:#2680eb!important}.auth__links{color:#2680eb!important;margin:20px 0 10px;text-align:end}.auth__links,.auth__links-question{font-weight:600}.auth__links-footer{display:flex;justify-content:space-between;width:100%}.auth__confirm-registration{padding:30px;text-align:center}.auth__background-anim{bottom:0;left:0;position:fixed;width:100vw;z-index:0}@media screen and (max-width:1000px){.auth .auth__animation{display:none}}@media screen and (max-width:600px){.auth__links-footer{align-items:center;flex-direction:column;justify-content:center}.auth__links-footer button{margin-bottom:20px}}@media screen and (max-width:475px){.auth__sigh-up-with{flex-direction:column}.auth__facebook{margin-top:15px;width:100%}}.input{background-color:#f3f6f4;border:none;border-radius:20px;box-shadow:0 0 12px 3px #dcdcdc;font-size:14px;font-size:16px;height:50px;padding:8px 10px 8px 20px;width:100%}.input--disabled{color:#dcdcdc}.input--error{border:1px solid #da2236!important}.input:focus-visible{border:none;outline:none}.input::-webkit-input-placeholder{color:#b6bccb}.input::placeholder{color:#b6bccb}.input--search{max-width:275px}.input__label{font-size:16px;font-weight:700;margin-bottom:7px;margin-left:10px;margin-top:15px;text-transform:capitalize}.input__error{color:#da2236;font-size:12px;margin-top:5px}.input__error--center{text-align:center}.input:disabled{border-color:#dcdcdc;color:#dcdcdc}.input-select__control{background-color:#f3f6f4!important;border:none!important;border-radius:20px!important;box-shadow:none;box-shadow:0 0 12px 3px #dcdcdc;font-size:14px;font-size:16px;height:50px;min-height:auto;padding:8px 10px 8px 20px;width:100%}.input-select__control--is-focused{box-shadow:0 0 12px 3px #dcdcdc!important}.input-select__control:hover{border:none;min-height:auto}.input-select__value-container{padding:0}.input-select__indicator{cursor:pointer}.input-select__menu{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 20px)}.input-select__option{font-family:San Francisco}.input-select__option--is-focused{background-color:#faf9fa}.input-select__option--is-selected{background-color:#2680eb}.input-select__select-width{min-width:250px}.button,.input-select--error{border-radius:20px}.button{background-color:#2680eb;color:#fff;cursor:pointer;font-size:20px;font-weight:600;min-height:50px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:7px 19px;text-decoration:none}.button--google{align-items:center;background-color:#dd2c00;display:flex}.button--m-left{margin-left:15px}.button--m-top{margin-top:15px}.button--disabled{background-color:#b6bccb;color:#fff;cursor:default;pointer-events:none}.button--small{align-items:center;display:flex;height:35px;line-height:9px;min-height:35px;padding:0 15px}.button--empty{background-color:transparent;border:2px solid #2680eb;color:#2680eb;font-size:16px;outline:none}.button--empty:hover{text-decoration:underline}.button--content-width{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.button-end{display:flex;justify-content:flex-end;width:100%}.button-justify{align-items:center;display:flex;justify-content:space-between;width:100%}.textarea{background-color:#f3f6f4;border:none;border-radius:20px;box-shadow:0 0 12px 3px #dcdcdc;font-size:16px;max-height:200px;min-height:75px;overflow:auto;padding:8px 10px 8px 20px;resize:none;width:100%}.textarea:focus-visible{border:none;outline:none}.textarea::-webkit-input-placeholder{color:#b6bccb}.textarea::placeholder{color:#b6bccb}.textarea--error{border:1px solid #da2236}.c-modal{background-color:rgba(182,188,203,.28);display:none;left:0;min-height:100%;position:fixed;top:0;width:100%;z-index:10}.c-modal--open{align-items:center;display:flex;justify-content:center}.c-modal__container{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-name:animatetop;animation-name:animatetop;background-color:#fff;border-radius:12px;max-height:95vh;max-width:800px;overflow:auto;padding:16px;width:100%}.c-modal__container--map{align-items:center;display:flex;flex-direction:column;justify-content:center}.c-modal__container--chat{position:relative}.c-modal__container--web-rtc{max-width:95%}.c-modal__header{align-items:center;border-bottom:1px solid #dcdcdc;display:flex;height:55px;justify-content:center;width:100%}.c-modal__title{font-size:18px;font-weight:600}.c-modal__title--bold{font-weight:600}.c-modal__title--chat{background-color:#fff;position:absolute;top:15px}.c-modal__body{margin:25px 0}.c-modal__body--confirmation{font-size:16px;margin-bottom:15px;text-align:center}.c-modal__footer{align-items:center;display:flex;justify-content:space-between;padding:13px 20px;width:100%}@-webkit-keyframes animatetop{0%{opacity:0;top:-300px}to{opacity:1;top:0}}@keyframes animatetop{0%{opacity:0;top:-300px}to{opacity:1;top:0}}.view-images{margin-top:25px}.view-images__img{max-width:100%;width:100%}.view-images embed{height:500px}.view-images__download{cursor:pointer;margin-top:10px}.view-images__download:hover{text-decoration:underline}.notification{align-items:center;border-radius:14px;bottom:-100px;box-shadow:0 0 5px 1px rgba(0,0,0,.87);display:flex;padding:15px;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:bottom .3s linear;z-index:30}@media screen and (max-width:800px){.notification{left:50%}}@media screen and (min-width:800px){.notification{left:calc(50% + 125px)}}.notification--active{bottom:50px}.notification__body{align-items:center;display:flex;justify-content:space-between;max-width:100%}.notification__icon{color:#fff;font-size:24px}.notification__message{color:#fff;font-size:20px;font-weight:500;margin-left:10px;max-width:100%}.notification__close-container{align-items:center;border:1px solid #fff;display:flex;height:35px;justify-content:center;min-width:35px}.c-map{fill:#88a4bc;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;height:705;width:100%}.c-map__path:hover{fill:#3b729f!important;cursor:pointer;transition:fill .2s linear}.google-map__marker{color:#da2236;font-size:30px;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.sidebar{background-color:#faf9fa;box-shadow:0 0 12px 3px #dcdcdc;left:0;max-width:250px;min-height:100vh;position:fixed;top:0;transition:left .3s linear;width:100%}@media screen and (max-width:1000px){.sidebar{z-index:11}}.sidebar--close{left:-100%}.sidebar__logo{display:block;margin:25px auto;width:100px}.sidebar__line{background:#faf9fa;display:flex;height:2px;margin-bottom:25px;width:100%}.sidebar__item{align-items:center;color:#111;display:flex;font-size:20px;font-weight:500;height:60px;justify-content:space-between;padding-left:20px;text-decoration:none;text-transform:capitalize;width:100%}.sidebar__item:before{background-color:#2680eb;border-bottom-right-radius:5px;border-top-right-radius:5px;content:"";height:100%;left:-10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:4px}.sidebar__item--active{color:#2680eb;font-weight:500;position:relative}.sidebar__item--active:before{left:0;transition:all .2s linear}.sidebar__item:hover .sidebar__icon{-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:all .5s}.sidebar__new{color:#2680eb;font-size:12px;margin-right:10px;text-transform:uppercase}.sidebar__icon-name{display:flex}.sidebar__icon{font-size:25px;margin-right:15px;transition:all .5s}.burger{background-color:#fff;border-radius:3px;box-shadow:0 0 3px 0 rgba(0,0,0,.6);cursor:pointer;display:block;height:36px;left:10px;opacity:0;padding:5px;position:fixed;top:10px;visibility:hidden;width:40px}.burger-lines{background-color:#3f3839;display:flex;flex-wrap:wrap;height:4px;width:100%}.burger-lines:after,.burger-lines:before{background-color:#3f3839;content:"";display:block;height:4px;margin-top:7px;width:100%}.burger-lines:before{margin-top:11px}.burger--active{left:auto;right:0;top:0}.burger--active .burger-lines{margin-top:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.burger--active .burger-lines:before{display:none}.burger--active .burger-lines:after{-webkit-transform:rotate(90deg) translateX(-7px);transform:rotate(90deg) translateX(-7px)}@media screen and (max-width:1000px){.burger{opacity:1;visibility:initial}}.toolbar{justify-content:flex-end;min-height:50px;padding-right:30px;width:100%}.toolbar,.toolbar__item{align-items:center;display:flex}.toolbar__item{color:#3f3839;cursor:pointer;margin-left:20px;text-decoration:none;text-transform:capitalize}.toolbar__item:hover{text-decoration:underline}.toolbar__item-logo{border-radius:50%;height:30px;margin-right:15px;object-fit:cover;width:30px}.section{min-height:100%;padding:0 30px 30px;width:100%}.section--map{align-items:center;display:flex;flex-direction:column}.section--map .section__title{height:40px}.section__title{font-size:24px;font-weight:700}.section__options{align-items:center;border-bottom:1px solid #b6bccb;display:flex;padding-bottom:10px;width:100%}.section__option{color:#3f3839;cursor:pointer;display:flex;margin-right:15px;min-width:160px}.section__option:hover{text-decoration:underline}.section__option--active{cursor:default;font-weight:700}.section__option--active:hover{text-decoration:none}.section__header{align-items:center;display:flex;justify-content:flex-end;width:100%}.section__header--space-between{justify-content:space-between}@media screen and (max-width:800px){.section__header--space-between,.section__header--space-between span{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}}.section__header--requests{flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:800px){.section__header--requests{align-items:flex-start;flex-direction:column;justify-content:center}.section__header--issues button,.section__header--issues input{margin-bottom:10px}.section__header input{margin-bottom:15px}}.section__location-inputs{display:flex}@media screen and (max-width:800px){.section__location-inputs{flex-direction:column;width:100%}}.section__checkboxes{display:flex}.section__location-input{width:175px}.section__location-input--search,.section__location-input--second{margin-left:15px}.section__location-input--search{max-width:175px;width:calc(100% - 380px)}@media screen and (max-width:800px){.section__location-input{margin:0;max-width:100%;width:100%}}.section__location-add-button-cont{margin-top:15px;width:100%}.section__body{margin-top:20px}.section__body--issues{grid-column-gap:15px;-webkit-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:repeat(5,calc(20% - 15px));justify-content:space-between}@media screen and (max-width:1900px){.section__body--issues{grid-template-columns:repeat(4,calc(25% - 15px))}}@media screen and (max-width:1500px){.section__body--issues{grid-template-columns:repeat(3,calc(33.33% - 15px))}}@media screen and (max-width:1100px){.section__body--issues{grid-template-columns:repeat(2,calc(50% - 15px))}}@media screen and (max-width:500px){.section__body--issues{-webkit-column-gap:0;column-gap:0;grid-template-columns:100%}}.section__body--domicile-confirmation{margin:30px auto 0;max-width:600px}@media screen and (max-width:800px){.section{padding:0 5px}}.section__footer--domicile-confirmation{display:flex;justify-content:flex-end;margin-top:50px;width:100%}.issue-card{border-radius:8px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);flex-direction:column;height:400px;margin-bottom:15px;overflow:hidden;position:relative;width:100%}.issue-card,.issue-card__bookmark{background-color:#fff;display:flex}.issue-card__bookmark{align-items:center;border-radius:50%;justify-content:center;left:10px;padding:10px;position:absolute;top:10px}.issue-card__bookmark-icon{cursor:pointer;font-size:20px}.issue-card__image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:190px;object-fit:cover;width:100%}.issue-card__body{padding:20px}.issue-card__title{flex-wrap:nowrap;font-size:24px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.issue-card__description{-webkit-line-clamp:7;line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;font-weight:500;margin-top:5px;overflow:hidden;text-align:justify;text-overflow:ellipsis}.issue-card__footer{align-items:center;display:grid;grid-template-columns:repeat(3,33.3333333333%);justify-content:space-between;margin:auto 0 20px;padding:0 20px;width:100%}.issue-card__likes{align-items:center;display:flex;text-align:left}.issue-card__status{text-align:center}.issue-card__dislike-icon,.issue-card__like-icon{cursor:pointer;margin-right:5px}.issue-card__dislike-icon{margin-left:10px}.issue-card__link{color:#2680eb;text-align:right;text-decoration:none}.issue-card__link:hover{text-decoration:underline}.new-issue{margin:0 auto;max-width:600px}.issue-page,.new-issue{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;flex-wrap:wrap;padding:16px;width:100%}.issue-page{margin:0 auto 70px}.issue-page__body{display:flex;flex-direction:column;justify-content:center}.issue-page__info{display:flex;flex-wrap:wrap;justify-content:space-between}.issue-page__info-container{width:49%}@media screen and (max-width:576px){.issue-page__info-container{width:100%}}.issue-page__info-container:first-child{width:100%}.issue-page__info-name{align-items:center;display:flex;font-size:15px;font-weight:700;margin-bottom:5px;margin-top:20px}.issue-page__info-data{align-items:center;display:flex;font-size:16px}.issue-page__data{display:flex;flex-direction:column;margin-left:25px}.slider{display:flex;height:500px;position:relative;width:100%}.slider__main-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;object-fit:contain;width:100%}.slider__left-icon,.slider__right-icon{background-color:#fff;border-radius:50%;cursor:pointer;font-size:30px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slider__left-icon{left:0}.slider__right-icon{right:0}.slider__points{bottom:20px;color:#fff;left:50%;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%)}.slider__point{cursor:pointer}.slider__point--active{color:#3f3839}.slider__data{display:flex;flex-direction:column}.issue-comments--user{height:auto;max-height:90vh}.issue-comments__reply{color:#00bfff;cursor:pointer;display:flex;margin-left:50px;margin-top:5px}.issue-comments__reply:hover{text-decoration:underline}.issue-comments__user-name{margin-bottom:5px}.issue-comments__user-image-text{display:flex}.issue-comments__user-image{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEBLAEsAAD/4QB8RXhpZgAATU0AKgAAAAgAAgEOAAIAAABNAAAAJgESAAMAAAABAAEAAAAAAABVc2VyIEljb24gRmxhdCBJc29sYXRlZCBvbiBXaGl0ZSBCYWNrZ3JvdW5kLiBVc2VyIFN5bWJvbC4gVmVjdG9yIElsbHVzdHJhdGlvbgD/4QVuaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pg0KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyI+DQoJPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4NCgkJPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczpJcHRjNHhtcENvcmU9Imh0dHA6Ly9pcHRjLm9yZy9zdGQvSXB0YzR4bXBDb3JlLzEuMC94bWxucy8iIHhtbG5zOkdldHR5SW1hZ2VzR0lGVD0iaHR0cDovL3htcC5nZXR0eWltYWdlcy5jb20vZ2lmdC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBsdXM9Imh0dHA6Ly9ucy51c2VwbHVzLm9yZy9sZGYveG1wLzEuMC8iIHhtbG5zOmlwdGNFeHQ9Imh0dHA6Ly9pcHRjLm9yZy9zdGQvSXB0YzR4bXBFeHQvMjAwOC0wMi0yOS8iIHhtbG5zOnhtcFJpZ2h0cz0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3JpZ2h0cy8iIHBob3Rvc2hvcDpDcmVkaXQ9IkdldHR5IEltYWdlcyIgR2V0dHlJbWFnZXNHSUZUOkFzc2V0SUQ9IjEzMDA4NDU2MjAiIHhtcFJpZ2h0czpXZWJTdGF0ZW1lbnQ9Imh0dHBzOi8vd3d3LmlzdG9ja3Bob3RvLmNvbS9sZWdhbC9saWNlbnNlLWFncmVlbWVudD91dG1fbWVkaXVtPW9yZ2FuaWMmYW1wO3V0bV9zb3VyY2U9Z29vZ2xlJmFtcDt1dG1fY2FtcGFpZ249aXB0Y3VybCI+DQoJCQk8ZGM6Y3JlYXRvcj48cmRmOlNlcT48cmRmOmxpPlBldGVyUGVuY2lsPC9yZGY6bGk+PC9yZGY6U2VxPjwvZGM6Y3JlYXRvcj48ZGM6ZGVzY3JpcHRpb24+PHJkZjpBbHQ+PHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5Vc2VyIEljb24gRmxhdCBJc29sYXRlZCBvbiBXaGl0ZSBCYWNrZ3JvdW5kLiBVc2VyIFN5bWJvbC4gVmVjdG9yIElsbHVzdHJhdGlvbjwvcmRmOmxpPjwvcmRmOkFsdD48L2RjOmRlc2NyaXB0aW9uPg0KCQkJPHBsdXM6TGljZW5zb3I+PHJkZjpTZXE+PHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+PHBsdXM6TGljZW5zb3JVUkw+aHR0cHM6Ly93d3cuaXN0b2NrcGhvdG8uY29tL3Bob3RvL2xpY2Vuc2UtZ20xMzAwODQ1NjIwLT91dG1fbWVkaXVtPW9yZ2FuaWMmYW1wO3V0bV9zb3VyY2U9Z29vZ2xlJmFtcDt1dG1fY2FtcGFpZ249aXB0Y3VybDwvcGx1czpMaWNlbnNvclVSTD48L3JkZjpsaT48L3JkZjpTZXE+PC9wbHVzOkxpY2Vuc29yPg0KCQk8L3JkZjpEZXNjcmlwdGlvbj4NCgk8L3JkZjpSREY+DQo8L3g6eG1wbWV0YT4NCjw/eHBhY2tldCBlbmQ9J3cnPz7/7QCQUGhvdG9zaG9wIDMuMAA4QklNBAQAAAAAAHMcAlAAC1BldGVyUGVuY2lsHAJ4AE1Vc2VyIEljb24gRmxhdCBJc29sYXRlZCBvbiBXaGl0ZSBCYWNrZ3JvdW5kLiBVc2VyIFN5bWJvbC4gVmVjdG9yIElsbHVzdHJhdGlvbhwCbgAMR2V0dHkgSW1hZ2VzAP/bAEMAAgEBAgEBAgICAgICAgIDBQMDAwMDBgQEAwUHBgcHBwYHBwgJCwkICAoIBwcKDQoKCwwMDAwHCQ4PDQwOCwwMDP/bAEMBAgICAwMDBgMDBgwIBwgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM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);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:30px;object-fit:cover;width:30px}.issue-comments__send-at{align-self:flex-end;color:#dcdcdc;display:flex;font-size:9px;margin:0 5px;white-space:nowrap}.issue-comments__message{align-self:flex-start;display:flex;flex-direction:column;margin-bottom:20px;margin-left:10px}.issue-comments__message-text{background-color:#e4e6eb;border-radius:18px;display:flex;margin-left:5px;padding:8px 12px;white-space:pre-line}.i__accept,.i__decline,.i__settings,.i__view{cursor:pointer;font-size:25px}.i__accept:hover,.i__decline:hover,.i__settings:hover,.i__view:hover{scale:1.1;transition:scale .2s linear}.i__accept{color:#00bfff}.i__decline{color:#da2236}.i__call,.i__settings,.i__view{color:#3f3839}.i__call:hover,.i__settings:hover,.i__view:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.i__smile{color:#00bfff;font-size:50px}.i__like{color:#00bfff}.i__dislike,.i__like{cursor:pointer;font-size:30px;margin-right:5px}.i__dislike{color:#da2236}.i__call{color:#2680eb;cursor:pointer;font-size:24px}.i__cancel-call{border:1px solid #da2236;border-radius:40px;box-sizing:initial;color:#da2236;cursor:pointer;font-size:60px;padding:1px 30px}.i__cancel-call:hover{background-color:#da2236;color:#fff}.i__answer-call{border:1px solid #2680eb;border-radius:40px;box-sizing:initial;color:#2680eb;cursor:pointer;font-size:60px;padding:1px 30px}.i__answer-call:hover{background-color:#2680eb;color:#fff}.loadingio-spinner-rolling-phnpmm1bi8f{background:transparent;display:flex;height:157px;margin:20px auto;width:157px}.ldio-vc4po5fbyr{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;position:relative;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-transform-origin:0 0;transform-origin:0 0;width:100%}.lottie-loader{margin:0 auto;max-width:200px}#spinner{-webkit-animation:ldio-vc4po5fbyr .8196721311s linear infinite;animation:ldio-vc4po5fbyr .8196721311s linear infinite;border:7.85px solid #dcdcdc;border-radius:50%;border-top-color:transparent;box-sizing:initial;height:133px;left:78.5px;position:absolute;top:78.5px;width:133px}@-webkit-keyframes ldio-vc4po5fbyr{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes ldio-vc4po5fbyr{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}.file-input{margin-top:25px}.file-input__files-icon{align-items:center;cursor:pointer;display:flex;font-size:75px}.file-input input[type=file]{display:none}.file-input__label,.file-input__take-photo{align-items:center;display:flex;flex-direction:column}.file-input__files{align-items:center;display:flex;justify-content:space-between;width:100%}.file-input__or{font-size:30px;font-weight:700;margin:0 30px}.file-input__file-label{font-size:16px;font-weight:700;margin-bottom:5px}.file-input__file-container{margin-top:25px}.file-input__file-name-text{cursor:pointer;height:20px;max-width:30ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-input__file-name-text:hover{text-decoration:underline}.file-input__file-name{align-items:center;display:flex;font-size:16px;font-weight:700;justify-content:space-between;margin-top:5px;width:100%}.file-input__remove-file{cursor:pointer}.file-input__file{border-radius:10px;display:block;margin:0 auto;max-width:300px}.file-input__select-files{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.user-table{background-color:#fff;border-radius:8px;box-shadow:0 0 12px 3px #dcdcdc;display:flex;flex-direction:column;margin-top:30px;min-width:500px;padding:20px 0;width:100%}.user-table__container{overflow:auto;padding:0 10px 10px}.user-table__header{color:#3f3839;display:grid;font-weight:700;grid-template-columns:25% 30% 25% 20%;height:20px;justify-content:space-between;margin:0 auto 10px;width:95%}.user-table__header--requests{grid-template-columns:repeat(2,calc(50% - 125px)) 70px 70px 90px}.user-table__row:nth-child(2n){background-color:#f3f6f4}.user-table__row-content{align-items:center;color:#3f3839;display:grid;grid-template-columns:25% 30% 25% 20%;height:40px;justify-content:space-between;margin:0 auto;width:95%}.user-table__row-content--requests{grid-template-columns:repeat(2,calc(50% - 125px)) 70px 70px 90px}.user-table__header-item{align-items:center;display:flex;height:100%;overflow:auto;padding-left:5px;text-overflow:ellipsis;white-space:nowrap}.user-table__header-item::-webkit-scrollbar{height:3px;width:3px}.stat-card{align-items:center;border-radius:8px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);display:flex;margin-bottom:20px;margin-left:20px;overflow:hidden}.stat-card__icon{background-color:#dcdcdc;color:#fff;height:85px;padding:10px;width:85px}.stat-card__content{display:flex;flex-direction:column;margin:0 auto;padding:15px;text-align:center}.stat-card__title{color:#3f3839;font-size:20px;font-weight:700}.stat-card__info{color:#3f3839;font-size:30px;font-weight:700;margin-top:5px}.margin--left-5{margin-left:5px}.margin--left-6{margin-left:6px}.margin--left-7{margin-left:7px}.margin--left-8{margin-left:8px}.margin--left-9{margin-left:9px}.margin--left-10{margin-left:10px}.margin--left-11{margin-left:11px}.margin--left-12{margin-left:12px}.margin--left-13{margin-left:13px}.margin--left-14{margin-left:14px}.margin--left-15{margin-left:15px}.margin--left-16{margin-left:16px}.margin--left-17{margin-left:17px}.margin--left-18{margin-left:18px}.margin--left-19{margin-left:19px}.margin--left-20{margin-left:20px}.margin--left-21{margin-left:21px}.margin--left-22{margin-left:22px}.margin--left-23{margin-left:23px}.margin--left-24{margin-left:24px}.margin--left-25{margin-left:25px}.margin--left-26{margin-left:26px}.margin--left-27{margin-left:27px}.margin--left-28{margin-left:28px}.margin--left-29{margin-left:29px}.margin--left-30{margin-left:30px}.margin--left-31{margin-left:31px}.margin--left-32{margin-left:32px}.margin--left-33{margin-left:33px}.margin--left-34{margin-left:34px}.margin--left-35{margin-left:35px}.margin--left-36{margin-left:36px}.margin--left-37{margin-left:37px}.margin--left-38{margin-left:38px}.margin--left-39{margin-left:39px}.margin--left-40{margin-left:40px}.margin--left-41{margin-left:41px}.margin--left-42{margin-left:42px}.margin--left-43{margin-left:43px}.margin--left-44{margin-left:44px}.margin--left-45{margin-left:45px}.margin--left-46{margin-left:46px}.margin--left-47{margin-left:47px}.margin--left-48{margin-left:48px}.margin--left-49{margin-left:49px}.margin--left-50{margin-left:50px}.margin--left-51{margin-left:51px}.margin--left-52{margin-left:52px}.margin--left-53{margin-left:53px}.margin--left-54{margin-left:54px}.margin--left-55{margin-left:55px}.margin--left-56{margin-left:56px}.margin--left-57{margin-left:57px}.margin--left-58{margin-left:58px}.margin--left-59{margin-left:59px}.margin--left-60{margin-left:60px}.margin--left-61{margin-left:61px}.margin--left-62{margin-left:62px}.margin--left-63{margin-left:63px}.margin--left-64{margin-left:64px}.margin--left-65{margin-left:65px}.margin--left-66{margin-left:66px}.margin--left-67{margin-left:67px}.margin--left-68{margin-left:68px}.margin--left-69{margin-left:69px}.margin--left-70{margin-left:70px}.margin--left-71{margin-left:71px}.margin--left-72{margin-left:72px}.margin--left-73{margin-left:73px}.margin--left-74{margin-left:74px}.margin--left-75{margin-left:75px}.margin--left-76{margin-left:76px}.margin--left-77{margin-left:77px}.margin--left-78{margin-left:78px}.margin--left-79{margin-left:79px}.margin--left-80{margin-left:80px}.margin--left-81{margin-left:81px}.margin--left-82{margin-left:82px}.margin--left-83{margin-left:83px}.margin--left-84{margin-left:84px}.margin--left-85{margin-left:85px}.margin--left-86{margin-left:86px}.margin--left-87{margin-left:87px}.margin--left-88{margin-left:88px}.margin--left-89{margin-left:89px}.margin--left-90{margin-left:90px}.margin--left-91{margin-left:91px}.margin--left-92{margin-left:92px}.margin--left-93{margin-left:93px}.margin--left-94{margin-left:94px}.margin--left-95{margin-left:95px}.margin--left-96{margin-left:96px}.margin--left-97{margin-left:97px}.margin--left-98{margin-left:98px}.margin--left-99{margin-left:99px}.margin--left-100{margin-left:100px}.margin--right-5{margin-right:5px}.margin--right-6{margin-right:6px}.margin--right-7{margin-right:7px}.margin--right-8{margin-right:8px}.margin--right-9{margin-right:9px}.margin--right-10{margin-right:10px}.margin--right-11{margin-right:11px}.margin--right-12{margin-right:12px}.margin--right-13{margin-right:13px}.margin--right-14{margin-right:14px}.margin--right-15{margin-right:15px}.margin--right-16{margin-right:16px}.margin--right-17{margin-right:17px}.margin--right-18{margin-right:18px}.margin--right-19{margin-right:19px}.margin--right-20{margin-right:20px}.margin--right-21{margin-right:21px}.margin--right-22{margin-right:22px}.margin--right-23{margin-right:23px}.margin--right-24{margin-right:24px}.margin--right-25{margin-right:25px}.margin--right-26{margin-right:26px}.margin--right-27{margin-right:27px}.margin--right-28{margin-right:28px}.margin--right-29{margin-right:29px}.margin--right-30{margin-right:30px}.margin--right-31{margin-right:31px}.margin--right-32{margin-right:32px}.margin--right-33{margin-right:33px}.margin--right-34{margin-right:34px}.margin--right-35{margin-right:35px}.margin--right-36{margin-right:36px}.margin--right-37{margin-right:37px}.margin--right-38{margin-right:38px}.margin--right-39{margin-right:39px}.margin--right-40{margin-right:40px}.margin--right-41{margin-right:41px}.margin--right-42{margin-right:42px}.margin--right-43{margin-right:43px}.margin--right-44{margin-right:44px}.margin--right-45{margin-right:45px}.margin--right-46{margin-right:46px}.margin--right-47{margin-right:47px}.margin--right-48{margin-right:48px}.margin--right-49{margin-right:49px}.margin--right-50{margin-right:50px}.margin--right-51{margin-right:51px}.margin--right-52{margin-right:52px}.margin--right-53{margin-right:53px}.margin--right-54{margin-right:54px}.margin--right-55{margin-right:55px}.margin--right-56{margin-right:56px}.margin--right-57{margin-right:57px}.margin--right-58{margin-right:58px}.margin--right-59{margin-right:59px}.margin--right-60{margin-right:60px}.margin--right-61{margin-right:61px}.margin--right-62{margin-right:62px}.margin--right-63{margin-right:63px}.margin--right-64{margin-right:64px}.margin--right-65{margin-right:65px}.margin--right-66{margin-right:66px}.margin--right-67{margin-right:67px}.margin--right-68{margin-right:68px}.margin--right-69{margin-right:69px}.margin--right-70{margin-right:70px}.margin--right-71{margin-right:71px}.margin--right-72{margin-right:72px}.margin--right-73{margin-right:73px}.margin--right-74{margin-right:74px}.margin--right-75{margin-right:75px}.margin--right-76{margin-right:76px}.margin--right-77{margin-right:77px}.margin--right-78{margin-right:78px}.margin--right-79{margin-right:79px}.margin--right-80{margin-right:80px}.margin--right-81{margin-right:81px}.margin--right-82{margin-right:82px}.margin--right-83{margin-right:83px}.margin--right-84{margin-right:84px}.margin--right-85{margin-right:85px}.margin--right-86{margin-right:86px}.margin--right-87{margin-right:87px}.margin--right-88{margin-right:88px}.margin--right-89{margin-right:89px}.margin--right-90{margin-right:90px}.margin--right-91{margin-right:91px}.margin--right-92{margin-right:92px}.margin--right-93{margin-right:93px}.margin--right-94{margin-right:94px}.margin--right-95{margin-right:95px}.margin--right-96{margin-right:96px}.margin--right-97{margin-right:97px}.margin--right-98{margin-right:98px}.margin--right-99{margin-right:99px}.margin--right-100{margin-right:100px}.margin--top-5{margin-top:5px}.margin--top-6{margin-top:6px}.margin--top-7{margin-top:7px}.margin--top-8{margin-top:8px}.margin--top-9{margin-top:9px}.margin--top-10{margin-top:10px}.margin--top-11{margin-top:11px}.margin--top-12{margin-top:12px}.margin--top-13{margin-top:13px}.margin--top-14{margin-top:14px}.margin--top-15{margin-top:15px}.margin--top-16{margin-top:16px}.margin--top-17{margin-top:17px}.margin--top-18{margin-top:18px}.margin--top-19{margin-top:19px}.margin--top-20{margin-top:20px}.margin--top-21{margin-top:21px}.margin--top-22{margin-top:22px}.margin--top-23{margin-top:23px}.margin--top-24{margin-top:24px}.margin--top-25{margin-top:25px}.margin--top-26{margin-top:26px}.margin--top-27{margin-top:27px}.margin--top-28{margin-top:28px}.margin--top-29{margin-top:29px}.margin--top-30{margin-top:30px}.margin--top-31{margin-top:31px}.margin--top-32{margin-top:32px}.margin--top-33{margin-top:33px}.margin--top-34{margin-top:34px}.margin--top-35{margin-top:35px}.margin--top-36{margin-top:36px}.margin--top-37{margin-top:37px}.margin--top-38{margin-top:38px}.margin--top-39{margin-top:39px}.margin--top-40{margin-top:40px}.margin--top-41{margin-top:41px}.margin--top-42{margin-top:42px}.margin--top-43{margin-top:43px}.margin--top-44{margin-top:44px}.margin--top-45{margin-top:45px}.margin--top-46{margin-top:46px}.margin--top-47{margin-top:47px}.margin--top-48{margin-top:48px}.margin--top-49{margin-top:49px}.margin--top-50{margin-top:50px}.margin--top-51{margin-top:51px}.margin--top-52{margin-top:52px}.margin--top-53{margin-top:53px}.margin--top-54{margin-top:54px}.margin--top-55{margin-top:55px}.margin--top-56{margin-top:56px}.margin--top-57{margin-top:57px}.margin--top-58{margin-top:58px}.margin--top-59{margin-top:59px}.margin--top-60{margin-top:60px}.margin--top-61{margin-top:61px}.margin--top-62{margin-top:62px}.margin--top-63{margin-top:63px}.margin--top-64{margin-top:64px}.margin--top-65{margin-top:65px}.margin--top-66{margin-top:66px}.margin--top-67{margin-top:67px}.margin--top-68{margin-top:68px}.margin--top-69{margin-top:69px}.margin--top-70{margin-top:70px}.margin--top-71{margin-top:71px}.margin--top-72{margin-top:72px}.margin--top-73{margin-top:73px}.margin--top-74{margin-top:74px}.margin--top-75{margin-top:75px}.margin--top-76{margin-top:76px}.margin--top-77{margin-top:77px}.margin--top-78{margin-top:78px}.margin--top-79{margin-top:79px}.margin--top-80{margin-top:80px}.margin--top-81{margin-top:81px}.margin--top-82{margin-top:82px}.margin--top-83{margin-top:83px}.margin--top-84{margin-top:84px}.margin--top-85{margin-top:85px}.margin--top-86{margin-top:86px}.margin--top-87{margin-top:87px}.margin--top-88{margin-top:88px}.margin--top-89{margin-top:89px}.margin--top-90{margin-top:90px}.margin--top-91{margin-top:91px}.margin--top-92{margin-top:92px}.margin--top-93{margin-top:93px}.margin--top-94{margin-top:94px}.margin--top-95{margin-top:95px}.margin--top-96{margin-top:96px}.margin--top-97{margin-top:97px}.margin--top-98{margin-top:98px}.margin--top-99{margin-top:99px}.margin--top-100{margin-top:100px}.margin--bottom-5{margin-bottom:5px}.margin--bottom-6{margin-bottom:6px}.margin--bottom-7{margin-bottom:7px}.margin--bottom-8{margin-bottom:8px}.margin--bottom-9{margin-bottom:9px}.margin--bottom-10{margin-bottom:10px}.margin--bottom-11{margin-bottom:11px}.margin--bottom-12{margin-bottom:12px}.margin--bottom-13{margin-bottom:13px}.margin--bottom-14{margin-bottom:14px}.margin--bottom-15{margin-bottom:15px}.margin--bottom-16{margin-bottom:16px}.margin--bottom-17{margin-bottom:17px}.margin--bottom-18{margin-bottom:18px}.margin--bottom-19{margin-bottom:19px}.margin--bottom-20{margin-bottom:20px}.margin--bottom-21{margin-bottom:21px}.margin--bottom-22{margin-bottom:22px}.margin--bottom-23{margin-bottom:23px}.margin--bottom-24{margin-bottom:24px}.margin--bottom-25{margin-bottom:25px}.margin--bottom-26{margin-bottom:26px}.margin--bottom-27{margin-bottom:27px}.margin--bottom-28{margin-bottom:28px}.margin--bottom-29{margin-bottom:29px}.margin--bottom-30{margin-bottom:30px}.margin--bottom-31{margin-bottom:31px}.margin--bottom-32{margin-bottom:32px}.margin--bottom-33{margin-bottom:33px}.margin--bottom-34{margin-bottom:34px}.margin--bottom-35{margin-bottom:35px}.margin--bottom-36{margin-bottom:36px}.margin--bottom-37{margin-bottom:37px}.margin--bottom-38{margin-bottom:38px}.margin--bottom-39{margin-bottom:39px}.margin--bottom-40{margin-bottom:40px}.margin--bottom-41{margin-bottom:41px}.margin--bottom-42{margin-bottom:42px}.margin--bottom-43{margin-bottom:43px}.margin--bottom-44{margin-bottom:44px}.margin--bottom-45{margin-bottom:45px}.margin--bottom-46{margin-bottom:46px}.margin--bottom-47{margin-bottom:47px}.margin--bottom-48{margin-bottom:48px}.margin--bottom-49{margin-bottom:49px}.margin--bottom-50{margin-bottom:50px}.margin--bottom-51{margin-bottom:51px}.margin--bottom-52{margin-bottom:52px}.margin--bottom-53{margin-bottom:53px}.margin--bottom-54{margin-bottom:54px}.margin--bottom-55{margin-bottom:55px}.margin--bottom-56{margin-bottom:56px}.margin--bottom-57{margin-bottom:57px}.margin--bottom-58{margin-bottom:58px}.margin--bottom-59{margin-bottom:59px}.margin--bottom-60{margin-bottom:60px}.margin--bottom-61{margin-bottom:61px}.margin--bottom-62{margin-bottom:62px}.margin--bottom-63{margin-bottom:63px}.margin--bottom-64{margin-bottom:64px}.margin--bottom-65{margin-bottom:65px}.margin--bottom-66{margin-bottom:66px}.margin--bottom-67{margin-bottom:67px}.margin--bottom-68{margin-bottom:68px}.margin--bottom-69{margin-bottom:69px}.margin--bottom-70{margin-bottom:70px}.margin--bottom-71{margin-bottom:71px}.margin--bottom-72{margin-bottom:72px}.margin--bottom-73{margin-bottom:73px}.margin--bottom-74{margin-bottom:74px}.margin--bottom-75{margin-bottom:75px}.margin--bottom-76{margin-bottom:76px}.margin--bottom-77{margin-bottom:77px}.margin--bottom-78{margin-bottom:78px}.margin--bottom-79{margin-bottom:79px}.margin--bottom-80{margin-bottom:80px}.margin--bottom-81{margin-bottom:81px}.margin--bottom-82{margin-bottom:82px}.margin--bottom-83{margin-bottom:83px}.margin--bottom-84{margin-bottom:84px}.margin--bottom-85{margin-bottom:85px}.margin--bottom-86{margin-bottom:86px}.margin--bottom-87{margin-bottom:87px}.margin--bottom-88{margin-bottom:88px}.margin--bottom-89{margin-bottom:89px}.margin--bottom-90{margin-bottom:90px}.margin--bottom-91{margin-bottom:91px}.margin--bottom-92{margin-bottom:92px}.margin--bottom-93{margin-bottom:93px}.margin--bottom-94{margin-bottom:94px}.margin--bottom-95{margin-bottom:95px}.margin--bottom-96{margin-bottom:96px}.margin--bottom-97{margin-bottom:97px}.margin--bottom-98{margin-bottom:98px}.margin--bottom-99{margin-bottom:99px}.margin--bottom-100{margin-bottom:100px}.width--50{width:50px}.width--51{width:51px}.width--52{width:52px}.width--53{width:53px}.width--54{width:54px}.width--55{width:55px}.width--56{width:56px}.width--57{width:57px}.width--58{width:58px}.width--59{width:59px}.width--60{width:60px}.width--61{width:61px}.width--62{width:62px}.width--63{width:63px}.width--64{width:64px}.width--65{width:65px}.width--66{width:66px}.width--67{width:67px}.width--68{width:68px}.width--69{width:69px}.width--70{width:70px}.width--71{width:71px}.width--72{width:72px}.width--73{width:73px}.width--74{width:74px}.width--75{width:75px}.width--76{width:76px}.width--77{width:77px}.width--78{width:78px}.width--79{width:79px}.width--80{width:80px}.width--81{width:81px}.width--82{width:82px}.width--83{width:83px}.width--84{width:84px}.width--85{width:85px}.width--86{width:86px}.width--87{width:87px}.width--88{width:88px}.width--89{width:89px}.width--90{width:90px}.width--91{width:91px}.width--92{width:92px}.width--93{width:93px}.width--94{width:94px}.width--95{width:95px}.width--96{width:96px}.width--97{width:97px}.width--98{width:98px}.width--99{width:99px}.width--100{width:100px}.width--101{width:101px}.width--102{width:102px}.width--103{width:103px}.width--104{width:104px}.width--105{width:105px}.width--106{width:106px}.width--107{width:107px}.width--108{width:108px}.width--109{width:109px}.width--110{width:110px}.width--111{width:111px}.width--112{width:112px}.width--113{width:113px}.width--114{width:114px}.width--115{width:115px}.width--116{width:116px}.width--117{width:117px}.width--118{width:118px}.width--119{width:119px}.width--120{width:120px}.width--121{width:121px}.width--122{width:122px}.width--123{width:123px}.width--124{width:124px}.width--125{width:125px}.width--126{width:126px}.width--127{width:127px}.width--128{width:128px}.width--129{width:129px}.width--130{width:130px}.width--131{width:131px}.width--132{width:132px}.width--133{width:133px}.width--134{width:134px}.width--135{width:135px}.width--136{width:136px}.width--137{width:137px}.width--138{width:138px}.width--139{width:139px}.width--140{width:140px}.width--141{width:141px}.width--142{width:142px}.width--143{width:143px}.width--144{width:144px}.width--145{width:145px}.width--146{width:146px}.width--147{width:147px}.width--148{width:148px}.width--149{width:149px}.width--150{width:150px}.width--151{width:151px}.width--152{width:152px}.width--153{width:153px}.width--154{width:154px}.width--155{width:155px}.width--156{width:156px}.width--157{width:157px}.width--158{width:158px}.width--159{width:159px}.width--160{width:160px}.width--161{width:161px}.width--162{width:162px}.width--163{width:163px}.width--164{width:164px}.width--165{width:165px}.width--166{width:166px}.width--167{width:167px}.width--168{width:168px}.width--169{width:169px}.width--170{width:170px}.width--171{width:171px}.width--172{width:172px}.width--173{width:173px}.width--174{width:174px}.width--175{width:175px}.width--176{width:176px}.width--177{width:177px}.width--178{width:178px}.width--179{width:179px}.width--180{width:180px}.width--181{width:181px}.width--182{width:182px}.width--183{width:183px}.width--184{width:184px}.width--185{width:185px}.width--186{width:186px}.width--187{width:187px}.width--188{width:188px}.width--189{width:189px}.width--190{width:190px}.width--191{width:191px}.width--192{width:192px}.width--193{width:193px}.width--194{width:194px}.width--195{width:195px}.width--196{width:196px}.width--197{width:197px}.width--198{width:198px}.width--199{width:199px}.width--200{width:200px}.width--201{width:201px}.width--202{width:202px}.width--203{width:203px}.width--204{width:204px}.width--205{width:205px}.width--206{width:206px}.width--207{width:207px}.width--208{width:208px}.width--209{width:209px}.width--210{width:210px}.width--211{width:211px}.width--212{width:212px}.width--213{width:213px}.width--214{width:214px}.width--215{width:215px}.width--216{width:216px}.width--217{width:217px}.width--218{width:218px}.width--219{width:219px}.width--220{width:220px}.width--221{width:221px}.width--222{width:222px}.width--223{width:223px}.width--224{width:224px}.width--225{width:225px}.width--226{width:226px}.width--227{width:227px}.width--228{width:228px}.width--229{width:229px}.width--230{width:230px}.width--231{width:231px}.width--232{width:232px}.width--233{width:233px}.width--234{width:234px}.width--235{width:235px}.width--236{width:236px}.width--237{width:237px}.width--238{width:238px}.width--239{width:239px}.width--240{width:240px}.width--241{width:241px}.width--242{width:242px}.width--243{width:243px}.width--244{width:244px}.width--245{width:245px}.width--246{width:246px}.width--247{width:247px}.width--248{width:248px}.width--249{width:249px}.width--250{width:250px}.width--251{width:251px}.width--252{width:252px}.width--253{width:253px}.width--254{width:254px}.width--255{width:255px}.width--256{width:256px}.width--257{width:257px}.width--258{width:258px}.width--259{width:259px}.width--260{width:260px}.width--261{width:261px}.width--262{width:262px}.width--263{width:263px}.width--264{width:264px}.width--265{width:265px}.width--266{width:266px}.width--267{width:267px}.width--268{width:268px}.width--269{width:269px}.width--270{width:270px}.width--271{width:271px}.width--272{width:272px}.width--273{width:273px}.width--274{width:274px}.width--275{width:275px}.width--276{width:276px}.width--277{width:277px}.width--278{width:278px}.width--279{width:279px}.width--280{width:280px}.width--281{width:281px}.width--282{width:282px}.width--283{width:283px}.width--284{width:284px}.width--285{width:285px}.width--286{width:286px}.width--287{width:287px}.width--288{width:288px}.width--289{width:289px}.width--290{width:290px}.width--291{width:291px}.width--292{width:292px}.width--293{width:293px}.width--294{width:294px}.width--295{width:295px}.width--296{width:296px}.width--297{width:297px}.width--298{width:298px}.width--299{width:299px}.width--300{width:300px}.width--301{width:301px}.width--302{width:302px}.width--303{width:303px}.width--304{width:304px}.width--305{width:305px}.width--306{width:306px}.width--307{width:307px}.width--308{width:308px}.width--309{width:309px}.width--310{width:310px}.width--311{width:311px}.width--312{width:312px}.width--313{width:313px}.width--314{width:314px}.width--315{width:315px}.width--316{width:316px}.width--317{width:317px}.width--318{width:318px}.width--319{width:319px}.width--320{width:320px}.width--321{width:321px}.width--322{width:322px}.width--323{width:323px}.width--324{width:324px}.width--325{width:325px}.width--326{width:326px}.width--327{width:327px}.width--328{width:328px}.width--329{width:329px}.width--330{width:330px}.width--331{width:331px}.width--332{width:332px}.width--333{width:333px}.width--334{width:334px}.width--335{width:335px}.width--336{width:336px}.width--337{width:337px}.width--338{width:338px}.width--339{width:339px}.width--340{width:340px}.width--341{width:341px}.width--342{width:342px}.width--343{width:343px}.width--344{width:344px}.width--345{width:345px}.width--346{width:346px}.width--347{width:347px}.width--348{width:348px}.width--349{width:349px}.width--350{width:350px}.width--351{width:351px}.width--352{width:352px}.width--353{width:353px}.width--354{width:354px}.width--355{width:355px}.width--356{width:356px}.width--357{width:357px}.width--358{width:358px}.width--359{width:359px}.width--360{width:360px}.width--361{width:361px}.width--362{width:362px}.width--363{width:363px}.width--364{width:364px}.width--365{width:365px}.width--366{width:366px}.width--367{width:367px}.width--368{width:368px}.width--369{width:369px}.width--370{width:370px}.width--371{width:371px}.width--372{width:372px}.width--373{width:373px}.width--374{width:374px}.width--375{width:375px}.width--376{width:376px}.width--377{width:377px}.width--378{width:378px}.width--379{width:379px}.width--380{width:380px}.width--381{width:381px}.width--382{width:382px}.width--383{width:383px}.width--384{width:384px}.width--385{width:385px}.width--386{width:386px}.width--387{width:387px}.width--388{width:388px}.width--389{width:389px}.width--390{width:390px}.width--391{width:391px}.width--392{width:392px}.width--393{width:393px}.width--394{width:394px}.width--395{width:395px}.width--396{width:396px}.width--397{width:397px}.width--398{width:398px}.width--399{width:399px}.width--400{width:400px}.width--401{width:401px}.width--402{width:402px}.width--403{width:403px}.width--404{width:404px}.width--405{width:405px}.width--406{width:406px}.width--407{width:407px}.width--408{width:408px}.width--409{width:409px}.width--410{width:410px}.width--411{width:411px}.width--412{width:412px}.width--413{width:413px}.width--414{width:414px}.width--415{width:415px}.width--416{width:416px}.width--417{width:417px}.width--418{width:418px}.width--419{width:419px}.width--420{width:420px}.width--421{width:421px}.width--422{width:422px}.width--423{width:423px}.width--424{width:424px}.width--425{width:425px}.width--426{width:426px}.width--427{width:427px}.width--428{width:428px}.width--429{width:429px}.width--430{width:430px}.width--431{width:431px}.width--432{width:432px}.width--433{width:433px}.width--434{width:434px}.width--435{width:435px}.width--436{width:436px}.width--437{width:437px}.width--438{width:438px}.width--439{width:439px}.width--440{width:440px}.width--441{width:441px}.width--442{width:442px}.width--443{width:443px}.width--444{width:444px}.width--445{width:445px}.width--446{width:446px}.width--447{width:447px}.width--448{width:448px}.width--449{width:449px}.width--450{width:450px}.width--451{width:451px}.width--452{width:452px}.width--453{width:453px}.width--454{width:454px}.width--455{width:455px}.width--456{width:456px}.width--457{width:457px}.width--458{width:458px}.width--459{width:459px}.width--460{width:460px}.width--461{width:461px}.width--462{width:462px}.width--463{width:463px}.width--464{width:464px}.width--465{width:465px}.width--466{width:466px}.width--467{width:467px}.width--468{width:468px}.width--469{width:469px}.width--470{width:470px}.width--471{width:471px}.width--472{width:472px}.width--473{width:473px}.width--474{width:474px}.width--475{width:475px}.width--476{width:476px}.width--477{width:477px}.width--478{width:478px}.width--479{width:479px}.width--480{width:480px}.width--481{width:481px}.width--482{width:482px}.width--483{width:483px}.width--484{width:484px}.width--485{width:485px}.width--486{width:486px}.width--487{width:487px}.width--488{width:488px}.width--489{width:489px}.width--490{width:490px}.width--491{width:491px}.width--492{width:492px}.width--493{width:493px}.width--494{width:494px}.width--495{width:495px}.width--496{width:496px}.width--497{width:497px}.width--498{width:498px}.width--499{width:499px}.width--500{width:500px}.width--501{width:501px}.width--502{width:502px}.width--503{width:503px}.width--504{width:504px}.width--505{width:505px}.width--506{width:506px}.width--507{width:507px}.width--508{width:508px}.width--509{width:509px}.width--510{width:510px}.width--511{width:511px}.width--512{width:512px}.width--513{width:513px}.width--514{width:514px}.width--515{width:515px}.width--516{width:516px}.width--517{width:517px}.width--518{width:518px}.width--519{width:519px}.width--520{width:520px}.width--521{width:521px}.width--522{width:522px}.width--523{width:523px}.width--524{width:524px}.width--525{width:525px}.width--526{width:526px}.width--527{width:527px}.width--528{width:528px}.width--529{width:529px}.width--530{width:530px}.width--531{width:531px}.width--532{width:532px}.width--533{width:533px}.width--534{width:534px}.width--535{width:535px}.width--536{width:536px}.width--537{width:537px}.width--538{width:538px}.width--539{width:539px}.width--540{width:540px}.width--541{width:541px}.width--542{width:542px}.width--543{width:543px}.width--544{width:544px}.width--545{width:545px}.width--546{width:546px}.width--547{width:547px}.width--548{width:548px}.width--549{width:549px}.width--550{width:550px}.width--551{width:551px}.width--552{width:552px}.width--553{width:553px}.width--554{width:554px}.width--555{width:555px}.width--556{width:556px}.width--557{width:557px}.width--558{width:558px}.width--559{width:559px}.width--560{width:560px}.width--561{width:561px}.width--562{width:562px}.width--563{width:563px}.width--564{width:564px}.width--565{width:565px}.width--566{width:566px}.width--567{width:567px}.width--568{width:568px}.width--569{width:569px}.width--570{width:570px}.width--571{width:571px}.width--572{width:572px}.width--573{width:573px}.width--574{width:574px}.width--575{width:575px}.width--576{width:576px}.width--577{width:577px}.width--578{width:578px}.width--579{width:579px}.width--580{width:580px}.width--581{width:581px}.width--582{width:582px}.width--583{width:583px}.width--584{width:584px}.width--585{width:585px}.width--586{width:586px}.width--587{width:587px}.width--588{width:588px}.width--589{width:589px}.width--590{width:590px}.width--591{width:591px}.width--592{width:592px}.width--593{width:593px}.width--594{width:594px}.width--595{width:595px}.width--596{width:596px}.width--597{width:597px}.width--598{width:598px}.width--599{width:599px}.width--600{width:600px}.width--601{width:601px}.width--602{width:602px}.width--603{width:603px}.width--604{width:604px}.width--605{width:605px}.width--606{width:606px}.width--607{width:607px}.width--608{width:608px}.width--609{width:609px}.width--610{width:610px}.width--611{width:611px}.width--612{width:612px}.width--613{width:613px}.width--614{width:614px}.width--615{width:615px}.width--616{width:616px}.width--617{width:617px}.width--618{width:618px}.width--619{width:619px}.width--620{width:620px}.width--621{width:621px}.width--622{width:622px}.width--623{width:623px}.width--624{width:624px}.width--625{width:625px}.width--626{width:626px}.width--627{width:627px}.width--628{width:628px}.width--629{width:629px}.width--630{width:630px}.width--631{width:631px}.width--632{width:632px}.width--633{width:633px}.width--634{width:634px}.width--635{width:635px}.width--636{width:636px}.width--637{width:637px}.width--638{width:638px}.width--639{width:639px}.width--640{width:640px}.width--641{width:641px}.width--642{width:642px}.width--643{width:643px}.width--644{width:644px}.width--645{width:645px}.width--646{width:646px}.width--647{width:647px}.width--648{width:648px}.width--649{width:649px}.width--650{width:650px}.width--651{width:651px}.width--652{width:652px}.width--653{width:653px}.width--654{width:654px}.width--655{width:655px}.width--656{width:656px}.width--657{width:657px}.width--658{width:658px}.width--659{width:659px}.width--660{width:660px}.width--661{width:661px}.width--662{width:662px}.width--663{width:663px}.width--664{width:664px}.width--665{width:665px}.width--666{width:666px}.width--667{width:667px}.width--668{width:668px}.width--669{width:669px}.width--670{width:670px}.width--671{width:671px}.width--672{width:672px}.width--673{width:673px}.width--674{width:674px}.width--675{width:675px}.width--676{width:676px}.width--677{width:677px}.width--678{width:678px}.width--679{width:679px}.width--680{width:680px}.width--681{width:681px}.width--682{width:682px}.width--683{width:683px}.width--684{width:684px}.width--685{width:685px}.width--686{width:686px}.width--687{width:687px}.width--688{width:688px}.width--689{width:689px}.width--690{width:690px}.width--691{width:691px}.width--692{width:692px}.width--693{width:693px}.width--694{width:694px}.width--695{width:695px}.width--696{width:696px}.width--697{width:697px}.width--698{width:698px}.width--699{width:699px}.width--700{width:700px}.width--701{width:701px}.width--702{width:702px}.width--703{width:703px}.width--704{width:704px}.width--705{width:705px}.width--706{width:706px}.width--707{width:707px}.width--708{width:708px}.width--709{width:709px}.width--710{width:710px}.width--711{width:711px}.width--712{width:712px}.width--713{width:713px}.width--714{width:714px}.width--715{width:715px}.width--716{width:716px}.width--717{width:717px}.width--718{width:718px}.width--719{width:719px}.width--720{width:720px}.width--721{width:721px}.width--722{width:722px}.width--723{width:723px}.width--724{width:724px}.width--725{width:725px}.width--726{width:726px}.width--727{width:727px}.width--728{width:728px}.width--729{width:729px}.width--730{width:730px}.width--731{width:731px}.width--732{width:732px}.width--733{width:733px}.width--734{width:734px}.width--735{width:735px}.width--736{width:736px}.width--737{width:737px}.width--738{width:738px}.width--739{width:739px}.width--740{width:740px}.width--741{width:741px}.width--742{width:742px}.width--743{width:743px}.width--744{width:744px}.width--745{width:745px}.width--746{width:746px}.width--747{width:747px}.width--748{width:748px}.width--749{width:749px}.width--750{width:750px}.width--751{width:751px}.width--752{width:752px}.width--753{width:753px}.width--754{width:754px}.width--755{width:755px}.width--756{width:756px}.width--757{width:757px}.width--758{width:758px}.width--759{width:759px}.width--760{width:760px}.width--761{width:761px}.width--762{width:762px}.width--763{width:763px}.width--764{width:764px}.width--765{width:765px}.width--766{width:766px}.width--767{width:767px}.width--768{width:768px}.width--769{width:769px}.width--770{width:770px}.width--771{width:771px}.width--772{width:772px}.width--773{width:773px}.width--774{width:774px}.width--775{width:775px}.width--776{width:776px}.width--777{width:777px}.width--778{width:778px}.width--779{width:779px}.width--780{width:780px}.width--781{width:781px}.width--782{width:782px}.width--783{width:783px}.width--784{width:784px}.width--785{width:785px}.width--786{width:786px}.width--787{width:787px}.width--788{width:788px}.width--789{width:789px}.width--790{width:790px}.width--791{width:791px}.width--792{width:792px}.width--793{width:793px}.width--794{width:794px}.width--795{width:795px}.width--796{width:796px}.width--797{width:797px}.width--798{width:798px}.width--799{width:799px}.width--800{width:800px}.width--801{width:801px}.width--802{width:802px}.width--803{width:803px}.width--804{width:804px}.width--805{width:805px}.width--806{width:806px}.width--807{width:807px}.width--808{width:808px}.width--809{width:809px}.width--810{width:810px}.width--811{width:811px}.width--812{width:812px}.width--813{width:813px}.width--814{width:814px}.width--815{width:815px}.width--816{width:816px}.width--817{width:817px}.width--818{width:818px}.width--819{width:819px}.width--820{width:820px}.width--821{width:821px}.width--822{width:822px}.width--823{width:823px}.width--824{width:824px}.width--825{width:825px}.width--826{width:826px}.width--827{width:827px}.width--828{width:828px}.width--829{width:829px}.width--830{width:830px}.width--831{width:831px}.width--832{width:832px}.width--833{width:833px}.width--834{width:834px}.width--835{width:835px}.width--836{width:836px}.width--837{width:837px}.width--838{width:838px}.width--839{width:839px}.width--840{width:840px}.width--841{width:841px}.width--842{width:842px}.width--843{width:843px}.width--844{width:844px}.width--845{width:845px}.width--846{width:846px}.width--847{width:847px}.width--848{width:848px}.width--849{width:849px}.width--850{width:850px}.width--851{width:851px}.width--852{width:852px}.width--853{width:853px}.width--854{width:854px}.width--855{width:855px}.width--856{width:856px}.width--857{width:857px}.width--858{width:858px}.width--859{width:859px}.width--860{width:860px}.width--861{width:861px}.width--862{width:862px}.width--863{width:863px}.width--864{width:864px}.width--865{width:865px}.width--866{width:866px}.width--867{width:867px}.width--868{width:868px}.width--869{width:869px}.width--870{width:870px}.width--871{width:871px}.width--872{width:872px}.width--873{width:873px}.width--874{width:874px}.width--875{width:875px}.width--876{width:876px}.width--877{width:877px}.width--878{width:878px}.width--879{width:879px}.width--880{width:880px}.width--881{width:881px}.width--882{width:882px}.width--883{width:883px}.width--884{width:884px}.width--885{width:885px}.width--886{width:886px}.width--887{width:887px}.width--888{width:888px}.width--889{width:889px}.width--890{width:890px}.width--891{width:891px}.width--892{width:892px}.width--893{width:893px}.width--894{width:894px}.width--895{width:895px}.width--896{width:896px}.width--897{width:897px}.width--898{width:898px}.width--899{width:899px}.width--900{width:900px}.width--901{width:901px}.width--902{width:902px}.width--903{width:903px}.width--904{width:904px}.width--905{width:905px}.width--906{width:906px}.width--907{width:907px}.width--908{width:908px}.width--909{width:909px}.width--910{width:910px}.width--911{width:911px}.width--912{width:912px}.width--913{width:913px}.width--914{width:914px}.width--915{width:915px}.width--916{width:916px}.width--917{width:917px}.width--918{width:918px}.width--919{width:919px}.width--920{width:920px}.width--921{width:921px}.width--922{width:922px}.width--923{width:923px}.width--924{width:924px}.width--925{width:925px}.width--926{width:926px}.width--927{width:927px}.width--928{width:928px}.width--929{width:929px}.width--930{width:930px}.width--931{width:931px}.width--932{width:932px}.width--933{width:933px}.width--934{width:934px}.width--935{width:935px}.width--936{width:936px}.width--937{width:937px}.width--938{width:938px}.width--939{width:939px}.width--940{width:940px}.width--941{width:941px}.width--942{width:942px}.width--943{width:943px}.width--944{width:944px}.width--945{width:945px}.width--946{width:946px}.width--947{width:947px}.width--948{width:948px}.width--949{width:949px}.width--950{width:950px}.width--951{width:951px}.width--952{width:952px}.width--953{width:953px}.width--954{width:954px}.width--955{width:955px}.width--956{width:956px}.width--957{width:957px}.width--958{width:958px}.width--959{width:959px}.width--960{width:960px}.width--961{width:961px}.width--962{width:962px}.width--963{width:963px}.width--964{width:964px}.width--965{width:965px}.width--966{width:966px}.width--967{width:967px}.width--968{width:968px}.width--969{width:969px}.width--970{width:970px}.width--971{width:971px}.width--972{width:972px}.width--973{width:973px}.width--974{width:974px}.width--975{width:975px}.width--976{width:976px}.width--977{width:977px}.width--978{width:978px}.width--979{width:979px}.width--980{width:980px}.width--981{width:981px}.width--982{width:982px}.width--983{width:983px}.width--984{width:984px}.width--985{width:985px}.width--986{width:986px}.width--987{width:987px}.width--988{width:988px}.width--989{width:989px}.width--990{width:990px}.width--991{width:991px}.width--992{width:992px}.width--993{width:993px}.width--994{width:994px}.width--995{width:995px}.width--996{width:996px}.width--997{width:997px}.width--998{width:998px}.width--999{width:999px}.width--1000{width:1000px}.checkbox{color:#3f3839;cursor:pointer;display:block;font-size:22px;font-size:14px;line-height:20px;padding-left:30px;position:relative;-webkit-user-select:none;user-select:none}.checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.checkbox__checkmark{background-color:#dcdcdc;border-radius:2px;height:20px;left:0;position:absolute;top:9px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.checkbox input:checked~.checkbox__checkmark:after{display:block}.checkbox__checkmark:after{border:solid #faf9fa;border-width:0 .21em .21em 0;content:"";display:none;height:13px;left:6px;position:absolute;top:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:7px}.checkbox input:checked~.checkbox__checkmark{background-color:#dcdcdc}.checkbox--disabled{color:#dcdcdc;cursor:default}.checkbox--disabled input:disabled~.checkbox__checkmark{background-color:#dcdcdc}.checkbox--section-header{margin:auto 0 9px 20px}.toggle-checkbox{background-color:#929bc9;border-radius:24px;cursor:pointer;height:24px;margin-right:10px;position:relative;transition:all .3s ease;width:48px}.toggle-checkbox :after{background:#fff;border-radius:50%;content:" ";height:16px;left:4px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease;width:16px;z-index:10}.toggle-checkbox--active{background:#032ee8;-webkit-transform:translate(24px,-50%);transform:translate(24px,-50%)}.public-DraftEditor-content.public-DraftEditor-content{height:100px;overflow:auto}.rdw-editor-wrapper{border:1px solid gray}.chat{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;overflow:auto}.chat--user{height:auto;max-height:90vh}.chat__user-name{margin-bottom:5px}.chat__user-image-text{display:flex}.chat__user-image{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEBLAEsAAD/4QB8RXhpZgAATU0AKgAAAAgAAgEOAAIAAABNAAAAJgESAAMAAAABAAEAAAAAAABVc2VyIEljb24gRmxhdCBJc29sYXRlZCBvbiBXaGl0ZSBCYWNrZ3JvdW5kLiBVc2VyIFN5bWJvbC4gVmVjdG9yIElsbHVzdHJhdGlvbgD/4QVuaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pg0KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyI+DQoJPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4NCgkJPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczpJcHRjNHhtcENvcmU9Imh0dHA6Ly9pcHRjLm9yZy9zdGQvSXB0YzR4bXBDb3JlLzEuMC94bWxucy8iIHhtbG5zOkdldHR5SW1hZ2VzR0lGVD0iaHR0cDovL3htcC5nZXR0eWltYWdlcy5jb20vZ2lmdC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBsdXM9Imh0dHA6Ly9ucy51c2VwbHVzLm9yZy9sZGYveG1wLzEuMC8iIHhtbG5zOmlwdGNFeHQ9Imh0dHA6Ly9pcHRjLm9yZy9zdGQvSXB0YzR4bXBFeHQvMjAwOC0wMi0yOS8iIHhtbG5zOnhtcFJpZ2h0cz0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3JpZ2h0cy8iIHBob3Rvc2hvcDpDcmVkaXQ9IkdldHR5IEltYWdlcyIgR2V0dHlJbWFnZXNHSUZUOkFzc2V0SUQ9IjEzMDA4NDU2MjAiIHhtcFJpZ2h0czpXZWJTdGF0ZW1lbnQ9Imh0dHBzOi8vd3d3LmlzdG9ja3Bob3RvLmNvbS9sZWdhbC9saWNlbnNlLWFncmVlbWVudD91dG1fbWVkaXVtPW9yZ2FuaWMmYW1wO3V0bV9zb3VyY2U9Z29vZ2xlJmFtcDt1dG1fY2FtcGFpZ249aXB0Y3VybCI+DQoJCQk8ZGM6Y3JlYXRvcj48cmRmOlNlcT48cmRmOmxpPlBldGVyUGVuY2lsPC9yZGY6bGk+PC9yZGY6U2VxPjwvZGM6Y3JlYXRvcj48ZGM6ZGVzY3JpcHRpb24+PHJkZjpBbHQ+PHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5Vc2VyIEljb24gRmxhdCBJc29sYXRlZCBvbiBXaGl0ZSBCYWNrZ3JvdW5kLiBVc2VyIFN5bWJvbC4gVmVjdG9yIElsbHVzdHJhdGlvbjwvcmRmOmxpPjwvcmRmOkFsdD48L2RjOmRlc2NyaXB0aW9uPg0KCQkJPHBsdXM6TGljZW5zb3I+PHJkZjpTZXE+PHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+PHBsdXM6TGljZW5zb3JVUkw+aHR0cHM6Ly93d3cuaXN0b2NrcGhvdG8uY29tL3Bob3RvL2xpY2Vuc2UtZ20xMzAwODQ1NjIwLT91dG1fbWVkaXVtPW9yZ2FuaWMmYW1wO3V0bV9zb3VyY2U9Z29vZ2xlJmFtcDt1dG1fY2FtcGFpZ249aXB0Y3VybDwvcGx1czpMaWNlbnNvclVSTD48L3JkZjpsaT48L3JkZjpTZXE+PC9wbHVzOkxpY2Vuc29yPg0KCQk8L3JkZjpEZXNjcmlwdGlvbj4NCgk8L3JkZjpSREY+DQo8L3g6eG1wbWV0YT4NCjw/eHBhY2tldCBlbmQ9J3cnPz7/7QCQUGhvdG9zaG9wIDMuMAA4QklNBAQAAAAAAHMcAlAAC1BldGVyUGVuY2lsHAJ4AE1Vc2VyIEljb24gRmxhdCBJc29sYXRlZCBvbiBXaGl0ZSBCYWNrZ3JvdW5kLiBVc2VyIFN5bWJvbC4gVmVjdG9yIElsbHVzdHJhdGlvbhwCbgAMR2V0dHkgSW1hZ2VzAP/bAEMAAgEBAgEBAgICAgICAgIDBQMDAwMDBgQEAwUHBgcHBwYHBwgJCwkICAoIBwcKDQoKCwwMDAwHCQ4PDQwOCwwMDP/bAEMBAgICAwMDBgMDBgwIBwgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM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);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;height:30px;object-fit:cover;width:30px}.chat__send-at{align-self:flex-end;color:#dcdcdc;display:flex;font-size:9px;margin:0 5px;white-space:nowrap}.chat__hello-message{display:flex;flex-direction:column;justify-content:center;margin:0 auto 50px;text-align:center;width:calc(100% - 50px)}.chat__hello-message b{margin-bottom:15px}.chat__hello-message-image{border-radius:50%;height:150px;margin:0 auto;object-fit:cover;width:150px}.chat__message{display:flex;flex-direction:column;margin-bottom:20px}.chat__message--left{align-self:flex-start;margin-left:10px}.chat__message--right{align-self:flex-end;margin-right:10px}.chat__message--right .chat__user-name{text-align:end}.chat__message--right .chat__user-image-text{align-self:flex-end;flex-direction:row-reverse}.chat__message-text{border-radius:18px;display:flex;padding:8px 12px;white-space:pre-line}.chat__message-text--left{background-color:#e4e6eb;margin-left:5px}.chat__message-text--right{background-color:#0084ff;color:#fff}.chat .public-DraftEditor-content{height:auto;min-height:50px}.support__preview{background-color:#fff;border-radius:50%;bottom:20px;box-shadow:0 0 4px 0 rgba(0,0,0,.2);cursor:pointer;font-size:40px;position:fixed;right:20px}.support__preview-container{box-sizing:initial;height:40px;padding:10px;position:relative;width:40px}.support__new-messages{background-color:#da2236;border-radius:5px;color:#fff;font-size:15px;left:0;padding:5px;position:absolute;top:-8px;z-index:2}.support__icon{transition:.2s ease-in-out}.support__icon:hover{-webkit-transform:rotate(20deg);transform:rotate(20deg)}.support__chat{background-color:#fff;border-radius:5px;bottom:20px;box-shadow:0 0 4px 0 rgba(0,0,0,.2);max-width:100%;position:fixed;right:20px;width:350px}@media screen and (max-width:576px){.support__chat{right:0}}.profile-info__user-image{border-radius:30px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);display:block;max-height:250px;max-width:100%}.kanbanboard{display:flex;flex-direction:column;overflow:auto;width:100%}.kanbanboard__title{align-self:flex-start;background:rgba(16,149,125,.15);border-radius:5px;color:#10957d;padding:2px 10px}.kanbanboard__task-column{display:flex;margin:8px;min-height:80vh;width:100%}.kanbanboard__task-list{background:#f3f3f3;border-radius:5px;display:flex;flex-direction:column;margin-right:15px;min-height:100px;min-width:341px;padding:15px}.kanbanboard__container{display:flex}.kanbanboard-card__information{background:#fff;border-radius:5px;display:flex;flex-direction:column;justify-content:space-between;margin-top:15px;max-width:311px;min-height:106px;padding:15px}.kanbanboard-card__footer{display:flex;justify-content:space-between;width:100%}.kanbanboard-card__footer a{color:#2680eb;word-break:normal}.kanbanboard-card__date{color:#7d7d7d;font-size:12px;font-weight:400;text-align:end;width:100%}.kanbanboard-card__title{font-size:18px;font-weight:600}.kanbanboard-card__description{font-size:16px;font-weight:500;margin-bottom:5px}@font-face{font-family:San Francisco;font-weight:100;src:url(/static/media/sanfranciscodisplay-ultralight-webfont.35e87e7a8451daf8d12a.woff)}@font-face{font-family:San Francisco;font-weight:200;src:url(/static/media/sanfranciscodisplay-thin-webfont.695e7f778788c2565df1.woff)}@font-face{font-family:San Francisco;font-weight:400;src:url(/static/media/sanfranciscodisplay-regular-webfont.aaaf0ea48fc61d23c842.woff)}@font-face{font-family:San Francisco;font-weight:500;src:url(/static/media/sanfranciscodisplay-medium-webfont.80f11b1350ed94319f6e.woff)}@font-face{font-family:San Francisco;font-weight:600;src:url(/static/media/sanfranciscodisplay-semibold-webfont.9eb20167a53cc29eb615.woff)}@font-face{font-family:San Francisco;font-weight:700;src:url(/static/media/sanfranciscodisplay-bold-webfont.ba20d70d1846c0dae24f.woff)}*{font-family:San Francisco}h1{font-weight:700}h2{font-weight:600}h3{font-weight:500}p{font-weight:400}p.thin{font-weight:200}p.ultralight{font-weight:100}.web-rtc__videos-container{display:flex;justify-content:space-between;padding:0 20px;width:100%}.web-rtc video{max-width:100%;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.web-rtc__video-container{display:flex;flex-direction:column;width:45%}.web-rtc__video{border-radius:10px;box-shadow:0 0 12px 3px #dcdcdc;display:flex;height:100%;overflow:hidden}.web-rtc__video-icon{box-sizing:initial;color:#3f3839;font-size:50px;margin:auto;padding:75px 0}.web-rtc__name{font-size:20px;font-weight:600;margin-bottom:10px}.web-rtc__call-btns{display:flex;justify-content:center;margin-top:20px;width:100%}@media screen and (max-width:768px){.web-rtc__videos-container{flex-direction:column}.web-rtc__video-container{width:100%}.web-rtc__video-icon{padding:100px 0}}.empty-page{align-items:center;background-color:#faf9fa;display:flex;height:100vh;justify-content:center;width:100vw}.empty-message{font-size:16px;text-align:center}.empty-message--with-container{background-color:#fff;border-radius:8px;box-shadow:0 0 12px 3px #dcdcdc;display:flex;flex-direction:column;margin-top:30px;padding:20px 0;width:100%}.too-large-file{border:1px solid #3f3839;font-size:36px;padding:36px 8px;text-align:center}.landing{background-color:#faf9fa;display:flex;justify-content:flex-end;min-height:100vh;width:100%}.landing__container{flex-direction:column;width:calc(100% - 250px)}@media screen and (max-width:1000px){.landing__container{padding:0 10px;width:100%}}::-webkit-scrollbar{-webkit-appearance:none;height:7px;width:7px}::-webkit-scrollbar-thumb{background-color:#b6bccb;border-radius:4px;box-shadow:0 0 1px hsla(0,0%,100%,.5);padding-left:20px}::-webkit-scrollbar-track{background:#dcdcdc}.web-camera{display:flex;flex-direction:column}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}