.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;-webkit-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%);-ms-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%);-ms-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);-ms-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);-ms-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;-webkit-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:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.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;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-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:transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right}.Toastify__progress-bar--default{background:-webkit-gradient(linear,left top,right top,from(#4cd964),color-stop(#5ac8fa),color-stop(#007aff),color-stop(#34aadc),color-stop(#5856d6),to(#ff2d55));background:-webkit-linear-gradient(left,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:-o-linear-gradient(left,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-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)}}@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)}}@-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}}@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}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@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)}}@-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)}}@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)}}@-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)}}@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)}}@-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)}}@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)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}.grid:after{content:"";display:table;clear:both}.row{margin-left:-12px;margin-right:-12px}.row:after{content:"";display:table;clear:both}.col{padding-left:12px;padding-right:12px}.f-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-6px;margin-left:-6px}.f-row--no-gutters{margin-right:0;margin-left:0}.f-row--no-gutters>.f-col,.f-row--no-gutters>[class*=f-col-]{padding-right:0;padding-left:0}.f-row--end{-ms-flex-align:end;align-items:flex-end}.f-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:6px;padding-left:6px}.f-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.f-col--wide{-ms-flex:6;flex:6}.f-col--sml{-ms-flex:1;flex:1}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;font-size:100%;line-height:1.5}body{min-height:100%;margin:0;overflow-x:hidden;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:20px;color:#0a0a0a}.fullheight{height:100%}::selection{color:#fff!important;background:#e31119!important}::-moz-selection{color:#fff!important;background:#e31119!important}img{max-width:100%;vertical-align:middle}select{cursor:pointer}svg{max-width:100%}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700}h1{font-size:33px;line-height:42px}h2{font-size:28px;line-height:36px;-webkit-font-variant-ligatures:none;font-variant-ligatures:none}h3{font-size:24px;line-height:30px;font-weight:600;letter-spacing:1px}h4,h5,h6{font-size:19px;line-height:24px;font-weight:500;letter-spacing:.4px;opacity:1;font-weight:600}p{margin:0}dl,ol,ul{margin:0;padding:0;list-style:none}a{text-decoration:none;color:#525252;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.anchor .icomoon{color:#b30a03;vertical-align:middle;margin-right:4px}a:hover{color:#e31119;cursor:pointer}a:focus{outline:0;color:#c91218}b,strong{font-weight:700}*{-webkit-font-variant-ligatures:none;font-variant-ligatures:none}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/roboto-v27-latin-ext_latin-regular.a8be9ec3.eot);src:local(""),url(/static/media/roboto-v27-latin-ext_latin-regular.a8be9ec3.eot?#iefix) format("embedded-opentype"),url(/static/media/roboto-v27-latin-ext_latin-regular.6a7ae61c.woff2) format("woff2"),url(/static/media/roboto-v27-latin-ext_latin-regular.b20d588c.woff) format("woff"),url(/static/media/roboto-v27-latin-ext_latin-regular.3139df38.ttf) format("truetype"),url(/static/media/roboto-v27-latin-ext_latin-regular.3ce3e2e3.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/roboto-v27-latin-ext_latin-500.1857d6a6.eot);src:local(""),url(/static/media/roboto-v27-latin-ext_latin-500.1857d6a6.eot?#iefix) format("embedded-opentype"),url(/static/media/roboto-v27-latin-ext_latin-500.490a1e7a.woff2) format("woff2"),url(/static/media/roboto-v27-latin-ext_latin-500.a4dedf9b.woff) format("woff"),url(/static/media/roboto-v27-latin-ext_latin-500.eddcb200.ttf) format("truetype"),url(/static/media/roboto-v27-latin-ext_latin-500.6b235824.svg#Roboto) format("svg")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/roboto-v27-latin-ext_latin-700.9d1b67c8.eot);src:local(""),url(/static/media/roboto-v27-latin-ext_latin-700.9d1b67c8.eot?#iefix) format("embedded-opentype"),url(/static/media/roboto-v27-latin-ext_latin-700.15e7da30.woff2) format("woff2"),url(/static/media/roboto-v27-latin-ext_latin-700.262926e0.woff) format("woff"),url(/static/media/roboto-v27-latin-ext_latin-700.7a6015e9.ttf) format("truetype"),url(/static/media/roboto-v27-latin-ext_latin-700.90b12e16.svg#Roboto) format("svg")}.Toastify{font-size:14px;line-height:20px}.Toastify__toast-container{max-width:95vw;padding:0;border-radius:4px}.Toastify__toast-container--bottom-right{right:12px;bottom:12px;left:unset}.Toastify__toast{padding:16px 12px 12px 44px;color:#0a0a0a;-webkit-box-shadow:0 1px 10px 0 rgb(0 0 0/15%),0 2px 15px 0 rgb(0 0 0/10%);box-shadow:0 1px 10px 0 rgb(0 0 0/15%),0 2px 15px 0 rgb(0 0 0/10%);border-radius:inherit;background-color:#f6f6f6;background-position:12px;background-repeat:no-repeat;background-size:20px}@media (min-width:34em){.Toastify__toast{margin-bottom:72px}}.Toastify__toast--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%233492ee'%3E%3Cpath d='M18 .019a18 18 0 1 0 17.981 18.019A18 18 0 0 0 18 .018zm1.9 27.002a1.929 1.929 0 0 1-3.857-.004l.01-9a1.929 1.929 0 0 1 3.857.004zm-1.913-14.145a2.571 2.571 0 1 1 2.574-2.569 2.571 2.571 0 0 1-2.574 2.569z'/%3E%3C/svg%3E")}.Toastify__toast.green-background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%2306a676'%3E%3Cpath d='M18 0a18 18 0 1 0 18 18A18 18 0 0 0 18 0zm10.395 12.3L18.12 26.235a1.5 1.5 0 0 1-2.145.285L8.64 20.655a1.5 1.5 0 0 1-.225-2.115 1.5 1.5 0 0 1 2.085-.225l6.12 4.89L25.98 10.5a1.5 1.5 0 0 1 2.085-.315 1.5 1.5 0 0 1 .33 2.115z'/%3E%3C/svg%3E")}.Toastify__toast.green-background .Toastify__progress-bar--default{background:rgba(6,166,118,.85)}.Toastify__toast.orange-background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512' fill='%23ff8c00'%3E%3Cpath d='M284.01 48.533a32 32 0 0 0-56.02 0l-208 384A32 32 0 0 0 48 480h416a32 32 0 0 0 28.01-47.467zM256 384a8 8 0 0 1 8 8m-16 0a8 8 0 0 1 8-8m0 16a8 8 0 0 1-8-8m16 0a8 8 0 0 1-8 8m0-80V176' fill='none'/%3E%3C/svg%3E")}.Toastify__toast.orange-background .Toastify__progress-bar--default{background:rgba(255,140,0,.85)}.Toastify__toast.red-background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23e7313c'%3E%3Cpath d='M18 36A18 18 0 1 0 0 18a18 18 0 0 0 18 18zm-7.425-23.31a1.5 1.5 0 0 1 2.115-2.115l5.04 5.04a.375.375 0 0 0 .54 0l5.04-5.04a1.522 1.522 0 0 1 2.19 2.115l-5.04 5.04a.375.375 0 0 0 0 .54l5.04 5.04a1.5 1.5 0 0 1 0 2.19 1.5 1.5 0 0 1-1.065.435 1.5 1.5 0 0 1-1.05-.435l-5.04-5.04a.375.375 0 0 0-.54 0L12.69 25.5a1.5 1.5 0 0 1-1.05.435 1.5 1.5 0 0 1-1.065-.435 1.5 1.5 0 0 1 0-2.115l5.04-5.04a.375.375 0 0 0 0-.54z'/%3E%3C/svg%3E")}.Toastify__toast.red-background .Toastify__progress-bar--default{background:rgba(231,49,60,.85)}.Toastify__close-button--default{opacity:1;color:#b5b0b0}.Toastify__close-button--default:hover{color:#0a0a0a}.Toastify__progress-bar--default{background:rgba(52,146,238,.85)}.ReactModal__Overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4;overflow-y:hidden;background-color:rgba(0,0,0,.75)}.ReactModal__Content{opacity:0;outline:none}.ReactModal__Content--after-open{opacity:1;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.ReactModal__Content--before-close{opacity:0}.modal{position:absolute;left:0;right:0;bottom:68px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:hidden;width:100vw;max-height:65vh;border-radius:4px;background-color:#fff}@media (min-width:48em){.modal{top:46%;left:50%;right:auto;height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:400px;max-width:400px}}.modal .input--radio:checked+label:after{top:17px;left:20px}.modal__body,.modal__footer,.modal__header{padding:12px}.modal__header{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-top:16px}.modal__header:before{content:"";position:absolute;top:12px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:48px;height:4px;background-color:#c6c6c6}.modal__header__title{display:none;font-weight:500;color:#0a0a0a}.modal__header .btn--ghost{display:none}.modal--center{top:50%;left:50%;bottom:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:85vw;max-width:400px;height:auto}.modal--center .modal__header:before{display:none}.modal--center .modal__header .btn--ghost,.modal--center .modal__header__title{display:block}.modal__body{-ms-flex-positive:1;flex-grow:1;overflow-y:auto}.modal__footer{display:-ms-flexbox;display:flex}.modal__footer__btn{-ms-flex:1;flex:1;margin-right:12px}.modal__footer__btn:last-child{margin-right:0}.k-autocomplete,.k-combobox,.k-dateinput,.k-datepicker,.k-daterangepicker,.k-daterangepicker-wrap,.k-datetimepicker,.k-dropdown,.k-dropdowntree,.k-maskedtextbox,.k-multiselect,.k-numerictextbox,.k-textbox,.k-textbox-container,.k-timepicker{width:100%;font-size:16px;line-height:24px}.k-autocomplete .k-input,.k-combobox .k-input,.k-dateinput .k-input,.k-datepicker .k-input,.k-daterangepicker-wrap .k-input,.k-daterangepicker .k-input,.k-datetimepicker .k-input,.k-dropdown .k-input,.k-dropdowntree .k-input,.k-maskedtextbox .k-input,.k-multiselect .k-input,.k-numerictextbox .k-input,.k-textbox-container .k-input,.k-textbox .k-input,.k-timepicker .k-input{color:#0a0a0a}.k-autocomplete .k-input::-webkit-input-placeholder,.k-combobox .k-input::-webkit-input-placeholder,.k-dateinput .k-input::-webkit-input-placeholder,.k-datepicker .k-input::-webkit-input-placeholder,.k-daterangepicker-wrap .k-input::-webkit-input-placeholder,.k-daterangepicker .k-input::-webkit-input-placeholder,.k-datetimepicker .k-input::-webkit-input-placeholder,.k-dropdown .k-input::-webkit-input-placeholder,.k-dropdowntree .k-input::-webkit-input-placeholder,.k-maskedtextbox .k-input::-webkit-input-placeholder,.k-multiselect .k-input::-webkit-input-placeholder,.k-numerictextbox .k-input::-webkit-input-placeholder,.k-textbox-container .k-input::-webkit-input-placeholder,.k-textbox .k-input::-webkit-input-placeholder,.k-timepicker .k-input::-webkit-input-placeholder{color:#b5b0b0}.k-autocomplete .k-input::-moz-placeholder,.k-combobox .k-input::-moz-placeholder,.k-dateinput .k-input::-moz-placeholder,.k-datepicker .k-input::-moz-placeholder,.k-daterangepicker-wrap .k-input::-moz-placeholder,.k-daterangepicker .k-input::-moz-placeholder,.k-datetimepicker .k-input::-moz-placeholder,.k-dropdown .k-input::-moz-placeholder,.k-dropdowntree .k-input::-moz-placeholder,.k-maskedtextbox .k-input::-moz-placeholder,.k-multiselect .k-input::-moz-placeholder,.k-numerictextbox .k-input::-moz-placeholder,.k-textbox-container .k-input::-moz-placeholder,.k-textbox .k-input::-moz-placeholder,.k-timepicker .k-input::-moz-placeholder{color:#b5b0b0}.k-autocomplete .k-input::-ms-input-placeholder,.k-combobox .k-input::-ms-input-placeholder,.k-dateinput .k-input::-ms-input-placeholder,.k-datepicker .k-input::-ms-input-placeholder,.k-daterangepicker-wrap .k-input::-ms-input-placeholder,.k-daterangepicker .k-input::-ms-input-placeholder,.k-datetimepicker .k-input::-ms-input-placeholder,.k-dropdown .k-input::-ms-input-placeholder,.k-dropdowntree .k-input::-ms-input-placeholder,.k-maskedtextbox .k-input::-ms-input-placeholder,.k-multiselect .k-input::-ms-input-placeholder,.k-numerictextbox .k-input::-ms-input-placeholder,.k-textbox-container .k-input::-ms-input-placeholder,.k-textbox .k-input::-ms-input-placeholder,.k-timepicker .k-input::-ms-input-placeholder{color:#b5b0b0}.k-autocomplete .k-input::placeholder,.k-combobox .k-input::placeholder,.k-dateinput .k-input::placeholder,.k-datepicker .k-input::placeholder,.k-daterangepicker-wrap .k-input::placeholder,.k-daterangepicker .k-input::placeholder,.k-datetimepicker .k-input::placeholder,.k-dropdown .k-input::placeholder,.k-dropdowntree .k-input::placeholder,.k-maskedtextbox .k-input::placeholder,.k-multiselect .k-input::placeholder,.k-numerictextbox .k-input::placeholder,.k-textbox-container .k-input::placeholder,.k-textbox .k-input::placeholder,.k-timepicker .k-input::placeholder{color:#b5b0b0}.k-autocomplete .k-input,.k-dateinput-wrap .k-input,.k-dropdown-wrap .k-input,.k-multiselect-wrap .k-input,.k-numeric-wrap .k-input,.k-picker-wrap .k-input{font-size:inherit;line-height:inherit;color:inherit}.k-autocomplete.k-state-invalid,.k-dateinput-wrap.k-state-invalid,.k-dropdown-wrap.k-state-invalid,.k-multiselect-wrap.k-state-invalid,.k-numeric-wrap.k-state-invalid,.k-picker-wrap.k-state-invalid{color:#e7313c}.k-textbox{height:44px;padding:0 12px;color:#0a0a0a;border:1px solid #c6c6c6;border-radius:4px;background-color:#f6f6f6}.k-textbox::-webkit-input-placeholder{color:#b5b0b0}.k-textbox::-moz-placeholder{color:#b5b0b0}.k-textbox::-ms-input-placeholder{color:#b5b0b0}.k-textbox::placeholder{color:#b5b0b0}.k-textbox.k-state-hover,.k-textbox:hover{color:#0a0a0a;border-color:#b5b5b5;background-color:#f6f6f6}.k-textbox.k-state-focus,.k-textbox.k-state-focused,.k-textbox:focus{-webkit-box-shadow:0 0 0 1px #3492ee;box-shadow:0 0 0 1px #3492ee;border-color:#3492ee}.k-textbox.k-input--sml{height:40px;padding:0 4px}.k-combobox,.k-dropdown{border:0}.k-combobox .k-dropdown-wrap,.k-dropdown .k-dropdown-wrap{padding:0;font:inherit;color:#0a0a0a;border:1px solid #c6c6c6;border-radius:4px;background-color:#fff;background-image:none;cursor:default}.k-combobox .k-dropdown-wrap .k-input,.k-dropdown .k-dropdown-wrap .k-input{height:42px;padding:0 16px}.k-combobox .k-dropdown-wrap .k-input::-webkit-input-placeholder,.k-dropdown .k-dropdown-wrap .k-input::-webkit-input-placeholder{color:#b5b0b0}.k-combobox .k-dropdown-wrap .k-input::-moz-placeholder,.k-dropdown .k-dropdown-wrap .k-input::-moz-placeholder{color:#b5b0b0}.k-combobox .k-dropdown-wrap .k-input::-ms-input-placeholder,.k-dropdown .k-dropdown-wrap .k-input::-ms-input-placeholder{color:#b5b0b0}.k-combobox .k-dropdown-wrap .k-input::placeholder,.k-dropdown .k-dropdown-wrap .k-input::placeholder{color:#b5b0b0}.k-combobox .k-dropdown-wrap .k-input span,.k-dropdown .k-dropdown-wrap .k-input span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%}.k-combobox .k-dropdown-wrap .k-select,.k-dropdown .k-dropdown-wrap .k-select{width:36px;padding:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23b5b0b0'%3E%3Cpath d='M18 29.25a3.51 3.51 0 0 1-2.595-1.17L.69 11.355a2.775 2.775 0 1 1 4.155-3.66l12.87 14.625a.375.375 0 0 0 .57 0l12.87-14.625a2.775 2.775 0 1 1 4.155 3.66L20.595 28.08A3.51 3.51 0 0 1 18 29.25z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px}.k-combobox .k-dropdown-wrap .k-select .k-icon,.k-dropdown .k-dropdown-wrap .k-select .k-icon{display:none}.k-combobox .k-dropdown-wrap.k-state-hover,.k-combobox .k-dropdown-wrap:hover,.k-dropdown .k-dropdown-wrap.k-state-hover,.k-dropdown .k-dropdown-wrap:hover{color:#0a0a0a;border-color:#b5b5b5;background-color:#fff;background-image:none}.k-combobox .k-dropdown-wrap.k-state-focused,.k-dropdown .k-dropdown-wrap.k-state-focused{outline:0;-webkit-box-shadow:0 0 0 1px #3492ee;box-shadow:0 0 0 1px #3492ee;border-color:#b30a03}.k-combobox .k-dropdown-wrap.k-state-disabled,.k-dropdown .k-dropdown-wrap.k-state-disabled{opacity:.7;-webkit-filter:none;filter:none;cursor:not-allowed}.k-combobox .k-label,.k-dropdown .k-label{font:inherit;color:#b5b0b0}.k-combobox .input--warning,.k-dropdown .input--warning{border-color:#e7313c}.k-combobox.input--warning,.k-dropdown.input--warning{border:0}.k-combobox.input--warning .k-dropdown-wrap,.k-dropdown.input--warning .k-dropdown-wrap{border-color:#e7313c;color:#e7313c}.k-combobox.input--warning+.k-label,.k-dropdown.input--warning+.k-label{color:rgba(231,49,60,.5)}.k-textbox-container{position:relative}.k-textbox-container>.k-label{left:16px;display:none;font-size:12px;line-height:18px;font-weight:500;color:#b5b0b0}.k-textbox-container>.k-label.k-text-error{color:rgba(231,49,60,.5)}.k-textbox-container.k-state-empty>.k-label{top:50%;left:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block}.k-textbox-container.k-state-empty .input--warning+.k-label{color:rgba(231,49,60,.5)}.k-textbox-container.k-state-focused .k-dropdown-wrap,.k-textbox-container.k-state-focused .k-numeric-wrap{-webkit-box-shadow:0 0 0 1px #3492ee;box-shadow:0 0 0 1px #3492ee;border-color:#3492ee}.k-textbox-container.k-state-focused .input--warning.k-dropdown .k-dropdown-wrap{border-color:#3492ee}.k-animation-container{-webkit-box-shadow:none;box-shadow:none;border-radius:4px}.k-animation-container>.k-popup{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2)}.k-animation-container.k-dropdown--wrap .k-list-scroller .k-list .k-item{white-space:normal}.k-list-container.w--auto{width:auto!important}.k-list-scroller .k-list{overflow-x:hidden}.k-list-scroller .k-list .k-item{display:block;overflow:hidden;width:100%;max-width:100%;padding:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;word-break:break-all}.k-list-scroller .k-list .k-item.k-state-hover,.k-list-scroller .k-list .k-item:hover{color:#0a0a0a;background-color:rgba(179,10,3,.075)}.k-list-scroller .k-list .k-item.k-state-focused{font-weight:700;-webkit-box-shadow:none;box-shadow:none}.k-list-scroller .k-list .k-item.k-state-selected{font-weight:700;color:#b30a03;background-color:#f6f6f6}.k-list-scroller .k-list .k-item.k-state-selected.k-state-hover,.k-list-scroller .k-list .k-item.k-state-selected:hover{background-color:rgba(179,10,3,.075)}.k-list-scroller .k-list .k-item.k-state-selected.k-state-focused{color:#b30a03}.table--kendo{font-size:12px;line-height:20px;color:#0a0a0a;border:0;border-radius:4px;background-color:#fff}.table--kendo .k-grid-header{font-weight:700;color:#0a0a0a;border-color:#c6c6c6;background-color:#fff}.table--kendo .k-grid-header .k-header{padding:8px 12px;border-width:0 0 1px;border-color:#c6c6c6}.table--kendo .k-grid-header .k-header>.k-link{margin:0;padding:0}.table--kendo .k-grid-header .k-header:last-child{text-align:right}.table--kendo tbody tr.k-alt,.table--kendo tbody tr:hover{background-color:transparent}.table--kendo tbody tr.is-underlined td{border-bottom-width:2px}.table--kendo tbody tr:last-child td{border-bottom:0}.table--kendo tbody td{padding:8px 12px;border-width:0 0 1px;border-color:#c6c6c6}.table--kendo--breakfirst td:first-child,.table--kendo--breakfirst th:first-child{word-break:break-all}.table--kendo--nowrap td,.table--kendo--nowrap th{white-space:nowrap}.k-switch{width:72px;height:36px;font-size:9px;line-height:18px;line-height:36px;border:1px solid #c6c6c6}.k-switch-container{width:100%;-webkit-box-shadow:none;box-shadow:none}.k-switch-label-off,.k-switch-label-on{max-width:unset;line-height:34px;font-size:11px;line-height:18px;font-weight:500}.k-switch-label-on{color:#0a0a0a}.k-switch-label-off{color:#525252}.k-switch-handle{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:28px;height:28px;background-color:#fff}.k-switch-on{background-color:#06a676}.k-switch-on .k-switch-container{color:#fff}.k-switch-on .k-switch-label-on{left:12px;color:#eee}.k-switch-on .k-switch-handle{left:calc(100% - 32px)}.k-switch-off{background-color:#241c1c}.k-switch-off .k-switch-label-off{right:12px;color:#eee}.k-switch-off .k-switch-handle{left:4px}.treeview .rc-tree .rc-tree-treenode{position:relative;padding:0;font-size:12px;line-height:18px;color:#0a0a0a;border-bottom:1px solid #c6c6c6}.treeview .rc-tree .rc-tree-treenode:last-child{border-bottom:0}.treeview .rc-tree .rc-tree-treenode span.rc-tree-switcher{position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:12px;height:12px;margin:0;background-position:50%;background-size:12px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.treeview .rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher_close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23b5b0b0'%3E%3Cpath d='M18 29.25a3.51 3.51 0 0 1-2.595-1.17L.69 11.355a2.775 2.775 0 1 1 4.155-3.66l12.87 14.625a.375.375 0 0 0 .57 0l12.87-14.625a2.775 2.775 0 1 1 4.155 3.66L20.595 28.08A3.51 3.51 0 0 1 18 29.25z'/%3E%3C/svg%3E")}.treeview .rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher_open{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' fill='%23b5b0b0'%3E%3Cpath d='M35.258 23.785L21.182 8.964A4.518 4.518 0 0 0 14.76 9L.72 23.76a2.718 2.718 0 1 0 3.938 3.748l12.69-13.367a.896.896 0 0 1 1.304 0l12.69 13.367a2.702 2.702 0 1 0 3.916-3.723z'/%3E%3C/svg%3E")}.treeview .rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher-noop{display:none}.treeview .rc-tree .rc-tree-treenode span.rc-tree-switcher.rc-tree-switcher-noop~.rc-tree-node-content-wrapper{padding-right:12px}.treeview .rc-tree .rc-tree-treenode span.rc-tree-checkbox{position:absolute;top:50%;left:12px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;margin:0;border:1px solid #c6c6c6;border-radius:4px;background-color:#f6f6f6;background-image:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.treeview .rc-tree .rc-tree-treenode span.rc-tree-checkbox:before{content:"";opacity:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.treeview .rc-tree .rc-tree-treenode span.rc-tree-checkbox-indeterminate:before{opacity:1;width:10px;height:10px;border-radius:2px;background-color:#e31119}.treeview .rc-tree .rc-tree-treenode span.rc-tree-checkbox-checked{border:2px solid #b30a03;background-color:#e31119}.treeview .rc-tree .rc-tree-treenode span.rc-tree-checkbox-checked:before{opacity:1;width:12px;height:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23fff'%3E%3Cpath d='M10.252 32.154a5.143 5.143 0 0 1-3.984-2.01l-5.65-6.409a2.571 2.571 0 0 1 .235-3.651 2.571 2.571 0 0 1 3.626.26l5.29 5.998a.54.54 0 0 0 .463.232.591.591 0 0 0 .463-.206l20.877-21.68a2.571 2.571 0 0 1 3.7 3.552l-21.11 22.17a4.989 4.989 0 0 1-3.91 1.744z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%}.treeview .rc-tree .rc-tree-treenode span.rc-tree-checkbox-disabled{display:none}.treeview .rc-tree .rc-tree-treenode span.rc-tree-checkbox-disabled+.rc-tree-node-content-wrapper{padding-left:16px}.treeview .rc-tree .rc-tree-treenode span.rc-tree-indent{display:none}.treeview .rc-tree .rc-tree-treenode .rc-tree-node-content-wrapper{width:100%;height:auto;padding:12px 28px 12px 40px;white-space:normal;word-break:break-all;-webkit-tap-highlight-color:rgba(0,0,0,0)}.treeview .rc-tree .rc-tree-treenode .rc-tree-title{display:block}.treeview .rc-tree .rc-tree-treenode .rc-tree-title__inner{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.treeview .rc-tree .rc-tree-treenode .rc-tree-title__name{-ms-flex-positive:1;flex-grow:1}.treeview .rc-tree .rc-tree-treenode .rc-tree-title__counter{margin-right:12px;text-align:right}.treeview .rc-tree .rc-tree-treenode .rc-tree-title__counter:empty{display:none}.treeview__list{border:0}.treeview__item--1 .rc-tree-checkbox{left:30px!important}.treeview__item--1 .rc-tree-node-content-wrapper{padding-left:58px!important}.treeview__item--1 .rc-tree-checkbox-disabled+.rc-tree-node-content-wrapper{padding-left:32px!important}.treeview__item--2{color:#525252!important}.treeview__item--2 .rc-tree-checkbox{left:50px!important}.treeview__item--2 .rc-tree-node-content-wrapper{padding-left:78px!important}.treeview__item--2 .rc-tree-checkbox-disabled+.rc-tree-node-content-wrapper{padding-left:40px!important}.treeview__item--3{color:#525252!important}.treeview__item--3 .rc-tree-checkbox,​ .treeview__item--3 span{left:70px!important}.treeview__item--3 .rc-tree-node-content-wrapper,​ .treeview__item--3 span{padding-left:98px!important}.treeview--no-check .treeview__item--0 .rc-tree-node-content-wrapper{padding-left:12px!important}.treeview--no-check .treeview__item--1 .rc-tree-node-content-wrapper{padding-left:30px!important}​ .treeview--no-check .treeview__item--2 .rc-tree-node-content-wrapper{padding-left:50px!important}​ ​ .treeview--no-check .treeview__item--3 .rc-tree-node-content-wrapper{padding-left:70px!important}.k-dropdown .k-dropdown-wrap{background-color:#fff}.k-dropdown .k-dropdown-wrap.k-state-focused{-webkit-box-shadow:none!important;box-shadow:none!important}.k-textbox-container{max-width:400px;padding-top:0}.k-textbox-container .k-label{display:none}.k-state-selected{color:#b30a03!important}.k-list-optionlabel{background-color:#fff!important;color:#0a0a0a!important;font-weight:500!important}.datepicker-navbar-btn{color:#e31119!important}.datepicker-navbar-btn:last-child{color:#737373!important}.btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;max-width:400px;overflow:hidden;vertical-align:middle;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1;text-align:center;text-decoration:none;text-transform:none;white-space:nowrap;color:#0a0a0a;border:1px solid #c6c6c6;border-radius:4px;background-color:#ececec;cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.btn__icon{vertical-align:middle!important;margin-right:8px}.btn__icon.display--none,.btn__icon:only-child{margin-right:0}.btn__label{vertical-align:middle}.btn__label:empty{display:none}.btn:focus{outline:0;-webkit-box-shadow:0 0 0 1px #3492ee;box-shadow:0 0 0 1px #3492ee;border-color:#b30a03}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--tny{font-size:12px;line-height:20px}.btn--tny,.btn--tny-square{height:28px;line-height:26px}.btn--tny-square{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:28px;min-width:28px;padding:0}.btn--sml{font-size:14px;line-height:24px}.btn--sml,.btn--sml-square{height:32px;line-height:30px}.btn--sml-square{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:32px;min-width:32px;padding:0}.btn--med{height:52px;font-size:14px;line-height:24px;line-height:50px;font-weight:700}.btn--base{height:44px;min-width:44px;font-size:16px;line-height:24px;line-height:42px}.btn--block{width:100%;max-width:400px}.btn--100{width:100%;max-width:100%}.btn--refresh{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:1000px;color:#0a0a0a;border-color:#fff;background-color:#fff}.btn--refresh:hover{border-color:#ececec;background-color:#ececec}.btn--refresh:active{border-color:#c6c6c6;background-color:#c6c6c6}.btn--primary{color:#fff;border-color:#e31119;background-color:#e31119}.btn--primary:hover{border-color:#c91218;background-color:#c91218}.btn--primary:active{border-color:#b01217;background-color:#b01217}.btn--primary:disabled:hover{border-color:#e31119;background-color:#e31119}.btn--semi{color:#fff;border-color:#b30a03;background-color:#b30a03}.btn--semi:hover{border-color:#990803;background-color:#990803}.btn--semi:active{border-color:#800703;background-color:#800703}.btn--outline{color:#241c1c;border:1px solid #c6c6c6;background-color:transparent}.btn--outline:hover{color:#0a0a0a;border-color:#b5b5b5}.btn--outline:active{color:#e31119}.btn--outline--success{border:1px solid #06a676}.btn--outline--success:active,.btn--outline--success:focus{-webkit-box-shadow:none;box-shadow:none;border-color:#06a676}.btn--neutral{color:#241c1c;border:1px solid #241c1c;background-color:#fff}.btn--neutral:hover{color:#0a0a0a;border-color:#1a1a1a}.btn--neutral:active{color:#e31119;background-color:#fff}.btn--ghost{color:#525252}.btn--ghost,.btn--ghost:hover{border-color:transparent;background-color:transparent}.btn--ghost:hover{color:#e31119}.btn--ghost:focus{-webkit-box-shadow:none;box-shadow:none;border-color:transparent;-webkit-animation:none;animation:none}.btn--modal{width:100%;padding:16px 8px;color:#525252;border:0;background-color:#fff}.btn--modal--primary{color:#fff;background-color:#e31119}.btn--success{color:#fff;border-color:#06a676;background-color:#06a676}.btn--success:hover{border-color:#058c64;background-color:#058c64}.btn--success:active{border-color:#057352;background-color:#057352}.btn--danger{color:#fff;border-color:#e7313c;background-color:#e7313c}.btn--danger:hover{border-color:#cf303b;background-color:#cf303b}.btn--danger:active{border-color:#b53039;background-color:#b53039}.btn--payment{width:30%;margin-bottom:16px;padding:16px;font-size:21px;font-weight:600;text-align:center;border:1px solid #c6c6c6;border-radius:4px;background-color:#fff}.btn--payment__wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.btn--load{opacity:.55;position:relative;cursor:not-allowed}.btn--load:before{content:"";display:block;width:20px;height:20px;margin:0 auto;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23fff'%3E%3Cpath d='M9.27 9.255a12.33 12.33 0 0 1 12.525-3 1.875 1.875 0 1 0 1.14-3.57A16.125 16.125 0 0 0 3.075 24a.375.375 0 0 1-.15.45l-2.1 1.395a1.5 1.5 0 0 0-.645 1.5 1.5 1.5 0 0 0 1.17 1.185L7.965 30h.3a1.5 1.5 0 0 0 .825-.255 1.5 1.5 0 0 0 .645-.945l1.365-6.615a1.5 1.5 0 0 0-.63-1.5 1.5 1.5 0 0 0-1.665 0l-2.01 1.32a.435.435 0 0 1-.33 0 .42.42 0 0 1-.24-.24A12.42 12.42 0 0 1 9.27 9.255zm26.55-.51a1.5 1.5 0 0 0-1.14-1.2L28.095 6a1.5 1.5 0 0 0-1.8 1.125l-1.5 6.57a1.5 1.5 0 0 0 .6 1.5 1.5 1.5 0 0 0 .87.285 1.41 1.41 0 0 0 .795-.24l2.16-1.35a.435.435 0 0 1 .33 0 .42.42 0 0 1 .24.24 12.375 12.375 0 0 1-15.435 15.69A1.875 1.875 0 0 0 12 31.065a1.86 1.86 0 0 0 1.23 2.34 15.9 15.9 0 0 0 4.785.72A16.125 16.125 0 0 0 33 12a.405.405 0 0 1 .15-.465l2.025-1.26a1.5 1.5 0 0 0 .645-1.53z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%;-webkit-animation:rotate 1.5s linear infinite;animation:rotate 1.5s linear infinite}.btn--load .btn__icon,.btn--load .btn__label,.btn--load span{display:none}.btn--load.btn--ghost:before,.btn--load.btn--outline:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23525252'%3E%3Cpath d='M9.27 9.255a12.33 12.33 0 0 1 12.525-3 1.875 1.875 0 1 0 1.14-3.57A16.125 16.125 0 0 0 3.075 24a.375.375 0 0 1-.15.45l-2.1 1.395a1.5 1.5 0 0 0-.645 1.5 1.5 1.5 0 0 0 1.17 1.185L7.965 30h.3a1.5 1.5 0 0 0 .825-.255 1.5 1.5 0 0 0 .645-.945l1.365-6.615a1.5 1.5 0 0 0-.63-1.5 1.5 1.5 0 0 0-1.665 0l-2.01 1.32a.435.435 0 0 1-.33 0 .42.42 0 0 1-.24-.24A12.42 12.42 0 0 1 9.27 9.255zm26.55-.51a1.5 1.5 0 0 0-1.14-1.2L28.095 6a1.5 1.5 0 0 0-1.8 1.125l-1.5 6.57a1.5 1.5 0 0 0 .6 1.5 1.5 1.5 0 0 0 .87.285 1.41 1.41 0 0 0 .795-.24l2.16-1.35a.435.435 0 0 1 .33 0 .42.42 0 0 1 .24.24 12.375 12.375 0 0 1-15.435 15.69A1.875 1.875 0 0 0 12 31.065a1.86 1.86 0 0 0 1.23 2.34 15.9 15.9 0 0 0 4.785.72A16.125 16.125 0 0 0 33 12a.405.405 0 0 1 .15-.465l2.025-1.26a1.5 1.5 0 0 0 .645-1.53z'/%3E%3C/svg%3E")}.btn--load:active{pointer-events:none}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotate{0%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.input{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;width:100%;padding:0 16px;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:14px;line-height:20px;line-height:1;color:#0a0a0a;border:1px solid #c6c6c6;border-radius:4px;background-color:#fff;cursor:text;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:all .25s;-o-transition:all .25s;transition:all .25s}.input:hover{border-color:#b5b5b5}.input:focus{outline:0;border-color:#3492ee}.input:focus::-webkit-input-placeholder{color:#b5b0b0}.input:focus::-moz-placeholder{color:#b5b0b0}.input:focus::-ms-input-placeholder{color:#b5b0b0}.input:focus::placeholder{color:#b5b0b0}.input::-webkit-input-placeholder{color:#b5b0b0}.input::-moz-placeholder{color:#b5b0b0}.input::-ms-input-placeholder{color:#b5b0b0}.input::placeholder{color:#b5b0b0}.input--sml{height:40px;line-height:40px}.input--base{padding:16px;height:44px}.input--base.is-floating{padding-bottom:4px}.input--med{height:52px}.input--textarea{width:100%;max-width:400px;min-height:72px;max-height:200px;padding:16px;line-height:1.2rem}.input--action,.input--date,.input--search{padding-right:36px;background-position:calc(100% - 12px) 50%;background-repeat:no-repeat;background-size:12px}.input--date{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23b5b0b0'%3E%3Cpath d='M1 5.5h33.75v29.25H1V5.5zm0 9h33.75M10 8.875V1m15.75 7.875V1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.input--search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23b5b0b0'%3E%3Cpath d='M.75 15.75a15 15 0 1 0 30 0 15 15 0 1 0-30 0zm34.5 19.5l-8.893-8.893' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.input--search--hide{background-image:none}.input--search--remove{position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.input--password,.input--username{padding-left:48px}.input--password__icon,.input--username__icon{position:absolute;top:50%;left:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.input--password.is-floating,.input--username.is-floating{padding-top:12px}.input--username:focus+.input--username__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%233492ee'%3E%3Cpath d='M5.252 2.608a5.42 5.42 0 0 0 6.05 1.217M4.8 4.267a3.267 3.267 0 1 0 6.533 0 3.267 3.267 0 0 0-6.533 0zM2 15a6.067 6.067 0 1 1 12.133 0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.input--password:focus+.input--password__icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%233492ee'%3E%3Cpath d='M8.467 8.467H1.933A.933.933 0 0 1 1 7.533v-5.6A.933.933 0 0 1 1.933 1h11.2a.933.933 0 0 1 .934.933v3.734' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.8 4.5a.233.233 0 1 1 0 .467.233.233 0 0 1 0-.467m3.733 0a.233.233 0 1 1 0 .467.233.233 0 0 1 0-.467m3.734 0a.233.233 0 1 1 0 .467.233.233 0 0 1 0-.467M9.4 10.333H15V15H9.4v-4.667zm2.8-2.8A1.866 1.866 0 0 0 10.333 9.4v.933h3.734V9.4A1.867 1.867 0 0 0 12.2 7.533z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.2 12.451a.233.233 0 0 1 .229.28.234.234 0 1 1-.229-.28' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.input--outline{padding:0 16px!important;border:1px solid #c6c6c6!important}.input--action__btn{position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.input--check{opacity:0;position:absolute;width:0;border:0}.input--check+label{position:relative;display:inline-block;padding-left:32px;font-size:12px;line-height:20px;font-weight:400;text-align:left;color:#0a0a0a;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.input--check+label:after,.input--check+label:before{content:"";position:absolute}.input--check+label:before{top:0;left:0;width:20px;height:20px;border:1px solid #c6c6c6;border-radius:4px;background-color:#f6f6f6}.input--check+label:after,.input--check+label:before{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.input--check+label:after{opacity:0;top:4px;left:4px;-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;display:block;width:12px;height:12px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23b5b0b0'%3E%3Cpath d='M10.252 32.154a5.143 5.143 0 0 1-3.984-2.01l-5.65-6.409a2.571 2.571 0 0 1 .235-3.651 2.571 2.571 0 0 1 3.626.26l5.29 5.998a.54.54 0 0 0 .463.232.591.591 0 0 0 .463-.206l20.877-21.68a2.571 2.571 0 0 1 3.7 3.552l-21.11 22.17a4.989 4.989 0 0 1-3.91 1.744z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100%}.input--check+label span{display:inline-block;vertical-align:middle;word-break:break-word}.input--check:hover+label:before{border-color:#b5b5b5}.input--check:hover+label:after{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.input--check.indeterminate+label:after,.input--check:indeterminate+label:after{opacity:1;left:2px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);width:16px;height:16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23E31119'%3E%3Ctitle%3Echeck%3C/title%3E%3Cpath d='M18 19.5H6c-.8 0-1.5-.7-1.5-1.5V6c0-.8.7-1.5 1.5-1.5h12c.8 0 1.5.7 1.5 1.5v12c0 .8-.7 1.5-1.5 1.5z'/%3E%3C/svg%3E")}.input--check:checked+label:before{border:2px solid #b30a03;background-color:#e31119}.input--check:checked+label:after{opacity:1;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23fff'%3E%3Cpath d='M10.252 32.154a5.143 5.143 0 0 1-3.984-2.01l-5.65-6.409a2.571 2.571 0 0 1 .235-3.651 2.571 2.571 0 0 1 3.626.26l5.29 5.998a.54.54 0 0 0 .463.232.591.591 0 0 0 .463-.206l20.877-21.68a2.571 2.571 0 0 1 3.7 3.552l-21.11 22.17a4.989 4.989 0 0 1-3.91 1.744z'/%3E%3C/svg%3E")}.input--radio{opacity:0;position:absolute;width:0;border:0}.input--radio+label{position:relative;display:inline-block;padding-left:32px;font-size:12px;line-height:18px;color:#0a0a0a;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.input--radio+label:after,.input--radio+label:before{content:"";position:absolute;top:0;left:0;width:16px;height:16px;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.input--radio+label:before{border:1px solid #c6c6c6;border-radius:1000px;background-color:#f6f6f6}.input--radio+label:after{display:block;border-radius:1000px}.input--radio+label span{display:inline-block;word-break:break-word}.input--radio:hover+label:before{border-color:#b5b5b5}.input--radio:checked+label:before{border:1px solid #e7313c}.input--radio:checked+label:after{position:absolute;top:4px;left:4px;width:8px;height:8px;background-color:#e7313c}.input--radio--spaced+label{display:block;width:100%;padding:12px;padding-left:44px}.input--radio--spaced+label:after,.input--radio--spaced+label:before{top:13px;left:16px}.input--radio--hidden+label{display:block;width:100%;padding:12px}.input--radio--hidden+label:after,.input--radio--hidden+label:before{display:none}.input--radio--hidden:checked+label{background-color:rgba(227,17,25,.15)}.input--warning,.input:invalid{border-color:#e7313c}.input--warning::-webkit-input-placeholder,.input:invalid::-webkit-input-placeholder{color:rgba(231,49,60,.5)}.input--warning::-moz-placeholder,.input:invalid::-moz-placeholder{color:rgba(231,49,60,.5)}.input--warning::-ms-input-placeholder,.input:invalid::-ms-input-placeholder{color:rgba(231,49,60,.5)}.input--warning::placeholder,.input:invalid::placeholder{color:rgba(231,49,60,.5)}.input--warning:hover,.input:invalid:hover{border-color:#cf303b}.input--disabled,.input:disabled{opacity:.7;cursor:not-allowed}.input--readonly:not(.input--date){height:auto;margin-top:4px;line-height:normal;font-size:14px;line-height:20px;font-weight:700;background-color:#fff;color:#241c1c}.input--readonly:disabled{opacity:1}.input--readonly:not(.input--date),.input--readonly:not(.is-floating),.input[readonly]:not(.input--date),.input[readonly]:not(.is-floating){padding:0;border:0}.input--readonly.input--date.is-floating,.input[readonly].input--date.is-floating{padding-bottom:0}.input::-webkit-inner-spin-button,.input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.input::-ms-expand{display:none}.input[type=number]{-moz-appearance:textfield}.input:-moz-focusring{text-shadow:0 0 0 #000;color:transparent}.input.is-valid{position:relative}.input.is-valid+.icon+.icon--check,.input.is-valid+.icon--check{position:absolute;top:50%;right:44px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.input.is-valid+.icon+.icon--check+.icon--remove,.input.is-valid+.icon--check+.icon--remove{position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0){@media{.input{font-size:16px!important;line-height:1!important}}}.l--main{-ms-flex-direction:row;flex-direction:row;overflow-x:auto;height:100vh;background-color:#f6f6f6}.l--main,.l--main__content{display:-ms-flexbox;display:flex}.l--main__content{position:relative;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1}.l--main__content--secondary{display:block;overflow:auto}.l--main__content--secondary .l--content{padding-top:0;padding-bottom:72px;overflow:hidden}.l--main__content--secondary .l--content .l--container{overflow:hidden;height:100%!important}.l--main__content--secondary .l--content .l--container--grow--xlrg{padding-bottom:78px}.l--main__content--secondary .l--content .l--container--home{height:100%;padding-bottom:0}.l--main__content--secondary .l--header{position:relative}.l--header{position:fixed;top:0;left:0;right:0;height:100px;min-height:100px;z-index:4}@media (max-width:19.938em){.l--header{min-height:unset}}.l--subheader{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:16px;background-color:#f6f6f6}.l--subheader__back{margin-right:8px}.l--subheader__title{vertical-align:middle;font-size:14px;line-height:18px;font-weight:500}.l--subheader:empty{display:none}.l--nav{position:fixed;bottom:0;right:0;left:0;z-index:22;width:100%;height:72px;background-color:#fff;-webkit-box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.l--content,.l--nav{display:-ms-flexbox;display:flex;overflow-x:hidden;overflow-y:auto}.l--content{position:relative;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;width:100vw;padding-top:100px}.l--content--main{padding-bottom:72px}.l--content__title{margin-bottom:12px;font-size:14px;line-height:20px;color:#525252}.l--container{position:relative;width:100%;height:calc(89vh - 72px);overflow-y:auto;margin:0 auto;padding:12px}.l--container>.l--container{padding:0}.l--container--grow{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;height:calc(89vh - 86.4px);max-width:100vw;padding:12px}.l--container--grow--sml{height:calc(89vh - 115.2px)}.l--container--grow--base{height:calc(89vh - 129.6px)}.l--container--grow--med{height:calc(89vh - 151.2px)}.l--container--grow--lrg{height:calc(89vh - 187.2px)}.l--container--grow--xlrg{height:calc(89vh - 201.6px)}.l--container--home{width:100vw;height:100vh;padding-bottom:72px}.l--container--home__container{display:-ms-flexbox;display:flex;overflow-x:scroll;padding-bottom:24px}.l--container--home__container .nav--linkbox--home{-webkit-box-shadow:none;box-shadow:none}.l--footer{position:fixed;left:0;right:0;bottom:68px;z-index:4;display:-ms-flexbox;display:flex;padding:12px;background-color:#f6f6f6}@media (min-width:34em){.l--footer{background-color:#fff}}.l--footer--negative{background-color:#fff}.l--footer__btn{max-width:200px;-ms-flex:1;flex:1;margin-right:12px}.l--footer__btn:last-child{margin-right:0}.l--footer__btn:only-child{width:100%;max-width:100%}.l--footer.type--sml .btn{font:inherit}.l--footer:empty{display:none}.form{padding:8px}.form__group{position:relative;margin-bottom:16px}.form__group--last,.form__group:last-child{margin-bottom:0}.form__group--secondary .form__group__label{position:absolute;top:50%;left:16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:3;font-size:12px;line-height:18px;font-weight:500;word-break:break-all;color:#b5b0b0;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.form__group--secondary .form__group__label--move{left:48px}.form__group__label{position:relative;display:inline-block;margin-bottom:4px;z-index:3;font-size:12px;line-height:18px;font-weight:500;word-break:break-all;color:#b5b0b0;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.form__group__label--secondary{position:relative;left:0;top:auto;display:inline-block}.form__group__label.is-floating{visibility:visible;top:4px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);display:block;color:#737373}.form__group__label.is-floating--secondary{left:36px}.form__group__required{margin-left:4px;font-weight:700;color:#e7313c}.form__group__helper{margin-top:4px;font-size:12px;line-height:18px;text-align:right;color:#525252}.form__group .form__group{margin-bottom:0}.form__group--validation:after{content:"";position:absolute;top:0;bottom:0;left:-12px;width:4px;background-color:#e7313c}.emptystate{max-width:400px;padding:16px;text-align:center;border:1px solid #c6c6c6;border-radius:4px;background-color:#f6f6f6}.emptystate--negative{background-color:#fff}.emptystate__img{margin-bottom:16px}.emptystate__title{font-size:16px;line-height:24px;font-weight:500;letter-spacing:0;color:#0a0a0a}.emptystate__description{font-size:14px;line-height:20px;text-align:left}.emptystate__header,.emptystate__link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:12px}.emptystate__link{-ms-flex-pack:center;justify-content:center;height:auto;min-height:44px;margin-top:16px;padding-top:4px;padding-bottom:4px;line-height:20px;white-space:normal}.emptystate__link:last-child{margin-bottom:0}.list--primary{max-width:400px;border:1px solid #c6c6c6;border-radius:4px;background-color:#fff}.list--primary__item{padding:8px 12px;margin-bottom:4px;border-bottom:1px solid #c6c6c6}.list--primary__item:last-child{margin-bottom:0;border-bottom:0}.list--primary__head{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:4px;color:#0a0a0a}.list--primary__head,.list--primary__row{display:-ms-flexbox;display:flex}.list--primary__icon{margin-right:8px}.list--primary__text{position:relative;top:-2px}.list--primary__title{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:4px 8px;border-radius:24px;color:#fff}.list--primary__title--success{background-color:#06a676}.list--primary__title--danger{background-color:#e7313c}.list--primary--borderless{border:0}.card{border:1px solid #c6c6c6;border-radius:4px;background-color:#fff}@media (min-width:34em){.card{max-width:400px}}.card--primary__header,.card__row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.card--primary__header{padding:8px 12px}.card--primary__header--actions{padding-top:4px;padding-bottom:4px;border-bottom:1px solid #c6c6c6}.card--primary__header--vertical{-ms-flex-direction:column;flex-direction:column;border-bottom:1px solid #c6c6c6}.card--primary__title{-ms-flex-positive:1;flex-grow:1;font-size:14px;line-height:20px;font-weight:500;word-break:break-all;color:#0a0a0a}.card--primary__toggle{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.card--primary__body,.card--primary__footer{padding:16px}.card--primary__body:empty,.card--primary__footer:empty{display:none}.card--primary__row{margin-bottom:16px}.card--primary__row .form__group__label{position:relative;visibility:visible;left:0;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.card--primary__row--toggle .card--primary__col--right{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.card--primary__row:last-child{margin-bottom:0}.card--primary__col{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.card--primary__col--right{-ms-flex-positive:1;flex-grow:1}.card--primary__col--left{width:56px;max-width:56px}.card--primary__footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.card--primary__footer__btn{-ms-flex-positive:1;flex-grow:1;margin-right:12px}.card--primary__footer__btn:last-child{margin-right:0}.card--primary--wrapper .card--primary:not(:only-child):first-child{border-bottom-right-radius:0;border-bottom-left-radius:0}.card--primary--wrapper .card--primary:not(:only-child):first-child .card--primary__header--vertical{border-bottom:0}.card--primary--wrapper .card--primary:not(:only-child):not(:first-child){border-top:0;border-top-right-radius:0;border-top-left-radius:0}.card--primary--wrapper .card--primary__body .card--primary{border:0}.card--primary--wrapper .card--primary__body .card--primary__body{padding-top:0;padding-right:0;padding-left:0}.card--primary .l--container{padding:0}.card--secondary{padding:16px}.card--secondary .card--primary__header{padding:0}.card--secondary .card--primary__body{padding:0;margin-top:16px}.card--secondary .card--primary__body .form__group .card--primary__body{margin-top:0}.card--reset{padding:0;border:none;background-color:transparent}.card--negative{max-width:400px;padding:16px;background-color:#fff;border-radius:12px}.card--negative .l--footer{position:relative;bottom:auto}.card--negative.spc--bottom--med .form__group__label{position:relative;visibility:visible;left:0;top:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.card--table{margin-top:12px;border:1px solid #c6c6c6;border-radius:4px;background-color:#fff}.card--table--secondary{max-width:400px}.card--table__pager{padding:16px;background-color:#f6f6f6}.card--table__pager:first-child{border-bottom:1px solid #c6c6c6;border-top-right-radius:inherit;border-top-left-radius:inherit}.card--table__pager:last-child{border-top:1px solid #c6c6c6;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.card--table:empty{display:none}.card--password{padding:8px;color:#0a0a0a;border-radius:4px;background-color:#f0f0f0}.card--email{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end}.card--email .form__group{-ms-flex-positive:1;flex-grow:1;margin-right:12px}.card--email__btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.card--email__list{margin-bottom:12px;font-size:12px;line-height:18px;word-break:break-all}.card--email__list>div{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.card--email__list>div span{-ms-flex-positive:1;flex-grow:1;margin-right:4px}.card--email__list:empty{display:none}.header{-ms-flex-align:end;align-items:flex-end;height:100%;padding:0 16px;padding-bottom:16px;color:#fff;background-color:#b30a03}.header,.header__nav{display:-ms-flexbox;display:flex}.header__nav{-ms-flex-align:center;align-items:center;-ms-flex-positive:1;flex-grow:1}.header__nav--current{padding-bottom:8px}.header__nav__back{opacity:.8;-ms-flex-pack:start;justify-content:flex-start}.header__nav__title{-ms-flex-positive:1;flex-grow:1;overflow:hidden;max-width:calc(100% - 34px);white-space:nowrap}.header__nav__title--home{max-width:100%}.header__nav__current,.header__nav__parent{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.header__nav__parent{font-size:11px;line-height:18px;color:hsla(0,0%,100%,.8)}.header__nav__parent:only-child{font-size:12px;line-height:18px;color:#fff}.header__nav__current{font-size:16px;line-height:24px;color:#fff}.header__balance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:42%;min-width:42%}.header__balance__account{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;margin-left:8px}.header__balance__user{font-size:16px;line-height:24px;color:hsla(0,0%,100%,.8)}.header__balance__amount{font-size:14px;line-height:18px}.header__balance__amount,.header__balance__user{overflow:hidden;width:100%;-o-text-overflow:clip;text-overflow:clip}@media (max-width:20em){.header{-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:auto;min-height:100%;padding:12px}.header__nav{width:100%;max-width:100%;margin-top:4px}.header__balance{width:100%;min-width:100%}.header__balance__account{-ms-flex-align:start;align-items:flex-start}}.nav--main{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nav--main:first-child{-ms-flex:1;flex:1}.nav--main__menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0 24px;z-index:6}.nav--main__item{display:block;padding:8px 4px;font-size:11px;line-height:14.4px;text-align:center;color:#0a0a0a;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.nav--main__item__title{display:block;overflow:hidden;max-width:100%;margin-top:4px;text-align:center;-ms-hyphens:auto;hyphens:auto}.nav--main__item.is-active,.nav--main__item__title--active{color:#e31119}.nav--main__select{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:12px 16px;border-radius:4px;border:1px solid #c6c6c6;background-color:#fff}.nav--main__select__title{margin-left:8px;font-size:14px;line-height:20px;color:#737373}.nav__menu{display:none;position:relative}.nav__menu--open{display:block;position:fixed;bottom:0;left:0;right:0;height:440px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding-top:32px;background:#fff;border-top-left-radius:4px;border-top-right-radius:4px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav__menu--open:before{content:"";position:absolute;top:16px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:48px;height:4px;background-color:#c6c6c6}.nav__menu--open:after{content:"";position:fixed;top:0;right:0;left:0;bottom:440px;background-color:rgba(0,0,0,.75);z-index:33}.nav__menu--open--secondary{height:330px!important}.nav__menu--open--secondary:after{bottom:330px}.nav__menu--open--landscape{height:100%;padding-top:24px;border-top-left-radius:0;border-top-right-radius:0}.nav__menu--open--landscape:after{display:none}.nav__menu--open--landscape .nav__menu__item{padding:12px}@media (min-width:34em){.nav__menu{padding-top:24px}.nav__menu .nav__menu__item{padding:12px}}.nav__menu__item{position:relative;padding:16px}.nav__menu__item__title{margin-left:20px;font-weight:500}.nav__menu__item__title--active{color:#e31119}.nav__menu__count{position:absolute;left:28px;top:8px;min-width:16px;height:16px;padding:2px 4px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:11px;line-height:18px;line-height:1;background:#e31119;border-radius:50%;color:#fff}.nav--linkbox{max-width:400px}.nav--linkbox__card,.nav--linkbox__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nav--linkbox__card{-ms-flex-pack:justify;justify-content:space-between;max-width:400px;padding:8px;background-color:#fff;border-radius:12px;-webkit-box-shadow:0 45px 170px hsla(0,0%,48%,.07),0 13.5662px 51.25px hsla(0,0%,48%,.0456112),0 5.6347px 21.2866px hsla(0,0%,48%,.035),0 2.03796px 7.69896px hsla(0,0%,48%,.0243888);box-shadow:0 45px 170px hsla(0,0%,48%,.07),0 13.5662px 51.25px hsla(0,0%,48%,.0456112),0 5.6347px 21.2866px hsla(0,0%,48%,.035),0 2.03796px 7.69896px hsla(0,0%,48%,.0243888)}.nav--linkbox__card__title{margin-bottom:8px;font-weight:500}.nav--linkbox__card__title--primary{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px;color:#525252}.nav--linkbox__card__title--secondary{color:#e7313c}.nav--linkbox__card__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav--linkbox__card__item{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:2px 10px;margin-right:8px;margin-bottom:8px;color:#fff;border-radius:24px;font-size:11px;line-height:18px}.nav--linkbox__card__item:last-child{margin-right:0}.nav--linkbox__card__item--success{background-color:#06a676}.nav--linkbox__card__item--success a.nav--linkbox__card__link{color:#fff}.nav--linkbox__card__item--warning{background-color:#e7313c}.nav--linkbox__card__item--warning a.nav--linkbox__card__link{color:#fff}.nav--linkbox__item{margin-bottom:12px}.nav--linkbox__item--full:last-child,.nav--linkbox__item--home:last-child{margin-bottom:0}.nav--linkbox__item--full .nav--linkbox__link,.nav--linkbox__item--home .nav--linkbox__link{-ms-flex-pack:justify;justify-content:space-between;padding:8px;padding-right:12px;background:#f6f6f6;border:1px solid #ececec;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.nav--linkbox__item--full .nav--linkbox__link__icon,.nav--linkbox__item--home .nav--linkbox__link__icon{width:48px;height:48px;margin-right:12px}.nav--linkbox__item--full .nav--linkbox__link__title,.nav--linkbox__item--home .nav--linkbox__link__title{font-size:14px;line-height:20px}.nav--linkbox__item--inline{-webkit-box-shadow:0 45px 170px hsla(0,0%,48%,.07),0 13.5662px 51.25px hsla(0,0%,48%,.0456112),0 5.6347px 21.2866px hsla(0,0%,48%,.035),0 2.03796px 7.69896px hsla(0,0%,48%,.0243888);box-shadow:0 45px 170px hsla(0,0%,48%,.07),0 13.5662px 51.25px hsla(0,0%,48%,.0456112),0 5.6347px 21.2866px hsla(0,0%,48%,.035),0 2.03796px 7.69896px hsla(0,0%,48%,.0243888);border-radius:12px}.nav--linkbox__item--inline .nav--linkbox__link{display:-ms-flexbox;display:flex;-ms-flex-pack:justify!important;justify-content:space-between!important;background:#fff;border-radius:12px!important;border:0}.nav--linkbox__item--inline .nav--linkbox__content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;width:100%}.nav--linkbox__item--inline .nav--linkbox__content .nav--linkbox__link__title{padding-right:0}.nav--linkbox__item--inline .nav--linkbox__content .nav--linkbox__link__title span{font-size:14px;line-height:20px}.nav--linkbox__item--inline .nav--linkbox__content .nav--linkbox__link__title span:first-child{font-weight:500}.nav--linkbox__item--inline .nav--linkbox__content .nav--linkbox__link__title span:last-child{color:#525252}.nav--linkbox__link{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;padding:16px 8px;color:#0a0a0a;border:1px solid #c6c6c6;border-radius:4px;background-color:#f6f6f6;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.nav--linkbox__link.is-active,.nav--linkbox__link:hover{color:#e31119}.nav--linkbox__link:active{background-color:hsla(0,0%,100%,.7)}.nav--linkbox__link--secondary{padding:8px 16px}.nav--linkbox__link__icon{display:block;min-width:48px;min-height:48px;margin-right:12px}.nav--linkbox__link__title{width:100%;font-size:12px;line-height:18px;text-align:left}.nav--linkbox__link__inner{display:-ms-flexbox;display:flex}.nav--linkbox__link__inner span:first-child{-ms-flex-positive:1;flex-grow:1;max-width:90%}.nav--linkbox--inline .nav--linkbox__item{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.nav--linkbox--inline .nav--linkbox__item:first-child .nav--linkbox__link{border-top-right-radius:4px;border-top-left-radius:4px}.nav--linkbox--inline .nav--linkbox__item:last-child .nav--linkbox__link{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.nav--linkbox--inline .nav--linkbox__item:not(:first-child){padding-top:0}.nav--linkbox--inline .nav--linkbox__item:not(:first-child) .nav--linkbox__link{border-top:0}.nav--linkbox--inline .nav--linkbox__item:not(:last-child){padding-bottom:0}.nav--linkbox--inline .nav--linkbox__link{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;padding:16px;border-radius:0}.nav--linkbox--inline .nav--linkbox__link:hover{color:#0a0a0a}.nav--linkbox--inline .nav--linkbox__link.is-disabled{cursor:default}.nav--linkbox--inline .nav--linkbox__link.is-disabled:active{background-color:#f6f6f6;pointer-events:none}.nav--linkbox--inline .nav--linkbox__link__title{text-align:left}.nav--linkbox--inline .nav--linkbox__link__row{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-right:24px;text-align:left;word-break:break-all}.nav--linkbox--home{width:280px;min-width:280px;max-width:280px;padding:16px;margin-right:16px;border-radius:4px;background:#fff;-webkit-box-shadow:0 45px 170px hsla(0,0%,48%,.07),0 13.5662px 51.25px hsla(0,0%,48%,.0456112),0 5.6347px 21.2866px hsla(0,0%,48%,.035),0 2.03796px 7.69896px hsla(0,0%,48%,.0243888);box-shadow:0 45px 170px hsla(0,0%,48%,.07),0 13.5662px 51.25px hsla(0,0%,48%,.0456112),0 5.6347px 21.2866px hsla(0,0%,48%,.035),0 2.03796px 7.69896px hsla(0,0%,48%,.0243888)}.nav--linkbox--home:last-child,.nav--linkbox--home:nth-child(2){margin-right:0}.nav--linkbox--full{padding:16px;border-radius:4px;background:#fff}.loader--full{position:fixed;top:0;right:0;bottom:0;left:0;z-index:23;overflow:hidden;width:100%;height:100vh;background-color:#e31119;background-image:url(/static/media/bg-login.08e2cd3c.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.loader--full:before{content:"";opacity:.85;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#e31119;background:-webkit-gradient(linear,left top,left bottom,from(#e31119),color-stop(47%,#b30a03));background:-webkit-linear-gradient(top,#e31119,#b30a03 47%);background:-o-linear-gradient(top,#e31119 0,#b30a03 47%);background:linear-gradient(180deg,#e31119,#b30a03 47%)}.loader--full__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.loader--full__ring{position:relative;display:inline-block;width:110px;height:110px;margin:-4px}.loader--full__ring:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:4px solid hsla(0,0%,100%,.25);border-radius:1000px}.loader--full__ring span{position:absolute;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:110px;height:110px;padding:4px;border:4px solid #fff;border-radius:1000px;border-color:#fff transparent transparent;-webkit-animation:loader-ring .85s cubic-bezier(.5,0,.5,1) infinite;animation:loader-ring .85s cubic-bezier(.5,0,.5,1) infinite}.loader--full__ring span:first-child{-webkit-animation-delay:-.3s;animation-delay:-.3s}.loader--full__ring span:nth-child(2){-webkit-animation-delay:-.2s;animation-delay:-.2s}.loader--full__ring span:nth-child(3){-webkit-animation-delay:-.1s;animation-delay:-.1s}.loader--full__logo{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80px;margin:0 auto}.loader--full__logo__img{width:100%}.loader--full__label{margin-top:16px;font-size:16px;line-height:20px;color:#fff}.loader--dots{display:-ms-flexbox;display:flex;position:relative}.loader--dots span{width:12px;height:12px;border-radius:50%;background-color:#fff;-webkit-animation:move .5s linear 0ms infinite;animation:move .5s linear 0ms infinite;margin-right:30px}.loader--dots span:first-child{position:absolute;top:0;left:0;-webkit-animation:grow .5s linear 0ms infinite;animation:grow .5s linear 0ms infinite}.loader--dots span:last-child{position:absolute;top:0;right:0;margin-right:0;-webkit-animation:grow .5s linear 0s infinite reverse;animation:grow .5s linear 0s infinite reverse}.loader--dots .loader--full__logo{padding-bottom:60px}.loader--spinner{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:48px;height:48px}.loader--spinner__wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:32}.loader--spinner div{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:48px;height:48px;margin:8px;border:8px solid #737373;border-radius:50%;-webkit-animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#737373 transparent transparent}.loader--spinner div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.loader--spinner div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.loader--spinner div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes loader-ring{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader-ring{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes grow{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes grow{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes move{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(45px);transform:translateX(45px)}}@keyframes move{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(45px);transform:translateX(45px)}}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.icon{display:inline-block;vertical-align:middle;background-position:50%;background-repeat:no-repeat;background-size:100%}.icon--sml{width:12px;height:12px}.icon--med{width:16px;min-width:16px;height:16px}.icon--base{width:20px;min-width:20px;height:24px}.icon--lrg{width:36px;height:36px}.icon--undefined{display:none}.icon--arrow-up{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' fill='%23737373'%3E%3Cpath d='M35.258 23.785L21.182 8.964A4.518 4.518 0 0 0 14.76 9L.72 23.76a2.718 2.718 0 1 0 3.938 3.748l12.69-13.367a.896.896 0 0 1 1.304 0l12.69 13.367a2.702 2.702 0 1 0 3.916-3.723z'/%3E%3C/svg%3E")}.icon--arrow-down{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23737373'%3E%3Cpath d='M18 29.25a3.51 3.51 0 0 1-2.595-1.17L.69 11.355a2.775 2.775 0 1 1 4.155-3.66l12.87 14.625a.375.375 0 0 0 .57 0l12.87-14.625a2.775 2.775 0 1 1 4.155 3.66L20.595 28.08A3.51 3.51 0 0 1 18 29.25z'/%3E%3C/svg%3E")}.icon--arrow-right{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M1.667 1l6.67 6.67a.466.466 0 0 1 0 .66L1.667 15' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--arrow-left{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23fff'%3E%3Cpath d='M6.75 18a3.51 3.51 0 0 1 1.17-2.595L24.645.69a2.775 2.775 0 1 1 3.66 4.155L13.68 17.715a.375.375 0 0 0 0 .57l14.625 12.87a2.775 2.775 0 1 1-3.66 4.155L7.92 20.595A3.51 3.51 0 0 1 6.75 18z'/%3E%3C/svg%3E")}.icon--add{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%2306a676'%3E%3Cpath d='M.75.748l34.5 34.5m0-34.5l-34.5 34.5' stroke-width='4.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--agency{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M1.523 10.894l.737 2.95h16.222l.737-2.95m-8.848-9.585h4.424v2.95h-4.424v-2.95zm0-.738v6.39' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.956 10.894H14.72a4.41 4.41 0 0 0-8.698 0H.786m1.474 2.949h16.221v9.585H2.261v-9.585z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.667 17.53h5.407a.983.983 0 0 1 .983.983v4.916H6.684v-4.916a.983.983 0 0 1 .983-.983zm2.704 0v5.899M.786 13.843H2.26m16.222 0h1.474M2.527 23.361h15.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--balance{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23737373'%3E%3Cpath d='M33.75 6.75H2.25a1.5 1.5 0 0 0-1.5 1.5v19.5a1.5 1.5 0 0 0 1.5 1.5h31.5a1.5 1.5 0 0 0 1.5-1.5V8.25a1.5 1.5 0 0 0-1.5-1.5zm-28.5 6a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5zM18 22.5a4.5 4.5 0 1 1 4.5-4.5 4.5 4.5 0 0 1-4.5 4.5zm12.75 3.75a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5z'/%3E%3C/svg%3E")}.icon--bb{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231cad05'%3E%3Cpath d='M23.31 11.28l-5.67-6a1 1 0 0 0-.72-.28h-4.76a1 1 0 0 0-.72 1.69l4.84 5.11a.23.23 0 0 1 0 .34l-4.85 5.18a1 1 0 0 0 .73 1.68h4.76a1 1 0 0 0 .73-.32l5.66-6a1 1 0 0 0 0-1.4z'/%3E%3Cpath d='M12.57 11.28l-5.66-6A1 1 0 0 0 6.18 5H1.43A1 1 0 0 0 .7 6.69l4.85 5.11a.25.25 0 0 1 0 .34L.69 17.32A1 1 0 0 0 1.42 19h4.76a1 1 0 0 0 .73-.32l5.67-6a1 1 0 0 0-.01-1.4z'/%3E%3C/svg%3E")}.icon--central{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M34.674 13.8L18.924 1.473a1.5 1.5 0 0 0-1.848 0L1.326 13.8a1.5 1.5 0 0 0-.576 1.18v18.77a1.5 1.5 0 0 0 1.5 1.5H12v-9a6 6 0 0 1 12 0v9h9.75a1.5 1.5 0 0 0 1.5-1.5V14.98a1.5 1.5 0 0 0-.576-1.18z' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E")}.icon--close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M.75.748l34.5 34.5m0-34.5l-34.5 34.5' stroke-width='4.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--close--danger{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23e7313c'%3E%3Cpath d='M.75.748l34.5 34.5m0-34.5l-34.5 34.5' stroke-width='4.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--company{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2.25 35.193L3.579 31.2a.75.75 0 0 1 .711-.513h27.42a.75.75 0 0 1 .711.513l1.329 3.987'/%3E%3Cpath d='M5.25 14.193h25.5v16.5H5.25zm30 21H.75m9.003-21v16.5m4.5-16.5v16.5m7.5-16.5v16.5m4.5-16.5v16.5m7.302-20.416a.75.75 0 0 0-.339-.888L18.372.9a.75.75 0 0 0-.75 0L2.772 9.382a.75.75 0 0 0-.339.888l1.146 3.41a.75.75 0 0 0 .711.513h27.42a.75.75 0 0 0 .711-.513zm-.055-.584H2.492'/%3E%3C/g%3E%3C/svg%3E")}.icon--messages{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M15.938.938A13.106 13.106 0 0 0 4.79 20.968L.937 29.064 9.03 25.21A13.125 13.125 0 1 0 15.938.938zm-5.628 9.375h11.25m-13.125 3.75h15m-13.125 3.75h11.25' stroke-width='1.875' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--copy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23' fill='%23E31119'%3E%3Cpath d='M3.5 3.9h12.1c1.1 0 2 .9 2 2V21c0 1.1-.9 2-2 2H3.5c-1.1 0-2-.9-2-2V5.9c0-1.1.9-2 2-2z'/%3E%3Cpath d='M21.5 1v18.5c0 .6-.5 1-1 1s-1-.4-1-1V2H6.4c-.6 0-1-.5-1-1s.4-1 1-1h14.1c.5 0 1 .5 1 1z'/%3E%3C/svg%3E")}.icon--check{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg' stroke='%2306a676'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.125'%3E%3Cpath d='M4.5 9.917l1.837 2.608a.787.787 0 0 0 1.28.038L13.5 5.121'/%3E%3Cpath d='M.563 9a8.438 8.438 0 1 0 16.875 0A8.438 8.438 0 1 0 .563 9z'/%3E%3C/g%3E%3C/svg%3E")}.icon--dial-finger{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' fill='%23737373'%3E%3Cpath d='M0 10.214a10.208 10.208 0 1 0 20.417 0 10.208 10.208 0 1 0-20.417 0zm29.167 0a10.208 10.208 0 1 0 20.416 0 10.208 10.208 0 1 0-20.416 0zm29.166 0a10.208 10.208 0 1 0 20.417 0 10.208 10.208 0 1 0-20.417 0zM0 39.38a10.208 10.208 0 1 0 20.417 0A10.208 10.208 0 1 0 0 39.38zm29.167 0a10.208 10.208 0 1 0 20.416 0 10.208 10.208 0 1 0-20.416 0zm29.166 0a10.208 10.208 0 1 0 20.417 0 10.208 10.208 0 1 0-20.417 0zM0 68.547a10.208 10.208 0 1 0 20.417 0 10.208 10.208 0 1 0-20.417 0zm29.167 0a10.208 10.208 0 1 0 20.416 0 10.208 10.208 0 1 0-20.416 0zm84.583 30.62H99.167v-35a11.667 11.667 0 0 0-23.334 0v49.25l-8.528-10.26a11.667 11.667 0 0 0-17.943 14.91l17.354 20.877A2.917 2.917 0 0 0 68.962 140h68.121a2.917 2.917 0 0 0 2.917-2.917v-11.666a26.25 26.25 0 0 0-26.25-26.25z'/%3E%3C/svg%3E")}.icon--no-data{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='%23737373' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3Cpath d='M25 21.564c-6.73 0-12.188-2.183-12.188-4.875 0-2.693 5.457-4.875 12.188-4.875 6.73 0 12.188 2.181 12.188 4.875 0 1.438-1.56 2.732-4.04 3.624m4.04 1.251v-4.875' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.813 16.689v6.5c0 2.12 3.385 3.924 8.11 4.595' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.813 23.189v6.5c0 2.24 3.78 4.128 8.928 4.698' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.188 29.689a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0z' fill='%23FFD500' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.125 27.25l-4.875 4.875m0-4.875l4.875 4.875' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--nav-back{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M19.75 9.75H1M9.75 1L1 9.75l8.75 8.75' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--nav-back--white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cpath d='M19.75 9.75H1M9.75 1L1 9.75l8.75 8.75' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--nav-top{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M19.75 9.75H1M9.75 1L1 9.75l8.75 8.75' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--alert--warning{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512' stroke='%23ff8c00'%3E%3Cpath d='M284.01 48.533a32 32 0 0 0-56.02 0l-208 384A32 32 0 0 0 48 480h416a32 32 0 0 0 28.01-47.467zM256 384a8 8 0 0 1 8 8m-16 0a8 8 0 0 1 8-8m0 16a8 8 0 0 1-8-8m16 0a8 8 0 0 1-8 8m0-80V176' stroke-width='32' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--power-button{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M21.75 9.75a9.75 9.75 0 1 1-7.545.021M18 6.748v9.75' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--refresh{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M8.25 28.392A14.25 14.25 0 0 1 25.591 5.934m2.159 8.313v-6.75h6.75'/%3E%3Cpath d='M8.25 21.747v6.75H1.5M27.75 7.606A14.25 14.25 0 0 1 10.325 30.01'/%3E%3C/g%3E%3C/svg%3E")}.icon--refresh--bold{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23fff'%3E%3Cpath d='M9.27 9.255a12.33 12.33 0 0 1 12.525-3 1.875 1.875 0 1 0 1.14-3.57A16.125 16.125 0 0 0 3.075 24a.375.375 0 0 1-.15.45l-2.1 1.395a1.5 1.5 0 0 0-.645 1.5 1.5 1.5 0 0 0 1.17 1.185L7.965 30h.3a1.5 1.5 0 0 0 .825-.255 1.5 1.5 0 0 0 .645-.945l1.365-6.615a1.5 1.5 0 0 0-.63-1.5 1.5 1.5 0 0 0-1.665 0l-2.01 1.32a.435.435 0 0 1-.33 0 .42.42 0 0 1-.24-.24A12.42 12.42 0 0 1 9.27 9.255zm26.55-.51a1.5 1.5 0 0 0-1.14-1.2L28.095 6a1.5 1.5 0 0 0-1.8 1.125l-1.5 6.57a1.5 1.5 0 0 0 .6 1.5 1.5 1.5 0 0 0 .87.285 1.41 1.41 0 0 0 .795-.24l2.16-1.35a.435.435 0 0 1 .33 0 .42.42 0 0 1 .24.24 12.375 12.375 0 0 1-15.435 15.69A1.875 1.875 0 0 0 12 31.065a1.86 1.86 0 0 0 1.23 2.34 15.9 15.9 0 0 0 4.785.72A16.125 16.125 0 0 0 33 12a.405.405 0 0 1 .15-.465l2.025-1.26a1.5 1.5 0 0 0 .645-1.53z'/%3E%3C/svg%3E")}.icon--refresh--warning{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23E31119'%3E%3Cpath d='M9.27 9.255a12.33 12.33 0 0 1 12.525-3 1.875 1.875 0 1 0 1.14-3.57A16.125 16.125 0 0 0 3.075 24a.375.375 0 0 1-.15.45l-2.1 1.395a1.5 1.5 0 0 0-.645 1.5 1.5 1.5 0 0 0 1.17 1.185L7.965 30h.3a1.5 1.5 0 0 0 .825-.255 1.5 1.5 0 0 0 .645-.945l1.365-6.615a1.5 1.5 0 0 0-.63-1.5 1.5 1.5 0 0 0-1.665 0l-2.01 1.32a.435.435 0 0 1-.33 0 .42.42 0 0 1-.24-.24A12.42 12.42 0 0 1 9.27 9.255zm26.55-.51a1.5 1.5 0 0 0-1.14-1.2L28.095 6a1.5 1.5 0 0 0-1.8 1.125l-1.5 6.57a1.5 1.5 0 0 0 .6 1.5 1.5 1.5 0 0 0 .87.285 1.41 1.41 0 0 0 .795-.24l2.16-1.35a.435.435 0 0 1 .33 0 .42.42 0 0 1 .24.24 12.375 12.375 0 0 1-15.435 15.69A1.875 1.875 0 0 0 12 31.065a1.86 1.86 0 0 0 1.23 2.34 15.9 15.9 0 0 0 4.785.72A16.125 16.125 0 0 0 33 12a.405.405 0 0 1 .15-.465l2.025-1.26a1.5 1.5 0 0 0 .645-1.53z'/%3E%3C/svg%3E")}.icon--password{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M8.467 8.467H1.933A.933.933 0 0 1 1 7.533v-5.6A.933.933 0 0 1 1.933 1h11.2a.933.933 0 0 1 .934.933v3.734' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.8 4.5a.233.233 0 1 1 0 .467.233.233 0 0 1 0-.467m3.733 0a.233.233 0 1 1 0 .467.233.233 0 0 1 0-.467m3.734 0a.233.233 0 1 1 0 .467.233.233 0 0 1 0-.467M9.4 10.333H15V15H9.4v-4.667zm2.8-2.8A1.866 1.866 0 0 0 10.333 9.4v.933h3.734V9.4A1.867 1.867 0 0 0 12.2 7.533z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.2 12.451a.233.233 0 0 1 .229.28.234.234 0 1 1-.229-.28' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--remove{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23737373'%3E%3Ctitle%3EExported from Streamline App (https://app.streamlineicons.com)%3C/title%3E%3Cpath d='M24 0C10.746 0 0 10.746 0 24s10.746 24 24 24 24-10.746 24-24C47.984 10.752 37.248.016 24 0zm10.98 32.152c.794.768.816 2.034.05 2.828a2.002 2.002 0 0 1-2.828.05c-.016-.016-.034-.032-.05-.05l-7.8-7.8a.503.503 0 0 0-.708 0l-7.8 7.8a2.024 2.024 0 0 1-2.828 0 2.001 2.001 0 0 1 0-2.828l7.8-7.8a.499.499 0 0 0 .002-.704l-.002-.002-7.8-7.8a2 2 0 1 1 2.83-2.826l7.8 7.8a.5.5 0 0 0 .708 0l7.8-7.8a2 2 0 1 1 2.824 2.828l-7.8 7.8a.499.499 0 0 0-.002.704l.002.002 7.802 7.798z'/%3E%3C/svg%3E")}.icon--shop,.icon--shops{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='19' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M3.099 8.68v9.796h4.898V14.19a2.449 2.449 0 0 1 4.898 0v4.286h4.898V8.68m-16.53 9.796H19.63M3.712 3.782V2.558a1.224 1.224 0 0 1 1.224-1.225h11.02a1.225 1.225 0 0 1 1.225 1.225v1.224' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.391 6.908A1.224 1.224 0 0 0 2.487 8.68h15.918a1.224 1.224 0 0 0 1.096-1.772l-2.32-3.126H3.71L1.39 6.908z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--shop--bold,.icon--shops--bold{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' height='36' width='36' fill='%23737373'%3E%3Cpath d='M32.07 17.85a5.565 5.565 0 0 1-4.395-2.265.375.375 0 0 0-.6 0 5.385 5.385 0 0 1-8.775 0 .375.375 0 0 0-.6 0 5.565 5.565 0 0 1-4.395 2.265 5.61 5.61 0 0 1-4.395-2.265.36.36 0 0 0-.285-.15.39.39 0 0 0-.3.15A5.565 5.565 0 0 1 3.93 17.85h-.57a.375.375 0 0 0-.3.09.39.39 0 0 0-.12.285v13.5a2.25 2.25 0 0 0 2.25 2.25h25.5a2.25 2.25 0 0 0 2.25-2.25v-13.5a.375.375 0 0 0-.12-.27.39.39 0 0 0-.285-.105zM22.5 22.5a.57.57 0 0 1 .6-.54h4.785a.57.57 0 0 1 .615.54v7.71a.75.75 0 0 1-.75.75h-4.5a.75.75 0 0 1-.75-.75zm-14.25 0a.525.525 0 0 1 .555-.495h7.875a.54.54 0 0 1 .555.495v5.01a.54.54 0 0 1-.555.495H8.745a.525.525 0 0 1-.555-.495z'/%3E%3Cpath d='M32.07 15.6a3.675 3.675 0 0 0 3.345-2.82 3.435 3.435 0 0 0 0-2.055L32.7 2.52c-.105-.285-.315-.495-.525-.495H3.825c-.21 0-.42.21-.525.495L.6 10.725a3.555 3.555 0 0 0 0 2.055 3.675 3.675 0 0 0 3.33 2.82 4.005 4.005 0 0 0 3.57-4.32 1.125 1.125 0 0 1 2.25 0 3.99 3.99 0 0 0 3.555 4.32 4.005 4.005 0 0 0 3.57-4.32 1.125 1.125 0 0 1 2.25 0 4.005 4.005 0 0 0 3.57 4.32 3.99 3.99 0 0 0 3.555-4.32 1.125 1.125 0 0 1 2.25 0 4.005 4.005 0 0 0 3.57 4.32z'/%3E%3C/svg%3E")}.icon--user{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M5.252 2.608a5.42 5.42 0 0 0 6.05 1.217M4.8 4.267a3.267 3.267 0 1 0 6.533 0 3.267 3.267 0 0 0-6.533 0zM2 15a6.067 6.067 0 1 1 12.133 0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--user--bold{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' height='36' width='36' fill='%23737373'%3E%3Cg transform='scale(1.5)'%3E%3Ccircle cx='12' cy='6.25' r='5.5'/%3E%3Cpath d='M12 13.25a9.51 9.51 0 0 0-9.5 9.5.5.5 0 0 0 .5.5h18a.5.5 0 0 0 .5-.5 9.51 9.51 0 0 0-9.5-9.5z'/%3E%3C/g%3E%3C/svg%3E")}.icon--user-activities--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M.783 14.13a5.252 5.252 0 0 1 7.31-4.828M2.825 4.505a3.208 3.208 0 1 0 6.416 0 3.208 3.208 0 0 0-6.416 0zM14.2 10.048a2.916 2.916 0 0 1 2.916 2.916v2.333a1.166 1.166 0 0 0 1.166 1.167h-8.166a1.167 1.167 0 0 0 1.167-1.167v-2.333a2.917 2.917 0 0 1 2.916-2.916zm0 8.166a.292.292 0 1 1-.001.584.292.292 0 0 1 0-.584z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--user-activities--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M.783 14.13a5.252 5.252 0 0 1 7.31-4.828M2.825 4.505a3.208 3.208 0 1 0 6.416 0 3.208 3.208 0 0 0-6.416 0zM14.2 10.048a2.916 2.916 0 0 1 2.916 2.916v2.333a1.166 1.166 0 0 0 1.166 1.167h-8.166a1.167 1.167 0 0 0 1.167-1.167v-2.333a2.917 2.917 0 0 1 2.916-2.916zm0 8.166a.292.292 0 1 1-.001.584.292.292 0 0 1 0-.584z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--agency--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M1.523 10.894l.737 2.95h16.222l.737-2.95m-8.848-9.585h4.424v2.95h-4.424v-2.95zm0-.738v6.39' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.956 10.894H14.72a4.41 4.41 0 0 0-8.698 0H.786m1.474 2.949h16.221v9.585H2.261v-9.585z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.667 17.53h5.407a.983.983 0 0 1 .983.983v4.916H6.684v-4.916a.983.983 0 0 1 .983-.983zm2.704 0v5.899M.786 13.843H2.26m16.222 0h1.474M2.527 23.361h15.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--agency--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M1.523 10.894l.737 2.95h16.222l.737-2.95m-8.848-9.585h4.424v2.95h-4.424v-2.95zm0-.738v6.39' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.956 10.894H14.72a4.41 4.41 0 0 0-8.698 0H.786m1.474 2.949h16.221v9.585H2.261v-9.585z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.667 17.53h5.407a.983.983 0 0 1 .983.983v4.916H6.684v-4.916a.983.983 0 0 1 .983-.983zm2.704 0v5.899M.786 13.843H2.26m16.222 0h1.474M2.527 23.361h15.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--bets--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M29.25 33.713a.75.75 0 0 1-1.237.57L24 30.844l-5.55 4.161a.75.75 0 0 1-.9 0L12 30.845l-4.012 3.438a.75.75 0 0 1-1.238-.57V2.343a1.5 1.5 0 0 1 1.5-1.5h19.5a1.5 1.5 0 0 1 1.5 1.5zM10.5 8.345h6m-6 4.5h8.25m-8.25 4.5h9m-9 4.5h6.75'/%3E%3Cpath d='M24.75 7.97a.375.375 0 1 1-.375.375.373.373 0 0 1 .375-.376m0 4.501a.375.375 0 1 1-.375.374.373.373 0 0 1 .375-.374m0 4.5a.375.375 0 1 1-.375.375.373.373 0 0 1 .375-.375m0 4.5a.375.375 0 1 1-.375.375.373.373 0 0 1 .375-.375'/%3E%3C/g%3E%3C/svg%3E")}.icon--bets--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M29.25 33.713a.75.75 0 0 1-1.237.57L24 30.844l-5.55 4.161a.75.75 0 0 1-.9 0L12 30.845l-4.012 3.438a.75.75 0 0 1-1.238-.57V2.343a1.5 1.5 0 0 1 1.5-1.5h19.5a1.5 1.5 0 0 1 1.5 1.5zM10.5 8.345h6m-6 4.5h8.25m-8.25 4.5h9m-9 4.5h6.75'/%3E%3Cpath d='M24.75 7.97a.375.375 0 1 1-.375.375.373.373 0 0 1 .375-.376m0 4.501a.375.375 0 1 1-.375.374.373.373 0 0 1 .375-.374m0 4.5a.375.375 0 1 1-.375.375.373.373 0 0 1 .375-.375m0 4.5a.375.375 0 1 1-.375.375.373.373 0 0 1 .375-.375'/%3E%3C/g%3E%3C/svg%3E")}.icon--cash-register--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M.75 27.75h34.5v6a1.5 1.5 0 0 1-1.5 1.5H2.25a1.5 1.5 0 0 1-1.5-1.5v-6zm7.5-15H7.063a1.5 1.5 0 0 0-1.414 1.005L.75 27.75h34.5l-2.752-8.716'/%3E%3Cpath d='M12.75 15.75h-4.5v-7.5l2.25 1.5 2.25-1.5v7.5zm6-6h10.5a1.5 1.5 0 0 1 1.5 1.5v4.5h-13.5v-4.5a1.5 1.5 0 0 1 1.5-1.5zm0-9h10.5v4.5h-10.5zm-6 12h4.5m-9.75 3h6M24 5.25v4.5m-9 22.5h6m-14.25-9h1.5m3 0h1.5m3 0h1.5m-6-3h1.5m3 0h1.5m5.25 3H24m-1.5-3H24m3 3h1.5m-1.5-3h1.5'/%3E%3C/g%3E%3C/svg%3E")}.icon--cash-register--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M.75 27.75h34.5v6a1.5 1.5 0 0 1-1.5 1.5H2.25a1.5 1.5 0 0 1-1.5-1.5v-6zm7.5-15H7.063a1.5 1.5 0 0 0-1.414 1.005L.75 27.75h34.5l-2.752-8.716'/%3E%3Cpath d='M12.75 15.75h-4.5v-7.5l2.25 1.5 2.25-1.5v7.5zm6-6h10.5a1.5 1.5 0 0 1 1.5 1.5v4.5h-13.5v-4.5a1.5 1.5 0 0 1 1.5-1.5zm0-9h10.5v4.5h-10.5zm-6 12h4.5m-9.75 3h6M24 5.25v4.5m-9 22.5h6m-14.25-9h1.5m3 0h1.5m3 0h1.5m-6-3h1.5m3 0h1.5m5.25 3H24m-1.5-3H24m3 3h1.5m-1.5-3h1.5'/%3E%3C/g%3E%3C/svg%3E")}.icon--company--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2.25 35.193L3.579 31.2a.75.75 0 0 1 .711-.513h27.42a.75.75 0 0 1 .711.513l1.329 3.987'/%3E%3Cpath d='M5.25 14.193h25.5v16.5H5.25zm30 21H.75m9.003-21v16.5m4.5-16.5v16.5m7.5-16.5v16.5m4.5-16.5v16.5m7.302-20.416a.75.75 0 0 0-.339-.888L18.372.9a.75.75 0 0 0-.75 0L2.772 9.382a.75.75 0 0 0-.339.888l1.146 3.41a.75.75 0 0 0 .711.513h27.42a.75.75 0 0 0 .711-.513zm-.055-.584H2.492'/%3E%3C/g%3E%3C/svg%3E")}.icon--company--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2.25 35.193L3.579 31.2a.75.75 0 0 1 .711-.513h27.42a.75.75 0 0 1 .711.513l1.329 3.987'/%3E%3Cpath d='M5.25 14.193h25.5v16.5H5.25zm30 21H.75m9.003-21v16.5m4.5-16.5v16.5m7.5-16.5v16.5m4.5-16.5v16.5m7.302-20.416a.75.75 0 0 0-.339-.888L18.372.9a.75.75 0 0 0-.75 0L2.772 9.382a.75.75 0 0 0-.339.888l1.146 3.41a.75.75 0 0 0 .711.513h27.42a.75.75 0 0 0 .711-.513zm-.055-.584H2.492'/%3E%3C/g%3E%3C/svg%3E")}.icon--company--white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 36 36' height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M2.25 35.193L3.579 31.2a.75.75 0 0 1 .711-.513h27.42a.75.75 0 0 1 .711.513l1.329 3.987'/%3E%3Cpath d='M5.25 14.193h25.5v16.5H5.25zm30 21H.75m9.003-21v16.5m4.5-16.5v16.5m7.5-16.5v16.5m4.5-16.5v16.5m7.302-20.416a.75.75 0 0 0-.339-.888L18.372.9a.75.75 0 0 0-.75 0L2.772 9.382a.75.75 0 0 0-.339.888l1.146 3.41a.75.75 0 0 0 .711.513h27.42a.75.75 0 0 0 .711-.513zm-.055-.584H2.492'/%3E%3C/g%3E%3C/svg%3E")}.icon--menu{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M2.75 18.003h19.5m-19.5-6h19.5m-19.5-6h19.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--menu--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M2.75 18.003h19.5m-19.5-6h19.5m-19.5-6h19.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--finances--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M7.25 6.75c3.314 0 6-1.343 6-3s-2.686-3-6-3-6 1.343-6 3 2.686 3 6 3zm6 1v-4m-12 0v15c0 1.66 2.69 3 6 3 .566.002 1.13-.038 1.69-.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.25 15c0 1.66 2.69 3 6 3a11.997 11.997 0 0 0 1.73-.13m-7.73-6.62c0 1.66 2.69 3 6 3 .566.002 1.13-.038 1.69-.12M1.25 7.5c0 1.66 2.69 3 6 3a11.997 11.997 0 0 0 1.73-.13M17.75 16c3.314 0 6-1.343 6-3s-2.686-3-6-3-6 1.343-6 3 2.686 3 6 3z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 13v7.25c0 1.66 2.69 3 6 3s6-1.34 6-3V13' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.75 16.5c0 1.66-2.69 3-6 3s-6-1.34-6-3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--finances--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M7.25 6.75c3.314 0 6-1.343 6-3s-2.686-3-6-3-6 1.343-6 3 2.686 3 6 3zm6 1v-4m-12 0v15c0 1.66 2.69 3 6 3 .566.002 1.13-.038 1.69-.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.25 15c0 1.66 2.69 3 6 3a11.997 11.997 0 0 0 1.73-.13m-7.73-6.62c0 1.66 2.69 3 6 3 .566.002 1.13-.038 1.69-.12M1.25 7.5c0 1.66 2.69 3 6 3a11.997 11.997 0 0 0 1.73-.13M17.75 16c3.314 0 6-1.343 6-3s-2.686-3-6-3-6 1.343-6 3 2.686 3 6 3z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.75 13v7.25c0 1.66 2.69 3 6 3s6-1.34 6-3V13' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.75 16.5c0 1.66-2.69 3-6 3s-6-1.34-6-3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--home--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M34.674 13.8L18.924 1.473a1.5 1.5 0 0 0-1.848 0L1.326 13.8a1.5 1.5 0 0 0-.576 1.18v18.77a1.5 1.5 0 0 0 1.5 1.5H12v-9a6 6 0 0 1 12 0v9h9.75a1.5 1.5 0 0 0 1.5-1.5V14.98a1.5 1.5 0 0 0-.576-1.18z' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E")}.icon--home--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M34.674 13.8L18.924 1.473a1.5 1.5 0 0 0-1.848 0L1.326 13.8a1.5 1.5 0 0 0-.576 1.18v18.77a1.5 1.5 0 0 0 1.5 1.5H12v-9a6 6 0 0 1 12 0v9h9.75a1.5 1.5 0 0 0 1.5-1.5V14.98a1.5 1.5 0 0 0-.576-1.18z' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E")}.icon--home--dark{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23241c1c'%3E%3Cpath d='M34.674 13.8L18.924 1.473a1.5 1.5 0 0 0-1.848 0L1.326 13.8a1.5 1.5 0 0 0-.576 1.18v18.77a1.5 1.5 0 0 0 1.5 1.5H12v-9a6 6 0 0 1 12 0v9h9.75a1.5 1.5 0 0 0 1.5-1.5V14.98a1.5 1.5 0 0 0-.576-1.18z' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E")}.icon--language--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' height='36' width='36' stroke='%23737373'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M35.25 18A17.25 17.25 0 1 1 18 .72 17.25 17.25 0 0 1 35.25 18z'/%3E%3Cpath d='M30.225 5.805l-1.815 4.5a3 3 0 0 1-2.415 1.86L22.8 12.6a.735.735 0 0 0-.57.39.75.75 0 0 0 0 .69l.81 1.635a.75.75 0 0 0 .675.405c.51 0 .945-.075 1.215.36a.75.75 0 0 1 0 .735c-2.565 5.16-2.43 4.845-2.43 5.085v3.675a3 3 0 0 1-1.08 2.295l-2.85 2.37a.735.735 0 0 1-1.05-.09l-2.295-2.76a3 3 0 0 1-.6-2.64l.315-1.26a.855.855 0 0 0 0-.51l-1.17-2.34a.765.765 0 0 0-.675-.42H10.5a3 3 0 0 1-2.88-2.13l-1.005-3.285a.75.75 0 0 1 .15-.705l2.595-3a3 3 0 0 1 2.865-1.005l1.95.405H19.5a.75.75 0 0 0 .75-.75V8.01a3 3 0 0 0-1.89-2.79c-.405-.165-.855-.27-.885-.81a.735.735 0 0 1 .375-.705l4.17-2.385'/%3E%3C/g%3E%3C/svg%3E")}.icon--language--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' height='36' width='36' stroke='%23E31119'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M35.25 18A17.25 17.25 0 1 1 18 .72 17.25 17.25 0 0 1 35.25 18z'/%3E%3Cpath d='M30.225 5.805l-1.815 4.5a3 3 0 0 1-2.415 1.86L22.8 12.6a.735.735 0 0 0-.57.39.75.75 0 0 0 0 .69l.81 1.635a.75.75 0 0 0 .675.405c.51 0 .945-.075 1.215.36a.75.75 0 0 1 0 .735c-2.565 5.16-2.43 4.845-2.43 5.085v3.675a3 3 0 0 1-1.08 2.295l-2.85 2.37a.735.735 0 0 1-1.05-.09l-2.295-2.76a3 3 0 0 1-.6-2.64l.315-1.26a.855.855 0 0 0 0-.51l-1.17-2.34a.765.765 0 0 0-.675-.42H10.5a3 3 0 0 1-2.88-2.13l-1.005-3.285a.75.75 0 0 1 .15-.705l2.595-3a3 3 0 0 1 2.865-1.005l1.95.405H19.5a.75.75 0 0 0 .75-.75V8.01a3 3 0 0 0-1.89-2.79c-.405-.165-.855-.27-.885-.81a.735.735 0 0 1 .375-.705l4.17-2.385'/%3E%3C/g%3E%3C/svg%3E")}.icon--logout--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M20.25 7.5V2.25a1.5 1.5 0 0 0-1.5-1.5H2.25a1.5 1.5 0 0 0-1.5 1.5v31.5a1.5 1.5 0 0 0 1.5 1.5h16.5a1.5 1.5 0 0 0 1.5-1.5V28.5m15-10.5H6.75m21 7.5l7.5-7.5-7.5-7.5' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--logout--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M20.25 7.5V2.25a1.5 1.5 0 0 0-1.5-1.5H2.25a1.5 1.5 0 0 0-1.5 1.5v31.5a1.5 1.5 0 0 0 1.5 1.5h16.5a1.5 1.5 0 0 0 1.5-1.5V28.5m15-10.5H6.75m21 7.5l7.5-7.5-7.5-7.5' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--notification--activen,.icon--notification--default{position:relative}.icon--notification--activen:before,.icon--notification--default:before{content:"";position:absolute;top:-2px;right:-2px;width:12px;height:12px;border-radius:1000px;border:2px solid #f6f6f6}.icon--notification--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M15 32.625a3.13 3.13 0 0 0 6.008 0M18 4.5V1.125M18 4.5a11.25 11.25 0 0 1 11.25 11.25c0 10.569 2.25 12.375 2.25 12.375h-27s2.25-2.874 2.25-12.375A11.25 11.25 0 0 1 18 4.5z' stroke-width='2.25' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--notification--default:before{background-color:#ffd500}.icon--notification--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M15 32.625a3.13 3.13 0 0 0 6.008 0M18 4.5V1.125M18 4.5a11.25 11.25 0 0 1 11.25 11.25c0 10.569 2.25 12.375 2.25 12.375h-27s2.25-2.874 2.25-12.375A11.25 11.25 0 0 1 18 4.5z' stroke-width='2.25' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--notification--active:before{background-color:#ffd500}.icon--partners--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M1.866 5.38a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0zm1.75 2.917A2.917 2.917 0 0 0 .7 11.214v1.75h1.167l.583 4.667h2.334M13.533 5.38a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0zm1.75 2.917a2.917 2.917 0 0 1 2.917 2.917v1.75h-1.167l-.584 4.667h-2.333m-7-14.001a2.333 2.333 0 1 0 4.667 0 2.333 2.333 0 0 0-4.667 0zm6.417 7.584a4.083 4.083 0 1 0-8.167 0v1.75h1.75l.583 5.833h3.5l.584-5.833h1.75v-1.75z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--partners--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M1.866 5.38a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0zm1.75 2.917A2.917 2.917 0 0 0 .7 11.214v1.75h1.167l.583 4.667h2.334M13.533 5.38a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0zm1.75 2.917a2.917 2.917 0 0 1 2.917 2.917v1.75h-1.167l-.584 4.667h-2.333m-7-14.001a2.333 2.333 0 1 0 4.667 0 2.333 2.333 0 0 0-4.667 0zm6.417 7.584a4.083 4.083 0 1 0-8.167 0v1.75h1.75l.583 5.833h3.5l.584-5.833h1.75v-1.75z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--shop--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='19' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M3.099 8.68v9.796h4.898V14.19a2.449 2.449 0 0 1 4.898 0v4.286h4.898V8.68m-16.53 9.796H19.63M3.712 3.782V2.558a1.224 1.224 0 0 1 1.224-1.225h11.02a1.225 1.225 0 0 1 1.225 1.225v1.224' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.391 6.908A1.224 1.224 0 0 0 2.487 8.68h15.918a1.224 1.224 0 0 0 1.096-1.772l-2.32-3.126H3.71L1.39 6.908z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--shop--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='19' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M3.099 8.68v9.796h4.898V14.19a2.449 2.449 0 0 1 4.898 0v4.286h4.898V8.68m-16.53 9.796H19.63M3.712 3.782V2.558a1.224 1.224 0 0 1 1.224-1.225h11.02a1.225 1.225 0 0 1 1.225 1.225v1.224' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.391 6.908A1.224 1.224 0 0 0 2.487 8.68h15.918a1.224 1.224 0 0 0 1.096-1.772l-2.32-3.126H3.71L1.39 6.908z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--user--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23737373'%3E%3Cpath d='M5.252 2.608a5.42 5.42 0 0 0 6.05 1.217M4.8 4.267a3.267 3.267 0 1 0 6.533 0 3.267 3.267 0 0 0-6.533 0zM2 15a6.067 6.067 0 1 1 12.133 0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--user--active{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23E31119'%3E%3Cpath d='M5.252 2.608a5.42 5.42 0 0 0 6.05 1.217M4.8 4.267a3.267 3.267 0 1 0 6.533 0 3.267 3.267 0 0 0-6.533 0zM2 15a6.067 6.067 0 1 1 12.133 0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--link--undefined{display:none}.icon--link--active-terminals{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M21 40l1-6m-4 6h6' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 34h-8a4 4 0 0 1-4-4V14a4 4 0 0 1 4-4h22a4 4 0 0 1 4 4v14' fill='%23FED200'/%3E%3Cpath d='M22 34h-8a4 4 0 0 1-4-4V14a4 4 0 0 1 4-4h22a4 4 0 0 1 4 4v14' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.147 40l-5.052-4.125a2.183 2.183 0 0 1 2.34-3.658L30 33v-7a2 2 0 0 1 4 0v4l2.657.443A4 4 0 0 1 40 34.388V40' fill='%23fff'/%3E%3Cpath d='M31.147 40l-5.052-4.125a2.183 2.183 0 0 1 2.34-3.658L30 33v-7a2 2 0 0 1 4 0v4l2.657.443A4 4 0 0 1 40 34.388V40' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 30h8m-8-5h12m-12-6h22' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--agency{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='24' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23525252'%3E%3Cpath d='M1.523 10.894l.737 2.95h16.222l.737-2.95m-8.848-9.585h4.424v2.95h-4.424v-2.95zm0-.738v6.39' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.956 10.894H14.72a4.41 4.41 0 0 0-8.698 0H.786m1.474 2.949h16.221v9.585H2.261v-9.585z' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.667 17.53h5.407a.983.983 0 0 1 .983.983v4.916H6.684v-4.916a.983.983 0 0 1 .983-.983zm2.704 0v5.899M.786 13.843H2.26m16.222 0h1.474M2.527 23.361h15.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--link--agency-management{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M11.129 22.806l1.129 4.517h24.839l1.129-4.517' fill='%23fff'/%3E%3Cpath d='M11.129 22.806l1.129 4.517h24.839l1.129-4.517' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.677 8.129h6.774v4.516h-6.774V8.13z' fill='%23E31119' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.677 7v9.785' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.355 22.806h-8.018a6.752 6.752 0 0 0-13.32 0H10' fill='%23fff'/%3E%3Cpath d='M39.355 22.806h-8.018a6.752 6.752 0 0 0-13.32 0H10M37.097 28.5v-1.178H12.258V42H28' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.817 32.968h-8.28a1.505 1.505 0 0 0-1.505 1.505V42H28m-3.323-9.032V42M10 27.322h2.258m24.839 0h2.258' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.513 31.012a1.33 1.33 0 0 0 1.974 0l.642-.705a1.33 1.33 0 0 1 2.314.959l-.049.95a1.33 1.33 0 0 0 1.392 1.394l.95-.048a1.33 1.33 0 0 1 .957 2.314l-.707.637a1.329 1.329 0 0 0 0 1.974l.707.638a1.329 1.329 0 0 1-.959 2.314l-.95-.048a1.33 1.33 0 0 0-1.395 1.395l.048.95a1.33 1.33 0 0 1-2.308.957l-.639-.706a1.33 1.33 0 0 0-1.973 0l-.642.706a1.33 1.33 0 0 1-2.31-.956l.048-.95a1.329 1.329 0 0 0-1.395-1.395l-.95.048a1.329 1.329 0 0 1-.96-2.311l.706-.638a1.33 1.33 0 0 0 0-1.974l-.707-.642a1.328 1.328 0 0 1 .956-2.31l.95.047a1.33 1.33 0 0 0 1.397-1.397l-.046-.951a1.33 1.33 0 0 1 2.312-.957l.637.705z' fill='%23FED200' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.446 37.5a3.054 3.054 0 1 0 6.107 0 3.054 3.054 0 0 0-6.107 0z' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--agency-new{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M9.29 23.065l1.29 5.16h28.388l1.29-5.16' fill='%23fff'/%3E%3Cpath d='M9.29 23.065l1.29 5.16h28.388l1.29-5.16' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.774 6.29h7.742v5.162h-7.742V6.29z' fill='%23E31119' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.774 5v11.183' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.548 23.064h-9.163a7.717 7.717 0 0 0-15.222 0H8' fill='%23fff'/%3E%3Cpath d='M41.548 23.064h-9.163a7.717 7.717 0 0 0-15.222 0H8' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.58 28.226h28.388V45H10.58V28.226z' fill='%23fff' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.043 34.677h9.462a1.72 1.72 0 0 1 1.72 1.72V45H18.322v-8.602a1.72 1.72 0 0 1 1.72-1.72z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.774 34.677V45M8 28.226h2.58m28.388 0h2.58M11.047 44.883h27.825' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--bets{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M34.811 30.454a5.455 5.455 0 0 1 6.626-2.388 1.09 1.09 0 0 0 1.326-.476l1.681-2.911a2.181 2.181 0 0 0-.799-2.98L19.082 7.517a2.182 2.182 0 0 0-2.98.798l-1.683 2.914a1.09 1.09 0 0 0 .251 1.386 5.456 5.456 0 0 1-5.381 9.322 1.091 1.091 0 0 0-1.327.475l-1.679 2.909a2.182 2.182 0 0 0 .799 2.98l24.563 14.182a2.182 2.182 0 0 0 2.98-.798l1.683-2.914a1.089 1.089 0 0 0-.251-1.386 5.456 5.456 0 0 1-1.246-6.93z' fill='%23fff' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.546 21.221l6.613 3.818' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.344 29.398a2.725 2.725 0 0 0 2.006 4.067 2.726 2.726 0 0 0 1.72-5.066 2.728 2.728 0 0 0-3.726.999z' fill='%23E31119' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.218 15.358a1.5 1.5 0 1 1 2.6 1.501 1.5 1.5 0 0 1-2.6-1.501z' fill='%23FED200'/%3E%3Cpath d='M22.218 15.358a1.5 1.5 0 1 1 2.6 1.501 1.5 1.5 0 0 1-2.6-1.501' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.945 21.026a1.5 1.5 0 1 1 2.598 1.5 1.5 1.5 0 0 1-2.598-1.5zm-3.273 5.669a1.5 1.5 0 1 1 2.598 1.5 1.5 1.5 0 0 1-2.598-1.5z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--bets-critical{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M41.75 36.576A2.364 2.364 0 0 1 39.636 40h-11.27a2.364 2.364 0 0 1-2.116-3.424l5.635-11.268a2.365 2.365 0 0 1 4.232 0l5.635 11.268z' fill='%23FED200' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34 36a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm0-3v-4' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 18h14m-14 6h10m-10 6h5m0 6h-7a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h14.172a2 2 0 0 1 1.413.585l3.83 3.83A2 2 0 0 1 34 15.828V20' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--bets-overview{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M34.811 30.454a5.455 5.455 0 0 1 6.626-2.388 1.09 1.09 0 0 0 1.326-.476l1.681-2.911a2.181 2.181 0 0 0-.799-2.98L19.082 7.517a2.182 2.182 0 0 0-2.98.798l-1.683 2.914a1.09 1.09 0 0 0 .251 1.386 5.456 5.456 0 0 1-5.381 9.322 1.091 1.091 0 0 0-1.327.475l-1.679 2.909a2.182 2.182 0 0 0 .799 2.98l24.563 14.182a2.182 2.182 0 0 0 2.98-.798l1.683-2.914a1.089 1.089 0 0 0-.251-1.386 5.456 5.456 0 0 1-1.246-6.93z' fill='%23fff' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.546 21.221l6.613 3.818' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.344 29.398a2.725 2.725 0 0 0 2.006 4.067 2.726 2.726 0 0 0 1.72-5.066 2.728 2.728 0 0 0-3.726.999z' fill='%23E31119' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.218 15.358a1.5 1.5 0 1 1 2.6 1.501 1.5 1.5 0 0 1-2.6-1.501z' fill='%23FED200'/%3E%3Cpath d='M22.218 15.358a1.5 1.5 0 1 1 2.6 1.501 1.5 1.5 0 0 1-2.6-1.501' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.945 21.026a1.5 1.5 0 1 1 2.598 1.5 1.5 1.5 0 0 1-2.598-1.5zm-3.273 5.669a1.5 1.5 0 1 1 2.598 1.5 1.5 1.5 0 0 1-2.598-1.5z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--bets-payout{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M27.524 28h9l.628 1.056a1.288 1.288 0 0 1 0 1.428l-.4.596a1.287 1.287 0 0 0-.08 1.29l.667 1.333a1.288 1.288 0 0 1 0 1.152l-.762 1.521a1.29 1.29 0 0 0-.07.983l.224.666a1.285 1.285 0 0 1-.311 1.318L34.524 41h-9.027c-.49 0-.977.094-1.433.276L21.53 42m-9.006-7.724l4.323-1.621a2.58 2.58 0 0 0 1.289-1.067l2.78-6.43a3.86 3.86 0 0 1 1.147-1.189l.968-.646' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.595 27.273l-2.062-14.442a.727.727 0 0 1 .719-.831h10.07' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.883 28l-1.128-11.212a.666.666 0 0 1 .666-.737h9.2a.665.665 0 0 1 .667.769L35.61 28' fill='%23FED200'/%3E%3Cpath d='M27.883 28l-1.128-11.212a.666.666 0 0 1 .666-.737h9.2a.665.665 0 0 1 .667.769L35.61 28' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.784 22.495a.5.5 0 1 1-.5.505.5.5 0 0 1 .5-.5' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--bets-search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M17 18h14m-14 6h5m-5 6h5' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 36h-7a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h14.172a2 2 0 0 1 1.413.585l3.83 3.83A2 2 0 0 1 35 15.828V19' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.019 30a7 7 0 1 0 14 0 7 7 0 0 0-14 0z' fill='%23FED200' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43 40l-5.03-5.05' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--cash-register{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M12.503 13.5a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0zM18.71 24h-8.707a6 6 0 0 1 10.444-4.032m12.885 6.099a3.5 3.5 0 1 1-2.12 5.55M28.003 40a6 6 0 1 1 12 0h-12zm-4.478-11.541a2.962 2.962 0 0 0 2.478 1.166c1.518 0 2.75-.924 2.75-2.062 0-1.139-1.232-2.062-2.75-2.062-1.519 0-2.75-.924-2.75-2.064 0-1.14 1.231-2.062 2.75-2.062a2.962 2.962 0 0 1 2.477 1.166m-2.477 7.084V31m0-11v1.375' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.003 33l-3 3 3 3m-3-3h7' stroke='%23FED200' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.003 11l3 3-3 3m3-3h-7' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--cashier{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M20.26 12.708a9.131 9.131 0 0 0 6.573 2.792 9.134 9.134 0 0 0 3.618-.744' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5 15.5a5.5 5.5 0 1 0 11 0 5.5 5.5 0 0 0-11 0zM34 30a9.286 9.286 0 0 0-18 0' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 40v-4a2 2 0 0 0-2-2H14a2 2 0 0 0-2 2v4' fill='%23FED200'/%3E%3Cpath d='M38 40v-4a2 2 0 0 0-2-2H14a2 2 0 0 0-2 2v4m13-17v7' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--cashier-transactions{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M12.503 13.5a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0zM18.71 24h-8.707a6 6 0 0 1 10.444-4.032m12.885 6.099a3.5 3.5 0 1 1-2.12 5.55M28.003 40a6 6 0 1 1 12 0h-12zm-4.478-11.541a2.962 2.962 0 0 0 2.478 1.166c1.518 0 2.75-.924 2.75-2.062 0-1.139-1.232-2.062-2.75-2.062-1.519 0-2.75-.924-2.75-2.064 0-1.14 1.231-2.062 2.75-2.062a2.962 2.962 0 0 1 2.477 1.166m-2.477 7.084V31m0-11v1.375' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.003 33l-3 3 3 3m-3-3h7' stroke='%23FED200' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.003 11l3 3-3 3m3-3h-7' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--casino{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M24 28v8c0 2.21 3.581 4 8 4 4.419 0 8-1.79 8-4v-8' fill='%23FED200'/%3E%3Cpath d='M24 28v8c0 2.21 3.581 4 8 4 4.419 0 8-1.79 8-4v-8' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40 32c0 2.21-3.581 4-8 4-4.419 0-8-1.79-8-4' fill='%23FED200'/%3E%3Cpath d='M40 32c0 2.21-3.581 4-8 4-4.419 0-8-1.79-8-4' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 14h2.557a1 1 0 0 1 .934 1.35L15 22' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 28c0 1.06.843 2.078 2.343 2.828S29.878 32 32 32s4.157-.421 5.657-1.172C39.157 30.078 40 29.061 40 28c0-1.06-.843-2.078-2.343-2.828S34.122 24 32 24s-4.157.421-5.657 1.172C24.843 25.922 24 26.939 24 28z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 14h2.557a1 1 0 0 1 .934 1.35L24 22m8-8h2.557a1 1 0 0 1 .934 1.35L33.749 20' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 26h-7a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h26a2 2 0 0 1 2 2v10' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--daily-cash-register-transactions{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M32.507 33h4a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-23a2 2 0 0 1-2-2v-5h7m5.76-1.293l-3.654-3.574' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.64 35.147a2 2 0 1 0 0-4 2 2 0 0 0 0 4z' fill='%23FED200' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.507 15h9l1.573-1.587A2 2 0 0 0 20.667 10h-7.16a2 2 0 0 0-2 2v21m15.12-15.867l1.306.654m3.907 2.6l1.12.946m2.573 3.787l.747 1.253' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.507 15v4.32A16.293 16.293 0 0 1 34.227 33' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.507 29a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='%23E31119' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--daily-user-transactions{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M33.333 14.667h-2.666A1.786 1.786 0 0 0 30 18.12l2.747 1.093a1.787 1.787 0 0 1-.667 3.454h-2.667m1.92-8v-1m0 10v-1m0 4.666a8.667 8.667 0 1 0-8.666-8.666' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.667 40a8.667 8.667 0 1 0 0-17.333 8.667 8.667 0 0 0 0 17.333z' fill='%23FED200' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.84 35.667a4.333 4.333 0 0 1 0-8.667m-5.427 4.333h5.427' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15l3 5 5-3' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.92 10.2a8.974 8.974 0 0 0-5.893 9.187M40 35l-3-5-5 3m-1.92 6.8a8.974 8.974 0 0 0 5.893-9.187' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--deposit{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M29.734 41.333H11.667a1.083 1.083 0 0 1-1.072-1.243l8.48-20.423h15.167L30.806 40.09a1.084 1.084 0 0 1-1.072 1.243z' fill='%23FED200' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.508 26.636l-2.844-.722a1.937 1.937 0 0 0-1.625 3.44l2.59 1.896a1.936 1.936 0 0 1-1.623 3.435l-2.846-.723m4.25-7.863L24.948 24M21.72 36.593l.537-2.1' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.667 25.083h-1.084A1.083 1.083 0 0 1 9.5 24v-8.667a1.083 1.083 0 0 1 1.083-1.083h30.334A1.083 1.083 0 0 1 42 15.333V24a1.083 1.083 0 0 1-1.083 1.083h-3.25' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--finances{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M31.571 15.729a3.929 3.929 0 1 0 7.858 0 3.929 3.929 0 0 0-7.858 0z' fill='%23E31119' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.278 18.506L41 21.229m-13.2-1.886H14.6a1.886 1.886 0 0 1-1.886-1.886v-1.886a1.885 1.885 0 0 1 1.886-1.885h13.2' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1 23.057a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.314 25H34.4' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1 29.657a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.314 31.6H34.4' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1 36.257a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.314 38.2H34.4' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--language{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' height='36' width='36' stroke='%23525252'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='M35.25 18A17.25 17.25 0 1 1 18 .72 17.25 17.25 0 0 1 35.25 18z'/%3E%3Cpath d='M30.225 5.805l-1.815 4.5a3 3 0 0 1-2.415 1.86L22.8 12.6a.735.735 0 0 0-.57.39.75.75 0 0 0 0 .69l.81 1.635a.75.75 0 0 0 .675.405c.51 0 .945-.075 1.215.36a.75.75 0 0 1 0 .735c-2.565 5.16-2.43 4.845-2.43 5.085v3.675a3 3 0 0 1-1.08 2.295l-2.85 2.37a.735.735 0 0 1-1.05-.09l-2.295-2.76a3 3 0 0 1-.6-2.64l.315-1.26a.855.855 0 0 0 0-.51l-1.17-2.34a.765.765 0 0 0-.675-.42H10.5a3 3 0 0 1-2.88-2.13l-1.005-3.285a.75.75 0 0 1 .15-.705l2.595-3a3 3 0 0 1 2.865-1.005l1.95.405H19.5a.75.75 0 0 0 .75-.75V8.01a3 3 0 0 0-1.89-2.79c-.405-.165-.855-.27-.885-.81a.735.735 0 0 1 .375-.705l4.17-2.385'/%3E%3C/g%3E%3C/svg%3E")}.icon--link--logout{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' stroke='%23525252'%3E%3Cpath d='M20.25 7.5V2.25a1.5 1.5 0 0 0-1.5-1.5H2.25a1.5 1.5 0 0 0-1.5 1.5v31.5a1.5 1.5 0 0 0 1.5 1.5h16.5a1.5 1.5 0 0 0 1.5-1.5V28.5m15-10.5H6.75m21 7.5l7.5-7.5-7.5-7.5' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--link--new-agent-partner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M24 32a8 8 0 1 0 16.001 0A8 8 0 0 0 24 32z' fill='%23FED200' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 28v8m-4-4h8' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 14a4 4 0 1 0 8 0 4 4 0 0 0-8 0zm10.073 9.517A7.001 7.001 0 0 0 10 27v3h3l1 10h6l.43-4.31' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--new-cashier{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cg clip-path='url(%23a)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M39.448 32.612l4.917-4.916A2.17 2.17 0 0 0 41.3 24.63l-4.912 4.922a5.413 5.413 0 1 0 3.066 3.066l-.005-.005z' fill='%23FED200' stroke='%23241C1C'/%3E%3Cpath d='M18 14a4 4 0 1 0 8 0 4 4 0 0 0-8 0z' stroke='%23241C1C'/%3E%3Cpath d='M34.059 34.232a.499.499 0 1 1 .705.706.499.499 0 0 1-.705-.706' stroke='%23E31119'/%3E%3Cpath d='M28.71 25A7 7 0 0 0 15 27v3h3l1 10h6l.7-7' stroke='%23241C1C'/%3E%3C/g%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(14 9)' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon--link--new-shop-partner{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M11.499 32.5a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0z' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.999 40a5.668 5.668 0 0 0-10 0m11.5-26.5a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0zM29.33 20a5.69 5.69 0 0 0-8.666 0' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.067 35.276C24 36 24 36 27 35.5M17.464 17a10.956 10.956 0 0 0-3.466 8c0 .337.02.667.05 1m21.9 0c.03-.33.05-.667.05-1a10.952 10.952 0 0 0-3.466-8' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 37a8 8 0 1 0 16.001 0A8 8 0 0 0 30 37z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 33v8m-4-4h8' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--partner-edit{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M39.173 28.825L29 39l-5 1 1-5 10.173-10.175a2.822 2.822 0 0 1 3.99 0l.01.012a2.816 2.816 0 0 1 0 3.988z' fill='%23FED200' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 14a4 4 0 1 0 8 0 4 4 0 0 0-8 0zm11 13a7 7 0 1 0-14 0v3h3l1 10h6l1-10h3v-3z' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--partners{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='20' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23525252'%3E%3Cpath d='M1.866 5.38a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0zm1.75 2.917A2.917 2.917 0 0 0 .7 11.214v1.75h1.167l.583 4.667h2.334M13.533 5.38a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0zm1.75 2.917a2.917 2.917 0 0 1 2.917 2.917v1.75h-1.167l-.584 4.667h-2.333m-7-14.001a2.333 2.333 0 1 0 4.667 0 2.333 2.333 0 0 0-4.667 0zm6.417 7.584a4.083 4.083 0 1 0-8.167 0v1.75h1.75l.583 5.833h3.5l.584-5.833h1.75v-1.75z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--link--payout{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M41.667 40l-4-6v-7c0-2.84-5.747-5.893-7.334-7.267m2.614 8.987l-4.867-3.893a1.732 1.732 0 0 0-2.453 0 1.733 1.733 0 0 0 0 2.453l4.706 5.333v3.334c0 1.573 2.254 4 2.254 4' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.333 35.947a2.014 2.014 0 0 1-2 2.053h-12a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14.667' fill='%23FED200'/%3E%3Cpath d='M30.333 35.947a2.014 2.014 0 0 1-2 2.053h-12a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14.667' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.333 27.907a4 4 0 0 1 .84-7.907 3.88 3.88 0 0 1 2.267.707m-6.107-7.04v2m8 17.333v1.333' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.657 14.403a7.746 7.746 0 1 0 15.492 0 7.746 7.746 0 0 0-15.492 0z' stroke='%23124BDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.544 21.631l8.521 8.519a2.768 2.768 0 0 1-3.915 3.913l-8.52-8.52a13.283 13.283 0 1 1 3.91-3.912h.004z' stroke='%23525252' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--link--search-id{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M14.5 20.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1m5 0a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 18v-2a2 2 0 0 0-2-2H12a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h7' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 26a7 7 0 1 0 14 0 7 7 0 0 0-14 0z' fill='%23FED200' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40 36l-5.05-5.05' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--shop{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='21' height='19' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23525252'%3E%3Cpath d='M3.099 8.68v9.796h4.898V14.19a2.449 2.449 0 0 1 4.898 0v4.286h4.898V8.68m-16.53 9.796H19.63M3.712 3.782V2.558a1.224 1.224 0 0 1 1.224-1.225h11.02a1.225 1.225 0 0 1 1.225 1.225v1.224' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.391 6.908A1.224 1.224 0 0 0 2.487 8.68h15.918a1.224 1.224 0 0 0 1.096-1.772l-2.32-3.126H3.71L1.39 6.908z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--link--shop-add{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M10.786 25.143V40h7.429v-6.5a3.714 3.714 0 1 1 7.428 0V40m7.429-12v-2.857M8 40h20' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.715 17.714v-1.857A1.858 1.858 0 0 1 13.572 14h16.715a1.857 1.857 0 0 1 1.857 1.857v1.857' fill='%23E31119'/%3E%3Cpath d='M11.715 17.714v-1.857A1.858 1.858 0 0 1 13.572 14h16.715a1.857 1.857 0 0 1 1.857 1.857v1.857' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.196 22.455a1.857 1.857 0 0 0 1.662 2.688H34a1.858 1.858 0 0 0 1.661-2.688l-3.519-4.74H11.715l-3.519 4.74z' fill='%23fff' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 37a8 8 0 1 0 16.001 0A8 8 0 0 0 30 37z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 33v8m-4-4h8' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--shop-add,.icon--link--shop-management{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.icon--link--shop-management{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M21 38a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v7h-8v-7z' fill='%23FED200'/%3E%3Cpath d='M13.786 30.143V45h7.429v-6.5a3.714 3.714 0 1 1 7.428 0V45h7.429V30.143' fill='%23fff'/%3E%3Cpath d='M13.786 30.143V45h7.429v-6.5a3.714 3.714 0 1 1 7.428 0V45h7.429V30.143M11 45h27.858' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.715 22.714v-1.857A1.858 1.858 0 0 1 16.572 19h16.714a1.857 1.857 0 0 1 1.858 1.857v1.857' fill='%23E31119'/%3E%3Cpath d='M14.715 22.714v-1.857A1.858 1.858 0 0 1 16.572 19h16.714a1.857 1.857 0 0 1 1.858 1.857v1.857' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.196 27.455a1.857 1.857 0 0 0 1.662 2.688H37a1.856 1.856 0 0 0 1.661-2.688l-3.519-4.74H14.715l-3.519 4.74z' fill='%23fff' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--transaction-history{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M34 18v-2a2 2 0 0 0-2-2H20v-2a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2v21.733' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 36V20a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v2' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 22H20a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V24a2 2 0 0 0-2-2z' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34 36v-4m-2 0h4' stroke='%23FED200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 28h14m-14 4h6m-6 4h6' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--turnover-report{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M38 12H12a2 2 0 0 0-2 2v24a2 2 0 0 0 2 2h26a2 2 0 0 0 2-2V14a2 2 0 0 0-2-2zm-22-2v4m18-4v4' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 33h6m-6-10h6' stroke='%23FED200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.2 29.4L18 35l-3-3m7.2-13L18 24.6l-3-3' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--user{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23525252'%3E%3Cpath d='M5.252 2.608a5.42 5.42 0 0 0 6.05 1.217M4.8 4.267a3.267 3.267 0 1 0 6.533 0 3.267 3.267 0 0 0-6.533 0zM2 15a6.067 6.067 0 1 1 12.133 0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--link--user-account-balances{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M10 34c5 0 3 1 16 1 4 0 8-1 9-5' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.5 30H38a2 2 0 0 0 2-2V17a2 2 0 0 0-2-2H23a2 2 0 0 0-2 2v1.357' fill='%23FED200'/%3E%3Cpath d='M18.5 30H38a2 2 0 0 0 2-2V17a2 2 0 0 0-2-2H23a2 2 0 0 0-2 2v1.357' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 20h10' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 23.857h3.176a1.286 1.286 0 0 0 .996-.472l5.4-5.318 5.105 1.021c.728.145 1.207.727.89 2a1.284 1.284 0 0 1-1.067.961l-2.5.364a1.123 1.123 0 0 0-1 1.274v3.409c-.084.389-.29.74-.587 1.004l-2.77 2.185' fill='%23fff'/%3E%3Cpath d='M10 23.857h3.176a1.286 1.286 0 0 0 .996-.472l5.4-5.318 5.105 1.021c.728.145 1.207.727.89 2a1.284 1.284 0 0 1-1.067.961l-2.5.364a1.123 1.123 0 0 0-1 1.274v3.409c-.084.389-.29.74-.587 1.004l-2.77 2.185' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 24h-2' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--link--user-transactions{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M24 36l4 4 4-4m-4 4V28' stroke='%23FED200' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 32l4-4 4 4m-4-4v12' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 14a4 4 0 1 0 8 0 4 4 0 0 0-8 0zm10.324 9.993A7.002 7.002 0 0 0 10 27v3h3l1 10h6l.696-6.955M27.5 13.5a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0zm8.7 7.5a6 6 0 0 0-9.713-.947' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded{width:80px;height:80px;border-radius:1000px;background-color:rgba(179,10,3,.15);background-size:55%}.icon--rounded--none{display:none}.icon--rounded--agency.is-active,.icon--rounded--agency.is-inactive,.icon--rounded--shop.is-active,.icon--rounded--shop.is-inactive{position:relative}.icon--rounded--agency.is-active:before,.icon--rounded--agency.is-inactive:before,.icon--rounded--shop.is-active:before,.icon--rounded--shop.is-inactive:before{content:"";position:absolute;top:4px;right:4px;display:inline-block;width:16px;height:16px;border:2px solid;border-radius:1000px}.icon--rounded--agency.is-active:before,.icon--rounded--shop.is-active:before{border-color:#047b57;background-color:#06a676}.icon--rounded--agency.is-inactive:before,.icon--rounded--shop.is-inactive:before{border-color:#cf1616;background-color:#e7313c}.icon--rounded--agency{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M11.129 22.806l1.129 4.517h24.839l1.129-4.517' fill='%23fff'/%3E%3Cpath d='M11.129 22.806l1.129 4.517h24.839l1.129-4.517' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.677 8.129h6.774v4.516h-6.774V8.13z' fill='%23E31119' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.677 7v9.785' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M39.355 22.806h-8.018a6.752 6.752 0 0 0-13.32 0H10' fill='%23fff'/%3E%3Cpath d='M39.355 22.806h-8.018a6.752 6.752 0 0 0-13.32 0H10M37.097 28.5v-1.178H12.258V42H28' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.817 32.968h-8.28a1.505 1.505 0 0 0-1.505 1.505V42H28m-3.323-9.032V42M10 27.322h2.258m24.839 0h2.258' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.513 31.012a1.33 1.33 0 0 0 1.974 0l.642-.705a1.33 1.33 0 0 1 2.314.959l-.049.95a1.33 1.33 0 0 0 1.392 1.394l.95-.048a1.33 1.33 0 0 1 .957 2.314l-.707.637a1.329 1.329 0 0 0 0 1.974l.707.638a1.329 1.329 0 0 1-.959 2.314l-.95-.048a1.33 1.33 0 0 0-1.395 1.395l.048.95a1.33 1.33 0 0 1-2.308.957l-.639-.706a1.33 1.33 0 0 0-1.973 0l-.642.706a1.33 1.33 0 0 1-2.31-.956l.048-.95a1.329 1.329 0 0 0-1.395-1.395l-.95.048a1.329 1.329 0 0 1-.96-2.311l.706-.638a1.33 1.33 0 0 0 0-1.974l-.707-.642a1.328 1.328 0 0 1 .956-2.31l.95.047a1.33 1.33 0 0 0 1.397-1.397l-.046-.951a1.33 1.33 0 0 1 2.312-.957l.637.705z' fill='%23FED200' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.446 37.5a3.054 3.054 0 1 0 6.107 0 3.054 3.054 0 0 0-6.107 0z' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded--agency-search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M26.345 26.328l8.934 8.933M.722 15.74a15 15 0 1 0 30 0 15 15 0 0 0-30 0z' stroke='%23525252'/%3E%3Cpath d='M15.722 23.24h-6.75a.75.75 0 0 1-.75-.75V9.45A.75.75 0 0 1 9.3 8.781l6.416 3.208.006 11.25z' stroke='%23124BDB'/%3E%3Cpath d='M15.722 14.24h6.75a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-.75.75h-6.75m-7.5-9h3.75m-3.75 3h3.75m3.75-5.25V8.24m6 6v-3.75m-6 6.75h3.75m-3.75 3h3.75' stroke='%23124BDB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v36H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon--rounded--betslip{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M17 18h14m-14 6h5m-5 6h5' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 36h-7a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h14.172a2 2 0 0 1 1.413.585l3.83 3.83A2 2 0 0 1 35 15.828V19' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.019 30a7 7 0 1 0 14 0 7 7 0 0 0-14 0z' fill='%23FED200' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43 40l-5.03-5.05' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded--no-data{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3Cpath d='M25 21.564c-6.73 0-12.188-2.183-12.188-4.875 0-2.693 5.457-4.875 12.188-4.875 6.73 0 12.188 2.181 12.188 4.875 0 1.438-1.56 2.732-4.04 3.624m4.04 1.251v-4.875' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.813 16.689v6.5c0 2.12 3.385 3.924 8.11 4.595' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.813 23.189v6.5c0 2.24 3.78 4.128 8.928 4.698' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.188 29.689a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0z' fill='%23FFD500' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.125 27.25l-4.875 4.875m0-4.875l4.875 4.875' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--rounded--company{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 35.193L3.579 31.2a.75.75 0 0 1 .711-.513h27.42a.75.75 0 0 1 .711.513l1.329 3.987' stroke='%23525252' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 14.193h25.5v16.5H5.25v-16.5zm30 21H.75' stroke='%23525252' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.75 17v11' stroke='%23124BDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.253 14.193v16.5m7.5-16.5v16.5' stroke='%23525252' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 17v11' stroke='%23124BDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.555 10.277a.75.75 0 0 0-.339-.889L18.372.9a.75.75 0 0 0-.75 0L2.772 9.382a.75.75 0 0 0-.339.889l1.146 3.409a.75.75 0 0 0 .711.513h27.42a.75.75 0 0 0 .711-.513l1.134-3.403z' stroke='%23525252' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 9.693H8m20-.003H8' stroke='%23124BDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center 35%}.icon--rounded--default{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M17 18h14m-14 6h5m-5 6h5' stroke='%23E31119' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 36h-7a2 2 0 0 1-2-2V12a2 2 0 0 1 2-2h14.172a2 2 0 0 1 1.413.585l3.83 3.83A2 2 0 0 1 35 15.828V19' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.019 30a7 7 0 1 0 14 0 7 7 0 0 0-14 0z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M43 40l-5.03-5.05' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded--error{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.75 24.75c0 1.65 2.35 3 5.25 3s5.25-1.35 5.25-3h7.5v-17a2.5 2.5 0 0 0-2.5-2.5H7.75a2.5 2.5 0 0 0-2.5 2.5v17h7.5z' stroke='%23525252' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.25 24.75c0 1.65-2.35 3-5.25 3s-5.25-1.35-5.25-3h-12a7.921 7.921 0 0 0 7.684 6h19.132a7.921 7.921 0 0 0 7.684-6h-12z' stroke='%23525252' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.19 11.69l2.12 2.12m0-2.12l-2.12 2.12m7.5-2.12l2.12 2.12m0-2.12l-2.12 2.12M12 20.25a9.124 9.124 0 0 1 12 0' stroke='%23124BDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:65%}.icon--rounded--finances{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M31.571 15.729a3.929 3.929 0 1 0 7.858 0 3.929 3.929 0 0 0-7.858 0z' fill='%23E31119' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.278 18.506L41 21.229m-13.2-1.886H14.6a1.886 1.886 0 0 1-1.886-1.886v-1.886a1.885 1.885 0 0 1 1.886-1.885h13.2' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1 23.057a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.314 25H34.4' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1 29.657a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.314 31.6H34.4' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1 36.257a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z' fill='%23FED200' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.314 38.2H34.4' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded--history{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M34 18v-2a2 2 0 0 0-2-2H20v-2a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2v21.733' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 36V20a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v2' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 22H20a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V24a2 2 0 0 0-2-2z' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34 36v-4m-2 0h4' stroke='%23FED200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 28h14m-14 4h6m-6 4h6' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded--new-player{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M24 32a8 8 0 1 0 16.001 0A8 8 0 0 0 24 32z' fill='%23FED200' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 28v8m-4-4h8' stroke='%23E31119' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 14a4 4 0 1 0 8 0 4 4 0 0 0-8 0zm10.073 9.517A7.001 7.001 0 0 0 10 27v3h3l1 10h6l.43-4.31' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded--session{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='200' height='201' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.1'%3E%3Crect x='101.667' y='135.875' width='53.083' height='17.333' rx='8.667' fill='%23E31119'/%3E%3Crect x='101.667' y='153.208' width='65' height='17.333' rx='8.667' fill='%23E31119'/%3E%3Crect x='137.416' y='135.875' width='59.583' height='17.333' rx='8.667' fill='%23fff'/%3E%3Crect x='99.5' y='118.542' width='97.5' height='17.333' rx='8.667' fill='%23E31119'/%3E%3Crect x='17.166' y='101.208' width='159.25' height='17.333' rx='8.667' fill='%23E31119'/%3E%3Crect x='156.917' y='101.208' width='40.083' height='17.333' rx='8.667' fill='%23fff'/%3E%3Crect x='21.5' y='83.875' width='161.417' height='17.333' rx='8.667' fill='%23E31119'/%3E%3Crect x='4.167' y='83.875' width='33.583' height='17.333' rx='8.667' fill='%23fff'/%3E%3Crect x='2' y='66.542' width='97.5' height='17.333' rx='8.667' fill='%23E31119'/%3E%3Crect x='31.25' y='49.209' width='165.75' height='17.333' rx='8.667' fill='%23E31119'/%3E%3Crect x='2' y='49.209' width='54.167' height='17.333' rx='8.667' fill='%23fff'/%3E%3Crect x='15.001' y='31.875' width='84.5' height='17.333' rx='8.667' fill='%23E31119'/%3E%3C/g%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M124.409 153.073a40.626 40.626 0 0 0-55.344-50.713 40.622 40.622 0 0 0-21.006 22.924l-10.688 29.365 76.35 27.79 10.688-29.366z' fill='%23fff'/%3E%3Cpath d='M54.304 119.875l-2-2.5-15.5 36.5 76.5 29 11-30-6-5.5-8.5-4-9 1.5-23 2.5h-6.5l-7-4-4.5-9-2-9.5-3.5-5z' fill='%23E31119'/%3E%3Cpath d='M152.198 76.723a40.624 40.624 0 1 1-76.35-27.789l10.689-29.365 76.35 27.789-10.689 29.365z' fill='%23fff' stroke='%23241C1C' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M124.409 153.073a40.626 40.626 0 0 0-55.344-50.713 40.622 40.622 0 0 0-21.006 22.924l-10.688 29.365 76.35 27.79 10.688-29.366zM74.789 15.299l99.842 36.34M25.623 150.38l99.842 36.34' stroke='%23241C1C' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M124.018 154.147l-.691-1.176a18.712 18.712 0 0 0-19.153-8.992l-23.278 3.483a19.173 19.173 0 0 1-13.765-3.207 19.174 19.174 0 0 1-6.897-8.687l-.035-.09a19.502 19.502 0 0 1-1.181-4.454l-.117-.828a25.003 25.003 0 0 0-4.245-10.792l-1.973-2.83' stroke='%23241C1C' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M181.899 51.432a6.223 6.223 0 0 1-.271 6.05 6.219 6.219 0 0 1-5.289 2.947h-29.61a6.216 6.216 0 0 1-5.56-8.997l14.805-29.607a6.217 6.217 0 0 1 11.12 0l14.805 29.607z' fill='%23FED200' stroke='%23241C1C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M161.314 48.268a1.313 1.313 0 1 1 0 2.626 1.313 1.313 0 0 1 0-2.626z' fill='%23E31119' stroke='%23E31119' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M161.314 42.385v-12.51' stroke='%23E31119' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='rotate(20 13.827 159.258)' d='M0 0h150v150H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon--rounded--shop{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M21 38a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v7h-8v-7z' fill='%23FED200'/%3E%3Cpath d='M13.786 30.143V45h7.429v-6.5a3.714 3.714 0 1 1 7.428 0V45h7.429V30.143' fill='%23fff'/%3E%3Cpath d='M13.786 30.143V45h7.429v-6.5a3.714 3.714 0 1 1 7.428 0V45h7.429V30.143M11 45h27.858' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.715 22.714v-1.857A1.858 1.858 0 0 1 16.572 19h16.714a1.857 1.857 0 0 1 1.858 1.857v1.857' fill='%23E31119'/%3E%3Cpath d='M14.715 22.714v-1.857A1.858 1.858 0 0 1 16.572 19h16.714a1.857 1.857 0 0 1 1.858 1.857v1.857' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.196 27.455a1.857 1.857 0 0 0 1.662 2.688H37a1.856 1.856 0 0 0 1.661-2.688l-3.519-4.74H14.715l-3.519 4.74z' fill='%23fff' stroke='%23241C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded--unauthorized{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.25 5.655v11.46A18.465 18.465 0 0 0 14.58 34.32l1.68.615c1.122.42 2.358.42 3.48 0l1.68-.615a18.466 18.466 0 0 0 12.33-17.205V5.655a2.295 2.295 0 0 0-1.395-2.1A36.315 36.315 0 0 0 18 .75 36.315 36.315 0 0 0 3.645 3.555a2.295 2.295 0 0 0-1.395 2.1z' stroke='%23525252'/%3E%3Cpath d='M23.25 12.75h-10.5a1.5 1.5 0 0 0-1.5 1.5v9a1.5 1.5 0 0 0 1.5 1.5h10.5a1.5 1.5 0 0 0 1.5-1.5v-9a1.5 1.5 0 0 0-1.5-1.5z' stroke='%23124BDB'/%3E%3Cpath d='M18 20.625a1.875 1.875 0 1 0 0-3.75 1.875 1.875 0 0 0 0 3.75z' stroke='%23525252'/%3E%3Cpath d='M21.75 10.5a3.75 3.75 0 0 0-7.5 0v2.25h7.5V10.5z' stroke='%23124BDB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h36v36H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.icon--rounded--user{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5a4 4 0 0 1 4-4h40a4 4 0 0 1 4 4v40a4 4 0 0 1-4 4H5a4 4 0 0 1-4-4V5z' fill='%23fff'/%3E%3Cpath d='M39.173 28.825L29 39l-5 1 1-5 10.173-10.175a2.822 2.822 0 0 1 3.99 0l.01.012a2.816 2.816 0 0 1 0 3.988z' fill='%23FED200' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 14a4 4 0 1 0 8 0 4 4 0 0 0-8 0zm11 13a7 7 0 1 0-14 0v3h3l1 10h6l1-10h3v-3z' stroke='%23241C1C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 2h40V0H5v2zm43 3v40h2V5h-2zm-3 43H5v2h40v-2zM2 45V5H0v40h2zm3 3a3 3 0 0 1-3-3H0a5 5 0 0 0 5 5v-2zm43-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2zM45 2a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2zM5 0a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V0z' fill='%23C6C6C6'/%3E%3C/svg%3E")}.icon--rounded--user-search{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.875 11.625a4.875 4.875 0 1 0 9.75 0 4.875 4.875 0 0 0-9.75 0zM23.334 24a7.981 7.981 0 0 0-15 0' stroke='%23124BDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M.75 15.75a15 15 0 1 0 30 0 15 15 0 0 0-30 0zm34.5 19.5l-8.894-8.893' stroke='%23525252' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.icon--flag{width:20px;height:20px;border:1px solid #c6c6c6;border-radius:1000px}.icon--flag--al{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z' fill='%23D80027'/%3E%3Cpath d='M18.783 8.907h-4.347A1.565 1.565 0 1 0 12 6.96a1.565 1.565 0 1 0-2.436 1.946H5.217c0 1.152 1.004 2.087 2.157 2.087h-.07c0 1.152.935 2.087 2.087 2.087 0 .373.099.723.27 1.026l-1.73 1.731 1.328 1.328 1.883-1.884c.074.027.15.049.23.064l-1.139 2.57L12 19.826l1.767-1.91-1.138-2.57c.078-.015.155-.037.229-.064l1.883 1.884 1.329-1.328-1.732-1.731c.172-.303.27-.653.27-1.026a2.087 2.087 0 0 0 2.088-2.088h-.07c1.153 0 2.157-.934 2.157-2.086z' fill='%23000'/%3E%3C/svg%3E")}.icon--flag--da{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cstyle%3E.st0{fill:%23d80027}%3C/style%3E%3Cpath class='st0' d='M200.3 222.6h309.5C493.5 97 386.1 0 256 0c-19.1 0-37.7 2.1-55.7 6.1v216.5zm-66.7 0V31.1C63.3 69.5 12.9 139.8 2.2 222.6h131.4zm0 66.8H2.2C13 372.2 63.3 442.5 133.6 480.9V289.4zm66.7 0v216.5c17.9 4 36.5 6.1 55.7 6.1 130.1 0 237.5-97 253.8-222.6H200.3z'/%3E%3C/svg%3E")}.icon--flag--de{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.746 16.174C2.442 20.744 6.84 24 12 24c5.16 0 9.558-3.256 11.254-7.826L12 15.131.746 16.174z' fill='%23FFDA44'/%3E%3Cpath d='M12 0C6.84 0 2.442 3.256.746 7.826L12 8.87l11.254-1.044C21.558 3.256 17.16 0 12 0z' fill='%23000'/%3E%3Cpath d='M.746 7.826A11.974 11.974 0 0 0 0 12c0 1.468.264 2.874.746 4.174h22.508c.482-1.3.746-2.706.746-4.174 0-1.468-.264-2.874-.746-4.174H.746z' fill='%23D80027'/%3E%3C/svg%3E")}.icon--flag--en{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z' fill='%23F0F0F0'/%3E%3Cpath d='M2.48 4.694A11.956 11.956 0 0 0 .414 8.87h6.243L2.481 4.694zM23.587 8.87a11.959 11.959 0 0 0-2.068-4.176L17.344 8.87h6.243zM.413 15.13a11.957 11.957 0 0 0 2.068 4.176l4.175-4.175H.413zM19.306 2.48A11.957 11.957 0 0 0 15.13.415v6.242l4.176-4.175zM4.694 21.52a11.957 11.957 0 0 0 4.176 2.067v-6.243L4.694 21.52zM8.87.414A11.958 11.958 0 0 0 4.694 2.48L8.87 6.656V.414zm6.26 23.173a11.956 11.956 0 0 0 4.176-2.067l-4.176-4.176v6.243zm2.214-8.457l4.175 4.176a11.958 11.958 0 0 0 2.068-4.175h-6.243z' fill='%230052B4'/%3E%3Cpath d='M23.898 10.435H13.565V.102a12.12 12.12 0 0 0-3.13 0v10.333H.102a12.12 12.12 0 0 0 0 3.13h10.333v10.333a12.12 12.12 0 0 0 3.13 0V13.565h10.333a12.12 12.12 0 0 0 0-3.13z' fill='%23D80027'/%3E%3Cpath d='M15.13 15.13l5.355 5.355c.247-.246.482-.503.706-.77l-4.585-4.584H15.13zm-6.26 0l-5.355 5.355c.246.247.503.482.77.706l4.585-4.585v-1.475zm0-6.26L3.515 3.515a11.97 11.97 0 0 0-.706.77L7.394 8.87H8.87zm6.26 0l5.355-5.355a12.023 12.023 0 0 0-.77-.705L15.13 7.394V8.87z' fill='%23D80027'/%3E%3C/svg%3E")}.icon--flag--es{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cstyle%3E.st0{fill:%23ffda44}.st1{fill:%23d80027}%3C/style%3E%3Cpath class='st0' d='M0 256c0 31.3 5.6 61.3 15.9 89L256 367.3 496.1 345c10.3-27.7 15.9-57.7 15.9-89s-5.6-61.3-15.9-89L256 144.7 15.9 167C5.6 194.7 0 224.7 0 256z'/%3E%3Cpath class='st1' d='M496.1 167C459.9 69.5 366.1 0 256 0S52.1 69.5 15.9 167h480.2zM15.9 345c36.2 97.5 130 167 240.1 167s203.9-69.5 240.1-167H15.9z'/%3E%3C/svg%3E")}.icon--flag--fr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z' fill='%23F0F0F0'/%3E%3Cpath d='M24 12c0-5.16-3.256-9.558-7.826-11.253v22.507C20.744 21.558 24 17.16 24 12z' fill='%23D80027'/%3E%3Cpath d='M0 12c0 5.16 3.257 9.558 7.826 11.254V.747C3.256 2.442 0 6.84 0 12z' fill='%230052B4'/%3E%3C/svg%3E")}.icon--flag--hr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12c0-1.468-.264-2.874-.746-4.174L12 7.304.746 7.826A11.974 11.974 0 0 0 0 12c0 1.468.264 2.874.746 4.174L12 16.695l11.254-.521c.482-1.3.746-2.706.746-4.174z' fill='%23F0F0F0'/%3E%3Cpath d='M12 24c5.16 0 9.558-3.257 11.254-7.826H.746C2.442 20.744 6.84 24 12 24z' fill='%230052B4'/%3E%3Cpath d='M.746 7.826h22.508C21.558 3.256 17.16 0 12 0 6.84 0 2.442 3.256.746 7.826z' fill='%23D80027'/%3E%3Cpath d='M15.13 8.348h-2.087l.348-2.609 1.392-1.043 1.39 1.043v2.087l-1.042.522zm-6.26.001h2.087l-.348-2.61-1.392-1.043-1.39 1.044v2.087l1.043.522z' fill='%23338AF3'/%3E%3Cpath d='M13.391 8.348H10.61V5.739L12 4.696l1.391 1.043v2.609z' fill='%230052B4'/%3E%3Cpath d='M7.826 7.826v5.74a4.17 4.17 0 0 0 1.678 3.343l.73-.183.922.928a4.181 4.181 0 0 0 1.683 0l1.052-.876.605.13a4.169 4.169 0 0 0 1.678-3.343V7.826H7.826z' fill='%23F0F0F0'/%3E%3Cpath d='M9.496 7.826h-1.67v1.67h1.67v-1.67zm3.339 0h-1.67v1.67h1.67v-1.67zm3.339 0h-1.67v1.67h1.67v-1.67zm-5.009 1.67h-1.67v1.67h1.67v-1.67zm3.339 0h-1.67v1.67h1.67v-1.67z' fill='%23D80027'/%3E%3Cpath d='M9.496 11.165h-1.67v1.67h1.67v-1.67z' fill='%23D80027'/%3E%3Cpath d='M11.165 12.835h-1.67v1.669h1.67v-1.67zm1.67-1.67h-1.67v1.67h1.67v-1.67zm3.339 0h-1.67v1.67h1.67v-1.67z' fill='%23D80027'/%3E%3Cpath d='M14.504 12.835h-1.67v1.669h1.67v-1.67z' fill='%23D80027'/%3E%3Cpath d='M12.835 14.504h-1.67v1.67h1.67v-1.67zm-3.339 0H7.934c.143.62.425 1.188.81 1.67h.752v-1.67zm5.008 1.67h.751a4.16 4.16 0 0 0 .811-1.67h-1.562v1.67zm-5.008 0v.728a4.158 4.158 0 0 0 1.67.753v-1.481h-1.67zm3.339 0v1.481a4.156 4.156 0 0 0 1.67-.753v-.728h-1.67z' fill='%23D80027'/%3E%3C/svg%3E")}.icon--flag--it{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z' fill='%23F0F0F0'/%3E%3Cpath d='M24 12c0-5.16-3.256-9.558-7.826-11.254v22.508C20.744 21.558 24 17.159 24 12z' fill='%23D80027'/%3E%3Cpath d='M0 12c0 5.16 3.256 9.558 7.826 11.254V.746C3.256 2.442 0 6.84 0 12z' fill='%236DA544'/%3E%3C/svg%3E")}.icon--flag--ne{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z' fill='%23F0F0F0'/%3E%3Cpath d='M12 0C6.84 0 2.442 3.256.746 7.826h22.508C21.558 3.256 17.16 0 12 0z' fill='%23A2001D'/%3E%3Cpath d='M12 24c5.16 0 9.558-3.256 11.254-7.826H.746C2.442 20.744 6.84 24 12 24z' fill='%230052B4'/%3E%3C/svg%3E")}.icon--flag--nl{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12 12-5.373 12-12z' fill='%23F0F0F0'/%3E%3Cpath d='M12 0C6.84 0 2.442 3.256.747 7.826h22.507C21.558 3.256 17.16 0 12 0z' fill='%23D80027'/%3E%3Cpath d='M12 24c5.16 0 9.558-3.256 11.254-7.826H.747C2.442 20.744 6.84 24 12 24z' fill='%230052B4'/%3E%3C/svg%3E")}.icon--flag--sq{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z' fill='%23D80027'/%3E%3Cpath d='M18.783 8.907h-4.347A1.565 1.565 0 1 0 12 6.96a1.565 1.565 0 1 0-2.436 1.946H5.217c0 1.152 1.004 2.087 2.157 2.087h-.07c0 1.152.935 2.087 2.087 2.087 0 .373.099.723.27 1.026l-1.73 1.731 1.328 1.328 1.883-1.884c.074.027.15.049.23.064l-1.139 2.57L12 19.826l1.767-1.91-1.138-2.57c.078-.015.155-.037.229-.064l1.883 1.884 1.329-1.328-1.732-1.731c.172-.303.27-.653.27-1.026a2.087 2.087 0 0 0 2.088-2.088h-.07c1.153 0 2.157-.934 2.157-2.086z' fill='%23000'/%3E%3C/svg%3E")}.icon--flag--sv{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='256' fill='%23ffda44'/%3E%3Cpath d='M200.349 222.609h309.484C493.47 97.002 386.067 0 256 0a256.902 256.902 0 0 0-55.652 6.085v216.524h.001zm-66.784-.001V31.127C63.271 69.481 12.95 139.832 2.167 222.609h131.398v-.001zm-.001 66.783H2.167c10.783 82.777 61.104 153.128 131.398 191.481l-.001-191.481zm66.784.001v216.523A256.902 256.902 0 0 0 256 512c130.067 0 237.47-97.002 253.833-222.609H200.348v.001z' fill='%230052b4'/%3E%3C/svg%3E")}.icon--flag--tr{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12z' fill='%23D80027'/%3E%3Cpath d='M11.509 9.806l.984 1.357 1.595-.518-.986 1.356.984 1.357-1.594-.52-.986 1.356.001-1.676L9.913 12l1.595-.517V9.806z' fill='%23F0F0F0'/%3E%3Cpath d='M8.822 15.391a3.391 3.391 0 1 1 1.613-6.375 4.174 4.174 0 1 0 0 5.967c-.48.26-1.03.408-1.613.408z' fill='%23F0F0F0'/%3E%3C/svg%3E")}.tabs--primary{display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:hidden;min-height:44px;white-space:nowrap;border-bottom:1px solid #c6c6c6;background-color:#f6f6f6}.tabs--primary__item{position:relative;display:inline-block;-ms-flex:1;flex:1;padding:0 16px;font-size:12px;line-height:20px;line-height:44px;font-weight:400;text-align:center;color:#525252;cursor:pointer;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tabs--primary__item:after{content:"";position:absolute;bottom:0;left:0;display:block;height:3px;width:0;background-color:#e31119;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.tabs--primary__item.active,.tabs--primary__item:hover{color:#0a0a0a}.tabs--primary__item.active:after,.tabs--primary__item:hover:after{right:0;width:100%}.tabs--primary__item.active{font-weight:700}.tabs--fixed{position:fixed;left:0;right:0;z-index:4}.table{width:100%;margin:0 auto;font-size:12px;line-height:20px;color:#0a0a0a;border:0;border-radius:4px;border-collapse:collapse;background-color:#fff}.table__body__row.is-underlined td,.table__body__row.is-underlined th,.table__head__row.is-underlined td,.table__head__row.is-underlined th{border-bottom-width:2px}.table__body__data,.table__head__data{vertical-align:middle;padding:8px 12px;border-bottom:1px solid #c6c6c6}.table__body__data--secondary,.table__head__data--secondary{min-width:21%;width:21%}.table__head{font-weight:700}.table__body__row:last-child td{border-bottom:0}.table__body:empty{display:none}.table--nowrap td,.table--nowrap th{white-space:nowrap}.table--responsive{position:relative;overflow:hidden;overflow-x:auto;width:100%;border-radius:4px;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table--responsive:empty{display:none}.table--messages .table__head__data{width:50%}.table--messages .table__body__data{width:50%;max-width:154px;word-wrap:break-word}.bet{font-size:12px;line-height:20px;color:#0a0a0a;border:1px solid #c6c6c6;border-radius:4px;background-color:#fff}.bet__header{padding:12px;border-bottom:1px solid #c6c6c6}.bet__title{margin-top:4px;font-size:14px;line-height:20px;font-weight:500}.bet__body{padding:8px 12px}.bet__item{padding:4px 0;border-bottom:1px solid #c6c6c6}.bet__item:last-child{border-bottom:0}.bet__event{display:-ms-flexbox;display:flex;margin-bottom:8px}.bet__event__details{-ms-flex-positive:1;flex-grow:1;margin-right:4px}.bet__event__details:last-child,.bet__event__details:only-child{margin-right:0}.bet__event__result{overflow:hidden;width:100px;text-align:right;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bet__result,.bet__start{font-size:11px;line-height:20px}.bet__teams{font-weight:500}.bet__result{color:#737373}.bet__offer{display:-ms-flexbox;display:flex;gap:0 4px;margin-bottom:8px}.bet__offer:last-child{margin-bottom:0}.bet__combi{min-width:25px;font-weight:500}.bet__pick{display:-ms-flexbox;display:flex;gap:0 4px}.bet__market,.bet__pick{-ms-flex-positive:1;flex-grow:1}.bet__market__title{font-weight:500}.bet__market__type{margin-right:4px}.bet__market__type:last-child,.bet__market__type:only-child{margin-right:0}.bet__quote,.tag--status{font-weight:500}.tag--status{display:inline-block;padding:2px 8px;font-size:12px;line-height:20px;letter-spacing:.5px;border:0;border-radius:2px;background-color:#f6f6f6}.tag--status.type--color--slipstatus-approved{color:#fff!important;background-color:#30f}.tag--status.type--color--slipstatus-cancelled{color:#fff!important;background-color:#a9a9a9}.tag--status.type--color--slipstatus-cashout{color:#0a0a0a!important;background-color:#ff8000}.tag--status.type--color--slipstatus-denied{color:#0a0a0a!important;background-color:#0aceff}.tag--status.type--color--slipstatus-for-payout{color:#fff!important;background-color:#1a751a}.tag--status.type--color--slipstatus-for-return{color:#0a0a0a!important;background-color:#1fd21f}.tag--status.type--color--slipstatus-invalid{color:#fff!important;background-color:#a4743e}.tag--status.type--color--slipstatus-lost{color:#fff!important;background-color:red}.tag--status.type--color--slipstatus-open,.tag--status.type--color--slipstatus-submitted{color:#000;background-color:#f1f0e3}.tag--status.type--color--slipstatus-paid-out{color:#fff!important;background-color:#079c07}.tag--status.type--color--slipstatus-payout-deadline-expired{color:#fff!important;background-color:#cc6601}.tag--status.type--color--slipstatus-returned{color:#0a0a0a!important;background-color:#0fff0f}.tag--status.type--color--slipstatus-requested{color:#fff!important;background-color:#9f0fff}.tag--status.type--color--slipstatus-win,.tag--status.type--color--slipstatus-won{color:#fff!important;background-color:green}.tag--outline{font-size:12px;line-height:18px;color:#525252}.status{display:inline-block;vertical-align:middle;width:20px;min-width:20px;height:20px;border-radius:1000px;border:2px solid #c6c6c6;background-color:#f0f0f0}.status--sml{width:16px;min-width:16px;height:16px}.status--active{border-color:#047b57;background-color:#06a676}.status--inactive{border-color:#cf1616;background-color:#e7313c}.message--danger{margin-bottom:4px;font-size:12px;line-height:18px;color:#e7313c}.message--danger--sml{font-size:9px;line-height:12px}.message--info{position:relative;padding:12px}.dropdown--multi{max-width:400px;border:1px solid #c6c6c6;border-radius:4px;background-color:#f6f6f6}.dropdown--multi__toggle{height:auto;padding:12px 32px 12px 12px;line-height:20px;font-weight:500;text-align:left;color:#0a0a0a;border-top:0;border-right:0;border-left:0;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg height='36' width='36' xmlns='http://www.w3.org/2000/svg' fill='%23b5b0b0'%3E%3Cpath d='M35.258 23.785L21.182 8.964A4.518 4.518 0 0 0 14.76 9L.72 23.76a2.718 2.718 0 1 0 3.938 3.748l12.69-13.367a.896.896 0 0 1 1.304 0l12.69 13.367a2.702 2.702 0 1 0 3.916-3.723z'/%3E%3C/svg%3E");background-position:calc(100% - 16px) 50%;background-repeat:no-repeat;background-size:12px}.dropdown--multi__toggle:focus{outline:none;-webkit-box-shadow:none;box-shadow:none;border-color:#c6c6c6}.dropdown--multi__toggle.btn{-ms-flex-pack:start;justify-content:flex-start}.dropdown--multi__toggle.is-expanded{border-bottom-right-radius:0;border-bottom-left-radius:0}.dropdown--multi__item{padding:12px;font-size:12px;line-height:20px;border-bottom:1px solid #c6c6c6}.dropdown--multi__item:last-child{border-bottom:0}.dropdown--multi__item .form__group__label{color:#525252}.dropdown--multi__body{background-color:#fff;border-radius:4px}.dropdown--multi.is-collapsed .dropdown--multi__toggle{border-bottom:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36' fill='%23b5b0b0'%3E%3Cpath d='M18 29.25a3.51 3.51 0 0 1-2.595-1.17L.69 11.355a2.775 2.775 0 1 1 4.155-3.66l12.87 14.625a.375.375 0 0 0 .57 0l12.87-14.625a2.775 2.775 0 1 1 4.155 3.66L20.595 28.08A3.51 3.51 0 0 1 18 29.25z'/%3E%3C/svg%3E")}.validation__card{padding:12px 16px;margin-bottom:16px;font-size:14px;line-height:20px;border-radius:4px}.validation__card--note{color:#241c1c;background-color:#fed200}.view--membership{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100vh}@media (min-width:34em){.view--membership{-ms-flex-direction:row;flex-direction:row}}.view--membership:before{content:"";opacity:.85;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background-color:#e31119;background:-webkit-gradient(linear,left top,left bottom,from(#e3111900),color-stop(50%,#b30a03));background:-webkit-linear-gradient(top,#e3111900,#b30a03 50%);background:-o-linear-gradient(top,#e3111900 0,#b30a03 50%);background:linear-gradient(180deg,#e3111900,#b30a03 50%)}@media (min-width:34em){.view--membership__wrapper{margin:0 auto;width:80%}}@media (min-width:62em){.view--membership__wrapper{width:400px}}.view--membership__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%}@media (min-width:34em){.view--membership__inner{-ms-flex-direction:row;flex-direction:row}}.view--membership__header{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:16px;padding-bottom:40px;color:#fff;background-image:url(/static/media/bg-login.08e2cd3c.jpg);background-position:top;background-repeat:no-repeat;background-size:cover}.view--membership__header--secondary{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:start;align-items:flex-start}@media (min-width:34em){.view--membership__header--secondary{-ms-flex-pack:center;justify-content:center}}.view--membership__header--secondary .type--sml,.view--membership__header--secondary .view--membership__title{z-index:7}.view--membership__header--secondary .view--membership__logo{margin:0 auto;margin-bottom:116px}.view--membership__info{z-index:2}@media (min-width:34em){.view--membership__info{display:none}}.view--membership__logo{margin:0 0 36px;z-index:3}.view--membership__logo__img{height:68px}.view--membership__title{margin-bottom:4px;text-transform:uppercase}.view--membership__body{width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:16px;background-color:#f6f6f6;border-top-left-radius:4px;border-top-right-radius:4px;z-index:3}@media (min-width:34em){.view--membership__body{width:50%}}@media (min-width:62em){.view--membership__body{width:60%}}.view--membership__body__item{margin-bottom:20px}.view--membership__body__item .form__group,.view--membership__body__item:last-child{margin-bottom:0}.view--membership__body--secondary{width:100%;padding:76px 16px}@media (min-width:34em){.view--membership__body--secondary{width:50%}}@media (min-width:62em){.view--membership__body--secondary{width:60%}}.view--membership__body--tertiary{padding:44px 16px}.view--membership__footer{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:28px}.view--membership__footer .k-widget{width:80px}.view--membership__footer .k-widget .k-dropdown-wrap{height:32px}.view--membership__footer .k-widget .k-dropdown-wrap .k-input{height:32px;padding:0;padding-left:8px;font-size:12px;line-height:24px}.view--membership__footer .k-widget .k-dropdown-wrap .k-select{width:24px;background-position:50%}.view--error{position:relative;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100vh;padding:16px;background-image:url(/static/media/bg-login.08e2cd3c.jpg);background-position:top;background-repeat:no-repeat;background-size:cover}.view--error:before{content:"";opacity:.85;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#e31119;background:-webkit-gradient(linear,left top,left bottom,from(#e31119),color-stop(47%,#b30a03));background:-webkit-linear-gradient(top,#e31119,#b30a03 47%);background:-o-linear-gradient(top,#e31119 0,#b30a03 47%);background:linear-gradient(180deg,#e31119,#b30a03 47%)}.view--error__card{min-width:80vw;max-width:80vw}.view--error__card--sml{min-width:300px;max-width:300px}@media (min-width:62em){.view--error__card--sml{min-width:400px;max-width:400px}}.col-sml-1{width:8.33333%;float:left}.col-sml-2{width:16.66667%;float:left}.col-sml-3{width:25%;float:left}.col-sml-4{width:33.33333%;float:left}.col-sml-5{width:41.66667%;float:left}.col-sml-6{width:50%;float:left}.col-sml-7{width:58.33333%;float:left}.col-sml-8{width:66.66667%;float:left}.col-sml-9{width:75%;float:left}.col-sml-10{width:83.33333%;float:left}.col-sml-11{width:91.66667%;float:left}.col-sml-12{width:100%;float:left}@media (min-width:34em){.col-med-1{width:8.33333%;float:left}.col-med-2{width:16.66667%;float:left}.col-med-3{width:25%;float:left}.col-med-4{width:33.33333%;float:left}.col-med-5{width:41.66667%;float:left}.col-med-6{width:50%;float:left}.col-med-7{width:58.33333%;float:left}.col-med-8{width:66.66667%;float:left}.col-med-9{width:75%;float:left}.col-med-10{width:83.33333%;float:left}.col-med-11{width:91.66667%;float:left}.col-med-12{width:100%;float:left}}@media (min-width:48em){.col-lrg-1{width:8.33333%;float:left}.col-lrg-2{width:16.66667%;float:left}.col-lrg-3{width:25%;float:left}.col-lrg-4{width:33.33333%;float:left}.col-lrg-5{width:41.66667%;float:left}.col-lrg-6{width:50%;float:left}.col-lrg-7{width:58.33333%;float:left}.col-lrg-8{width:66.66667%;float:left}.col-lrg-9{width:75%;float:left}.col-lrg-10{width:83.33333%;float:left}.col-lrg-11{width:91.66667%;float:left}.col-lrg-12{width:100%;float:left}}@media (min-width:62em){.col-xlrg-1{width:8.33333%;float:left}.col-xlrg-2{width:16.66667%;float:left}.col-xlrg-3{width:25%;float:left}.col-xlrg-4{width:33.33333%;float:left}.col-xlrg-5{width:41.66667%;float:left}.col-xlrg-6{width:50%;float:left}.col-xlrg-7{width:58.33333%;float:left}.col-xlrg-8{width:66.66667%;float:left}.col-xlrg-9{width:75%;float:left}.col-xlrg-10{width:83.33333%;float:left}.col-xlrg-11{width:91.66667%;float:left}.col-xlrg-12{width:100%;float:left}}@media (min-width:75em){.col-xxlrg-1{width:8.33333%;float:left}.col-xxlrg-2{width:16.66667%;float:left}.col-xxlrg-3{width:25%;float:left}.col-xxlrg-4{width:33.33333%;float:left}.col-xxlrg-5{width:41.66667%;float:left}.col-xxlrg-6{width:50%;float:left}.col-xxlrg-7{width:58.33333%;float:left}.col-xxlrg-8{width:66.66667%;float:left}.col-xxlrg-9{width:75%;float:left}.col-xxlrg-10{width:83.33333%;float:left}.col-xxlrg-11{width:91.66667%;float:left}.col-xxlrg-12{width:100%;float:left}}.f-col-tny-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.f-col-tny-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.f-col-tny-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.f-col-tny-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.f-col-tny-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.f-col-tny-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.f-col-tny-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.f-col-tny-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.f-col-tny-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.f-col-tny-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.f-col-tny-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.f-col-tny-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}@media (min-width:20em){.f-col-xsml-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.f-col-xsml-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.f-col-xsml-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.f-col-xsml-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.f-col-xsml-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.f-col-xsml-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.f-col-xsml-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.f-col-xsml-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.f-col-xsml-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.f-col-xsml-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.f-col-xsml-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.f-col-xsml-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:30em){.f-col-sml-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.f-col-sml-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.f-col-sml-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.f-col-sml-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.f-col-sml-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.f-col-sml-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.f-col-sml-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.f-col-sml-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.f-col-sml-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.f-col-sml-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.f-col-sml-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.f-col-sml-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:34em){.f-col-med-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.f-col-med-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.f-col-med-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.f-col-med-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.f-col-med-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.f-col-med-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.f-col-med-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.f-col-med-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.f-col-med-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.f-col-med-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.f-col-med-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.f-col-med-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:48em){.f-col-lrg-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.f-col-lrg-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.f-col-lrg-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.f-col-lrg-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.f-col-lrg-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.f-col-lrg-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.f-col-lrg-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.f-col-lrg-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.f-col-lrg-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.f-col-lrg-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.f-col-lrg-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.f-col-lrg-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:62em){.f-col-xlrg-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.f-col-xlrg-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.f-col-xlrg-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.f-col-xlrg-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.f-col-xlrg-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.f-col-xlrg-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.f-col-xlrg-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.f-col-xlrg-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.f-col-xlrg-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.f-col-xlrg-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.f-col-xlrg-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.f-col-xlrg-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:75em){.f-col-xxlrg-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.f-col-xxlrg-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.f-col-xxlrg-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.f-col-xxlrg-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.f-col-xxlrg-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.f-col-xxlrg-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.f-col-xxlrg-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.f-col-xxlrg-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.f-col-xxlrg-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.f-col-xxlrg-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.f-col-xxlrg-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.f-col-xxlrg-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}.f-col-5{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}@media (max-width:47.9375em){.f-col-5{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:16px}.f-col-5:last-child{margin-bottom:0}}.col-push-sml-1{margin-left:8.33333%}.col-push-sml-2{margin-left:16.66667%}.col-push-sml-3{margin-left:25%}.col-push-sml-4{margin-left:33.33333%}.col-push-sml-5{margin-left:41.66667%}.col-push-sml-6{margin-left:50%}.col-push-sml-7{margin-left:58.33333%}.col-push-sml-8{margin-left:66.66667%}.col-push-sml-9{margin-left:75%}.col-push-sml-10{margin-left:83.33333%}.col-push-sml-11{margin-left:91.66667%}.col-push-sml-12{margin-left:100%}@media (min-width:34em){.col-push-med-1{margin-left:8.33333%}.col-push-med-2{margin-left:16.66667%}.col-push-med-3{margin-left:25%}.col-push-med-4{margin-left:33.33333%}.col-push-med-5{margin-left:41.66667%}.col-push-med-6{margin-left:50%}.col-push-med-7{margin-left:58.33333%}.col-push-med-8{margin-left:66.66667%}.col-push-med-9{margin-left:75%}.col-push-med-10{margin-left:83.33333%}.col-push-med-11{margin-left:91.66667%}.col-push-med-12{margin-left:100%}}@media (min-width:48em){.col-push-lrg-1{margin-left:8.33333%}.col-push-lrg-2{margin-left:16.66667%}.col-push-lrg-3{margin-left:25%}.col-push-lrg-4{margin-left:33.33333%}.col-push-lrg-5{margin-left:41.66667%}.col-push-lrg-6{margin-left:50%}.col-push-lrg-7{margin-left:58.33333%}.col-push-lrg-8{margin-left:66.66667%}.col-push-lrg-9{margin-left:75%}.col-push-lrg-10{margin-left:83.33333%}.col-push-lrg-11{margin-left:91.66667%}.col-push-lrg-12{margin-left:100%}}@media (min-width:62em){.col-push-xlrg-1{margin-left:8.33333%}.col-push-xlrg-2{margin-left:16.66667%}.col-push-xlrg-3{margin-left:25%}.col-push-xlrg-4{margin-left:33.33333%}.col-push-xlrg-5{margin-left:41.66667%}.col-push-xlrg-6{margin-left:50%}.col-push-xlrg-7{margin-left:58.33333%}.col-push-xlrg-8{margin-left:66.66667%}.col-push-xlrg-9{margin-left:75%}.col-push-xlrg-10{margin-left:83.33333%}.col-push-xlrg-11{margin-left:91.66667%}.col-push-xlrg-12{margin-left:100%}}@media (min-width:75em){.col-push-xxlrg-1{margin-left:8.33333%}.col-push-xxlrg-2{margin-left:16.66667%}.col-push-xxlrg-3{margin-left:25%}.col-push-xxlrg-4{margin-left:33.33333%}.col-push-xxlrg-5{margin-left:41.66667%}.col-push-xxlrg-6{margin-left:50%}.col-push-xxlrg-7{margin-left:58.33333%}.col-push-xxlrg-8{margin-left:66.66667%}.col-push-xxlrg-9{margin-left:75%}.col-push-xxlrg-10{margin-left:83.33333%}.col-push-xxlrg-11{margin-left:91.66667%}.col-push-xxlrg-12{margin-left:100%}}.col-pull-sml-1{margin-right:8.33333%}.col-pull-sml-2{margin-right:16.66667%}.col-pull-sml-3{margin-right:25%}.col-pull-sml-4{margin-right:33.33333%}.col-pull-sml-5{margin-right:41.66667%}.col-pull-sml-6{margin-right:50%}.col-pull-sml-7{margin-right:58.33333%}.col-pull-sml-8{margin-right:66.66667%}.col-pull-sml-9{margin-right:75%}.col-pull-sml-10{margin-right:83.33333%}.col-pull-sml-11{margin-right:91.66667%}.col-pull-sml-12{margin-right:100%}@media (min-width:34em){.col-pull-med-1{margin-right:8.33333%}.col-pull-med-2{margin-right:16.66667%}.col-pull-med-3{margin-right:25%}.col-pull-med-4{margin-right:33.33333%}.col-pull-med-5{margin-right:41.66667%}.col-pull-med-6{margin-right:50%}.col-pull-med-7{margin-right:58.33333%}.col-pull-med-8{margin-right:66.66667%}.col-pull-med-9{margin-right:75%}.col-pull-med-10{margin-right:83.33333%}.col-pull-med-11{margin-right:91.66667%}.col-pull-med-12{margin-right:100%}}@media (min-width:48em){.col-pull-lrg-1{margin-right:8.33333%}.col-pull-lrg-2{margin-right:16.66667%}.col-pull-lrg-3{margin-right:25%}.col-pull-lrg-4{margin-right:33.33333%}.col-pull-lrg-5{margin-right:41.66667%}.col-pull-lrg-6{margin-right:50%}.col-pull-lrg-7{margin-right:58.33333%}.col-pull-lrg-8{margin-right:66.66667%}.col-pull-lrg-9{margin-right:75%}.col-pull-lrg-10{margin-right:83.33333%}.col-pull-lrg-11{margin-right:91.66667%}.col-pull-lrg-12{margin-right:100%}}@media (min-width:62em){.col-pull-xlrg-1{margin-right:8.33333%}.col-pull-xlrg-2{margin-right:16.66667%}.col-pull-xlrg-3{margin-right:25%}.col-pull-xlrg-4{margin-right:33.33333%}.col-pull-xlrg-5{margin-right:41.66667%}.col-pull-xlrg-6{margin-right:50%}.col-pull-xlrg-7{margin-right:58.33333%}.col-pull-xlrg-8{margin-right:66.66667%}.col-pull-xlrg-9{margin-right:75%}.col-pull-xlrg-10{margin-right:83.33333%}.col-pull-xlrg-11{margin-right:91.66667%}.col-pull-xlrg-12{margin-right:100%}}@media (min-width:75em){.col-pull-xxlrg-1{margin-right:8.33333%}.col-pull-xxlrg-2{margin-right:16.66667%}.col-pull-xxlrg-3{margin-right:25%}.col-pull-xxlrg-4{margin-right:33.33333%}.col-pull-xxlrg-5{margin-right:41.66667%}.col-pull-xxlrg-6{margin-right:50%}.col-pull-xxlrg-7{margin-right:58.33333%}.col-pull-xxlrg-8{margin-right:66.66667%}.col-pull-xxlrg-9{margin-right:75%}.col-pull-xxlrg-10{margin-right:83.33333%}.col-pull-xxlrg-11{margin-right:91.66667%}.col-pull-xxlrg-12{margin-right:100%}}.spc--top--xtny{margin-top:2px}.spc--top--tny{margin-top:4px}.spc--top--xsml{margin-top:6px}.spc--top--sml{margin-top:8px}.spc--top--xmed{margin-top:12px}.spc--top--med{margin-top:16px}.spc--top--lrg{margin-top:24px}.spc--top--xlrg{margin-top:32px}.spc--top--xxlrg{margin-top:40px}.spc--top--xxxlrg{margin-top:48px}.spc--top--huge{margin-top:60px}.spc--top--reset{margin-top:0}.spc--right--tny{margin-right:4px}.spc--right--xsml{margin-right:6px}.spc--right--sml{margin-right:8px}.spc--right--xmed{margin-right:12px}.spc--right--med{margin-right:16px}.spc--right--lrg{margin-right:24px}.spc--right--xlrg{margin-right:32px}.spc--right--xxlrg{margin-right:40px}.spc--right--xxxlrg{margin-right:48px}.spc--right--huge{margin-right:60px}.spc--bottom--tny{margin-bottom:4px}@media (max-width:19.938em){.spc--bottom--tny--to-tny{margin-bottom:4px}}.spc--bottom--xsml{margin-bottom:6px}.spc--bottom--sml{margin-bottom:8px}.spc--bottom--xmed{margin-bottom:12px}.spc--bottom--med{margin-bottom:16px}.spc--bottom--lrg{margin-bottom:24px}.spc--bottom--xlrg{margin-bottom:32px}.spc--bottom--xxlrg{margin-bottom:40px}.spc--bottom--xxxlrg{margin-bottom:48px}.spc--bottom--huge{margin-bottom:60px}.spc--bottom--reset{margin-bottom:0}.spc--left--tny{margin-left:4px}.spc--left--xsml{margin-left:6px}.spc--left--sml{margin-left:8px}.spc--left--xmed{margin-left:12px}.spc--left--med{margin-left:16px}.spc--left--lrg{margin-left:24px}.spc--left--xlrg{margin-left:32px}.spc--left--xxlrg{margin-left:40px}.spc--left--xxxlrg{margin-left:48px}.spc--left--huge{margin-left:60px}.spc--x--sml{margin-left:8px;margin-right:8px}.spc--x--med{margin-left:16px;margin-right:16px}.spc--y--sml{margin-top:8px;margin-bottom:8px}.spc--y--med{margin-top:16px;margin-bottom:16px}.spc--sml{margin:8px}.spc--med{margin:16px}.spc--reset{margin:0}.w--40--vw--min{min-width:40vw}.w--80{width:80%}.w--100{width:100%}.w--100--px{width:100px}@media (min-width:48em){.w--100--from-med{width:100%}}@media (max-width:61.9375em){.w--100--to-lrg{width:100%}}.w--100--min{min-width:100px}.w--160--px{width:160px}.w--200--px{width:200px}.w--250--px{width:250px}.w--400--px{width:400px}.w--500--max{max-width:500px}.w--760--max{max-width:760px}.w--1024--max{max-width:1024px}.type--sans{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.type--serif{font-family:Georgia,Times,serif}.type--tny{font-size:11px;line-height:18px}.type--xsml{font-size:12px;line-height:24px}.type--sml{font-size:14px;line-height:20px}.type--base,.type--med{font-size:16px;line-height:24px}@media (min-width:48em){.type--med{font-size:19px;line-height:30px}}.type--lrg,.type--xlrg{font-size:24px;line-height:36px}@media (min-width:48em){.type--xlrg{font-size:28px;line-height:48px}}.type--xxlrg{font-size:24px;line-height:36px}@media (min-width:48em){.type--xxlrg{font-size:33px;line-height:48px}}.type--xxxlrg{font-size:28px;line-height:36px}@media (min-width:48em){.type--xxxlrg{font-size:40px;line-height:48px}}.type--wgt--regular{font-weight:400}.type--wgt--medium{font-weight:500}.type--wgt--bold{font-weight:700}.type--color--primary{color:#e31119}.type--color--text{color:#eee}.type--color--textdark{color:#0a0a0a}.type--color--secondary{color:#525252}.type--color--tertiary{color:#737373}.type--color--negative{color:#fff}.type--color--danger{color:#e7313c}.type--color--success{color:#06a676}.type--color--note{color:#ffd500}.type--color--grey{color:#9c9c9c}.type--color--warning{color:#ff8c00}* Bets status / .type--color--betstatus-cancelled,* Bets status / .type--color--betstatus-postponed{color:#747474!important}* Bets status / .type--color--betstatus-invalid,* Bets status / .type--color--betstatus-returned{color:#e3b310!important}* Bets status / .type--color--betstatus-lost{color:#cc0f16!important}* Bets status / .type--color--betstatus-open{color:#424242!important}* Bets status / .type--color--betstatus-win,* Bets status / .type--color--betstatus-won{color:green!important}.type--color--event--cancelled{color:#b5b0b0!important}.type--color--event--evaluated{color:#060!important}.type--color--event--open{color:#0a0a0a!important}.type--color--event--partially-evaluated{color:#b262d9!important}.type--color--event--stopped{color:#e7313c!important}.type--color--offerstatus-cancelled{color:#a9a9a9!important}.type--color--offerstatus-cashout{color:#ff8000!important}.type--color--offerstatus-lose,.type--color--offerstatus-lost{color:red!important}.type--color--offerstatus-win,.type--color--offerstatus-won{color:green!important}.type--color--betting-offer-status--cancelled{color:#a9a9a9!important}.type--color--betting-offer-status--evaluated{color:#060!important}.type--color--betting-offer-status--evaluated-light{color:#aeddff!important}.type--color--betting-offer-status--evaluated-dark{color:#1b87ba!important}.type--color--betting-offer-status--open{color:#0a0a0a!important}.type--color--betting-offer-status--reduced-win{color:#8ae681!important}.type--color--betting-offer-status--stopped{color:#fd1f20!important}.type--color--betting-offer-status--win{color:#12b204!important}.type--color--slipstatus-approved{color:#30f!important}.type--color--slipstatus-cancelled{color:#a9a9a9!important}.type--color--slipstatus-cashout{color:#ff8000!important}.type--color--slipstatus-denied{color:#0aceff!important}.type--color--slipstatus-for-payout{color:#1a751a!important}.type--color--slipstatus-for-return{color:#1fd21f!important}.type--color--slipstatus-invalid{color:#a4743e!important}.type--color--slipstatus-lost{color:red!important}.type--color--slipstatus-paid-out{color:#079c07!important}.type--color--slipstatus-payout-deadline-expired{color:#cc6601!important}.type--color--slipstatus-returned{color:#0fff0f!important}.type--color--slipstatus-requested{color:#9f0fff!important}.type--color--slipstatus-submitted{color:#000!important}.type--uppercase{text-transform:uppercase}.type--lowercase{text-transform:lowercase}.type--narrow{letter-spacing:.0625em}.type--wide{letter-spacing:.125em}.type--center{text-align:center}.type--left{text-align:left}.type--right{text-align:right!important}@media (min-width:20em){.type--right--from-tny{text-align:right!important}}.type--breakall{word-break:break-all}.type--link{font-weight:600!important;text-decoration:underline;color:#e31119;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pull{float:left}@media (max-width:33.9375em){.pull--to--sml{float:left}}@media (min-width:34em){.pull--from--tny{float:left}}.push{float:right}@media (max-width:33.9375em){.push--to--sml{float:right}}@media (min-width:48em){.push--from--med{float:left}}.separator{border:none}.separator--primary{margin:20px 0;border-bottom:1px solid #c6c6c6}.separator--primary--med{margin:12px 0}.separator--light{border-bottom:1px solid #f0f0f0}.display--b{display:block}@media (min-width:34em){.display--b--from--sml{display:block}}@media (max-width:33.9375em){.display--b--to--sml{display:block}}.display--ib{display:inline-block}@media (min-width:34em){.display--ib--from--sml{display:inline-block}}@media (max-width:33.9375em){.display--ib--to--sml{display:inline-block}}.display--none{display:none}@media (min-width:34em){.display--none--from--sml{display:none}}@media (max-width:33.9375em){.display--none--to--sml{display:none}}.display--none--empty:empty{display:none}.display--f,.display--f--horizontal{display:-ms-flexbox;display:flex}.display--f--horizontal{-ms-flex-direction:column;flex-direction:column}.display--f--grow{-ms-flex-positive:1;flex-grow:1}.display--f--ai--center{-ms-flex-align:center;align-items:center}.padd--top--xtny{padding-top:2px}.padd--top--tny{padding-top:4px}.padd--top--xsml{padding-top:6px}.padd--top--sml{padding-top:8px}.padd--top--med{padding-top:16px}.padd--top--lrg{padding-top:24px}.padd--top--xlrg{padding-top:32px}.padd--top--xxlrg{padding-top:56px}.padd--right--tny{padding-right:4px}.padd--right--xsml{padding-right:6px}.padd--right--sml{padding-right:8px}.padd--right--med{padding-right:16px}.padd--right--lrg{padding-right:24px}.padd--bottom--tny{padding-bottom:4px}.padd--bottom--xsml{padding-bottom:6px}.padd--bottom--sml{padding-bottom:8px}.padd--bottom--med{padding-bottom:16px}.padd--bottom--lrg{padding-bottom:24px}.padd--left--tny{padding-left:4px}.padd--left--xsml{padding-left:6px}.padd--left--sml{padding-left:8px}.padd--left--med{padding-left:16px}.padd--left--lrg{padding-left:24px}.padd--x--sml{padding-left:8px;padding-right:8px}.padd--y--tny{padding-top:4px;padding-botom:4px}.padd--y--sml{padding-top:8px;padding-bottom:8px}.padd--sml{padding:8px}.padd--med,.padd--xmed{padding:16px}.padd--reset{padding:0!important}.align--h--center{margin-left:auto;margin-right:auto}.align--v--top{vertical-align:top}.align--v--middle{vertical-align:middle}.align--v--bottom{vertical-align:bottom}.align--v--baseline{vertical-align:baseline}.align--v--text-top{vertical-align:text-top}.align--v--sub{vertical-align:sub}.pos--rel{position:relative}.pos--fix{position:fixed}.pos--abs{position:absolute}.bg--highlight{background-color:rgba(179,10,3,.12)!important}
/*# sourceMappingURL=app.42fbfb13.css.map*/