body,html{font-family:Teko;margin:0;padding:0;border:0}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}: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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-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{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-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);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem;padding:8px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);-moz-box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-ms-flex-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;-moz-box-flex:1;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex;-ms-flex-align:center;-webkit-align-items:center;-moz-box-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;-webkit-flex:1 1;-moz-box-flex:1;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;-moz-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;display:-ms-flexbox;display:-webkit-flex;display:-moz-box;display:flex}.Toastify--animate{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.7s;-moz-animation-duration:.7s;-o-animation-duration:.7s;animation-duration:.7s}.Toastify--animate-icon{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;-moz-animation-duration:.3s;-o-animation-duration:.3s;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;-webkit-transition:.3s ease;-o-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start}.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)}}@-moz-keyframes Toastify__trackProgress{0%{-moz-transform:scaleX(1);transform:scaleX(1)}to{-moz-transform:scaleX(0);transform:scaleX(0)}}@-o-keyframes Toastify__trackProgress{0%{-o-transform:scaleX(1);transform:scaleX(1)}to{-o-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;-webkit-transform-origin:left;-moz-transform-origin:left;-ms-transform-origin:left;-o-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;-moz-animation:Toastify__trackProgress linear 1 forwards;-o-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:-o-transform .2s;-moz-transition:transform .2s,-moz-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right}.Toastify__spinner{width:20px;height:20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:2px solid;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);-webkit-animation:Toastify__spin .65s linear infinite;-moz-animation:Toastify__spin .65s linear infinite;-o-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite}@-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}}@-moz-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-moz-transform:none;transform:none}}@-o-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{-o-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-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);-moz-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-moz-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-moz-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-moz-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;-moz-transform:none;-o-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)}}@-moz-keyframes Toastify__bounceOutRight{20%{opacity:1;-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-moz-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-o-keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-moz-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);-moz-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}}@-moz-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-moz-transform:none;transform:none}}@-o-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{-o-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-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);-moz-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-moz-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-moz-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-moz-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;-moz-transform:none;-o-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)}}@-moz-keyframes Toastify__bounceOutLeft{20%{opacity:1;-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-moz-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-o-keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-moz-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-moz-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)}}@-moz-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-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);-moz-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-moz-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);-moz-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)}}@-moz-keyframes Toastify__bounceOutUp{20%{-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-moz-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-o-keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-moz-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}}@-moz-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-moz-transform:none;transform:none}}@-o-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-o-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{-o-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-moz-animation-timing-function:cubic-bezier(.215,.61,.355,1);-o-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);-moz-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-moz-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-moz-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-moz-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;-moz-transform:none;-o-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)}}@-moz-keyframes Toastify__bounceOutDown{20%{-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-moz-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-o-keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-moz-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-moz-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);-moz-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;-moz-animation-name:Toastify__bounceInLeft;-o-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;-moz-animation-name:Toastify__bounceInRight;-o-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;-moz-animation-name:Toastify__bounceInDown;-o-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;-moz-animation-name:Toastify__bounceInUp;-o-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;-moz-animation-name:Toastify__bounceOutLeft;-o-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;-moz-animation-name:Toastify__bounceOutRight;-o-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;-moz-animation-name:Toastify__bounceOutUp;-o-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;-moz-animation-name:Toastify__bounceOutDown;-o-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}}@-moz-keyframes Toastify__zoomIn{0%{opacity:0;-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-o-keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-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}}@-moz-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@-o-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-moz-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;-moz-animation-name:Toastify__zoomIn;-o-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;-moz-animation-name:Toastify__zoomOut;-o-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-moz-keyframes Toastify__flipIn{0%{-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-moz-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-moz-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-moz-transform:perspective(400px);transform:perspective(400px)}}@-o-keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);-o-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-o-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);-moz-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);-moz-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-moz-keyframes Toastify__flipOut{0%{-moz-transform:perspective(400px);transform:perspective(400px)}30%{-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-o-keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);-moz-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);-moz-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);-moz-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;-moz-animation-name:Toastify__flipIn;-o-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;-moz-animation-name:Toastify__flipOut;-o-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)}}@-moz-keyframes Toastify__slideInRight{0%{-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-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)}}@-moz-keyframes Toastify__slideInLeft{0%{-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-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)}}@-moz-keyframes Toastify__slideInUp{0%{-moz-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);-moz-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-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)}}@-moz-keyframes Toastify__slideInDown{0%{-moz-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-moz-transform:translateZ(0);transform:translateZ(0)}}@-o-keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);-moz-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-moz-keyframes Toastify__slideOutRight{0%{-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-o-keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);-moz-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-moz-keyframes Toastify__slideOutLeft{0%{-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-o-keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);-moz-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-moz-keyframes Toastify__slideOutDown{0%{-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-moz-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-o-keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);-moz-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@-moz-keyframes Toastify__slideOutUp{0%{-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-moz-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@-o-keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);-moz-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;-moz-animation-name:Toastify__slideInLeft;-o-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;-moz-animation-name:Toastify__slideInRight;-o-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;-moz-animation-name:Toastify__slideInDown;-o-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;-moz-animation-name:Toastify__slideInUp;-o-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;-moz-animation-name:Toastify__slideOutLeft;-o-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;-moz-animation-name:Toastify__slideOutRight;-o-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;-moz-animation-name:Toastify__slideOutUp;-o-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;-moz-animation-name:Toastify__slideOutDown;-o-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)}}@-moz-keyframes Toastify__spin{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes Toastify__spin{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-cyrillic-ext-400-normal.d7827ae3.woff2) format("woff2"),url(/_next/static/media/roboto-all-400-normal.2e9e9400.woff) format("woff");unicode-range:U+0460-052f,U+1c80-1c88,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-cyrillic-400-normal.2d9c9d60.woff2) format("woff2"),url(/_next/static/media/roboto-all-400-normal.2e9e9400.woff) format("woff");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-greek-ext-400-normal.2b547ded.woff2) format("woff2"),url(/_next/static/media/roboto-all-400-normal.2e9e9400.woff) format("woff");unicode-range:U+1f??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-greek-400-normal.63e6dc18.woff2) format("woff2"),url(/_next/static/media/roboto-all-400-normal.2e9e9400.woff) format("woff");unicode-range:U+0370-03ff}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-vietnamese-400-normal.c95fc061.woff2) format("woff2"),url(/_next/static/media/roboto-all-400-normal.2e9e9400.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+1ea0-1ef9,U+20ab}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-latin-ext-400-normal.21abc8c8.woff2) format("woff2"),url(/_next/static/media/roboto-all-400-normal.2e9e9400.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/roboto-latin-400-normal.f2894edc.woff2) format("woff2"),url(/_next/static/media/roboto-all-400-normal.2e9e9400.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:Teko;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/teko-devanagari-400-normal.dfb93ef2.woff2) format("woff2"),url(/_next/static/media/teko-all-400-normal.fbe63cd1.woff) format("woff");unicode-range:U+0900-097f,U+1cd0-1cf6,U+1cf8-1cf9,U+200c-200d,U+20a8,U+20b9,U+25cc,U+a830-a839,U+a8e0-a8fb}@font-face{font-family:Teko;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/teko-latin-ext-400-normal.8ec70728.woff2) format("woff2"),url(/_next/static/media/teko-all-400-normal.fbe63cd1.woff) format("woff");unicode-range:U+0100-024f,U+0259,U+1e??,U+2020,U+20a0-20ab,U+20ad-20cf,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:Teko;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/teko-latin-400-normal.d9de8294.woff2) format("woff2"),url(/_next/static/media/teko-all-400-normal.fbe63cd1.woff) format("woff");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+2000-206f,U+2074,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}.Loader_visible__Ok8HR{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Loader_hidden__4dtZv,.Loader_visible__Ok8HR{position:fixed;width:100vw;height:100vh;left:0;top:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(75,75,75,.682);z-index:118}.Loader_hidden__4dtZv{display:none}.Loader_container__pZ44U{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fafafa;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:auto;padding:20px}.Loader_container__pZ44U .Loader_icon__8dLa7{color:#00c3ea;width:32px;height:32px}.Loader_squid__lcI2N{height:80px;margin-right:10px}.Loader_label__Bwob3{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:10px;color:#152935;padding-left:8px}.Device_container__vgiir{height:100vh}.Device_container__vgiir,.Device_stops_list_container__ePTUu{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fafafa}.Device_stops_list_container__ePTUu{width:100%}.Device_session_list_body_items__rV0g5{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:15px}.Device_order_list_body__qEu3N{max-width:100vw;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fafafa;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.Device_order_list_body__qEu3N,.Device_tabs__HPraz{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_tabs__HPraz{width:100%;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 calc(50vw - 640px);border-bottom:1px solid #5a6872}.Device_tabs__HPraz>div{border:none}.Device_order_list_body_item__5eifo{max-width:1280px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fafafa;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_order_list_body_item__5eifo .Device_dateLabel__cUKRh{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:20px;text-align:center}.Device_order_list_body_item__5eifo .Device_dateLabel__cUKRh:first-child{margin-top:40px}.Device_order_list_body_item__5eifo .Device_date__J3IqF{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;text-align:center;font-size:30px}.Device_order_list_body_item__5eifo .Device_order_card_container__THOZ_{width:1280px;padding:24px 16px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;row-gap:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.Device_order_list_body_item__5eifo .Device_order_card_container__THOZ_.Device_fixed_height__rH6vE{height:-webkit-calc(100vh - 337px);height:-moz-calc(100vh - 337px);height:calc(100vh - 337px);overflow-y:auto}.Device_order_list_body_item__5eifo .Device_order_card_container__THOZ_.Device_fixed_height__rH6vE::-webkit-scrollbar{width:0;background:rgba(0,0,0,0)}.Device_red_container__sZu6X{background-color:#f50;min-height:100%;max-width:1280px;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_green_container__08CrA,.Device_green_container_err_selected__NtuX1{background-color:#00ad00;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;width:1000px;min-height:100%;max-width:1280px;width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_green_container_err_selected__NtuX1{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Device_app_settings_header_container__dh1yl,.Device_stop_header_container__MjVXn{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100vw}.Device_app_settings_header_container__dh1yl{height:80px}.Device_itemsContainerErrors__MiER6,.Device_itemsContainer__G89pK{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:inherit;margin-top:30px;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_itemsContainer__G89pK{margin-right:57px}.Device_red_items_container__oF3hA{background-color:inherit;margin-top:30px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-left:-60px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.Device_badgeStopContainer__Nl_4z{position:absolute;width:115px;height:32px;left:16px;top:176px}.Device_badgeStopContainer__Nl_4z .Device_badgeStop__mGUBE{background:#fff;border:1.5px solid #5a6872;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;width:115px;height:32px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.Device_badgeStopContainer__Nl_4z .Device_badgeStop__mGUBE,.Device_badgeStopContainer__Nl_4z .Device_badgeStop__mGUBE .Device_badgeStopValue__zjufM{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_badgeStopContainer__Nl_4z .Device_badgeStop__mGUBE .Device_badgeStopValue__zjufM{font-family:Teko!important;color:#1f292e;font-stretch:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-style:normal;font-weight:400;font-size:24px;line-height:34px;text-align:center;color:#5a6872;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.Device_stop_body_red__LnSgL{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Device_stop_body_red__LnSgL p.Device_stop_chronometer__yYjvJ{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:56px;line-height:65px;color:#fff;margin-top:0}.Device_stop_body_red__LnSgL p.Device_stop_chronometer_err_selected__ekFX3{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:40px;font-weight:400;line-height:46.88px;text-align:center;color:#fff;margin-top:0}.Device_stop_body_red__LnSgL p.Device_stop_label__u8L8x{font-size:24px;line-height:normal;font-size:56px;line-height:80px}.Device_stop_body_red__LnSgL p.Device_stop_label__u8L8x,.Device_stop_body_red__LnSgL p.Device_stop_label_err_selected__i4S47{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_stop_body_red__LnSgL p.Device_stop_label_err_selected__i4S47{font-size:24px;line-height:normal;font-size:64px;font-weight:500;line-height:91.71px;text-align:center}.Device_stop_body_red__LnSgL p.Device_unspecified_stop_begin_date__eOIdt{font-size:24px;font-size:90px;margin-top:30px}.Device_stop_body_red__LnSgL p.Device_stop_split_reason_label__kXfOS,.Device_stop_body_red__LnSgL p.Device_unspecified_stop_begin_date__eOIdt{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_stop_body_red__LnSgL p.Device_stop_split_reason_label__kXfOS{font-size:24px;font-size:56px}.Device_stop_body_red__LnSgL p.Device_stop_split_interval__fjeCN{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;color:#fff}.Device_stop_body_red__LnSgL p.Device_group_label__xY9xa{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:40px;color:#fff}.Device_stop_body_red__LnSgL p.Device_group_label_err_selected__L7a4O{line-height:normal;font-weight:300;line-height:40px;text-align:center}.Device_stop_body_red__LnSgL p.Device_group_label_err_selected__L7a4O,.Device_stop_body_red__LnSgL p.Device_reason_label__xHdlP{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;font-weight:400;color:#fff}.Device_stop_body_red__LnSgL p.Device_reason_label__xHdlP{line-height:normal;font-weight:300;line-height:37.5px;margin-top:20px}.Device_stop_body_red__LnSgL .Device_end_stop_card_stop_err_selected__TWlFt,.Device_stop_body_red__LnSgL .Device_suspended_order_card_stop_err_selected__Ac_RL{width:305px}.Device_stop_body_red__LnSgL div.Device_reasons_container__Y47xF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;text-align:center}.Device_stop_body_red__LnSgL div.Device_reasons_container__Y47xF p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;font-size:32px;font-weight:500;line-height:45.86px;text-align:center;color:#fff}.Device_stop_body_red__LnSgL div.Device_reasons_container__Y47xF div.Device_planned_container__cboOW{margin-right:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_red__LnSgL div.Device_reasons_container__Y47xF div.Device_unplanned_container__sfNfo{margin-left:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_red__LnSgL{background-color:#f50}.Device_stop_body_gray__WXZM2{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Device_stop_body_gray__WXZM2 p.Device_stop_chronometer__yYjvJ{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:56px;line-height:65px;color:#fff;margin-top:0}.Device_stop_body_gray__WXZM2 p.Device_stop_chronometer_err_selected__ekFX3{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:40px;font-weight:400;line-height:46.88px;text-align:center;color:#fff;margin-top:0}.Device_stop_body_gray__WXZM2 p.Device_stop_label__u8L8x{font-size:24px;line-height:normal;font-size:56px;line-height:80px}.Device_stop_body_gray__WXZM2 p.Device_stop_label__u8L8x,.Device_stop_body_gray__WXZM2 p.Device_stop_label_err_selected__i4S47{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_stop_body_gray__WXZM2 p.Device_stop_label_err_selected__i4S47{font-size:24px;line-height:normal;font-size:64px;font-weight:500;line-height:91.71px;text-align:center}.Device_stop_body_gray__WXZM2 p.Device_unspecified_stop_begin_date__eOIdt{font-size:24px;font-size:90px;margin-top:30px}.Device_stop_body_gray__WXZM2 p.Device_stop_split_reason_label__kXfOS,.Device_stop_body_gray__WXZM2 p.Device_unspecified_stop_begin_date__eOIdt{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_stop_body_gray__WXZM2 p.Device_stop_split_reason_label__kXfOS{font-size:24px;font-size:56px}.Device_stop_body_gray__WXZM2 p.Device_stop_split_interval__fjeCN{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;color:#fff}.Device_stop_body_gray__WXZM2 p.Device_group_label__xY9xa{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:40px;color:#fff}.Device_stop_body_gray__WXZM2 p.Device_group_label_err_selected__L7a4O{line-height:normal;font-weight:300;line-height:40px;text-align:center}.Device_stop_body_gray__WXZM2 p.Device_group_label_err_selected__L7a4O,.Device_stop_body_gray__WXZM2 p.Device_reason_label__xHdlP{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;font-weight:400;color:#fff}.Device_stop_body_gray__WXZM2 p.Device_reason_label__xHdlP{line-height:normal;font-weight:300;line-height:37.5px;margin-top:20px}.Device_stop_body_gray__WXZM2 .Device_end_stop_card_stop_err_selected__TWlFt,.Device_stop_body_gray__WXZM2 .Device_suspended_order_card_stop_err_selected__Ac_RL{width:305px}.Device_stop_body_gray__WXZM2 div.Device_reasons_container__Y47xF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;text-align:center}.Device_stop_body_gray__WXZM2 div.Device_reasons_container__Y47xF p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;font-size:32px;font-weight:500;line-height:45.86px;text-align:center;color:#fff}.Device_stop_body_gray__WXZM2 div.Device_reasons_container__Y47xF div.Device_planned_container__cboOW{margin-right:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_gray__WXZM2 div.Device_reasons_container__Y47xF div.Device_unplanned_container__sfNfo{margin-left:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_gray__WXZM2{background-color:#738491}.Device_stop_body_red_err_selected__InxDm{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Device_stop_body_red_err_selected__InxDm p.Device_stop_chronometer__yYjvJ{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:56px;line-height:65px;color:#fff;margin-top:0}.Device_stop_body_red_err_selected__InxDm p.Device_stop_chronometer_err_selected__ekFX3{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:40px;font-weight:400;line-height:46.88px;text-align:center;color:#fff;margin-top:0}.Device_stop_body_red_err_selected__InxDm p.Device_stop_label__u8L8x{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:56px;line-height:80px;color:#fff}.Device_stop_body_red_err_selected__InxDm p.Device_stop_label_err_selected__i4S47{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:64px;font-weight:500;line-height:91.71px;text-align:center;color:#fff}.Device_stop_body_red_err_selected__InxDm p.Device_unspecified_stop_begin_date__eOIdt{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:90px;color:#fff;margin-top:30px}.Device_stop_body_red_err_selected__InxDm p.Device_stop_split_reason_label__kXfOS{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:56px;color:#fff}.Device_stop_body_red_err_selected__InxDm p.Device_stop_split_interval__fjeCN{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;color:#fff}.Device_stop_body_red_err_selected__InxDm p.Device_group_label__xY9xa{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:40px;color:#fff}.Device_stop_body_red_err_selected__InxDm p.Device_group_label_err_selected__L7a4O{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:32px;font-weight:400;line-height:40px;text-align:center;color:#fff}.Device_stop_body_red_err_selected__InxDm p.Device_reason_label__xHdlP{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:32px;line-height:37.5px;color:#fff;margin-top:20px}.Device_stop_body_red_err_selected__InxDm .Device_end_stop_card_stop_err_selected__TWlFt,.Device_stop_body_red_err_selected__InxDm .Device_suspended_order_card_stop_err_selected__Ac_RL{width:305px}.Device_stop_body_red_err_selected__InxDm div.Device_reasons_container__Y47xF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;text-align:center}.Device_stop_body_red_err_selected__InxDm div.Device_reasons_container__Y47xF p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;font-size:32px;font-weight:500;line-height:45.86px;text-align:center;color:#fff}.Device_stop_body_red_err_selected__InxDm div.Device_reasons_container__Y47xF div.Device_planned_container__cboOW{margin-right:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_red_err_selected__InxDm div.Device_reasons_container__Y47xF div.Device_unplanned_container__sfNfo{margin-left:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_red_err_selected__InxDm{background-color:#f50;width:100%}.Device_stop_body_green__O5GvO{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Device_stop_body_green__O5GvO p.Device_stop_chronometer__yYjvJ{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:56px;line-height:65px;color:#fff;margin-top:0}.Device_stop_body_green__O5GvO p.Device_stop_chronometer_err_selected__ekFX3{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:40px;font-weight:400;line-height:46.88px;text-align:center;color:#fff;margin-top:0}.Device_stop_body_green__O5GvO p.Device_stop_label__u8L8x{font-size:24px;line-height:normal;font-size:56px;line-height:80px}.Device_stop_body_green__O5GvO p.Device_stop_label__u8L8x,.Device_stop_body_green__O5GvO p.Device_stop_label_err_selected__i4S47{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_stop_body_green__O5GvO p.Device_stop_label_err_selected__i4S47{font-size:24px;line-height:normal;font-size:64px;font-weight:500;line-height:91.71px;text-align:center}.Device_stop_body_green__O5GvO p.Device_unspecified_stop_begin_date__eOIdt{font-size:24px;font-size:90px;margin-top:30px}.Device_stop_body_green__O5GvO p.Device_stop_split_reason_label__kXfOS,.Device_stop_body_green__O5GvO p.Device_unspecified_stop_begin_date__eOIdt{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_stop_body_green__O5GvO p.Device_stop_split_reason_label__kXfOS{font-size:24px;font-size:56px}.Device_stop_body_green__O5GvO p.Device_stop_split_interval__fjeCN{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;color:#fff}.Device_stop_body_green__O5GvO p.Device_group_label__xY9xa{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:40px;color:#fff}.Device_stop_body_green__O5GvO p.Device_group_label_err_selected__L7a4O{line-height:normal;font-weight:300;line-height:40px;text-align:center}.Device_stop_body_green__O5GvO p.Device_group_label_err_selected__L7a4O,.Device_stop_body_green__O5GvO p.Device_reason_label__xHdlP{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;font-weight:400;color:#fff}.Device_stop_body_green__O5GvO p.Device_reason_label__xHdlP{line-height:normal;font-weight:300;line-height:37.5px;margin-top:20px}.Device_stop_body_green__O5GvO .Device_end_stop_card_stop_err_selected__TWlFt,.Device_stop_body_green__O5GvO .Device_suspended_order_card_stop_err_selected__Ac_RL{width:305px}.Device_stop_body_green__O5GvO div.Device_reasons_container__Y47xF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;text-align:center}.Device_stop_body_green__O5GvO div.Device_reasons_container__Y47xF p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;font-size:32px;font-weight:500;line-height:45.86px;text-align:center;color:#fff}.Device_stop_body_green__O5GvO div.Device_reasons_container__Y47xF div.Device_planned_container__cboOW{margin-right:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_green__O5GvO div.Device_reasons_container__Y47xF div.Device_unplanned_container__sfNfo{margin-left:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_green__O5GvO{background-color:#00ad00;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;width:1000px}.Device_stop_body_green_err_selected__VT1ks{font-size:64px!important;font-weight:500;line-height:91.71px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Device_stop_body_green_err_selected__VT1ks p.Device_stop_chronometer__yYjvJ{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:56px;line-height:65px;color:#fff;margin-top:0}.Device_stop_body_green_err_selected__VT1ks p.Device_stop_chronometer_err_selected__ekFX3{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:40px;font-weight:400;line-height:46.88px;text-align:center;color:#fff;margin-top:0}.Device_stop_body_green_err_selected__VT1ks p.Device_stop_label__u8L8x{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:56px;line-height:80px;color:#fff}.Device_stop_body_green_err_selected__VT1ks p.Device_stop_label_err_selected__i4S47{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:64px;font-weight:500;line-height:91.71px;text-align:center;color:#fff}.Device_stop_body_green_err_selected__VT1ks p.Device_unspecified_stop_begin_date__eOIdt{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:90px;color:#fff;margin-top:30px}.Device_stop_body_green_err_selected__VT1ks p.Device_stop_split_reason_label__kXfOS{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:56px;color:#fff}.Device_stop_body_green_err_selected__VT1ks p.Device_stop_split_interval__fjeCN{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;color:#fff}.Device_stop_body_green_err_selected__VT1ks p.Device_group_label__xY9xa{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:40px;color:#fff}.Device_stop_body_green_err_selected__VT1ks p.Device_group_label_err_selected__L7a4O{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:32px;font-weight:400;line-height:40px;text-align:center;color:#fff}.Device_stop_body_green_err_selected__VT1ks p.Device_reason_label__xHdlP{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:32px;line-height:37.5px;color:#fff;margin-top:20px}.Device_stop_body_green_err_selected__VT1ks .Device_end_stop_card_stop_err_selected__TWlFt,.Device_stop_body_green_err_selected__VT1ks .Device_suspended_order_card_stop_err_selected__Ac_RL{width:305px}.Device_stop_body_green_err_selected__VT1ks div.Device_reasons_container__Y47xF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;text-align:center}.Device_stop_body_green_err_selected__VT1ks div.Device_reasons_container__Y47xF p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;font-size:32px;font-weight:500;line-height:45.86px;text-align:center;color:#fff}.Device_stop_body_green_err_selected__VT1ks div.Device_reasons_container__Y47xF div.Device_planned_container__cboOW{margin-right:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_green_err_selected__VT1ks div.Device_reasons_container__Y47xF div.Device_unplanned_container__sfNfo{margin-left:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_body_green_err_selected__VT1ks{background-color:#00ad00;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;width:1000px;width:100%}.Device_stop_error_groups_body_center__wGI9Z{width:100vw;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_stop_error_groups_body_center__wGI9Z,.Device_stop_error_groups_items__9uLEH{height:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.Device_stop_error_groups_items__9uLEH{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:1000px}.Device_close_orders_button_container__ijo_9{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:flex-end;margin-top:10px;padding-bottom:75px}.Device_left_footer_button__gDWTc{padding-left:24px}.Device_right_footer_button__q4Ma8{padding-right:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Device_right_footer_button__q4Ma8>*{margin-left:24px}p.Device_dashboard_bar_label__Bu5lg{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;color:#152935;font-size:20px;line-height:23.44px;font-weight:400;text-align:left}p.Device_dashboard_bar_white_label___Owzj{line-height:normal;line-height:20.44px}p.Device_dashboard_bar_small_white_label__GakKV,p.Device_dashboard_bar_white_label___Owzj{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;color:#fff;font-size:20px;font-weight:400;text-align:center}p.Device_dashboard_bar_small_white_label__GakKV{line-height:normal;line-height:23.44px}p.Device_dashboard_bar_value__eszi4{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;color:#152935;font-size:32px;font-weight:500;line-height:45.86px;text-align:left;height:32px}p.Device_dashboard_bar_white_decimal__i19bC,p.Device_dashboard_bar_white_value__FxL7F{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;color:#fff;height:80px;display:inline-block;font-size:64px;font-weight:500;line-height:91.71px;text-align:center}p.Device_dashboard_bar_white_decimal__i19bC{font-size:35px!important}p.Device_dashboard_bar_big_value__yZGhA{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;color:#152935;font-size:70px;line-height:70px;height:60px}.Device_dashboard_bar__nxj_s{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;padding:2px 24px;width:100%}.Device_dashboard_bar__nxj_s .Device_bar_horizontal_container__Pbaqt{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.Device_dashboard_bar__nxj_s .Device_bar_horizontal_container__Pbaqt,.Device_dashboard_bar__nxj_s .Device_bar_horizontal_container__Pbaqt div.Device_bar_vertical_container__sacJi{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.Device_dashboard_bar__nxj_s .Device_bar_horizontal_container__Pbaqt div.Device_bar_vertical_container__sacJi{margin-left:10px;-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.Device_body_item__6YBtE{margin-top:25px;width:100%;-webkit-flex-direction:row!important;-moz-box-orient:horizontal!important;-moz-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.Device_automatic_order_target_items__ALNyg{width:100%;margin-right:40px;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.Device_automatic_order_target__nZJdn,.Device_automatic_order_target_items__ALNyg{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_automatic_order_target__nZJdn{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:#d94e2d}.Device_body_item_left__CTWTK{margin-top:10px}.Device_body_item_left__CTWTK,.Device_circular_body_item__himWU{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_circular_body_item__himWU{-webkit-border-radius:175px;-moz-border-radius:175px;border-radius:175px;height:350px;position:relative;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.Device_circular_body_item__himWU .Device_circular_background__FMGMo{background-color:#004666;position:absolute;width:256px;height:256px;-webkit-border-radius:175px;-moz-border-radius:175px;border-radius:175px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_circular_body_item__himWU .Device_circular_dashboard__qq2nV{background-image:url(/_next/static/media/circular_dashboard.2edbe9ef.png);background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;width:300px;height:300px;z-index:1}.Device_footer_child__s93oL{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content;height:80px;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;width:100vw}.Device_stop_label__u8L8x{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:35px;padding-top:5px}.Device_gap__S90oD,.Device_stop_label__u8L8x{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_gap__S90oD{margin-top:30px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;justify-items:center;gap:18px}.Device_gap__S90oD.Device_isSetup__ZCRqf>div[class*=secondary]{background:-webkit-gradient(linear,left top,left bottom,from(#414b53),to(#738491));background:-webkit-linear-gradient(top,#414b53,#738491);background:-moz-linear-gradient(top,#414b53 0,#738491 100%);background:-o-linear-gradient(top,#414b53 0,#738491 100%);background:linear-gradient(180deg,#414b53,#738491)}.Device_newStop_green__RzM_E{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:75px;height:75px;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;background-image:url(/_next/static/media/newStop_green.d3898c01.png)}.Device_newStop_green__RzM_E:active{background-image:url(/_next/static/media/newStop_pressed.4b4e4184.png)}.Device_newStop_red__Uvntq{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:75px;height:75px;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;background-image:url(/_next/static/media/newStop_red.acea17a0.png)}.Device_newStop_red__Uvntq:active{background-image:url(/_next/static/media/newStop_red_pressed.8e436da7.png)}p.Device_custom_name__jCsAE{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;font-size:36px;letter-spacing:1px;color:#fff}p.Device_custom_name__jCsAE p.Device_custom_label__HhHAV{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;color:#fff;font-size:15px}.Device_green_error_list_body_only_errors_errorList__BOuwy{background-color:#068b0d;width:1200px!important;background-color:#00ad00;width:1000px;padding-left:30px}.Device_green_error_list_body_only_errors_errorList__BOuwy,.Device_red_error_list_body_only_errors_errorList__3saV9{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-bottom:15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.Device_red_error_list_body_only_errors_errorList__3saV9{width:1200px!important;background-color:#f50}.Device_stop_page_header__TFNv9{width:100vw;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#d94e2d}.Device_stop_page_header__TFNv9 .Device_stopPage_header_item__eQ4LD{padding-left:45px;width:1280px}.Device_notification_product_dashboard__zUcFZ{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.Device_unspecified_stop_begin_date__eOIdt{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;font-size:90px!important;color:#fff;margin-top:15px}.Device_stop_selected_back_container__M4gkI{width:100%;padding-left:5px;margin-top:-70px}.Device_selected_stop_back_item__rZ1yr{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;color:#fff;font-size:25px;margin-left:5px}.Device_stop_selected_body_container__LkYMO{margin-bottom:150px}.Device_stop_selected_note_button__Uwb1H{padding-top:50px}.Device_blinking_animation__mCP_i{-webkit-animation:Device_blink__zRkKV 1s infinite;-moz-animation:Device_blink__zRkKV 1s infinite;-o-animation:Device_blink__zRkKV 1s infinite;animation:Device_blink__zRkKV 1s infinite}@-webkit-keyframes Device_blink__zRkKV{0%{color:red}to{color:#000}}@-moz-keyframes Device_blink__zRkKV{0%{color:red}to{color:#000}}@-o-keyframes Device_blink__zRkKV{0%{color:red}to{color:#000}}@keyframes Device_blink__zRkKV{0%{color:red}to{color:#000}}.Device_blinking_animation__mCP_i{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:35px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;padding-top:5px}.Device_blinking_animation__mCP_i,.Device_stop_selected_body__zttKa{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;align-items:center}.Device_stop_selected_body__zttKa{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;padding-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Device_stop_selected_body__zttKa p.Device_stop_chronometer__yYjvJ{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:56px;line-height:65px;color:#fff;margin-top:0}.Device_stop_selected_body__zttKa p.Device_stop_chronometer_err_selected__ekFX3{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:40px;font-weight:400;line-height:46.88px;text-align:center;color:#fff;margin-top:0}.Device_stop_selected_body__zttKa p.Device_stop_label__u8L8x{font-size:24px;line-height:normal;font-size:56px;line-height:80px}.Device_stop_selected_body__zttKa p.Device_stop_label__u8L8x,.Device_stop_selected_body__zttKa p.Device_stop_label_err_selected__i4S47{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_stop_selected_body__zttKa p.Device_stop_label_err_selected__i4S47{font-size:24px;line-height:normal;font-size:64px;font-weight:500;line-height:91.71px;text-align:center}.Device_stop_selected_body__zttKa p.Device_unspecified_stop_begin_date__eOIdt{font-size:24px;font-size:90px;margin-top:30px}.Device_stop_selected_body__zttKa p.Device_stop_split_reason_label__kXfOS,.Device_stop_selected_body__zttKa p.Device_unspecified_stop_begin_date__eOIdt{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_stop_selected_body__zttKa p.Device_stop_split_reason_label__kXfOS{font-size:24px;font-size:56px}.Device_stop_selected_body__zttKa p.Device_stop_split_interval__fjeCN{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;color:#fff}.Device_stop_selected_body__zttKa p.Device_group_label__xY9xa{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:40px;color:#fff}.Device_stop_selected_body__zttKa p.Device_group_label_err_selected__L7a4O{line-height:normal;font-weight:300;line-height:40px;text-align:center}.Device_stop_selected_body__zttKa p.Device_group_label_err_selected__L7a4O,.Device_stop_selected_body__zttKa p.Device_reason_label__xHdlP{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;font-weight:400;color:#fff}.Device_stop_selected_body__zttKa p.Device_reason_label__xHdlP{line-height:normal;font-weight:300;line-height:37.5px;margin-top:20px}.Device_stop_selected_body__zttKa .Device_end_stop_card_stop_err_selected__TWlFt,.Device_stop_selected_body__zttKa .Device_suspended_order_card_stop_err_selected__Ac_RL{width:305px}.Device_stop_selected_body__zttKa div.Device_reasons_container__Y47xF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;text-align:center}.Device_stop_selected_body__zttKa div.Device_reasons_container__Y47xF p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;font-size:32px;font-weight:500;line-height:45.86px;text-align:center;color:#fff}.Device_stop_selected_body__zttKa div.Device_reasons_container__Y47xF div.Device_planned_container__cboOW{margin-right:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_selected_body__zttKa div.Device_reasons_container__Y47xF div.Device_unplanned_container__sfNfo{margin-left:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_stop_selected_body__zttKa{margin-top:-35px}.Device_selected_stop_body_container__rO7xv{min-height:100%;max-width:1280px;width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;max-width:1220px;max-height:550px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center}.Device_select_stop_body_red__OtMfr,.Device_selected_stop_body_container__rO7xv{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-align-items:center;-moz-box-align:center;align-items:center}.Device_select_stop_body_red__OtMfr{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;padding-bottom:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.Device_select_stop_body_red__OtMfr p.Device_stop_chronometer__yYjvJ{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:56px;line-height:65px;color:#fff;margin-top:0}.Device_select_stop_body_red__OtMfr p.Device_stop_chronometer_err_selected__ekFX3{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:40px;font-weight:400;line-height:46.88px;text-align:center;color:#fff;margin-top:0}.Device_select_stop_body_red__OtMfr p.Device_stop_label__u8L8x{font-size:24px;line-height:normal;font-size:56px;line-height:80px}.Device_select_stop_body_red__OtMfr p.Device_stop_label__u8L8x,.Device_select_stop_body_red__OtMfr p.Device_stop_label_err_selected__i4S47{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_select_stop_body_red__OtMfr p.Device_stop_label_err_selected__i4S47{font-size:24px;line-height:normal;font-size:64px;font-weight:500;line-height:91.71px;text-align:center}.Device_select_stop_body_red__OtMfr p.Device_unspecified_stop_begin_date__eOIdt{font-size:24px;font-size:90px;margin-top:30px}.Device_select_stop_body_red__OtMfr p.Device_stop_split_reason_label__kXfOS,.Device_select_stop_body_red__OtMfr p.Device_unspecified_stop_begin_date__eOIdt{font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:600;color:#fff}.Device_select_stop_body_red__OtMfr p.Device_stop_split_reason_label__kXfOS{font-size:24px;font-size:56px}.Device_select_stop_body_red__OtMfr p.Device_stop_split_interval__fjeCN{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;color:#fff}.Device_select_stop_body_red__OtMfr p.Device_group_label__xY9xa{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;font-size:40px;color:#fff}.Device_select_stop_body_red__OtMfr p.Device_group_label_err_selected__L7a4O{line-height:normal;font-weight:300;line-height:40px;text-align:center}.Device_select_stop_body_red__OtMfr p.Device_group_label_err_selected__L7a4O,.Device_select_stop_body_red__OtMfr p.Device_reason_label__xHdlP{font-family:Roboto;font-stretch:normal;font-style:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:32px;font-weight:400;color:#fff}.Device_select_stop_body_red__OtMfr p.Device_reason_label__xHdlP{line-height:normal;font-weight:300;line-height:37.5px;margin-top:20px}.Device_select_stop_body_red__OtMfr .Device_end_stop_card_stop_err_selected__TWlFt,.Device_select_stop_body_red__OtMfr .Device_suspended_order_card_stop_err_selected__Ac_RL{width:305px}.Device_select_stop_body_red__OtMfr div.Device_reasons_container__Y47xF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px;text-align:center}.Device_select_stop_body_red__OtMfr div.Device_reasons_container__Y47xF p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:700;font-size:32px;font-weight:500;line-height:45.86px;text-align:center;color:#fff}.Device_select_stop_body_red__OtMfr div.Device_reasons_container__Y47xF div.Device_planned_container__cboOW{margin-right:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_select_stop_body_red__OtMfr div.Device_reasons_container__Y47xF div.Device_unplanned_container__sfNfo{margin-left:60px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Device_select_stop_body_red__OtMfr{background-color:#f50;padding-bottom:30px}.Device_error_item__lyM2_{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-bottom:15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;max-width:1200px!important}.Device_error_item__lyM2_ .Device_refresh_product_list_badge__781op{margin-left:10px}.Device_refresh_product_list_badge__781op{padding-left:10px}.Device_produced_code_container__PhOGV{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.Device_plus_button_container__uPrUv{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-40px}.Device_add_icon__Fk5zK{font-size:60px!important}.Device_scraps_single_order__Mv4Lr{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.Device_plus_scraps_single_order__Ukyqw{padding-left:60px;padding-top:10px}.Device_stopListButtonContainer__uh_dg{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(99%,#eee));background:-webkit-linear-gradient(top,#fff,#eee 99%);background:-moz-linear-gradient(top,#fff,#eee 99%);background:-o-linear-gradient(top,#fff,#eee 99%);background:linear-gradient(180deg,#fff,#eee 99%);-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;min-width:300px;width:300px;color:#324148!important;border:2px solid hsla(0,0%,78%,.2)!important;-webkit-box-shadow:2px 2px 2px 0 rgba(0,0,0,.25);-moz-box-shadow:2px 2px 2px 0 rgba(0,0,0,.25);box-shadow:2px 2px 2px 0 rgba(0,0,0,.25)}.Device_holdable_container__GayRs,.Device_stopListButtonContainer__uh_dg{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}p.Device_scraps_bar_value_single_order__pzyfj{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;color:#152935;font-size:32px;margin-top:auto;margin-left:8px}.Device_end_stop_card_stop_err_selected__TWlFt{margin-top:40px}.Device_suspended_order_card_stop_err_selected__Ac_RL{margin-top:12px}.Device_stop_list_counter__aepDf{background:#d82829;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;min-height:20px;min-width:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:10px;font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:14px;font-weight:500;line-height:16px;letter-spacing:0;text-align:center}.Device_stop_list_counter__aepDf span{color:#fff}.Device_stopHeader__3CbgF{padding-left:15px}.Device_stopHeaderEdited__I1tm_{padding-left:100px}.Device_left_order_list_header_item__4_KWi{font-family:Teko!important;color:#1f292e;font-size:24px;font-size:30px;color:#fff;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:360px}.Device_left_order_list_header_item__4_KWi,.Device_toast_body_container__2ubL4{font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400}.Device_toast_body_container__2ubL4{font-family:Roboto;color:#1f292e;font-size:18px;font-size:16px;padding:10px}.Device_error_notification_container__7oy4o{font-size:16px;text-align:center;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.Device_error_modal_close_button__7gJa3{margin-top:10px;margin-right:15px}.Device_close_all_sessions_button__DX5Ah,.Device_close_all_sessions_button_container__LVXbI{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_close_all_sessions_button__DX5Ah{background-image:url(/_next/static/media/stop_list_button.4bb7cc58.png);-webkit-tap-highlight-color:rgba(0,0,0,0);height:62px;width:300px;font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:400;color:#4b4b4b;font-size:32px;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.Device_close_all_sessions_button__DX5Ah:active{background-image:url(/_next/static/media/stop_list_button_clicked.b23fbf5e.png)}.Device_selectedStopErrorGroupContainer__IxZom{width:100vw;min-width:100vw;-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center!important;-moz-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;-webkit-align-items:flex-end!important;-moz-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important;background-color:#152935}.Device_selectedStopErrorGroupContainer__IxZom,.Device_stops_split_number__yCr6H{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.Device_stops_split_number__yCr6H{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_stops_split_number__yCr6H .Device_message__tqhmU{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;letter-spacing:normal;color:#152935;text-align:center;font-size:56px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:32px}.Device_stops_split_number__yCr6H .Device_split_number_row__SEPeh{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px}.Device_stops_split_number__yCr6H .Device_split_number_row__SEPeh .Device_split_number_wrp__RBpej,.Device_stops_split_number__yCr6H .Device_split_number_row__SEPeh .Device_split_number_wrp__RBpej div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:90px;height:90px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_stops_split_number__yCr6H .Device_split_number_row__SEPeh .Device_split_number_wrp__RBpej div{cursor:pointer}.Device_stops_split_number__yCr6H .Device_split_number_row__SEPeh .Device_split_number_wrp__RBpej div div{width:90px;height:82px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;border:4px solid #efefef}.Device_stops_split_number__yCr6H .Device_split_number_row__SEPeh .Device_split_number_wrp__RBpej div div div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:90px;height:82px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background:-webkit-gradient(linear,left bottom,left top,from(#efefef),to(#fff));background:-webkit-linear-gradient(bottom,#efefef,#fff);background:-moz-linear-gradient(bottom,#efefef 0,#fff 100%);background:-o-linear-gradient(bottom,#efefef 0,#fff 100%);background:linear-gradient(0deg,#efefef,#fff);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.25);-moz-box-shadow:0 2px 2px 0 rgba(0,0,0,.25);box-shadow:0 2px 2px 0 rgba(0,0,0,.25)}.Device_stops_split_number__yCr6H .Device_split_number_row__SEPeh .Device_split_number_wrp__RBpej div div div span{color:#324148;text-align:center;font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;line-height:normal;letter-spacing:normal;font-size:32px;font-style:normal;font-weight:500;line-height:20px}.Device_stops_splitter__qjwmq{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:120px}.Device_stops_splitter__qjwmq .Device_splitEditHeader__sU2o5{width:100vw;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:2px solid #5a6872;background-color:#fafbfd}.Device_stops_splitter__qjwmq .Device_splitEditHeader__sU2o5>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0 32px;height:80px;max-height:80px;width:100%;max-width:1280px}.Device_stops_splitter__qjwmq .Device_splitEditHeader__sU2o5>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:-3px}.Device_stops_splitter__qjwmq .Device_splitEditHeader__sU2o5>div>div .Device_label__X3BZ0{color:#152935;font-family:Roboto;font-stretch:normal;font-weight:400;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:22px;font-style:normal;font-weight:100;line-height:normal;letter-spacing:-.33px}.Device_stops_splitter__qjwmq .Device_splitEditHeader__sU2o5>div>div .Device_value__eqDCm{color:#152935;font-family:Roboto;font-stretch:normal;font-weight:400;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;font-size:22px;font-style:normal;font-weight:600;line-height:normal}.Device_stops_splitter__qjwmq .Device_message__tqhmU{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;letter-spacing:normal;color:#152935;text-align:center;font-size:56px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:32px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:10px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:227px;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_timeLine__YAkHS{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;min-width:48px;padding-top:20px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_timeLine__YAkHS .Device_deleteButtonWrap__HFJxi{margin-top:-35px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_timeLine__YAkHS .Device_deleteButtonWrapFirst__71qMq{margin-top:-8px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_timeLine__YAkHS .Device_ball__DGKL6{width:8px;height:8px;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;background:var(--text-disabled,#98aab3)}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_timeLine__YAkHS .Device_watchIconWrp__DUfU0{z-index:2;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:48px;height:32px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_timeLine__YAkHS .Device_watchIconWrp__DUfU0 .Device_watchIcon__NexVR{background-color:#fafafa;text-align:center;font-size:32px;font-style:normal;font-weight:900;line-height:20px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:824px;margin-top:16px;margin-bottom:32px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;border:2px solid var(--Gainsboro,#d8d8d9);overflow:visible;gap:8px;padding-top:8px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_topRow__UpS2k{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px;width:100%;height:78px;border-bottom:2px solid var(--Gainsboro,#d8d8d9)}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_topRow__UpS2k .Device_colLeft__VA4N9{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:8px;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;min-width:0;margin-right:24px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_topRow__UpS2k .Device_colLeft__VA4N9 span:first-of-type{color:var(--YankeesBlue,#152935);font-family:Teko;font-size:40px;font-style:normal;font-weight:700;line-height:36px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_topRow__UpS2k .Device_colLeft__VA4N9 span:nth-of-type(2){color:var(--text-subdued,#566b76);font-family:Teko;font-size:32px;font-style:normal;font-weight:500;line-height:20px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_topRow__UpS2k .Device_colRight__YU6Zy{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl{position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;min-height:118px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;padding:8px 12px 12px 16px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div{position:relative}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div,.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div:first-of-type{width:100%;-webkit-justify-content:flex-start!important;-moz-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important;color:var(--text-default,#1f292e);font-size:24px;font-style:normal;font-weight:400;line-height:20px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div:first-of-type>span:first-of-type{width:69.2%}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div:first-of-type>span:nth-of-type(2){-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div:nth-of-type(2){color:var(--text-default,#1f292e);gap:16px;font-size:24px;font-style:normal;font-weight:500;line-height:20px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div:nth-of-type(2)>span:first-of-type{min-width:160px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div:nth-of-type(3){color:var(--text-subdued,#566b76)!important;font-family:Roboto;font-stretch:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl>div:nth-of-type(3) .Device_duration_warning__8p3R5{color:#fdb51c!important}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl .Device_row2__Mtlhv{position:relative;width:100%;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:16px!important;-moz-column-gap:16px!important;column-gap:16px!important}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl .Device_row2__Mtlhv>div:first-of-type{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl .Device_row2__Mtlhv>div:nth-of-type(3){min-width:20%;max-width:20%}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl .Device_round__v61oy{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:16px;height:16px;padding:10px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;border:2px solid #acb7be;background:#fff}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl .Device_dateTimeLabel__d55zH{position:relative;font-family:Teko!important;color:#1f292e;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-weight:500;font-size:24px;line-height:20px;white-space:nowrap}.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl .Device_timeSelect__SyAim{width:103px;height:48px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:-webkit-gradient(linear,left top,left bottom,from(#efefef),to(#fff));background:-webkit-linear-gradient(top,#efefef,#fff);background:-moz-linear-gradient(top,#efefef 0,#fff 100%);background:-o-linear-gradient(top,#efefef 0,#fff 100%);background:linear-gradient(180deg,#efefef,#fff);cursor:pointer}.Device_stops_split_footer__hSaB_,.Device_stops_splitter__qjwmq .Device_main_wrapper__5FEsA .Device_splitsWrapper__y_7gM .Device_cardWrp__zDk8R .Device_card__Wc7BC .Device_bottomRow__uJJLl .Device_timeSelect__SyAim{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_stops_split_footer__hSaB_{z-index:20;position:fixed;bottom:0;background-color:#e4eaf0;min-height:80px;max-height:80px;height:80px;width:100vw}.Device_stops_split_footer__hSaB_ .Device_inner_wrapper__UMqHT{padding-left:32px;padding-right:32px;width:100%;max-width:1280px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_split_stop_list_container__F7RLH{margin-top:-180px!important}.Device_split_stop_list_body__8Ou8g{width:100vw;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:2px solid #fff}.Device_split_stop_list_table_item__i18pC{width:1280px;max-width:1280px}.Device_split_stop_list_row__C_Bq2{padding:0 32px}.Device_split_stop_col__iHtBg,.Device_split_stop_list_row__C_Bq2{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.Device_split_stop_col__iHtBg{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#fff;height:80px;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.Device_split_stop_col__iHtBg .Device_label__X3BZ0{font-family:Roboto;font-weight:400;font-size:18px;font-weight:300;font-size:22px}.Device_split_stop_col__iHtBg .Device_label__X3BZ0,.Device_split_stop_col__iHtBg .Device_value__eqDCm{font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;color:inherit}.Device_split_stop_col__iHtBg .Device_value__eqDCm{font-family:Teko!important;font-size:24px;font-weight:400;font-weight:500;font-size:32px}.Device_card_exit__FI3dp{opacity:1}.Device_card_exit_active__MPrVZ{opacity:0!important;-webkit-transition:opacity .55s linear;-o-transition:opacity .55s linear;-moz-transition:opacity .55s linear;transition:opacity .55s linear;overflow:hidden}.Device_card_exit_done__90SeL{display:none;opacity:0}.Device_wrapperSearch__iE5iH{padding-top:24px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:1280px;padding-left:16px;padding-right:16px}.Device_wrapperSearch__iE5iH .Device_searchBar__6pFxz{width:100%;border:4px solid #efefef;max-width:556px;max-height:56px}.Device_wrapperSearch__iE5iH .Device_searchBar__6pFxz,.Device_wrapperSearch__iE5iH .Device_searchBar__6pFxz>input{-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px;background:-webkit-gradient(linear,left top,left bottom,from(#efefef),to(#fff));background:-webkit-linear-gradient(top,#efefef,#fff);background:-moz-linear-gradient(top,#efefef 0,#fff 100%);background:-o-linear-gradient(top,#efefef 0,#fff 100%);background:linear-gradient(180deg,#efefef,#fff)}.Device_wrapperSearch__iE5iH .Device_searchBar__6pFxz>input{max-width:548px;border:0;height:48px}.Device_progresses_modal_text__ehmQe{width:614px;font-family:Roboto;font-stretch:normal;font-weight:400;letter-spacing:normal;color:#1f292e;font-size:18px;padding:32px;font-size:20px 32px;color:#152935;font-size:24px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.36px}.Device_noResultContainer__vNUHn,.Device_progresses_modal_text__ehmQe{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Device_noResultContainer__vNUHn{width:100%;height:-webkit-calc(100vh - 500px);height:-moz-calc(100vh - 500px);height:calc(100vh - 500px);-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}.Device_noResultContainer__vNUHn .Device_iconsContainer__Zof84{position:relative}.Device_noResultContainer__vNUHn .Device_iconsContainer__Zof84 .Device_iconTimesContainer__YwaOb{color:#004666;position:absolute;background:#fff;bottom:0;right:9px;width:40px;height:40px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.Device_noResultContainer__vNUHn .Device_textContainer__dMyzk{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.Device_noResultContainer__vNUHn .Device_textContainer__dMyzk .Device_noResult__Un_tk{font-family:Teko;font-size:40px;font-weight:500;line-height:normal;text-align:left;color:#152935}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 6 Sharp Duotone"}svg.svg-inline--fa:not(:host),svg.svg-inline--fa:not(:root){overflow:visible;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);-webkit-border-radius:var(--fa-counter-border-radius,1em);-moz-border-radius:var(--fa-counter-border-radius,1em);border-radius:var(--fa-counter-border-radius,1em);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);-o-text-overflow:ellipsis;text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));-moz-transform:scale(var(--fa-counter-scale,.25));-ms-transform:scale(var(--fa-counter-scale,.25));-o-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));-moz-transform:scale(var(--fa-layers-scale,.25));-ms-transform:scale(var(--fa-layers-scale,.25));-o-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;-moz-transform-origin:bottom right;-ms-transform-origin:bottom right;-o-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));-moz-transform:scale(var(--fa-layers-scale,.25));-ms-transform:scale(var(--fa-layers-scale,.25));-o-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));-moz-transform:scale(var(--fa-layers-scale,.25));-ms-transform:scale(var(--fa-layers-scale,.25));-o-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));-moz-transform:scale(var(--fa-layers-scale,.25));-ms-transform:scale(var(--fa-layers-scale,.25));-o-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;-moz-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-webkit-calc(-1 * var(--fa-li-width,2em));left:-moz-calc(-1 * var(--fa-li-width,2em));left:calc(-1 * var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);-webkit-border-radius:var(--fa-border-radius,.1em);-moz-border-radius:var(--fa-border-radius,.1em);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;-moz-animation-name:fa-beat;-o-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);-moz-animation-delay:var(--fa-animation-delay,0s);-o-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-moz-animation-direction:var(--fa-animation-direction,normal);-o-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-moz-animation-duration:var(--fa-animation-duration,1s);-o-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);-moz-animation-timing-function:var(--fa-animation-timing,ease-in-out);-o-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;-moz-animation-name:fa-bounce;-o-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);-moz-animation-delay:var(--fa-animation-delay,0s);-o-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-moz-animation-direction:var(--fa-animation-direction,normal);-o-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-moz-animation-duration:var(--fa-animation-duration,1s);-o-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));-moz-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));-o-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;-moz-animation-name:fa-fade;-o-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));-moz-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));-o-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);-moz-animation-delay:var(--fa-animation-delay,0s);-o-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-moz-animation-direction:var(--fa-animation-direction,normal);-o-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-moz-animation-duration:var(--fa-animation-duration,1s);-o-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;-moz-animation-name:fa-beat-fade;-o-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));-moz-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));-o-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;-moz-animation-name:fa-flip;-o-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);-moz-animation-delay:var(--fa-animation-delay,0s);-o-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-moz-animation-direction:var(--fa-animation-direction,normal);-o-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-moz-animation-duration:var(--fa-animation-duration,1s);-o-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);-moz-animation-timing-function:var(--fa-animation-timing,ease-in-out);-o-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;-moz-animation-name:fa-shake;-o-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);-moz-animation-duration:var(--fa-animation-duration,1s);-o-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);-moz-animation-timing-function:var(--fa-animation-timing,linear);-o-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);-moz-animation-delay:var(--fa-animation-delay,0s);-o-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);-moz-animation-direction:var(--fa-animation-direction,normal);-o-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;-moz-animation-name:fa-spin;-o-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);-moz-animation-duration:var(--fa-animation-duration,2s);-o-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);-moz-animation-timing-function:var(--fa-animation-timing,linear);-o-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;-moz-animation-name:fa-spin;-o-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);-moz-animation-direction:var(--fa-animation-direction,normal);-o-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);-moz-animation-duration:var(--fa-animation-duration,1s);-o-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-moz-animation-iteration-count:var(--fa-animation-iteration-count,infinite);-o-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));-moz-animation-timing-function:var(--fa-animation-timing,steps(8));-o-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;-moz-animation-delay:-1ms;-o-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;-moz-animation-duration:1ms;-o-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;-moz-animation-iteration-count:1;-o-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;-moz-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-moz-keyframes fa-beat{0%,90%{-moz-transform:scale(1);transform:scale(1)}45%{-moz-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-o-keyframes fa-beat{0%,90%{-o-transform:scale(1);transform:scale(1)}45%{-o-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));-moz-transform:scale(var(--fa-beat-scale,1.25));-o-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-moz-keyframes fa-bounce{0%{-moz-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-moz-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-moz-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-moz-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-moz-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-moz-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-moz-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-o-keyframes fa-bounce{0%{-o-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-o-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-o-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-o-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-o-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-o-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-o-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);-moz-transform:scale(1) translateY(0);-o-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);-moz-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);-o-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));-moz-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));-o-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);-moz-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);-o-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));-moz-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));-o-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);-moz-transform:scale(1) translateY(0);-o-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);-moz-transform:scale(1) translateY(0);-o-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-moz-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-o-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-moz-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-moz-transform:scale(1);transform:scale(1)}50%{opacity:1;-moz-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-o-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-o-transform:scale(1);transform:scale(1)}50%{opacity:1;-o-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));-moz-transform:scale(var(--fa-beat-fade-scale,1.125));-o-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-moz-keyframes fa-flip{50%{-moz-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-o-keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));-moz-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes fa-shake{0%{-moz-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-moz-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-moz-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-moz-transform:rotate(18deg);transform:rotate(18deg)}16%{-moz-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-moz-transform:rotate(22deg);transform:rotate(22deg)}32%{-moz-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-moz-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-moz-transform:rotate(0deg);transform:rotate(0deg)}}@-o-keyframes fa-shake{0%{-o-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-o-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-o-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-o-transform:rotate(18deg);transform:rotate(18deg)}16%{-o-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-o-transform:rotate(22deg);transform:rotate(22deg)}32%{-o-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-o-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-o-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);-moz-transform:rotate(-15deg);-o-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);-moz-transform:rotate(-18deg);-o-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);-moz-transform:rotate(18deg);-o-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);-moz-transform:rotate(-22deg);-o-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);-moz-transform:rotate(22deg);-o-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);-moz-transform:rotate(-12deg);-o-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);-moz-transform:rotate(12deg);-o-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-moz-keyframes fa-spin{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}to{-moz-transform:rotate(1turn);transform:rotate(1turn)}}@-o-keyframes fa-spin{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}to{-o-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);-moz-transform:scaleY(-1);-ms-transform:scaleY(-1);-o-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);-moz-transform:scale(-1);-ms-transform:scale(-1);-o-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,0));-moz-transform:rotate(var(--fa-rotate-angle,0));-ms-transform:rotate(var(--fa-rotate-angle,0));-o-transform:rotate(var(--fa-rotate-angle,0));transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.Modal_container_top__TZ9NR{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.Modal_container__T5Dvn,.Modal_container_top__TZ9NR{position:fixed;width:100vw;height:100vh;left:0;top:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:rgba(75,75,75,.682);z-index:114}.Modal_container__T5Dvn{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.Modal_container__T5Dvn .Modal_item__iGfCF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.Modal_container__T5Dvn .Modal_dialog_body__crbLr{padding:20px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:space-evenly;-moz-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;width:100%;min-height:380px;-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;overflow-y:auto}.Modal_container__T5Dvn .Modal_end_of_work__8xUIJ,.Modal_container__T5Dvn .Modal_start_production__C1dU3{-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.Modal_container__T5Dvn .Modal_end_of_work__8xUIJ,.Modal_container__T5Dvn .Modal_start_production__C1dU3,.Modal_menu_container__ga2sJ{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.Modal_menu_container__ga2sJ{position:fixed;width:100vw;height:100vh;left:0;top:0;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:rgba(75,75,75,.682);z-index:120}.Modal_menu_container__ga2sJ .Modal_item__iGfCF{margin-top:10px}.Modal_notification_container___7_ie{width:100%;margin:calc(100vh - 190px) auto auto 30vw}.Modal_notification_container___7_ie,.Modal_quality_control_notification_container__YuAr_{top:0;left:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:fixed;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.Modal_quality_control_notification_container__YuAr_{width:100vw;height:100vh;background-color:rgba(75,75,75,.682);z-index:114;background-color:unset;margin-top:120px;z-index:10}.Modal_modalTop__z3wu5,.Modal_progresses_modal__npxgx{position:fixed;width:100vw;height:100vh;left:0;top:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:rgba(75,75,75,.682);z-index:114}.Modal_progresses_modal__npxgx{-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:50px}.Modal_confirm_modal__ioD8Z,.Modal_progresses_close_order_modal__2H1Ql{padding-top:50px}.Modal_confirm_modal__ioD8Z,.Modal_confirm_modal_top__rZHwk,.Modal_progresses_close_order_modal__2H1Ql,.Modal_vapor_modal__oiSnK{position:fixed;width:100vw;height:100vh;left:0;top:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:rgba(75,75,75,.682);z-index:114;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.Modal_vapor_modal__oiSnK{padding-top:50px}.Modal_quality_control_tasks_modal__9LrZ5{padding-top:50px}.Modal_login_modal__MO7e4,.Modal_quality_control_tasks_modal__9LrZ5{position:fixed;width:100vw;height:100vh;left:0;top:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:rgba(75,75,75,.682);z-index:114;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.Modal_device_disconnected_container__5q8hD{position:fixed;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:rgba(0,0,0,.902);z-index:119}.Modal_device_disconnected_container__5q8hD,.Modal_error_modal__qtWfk{width:100vw;height:100vh;left:0;top:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Modal_error_modal__qtWfk{position:absolute;padding-top:50px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;z-index:101;background-color:rgba(75,75,75,.682)}.Modal_set_name_modal__j36Xe{padding-top:150px}.Modal_app_frame_modal__jNljv,.Modal_set_name_modal__j36Xe{position:fixed;width:100vw;height:100vh;left:0;top:0;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:rgba(75,75,75,.682);z-index:114}.Modal_app_frame_modal__jNljv .Modal_item__iGfCF{position:relative;display:-webkit-flex!important;display:-moz-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:1280px!important;max-width:1280px!important}.CustomModal_container__OfuHC{border-width:5px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.CustomModal_container__OfuHC,.CustomModal_modal_info_red__2O_r6{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f5f5f5;width:660px;height:400px;max-width:660px;max-height:400px}.CustomModal_modal_info_red__2O_r6{border:5px solid #d8d8d8;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.CustomModal_modal_info_red__2O_r6 .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:263px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:55px;padding-left:25px;font-size:25px}.CustomModal_modal_info_red__2O_r6 .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_modal_info_red__2O_r6 .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;height:75px;padding-top:5px}.CustomModal_modalConfirm__U8_Uj{margin-top:160px;background-color:#fff}.CustomModal_modalConfirm__U8_Uj,.CustomModal_progresses_modal__fBd03{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.CustomModal_progresses_modal__fBd03{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f5f5f5;min-width:850px;max-width:80px}.CustomModal_progresses_modal__fBd03 .CustomModal_header__WXUjV>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 32px}.CustomModal_progresses_modal__fBd03 .CustomModal_header__WXUjV>div>p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-size:32px;font-weight:500;line-height:45.86px;letter-spacing:-.015em;text-align:left}.CustomModal_progresses_modal__fBd03 .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:25px;margin:20px 32px}.CustomModal_progresses_modal__fBd03 .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_progresses_modal__fBd03 .CustomModal_body__yodfz>div{font-weight:500}.CustomModal_progresses_modal__fBd03 .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;padding-top:5px;background-color:#e4eaf0}.CustomModal_progresses_modal__fBd03 .CustomModal_footer__ZSTmj>div{width:100%}.CustomModal_vapor_modal__8C1AJ{-webkit-flex-direction:column;-moz-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f5f5f5;max-height:330px;width:850px}.CustomModal_vapor_modal__8C1AJ,.CustomModal_vapor_modal__8C1AJ .CustomModal_header__WXUjV>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-moz-box-direction:normal}.CustomModal_vapor_modal__8C1AJ .CustomModal_header__WXUjV>div{-webkit-flex-direction:row;-moz-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 32px}.CustomModal_vapor_modal__8C1AJ .CustomModal_header__WXUjV>div>p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-size:32px;font-weight:500;line-height:45.86px;letter-spacing:-.015em;text-align:left}.CustomModal_vapor_modal__8C1AJ .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:263px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:25px;padding:24px 32px}.CustomModal_vapor_modal__8C1AJ .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_vapor_modal__8C1AJ .CustomModal_body__yodfz>div{font-weight:500}.CustomModal_vapor_modal__8C1AJ .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;background-color:#e4eaf0}.CustomModal_vapor_modal__8C1AJ .CustomModal_footer__ZSTmj>div{width:100%}.CustomModal_warning_modal__hlE6G{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f5f5f5;max-height:330px;width:850px}.CustomModal_warning_modal__hlE6G .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:263px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:25px;margin-left:40px;padding-top:55px}.CustomModal_warning_modal__hlE6G .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_warning_modal__hlE6G .CustomModal_footer__ZSTmj{width:100%;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#d8d8d8;height:200px;padding-top:5px}.CustomModal_progresses_close_order_modal__gsskJ,.CustomModal_warning_modal__hlE6G .CustomModal_footer__ZSTmj{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.CustomModal_progresses_close_order_modal__gsskJ{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f5f5f5;max-height:500px;width:850px}.CustomModal_progresses_close_order_modal__gsskJ .CustomModal_header__WXUjV>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 32px}.CustomModal_progresses_close_order_modal__gsskJ .CustomModal_header__WXUjV>div>p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-size:32px;font-weight:500;line-height:45.86px;letter-spacing:-.015em;text-align:left}.CustomModal_progresses_close_order_modal__gsskJ .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:0 35px;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:25px;overflow-y:auto;scrollbar-width:none}.CustomModal_progresses_close_order_modal__gsskJ .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_progresses_close_order_modal__gsskJ .CustomModal_body__yodfz>div{font-weight:500}.CustomModal_progresses_close_order_modal__gsskJ .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;height:88px;padding-top:5px;background-color:#e4eaf0}.CustomModal_progresses_close_order_modal__gsskJ .CustomModal_footer__ZSTmj>div{width:100%}.CustomModal_barcode_modal__w75aF{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f5f5f5;max-height:500px;width:850px}.CustomModal_barcode_modal__w75aF .CustomModal_header__WXUjV>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 32px}.CustomModal_barcode_modal__w75aF .CustomModal_header__WXUjV>div>p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-size:32px;font-weight:500;line-height:45.86px;letter-spacing:-.015em;text-align:left}.CustomModal_barcode_modal__w75aF .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:25px;overflow-y:auto;scrollbar-width:none}.CustomModal_barcode_modal__w75aF .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_barcode_modal__w75aF .CustomModal_body__yodfz>div{font-weight:500}.CustomModal_barcode_modal__w75aF .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;height:88px;padding-top:5px;background-color:#e4eaf0}.CustomModal_barcode_modal__w75aF .CustomModal_footer__ZSTmj>div{width:100%}.CustomModal_confirm_modal_small__ELUaC{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:614px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;margin-top:100px}.CustomModal_confirm_modal_small__ELUaC .CustomModal_header__WXUjV{color:#152935;font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;letter-spacing:normal;font-size:32px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.48px}.CustomModal_confirm_modal_small__ELUaC .CustomModal_body__yodfz{width:100%;padding:24px 32px;color:#152935;font-family:Roboto;font-stretch:normal;font-weight:400;letter-spacing:normal;color:#1f292e;font-size:18px;font-size:24px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.36px}.CustomModal_confirm_modal_small__ELUaC .CustomModal_footer__ZSTmj{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 32px;background-color:#e4eaf0}.CustomModal_confirm_modal__PwIPX{background-color:#fff;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,.25);-moz-box-shadow:0 8px 24px 0 rgba(0,0,0,.25);box-shadow:0 8px 24px 0 rgba(0,0,0,.25);width:614px;height:228px}.CustomModal_confirm_modal__PwIPX,.CustomModal_confirm_modal__PwIPX .CustomModal_body__yodfz{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.CustomModal_confirm_modal__PwIPX .CustomModal_body__yodfz{font-weight:400;color:#1f292e;height:88px;padding:24px 32px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500!important}.CustomModal_confirm_modal__PwIPX .CustomModal_body__yodfz,.CustomModal_confirm_modal__PwIPX .CustomModal_body__yodfz p{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-size:18px;font-size:24px;color:#152935}.CustomModal_confirm_modal__PwIPX .CustomModal_body__yodfz p{color:#1f292e;font-weight:400;letter-spacing:-.36px}.CustomModal_confirm_modal__PwIPX .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;background-color:#e4eaf0;height:105px;padding:10px}.CustomModal_quality_control_tasks_modal__2GGEl{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f5f5f5;max-height:500px;width:850px}.CustomModal_quality_control_tasks_modal__2GGEl,.CustomModal_quality_control_tasks_modal__2GGEl .CustomModal_body__yodfz{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.CustomModal_quality_control_tasks_modal__2GGEl .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:210px;padding-left:35px;padding-right:30px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:30px}.CustomModal_quality_control_tasks_modal__2GGEl .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_quality_control_tasks_modal__2GGEl .CustomModal_footer__ZSTmj{width:100%;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#d8d8d8;height:105px;padding-top:5px}.CustomModal_quality_control_tasks_modal__2GGEl .CustomModal_footer__ZSTmj,.CustomModal_set_name_custom_modal__7WItd{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.CustomModal_set_name_custom_modal__7WItd{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f5f5f5;max-height:500px;width:850px}.CustomModal_set_name_custom_modal__7WItd,.CustomModal_set_name_custom_modal__7WItd .CustomModal_body__yodfz{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.CustomModal_set_name_custom_modal__7WItd .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:210px;padding-left:35px;padding-right:30px;font-size:30px}.CustomModal_set_name_custom_modal__7WItd .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;height:105px;padding-top:5px}.CustomModal_set_name_custom_modal__7WItd{border:6px solid #5d5d5d;max-height:230px;width:600px}.CustomModal_set_name_custom_modal__7WItd .CustomModal_body__yodfz{height:60px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;padding-left:0;padding-right:0}.CustomModal_set_name_custom_modal__7WItd .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_set_name_custom_modal__7WItd .CustomModal_footer__ZSTmj{height:63px;background-color:#fff}.CustomModal_default_info_red__pU09D{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:600px;height:485px;padding:2px 0 0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);box-shadow:0 2px 4px 0 rgba(0,0,0,.3);border:2px solid #d8d8d8;background-color:#f5f5f5}.CustomModal_default_info_red__pU09D .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300}.CustomModal_default_info_red__pU09D .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_default_info_red__pU09D .CustomModal_body__yodfz{height:263px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:55px;font-size:25px}.CustomModal_default_info_red__pU09D .CustomModal_body__yodfz .CustomModal_dropdown__XS5LU{width:460px;height:68px;padding:13px 10px 9px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0)}.CustomModal_default_info_red__pU09D .CustomModal_footer__ZSTmj{width:100%;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#d8d8d8;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:5px;padding-right:23px;padding-left:23px;height:75px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.CustomModal_default_info_black__0nhkM,.CustomModal_default_info_red__pU09D .CustomModal_footer__ZSTmj{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.CustomModal_default_info_black__0nhkM{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:900px;height:600px;padding:2px 0 0;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.3);box-shadow:0 2px 4px 0 rgba(0,0,0,.3);border:2px solid #d8d8d8;background-color:#f5f5f5}.CustomModal_default_info_black__0nhkM .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:440px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:25px}.CustomModal_default_info_black__0nhkM .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_default_info_black__0nhkM .CustomModal_body__yodfz .CustomModal_dropdown__XS5LU{width:460px;height:68px;padding:13px 10px 9px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0)}.CustomModal_default_info_black__0nhkM .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;justify-content:flex-end;padding-top:5px;padding-right:23px;padding-left:23px;height:75px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.CustomModal_note_modal__szCHD{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;-webkit-box-shadow:0 8px 24px 0 rgba(0,0,0,.25);-moz-box-shadow:0 8px 24px 0 rgba(0,0,0,.25);box-shadow:0 8px 24px 0 rgba(0,0,0,.25);width:614px;margin-top:160px}.CustomModal_note_modal__szCHD .CustomModal_body__yodfz{-webkit-flex:1 1;-moz-box-flex:1;-ms-flex:1 1;flex:1 1;word-wrap:break-word;font-weight:400;color:#1f292e;height:88px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:24px 32px 24px 24px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:500!important}.CustomModal_note_modal__szCHD .CustomModal_body__yodfz,.CustomModal_note_modal__szCHD .CustomModal_body__yodfz p{font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;font-size:18px;font-size:24px;color:#152935}.CustomModal_note_modal__szCHD .CustomModal_body__yodfz p{color:#1f292e;font-weight:400;letter-spacing:-.36px}.CustomModal_note_modal__szCHD .CustomModal_footer__ZSTmj{-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:#d8d8d8;background-color:#e4eaf0;height:105px;padding:10px}.CustomModal_close_order_modal__ejqJn,.CustomModal_note_modal__szCHD .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.CustomModal_close_order_modal__ejqJn{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f5f5f5;max-height:500px}.CustomModal_close_order_modal__ejqJn .CustomModal_header__WXUjV>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 32px}.CustomModal_close_order_modal__ejqJn .CustomModal_header__WXUjV>div>p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-size:32px;font-weight:500;line-height:45.86px;letter-spacing:-.015em;text-align:left}.CustomModal_close_order_modal__ejqJn .CustomModal_body__yodfz{overflow-y:auto;scrollbar-width:none}.CustomModal_close_order_modal__ejqJn .CustomModal_footer__ZSTmj{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8}.CustomModal_close_order_modal__ejqJn .CustomModal_footer__ZSTmj>div{width:100%}.CustomModal_end_of_production_modal__D_w4I{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f5f5f5}.CustomModal_end_of_production_modal__D_w4I .CustomModal_header__WXUjV>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 32px}.CustomModal_end_of_production_modal__D_w4I .CustomModal_header__WXUjV>div>p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-size:32px;font-weight:500;line-height:45.86px;letter-spacing:-.015em;text-align:left}.CustomModal_warning_flow_modal__n_uOg{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#f5f5f5;max-height:500px;width:850px}.CustomModal_warning_flow_modal__n_uOg .CustomModal_body__yodfz{height:210px;padding-left:35px;padding-right:30px;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:30px}.CustomModal_warning_flow_modal__n_uOg .CustomModal_footer__ZSTmj{height:105px;padding-top:5px}.CustomModal_warning_flow_modal__n_uOg{width:614px;height:auto}.CustomModal_warning_flow_modal__n_uOg .CustomModal_header__WXUjV>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;height:64px;padding:30px;width:100%;gap:10px;border-bottom:1px solid #0090d1}.CustomModal_warning_flow_modal__n_uOg .CustomModal_header__WXUjV>div>p{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-size:28px;font-weight:500;padding-top:4px;letter-spacing:-.015em}.CustomModal_warning_flow_modal__n_uOg .CustomModal_body__yodfz{font-family:Roboto;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:300;height:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:22px;overflow-y:auto;scrollbar-width:none}.CustomModal_warning_flow_modal__n_uOg .CustomModal_body__yodfz p{color:#152935;font-family:Roboto;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;color:#1f292e;font-size:18px;font-weight:400;font-size:24px;letter-spacing:-.36px}.CustomModal_warning_flow_modal__n_uOg .CustomModal_body__yodfz>div{font-weight:500}.CustomModal_warning_flow_modal__n_uOg .CustomModal_footer__ZSTmj{width:100%;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d8d8d8;height:60px;background-color:#e4eaf0}.CustomModal_warning_flow_modal__n_uOg .CustomModal_footer__ZSTmj,.CustomModal_warning_flow_modal__n_uOg .CustomModal_footer__ZSTmj>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.CustomModal_warning_flow_modal__n_uOg .CustomModal_footer__ZSTmj>div:has(>:first-child){-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.CustomModal_warning_flow_modal__n_uOg .CustomModal_footer__ZSTmj>div:has(>:nth-child(2)){-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.CustomModal_warning_flow_modal__n_uOg .CustomModal_footer__ZSTmj>div{width:100%;height:auto;padding:10px 20px}.PushButton_container__iagh5{height:48px;padding:4px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.PushButton_container__iagh5.PushButton_tertiary__e9Uoq{background:rgba(0,0,0,0)}.PushButton_container__iagh5.PushButton_secondary__Zl1R1{background:-webkit-gradient(linear,left top,left bottom,from(#efefef),to(#fff));background:-webkit-linear-gradient(top,#efefef,#fff);background:-moz-linear-gradient(top,#efefef 0,#fff 100%);background:-o-linear-gradient(top,#efefef 0,#fff 100%);background:linear-gradient(180deg,#efefef,#fff)}.PushButton_container__iagh5.PushButton_secondary__Zl1R1:active{background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#efefef));background:-webkit-linear-gradient(top,#fff,#efefef);background:-moz-linear-gradient(top,#fff 0,#efefef 100%);background:-o-linear-gradient(top,#fff 0,#efefef 100%);background:linear-gradient(180deg,#fff,#efefef)}.PushButton_container__iagh5.PushButton_primary__4lTLK{background:-webkit-gradient(linear,left top,left bottom,from(#0090d1),to(#6bd1ff));background:-webkit-linear-gradient(top,#0090d1,#6bd1ff);background:-moz-linear-gradient(top,#0090d1 0,#6bd1ff 100%);background:-o-linear-gradient(top,#0090d1 0,#6bd1ff 100%);background:linear-gradient(180deg,#0090d1,#6bd1ff)}.PushButton_container__iagh5.PushButton_primary__4lTLK:active{background:-webkit-gradient(linear,left top,left bottom,from(#6bd1ff),to(#0090d1));background:-webkit-linear-gradient(top,#6bd1ff,#0090d1);background:-moz-linear-gradient(top,#6bd1ff 0,#0090d1 100%);background:-o-linear-gradient(top,#6bd1ff 0,#0090d1 100%);background:linear-gradient(180deg,#6bd1ff,#0090d1)}.PushButton_container__iagh5.PushButton_primary__4lTLK.PushButton_danger__3U9Pr{background:-webkit-gradient(linear,left top,left bottom,from(#e54c00),to(#f73));background:-webkit-linear-gradient(top,#e54c00,#f73);background:-moz-linear-gradient(top,#e54c00 0,#f73 100%);background:-o-linear-gradient(top,#e54c00 0,#f73 100%);background:linear-gradient(180deg,#e54c00,#f73)}.PushButton_container__iagh5.PushButton_primary__4lTLK.PushButton_danger__3U9Pr:active{background:#e54c00}.PushButton_container__iagh5.PushButton_primary__4lTLK.PushButton_disabled__JAKoq{background:-webkit-gradient(linear,left top,left bottom,from(#98aab3),to(#efefef));background:-webkit-linear-gradient(top,#98aab3,#efefef);background:-moz-linear-gradient(top,#98aab3 0,#efefef 100%);background:-o-linear-gradient(top,#98aab3 0,#efefef 100%);background:linear-gradient(180deg,#98aab3,#efefef);pointer-events:none}.PushButton_container__iagh5.PushButton_primary__4lTLK.PushButton_warning__KjqCm{background:-webkit-gradient(linear,left top,left bottom,from(#986f16),to(#fdb51c));background:-webkit-linear-gradient(top,#986f16,#fdb51c);background:-moz-linear-gradient(top,#986f16 0,#fdb51c 100%);background:-o-linear-gradient(top,#986f16 0,#fdb51c 100%);background:linear-gradient(180deg,#986f16,#fdb51c)}.PushButton_container__iagh5.PushButton_primary__4lTLK.PushButton_error__iYBKc{background:-webkit-gradient(linear,left top,left bottom,from(#e54c00),to(#f73));background:-webkit-linear-gradient(top,#e54c00,#f73);background:-moz-linear-gradient(top,#e54c00 0,#f73 100%);background:-o-linear-gradient(top,#e54c00 0,#f73 100%);background:linear-gradient(180deg,#e54c00,#f73)}.PushButton_button__OaWRp{font-family:Teko!important;color:#1f292e;font-size:24px;font-stretch:normal;font-weight:400;font-style:normal;line-height:normal;letter-spacing:normal;font-style:secondary;font-weight:500;font-size:32px;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:14px 24px;gap:8px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;cursor:pointer;line-height:20px;border:none}.PushButton_button__OaWRp .PushButton_label__1TaCk{margin-top:4px}.PushButton_button__OaWRp .PushButton_iconWrapper__vAx1I{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:16px;height:16px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.PushButton_button__OaWRp.PushButton_secondary__Zl1R1,.PushButton_button__OaWRp.PushButton_tertiary__e9Uoq{background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#efefef));background:-webkit-linear-gradient(top,#fff,#efefef);background:-moz-linear-gradient(top,#fff 0,#efefef 100%);background:-o-linear-gradient(top,#fff 0,#efefef 100%);background:linear-gradient(180deg,#fff,#efefef);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.25);-moz-box-shadow:0 2px 2px rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.25);color:#004e75;text-shadow:1px 1px 0 hsla(0,0%,100%,.25)}.PushButton_button__OaWRp.PushButton_secondary__Zl1R1:active,.PushButton_button__OaWRp.PushButton_tertiary__e9Uoq:active{background:-webkit-gradient(linear,left top,left bottom,from(#efefef),to(#fff));background:-webkit-linear-gradient(top,#efefef,#fff);background:-moz-linear-gradient(top,#efefef 0,#fff 100%);background:-o-linear-gradient(top,#efefef 0,#fff 100%);background:linear-gradient(180deg,#efefef,#fff)}.PushButton_button__OaWRp.PushButton_secondary__Zl1R1.PushButton_danger__3U9Pr,.PushButton_button__OaWRp.PushButton_tertiary__e9Uoq.PushButton_danger__3U9Pr{color:#d82829}.PushButton_button__OaWRp.PushButton_secondary__Zl1R1.PushButton_disabled__JAKoq,.PushButton_button__OaWRp.PushButton_tertiary__e9Uoq.PushButton_disabled__JAKoq{color:#98aab3;text-shadow:1px 1px 0 rgba(0,0,0,.25);pointer-events:none}.PushButton_button__OaWRp.PushButton_primary__4lTLK{background:-webkit-gradient(linear,left bottom,left top,from(#0090d1),to(#6bd1ff));background:-webkit-linear-gradient(bottom,#0090d1,#6bd1ff);background:-moz-linear-gradient(bottom,#0090d1 0,#6bd1ff 100%);background:-o-linear-gradient(bottom,#0090d1 0,#6bd1ff 100%);background:linear-gradient(0deg,#0090d1,#6bd1ff);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.25);-moz-box-shadow:0 2px 2px rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.25);color:#fafbfd;text-shadow:1px 1px 0 rgba(0,0,0,.25)}.PushButton_button__OaWRp.PushButton_primary__4lTLK:active{background:-webkit-gradient(linear,left bottom,left top,from(#6bd1ff),to(#0090d1));background:-webkit-linear-gradient(bottom,#6bd1ff,#0090d1);background:-moz-linear-gradient(bottom,#6bd1ff 0,#0090d1 100%);background:-o-linear-gradient(bottom,#6bd1ff 0,#0090d1 100%);background:linear-gradient(0deg,#6bd1ff,#0090d1)}.PushButton_button__OaWRp.PushButton_primary__4lTLK.PushButton_danger__3U9Pr{background:-webkit-gradient(linear,left top,left bottom,from(#f73),to(#e54c00));background:-webkit-linear-gradient(top,#f73,#e54c00);background:-moz-linear-gradient(top,#f73 0,#e54c00 100%);background:-o-linear-gradient(top,#f73 0,#e54c00 100%);background:linear-gradient(180deg,#f73,#e54c00);-webkit-box-shadow:0 2px 2px rgba(0,0,0,.25);-moz-box-shadow:0 2px 2px rgba(0,0,0,.25);box-shadow:0 2px 2px rgba(0,0,0,.25);color:#fff;text-shadow:1px 1px 0 hsla(0,0%,100%,.25)}.PushButton_button__OaWRp.PushButton_primary__4lTLK.PushButton_danger__3U9Pr:active{background:-webkit-gradient(linear,left top,left bottom,from(#e54c00),to(#f73));background:-webkit-linear-gradient(top,#e54c00,#f73);background:-moz-linear-gradient(top,#e54c00 0,#f73 100%);background:-o-linear-gradient(top,#e54c00 0,#f73 100%);background:linear-gradient(180deg,#e54c00,#f73)}.PushButton_button__OaWRp.PushButton_primary__4lTLK.PushButton_disabled__JAKoq{background:-webkit-gradient(linear,left bottom,left top,from(#98aab3),to(#efefef));background:-webkit-linear-gradient(bottom,#98aab3,#efefef);background:-moz-linear-gradient(bottom,#98aab3 0,#efefef 100%);background:-o-linear-gradient(bottom,#98aab3 0,#efefef 100%);background:linear-gradient(0deg,#98aab3,#efefef);color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.25);pointer-events:none}.PushButton_button__OaWRp.PushButton_primary__4lTLK.PushButton_warning__KjqCm{background:-webkit-gradient(linear,left bottom,left top,from(#986f16),to(#fdb51c));background:-webkit-linear-gradient(bottom,#986f16,#fdb51c);background:-moz-linear-gradient(bottom,#986f16 0,#fdb51c 100%);background:-o-linear-gradient(bottom,#986f16 0,#fdb51c 100%);background:linear-gradient(0deg,#986f16,#fdb51c)}.PushButton_button__OaWRp.PushButton_primary__4lTLK.PushButton_error__iYBKc{background:-webkit-gradient(linear,left bottom,left top,from(#e54c00),to(#f73));background:-webkit-linear-gradient(bottom,#e54c00,#f73);background:-moz-linear-gradient(bottom,#e54c00 0,#f73 100%);background:-o-linear-gradient(bottom,#e54c00 0,#f73 100%);background:linear-gradient(0deg,#e54c00,#f73)}.PushButton_btnAddSplit__5A5WO{min-width:188px!important}.PushButton_btn270__lg0_R{min-width:270px!important;height:56px}.PushButton_fs24__EWZFi .PushButton_button__OaWRp{font-size:24px;padding:14px 30px 14px 16px}.PushButton_h-56__NEY9Q{height:56px}.BottomBar_bottomBar__iUocL{display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:32px;padding-right:32px;background-color:#e4eaf0;height:80px;max-width:100vw}.BottomBar_twoBtn__vl7y5{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.BottomBar_twoBtn__vl7y5,.BottomBar_twoBtn__vl7y5>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.BottomBar_twoBtn__vl7y5>div{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:1280px}.BottomBar_modalTwoBtn__ouqXq{-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.BottomBar_modalTwoBtn__ouqXq,.BottomBar_modalTwoBtn__ouqXq>div{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.BottomBar_modalTwoBtn__ouqXq>div{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.BottomBar_threeBtn__vaFR5>div:last-child{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.BottomBar_firstBottomBar__8phSH{color:#004e75}.BottomBar_firstBottomBarWarning__BZRnN,.BottomBar_firstBottomBar__8phSH{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:35px;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.BottomBar_firstBottomBarWarning__BZRnN{color:#d82829}