:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}[data-rsbs-overlay]{background:#fff;background:var(--rsbs-bg,#fff);border-top-left-radius:16px;border-top-left-radius:var(--rsbs-overlay-rounded,16px);border-top-right-radius:16px;border-top-right-radius:var(--rsbs-overlay-rounded,16px);display:flex;flex-direction:column;height:0;height:var(--rsbs-overlay-h,0);transform:translateZ(0);transform:translate3d(0,var(--rsbs-overlay-translate-y,0),0);will-change:height}[data-rsbs-overlay]:focus{outline:none}[data-rsbs-is-blocking=false] [data-rsbs-overlay]{box-shadow:0 -5px 60px 0 rgba(38,89,115,.11),0 -1px 0 rgba(38,89,115,.05)}[data-rsbs-overlay],[data-rsbs-root]:after{margin-left:env(safe-area-inset-left);margin-left:var(--rsbs-ml,env(safe-area-inset-left));margin-right:env(safe-area-inset-right);margin-right:var(--rsbs-mr,env(safe-area-inset-right));max-width:auto;max-width:var(--rsbs-max-w,auto)}[data-rsbs-backdrop],[data-rsbs-overlay],[data-rsbs-root]:after{-ms-scroll-chaining:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;bottom:0;left:0;overscroll-behavior:none;position:fixed;right:0;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:3}[data-rsbs-backdrop]{background-color:rgba(0,0,0,.6);background-color:var(--rsbs-backdrop-bg,rgba(0,0,0,.6));bottom:-60px;cursor:pointer;opacity:1;top:-60px;will-change:opacity}[data-rsbs-is-dismissable=false] [data-rsbs-backdrop]{cursor:ns-resize}[data-rsbs-root]:after{background:#fff;background:var(--rsbs-bg,#fff);content:"";height:1px;pointer-events:none;transform:scaleY(0);transform:scaleY(var(--rsbs-antigap-scale-y,0));transform-origin:bottom;will-change:transform}[data-rsbs-footer],[data-rsbs-header]{cursor:ns-resize;flex-shrink:0;padding:16px}[data-rsbs-header]{box-shadow:0 1px 0 rgba(46,59,66,.125);box-shadow:0 1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity,1)*.125));padding-bottom:8px;padding-top:calc(20px + env(safe-area-inset-top));text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}[data-rsbs-header]:before{background-color:rgba(0,0,0,.14);background-color:var(--rsbs-handle-bg,rgba(0,0,0,.14));border-radius:2px;content:"";display:block;height:4px;left:50%;position:absolute;top:calc(8px + env(safe-area-inset-top));transform:translateX(-50%);width:36px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){[data-rsbs-header]:before{transform:translateX(-50%) scaleY(.75)}}[data-rsbs-has-header=false] [data-rsbs-header]{box-shadow:none;padding-top:calc(12px + env(safe-area-inset-top))}[data-rsbs-scroll]{-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;-ms-scroll-chaining:none;-webkit-overflow-scrolling:touch;flex-grow:1;flex-shrink:1;overflow:auto;overscroll-behavior:contain;-webkit-user-select:auto;-ms-user-select:auto;-moz-user-select:auto;user-select:auto}[data-rsbs-scroll]:focus{outline:none}[data-rsbs-has-footer=false] [data-rsbs-content]{padding-bottom:env(safe-area-inset-bottom)}[data-rsbs-content]{overflow:hidden}[data-rsbs-footer]{box-shadow:0 -1px 0 rgba(46,59,66,.125),0 2px 0 #fff;box-shadow:0 -1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity,1)*.125)),0 2px 0 var(--rsbs-bg,#fff);overflow:hidden;padding-bottom:calc(16px + env(safe-area-inset-bottom));z-index:1}[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=true] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=true] [data-rsbs-header]>*,[data-rsbs-is-dismissable=true] [data-rsbs-scroll]>*{opacity:1;opacity:var(--rsbs-content-opacity,1)}[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-backdrop],[data-rsbs-is-dismissable=true] [data-rsbs-backdrop]{opacity:1;opacity:var(--rsbs-backdrop-opacity,1)}[data-rsbs-state=closed],[data-rsbs-state=closing]{pointer-events:none}@-webkit-keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes react-loading-skeleton{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction);-webkit-animation-duration:var(--animation-duration);animation-duration:var(--animation-duration);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:react-loading-skeleton;animation-name:react-loading-skeleton;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:url(/static/media/Roboto-Thin.a732a12eb07742232407.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:url(/static/media/Roboto-ThinItalic.9d2ca34eae96e77c6eef.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(/static/media/Roboto-Light.333da16a3f3cc391d087.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/Roboto-Regular.fc2b5060f7accec5cf74.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:url(/static/media/Roboto-Italic.87f3afe16a8c3c370634.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(/static/media/Roboto-Medium.7c8d04cd831df3033c8a.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:url(/static/media/Roboto-MediumItalic.82736aaa11c64709055f.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(/static/media/Roboto-Bold.f80816a5455d171f948d.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(/static/media/Roboto-Black.cf56c1b149d0a5e8d7c6.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:url(/static/media/Roboto-BlackItalic.fd62a10743bd89a3d97c.ttf) format("truetype")}@font-face{font-family:MisonFamily;font-style:normal;font-weight:400;src:url(/static/media/mison_text_regular.f689cf1dc4d29be27e17.woff2) format("woff2")}@font-face{font-family:MisonFamily;font-style:normal;font-weight:500;src:url(/static/media/mison_text_medium.7cc05513a9304e1b4be9.woff2) format("woff2")}@font-face{font-family:MisonFamily;font-style:normal;font-weight:600;src:url(/static/media/mison_text_medium.7cc05513a9304e1b4be9.woff2) format("woff2")}@font-face{font-family:MisonFamily;font-style:normal;font-weight:700;src:url(/static/media/mison_text_bold.7ca699e091bd1757c30a.woff2) format("woff2")}:root{--primary:#fce000;--primary-text-color:#000;--text-color:#000;--bg-color:#fff;--grey-color:#eee;--footer-bg-color:#fff;--header-card-bg-color:hsla(240,7%,97%,.9);--header-bg-color:#fff;--header-text-color:#555b6d;--sidebar-bg-color:#fff;--sidebar-text-color:#7b8190;--sidebar-item-active-text-color:#383c40;--card-bg-color:#f5f4f2;--card-text-color:#000;--btn-bg-color:#fff;--btn-bg-color-active:#ddd}body.dark{--bg-color:#191918;--grey-color:#505050;--footer-bg-color:#302f2d;--text-color:#fff;--header-card-bg-color:#2f2f2f;--card-bg-color:#302f2d;--card-text-color:#e0deda;--btn-bg-color:#42413e;--btn-bg-color-active:hsla(40,13%,95%,.2);--active-color:hsla(40,13%,95%,.2);background-color:#fff;background-color:var(--bg-color)}.react-loading-skeleton{--base-color:#f5f4f2;--highlight-color:#ddd}body.dark .react-loading-skeleton{--base-color:#302f2d;--highlight-color:hsla(40,13%,95%,.2)}*,:after,:before{-webkit-tap-highlight-color:transparent;box-sizing:border-box}#root,body,html{height:100%}body{color:--text-color,#000;color:var(--tg-theme-text-color,--text-color,#000);font-family:MisonFamily;margin:0;-webkit-user-select:none;user-select:none}.fz10{font-size:10px}.fz12{font-size:12px}.fz14{font-size:14px}.fz16{font-size:16px}.fz18{font-size:18px}.fz20{font-size:20px}.fz22{font-size:22px}.fz24{font-size:24px}.fz26{font-size:26px}.fz28{font-size:28px}.fz30{font-size:30px}.fz32{font-size:32px}.h-75{height:75%}.h-100{height:100%}.text-primary{color:#fce000;color:var(--primary)}.text-grey{color:hsla(30,3%,53%,.7)}.tg-main-button{background-color:initial;border:1px solid transparent;bottom:0;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:400;line-height:1.5;padding:.47rem .75rem;position:absolute;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle;width:100%}.tg-body{height:100%;max-width:600px;position:relative;width:100%}::-webkit-scrollbar{display:none}.tg-body-inner{background-color:#fff;background-color:var(--bg-color);color:#000;color:var(--text-color);font-family:Roboto;height:100%;padding:0 25px}.tg-header-single{text-align:center}.tg-header,.tg-header-single{margin-bottom:15px;padding-top:10px}.tg-header{display:flex;justify-content:space-between}.tg-header-back{align-items:center;cursor:pointer;display:flex;flex:1 1}.tg-header-title{color:var(--tg-theme-text-color);flex:2 1;font-size:22px;font-style:normal;font-weight:400;line-height:26px;text-align:center}.tg-header-end{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.tg-menu-wrapper{display:flex;flex-wrap:wrap;gap:15px 0;justify-content:space-between;padding-bottom:15px}.tg-menu-item{color:var(--tg-theme-text-color);cursor:pointer;display:flex;flex-direction:column;font-size:16px;line-height:19px}.tg-menu-item img{border-radius:10px;height:87px;margin-bottom:5px;max-width:100%;object-fit:contain;width:155px}.vertical-center{display:flex;flex-direction:column;justify-content:center}.tg-products-wrapper{align-items:flex-start;display:flex;flex-wrap:wrap;gap:15px}.tg-product-item-wrapper{margin-bottom:5px}.tg-product-item-img{border-radius:10px;height:87px;max-width:100%;object-fit:contain;width:97px}.tg-products-item{color:#000;display:flex;flex-direction:column;font-size:16px;justify-content:space-between;line-height:19px;position:relative;text-align:center}.tg-products-item-quantity{border-radius:10px;font-size:14px;height:19px;position:absolute;right:0;top:0;width:20px}.tg-products-item-name{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:38px;overflow:hidden;text-overflow:ellipsis;width:100px}.tg-products-item-price{font-size:16px;font-weight:700;line-height:19px;text-align:center}.tg-products-button-add{display:inline-block;text-align:center;vertical-align:middle}.tg-products-button-add,.tg-products-button-add2{border:1px solid transparent;border-radius:10px;cursor:pointer;font-size:14px;font-weight:400;height:37px;line-height:1.5;-webkit-user-select:none;user-select:none}.tg-products-button-add2{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:0;position:relative;width:100%;width:45px}.tg-login-title{color:#222;font-size:24px;font-style:normal;font-weight:500;line-height:29px;margin-bottom:8px}.tg-login-description{color:#8e8e8e;font-size:16px;font-style:normal;font-weight:400;line-height:19px;margin-bottom:20px}.tg-cart-wrapper{display:flex;margin-bottom:10px}.tg-cart-title{font-size:22px;font-weight:700}.tg-cart-img-wrapper{position:relative;text-align:center}.tg-cart-price-wrapper{display:flex;flex-direction:column;justify-content:space-between}.tg-cart-item-name{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:20px;height:85px;overflow:hidden;padding-left:10px;padding-top:10px;text-align:start;text-overflow:ellipsis}.tg-cart-item-price{padding-top:10px;text-align:end}.btn,.btn.disabled,.btn:disabled{opacity:.65;pointer-events:none}@-webkit-keyframes ripple{0%{height:0;opacity:.5;width:0}to{height:50px;opacity:0;width:50px}}@keyframes ripple{0%{height:0;opacity:.5;width:0}to{height:50px;opacity:0;width:50px}}.ripple:before{background-color:#000;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);visibility:hidden;width:0;z-index:2}.ripple:not(:active):before{-webkit-animation:ripple .4s cubic-bezier(0,0,.2,1);animation:ripple .4s cubic-bezier(0,0,.2,1);transition:visibility .4s step-end}.ripple:active:before{visibility:visible}.gelatine{-webkit-animation:gelatine .5s infinite;animation:gelatine .5s infinite}@-webkit-keyframes gelatine{0%,to{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}}@keyframes gelatine{0%,to{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}}#loading-bg{display:block;height:100%;position:fixed;top:0;width:390px;z-index:9999}.loading{border:0 solid transparent;border-radius:50%;box-sizing:border-box;height:55px;left:calc(50% - 35px);position:absolute;top:50%;width:55px;z-index:999}.loading .effect-1,.loading .effect-2{border:3px solid transparent;border-left-color:#5b73e8d9;border-radius:50%;box-sizing:border-box;height:100%;position:absolute;width:100%}.loading .effect-1{-webkit-animation:rotate 1s ease infinite;animation:rotate 1s ease infinite}.loading .effect-2{-webkit-animation:rotateOpacity 1s ease .1s infinite;animation:rotateOpacity 1s ease .1s infinite}.loading .effect-3{-webkit-animation:rotateOpacity 1s ease .2s infinite;animation:rotateOpacity 1s ease .2s infinite;border:3px solid transparent;border-left-color:#5b73e8d9;border-radius:50%;box-sizing:border-box;height:100%;position:absolute;width:100%}.loading .effects{transition:all .3s ease}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes rotateOpacity{0%{opacity:.1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{opacity:1;-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotateOpacity{0%{opacity:.1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{opacity:1;-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.radio-round{background-position:50%;background-repeat:no-repeat;border:1px solid #adb5bd;border-radius:50%;cursor:pointer;display:inline-block;height:18px;line-height:44px;margin-right:7px;text-align:center;vertical-align:middle;width:18px}.form-check{display:flex;margin-bottom:.125rem;min-height:1.35rem}.form-check-input{-webkit-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #adb5bd;height:18px;margin:0 10px 0 0;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:top;width:18px}.form-check-input[type=radio]{border-radius:50%}.form-check-input:checked{background-color:#f8a91b;border-color:#f8a91b}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-label{font-size:16px}.fw-500{font-weight:500}.hr{border:1px solid #f4f4f4;margin-bottom:3px;width:90%}.d-none{display:none}.w-40{width:40%}.w-60{width:60%}.w-100{width:100%}.text-nowrap{white-space:nowrap!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.d-flex{display:flex!important}.flex-column{flex-direction:column}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-center{align-items:center}label{color:#9ea09e;font-size:.8rem;font-weight:700;margin-bottom:.2rem;text-overflow:ellipsis;white-space:nowrap}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-text{align-items:center;background-color:#fff;border:1px solid #ced4da;border-radius:0;color:#495057;display:flex;font-size:.9rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.47rem .75rem;text-align:center;white-space:nowrap}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:.96rem;font-weight:400;line-height:1.5;outline:none;padding:.42rem .4rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.btn{background-color:initial;background-color:#5b73e8;border:1px solid #5b73e8;border-radius:.25rem;color:#495057;color:#fff;cursor:pointer;display:inline-block;font-size:.9rem;font-weight:400;line-height:1.5;padding:.47rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.custom-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;height:100%;outline:inherit;padding:0;position:absolute;right:0;top:0}.custom-button[disabled]{-webkit-filter:none;filter:none;opacity:.65;pointer-events:none}.test-tg-header{background-color:#fff;background-color:var(--bg-color,#fff);box-shadow:0 8px 20px rgba(0,0,0,.12);position:-webkit-sticky;position:sticky;top:0;z-index:2}.test-tg-header-flex{padding:16px 16px 0}.basket-header,.test-tg-header-flex{align-items:center;display:flex;justify-content:space-between}.basket-header{font-size:32px;font-weight:700;padding:16px}.menu{height:60px;overflow:auto;padding:0 12px;white-space:nowrap;width:100%}.address,.menu{align-items:center;display:flex}.address{background-color:hsla(240,7%,97%,.9);background-color:var(--header-card-bg-color);border-radius:8px;border-bottom-right-radius:32px;cursor:pointer;gap:5px;max-width:85%;padding:6px 12px 6px 6px}.address-name{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.avatar{align-items:center;background-color:hsla(240,7%,97%,.9);background-color:var(--header-card-bg-color);border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;padding:10px;width:36px}.avatar.second{height:52px;width:52px}.menu-item{align-items:center;border-radius:16px;display:flex;height:40px;justify-content:center;padding:0 12px;transition-duration:.2s;transition-property:opacity}.menu-item.active{background-color:#f5f4f2;background-color:var(--card-bg-color);opacity:1}.menu-title{font-size:26px;font-weight:700;padding:27px 24px 10px}.products{align-items:center;display:flex;flex-wrap:wrap;gap:10px;padding-left:24px;padding-right:24px}.product-card{background-color:#f5f4f2;background-color:var(--card-bg-color);border-radius:16px;display:flex;flex-direction:column;gap:5px;height:290px;margin-bottom:10px;padding:6px;position:relative;width:calc(50% - 5px)}.product-image{max-height:160px;text-align:center}.product-image img{border-radius:16px;height:160px;max-height:100%;max-width:100%;object-fit:cover}.product-price{font-size:18px;font-weight:700}.product-name{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;overflow:hidden;text-overflow:ellipsis}.product-buttons{bottom:10px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 10px)}.product-btn{align-items:center;background-color:#fff;background-color:var(--btn-bg-color);border:none;border-radius:24px;color:#000;color:var(--text-color);display:flex;font-weight:700;gap:5px;height:36px;justify-content:center;outline:none;position:relative;transition:.2s;width:100%}.product-btn:active{background-color:#ddd;background-color:var(--btn-bg-color-active)}.product-btn:disabled{background-color:#eee;background-color:var(--grey-color)}.product-btn.second{justify-content:space-between;padding:0 12px}.product-btn.second:active{background-color:#fff;background-color:var(--btn-bg-color)}.product-btn.second button{align-items:center;background-color:initial;border:none;color:#000;color:var(--text-color);display:flex;justify-content:center}.product-btn.second button.minus:after{left:0}.product-btn.second button.minus:after,.product-btn.second button.plus:after{border-radius:16px;content:"";height:100%;pointer-events:none;position:absolute;transition:.2s;width:100%;z-index:0}.product-btn.second button.plus:after{right:0}.product-btn.second button.plus:active:after{background:linear-gradient(270deg,#c4c4c4,hsla(0,0%,77%,0) 50%);right:0}.product-btn.second button.minus:active:after{background:linear-gradient(90deg,#c4c4c4,hsla(0,0%,77%,0) 50%);left:0}.basket{height:100%;position:relative;width:100%}.basket-products{display:flex;flex-direction:column;gap:10px}.basket-product{align-items:center;display:flex;justify-content:space-between;padding:8px 16px;position:relative}.basket-product.last{padding:8px 16px 16px}.p-16{padding:16px}.basket-product:before{left:85px}.basket-product.last:before,.basket-product:before{border-bottom:.5px solid hsla(30,3%,53%,.4);bottom:0;content:"";position:absolute;right:16px}.basket-product.last:before{left:16px}.basket-image{margin-right:8px}.basket-image img{border-radius:16px;height:70px;object-fit:cover;width:70px}.gap-10{gap:10px}.basket-name{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis}.basket-modifier{color:#555b6d;color:var(--header-text-color);font-size:12px}.basket-modifier:last-child{margin-bottom:5px}.basket-price{font-size:12px}.custom-switch input[type=checkbox]{display:none;height:0;visibility:hidden;width:0}.custom-switch label{background:rgba(92,90,87,.1);border-radius:18px;cursor:pointer;display:block;height:32px;position:relative;text-indent:-9999px;width:50px}.custom-switch label:after{background-color:#fff;border-radius:50%;content:"";height:29px;left:2px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.3s;width:29px}.custom-switch input:checked+label{background-color:#fce000;background-color:var(--primary);color:#000;color:var(--primary-text-color);transition:.2s}.custom-switch input:checked+label:after{left:calc(100% - 2px);-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.custom-switch label:active:after{width:30px}.basket-footer{background-color:#fff;background-color:var(--footer-bg-color);border-top-left-radius:30px;border-top-right-radius:30px;bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.12);left:0;opacity:1;padding:15px 16px 10px;position:fixed;transition:.2s;visibility:visible;width:100%}.basket-footer.hide{bottom:-50px;opacity:0;visibility:hidden}.order-footer{background-color:#fff;background-color:var(--footer-bg-color);border-top-left-radius:30px;border-top-right-radius:30px;bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.12);left:0;opacity:1;padding:15px 16px 10px;position:fixed;transition:.2s;visibility:visible;width:100%;z-index:2}.ios .order-footer{padding-bottom:24px}.order-price{font-size:24px;font-weight:500;white-space:nowrap}.basket-card{align-items:center;background-color:#f5f4f2;background-color:var(--card-bg-color);border-radius:10px;display:flex;gap:5px;padding:10px}.basket-card:first-child{margin-left:16px}.basket-card:last-child{margin-right:16px}.basket-btn{align-items:center;background-color:#fff;background-color:var(--bg-color);border-radius:10px;display:flex;font-weight:700;height:32px;justify-content:space-between;min-width:100px;-webkit-user-select:none;user-select:none}.basket-btn.second{background-color:#f5f4f2;background-color:var(--card-bg-color)}.box-shadow{box-shadow:0 3px 4px rgba(0,0,0,.2)}.basket-btn button{background-color:initial;border:none;color:#000;color:var(--text-color)}.basket-btn button,.bottom-btn{align-items:center;display:flex;justify-content:center}.bottom-btn{background-color:#fce000;background-color:var(--primary);border:none;border-radius:16px;color:#000;color:var(--primary-text-color);font-weight:500;height:56px;outline:none;padding:0 16px;position:relative;transition:.2s}.bottom-padding{padding-bottom:80px}.bottom-padding.second{padding-bottom:120px}.bottom-btn:active{opacity:.7}.bottom-btn:disabled{background-color:#eee;background-color:var(--grey-color);color:#000;color:var(--text-color);opacity:1}.bottom-btn-price{opacity:.8;position:absolute;right:16px}a{color:inherit;text-decoration:none}.modal-backdrop{height:100vh;opacity:0;position:fixed;top:0;transition:.25s;visibility:hidden;width:100vw;z-index:2}.modal-backdrop.active{background-color:rgba(0,0,0,.3);opacity:1;visibility:visible}.modal{background-color:#fff;background-color:var(--bg-color);border-radius:24px;left:50%;max-height:300px;overflow:auto;padding:12px;position:absolute;top:50%;-webkit-transform:translate(-50%,30%);transform:translate(-50%,30%);transition:.3s;width:85%}.modal-backdrop.active .modal{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal-title{color:#000;color:var(--text-color);font-size:24px;font-weight:700;margin-bottom:12px}.modal-buttons{align-items:center;display:flex;gap:5px}.modal-btn{border:none;border-radius:16px;color:#000;color:var(--text-color);font-weight:700;height:48px;outline:none;width:100%}.modal-btn.grey{background-color:rgba(92,90,87,.1)}.modal-btn.primary{background-color:#fce000;background-color:var(--primary);color:#000;color:var(--primary-text-color)}[data-rsbs-overlay]{background-color:#fff;background-color:var(--bg-color);border-top-left-radius:24px;border-top-right-radius:24px;max-height:90vh;overflow-y:auto}[data-rsbs-content]{padding:16px!important}.bottom-modal.p-0 [data-rsbs-content]{padding:0!important}.addresses{display:flex;flex-direction:column}.address-item{align-items:center;border-bottom:1px solid #eee;border-bottom:1px solid var(--grey-color);display:flex;gap:10px;padding:12px 16px}.address-item.active,.address-item:active{background-color:#eee;background-color:var(--grey-color)}.order{padding-bottom:80px;scroll-behavior:smooth}.title{font-size:32px;font-weight:700;padding:16px}.order-form{align-items:center;display:flex;gap:10px;margin-bottom:10px;padding:0 16px}.order-label{display:block;font-size:14px;height:auto;left:0;line-height:1rem;overflow:hidden;padding:0;pointer-events:none;position:absolute;text-overflow:ellipsis;top:0;-webkit-transform-origin:left top;transform-origin:left top;transition:.2s ease-out;white-space:nowrap;width:calc(100% - 40px);z-index:2}.order-label.active{-webkit-transform:scale(.75) translateY(-10px);transform:scale(.75) translateY(-10px)}.order-label.is-disabled{opacity:.5}.order-input{background-color:initial;border:none;border-bottom:.5px solid color(from #8a8784 display-p3 r g b/.4);caret-color:#fce000;caret-color:var(--primary);color:#000;color:var(--text-color);height:40px;outline:none;width:100%}.order-input.second{font-size:18px}.position-relative{position:relative}.order-row{gap:10px;margin-bottom:10px;padding:8px 16px;position:relative}.order-row,.order-row-content{align-items:center;display:flex}.order-row-content{justify-content:space-between;width:100%}.order-row-text{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.order-row-content-subtitle{font-size:12px;left:50px;position:absolute;top:0}.order-row-content-title{margin-top:5px}.order-row-content:before{border-bottom:.5px solid hsla(30,3%,53%,.4);bottom:1px;content:"";left:50px;position:absolute;right:16px}.order-row:active{background-color:rgba(0,0,0,.1)}.order-row.inactive:active{background-color:inherit}.order-btn{background-color:#fce000;background-color:var(--primary);border:none;border-radius:16px;color:#000;color:var(--primary-text-color);font-size:18px;font-weight:500;height:56px;margin-top:20px;outline:none;transition:.2s;width:100%}.order-btn:active{opacity:.8}.order-payments{display:flex;gap:10px;margin-bottom:10px;margin-left:16px;overflow:auto}.order-payment-card{background-color:#f5f4f2;background-color:var(--card-bg-color);border:1px solid transparent;border-radius:16px;display:flex;flex-direction:column;font-size:18px;height:90px;justify-content:space-between;min-width:120px;padding:10px}.order-payment-card.active{border:1px solid #7b8190;border:1px solid var(--sidebar-text-color)}.order-payment-card i{font-size:24px}.mt-5{margin-top:5px}.p-0{padding:0}.pb-16{padding-bottom:16px}.mb-15{margin-bottom:15px}.mb-10{margin-bottom:10px}.input-icon{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.profile-row{align-items:center;display:flex;gap:10px;padding:10px 16px}.profile-row:active{background-color:rgba(0,0,0,.1)}.overflow-hidden{overflow:hidden}.home{padding-bottom:90px}.product-modal-image img{max-height:100vw;object-fit:cover;text-align:center;width:100%}.product-modal-buttons{align-items:center;display:flex;gap:5px}.product-modal-count{align-items:center;background-color:#f5f4f2;background-color:var(--card-bg-color);border-radius:16px;display:flex;font-weight:700;height:56px;justify-content:space-between;min-width:120px;padding:0 12px;white-space:nowrap}.product-description{padding:16px}.product-modal-footer{background-color:#fff;background-color:var(--bg-color);border-top:1px solid rgba(0,0,0,.05);bottom:0;display:flex;flex-direction:column;gap:10px;padding:8px;position:fixed;width:100%}[data-rsbs-header]:before{background-color:#eee;background-color:var(--grey-color)}.product-modifiers{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.product-modifier{align-items:center;border-radius:10px;display:flex;gap:10px;padding:10px;transition:.15s;-webkit-user-select:none;user-select:none}.product-modifier:active{background-color:#eee;background-color:var(--grey-color)}.product-checkbox{align-items:center;background-color:#f5f4f2;background-color:var(--card-bg-color);border-radius:50%;display:flex;height:24px;justify-content:center;transition:.15s;width:24px}.product-checkbox.active{background-color:#fce000;background-color:var(--primary)}.product-checkbox i{opacity:0}.product-checkbox.active i{opacity:1}.not-found{align-items:center;display:flex;flex-direction:column;font-size:24px;font-weight:700;height:100%;justify-content:center;min-height:450px;text-align:center}.not-found i{font-size:40px}.cheques{padding:0 16px}.cheque,.cheques{display:flex;flex-direction:column;gap:10px}.cheque{background-color:#f5f4f2;background-color:var(--card-bg-color);border-radius:16px;padding:12px}.cheque-detail{display:flex;flex-direction:column;gap:5px;padding:16px}.cheque-detail th{font-weight:500}.cheque-row{align-items:center;display:flex;justify-content:space-between}.cheque-row .right{text-align:end}.cheque-row.second{font-size:24px;font-weight:700}.max-line-1{-webkit-line-clamp:1;line-clamp:1}.max-line-1,.max-line-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.max-line-2{-webkit-line-clamp:2;line-clamp:2}.max-line-3{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-through{text-decoration:line-through}.loader{-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;border:3px solid #000;border:3px solid var(--text-color);border-bottom:3px solid transparent;border-radius:50%;box-sizing:border-box;display:inline-block;height:24px;width:24px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-0.799c5ec81bfd8aed1ded.eot);src:url(/static/media/unicons-0.799c5ec81bfd8aed1ded.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-0.7a4a2f385231546fb860.woff2) format("woff2"),url(/static/media/unicons-0.377096de8c7287d8fa8e.woff) format("woff"),url(/static/media/unicons-0.2ad1464bbb057f81cf29.ttf) format("truetype"),url(/static/media/unicons-0.5013b0a5bca3cfa5e898.svg#unicons) format("svg");unicode-range:u+e800-e83b}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-1.b1db8367c10154f21cb0.eot);src:url(/static/media/unicons-1.b1db8367c10154f21cb0.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-1.5be3811e24486a8f962b.woff2) format("woff2"),url(/static/media/unicons-1.276205403539fc69d795.woff) format("woff"),url(/static/media/unicons-1.06f3545bcd6f77a7b1a9.ttf) format("truetype"),url(/static/media/unicons-1.616ae68ab62515dfab31.svg#unicons) format("svg");unicode-range:u+e83c-e877}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-10.b5d42dac1001b594a4cc.eot);src:url(/static/media/unicons-10.b5d42dac1001b594a4cc.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-10.91ee36cf7411ed798bc9.woff2) format("woff2"),url(/static/media/unicons-10.d4f352019332148f0d54.woff) format("woff"),url(/static/media/unicons-10.c3477952b48277e4ea89.ttf) format("truetype"),url(/static/media/unicons-10.36d06ce308b35ac63806.svg#unicons) format("svg");unicode-range:u+ea5b-ea96}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-11.6f33fe24074b491cffbd.eot);src:url(/static/media/unicons-11.6f33fe24074b491cffbd.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-11.5dd32cfe76a1e51d7dc9.woff2) format("woff2"),url(/static/media/unicons-11.60b995693ccb12ce53eb.woff) format("woff"),url(/static/media/unicons-11.bf45fcb7db8b6419e687.ttf) format("truetype"),url(/static/media/unicons-11.2246d7ac860bbec81574.svg#unicons) format("svg");unicode-range:u+ea97-ead4}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-12.91ffde525c3b02217444.eot);src:url(/static/media/unicons-12.91ffde525c3b02217444.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-12.6000a3b9529d093ed64d.woff2) format("woff2"),url(/static/media/unicons-12.b1ef2a4b31a228442758.woff) format("woff"),url(/static/media/unicons-12.66e039205df03c3bed1b.ttf) format("truetype"),url(/static/media/unicons-12.36325b81254bacb62e92.svg#unicons) format("svg");unicode-range:u+ead5-eb11}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-13.d50732ea7bd67e11b766.eot);src:url(/static/media/unicons-13.d50732ea7bd67e11b766.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-13.7c87c3811c299e50b0a5.woff2) format("woff2"),url(/static/media/unicons-13.45a742111ea84b5f9d00.woff) format("woff"),url(/static/media/unicons-13.791f89cfdd104792cb0d.ttf) format("truetype"),url(/static/media/unicons-13.516acb65eff0f3f677b7.svg#unicons) format("svg");unicode-range:u+eb12-eb4d}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-14.458aa7cc88c0da96f994.eot);src:url(/static/media/unicons-14.458aa7cc88c0da96f994.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-14.ba76f925caec3cba8ada.woff2) format("woff2"),url(/static/media/unicons-14.82b20325b0988111ac3e.woff) format("woff"),url(/static/media/unicons-14.65ccb807ef4aef60b79f.ttf) format("truetype"),url(/static/media/unicons-14.c7eb48f510c9b080cbb0.svg#unicons) format("svg");unicode-range:u+eb4e-eb89}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-15.20e66fb51a5e5f522945.eot);src:url(/static/media/unicons-15.20e66fb51a5e5f522945.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-15.a67d7e159b789dad27e7.woff2) format("woff2"),url(/static/media/unicons-15.21d4cc4f7d5ebc111a14.woff) format("woff"),url(/static/media/unicons-15.16a92633fdbf9aaefbaf.ttf) format("truetype"),url(/static/media/unicons-15.7e7bb7bae977e320b33b.svg#unicons) format("svg");unicode-range:u+eb8a-ebc5}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-16.9958418f0c0380ffc60c.eot);src:url(/static/media/unicons-16.9958418f0c0380ffc60c.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-16.a44e2bbb46b6df545317.woff2) format("woff2"),url(/static/media/unicons-16.0ef7d02a1cacc0f19ee3.woff) format("woff"),url(/static/media/unicons-16.d22311c22245922248c7.ttf) format("truetype"),url(/static/media/unicons-16.a38eec8ca456dbb53119.svg#unicons) format("svg");unicode-range:u+ebc6-ec01}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-17.2e8bb6f376a308647136.eot);src:url(/static/media/unicons-17.2e8bb6f376a308647136.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-17.9557964cc4ee17f8640f.woff2) format("woff2"),url(/static/media/unicons-17.aff1f4e2915383cf1da7.woff) format("woff"),url(/static/media/unicons-17.ba23102f433eecd78481.ttf) format("truetype"),url(/static/media/unicons-17.b39f059568a2a54480ae.svg#unicons) format("svg");unicode-range:u+ec02-ec3d}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-18.a0af1647463f12da7243.eot);src:url(/static/media/unicons-18.a0af1647463f12da7243.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-18.5545f1f654a55ec6f234.woff2) format("woff2"),url(/static/media/unicons-18.723406e11541f3182640.woff) format("woff"),url(/static/media/unicons-18.bb6535caa0dd65635ccc.ttf) format("truetype"),url(/static/media/unicons-18.008ea1cf245e3170cfe8.svg#unicons) format("svg");unicode-range:u+ec3e-ec79}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-19.be7fbe5d43e6aefc1436.eot);src:url(/static/media/unicons-19.be7fbe5d43e6aefc1436.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-19.066b096e3901d9c11fd6.woff2) format("woff2"),url(/static/media/unicons-19.a13f66a33c0605f20904.woff) format("woff"),url(/static/media/unicons-19.fa0e45ad78ca834c59bd.ttf) format("truetype"),url(/static/media/unicons-19.e40c366f49a274db5f2c.svg#unicons) format("svg");unicode-range:u+ec7a-ecb5}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-2.c5980a527639e2e12c63.eot);src:url(/static/media/unicons-2.c5980a527639e2e12c63.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-2.7cde7f88d3fed1b7cc31.woff2) format("woff2"),url(/static/media/unicons-2.6a9aa9a24278d5dbd3aa.woff) format("woff"),url(/static/media/unicons-2.f67417eba9e6806fa83e.ttf) format("truetype"),url(/static/media/unicons-2.d0d9f88cda6c1fdca355.svg#unicons) format("svg");unicode-range:u+e878-e8b3}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-20.df16aa4d3482237997f9.eot);src:url(/static/media/unicons-20.df16aa4d3482237997f9.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-20.3349daea5ecce34ea924.woff2) format("woff2"),url(/static/media/unicons-20.41112a8a4f083d030afa.woff) format("woff"),url(/static/media/unicons-20.7b053759a72645e4095d.ttf) format("truetype"),url(/static/media/unicons-20.9e82842fb7b66dbb870f.svg#unicons) format("svg");unicode-range:u+ecb6-ecb9}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-3.dd3d75e229574fe3be5d.eot);src:url(/static/media/unicons-3.dd3d75e229574fe3be5d.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-3.85b759185c2ca4f7e941.woff2) format("woff2"),url(/static/media/unicons-3.76381dd60a485ed0071a.woff) format("woff"),url(/static/media/unicons-3.590930bbdb8377d0ccce.ttf) format("truetype"),url(/static/media/unicons-3.9c832fefb5958743fb9c.svg#unicons) format("svg");unicode-range:u+e8b4-e8ef}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-4.d311ce2cac71db962cf8.eot);src:url(/static/media/unicons-4.d311ce2cac71db962cf8.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-4.bcc04ff78df03cd03c79.woff2) format("woff2"),url(/static/media/unicons-4.d5ad403627e71c0b6c6b.woff) format("woff"),url(/static/media/unicons-4.ac100c139c38681706e0.ttf) format("truetype"),url(/static/media/unicons-4.f468f91fd39dc1871875.svg#unicons) format("svg");unicode-range:u+e8f0-e92b}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-5.08106f545f87c0d7f5af.eot);src:url(/static/media/unicons-5.08106f545f87c0d7f5af.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-5.d8d1b760799dad7179b6.woff2) format("woff2"),url(/static/media/unicons-5.81ec80ba66048227fce3.woff) format("woff"),url(/static/media/unicons-5.0e4a09ddbf982e104947.ttf) format("truetype"),url(/static/media/unicons-5.26c10cc89f40214df3aa.svg#unicons) format("svg");unicode-range:u+e92c-e967}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-6.c85c6eac3f3d5523b9f9.eot);src:url(/static/media/unicons-6.c85c6eac3f3d5523b9f9.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-6.61c9742f6939848e65b6.woff2) format("woff2"),url(/static/media/unicons-6.abee15a6e05369b84edc.woff) format("woff"),url(/static/media/unicons-6.4bfde090825a4cba0bb4.ttf) format("truetype"),url(/static/media/unicons-6.771227d4bb31f52a2f28.svg#unicons) format("svg");unicode-range:u+e968-e9a4}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-7.f7b7b90be8693b36371e.eot);src:url(/static/media/unicons-7.f7b7b90be8693b36371e.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-7.ca99661fcdbaba924d2a.woff2) format("woff2"),url(/static/media/unicons-7.84f82cfcc85e7f82ffe8.woff) format("woff"),url(/static/media/unicons-7.f3dd8a97488e19fe447e.ttf) format("truetype"),url(/static/media/unicons-7.1849b807f8dd762ef69e.svg#unicons) format("svg");unicode-range:u+e9a5-e9e1}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-8.73106f073cc09dca085a.eot);src:url(/static/media/unicons-8.73106f073cc09dca085a.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-8.020a9e759958da2c171c.woff2) format("woff2"),url(/static/media/unicons-8.75148087e9e95ec8b71b.woff) format("woff"),url(/static/media/unicons-8.5dd3919ede2929132fb2.ttf) format("truetype"),url(/static/media/unicons-8.c10a0d613b8d3aba39b1.svg#unicons) format("svg");unicode-range:u+e9e2-ea1d}@font-face{font-family:unicons-line;font-style:normal;font-weight:400;src:url(/static/media/unicons-9.cf9cf049b34026c279eb.eot);src:url(/static/media/unicons-9.cf9cf049b34026c279eb.eot#iefix) format("embedded-opentype"),url(/static/media/unicons-9.f2b6d3ef8143dfe6e6e1.woff2) format("woff2"),url(/static/media/unicons-9.10c688520bdf3475d038.woff) format("woff"),url(/static/media/unicons-9.a7c9a103a0efaac18056.ttf) format("truetype"),url(/static/media/unicons-9.27afdc2227f66383712a.svg#unicons) format("svg");unicode-range:u+ea1e-ea5a}[class*=" uil-"]:before,[class^=uil-]:before{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:unicons-line;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-decoration:inherit;text-transform:none}[class*=uil-].flip-horizontal:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}[class*=uil-].flip-horizontal.rotate-90:before{-webkit-transform:rotate(90deg) scaleX(-1);transform:rotate(90deg) scaleX(-1)}[class*=uil-].flip-horizontal.rotate-180:before{-webkit-transform:rotate(180deg) scaleX(-1);transform:rotate(180deg) scaleX(-1)}[class*=uil-].flip-horizontal.rotate-270:before{-webkit-transform:rotate(270deg) scaleX(-1);transform:rotate(270deg) scaleX(-1)}[class*=uil-].flip-horizontal.flip-vertical:before{-webkit-transform:scale(-1);transform:scale(-1)}[class*=uil-].flip-horizontal.flip-vertical.rotate-90:before{-webkit-transform:rotate(90deg) scale(-1);transform:rotate(90deg) scale(-1)}[class*=uil-].flip-horizontal.flip-vertical.rotate-180:before{-webkit-transform:rotate(180deg) scale(-1);transform:rotate(180deg) scale(-1)}[class*=uil-].flip-horizontal.flip-vertical.rotate-270:before{-webkit-transform:rotate(270deg) scale(-1);transform:rotate(270deg) scale(-1)}[class*=uil-].flip-vertical:before{-webkit-transform:scaleY(-1);transform:scaleY(-1)}[class*=uil-].flip-vertical.rotate-90:before{-webkit-transform:rotate(90deg) scaleY(-1);transform:rotate(90deg) scaleY(-1)}[class*=uil-].flip-vertical.rotate-180:before{-webkit-transform:rotate(180deg) scaleY(-1);transform:rotate(180deg) scaleY(-1)}[class*=uil-].flip-vertical.rotate-270:before{-webkit-transform:rotate(270deg) scaleY(-1);transform:rotate(270deg) scaleY(-1)}[class*=uil-].rotate-90:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}[class*=uil-].rotate-180:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}[class*=uil-].rotate-270:before{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.uil-comment-block:before{content:"\e800"}.uil-comment-alt-edit:before{content:"\e801"}.uil-comments:before{content:"\e802"}.uil-comment-alt-search:before{content:"\e803"}.uil-comment-shield:before{content:"\e804"}.uil-comment-alt-dots:before{content:"\e805"}.uil-comment-download:before{content:"\e806"}.uil-comment-check:before{content:"\e807"}.uil-comment-alt-chart-lines:before{content:"\e808"}.uil-comment-alt-download:before{content:"\e809"}.uil-comment-alt-lock:before{content:"\e80a"}.uil-comment-medical:before{content:"\e80b"}.uil-comment-alt-heart:before{content:"\e80c"}.uil-comment:before{content:"\e80d"}.uil-comment-alt-share:before{content:"\e80e"}.uil-comment-alt-upload:before{content:"\e80f"}.uil-comment-dots:before{content:"\e810"}.uil-comment-alt-lines:before{content:"\e811"}.uil-comment-lock:before{content:"\e812"}.uil-comment-heart:before{content:"\e813"}.uil-comment-info-alt:before{content:"\e814"}.uil-comment-upload:before{content:"\e815"}.uil-comment-alt-medical:before{content:"\e816"}.uil-chat-info:before{content:"\e817"}.uil-comment-alt-notes:before{content:"\e818"}.uil-comment-alt-plus:before{content:"\e819"}.uil-comment-alt-image:before{content:"\e81a"}.uil-comment-share:before{content:"\e81b"}.uil-comment-edit:before{content:"\e81c"}.uil-comment-alt-block:before{content:"\e81d"}.uil-comment-chart-line:before{content:"\e81e"}.uil-comment-alt-question:before{content:"\e81f"}.uil-comment-lines:before{content:"\e820"}.uil-comment-redo:before{content:"\e821"}.uil-comment-alt-check:before{content:"\e822"}.uil-comment-alt-shield:before{content:"\e823"}.uil-chat:before{content:"\e824"}.uil-comment-alt-message:before{content:"\e825"}.uil-comment-search:before{content:"\e826"}.uil-chat-bubble-user:before{content:"\e827"}.uil-comments-alt:before{content:"\e828"}.uil-comment-image:before{content:"\e829"}.uil-comment-alt:before{content:"\e82a"}.uil-comment-verify:before{content:"\e82b"}.uil-comment-plus:before{content:"\e82c"}.uil-comment-question:before{content:"\e82d"}.uil-comment-notes:before{content:"\e82e"}.uil-comment-alt-exclamation:before{content:"\e82f"}.uil-comment-exclamation:before{content:"\e830"}.uil-no-entry:before{content:"\e831"}.uil-screw:before{content:"\e832"}.uil-tape:before{content:"\e833"}.uil-paint-tool:before{content:"\e834"}.uil-comment-alt-verify:before{content:"\e835"}.uil-comment-alt-redo:before{content:"\e836"}.uil-trowel:before{content:"\e837"}.uil-drill:before{content:"\e838"}.uil-comment-info:before{content:"\e839"}.uil-jackhammer:before{content:"\e83a"}.uil-comment-alt-info:before{content:"\e83b"}.uil-wheel-barrow:before{content:"\e83c"}.uil-comment-message:before{content:"\e83d"}.uil-shovel:before{content:"\e83e"}.uil-keyhole-square:before{content:"\e83f"}.uil-keyhole-circle:before{content:"\e840"}.uil-traffic-barrier:before{content:"\e841"}.uil-keyhole-square-full:before{content:"\e842"}.uil-wall:before{content:"\e843"}.uil-constructor:before{content:"\e844"}.uil-hard-hat:before{content:"\e845"}.uil-shield-exclamation:before{content:"\e846"}.uil-lock-open-alt:before{content:"\e847"}.uil-unlock:before{content:"\e848"}.uil-unlock-alt:before{content:"\e849"}.uil-heart-alt:before{content:"\e84a"}.uil-octagon:before{content:"\e84b"}.uil-lock:before{content:"\e84c"}.uil-triangle:before{content:"\e84d"}.uil-star:before{content:"\e84e"}.uil-shield-slash:before{content:"\e84f"}.uil-lock-access:before{content:"\e850"}.uil-pentagon:before{content:"\e851"}.uil-shield-check:before{content:"\e852"}.uil-square:before{content:"\e853"}.uil-shield-question:before{content:"\e854"}.uil-padlock:before{content:"\e855"}.uil-wheelchair:before{content:"\e856"}.uil-lock-alt:before{content:"\e857"}.uil-polygon:before{content:"\e858"}.uil-circle:before{content:"\e859"}.uil-copyright:before{content:"\e85a"}.uil-closed-captioning:before{content:"\e85b"}.uil-trademark:before{content:"\e85c"}.uil-heart:before{content:"\e85d"}.uil-parking-circle:before{content:"\e85e"}.uil-mars:before{content:"\e85f"}.uil-sad-squint:before{content:"\e860"}.uil-registered:before{content:"\e861"}.uil-nerd:before{content:"\e862"}.uil-smile:before{content:"\e863"}.uil-meh-alt:before{content:"\e864"}.uil-annoyed:before{content:"\e865"}.uil-sad-dizzy:before{content:"\e866"}.uil-sad:before{content:"\e867"}.uil-servicemark:before{content:"\e868"}.uil-closed-captioning-slash:before{content:"\e869"}.uil-venus:before{content:"\e86a"}.uil-creative-commons-pd:before{content:"\e86b"}.uil-frown:before{content:"\e86c"}.uil-accessible-icon-alt:before{content:"\e86d"}.uil-squint:before{content:"\e86e"}.uil-meh:before{content:"\e86f"}.uil-silence:before{content:"\e870"}.uil-dizzy-meh:before{content:"\e871"}.uil-parking-square:before{content:"\e872"}.uil-shield:before{content:"\e873"}.uil-smile-dizzy:before{content:"\e874"}.uil-ninja:before{content:"\e875"}.uil-smile-beam:before{content:"\e876"}.uil-laughing:before{content:"\e877"}.uil-previous:before{content:"\ea5b"}.uil-film:before{content:"\ea5c"}.uil-image-broken:before{content:"\ea5d"}.uil-incoming-call:before{content:"\ea5e"}.uil-image-check:before{content:"\ea5f"}.uil-image-plus:before{content:"\ea60"}.uil-video:before{content:"\ea61"}.uil-camera-plus:before{content:"\ea62"}.uil-play:before{content:"\ea63"}.uil-cloud-question:before{content:"\ea64"}.uil-skip-forward:before{content:"\ea65"}.uil-image-lock:before{content:"\ea66"}.uil-skip-forward-circle:before{content:"\ea67"}.uil-skip-forward-alt:before{content:"\ea68"}.uil-step-backward-circle:before{content:"\ea69"}.uil-boombox:before{content:"\ea6a"}.uil-step-backward-alt:before{content:"\ea6b"}.uil-image-share:before{content:"\ea6c"}.uil-cloud-database-tree:before{content:"\ea6d"}.uil-snowflake:before{content:"\ea6e"}.uil-temperature-quarter:before{content:"\ea6f"}.uil-cloud-showers-heavy:before{content:"\ea70"}.uil-fahrenheit:before{content:"\ea71"}.uil-snowflake-alt:before{content:"\ea72"}.uil-cloud-wind:before{content:"\ea73"}.uil-tornado:before{content:"\ea74"}.uil-cloud-sun-hail:before{content:"\ea75"}.uil-cloud:before{content:"\ea76"}.uil-image-edit:before{content:"\ea77"}.uil-cloud-moon-hail:before{content:"\ea78"}.uil-temperature-empty:before{content:"\ea79"}.uil-cloud-sun-rain:before{content:"\ea7a"}.uil-thunderstorm:before{content:"\ea7b"}.uil-thunderstorm-sun:before{content:"\ea7c"}.uil-temperature-three-quarter:before{content:"\ea7d"}.uil-thunderstorm-moon:before{content:"\ea7e"}.uil-snow-flake:before{content:"\ea7f"}.uil-raindrops:before{content:"\ea80"}.uil-forecastcloud-moon-tear:before{content:"\ea81"}.uil-cloud-rain:before{content:"\ea82"}.uil-cloud-sun-tear:before{content:"\ea83"}.uil-cloud-moon-showers:before{content:"\ea84"}.uil-cloud-rain-sun:before{content:"\ea85"}.uil-cloud-showers-alt:before{content:"\ea86"}.uil-cloud-showers:before{content:"\ea87"}.uil-cloud-hail:before{content:"\ea88"}.uil-cloud-drizzle:before{content:"\ea89"}.uil-cloud-moon:before{content:"\ea8a"}.uil-moon:before{content:"\ea8b"}.uil-cloud-moon-rain:before{content:"\ea8c"}.uil-moonset:before{content:"\ea8d"}.uil-celsius:before{content:"\ea8e"}.uil-image-upload:before{content:"\ea8f"}.uil-cloud-sun-meatball:before{content:"\ea90"}.uil-windsock:before{content:"\ea91"}.uil-stop-circle:before{content:"\ea92"}.uil-temperature-plus:before{content:"\ea93"}.uil-moon-eclipse:before{content:"\ea94"}.uil-vertical-align-top:before{content:"\ea95"}.uil-cloud-meatball:before{content:"\ea96"}.uil-temperature:before{content:"\ea97"}.uil-cloud-moon-meatball:before{content:"\ea98"}.uil-flip-h-alt:before{content:"\ea99"}.uil-vector-square-alt:before{content:"\ea9a"}.uil-object-ungroup:before{content:"\ea9b"}.uil-th:before{content:"\ea9c"}.uil-images:before{content:"\ea9d"}.uil-temperature-minus:before{content:"\ea9e"}.uil-flip-v:before{content:"\ea9f"}.uil-cloud-sun-rain-alt:before{content:"\eaa0"}.uil-square-full:before{content:"\eaa2"}.uil-vertical-distribute-bottom:before{content:"\eaa3"}.uil-panorama-h-alt:before{content:"\eaa4"}.uil-pathfinder-unite:before{content:"\eaa5"}.uil-wind:before{content:"\eaa6"}.uil-vector-square:before{content:"\eaa7"}.uil-vertical-align-bottom:before{content:"\eaa8"}.uil-ruler:before{content:"\eaa9"}.uil-object-group:before{content:"\eaaa"}.uil-panorama-v:before{content:"\eaab"}.uil-panorama-h:before{content:"\eaac"}.uil-temperature-half:before{content:"\eaad"}.uil-layers-alt:before{content:"\eaaf"}.uil-line-alt:before{content:"\eab0"}.uil-image-resize-landscape:before{content:"\eab1"}.uil-image-resize-square:before{content:"\eab2"}.uil-pathfinder:before{content:"\eab3"}.uil-flip-h:before{content:"\eab4"}.uil-horizontal-distribution-right:before{content:"\eab5"}.uil-horizontal-distribution-left:before{content:"\eab6"}.uil-horizontal-distribution-center:before{content:"\eab7"}.uil-horizontal-align-center:before{content:"\eab8"}.uil-ruler-combined:before{content:"\eab9"}.uil-horizontal-align-right:before{content:"\eaba"}.uil-horizontal-align-left:before{content:"\eabb"}.uil-table:before{content:"\eabc"}.uil-th-slash:before{content:"\eabd"}.uil-crop-alt-rotate-right:before{content:"\eabe"}.uil-apps:before{content:"\eabf"}.uil-exclude:before{content:"\eac0"}.uil-crop-alt:before{content:"\eac1"}.uil-grids:before{content:"\eac2"}.uil-flip-v-alt:before{content:"\eac3"}.uil-vertical-distribution-center:before{content:"\eac4"}.uil-crop-alt-rotate-left:before{content:"\eac5"}.uil-vertical-distribution-top:before{content:"\eac6"}.uil-brush-alt:before{content:"\eac7"}.uil-circle-layer:before{content:"\eac8"}.uil-modem:before{content:"\eac9"}.uil-webcam:before{content:"\eaca"}.uil-hdd:before{content:"\eacb"}.uil-monitor:before{content:"\eacc"}.uil-dice-four:before{content:"\eacd"}.uil-wifi-router:before{content:"\eace"}.uil-dice-five:before{content:"\eacf"}.uil-dice-one:before{content:"\ead0"}.uil-dice-two:before{content:"\ead1"}.uil-dice-six:before{content:"\ead2"}.uil-windy:before{content:"\ead3"}.uil-swatchbook:before{content:"\ead4"}.uil-cancel:before{content:"\ead5"}.uil-clouds:before{content:"\ead6"}.uil-mountains-sun:before{content:"\ead7"}.uil-history:before{content:"\ead8"}.uil-n-a:before{content:"\ead9"}.uil-plane:before{content:"\eada"}.uil-plane-departure:before{content:"\eadb"}.uil-auto-flash:before{content:"\eadc"}.uil-glass-martini:before{content:"\eadd"}.uil-mobile-vibrate:before{content:"\eade"}.uil-trees:before{content:"\eadf"}.uil-voicemail:before{content:"\eae0"}.uil-voicemail-rectangle:before{content:"\eae1"}.uil-plane-fly:before{content:"\eae2"}.uil-sync-exclamation:before{content:"\eae3"}.uil-tachometer-fast:before{content:"\eae4"}.uil-sign-in-alt:before{content:"\eae5"}.uil-archive-alt:before{content:"\eae6"}.uil-power:before{content:"\eae7"}.uil-pizza-slice:before{content:"\eae9"}.uil-refresh:before{content:"\eaea"}.uil-anchor:before{content:"\eaeb"}.uil-sync-slash:before{content:"\eaec"}.uil-upload:before{content:"\eaed"}.uil-glass:before{content:"\eaee"}.uil-sign-out-alt:before{content:"\eaef"}.uil-newspaper:before{content:"\eaf0"}.uil-signin:before{content:"\eaf1"}.uil-processor:before{content:"\eaf2"}.uil-hunting:before{content:"\eaf3"}.uil-coffee:before{content:"\eaf4"}.uil-history-alt:before{content:"\eaf5"}.uil-weight:before{content:"\eaf6"}.uil-plane-arrival:before{content:"\eaf7"}.uil-gift:before{content:"\eaf8"}.uil-circuit:before{content:"\eaf9"}.uil-archive:before{content:"\eafa"}.uil-ban:before{content:"\eafb"}.uil-crosshair-alt:before{content:"\eafc"}.uil-crosshair:before{content:"\eafd"}.uil-record-audio:before{content:"\eafe"}.uil-flower:before{content:"\eaff"}.uil-airplay:before{content:"\eb00"}.uil-rss-interface:before{content:"\eb01"}.uil-equal-circle:before{content:"\eb02"}.uil-shutter:before{content:"\eb03"}.uil-microphone-slash:before{content:"\eb04"}.uil-life-ring:before{content:"\eb05"}.uil-sliders-v-alt:before{content:"\eb06"}.uil-compact-disc:before{content:"\eb07"}.uil-sitemap:before{content:"\eb08"}.uil-sliders-v:before{content:"\eb09"}.uil-shutter-alt:before{content:"\eb0a"}.uil-clapper-board:before{content:"\eb0b"}.uil-water:before{content:"\eb0c"}.uil-rainbow:before{content:"\eb0d"}.uil-desert:before{content:"\eb0e"}.uil-sunset:before{content:"\eb0f"}.uil-mountains:before{content:"\eb10"}.uil-bolt-slash:before{content:"\eb11"}.uil-telescope:before{content:"\eb12"}.uil-sperms:before{content:"\eb13"}.uil-game-structure:before{content:"\eb14"}.uil-ticket:before{content:"\eb15"}.uil-presentation-play:before{content:"\eb16"}.uil-book-open:before{content:"\eb17"}.uil-notebooks:before{content:"\eb18"}.uil-award-alt:before{content:"\eb19"}.uil-bug:before{content:"\eb1a"}.uil-browser:before{content:"\eb1b"}.uil-rss-alt:before{content:"\eb1c"}.uil-building:before{content:"\eb1d"}.uil-lamp:before{content:"\eb1e"}.uil-heart-rate:before{content:"\eb1f"}.uil-swimmer:before{content:"\eb20"}.uil-pump:before{content:"\eb21"}.uil-crockery:before{content:"\eb22"}.uil-message:before{content:"\eb23"}.uil-bed-double:before{content:"\eb24"}.uil-rope-way:before{content:"\eb25"}.uil-water-glass:before{content:"\eb26"}.uil-rotate-360:before{content:"\eb27"}.uil-feedback:before{content:"\eb28"}.uil-bed:before{content:"\eb29"}.uil-utensils:before{content:"\eb2a"}.uil-align-center-h:before{content:"\eb2b"}.uil-baby-carriage:before{content:"\eb2c"}.uil-post-stamp:before{content:"\eb2d"}.uil-arrow-growth:before{content:"\eb2e"}.uil-enter:before{content:"\eb2f"}.uil-arrow:before{content:"\eb30"}.uil-arrows-shrink-h:before{content:"\eb31"}.uil-arrows-resize:before{content:"\eb32"}.uil-presentation:before{content:"\eb33"}.uil-arrows-h:before{content:"\eb34"}.uil-scaling-right:before{content:"\eb35"}.uil-import:before{content:"\eb36"}.uil-arrow-circle-down:before{content:"\eb37"}.uil-angle-double-down:before{content:"\eb38"}.uil-chart-down:before{content:"\eb39"}.uil-angle-down:before{content:"\eb3a"}.uil-expand-left:before{content:"\eb3b"}.uil-arrow-resize-diagonal:before{content:"\eb3c"}.uil-exchange-alt:before{content:"\eb3d"}.uil-angle-double-left:before{content:"\eb3e"}.uil-expand-alt:before{content:"\eb3f"}.uil-compress-arrows:before{content:"\eb40"}.uil-caret-right:before{content:"\eb41"}.uil-scroll-h:before{content:"\eb42"}.uil-angle-double-right:before{content:"\eb43"}.uil-arrow-to-bottom:before{content:"\eb44"}.uil-sort:before{content:"\eb45"}.uil-scaling-left:before{content:"\eb46"}.uil-arrows-resize-h:before{content:"\eb47"}.uil-arrow-from-top:before{content:"\eb48"}.uil-arrows-up-right:before{content:"\eb49"}.uil-arrows-left-down:before{content:"\eb4a"}.uil-arrows-right-down:before{content:"\eb4b"}.uil-arrows-h-alt:before{content:"\eb4c"}.uil-download-alt:before{content:"\eb4d"}.uil-compress-point:before{content:"\eb4e"}.uil-arrow-up-left:before{content:"\eb4f"}.uil-arrow-compress-h:before{content:"\eb50"}.uil-arrows-v-alt:before{content:"\eb51"}.uil-arrows-v:before{content:"\eb52"}.uil-arrows-shrink-v:before{content:"\eb53"}.uil-arrow-break:before{content:"\eb54"}.uil-align-center-v:before{content:"\eb55"}.uil-angle-up:before{content:"\eb56"}.uil-arrow-circle-up:before{content:"\eb57"}.uil-export:before{content:"\eb58"}.uil-arrows-resize-v:before{content:"\eb59"}.uil-upload-alt:before{content:"\eb5a"}.uil-arrow-up-right:before{content:"\eb5b"}.uil-corner-up-right:before{content:"\eb5c"}.uil-angle-double-up:before{content:"\eb5d"}.uil-sorting:before{content:"\eb5e"}.uil-exchange:before{content:"\eb5f"}.uil-corner-down-left:before{content:"\eb60"}.uil-corner-right-down:before{content:"\eb61"}.uil-corner-down-right:before{content:"\eb62"}.uil-corner-up-left:before{content:"\eb63"}.uil-corner-left-down:before{content:"\eb64"}.uil-maximize-left:before{content:"\eb65"}.uil-corner-up-right-alt:before{content:"\eb66"}.uil-corner-down-right-alt:before{content:"\eb67"}.uil-top-arrow-from-top:before{content:"\eb68"}.uil-top-arrow-to-top:before{content:"\eb69"}.uil-arrow-random:before{content:"\eb6a"}.uil-shuffle:before{content:"\eb6b"}.uil-direction:before{content:"\eb6c"}.uil-angle-right:before{content:"\eb6d"}.uil-arrow-circle-right:before{content:"\eb6e"}.uil-arrow-to-right:before{content:"\eb6f"}.uil-arrow-from-right:before{content:"\eb70"}.uil-expand-from-corner:before{content:"\eb71"}.uil-expand-arrows:before{content:"\eb72"}.uil-arrows-maximize:before{content:"\eb73"}.uil-arrow-down-left:before{content:"\eb74"}.uil-expand-arrows-alt:before{content:"\eb75"}.uil-compress-alt:before{content:"\eb76"}.uil-scroll:before{content:"\eb77"}.uil-arrow-circle-left:before{content:"\eb78"}.uil-angle-left:before{content:"\eb79"}.uil-arrows-merge:before{content:"\eb7a"}.uil-arrow-down-right:before{content:"\eb7b"}.uil-corner-up-left-alt:before{content:"\eb7c"}.uil-left-arrow-to-left:before{content:"\eb7d"}.uil-minus-path:before{content:"\eb7e"}.uil-left-arrow-from-left:before{content:"\eb7f"}.uil-repeat:before{content:"\eb80"}.uil-th-large:before{content:"\eb81"}.uil-line-spacing:before{content:"\eb82"}.uil-shrink:before{content:"\eb83"}.uil-compress-alt-left:before{content:"\eb84"}.uil-bring-front:before{content:"\eb85"}.uil-compress-lines:before{content:"\eb86"}.uil-bring-bottom:before{content:"\eb87"}.uil-compress-v:before{content:"\eb88"}.uil-spin:before{content:"\eb89"}.uil-border-out:before{content:"\eb8a"}.uil-border-horizontal:before{content:"\eb8b"}.uil-document-layout-left:before{content:"\eb8c"}.uil-compress:before{content:"\eb8d"}.uil-grip-horizontal-line:before{content:"\eb8e"}.uil-dialpad-alt:before{content:"\eb8f"}.uil-document-layout-center:before{content:"\eb90"}.uil-border-bottom:before{content:"\eb91"}.uil-dialpad:before{content:"\eb92"}.uil-document-layout-right:before{content:"\eb93"}.uil-align-center:before{content:"\eb94"}.uil-sort-amount-down:before{content:"\eb95"}.uil-align-center-alt:before{content:"\eb96"}.uil-align-letter-right:before{content:"\eb97"}.uil-border-alt:before{content:"\eb98"}.uil-align-center-justify:before{content:"\eb99"}.uil-align-alt:before{content:"\eb9a"}.uil-border-vertical:before{content:"\eb9b"}.uil-sort-amount-up:before{content:"\eb9c"}.uil-wrap-text:before{content:"\eb9d"}.uil-align-left-justify:before{content:"\eb9e"}.uil-angle-right-b:before{content:"\eb9f"}.uil-paragraph:before{content:"\eba0"}.uil-right-indent-alt:before{content:"\eba1"}.uil-border-right:before{content:"\eba2"}.uil-align-right-justify:before{content:"\eba3"}.uil-align:before{content:"\eba4"}.uil-border-clear:before{content:"\eba5"}.uil-align-right:before{content:"\eba6"}.uil-list-ui-alt:before{content:"\eba7"}.uil-left-indent:before{content:"\eba8"}.uil-left-indent-alt:before{content:"\eba9"}.uil-border-left:before{content:"\ebaa"}.uil-border-top:before{content:"\ebab"}.uil-align-justify:before{content:"\ebac"}.uil-subject:before{content:"\ebad"}.uil-bars:before{content:"\ebae"}.uil-eye:before{content:"\ebaf"}.uil-exposure-increase:before{content:"\ebb0"}.uil-bright:before{content:"\ebb1"}.uil-exposure-alt:before{content:"\ebb2"}.uil-capture:before{content:"\ebb3"}.uil-arrow-left:before{content:"\ebb4"}.uil-arrow-right:before{content:"\ebb5"}.uil-arrow-up:before{content:"\ebb6"}.uil-focus-target:before{content:"\ebb7"}.uil-external-link-alt:before{content:"\ebb8"}.uil-card-atm:before{content:"\ebb9"}.uil-focus-add:before{content:"\ebba"}.uil-focus:before{content:"\ebbb"}.uil-border-inner:before{content:"\ebbc"}.uil-glass-tea:before{content:"\ebbd"}.uil-streering:before{content:"\ebbe"}.uil-tv-retro-slash:before{content:"\ebbf"}.uil-wrench:before{content:"\ebc0"}.uil-football-american:before{content:"\ebc1"}.uil-water-drop-slash:before{content:"\ebc2"}.uil-layers:before{content:"\ebc3"}.uil-print-slash:before{content:"\ebc4"}.uil-android-phone-slash:before{content:"\ebc5"}.uil-calendar-slash:before{content:"\ebc6"}.uil-image-slash:before{content:"\ebc7"}.uil-image-alt-slash:before{content:"\ebc8"}.uil-lock-slash:before{content:"\ebc9"}.uil-money-bill-slash:before{content:"\ebca"}.uil-comment-slash:before{content:"\ebcb"}.uil-map-marker-slash:before{content:"\ebcc"}.uil-tear:before{content:"\ebcd"}.uil-comment-alt-slash:before{content:"\ebce"}.uil-folder-slash:before{content:"\ebcf"}.uil-filter-slash:before{content:"\ebd0"}.uil-file-slash:before{content:"\ebd1"}.uil-file-lanscape-slash:before{content:"\ebd2"}.uil-glass-martini-alt-slash:before{content:"\ebd3"}.uil-car-slash:before{content:"\ebd4"}.uil-camera-slash:before{content:"\ebd5"}.uil-list-ul:before{content:"\ebd6"}.uil-layer-group-slash:before{content:"\ebd7"}.uil-plug:before{content:"\ebd8"}.uil-bell-slash:before{content:"\ebd9"}.uil-expand-right:before{content:"\ebda"}.uil-bell:before{content:"\ebdb"}.uil-desktop-alt-slash:before{content:"\ebdc"}.uil-align-left:before{content:"\ebdd"}.uil-layers-slash:before{content:"\ebde"}.uil-angry:before{content:"\ebdf"}.uil-ear:before{content:"\ebe0"}.uil-desktop-slash:before{content:"\ebe1"}.uil-text-strike-through:before{content:"\ebe2"}.uil-bold:before{content:"\ebe3"}.uil-text:before{content:"\ebe4"}.uil-assistive-listening-systems:before{content:"\ebe5"}.uil-palette:before{content:"\ebe6"}.uil-underline:before{content:"\ebe7"}.uil-text-fields:before{content:"\ebe8"}.uil-arrow-down:before{content:"\ebe9"}.uil-text-size:before{content:"\ebea"}.uil-italic:before{content:"\ebeb"}.uil-right-to-left-text-direction:before{content:"\ebec"}.uil-sigma:before{content:"\ebed"}.uil-12-plus:before{content:"\ebee"}.uil-left-to-right-text-direction:before{content:"\ebef"}.uil-10-plus:before{content:"\ebf0"}.uil-16-plus:before{content:"\ebf1"}.uil-13-plus:before{content:"\ebf2"}.uil-21-plus:before{content:"\ebf3"}.uil-17-plus:before{content:"\ebf4"}.uil-6-plus:before{content:"\ebf5"}.uil-0-plus:before{content:"\ebf6"}.uil-3-plus:before{content:"\ebf7"}.uil-eye-slash:before{content:"\ebf8"}.uil-archway:before{content:"\ebf9"}.uil-18-plus:before{content:"\ebfa"}.uil-robot:before{content:"\ebfb"}.uil-selfie:before{content:"\ebfc"}.uil-bag-slash:before{content:"\ebfd"}.uil-instagram:before{content:"\ebfe"}.uil-line:before{content:"\ebff"}.uil-facebook-messenger:before{content:"\ec00"}.uil-facebook-f:before{content:"\ec01"}.uil-black-berry:before{content:"\ec02"}.uil-linkedin:before{content:"\ec03"}.uil-snapchat-ghost:before{content:"\ec04"}.uil-intercom:before{content:"\ec05"}.uil-youtube:before{content:"\ec06"}.uil-snapchat-square:before{content:"\ec07"}.uil-apple:before{content:"\ec08"}.uil-instagram-alt:before{content:"\ec09"}.uil-whatsapp-alt:before{content:"\ec0a"}.uil-behance:before{content:"\ec0b"}.uil-twitter:before{content:"\ec0c"}.uil-500px:before{content:"\ec0d"}.uil-tumblr:before{content:"\ec0e"}.uil-github-alt:before{content:"\ec0f"}.uil-tumblr-square:before{content:"\ec10"}.uil-google:before{content:"\ec11"}.uil-medium-m:before{content:"\ec12"}.uil-slack:before{content:"\ec13"}.uil-paypal:before{content:"\ec14"}.uil-reddit-alien-alt:before{content:"\ec15"}.uil-linkedin-alt:before{content:"\ec16"}.uil-google-hangouts:before{content:"\ec17"}.uil-java-script:before{content:"\ec18"}.uil-google-play:before{content:"\ec19"}.uil-google-drive:before{content:"\ec1a"}.uil-asterisk:before{content:"\ec1b"}.uil-android:before{content:"\ec1c"}.uil-github:before{content:"\ec1d"}.uil-balance-scale:before{content:"\ec1e"}.uil-amazon:before{content:"\ec1f"}.uil-slack-alt:before{content:"\ec20"}.uil-dashboard:before{content:"\ec21"}.uil-vuejs-alt:before{content:"\ec22"}.uil-adobe-alt:before{content:"\ec23"}.uil-ankh:before{content:"\ec24"}.uil-twitter-alt:before{content:"\ec25"}.uil-opera:before{content:"\ec26"}.uil-intercom-alt:before{content:"\ec27"}.uil-tumblr-alt:before{content:"\ec28"}.uil-react:before{content:"\ec29"}.uil-camera-change:before{content:"\ec2a"}.uil-master-card:before{content:"\ec2b"}.uil-snapchat-alt:before{content:"\ec2c"}.uil-opera-alt:before{content:"\ec2d"}.uil-html3-alt:before{content:"\ec2e"}.uil-swiggy:before{content:"\ec2f"}.uil-html3:before{content:"\ec30"}.uil-google-hangouts-alt:before{content:"\ec31"}.uil-adobe:before{content:"\ec32"}.uil-facebook-messenger-alt:before{content:"\ec33"}.uil-blogger-alt:before{content:"\ec34"}.uil-blogger:before{content:"\ec35"}.uil-behance-alt:before{content:"\ec36"}.uil-apple-alt:before{content:"\ec37"}.uil-bitcoin:before{content:"\ec38"}.uil-megaphone:before{content:"\ec39"}.uil-bitcoin-alt:before{content:"\ec3a"}.uil-bowling-ball:before{content:"\ec3b"}.uil-percentage:before{content:"\ec3c"}.uil-hourglass:before{content:"\ec3d"}.uil-process:before{content:"\ec3e"}.uil-university:before{content:"\ec3f"}.uil-skype-alt:before{content:"\ec40"}.uil-wind-sun:before{content:"\ec41"}.uil-vk-alt:before{content:"\ec42"}.uil-skype:before{content:"\ec43"}.uil-telegram-alt:before{content:"\ec44"}.uil-vuejs:before{content:"\ec45"}.uil-vk:before{content:"\ec46"}.uil-telegram:before{content:"\ec47"}.uil-yin-yang:before{content:"\ec48"}.uil-angle-left-b:before{content:"\ec49"}.uil-bath:before{content:"\ec4a"}.uil-metro:before{content:"\ec4b"}.uil-comment-add:before{content:"\ec4c"}.uil-fire:before{content:"\ec4d"}.uil-qrcode-scan:before{content:"\ec4e"}.uil-panel-add:before{content:"\ec4f"}.uil-brackets-curly:before{content:"\ec50"}.uil-folder-open:before{content:"\ec51"}.uil-comparison:before{content:"\ec52"}.uil-file-export:before{content:"\ec53"}.uil-channel-add:before{content:"\ec54"}.uil-rupee-sign:before{content:"\ec55"}.uil-channel:before{content:"\ec56"}.uil-link-add:before{content:"\ec57"}.uil-file-import:before{content:"\ec58"}.uil-x:before{content:"\ec59"}.uil-save:before{content:"\ec5a"}.uil-heart-break:before{content:"\ec5b"}.uil-tachometer-fast-alt:before{content:"\ec5c"}.uil-facebook:before{content:"\ec5d"}.uil-create-dashboard:before{content:"\ec5e"}.uil-whatsapp:before{content:"\ec5f"}.uil-setting:before{content:"\ec60"}.uil-rocket:before{content:"\ec61"}.uil-share:before{content:"\ec62"}.uil-x-add:before{content:"\ec63"}.uil-user-nurse:before{content:"\ec64"}.uil-microscope:before{content:"\ec65"}.uil-virus-slash:before{content:"\ec66"}.uil-visual-studio:before{content:"\ec67"}.uil-head-side-mask:before{content:"\ec68"}.uil-baseball-ball:before{content:"\ec69"}.uil-stethoscope-alt:before{content:"\ec6a"}.uil-hospital-symbol:before{content:"\ec6b"}.uil-hospital-square-sign:before{content:"\ec6c"}.uil-head-side:before{content:"\ec6d"}.uil-head-side-cough:before{content:"\ec6e"}.uil-clinic-medical:before{content:"\ec6f"}.uil-wind-moon:before{content:"\ec70"}.uil-hospital:before{content:"\ec71"}.uil-stethoscope:before{content:"\ec72"}.uil-sanitizer:before{content:"\ec73"}.uil-toilet-paper:before{content:"\ec74"}.uil-coronavirus:before{content:"\ec75"}.uil-user-arrows:before{content:"\ec76"}.uil-house-user:before{content:"\ec77"}.uil-social-distancing:before{content:"\ec78"}.uil-credit-card-search:before{content:"\ec79"}.uil-android-alt:before{content:"\ec7a"}.uil-shield-plus:before{content:"\ec7b"}.uil-user-md:before{content:"\ec7c"}.uil-transaction:before{content:"\ec7d"}.uil-store-slash:before{content:"\ec7e"}.uil-code-branch:before{content:"\ec7f"}.uil-google-drive-alt:before{content:"\ec80"}.uil-envelope-block:before{content:"\ec81"}.uil-mailbox-alt:before{content:"\ec82"}.uil-signout:before{content:"\ec83"}.uil-slider-h:before{content:"\ec84"}.uil-lira-sign:before{content:"\ec85"}.uil-slider-h-range:before{content:"\ec86"}.uil-file-graph:before{content:"\ec87"}.uil-wordpress-simple:before{content:"\ec88"}.uil-bing:before{content:"\ec89"}.uil-wordpress:before{content:"\ec8a"}.uil-html5:before{content:"\ec8b"}.uil-programming-language:before{content:"\ec8c"}.uil-css3-simple:before{content:"\ec8d"}.uil-html5-alt:before{content:"\ec8e"}.uil-discord:before{content:"\ec8f"}.uil-draggabledots:before{content:"\ec90"}.uil-font:before{content:"\ec91"}.uil-video-question:before{content:"\ec92"}.uil-headphone-slash:before{content:"\ec93"}.uil-info:before{content:"\ec94"}.uil-letter-chinese-a:before{content:"\ec95"}.uil-letter-hindi-a:before{content:"\ec96"}.uil-english-to-chinese:before{content:"\ec97"}.uil-question:before{content:"\ec98"}.uil-letter-english-a:before{content:"\ec99"}.uil-hindi-to-chinese:before{content:"\ec9a"}.uil-inbox:before{content:"\ec9b"}.uil-letter-japanese-a:before{content:"\ec9c"}.uil-exclamation:before{content:"\ec9d"}.uil-language:before{content:"\ec9e"}.uil-backspace:before{content:"\ec9f"}.uil-window-grid:before{content:"\eca0"}.uil-cloud-sun:before{content:"\eca1"}.uil-vertical-align-center:before{content:"\eca2"}.uil-raindrops-alt:before{content:"\eca3"}.uil-sanitizer-alt:before{content:"\eca4"}.uil-estate:before{content:"\eca5"}.uil-file-contract:before{content:"\eca6"}.uil-fidget-spinner:before{content:"\eca7"}.uil-spinner:before{content:"\eca8"}.uil-spinner-alt:before{content:"\eca9"}.uil-elipsis-double-v-alt:before{content:"\ecaa"}.uil-list-ol:before{content:"\ecab"}.uil-list-ol-alt:before{content:"\ecac"}.uil-docker:before{content:"\ecad"}.uil-linux:before{content:"\ecae"}.uil-hipchat:before{content:"\ecaf"}.uil-gitlab:before{content:"\ecb0"}.uil-lottiefiles-alt:before{content:"\ecb1"}.uil-pagerduty:before{content:"\ecb2"}.uil-microsoft:before{content:"\ecb3"}.uil-windows:before{content:"\ecb4"}.uil-pagelines:before{content:"\ecb5"}.uil-grin:before{content:"\e878"}.uil-sad-cry:before{content:"\e879"}.uil-sad-crying:before{content:"\e87a"}.uil-surprise:before{content:"\e87b"}.uil-unamused:before{content:"\e87c"}.uil-confused:before{content:"\e87d"}.uil-grin-tongue-wink:before{content:"\e87e"}.uil-grin-tongue-wink-alt:before{content:"\e87f"}.uil-kid:before{content:"\e880"}.uil-smile-wink-alt:before{content:"\e881"}.uil-smile-squint-wink:before{content:"\e882"}.uil-annoyed-alt:before{content:"\e883"}.uil-silent-squint:before{content:"\e884"}.uil-sick:before{content:"\e885"}.uil-shopping-cart-alt:before{content:"\e886"}.uil-shopping-bag:before{content:"\e887"}.uil-pricetag-alt:before{content:"\e888"}.uil-shopping-cart:before{content:"\e889"}.uil-smile-squint-wink-alt:before{content:"\e88a"}.uil-store-alt:before{content:"\e88b"}.uil-emoji:before{content:"\e88c"}.uil-trademark-circle:before{content:"\e88d"}.uil-basketball:before{content:"\e88e"}.uil-square-shape:before{content:"\e88f"}.uil-label:before{content:"\e890"}.uil-shopping-basket:before{content:"\e891"}.uil-smile-wink:before{content:"\e892"}.uil-tag:before{content:"\e893"}.uil-label-alt:before{content:"\e894"}.uil-tag-alt:before{content:"\e895"}.uil-store:before{content:"\e896"}.uil-meh-closed-eye:before{content:"\e897"}.uil-trophy:before{content:"\e898"}.uil-dice-three:before{content:"\e899"}.uil-football-ball:before{content:"\e89a"}.uil-basketball-hoop:before{content:"\e89b"}.uil-club:before{content:"\e89c"}.uil-tennis-ball:before{content:"\e89d"}.uil-football:before{content:"\e89e"}.uil-volleyball:before{content:"\e89f"}.uil-heart-sign:before{content:"\e8a0"}.uil-spade:before{content:"\e8a1"}.uil-diamond:before{content:"\e8a2"}.uil-money-stack:before{content:"\e8a3"}.uil-money-withdrawal:before{content:"\e8a4"}.uil-presentation-line:before{content:"\e8a5"}.uil-kayak:before{content:"\e8a6"}.uil-chart-pie:before{content:"\e8a7"}.uil-dumbbell:before{content:"\e8a8"}.uil-suitcase-alt:before{content:"\e8a9"}.uil-yen:before{content:"\e8aa"}.uil-yen-circle:before{content:"\e8ab"}.uil-briefcase-alt:before{content:"\e8ac"}.uil-receipt:before{content:"\e8ad"}.uil-pound:before{content:"\e8ae"}.uil-invoice:before{content:"\e8af"}.uil-pound-circle:before{content:"\e8b0"}.uil-analysis:before{content:"\e8b1"}.uil-suitcase:before{content:"\e8b2"}.uil-moneybag-alt:before{content:"\e8b3"}.uil-lottiefiles:before{content:"\ecb6"}.uil-okta:before{content:"\ecb7"}.uil-illustration:before{content:"\ecb8"}.uil-icons:before{content:"\ecb9"}.uil-bag-alt:before{content:"\e8b4"}.uil-moneybag:before{content:"\e8b5"}.uil-bag:before{content:"\e8b6"}.uil-money-insert:before{content:"\e8b7"}.uil-chart-line:before{content:"\e8b8"}.uil-dollar-sign-alt:before{content:"\e8b9"}.uil-euro:before{content:"\e8ba"}.uil-usd-circle:before{content:"\e8bb"}.uil-euro-circle:before{content:"\e8bc"}.uil-usd-square:before{content:"\e8bd"}.uil-money-bill-stack:before{content:"\e8be"}.uil-dollar-alt:before{content:"\e8bf"}.uil-money-withdraw:before{content:"\e8c0"}.uil-credit-card:before{content:"\e8c1"}.uil-money-bill:before{content:"\e8c2"}.uil-bitcoin-sign:before{content:"\e8c3"}.uil-signal-alt-3:before{content:"\e8c4"}.uil-receipt-alt:before{content:"\e8c5"}.uil-graph-bar:before{content:"\e8c6"}.uil-analytics:before{content:"\e8c7"}.uil-table-tennis:before{content:"\e8c8"}.uil-bill:before{content:"\e8c9"}.uil-chart-bar:before{content:"\e8ca"}.uil-chart-growth:before{content:"\e8cb"}.uil-chart-growth-alt:before{content:"\e8cc"}.uil-shop:before{content:"\e8cd"}.uil-chart-bar-alt:before{content:"\e8ce"}.uil-dollar-sign:before{content:"\e8cf"}.uil-chart:before{content:"\e8d0"}.uil-briefcase:before{content:"\e8d1"}.uil-bitcoin-circle:before{content:"\e8d2"}.uil-chart-pie-alt:before{content:"\e8d3"}.uil-golf-ball:before{content:"\e8d4"}.uil-calculator-alt:before{content:"\e8d5"}.uil-coins:before{content:"\e8d6"}.uil-map-pin-alt:before{content:"\e8d7"}.uil-lightbulb:before{content:"\e8d8"}.uil-map-marker-question:before{content:"\e8d9"}.uil-map-marker-shield:before{content:"\e8da"}.uil-schedule:before{content:"\e8db"}.uil-calendar-alt:before{content:"\e8dc"}.uil-crosshairs:before{content:"\e8dd"}.uil-puzzle-piece:before{content:"\e8de"}.uil-gold:before{content:"\e8df"}.uil-compass:before{content:"\e8e0"}.uil-map:before{content:"\e8e1"}.uil-location-point:before{content:"\e8e2"}.uil-map-marker-info:before{content:"\e8e3"}.uil-map-marker-edit:before{content:"\e8e4"}.uil-map-marker-plus:before{content:"\e8e5"}.uil-map-pin:before{content:"\e8e6"}.uil-navigator:before{content:"\e8e7"}.uil-location-pin-alt:before{content:"\e8e8"}.uil-map-marker-minus:before{content:"\e8e9"}.uil-map-marker-alt:before{content:"\e8ea"}.uil-sign-left:before{content:"\e8eb"}.uil-map-marker:before{content:"\e8ec"}.uil-sign-right:before{content:"\e8ed"}.uil-directions:before{content:"\e8ee"}.uil-location-arrow:before{content:"\e8ef"}.uil-dna:before{content:"\e8f0"}.uil-sign-alt:before{content:"\e8f1"}.uil-presentation-lines-alt:before{content:"\e8f2"}.uil-atom:before{content:"\e8f3"}.uil-flask:before{content:"\e8f4"}.uil-diary:before{content:"\e8f5"}.uil-presentation-times:before{content:"\e8f6"}.uil-diary-alt:before{content:"\e8f7"}.uil-presentation-plus:before{content:"\e8f8"}.uil-presentation-minus:before{content:"\e8f9"}.uil-presentation-edit:before{content:"\e8fa"}.uil-backpack:before{content:"\e8fb"}.uil-notes:before{content:"\e8fc"}.uil-location-arrow-alt:before{content:"\e8fd"}.uil-book-alt:before{content:"\e8fe"}.uil-book:before{content:"\e8ff"}.uil-medal:before{content:"\e900"}.uil-award:before{content:"\e901"}.uil-flask-potion:before{content:"\e902"}.uil-bell-school:before{content:"\e903"}.uil-podium:before{content:"\e904"}.uil-graduation-cap:before{content:"\e905"}.uil-medical-square:before{content:"\e906"}.uil-ambulance:before{content:"\e907"}.uil-medical-square-full:before{content:"\e908"}.uil-cell:before{content:"\e909"}.uil-band-aid:before{content:"\e90a"}.uil-lightbulb-alt:before{content:"\e90b"}.uil-wheelchair-alt:before{content:"\e90c"}.uil-thermometer:before{content:"\e90d"}.uil-abacus:before{content:"\e90e"}.uil-syringe:before{content:"\e90f"}.uil-tablets:before{content:"\e910"}.uil-capsule:before{content:"\e911"}.uil-stretcher:before{content:"\e912"}.uil-presentation-check:before{content:"\e913"}.uil-medkit:before{content:"\e914"}.uil-meeting-board:before{content:"\e915"}.uil-monitor-heart-rate:before{content:"\e916"}.uil-file-medical-alt:before{content:"\e917"}.uil-heartbeat:before{content:"\e918"}.uil-prescription-bottle:before{content:"\e919"}.uil-clock-two:before{content:"\e91a"}.uil-medical-drip:before{content:"\e91b"}.uil-book-medical:before{content:"\e91c"}.uil-watch-alt:before{content:"\e91d"}.uil-stopwatch:before{content:"\e91e"}.uil-watch:before{content:"\e91f"}.uil-clock:before{content:"\e920"}.uil-clock-seven:before{content:"\e921"}.uil-clock-three:before{content:"\e922"}.uil-clock-nine:before{content:"\e923"}.uil-clock-ten:before{content:"\e924"}.uil-files-landscapes:before{content:"\e925"}.uil-clock-five:before{content:"\e926"}.uil-brain:before{content:"\e927"}.uil-file-plus-alt:before{content:"\e928"}.uil-file-network:before{content:"\e929"}.uil-file-contract-dollar:before{content:"\e92a"}.uil-file-upload-alt:before{content:"\e92b"}.uil-clock-eight:before{content:"\e92c"}.uil-clipboard-alt:before{content:"\e92d"}.uil-books:before{content:"\e92e"}.uil-file-search-alt:before{content:"\e92f"}.uil-file-upload:before{content:"\e930"}.uil-file-share-alt:before{content:"\e931"}.uil-file-minus-alt:before{content:"\e932"}.uil-folder-minus:before{content:"\e933"}.uil-file-shield-alt:before{content:"\e934"}.uil-file-minus:before{content:"\e935"}.uil-folder-medical:before{content:"\e936"}.uil-file-redo-alt:before{content:"\e937"}.uil-file-lock-alt:before{content:"\e938"}.uil-folder-lock:before{content:"\e939"}.uil-heart-medical:before{content:"\e93a"}.uil-file-question-alt:before{content:"\e93b"}.uil-files-landscapes-alt:before{content:"\e93c"}.uil-file-medical:before{content:"\e93d"}.uil-file-landscape:before{content:"\e93e"}.uil-file-question:before{content:"\e93f"}.uil-folder-question:before{content:"\e940"}.uil-file-landscape-alt:before{content:"\e941"}.uil-folder:before{content:"\e942"}.uil-file-edit-alt:before{content:"\e943"}.uil-folder-heart:before{content:"\e944"}.uil-folder-exclamation:before{content:"\e945"}.uil-folder-info:before{content:"\e946"}.uil-file-download-alt:before{content:"\e947"}.uil-file-download:before{content:"\e948"}.uil-file-copy-alt:before{content:"\e949"}.uil-file-heart:before{content:"\e94a"}.uil-file-alt:before{content:"\e94b"}.uil-copy-landscape:before{content:"\e94c"}.uil-copy-alt:before{content:"\e94d"}.uil-folder-upload:before{content:"\e94e"}.uil-file-exclamation-alt:before{content:"\e94f"}.uil-file-exclamation:before{content:"\e950"}.uil-copy:before{content:"\e951"}.uil-file-blank:before{content:"\e952"}.uil-stopwatch-slash:before{content:"\e953"}.uil-file:before{content:"\e954"}.uil-folder-times:before{content:"\e955"}.uil-document-info:before{content:"\e956"}.uil-file-times:before{content:"\e957"}.uil-file-info-alt:before{content:"\e958"}.uil-clipboard-blank:before{content:"\e959"}.uil-clipboard-notes:before{content:"\e95a"}.uil-file-times-alt:before{content:"\e95b"}.uil-folder-download:before{content:"\e95c"}.uil-file-bookmark-alt:before{content:"\e95d"}.uil-file-block-alt:before{content:"\e95e"}.uil-folder-check:before{content:"\e95f"}.uil-file-check:before{content:"\e960"}.uil-folder-plus:before{content:"\e961"}.uil-clipboard:before{content:"\e962"}.uil-file-check-alt:before{content:"\e963"}.uil-print:before{content:"\e964"}.uil-folder-network:before{content:"\e965"}.uil-desktop-alt:before{content:"\e966"}.uil-mouse-alt:before{content:"\e967"}.uil-tablet:before{content:"\e968"}.uil-desktop:before{content:"\e969"}.uil-mobile-android-alt:before{content:"\e96a"}.uil-search-alt:before{content:"\e96b"}.uil-volume-up:before{content:"\e96c"}.uil-mouse:before{content:"\e96d"}.uil-mouse-alt-2:before{content:"\e96e"}.uil-mobile-android:before{content:"\e96f"}.uil-laptop:before{content:"\e970"}.uil-search-minus:before{content:"\e971"}.uil-bluetooth-b:before{content:"\e972"}.uil-video-slash:before{content:"\e973"}.uil-search-plus:before{content:"\e974"}.uil-tv-retro:before{content:"\e975"}.uil-toggle-on:before{content:"\e976"}.uil-toggle-off:before{content:"\e977"}.uil-traffic-light:before{content:"\e978"}.uil-bolt:before{content:"\e979"}.uil-trash-alt:before{content:"\e97a"}.uil-star-half-alt:before{content:"\e97b"}.uil-utensils-alt:before{content:"\e97c"}.uil-share-alt:before{content:"\e97d"}.uil-volume-down:before{content:"\e97e"}.uil-wifi:before{content:"\e97f"}.uil-cog:before{content:"\e980"}.uil-bookmark:before{content:"\e981"}.uil-wallet:before{content:"\e982"}.uil-minus:before{content:"\e983"}.uil-rss:before{content:"\e984"}.uil-sync:before{content:"\e985"}.uil-redo:before{content:"\e986"}.uil-bookmark-full:before{content:"\e987"}.uil-umbrella:before{content:"\e988"}.uil-trash:before{content:"\e989"}.uil-wifi-slash:before{content:"\e98a"}.uil-plus-square:before{content:"\e98b"}.uil-plus:before{content:"\e98c"}.uil-signal-alt:before{content:"\e98d"}.uil-pen:before{content:"\e98e"}.uil-package:before{content:"\e98f"}.uil-edit:before{content:"\e990"}.uil-signal:before{content:"\e991"}.uil-glass-martini-alt:before{content:"\e992"}.uil-file-plus:before{content:"\e993"}.uil-minus-circle:before{content:"\e994"}.uil-microphone:before{content:"\e995"}.uil-minus-square:before{content:"\e996"}.uil-minus-square-full:before{content:"\e997"}.uil-volume-mute:before{content:"\e998"}.uil-link-h:before{content:"\e999"}.uil-search:before{content:"\e99a"}.uil-ellipsis-v:before{content:"\e99b"}.uil-ellipsis-h:before{content:"\e99c"}.uil-link-alt:before{content:"\e99d"}.uil-calculator:before{content:"\e99e"}.uil-layer-group:before{content:"\e99f"}.uil-car:before{content:"\e9a0"}.uil-thumbs-up:before{content:"\e9a1"}.uil-link:before{content:"\e9a2"}.uil-home:before{content:"\e9a4"}.uil-keyboard:before{content:"\e9a5"}.uil-volume-off:before{content:"\e9a6"}.uil-edit-alt:before{content:"\e9a7"}.uil-restaurant:before{content:"\e9a8"}.uil-exclamation-octagon:before{content:"\e9a9"}.uil-globe:before{content:"\e9aa"}.uil-favorite:before{content:"\e9ab"}.uil-question-circle:before{content:"\e9ac"}.uil-info-circle:before{content:"\e9ad"}.uil-filter:before{content:"\e9ae"}.uil-volume:before{content:"\e9af"}.uil-exclamation-triangle:before{content:"\e9b0"}.uil-exclamation-circle:before{content:"\e9b1"}.uil-thumbs-down:before{content:"\e9b2"}.uil-multiply:before{content:"\e9b3"}.uil-check-square:before{content:"\e9b4"}.uil-times-circle:before{content:"\e9b5"}.uil-box:before{content:"\e9b6"}.uil-sim-card:before{content:"\e9b7"}.uil-times:before{content:"\e9b8"}.uil-times-square:before{content:"\e9b9"}.uil-link-broken:before{content:"\e9ba"}.uil-cube:before{content:"\e9bb"}.uil-bolt-alt:before{content:"\e9bc"}.uil-calender:before{content:"\e9bd"}.uil-battery-empty:before{content:"\e9be"}.uil-at:before{content:"\e9bf"}.uil-battery-bolt:before{content:"\e9c0"}.uil-plus-circle:before{content:"\e9c1"}.uil-check-circle:before{content:"\e9c2"}.uil-check:before{content:"\e9c3"}.uil-adjust-half:before{content:"\e9c4"}.uil-paperclip:before{content:"\e9c5"}.uil-bullseye:before{content:"\e9c6"}.uil-brightness:before{content:"\e9c7"}.uil-adjust-alt:before{content:"\e9c8"}.uil-adjust-circle:before{content:"\e9c9"}.uil-brightness-half:before{content:"\e9ca"}.uil-brightness-empty:before{content:"\e9cb"}.uil-sun:before{content:"\e9cc"}.uil-brightness-plus:before{content:"\e9cd"}.uil-key-skeleton:before{content:"\e9ce"}.uil-adjust:before{content:"\e9d0"}.uil-keyboard-hide:before{content:"\e9d1"}.uil-brightness-minus:before{content:"\e9d2"}.uil-key-skeleton-alt:before{content:"\e9d3"}.uil-bus:before{content:"\e9d4"}.uil-parcel:before{content:"\e9d5"}.uil-car-sideview:before{content:"\e9d6"}.uil-car-wash:before{content:"\e9d7"}.uil-bus-school:before{content:"\e9d8"}.uil-subway:before{content:"\e9d9"}.uil-ship:before{content:"\e9da"}.uil-bus-alt:before{content:"\e9db"}.uil-subway-alt:before{content:"\e9dc"}.uil-taxi:before{content:"\e9dd"}.uil-truck-loading:before{content:"\e9de"}.uil-dribbble:before{content:"\e9df"}.uil-dropbox:before{content:"\e9e0"}.uil-envelope-check:before{content:"\e9e1"}.uil-envelope-add:before{content:"\e9e2"}.uil-envelope-exclamation:before{content:"\e9e3"}.uil-phone-slash:before{content:"\e9e4"}.uil-outgoing-call:before{content:"\e9e5"}.uil-envelope:before{content:"\e9e6"}.uil-phone:before{content:"\e9e7"}.uil-calling:before{content:"\e9e8"}.uil-phone-times:before{content:"\e9e9"}.uil-envelope-search:before{content:"\e9ea"}.uil-phone-volume:before{content:"\e9eb"}.uil-envelope-upload:before{content:"\e9ec"}.uil-forwaded-call:before{content:"\e9ed"}.uil-envelope-share:before{content:"\e9ee"}.uil-envelope-upload-alt:before{content:"\e9ef"}.uil-envelope-minus:before{content:"\e9f0"}.uil-envelope-receive:before{content:"\e9f1"}.uil-envelope-redo:before{content:"\e9f2"}.uil-envelope-download-alt:before{content:"\e9f3"}.uil-envelope-download:before{content:"\e9f4"}.uil-brightness-low:before{content:"\e9f5"}.uil-envelope-shield:before{content:"\e9f6"}.uil-envelope-open:before{content:"\e9f7"}.uil-envelope-lock:before{content:"\e9f8"}.uil-keyboard-show:before{content:"\e9f9"}.uil-truck:before{content:"\e9fa"}.uil-envelopes:before{content:"\e9fb"}.uil-mailbox:before{content:"\e9fc"}.uil-envelope-heart:before{content:"\e9fd"}.uil-space-key:before{content:"\e9fe"}.uil-keyboard-alt:before{content:"\e9ff"}.uil-envelope-edit:before{content:"\ea00"}.uil-postcard:before{content:"\ea01"}.uil-fast-mail-alt:before{content:"\ea02"}.uil-envelope-question:before{content:"\ea03"}.uil-fast-mail:before{content:"\ea04"}.uil-envelope-info:before{content:"\ea05"}.uil-laptop-cloud:before{content:"\ea06"}.uil-desktop-cloud-alt:before{content:"\ea07"}.uil-envelope-star:before{content:"\ea08"}.uil-envelope-times:before{content:"\ea09"}.uil-luggage-cart:before{content:"\ea0a"}.uil-envelope-bookmark:before{content:"\ea0b"}.uil-missed-call:before{content:"\ea0c"}.uil-user:before{content:"\ea0d"}.uil-user-plus:before{content:"\ea0e"}.uil-envelope-alt:before{content:"\ea0f"}.uil-user-location:before{content:"\ea10"}.uil-users-alt:before{content:"\ea11"}.uil-book-reader:before{content:"\ea12"}.uil-cloud-bookmark:before{content:"\ea13"}.uil-phone-alt:before{content:"\ea14"}.uil-cloud-computing:before{content:"\ea15"}.uil-cloud-check:before{content:"\ea16"}.uil-user-minus:before{content:"\ea17"}.uil-cloud-times:before{content:"\ea18"}.uil-cloud-block:before{content:"\ea19"}.uil-columns:before{content:"\ea1a"}.uil-web-section:before{content:"\ea1b"}.uil-grid:before{content:"\ea1c"}.uil-web-grid-alt:before{content:"\ea1d"}.uil-window-maximize:before{content:"\ea1e"}.uil-web-section-alt:before{content:"\ea1f"}.uil-web-grid:before{content:"\ea20"}.uil-server-connection:before{content:"\ea21"}.uil-cloud-slash:before{content:"\ea22"}.uil-cloud-upload:before{content:"\ea23"}.uil-cloud-exclamation:before{content:"\ea24"}.uil-database:before{content:"\ea25"}.uil-server:before{content:"\ea26"}.uil-cloud-unlock:before{content:"\ea27"}.uil-cloud-share:before{content:"\ea28"}.uil-envelope-send:before{content:"\ea29"}.uil-cloud-shield:before{content:"\ea2a"}.uil-laptop-connection:before{content:"\ea2b"}.uil-server-network-alt:before{content:"\ea2c"}.uil-cloud-redo:before{content:"\ea2d"}.uil-servers:before{content:"\ea2e"}.uil-server-network:before{content:"\ea2f"}.uil-cloud-heart:before{content:"\ea30"}.uil-database-alt:before{content:"\ea31"}.uil-cloud-lock:before{content:"\ea32"}.uil-cloud-info:before{content:"\ea33"}.uil-phone-pause:before{content:"\ea34"}.uil-user-square:before{content:"\ea35"}.uil-user-exclamation:before{content:"\ea36"}.uil-cloud-download:before{content:"\ea37"}.uil-user-circle:before{content:"\ea38"}.uil-cloud-wifi:before{content:"\ea39"}.uil-data-sharing:before{content:"\ea3a"}.uil-cloud-data-connection:before{content:"\ea3b"}.uil-backward:before{content:"\ea3c"}.uil-camera:before{content:"\ea3d"}.uil-music-tune-slash:before{content:"\ea3e"}.uil-user-times:before{content:"\ea3f"}.uil-scenery:before{content:"\ea40"}.uil-user-check:before{content:"\ea41"}.uil-headphones:before{content:"\ea42"}.uil-step-backward:before{content:"\ea43"}.uil-image-search:before{content:"\ea44"}.uil-image-minus:before{content:"\ea45"}.uil-window-section:before{content:"\ea46"}.uil-play-circle:before{content:"\ea47"}.uil-pause-circle:before{content:"\ea48"}.uil-image-shield:before{content:"\ea4a"}.uil-window:before{content:"\ea4b"}.uil-pause:before{content:"\ea4c"}.uil-server-alt:before{content:"\ea4d"}.uil-image-question:before{content:"\ea4e"}.uil-music:before{content:"\ea4f"}.uil-image-block:before{content:"\ea50"}.uil-music-note:before{content:"\ea51"}.uil-step-forward:before{content:"\ea52"}.uil-image-redo:before{content:"\ea53"}.uil-image:before{content:"\ea54"}.uil-picture:before{content:"\ea55"}.uil-image-download:before{content:"\ea56"}.uil-image-v:before{content:"\ea57"}.uil-forward:before{content:"\ea58"}.uil-image-times:before{content:"\ea59"}.uil-headphones-alt:before{content:"\ea5a"}