@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);@import url(//fonts.googleapis.com/css?family=Open+Sans);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.intl-tel-input{display:inline-block;position:relative}.intl-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.intl-tel-input .hide{display:none}.intl-tel-input .v-hide{visibility:hidden}.intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text]{margin-bottom:0!important;margin-right:0;margin-top:0!important;padding-right:36px;position:relative;z-index:0}.intl-tel-input .flag-container{bottom:0;padding:1px;position:absolute;right:0;top:0}.intl-tel-input .flag-container .arrow{font-size:6px;margin-left:5px}.intl-tel-input .flag-container .arrow.up:after{content:"▲"}.intl-tel-input .flag-container .arrow.down:after{content:"▼"}.intl-tel-input .selected-flag{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:36px;z-index:1}.intl-tel-input .country-list{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #ccc;box-shadow:1px 1px 4px rgba(0,0,0,.2);list-style:none;margin:0 0 0 -1px;max-height:200px;overflow-y:scroll;padding:0;position:absolute;text-align:left;white-space:nowrap;z-index:2}.intl-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.intl-tel-input .country-list.dropup{bottom:100%;margin-bottom:-1px}.intl-tel-input .country-list .flag-box{display:inline-block;width:20px}@media(max-width:500px){.intl-tel-input .country-list{white-space:normal}}.intl-tel-input .country-list .country{padding:5px 10px}.intl-tel-input .country-list .country .dial-code{color:#999}.intl-tel-input .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .dial-code,.intl-tel-input .country-list .flag-box{vertical-align:middle}.intl-tel-input .country-list .country-name,.intl-tel-input .country-list .flag-box{margin-right:6px}.intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text]{margin-left:0;padding-left:52px;padding-right:6px}.intl-tel-input.allow-dropdown .flag-container{left:0;right:auto;width:100%}.intl-tel-input.allow-dropdown .selected-flag{width:46px}.intl-tel-input.allow-dropdown .flag-container:hover{cursor:pointer}.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{background-color:rgba(0,0,0,.05)}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover{cursor:default}.intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,.intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag{background-color:transparent}.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag{background-color:rgba(0,0,0,.05);display:table}.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code{display:table-cell;padding-left:28px;vertical-align:middle}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text]{padding-left:76px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag{width:70px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text]{padding-left:84px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag{width:78px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text]{padding-left:92px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag{width:86px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input,.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel],.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text]{padding-left:100px}.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag{width:94px}.intl-tel-input.iti-container{left:-1000px;padding:1px;position:absolute;top:-1000px;z-index:1060}.intl-tel-input.iti-container:hover{cursor:pointer}.iti-mobile .intl-tel-input.iti-container{bottom:30px;left:30px;position:fixed;right:30px;top:30px}.iti-mobile .intl-tel-input .country-list{-webkit-overflow-scrolling:touch;max-height:100%;width:100%}.iti-mobile .intl-tel-input .country-list .country{line-height:1.5em;padding:10px}.iti-flag.be{width:18px}.iti-flag.ch{width:15px}.iti-flag.mc{width:19px}.iti-flag.ne{width:18px}.iti-flag.np{width:13px}.iti-flag.va{width:15px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-size:5630px 15px}}.iti-flag.ac{background-position:0 0;height:10px}.iti-flag.ad{background-position:-22px 0;height:14px}.iti-flag.ae{background-position:-44px 0;height:10px}.iti-flag.af{background-position:-66px 0;height:14px}.iti-flag.ag{background-position:-88px 0;height:14px}.iti-flag.ai{background-position:-110px 0;height:10px}.iti-flag.al{background-position:-132px 0;height:15px}.iti-flag.am{background-position:-154px 0;height:10px}.iti-flag.ao{background-position:-176px 0;height:14px}.iti-flag.aq{background-position:-198px 0;height:14px}.iti-flag.ar{background-position:-220px 0;height:13px}.iti-flag.as{background-position:-242px 0;height:10px}.iti-flag.at{background-position:-264px 0;height:14px}.iti-flag.au{background-position:-286px 0;height:10px}.iti-flag.aw{background-position:-308px 0;height:14px}.iti-flag.ax{background-position:-330px 0;height:13px}.iti-flag.az{background-position:-352px 0;height:10px}.iti-flag.ba{background-position:-374px 0;height:10px}.iti-flag.bb{background-position:-396px 0;height:14px}.iti-flag.bd{background-position:-418px 0;height:12px}.iti-flag.be{background-position:-440px 0;height:15px}.iti-flag.bf{background-position:-460px 0;height:14px}.iti-flag.bg{background-position:-482px 0;height:12px}.iti-flag.bh{background-position:-504px 0;height:12px}.iti-flag.bi{background-position:-526px 0;height:12px}.iti-flag.bj{background-position:-548px 0;height:14px}.iti-flag.bl{background-position:-570px 0;height:14px}.iti-flag.bm{background-position:-592px 0;height:10px}.iti-flag.bn{background-position:-614px 0;height:10px}.iti-flag.bo{background-position:-636px 0;height:14px}.iti-flag.bq{background-position:-658px 0;height:14px}.iti-flag.br{background-position:-680px 0;height:14px}.iti-flag.bs{background-position:-702px 0;height:10px}.iti-flag.bt{background-position:-724px 0;height:14px}.iti-flag.bv{background-position:-746px 0;height:15px}.iti-flag.bw{background-position:-768px 0;height:14px}.iti-flag.by{background-position:-790px 0;height:10px}.iti-flag.bz{background-position:-812px 0;height:14px}.iti-flag.ca{background-position:-834px 0;height:10px}.iti-flag.cc{background-position:-856px 0;height:10px}.iti-flag.cd{background-position:-878px 0;height:15px}.iti-flag.cf{background-position:-900px 0;height:14px}.iti-flag.cg{background-position:-922px 0;height:14px}.iti-flag.ch{background-position:-944px 0;height:15px}.iti-flag.ci{background-position:-961px 0;height:14px}.iti-flag.ck{background-position:-983px 0;height:10px}.iti-flag.cl{background-position:-1005px 0;height:14px}.iti-flag.cm{background-position:-1027px 0;height:14px}.iti-flag.cn{background-position:-1049px 0;height:14px}.iti-flag.co{background-position:-1071px 0;height:14px}.iti-flag.cp{background-position:-1093px 0;height:14px}.iti-flag.cr{background-position:-1115px 0;height:12px}.iti-flag.cu{background-position:-1137px 0;height:10px}.iti-flag.cv{background-position:-1159px 0;height:12px}.iti-flag.cw{background-position:-1181px 0;height:14px}.iti-flag.cx{background-position:-1203px 0;height:10px}.iti-flag.cy{background-position:-1225px 0;height:14px}.iti-flag.cz{background-position:-1247px 0;height:14px}.iti-flag.de{background-position:-1269px 0;height:12px}.iti-flag.dg{background-position:-1291px 0;height:10px}.iti-flag.dj{background-position:-1313px 0;height:14px}.iti-flag.dk{background-position:-1335px 0;height:15px}.iti-flag.dm{background-position:-1357px 0;height:10px}.iti-flag.do{background-position:-1379px 0;height:13px}.iti-flag.dz{background-position:-1401px 0;height:14px}.iti-flag.ea{background-position:-1423px 0;height:14px}.iti-flag.ec{background-position:-1445px 0;height:14px}.iti-flag.ee{background-position:-1467px 0;height:13px}.iti-flag.eg{background-position:-1489px 0;height:14px}.iti-flag.eh{background-position:-1511px 0;height:10px}.iti-flag.er{background-position:-1533px 0;height:10px}.iti-flag.es{background-position:-1555px 0;height:14px}.iti-flag.et{background-position:-1577px 0;height:10px}.iti-flag.eu{background-position:-1599px 0;height:14px}.iti-flag.fi{background-position:-1621px 0;height:12px}.iti-flag.fj{background-position:-1643px 0;height:10px}.iti-flag.fk{background-position:-1665px 0;height:10px}.iti-flag.fm{background-position:-1687px 0;height:11px}.iti-flag.fo{background-position:-1709px 0;height:15px}.iti-flag.fr{background-position:-1731px 0;height:14px}.iti-flag.ga{background-position:-1753px 0;height:15px}.iti-flag.gb{background-position:-1775px 0;height:10px}.iti-flag.gd{background-position:-1797px 0;height:12px}.iti-flag.ge{background-position:-1819px 0;height:14px}.iti-flag.gf{background-position:-1841px 0;height:14px}.iti-flag.gg{background-position:-1863px 0;height:14px}.iti-flag.gh{background-position:-1885px 0;height:14px}.iti-flag.gi{background-position:-1907px 0;height:10px}.iti-flag.gl{background-position:-1929px 0;height:14px}.iti-flag.gm{background-position:-1951px 0;height:14px}.iti-flag.gn{background-position:-1973px 0;height:14px}.iti-flag.gp{background-position:-1995px 0;height:14px}.iti-flag.gq{background-position:-2017px 0;height:14px}.iti-flag.gr{background-position:-2039px 0;height:14px}.iti-flag.gs{background-position:-2061px 0;height:10px}.iti-flag.gt{background-position:-2083px 0;height:13px}.iti-flag.gu{background-position:-2105px 0;height:11px}.iti-flag.gw{background-position:-2127px 0;height:10px}.iti-flag.gy{background-position:-2149px 0;height:12px}.iti-flag.hk{background-position:-2171px 0;height:14px}.iti-flag.hm{background-position:-2193px 0;height:10px}.iti-flag.hn{background-position:-2215px 0;height:10px}.iti-flag.hr{background-position:-2237px 0;height:10px}.iti-flag.ht{background-position:-2259px 0;height:12px}.iti-flag.hu{background-position:-2281px 0;height:10px}.iti-flag.ic{background-position:-2303px 0;height:14px}.iti-flag.id{background-position:-2325px 0;height:14px}.iti-flag.ie{background-position:-2347px 0;height:10px}.iti-flag.il{background-position:-2369px 0;height:15px}.iti-flag.im{background-position:-2391px 0;height:10px}.iti-flag.in{background-position:-2413px 0;height:14px}.iti-flag.io{background-position:-2435px 0;height:10px}.iti-flag.iq{background-position:-2457px 0;height:14px}.iti-flag.ir{background-position:-2479px 0;height:12px}.iti-flag.is{background-position:-2501px 0;height:15px}.iti-flag.it{background-position:-2523px 0;height:14px}.iti-flag.je{background-position:-2545px 0;height:12px}.iti-flag.jm{background-position:-2567px 0;height:10px}.iti-flag.jo{background-position:-2589px 0;height:10px}.iti-flag.jp{background-position:-2611px 0;height:14px}.iti-flag.ke{background-position:-2633px 0;height:14px}.iti-flag.kg{background-position:-2655px 0;height:12px}.iti-flag.kh{background-position:-2677px 0;height:13px}.iti-flag.ki{background-position:-2699px 0;height:10px}.iti-flag.km{background-position:-2721px 0;height:12px}.iti-flag.kn{background-position:-2743px 0;height:14px}.iti-flag.kp{background-position:-2765px 0;height:10px}.iti-flag.kr{background-position:-2787px 0;height:14px}.iti-flag.kw{background-position:-2809px 0;height:10px}.iti-flag.ky{background-position:-2831px 0;height:10px}.iti-flag.kz{background-position:-2853px 0;height:10px}.iti-flag.la{background-position:-2875px 0;height:14px}.iti-flag.lb{background-position:-2897px 0;height:14px}.iti-flag.lc{background-position:-2919px 0;height:10px}.iti-flag.li{background-position:-2941px 0;height:12px}.iti-flag.lk{background-position:-2963px 0;height:10px}.iti-flag.lr{background-position:-2985px 0;height:11px}.iti-flag.ls{background-position:-3007px 0;height:14px}.iti-flag.lt{background-position:-3029px 0;height:12px}.iti-flag.lu{background-position:-3051px 0;height:12px}.iti-flag.lv{background-position:-3073px 0;height:10px}.iti-flag.ly{background-position:-3095px 0;height:10px}.iti-flag.ma{background-position:-3117px 0;height:14px}.iti-flag.mc{background-position:-3139px 0;height:15px}.iti-flag.md{background-position:-3160px 0;height:10px}.iti-flag.me{background-position:-3182px 0;height:10px}.iti-flag.mf{background-position:-3204px 0;height:14px}.iti-flag.mg{background-position:-3226px 0;height:14px}.iti-flag.mh{background-position:-3248px 0;height:11px}.iti-flag.mk{background-position:-3270px 0;height:10px}.iti-flag.ml{background-position:-3292px 0;height:14px}.iti-flag.mm{background-position:-3314px 0;height:14px}.iti-flag.mn{background-position:-3336px 0;height:10px}.iti-flag.mo{background-position:-3358px 0;height:14px}.iti-flag.mp{background-position:-3380px 0;height:10px}.iti-flag.mq{background-position:-3402px 0;height:14px}.iti-flag.mr{background-position:-3424px 0;height:14px}.iti-flag.ms{background-position:-3446px 0;height:10px}.iti-flag.mt{background-position:-3468px 0;height:14px}.iti-flag.mu{background-position:-3490px 0;height:14px}.iti-flag.mv{background-position:-3512px 0;height:14px}.iti-flag.mw{background-position:-3534px 0;height:14px}.iti-flag.mx{background-position:-3556px 0;height:12px}.iti-flag.my{background-position:-3578px 0;height:10px}.iti-flag.mz{background-position:-3600px 0;height:14px}.iti-flag.na{background-position:-3622px 0;height:14px}.iti-flag.nc{background-position:-3644px 0;height:10px}.iti-flag.ne{background-position:-3666px 0;height:15px}.iti-flag.nf{background-position:-3686px 0;height:10px}.iti-flag.ng{background-position:-3708px 0;height:10px}.iti-flag.ni{background-position:-3730px 0;height:12px}.iti-flag.nl{background-position:-3752px 0;height:14px}.iti-flag.no{background-position:-3774px 0;height:15px}.iti-flag.np{background-position:-3796px 0;height:15px}.iti-flag.nr{background-position:-3811px 0;height:10px}.iti-flag.nu{background-position:-3833px 0;height:10px}.iti-flag.nz{background-position:-3855px 0;height:10px}.iti-flag.om{background-position:-3877px 0;height:10px}.iti-flag.pa{background-position:-3899px 0;height:14px}.iti-flag.pe{background-position:-3921px 0;height:14px}.iti-flag.pf{background-position:-3943px 0;height:14px}.iti-flag.pg{background-position:-3965px 0;height:15px}.iti-flag.ph{background-position:-3987px 0;height:10px}.iti-flag.pk{background-position:-4009px 0;height:14px}.iti-flag.pl{background-position:-4031px 0;height:13px}.iti-flag.pm{background-position:-4053px 0;height:14px}.iti-flag.pn{background-position:-4075px 0;height:10px}.iti-flag.pr{background-position:-4097px 0;height:14px}.iti-flag.ps{background-position:-4119px 0;height:10px}.iti-flag.pt{background-position:-4141px 0;height:14px}.iti-flag.pw{background-position:-4163px 0;height:13px}.iti-flag.py{background-position:-4185px 0;height:11px}.iti-flag.qa{background-position:-4207px 0;height:8px}.iti-flag.re{background-position:-4229px 0;height:14px}.iti-flag.ro{background-position:-4251px 0;height:14px}.iti-flag.rs{background-position:-4273px 0;height:14px}.iti-flag.ru{background-position:-4295px 0;height:14px}.iti-flag.rw{background-position:-4317px 0;height:14px}.iti-flag.sa{background-position:-4339px 0;height:14px}.iti-flag.sb{background-position:-4361px 0;height:10px}.iti-flag.sc{background-position:-4383px 0;height:10px}.iti-flag.sd{background-position:-4405px 0;height:10px}.iti-flag.se{background-position:-4427px 0;height:13px}.iti-flag.sg{background-position:-4449px 0;height:14px}.iti-flag.sh{background-position:-4471px 0;height:10px}.iti-flag.si{background-position:-4493px 0;height:10px}.iti-flag.sj{background-position:-4515px 0;height:15px}.iti-flag.sk{background-position:-4537px 0;height:14px}.iti-flag.sl{background-position:-4559px 0;height:14px}.iti-flag.sm{background-position:-4581px 0;height:15px}.iti-flag.sn{background-position:-4603px 0;height:14px}.iti-flag.so{background-position:-4625px 0;height:14px}.iti-flag.sr{background-position:-4647px 0;height:14px}.iti-flag.ss{background-position:-4669px 0;height:10px}.iti-flag.st{background-position:-4691px 0;height:10px}.iti-flag.sv{background-position:-4713px 0;height:12px}.iti-flag.sx{background-position:-4735px 0;height:14px}.iti-flag.sy{background-position:-4757px 0;height:14px}.iti-flag.sz{background-position:-4779px 0;height:14px}.iti-flag.ta{background-position:-4801px 0;height:10px}.iti-flag.tc{background-position:-4823px 0;height:10px}.iti-flag.td{background-position:-4845px 0;height:14px}.iti-flag.tf{background-position:-4867px 0;height:14px}.iti-flag.tg{background-position:-4889px 0;height:13px}.iti-flag.th{background-position:-4911px 0;height:14px}.iti-flag.tj{background-position:-4933px 0;height:10px}.iti-flag.tk{background-position:-4955px 0;height:10px}.iti-flag.tl{background-position:-4977px 0;height:10px}.iti-flag.tm{background-position:-4999px 0;height:14px}.iti-flag.tn{background-position:-5021px 0;height:14px}.iti-flag.to{background-position:-5043px 0;height:10px}.iti-flag.tr{background-position:-5065px 0;height:14px}.iti-flag.tt{background-position:-5087px 0;height:12px}.iti-flag.tv{background-position:-5109px 0;height:10px}.iti-flag.tw{background-position:-5131px 0;height:14px}.iti-flag.tz{background-position:-5153px 0;height:14px}.iti-flag.ua{background-position:-5175px 0;height:14px}.iti-flag.ug{background-position:-5197px 0;height:14px}.iti-flag.um{background-position:-5219px 0;height:11px}.iti-flag.us{background-position:-5241px 0;height:11px}.iti-flag.uy{background-position:-5263px 0;height:14px}.iti-flag.uz{background-position:-5285px 0;height:10px}.iti-flag.va{background-position:-5307px 0;height:15px}.iti-flag.vc{background-position:-5324px 0;height:14px}.iti-flag.ve{background-position:-5346px 0;height:14px}.iti-flag.vg{background-position:-5368px 0;height:10px}.iti-flag.vi{background-position:-5390px 0;height:14px}.iti-flag.vn{background-position:-5412px 0;height:14px}.iti-flag.vu{background-position:-5434px 0;height:12px}.iti-flag.wf{background-position:-5456px 0;height:14px}.iti-flag.ws{background-position:-5478px 0;height:10px}.iti-flag.xk{background-position:-5500px 0;height:15px}.iti-flag.ye{background-position:-5522px 0;height:14px}.iti-flag.yt{background-position:-5544px 0;height:14px}.iti-flag.za{background-position:-5566px 0;height:14px}.iti-flag.zm{background-position:-5588px 0;height:14px}.iti-flag.zw{background-position:-5610px 0;height:10px}.iti-flag{background-color:#dbdbdb;background-image:url(/static/media/flags.ae53191452bb217f0fa6.png);background-position:20px 0;background-repeat:no-repeat;box-shadow:0 0 1px 0 #888;height:15px;width:20px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.iti-flag{background-image:url(/static/media/flags@2x.140042eba8c90ae1cede.png)}}.iti-flag.np{background-color:transparent}.react-dual-listbox{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.react-dual-listbox,.react-dual-listbox *{-webkit-box-sizing:border-box;box-sizing:border-box}.react-dual-listbox input:disabled,.react-dual-listbox select:disabled{background:#eee;cursor:not-allowed}.react-dual-listbox button,.react-dual-listbox select{font-family:inherit;line-height:1.42857}.rdl-list-box{-ms-flex-item-align:stretch;align-self:stretch;display:-ms-flexbox;display:flex;-ms-flex:1 1 0px;flex:1 1;-ms-flex-direction:column;flex-direction:column}.rdl-control,.rdl-filter{border:1px solid #ccc;border-radius:2px;color:#333;display:block;font-size:14px;padding:8px 12px;width:100%}.rdl-filter{margin-bottom:10px}.rdl-control-container{display:-ms-flexbox;display:flex;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-direction:column;flex-direction:column}.rdl-control-label{padding:2px 4px}.rdl-control-label.rdl-sr-only{clip:rect(0 0 0 0);position:absolute}.rdl-control{-ms-flex:1 0 auto;flex:1 0 auto}.rdl-control optgroup{font:inherit;font-weight:700}.rdl-actions{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-direction:column;flex-direction:column;margin:0 10px}.rdl-has-header .rdl-actions{padding-top:31px}.rdl-has-filter .rdl-actions{padding-top:44px}.rdl-has-header.rdl-has-filter .rdl-actions{padding-top:75px}.rdl-actions-left,.rdl-actions-right{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.rdl-actions-right{margin-bottom:10px}.rdl-move{background:#fff;border:1px solid #ccc;border-radius:2px;color:#333;cursor:pointer;font-size:12px;margin-bottom:5px;padding:5px 10px}.rdl-move:active:not(:disabled),.rdl-move:focus:not(:disabled){background:#e6e6e6;border-color:#8c8c8c}.rdl-move:focus:not(:disabled){outline:thin dotted;outline-offset:-2px}.rdl-move:hover:not(:disabled){background:#e6e6e6;border-color:#adadad}.rdl-move:disabled{cursor:not-allowed;opacity:.5}.rdl-move:last-child{margin-bottom:0}.rdl-move i{margin:0 -1px}.rdl-align-top .rdl-available{margin-right:10px}.rdl-align-top .rdl-selected{margin-left:10px}.rdl-align-top .rdl-control{border-top-left-radius:0;border-top-right-radius:0}.rdl-align-top .rdl-actions-left,.rdl-align-top .rdl-actions-right{-ms-flex-direction:row;flex-direction:row;margin:0}.rdl-align-top .rdl-list-box .rdl-move{-ms-flex:0 1 50%;flex:0 1 50%}.rdl-align-top .rdl-list-box .rdl-move:first-child{border-bottom-left-radius:0;border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;margin-bottom:0}.rdl-align-top .rdl-list-box .rdl-move:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.dzu-dropzone{align-items:center;border:2px solid #d9d9d9;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;min-height:120px;overflow:scroll;position:relative;transition:all .15s linear;width:100%}.dzu-dropzoneActive{background-color:#deebff;border-color:#2484ff}.dzu-dropzoneDisabled{opacity:.5}.dzu-dropzoneDisabled :hover{cursor:inherit}.dzu-input{display:none}.dzu-inputLabel{bottom:0;font-size:20px;left:0;position:absolute;right:0;top:0}.dzu-inputLabel,.dzu-inputLabelWithFiles{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;color:#2484ff;cursor:pointer;display:flex;font-family:Helvetica,sans-serif;font-weight:600;justify-content:center}.dzu-inputLabelWithFiles{align-self:flex-start;background-color:#e6e6e6;border:none;border-radius:4px;font-size:14px;margin-left:3%;margin-top:20px;min-height:32px;padding:0 14px}.dzu-previewContainer{border-bottom:1px solid #ececec;box-sizing:border-box;flex-direction:row;justify-content:space-between;min-height:60px;padding:40px 3%;position:relative;width:100%;z-index:1}.dzu-previewContainer,.dzu-previewStatusContainer{align-items:center;display:flex}.dzu-previewFileName{color:#333;font-family:Helvetica,sans-serif;font-size:14px;font-weight:400}.dzu-previewImage{border-radius:4px;max-height:40px;max-width:140px;width:auto}.dzu-previewButton{background-position:50%;background-repeat:no-repeat;background-size:14px 14px;cursor:pointer;height:14px;margin:0 0 2px 10px;opacity:.9;width:14px}.dzu-submitButtonContainer{margin:24px 0;z-index:1}.dzu-submitButton{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background-color:#2484ff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Helvetica,sans-serif;font-size:14px;font-weight:600;min-height:32px;padding:0 14px}.dzu-submitButton:disabled{background-color:#e6e6e6;color:#333;cursor:inherit}.mbsc-cloak{visibility:hidden!important}.mbsc-empty{color:inherit;margin:3em;text-align:center}.mbsc-empty h3{color:inherit;font-family:inherit;font-size:1.5em;font-weight:400;margin:.666666em 0;padding:0}.mbsc-empty p{font-size:1em;line-height:1.5;margin:1em 0;padding:0}@font-face{font-family:icons_mobiscroll;font-style:normal;font-weight:400;src:url(/static/media/icons_mobiscroll.f7218242e90c3529af8e.woff) format("woff"),url(/static/media/icons_mobiscroll.f7218242e90c3529af8e.woff) format("woff"),url(/static/media/icons_mobiscroll.0dae534632783b97cc8a.ttf) format("truetype")}.mbsc-ic:before{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icons_mobiscroll;font-style:normal;font-variant:normal;font-weight:400;text-transform:none}.mbsc-ic-aid:before{content:""}.mbsc-ic-airplane:before{content:""}.mbsc-ic-alarm2:before{content:""}.mbsc-ic-arrow-down2:before{content:""}.mbsc-ic-arrow-down5:before{content:""}.mbsc-ic-arrow-left2:before{content:""}.mbsc-ic-arrow-left4:before{content:""}.mbsc-ic-arrow-left5:before{content:""}.mbsc-ic-arrow-left6:before{content:""}.mbsc-ic-arrow-right2:before{content:""}.mbsc-ic-arrow-right4:before{content:""}.mbsc-ic-arrow-right5:before{content:""}.mbsc-ic-arrow-right6:before{content:""}.mbsc-ic-arrow-up2:before{content:""}.mbsc-ic-arrow-up5:before{content:""}.mbsc-ic-attachment:before{content:""}.mbsc-ic-backspace:before{content:""}.mbsc-ic-backspace3:before{content:""}.mbsc-ic-backspace4:before{content:""}.mbsc-ic-bars:before{content:""}.mbsc-ic-book:before{content:""}.mbsc-ic-brightness-contrast:before{content:""}.mbsc-ic-bubble:before{content:""}.mbsc-ic-bubbles:before{content:""}.mbsc-ic-bullhorn:before{content:""}.mbsc-ic-calendar:before{content:""}.mbsc-ic-camera:before{content:""}.mbsc-ic-cart:before{content:""}.mbsc-ic-checkmark:before{content:""}.mbsc-ic-clock:before{content:""}.mbsc-ic-close:before{content:""}.mbsc-ic-cloud-download:before{content:""}.mbsc-ic-cloud-upload:before{content:""}.mbsc-ic-cloud:before{content:""}.mbsc-ic-cogs:before{content:""}.mbsc-ic-compass:before{content:""}.mbsc-ic-connection:before{content:""}.mbsc-ic-copy2:before{content:""}.mbsc-ic-copy3:before{content:""}.mbsc-ic-credit:before{content:""}.mbsc-ic-disk:before{content:""}.mbsc-ic-download:before{content:""}.mbsc-ic-drawer:before{content:""}.mbsc-ic-droplet:before{content:""}.mbsc-ic-earth:before{content:""}.mbsc-ic-eye-blocked:before{content:""}.mbsc-ic-eye:before{content:""}.mbsc-ic-fa-dollar:before{content:""}.mbsc-ic-fa-ellipsis-h:before{content:""}.mbsc-ic-fa-facebook:before{content:""}.mbsc-ic-fa-globe:before{content:""}.mbsc-ic-fa-google-plus:before{content:""}.mbsc-ic-fa-google:before{content:""}.mbsc-ic-fa-leaf:before{content:""}.mbsc-ic-fa-mail-reply:before{content:""}.mbsc-ic-fa-retweet:before{content:""}.mbsc-ic-fa-rotate-left:before{content:""}.mbsc-ic-fa-twitter:before{content:""}.mbsc-ic-feed2:before{content:""}.mbsc-ic-file4:before{content:""}.mbsc-ic-film:before{content:""}.mbsc-ic-flag:before{content:""}.mbsc-ic-folder:before{content:""}.mbsc-ic-forward:before{content:""}.mbsc-ic-foundation-mail:before{content:""}.mbsc-ic-foundation-minus-circle:before{content:""}.mbsc-ic-gift:before{content:""}.mbsc-ic-globe:before{content:""}.mbsc-ic-heart:before{content:""}.mbsc-ic-heart2:before{content:""}.mbsc-ic-history:before{content:""}.mbsc-ic-home:before{content:""}.mbsc-ic-image2:before{content:""}.mbsc-ic-ion-android-social-user:before{content:""}.mbsc-ic-ion-android-system-windows:before{content:""}.mbsc-ic-ion-bluetooth:before{content:""}.mbsc-ic-ion-close-circled:before{content:""}.mbsc-ic-ion-email:before{content:""}.mbsc-ic-ion-ios7-arrow-back:before{content:""}.mbsc-ic-ion-ios7-arrow-forward:before{content:""}.mbsc-ic-ion-ios7-checkmark-empty:before{content:""}.mbsc-ic-ion-ios7-close-empty:before{content:""}.mbsc-ic-ion-ios7-close-outline:before{content:""}.mbsc-ic-ion-ios7-email:before{content:""}.mbsc-ic-ion-ios7-information-outline:before{content:""}.mbsc-ic-ion-ios7-plus-empty:before{content:""}.mbsc-ic-ion-iphone:before{content:""}.mbsc-ic-ion-navigate:before{content:""}.mbsc-ic-ion-social-facebook:before{content:""}.mbsc-ic-ion-usb:before{content:""}.mbsc-ic-ios-backspace:before{content:""}.mbsc-ic-key2:before{content:""}.mbsc-ic-library:before{content:""}.mbsc-ic-line-bubble:before{content:""}.mbsc-ic-line-calendar:before{content:""}.mbsc-ic-line-food:before{content:""}.mbsc-ic-line-heart:before{content:""}.mbsc-ic-line-key:before{content:""}.mbsc-ic-line-mail:before{content:""}.mbsc-ic-line-megaphone:before{content:""}.mbsc-ic-line-music:before{content:""}.mbsc-ic-line-note:before{content:""}.mbsc-ic-line-paperplane:before{content:""}.mbsc-ic-line-params:before{content:""}.mbsc-ic-line-phone:before{content:""}.mbsc-ic-line-settings:before{content:""}.mbsc-ic-line-star:before{content:""}.mbsc-ic-line-t-shirt:before{content:""}.mbsc-ic-line-tag:before{content:""}.mbsc-ic-line-user:before{content:""}.mbsc-ic-line-world:before{content:""}.mbsc-ic-link:before{content:""}.mbsc-ic-location:before{content:""}.mbsc-ic-lock:before{content:""}.mbsc-ic-lock2:before{content:""}.mbsc-ic-loop2:before{content:""}.mbsc-ic-map:before{content:""}.mbsc-ic-material-arrow-back:before{content:""}.mbsc-ic-material-arrow-forward:before{content:""}.mbsc-ic-material-backspace:before{content:""}.mbsc-ic-material-brightness-medium:before{content:""}.mbsc-ic-material-check-box-outline-blank:before{content:""}.mbsc-ic-material-check:before{content:""}.mbsc-ic-material-close:before{content:""}.mbsc-ic-material-crop:before{content:""}.mbsc-ic-material-email:before{content:""}.mbsc-ic-material-equalizer:before{content:""}.mbsc-ic-material-explore:before{content:""}.mbsc-ic-material-filter:before{content:""}.mbsc-ic-material-format-bold:before{content:""}.mbsc-ic-material-format-ital:before{content:""}.mbsc-ic-material-format-list-numbered:before{content:""}.mbsc-ic-material-format-paint:before{content:""}.mbsc-ic-material-format-underline:before{content:""}.mbsc-ic-material-inbox:before{content:""}.mbsc-ic-material-iso:before{content:""}.mbsc-ic-material-keyboard-arrow-down:before{content:""}.mbsc-ic-material-keyboard-arrow-left:before{content:""}.mbsc-ic-material-keyboard-arrow-right:before{content:""}.mbsc-ic-material-keyboard-arrow-up:before{content:""}.mbsc-ic-material-label:before{content:""}.mbsc-ic-material-language:before{content:""}.mbsc-ic-material-list:before{content:""}.mbsc-ic-material-menu:before{content:""}.mbsc-ic-material-message:before{content:""}.mbsc-ic-material-more-horiz:before{content:""}.mbsc-ic-material-music-note:before{content:""}.mbsc-ic-material-notifications:before{content:""}.mbsc-ic-material-palette:before{content:""}.mbsc-ic-material-pause:before{content:""}.mbsc-ic-material-people:before{content:""}.mbsc-ic-material-phone-iphone:before{content:""}.mbsc-ic-material-photo-size-select-large:before{content:""}.mbsc-ic-material-play-arrow:before{content:""}.mbsc-ic-material-repeat:before{content:""}.mbsc-ic-material-rotate-right:before{content:""}.mbsc-ic-material-search:before{content:""}.mbsc-ic-material-share:before{content:""}.mbsc-ic-material-shuffle:before{content:""}.mbsc-ic-material-skip-next:before{content:""}.mbsc-ic-material-skip-previous:before{content:""}.mbsc-ic-material-star-outline:before{content:""}.mbsc-ic-material-star:before{content:""}.mbsc-ic-material-stop:before{content:""}.mbsc-ic-material-system-update:before{content:""}.mbsc-ic-material-texture:before{content:""}.mbsc-ic-material-tune:before{content:""}.mbsc-ic-material-tv:before{content:""}.mbsc-ic-material-vertical-align-bottom:before{content:""}.mbsc-ic-material-wb-auto:before{content:""}.mbsc-ic-meteo-Celsius:before{content:""}.mbsc-ic-meteo-Fahrenheit:before{content:""}.mbsc-ic-meteo-cloud:before{content:""}.mbsc-ic-meteo-cloud2:before{content:""}.mbsc-ic-meteo-cloud3:before{content:""}.mbsc-ic-meteo-cloud4:before{content:""}.mbsc-ic-meteo-cloud5:before{content:""}.mbsc-ic-meteo-cloudy:before{content:""}.mbsc-ic-meteo-cloudy2:before{content:""}.mbsc-ic-meteo-cloudy3:before{content:""}.mbsc-ic-meteo-cloudy4:before{content:""}.mbsc-ic-meteo-compass:before{content:""}.mbsc-ic-meteo-lightning:before{content:""}.mbsc-ic-meteo-lightning2:before{content:""}.mbsc-ic-meteo-lightning3:before{content:""}.mbsc-ic-meteo-lightning4:before{content:""}.mbsc-ic-meteo-lightning5:before{content:""}.mbsc-ic-meteo-lines:before{content:""}.mbsc-ic-meteo-moon:before{content:""}.mbsc-ic-meteo-moon2:before{content:""}.mbsc-ic-meteo-none:before{content:""}.mbsc-ic-meteo-rainy:before{content:""}.mbsc-ic-meteo-rainy2:before{content:""}.mbsc-ic-meteo-rainy3:before{content:""}.mbsc-ic-meteo-rainy4:before{content:""}.mbsc-ic-meteo-snowflake:before{content:""}.mbsc-ic-meteo-snowy:before{content:""}.mbsc-ic-meteo-snowy2:before{content:""}.mbsc-ic-meteo-snowy3:before{content:""}.mbsc-ic-meteo-snowy4:before{content:""}.mbsc-ic-meteo-snowy5:before{content:""}.mbsc-ic-meteo-sun:before{content:""}.mbsc-ic-meteo-sun2:before{content:""}.mbsc-ic-meteo-sun3:before{content:""}.mbsc-ic-meteo-sunrise:before{content:""}.mbsc-ic-meteo-thermometer:before{content:""}.mbsc-ic-meteo-weather:before{content:""}.mbsc-ic-meteo-weather2:before{content:""}.mbsc-ic-meteo-weather3:before{content:""}.mbsc-ic-meteo-weather4:before{content:""}.mbsc-ic-meteo-weather5:before{content:""}.mbsc-ic-meteo-wind:before{content:""}.mbsc-ic-meteo-windy:before{content:""}.mbsc-ic-meteo-windy2:before{content:""}.mbsc-ic-meteo-windy3:before{content:""}.mbsc-ic-meteo-windy4:before{content:""}.mbsc-ic-meteo-windy5:before{content:""}.mbsc-ic-minus:before{content:""}.mbsc-ic-mobile:before{content:""}.mbsc-ic-music:before{content:""}.mbsc-ic-neutral:before{content:""}.mbsc-ic-newspaper:before{content:""}.mbsc-ic-office:before{content:""}.mbsc-ic-pause2:before{content:""}.mbsc-ic-pencil:before{content:""}.mbsc-ic-phone:before{content:""}.mbsc-ic-play:before{content:""}.mbsc-ic-play3:before{content:""}.mbsc-ic-plus:before{content:""}.mbsc-ic-print:before{content:""}.mbsc-ic-redo2:before{content:""}.mbsc-ic-remove:before{content:""}.mbsc-ic-reply:before{content:""}.mbsc-ic-sad:before{content:""}.mbsc-ic-sad2:before{content:""}.mbsc-ic-share:before{content:""}.mbsc-ic-smiley:before{content:""}.mbsc-ic-smiley2:before{content:""}.mbsc-ic-stack:before{content:""}.mbsc-ic-star:before{content:""}.mbsc-ic-star2:before{content:""}.mbsc-ic-star3:before{content:""}.mbsc-ic-stop2:before{content:""}.mbsc-ic-stopwatch:before{content:""}.mbsc-ic-stream-sync:before{content:""}.mbsc-ic-support:before{content:""}.mbsc-ic-tag:before{content:""}.mbsc-ic-thumbs-up:before{content:""}.mbsc-ic-thumbs-up2:before{content:""}.mbsc-ic-undo2:before{content:""}.mbsc-ic-unlocked:before{content:""}.mbsc-ic-upload:before{content:""}.mbsc-ic-user4:before{content:""}.mbsc-ic-volume-high:before{content:""}.mbsc-ic-volume-medium:before{content:""}.mbsc-ic-volume-mute2:before{content:""}.mbsc-collapsible.mbsc-form-group{margin:0}.mbsc-collapsible-header{padding-right:3em;position:relative}.mbsc-collapsible .mbsc-collapsible-icon{font-size:1em;height:1em;line-height:1em;margin-top:-.5em;position:absolute;right:1em;top:50%;transition:-webkit-transform .125s ease-out;transition:transform .125s ease-out;transition:transform .125s ease-out,-webkit-transform .125s ease-out;width:1em}.mbsc-collapsible .mbsc-collapsible-content{box-sizing:initial;overflow:hidden;transition:height .125s ease}.mbsc-collapsible:not(.mbsc-collapsible-open) .mbsc-collapsible-content{height:0;padding-bottom:0}.mbsc-collapsible-open>.mbsc-collapsible-header .mbsc-collapsible-icon{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.mbsc-rtl .mbsc-collapsible.mbsc-card .mbsc-collapsible-header,.mbsc-rtl .mbsc-collapsible.mbsc-card .mbsc-collapsible-header.mbsc-form-group-title,.mbsc-rtl .mbsc-collapsible.mbsc-form-group .mbsc-collapsible-header,.mbsc-rtl .mbsc-collapsible.mbsc-form-group .mbsc-collapsible-header.mbsc-form-group-title{padding-left:3em;padding-right:1em}.mbsc-rtl .mbsc-collapsible.mbsc-card .mbsc-collapsible-header .mbsc-collapsible-icon,.mbsc-rtl .mbsc-collapsible.mbsc-card .mbsc-collapsible-header.mbsc-form-group-title .mbsc-collapsible-icon,.mbsc-rtl .mbsc-collapsible.mbsc-form-group .mbsc-collapsible-header .mbsc-collapsible-icon,.mbsc-rtl .mbsc-collapsible.mbsc-form-group .mbsc-collapsible-header.mbsc-form-group-title .mbsc-collapsible-icon{left:1em;right:auto}[mbsc-page]:not(.mbsc-page){visibility:hidden}.mbsc-page-ctx{height:100%;margin:0;padding:0}.mbsc-page{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-text-size-adjust:100%;font-family:arial,verdana,sans-serif;font-size:16px;min-height:100%;padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.mbsc-page,.mbsc-page *{box-sizing:border-box}.mbsc-page:after,.mbsc-page:before{content:"";display:table}.mbsc-h1,.mbsc-h2,.mbsc-h3,.mbsc-h4,.mbsc-h5,.mbsc-h6,.mbsc-page h1,.mbsc-page h2,.mbsc-page h3,.mbsc-page h4,.mbsc-page h5,.mbsc-page h6{color:inherit;font-family:inherit;font-weight:400;margin:0;padding:0}.mbsc-p,.mbsc-page p{line-height:1.5;margin:1em 0;padding:0}.mbsc-a,.mbsc-page a{text-decoration:none}.mbsc-a:hover,.mbsc-page a:hover{text-decoration:underline}.mbsc-a.mbsc-btn:hover,.mbsc-page a.mbsc-btn:hover{text-decoration:none}.mbsc-h1,.mbsc-page h1{font-size:2.875em;margin:.347826em 0}.mbsc-h2,.mbsc-page h2{font-size:2.125em;margin:.470588em 0}.mbsc-h3,.mbsc-page h3{font-size:1.5em;margin:.666666em 0}.mbsc-h4,.mbsc-page h4{font-size:1.25em;margin:.8em 0}.mbsc-h5,.mbsc-page h5{font-size:.9375em;margin:1.066666em 0}.mbsc-h6,.mbsc-page h6{font-size:.75em;margin:1.333333em 0}.mbsc-padding{padding:1em}.mbsc-padding>p:first-child{margin-top:0}.mbsc-padding>p:last-child{margin-bottom:0}.mbsc-margin{margin:1em 0}.mbsc-margin:first-child{margin-top:0}.mbsc-margin:last-child{margin-bottom:0}.mbsc-ol,.mbsc-page ol,.mbsc-page ul,.mbsc-ul{line-height:1.5;margin:1em 0 1em 1.25em;padding:0}.mbsc-ol .mbsc-ol,.mbsc-page ol ol,.mbsc-page ul ul,.mbsc-ul .mbsc-ul{margin:0 0 0 1.25em}.mbsc-txt-xs{font-size:.625em}.mbsc-txt-s{font-size:.75em}.mbsc-txt-m{font-size:1.25em}.mbsc-txt-l{font-size:1.5em}.mbsc-txt-xl{font-size:2em}.mbsc-txt-muted{opacity:.6}.mbsc-line-height-xs{line-height:1}.mbsc-line-height-s{line-height:1.25}.mbsc-line-height-m{line-height:1.5}.mbsc-line-height-l{line-height:1.75}.mbsc-line-height-xl{line-height:2}.mbsc-ultra-bold{font-weight:900}.mbsc-bold{font-weight:700}.mbsc-medium{font-weight:500}.mbsc-light{font-weight:300}.mbsc-thin{font-weight:100}.mbsc-italic{font-style:italic}.mbsc-align-left{text-align:left}.mbsc-align-right{text-align:right}.mbsc-align-center{text-align:center}.mbsc-align-justify{text-align:justify}.mbsc-pull-right{float:right}.mbsc-pull-left{float:left}.mbsc-media-fluid{display:block;width:100%}.mbsc-img-thumbnail{height:6em;margin:1em;width:6em}.mbsc-avatar{border-radius:1.25em;height:2.5em;padding:0;width:2.5em}.mbsc-note{border:1px solid transparent;font-size:.875em;margin:1em;padding:.75em 1.25em;position:relative}@media screen and (max-width:600px){.mbsc-note{text-align:center}}@-webkit-keyframes autofill{0%{opacity:1}to{opacity:1}}@keyframes autofill{0%{opacity:1}to{opacity:1}}.mbsc-input{display:block;margin:0;-webkit-user-select:none;user-select:none;z-index:0}.mbsc-input.mbsc-control-w.mbsc-ltr,.mbsc-input.mbsc-control-w.mbsc-rtl{font-size:1em;line-height:normal;max-width:none;position:relative;width:auto}.mbsc-input.mbsc-label-floating.mbsc-control-w.mbsc-ltr,.mbsc-input.mbsc-label-floating.mbsc-control-w.mbsc-rtl,.mbsc-input.mbsc-label-stacked.mbsc-control-w.mbsc-ltr,.mbsc-input.mbsc-label-stacked.mbsc-control-w.mbsc-rtl{left:0;right:0;top:0;-webkit-transform:none;transform:none}.mbsc-input .mbsc-control:-webkit-autofill{-webkit-animation-name:autofill;animation-name:autofill}.mbsc-input input,.mbsc-input select,.mbsc-input textarea{-webkit-appearance:none;appearance:none;border:0;border-radius:0;font-family:inherit;margin:0;outline:0;padding:0}.mbsc-input input,.mbsc-input textarea,.mbsc-input-wrap{box-sizing:border-box}.mbsc-input input,.mbsc-input select,.mbsc-input textarea{display:block;font-size:1em;width:100%}.mbsc-input input:focus,.mbsc-input select:focus,.mbsc-input textarea:focus{outline:0}.mbsc-input-wrap{display:block;position:relative}.mbsc-input .mbsc-label{font-size:.875em;white-space:nowrap}.mbsc-input-ic{height:2em;line-height:2em;position:absolute;text-align:center;width:2em}.mbsc-input-toggle{cursor:pointer}.mbsc-ic-right .mbsc-input-ic{right:.5em}.mbsc-ic-left .mbsc-input-ic{left:.5em}.mbsc-ic-right input{padding-right:2.4em}.mbsc-ic-left input{padding-left:2.4em}.mbsc-label-inline.mbsc-input.mbsc-control-w{display:flex}.mbsc-label-inline.mbsc-input.mbsc-control-w .mbsc-input-wrap{-moz-flex:1 auto;flex:1 1 auto}.mbsc-label-inline.mbsc-input.mbsc-control-w .mbsc-label{box-sizing:initial;-moz-flex:0 0 auto;flex:0 0 auto;font-size:1em;max-width:12.5em;overflow:hidden;position:static;text-overflow:ellipsis;width:30%}.mbsc-label-floating.mbsc-input .mbsc-label{pointer-events:none;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-control::-webkit-input-placeholder{opacity:0}.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-control:-moz-placeholder,.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-control::-moz-placeholder{opacity:0}.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-control:-ms-input-placeholder{opacity:0}.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label~.mbsc-input-wrap .mbsc-control::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label~.mbsc-input-wrap .mbsc-control:-moz-placeholder,.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label~.mbsc-input-wrap .mbsc-control::-moz-placeholder{opacity:1;-moz-transition:opacity .2s;transition:opacity .2s}.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label~.mbsc-input-wrap .mbsc-control:-ms-input-placeholder{opacity:1;-ms-transition:opacity .2s;transition:opacity .2s}.mbsc-ltr.mbsc-label-floating.mbsc-input .mbsc-label{-webkit-transform-origin:top left;transform-origin:top left}.mbsc-rtl.mbsc-label-floating.mbsc-input .mbsc-label{-webkit-transform-origin:top right;transform-origin:top right}.mbsc-input-wrap .mbsc-control[type=file]{left:0;opacity:0;position:absolute}.mbsc-progress{display:block;margin:0;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-user-select:none;user-select:none;z-index:0}.mbsc-progress progress{display:none}.mbsc-progress .mbsc-input-wrap{display:block;position:relative}.mbsc-progress .mbsc-input-ic{height:2em;line-height:2em;position:absolute;text-align:center;width:2em}.mbsc-progress-cont{display:block;height:100%;position:relative;touch-action:pan-y;width:100%}.mbsc-progress-track{box-sizing:border-box;display:block;position:relative}.mbsc-progress-bar{height:100%;left:0;position:absolute;top:0;width:0}.mbsc-rtl .mbsc-progress-bar{left:auto;right:0}.mbsc-progress-anim .mbsc-progress-bar{transition:width .1s ease-in-out}.mbsc-progress-value{line-height:1em;margin-top:-.5em;overflow:hidden;position:absolute;top:50%;width:3em}.mbsc-progress-value-right .mbsc-progress-value{right:0;text-align:right}.mbsc-rtl.mbsc-progress-value-right .mbsc-progress-value{left:0;right:auto;text-align:left}.mbsc-progress-value-left .mbsc-progress-value{left:0;text-align:left}.mbsc-rtl.mbsc-progress-value-left .mbsc-progress-value{left:auto;right:0;text-align:right}.mbsc-progress-step-label{font-size:.75em;overflow:hidden;position:absolute;text-align:center;top:1em;width:3.5em}.mbsc-ltr .mbsc-progress-step-label{margin-left:-1.75em}.mbsc-rtl .mbsc-progress-step-label{margin-right:-1.75em}.mbsc-label-inline.mbsc-progress.mbsc-control-w{display:flex}.mbsc-label-inline.mbsc-progress.mbsc-control-w .mbsc-input-wrap{-moz-flex:1 auto;flex:1 1 auto}.mbsc-label-inline.mbsc-progress.mbsc-control-w .mbsc-label{-moz-flex:0 0 auto;flex:0 0 auto;font-size:1em;line-height:2.125em;max-width:12.5em;overflow:hidden;position:static;text-overflow:ellipsis;white-space:nowrap;width:30%}.mbsc-progress.mbsc-slider input{display:none}.mbsc-ltr .mbsc-progress-anim .mbsc-slider-handle-cont{transition:left .1s ease-in-out}.mbsc-rtl .mbsc-progress-anim .mbsc-slider-handle-cont{transition:right .1s ease-in-out}.mbsc-slider-handle-cont{cursor:pointer;height:2em;margin-top:-1em;position:absolute;top:.0625em;width:2em}.mbsc-ltr .mbsc-slider-handle-cont{right:-1em}.mbsc-rtl .mbsc-slider-handle-cont{left:-1em}.mbsc-ltr .mbsc-slider-handle-cont.mbsc-slider-handle-left{left:0}.mbsc-rtl .mbsc-slider-handle-cont.mbsc-slider-handle-left{right:0}.mbsc-ltr .mbsc-progress-track .mbsc-slider-handle-cont{margin-left:-1em}.mbsc-rtl .mbsc-progress-track .mbsc-slider-handle-cont{margin-right:-1em}.mbsc-slider-handle{margin:-.5em -.5em 0 0;position:absolute;right:50%;top:.125em;z-index:2}.mbsc-slider-handle-cont .mbsc-slider-handle{box-sizing:initial}.mbsc-slider .mbsc-active .mbsc-slider-handle,.mbsc-slider .mbsc-slider-handle:focus{outline:0;z-index:15}.mbsc-slider .mbsc-handle-curr{z-index:16}.mbsc-slider-tooltip{color:#000;opacity:0;position:absolute;right:50%}.mbsc-slider-step{height:100%;margin-left:-.0625em;position:absolute;top:0;width:.125em}.mbsc-rating.mbsc-progress .mbsc-progress-cont{cursor:pointer;display:inline-block;margin:0 -.681818em;padding:0 .5em;width:auto}.mbsc-rating .mbsc-progress-cont .mbsc-progress-track{background:none;height:auto}.mbsc-rating .mbsc-ic{font-size:1.375em;margin:0 .181818em}.mbsc-rating.mbsc-progress input{display:none}.mbsc-rating.mbsc-progress .mbsc-progress-cont .mbsc-slider-handle{background:none;border:0;box-shadow:none;display:block;height:100%;left:0;margin:0;position:absolute;right:0;top:0;-webkit-transform:none;transform:none;width:100%}.mbsc-rating .mbsc-progress-cont .mbsc-progress-bar{background:none;border-radius:0;overflow:hidden;transition:none;white-space:nowrap}.mbsc-anim-trans .mbsc-fr-scroll{overflow:hidden}.mbsc-anim-trans-flip .mbsc-fr-persp,.mbsc-anim-trans-swing .mbsc-fr-persp{-webkit-perspective:1000px;perspective:1000px}.mbsc-anim-trans .mbsc-fr-overlay,.mbsc-anim-trans .mbsc-fr-popup{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.mbsc-anim-in .mbsc-fr-overlay,.mbsc-anim-in .mbsc-fr-popup{-webkit-animation-duration:225ms;animation-duration:225ms;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.mbsc-anim-out .mbsc-fr-overlay,.mbsc-anim-out .mbsc-fr-popup{-webkit-animation-duration:195ms;animation-duration:195ms;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.mbsc-anim-in .mbsc-fr-overlay{-webkit-animation-name:mbsc-anim-f-in;animation-name:mbsc-anim-f-in}.mbsc-anim-out .mbsc-fr-overlay{-webkit-animation-name:mbsc-anim-f-out;animation-name:mbsc-anim-f-out}.mbsc-anim-fade,.mbsc-anim-flip,.mbsc-anim-slidedown,.mbsc-anim-slidehorizontal,.mbsc-anim-slideup,.mbsc-anim-slidevertical,.mbsc-anim-swing{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(0);transform:translateX(0)}.mbsc-anim-fade,.mbsc-anim-slidedown,.mbsc-anim-slidehorizontal,.mbsc-anim-slideup,.mbsc-anim-slidevertical,.mbsc-anim-swing{-webkit-transform-origin:0 0;transform-origin:0 0}.mbsc-anim-flip,.mbsc-anim-pop{-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.mbsc-anim-in .mbsc-anim-pop{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-name:mbsc-anim-p-in;animation-name:mbsc-anim-p-in;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mbsc-anim-out .mbsc-anim-pop{-webkit-animation-name:mbsc-anim-p-out;animation-name:mbsc-anim-p-out;opacity:0}.mbsc-anim-out .mbsc-anim-pop,.mbsc-anim-trans-pop .mbsc-fr-overlay{-webkit-animation-duration:.15s;animation-duration:.15s}.mbsc-anim-in .mbsc-anim-flip{-webkit-animation-name:mbsc-anim-fl-in;animation-name:mbsc-anim-fl-in;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mbsc-anim-out .mbsc-anim-flip{-webkit-animation-name:mbsc-anim-fl-out;animation-name:mbsc-anim-fl-out;opacity:0}.mbsc-anim-in .mbsc-anim-swing{-webkit-animation-name:mbsc-anim-sw-in;animation-name:mbsc-anim-sw-in;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mbsc-anim-out .mbsc-anim-swing{-webkit-animation-name:mbsc-anim-sw-out;animation-name:mbsc-anim-sw-out;opacity:0}.mbsc-anim-in .mbsc-anim-slidehorizontal{-webkit-animation-name:mbsc-anim-sh-in;animation-name:mbsc-anim-sh-in;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mbsc-anim-out .mbsc-anim-slidehorizontal{-webkit-animation-name:mbsc-anim-sh-out;animation-name:mbsc-anim-sh-out;opacity:0}.mbsc-anim-in .mbsc-anim-slidevertical{-webkit-animation-name:mbsc-anim-sv-in;animation-name:mbsc-anim-sv-in;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.mbsc-anim-out .mbsc-anim-slidevertical{-webkit-animation-name:mbsc-anim-sv-out;animation-name:mbsc-anim-sv-out;opacity:0}.mbsc-anim-in .mbsc-anim-slidedown{-webkit-animation-name:mbsc-anim-sd-in;animation-name:mbsc-anim-sd-in;-webkit-transform:scale(1);transform:scale(1)}.mbsc-anim-out .mbsc-anim-slidedown{-webkit-animation-name:mbsc-anim-sd-out;animation-name:mbsc-anim-sd-out;-webkit-transform:translateY(-100%)}.mbsc-anim-in .mbsc-anim-slideup{-webkit-animation-name:mbsc-anim-su-in;animation-name:mbsc-anim-su-in;-webkit-transform:scale(1);transform:scale(1)}.mbsc-anim-out .mbsc-anim-slideup{-webkit-animation-name:mbsc-anim-su-out;animation-name:mbsc-anim-su-out;-webkit-transform:translateY(100%)}.mbsc-anim-in .mbsc-anim-fade{-webkit-animation-name:mbsc-anim-f-in;animation-name:mbsc-anim-f-in;opacity:1}.mbsc-anim-out .mbsc-anim-fade{-webkit-animation-name:mbsc-anim-f-out;animation-name:mbsc-anim-f-out;opacity:0}.mbsc-fr-pointer.mbsc-anim-in .mbsc-anim-slidedown{-webkit-animation-name:mbsc-anim-sd-in,mbsc-anim-f-in;animation-name:mbsc-anim-sd-in,mbsc-anim-f-in}.mbsc-fr-pointer.mbsc-anim-out .mbsc-anim-slidedown{-webkit-animation-name:mbsc-anim-sd-out,mbsc-anim-f-out;animation-name:mbsc-anim-sd-out,mbsc-anim-f-out}.mbsc-fr-pointer.mbsc-anim-in .mbsc-anim-slideup{-webkit-animation-name:mbsc-anim-su-in,mbsc-anim-f-in;animation-name:mbsc-anim-su-in,mbsc-anim-f-in}.mbsc-fr-pointer.mbsc-anim-out .mbsc-anim-slideup{-webkit-animation-name:mbsc-anim-su-out,mbsc-anim-f-out;animation-name:mbsc-anim-su-out,mbsc-anim-f-out}@keyframes mbsc-anim-f-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes mbsc-anim-f-in{0%{opacity:0}to{opacity:1}}@keyframes mbsc-anim-f-out{0%{opacity:1;visibility:visible}to{opacity:0}}@-webkit-keyframes mbsc-anim-f-out{0%{opacity:1;visibility:visible}to{opacity:0}}@keyframes mbsc-anim-p-in{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes mbsc-anim-p-in{0%{opacity:0;-webkit-transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1)}}@keyframes mbsc-anim-p-out{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes mbsc-anim-p-out{0%{opacity:1;-webkit-transform:scale(1)}to{opacity:0;-webkit-transform:scale(.8)}}@keyframes mbsc-anim-fl-in{0%{opacity:0;-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}to{opacity:1;-webkit-transform:rotateY(0);transform:rotateY(0)}}@-webkit-keyframes mbsc-anim-fl-in{0%{opacity:0;-webkit-transform:rotateY(90deg)}to{opacity:1;-webkit-transform:rotateY(0)}}@keyframes mbsc-anim-fl-out{0%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}}@-webkit-keyframes mbsc-anim-fl-out{0%{opacity:1;-webkit-transform:rotateY(0deg)}to{opacity:0;-webkit-transform:rotateY(-90deg)}}@keyframes mbsc-anim-sw-in{0%{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}to{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes mbsc-anim-sw-in{0%{opacity:0;-webkit-transform:rotateY(-90deg)}to{opacity:1;-webkit-transform:rotateY(0deg)}}@keyframes mbsc-anim-sw-out{0%{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{opacity:0;-webkit-transform:rotateY(-90deg);transform:rotateY(-90deg)}}@-webkit-keyframes mbsc-anim-sw-out{0%{opacity:1;-webkit-transform:rotateY(0deg)}to{opacity:0;-webkit-transform:rotateY(-90deg)}}@keyframes mbsc-anim-sh-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes mbsc-anim-sh-in{0%{opacity:0;-webkit-transform:translateX(-100%)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes mbsc-anim-sh-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes mbsc-anim-sh-out{0%{opacity:1;-webkit-transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(100%)}}@keyframes mbsc-anim-sv-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mbsc-anim-sv-in{0%{opacity:0;-webkit-transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes mbsc-anim-sv-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes mbsc-anim-sv-out{0%{opacity:1;-webkit-transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(100%)}}@keyframes mbsc-anim-sd-in{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mbsc-anim-sd-in{0%{opacity:1;-webkit-transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes mbsc-anim-sd-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes mbsc-anim-sd-out{0%{opacity:1;-webkit-transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(-100%)}}@keyframes mbsc-anim-su-in{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes mbsc-anim-su-in{0%{opacity:1;-webkit-transform:translateY(100%)}to{opacity:1;-webkit-transform:translateY(0)}}@keyframes mbsc-anim-su-out{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes mbsc-anim-su-out{0%{opacity:1;-webkit-transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(100%)}}.mbsc-fr-overlay,.mbsc-fr-w{-webkit-transform:translateZ(0)}.mbsc-fr{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;font-weight:400;pointer-events:none;z-index:99998}.mbsc-fr-focus{outline:0}.mbsc-fr-lock-ctx{position:relative}.mbsc-fr-lock.mbsc-fr-lock-ios{bottom:0;height:auto;left:0;overflow:hidden;position:absolute;right:0;top:0}.mbsc-fr-pos{visibility:hidden}.mbsc-fr-scroll{-webkit-overflow-scrolling:touch;height:100%;overflow-x:hidden;overflow-y:auto;position:relative;touch-action:pan-y;width:100%;z-index:2}.mbsc-fr-popup{font-size:12px;left:0;max-width:98%;position:absolute;text-shadow:none;top:0;touch-action:pan-y;-webkit-user-select:none;user-select:none;z-index:2}.mbsc-rtl{direction:rtl}.mbsc-fr-arr,.mbsc-fr-btn-cont,.mbsc-fr-popup{box-sizing:border-box}.mbsc-fr .mbsc-fr-w{box-sizing:initial}.mbsc-fr-w{font-family:arial,verdana,sans-serif;max-width:100%;min-width:256px;overflow:hidden;text-align:center}.mbsc-fr,.mbsc-fr-overlay,.mbsc-fr-persp{bottom:0;left:0;position:fixed;right:0;top:0}.mbsc-fr-lock .mbsc-fr-persp{touch-action:none}.mbsc-fr-lock-ctx .mbsc-fr-overlay,.mbsc-fr-lock-ctx .mbsc-fr-persp,.mbsc-fr-lock-ctx>.mbsc-fr{position:absolute}.mbsc-fr-persp{overflow:hidden;pointer-events:auto}.mbsc-fr-overlay{background:rgba(0,0,0,.7);z-index:1}.mbsc-fr-liq .mbsc-fr-popup{max-width:100%}.mbsc-fr-bottom .mbsc-fr-popup,.mbsc-fr-top .mbsc-fr-popup{max-width:100%;width:100%}.mbsc-fr-bottom .mbsc-fr-w,.mbsc-fr-top .mbsc-fr-w{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.mbsc-fr-bottom .mbsc-fr-w{padding-bottom:env(safe-area-inset-bottom)}.mbsc-fr-top .mbsc-fr-popup{padding-top:env(safe-area-inset-top)}.mbsc-fr-inline{pointer-events:auto;position:relative;z-index:0}.mbsc-fr-inline .mbsc-fr-popup{max-width:100%;position:static}.mbsc-fr-bubble,.mbsc-fr-bubble .mbsc-fr-persp{position:absolute}.mbsc-fr-bubble .mbsc-fr-arr-w{left:0;overflow:hidden;position:absolute;width:100%;z-index:1}.mbsc-fr-bubble-top .mbsc-fr-arr-w{top:100%}.mbsc-fr-bubble-bottom .mbsc-fr-arr-w{bottom:100%}.mbsc-fr-bubble .mbsc-fr-arr-i{direction:ltr;margin:0 1.75em;position:relative}.mbsc-fr-bubble .mbsc-fr-arr{display:block}.mbsc-fr-arr{display:none;height:2em;left:0;margin-left:-1em;position:relative;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:2em}.mbsc-fr-bubble-bottom .mbsc-fr-arr{top:1.333334em}.mbsc-fr-bubble-top .mbsc-fr-arr{top:-1.333334em}.mbsc-fr-hdn{border:0;height:0;margin:0;overflow:hidden;padding:0;width:0}.mbsc-fr-hdr{text-align:center}.mbsc-fr-btn,.mbsc-fr-hdr{overflow:hidden;text-overflow:ellipsis}.mbsc-fr-btn{display:block;text-decoration:none;vertical-align:top;white-space:nowrap}.mbsc-fr-btn-e{cursor:pointer}.mbsc-fr-btn.mbsc-disabled{cursor:not-allowed}.mbsc-fr-btn-cont{display:table;text-align:center;white-space:normal;width:100%}.mbsc-fr-btn-cont .mbsc-disabled{opacity:.3}.mbsc-fr-btn-w{display:table-cell;position:relative;vertical-align:top;z-index:5}.mbsc-fr-btn-w .mbsc-fr-btn:before{padding:.375em}.mbsc-fr-pointer.mbsc-fr .mbsc-fr-w .mbsc-fr-inline .mbsc-fr-w{border-radius:0;box-shadow:none}.mbsc-fr-pointer .mbsc-ltr .mbsc-fr-w,.mbsc-fr-pointer .mbsc-ltr .mbsc-sc-whl .mbsc-sel-gr{text-align:left}.mbsc-fr-pointer .mbsc-rtl .mbsc-fr-w,.mbsc-fr-pointer .mbsc-rtl .mbsc-sc-whl .mbsc-sel-gr{text-align:right}.mbsc-fr-pointer.mbsc-fr-bottom .mbsc-fr-w,.mbsc-fr-pointer.mbsc-fr-top .mbsc-fr-w{display:inline-block;margin-bottom:3em;margin-top:3em;max-width:98%;pointer-events:auto}.mbsc-fr-pointer.mbsc-fr-bottom .mbsc-fr-popup,.mbsc-fr-pointer.mbsc-fr-top .mbsc-fr-popup{pointer-events:none;text-align:center}.mbsc-fr-pointer.mbsc-fr-bubble .mbsc-fr-arr-w{display:none}.mbsc-fr-pointer .mbsc-sel-empty{text-align:center}.mbsc-wdg .mbsc-wdg-c{font-size:14px;position:relative;-webkit-user-select:text;user-select:text;white-space:normal;z-index:0}.mbsc-wdg .mbsc-ltr .mbsc-wdg-c{text-align:left}.mbsc-wdg .mbsc-rtl .mbsc-wdg-c{text-align:right}.mbsc-wdg .mbsc-wdg-c.mbsc-w-p{padding:1em}.mbsc-no-padding.mbsc-wdg .mbsc-wdg-c.mbsc-w-p{padding:0}.mbsc-snackbar .mbsc-fr-persp,.mbsc-toast .mbsc-fr-persp{pointer-events:none}.mbsc-snackbar .mbsc-fr-overlay,.mbsc-toast .mbsc-fr-overlay{display:none}.mbsc-snackbar.mbsc-fr .mbsc-fr-persp .mbsc-fr-popup,.mbsc-toast.mbsc-fr .mbsc-fr-persp .mbsc-fr-popup{border:0;line-height:1.428572}.mbsc-snackbar.mbsc-fr .mbsc-fr-w{box-shadow:none;margin:0 auto;max-width:36em;min-width:18em;pointer-events:auto}.mbsc-snackbar-cont{align-items:center;display:flex}.mbsc-snackbar-msg{flex:1 1;padding:0 1em}.mbsc-snackbar .mbsc-snackbar-cont .mbsc-snackbar-btn{font-size:1em;font-weight:400;line-height:1.428572;margin:-1em 0;padding:1em}.mbsc-snackbar.mbsc-no-touch.mbsc-fr .mbsc-fr-c .mbsc-btn-flat:not(:disabled):hover,.mbsc-toast.mbsc-fr .mbsc-fr-w{background:none;box-shadow:none}.mbsc-toast.mbsc-fr .mbsc-fr-c.mbsc-wdg-c{padding-bottom:4em;text-align:center}.mbsc-toast .mbsc-toast-msg{display:inline-block;max-width:50em;min-width:10em;padding:.857143em 2em}.mbsc-alert.mbsc-fr .mbsc-fr-c.mbsc-wdg-c{max-width:20em;padding:1.714286em}.mbsc-alert .mbsc-fr-c .mbsc-input{margin:0;padding:0}.mbsc-alert.mbsc-fr h2{font-size:1.428572em;font-weight:700;margin:0 0 1em;padding:0}.mbsc-alert.mbsc-fr p{font-size:1em;margin:1em 0;padding:0}[mbsc-form]:not(.mbsc-form){visibility:hidden}.mbsc-btn,.mbsc-control-w,.mbsc-form,.mbsc-segmented{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;font-family:arial,verdana,sans-serif;font-size:16px;touch-action:manipulation}.mbsc-form:after,.mbsc-form:before{content:"";display:table}.mbsc-form-group{margin:1.5em 0}.mbsc-form-group-inset{margin:2em 1.5em}.mbsc-form-group,.mbsc-form-group-inset{padding-bottom:0!important;padding-top:0!important}.mbsc-wdg .mbsc-w-p .mbsc-form{background:none}.mbsc-input .mbsc-fr-inline .mbsc-fr-popup{display:block}.mbsc-err-msg{display:block;font-size:.75em}.mbsc-checkbox,.mbsc-radio,.mbsc-stepper-cont,.mbsc-switch{line-height:1.25em}.mbsc-btn,.mbsc-checkbox,.mbsc-radio,.mbsc-segmented,.mbsc-stepper-cont,.mbsc-switch{display:block;margin:0;position:relative;-webkit-user-select:none;user-select:none;z-index:0}.mbsc-btn,.mbsc-checkbox input,.mbsc-radio input,.mbsc-segmented input,.mbsc-switch input{-webkit-appearance:none;appearance:none;border:0;border-radius:0;font-family:inherit;margin:0;outline:0;padding:0}.mbsc-checkbox input,.mbsc-radio input,.mbsc-segmented input,.mbsc-select select,.mbsc-switch input{border:0;height:100%;left:0;margin:0;opacity:0;position:absolute;top:0;width:100%;z-index:3}.mbsc-btn,.mbsc-checkbox-box,.mbsc-checkbox-box:after,.mbsc-progress progress,.mbsc-radio-box,.mbsc-radio-box:after,.mbsc-segmented,.mbsc-stepper-cont,.mbsc-switch-track{box-sizing:border-box}.mbsc-btn-flat .mbsc-btn-ic,.mbsc-segmented .mbsc-segmented-content{box-sizing:initial}.mbsc-desc{display:block;font-size:.75em;opacity:.6}.mbsc-label,label.mbsc-input{display:block;font-weight:400;margin:0}.mbsc-control-w{font-size:1em;font-weight:400;margin:0;max-width:none}.mbsc-control-w .mbsc-label{line-height:normal;position:static}.mbsc-input textarea{line-height:1.5em;overflow:hidden;resize:none}.mbsc-input .mbsc-textarea-scroll{overflow:auto}.mbsc-select input,.mbsc-select select{cursor:pointer}.mbsc-select select option{color:initial}.mbsc-select-ic{display:none}.mbsc-checkbox{padding:.5em}.mbsc-checkbox-box{display:block;height:1.375em;position:absolute;top:50%;width:1.375em}.mbsc-checkbox-box:after{content:"";display:block;opacity:0;position:absolute;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mbsc-checkbox input:checked+.mbsc-checkbox-box:after{opacity:1}.mbsc-radio{padding:.5em}.mbsc-radio-box{border-radius:1.25em;display:block;height:1.25em;position:absolute;top:50%;width:1.25em}.mbsc-radio-box:after{border-radius:.625em;content:"";height:.625em;left:50%;margin-left:-.3125em;margin-top:-.3125em;opacity:0;position:absolute;top:50%;width:.625em}.mbsc-radio input:checked+.mbsc-radio-box:after{opacity:1}.mbsc-switch{padding:.5em}.mbsc-switch-track{display:block;height:1.625em;position:absolute;top:50%;transition:background-color .2s ease-in-out,border .2s ease-in-out;width:3.375em;z-index:4}.mbsc-switch .mbsc-switch-track .mbsc-progress-track{background:none;height:100%}.mbsc-switch .mbsc-switch-track .mbsc-slider-handle-cont{top:50%}.mbsc-switch-handle{display:block;position:absolute}.mbsc-switch-txt-off,.mbsc-switch-txt-on{display:none;font-size:.625em;height:100%;left:0;line-height:2em;position:absolute;text-align:center;top:0;width:100%}.mbsc-segmented{display:table;table-layout:fixed;width:100%}.mbsc-segmented .mbsc-segmented-item{display:table-cell;font-size:1em;margin:0;position:relative;text-align:center;vertical-align:top}.mbsc-segmented-content{display:block;font-size:.875em;font-weight:400;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:2}.mbsc-segmented-item label{display:block;margin:0}.mbsc-disabled .mbsc-segmented-content,.mbsc-segmented input:disabled+.mbsc-segmented-content,.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{z-index:0}.mbsc-stepper.mbsc-segmented{display:block;overflow:visible;position:absolute;right:1em;top:50%;width:auto}.mbsc-rtl .mbsc-stepper{left:1em;right:auto}.mbsc-stepper-cont .mbsc-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mbsc-segmented-item:focus{outline:0}.mbsc-stepper input{-webkit-appearance:none;appearance:none;background:transparent;border:0;box-shadow:none;font-size:.875em;height:100%;left:4.142857em;margin:0;opacity:1;outline:0;padding:0;position:absolute;text-align:center;width:4.142857em;z-index:4}.mbsc-stepper input::-webkit-inner-spin-button,.mbsc-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mbsc-ltr.mbsc-stepper-val-right .mbsc-stepper input{left:auto;right:0}.mbsc-rtl.mbsc-stepper-val-right .mbsc-stepper input{left:0;right:auto}.mbsc-ltr.mbsc-stepper-val-left .mbsc-stepper input{left:0}.mbsc-rtl.mbsc-stepper-val-left .mbsc-stepper input{right:0}.mbsc-stepper .mbsc-segmented-item{width:3.625em}.mbsc-stepper-cont.mbsc-stepper-val-left .mbsc-stepper .mbsc-segmented-item:nth-child(2) .mbsc-segmented-content,.mbsc-stepper-cont.mbsc-stepper-val-right .mbsc-stepper .mbsc-segmented-item:last-child .mbsc-segmented-content{background:transparent;border:0}.mbsc-control-w.mbsc-stepper-cont .mbsc-stepper{padding:0}.mbsc-segmented-item .mbsc-control,.mbsc-stepper .mbsc-segmented-content{cursor:pointer}.mbsc-disabled .mbsc-segmented-content,.mbsc-segmented input:disabled,.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{cursor:not-allowed}.mbsc-btn{cursor:pointer;display:inline-block;font-family:arial,verdana,sans-serif;font-size:1em;overflow:hidden;position:relative;text-align:center;text-overflow:ellipsis;vertical-align:middle}.mbsc-btn:disabled{cursor:not-allowed}.mbsc-btn:disabled *{pointer-events:none}.mbsc-btn:focus{outline:0}.mbsc-btn-ic{line-height:1}.mbsc-btn-group,.mbsc-btn-group-block,.mbsc-btn-group-justified{border:1px solid transparent}.mbsc-btn-block,.mbsc-btn-group-block .mbsc-btn{display:block;margin-left:0!important;margin-right:0!important;width:100%}.mbsc-btn-group-justified,.mbsc-btn-group-justified mbsc-button{display:flex;flex-wrap:wrap}.mbsc-btn-group-justified .mbsc-btn,.mbsc-btn-group-justified mbsc-button{flex:1 1 auto}input:disabled+span .mbsc-slider-handle-cont{cursor:not-allowed}.mbsc-form .mbsc-form-grid .mbsc-form-group-title{margin-left:0;margin-right:0;padding-left:0;padding-right:0}.mbsc-ios .mbsc-collapsible .mbsc-collapsible-header{padding-right:3em}.mbsc-ios .mbsc-collapsible .mbsc-form-group-title{margin:0;padding-top:2.5em}.mbsc-ios .mbsc-collapsible .mbsc-form-group-title .mbsc-collapsible-icon{margin-top:.5em}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.mbsc-form-hb.mbsc-ios .mbsc-btn-group,.mbsc-form-hb.mbsc-ios .mbsc-control-w:after,.mbsc-form-hb.mbsc-ios .mbsc-control-w:before,.mbsc-form-hb.mbsc-ios .mbsc-divider,.mbsc-form-hb.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:after,.mbsc-form-hb.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:before,.mbsc-fr-hb.mbsc-ios .mbsc-cal-day,.mbsc-fr-hb.mbsc-ios .mbsc-cal-sc-m-cell,.mbsc-fr-hb.mbsc-ios .mbsc-fr-btn-cont,.mbsc-fr-hb.mbsc-ios .mbsc-fr-hdr,.mbsc-fr-hb.mbsc-ios .mbsc-np-btn,.mbsc-fr-hb.mbsc-ios .mbsc-range-btn-end,.mbsc-fr-hb.mbsc-ios .mbsc-range-btn-end .mbsc-range-btn:before,.mbsc-fr-hb.mbsc-ios.mbsc-cal-liq.mbsc-fr-center .mbsc-fr-btn-cont,.mbsc-fr-hb.mbsc-ios.mbsc-calendar .mbsc-fr-popup .mbsc-fr-btn-cont,.mbsc-fr-hb.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup,.mbsc-fr-hb.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w,.mbsc-fr-hb.mbsc-ios.mbsc-fr-inline .mbsc-fr-c,.mbsc-fr-hb.mbsc-ios.mbsc-fr-inline .mbsc-fr-w,.mbsc-fr-hb.mbsc-ios.mbsc-ms-more .mbsc-ms-item:after,.mbsc-lv-hb.mbsc-ios,.mbsc-lv-hb.mbsc-ios .mbsc-lv-gr-title,.mbsc-lv-hb.mbsc-ios .mbsc-lv-item:after,.mbsc-lv-hb.mbsc-ios .mbsc-lv-item:before{border-width:.5px}}.mbsc-ios .mbsc-note{border-radius:.25em}.mbsc-ios .mbsc-note,.mbsc-ios .mbsc-note-primary{background-color:#a0ccfb;color:#074b95}.mbsc-ios .mbsc-note-secondary{background-color:#c6cace;color:#454b50}.mbsc-ios .mbsc-note-success{background-color:#8fd8a0;color:#1b4d26}.mbsc-ios .mbsc-note-danger{background-color:#faafaf;color:#a10b09}.mbsc-ios .mbsc-note-warning{background-color:#fcd9a4;color:#9b6006}.mbsc-ios .mbsc-note-info{background-color:#a6d8e0;color:#235b64}.mbsc-ios .mbsc-note-light{background-color:#fff;color:#4d4c4c}.mbsc-ios .mbsc-note-dark{background-color:#797c7e;color:#000}.mbsc-ios.mbsc-page{background:#efeff4;color:#000}.mbsc-ios a{color:#007bff}.mbsc-ios.mbsc-input{display:flex}.mbsc-ios.mbsc-input.mbsc-control-w.mbsc-label-inline{padding:0}.mbsc-ios.mbsc-input input{background:transparent;height:2.75em;padding:0 1em}.mbsc-ios .mbsc-input-wrap{-moz-flex:1 auto;flex:1 1 auto;position:static}.mbsc-ios .mbsc-input-wrap .mbsc-input-fill{bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.mbsc-ios.mbsc-textarea textarea{background:transparent;height:3em;padding:0 1em}.mbsc-ios.mbsc-input .mbsc-label,.mbsc-ios.mbsc-progress .mbsc-label{box-sizing:initial;-moz-flex:0 0 auto;flex:0 0 auto;font-size:1em;line-height:2.75em;max-width:12.5em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:30%}.mbsc-ios.mbsc-ltr.mbsc-input .mbsc-label{padding-left:1em}.mbsc-ios.mbsc-rtl.mbsc-input .mbsc-label{padding-right:1em}.mbsc-ios.mbsc-input .mbsc-control:disabled~.mbsc-ic,.mbsc-ios.mbsc-input .mbsc-control:disabled~input,.mbsc-ios.mbsc-input input:disabled,.mbsc-ios.mbsc-input textarea:disabled{opacity:.5}.mbsc-ios .mbsc-err-msg{padding:.5em 1.3333em}.mbsc-ios.mbsc-ltr.mbsc-select input{padding-right:2.25em}.mbsc-ios.mbsc-rtl.mbsc-select input{padding-left:2.25em}.mbsc-ios .mbsc-select-ic{display:block;height:1.25em;position:absolute;right:1em;text-align:center;top:.875em;width:1.25em}.mbsc-ios.mbsc-rtl .mbsc-select-ic{left:1em;right:auto}.mbsc-ios.mbsc-ic-right .mbsc-select-ic{right:3.4em}.mbsc-ios.mbsc-rtl .mbsc-ic-right .mbsc-select-ic{left:3.4em;right:auto}.mbsc-ios.mbsc-select-inline .mbsc-select-ic{display:none}.mbsc-ios.mbsc-textarea .mbsc-input-wrap{padding:.625em 0}.mbsc-ios .mbsc-input-ic{margin-top:-1px;top:.375em}.mbsc-ios.mbsc-ic-left{z-index:1}.mbsc-ios.mbsc-ltr.mbsc-ic-left .mbsc-input-wrap,.mbsc-ios.mbsc-rtl.mbsc-ic-right .mbsc-input-wrap{padding-left:2.25em}.mbsc-ios.mbsc-ltr.mbsc-ic-right .mbsc-input-wrap,.mbsc-ios.mbsc-rtl.mbsc-ic-left .mbsc-input-wrap{padding-right:2.25em}.mbsc-ios.mbsc-ltr.mbsc-ic-left .mbsc-label{padding-left:3.25em}.mbsc-ios.mbsc-rtl.mbsc-ic-left .mbsc-label{padding-right:3.25em}.mbsc-ios.mbsc-ltr.mbsc-ic-left .mbsc-label~.mbsc-input-wrap{padding-left:0}.mbsc-ios.mbsc-rtl.mbsc-ic-left .mbsc-label~.mbsc-input-wrap{padding-right:0}.mbsc-ios.mbsc-ic-left .mbsc-left-ic,.mbsc-ios.mbsc-rtl.mbsc-ic-right .mbsc-right-ic{left:.625em;right:auto}.mbsc-ios.mbsc-ic-right .mbsc-right-ic,.mbsc-ios.mbsc-rtl.mbsc-ic-left .mbsc-left-ic{left:auto;right:.625em}.mbsc-ios.mbsc-control-w{margin-top:-1px}.mbsc-ios.mbsc-control-w:after,.mbsc-ios.mbsc-control-w:before{border-top:1px solid transparent;content:"";left:1em;position:absolute;right:0}.mbsc-ios.mbsc-control-w:before{top:0}.mbsc-ios.mbsc-control-w:after{bottom:0}.mbsc-ios .mbsc-control-w:first-child:before,.mbsc-ios .mbsc-control-w:last-child:after,.mbsc-ios .mbsc-form-group-title+.mbsc-control-w:before{left:0}.mbsc-ios .mbsc-control-ng .mbsc-control-w:after,.mbsc-ios .mbsc-control-ng .mbsc-control-w:before{left:1em}.mbsc-ios .mbsc-control-ng:first-child .mbsc-control-w:before,.mbsc-ios .mbsc-control-ng:last-child .mbsc-control-w:after,.mbsc-ios .mbsc-form-group-title+.mbsc-control-ng .mbsc-control-w:before{left:0}.mbsc-ios.mbsc-ic-left:after,.mbsc-ios.mbsc-ic-left:before{left:3.25em}.mbsc-ios .mbsc-err{z-index:2}.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:first-child,.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title+.mbsc-control-w{border-top-left-radius:.5em;border-top-right-radius:.5em}.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:last-child{border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:first-child:before,.mbsc-ios .mbsc-form-group-inset .mbsc-control-w:last-child:after,.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title,.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title+.mbsc-control-w:before{border-width:0}.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w{border-radius:0}.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:after,.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w:before{border-width:1px}.mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-control-ng:first-child .mbsc-control-w:before,.mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-control-ng:last-child .mbsc-control-w:after,.mbsc-ios.mbsc-form .mbsc-form-group-inset .mbsc-form-group-title+.mbsc-control-ng .mbsc-control-w:before{border-width:0}.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng:first-child .mbsc-control-w,.mbsc-ios .mbsc-form-group-inset .mbsc-form-group-title+.mbsc-control-ng .mbsc-control-w{border-top-left-radius:.5em;border-top-right-radius:.5em}.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng:last-child .mbsc-control-w{border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.mbsc-ios.mbsc-label-stacked.mbsc-input .mbsc-label{font-size:.75em;line-height:1em;max-width:none;padding:0;position:absolute;top:1em;width:auto}.mbsc-ios.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-ios.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap input{height:3.75em;padding-top:1.5em}.mbsc-ios.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:1.625em}.mbsc-ios.mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label~.mbsc-input-wrap{padding-top:1.625em}.mbsc-ios.mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:1.4375em}.mbsc-ios.mbsc-ltr.mbsc-label-stacked.mbsc-input .mbsc-label{left:1.333334em;right:auto}.mbsc-ios.mbsc-ltr.mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-input-wrap{padding-left:2.375em}.mbsc-ios.mbsc-ltr.mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-label{left:4.5em}.mbsc-ios.mbsc-rtl.mbsc-label-stacked.mbsc-input .mbsc-label{left:auto;right:1.333334em}.mbsc-ios.mbsc-rtl.mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-input-wrap{padding-right:2.375em}.mbsc-ios.mbsc-rtl.mbsc-label-stacked.mbsc-input.mbsc-ic-left .mbsc-label{right:4.5em}.mbsc-ios.mbsc-rtl.mbsc-label-stacked.mbsc-input.mbsc-control-w:after,.mbsc-ios.mbsc-rtl.mbsc-label-stacked.mbsc-input.mbsc-control-w:before{right:0}.mbsc-ios.mbsc-label-floating.mbsc-input .mbsc-label{font-size:1em;line-height:2em;padding:0;position:absolute;top:.875em;-webkit-transform-origin:0 0;transform-origin:0 0;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:auto}.mbsc-ios.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label,.mbsc-ios.mbsc-label-floating.mbsc-input.mbsc-ic-right .mbsc-label{top:1.625em}.mbsc-ios.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-ios.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap input{height:3.75em;padding-top:1.5em}.mbsc-ios.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:1.625em}.mbsc-ios.mbsc-label-floating.mbsc-input.mbsc-textarea .mbsc-label~.mbsc-input-wrap{padding-top:1.625em}.mbsc-ios.mbsc-label-floating.mbsc-input.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:1.4375em}.mbsc-ios.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{-webkit-transform:translateY(-.5em) scale(.75);transform:translateY(-.5em) scale(.75)}.mbsc-ios.mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-left .mbsc-label,.mbsc-ios.mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-right .mbsc-label{-webkit-transform:translateY(-1.25em) scale(.75);transform:translateY(-1.25em) scale(.75)}.mbsc-ios.mbsc-ltr.mbsc-label-floating.mbsc-input .mbsc-label{left:1em}.mbsc-ios.mbsc-ltr.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-input-wrap{padding-left:2.375em}.mbsc-ios.mbsc-ltr.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{left:3.375em}.mbsc-ios.mbsc-rtl.mbsc-label-floating.mbsc-input .mbsc-label{right:1em}.mbsc-ios.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-input-wrap{padding-right:2.375em}.mbsc-ios.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{right:3.375em}.mbsc-ios.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-control-w:after,.mbsc-ios.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-control-w:before{right:0}.mbsc-ios.mbsc-input-box.mbsc-control-w,.mbsc-ios.mbsc-input-outline.mbsc-control-w{border:1px solid transparent;border-radius:8px;margin:1.5em 1em}.mbsc-ios.mbsc-input-box.mbsc-control-w input,.mbsc-ios.mbsc-input-outline.mbsc-control-w input{border-radius:8px}.mbsc-ios.mbsc-input-box.mbsc-control-w:after,.mbsc-ios.mbsc-input-box.mbsc-control-w:before,.mbsc-ios.mbsc-input-outline.mbsc-control-w:after,.mbsc-ios.mbsc-input-outline.mbsc-control-w:before{border-top:0}.mbsc-ios.mbsc-input-box .mbsc-err-msg,.mbsc-ios.mbsc-input-outline .mbsc-err-msg{bottom:-1.5em;padding:0;position:absolute}.mbsc-ios.mbsc-input-box.mbsc-control-w.mbsc-err+.mbsc-divider,.mbsc-ios.mbsc-input-outline.mbsc-control-w.mbsc-err+.mbsc-divider{border-top:0}.mbsc-ios.mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label,.mbsc-ios.mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label{top:.75em}.mbsc-ios.mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-ios.mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap input,.mbsc-ios.mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-ios.mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap input{height:3.375em;padding-top:1.25em}.mbsc-ios.mbsc-input-box.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic,.mbsc-ios.mbsc-input-outline.mbsc-label-stacked.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.75em}.mbsc-ios.mbsc-input-box.mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label~.mbsc-input-wrap,.mbsc-ios.mbsc-input-outline.mbsc-label-stacked.mbsc-input.mbsc-textarea .mbsc-label~.mbsc-input-wrap{padding-top:1.75em}.mbsc-ios.mbsc-input-box.mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic,.mbsc-ios.mbsc-input-outline.mbsc-label-stacked.mbsc-input.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:1.25em}.mbsc-ios.mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label,.mbsc-ios.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label{top:.6875em}.mbsc-ios.mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-ios.mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap input,.mbsc-ios.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-ios.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap input{height:3.375em;padding-top:1.25em}.mbsc-ios.mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic,.mbsc-ios.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.75em}.mbsc-ios.mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label,.mbsc-ios.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{-webkit-transform:translateY(-.5em) scale(.75);transform:translateY(-.5em) scale(.75)}.mbsc-ios.mbsc-input-box .mbsc-input-wrap .mbsc-input-fill,.mbsc-ios.mbsc-input-outline .mbsc-input-wrap .mbsc-input-fill{border-radius:8px}.mbsc-ios.mbsc-ltr.mbsc-input-box .mbsc-err-msg,.mbsc-ios.mbsc-ltr.mbsc-input-outline .mbsc-err-msg{left:1.333334em}.mbsc-ios.mbsc-rtl.mbsc-input-box .mbsc-err-msg,.mbsc-ios.mbsc-rtl.mbsc-input-outline .mbsc-err-msg{right:1.333334em}.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w.mbsc-input-box,.mbsc-ios .mbsc-form-group-inset .mbsc-control-ng .mbsc-control-w.mbsc-input-outline{border-radius:.5em}.mbsc-ios.mbsc-input-outline.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:.875em}.mbsc-ios.mbsc-input{background:#fff}.mbsc-ios.mbsc-input .mbsc-control::-webkit-input-placeholder{color:#ccc}.mbsc-ios.mbsc-input .mbsc-control::-ms-input-placeholder{color:#ccc}.mbsc-ios.mbsc-input .mbsc-control::-moz-placeholder{color:#ccc}.mbsc-ios .mbsc-input-wrap input:-webkit-autofill~.mbsc-input-fill{background:#e8f0fe}.mbsc-ios .mbsc-input-wrap input:-webkit-autofill{box-shadow:inset 0 0 0 1000px #e8f0fe}.mbsc-ios.mbsc-input .mbsc-label,.mbsc-ios.mbsc-input input,.mbsc-ios.mbsc-input textarea,.mbsc-ios.mbsc-progress .mbsc-label{color:#000}.mbsc-ios .mbsc-err-msg{color:#d8332a}.mbsc-ios.mbsc-form .mbsc-control-w:after,.mbsc-ios.mbsc-form .mbsc-control-w:before,.mbsc-ios.mbsc-input:after,.mbsc-ios.mbsc-input:before{border-color:#ccc}.mbsc-ios.mbsc-control-w.mbsc-err+.mbsc-divider,.mbsc-ios.mbsc-control-w.mbsc-err+.mbsc-err:before,.mbsc-ios.mbsc-control-w.mbsc-err:after,mbsc-input.mbsc-err+mbsc-input .mbsc-ios.mbsc-err:before{border-top-color:#d8332a}.mbsc-ios.mbsc-input-box.mbsc-err,.mbsc-ios.mbsc-input-outline.mbsc-err{border-color:#d8332a}.mbsc-ios.mbsc-input-box .mbsc-err-msg,.mbsc-ios.mbsc-input-outline .mbsc-err-msg{color:#d8332a}.mbsc-ios.mbsc-input-outline.mbsc-control-w{border:1px solid #ccc}.mbsc-ios.mbsc-input-outline.mbsc-err.mbsc-control-w{border-color:#d8332a}.mbsc-ios.mbsc-progress{align-items:center;box-sizing:border-box;display:flex;margin-top:-1px;min-height:4em;padding:.625em 1em}.mbsc-ios.mbsc-progress.mbsc-progress-w.mbsc-control-w .mbsc-label{padding:0}.mbsc-ios.mbsc-progress .mbsc-input-ic{margin:0;top:.0625em}.mbsc-ios.mbsc-progress.mbsc-ic-left .mbsc-left-ic,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-right-ic{left:-.375em;right:auto}.mbsc-ios.mbsc-progress.mbsc-ic-right .mbsc-right-ic,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-left-ic{left:auto;right:-.375em}.mbsc-ios.mbsc-progress .mbsc-input-wrap{padding:0 .75em;position:relative}.mbsc-ios.mbsc-ltr.mbsc-progress.mbsc-progress-w.mbsc-ic-left .mbsc-input-wrap,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-progress-w.mbsc-ic-right .mbsc-input-wrap{padding-left:2.5em}.mbsc-ios.mbsc-ltr.mbsc-progress.mbsc-progress-w.mbsc-ic-right .mbsc-input-wrap,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-progress-w.mbsc-ic-left .mbsc-input-wrap{padding-right:2.5em}.mbsc-ios.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap{padding-left:3.5em}.mbsc-ios.mbsc-ltr.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap{padding-right:3.5em}.mbsc-ios.mbsc-ltr.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap{padding-left:5.5em}.mbsc-ios.mbsc-ltr.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap{padding-right:5.5em}.mbsc-ios.mbsc-ltr.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-progress-value,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-progress-value{left:2.2857em}.mbsc-ios.mbsc-ltr.mbsc-progress.mbsc-ic-right.mbsc-progress-value-right .mbsc-progress-value,.mbsc-ios.mbsc-rtl.mbsc-progress.mbsc-ic-left.mbsc-progress-value-left .mbsc-progress-value{right:2.2857em}.mbsc-ios .mbsc-progress-cont{padding:1em 0}.mbsc-ios .mbsc-progress-track{border-radius:1em;height:.125em}.mbsc-ios .mbsc-progress-bar{border-radius:1em;z-index:1}.mbsc-ios .mbsc-progress-value{font-size:.875em;width:3.715em}.mbsc-ios .mbsc-progress-step-label{top:1.333334em}.mbsc-ios.mbsc-progress.mbsc-ic-left:after,.mbsc-ios.mbsc-progress.mbsc-ic-left:before{left:1em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w .mbsc-label,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w .mbsc-label{font-size:.75em;line-height:1em;overflow:visible;padding:0;position:absolute;top:.666667em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w:not(.mbsc-slider) .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w:not(.mbsc-slider) .mbsc-input-wrap{padding-left:0;padding-right:0}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w .mbsc-label+.mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w .mbsc-label+.mbsc-input-wrap{padding-bottom:1em;padding-top:1em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w .mbsc-label+.mbsc-input-wrap .mbsc-input-ic,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w .mbsc-label+.mbsc-input-wrap .mbsc-input-ic{top:1.0625em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-left .mbsc-input-wrap{padding-right:2.5em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-right .mbsc-input-wrap{padding-left:2.5em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-progress-value-left .mbsc-input-wrap{padding-right:3.5em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-progress-value-right .mbsc-input-wrap{padding-left:3.5em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap{padding-left:5.5em}.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-floating.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-ltr.mbsc-ic-right.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-ios .mbsc-label-stacked.mbsc-progress.mbsc-control-w.mbsc-rtl.mbsc-ic-left.mbsc-progress-value-left .mbsc-input-wrap{padding-right:5.5em}.mbsc-ios .mbsc-progress-primary .mbsc-progress-bar{background:#3f97f6}.mbsc-ios .mbsc-progress-secondary .mbsc-progress-bar{background:#90979e}.mbsc-ios .mbsc-progress-success .mbsc-progress-bar{background:#43be5f}.mbsc-ios .mbsc-progress-danger .mbsc-progress-bar{background:#f5504e}.mbsc-ios .mbsc-progress-warning .mbsc-progress-bar{background:#f8b042}.mbsc-ios .mbsc-progress-info .mbsc-progress-bar{background:#5bb7c5}.mbsc-ios.mbsc-form .mbsc-progress,.mbsc-ios.mbsc-input-box.mbsc-progress,.mbsc-ios.mbsc-input-outline.mbsc-progress{background:#fff}.mbsc-ios .mbsc-progress-track{background:#dedddd}.mbsc-ios .mbsc-progress-bar{background:#007bff}.mbsc-ios .mbsc-progress-step-label,.mbsc-ios .mbsc-progress-value{color:#b5b5b5}.mbsc-ios .mbsc-slider-handle{border-radius:1.25em;box-shadow:0 0 1em rgba(0,0,0,.1),0 0 .0625em rgba(0,0,0,.15),0 .125em .125em rgba(0,0,0,.15);height:1.75em;margin:-.875em -.875em 0 0;top:50%;width:1.75em}.mbsc-ios .mbsc-slider-tooltip{font-size:.875em;margin-right:-1.5em;opacity:0;text-align:center;top:-1em;transition:opacity .2s ease-in-out;width:3em}.mbsc-ios .mbsc-active .mbsc-slider-tooltip,.mbsc-ios .mbsc-slider-handle:focus~.mbsc-slider-tooltip{opacity:1}.mbsc-ios .mbsc-slider-step{height:.5em;margin-left:-.0625em;margin-top:-.1875em;width:.0625em}.mbsc-ios.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-progress-track{opacity:.4}.mbsc-ios.mbsc-slider-primary .mbsc-progress-bar{background:#3f97f6}.mbsc-ios.mbsc-slider-secondary .mbsc-progress-bar{background:#90979e}.mbsc-ios.mbsc-slider-success .mbsc-progress-bar{background:#43be5f}.mbsc-ios.mbsc-slider-danger .mbsc-progress-bar{background:#f5504e}.mbsc-ios.mbsc-slider-warning .mbsc-progress-bar{background:#f8b042}.mbsc-ios.mbsc-slider-info .mbsc-progress-bar{background:#5bb7c5}.mbsc-ios .mbsc-slider-handle{background:#fff}.mbsc-ios .mbsc-slider-tooltip{background:#fff;color:#b5b5b5}.mbsc-ios .mbsc-slider-step{background:#dedddd}.mbsc-ios.mbsc-rating.mbsc-progress .mbsc-input-wrap{padding:0}.mbsc-ios.mbsc-rating input:disabled~.mbsc-progress-cont .mbsc-progress-track{opacity:.4}.mbsc-ios.mbsc-rating.mbsc-rating-primary .mbsc-progress-track{color:#3f97f6}.mbsc-ios.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track{color:#90979e}.mbsc-ios.mbsc-rating.mbsc-rating-success .mbsc-progress-track{color:#43be5f}.mbsc-ios.mbsc-rating.mbsc-rating-danger .mbsc-progress-track{color:#f5504e}.mbsc-ios.mbsc-rating.mbsc-rating-warning .mbsc-progress-track{color:#f8b042}.mbsc-ios.mbsc-rating.mbsc-rating-info .mbsc-progress-track{color:#5bb7c5}.mbsc-ios.mbsc-rating .mbsc-progress-track{color:#007bff}.mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont,.mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.mbsc-ios .mbsc-fr-w{font-family:-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;padding-top:3.666667em;position:relative}.mbsc-ios .mbsc-fr-has-hdr .mbsc-fr-w{min-width:25em}.mbsc-ios.mbsc-fr-center .mbsc-fr-w,.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w{min-width:22.5em}.mbsc-ios .mbsc-fr-hdr{font-size:1.333334em;font-weight:700;left:0;line-height:1.25em;padding:.75em 4.375em;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.mbsc-ios.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr,.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-hdr{margin-bottom:-1px;padding:.75em .5em;position:relative;white-space:normal}.mbsc-ios .mbsc-fr-btn-cont{display:block;left:0;position:absolute;right:0;top:0}.mbsc-ios .mbsc-ltr .mbsc-fr-btn-cont{text-align:right}.mbsc-ios .mbsc-rtl .mbsc-fr-btn-cont{text-align:left}.mbsc-ios .mbsc-fr-btn{font-size:1.333334em;height:2.75em;line-height:2.75em;padding:0 .625em;text-align:center}.mbsc-ios .mbsc-fr-btn.mbsc-active{opacity:.5}.mbsc-ios .mbsc-fr-btn-w{display:inline-block}.mbsc-ios .mbsc-ltr .mbsc-fr-btn-c{float:left}.mbsc-ios .mbsc-rtl .mbsc-fr-btn-c{float:right}.mbsc-ios .mbsc-fr-btn-s .mbsc-fr-btn{font-weight:700}.mbsc-ios.mbsc-fr-bubble .mbsc-fr-w,.mbsc-ios.mbsc-fr-center .mbsc-fr-w{border-radius:8px}.mbsc-ios.mbsc-fr-inline .mbsc-fr-w{border-radius:0}.mbsc-ios .mbsc-fr-arr{border-radius:6px}.mbsc-ios.mbsc-fr-bottom .mbsc-fr-overlay,.mbsc-ios.mbsc-fr-top .mbsc-fr-overlay{background:none}.mbsc-ios.mbsc-fr-center .mbsc-fr-w{padding-bottom:3.75em;padding-top:0}.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w{padding:0}.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-cont{border:0;bottom:0;display:table;table-layout:fixed;top:auto}.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w{display:table-cell;float:none}.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w:first-child,.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w{border-left:0}.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child{border-right:0}.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:first-child .mbsc-fr-btn,.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:last-child .mbsc-fr-btn{border-radius:0 0 0 .5em}.mbsc-ios.mbsc-fr-center .mbsc-ltr .mbsc-fr-btn-w:last-child .mbsc-fr-btn,.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w:first-child .mbsc-fr-btn{border-radius:0 0 .5em 0}.mbsc-ios.mbsc-fr-center .mbsc-fr-btn.mbsc-active{opacity:1}.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-cont{display:block;position:static}.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w{border-left:0;border-right:0;display:block}.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-w .mbsc-fr-btn-w .mbsc-fr-btn{border-radius:0}.mbsc-ios.mbsc-fr-center.mbsc-fr-btn-block .mbsc-fr-btn-w:last-child .mbsc-fr-btn{border-radius:0 0 .5em .5em}.mbsc-ios.mbsc-fr-inline .mbsc-fr-w{margin-top:-1px}.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-w{padding:0}.mbsc-ios.mbsc-fr-nobtn.mbsc-fr-bottom .mbsc-fr-w{padding-bottom:env(safe-area-inset-bottom)}.mbsc-ios.mbsc-fr-pointer.mbsc-fr .mbsc-fr-popup{border:0}.mbsc-ios.mbsc-fr-pointer .mbsc-fr-hdr{font-size:1.166667em;line-height:1.5em}.mbsc-ios.mbsc-fr-bottom .mbsc-fr-btn-cont,.mbsc-ios.mbsc-fr-top .mbsc-fr-btn-cont{background:#efefef}.mbsc-ios .mbsc-fr-overlay{background:rgba(0,0,0,.2)}.mbsc-ios .mbsc-fr-w{background:#f7f7f7;color:#000}.mbsc-ios .mbsc-fr-hdr{color:#000}.mbsc-ios .mbsc-fr-btn-cont,.mbsc-ios.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr,.mbsc-ios.mbsc-fr-nobtn .mbsc-fr-hdr{border-bottom:1px solid #ccc}.mbsc-ios .mbsc-fr-btn{color:#007bff}.mbsc-ios .mbsc-fr-arr{background:#f7f7f7}.mbsc-ios.mbsc-fr-bottom .mbsc-fr-popup{border-top:1px solid #8e8e8e}.mbsc-ios.mbsc-fr-top .mbsc-fr-popup{border-bottom:1px solid #8e8e8e}.mbsc-ios.mbsc-fr-center .mbsc-fr-btn-w{border-left:1px solid #ccc;border-top:1px solid #ccc}.mbsc-ios.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w{border-right:1px solid #ccc}.mbsc-ios.mbsc-fr-center .mbsc-fr-btn.mbsc-active,.mbsc-ios.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover{background:#eaeaea}.mbsc-ios.mbsc-fr-inline .mbsc-fr-w{background:#fff;border-top:1px solid #ccc}.mbsc-ios.mbsc-fr-inline .mbsc-fr-c{border-bottom:1px solid #ccc}.mbsc-ios.mbsc-fr-no-overlay .mbsc-fr-arr{box-shadow:0 0 1em rgba(0,0,0,.2)}.mbsc-ios.mbsc-fr-no-overlay .mbsc-fr-w{box-shadow:0 .125em 1em rgba(0,0,0,.2)}.mbsc-ios.mbsc-fr-pointer .mbsc-fr-persp .mbsc-cal-picker,.mbsc-ios.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-popup .mbsc-fr-w{background:#f7f7f7}.mbsc-ios.mbsc-fr-pointer .mbsc-fr-hdr{border-color:#ccc}.mbsc-ios.mbsc-alert .mbsc-fr-c.mbsc-wdg-c{line-height:1.285714;padding:1.142857em;text-align:center}.mbsc-ios.mbsc-alert h2{font-size:1.285715em;margin:.277778em 0}.mbsc-ios.mbsc-alert p{margin:.357143em 0}.mbsc-ios.mbsc-alert .mbsc-input{border-radius:0;margin-top:1.142857em}.mbsc-ios.mbsc-alert .mbsc-input input{height:1.714286em;padding:0 .357143em}.mbsc-ios.mbsc-toast .mbsc-toast-msg{border-radius:.5em;opacity:.9}.mbsc-ios.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-ios.mbsc-toast.mbsc-primary .mbsc-toast-msg{background:#3f97f6}.mbsc-ios.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-ios.mbsc-toast.mbsc-secondary .mbsc-toast-msg{background:#90979e}.mbsc-ios.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-ios.mbsc-toast.mbsc-success .mbsc-toast-msg{background:#43be5f}.mbsc-ios.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-ios.mbsc-toast.mbsc-danger .mbsc-toast-msg{background:#f5504e}.mbsc-ios.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-ios.mbsc-toast.mbsc-warning .mbsc-toast-msg{background:#f8b042}.mbsc-ios.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-ios.mbsc-toast.mbsc-info .mbsc-toast-msg{background:#5bb7c5}.mbsc-ios.mbsc-alert .mbsc-input{border:1px solid #ccc}.mbsc-ios.mbsc-snackbar .mbsc-fr-w{background:#646464;color:#fff}.mbsc-ios.mbsc-snackbar .mbsc-snackbar-btn{color:#99caff}.mbsc-ios.mbsc-toast .mbsc-toast-msg{background:#646464;color:#fff}.mbsc-ios .mbsc-desc{opacity:.5}.mbsc-ios .mbsc-divider,.mbsc-ios .mbsc-form-group-title{font-size:.75em;line-height:1.5em;margin-top:-1px;position:relative;text-transform:uppercase;z-index:2}.mbsc-ios .mbsc-divider{padding:2.333334em 1.333334em .5em}.mbsc-ios .mbsc-form-group-title{padding:.5em 1.333334em}.mbsc-ios.mbsc-form-box .mbsc-divider,.mbsc-ios.mbsc-form-box .mbsc-form-group-title,.mbsc-ios.mbsc-form-outline .mbsc-divider,.mbsc-ios.mbsc-form-outline .mbsc-form-group-title{border:0}.mbsc-ios .mbsc-form-grid{margin-bottom:.75em;margin-top:.75em}.mbsc-ios .mbsc-form-grid .mbsc-input-box.mbsc-control-w,.mbsc-ios .mbsc-form-grid .mbsc-input-outline.mbsc-control-w{margin:.75em 1em}.mbsc-ios.mbsc-checkbox .mbsc-err-msg,.mbsc-ios.mbsc-radio .mbsc-err-msg,.mbsc-ios.mbsc-switch .mbsc-err-msg{margin-bottom:-1em;padding:0}.mbsc-ios.mbsc-ltr.mbsc-checkbox,.mbsc-ios.mbsc-ltr.mbsc-radio{padding:.875em 3.75em .875em 1em}.mbsc-ios.mbsc-rtl.mbsc-checkbox,.mbsc-ios.mbsc-rtl.mbsc-radio{padding:.875em 1em .875em 3.75em}.mbsc-ios.mbsc-checkbox input:disabled+.mbsc-checkbox-box,.mbsc-ios.mbsc-checkbox input:disabled~.mbsc-desc,.mbsc-ios.mbsc-checkbox input:disabled~.mbsc-label,.mbsc-ios.mbsc-radio input:disabled+.mbsc-radio-box,.mbsc-ios.mbsc-radio input:disabled~.mbsc-desc,.mbsc-ios.mbsc-radio input:disabled~.mbsc-label,.mbsc-ios.mbsc-switch input:disabled+.mbsc-switch-track,.mbsc-ios.mbsc-switch input:disabled~.mbsc-desc,.mbsc-ios.mbsc-switch input:disabled~.mbsc-label{opacity:.3}.mbsc-ios .mbsc-checkbox-box:after,.mbsc-ios .mbsc-radio-box:after{transition:opacity .2s ease-in-out}.mbsc-ios .mbsc-checkbox-box{background:transparent;border-radius:2em;height:1.75em;margin-top:-.875em;right:1em;width:1.75em}.mbsc-ios.mbsc-rtl .mbsc-checkbox-box{left:1em;right:auto}.mbsc-ios .mbsc-checkbox-box:after{height:.375em;left:26%;top:32%;width:.75em}.mbsc-ios.mbsc-checkbox-primary .mbsc-checkbox-box,.mbsc-ios.mbsc-checkbox-primary .mbsc-checkbox-box:after{border-color:#3f97f6}.mbsc-ios.mbsc-checkbox-secondary .mbsc-checkbox-box,.mbsc-ios.mbsc-checkbox-secondary .mbsc-checkbox-box:after{border-color:#90979e}.mbsc-ios.mbsc-checkbox-success .mbsc-checkbox-box,.mbsc-ios.mbsc-checkbox-success .mbsc-checkbox-box:after{border-color:#43be5f}.mbsc-ios.mbsc-checkbox-danger .mbsc-checkbox-box,.mbsc-ios.mbsc-checkbox-danger .mbsc-checkbox-box:after{border-color:#f5504e}.mbsc-ios.mbsc-checkbox-warning .mbsc-checkbox-box,.mbsc-ios.mbsc-checkbox-warning .mbsc-checkbox-box:after{border-color:#f8b042}.mbsc-ios.mbsc-checkbox-info .mbsc-checkbox-box,.mbsc-ios.mbsc-checkbox-info .mbsc-checkbox-box:after{border-color:#5bb7c5}.mbsc-ios .mbsc-radio-box{background:transparent;margin-top:-.625em;right:1.125em}.mbsc-ios.mbsc-rtl .mbsc-radio-box{left:1.125em;right:auto}.mbsc-ios .mbsc-radio-box:after{border-radius:0;height:.5em;left:23%;position:absolute;top:44%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:1em}.mbsc-ios.mbsc-radio-primary .mbsc-radio-box:after{border-color:#3f97f6}.mbsc-ios.mbsc-radio-secondary .mbsc-radio-box:after{border-color:#90979e}.mbsc-ios.mbsc-radio-success .mbsc-radio-box:after{border-color:#43be5f}.mbsc-ios.mbsc-radio-danger .mbsc-radio-box:after{border-color:#f5504e}.mbsc-ios.mbsc-radio-warning .mbsc-radio-box:after{border-color:#f8b042}.mbsc-ios.mbsc-radio-info .mbsc-radio-box:after{border-color:#5bb7c5}.mbsc-ios.mbsc-btn{border:0;border-radius:.25em;margin:.5em .25em;padding:.625em 1.375em}.mbsc-ios .mbsc-btn-ic{padding-right:.625em}.mbsc-ios .mbsc-btn-icon-only .mbsc-btn-ic{padding:0}.mbsc-ios.mbsc-no-touch.mbsc-btn:not(:disabled):not(.mbsc-active):hover{opacity:.8}.mbsc-ios.mbsc-btn-flat.mbsc-active,.mbsc-ios.mbsc-btn.mbsc-active{opacity:.6}.mbsc-ios.mbsc-btn-flat:disabled{opacity:.8}.mbsc-ios .mbsc-btn-group,.mbsc-ios .mbsc-btn-group-block,.mbsc-ios .mbsc-btn-group-justified{margin:.5em .75em}.mbsc-ios .mbsc-btn-group-block{margin:.5em 1em}.mbsc-ios.mbsc-btn-primary.mbsc-btn{background:#3f97f6}.mbsc-ios.mbsc-btn-primary.mbsc-btn.mbsc-btn-flat{color:#3f97f6}.mbsc-ios.mbsc-btn-secondary.mbsc-btn{background:#90979e}.mbsc-ios.mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat{color:#90979e}.mbsc-ios.mbsc-btn-success.mbsc-btn{background:#43be5f}.mbsc-ios.mbsc-btn-success.mbsc-btn.mbsc-btn-flat{color:#43be5f}.mbsc-ios.mbsc-btn-danger.mbsc-btn{background:#f5504e}.mbsc-ios.mbsc-btn-danger.mbsc-btn.mbsc-btn-flat{color:#f5504e}.mbsc-ios.mbsc-btn-warning.mbsc-btn{background:#f8b042}.mbsc-ios.mbsc-btn-warning.mbsc-btn.mbsc-btn-flat{color:#f8b042}.mbsc-ios.mbsc-btn-info.mbsc-btn{background:#5bb7c5}.mbsc-ios.mbsc-btn-info.mbsc-btn.mbsc-btn-flat{color:#5bb7c5}.mbsc-ios.mbsc-btn-light.mbsc-btn{background:#fff}.mbsc-ios.mbsc-btn-light.mbsc-btn.mbsc-btn-flat{color:#ccc}.mbsc-ios.mbsc-btn-dark.mbsc-btn{background:#47494a}.mbsc-ios.mbsc-btn-dark.mbsc-btn.mbsc-btn-flat{color:#47494a}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-active{opacity:1}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-primary{border-color:#3f97f6;color:#3f97f6}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-primary.mbsc-active{background:#3f97f6;color:#fff}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary{border-color:#90979e;color:#90979e}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary.mbsc-active{background:#90979e;color:#fff}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-success{border-color:#43be5f;color:#43be5f}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-success.mbsc-active{background:#43be5f;color:#fff}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-danger{border-color:#f5504e;color:#f5504e}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-danger.mbsc-active{background:#f5504e;color:#fff}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-warning{border-color:#f8b042;color:#f8b042}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-warning.mbsc-active{background:#f8b042;color:#fff}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-info{border-color:#5bb7c5;color:#5bb7c5}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-info.mbsc-active{background:#5bb7c5;color:#fff}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-light{border-color:#bfbfbf;color:#bfbfbf}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-light.mbsc-active{background:#bfbfbf;color:#fff}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-dark{border-color:#47494a;color:#47494a}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-btn-dark.mbsc-active{background:#47494a;color:#fff}.mbsc-ios.mbsc-ltr.mbsc-switch{padding:.875em 5em .875em 1em}.mbsc-ios.mbsc-rtl.mbsc-switch{padding:.875em 1em .875em 5em}.mbsc-ios .mbsc-switch-track{border-radius:1.25em;box-sizing:initial;height:1.75em;margin-top:-.96875em;padding:0;right:1em;width:3em}.mbsc-ios.mbsc-rtl .mbsc-switch-track{left:1em;right:auto}.mbsc-ios .mbsc-switch-track:after{border-radius:1.25em;bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out;z-index:1}.mbsc-ios .mbsc-switch-track .mbsc-progress-track{margin:0 .875em}.mbsc-ios .mbsc-switch-handle{border-radius:1.75em;box-shadow:0 0 1em rgba(0,0,0,.1),0 0 .0625em rgba(0,0,0,.15),0 .125em .125em rgba(0,0,0,.15);height:1.75em;left:50%;margin:-.875em 0 0 -.875em;top:50%;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out;width:1.75em;z-index:2}.mbsc-ios.mbsc-rtl .mbsc-switch-handle{margin:-.875em -.875em 0 0}.mbsc-ios.mbsc-switch input:checked+.mbsc-switch-track:after{-webkit-transform:scale(0);transform:scale(0)}.mbsc-ios.mbsc-switch-primary.mbsc-switch input:checked+.mbsc-switch-track{background:#3f97f6;border-color:#3f97f6}.mbsc-ios.mbsc-switch-secondary.mbsc-switch input:checked+.mbsc-switch-track{background:#90979e;border-color:#90979e}.mbsc-ios.mbsc-switch-success.mbsc-switch input:checked+.mbsc-switch-track{background:#43be5f;border-color:#43be5f}.mbsc-ios.mbsc-switch-danger.mbsc-switch input:checked+.mbsc-switch-track{background:#f5504e;border-color:#f5504e}.mbsc-ios.mbsc-switch-warning.mbsc-switch input:checked+.mbsc-switch-track{background:#f8b042;border-color:#f8b042}.mbsc-ios.mbsc-switch-info.mbsc-switch input:checked+.mbsc-switch-track{background:#5bb7c5;border-color:#5bb7c5}.mbsc-ios.mbsc-segmented.mbsc-segmented-group{border-radius:0;margin:0;padding:.75em}.mbsc-ios.mbsc-segmented.mbsc-stepper{background:none;border-radius:0;display:block;margin-top:-1em;position:absolute}.mbsc-ios .mbsc-segmented-content{height:2.142857142em;line-height:2.1428571429em;margin-left:-.07142857em;padding:0 .42857em}.mbsc-ios.mbsc-ltr .mbsc-segmented-item:first-child .mbsc-segmented-content,.mbsc-ios.mbsc-ltr .mbsc-stepper-minus .mbsc-segmented-content,.mbsc-ios.mbsc-rtl .mbsc-segmented-item:last-child .mbsc-segmented-content,.mbsc-ios.mbsc-rtl .mbsc-stepper-plus .mbsc-segmented-content{border-bottom-left-radius:.25em;border-top-left-radius:.25em}.mbsc-ios .mbsc-segmented.mbsc-stepper.mbsc-control-w:after,.mbsc-ios .mbsc-segmented.mbsc-stepper.mbsc-control-w:before{border:0}.mbsc-ios.mbsc-ltr .mbsc-segmented-item:last-child .mbsc-segmented-content,.mbsc-ios.mbsc-ltr .mbsc-stepper-plus .mbsc-segmented-content,.mbsc-ios.mbsc-rtl .mbsc-segmented-item:first-child .mbsc-segmented-content,.mbsc-ios.mbsc-rtl .mbsc-stepper-minus .mbsc-segmented-content{border-bottom-right-radius:.25em;border-top-right-radius:.25em}.mbsc-ios.mbsc-ltr.mbsc-stepper-cont{padding:1.5em 11.75em 1.5em 1em}.mbsc-ios.mbsc-rtl.mbsc-stepper-cont{padding:1.5em 1em 1.5em 11.75em}.mbsc-ios.mbsc-ltr .mbsc-stepper{right:1em}.mbsc-ios.mbsc-rtl .mbsc-stepper{left:1em}.mbsc-ios.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-ios.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-ios.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{background:none}.mbsc-ios .mbsc-stepper .mbsc-segmented-item{width:3.25em}.mbsc-ios .mbsc-stepper input{left:3.714286em;width:3.714286em;z-index:3}.mbsc-ios.mbsc-segmented .mbsc-segmented-primary .mbsc-segmented-content{border-color:#3f97f6;color:#3f97f6}.mbsc-ios.mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#3f97f6}.mbsc-ios.mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(63,151,246,.45);color:#3f97f6}.mbsc-ios.mbsc-segmented .mbsc-segmented-secondary .mbsc-segmented-content{border-color:#90979e;color:#90979e}.mbsc-ios.mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#90979e}.mbsc-ios.mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:hsla(210,7%,59%,.45);color:#90979e}.mbsc-ios.mbsc-segmented .mbsc-segmented-success .mbsc-segmented-content{border-color:#43be5f;color:#43be5f}.mbsc-ios.mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#43be5f}.mbsc-ios.mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(67,190,95,.45);color:#43be5f}.mbsc-ios.mbsc-segmented .mbsc-segmented-danger .mbsc-segmented-content{border-color:#f5504e;color:#f5504e}.mbsc-ios.mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#f5504e}.mbsc-ios.mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(245,80,78,.45);color:#f5504e}.mbsc-ios.mbsc-segmented .mbsc-segmented-warning .mbsc-segmented-content{border-color:#f8b042;color:#f8b042}.mbsc-ios.mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#f8b042}.mbsc-ios.mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(248,176,66,.45);color:#f8b042}.mbsc-ios.mbsc-segmented .mbsc-segmented-info .mbsc-segmented-content{border-color:#5bb7c5;color:#5bb7c5}.mbsc-ios.mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#5bb7c5}.mbsc-ios.mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(91,183,197,.45);color:#5bb7c5}.mbsc-ios.mbsc-no-touch .mbsc-segmented-primary.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(63,151,246,.15)}.mbsc-ios.mbsc-no-touch .mbsc-segmented-secondary.mbsc-segmented-item:hover .mbsc-segmented-content{background:hsla(210,7%,59%,.15)}.mbsc-ios.mbsc-no-touch .mbsc-segmented-success.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(67,190,95,.15)}.mbsc-ios.mbsc-no-touch .mbsc-segmented-danger.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(245,80,78,.15)}.mbsc-ios.mbsc-no-touch .mbsc-segmented-warning.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(248,176,66,.15)}.mbsc-ios.mbsc-no-touch .mbsc-segmented-info.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(91,183,197,.15)}.mbsc-ios.mbsc-no-touch.mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(63,151,246,.15)}.mbsc-ios.mbsc-no-touch.mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content{background:hsla(210,7%,59%,.15)}.mbsc-ios.mbsc-no-touch.mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(67,190,95,.15)}.mbsc-ios.mbsc-no-touch.mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(245,80,78,.15)}.mbsc-ios.mbsc-no-touch.mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(248,176,66,.15)}.mbsc-ios.mbsc-no-touch.mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(91,183,197,.15)}.mbsc-ios.mbsc-stepper-primary .mbsc-segmented-content{border-color:#3f97f6;color:#3f97f6}.mbsc-ios.mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#3f97f6}.mbsc-ios.mbsc-stepper-secondary .mbsc-segmented-content{border-color:#90979e;color:#90979e}.mbsc-ios.mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#90979e}.mbsc-ios.mbsc-stepper-success .mbsc-segmented-content{border-color:#43be5f;color:#43be5f}.mbsc-ios.mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#43be5f}.mbsc-ios.mbsc-stepper-danger .mbsc-segmented-content{border-color:#f5504e;color:#f5504e}.mbsc-ios.mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#f5504e}.mbsc-ios.mbsc-stepper-warning .mbsc-segmented-content{border-color:#f8b042;color:#f8b042}.mbsc-ios.mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#f8b042}.mbsc-ios.mbsc-stepper-info .mbsc-segmented-content{border-color:#5bb7c5;color:#5bb7c5}.mbsc-ios.mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#5bb7c5}.mbsc-ios.mbsc-form{background:#efeff4;color:#000}.mbsc-ios.mbsc-control-w ::-moz-selection,.mbsc-ios.mbsc-control-w ::selection,.mbsc-ios.mbsc-form ::-moz-selection,.mbsc-ios.mbsc-form ::selection{background:#1274de;color:#ccc}.mbsc-ios .mbsc-input-ic{color:#8c8c8c}.mbsc-ios .mbsc-divider,.mbsc-ios .mbsc-form-group-title{border-bottom:1px solid #bcbcd1;color:#707070}.mbsc-ios .mbsc-divider{border-top:1px solid #bcbcd1}.mbsc-ios.mbsc-form .mbsc-checkbox,.mbsc-ios.mbsc-form .mbsc-radio,.mbsc-ios.mbsc-form .mbsc-segmented,.mbsc-ios.mbsc-form .mbsc-stepper-cont,.mbsc-ios.mbsc-form .mbsc-switch,.mbsc-ios.mbsc-input-box.mbsc-checkbox,.mbsc-ios.mbsc-input-box.mbsc-radio,.mbsc-ios.mbsc-input-box.mbsc-stepper-cont,.mbsc-ios.mbsc-input-box.mbsc-switch,.mbsc-ios.mbsc-input-outline.mbsc-checkbox,.mbsc-ios.mbsc-input-outline.mbsc-radio,.mbsc-ios.mbsc-input-outline.mbsc-stepper-cont,.mbsc-ios.mbsc-input-outline.mbsc-switch{background:#fff}.mbsc-ios.mbsc-form .mbsc-input-box.mbsc-segmented{background:transparent}.mbsc-ios .mbsc-checkbox-box{border:.125em solid #1274de}.mbsc-ios .mbsc-checkbox-box:after,.mbsc-ios .mbsc-radio-box:after{border:.125em solid #1274de;border-right:0;border-top:0}.mbsc-ios.mbsc-radio input:disabled~.mbsc-radio-label{color:#b3b3cb}.mbsc-ios.mbsc-btn{background:#fff;color:#007bff}.mbsc-ios.mbsc-btn:not(.mbsc-btn-flat):disabled{background:#d1d1e0;color:#b3b3cb}.mbsc-ios.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent}.mbsc-ios.mbsc-btn-flat:disabled{background:transparent;color:#b3b3cb}.mbsc-ios.mbsc-btn-danger.mbsc-btn,.mbsc-ios.mbsc-btn-dark.mbsc-btn,.mbsc-ios.mbsc-btn-info.mbsc-btn,.mbsc-ios.mbsc-btn-primary.mbsc-btn,.mbsc-ios.mbsc-btn-secondary.mbsc-btn,.mbsc-ios.mbsc-btn-success.mbsc-btn,.mbsc-ios.mbsc-btn-warning.mbsc-btn{color:#fff}.mbsc-ios.mbsc-btn-light.mbsc-btn{color:#000}.mbsc-ios.mbsc-btn-flat.mbsc-btn{background:transparent}.mbsc-ios.mbsc-btn-outline.mbsc-btn{background:transparent;border:1px solid #007bff;color:#007bff}.mbsc-ios.mbsc-btn-outline.mbsc-btn.mbsc-active{background:#007bff;color:#fff}.mbsc-ios.mbsc-btn.mbsc-btn-outline:disabled{background:transparent;border-color:#b3b3cb;color:#b3b3cb}.mbsc-ios .mbsc-switch-track{background:#dadae6;border:.0625em solid #dadae6}.mbsc-ios .mbsc-switch-handle,.mbsc-ios .mbsc-switch-track:after{background:#fff}.mbsc-ios.mbsc-switch input:checked+.mbsc-switch-track{background:#4cd764;border-color:#4cd764}.mbsc-ios .mbsc-segmented-content{background:#fff;border:.07142857em solid #1274de;color:#1274de}.mbsc-ios.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content,.mbsc-ios.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#1274de;color:#fff}.mbsc-ios.mbsc-segmented .mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(0,123,255,.3);color:#1274de}.mbsc-ios.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-ios.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-ios.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{border-color:#b3b3cb;color:#b3b3cb}.mbsc-ios .mbsc-stepper input:disabled{-webkit-text-fill-color:#b3b3cb;color:#b3b3cb}.mbsc-ios.mbsc-segmented input:disabled:checked+.mbsc-segmented-content{background:#d1d1e0}.mbsc-ios .mbsc-stepper input{color:#000}.mbsc-ios.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(0,123,255,.15)}.mbsc-material .mbsc-collapsible .mbsc-form-group-title{padding:1em}.mbsc-material .mbsc-collapsible .mbsc-collapsible-header{padding-right:3em}.mbsc-material .mbsc-note{border-radius:.1875em}.mbsc-material .mbsc-note,.mbsc-material .mbsc-note-primary{background-color:#88bff9;color:#074b95}.mbsc-material .mbsc-note-secondary{background-color:#b9bdc2;color:#454b50}.mbsc-material .mbsc-note-success{background-color:#7cd28f;color:#1b4d26}.mbsc-material .mbsc-note-danger{background-color:#f99896;color:#a10b09}.mbsc-material .mbsc-note-warning{background-color:#fbcf8c;color:#9b6006}.mbsc-material .mbsc-note-info{background-color:#94d0d9;color:#235b64}.mbsc-material .mbsc-note-light{background-color:#fff;color:#666}.mbsc-material .mbsc-note-dark{background-color:#797c7e;color:#000}.mbsc-material .mbsc-ripple{background:#000}.mbsc-material .mbsc-empty{color:#5b5b5b}.mbsc-material.mbsc-page{background-color:#eee;color:#6d6d6d}.mbsc-material a{color:#009688}.mbsc-material.mbsc-input .mbsc-color-input,.mbsc-material.mbsc-input input,.mbsc-material.mbsc-input textarea{background-color:transparent;font-size:1em;height:2.125em;padding:0 0 1px;transition:border-color .2s}.mbsc-material.mbsc-input .mbsc-control:disabled~input,.mbsc-material.mbsc-input input:disabled,.mbsc-material.mbsc-input input:disabled~.mbsc-color-input,.mbsc-material.mbsc-input textarea:disabled{border-style:dotted;opacity:.5}.mbsc-material.mbsc-input .mbsc-color-input:focus,.mbsc-material.mbsc-input input:focus,.mbsc-material.mbsc-input select:focus~input,.mbsc-material.mbsc-input textarea:focus{padding-bottom:0}.mbsc-material.mbsc-input{margin:1.5em 1em}.mbsc-material.mbsc-input .mbsc-label~.mbsc-input-wrap{padding-top:.875em}.mbsc-material.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.9375em}.mbsc-material.mbsc-input.mbsc-err input:focus,.mbsc-material.mbsc-input.mbsc-err textarea:focus{border-width:2px;padding-bottom:0}.mbsc-material .mbsc-input-ic{margin:-2px 0 0;top:.0625em}.mbsc-material.mbsc-input textarea{padding-top:.25em}.mbsc-material.mbsc-select .mbsc-input-wrap:after{content:"";height:0;position:absolute;top:.875em;width:0}.mbsc-material.mbsc-select .mbsc-label~.mbsc-input-wrap:after{top:1.75em}.mbsc-material.mbsc-ltr.mbsc-select input{padding-right:1em}.mbsc-material.mbsc-ltr.mbsc-select.mbsc-ic-right input{padding-right:3em}.mbsc-material.mbsc-ltr.mbsc-select .mbsc-input-wrap:after{left:auto;right:0}.mbsc-material.mbsc-ltr.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after{right:2em}.mbsc-material.mbsc-rtl.mbsc-select input{padding-left:1em}.mbsc-material.mbsc-rtl.mbsc-select.mbsc-ic-right input{padding-left:3em}.mbsc-material.mbsc-rtl.mbsc-select .mbsc-input-wrap:after{left:0;right:auto}.mbsc-material.mbsc-rtl.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after{left:2em}.mbsc-material .mbsc-select-inline .mbsc-input-wrap:after{display:none}.mbsc-material.mbsc-ltr.mbsc-input.mbsc-ic-left input,.mbsc-material.mbsc-ltr.mbsc-input.mbsc-ic-left textarea{padding-left:1.625em}.mbsc-material.mbsc-ltr.mbsc-input.mbsc-ic-left .mbsc-left-ic{left:-.375em;right:auto}.mbsc-material.mbsc-ltr.mbsc-input.mbsc-ic-left .mbsc-err-msg,.mbsc-material.mbsc-ltr.mbsc-input.mbsc-ic-left .mbsc-label{left:2.166667em}.mbsc-material.mbsc-ltr.mbsc-input.mbsc-ic-right input,.mbsc-material.mbsc-ltr.mbsc-input.mbsc-ic-right textarea{padding-right:1.625em}.mbsc-material.mbsc-ltr.mbsc-input.mbsc-ic-right .mbsc-right-ic{left:auto;right:-.375em}.mbsc-material.mbsc-rtl.mbsc-input.mbsc-ic-left input,.mbsc-material.mbsc-rtl.mbsc-input.mbsc-ic-left textarea{padding-right:1.625em}.mbsc-material.mbsc-rtl.mbsc-input.mbsc-ic-left .mbsc-left-ic{left:auto;right:-.375em}.mbsc-material.mbsc-rtl.mbsc-input.mbsc-ic-left .mbsc-err-msg,.mbsc-material.mbsc-rtl.mbsc-input.mbsc-ic-left .mbsc-label{right:2.166667em}.mbsc-material.mbsc-rtl.mbsc-input.mbsc-ic-right input,.mbsc-material.mbsc-rtl.mbsc-input.mbsc-ic-right textarea{padding-left:1.625em}.mbsc-material.mbsc-rtl.mbsc-input.mbsc-ic-right .mbsc-right-ic{left:-.375em;right:auto}.mbsc-material.mbsc-input .mbsc-label{font-size:.75em;position:absolute;top:0}.mbsc-material.mbsc-label-inline.mbsc-input.mbsc-control-w{padding:0}.mbsc-material.mbsc-label-inline.mbsc-input .mbsc-label{line-height:2em}.mbsc-material.mbsc-label-inline.mbsc-input .mbsc-label~.mbsc-input-wrap{padding-top:0}.mbsc-material.mbsc-label-inline.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.0625em}.mbsc-material.mbsc-label-inline.mbsc-input.mbsc-select .mbsc-label~.mbsc-input-wrap:after{top:1em}.mbsc-material.mbsc-label-floating.mbsc-input .mbsc-label{font-size:1em;line-height:2em;top:.875em}.mbsc-material.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{-webkit-transform:translateY(-1.125em) scale(.75);transform:translateY(-1.125em) scale(.75)}.mbsc-material.mbsc-ltr.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{left:1.625em}.mbsc-material.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{right:1.625em}.mbsc-material.mbsc-input-box.mbsc-input .mbsc-input-wrap{border-radius:4px 4px 0 0}.mbsc-material.mbsc-input-box.mbsc-input .mbsc-color-input,.mbsc-material.mbsc-input-box.mbsc-input input{border-radius:4px 4px 0 0;height:2.25em;padding:.0625em 1em}.mbsc-material.mbsc-input-box.mbsc-input .mbsc-color-input:focus,.mbsc-material.mbsc-input-box.mbsc-input input:focus,.mbsc-material.mbsc-input-box.mbsc-input select:focus~input,.mbsc-material.mbsc-input-box.mbsc-input textarea:focus{padding-bottom:0}.mbsc-material.mbsc-input-box.mbsc-input textarea{height:2.25em;padding:.375em 1em .0625em}.mbsc-material.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap{padding-top:0}.mbsc-material.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-material.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap input{height:3.5em;padding-top:1.25em}.mbsc-material.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap textarea:focus{padding-bottom:0}.mbsc-material.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.875em}.mbsc-material.mbsc-input-box .mbsc-input-ic{top:.25em}.mbsc-material.mbsc-input-box .mbsc-label{top:.666667em;z-index:1}.mbsc-material.mbsc-input-box.mbsc-textarea .mbsc-label~.mbsc-input-wrap{padding-top:1.625em}.mbsc-material.mbsc-input-box.mbsc-textarea .mbsc-label~.mbsc-input-wrap textarea{height:1.866667em;padding-top:0}.mbsc-material.mbsc-input-box.mbsc-select .mbsc-input-wrap:after{top:1em}.mbsc-material.mbsc-input-box.mbsc-select .mbsc-label~.mbsc-input-wrap:after{top:1.625em}.mbsc-material.mbsc-input-box.mbsc-label-inline .mbsc-label{padding-bottom:.125em;padding-top:.125em}.mbsc-material.mbsc-input-box.mbsc-label-inline .mbsc-label~.mbsc-input-wrap{padding-top:0}.mbsc-material.mbsc-input-box.mbsc-label-inline .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-material.mbsc-input-box.mbsc-label-inline .mbsc-label~.mbsc-input-wrap input{height:2.25em;padding-top:.0625em}.mbsc-material.mbsc-input-box.mbsc-label-inline .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.1875em}.mbsc-material.mbsc-input-box.mbsc-label-inline.mbsc-textarea .mbsc-label~.mbsc-input-wrap{padding-top:.375em}.mbsc-material.mbsc-input-box.mbsc-label-floating.mbsc-label-floating-active .mbsc-label{-webkit-transform:translateY(-.625em) scale(.75);transform:translateY(-.625em) scale(.75)}.mbsc-material.mbsc-ltr.mbsc-input-box .mbsc-err-msg{left:1.333334em}.mbsc-material.mbsc-ltr.mbsc-input-box .mbsc-label{left:1.333334em;right:auto}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-left .mbsc-err-msg,.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-left .mbsc-label{left:4em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-left .mbsc-left-ic{left:.5em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-left input,.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-left textarea{padding-left:3em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-right input,.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-right textarea{padding-right:3em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-right .mbsc-right-ic{right:.5em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-ic-right .mbsc-input-wrap:after{right:2em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-select input{padding-right:2em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-select .mbsc-input-wrap:after{right:.6875em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-select.mbsc-ic-right input{padding-right:4em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after{right:3em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label{left:1em}.mbsc-material.mbsc-ltr.mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{left:3em}.mbsc-material.mbsc-rtl.mbsc-input-box .mbsc-err-msg{right:1.333334em}.mbsc-material.mbsc-rtl.mbsc-input-box .mbsc-label{left:auto;right:1.333334em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-left .mbsc-err-msg,.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-left .mbsc-label{right:4em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-left .mbsc-left-ic{right:.5em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-left input,.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-left textarea{padding-right:3em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-right input,.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-right textarea{padding-left:3em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-right .mbsc-right-ic{left:.5em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-ic-right .mbsc-input-wrap:after{left:2em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-select input{padding-left:2em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-select .mbsc-input-wrap:after{left:.6875em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-select.mbsc-ic-right input{padding-left:4em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after{left:3em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label{right:1em}.mbsc-material.mbsc-rtl.mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{right:3em}.mbsc-material.mbsc-input-outline.mbsc-input .mbsc-color-input,.mbsc-material.mbsc-input-outline.mbsc-input input,.mbsc-material.mbsc-input-outline.mbsc-input textarea{border-radius:4px}.mbsc-material.mbsc-input-outline.mbsc-input .mbsc-color-input,.mbsc-material.mbsc-input-outline.mbsc-input input{height:3.375em;padding:.0625em 1em}.mbsc-material.mbsc-input-outline.mbsc-input textarea{height:3.375em;padding:.875em 1em .4375em}.mbsc-material.mbsc-input-outline.mbsc-input .mbsc-label{padding:0 .333334em;top:-.166667em;z-index:1}.mbsc-material.mbsc-input-outline .mbsc-input-ic{top:.8125em}.mbsc-material.mbsc-input-outline.mbsc-input .mbsc-label~.mbsc-input-wrap{padding-top:.25em}.mbsc-material.mbsc-input-outline.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:1.0625em}.mbsc-material.mbsc-input-outline.mbsc-input input:focus,.mbsc-material.mbsc-input-outline.mbsc-input select:focus~input{padding:0 .9375em}.mbsc-material.mbsc-input-outline.mbsc-err input{padding-bottom:0;padding-top:0}.mbsc-material.mbsc-input-outline.mbsc-err input:focus{padding:0 .9375em}.mbsc-material.mbsc-input-outline.mbsc-input textarea:focus{padding:.8125em .9375em .375em}.mbsc-material.mbsc-input-outline.mbsc-err textarea:focus{padding:.875em .9375em 0}.mbsc-material.mbsc-input-outline.mbsc-select .mbsc-input-wrap:after{top:1.5em}.mbsc-material.mbsc-input-outline.mbsc-select .mbsc-label~.mbsc-input-wrap:after{top:1.75em}.mbsc-material.mbsc-input-outline.mbsc-label-inline .mbsc-label{line-height:3.375em}.mbsc-material.mbsc-input-outline.mbsc-label-inline .mbsc-label~.mbsc-input-wrap{padding-top:0}.mbsc-material.mbsc-input-outline.mbsc-label-inline .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.8125em}.mbsc-material.mbsc-input-outline.mbsc-label-inline.mbsc-select .mbsc-label~.mbsc-input-wrap:after{top:1.5em}.mbsc-material.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label{padding:0 .25em;top:.9375em}.mbsc-material.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{-webkit-transform:translateY(-1.375em) scale(.75);transform:translateY(-1.375em) scale(.75)}.mbsc-material.mbsc-ltr.mbsc-input-outline .mbsc-err-msg{left:1.416667em}.mbsc-material.mbsc-ltr.mbsc-input-outline .mbsc-label{left:1.083334em;right:auto}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-left .mbsc-err-msg{left:4.083334em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-left .mbsc-label{left:3.75em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-left .mbsc-left-ic{left:.5em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-left input,.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-left textarea{padding-left:3em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-left input:focus,.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-left textarea:focus,.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-left.mbsc-err textarea{padding-left:2.9375em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-right input,.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-right textarea{padding-right:3em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-right input:focus,.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-right textarea:focus{padding-right:2.9375em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-ic-right .mbsc-right-ic{right:.5em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-select input{padding-right:2em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-select select:focus~input{padding-right:1.9375em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-select .mbsc-input-wrap:after{right:.6875em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-select.mbsc-ic-right input{padding-right:4em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-select.mbsc-ic-right select:focus~input{padding-right:3.9375em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after{right:3em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-select.mbsc-ic-left select:focus~input{padding-left:2.9375em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label{left:.875em}.mbsc-material.mbsc-ltr.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{left:2.875em}.mbsc-material.mbsc-rtl.mbsc-input-outline .mbsc-err-msg{right:1.416667em}.mbsc-material.mbsc-rtl.mbsc-input-outline .mbsc-label{left:auto;right:1.083334em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-left .mbsc-err-msg{right:4.083334em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-left .mbsc-label{right:3.75em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-left .mbsc-left-ic{right:.5em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-left input,.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-left textarea{padding-right:3em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-left input:focus,.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-left textarea:focus,.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-left.mbsc-err textarea{padding-right:2.9375em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-right input,.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-right textarea{padding-left:3em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-right input:focus,.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-right textarea:focus{padding-left:2.9375em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-ic-right .mbsc-right-ic{left:.5em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-select input{padding-left:2em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-select select:focus~input{padding-left:1.9375em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-select .mbsc-input-wrap:after{left:.6875em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-select.mbsc-ic-right input{padding-left:4em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-select.mbsc-ic-right select:focus~input{padding-left:3.9375em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap:after{left:3em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-select.mbsc-ic-left select:focus~input{padding-right:2.9375em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label{right:.875em}.mbsc-material.mbsc-rtl.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{right:2.875em}.mbsc-material.mbsc-input .mbsc-control{border-bottom:1px solid #6d6d6d;color:#1e1e1e}.mbsc-material.mbsc-input .mbsc-control:focus,.mbsc-material.mbsc-input select:focus~input{border-bottom:2px solid #009688}.mbsc-material.mbsc-input.mbsc-err input,.mbsc-material.mbsc-input.mbsc-err textarea{border-bottom:1px solid #de3226}.mbsc-material.mbsc-select .mbsc-input-wrap:after{border:5px solid transparent;border-top-color:#6d6d6d}.mbsc-material.mbsc-input-box.mbsc-input .mbsc-input-wrap{background:#dcdcdc}.mbsc-material.mbsc-input-outline.mbsc-input .mbsc-control{border:1px solid #6d6d6d}.mbsc-material.mbsc-input-outline.mbsc-input .mbsc-label{background:#eee}.mbsc-material.mbsc-input-outline.mbsc-label-floating:not(.mbsc-label-floating-active).mbsc-input .mbsc-label,.mbsc-material.mbsc-input-outline.mbsc-label-inline.mbsc-input .mbsc-label{background:none}.mbsc-material.mbsc-input-outline.mbsc-input input:focus,.mbsc-material.mbsc-input-outline.mbsc-input select:focus~input{border:2px solid #009688}.mbsc-material.mbsc-input-outline.mbsc-err input{border:1px solid #de3226}.mbsc-material.mbsc-input-outline.mbsc-err input:focus{border:2px solid #de3226}.mbsc-material.mbsc-input-outline.mbsc-input textarea:focus{border:2px solid #009688}.mbsc-material.mbsc-input-outline.mbsc-err textarea{border:1px solid #de3226}.mbsc-material.mbsc-input-outline.mbsc-err textarea:focus{border:2px solid #de3226}.mbsc-material.mbsc-progress{padding:.75em 1em}.mbsc-material.mbsc-progress .mbsc-input-wrap{padding:0}.mbsc-material.mbsc-progress .mbsc-input-ic{margin:0;top:.3125em}.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-input-wrap,.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-input-wrap{padding-left:2.25em}.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-input-wrap,.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-input-wrap{padding-right:2.25em}.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-left-ic,.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-right-ic{left:-.375em;right:auto}.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-right-ic,.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-left-ic{left:auto;right:-.375em}.mbsc-material.mbsc-progress .mbsc-label{font-size:.75em}.mbsc-material .mbsc-progress-cont{padding:1.25em 0}.mbsc-material .mbsc-progress-track{height:.125em}.mbsc-material .mbsc-progress-value{font-size:.75em;width:4em}.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap{padding-right:3.25em}.mbsc-material.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-material.mbsc-rtl.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap{padding-left:3.25em}.mbsc-material.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap,.mbsc-material.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap{padding-left:5.5em}.mbsc-material.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap,.mbsc-material.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap{padding-right:5.5em}.mbsc-material.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value,.mbsc-material.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value{left:2.25em;right:auto}.mbsc-material.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value,.mbsc-material.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value{left:auto;right:2.25em}.mbsc-material .mbsc-label-inline.mbsc-progress.mbsc-control-w .mbsc-label{line-height:2.625em}.mbsc-material .mbsc-progress-primary .mbsc-progress-bar{background:#3f97f6}.mbsc-material .mbsc-progress-secondary .mbsc-progress-bar{background:#90979e}.mbsc-material .mbsc-progress-success .mbsc-progress-bar{background:#43be5f}.mbsc-material .mbsc-progress-danger .mbsc-progress-bar{background:#f5504e}.mbsc-material .mbsc-progress-warning .mbsc-progress-bar{background:#f8b042}.mbsc-material .mbsc-progress-info .mbsc-progress-bar{background:#5bb7c5}.mbsc-material .mbsc-progress-track{background:#b3b3b3}.mbsc-material .mbsc-progress-bar{background:#009688}.mbsc-material.mbsc-slider .mbsc-input-wrap{padding:0 .5em}.mbsc-material .mbsc-slider-handle{border-radius:1.125em;height:.75em;margin:-.5em -.5em 0 0;top:50%;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:.75em}.mbsc-material .mbsc-active .mbsc-slider-handle,.mbsc-material .mbsc-slider-handle:focus{-webkit-transform:scale(1.4);transform:scale(1.4)}.mbsc-material .mbsc-slider-handle:before{border-radius:2.875em;content:"";height:2em;left:-.625em;opacity:0;position:absolute;top:-.625em;transition:opacity .2s ease-in-out;width:2em;z-index:-1}.mbsc-material .mbsc-active .mbsc-slider-handle:before{opacity:1}.mbsc-material .mbsc-slider-tooltip{border-radius:2.33333333em;font-size:.75em;height:2.33333333em;line-height:2.33333333em;margin-right:-1.16665em;text-align:center;top:-2.5em;-webkit-transform:scale(.4) translate3d(0,6em,0);transform:scale(.4) translate3d(0,6em,0);transition:opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;width:2.33333333em}.mbsc-material .mbsc-slider-tooltip:before{border-left:.8333em solid transparent;border-right:.8333em solid transparent;bottom:-.66666em;content:"";height:0;left:.3333em;position:absolute;width:0}.mbsc-material.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-tooltip,.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-handle:focus~.mbsc-slider-tooltip{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.mbsc-material.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-handle,.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-handle:focus{-webkit-transform:scale(0);transform:scale(0)}.mbsc-material.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-progress-track{opacity:.4}.mbsc-material.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-slider-handle{-webkit-transform:scale(.7);transform:scale(.7)}.mbsc-material.mbsc-slider-primary .mbsc-slider-handle,.mbsc-material.mbsc-slider-primary .mbsc-slider-tooltip{background:#3f97f6;border-color:#3f97f6}.mbsc-material.mbsc-slider-primary .mbsc-slider-tooltip:before{border-top-color:#3f97f6}.mbsc-material.mbsc-slider-primary .mbsc-progress-bar{background:#3f97f6}.mbsc-material.mbsc-slider-secondary .mbsc-slider-handle,.mbsc-material.mbsc-slider-secondary .mbsc-slider-tooltip{background:#90979e;border-color:#90979e}.mbsc-material.mbsc-slider-secondary .mbsc-slider-tooltip:before{border-top-color:#90979e}.mbsc-material.mbsc-slider-secondary .mbsc-progress-bar{background:#90979e}.mbsc-material.mbsc-slider-success .mbsc-slider-handle,.mbsc-material.mbsc-slider-success .mbsc-slider-tooltip{background:#43be5f;border-color:#43be5f}.mbsc-material.mbsc-slider-success .mbsc-slider-tooltip:before{border-top-color:#43be5f}.mbsc-material.mbsc-slider-success .mbsc-progress-bar{background:#43be5f}.mbsc-material.mbsc-slider-danger .mbsc-slider-handle,.mbsc-material.mbsc-slider-danger .mbsc-slider-tooltip{background:#f5504e;border-color:#f5504e}.mbsc-material.mbsc-slider-danger .mbsc-slider-tooltip:before{border-top-color:#f5504e}.mbsc-material.mbsc-slider-danger .mbsc-progress-bar{background:#f5504e}.mbsc-material.mbsc-slider-warning .mbsc-slider-handle,.mbsc-material.mbsc-slider-warning .mbsc-slider-tooltip{background:#f8b042;border-color:#f8b042}.mbsc-material.mbsc-slider-warning .mbsc-slider-tooltip:before{border-top-color:#f8b042}.mbsc-material.mbsc-slider-warning .mbsc-progress-bar{background:#f8b042}.mbsc-material.mbsc-slider-info .mbsc-slider-handle,.mbsc-material.mbsc-slider-info .mbsc-slider-tooltip{background:#5bb7c5;border-color:#5bb7c5}.mbsc-material.mbsc-slider-info .mbsc-slider-tooltip:before{border-top-color:#5bb7c5}.mbsc-material.mbsc-slider-info .mbsc-progress-bar{background:#5bb7c5}.mbsc-material .mbsc-slider-step{background:#000}.mbsc-material .mbsc-slider-handle{background:#009688;border:2px solid #009688}.mbsc-material .mbsc-slider-handle:before{background:rgba(0,0,0,.1)}.mbsc-material .mbsc-slider-start .mbsc-slider-handle{background:#eee;border-color:#b3b3b3}.mbsc-material .mbsc-slider-tooltip{background-color:#009688;color:#eee}.mbsc-material .mbsc-slider-tooltip:before{border-top:1em solid #009688}.mbsc-material.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-progress-bar,.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip{background:#b3b3b3}.mbsc-material.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip:before{border-top-color:#b3b3b3}.mbsc-material.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-slider-handle{background:#b3b3b3;border-color:#b3b3b3;box-shadow:0 0 0 .3125em #eee}.mbsc-material.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-slider-start .mbsc-slider-handle{background:#eee;border-color:#b3b3b3}.mbsc-material.mbsc-rating .mbsc-slider-handle:before{display:none}.mbsc-material.mbsc-rating .mbsc-label{padding-bottom:.5em}.mbsc-material.mbsc-rating input:disabled~.mbsc-progress-cont .mbsc-progress-track{opacity:.4}.mbsc-material.mbsc-rating.mbsc-rating-primary .mbsc-progress-track{color:#3f97f6}.mbsc-material.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track{color:#90979e}.mbsc-material.mbsc-rating.mbsc-rating-success .mbsc-progress-track{color:#43be5f}.mbsc-material.mbsc-rating.mbsc-rating-danger .mbsc-progress-track{color:#f5504e}.mbsc-material.mbsc-rating.mbsc-rating-warning .mbsc-progress-track{color:#f8b042}.mbsc-material.mbsc-rating.mbsc-rating-info .mbsc-progress-track{color:#5bb7c5}.mbsc-material.mbsc-rating .mbsc-progress-track{color:#009688}.mbsc-material .mbsc-ripple{border-radius:1000em;left:0;opacity:0;pointer-events:none;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);transition:opacity .1s linear,-webkit-transform .4s cubic-bezier(0,0,.2,1);transition:transform .4s cubic-bezier(0,0,.2,1),opacity .1s linear;transition:transform .4s cubic-bezier(0,0,.2,1),opacity .1s linear,-webkit-transform .4s cubic-bezier(0,0,.2,1)}.mbsc-material .mbsc-ripple-scaled{-webkit-transform:scale(1);transform:scale(1)}.mbsc-material .mbsc-ripple-visible{opacity:.15}.mbsc-material .mbsc-fr-w{border-radius:.1875em;font-size:16px;min-width:15em}.mbsc-material .mbsc-fr-hdr{font-size:.75em;font-weight:700;line-height:2em;min-height:2em;padding:.6666em .6666em 0;text-transform:uppercase}.mbsc-material .mbsc-fr-btn-cont{display:block;overflow:hidden;padding:0 .5em .5em}.mbsc-material .mbsc-ltr .mbsc-fr-btn-cont{text-align:right}.mbsc-material .mbsc-rtl .mbsc-fr-btn-cont{text-align:left}.mbsc-material .mbsc-fr-btn-w{display:inline-block}.mbsc-material .mbsc-fr-btn{border-radius:2px;font-weight:700;height:2.4em;line-height:2.4em;padding:0 1em;position:relative;text-transform:uppercase}.mbsc-material .mbsc-fr-btn-cont .mbsc-fr-btn{font-size:.9375em}.mbsc-material .mbsc-fr-btn-e{transition:background-color .2s ease-out}.mbsc-material.mbsc-fr-inline .mbsc-fr-w{box-shadow:none}.mbsc-material.mbsc-fr-bottom .mbsc-fr-w,.mbsc-material.mbsc-fr-inline .mbsc-fr-w,.mbsc-material.mbsc-fr-top .mbsc-fr-w{border-radius:0}.mbsc-material .mbsc-fr-overlay{background:rgba(0,0,0,.6)}.mbsc-material .mbsc-fr-w{background:#eee;box-shadow:0 .25em 1.5em rgba(0,0,0,.3);color:#5b5b5b}.mbsc-material .mbsc-fr-btn,.mbsc-material .mbsc-fr-hdr{color:#009688}.mbsc-material .mbsc-fr-btn.mbsc-active,.mbsc-material.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover{background:rgba(0,0,0,.1)}.mbsc-material .mbsc-fr-arr{background:#eee;box-shadow:0 0 1.5em rgba(0,0,0,.2)}.mbsc-material.mbsc-toast .mbsc-toast-msg{border-radius:1.571429em;opacity:.9}.mbsc-material.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-material.mbsc-toast.mbsc-primary .mbsc-toast-msg{background:#3f97f6}.mbsc-material.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-material.mbsc-toast.mbsc-secondary .mbsc-toast-msg{background:#90979e}.mbsc-material.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-material.mbsc-toast.mbsc-success .mbsc-toast-msg{background:#43be5f}.mbsc-material.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-material.mbsc-toast.mbsc-danger .mbsc-toast-msg{background:#f5504e}.mbsc-material.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-material.mbsc-toast.mbsc-warning .mbsc-toast-msg{background:#f8b042}.mbsc-material.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-material.mbsc-toast.mbsc-info .mbsc-toast-msg{background:#5bb7c5}.mbsc-material.mbsc-snackbar .mbsc-fr-w{background:#323232;color:#fff}.mbsc-material.mbsc-snackbar .mbsc-snackbar-btn{color:#00ad9d}.mbsc-material.mbsc-toast .mbsc-toast-msg{background:#505050;color:#fff}.mbsc-material.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-material.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,.mbsc-material.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-material.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn,.mbsc-material.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-material.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,.mbsc-material.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-material.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,.mbsc-material.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-material.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,.mbsc-material.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-material.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn,.mbsc-material.mbsc-toast.mbsc-danger .mbsc-toast-msg,.mbsc-material.mbsc-toast.mbsc-info .mbsc-toast-msg,.mbsc-material.mbsc-toast.mbsc-primary .mbsc-toast-msg,.mbsc-material.mbsc-toast.mbsc-secondary .mbsc-toast-msg,.mbsc-material.mbsc-toast.mbsc-success .mbsc-toast-msg,.mbsc-material.mbsc-toast.mbsc-warning .mbsc-toast-msg{color:#eee}.mbsc-material .mbsc-desc{opacity:.7}.mbsc-material .mbsc-divider,.mbsc-material .mbsc-form-group-title{padding:.5em 1em}.mbsc-material .mbsc-err-msg{font-size:.75em;padding-top:.333334em;position:absolute}.mbsc-material.mbsc-ltr .mbsc-err-msg{left:0}.mbsc-material.mbsc-rtl .mbsc-err-msg{right:0}.mbsc-material .mbsc-form-grid{margin-bottom:.75em;margin-top:.75em}.mbsc-material .mbsc-form-grid .mbsc-input-box,.mbsc-material .mbsc-form-grid .mbsc-input-outline{margin:.75em 1em}.mbsc-material.mbsc-checkbox .mbsc-err-msg,.mbsc-material.mbsc-radio .mbsc-err-msg,.mbsc-material.mbsc-switch .mbsc-err-msg{padding-top:0}.mbsc-material.mbsc-ltr.mbsc-checkbox .mbsc-err-msg,.mbsc-material.mbsc-ltr.mbsc-radio .mbsc-err-msg,.mbsc-material.mbsc-ltr.mbsc-switch .mbsc-err-msg{left:1.3333em}.mbsc-material.mbsc-rtl.mbsc-checkbox .mbsc-err-msg,.mbsc-material.mbsc-rtl.mbsc-radio .mbsc-err-msg,.mbsc-material.mbsc-rtl.mbsc-switch .mbsc-err-msg{right:1.3333em}.mbsc-material.mbsc-ltr.mbsc-checkbox,.mbsc-material.mbsc-ltr.mbsc-radio{line-height:1.25em;padding:.9375em 3.5em .9375em 1em}.mbsc-material.mbsc-rtl.mbsc-checkbox,.mbsc-material.mbsc-rtl.mbsc-radio{padding:.9375em 1em .9375em 3.5em}.mbsc-material .mbsc-checkbox-box,.mbsc-material .mbsc-radio-box{background:transparent;height:1.125em;margin-top:-.5625em;right:1.25em;transition:background-color .1s ease-out;width:1.125em}.mbsc-material.mbsc-rtl .mbsc-checkbox-box,.mbsc-material.mbsc-rtl .mbsc-radio-box{left:1.25em;right:auto}.mbsc-material .mbsc-checkbox-box:after,.mbsc-material .mbsc-radio-box:after{opacity:1;-webkit-transform:scale(0) rotate(-45deg);transform:scale(0) rotate(-45deg);transition:-webkit-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out}.mbsc-material.mbsc-checkbox input:checked+.mbsc-checkbox-box:after,.mbsc-material.mbsc-radio input:checked+.mbsc-radio-box:after{-webkit-transform:scale(1) rotate(-45deg);transform:scale(1) rotate(-45deg)}.mbsc-material .mbsc-checkbox-box:before,.mbsc-material .mbsc-radio-box:before{border-radius:2.875em;content:"";height:2.875em;left:-1em;opacity:0;position:absolute;top:-1em;transition:opacity .2s ease-in-out;width:2.875em;z-index:-1}.mbsc-material.mbsc-checkbox input:disabled+.mbsc-checkbox-box,.mbsc-material.mbsc-checkbox input:disabled~.mbsc-desc,.mbsc-material.mbsc-checkbox input:disabled~.mbsc-label,.mbsc-material.mbsc-radio input:disabled+.mbsc-radio-box,.mbsc-material.mbsc-radio input:disabled~.mbsc-desc,.mbsc-material.mbsc-radio input:disabled~.mbsc-label,.mbsc-material.mbsc-switch input:disabled~.mbsc-desc,.mbsc-material.mbsc-switch input:disabled~.mbsc-label{opacity:.3}.mbsc-material.mbsc-checkbox input.mbsc-active+.mbsc-checkbox-box:before,.mbsc-material.mbsc-radio input.mbsc-active+.mbsc-radio-box:before,.mbsc-material.mbsc-switch input.mbsc-active+.mbsc-switch-track .mbsc-switch-handle:before{opacity:1}.mbsc-material .mbsc-checkbox-box{border-radius:.1875em}.mbsc-material .mbsc-checkbox-box:after{height:.4375em;left:.0625em;top:.125em;width:.8125em}.mbsc-material.mbsc-checkbox-primary.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#3f97f6;border-color:#3f97f6}.mbsc-material.mbsc-checkbox-secondary.mbsc-checkbox input:checked .mbsc-checkbox-box{background:#90979e;border-color:#90979e}.mbsc-material.mbsc-checkbox-success.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#43be5f;border-color:#43be5f}.mbsc-material.mbsc-checkbox-danger.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#f5504e;border-color:#f5504e}.mbsc-material.mbsc-checkbox-warning.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#f8b042;border-color:#f8b042}.mbsc-material.mbsc-checkbox-info.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#5bb7c5;border-color:#5bb7c5}.mbsc-material .mbsc-radio-box:after{border-radius:.625em;height:.625em;margin-left:-.3125em;margin-top:-.3125em;width:.625em}.mbsc-material.mbsc-radio-primary.mbsc-radio input:checked+.mbsc-radio-box{border-color:#3f97f6}.mbsc-material.mbsc-radio-primary.mbsc-radio input:checked+.mbsc-radio-box:after{background:#3f97f6}.mbsc-material.mbsc-radio-secondary.mbsc-radio input:checked+.mbsc-radio-box{border-color:#90979e}.mbsc-material.mbsc-radio-secondary.mbsc-radio input:checked+.mbsc-radio-box:after{background:#90979e}.mbsc-material.mbsc-radio-success.mbsc-radio input:checked+.mbsc-radio-box{border-color:#43be5f}.mbsc-material.mbsc-radio-success.mbsc-radio input:checked+.mbsc-radio-box:after{background:#43be5f}.mbsc-material.mbsc-radio-danger.mbsc-radio input:checked+.mbsc-radio-box{border-color:#f5504e}.mbsc-material.mbsc-radio-danger.mbsc-radio input:checked+.mbsc-radio-box:after{background:#f5504e}.mbsc-material.mbsc-radio-warning.mbsc-radio input:checked+.mbsc-radio-box{border-color:#f8b042}.mbsc-material.mbsc-radio-warning.mbsc-radio input:checked+.mbsc-radio-box:after{background:#f8b042}.mbsc-material.mbsc-radio-info.mbsc-radio input:checked+.mbsc-radio-box{border-color:#5bb7c5}.mbsc-material.mbsc-radio-info.mbsc-radio input:checked+.mbsc-radio-box:after{background:#5bb7c5}.mbsc-material.mbsc-btn{border-radius:.2143em;font-size:.875em;font-weight:700;margin:.5em;padding:.7143em;text-transform:uppercase;transition:box-shadow .2s ease-out,background-color .2s ease-out}.mbsc-material .mbsc-btn-ic{padding:0 .5em 0 0}.mbsc-material .mbsc-btn-icon-only .mbsc-btn-ic{padding:0 .5em}.mbsc-material .mbsc-btn-group,.mbsc-material .mbsc-btn-group-justified{margin:.5em}.mbsc-material .mbsc-btn-group-block{margin:.5em 1em}.mbsc-material.mbsc-btn:disabled{box-shadow:none}.mbsc-material.mbsc-btn-primary.mbsc-btn{background:#3f97f6;color:#fff}.mbsc-material.mbsc-btn-primary.mbsc-btn.mbsc-active{background:#0e7df4}.mbsc-material.mbsc-btn-primary.mbsc-btn.mbsc-btn-flat{color:#3f97f6}.mbsc-material.mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(63,151,246,.3)}.mbsc-material.mbsc-btn-secondary.mbsc-btn{background:#90979e;color:#fff}.mbsc-material.mbsc-btn-secondary.mbsc-btn.mbsc-active{background:#757e86}.mbsc-material.mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat{color:#90979e}.mbsc-material.mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat.mbsc-active{background:hsla(210,7%,59%,.3)}.mbsc-material.mbsc-btn-success.mbsc-btn{background:#43be5f;color:#fff}.mbsc-material.mbsc-btn-success.mbsc-btn.mbsc-active{background:#35994c}.mbsc-material.mbsc-btn-success.mbsc-btn.mbsc-btn-flat{color:#43be5f}.mbsc-material.mbsc-btn-success.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(67,190,95,.3)}.mbsc-material.mbsc-btn-danger.mbsc-btn{background:#f5504e;color:#fff}.mbsc-material.mbsc-btn-danger.mbsc-btn.mbsc-active{background:#f2201e}.mbsc-material.mbsc-btn-danger.mbsc-btn.mbsc-btn-flat{color:#f5504e}.mbsc-material.mbsc-btn-danger.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(245,80,78,.3)}.mbsc-material.mbsc-btn-warning.mbsc-btn{background:#f8b042;color:#fff}.mbsc-material.mbsc-btn-warning.mbsc-btn.mbsc-active{background:#f69b11}.mbsc-material.mbsc-btn-warning.mbsc-btn.mbsc-btn-flat{color:#f8b042}.mbsc-material.mbsc-btn-warning.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(248,176,66,.3)}.mbsc-material.mbsc-btn-info.mbsc-btn{background:#5bb7c5;color:#fff}.mbsc-material.mbsc-btn-info.mbsc-btn.mbsc-active{background:#3ea0af}.mbsc-material.mbsc-btn-info.mbsc-btn.mbsc-btn-flat{color:#5bb7c5}.mbsc-material.mbsc-btn-info.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(91,183,197,.3)}.mbsc-material.mbsc-btn-light.mbsc-btn{background:#fff}.mbsc-material.mbsc-btn-light.mbsc-btn.mbsc-active{background:#e6e5e5}.mbsc-material.mbsc-btn-light.mbsc-btn.mbsc-btn-flat{color:#bfbfbf}.mbsc-material.mbsc-btn-light.mbsc-btn.mbsc-btn-flat.mbsc-active{background:hsla(0,0%,100%,.25)}.mbsc-material.mbsc-btn-dark.mbsc-btn{background:#47494a}.mbsc-material.mbsc-btn-dark.mbsc-btn.mbsc-active{background:#2e2f30}.mbsc-material.mbsc-btn-dark.mbsc-btn.mbsc-btn-flat{color:#47494a}.mbsc-material.mbsc-btn-dark.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(71,73,74,.3)}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-primary{border-color:#3f97f6;color:#3f97f6}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-primary.mbsc-active{background:#3f97f6;color:#fff}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary{border-color:#90979e;color:#90979e}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary.mbsc-active{background:#90979e;color:#fff}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-success{border-color:#43be5f;color:#43be5f}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-success.mbsc-active{background:#43be5f;color:#fff}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-danger{border-color:#f5504e;color:#f5504e}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-danger.mbsc-active{background:#f5504e;color:#fff}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-warning{border-color:#f8b042;color:#f8b042}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-warning.mbsc-active{background:#f8b042;color:#fff}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-info{border-color:#5bb7c5;color:#5bb7c5}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-info.mbsc-active{background:#5bb7c5;color:#fff}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-light{border-color:#bfbfbf;color:#bfbfbf}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-light.mbsc-active{background:#bfbfbf;color:#bfbfbf}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-dark{border-color:#47494a;color:#47494a}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-btn-dark.mbsc-active{background:#47494a;color:#fff}.mbsc-material.mbsc-no-touch.mbsc-btn-outline.mbsc-btn:not(:disabled):hover{box-shadow:none}.mbsc-material.mbsc-no-touch.mbsc-btn-primary.mbsc-btn:not(:disabled):hover{background:#0e7df4}.mbsc-material.mbsc-no-touch.mbsc-btn-primary.mbsc-btn:not(:disabled):hover.mbsc-btn-flat{background:#b9d9fc}.mbsc-material.mbsc-no-touch.mbsc-btn-secondary.mbsc-btn:not(:disabled):hover{background:#757e86}.mbsc-material.mbsc-no-touch.mbsc-btn-secondary.mbsc-btn:not(:disabled):hover.mbsc-btn-flat{background:#d4d7d9}.mbsc-material.mbsc-no-touch.mbsc-btn-success.mbsc-btn:not(:disabled):hover{background:#35994c}.mbsc-material.mbsc-no-touch.mbsc-btn-success.mbsc-btn:not(:disabled):hover.mbsc-btn-flat{background:#a2dfb0}.mbsc-material.mbsc-no-touch.mbsc-btn-danger.mbsc-btn:not(:disabled):hover{background:#f2201e}.mbsc-material.mbsc-no-touch.mbsc-btn-danger.mbsc-btn:not(:disabled):hover.mbsc-btn-flat{background:#fcc7c7}.mbsc-material.mbsc-no-touch.mbsc-btn-warning.mbsc-btn:not(:disabled):hover{background:#f69b11}.mbsc-material.mbsc-no-touch.mbsc-btn-warning.mbsc-btn:not(:disabled):hover.mbsc-btn-flat{background:#fde3bd}.mbsc-material.mbsc-no-touch.mbsc-btn-info.mbsc-btn:not(:disabled):hover{background:#3ea0af}.mbsc-material.mbsc-no-touch.mbsc-btn-info.mbsc-btn:not(:disabled):hover.mbsc-btn-flat{background:#b9e0e6}.mbsc-material.mbsc-no-touch.mbsc-btn-light.mbsc-btn:not(:disabled):hover{background:#e6e5e5}.mbsc-material.mbsc-no-touch.mbsc-btn-light.mbsc-btn:not(:disabled):hover.mbsc-btn-flat{background:#fff}.mbsc-material.mbsc-no-touch.mbsc-btn-dark.mbsc-btn.mbsc-btn:not(:disabled):hover{background:#2e2f30}.mbsc-material.mbsc-no-touch.mbsc-btn-dark.mbsc-btn.mbsc-btn:not(:disabled):hover.mbsc-btn-flat{background:#86898b}.mbsc-material.mbsc-no-touch.mbsc-btn-outline.mbsc-btn:not(:disabled):not(.mbsc-active):hover{background:transparent}.mbsc-material.mbsc-active.mbsc-control{opacity:1}.mbsc-material.mbsc-ltr.mbsc-switch{line-height:1.25em;padding:.9375em 4em .9375em 1em}.mbsc-material.mbsc-rtl.mbsc-switch{padding:.9375em 1em .9375em 4em}.mbsc-material .mbsc-switch-track{border-radius:1.25em;height:.875em;margin-top:-.4375em;padding:0 .25em;right:1.25em;width:1.75em}.mbsc-material.mbsc-rtl .mbsc-switch-track{left:1.25em;right:auto}.mbsc-material.mbsc-switch .mbsc-switch-handle{border:0;border-radius:1.25em;height:1.25em;left:.375em;margin:0;top:.375em;width:1.25em;z-index:auto}.mbsc-material.mbsc-rtl.mbsc-switch .mbsc-switch-handle{left:auto;right:.375em}.mbsc-material .mbsc-switch-handle:before{height:2.5em;left:-.625em;top:-.625em;width:2.5em}.mbsc-material .mbsc-active .mbsc-switch-handle,.mbsc-material .mbsc-switch-handle{-webkit-transform:none;transform:none}.mbsc-material.mbsc-switch.mbsc-switch-primary input:checked+.mbsc-switch-track{background:#a0ccfb}.mbsc-material.mbsc-switch.mbsc-switch-primary input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#3f97f6}.mbsc-material.mbsc-switch.mbsc-switch-secondary input:checked+.mbsc-switch-track{background:#c6cace}.mbsc-material.mbsc-switch.mbsc-switch-secondary input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#90979e}.mbsc-material.mbsc-switch.mbsc-switch-success input:checked+.mbsc-switch-track{background:#8fd8a0}.mbsc-material.mbsc-switch.mbsc-switch-success input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#43be5f}.mbsc-material.mbsc-switch.mbsc-switch-danger input:checked+.mbsc-switch-track{background:#faafaf}.mbsc-material.mbsc-switch.mbsc-switch-danger input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#f5504e}.mbsc-material.mbsc-switch.mbsc-switch-warning input:checked+.mbsc-switch-track{background:#fcd9a4}.mbsc-material.mbsc-switch.mbsc-switch-warning input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#f8b042}.mbsc-material.mbsc-switch.mbsc-switch-info input:checked+.mbsc-switch-track{background:#a6d8e0}.mbsc-material.mbsc-switch.mbsc-switch-info input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#5bb7c5}.mbsc-material.mbsc-segmented{padding:.75em}.mbsc-material .mbsc-segmented-content{-webkit-backface-visibility:hidden;height:2.2857145em;line-height:2.2857145em;margin:0 -.07142857em;padding:0 .428571em}.mbsc-material.mbsc-ltr .mbsc-segmented-item:first-child .mbsc-segmented-content,.mbsc-material.mbsc-ltr .mbsc-stepper-minus .mbsc-segmented-content,.mbsc-material.mbsc-rtl .mbsc-segmented-item:last-child .mbsc-segmented-content,.mbsc-material.mbsc-rtl .mbsc-stepper-plus .mbsc-segmented-content{border-bottom-left-radius:.214286em;border-top-left-radius:.214286em}.mbsc-material.mbsc-ltr .mbsc-segmented-item:last-child .mbsc-segmented-content,.mbsc-material.mbsc-ltr .mbsc-stepper-plus .mbsc-segmented-content,.mbsc-material.mbsc-rtl .mbsc-segmented-item:first-child .mbsc-segmented-content,.mbsc-material.mbsc-rtl .mbsc-stepper-minus .mbsc-segmented-content{border-bottom-right-radius:.214286em;border-top-right-radius:.214286em}.mbsc-material.mbsc-stepper-cont{padding:1.75em 12.875em 1.75em 1em}.mbsc-material.mbsc-rtl.mbsc-stepper-cont{padding:1.75em 1em 1.75em 12.875em}.mbsc-material .mbsc-stepper{margin-top:-1.125em}.mbsc-material .mbsc-stepper .mbsc-segmented-content{border-left:0;border-right:0}.mbsc-material .mbsc-stepper-control .mbsc-segmented-content{border:0;height:2.5714285em;line-height:2.5714285em}.mbsc-material .mbsc-segmented-primary.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#3f97f6}.mbsc-material .mbsc-segmented-secondary .mbsc-segmented-content{border-color:#90979e;color:#90979e}.mbsc-material .mbsc-segmented-secondary.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#90979e}.mbsc-material .mbsc-segmented-success .mbsc-segmented-content{border-color:#43be5f;color:#43be5f}.mbsc-material .mbsc-segmented-success.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#43be5f}.mbsc-material .mbsc-segmented-danger .mbsc-segmented-content{border-color:#f5504e;color:#f5504e}.mbsc-material .mbsc-segmented-danger.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#f5504e}.mbsc-material .mbsc-segmented-warning .mbsc-segmented-content{border-color:#f8b042;color:#f8b042}.mbsc-material .mbsc-segmented-warning.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#f8b042}.mbsc-material .mbsc-segmented-info .mbsc-segmented-content{border-color:#5bb7c5;color:#5bb7c5}.mbsc-material .mbsc-segmented-info.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#5bb7c5}.mbsc-material.mbsc-segmented .mbsc-segmented-primary .mbsc-segmented-content{border-color:#3f97f6;color:#3f97f6}.mbsc-material.mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#3f97f6}.mbsc-material.mbsc-segmented .mbsc-segmented-secondary .mbsc-segmented-content{border-color:#90979e;color:#90979e}.mbsc-material.mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#90979e}.mbsc-material.mbsc-segmented .mbsc-segmented-success .mbsc-segmented-content{border-color:#43be5f;color:#43be5f}.mbsc-material.mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#43be5f}.mbsc-material.mbsc-segmented .mbsc-segmented-danger .mbsc-segmented-content{border-color:#f5504e;color:#f5504e}.mbsc-material.mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#f5504e}.mbsc-material.mbsc-segmented .mbsc-segmented-warning .mbsc-segmented-content{border-color:#f8b042;color:#f8b042}.mbsc-material.mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#f8b042}.mbsc-material.mbsc-segmented .mbsc-segmented-info .mbsc-segmented-content{border-color:#5bb7c5;color:#5bb7c5}.mbsc-material.mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#5bb7c5}.mbsc-material.mbsc-stepper-primary.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{background:#3f97f6;border-color:#3f97f6}.mbsc-material.mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{background:#90979e;border-color:#90979e}.mbsc-material.mbsc-stepper-success.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{background:#43be5f;border-color:#43be5f}.mbsc-material.mbsc-stepper-danger.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{background:#f5504e;border-color:#f5504e}.mbsc-material.mbsc-stepper-warning.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{background:#f8b042;border-color:#f8b042}.mbsc-material.mbsc-stepper-info.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{background:#5bb7c5;border-color:#5bb7c5;color:#fff}.mbsc-material.mbsc-no-touch.mbsc-stepper-primary.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(63,151,246,.7)}.mbsc-material.mbsc-no-touch.mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content{background:hsla(210,7%,59%,.7)}.mbsc-material.mbsc-no-touch.mbsc-stepper-success.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(67,190,95,.7)}.mbsc-material.mbsc-no-touch.mbsc-stepper-danger.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(245,80,78,.7)}.mbsc-material.mbsc-no-touch.mbsc-stepper-warning.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(248,176,66,.7)}.mbsc-material.mbsc-no-touch.mbsc-stepper-info.mbsc-stepper-cont .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(91,183,197,.7)}.mbsc-material.mbsc-form{background-color:#eee;color:#6d6d6d}.mbsc-material.mbsc-control-w{color:#6d6d6d}.mbsc-material.mbsc-control-w ::-moz-selection,.mbsc-material.mbsc-control-w ::selection,.mbsc-material.mbsc-form ::-moz-selection,.mbsc-material.mbsc-form ::selection{background:#009688;color:#fff}.mbsc-material .mbsc-divider,.mbsc-material .mbsc-form-group-title{color:#009688}.mbsc-material .mbsc-err .mbsc-label,.mbsc-material .mbsc-err-msg{color:#de3226}.mbsc-material .mbsc-checkbox-box,.mbsc-material .mbsc-radio-box{border:.125em solid #6d6d6d}.mbsc-material .mbsc-checkbox-box:before,.mbsc-material .mbsc-radio-box:before{background:rgba(0,0,0,.1)}.mbsc-material .mbsc-checkbox-box:after{border:.125em solid #fff;border-right:0;border-top:0}.mbsc-material.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#009688;border-color:#009688}.mbsc-material .mbsc-radio-box:after{background:#009688}.mbsc-material.mbsc-radio input:checked+.mbsc-radio-box{border-color:#009688}.mbsc-material.mbsc-btn{background:#d7d7d7;box-shadow:0 2px 5px 0 rgba(0,0,0,.25);color:#000}.mbsc-material .mbsc-btn.mbsc-active,.mbsc-material.mbsc-no-touch.mbsc-btn:not(:disabled):hover{background:#cdcdcd;box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}.mbsc-material .mbsc-btn-flat.mbsc-active,.mbsc-material.mbsc-no-touch.mbsc-btn-flat:not(:disabled):hover{background-color:#b3b3b3}.mbsc-material.mbsc-btn:disabled{color:#a5a5a5}.mbsc-material.mbsc-btn.mbsc-btn-outline:disabled{border-color:#a5a5a5;color:#a5a5a5}.mbsc-material.mbsc-btn-light.mbsc-btn{color:#000}.mbsc-material.mbsc-btn-dark.mbsc-btn{color:#eee}.mbsc-material.mbsc-btn-flat.mbsc-btn{background:transparent;box-shadow:none}.mbsc-material .mbsc-btn-flat.mbsc-active,.mbsc-material.mbsc-no-touch.mbsc-btn-flat:not(:disabled):hover{box-shadow:none}.mbsc-material.mbsc-btn-outline.mbsc-btn{background:transparent;border:1px solid #6d6d6d;box-shadow:none;color:#6d6d6d}.mbsc-material.mbsc-btn-outline.mbsc-btn.mbsc-active.mbsc-control{background:#6d6d6d;color:#eee;opacity:1}.mbsc-material .mbsc-switch-track{background:#b3b3b3}.mbsc-material.mbsc-switch .mbsc-switch-handle{background:#fbfbfb;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.mbsc-material.mbsc-switch input:checked+.mbsc-switch-track{background-color:rgba(0,150,136,.3)}.mbsc-material.mbsc-switch input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#009688}.mbsc-material.mbsc-switch input:disabled+.mbsc-switch-track{background:#d7d7d7}.mbsc-material.mbsc-switch input:disabled+.mbsc-switch-track .mbsc-switch-handle{background:#bbb}.mbsc-material .mbsc-segmented-content{border:.142858em solid #009688;color:#000}.mbsc-material.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content,.mbsc-material.mbsc-segmented .mbsc-segmented-item input:checked~.mbsc-segmented-content{background:#009688;color:#eee}.mbsc-material.mbsc-segmented .mbsc-segmented-item .mbsc-active .mbsc-segmented-content,.mbsc-material.mbsc-segmented .mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:#cdcdcd;color:#000}.mbsc-material.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content{background:transparent;border-color:#b3b3b3;color:#a5a5a5}.mbsc-material.mbsc-segmented .mbsc-segmented-item input:disabled:checked+.mbsc-segmented-content{background:#d7d7d7;border-color:#d7d7d7;color:#a5a5a5}.mbsc-material .mbsc-stepper .mbsc-segmented-content{border-color:#d7d7d7}.mbsc-material .mbsc-stepper-control .mbsc-segmented-content{background:#d7d7d7}.mbsc-material.mbsc-segmented .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content,.mbsc-material.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-material.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{background:#d7d7d7;color:#a5a5a5}.mbsc-material.mbsc-segmented .mbsc-segmented-item input:disabled~.mbsc-segmented-item .mbsc-stepper-val{background:#eee}.mbsc-material .mbsc-stepper input{color:#5b5b5b}.mbsc-material .mbsc-stepper input:disabled{-webkit-text-fill-color:#a5a5a5;color:#a5a5a5}.mbsc-material.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content{background:#cdcdcd;color:#000}.mbsc-material.mbsc-stepper-primary.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#eee}.mbsc-material.mbsc-stepper-primary.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material.mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#eee}.mbsc-material.mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material.mbsc-stepper-success.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#eee}.mbsc-material.mbsc-stepper-success.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material.mbsc-stepper-danger.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#eee}.mbsc-material.mbsc-stepper-danger.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material.mbsc-stepper-warning.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#eee}.mbsc-material.mbsc-stepper-warning.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material.mbsc-stepper-info.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#eee}.mbsc-material.mbsc-stepper-info.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-mobiscroll .mbsc-collapsible .mbsc-form-group-title{padding:1em}.mbsc-mobiscroll .mbsc-collapsible .mbsc-collapsible-header{padding-right:3em}.mbsc-mobiscroll .mbsc-note{border-radius:.1875em}.mbsc-mobiscroll .mbsc-note,.mbsc-mobiscroll .mbsc-note-primary{background-color:#a0ccfb;color:#074b95}.mbsc-mobiscroll .mbsc-note-secondary{background-color:#c6cace;color:#454b50}.mbsc-mobiscroll .mbsc-note-success{background-color:#8fd8a0;color:#1b4d26}.mbsc-mobiscroll .mbsc-note-danger{background-color:#faafaf;color:#a10b09}.mbsc-mobiscroll .mbsc-note-warning{background-color:#fcd9a4;color:#b46f07}.mbsc-mobiscroll .mbsc-note-info{background-color:#a6d8e0;color:#235b64}.mbsc-mobiscroll .mbsc-note-light{background-color:#d9d9d9;color:#4d4c4c}.mbsc-mobiscroll .mbsc-note-dark{background-color:#adafb0;color:#000}.mbsc-mobiscroll .mbsc-empty{color:#787878}.mbsc-mobiscroll.mbsc-page{background:#f7f7f7;color:#454545}.mbsc-mobiscroll a{color:#4eccc4}.mbsc-mobiscroll.mbsc-color-input,.mbsc-mobiscroll.mbsc-input input,.mbsc-mobiscroll.mbsc-input textarea{background:transparent;font-size:1em;height:2.125em;padding:0 0 1px}.mbsc-mobiscroll.mbsc-input .mbsc-control:disabled~.mbsc-select-ic,.mbsc-mobiscroll.mbsc-input .mbsc-control:disabled~input,.mbsc-mobiscroll.mbsc-input input:disabled,.mbsc-mobiscroll.mbsc-input input:disabled~.mbsc-color-input,.mbsc-mobiscroll.mbsc-input textarea:disabled{opacity:.4}.mbsc-mobiscroll.mbsc-input{margin:1.5em 1em}.mbsc-mobiscroll.mbsc-input .mbsc-label~.mbsc-input-wrap{padding-top:.875em}.mbsc-mobiscroll.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.9375em}.mbsc-mobiscroll .mbsc-input-ic{margin:-2px 0 0;top:.0625em}.mbsc-mobiscroll.mbsc-input textarea{padding-top:.25em}.mbsc-mobiscroll .mbsc-select-ic{display:block;height:1.25em;position:absolute;text-align:center;top:.5625em;width:1.25em}.mbsc-mobiscroll.mbsc-ltr .mbsc-select-ic{left:auto;right:.6875em}.mbsc-mobiscroll.mbsc-rtl .mbsc-select-ic{left:.6875em;right:auto}.mbsc-mobiscroll .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:1.4375em}.mbsc-mobiscroll.mbsc-ltr.mbsc-select input{padding-right:1.25em}.mbsc-mobiscroll.mbsc-ltr.mbsc-select.mbsc-ic-right input{padding-right:3em}.mbsc-mobiscroll.mbsc-ltr.mbsc-select .mbsc-input-wrap .mbsc-select-ic{left:auto;right:0}.mbsc-mobiscroll.mbsc-ltr.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic{right:1.75em}.mbsc-mobiscroll.mbsc-rtl.mbsc-select input{padding-left:1.25em}.mbsc-mobiscroll.mbsc-rtl.mbsc-select.mbsc-ic-right input{padding-left:3em}.mbsc-mobiscroll.mbsc-rtl.mbsc-select .mbsc-input-wrap .mbsc-select-ic{left:0;right:auto}.mbsc-mobiscroll.mbsc-rtl.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic{left:1.75em}.mbsc-mobiscroll .mbsc-select-inline .mbsc-select-ic{display:none}.mbsc-mobiscroll.mbsc-ltr.mbsc-input.mbsc-ic-left input,.mbsc-mobiscroll.mbsc-ltr.mbsc-input.mbsc-ic-left textarea{padding-left:1.625em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input.mbsc-ic-left .mbsc-left-ic{left:-.375em;right:auto}.mbsc-mobiscroll.mbsc-ltr.mbsc-input.mbsc-ic-left .mbsc-err-msg,.mbsc-mobiscroll.mbsc-ltr.mbsc-input.mbsc-ic-left .mbsc-label{left:2.166667em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input.mbsc-ic-right input,.mbsc-mobiscroll.mbsc-ltr.mbsc-input.mbsc-ic-right textarea{padding-right:1.625em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input.mbsc-ic-right .mbsc-right-ic{left:auto;right:-.375em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input.mbsc-ic-left input,.mbsc-mobiscroll.mbsc-rtl.mbsc-input.mbsc-ic-left textarea{padding-right:1.625em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input.mbsc-ic-left .mbsc-left-ic{left:auto;right:-.375em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input.mbsc-ic-left .mbsc-err-msg,.mbsc-mobiscroll.mbsc-rtl.mbsc-input.mbsc-ic-left .mbsc-label{right:2.166667em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input.mbsc-ic-right input,.mbsc-mobiscroll.mbsc-rtl.mbsc-input.mbsc-ic-right textarea{padding-left:1.625em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input.mbsc-ic-right .mbsc-right-ic{left:-.375em;right:auto}.mbsc-mobiscroll.mbsc-input .mbsc-label{font-size:.75em;position:absolute;top:0}.mbsc-mobiscroll.mbsc-label-inline.mbsc-input .mbsc-label{line-height:2em}.mbsc-mobiscroll.mbsc-label-inline.mbsc-input .mbsc-label+.mbsc-input-wrap{padding-top:0}.mbsc-mobiscroll.mbsc-label-inline.mbsc-input .mbsc-label+.mbsc-input-wrap .mbsc-input-ic{top:.0625em}.mbsc-mobiscroll.mbsc-label-inline.mbsc-input.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:.5625em}.mbsc-mobiscroll.mbsc-label-floating.mbsc-input .mbsc-label{font-size:1em;line-height:2em;top:.875em}.mbsc-mobiscroll.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{-webkit-transform:translateY(-1.125em) scale(.75);transform:translateY(-1.125em) scale(.75)}.mbsc-mobiscroll.mbsc-ltr.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{left:1.625em}.mbsc-mobiscroll.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{right:1.625em}.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-input-wrap{border-radius:4px 4px 0 0}.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-color-input,.mbsc-mobiscroll.mbsc-input-box.mbsc-input input{border-radius:4px 4px 0 0;height:2.25em;padding:.0625em 1em}.mbsc-mobiscroll.mbsc-input-box.mbsc-input textarea{height:2.25em;padding:.375em 1em .0625em}.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap{padding-top:0}.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap input{height:3.5em;padding-top:1.25em}.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap textarea:focus{padding-bottom:0}.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.875em}.mbsc-mobiscroll.mbsc-input-box .mbsc-input-ic{top:.25em}.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-label{line-height:normal;padding:.666667em 0;z-index:1}.mbsc-mobiscroll.mbsc-input-box.mbsc-textarea .mbsc-label~.mbsc-input-wrap{padding-top:1.625em}.mbsc-mobiscroll.mbsc-input-box.mbsc-textarea .mbsc-label~.mbsc-input-wrap textarea{height:1.866667em;padding-top:0}.mbsc-mobiscroll.mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic{top:.625em}.mbsc-mobiscroll.mbsc-input-box.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:1.375em}.mbsc-mobiscroll.mbsc-input-box.mbsc-label-inline .mbsc-label{line-height:2em;padding-bottom:.125em;padding-top:.125em}.mbsc-mobiscroll.mbsc-input-box.mbsc-label-inline .mbsc-label~.mbsc-input-wrap{padding-top:0}.mbsc-mobiscroll.mbsc-input-box.mbsc-label-inline .mbsc-label~.mbsc-input-wrap .mbsc-color-input,.mbsc-mobiscroll.mbsc-input-box.mbsc-label-inline .mbsc-label~.mbsc-input-wrap input{height:2.25em;padding-top:.0625em}.mbsc-mobiscroll.mbsc-input-box.mbsc-label-inline .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.1875em}.mbsc-mobiscroll.mbsc-input-box.mbsc-label-inline.mbsc-textarea .mbsc-label~.mbsc-input-wrap{padding-top:.375em}.mbsc-mobiscroll.mbsc-input-box.mbsc-label-inline.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:.625em}.mbsc-mobiscroll.mbsc-input-box.mbsc-label-floating .mbsc-label{line-height:2em;top:.125em}.mbsc-mobiscroll.mbsc-input-box.mbsc-label-floating.mbsc-label-floating-active .mbsc-label{line-height:normal;-webkit-transform:translateY(-.125em) scale(.75);transform:translateY(-.125em) scale(.75)}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box .mbsc-err-msg{left:1.333334em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box .mbsc-label{left:1.333334em;right:auto}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-left .mbsc-err-msg,.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-left .mbsc-label{left:4em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-left .mbsc-left-ic{left:.5em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-left input,.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-left textarea{padding-left:3em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-right input,.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-right textarea{padding-right:3em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-right .mbsc-right-ic{right:.5em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic{right:2em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-select input{padding-right:2em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic{right:.6875em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-select.mbsc-ic-right input{padding-right:4em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic{right:2.75em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label{left:1em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{left:3em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box .mbsc-err-msg{right:1.333334em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box .mbsc-label{left:auto;right:1.333334em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-left .mbsc-err-msg,.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-left .mbsc-label{right:4em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-left .mbsc-left-ic{right:.5em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-left input,.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-left textarea{padding-right:3em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-right input,.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-right textarea{padding-left:3em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-right .mbsc-right-ic{left:.5em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic{left:2em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-select input{padding-left:2em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-select .mbsc-input-wrap .mbsc-select-ic{left:.6875em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-select.mbsc-ic-right input{padding-left:4em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic{left:2.75em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-label-floating.mbsc-input .mbsc-label{right:1em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-box.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{right:3em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-input .mbsc-color-input,.mbsc-mobiscroll.mbsc-input-outline.mbsc-input input,.mbsc-mobiscroll.mbsc-input-outline.mbsc-input textarea{border-radius:4px;height:3.375em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-input .mbsc-color-input,.mbsc-mobiscroll.mbsc-input-outline.mbsc-input input{padding:.0625em 1em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-input textarea{padding:.875em 1em .4375em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-input .mbsc-label{padding:0 .333334em;top:-.166667em;z-index:1}.mbsc-mobiscroll.mbsc-input-outline .mbsc-input-ic{top:.8125em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-input .mbsc-label~.mbsc-input-wrap{padding-top:.25em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-input .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:1.0625em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-err input,.mbsc-mobiscroll.mbsc-input-outline.mbsc-input input:focus,.mbsc-mobiscroll.mbsc-input-outline.mbsc-input select:focus~input{padding-bottom:0;padding-top:0}.mbsc-mobiscroll.mbsc-input-outline.mbsc-err input,.mbsc-mobiscroll.mbsc-input-outline.mbsc-err textarea{border-color:#de3226}.mbsc-mobiscroll.mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic{top:1.3125em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:1.5625em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-label-inline .mbsc-label{line-height:3.375em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-label-inline .mbsc-label~.mbsc-input-wrap{padding-top:0}.mbsc-mobiscroll.mbsc-input-outline.mbsc-label-inline .mbsc-label~.mbsc-input-wrap .mbsc-input-ic{top:.8125em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-label-inline.mbsc-select .mbsc-label~.mbsc-input-wrap .mbsc-select-ic{top:1.3125em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label{padding:0 .25em;top:.9375em}.mbsc-mobiscroll.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{-webkit-transform:translateY(-1.375em) scale(.75);transform:translateY(-1.375em) scale(.75)}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline .mbsc-err-msg{left:1.416667em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline .mbsc-label{left:1.083334em;right:auto}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-ic-left .mbsc-err-msg{left:4.083334em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-ic-left .mbsc-label{left:3.75em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-ic-left .mbsc-left-ic{left:.5em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-ic-left input,.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-ic-left textarea{padding-left:3em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-ic-right input,.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-ic-right textarea{padding-right:3em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-ic-right .mbsc-right-ic{right:.5em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-select input{padding-right:2em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic{right:.6875em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-select.mbsc-ic-right input{padding-right:4em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic{right:3em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label{left:.875em}.mbsc-mobiscroll.mbsc-ltr.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{left:2.875em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline .mbsc-err-msg{right:1.416667em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline .mbsc-label{left:auto;right:1.083334em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-ic-left .mbsc-err-msg{right:4.083334em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-ic-left .mbsc-label{right:3.75em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-ic-left .mbsc-left-ic{right:.5em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-ic-left input,.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-ic-left textarea{padding-right:3em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-ic-right input,.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-ic-right textarea{padding-left:3em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-ic-right .mbsc-right-ic{left:.5em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-select input{padding-left:2em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-select .mbsc-input-wrap .mbsc-select-ic{left:.6875em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-select.mbsc-ic-right input{padding-left:4em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-select.mbsc-ic-right .mbsc-input-wrap .mbsc-select-ic{left:3em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-label-floating.mbsc-input .mbsc-label{right:.875em}.mbsc-mobiscroll.mbsc-rtl.mbsc-input-outline.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{right:2.875em}.mbsc-mobiscroll.mbsc-input .mbsc-control{border-bottom:1px solid #787878;color:#1f1f1f}.mbsc-mobiscroll.mbsc-input .mbsc-control:focus,.mbsc-mobiscroll.mbsc-input select:focus~input .mbsc-input textarea:focus{border-color:#4eccc4}.mbsc-mobiscroll .mbsc-input-ic{color:#787878}.mbsc-mobiscroll.mbsc-input-box.mbsc-input .mbsc-input-wrap{background:#dedddd}.mbsc-mobiscroll.mbsc-input-outline.mbsc-input .mbsc-control{border:1px solid #787878}.mbsc-mobiscroll.mbsc-input-outline.mbsc-input .mbsc-label{background:#f7f7f7}.mbsc-mobiscroll.mbsc-input-outline.mbsc-label-floating:not(.mbsc-label-floating-active).mbsc-input .mbsc-label,.mbsc-mobiscroll.mbsc-input-outline.mbsc-label-inline.mbsc-input .mbsc-label{background:none}.mbsc-mobiscroll.mbsc-input-outline.mbsc-err input,.mbsc-mobiscroll.mbsc-input-outline.mbsc-input .mbsc-control:focus,.mbsc-mobiscroll.mbsc-input-outline.mbsc-input select:focus~input,.mbsc-mobiscroll.mbsc-input-outline.mbsc-input textarea:focus{border-color:#4eccc4}.mbsc-mobiscroll.mbsc-input.mbsc-err input,.mbsc-mobiscroll.mbsc-input.mbsc-err textarea{border-color:#de3226}.mbsc-mobiscroll.mbsc-progress{padding:1em}.mbsc-mobiscroll.mbsc-progress .mbsc-label{font-size:.75em}.mbsc-mobiscroll.mbsc-progress .mbsc-input-ic{margin:0;top:.0625em}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-input-wrap,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-input-wrap{padding-left:2.75em}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-input-wrap,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-input-wrap{padding-right:2.75em}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-left-ic,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-right-ic{left:-.375em;right:auto}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-right-ic,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-left-ic{left:auto;right:-.375em}.mbsc-mobiscroll .mbsc-progress-cont{padding:1em 0}.mbsc-mobiscroll .mbsc-progress-track{border-radius:1em;height:.125em}.mbsc-mobiscroll .mbsc-progress-value{font-size:.875em;width:3.75em}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap{padding-left:3.5em}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap{padding-right:3.5em}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap{padding-left:5.5em}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap{padding-right:5.5em}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value{left:2.25em;right:auto}.mbsc-mobiscroll.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value,.mbsc-mobiscroll.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value{left:auto;right:2.25em}.mbsc-mobiscroll .mbsc-progress-primary .mbsc-progress-bar{background:#3f97f6}.mbsc-mobiscroll .mbsc-progress-secondary .mbsc-progress-bar{background:#90979e}.mbsc-mobiscroll .mbsc-progress-success .mbsc-progress-bar{background:#43be5f}.mbsc-mobiscroll .mbsc-progress-danger .mbsc-progress-bar{background:#f5504e}.mbsc-mobiscroll .mbsc-progress-warning .mbsc-progress-bar{background:#f8b042}.mbsc-mobiscroll .mbsc-progress-info .mbsc-progress-bar{background:#5bb7c5}.mbsc-mobiscroll.mbsc-progress .mbsc-input-ic{color:#787878}.mbsc-mobiscroll .mbsc-progress-track{background:#dedddd}.mbsc-mobiscroll .mbsc-progress-bar{background:#4eccc4}.mbsc-mobiscroll.mbsc-slider .mbsc-input-wrap{padding:0 .5em}.mbsc-mobiscroll .mbsc-slider-handle{border-radius:1.125em;height:1em;top:50%;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:1em}.mbsc-mobiscroll .mbsc-active .mbsc-slider-handle,.mbsc-mobiscroll .mbsc-slider-handle:focus{-webkit-transform:scale(1.3);transform:scale(1.3)}.mbsc-mobiscroll.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-progress-track{opacity:.4}.mbsc-mobiscroll.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-slider-handle{-webkit-transform:scale(1);transform:scale(1)}.mbsc-mobiscroll .mbsc-slider-tooltip{border-radius:2em;font-size:.75em;height:2.33333333em;line-height:2.33333333em;margin-right:-1.1666em;text-align:center;top:-1.91666em;-webkit-transform:scale(.4) translate3d(0,5em,0);transform:scale(.4) translate3d(0,5em,0);transition:opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;width:2.33333333em;z-index:5}.mbsc-mobiscroll .mbsc-active .mbsc-slider-tooltip,.mbsc-mobiscroll .mbsc-slider-handle:focus~.mbsc-slider-tooltip{opacity:1;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.mbsc-mobiscroll.mbsc-slider-has-tooltip .mbsc-active .mbsc-slider-handle,.mbsc-mobiscroll.mbsc-slider-has-tooltip .mbsc-slider-handle:focus{-webkit-transform:scale(.5);transform:scale(.5)}.mbsc-mobiscroll.mbsc-slider-primary .mbsc-progress-bar,.mbsc-mobiscroll.mbsc-slider-primary .mbsc-slider-handle,.mbsc-mobiscroll.mbsc-slider-primary .mbsc-slider-tooltip{background:#3f97f6}.mbsc-mobiscroll.mbsc-slider-secondary .mbsc-progress-bar,.mbsc-mobiscroll.mbsc-slider-secondary .mbsc-slider-handle,.mbsc-mobiscroll.mbsc-slider-secondary .mbsc-slider-tooltip{background:#90979e}.mbsc-mobiscroll.mbsc-slider-success .mbsc-slider-handlem .mbsc-progress-bar,.mbsc-mobiscroll.mbsc-slider-success .mbsc-slider-tooltip{background:#43be5f}.mbsc-mobiscroll.mbsc-slider-danger .mbsc-progress-bar,.mbsc-mobiscroll.mbsc-slider-danger .mbsc-slider-handle,.mbsc-mobiscroll.mbsc-slider-danger .mbsc-slider-tooltip{background:#f5504e}.mbsc-mobiscroll.mbsc-slider-warning .mbsc-progress-bar,.mbsc-mobiscroll.mbsc-slider-warning .mbsc-slider-handle,.mbsc-mobiscroll.mbsc-slider-warning .mbsc-slider-tooltip{background:#f8b042}.mbsc-mobiscroll.mbsc-slider-info .mbsc-progress-bar,.mbsc-mobiscroll.mbsc-slider-info .mbsc-slider-handle,.mbsc-mobiscroll.mbsc-slider-info .mbsc-slider-tooltip{background:#5bb7c5}.mbsc-mobiscroll .mbsc-slider-step{background:#f7f7f7}.mbsc-mobiscroll .mbsc-slider-handle{background:#4eccc4}.mbsc-mobiscroll .mbsc-slider-tooltip{background-color:#4eccc4;color:#ededed}.mbsc-mobiscroll.mbsc-rating .mbsc-label{padding-bottom:.5em}.mbsc-mobiscroll.mbsc-rating input:disabled~.mbsc-progress-cont .mbsc-progress-track{opacity:.4}.mbsc-mobiscroll.mbsc-rating.mbsc-rating-primary .mbsc-progress-track{color:#3f97f6}.mbsc-mobiscroll.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track{color:#90979e}.mbsc-mobiscroll.mbsc-rating.mbsc-rating-success .mbsc-progress-track{color:#43be5f}.mbsc-mobiscroll.mbsc-rating.mbsc-rating-danger .mbsc-progress-track{color:#f5504e}.mbsc-mobiscroll.mbsc-rating.mbsc-rating-warning .mbsc-progress-track{color:#f8b042}.mbsc-mobiscroll.mbsc-rating.mbsc-rating-info .mbsc-progress-track{color:#5bb7c5}.mbsc-mobiscroll.mbsc-rating .mbsc-progress-track{color:#4eccc4}.mbsc-mobiscroll .mbsc-fr-w{font-size:16px;min-width:16em}.mbsc-mobiscroll .mbsc-fr-hdr{font-size:.75em;line-height:2em;min-height:2em;padding:.6666em .6666em 0;text-transform:uppercase}.mbsc-mobiscroll .mbsc-fr-btn-cont{display:block;overflow:hidden;padding:0 .5em .5em;text-align:right}.mbsc-mobiscroll .mbsc-ltr .mbsc-fr-btn-cont{text-align:right}.mbsc-mobiscroll .mbsc-rtl .mbsc-fr-btn-cont{text-align:left}.mbsc-mobiscroll .mbsc-fr-btn-w{display:inline-block}.mbsc-mobiscroll .mbsc-fr-btn{height:2.5em;line-height:2.5em;padding:0 1em;text-transform:uppercase}.mbsc-mobiscroll.mbsc-fr-bubble .mbsc-fr-w,.mbsc-mobiscroll.mbsc-fr-center .mbsc-fr-w{border-radius:.25em}.mbsc-mobiscroll.mbsc-fr-no-overlay .mbsc-fr-arr{box-shadow:0 0 1em rgba(0,0,0,.2)}.mbsc-mobiscroll.mbsc-fr-no-overlay .mbsc-fr-w{box-shadow:0 .125em 1em rgba(0,0,0,.3)}.mbsc-mobiscroll.mbsc-fr-no-overlay.mbsc-fr-bubble .mbsc-fr-w{border-radius:.25em}.mbsc-mobiscroll .mbsc-fr-overlay{background:rgba(0,0,0,.7)}.mbsc-mobiscroll .mbsc-fr-w{background:#f7f7f7;color:#454545}.mbsc-mobiscroll .mbsc-fr-btn,.mbsc-mobiscroll .mbsc-fr-hdr{color:#4eccc4}.mbsc-mobiscroll .mbsc-fr-btn.mbsc-active,.mbsc-mobiscroll.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover{background:rgba(78,204,196,.3)}.mbsc-mobiscroll .mbsc-fr-arr{background:#f7f7f7}.mbsc-mobiscroll.mbsc-toast .mbsc-toast-msg{border-radius:.5em;opacity:.9}.mbsc-mobiscroll.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-mobiscroll.mbsc-toast.mbsc-primary .mbsc-toast-msg{background:#3f97f6}.mbsc-mobiscroll.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-mobiscroll.mbsc-toast.mbsc-secondary .mbsc-toast-msg{background:#90979e}.mbsc-mobiscroll.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-mobiscroll.mbsc-toast.mbsc-success .mbsc-toast-msg{background:#43be5f}.mbsc-mobiscroll.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-mobiscroll.mbsc-toast.mbsc-danger .mbsc-toast-msg{background:#f5504e}.mbsc-mobiscroll.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-mobiscroll.mbsc-toast.mbsc-warning .mbsc-toast-msg{background:#f8b042}.mbsc-mobiscroll.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-mobiscroll.mbsc-toast.mbsc-info .mbsc-toast-msg{background:#5bb7c5}.mbsc-mobiscroll.mbsc-snackbar .mbsc-fr-w,.mbsc-mobiscroll.mbsc-toast .mbsc-toast-msg{background:#787878;color:#fff}.mbsc-mobiscroll.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-mobiscroll.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,.mbsc-mobiscroll.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-mobiscroll.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn,.mbsc-mobiscroll.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-mobiscroll.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,.mbsc-mobiscroll.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-mobiscroll.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,.mbsc-mobiscroll.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-mobiscroll.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,.mbsc-mobiscroll.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-mobiscroll.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn,.mbsc-mobiscroll.mbsc-toast.mbsc-danger .mbsc-toast-msg,.mbsc-mobiscroll.mbsc-toast.mbsc-info .mbsc-toast-msg,.mbsc-mobiscroll.mbsc-toast.mbsc-primary .mbsc-toast-msg,.mbsc-mobiscroll.mbsc-toast.mbsc-secondary .mbsc-toast-msg,.mbsc-mobiscroll.mbsc-toast.mbsc-success .mbsc-toast-msg,.mbsc-mobiscroll.mbsc-toast.mbsc-warning .mbsc-toast-msg{color:#f7f7f7}.mbsc-mobiscroll .mbsc-divider,.mbsc-mobiscroll .mbsc-form-group-title{padding:.5em 1em}.mbsc-mobiscroll .mbsc-err-msg{font-size:.75em;padding-top:.333334em;position:absolute}.mbsc-mobiscroll .mbsc-form-grid{margin-bottom:.75em;margin-top:.75em}.mbsc-mobiscroll .mbsc-form-grid .mbsc-input-box,.mbsc-mobiscroll .mbsc-form-grid .mbsc-input-outline{margin:.75em 1em}.mbsc-mobiscroll.mbsc-checkbox .mbsc-err-msg,.mbsc-mobiscroll.mbsc-radio .mbsc-err-msg,.mbsc-mobiscroll.mbsc-switch .mbsc-err-msg{padding-top:0}.mbsc-mobiscroll.mbsc-ltr.mbsc-checkbox{padding:1em 3.125em 1em 1em}.mbsc-mobiscroll.mbsc-rtl.mbsc-checkbox{padding:1em 1em 1em 3.125em}.mbsc-mobiscroll .mbsc-checkbox-box{height:1.125em;margin-top:-.5625em;right:1em;width:1.125em}.mbsc-mobiscroll.mbsc-rtl .mbsc-checkbox-box{left:1em;right:auto}.mbsc-mobiscroll .mbsc-checkbox-box:after{height:.4375em;left:.185em;top:.25em;width:.8125em}.mbsc-mobiscroll.mbsc-checkbox-primary .mbsc-checkbox-box{background:#3f97f6}.mbsc-mobiscroll.mbsc-checkbox-secondary .mbsc-checkbox-box{background:#90979e}.mbsc-mobiscroll.mbsc-checkbox-success .mbsc-checkbox-box{background:#43be5f}.mbsc-mobiscroll.mbsc-checkbox-danger .mbsc-checkbox-box{background:#f5504e}.mbsc-mobiscroll.mbsc-checkbox-warning .mbsc-checkbox-box{background:#f8b042}.mbsc-mobiscroll.mbsc-checkbox-info .mbsc-checkbox-box{background:#5bb7c5}.mbsc-mobiscroll.mbsc-radio{padding:1em 3.125em 1em 1em}.mbsc-mobiscroll.mbsc-rtl.mbsc-radio{padding:1em 1em 1em 3.125em}.mbsc-mobiscroll .mbsc-radio-box{background:transparent;height:1.125em;margin-top:-.5625em;right:1em;width:1.125em}.mbsc-mobiscroll.mbsc-rtl .mbsc-radio-box{left:1em;right:auto}.mbsc-mobiscroll .mbsc-radio-box:after{border-radius:.625em;height:.5em;margin-left:-.25em;margin-top:-.25em;width:.5em}.mbsc-mobiscroll.mbsc-radio-primary .mbsc-radio-box{border-color:#3f97f6}.mbsc-mobiscroll.mbsc-radio-primary .mbsc-radio-box:after{background:#3f97f6}.mbsc-mobiscroll.mbsc-radio-secondary .mbsc-radio-box{border-color:#90979e}.mbsc-mobiscroll.mbsc-radio-secondary .mbsc-radio-box:after{background:#90979e}.mbsc-mobiscroll.mbsc-radio-success .mbsc-radio-box{border-color:#43be5f}.mbsc-mobiscroll.mbsc-radio-success .mbsc-radio-box:after{background:#43be5f}.mbsc-mobiscroll.mbsc-radio-danger .mbsc-radio-box{border-color:#f5504e}.mbsc-mobiscroll.mbsc-radio-danger .mbsc-radio-box:after{background:#f5504e}.mbsc-mobiscroll.mbsc-radio-warning .mbsc-radio-box{border-color:#f8b042}.mbsc-mobiscroll.mbsc-radio-warning .mbsc-radio-box:after{background:#f8b042}.mbsc-mobiscroll.mbsc-radio-info .mbsc-radio-box{border-color:#5bb7c5}.mbsc-mobiscroll.mbsc-radio-info .mbsc-radio-box:after{background:#5bb7c5}.mbsc-mobiscroll.mbsc-checkbox input:disabled~.mbsc-desc,.mbsc-mobiscroll.mbsc-checkbox input:disabled~.mbsc-label,.mbsc-mobiscroll.mbsc-radio input:disabled~.mbsc-desc,.mbsc-mobiscroll.mbsc-radio input:disabled~.mbsc-label,.mbsc-mobiscroll.mbsc-switch input:disabled~.mbsc-desc,.mbsc-mobiscroll.mbsc-switch input:disabled~.mbsc-label{opacity:.4}.mbsc-mobiscroll .mbsc-checkbox-box:after,.mbsc-mobiscroll .mbsc-radio-box:after{opacity:1;-webkit-transform:scale(0) rotate(-45deg);transform:scale(0) rotate(-45deg);transition:-webkit-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out,-webkit-transform .1s ease-out}.mbsc-mobiscroll.mbsc-checkbox input:checked+.mbsc-checkbox-box:after,.mbsc-mobiscroll.mbsc-radio input:checked+.mbsc-radio-box:after{opacity:1;-webkit-transform:scale(1) rotate(-45deg);transform:scale(1) rotate(-45deg)}.mbsc-mobiscroll.mbsc-btn{font-size:1em;margin:.5em;padding:.6875em;text-transform:uppercase}.mbsc-mobiscroll .mbsc-btn-ic{padding-right:.6875em}.mbsc-mobiscroll .mbsc-btn-icon-only .mbsc-btn-ic{padding:0 .5em}.mbsc-mobiscroll.mbsc-no-touch.mbsc-btn:not(:disabled):not(.mbsc-active):hover{opacity:.8}.mbsc-mobiscroll.mbsc-btn.mbsc-active{opacity:.6}.mbsc-mobiscroll.mbsc-btn-flat.mbsc-btn.mbsc-active,.mbsc-mobiscroll.mbsc-no-touch.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{opacity:1}.mbsc-mobiscroll.mbsc-btn-primary.mbsc-btn{background:#3f97f6}.mbsc-mobiscroll.mbsc-btn-primary.mbsc-btn.mbsc-btn-flat{color:#3f97f6}.mbsc-mobiscroll.mbsc-btn-primary.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:rgba(63,151,246,.2)}.mbsc-mobiscroll.mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(63,151,246,.3)}.mbsc-mobiscroll.mbsc-btn-secondary.mbsc-btn{background:#90979e}.mbsc-mobiscroll.mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat{color:#90979e}.mbsc-mobiscroll.mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:hsla(210,7%,59%,.2)}.mbsc-mobiscroll.mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat.mbsc-active{background:hsla(210,7%,59%,.3)}.mbsc-mobiscroll.mbsc-btn-success.mbsc-btn{background:#43be5f}.mbsc-mobiscroll.mbsc-btn-success.mbsc-btn.mbsc-btn-flat{color:#43be5f}.mbsc-mobiscroll.mbsc-btn-success.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:rgba(67,190,95,.2)}.mbsc-mobiscroll.mbsc-btn-success.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(67,190,95,.3)}.mbsc-mobiscroll.mbsc-btn-danger.mbsc-btn{background:#f5504e}.mbsc-mobiscroll.mbsc-btn-danger.mbsc-btn.mbsc-btn-flat{color:#f5504e}.mbsc-mobiscroll.mbsc-btn-danger.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:rgba(245,80,78,.2)}.mbsc-mobiscroll.mbsc-btn-danger.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(245,80,78,.3)}.mbsc-mobiscroll.mbsc-btn-warning.mbsc-btn{background:#f8b042}.mbsc-mobiscroll.mbsc-btn-warning.mbsc-btn.mbsc-btn-flat{color:#f8b042}.mbsc-mobiscroll.mbsc-btn-warning.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:rgba(248,176,66,.2)}.mbsc-mobiscroll.mbsc-btn-warning.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(248,176,66,.3)}.mbsc-mobiscroll.mbsc-btn-info.mbsc-btn{background:#5bb7c5}.mbsc-mobiscroll.mbsc-btn-info.mbsc-btn.mbsc-btn-flat{color:#5bb7c5}.mbsc-mobiscroll.mbsc-btn-info.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:rgba(91,183,197,.2)}.mbsc-mobiscroll.mbsc-btn-info.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(91,183,197,.3)}.mbsc-mobiscroll.mbsc-btn-light.mbsc-btn{background:#e6e5e5}.mbsc-mobiscroll.mbsc-btn-light.mbsc-btn.mbsc-btn-flat{color:#a6a6a6}.mbsc-mobiscroll.mbsc-btn-light.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:hsla(0,0%,65%,.2);color:#a6a6a6}.mbsc-mobiscroll.mbsc-btn-light.mbsc-btn.mbsc-btn-flat.mbsc-active{background:hsla(0,0%,65%,.3)}.mbsc-mobiscroll.mbsc-btn-dark.mbsc-btn{background:#47494a}.mbsc-mobiscroll.mbsc-btn-dark.mbsc-btn.mbsc-btn-flat{color:#47494a}.mbsc-mobiscroll.mbsc-btn-dark.mbsc-btn.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:rgba(71,73,74,.2)}.mbsc-mobiscroll.mbsc-btn-dark.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(71,73,74,.3)}.mbsc-mobiscroll.mbsc-btn-flat.mbsc-btn,.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn{background:transparent}.mbsc-mobiscroll .mbsc-btn-group,.mbsc-mobiscroll .mbsc-btn-group-justified{margin:.5em}.mbsc-mobiscroll .mbsc-btn-group-block{margin:.5em 1em}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-active{opacity:1}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-primary{border-color:#3f97f6;color:#3f97f6}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-primary.mbsc-active{background:#3f97f6}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary{border-color:#90979e;color:#90979e}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary.mbsc-active{background:#90979e}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-success{border-color:#43be5f;color:#43be5f}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-success.mbsc-active{background:#43be5f}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-danger{border-color:#f5504e;color:#f5504e}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-danger.mbsc-active{background:#f5504e}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-warning{border-color:#f8b042;color:#f8b042}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-warning.mbsc-active{background:#f8b042}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-info{border-color:#5bb7c5;color:#5bb7c5}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-info.mbsc-active{background:#5bb7c5}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-light{border-color:#a6a6a6;color:#a6a6a6}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-light.mbsc-active{background:#a6a6a6;color:#e6e5e5}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-dark{border-color:#47494a;color:#47494a}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-dark.mbsc-active{background:#47494a}.mbsc-mobiscroll.mbsc-ltr.mbsc-switch{padding:1em 4.375em 1em 1em}.mbsc-mobiscroll.mbsc-rtl.mbsc-switch{padding:1em 1em 1em 4.375em}.mbsc-mobiscroll .mbsc-switch-track{border-radius:1.25em;height:.875em;margin-top:-.4375em;padding:0 .75em;right:1em;width:2.375em}.mbsc-mobiscroll.mbsc-rtl .mbsc-switch-track{left:1em;right:auto}.mbsc-mobiscroll .mbsc-switch-handle{border-radius:1.25em;height:1.5em;left:.25em;margin:0;top:.25em;width:1.5em}.mbsc-mobiscroll.mbsc-rtl .mbsc-switch-handle{right:.25em}.mbsc-mobiscroll .mbsc-active .mbsc-switch-handle{-webkit-transform:scale(1);transform:scale(1)}.mbsc-mobiscroll.mbsc-switch input:disabled+.mbsc-switch-track{opacity:.7}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-primary input:checked+.mbsc-switch-track{background:#a0ccfb}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-primary input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#3f97f6}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-secondary input:checked+.mbsc-switch-track{background:#c6cace}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-secondary input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#90979e}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-success input:checked+.mbsc-switch-track{background:#8fd8a0}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-success input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#43be5f}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-danger input:checked+.mbsc-switch-track{background:#faafaf}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-danger input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#f5504e}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-warning input:checked+.mbsc-switch-track{background:#fcd9a4}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-warning input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#f8b042}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-info input:checked+.mbsc-switch-track{background:#a6d8e0}.mbsc-mobiscroll.mbsc-switch.mbsc-switch-info input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#5bb7c5}.mbsc-mobiscroll.mbsc-segmented{padding:.5em 1em}.mbsc-mobiscroll .mbsc-segmented-content{height:2.28571428em;line-height:2.28575em;margin:0 -.071428em;padding:0 .285714em;text-transform:uppercase}.mbsc-mobiscroll.mbsc-ltr.mbsc-stepper-cont{padding:1.75em 12.875em 1.75em 1em}.mbsc-mobiscroll.mbsc-rtl.mbsc-stepper-cont{padding:1.75em 1em 1.75em 12.875em}.mbsc-mobiscroll .mbsc-stepper{margin-top:-1.125em}.mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-mobiscroll.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{background:transparent}.mbsc-mobiscroll .mbsc-segmented-primary .mbsc-segmented-content{border-color:#3f97f6;color:#3f97f6}.mbsc-mobiscroll .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#3f97f6}.mbsc-mobiscroll .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(63,151,246,.35)}.mbsc-mobiscroll .mbsc-segmented-secondary .mbsc-segmented-content{border-color:#90979e;color:#90979e}.mbsc-mobiscroll .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#90979e}.mbsc-mobiscroll .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:hsla(210,7%,59%,.35)}.mbsc-mobiscroll .mbsc-segmented-success .mbsc-segmented-content{border-color:#43be5f;color:#43be5f}.mbsc-mobiscroll .mbsc-segmented-success.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#43be5f}.mbsc-mobiscroll .mbsc-segmented-success.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(67,190,95,.35)}.mbsc-mobiscroll .mbsc-segmented-danger .mbsc-segmented-content{border-color:#f5504e;color:#f5504e}.mbsc-mobiscroll .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#f5504e}.mbsc-mobiscroll .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(245,80,78,.35)}.mbsc-mobiscroll .mbsc-segmented-warning .mbsc-segmented-content{border-color:#f8b042;color:#f8b042}.mbsc-mobiscroll .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#f8b042}.mbsc-mobiscroll .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(248,176,66,.35)}.mbsc-mobiscroll .mbsc-segmented-info .mbsc-segmented-content{border-color:#5bb7c5;color:#5bb7c5}.mbsc-mobiscroll .mbsc-segmented-info.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#5bb7c5}.mbsc-mobiscroll .mbsc-segmented-info.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(91,183,197,.35)}.mbsc-mobiscroll.mbsc-stepper-primary .mbsc-segmented-content{border-color:#3f97f6;color:#3f97f6}.mbsc-mobiscroll.mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#3f97f6}.mbsc-mobiscroll.mbsc-stepper-secondary .mbsc-segmented-content{border-color:#90979e;color:#90979e}.mbsc-mobiscroll.mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#90979e}.mbsc-mobiscroll.mbsc-stepper-success .mbsc-segmented-content{border-color:#43be5f;color:#43be5f}.mbsc-mobiscroll.mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#43be5f}.mbsc-mobiscroll.mbsc-stepper-danger .mbsc-segmented-content{border-color:#f5504e;color:#f5504e}.mbsc-mobiscroll.mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#f5504e}.mbsc-mobiscroll.mbsc-stepper-warning .mbsc-segmented-content{border-color:#f8b042;color:#f8b042}.mbsc-mobiscroll.mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#f8b042}.mbsc-mobiscroll.mbsc-stepper-info .mbsc-segmented-content{border-color:#5bb7c5;color:#5bb7c5}.mbsc-mobiscroll.mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#5bb7c5}.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-primary.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(63,151,246,.35)}.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-secondary.mbsc-segmented-item:hover .mbsc-segmented-content{background:hsla(210,7%,59%,.35)}.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-success.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(67,190,95,.35)}.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-danger.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(245,80,78,.35)}.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-warning.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(248,176,66,.35)}.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-info.mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(91,183,197,.35)}.mbsc-mobiscroll.mbsc-no-touch.mbsc-stepper-primary .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(63,151,246,.35)}.mbsc-mobiscroll.mbsc-no-touch.mbsc-stepper-secondary .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content{background:hsla(210,7%,59%,.35)}.mbsc-mobiscroll.mbsc-no-touch.mbsc-stepper-success .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(67,190,95,.35)}.mbsc-mobiscroll.mbsc-no-touch.mbsc-stepper-danger .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(245,80,78,.35)}.mbsc-mobiscroll.mbsc-no-touch.mbsc-stepper-warning .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(248,176,66,.35)}.mbsc-mobiscroll.mbsc-no-touch.mbsc-stepper-info .mbsc-stepper .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(91,183,197,.35)}.mbsc-mobiscroll.mbsc-form{background:#f7f7f7;color:#454545}.mbsc-mobiscroll.mbsc-control-w{color:#454545}.mbsc-mobiscroll.mbsc-control-w ::-moz-selection,.mbsc-mobiscroll.mbsc-control-w ::selection,.mbsc-mobiscroll.mbsc-form ::-moz-selection,.mbsc-mobiscroll.mbsc-form ::selection{background:#4eccc4;color:#fff}.mbsc-mobiscroll .mbsc-divider,.mbsc-mobiscroll .mbsc-form-group-title{background:#f7f7f7;color:#4eccc4}.mbsc-mobiscroll .mbsc-err .mbsc-label,.mbsc-mobiscroll .mbsc-err-msg{color:#de3226}.mbsc-mobiscroll .mbsc-checkbox-box{background:#4eccc4}.mbsc-mobiscroll .mbsc-checkbox-box:after{border-bottom:.125em solid #fff;border-left:.125em solid #fff}.mbsc-mobiscroll.mbsc-checkbox input:disabled+.mbsc-checkbox-box{background:#d6d6d6}.mbsc-mobiscroll .mbsc-radio-box{border:.125em solid #4eccc4}.mbsc-mobiscroll .mbsc-radio-box:after{background:#4eccc4}.mbsc-mobiscroll.mbsc-radio input:checked+.mbsc-radio-box{background:transparent}.mbsc-mobiscroll.mbsc-radio input:disabled+.mbsc-radio-box{border-color:#d6d6d6}.mbsc-mobiscroll.mbsc-radio input:disabled+.mbsc-radio-box:after{background:#d6d6d6}.mbsc-mobiscroll.mbsc-btn{background:#4eccc4;color:#efefef}.mbsc-mobiscroll.mbsc-btn:disabled{background:#dedddd}.mbsc-mobiscroll.mbsc-no-touch.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:hsla(0,0%,97%,.1)}.mbsc-mobiscroll.mbsc-btn-flat{background:transparent;border-color:transparent;color:#4eccc4}.mbsc-mobiscroll.mbsc-btn-flat.mbsc-btn.mbsc-active{background:rgba(78,204,196,.3)}.mbsc-mobiscroll.mbsc-btn-flat:disabled{background:transparent;color:#c7c7c7}.mbsc-mobiscroll.mbsc-btn-light.mbsc-btn{color:#000}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn{border:1px solid #4eccc4;color:#4eccc4}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-active{background:#4eccc4;color:#f7f7f7}.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-danger.mbsc-active,.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-dark.mbsc-active,.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-info.mbsc-active,.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-primary.mbsc-active,.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary.mbsc-active,.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-success.mbsc-active,.mbsc-mobiscroll.mbsc-btn-outline.mbsc-btn.mbsc-btn-warning.mbsc-active{color:#f7f7f7}.mbsc-mobiscroll.mbsc-btn.mbsc-btn-outline:disabled{background:transparent;border-color:#dedddd;color:#dedddd}.mbsc-mobiscroll .mbsc-switch-track{background:#dedddd}.mbsc-mobiscroll .mbsc-switch-handle{background:#c7c7c7}.mbsc-mobiscroll.mbsc-switch input:checked+.mbsc-switch-track{background:#b4e6e2}.mbsc-mobiscroll.mbsc-switch input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#4eccc4}.mbsc-mobiscroll.mbsc-switch input:disabled+.mbsc-switch-track{background:#d6d6d6}.mbsc-mobiscroll.mbsc-switch input:disabled+.mbsc-switch-track .mbsc-switch-handle{background:#e3e3e3}.mbsc-mobiscroll .mbsc-segmented-content{border:.142858em solid #4eccc4;color:#4eccc4}.mbsc-mobiscroll.mbsc-stepper input{color:#454545}.mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content,.mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#4eccc4;color:#f7f7f7}.mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(78,204,196,.3)}.mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-mobiscroll.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-mobiscroll.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{border-color:#d6d6d6;color:#d6d6d6}.mbsc-mobiscroll .mbsc-stepper input:disabled{-webkit-text-fill-color:#d6d6d6;color:#d6d6d6}.mbsc-mobiscroll.mbsc-segmented input:disabled:checked+.mbsc-segmented-content{background:#dedddd;border-color:#dedddd;color:#efefef}.mbsc-mobiscroll.mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content{background:transparent;color:#d6d6d6}.mbsc-mobiscroll.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(78,204,196,.1)}.mbsc-windows .mbsc-collapsible .mbsc-form-group-title.mbsc-collapsible-header{padding-left:.666667em;padding-right:2em}.mbsc-windows .mbsc-collapsible .mbsc-form-group-title .mbsc-collapsible-icon{font-size:.666667em}.mbsc-windows .mbsc-note,.mbsc-windows .mbsc-note-primary{background-color:#70b1f8;color:#074b95}.mbsc-windows .mbsc-note-secondary{background-color:#c6cace;color:#454b50}.mbsc-windows .mbsc-note-success{background-color:#8fd8a0;color:#1b4d26}.mbsc-windows .mbsc-note-danger{background-color:#f8807e;color:#710806}.mbsc-windows .mbsc-note-warning{background-color:#f9ba5b;color:#835105}.mbsc-windows .mbsc-note-info{background-color:#a6d8e0;color:#235b64}.mbsc-windows .mbsc-note-light{background-color:#fff;color:#4d4c4c}.mbsc-windows .mbsc-note-dark{background-color:#606364;color:#000}.mbsc-windows .mbsc-empty{color:#737272}.mbsc-windows.mbsc-page{background-color:#fff;color:#262626}.mbsc-windows a{color:#0078d7}.mbsc-windows.mbsc-input{padding:.5em 1em 1em}.mbsc-windows.mbsc-input input,.mbsc-windows.mbsc-input textarea,.mbsc-windows.mbsc-select input{background:transparent;font-size:1em;height:2em;padding:0 .3125em}.mbsc-windows.mbsc-ltr.mbsc-select input{padding-right:1.75em}.mbsc-windows.mbsc-rtl.mbsc-select input{padding-left:1.75em}.mbsc-windows.mbsc-input textarea{padding-bottom:.125em;padding-top:.125em}.mbsc-windows .mbsc-input-ic{margin-top:0;top:0}.mbsc-windows .mbsc-err-msg{padding-top:.333334em;position:absolute}.mbsc-windows.mbsc-input.mbsc-ic-left input,.mbsc-windows.mbsc-input.mbsc-ic-left textarea{padding-left:2.25em}.mbsc-windows.mbsc-rtl.mbsc-input.mbsc-ic-left input,.mbsc-windows.mbsc-rtl.mbsc-input.mbsc-ic-left textarea{padding-left:.3125em;padding-right:2.25em}.mbsc-windows.mbsc-ltr.mbsc-input.mbsc-ic-right input,.mbsc-windows.mbsc-ltr.mbsc-input.mbsc-ic-right textarea{padding-right:2.25em}.mbsc-windows.mbsc-rtl.mbsc-input.mbsc-ic-right input,.mbsc-windows.mbsc-rtl.mbsc-input.mbsc-ic-right textarea{padding-left:2.25em}.mbsc-windows.mbsc-ltr.mbsc-ic-left .mbsc-left-ic,.mbsc-windows.mbsc-rtl.mbsc-ic-right .mbsc-right-ic{left:.25em;right:auto}.mbsc-windows.mbsc-ltr.mbsc-ic-right .mbsc-right-ic,.mbsc-windows.mbsc-rtl.mbsc-ic-left .mbsc-left-ic{left:auto;right:.25em}.mbsc-windows.mbsc-input .mbsc-label{font-size:.8125em;padding-bottom:.3125em}.mbsc-windows.mbsc-select .mbsc-select-ic{display:block;position:absolute;top:.5em}.mbsc-windows.mbsc-ltr.mbsc-select .mbsc-select-ic{right:.5em}.mbsc-windows.mbsc-rtl.mbsc-select .mbsc-select-ic{left:.5em}.mbsc-windows.mbsc-ic-right .mbsc-select-ic{display:none}.mbsc-windows.mbsc-label-inline.mbsc-input .mbsc-label{line-height:2em;padding-bottom:0}.mbsc-windows.mbsc-label-floating.mbsc-input{padding-top:1.625em}.mbsc-windows.mbsc-label-floating.mbsc-input .mbsc-label{font-size:1em;position:absolute;top:2.0625em}.mbsc-windows.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{-webkit-transform:translateY(-1.5em) scale(.75);transform:translateY(-1.5em) scale(.75)}.mbsc-windows.mbsc-ltr.mbsc-label-floating.mbsc-input .mbsc-label{left:1.375em}.mbsc-windows.mbsc-ltr.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{left:1em}.mbsc-windows.mbsc-ltr.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{left:3.375em}.mbsc-windows.mbsc-ltr.mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-left .mbsc-label{left:1em}.mbsc-windows.mbsc-rtl.mbsc-label-floating.mbsc-input .mbsc-label{right:1.375em}.mbsc-windows.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-label-floating-active .mbsc-label{right:1em}.mbsc-windows.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-ic-left .mbsc-label{right:3.375em}.mbsc-windows.mbsc-rtl.mbsc-label-floating.mbsc-input.mbsc-label-floating-active.mbsc-ic-left .mbsc-label{right:1em}.mbsc-windows.mbsc-input input,.mbsc-windows.mbsc-input textarea,.mbsc-windows.mbsc-select input{border:.125em solid #999;color:#262626}.mbsc-windows.mbsc-no-touch .mbsc-input input:hover,.mbsc-windows.mbsc-no-touch .mbsc-input textarea:hover,.mbsc-windows.mbsc-no-touch .mbsc-select:hover input{border-color:#666}.mbsc-windows.mbsc-input input::-webkit-input-placeholder{color:#5c5c5c}.mbsc-windows.mbsc-input input::-ms-input-placeholder{color:#5c5c5c}.mbsc-windows.mbsc-input input::-moz-placeholder{color:#5c5c5c}.mbsc-windows.mbsc-alert.mbsc-input input:focus,.mbsc-windows.mbsc-input .mbsc-input-wrap input:focus,.mbsc-windows.mbsc-input .mbsc-input-wrap select:focus+input,.mbsc-windows.mbsc-input .mbsc-input-wrap textarea:focus{background:#fff;border-color:#0078d7;color:#262626}.mbsc-windows.mbsc-alert.mbsc-input input:focus~.mbsc-input-ic,.mbsc-windows.mbsc-input .mbsc-input-wrap input:focus~.mbsc-input-ic,.mbsc-windows.mbsc-input .mbsc-input-wrap select:focus+input~.mbsc-input-ic,.mbsc-windows.mbsc-input .mbsc-input-wrap textarea:focus~.mbsc-input-ic{color:#262626}.mbsc-windows.mbsc-input .mbsc-input-wrap .mbsc-control:disabled+input,.mbsc-windows.mbsc-input .mbsc-input-wrap input:disabled,.mbsc-windows.mbsc-input .mbsc-input-wrap textarea:disabled{border-color:#ccc}.mbsc-windows.mbsc-input.mbsc-err input,.mbsc-windows.mbsc-input.mbsc-err textarea{border-color:#d30101}.mbsc-windows .mbsc-input-ic,.mbsc-windows.mbsc-input .mbsc-label,.mbsc-windows.mbsc-select .mbsc-input-wrap .mbsc-ic{color:#262626}.mbsc-windows .mbsc-err-msg{color:#d30101}.mbsc-windows.mbsc-progress{padding:.75em 1em}.mbsc-windows.mbsc-progress .mbsc-label{font-size:1em;padding-bottom:.3125em}.mbsc-windows.mbsc-progress .mbsc-input-wrap{padding:0}.mbsc-windows.mbsc-progress .mbsc-input-ic{top:-.125em}.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-input-wrap,.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-input-wrap{padding-left:2.25em}.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-input-wrap,.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-input-wrap{padding-right:2.25em}.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-ic-left .mbsc-left-ic,.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-ic-right .mbsc-right-ic{left:-.375em;right:auto}.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-ic-right .mbsc-right-ic,.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-ic-left .mbsc-left-ic{left:auto;right:-.375em}.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap,.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap{padding-right:3.75em}.mbsc-windows.mbsc-ltr.mbsc-progress.mbsc-progress-value-left .mbsc-input-wrap,.mbsc-windows.mbsc-rtl.mbsc-progress.mbsc-progress-value-right .mbsc-input-wrap{padding-left:3.75em}.mbsc-windows.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap,.mbsc-windows.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap{padding-left:5.75em}.mbsc-windows.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-input-wrap,.mbsc-windows.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-input-wrap{padding-right:5.75em}.mbsc-windows.mbsc-ltr.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value,.mbsc-windows.mbsc-rtl.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value{left:1.875em;right:auto}.mbsc-windows.mbsc-ltr.mbsc-progress-value-right.mbsc-ic-right .mbsc-progress-value,.mbsc-windows.mbsc-rtl.mbsc-progress-value-left.mbsc-ic-left .mbsc-progress-value{left:auto;right:1.875em}.mbsc-windows .mbsc-progress-cont{padding:.75em 0}.mbsc-windows .mbsc-progress-track{height:.25em}.mbsc-windows .mbsc-progress-value{margin-top:-.4375em;width:3.5em}.mbsc-windows .mbsc-progress-step-label{bottom:-2em;line-height:normal;top:auto}.mbsc-windows .mbsc-label-inline.mbsc-progress.mbsc-control-w .mbsc-label{line-height:1.875em;padding-bottom:0}.mbsc-windows .mbsc-progress-primary .mbsc-progress-bar{background:#3f97f6}.mbsc-windows .mbsc-progress-secondary .mbsc-progress-bar{background:#90979e}.mbsc-windows .mbsc-progress-success .mbsc-progress-bar{background:#43be5f}.mbsc-windows .mbsc-progress-danger .mbsc-progress-bar{background:#f5504e}.mbsc-windows .mbsc-progress-warning .mbsc-progress-bar{background:#f8b042}.mbsc-windows .mbsc-progress-info .mbsc-progress-bar{background:#5bb7c5}.mbsc-windows.mbsc-progress .mbsc-input-ic,.mbsc-windows.mbsc-progress .mbsc-label{color:#262626}.mbsc-windows .mbsc-progress-track{background:#ccc}.mbsc-windows .mbsc-progress-bar{background:#0078d7}.mbsc-windows.mbsc-slider .mbsc-input-wrap{padding:0 .3125em}.mbsc-windows.mbsc-slider .mbsc-input-ic{top:-.0625em}.mbsc-windows.mbsc-slider .mbsc-progress-track{height:6px}.mbsc-windows .mbsc-slider-handle{border-radius:6px;height:1.5em;margin:-.75em -.25em 0 0;top:50%;width:.5em}.mbsc-windows .mbsc-slider-tooltip{height:1.875em;line-height:1.875em;padding:0 .75em;text-align:center;top:-2.75em;-webkit-transform:translateX(50%);transform:translateX(50%);transition:opacity .2s ease-in-out}.mbsc-windows .mbsc-active .mbsc-slider-tooltip,.mbsc-windows .mbsc-slider-handle:focus~.mbsc-slider-tooltip{opacity:1}.mbsc-windows .mbsc-slider-step{height:16px;top:-7px;width:1px;z-index:-1}.mbsc-windows .mbsc-progress-bar+.mbsc-slider-step{margin:0}.mbsc-windows .mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-progress-track{opacity:.4}.mbsc-windows.mbsc-slider-primary .mbsc-progress-bar{background:#3f97f6}.mbsc-windows.mbsc-slider-secondary .mbsc-progress-bar{background:#90979e}.mbsc-windows.mbsc-slider-success .mbsc-progress-bar{background:#43be5f}.mbsc-windows.mbsc-slider-danger .mbsc-progress-bar{background:#f5504e}.mbsc-windows.mbsc-slider-warning .mbsc-progress-bar{background:#f8b042}.mbsc-windows.mbsc-slider-info .mbsc-progress-bar{background:#5bb7c5}.mbsc-windows.mbsc-slider .mbsc-progress-track{background:#999;border-bottom:2px solid #f2f2f2;border-bottom-color:#fff;border-top:2px solid #f2f2f2;border-top-color:#fff}.mbsc-windows.mbsc-slider:hover .mbsc-progress-track{background:#666}.mbsc-windows.mbsc-slider:hover .mbsc-progress-track .mbsc-slider-handle{background:#262626}.mbsc-windows.mbsc-slider .mbsc-active~.mbsc-progress-cont .mbsc-progress-track{background:#999}.mbsc-windows.mbsc-slider .mbsc-active~.mbsc-progress-cont .mbsc-progress-track .mbsc-slider-handle{background:#ccc}.mbsc-windows .mbsc-slider-handle{background:#0078d7}.mbsc-windows .mbsc-slider-tooltip{background:#f2f2f2;border:1px solid #ccc;color:#262626}.mbsc-windows .mbsc-slider-step{background:#999}.mbsc-windows.mbsc-rating input:disabled~.mbsc-progress-cont .mbsc-progress-track{opacity:.4}.mbsc-windows.mbsc-rating.mbsc-rating-primary .mbsc-progress-track{color:#3f97f6}.mbsc-windows.mbsc-rating.mbsc-rating-secondary .mbsc-progress-track{color:#90979e}.mbsc-windows.mbsc-rating.mbsc-rating-success .mbsc-progress-track{color:#43be5f}.mbsc-windows.mbsc-rating.mbsc-rating-danger .mbsc-progress-track{color:#f5504e}.mbsc-windows.mbsc-rating.mbsc-rating-warning .mbsc-progress-track{color:#f8b042}.mbsc-windows.mbsc-rating.mbsc-rating-info .mbsc-progress-track{color:#5bb7c5}.mbsc-windows.mbsc-rating .mbsc-progress-track{color:#0078d7}.mbsc-windows .mbsc-fr-w{font-size:16px}.mbsc-windows .mbsc-ltr .mbsc-fr-btn-w .mbsc-fr-btn:before{padding:0 .375em 0 0}.mbsc-windows .mbsc-rtl .mbsc-fr-btn-w .mbsc-fr-btn:before{padding:0 0 0 .375em}.mbsc-windows.mbsc-fr-inline .mbsc-fr-w{border:0}.mbsc-windows .mbsc-fr-hdr{font-weight:700;padding:.5em}.mbsc-windows .mbsc-fr-btn{height:2.5em;line-height:2.5em;padding:0 .375em;text-align:center}.mbsc-windows .mbsc-fr-arr-w{margin:-1px 0}.mbsc-windows .mbsc-fr-overlay{background:rgba(0,0,0,.7)}.mbsc-windows .mbsc-fr-w{background:#f2f2f2;border:1px solid #ccc;color:#262626}.mbsc-windows .mbsc-fr-hdr{border-bottom:2px solid #ccc}.mbsc-windows .mbsc-fr-btn-cont{border-top:2px solid #ccc}.mbsc-windows .mbsc-fr-btn-w{background:#f2f2f2}.mbsc-windows .mbsc-fr-btn{color:#262626}.mbsc-windows .mbsc-fr-btn.mbsc-active,.mbsc-windows.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover{background:#d9d8d8}.mbsc-windows .mbsc-fr-arr{background:#f2f2f2;border:1px solid #ccc}.mbsc-windows.mbsc-wdg .mbsc-fr-btn-cont{border-top:0;padding:1em .875em}.mbsc-windows.mbsc-wdg .mbsc-fr-btn{height:2em;line-height:2em;margin:0 .125em}.mbsc-windows.mbsc-wdg.mbsc-fr-btn{background:#ccc}.mbsc-windows.mbsc-snackbar .mbsc-fr-w,.mbsc-windows.mbsc-toast .mbsc-fr-w{border:0}.mbsc-windows.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-windows.mbsc-toast.mbsc-primary .mbsc-toast-msg{background:#3f97f6}.mbsc-windows.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-windows.mbsc-toast.mbsc-secondary .mbsc-toast-msg{background:#90979e}.mbsc-windows.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-windows.mbsc-toast.mbsc-success .mbsc-toast-msg{background:#43be5f}.mbsc-windows.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-windows.mbsc-toast.mbsc-danger .mbsc-toast-msg{background:#f5504e}.mbsc-windows.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-windows.mbsc-toast.mbsc-warning .mbsc-toast-msg{background:#f8b042}.mbsc-windows.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-windows.mbsc-toast.mbsc-info .mbsc-toast-msg{background:#5bb7c5}.mbsc-windows.mbsc-snackbar .mbsc-snackbar-btn{color:#0078d7}.mbsc-windows.mbsc-toast .mbsc-toast-msg{background:#666;color:#fff}.mbsc-windows.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-windows.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,.mbsc-windows.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-windows.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn,.mbsc-windows.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-windows.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,.mbsc-windows.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-windows.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,.mbsc-windows.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-windows.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,.mbsc-windows.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-windows.mbsc-toast.mbsc-danger .mbsc-toast-msg,.mbsc-windows.mbsc-toast.mbsc-info .mbsc-toast-msg,.mbsc-windows.mbsc-toast.mbsc-primary .mbsc-toast-msg,.mbsc-windows.mbsc-toast.mbsc-secondary .mbsc-toast-msg,.mbsc-windows.mbsc-toast.mbsc-success .mbsc-toast-msg,.mbsc-windows.mbsc-toast.mbsc-warning .mbsc-toast-msg{color:#efeff4}.mbsc-windows.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn{color:#000}.mbsc-windows .mbsc-divider,.mbsc-windows .mbsc-form-group-title{font-size:1.5em;line-height:2em;padding:0 .666667em}.mbsc-windows.mbsc-checkbox .mbsc-err-msg,.mbsc-windows.mbsc-radio .mbsc-err-msg,.mbsc-windows.mbsc-switch .mbsc-err-msg{padding-top:0}.mbsc-windows .mbsc-checkbox-box,.mbsc-windows .mbsc-radio-box{margin-top:-.6875em}.mbsc-windows.mbsc-checkbox input:disabled+.mbsc-checkbox-box,.mbsc-windows.mbsc-checkbox input:disabled~.mbsc-desc,.mbsc-windows.mbsc-checkbox input:disabled~.mbsc-label,.mbsc-windows.mbsc-radio input:disabled+.mbsc-radio-box,.mbsc-windows.mbsc-radio input:disabled~.mbsc-desc,.mbsc-windows.mbsc-radio input:disabled~.mbsc-label,.mbsc-windows.mbsc-switch input:disabled+.mbsc-switch-track,.mbsc-windows.mbsc-switch input:disabled~.mbsc-desc,.mbsc-windows.mbsc-switch input:disabled~.mbsc-label{opacity:.2}.mbsc-windows.mbsc-ltr.mbsc-checkbox{padding:1.125em 1em 1.125em 2.875em}.mbsc-windows.mbsc-rtl.mbsc-checkbox{padding:1.125em 2.875em 1.125em 1em}.mbsc-windows .mbsc-checkbox-box{height:1.3125em;left:1em;width:1.3125em}.mbsc-windows.mbsc-rtl .mbsc-checkbox-box{left:auto;right:1em}.mbsc-windows .mbsc-checkbox-box:after{height:.475em;left:10%;top:16%;width:.875em}.mbsc-windows.mbsc-checkbox-primary.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#3f97f6;border-color:#3f97f6}.mbsc-windows.mbsc-checkbox-secondary.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#90979e;border-color:#90979e}.mbsc-windows.mbsc-checkbox-success.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#43be5f;border-color:#43be5f}.mbsc-windows.mbsc-checkbox-danger.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#f5504e;border-color:#f5504e}.mbsc-windows.mbsc-checkbox-warning.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#f8b042;border-color:#f8b042}.mbsc-windows.mbsc-checkbox-info.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#5bb7c5;border-color:#5bb7c5}.mbsc-windows.mbsc-ltr.mbsc-radio{padding:1.125em 3.25em 1.125em 1em}.mbsc-windows.mbsc-rtl.mbsc-radio{padding:1.125em 1em 1.125em 3.25em}.mbsc-windows .mbsc-radio-box{right:1.125em}.mbsc-windows.mbsc-rtl .mbsc-radio-box{left:1.125em;right:auto}.mbsc-windows.mbsc-radio-primary .mbsc-radio-box:after{background:#3f97f6}.mbsc-windows.mbsc-radio-secondary .mbsc-radio-box:after{background:#90979e}.mbsc-windows.mbsc-radio-success .mbsc-radio-box:after{background:#43be5f}.mbsc-windows.mbsc-radio-danger .mbsc-radio-box:after{background:#f5504e}.mbsc-windows.mbsc-radio-warning .mbsc-radio-box:after{background:#f8b042}.mbsc-windows.mbsc-radio-info .mbsc-radio-box:after{background:#5bb7c5}.mbsc-windows.mbsc-btn{border-radius:0;margin:.5em .25em;padding:.3125em .5em}.mbsc-windows .mbsc-btn-ic{padding-right:.5em}.mbsc-windows .mbsc-btn-icon-only .mbsc-btn-ic{padding:0}.mbsc-windows.mbsc-btn:disabled{opacity:.3}.mbsc-windows.mbsc-no-touch.mbsc-btn-flat:not(:disabled):hover{opacity:.7}.mbsc-windows.mbsc-btn.mbsc-btn-flat.mbsc-active:not(:disabled){opacity:1}.mbsc-windows .mbsc-btn-group,.mbsc-windows .mbsc-btn-group-justified{margin:.5em .75em}.mbsc-windows .mbsc-btn-group-block{margin:.5em 1em}.mbsc-windows.mbsc-btn-primary.mbsc-btn{background:#3f97f6;border-color:#3f97f6;color:#fff}.mbsc-windows.mbsc-btn-primary.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent;color:#3f97f6}.mbsc-windows.mbsc-btn-primary.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(63,151,246,.25)}.mbsc-windows.mbsc-btn-secondary.mbsc-btn{background:#90979e;border-color:#90979e;color:#fff}.mbsc-windows.mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent;color:#90979e}.mbsc-windows.mbsc-btn-secondary.mbsc-btn.mbsc-btn-flat.mbsc-active{background:hsla(210,7%,59%,.25)}.mbsc-windows.mbsc-btn-success.mbsc-btn{background:#43be5f;border-color:#43be5f;color:#fff}.mbsc-windows.mbsc-btn-success.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent;color:#43be5f}.mbsc-windows.mbsc-btn-success.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(67,190,95,.25)}.mbsc-windows.mbsc-btn-danger.mbsc-btn{background:#f5504e;border-color:#f5504e;color:#fff}.mbsc-windows.mbsc-btn-danger.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent;color:#f5504e}.mbsc-windows.mbsc-btn-danger.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(245,80,78,.25)}.mbsc-windows.mbsc-btn-warning.mbsc-btn{background:#f8b042;border-color:#f8b042;color:#fff}.mbsc-windows.mbsc-btn-warning.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent;color:#f8b042}.mbsc-windows.mbsc-btn-warning.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(248,176,66,.25)}.mbsc-windows.mbsc-btn-info.mbsc-btn{background:#5bb7c5;border-color:#5bb7c5;color:#fff}.mbsc-windows.mbsc-btn-info.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent;color:#5bb7c5}.mbsc-windows.mbsc-btn-info.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(91,183,197,.25)}.mbsc-windows.mbsc-btn-light.mbsc-btn{background:#bfbfbf;border-color:#bfbfbf;color:#000}.mbsc-windows.mbsc-btn-light.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent;color:#bfbfbf}.mbsc-windows.mbsc-btn-light.mbsc-btn.mbsc-btn-flat.mbsc-active{background:hsla(0,0%,75%,.25)}.mbsc-windows.mbsc-btn-dark.mbsc-btn{background:#47494a;border-color:#47494a;color:#fff}.mbsc-windows.mbsc-btn-dark.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent;color:#47494a}.mbsc-windows.mbsc-btn-dark.mbsc-btn.mbsc-btn-flat.mbsc-active{background:rgba(71,73,74,.25)}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-active{opacity:1}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-primary{background:transparent;border-color:#3f97f6;color:#3f97f6}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-primary.mbsc-active{background:#3f97f6;color:#fff}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-secondary{background:transparent;border-color:#90979e;color:#90979e}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-secondary.mbsc-active{background:#90979e;color:#fff}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-success{background:transparent;border-color:#43be5f;color:#43be5f}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-success.mbsc-active{background:#43be5f;color:#fff}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-danger{background:transparent;border-color:#f5504e;color:#f5504e}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-danger.mbsc-active{background:#f5504e;color:#fff}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-warning{background:transparent;border-color:#f8b042;color:#f8b042}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-warning.mbsc-active{background:#f8b042;color:#fff}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-info{background:transparent;border-color:#5bb7c5;color:#5bb7c5}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-info.mbsc-active{background:#5bb7c5;color:#fff}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-light{background:transparent;border-color:#bfbfbf;color:#bfbfbf}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-light.mbsc-active{background:#bfbfbf;color:#47494a}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-dark{background:transparent;border-color:#47494a;color:#47494a}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-btn-dark.mbsc-active{background:#47494a;color:#fff}.mbsc-windows.mbsc-no-touch.mbsc-btn-primary.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#0964c6}.mbsc-windows.mbsc-no-touch.mbsc-btn-secondary.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#5d646b}.mbsc-windows.mbsc-no-touch.mbsc-btn-success.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#287339}.mbsc-windows.mbsc-no-touch.mbsc-btn-danger.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#d10e0c}.mbsc-windows.mbsc-no-touch.mbsc-btn-warning.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#cc7f08}.mbsc-windows.mbsc-no-touch.mbsc-btn-info.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#317e89}.mbsc-windows.mbsc-no-touch.mbsc-btn-light.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#999}.mbsc-windows.mbsc-no-touch.mbsc-btn-dark.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#000}.mbsc-windows .mbsc-btn-primary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled){background:#0964c6;border-color:#0964c6}.mbsc-windows .mbsc-btn-secondary.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled){background:#5d646b;border-color:#5d646b}.mbsc-windows .mbsc-btn-success.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled){background:#287339;border-color:#287339}.mbsc-windows .mbsc-btn-danger.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled){background:#d10e0c;border-color:#d10e0c}.mbsc-windows .mbsc-btn-warning.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled){background:#cc7f08;border-color:#cc7f08}.mbsc-windows .mbsc-btn-info.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled){background:#317e89;border-color:#317e89}.mbsc-windows .mbsc-btn-light.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled){background:#999;border-color:#999}.mbsc-windows .mbsc-btn-dark.mbsc-btn.mbsc-active:not(.mbsc-btn-flat):not(:disabled){background:#000;border-color:#000}.mbsc-windows.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent}.mbsc-windows.mbsc-ltr.mbsc-switch{padding:1.125em 5.875em 1.125em 1em}.mbsc-windows.mbsc-rtl.mbsc-switch{padding:1.125em 1em 1.125em 5.875em}.mbsc-windows .mbsc-switch-track{border-radius:10px;height:1.25em;margin-top:-.645em;padding:0 .5em;right:1.125em;width:2.75em}.mbsc-windows.mbsc-rtl .mbsc-switch-track{left:1.125em;right:auto}.mbsc-windows .mbsc-switch-track .mbsc-switch-handle{border-radius:10px;height:.625em;left:50%;margin:-.3125em 0 0 -.3125em;right:auto;top:50%;width:.625em;z-index:1}.mbsc-windows.mbsc-switch-primary.mbsc-switch input:checked+.mbsc-switch-track{background:#3f97f6;border-color:#3f97f6}.mbsc-windows.mbsc-switch-secondary.mbsc-switch input:checked+.mbsc-switch-track{background:#90979e;border-color:#90979e}.mbsc-windows.mbsc-switch-success.mbsc-switch input:checked+.mbsc-switch-track{background:#43be5f;border-color:#43be5f}.mbsc-windows.mbsc-switch-danger.mbsc-switch input:checked+.mbsc-switch-track{background:#f5504e;border-color:#f5504e}.mbsc-windows.mbsc-switch-warning.mbsc-switch input:checked+.mbsc-switch-track{background:#f8b042;border-color:#f8b042}.mbsc-windows.mbsc-switch-info.mbsc-switch input:checked+.mbsc-switch-track{background:#5bb7c5;border-color:#5bb7c5}.mbsc-windows.mbsc-segmented{padding:.75em 1em}.mbsc-windows .mbsc-segmented-content{height:2.285715em;line-height:2.285715em;padding:0 .4285715em}.mbsc-windows .mbsc-segmented-content.mbsc-stepper-val{box-sizing:border-box}.mbsc-windows .mbsc-stepper{margin-top:-1em}.mbsc-windows.mbsc-ltr.mbsc-stepper-cont{padding:1.75em 13em 1.75em 1em}.mbsc-windows.mbsc-rtl.mbsc-stepper-cont{padding:1.75em 1em 1.75em 13em}.mbsc-windows.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-windows.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content,.mbsc-windows.mbsc-stepper .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content{opacity:.3}.mbsc-windows.mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-primary.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#3f97f6}.mbsc-windows.mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-secondary.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#90979e}.mbsc-windows.mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-success.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#43be5f}.mbsc-windows.mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-danger.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#f5504e}.mbsc-windows.mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-warning.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#f8b042}.mbsc-windows.mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-info.mbsc-segmented-item input.mbsc-control:checked+.mbsc-segmented-content{background:#5bb7c5}.mbsc-windows.mbsc-no-touch.mbsc-segmented-primary.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active)+.mbsc-segmented-content{background:rgba(63,151,246,.25)}.mbsc-windows.mbsc-no-touch.mbsc-segmented-secondary.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active)+.mbsc-segmented-content{background:hsla(210,7%,59%,.25)}.mbsc-windows.mbsc-no-touch.mbsc-segmented-success.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active)+.mbsc-segmented-content{background:rgba(67,190,95,.25)}.mbsc-windows.mbsc-no-touch.mbsc-segmented-danger.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active)+.mbsc-segmented-content{background:rgba(245,80,78,.25)}.mbsc-windows.mbsc-no-touch.mbsc-segmented-warning.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active)+.mbsc-segmented-content{background:rgba(248,176,66,.25)}.mbsc-windows.mbsc-no-touch.mbsc-segmented-info.mbsc-segmented-item:hover input:not(:disabled):not(.mbsc-active)+.mbsc-segmented-content{background:rgba(91,183,197,.25)}.mbsc-windows.mbsc-no-touch.mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content{background:#0e7df4}.mbsc-windows.mbsc-no-touch.mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content{background:#757e86}.mbsc-windows.mbsc-no-touch.mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content{background:#35994c}.mbsc-windows.mbsc-no-touch.mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content{background:#f2201e}.mbsc-windows.mbsc-no-touch.mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content{background:#f69b11}.mbsc-windows.mbsc-no-touch.mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item:not(.mbsc-disabled):hover .mbsc-segmented-content{background:#3ea0af}.mbsc-windows.mbsc-stepper-primary .mbsc-segmented-content.mbsc-stepper-val{border-color:#3f97f6}.mbsc-windows.mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content{background:#3f97f6}.mbsc-windows.mbsc-stepper-primary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content{background:#0858ad}.mbsc-windows.mbsc-stepper-secondary .mbsc-segmented-content.mbsc-stepper-val{border-color:#90979e}.mbsc-windows.mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content{background:#90979e}.mbsc-windows.mbsc-stepper-secondary .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content{background:#51575d}.mbsc-windows.mbsc-stepper-success .mbsc-segmented-content.mbsc-stepper-val{border-color:#43be5f}.mbsc-windows.mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content{background:#43be5f}.mbsc-windows.mbsc-stepper-success .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content{background:#216030}.mbsc-windows.mbsc-stepper-danger .mbsc-segmented-content.mbsc-stepper-val{border-color:#f5504e}.mbsc-windows.mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content{background:#f5504e}.mbsc-windows.mbsc-stepper-danger .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content{background:#b90d0a}.mbsc-windows.mbsc-stepper-warning .mbsc-segmented-content.mbsc-stepper-val{border-color:#f8b042}.mbsc-windows.mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content{background:#f8b042}.mbsc-windows.mbsc-stepper-warning .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content{background:#b46f07}.mbsc-windows.mbsc-stepper-info .mbsc-segmented-content.mbsc-stepper-val{border-color:#5bb7c5}.mbsc-windows.mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control .mbsc-segmented-content{background:#5bb7c5}.mbsc-windows.mbsc-stepper-info .mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active:not(.mbsc-disabled) .mbsc-segmented-content{background:#2a6c77}.mbsc-windows.mbsc-form{background-color:#fff;color:#262626}.mbsc-windows.mbsc-control-w{color:#262626}.mbsc-windows.mbsc-control-w ::-moz-selection,.mbsc-windows.mbsc-control-w ::selection,.mbsc-windows.mbsc-form ::-moz-selection,.mbsc-windows.mbsc-form ::selection{background:rgba(0,120,215,.9);color:#fff}.mbsc-windows .mbsc-form-group-title{color:#262626}.mbsc-windows .mbsc-checkbox-box,.mbsc-windows .mbsc-radio-box{border:.125em solid #262626}.mbsc-windows .mbsc-checkbox-box:after{border:.125em solid #e5f1fb;border-right:0;border-top:0}.mbsc-windows.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#0078d7;border-color:#0078d7}.mbsc-windows.mbsc-checkbox input.mbsc-active+.mbsc-checkbox-box{background:#666;border-color:#666}.mbsc-windows .mbsc-radio-box:after{background:#262626}.mbsc-windows.mbsc-radio input:checked+.mbsc-radio-box{border-color:#0078d7}.mbsc-windows.mbsc-radio input.mbsc-active+.mbsc-radio-box{border-color:rgba(38,38,38,.6)}.mbsc-windows.mbsc-radio input.mbsc-active+.mbsc-radio-box:after{background:rgba(38,38,38,.6)}.mbsc-windows.mbsc-btn{background:#ccc;border:.125em solid #ccc;color:#262626}.mbsc-windows.mbsc-no-touch.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#7a7a7a}.mbsc-windows.mbsc-btn.mbsc-active{background:#7a7a7a;border-color:#7a7a7a}.mbsc-windows.mbsc-no-touch.mbsc-btn-flat:not(:disabled):hover{background:transparent;border-color:transparent}.mbsc-windows.mbsc-btn.mbsc-btn-flat.mbsc-active:not(:disabled){background:hsla(0,0%,80%,.25)}.mbsc-windows.mbsc-btn.mbsc-btn-outline{background:transparent;border:.125em solid #999;color:#999}.mbsc-windows.mbsc-btn.mbsc-btn-outline.mbsc-active{background:#7f7f7f;border-color:#7f7f7f;color:#262626}.mbsc-windows.mbsc-no-touch.mbsc-btn.mbsc-btn-outline:not(:disabled):hover{border-color:#7f7f7f}.mbsc-windows .mbsc-switch-track{border:2px solid #262626}.mbsc-windows .mbsc-switch-track .mbsc-switch-handle{background:#262626}.mbsc-windows.mbsc-switch input:checked+.mbsc-switch-track{background:#0078d7;border-color:#0078d7}.mbsc-windows.mbsc-switch input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#f2f2f2}.mbsc-windows.mbsc-switch input:checked:disabled+.mbsc-switch-track{background:#262626;border-color:#262626}.mbsc-windows.mbsc-form .mbsc-switch input.mbsc-active+.mbsc-switch-track{background:#666;border-color:#666}.mbsc-windows.mbsc-form .mbsc-switch input.mbsc-active+.mbsc-switch-track .mbsc-switch-handle{background:#f2f2f2}.mbsc-windows .mbsc-segmented-content{background:#ccc;color:#262626}.mbsc-windows .mbsc-segmented-content.mbsc-stepper-val{background:transparent;border-bottom:2px solid #ccc;border-top:2px solid #ccc}.mbsc-windows.mbsc-ltr.mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item{border-right:1px solid #c2c2c2}.mbsc-windows.mbsc-rtl.mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item{border-left:1px solid #c2c2c2}.mbsc-windows.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control,.mbsc-windows.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-plus,.mbsc-windows.mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item:last-child,.mbsc-windows.mbsc-stepper-val-left .mbsc-segmented input+.mbsc-segmented-item{border:0}.mbsc-windows.mbsc-ltr.mbsc-segmented .mbsc-stepper-control+.mbsc-stepper-control{border-left:1px solid #c2c2c2}.mbsc-windows.mbsc-rtl.mbsc-segmented .mbsc-stepper-control+.mbsc-stepper-control{border-right:1px solid #c2c2c2}.mbsc-windows.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#262626;color:#fff}.mbsc-windows .mbsc-stepper .mbsc-segmented-item.mbsc-active .mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#7a7a7a}.mbsc-windows .mbsc-stepper .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-windows.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-windows.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{background:#ccc}.mbsc-windows .mbsc-stepper input:disabled{-webkit-text-fill-color:#c7c7c7;color:#c7c7c7}.mbsc-windows.mbsc-segmented .mbsc-segmented-item input:disabled:checked+.mbsc-segmented-content{background:#c7c7c7;color:#fff}.mbsc-windows .mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content{background:transparent}.mbsc-windows .mbsc-stepper input{color:#262626}.mbsc-windows.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content{background:#d9d8d8}.mbsc-grid,.mbsc-grid-fixed,.mbsc-grid-unresp{box-sizing:border-box;margin-left:auto;margin-right:auto;padding-left:1em;padding-right:1em;width:100%}.mbsc-grid *,.mbsc-grid-fixed *,.mbsc-grid-unresp *{box-sizing:border-box}.mbsc-form-grid .mbsc-col,.mbsc-form-grid [class*=mbsc-col-],.mbsc-no-padding .mbsc-col,.mbsc-no-padding [class*=mbsc-col-]{padding-left:0;padding-right:0}.mbsc-row{display:flex;flex-wrap:wrap;margin-left:-1em;margin-right:-1em}.mbsc-col{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-col,.mbsc-col-1,.mbsc-col-10,.mbsc-col-11,.mbsc-col-12,.mbsc-col-2,.mbsc-col-3,.mbsc-col-4,.mbsc-col-5,.mbsc-col-6,.mbsc-col-7,.mbsc-col-8,.mbsc-col-9,.mbsc-col-auto,.mbsc-col-lg,.mbsc-col-lg-1,.mbsc-col-lg-10,.mbsc-col-lg-11,.mbsc-col-lg-12,.mbsc-col-lg-2,.mbsc-col-lg-3,.mbsc-col-lg-4,.mbsc-col-lg-5,.mbsc-col-lg-6,.mbsc-col-lg-7,.mbsc-col-lg-8,.mbsc-col-lg-9,.mbsc-col-lg-auto,.mbsc-col-md,.mbsc-col-md-1,.mbsc-col-md-10,.mbsc-col-md-11,.mbsc-col-md-12,.mbsc-col-md-2,.mbsc-col-md-3,.mbsc-col-md-4,.mbsc-col-md-5,.mbsc-col-md-6,.mbsc-col-md-7,.mbsc-col-md-8,.mbsc-col-md-9,.mbsc-col-md-auto,.mbsc-col-sm,.mbsc-col-sm-1,.mbsc-col-sm-10,.mbsc-col-sm-11,.mbsc-col-sm-12,.mbsc-col-sm-2,.mbsc-col-sm-3,.mbsc-col-sm-4,.mbsc-col-sm-5,.mbsc-col-sm-6,.mbsc-col-sm-7,.mbsc-col-sm-8,.mbsc-col-sm-9,.mbsc-col-sm-auto,.mbsc-col-xl,.mbsc-col-xl-1,.mbsc-col-xl-10,.mbsc-col-xl-11,.mbsc-col-xl-12,.mbsc-col-xl-2,.mbsc-col-xl-3,.mbsc-col-xl-4,.mbsc-col-xl-5,.mbsc-col-xl-6,.mbsc-col-xl-7,.mbsc-col-xl-8,.mbsc-col-xl-9,.mbsc-col-xl-auto{min-height:1px;padding-left:1em;padding-right:1em;position:relative;width:100%}.mbsc-col-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-col-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-col-3{flex:0 0 25%;max-width:25%}.mbsc-col-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-col-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-col-6{flex:0 0 50%;max-width:50%}.mbsc-col-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-col-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-col-9{flex:0 0 75%;max-width:75%}.mbsc-col-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-col-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-col-12{flex:0 0 100%;max-width:100%}.mbsc-col-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-offset-1{margin-left:8.333333%}.mbsc-offset-2{margin-left:16.666667%}.mbsc-offset-3{margin-left:25%}.mbsc-offset-4{margin-left:33.333333%}.mbsc-offset-5{margin-left:41.666667%}.mbsc-offset-6{margin-left:50%}.mbsc-offset-7{margin-left:58.333333%}.mbsc-offset-8{margin-left:66.666667%}.mbsc-offset-9{margin-left:75%}.mbsc-offset-10{margin-left:83.333333%}.mbsc-offset-11{margin-left:91.666667%}.mbsc-grid-sm.mbsc-grid-fixed{max-width:540px}.mbsc-grid-sm .mbsc-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-grid-sm .mbsc-col-sm-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-grid-sm .mbsc-col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-grid-sm .mbsc-col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-grid-sm .mbsc-col-sm-3{flex:0 0 25%;max-width:25%}.mbsc-grid-sm .mbsc-col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-grid-sm .mbsc-col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-grid-sm .mbsc-col-sm-6{flex:0 0 50%;max-width:50%}.mbsc-grid-sm .mbsc-col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-grid-sm .mbsc-col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-grid-sm .mbsc-col-sm-9{flex:0 0 75%;max-width:75%}.mbsc-grid-sm .mbsc-col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-grid-sm .mbsc-col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-grid-sm .mbsc-col-sm-12{flex:0 0 100%;max-width:100%}.mbsc-grid-sm .mbsc-offset-sm-0{margin-left:0}.mbsc-grid-sm .mbsc-offset-sm-1{margin-left:8.333333%}.mbsc-grid-sm .mbsc-offset-sm-2{margin-left:16.666667%}.mbsc-grid-sm .mbsc-offset-sm-3{margin-left:25%}.mbsc-grid-sm .mbsc-offset-sm-4{margin-left:33.333333%}.mbsc-grid-sm .mbsc-offset-sm-5{margin-left:41.666667%}.mbsc-grid-sm .mbsc-offset-sm-6{margin-left:50%}.mbsc-grid-sm .mbsc-offset-sm-7{margin-left:58.333333%}.mbsc-grid-sm .mbsc-offset-sm-8{margin-left:66.666667%}.mbsc-grid-sm .mbsc-offset-sm-9{margin-left:75%}.mbsc-grid-sm .mbsc-offset-sm-10{margin-left:83.333333%}.mbsc-grid-sm .mbsc-offset-sm-11{margin-left:91.666667%}.mbsc-grid-sm .mbsc-push-sm-0{left:auto}.mbsc-grid-sm .mbsc-push-sm-1{left:8.33333333%}.mbsc-grid-sm .mbsc-push-sm-2{left:16.66666667%}.mbsc-grid-sm .mbsc-push-sm-3{left:25%}.mbsc-grid-sm .mbsc-push-sm-4{left:33.33333333%}.mbsc-grid-sm .mbsc-push-sm-5{left:41.66666667%}.mbsc-grid-sm .mbsc-push-sm-6{left:50%}.mbsc-grid-sm .mbsc-push-sm-7{left:58.33333333%}.mbsc-grid-sm .mbsc-push-sm-8{left:66.66666667%}.mbsc-grid-sm .mbsc-push-sm-9{left:75%}.mbsc-grid-sm .mbsc-push-sm-10{left:83.33333333%}.mbsc-grid-sm .mbsc-push-sm-11{left:91.66666667%}.mbsc-grid-sm .mbsc-push-sm-12{left:100%}.mbsc-grid-sm .mbsc-pull-sm-0{right:auto}.mbsc-grid-sm .mbsc-pull-sm-1{right:8.33333333%}.mbsc-grid-sm .mbsc-pull-sm-2{right:16.66666667%}.mbsc-grid-sm .mbsc-pull-sm-3{right:25%}.mbsc-grid-sm .mbsc-pull-sm-4{right:33.33333333%}.mbsc-grid-sm .mbsc-pull-sm-5{right:41.66666667%}.mbsc-grid-sm .mbsc-pull-sm-6{right:50%}.mbsc-grid-sm .mbsc-pull-sm-7{right:58.33333333%}.mbsc-grid-sm .mbsc-pull-sm-8{right:66.66666667%}.mbsc-grid-sm .mbsc-pull-sm-9{right:75%}.mbsc-grid-sm .mbsc-pull-sm-10{right:83.33333333%}.mbsc-grid-sm .mbsc-pull-sm-11{right:91.66666667%}.mbsc-grid-sm .mbsc-pull-sm-12{right:100%}@media(min-width:576px){.mbsc-grid.mbsc-grid-fixed{max-width:540px}.mbsc-grid .mbsc-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-grid .mbsc-col-sm-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-grid .mbsc-col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-grid .mbsc-col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-grid .mbsc-col-sm-3{flex:0 0 25%;max-width:25%}.mbsc-grid .mbsc-col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-grid .mbsc-col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-grid .mbsc-col-sm-6{flex:0 0 50%;max-width:50%}.mbsc-grid .mbsc-col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-grid .mbsc-col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-grid .mbsc-col-sm-9{flex:0 0 75%;max-width:75%}.mbsc-grid .mbsc-col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-grid .mbsc-col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-grid .mbsc-col-sm-12{flex:0 0 100%;max-width:100%}.mbsc-grid .mbsc-offset-sm-0{margin-left:0}.mbsc-grid .mbsc-offset-sm-1{margin-left:8.333333%}.mbsc-grid .mbsc-offset-sm-2{margin-left:16.666667%}.mbsc-grid .mbsc-offset-sm-3{margin-left:25%}.mbsc-grid .mbsc-offset-sm-4{margin-left:33.333333%}.mbsc-grid .mbsc-offset-sm-5{margin-left:41.666667%}.mbsc-grid .mbsc-offset-sm-6{margin-left:50%}.mbsc-grid .mbsc-offset-sm-7{margin-left:58.333333%}.mbsc-grid .mbsc-offset-sm-8{margin-left:66.666667%}.mbsc-grid .mbsc-offset-sm-9{margin-left:75%}.mbsc-grid .mbsc-offset-sm-10{margin-left:83.333333%}.mbsc-grid .mbsc-offset-sm-11{margin-left:91.666667%}.mbsc-grid .mbsc-push-sm-0{left:auto}.mbsc-grid .mbsc-push-sm-1{left:8.33333333%}.mbsc-grid .mbsc-push-sm-2{left:16.66666667%}.mbsc-grid .mbsc-push-sm-3{left:25%}.mbsc-grid .mbsc-push-sm-4{left:33.33333333%}.mbsc-grid .mbsc-push-sm-5{left:41.66666667%}.mbsc-grid .mbsc-push-sm-6{left:50%}.mbsc-grid .mbsc-push-sm-7{left:58.33333333%}.mbsc-grid .mbsc-push-sm-8{left:66.66666667%}.mbsc-grid .mbsc-push-sm-9{left:75%}.mbsc-grid .mbsc-push-sm-10{left:83.33333333%}.mbsc-grid .mbsc-push-sm-11{left:91.66666667%}.mbsc-grid .mbsc-push-sm-12{left:100%}.mbsc-grid .mbsc-pull-sm-0{right:auto}.mbsc-grid .mbsc-pull-sm-1{right:8.33333333%}.mbsc-grid .mbsc-pull-sm-2{right:16.66666667%}.mbsc-grid .mbsc-pull-sm-3{right:25%}.mbsc-grid .mbsc-pull-sm-4{right:33.33333333%}.mbsc-grid .mbsc-pull-sm-5{right:41.66666667%}.mbsc-grid .mbsc-pull-sm-6{right:50%}.mbsc-grid .mbsc-pull-sm-7{right:58.33333333%}.mbsc-grid .mbsc-pull-sm-8{right:66.66666667%}.mbsc-grid .mbsc-pull-sm-9{right:75%}.mbsc-grid .mbsc-pull-sm-10{right:83.33333333%}.mbsc-grid .mbsc-pull-sm-11{right:91.66666667%}.mbsc-grid .mbsc-pull-sm-12{right:100%}}.mbsc-grid-md.mbsc-grid-fixed{max-width:720px}.mbsc-grid-md .mbsc-col-md{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-grid-md .mbsc-col-md-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-grid-md .mbsc-col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-grid-md .mbsc-col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-grid-md .mbsc-col-md-3{flex:0 0 25%;max-width:25%}.mbsc-grid-md .mbsc-col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-grid-md .mbsc-col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-grid-md .mbsc-col-md-6{flex:0 0 50%;max-width:50%}.mbsc-grid-md .mbsc-col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-grid-md .mbsc-col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-grid-md .mbsc-col-md-9{flex:0 0 75%;max-width:75%}.mbsc-grid-md .mbsc-col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-grid-md .mbsc-col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-grid-md .mbsc-col-md-12{flex:0 0 100%;max-width:100%}.mbsc-grid-md .mbsc-offset-md-0{margin-left:0}.mbsc-grid-md .mbsc-offset-md-1{margin-left:8.333333%}.mbsc-grid-md .mbsc-offset-md-2{margin-left:16.666667%}.mbsc-grid-md .mbsc-offset-md-3{margin-left:25%}.mbsc-grid-md .mbsc-offset-md-4{margin-left:33.333333%}.mbsc-grid-md .mbsc-offset-md-5{margin-left:41.666667%}.mbsc-grid-md .mbsc-offset-md-6{margin-left:50%}.mbsc-grid-md .mbsc-offset-md-7{margin-left:58.333333%}.mbsc-grid-md .mbsc-offset-md-8{margin-left:66.666667%}.mbsc-grid-md .mbsc-offset-md-9{margin-left:75%}.mbsc-grid-md .mbsc-offset-md-10{margin-left:83.333333%}.mbsc-grid-md .mbsc-offset-md-11{margin-left:91.666667%}.mbsc-grid-md .mbsc-push-md-0{left:auto}.mbsc-grid-md .mbsc-push-md-1{left:8.33333333%}.mbsc-grid-md .mbsc-push-md-2{left:16.66666667%}.mbsc-grid-md .mbsc-push-md-3{left:25%}.mbsc-grid-md .mbsc-push-md-4{left:33.33333333%}.mbsc-grid-md .mbsc-push-md-5{left:41.66666667%}.mbsc-grid-md .mbsc-push-md-6{left:50%}.mbsc-grid-md .mbsc-push-md-7{left:58.33333333%}.mbsc-grid-md .mbsc-push-md-8{left:66.66666667%}.mbsc-grid-md .mbsc-push-md-9{left:75%}.mbsc-grid-md .mbsc-push-md-10{left:83.33333333%}.mbsc-grid-md .mbsc-push-md-11{left:91.66666667%}.mbsc-grid-md .mbsc-push-md-12{left:100%}.mbsc-grid-md .mbsc-pull-md-0{right:auto}.mbsc-grid-md .mbsc-pull-md-1{right:8.33333333%}.mbsc-grid-md .mbsc-pull-md-2{right:16.66666667%}.mbsc-grid-md .mbsc-pull-md-3{right:25%}.mbsc-grid-md .mbsc-pull-md-4{right:33.33333333%}.mbsc-grid-md .mbsc-pull-md-5{right:41.66666667%}.mbsc-grid-md .mbsc-pull-md-6{right:50%}.mbsc-grid-md .mbsc-pull-md-7{right:58.33333333%}.mbsc-grid-md .mbsc-pull-md-8{right:66.66666667%}.mbsc-grid-md .mbsc-pull-md-9{right:75%}.mbsc-grid-md .mbsc-pull-md-10{right:83.33333333%}.mbsc-grid-md .mbsc-pull-md-11{right:91.66666667%}.mbsc-grid-md .mbsc-pull-md-12{right:100%}@media(min-width:768px){.mbsc-grid.mbsc-grid-fixed{max-width:720px}.mbsc-grid .mbsc-col-md{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-grid .mbsc-col-md-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-grid .mbsc-col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-grid .mbsc-col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-grid .mbsc-col-md-3{flex:0 0 25%;max-width:25%}.mbsc-grid .mbsc-col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-grid .mbsc-col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-grid .mbsc-col-md-6{flex:0 0 50%;max-width:50%}.mbsc-grid .mbsc-col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-grid .mbsc-col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-grid .mbsc-col-md-9{flex:0 0 75%;max-width:75%}.mbsc-grid .mbsc-col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-grid .mbsc-col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-grid .mbsc-col-md-12{flex:0 0 100%;max-width:100%}.mbsc-grid .mbsc-offset-md-0{margin-left:0}.mbsc-grid .mbsc-offset-md-1{margin-left:8.333333%}.mbsc-grid .mbsc-offset-md-2{margin-left:16.666667%}.mbsc-grid .mbsc-offset-md-3{margin-left:25%}.mbsc-grid .mbsc-offset-md-4{margin-left:33.333333%}.mbsc-grid .mbsc-offset-md-5{margin-left:41.666667%}.mbsc-grid .mbsc-offset-md-6{margin-left:50%}.mbsc-grid .mbsc-offset-md-7{margin-left:58.333333%}.mbsc-grid .mbsc-offset-md-8{margin-left:66.666667%}.mbsc-grid .mbsc-offset-md-9{margin-left:75%}.mbsc-grid .mbsc-offset-md-10{margin-left:83.333333%}.mbsc-grid .mbsc-offset-md-11{margin-left:91.666667%}.mbsc-grid .mbsc-push-md-0{left:auto}.mbsc-grid .mbsc-push-md-1{left:8.33333333%}.mbsc-grid .mbsc-push-md-2{left:16.66666667%}.mbsc-grid .mbsc-push-md-3{left:25%}.mbsc-grid .mbsc-push-md-4{left:33.33333333%}.mbsc-grid .mbsc-push-md-5{left:41.66666667%}.mbsc-grid .mbsc-push-md-6{left:50%}.mbsc-grid .mbsc-push-md-7{left:58.33333333%}.mbsc-grid .mbsc-push-md-8{left:66.66666667%}.mbsc-grid .mbsc-push-md-9{left:75%}.mbsc-grid .mbsc-push-md-10{left:83.33333333%}.mbsc-grid .mbsc-push-md-11{left:91.66666667%}.mbsc-grid .mbsc-push-md-12{left:100%}.mbsc-grid .mbsc-pull-md-0{right:auto}.mbsc-grid .mbsc-pull-md-1{right:8.33333333%}.mbsc-grid .mbsc-pull-md-2{right:16.66666667%}.mbsc-grid .mbsc-pull-md-3{right:25%}.mbsc-grid .mbsc-pull-md-4{right:33.33333333%}.mbsc-grid .mbsc-pull-md-5{right:41.66666667%}.mbsc-grid .mbsc-pull-md-6{right:50%}.mbsc-grid .mbsc-pull-md-7{right:58.33333333%}.mbsc-grid .mbsc-pull-md-8{right:66.66666667%}.mbsc-grid .mbsc-pull-md-9{right:75%}.mbsc-grid .mbsc-pull-md-10{right:83.33333333%}.mbsc-grid .mbsc-pull-md-11{right:91.66666667%}.mbsc-grid .mbsc-pull-md-12{right:100%}}.mbsc-grid-lg.mbsc-grid-fixed{max-width:960px}.mbsc-grid-lg .mbsc-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-grid-lg .mbsc-col-lg-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-grid-lg .mbsc-col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-grid-lg .mbsc-col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-grid-lg .mbsc-col-lg-3{flex:0 0 25%;max-width:25%}.mbsc-grid-lg .mbsc-col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-grid-lg .mbsc-col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-grid-lg .mbsc-col-lg-6{flex:0 0 50%;max-width:50%}.mbsc-grid-lg .mbsc-col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-grid-lg .mbsc-col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-grid-lg .mbsc-col-lg-9{flex:0 0 75%;max-width:75%}.mbsc-grid-lg .mbsc-col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-grid-lg .mbsc-col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-grid-lg .mbsc-col-lg-12{flex:0 0 100%;max-width:100%}.mbsc-grid-lg .mbsc-offset-lg-0{margin-left:0}.mbsc-grid-lg .mbsc-offset-lg-1{margin-left:8.333333%}.mbsc-grid-lg .mbsc-offset-lg-2{margin-left:16.666667%}.mbsc-grid-lg .mbsc-offset-lg-3{margin-left:25%}.mbsc-grid-lg .mbsc-offset-lg-4{margin-left:33.333333%}.mbsc-grid-lg .mbsc-offset-lg-5{margin-left:41.666667%}.mbsc-grid-lg .mbsc-offset-lg-6{margin-left:50%}.mbsc-grid-lg .mbsc-offset-lg-7{margin-left:58.333333%}.mbsc-grid-lg .mbsc-offset-lg-8{margin-left:66.666667%}.mbsc-grid-lg .mbsc-offset-lg-9{margin-left:75%}.mbsc-grid-lg .mbsc-offset-lg-10{margin-left:83.333333%}.mbsc-grid-lg .mbsc-offset-lg-11{margin-left:91.666667%}.mbsc-grid-lg .mbsc-push-lg-0{left:auto}.mbsc-grid-lg .mbsc-push-lg-1{left:8.33333333%}.mbsc-grid-lg .mbsc-push-lg-2{left:16.66666667%}.mbsc-grid-lg .mbsc-push-lg-3{left:25%}.mbsc-grid-lg .mbsc-push-lg-4{left:33.33333333%}.mbsc-grid-lg .mbsc-push-lg-5{left:41.66666667%}.mbsc-grid-lg .mbsc-push-lg-6{left:50%}.mbsc-grid-lg .mbsc-push-lg-7{left:58.33333333%}.mbsc-grid-lg .mbsc-push-lg-8{left:66.66666667%}.mbsc-grid-lg .mbsc-push-lg-9{left:75%}.mbsc-grid-lg .mbsc-push-lg-10{left:83.33333333%}.mbsc-grid-lg .mbsc-push-lg-11{left:91.66666667%}.mbsc-grid-lg .mbsc-push-lg-12{left:100%}.mbsc-grid-lg .mbsc-pull-lg-0{right:auto}.mbsc-grid-lg .mbsc-pull-lg-1{right:8.33333333%}.mbsc-grid-lg .mbsc-pull-lg-2{right:16.66666667%}.mbsc-grid-lg .mbsc-pull-lg-3{right:25%}.mbsc-grid-lg .mbsc-pull-lg-4{right:33.33333333%}.mbsc-grid-lg .mbsc-pull-lg-5{right:41.66666667%}.mbsc-grid-lg .mbsc-pull-lg-6{right:50%}.mbsc-grid-lg .mbsc-pull-lg-7{right:58.33333333%}.mbsc-grid-lg .mbsc-pull-lg-8{right:66.66666667%}.mbsc-grid-lg .mbsc-pull-lg-9{right:75%}.mbsc-grid-lg .mbsc-pull-lg-10{right:83.33333333%}.mbsc-grid-lg .mbsc-pull-lg-11{right:91.66666667%}.mbsc-grid-lg .mbsc-pull-lg-12{right:100%}@media(min-width:992px){.mbsc-grid.mbsc-grid-fixed{max-width:960px}.mbsc-grid .mbsc-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-grid .mbsc-col-lg-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-grid .mbsc-col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-grid .mbsc-col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-grid .mbsc-col-lg-3{flex:0 0 25%;max-width:25%}.mbsc-grid .mbsc-col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-grid .mbsc-col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-grid .mbsc-col-lg-6{flex:0 0 50%;max-width:50%}.mbsc-grid .mbsc-col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-grid .mbsc-col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-grid .mbsc-col-lg-9{flex:0 0 75%;max-width:75%}.mbsc-grid .mbsc-col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-grid .mbsc-col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-grid .mbsc-col-lg-12{flex:0 0 100%;max-width:100%}.mbsc-grid .mbsc-offset-lg-0{margin-left:0}.mbsc-grid .mbsc-offset-lg-1{margin-left:8.333333%}.mbsc-grid .mbsc-offset-lg-2{margin-left:16.666667%}.mbsc-grid .mbsc-offset-lg-3{margin-left:25%}.mbsc-grid .mbsc-offset-lg-4{margin-left:33.333333%}.mbsc-grid .mbsc-offset-lg-5{margin-left:41.666667%}.mbsc-grid .mbsc-offset-lg-6{margin-left:50%}.mbsc-grid .mbsc-offset-lg-7{margin-left:58.333333%}.mbsc-grid .mbsc-offset-lg-8{margin-left:66.666667%}.mbsc-grid .mbsc-offset-lg-9{margin-left:75%}.mbsc-grid .mbsc-offset-lg-10{margin-left:83.333333%}.mbsc-grid .mbsc-offset-lg-11{margin-left:91.666667%}.mbsc-grid .mbsc-push-lg-0{left:auto}.mbsc-grid .mbsc-push-lg-1{left:8.33333333%}.mbsc-grid .mbsc-push-lg-2{left:16.66666667%}.mbsc-grid .mbsc-push-lg-3{left:25%}.mbsc-grid .mbsc-push-lg-4{left:33.33333333%}.mbsc-grid .mbsc-push-lg-5{left:41.66666667%}.mbsc-grid .mbsc-push-lg-6{left:50%}.mbsc-grid .mbsc-push-lg-7{left:58.33333333%}.mbsc-grid .mbsc-push-lg-8{left:66.66666667%}.mbsc-grid .mbsc-push-lg-9{left:75%}.mbsc-grid .mbsc-push-lg-10{left:83.33333333%}.mbsc-grid .mbsc-push-lg-11{left:91.66666667%}.mbsc-grid .mbsc-push-lg-12{left:100%}.mbsc-grid .mbsc-pull-lg-0{right:auto}.mbsc-grid .mbsc-pull-lg-1{right:8.33333333%}.mbsc-grid .mbsc-pull-lg-2{right:16.66666667%}.mbsc-grid .mbsc-pull-lg-3{right:25%}.mbsc-grid .mbsc-pull-lg-4{right:33.33333333%}.mbsc-grid .mbsc-pull-lg-5{right:41.66666667%}.mbsc-grid .mbsc-pull-lg-6{right:50%}.mbsc-grid .mbsc-pull-lg-7{right:58.33333333%}.mbsc-grid .mbsc-pull-lg-8{right:66.66666667%}.mbsc-grid .mbsc-pull-lg-9{right:75%}.mbsc-grid .mbsc-pull-lg-10{right:83.33333333%}.mbsc-grid .mbsc-pull-lg-11{right:91.66666667%}.mbsc-grid .mbsc-pull-lg-12{right:100%}}.mbsc-grid-xl.mbsc-grid-fixed{max-width:1140px}.mbsc-grid-xl .mbsc-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-grid-xl .mbsc-col-xl-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-grid-xl .mbsc-col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-grid-xl .mbsc-col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-grid-xl .mbsc-col-xl-3{flex:0 0 25%;max-width:25%}.mbsc-grid-xl .mbsc-col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-grid-xl .mbsc-col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-grid-xl .mbsc-col-xl-6{flex:0 0 50%;max-width:50%}.mbsc-grid-xl .mbsc-col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-grid-xl .mbsc-col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-grid-xl .mbsc-col-xl-9{flex:0 0 75%;max-width:75%}.mbsc-grid-xl .mbsc-col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-grid-xl .mbsc-col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-grid-xl .mbsc-col-xl-12{flex:0 0 100%;max-width:100%}.mbsc-grid-xl .mbsc-offset-xl-0{margin-left:0}.mbsc-grid-xl .mbsc-offset-xl-1{margin-left:8.333333%}.mbsc-grid-xl .mbsc-offset-xl-2{margin-left:16.666667%}.mbsc-grid-xl .mbsc-offset-xl-3{margin-left:25%}.mbsc-grid-xl .mbsc-offset-xl-4{margin-left:33.333333%}.mbsc-grid-xl .mbsc-offset-xl-5{margin-left:41.666667%}.mbsc-grid-xl .mbsc-offset-xl-6{margin-left:50%}.mbsc-grid-xl .mbsc-offset-xl-7{margin-left:58.333333%}.mbsc-grid-xl .mbsc-offset-xl-8{margin-left:66.666667%}.mbsc-grid-xl .mbsc-offset-xl-9{margin-left:75%}.mbsc-grid-xl .mbsc-offset-xl-10{margin-left:83.333333%}.mbsc-grid-xl .mbsc-offset-xl-11{margin-left:91.666667%}.mbsc-grid-xl .mbsc-push-xl-0{left:auto}.mbsc-grid-xl .mbsc-push-xl-1{left:8.33333333%}.mbsc-grid-xl .mbsc-push-xl-2{left:16.66666667%}.mbsc-grid-xl .mbsc-push-xl-3{left:25%}.mbsc-grid-xl .mbsc-push-xl-4{left:33.33333333%}.mbsc-grid-xl .mbsc-push-xl-5{left:41.66666667%}.mbsc-grid-xl .mbsc-push-xl-6{left:50%}.mbsc-grid-xl .mbsc-push-xl-7{left:58.33333333%}.mbsc-grid-xl .mbsc-push-xl-8{left:66.66666667%}.mbsc-grid-xl .mbsc-push-xl-9{left:75%}.mbsc-grid-xl .mbsc-push-xl-10{left:83.33333333%}.mbsc-grid-xl .mbsc-push-xl-11{left:91.66666667%}.mbsc-grid-xl .mbsc-push-xl-12{left:100%}.mbsc-grid-xl .mbsc-pull-xl-0{right:auto}.mbsc-grid-xl .mbsc-pull-xl-1{right:8.33333333%}.mbsc-grid-xl .mbsc-pull-xl-2{right:16.66666667%}.mbsc-grid-xl .mbsc-pull-xl-3{right:25%}.mbsc-grid-xl .mbsc-pull-xl-4{right:33.33333333%}.mbsc-grid-xl .mbsc-pull-xl-5{right:41.66666667%}.mbsc-grid-xl .mbsc-pull-xl-6{right:50%}.mbsc-grid-xl .mbsc-pull-xl-7{right:58.33333333%}.mbsc-grid-xl .mbsc-pull-xl-8{right:66.66666667%}.mbsc-grid-xl .mbsc-pull-xl-9{right:75%}.mbsc-grid-xl .mbsc-pull-xl-10{right:83.33333333%}.mbsc-grid-xl .mbsc-pull-xl-11{right:91.66666667%}.mbsc-grid-xl .mbsc-pull-xl-12{right:100%}@media(min-width:1200px){.mbsc-grid.mbsc-grid-fixed{max-width:1140px}.mbsc-grid .mbsc-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.mbsc-grid .mbsc-col-xl-auto{flex:0 0 auto;max-width:none;width:auto}.mbsc-grid .mbsc-col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.mbsc-grid .mbsc-col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.mbsc-grid .mbsc-col-xl-3{flex:0 0 25%;max-width:25%}.mbsc-grid .mbsc-col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.mbsc-grid .mbsc-col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.mbsc-grid .mbsc-col-xl-6{flex:0 0 50%;max-width:50%}.mbsc-grid .mbsc-col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.mbsc-grid .mbsc-col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.mbsc-grid .mbsc-col-xl-9{flex:0 0 75%;max-width:75%}.mbsc-grid .mbsc-col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.mbsc-grid .mbsc-col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.mbsc-grid .mbsc-col-xl-12{flex:0 0 100%;max-width:100%}.mbsc-grid .mbsc-offset-xl-0{margin-left:0}.mbsc-grid .mbsc-offset-xl-1{margin-left:8.333333%}.mbsc-grid .mbsc-offset-xl-2{margin-left:16.666667%}.mbsc-grid .mbsc-offset-xl-3{margin-left:25%}.mbsc-grid .mbsc-offset-xl-4{margin-left:33.333333%}.mbsc-grid .mbsc-offset-xl-5{margin-left:41.666667%}.mbsc-grid .mbsc-offset-xl-6{margin-left:50%}.mbsc-grid .mbsc-offset-xl-7{margin-left:58.333333%}.mbsc-grid .mbsc-offset-xl-8{margin-left:66.666667%}.mbsc-grid .mbsc-offset-xl-9{margin-left:75%}.mbsc-grid .mbsc-offset-xl-10{margin-left:83.333333%}.mbsc-grid .mbsc-offset-xl-11{margin-left:91.666667%}.mbsc-grid .mbsc-push-xl-0{left:auto}.mbsc-grid .mbsc-push-xl-1{left:8.33333333%}.mbsc-grid .mbsc-push-xl-2{left:16.66666667%}.mbsc-grid .mbsc-push-xl-3{left:25%}.mbsc-grid .mbsc-push-xl-4{left:33.33333333%}.mbsc-grid .mbsc-push-xl-5{left:41.66666667%}.mbsc-grid .mbsc-push-xl-6{left:50%}.mbsc-grid .mbsc-push-xl-7{left:58.33333333%}.mbsc-grid .mbsc-push-xl-8{left:66.66666667%}.mbsc-grid .mbsc-push-xl-9{left:75%}.mbsc-grid .mbsc-push-xl-10{left:83.33333333%}.mbsc-grid .mbsc-push-xl-11{left:91.66666667%}.mbsc-grid .mbsc-push-xl-12{left:100%}.mbsc-grid .mbsc-pull-xl-0{right:auto}.mbsc-grid .mbsc-pull-xl-1{right:8.33333333%}.mbsc-grid .mbsc-pull-xl-2{right:16.66666667%}.mbsc-grid .mbsc-pull-xl-3{right:25%}.mbsc-grid .mbsc-pull-xl-4{right:33.33333333%}.mbsc-grid .mbsc-pull-xl-5{right:41.66666667%}.mbsc-grid .mbsc-pull-xl-6{right:50%}.mbsc-grid .mbsc-pull-xl-7{right:58.33333333%}.mbsc-grid .mbsc-pull-xl-8{right:66.66666667%}.mbsc-grid .mbsc-pull-xl-9{right:75%}.mbsc-grid .mbsc-pull-xl-10{right:83.33333333%}.mbsc-grid .mbsc-pull-xl-11{right:91.66666667%}.mbsc-grid .mbsc-pull-xl-12{right:100%}}.mbsc-align-items-start{align-items:flex-start!important}.mbsc-align-items-center{align-items:center!important}.mbsc-align-items-end{align-items:flex-end!important}.mbsc-justify-content-start{justify-content:flex-start!important}.mbsc-justify-content-center{justify-content:center!important}.mbsc-justify-content-end{justify-content:flex-end!important}.mbsc-justify-content-around{justify-content:space-around!important}.mbsc-justify-content-between{justify-content:space-between!important}.mbsc-ios-dark.mbsc-page{background:#19191a;color:#fff}.mbsc-ios-dark a{color:#ff8400}.mbsc-ios-dark.mbsc-input{background:#0f0f0f}.mbsc-ios-dark.mbsc-input .mbsc-control::-webkit-input-placeholder{color:#ccc}.mbsc-ios-dark.mbsc-input .mbsc-control::-ms-input-placeholder{color:#ccc}.mbsc-ios-dark.mbsc-input .mbsc-control::-moz-placeholder{color:#ccc}.mbsc-ios-dark .mbsc-input-wrap input:-webkit-autofill~.mbsc-input-fill{background:#e8f0fe}.mbsc-ios-dark .mbsc-input-wrap input:-webkit-autofill{box-shadow:inset 0 0 0 1000px #e8f0fe}.mbsc-ios-dark.mbsc-input .mbsc-label,.mbsc-ios-dark.mbsc-input input,.mbsc-ios-dark.mbsc-input textarea,.mbsc-ios-dark.mbsc-progress .mbsc-label{color:#fff}.mbsc-ios-dark .mbsc-err-msg{color:#d8332a}.mbsc-ios-dark.mbsc-form .mbsc-control-w:after,.mbsc-ios-dark.mbsc-form .mbsc-control-w:before,.mbsc-ios-dark.mbsc-input:after,.mbsc-ios-dark.mbsc-input:before{border-color:#333}.mbsc-ios-dark.mbsc-control-w.mbsc-err+.mbsc-divider,.mbsc-ios-dark.mbsc-control-w.mbsc-err+.mbsc-err:before,.mbsc-ios-dark.mbsc-control-w.mbsc-err:after,mbsc-input.mbsc-err+mbsc-input .mbsc-ios-dark.mbsc-err:before{border-top-color:#d8332a}.mbsc-ios-dark.mbsc-input-box.mbsc-err,.mbsc-ios-dark.mbsc-input-outline.mbsc-err{border-color:#d8332a}.mbsc-ios-dark.mbsc-input-box .mbsc-err-msg,.mbsc-ios-dark.mbsc-input-outline .mbsc-err-msg{color:#d8332a}.mbsc-ios-dark.mbsc-input-outline.mbsc-control-w{border:1px solid #333}.mbsc-ios-dark.mbsc-input-outline.mbsc-err.mbsc-control-w{border-color:#d8332a}.mbsc-ios-dark.mbsc-form .mbsc-progress,.mbsc-ios-dark.mbsc-input-box.mbsc-progress,.mbsc-ios-dark.mbsc-input-outline.mbsc-progress{background:#0f0f0f}.mbsc-ios-dark .mbsc-progress-track{background:#454545}.mbsc-ios-dark .mbsc-progress-bar{background:#ff8400}.mbsc-ios-dark .mbsc-progress-step-label,.mbsc-ios-dark .mbsc-progress-value{color:#b3b2b2}.mbsc-ios-dark .mbsc-slider-handle{background:#fff}.mbsc-ios-dark .mbsc-slider-tooltip{background:#0f0f0f;color:#b3b2b2}.mbsc-ios-dark .mbsc-slider-step{background:#454545}.mbsc-ios-dark.mbsc-rating .mbsc-progress-track{color:#ff8400}.mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-btn-cont,.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-btn-cont{background:#1c1c1c}.mbsc-ios-dark .mbsc-fr-overlay{background:hsla(0,0%,100%,.1)}.mbsc-ios-dark .mbsc-fr-w{background:#080808;color:#fff}.mbsc-ios-dark .mbsc-fr-hdr{color:#fff}.mbsc-ios-dark .mbsc-fr-btn-cont,.mbsc-ios-dark.mbsc-fr-center:not(.mbsc-cal-liq) .mbsc-fr-hdr,.mbsc-ios-dark.mbsc-fr-nobtn .mbsc-fr-hdr{border-bottom:1px solid #333}.mbsc-ios-dark .mbsc-fr-btn{color:#ff8400}.mbsc-ios-dark .mbsc-fr-arr{background:#080808}.mbsc-ios-dark.mbsc-fr-bottom .mbsc-fr-popup{border-top:1px solid #363636}.mbsc-ios-dark.mbsc-fr-top .mbsc-fr-popup{border-bottom:1px solid #363636}.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-btn-w{border-left:1px solid #333;border-top:1px solid #333}.mbsc-ios-dark.mbsc-fr-center .mbsc-rtl .mbsc-fr-btn-w{border-right:1px solid #333}.mbsc-ios-dark.mbsc-fr-center .mbsc-fr-btn.mbsc-active,.mbsc-ios-dark.mbsc-fr-center.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover{background:#1f1f1f}.mbsc-ios-dark.mbsc-fr-inline .mbsc-fr-w{background:#0f0f0f;border-top:1px solid #333}.mbsc-ios-dark.mbsc-fr-inline .mbsc-fr-c{border-bottom:1px solid #333}.mbsc-ios-dark.mbsc-fr-no-overlay .mbsc-fr-arr{box-shadow:0 0 1em rgba(0,0,0,.8)}.mbsc-ios-dark.mbsc-fr-no-overlay .mbsc-fr-w{box-shadow:0 .125em 1em rgba(0,0,0,.8)}.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-persp .mbsc-cal-picker,.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-persp .mbsc-fr-popup .mbsc-fr-w{background:#333}.mbsc-ios-dark.mbsc-fr-pointer .mbsc-fr-hdr{border-color:#545454}.mbsc-ios-dark.mbsc-alert .mbsc-input{border:1px solid #ccc}.mbsc-ios-dark.mbsc-snackbar .mbsc-fr-w{background:#646464;color:#fff}.mbsc-ios-dark.mbsc-snackbar .mbsc-snackbar-btn{color:#ff8400}.mbsc-ios-dark.mbsc-toast .mbsc-toast-msg{background:#646464;color:#fff}.mbsc-ios-dark.mbsc-form{background:#19191a;color:#fff}.mbsc-ios-dark.mbsc-control-w ::-moz-selection,.mbsc-ios-dark.mbsc-control-w ::selection,.mbsc-ios-dark.mbsc-form ::-moz-selection,.mbsc-ios-dark.mbsc-form ::selection{background:#de7b12;color:#ccc}.mbsc-ios-dark .mbsc-input-ic{color:#fff}.mbsc-ios-dark .mbsc-divider,.mbsc-ios-dark .mbsc-form-group-title{border-bottom:1px solid #4c4c4d;color:#8f8f8f}.mbsc-ios-dark .mbsc-divider{border-top:1px solid #4c4c4d}.mbsc-ios-dark.mbsc-form .mbsc-checkbox,.mbsc-ios-dark.mbsc-form .mbsc-radio,.mbsc-ios-dark.mbsc-form .mbsc-segmented,.mbsc-ios-dark.mbsc-form .mbsc-stepper-cont,.mbsc-ios-dark.mbsc-form .mbsc-switch,.mbsc-ios-dark.mbsc-input-box.mbsc-checkbox,.mbsc-ios-dark.mbsc-input-box.mbsc-radio,.mbsc-ios-dark.mbsc-input-box.mbsc-stepper-cont,.mbsc-ios-dark.mbsc-input-box.mbsc-switch,.mbsc-ios-dark.mbsc-input-outline.mbsc-checkbox,.mbsc-ios-dark.mbsc-input-outline.mbsc-radio,.mbsc-ios-dark.mbsc-input-outline.mbsc-stepper-cont,.mbsc-ios-dark.mbsc-input-outline.mbsc-switch{background:#292929}.mbsc-ios-dark.mbsc-form .mbsc-input-box.mbsc-segmented{background:transparent}.mbsc-ios-dark .mbsc-checkbox-box{border:.125em solid #de7b12}.mbsc-ios-dark .mbsc-checkbox-box:after,.mbsc-ios-dark .mbsc-radio-box:after{border:.125em solid #de7b12;border-right:0;border-top:0}.mbsc-ios-dark.mbsc-radio input:disabled~.mbsc-radio-label{color:#545454}.mbsc-ios-dark.mbsc-btn{background:#545454;color:#ff8400}.mbsc-ios-dark.mbsc-btn:not(.mbsc-btn-flat):disabled{background:#3b3b3b;color:#545454}.mbsc-ios-dark.mbsc-btn.mbsc-btn-flat{background:transparent;border-color:transparent}.mbsc-ios-dark.mbsc-btn-flat:disabled{background:transparent;color:#545454}.mbsc-ios-dark.mbsc-btn-danger.mbsc-btn,.mbsc-ios-dark.mbsc-btn-dark.mbsc-btn,.mbsc-ios-dark.mbsc-btn-info.mbsc-btn,.mbsc-ios-dark.mbsc-btn-primary.mbsc-btn,.mbsc-ios-dark.mbsc-btn-secondary.mbsc-btn,.mbsc-ios-dark.mbsc-btn-success.mbsc-btn,.mbsc-ios-dark.mbsc-btn-warning.mbsc-btn{color:#fff}.mbsc-ios-dark.mbsc-btn-light.mbsc-btn{color:#000}.mbsc-ios-dark.mbsc-btn-flat.mbsc-btn{background:transparent}.mbsc-ios-dark.mbsc-btn-outline.mbsc-btn{background:transparent;border:1px solid #ff8400;color:#ff8400}.mbsc-ios-dark.mbsc-btn-outline.mbsc-btn.mbsc-active{background:#ff8400;color:#545454}.mbsc-ios-dark.mbsc-btn.mbsc-btn-outline:disabled{background:transparent;border-color:#545454;color:#545454}.mbsc-ios-dark .mbsc-switch-track{background:#fff;border:.0625em solid #454545}.mbsc-ios-dark .mbsc-switch-track:after{background:#292929}.mbsc-ios-dark .mbsc-switch-handle{background:#fff}.mbsc-ios-dark.mbsc-switch input:checked+.mbsc-switch-track{background:#ff8400;border-color:#ff8400}.mbsc-ios-dark .mbsc-segmented-content{background:#292929;border:.07142857em solid #de7b12;color:#de7b12}.mbsc-ios-dark.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content,.mbsc-ios-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#de7b12;color:#292929}.mbsc-ios-dark.mbsc-segmented .mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(255,132,0,.3);color:#de7b12}.mbsc-ios-dark.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-ios-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-ios-dark.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{border-color:#545454;color:#545454}.mbsc-ios-dark .mbsc-stepper input:disabled{-webkit-text-fill-color:#545454;color:#545454}.mbsc-ios-dark.mbsc-segmented input:disabled:checked+.mbsc-segmented-content{background:#3b3b3b}.mbsc-ios-dark .mbsc-stepper input{color:#fff}.mbsc-ios-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(255,132,0,.15)}.mbsc-material-dark .mbsc-ripple{background:#fff}.mbsc-material-dark .mbsc-empty{color:#c2c2c2}.mbsc-material-dark.mbsc-page{background-color:#303030;color:#d4d4d4}.mbsc-material-dark a{color:#81ccc4}.mbsc-material-dark.mbsc-input .mbsc-control{border-bottom:1px solid #d4d4d4;color:#858585}.mbsc-material-dark.mbsc-input .mbsc-control:focus,.mbsc-material-dark.mbsc-input select:focus~input{border-bottom:2px solid #81ccc4}.mbsc-material-dark.mbsc-input.mbsc-err input,.mbsc-material-dark.mbsc-input.mbsc-err textarea{border-bottom:1px solid #de3226}.mbsc-material-dark.mbsc-select .mbsc-input-wrap:after{border:5px solid transparent;border-top-color:#d4d4d4}.mbsc-material-dark.mbsc-input-box.mbsc-input .mbsc-input-wrap{background:#424242}.mbsc-material-dark.mbsc-input-outline.mbsc-input .mbsc-control{border:1px solid #d4d4d4}.mbsc-material-dark.mbsc-input-outline.mbsc-input .mbsc-label{background:#303030}.mbsc-material-dark.mbsc-input-outline.mbsc-label-floating:not(.mbsc-label-floating-active).mbsc-input .mbsc-label,.mbsc-material-dark.mbsc-input-outline.mbsc-label-inline.mbsc-input .mbsc-label{background:none}.mbsc-material-dark.mbsc-input-outline.mbsc-input input:focus,.mbsc-material-dark.mbsc-input-outline.mbsc-input select:focus~input{border:2px solid #81ccc4}.mbsc-material-dark.mbsc-input-outline.mbsc-err input{border:1px solid #de3226}.mbsc-material-dark.mbsc-input-outline.mbsc-err input:focus{border:2px solid #de3226}.mbsc-material-dark.mbsc-input-outline.mbsc-input textarea:focus{border:2px solid #81ccc4}.mbsc-material-dark.mbsc-input-outline.mbsc-err textarea{border:1px solid #de3226}.mbsc-material-dark.mbsc-input-outline.mbsc-err textarea:focus{border:2px solid #de3226}.mbsc-material-dark .mbsc-progress-track{background:#5b5b5b}.mbsc-material-dark .mbsc-progress-bar{background:#81ccc4}.mbsc-material-dark .mbsc-slider-step{background:#fff}.mbsc-material-dark .mbsc-slider-handle{background:#81ccc4;border:2px solid #81ccc4}.mbsc-material-dark .mbsc-slider-handle:before{background:hsla(0,0%,100%,.1)}.mbsc-material-dark .mbsc-slider-start .mbsc-slider-handle{background:#303030;border-color:#5b5b5b}.mbsc-material-dark .mbsc-slider-tooltip{background-color:#81ccc4;color:#303030}.mbsc-material-dark .mbsc-slider-tooltip:before{border-top:1em solid #81ccc4}.mbsc-material-dark.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-progress-bar,.mbsc-material-dark.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip{background:#5b5b5b}.mbsc-material-dark.mbsc-slider-has-tooltip .mbsc-slider-start .mbsc-slider-tooltip:before{border-top-color:#5b5b5b}.mbsc-material-dark.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-slider-handle{background:#5b5b5b;border-color:#5b5b5b;box-shadow:0 0 0 .3125em #303030}.mbsc-material-dark.mbsc-slider input:disabled~.mbsc-progress-cont .mbsc-slider-start .mbsc-slider-handle{background:#303030;border-color:#5b5b5b}.mbsc-material-dark.mbsc-rating .mbsc-progress-track{color:#81ccc4}.mbsc-material-dark .mbsc-fr-overlay{background:rgba(0,0,0,.6)}.mbsc-material-dark .mbsc-fr-w{background:#303030;box-shadow:0 .25em 1.5em rgba(0,0,0,.3);color:#c2c2c2}.mbsc-material-dark .mbsc-fr-btn,.mbsc-material-dark .mbsc-fr-hdr{color:#81ccc4}.mbsc-material-dark .mbsc-fr-btn.mbsc-active,.mbsc-material-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover{background:hsla(0,0%,100%,.1)}.mbsc-material-dark .mbsc-fr-arr{background:#303030;box-shadow:0 0 1.5em rgba(0,0,0,.2)}.mbsc-material-dark.mbsc-snackbar .mbsc-fr-w{background:#5b5b5b;color:#fff}.mbsc-material-dark.mbsc-snackbar .mbsc-snackbar-btn{color:#81ccc4}.mbsc-material-dark.mbsc-toast .mbsc-toast-msg{background:#505050;color:#fff}.mbsc-material-dark.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-material-dark.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,.mbsc-material-dark.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-material-dark.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn,.mbsc-material-dark.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-material-dark.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,.mbsc-material-dark.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-material-dark.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,.mbsc-material-dark.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-material-dark.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,.mbsc-material-dark.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-material-dark.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn,.mbsc-material-dark.mbsc-toast.mbsc-danger .mbsc-toast-msg,.mbsc-material-dark.mbsc-toast.mbsc-info .mbsc-toast-msg,.mbsc-material-dark.mbsc-toast.mbsc-primary .mbsc-toast-msg,.mbsc-material-dark.mbsc-toast.mbsc-secondary .mbsc-toast-msg,.mbsc-material-dark.mbsc-toast.mbsc-success .mbsc-toast-msg,.mbsc-material-dark.mbsc-toast.mbsc-warning .mbsc-toast-msg{color:#eee}.mbsc-material-dark.mbsc-form{background-color:#303030;color:#d4d4d4}.mbsc-material-dark.mbsc-control-w{color:#d4d4d4}.mbsc-material-dark.mbsc-control-w ::-moz-selection,.mbsc-material-dark.mbsc-control-w ::selection,.mbsc-material-dark.mbsc-form ::-moz-selection,.mbsc-material-dark.mbsc-form ::selection{background:#81ccc4;color:#fff}.mbsc-material-dark .mbsc-divider,.mbsc-material-dark .mbsc-form-group-title{color:#81ccc4}.mbsc-material-dark .mbsc-err .mbsc-label,.mbsc-material-dark .mbsc-err-msg{color:#de3226}.mbsc-material-dark .mbsc-checkbox-box,.mbsc-material-dark .mbsc-radio-box{border:.125em solid #d4d4d4}.mbsc-material-dark .mbsc-checkbox-box:before,.mbsc-material-dark .mbsc-radio-box:before{background:hsla(0,0%,100%,.1)}.mbsc-material-dark .mbsc-checkbox-box:after{border:.125em solid #303030;border-right:0;border-top:0}.mbsc-material-dark.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#81ccc4;border-color:#81ccc4}.mbsc-material-dark .mbsc-radio-box:after{background:#81ccc4}.mbsc-material-dark.mbsc-radio input:checked+.mbsc-radio-box{border-color:#81ccc4}.mbsc-material-dark.mbsc-btn{background:#5b5b5b;box-shadow:0 2px 5px 0 rgba(0,0,0,.25);color:#fff}.mbsc-material-dark .mbsc-btn.mbsc-active,.mbsc-material-dark.mbsc-no-touch.mbsc-btn:not(:disabled):hover{background:#515151;box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}.mbsc-material-dark .mbsc-btn-flat.mbsc-active,.mbsc-material-dark.mbsc-no-touch.mbsc-btn-flat:not(:disabled):hover{background-color:#5b5b5b}.mbsc-material-dark.mbsc-btn:disabled{color:#929292}.mbsc-material-dark.mbsc-btn.mbsc-btn-outline:disabled{border-color:#929292;color:#929292}.mbsc-material-dark.mbsc-btn-light.mbsc-btn{color:#000}.mbsc-material-dark.mbsc-btn-dark.mbsc-btn{color:#eee}.mbsc-material-dark.mbsc-btn-flat.mbsc-btn{background:transparent;box-shadow:none}.mbsc-material-dark .mbsc-btn-flat.mbsc-active,.mbsc-material-dark.mbsc-no-touch.mbsc-btn-flat:not(:disabled):hover{box-shadow:none}.mbsc-material-dark.mbsc-btn-outline.mbsc-btn{background:transparent;border:1px solid #d4d4d4;box-shadow:none;color:#d4d4d4}.mbsc-material-dark.mbsc-btn-outline.mbsc-btn.mbsc-active.mbsc-control{background:#d4d4d4;color:#303030;opacity:1}.mbsc-material-dark .mbsc-switch-track{background:#5b5b5b}.mbsc-material-dark.mbsc-switch .mbsc-switch-handle{background:#b7b7b7;box-shadow:0 3px 1px -2px hsla(0,0%,100%,.2),0 1px 5px 0 hsla(0,0%,100%,.12)}.mbsc-material-dark.mbsc-switch input:checked+.mbsc-switch-track{background-color:rgba(129,204,196,.3)}.mbsc-material-dark.mbsc-switch input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#81ccc4}.mbsc-material-dark.mbsc-switch input:disabled+.mbsc-switch-track{background:#5b5b5b}.mbsc-material-dark.mbsc-switch input:disabled+.mbsc-switch-track .mbsc-switch-handle{background:#595959}.mbsc-material-dark .mbsc-segmented-content{border:.142858em solid #81ccc4;color:#fff}.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content,.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item input:checked~.mbsc-segmented-content{background:#81ccc4;color:#303030}.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item .mbsc-active .mbsc-segmented-content,.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:#515151;color:#fff}.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content{background:transparent;border-color:#5b5b5b;color:#929292}.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item input:disabled:checked+.mbsc-segmented-content{background:#5b5b5b;border-color:#5b5b5b;color:#929292}.mbsc-material-dark .mbsc-stepper .mbsc-segmented-content{border-color:#5b5b5b}.mbsc-material-dark .mbsc-stepper-control .mbsc-segmented-content{background:#5b5b5b}.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content,.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-material-dark.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{background:#5b5b5b;color:#929292}.mbsc-material-dark.mbsc-segmented .mbsc-segmented-item input:disabled~.mbsc-segmented-item .mbsc-stepper-val{background:#303030}.mbsc-material-dark .mbsc-stepper input{color:#c2c2c2}.mbsc-material-dark .mbsc-stepper input:disabled{-webkit-text-fill-color:#929292;color:#929292}.mbsc-material-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content{background:#515151;color:#fff}.mbsc-material-dark.mbsc-stepper-primary.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#303030}.mbsc-material-dark.mbsc-stepper-primary.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material-dark.mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#303030}.mbsc-material-dark.mbsc-stepper-secondary.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material-dark.mbsc-stepper-success.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#303030}.mbsc-material-dark.mbsc-stepper-success.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material-dark.mbsc-stepper-danger.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#303030}.mbsc-material-dark.mbsc-stepper-danger.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material-dark.mbsc-stepper-warning.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#303030}.mbsc-material-dark.mbsc-stepper-warning.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-material-dark.mbsc-stepper-info.mbsc-stepper-cont .mbsc-stepper .mbsc-segmented-content{color:#303030}.mbsc-material-dark.mbsc-stepper-info.mbsc-stepper-cont .mbsc-stepper .mbsc-stepper-val{background:transparent}.mbsc-mobiscroll-dark .mbsc-empty{color:#f7f7f7}.mbsc-mobiscroll-dark.mbsc-page{background:#263238;color:#f7f7f7}.mbsc-mobiscroll-dark a{color:#4fccc4}.mbsc-mobiscroll-dark.mbsc-input .mbsc-control{border-bottom:1px solid #fff;color:#d1d1d1}.mbsc-mobiscroll-dark.mbsc-input .mbsc-control:focus,.mbsc-mobiscroll-dark.mbsc-input select:focus~input .mbsc-input textarea:focus{border-color:#4fccc4}.mbsc-mobiscroll-dark .mbsc-input-ic{color:#fff}.mbsc-mobiscroll-dark.mbsc-input-box.mbsc-input .mbsc-input-wrap{background:#3b4d56}.mbsc-mobiscroll-dark.mbsc-input-outline.mbsc-input .mbsc-control{border:1px solid #fff}.mbsc-mobiscroll-dark.mbsc-input-outline.mbsc-input .mbsc-label{background:#263238}.mbsc-mobiscroll-dark.mbsc-input-outline.mbsc-label-floating:not(.mbsc-label-floating-active).mbsc-input .mbsc-label,.mbsc-mobiscroll-dark.mbsc-input-outline.mbsc-label-inline.mbsc-input .mbsc-label{background:none}.mbsc-mobiscroll-dark.mbsc-input-outline.mbsc-err input,.mbsc-mobiscroll-dark.mbsc-input-outline.mbsc-input .mbsc-control:focus,.mbsc-mobiscroll-dark.mbsc-input-outline.mbsc-input select:focus~input,.mbsc-mobiscroll-dark.mbsc-input-outline.mbsc-input textarea:focus{border-color:#4fccc4}.mbsc-mobiscroll-dark.mbsc-input.mbsc-err input,.mbsc-mobiscroll-dark.mbsc-input.mbsc-err textarea{border-color:#de3226}.mbsc-mobiscroll-dark.mbsc-progress .mbsc-input-ic{color:#fff}.mbsc-mobiscroll-dark .mbsc-progress-track{background:#364850}.mbsc-mobiscroll-dark .mbsc-progress-bar{background:#4fccc4}.mbsc-mobiscroll-dark .mbsc-slider-step{background:#263238}.mbsc-mobiscroll-dark .mbsc-slider-handle{background:#4fccc4}.mbsc-mobiscroll-dark .mbsc-slider-tooltip{background-color:#4fccc4;color:#263238}.mbsc-mobiscroll-dark.mbsc-rating .mbsc-progress-track{color:#4fccc4}.mbsc-mobiscroll-dark .mbsc-fr-overlay{background:rgba(0,0,0,.7)}.mbsc-mobiscroll-dark .mbsc-fr-w{background:#263238;color:#f7f7f7}.mbsc-mobiscroll-dark .mbsc-fr-btn,.mbsc-mobiscroll-dark .mbsc-fr-hdr{color:#4fccc4}.mbsc-mobiscroll-dark .mbsc-fr-btn.mbsc-active,.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover{background:rgba(79,204,196,.3)}.mbsc-mobiscroll-dark .mbsc-fr-arr{background:#263238}.mbsc-mobiscroll-dark.mbsc-snackbar .mbsc-fr-w,.mbsc-mobiscroll-dark.mbsc-toast .mbsc-toast-msg{background:#787878;color:#fff}.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-mobiscroll-dark.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn,.mbsc-mobiscroll-dark.mbsc-toast.mbsc-danger .mbsc-toast-msg,.mbsc-mobiscroll-dark.mbsc-toast.mbsc-info .mbsc-toast-msg,.mbsc-mobiscroll-dark.mbsc-toast.mbsc-primary .mbsc-toast-msg,.mbsc-mobiscroll-dark.mbsc-toast.mbsc-secondary .mbsc-toast-msg,.mbsc-mobiscroll-dark.mbsc-toast.mbsc-success .mbsc-toast-msg,.mbsc-mobiscroll-dark.mbsc-toast.mbsc-warning .mbsc-toast-msg{color:#263238}.mbsc-mobiscroll-dark.mbsc-form{background:#263238;color:#f7f7f7}.mbsc-mobiscroll-dark.mbsc-control-w{color:#f7f7f7}.mbsc-mobiscroll-dark.mbsc-control-w ::-moz-selection,.mbsc-mobiscroll-dark.mbsc-control-w ::selection,.mbsc-mobiscroll-dark.mbsc-form ::-moz-selection,.mbsc-mobiscroll-dark.mbsc-form ::selection{background:#4fccc4;color:#fff}.mbsc-mobiscroll-dark .mbsc-divider,.mbsc-mobiscroll-dark .mbsc-form-group-title{background:#263238;color:#4fccc4}.mbsc-mobiscroll-dark .mbsc-err .mbsc-label,.mbsc-mobiscroll-dark .mbsc-err-msg{color:#de3226}.mbsc-mobiscroll-dark .mbsc-checkbox-box{background:#4fccc4}.mbsc-mobiscroll-dark .mbsc-checkbox-box:after{border-bottom:.125em solid #263238;border-left:.125em solid #263238}.mbsc-mobiscroll-dark.mbsc-checkbox input:disabled+.mbsc-checkbox-box{background:#49606c}.mbsc-mobiscroll-dark .mbsc-radio-box{border:.125em solid #4fccc4}.mbsc-mobiscroll-dark .mbsc-radio-box:after{background:#4fccc4}.mbsc-mobiscroll-dark.mbsc-radio input:checked+.mbsc-radio-box{background:transparent}.mbsc-mobiscroll-dark.mbsc-radio input:disabled+.mbsc-radio-box{border-color:#49606c}.mbsc-mobiscroll-dark.mbsc-radio input:disabled+.mbsc-radio-box:after{background:#49606c}.mbsc-mobiscroll-dark.mbsc-btn{background:#4fccc4;color:#263238}.mbsc-mobiscroll-dark.mbsc-btn:disabled{background:#364850}.mbsc-mobiscroll-dark.mbsc-no-touch.mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover{background:rgba(38,50,56,.1)}.mbsc-mobiscroll-dark.mbsc-btn-flat{background:transparent;border-color:transparent;color:#4fccc4}.mbsc-mobiscroll-dark.mbsc-btn-flat.mbsc-btn.mbsc-active{background:rgba(79,204,196,.3)}.mbsc-mobiscroll-dark.mbsc-btn-flat:disabled{background:transparent;color:#435863}.mbsc-mobiscroll-dark.mbsc-btn-light.mbsc-btn{color:#000}.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn{border:1px solid #4fccc4;color:#4fccc4}.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn.mbsc-active{background:#4fccc4;color:#263238}.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn.mbsc-btn-danger.mbsc-active,.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn.mbsc-btn-dark.mbsc-active,.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn.mbsc-btn-info.mbsc-active,.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn.mbsc-btn-primary.mbsc-active,.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn.mbsc-btn-secondary.mbsc-active,.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn.mbsc-btn-success.mbsc-active,.mbsc-mobiscroll-dark.mbsc-btn-outline.mbsc-btn.mbsc-btn-warning.mbsc-active{color:#263238}.mbsc-mobiscroll-dark.mbsc-btn.mbsc-btn-outline:disabled{background:transparent;border-color:#364850;color:#364850}.mbsc-mobiscroll-dark .mbsc-switch-track{background:#364850}.mbsc-mobiscroll-dark .mbsc-switch-handle{background:#435863}.mbsc-mobiscroll-dark.mbsc-switch input:checked+.mbsc-switch-track{background:#b5e6e3}.mbsc-mobiscroll-dark.mbsc-switch input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#4fccc4}.mbsc-mobiscroll-dark.mbsc-switch input:disabled+.mbsc-switch-track{background:#49606c}.mbsc-mobiscroll-dark.mbsc-switch input:disabled+.mbsc-switch-track .mbsc-switch-handle{background:#34454d}.mbsc-mobiscroll-dark .mbsc-segmented-content{border:.142858em solid #4fccc4;color:#4fccc4}.mbsc-mobiscroll-dark.mbsc-stepper input{color:#f7f7f7}.mbsc-mobiscroll-dark.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content,.mbsc-mobiscroll-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#4fccc4;color:#263238}.mbsc-mobiscroll-dark.mbsc-segmented .mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content{background:rgba(79,204,196,.3)}.mbsc-mobiscroll-dark.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-mobiscroll-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-mobiscroll-dark.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{border-color:#49606c;color:#49606c}.mbsc-mobiscroll-dark .mbsc-stepper input:disabled{-webkit-text-fill-color:#49606c;color:#49606c}.mbsc-mobiscroll-dark.mbsc-segmented input:disabled:checked+.mbsc-segmented-content{background:#364850;border-color:#364850;color:#263238}.mbsc-mobiscroll-dark.mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content{background:transparent;color:#49606c}.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content{background:rgba(79,204,196,.1)}.mbsc-windows-dark .mbsc-empty{color:#b3b2b2}.mbsc-windows-dark.mbsc-page{background-color:#000;color:#fff}.mbsc-windows-dark a{color:#0078d7}.mbsc-windows-dark.mbsc-input input,.mbsc-windows-dark.mbsc-input textarea,.mbsc-windows-dark.mbsc-select input{border:.125em solid #737373;color:#fff}.mbsc-windows-dark.mbsc-no-touch .mbsc-input input:hover,.mbsc-windows-dark.mbsc-no-touch .mbsc-input textarea:hover,.mbsc-windows-dark.mbsc-no-touch .mbsc-select:hover input{border-color:#a6a6a6}.mbsc-windows-dark.mbsc-input input::-webkit-input-placeholder{color:#5c5c5c}.mbsc-windows-dark.mbsc-input input::-ms-input-placeholder{color:#5c5c5c}.mbsc-windows-dark.mbsc-input input::-moz-placeholder{color:#5c5c5c}.mbsc-windows-dark.mbsc-alert.mbsc-input input:focus,.mbsc-windows-dark.mbsc-input .mbsc-input-wrap input:focus,.mbsc-windows-dark.mbsc-input .mbsc-input-wrap select:focus+input,.mbsc-windows-dark.mbsc-input .mbsc-input-wrap textarea:focus{background:#fff;border-color:#0078d7;color:#262626}.mbsc-windows-dark.mbsc-alert.mbsc-input input:focus~.mbsc-input-ic,.mbsc-windows-dark.mbsc-input .mbsc-input-wrap input:focus~.mbsc-input-ic,.mbsc-windows-dark.mbsc-input .mbsc-input-wrap select:focus+input~.mbsc-input-ic,.mbsc-windows-dark.mbsc-input .mbsc-input-wrap textarea:focus~.mbsc-input-ic{color:#262626}.mbsc-windows-dark.mbsc-input .mbsc-input-wrap .mbsc-control:disabled+input,.mbsc-windows-dark.mbsc-input .mbsc-input-wrap input:disabled,.mbsc-windows-dark.mbsc-input .mbsc-input-wrap textarea:disabled{border-color:#404040}.mbsc-windows-dark.mbsc-input.mbsc-err input,.mbsc-windows-dark.mbsc-input.mbsc-err textarea{border-color:#d30101}.mbsc-windows-dark .mbsc-input-ic,.mbsc-windows-dark.mbsc-input .mbsc-label,.mbsc-windows-dark.mbsc-select .mbsc-input-wrap .mbsc-ic{color:#fff}.mbsc-windows-dark .mbsc-err-msg{color:#d30101}.mbsc-windows-dark.mbsc-progress .mbsc-input-ic,.mbsc-windows-dark.mbsc-progress .mbsc-label{color:#fff}.mbsc-windows-dark .mbsc-progress-track{background:#1f1f1f}.mbsc-windows-dark .mbsc-progress-bar{background:#0078d7}.mbsc-windows-dark.mbsc-slider .mbsc-progress-track{background:#737373;border-bottom:2px solid #1a1a1a;border-bottom-color:#000;border-top:2px solid #1a1a1a;border-top-color:#000}.mbsc-windows-dark.mbsc-slider:hover .mbsc-progress-track{background:#a6a6a6}.mbsc-windows-dark.mbsc-slider:hover .mbsc-progress-track .mbsc-slider-handle{background:#fff}.mbsc-windows-dark.mbsc-slider .mbsc-active~.mbsc-progress-cont .mbsc-progress-track{background:#737373}.mbsc-windows-dark.mbsc-slider .mbsc-active~.mbsc-progress-cont .mbsc-progress-track .mbsc-slider-handle{background:#404040}.mbsc-windows-dark .mbsc-slider-handle{background:#0078d7}.mbsc-windows-dark .mbsc-slider-tooltip{background:#1a1a1a;border:1px solid #404040;color:#fff}.mbsc-windows-dark .mbsc-slider-step{background:#737373}.mbsc-windows-dark.mbsc-rating .mbsc-progress-track{color:#0078d7}.mbsc-windows-dark .mbsc-fr-overlay{background:rgba(0,0,0,.7)}.mbsc-windows-dark .mbsc-fr-w{background:#1a1a1a;border:1px solid #404040;color:#fff}.mbsc-windows-dark .mbsc-fr-hdr{border-bottom:2px solid #404040}.mbsc-windows-dark .mbsc-fr-btn-cont{border-top:2px solid #404040}.mbsc-windows-dark .mbsc-fr-btn-w{background:#1a1a1a}.mbsc-windows-dark .mbsc-fr-btn{color:#fff}.mbsc-windows-dark .mbsc-fr-btn.mbsc-active,.mbsc-windows-dark.mbsc-no-touch .mbsc-fr-btn-e:not(.mbsc-disabled):hover{background:#343333}.mbsc-windows-dark .mbsc-fr-arr{background:#1a1a1a;border:1px solid #404040}.mbsc-windows-dark.mbsc-wdg.mbsc-fr-btn{background:#404040}.mbsc-windows-dark.mbsc-snackbar .mbsc-snackbar-btn{color:#0078d7}.mbsc-windows-dark.mbsc-toast .mbsc-toast-msg{background:#a6a6a6;color:#000}.mbsc-windows-dark.mbsc-snackbar.mbsc-danger .mbsc-fr-w,.mbsc-windows-dark.mbsc-snackbar.mbsc-danger .mbsc-snackbar-btn,.mbsc-windows-dark.mbsc-snackbar.mbsc-info .mbsc-fr-w,.mbsc-windows-dark.mbsc-snackbar.mbsc-info .mbsc-snackbar-btn,.mbsc-windows-dark.mbsc-snackbar.mbsc-primary .mbsc-fr-w,.mbsc-windows-dark.mbsc-snackbar.mbsc-primary .mbsc-snackbar-btn,.mbsc-windows-dark.mbsc-snackbar.mbsc-secondary .mbsc-fr-w,.mbsc-windows-dark.mbsc-snackbar.mbsc-secondary .mbsc-snackbar-btn,.mbsc-windows-dark.mbsc-snackbar.mbsc-success .mbsc-fr-w,.mbsc-windows-dark.mbsc-snackbar.mbsc-success .mbsc-snackbar-btn,.mbsc-windows-dark.mbsc-snackbar.mbsc-warning .mbsc-fr-w,.mbsc-windows-dark.mbsc-toast.mbsc-danger .mbsc-toast-msg,.mbsc-windows-dark.mbsc-toast.mbsc-info .mbsc-toast-msg,.mbsc-windows-dark.mbsc-toast.mbsc-primary .mbsc-toast-msg,.mbsc-windows-dark.mbsc-toast.mbsc-secondary .mbsc-toast-msg,.mbsc-windows-dark.mbsc-toast.mbsc-success .mbsc-toast-msg,.mbsc-windows-dark.mbsc-toast.mbsc-warning .mbsc-toast-msg{color:#efeff4}.mbsc-windows-dark.mbsc-snackbar.mbsc-warning .mbsc-snackbar-btn{color:#000}.mbsc-windows-dark.mbsc-form{background-color:#000;color:#fff}.mbsc-windows-dark.mbsc-control-w{color:#fff}.mbsc-windows-dark.mbsc-control-w ::-moz-selection,.mbsc-windows-dark.mbsc-control-w ::selection,.mbsc-windows-dark.mbsc-form ::-moz-selection,.mbsc-windows-dark.mbsc-form ::selection{background:rgba(0,120,215,.9);color:#fff}.mbsc-windows-dark .mbsc-form-group-title{color:#fff}.mbsc-windows-dark .mbsc-checkbox-box,.mbsc-windows-dark .mbsc-radio-box{border:.125em solid #fff}.mbsc-windows-dark .mbsc-checkbox-box:after{border:.125em solid #000;border-right:0;border-top:0}.mbsc-windows-dark.mbsc-checkbox input:checked+.mbsc-checkbox-box{background:#0078d7;border-color:#0078d7}.mbsc-windows-dark.mbsc-checkbox input.mbsc-active+.mbsc-checkbox-box{background:#a6a6a6;border-color:#a6a6a6}.mbsc-windows-dark .mbsc-radio-box:after{background:#fff}.mbsc-windows-dark.mbsc-radio input:checked+.mbsc-radio-box{border-color:#0078d7}.mbsc-windows-dark.mbsc-radio input.mbsc-active+.mbsc-radio-box{border-color:hsla(0,0%,100%,.6)}.mbsc-windows-dark.mbsc-radio input.mbsc-active+.mbsc-radio-box:after{background:hsla(0,0%,100%,.6)}.mbsc-windows-dark.mbsc-btn{background:#404040;border:.125em solid #404040;color:#fff}.mbsc-windows-dark.mbsc-no-touch.mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover{border-color:#ababab}.mbsc-windows-dark.mbsc-btn.mbsc-active{background:#ababab;border-color:#ababab}.mbsc-windows-dark.mbsc-no-touch.mbsc-btn-flat:not(:disabled):hover{background:transparent;border-color:transparent}.mbsc-windows-dark.mbsc-btn.mbsc-btn-flat.mbsc-active:not(:disabled){background:rgba(64,64,64,.25)}.mbsc-windows-dark.mbsc-btn.mbsc-btn-outline{background:transparent;border:.125em solid #737373;color:#737373}.mbsc-windows-dark.mbsc-btn.mbsc-btn-outline.mbsc-active{background:#8d8d8d;border-color:#8d8d8d;color:#fff}.mbsc-windows-dark.mbsc-no-touch.mbsc-btn.mbsc-btn-outline:not(:disabled):hover{border-color:#8d8d8d}.mbsc-windows-dark .mbsc-switch-track{border:2px solid #fff}.mbsc-windows-dark .mbsc-switch-track .mbsc-switch-handle{background:#fff}.mbsc-windows-dark.mbsc-switch input:checked+.mbsc-switch-track{background:#0078d7;border-color:#0078d7}.mbsc-windows-dark.mbsc-switch input:checked+.mbsc-switch-track .mbsc-switch-handle{background:#1a1a1a}.mbsc-windows-dark.mbsc-switch input:checked:disabled+.mbsc-switch-track{background:#fff;border-color:#fff}.mbsc-windows-dark.mbsc-form .mbsc-switch input.mbsc-active+.mbsc-switch-track{background:#a6a6a6;border-color:#a6a6a6}.mbsc-windows-dark.mbsc-form .mbsc-switch input.mbsc-active+.mbsc-switch-track .mbsc-switch-handle{background:#1a1a1a}.mbsc-windows-dark .mbsc-segmented-content{background:#404040;color:#fff}.mbsc-windows-dark .mbsc-segmented-content.mbsc-stepper-val{background:transparent;border-bottom:2px solid #404040;border-top:2px solid #404040}.mbsc-windows-dark.mbsc-ltr.mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item{border-right:1px solid #4a4a4a}.mbsc-windows-dark.mbsc-rtl.mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item{border-left:1px solid #4a4a4a}.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control,.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-plus,.mbsc-windows-dark.mbsc-segmented:not(.mbsc-stepper) .mbsc-segmented-item:last-child,.mbsc-windows-dark.mbsc-stepper-val-left .mbsc-segmented input+.mbsc-segmented-item{border:0}.mbsc-windows-dark.mbsc-ltr.mbsc-segmented .mbsc-stepper-control+.mbsc-stepper-control{border-left:1px solid #4a4a4a}.mbsc-windows-dark.mbsc-rtl.mbsc-segmented .mbsc-stepper-control+.mbsc-stepper-control{border-right:1px solid #4a4a4a}.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content{background:#fff;color:#000}.mbsc-windows-dark .mbsc-stepper .mbsc-segmented-item.mbsc-active .mbsc-segmented-content,.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item input.mbsc-active+.mbsc-segmented-content,.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item input:checked+.mbsc-segmented-content,.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-active .mbsc-segmented-content{background:#ababab}.mbsc-windows-dark .mbsc-stepper .mbsc-segmented-item.mbsc-disabled .mbsc-segmented-content,.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item input:disabled+.mbsc-segmented-content,.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item.mbsc-stepper-control.mbsc-disabled .mbsc-segmented-content,.mbsc-windows-dark.mbsc-segmented input:disabled~.mbsc-segmented-item .mbsc-segmented-content{background:#404040}.mbsc-windows-dark .mbsc-stepper input:disabled{-webkit-text-fill-color:#4a4a4a;color:#4a4a4a}.mbsc-windows-dark.mbsc-segmented .mbsc-segmented-item input:disabled:checked+.mbsc-segmented-content{background:#4a4a4a;color:#000}.mbsc-windows-dark .mbsc-stepper .mbsc-active.mbsc-disabled .mbsc-segmented-content{background:transparent}.mbsc-windows-dark .mbsc-stepper input{color:#fff}.mbsc-windows-dark.mbsc-no-touch .mbsc-segmented-item:hover .mbsc-segmented-content{background:#343333}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:rgba(0,0,0,0)}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-control-attribution svg{display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fff;background:hsla(0,0%,100%,.5);border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;overflow:hidden;padding:2px 5px 1px;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{border-bottom:1px solid #ddd;border-top:1px solid #ddd;overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{color-adjust:exact;-webkit-print-color-adjust:exact}}.rdw-option-wrapper{align-items:center;background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;display:flex;height:20px;justify-content:center;margin:0 4px;min-width:25px;padding:5px;text-transform:capitalize}.rdw-option-wrapper:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-option-active,.rdw-option-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-option-disabled{cursor:default;opacity:.3}.rdw-dropdown-wrapper{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 3px;text-transform:capitalize}.rdw-dropdown-wrapper:focus{outline:none}.rdw-dropdown-wrapper:hover{background-color:#fff;box-shadow:1px 1px 0 #bfbdbd}.rdw-dropdown-wrapper:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-dropdown-carettoopen{border-top:6px solid #000}.rdw-dropdown-carettoclose,.rdw-dropdown-carettoopen{border-left:5px solid transparent;border-right:5px solid transparent;height:0;position:absolute;right:10%;top:35%;width:0}.rdw-dropdown-carettoclose{border-bottom:6px solid #000}.rdw-dropdown-selectedtext{align-items:center;display:flex;height:100%;padding:0 5px;position:relative}.rdw-dropdown-optionwrapper{background:#fff;border:1px solid #f1f1f1;border-radius:2px;margin:0;max-height:250px;overflow-y:scroll;padding:0;position:relative;width:98%;z-index:100}.rdw-dropdown-optionwrapper:hover{background-color:#fff;box-shadow:1px 1px 0 #bfbdbd}.rdw-dropdownoption-default{align-items:center;display:flex;min-height:25px;padding:0 5px}.rdw-dropdownoption-highlighted{background:#f1f1f1}.rdw-dropdownoption-active{background:#f5f5f5}.rdw-dropdownoption-disabled{cursor:default;opacity:.3}.rdw-inline-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-inline-dropdown{width:50px}.rdw-inline-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-block-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-block-dropdown{width:110px}.rdw-fontsize-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-fontsize-dropdown{min-width:40px}.rdw-fontsize-option{display:flex;justify-content:center}.rdw-fontfamily-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-fontfamily-dropdown{width:115px}.rdw-fontfamily-placeholder{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rdw-fontfamily-optionwrapper{width:140px}.rdw-list-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-list-dropdown{width:50px;z-index:90}.rdw-list-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-text-align-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-text-align-dropdown{width:50px;z-index:90}.rdw-text-align-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-right-aligned-block{text-align:right}.rdw-left-aligned-block{text-align:left!important}.rdw-center-aligned-block{text-align:center!important}.rdw-justify-aligned-block{text-align:justify!important}.rdw-center-aligned-block>div,.rdw-justify-aligned-block>div,.rdw-left-aligned-block>div,.rdw-right-aligned-block>div{display:inline-block}.rdw-colorpicker-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-colorpicker-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:175px;left:5px;padding:15px;position:absolute;top:35px;width:175px;z-index:100}.rdw-colorpicker-modal-header{display:flex;padding-bottom:5px}.rdw-colorpicker-modal-style-label{cursor:pointer;font-size:15px;padding:0 10px 5px;text-align:center;width:50%}.rdw-colorpicker-modal-style-label-active{border-bottom:2px solid #0a66b7}.rdw-colorpicker-modal-options{display:flex;flex-wrap:wrap;height:100%;margin:5px auto;overflow:scroll;width:100%}.rdw-colorpicker-cube{border:1px solid #f1f1f1;height:22px;width:22px}.rdw-colorpicker-option{border:none;box-shadow:inset 1px 2px 1px #bfbdbd;height:22px;margin:3px;min-height:20px;min-width:22px;padding:0;width:22px}.rdw-colorpicker-option:hover{box-shadow:1px 2px 1px #bfbdbd}.rdw-colorpicker-option:active{box-shadow:-1px -2px 1px #bfbdbd}.rdw-colorpicker-option-active{box-shadow:0 0 2px 2px #bfbdbd}.rdw-link-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-link-dropdown{width:50px}.rdw-link-dropdownOption{display:flex;height:40px;justify-content:center}.rdw-link-dropdownPlaceholder{margin-left:8px}.rdw-link-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:205px;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-link-modal-label{font-size:15px}.rdw-link-modal-input{border:1px solid #f1f1f1;border-radius:2px;height:25px;margin-bottom:15px;margin-top:5px;padding:0 5px}.rdw-link-modal-input:focus{outline:none}.rdw-link-modal-buttonsection{margin:0 auto}.rdw-link-modal-target-option{margin-bottom:20px}.rdw-link-modal-target-option>span{margin-left:5px}.rdw-link-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin-left:10px;text-transform:capitalize;width:75px}.rdw-link-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-link-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-link-modal-btn:focus{outline:none!important}.rdw-link-modal-btn:disabled{background:#ece9e9}.rdw-link-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-embedded-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-embedded-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;height:180px;justify-content:space-between;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-embedded-modal-header{display:flex;font-size:15px}.rdw-embedded-modal-header-option{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;width:50%}.rdw-embedded-modal-header-label{background:#6eb8d4;border:1px solid #f1f1f1;border-bottom:2px solid #0a66b7;margin-top:5px;width:95px}.rdw-embedded-modal-link-section{display:flex;flex-direction:column}.rdw-embedded-modal-link-input{border:1px solid #f1f1f1;border-radius:2px;font-size:15px;height:35px;margin:10px 0;padding:0 5px;width:88%}.rdw-embedded-modal-link-input-wrapper{align-items:center;display:flex}.rdw-embedded-modal-link-input:focus{outline:none}.rdw-embedded-modal-btn-section{display:flex;justify-content:center}.rdw-embedded-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 3px;text-transform:capitalize;width:75px}.rdw-embedded-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-embedded-modal-btn:focus{outline:none!important}.rdw-embedded-modal-btn:disabled{background:#ece9e9}.rdw-embedded-modal-size{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.rdw-embedded-modal-size-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;width:80%}.rdw-embedded-modal-size-input:focus{outline:none}.rdw-emoji-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-emoji-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-wrap:wrap;height:180px;left:5px;overflow:auto;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-emoji-icon{cursor:pointer;font-size:22px;height:24px;margin:2.5px;width:24px}.rdw-emoji-icon,.rdw-spinner{align-items:center;display:flex;justify-content:center}.rdw-spinner{height:100%;width:100%}.rdw-spinner>div{-webkit-animation:sk-bouncedelay 1.4s ease-in-out infinite both;animation:sk-bouncedelay 1.4s ease-in-out infinite both;background-color:#333;border-radius:100%;display:inline-block;height:12px;width:12px}.rdw-spinner .rdw-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.rdw-spinner .rdw-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.rdw-image-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px;position:relative}.rdw-image-modal{background:#fff;border:1px solid #f1f1f1;border-radius:2px;box-shadow:3px 3px 5px #bfbdbd;display:flex;flex-direction:column;left:5px;padding:15px;position:absolute;top:35px;width:235px;z-index:100}.rdw-image-modal-header{display:flex;font-size:15px;margin:10px 0}.rdw-image-modal-header-option{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;width:50%}.rdw-image-modal-header-label{background:#f1f1f1;border:1px solid #f1f1f1;margin-top:5px;width:80px}.rdw-image-modal-header-label-highlighted{background:#6eb8d4;border-bottom:2px solid #0a66b7}.rdw-image-modal-upload-option{align-items:center;background-color:#f1f1f1;border:none;color:gray;cursor:pointer;display:flex;font-size:15px;justify-content:center;margin:10px 0;outline:2px dashed gray;outline-offset:-10px;padding:9px 0;width:100%}.rdw-image-modal-upload-option-highlighted{outline:2px dashed #0a66b7}.rdw-image-modal-upload-option-label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding:15px;width:100%}.rdw-image-modal-upload-option-label span{padding:0 20px}.rdw-image-modal-upload-option-image-preview{max-height:200px;max-width:100%}.rdw-image-modal-upload-option-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.rdw-image-modal-url-section{align-items:center;display:flex}.rdw-image-modal-url-input{border:1px solid #f1f1f1;border-radius:2px;font-size:15px;height:35px;margin:15px 0 12px;padding:0 5px;width:90%}.rdw-image-modal-btn-section{margin:10px auto 0}.rdw-image-modal-url-input:focus{outline:none}.rdw-image-modal-btn{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;height:30px;margin:0 5px;text-transform:capitalize;width:75px}.rdw-image-modal-btn:hover{box-shadow:1px 1px 0 #bfbdbd}.rdw-image-modal-btn:active{box-shadow:inset 1px 1px 0 #bfbdbd}.rdw-image-modal-btn:focus{outline:none!important}.rdw-image-modal-btn:disabled{background:#ece9e9}.rdw-image-modal-spinner{height:100%;left:0;opacity:.5;position:absolute;top:-3px;width:100%}.rdw-image-modal-alt-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;margin-left:5px;width:70%}.rdw-image-modal-alt-input:focus{outline:none}.rdw-image-modal-alt-lbl{font-size:12px}.rdw-image-modal-size{align-items:center;display:flex;justify-content:space-between;margin:8px 0}.rdw-image-modal-size-input{border:1px solid #f1f1f1;border-radius:2px;font-size:12px;height:20px;width:40%}.rdw-image-modal-size-input:focus{outline:none}.rdw-image-mandatory-sign{color:red;margin-left:3px;margin-right:3px}.rdw-remove-wrapper{position:relative}.rdw-history-wrapper,.rdw-remove-wrapper{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:6px}.rdw-history-dropdownoption{display:flex;height:40px;justify-content:center}.rdw-history-dropdown{width:50px}.rdw-link-decorator-wrapper{position:relative}.rdw-link-decorator-icon{background-color:#fff;cursor:pointer;left:40%;position:absolute;top:0}.rdw-mention-link{background-color:#f0fbff;border-radius:2px;color:#1236ff;padding:1px 2px;text-decoration:none}.rdw-suggestion-wrapper{position:relative}.rdw-suggestion-dropdown{background:#fff;border:1px solid #f1f1f1;display:flex;flex-direction:column;max-height:150px;min-width:100px;overflow:auto;position:absolute;z-index:100}.rdw-suggestion-option{border-bottom:1px solid #f1f1f1;padding:7px 5px}.rdw-suggestion-option-active{background-color:#f1f1f1}.rdw-hashtag-link{background-color:#f0fbff;border-radius:2px;color:#1236ff;padding:1px 2px;text-decoration:none}.rdw-image-alignment-options-popup{background:#fff;border:1px solid #f1f1f1;border-radius:2px;cursor:pointer;display:flex;padding:5px 2px;position:absolute;width:105px;z-index:100}.rdw-alignment-option-left{justify-content:flex-start}.rdw-image-alignment-option{height:15px;min-width:15px;width:15px}.rdw-image-alignment,.rdw-image-imagewrapper{position:relative}.rdw-image-center{display:flex;justify-content:center}.rdw-image-left{display:flex}.rdw-image-right{display:flex;justify-content:flex-end}.rdw-image-alignment-options-popup-right{right:0}.rdw-editor-main{height:100%;overflow:auto}.rdw-editor-toolbar{background:#fff;border:1px solid #f1f1f1;border-radius:2px;display:flex;flex-wrap:wrap;font-size:15px;justify-content:flex-start;margin-bottom:5px;padding:6px 5px 0;-webkit-user-select:none;user-select:none}.public-DraftStyleDefault-block{margin:1em 0}.rdw-editor-wrapper:focus{outline:none}.rdw-editor-wrapper{box-sizing:initial}.rdw-editor-main blockquote{border-left:5px solid #f1f1f1;padding-left:5px}.rdw-editor-main pre{background:#f1f1f1;border-radius:3px;padding:1px 10px}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}@font-face{font-display:block;font-family:lg;font-style:normal;font-weight:400;src:url(/static/media/lg.a53dcc5ea47fe7d1d9fc.ttf) format("truetype"),url(/static/media/lg.0add59587d07387b771f.woff) format("woff"),url(/static/media/lg.adb7aeef16adb8599e2d.svg#lg) format("svg")}.lg-icon{speak:never;font-family:lg!important}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);background-color:transparent;border:none;border-radius:2px;color:#999;outline:none}.lg-toolbar{background-color:rgba(0,0,0,.45)}.lg-toolbar .lg-icon{background:none;border:none;box-shadow:none;color:#999}.lg-sub-html h4{font-size:13px;font-weight:700}#lg-counter{color:#999}.lg-outer .lg-toggle-thumb{border:none;outline:medium none}.lg-outer .lg-has-vimeo .lg-video-play{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAB2CAYAAABWD7T8AAAFkUlEQVR4Ae3cA3BdeR/G8bqNk9dcu26zGdRee7e2YtcZ1A3WHHVHtY04tcNFbffGt3tx8uwzSOYEE5z/6US/Z+azKIJvfA/ayBpnHuRH4ymGYim+BUugWIqh8eRH7qQ8L4qgdLITWikbpVEYeZKhvUO5BFFJNr1BDVokOQmiRnYKo3otnDSCqJVGIVTr3pCYDeKgYbV9AcoiNIg4Sx5UbYEEQ8QsqjRXSiIYIg6QC1WsJxUSDBEW6kYVe5cglLxFFfMnNJZOnTq1hKAzqGJRhMbStWtXrF+/Hj179mzOQcOpYtGExvLaa69B0zRYLBZERESgY8eOzTFoRJMJ+uqrr6KgoADlS0xMRN++fSWoStDCwkLoV1JSgoULF8LDw0OCKgfVLS0tDf3795egykF1s1qtWLJkCby9vSWoclDdjh8/juHDh0tQ5aC6lZaWIi4uDj4+PhJUNah+2dnZeOuttySoalD9bDYbvvvuO/z973+XoKpB9Tt//jw+/PBDCaoYtNpWr16Np59+WoLqgirv8uXLGD9+PNq2bStBzdzatWvx0ksvSVAzd+fOHcyaNUuCmrVr165h9OjRElR1mqbhxx9/xH/+8x/5kFddbm6uyjf8ElT/I+kXX3xhxgMoEvTkyZMYNmyY6sshQfl3sHTpUri5uam+DBI0PT0dAwYMUH3eErS4uBgLFiww49CIBD148CB8fX1Vn58ELT+87OLiovq8JOjOnTvB4/aqz0OC3r59G/7+/mjXrp3q05egGzZsUH2kSIJqmoZLly5h8uTJ5b8uQVVOFvv+++/xwgsvmPH0JGj79u2r/ZoEFRHmnh8qws09g1nMkHPsn+A59j2ogGCIeERdqWKulEgwROynLsTJ51EzzKRq86RMQoOIM+RONW4EOQiiXuw0lGpdCGmEWgknBVK9FlbrPUaEjYKpQXujxuvnRSaNIENzpxBKISuhlbJSMgWROynPjXxpNM2nFRTbwq2g+TSafMmNZE1y7bdlepAfjacYiqX4FiyBYimGxpMfuVObutT1B7wogtLJTmilbJRGYeRpNOg7lEuoRGTTGw0NGklOQo2EncLqGzScNEKthEYhdQV9o0ExhYOGUY1BvSiL0CDiLHnUFDSQYIiYVTWoKyURDBEHyEUftCcVEgwRFuqmD/ouQYl4Sx/Un9BYXHZktYSgM/RBowiNpXvSb9hwMx+9U35vzkHD9UGjGzuoVgZY7E5EZd9Cl+b5HhvRZIJ2Y9ACxixf0v0ivJ6q9N4qQQsdTuhX4tQQk3cb3ruyJahqUP3SHxRjYMYFCaoaVD+rU8PS3+7ir7tzJKhqUP1OWEox8vAlCaoaVL9Sp4b48/fwN/X3VgmqX07hY7xz9LIEVQ2qn00rw/eXHuBfe3MlqGpQ/c4X/4GPj1+RoIpBq+3na4/w3IFfJKg+qOoul9ow8fQ1dJCgTpi5dTfy8WrirxLUzN157ID/uRsS1Kxds9ow9uRVCao6rQz46fJD/H9fnnzIqy6vSO0bfgmq+5H0y4v3zXgARYKespRixOGLqi+HBOXfwTI+rOe5U/lBaAma8bAEg9QfeJagxQ4Ni8w5NCJBE+8VwS/1vOrzk6Dlh5fd1T9XStBddwrB4/aqz0OC3n5sR2DmDXTcrvz0JejGm8qPFElQrQy4VGLD1DPXVZ+eBO3OoD9cfoCXD5ryXilBO22vfnKYBBUR5p4fKsLNPYNZzHiC59jLOfY9qIBgiHhEXatep5RIMETspy76oGqfR8XMmi5N9KRMQoOIM+SuD6o3ghyEehF2GlrX9fIhpBFqJZwUWN87OoTVeo8RYaPght5z5I0ar58XmTTC6F1x3CmEUshKaKWslExB5K5ym6FybuRLo2k+raDYFm4FzafR5EtuBu7bpEiYHVT8CRH1mIv9VAvpAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAB2CAYAAABWD7T8AAAFkUlEQVR4Ae3cA3BdeR/G8bqNk9dcu26zGdRee7e2YtcZ1A3WHHVHtY04tcNFbffGt3tx8uwzSOYEE5z/6US/Z+azKIJvfA/ayBpnHuRH4ymGYim+BUugWIqh8eRH7qQ8L4qgdLITWikbpVEYeZKhvUO5BFFJNr1BDVokOQmiRnYKo3otnDSCqJVGIVTr3pCYDeKgYbV9AcoiNIg4Sx5UbYEEQ8QsqjRXSiIYIg6QC1WsJxUSDBEW6kYVe5cglLxFFfMnNJZOnTq1hKAzqGJRhMbStWtXrF+/Hj179mzOQcOpYtGExvLaa69B0zRYLBZERESgY8eOzTFoRJMJ+uqrr6KgoADlS0xMRN++fSWoStDCwkLoV1JSgoULF8LDw0OCKgfVLS0tDf3795egykF1s1qtWLJkCby9vSWoclDdjh8/juHDh0tQ5aC6lZaWIi4uDj4+PhJUNah+2dnZeOuttySoalD9bDYbvvvuO/z973+XoKpB9Tt//jw+/PBDCaoYtNpWr16Np59+WoLqgirv8uXLGD9+PNq2bStBzdzatWvx0ksvSVAzd+fOHcyaNUuCmrVr165h9OjRElR1mqbhxx9/xH/+8x/5kFddbm6uyjf8ElT/I+kXX3xhxgMoEvTkyZMYNmyY6sshQfl3sHTpUri5uam+DBI0PT0dAwYMUH3eErS4uBgLFiww49CIBD148CB8fX1Vn58ELT+87OLiovq8JOjOnTvB4/aqz0OC3r59G/7+/mjXrp3q05egGzZsUH2kSIJqmoZLly5h8uTJ5b8uQVVOFvv+++/xwgsvmPH0JGj79u2r/ZoEFRHmnh8qws09g1nMkHPsn+A59j2ogGCIeERdqWKulEgwROynLsTJ51EzzKRq86RMQoOIM+RONW4EOQiiXuw0lGpdCGmEWgknBVK9FlbrPUaEjYKpQXujxuvnRSaNIENzpxBKISuhlbJSMgWROynPjXxpNM2nFRTbwq2g+TSafMmNZE1y7bdlepAfjacYiqX4FiyBYimGxpMfuVObutT1B7wogtLJTmilbJRGYeRpNOg7lEuoRGTTGw0NGklOQo2EncLqGzScNEKthEYhdQV9o0ExhYOGUY1BvSiL0CDiLHnUFDSQYIiYVTWoKyURDBEHyEUftCcVEgwRFuqmD/ouQYl4Sx/Un9BYXHZktYSgM/RBowiNpXvSb9hwMx+9U35vzkHD9UGjGzuoVgZY7E5EZd9Cl+b5HhvRZIJ2Y9ACxixf0v0ivJ6q9N4qQQsdTuhX4tQQk3cb3ruyJahqUP3SHxRjYMYFCaoaVD+rU8PS3+7ir7tzJKhqUP1OWEox8vAlCaoaVL9Sp4b48/fwN/X3VgmqX07hY7xz9LIEVQ2qn00rw/eXHuBfe3MlqGpQ/c4X/4GPj1+RoIpBq+3na4/w3IFfJKg+qOoul9ow8fQ1dJCgTpi5dTfy8WrirxLUzN157ID/uRsS1Kxds9ow9uRVCao6rQz46fJD/H9fnnzIqy6vSO0bfgmq+5H0y4v3zXgARYKespRixOGLqi+HBOXfwTI+rOe5U/lBaAma8bAEg9QfeJagxQ4Ni8w5NCJBE+8VwS/1vOrzk6Dlh5fd1T9XStBddwrB4/aqz0OC3n5sR2DmDXTcrvz0JejGm8qPFElQrQy4VGLD1DPXVZ+eBO3OoD9cfoCXD5ryXilBO22vfnKYBBUR5p4fKsLNPYNZzHiC59jLOfY9qIBgiHhEXatep5RIMETspy76oGqfR8XMmi5N9KRMQoOIM+SuD6o3ghyEehF2GlrX9fIhpBFqJZwUWN87OoTVeo8RYaPght5z5I0ar58XmTTC6F1x3CmEUshKaKWslExB5K5ym6FybuRLo2k+raDYFm4FzafR5EtuBu7bpEiYHVT8CRH1mIv9VAvpAAAAAElFTkSuQmCC) no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAC+klEQVR4Ad3YAUcEeRjH8RktYLdDsdli3b2GkqreQrRXB4QiAZWoSlS2KiW9hRDhSkFVHEsApHC62w7QZnWh7ZKg7Z77SpZMXdXOzPOf+fEBoH6e3+7sWD6kFl1YwA5OkccDnl48II8TbGMenUggkGnCKs4hZcpiBY0wOpUYdv7TrspiCDEYkx+Qxj8QnxQwrV2EjT5cQ5RcoRc2fM2POIIYIoMkfMkvuIMY5hYpr09+EWK4WS8mEcEGJCDWEXHzn9+GBMyWGyXY2IAE1Hq5c1iEBNxcOZ/2EhIpfCk/4Q4SErdIfmX3R5CQycDGh+mDhFTPZ37YXENC6goxvJs0xG2JREJs2zalhCm8mUqvftL29/fL4eGhVFdXm1BAATE4MgzxqgAhl5eX0tbWZkIJg3DkL68LEFIsFmViYkJ7En/gVZogPhRQigGTaEApq34XYMAkllHKuUIB2pM4w3NqISoF6E8iDqtLrQD9SaRgLSgX4JjE+Pi4X5NIw9rRL8CZg4MDPyaxCetUrQD9SRzDyqsVoD+JHKwHtQL0J3EP68ngAhyTaG1tdfNvKwaqgFwu53oBgZnA/v6+ZxPIm1zA4+OjjI2NefoheGJqAZy8tLS0eP41uG1iAXt7e1JVVeXLg9C8bgHOkx8dHfX1UbhToQClk3fogJVQKEDp5B3ieE5WoQCFk3/ld5SyolHAxcWFNDc3a70SW0IpjX4XsLu7Wzp5JfV4lawfBXDyMjIyov1a/AyODHlYgPLJOwzAkRgKXhWgf/IlN4jizUxD3FZTU+M4eUWTeDeV+BsSUnlE8b/phYRUNz6MjQwkZH7Dp5PELSQkblCHLyUFCYF/0Y5vZRYScDP4dmysQwJqDWUngi1IwPyKCriSSMAuYQ0VcDU25gLwgTcDT/OzoV+RN2iHL0kiY9hDTh18jY0eXCk/23dDNTFMoeDzuU8iCmMSwyD+9PhNzgCiMDoNWMaZS29vl1CPQCaOFNLYxDFyuEfxxT1yOMYm0uhAHJ7mP8ZCuxmI6VJBAAAAAElFTkSuQmCC) no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;opacity:.8;width:64px}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAB4CAYAAABsBdWMAAAKVklEQVR4Xu3cf2xV5R3H8fd57nPv7W3LLaW21JUCFUuF+hcTyKY4E3SwaZTpMiQqiG5zZsASJIpoMmsmYhDmkKHZAKTZBLTIz2LUAsnEzkmYbkpbugBa1AEFoL/b2977XT05CVco0t7ece6V55V885z2z0++99zTk+ZjiQjxY1jXjLqGPsoAsoAgMMA5051JBdKcM+CM35kU59SAz7n2RY0X0M54nPECwtdZQJczkajrTiDknB3OhKJ+3x71+zbn5xag1ZlmZxqBJmdOOSP0kubixgJTgfHAcOAKIIXLQydwEqgD/glsAt6OdUPHA6uAYqIZR4GHgc30QNGz3wHv9ximkets6treBroMeIKLMaYDOy4W6FxgNr1l/Ah4+UKB5gJP01fGQ8D3ewr0YSCNWBhzegp0GrEy7gTyogOdCBQSK8ML3HFOoP1k3Bwd6Hj6y7gOsJSzrqPpLyMfKFTAECCXeDCGqbiGaeQpIAcXWZZFR0cH4XDYvk5ygxWQjYs8yoP2ag4dOsSJEydQSiVzsNkKuAKXiAh1R+qY/+h8yreXEwwGqdpfxanTp/B4PHawJtA+am1ttTd00qRJfPLxJyxZsgSf18f+T/bT0NBgB5tEshSQictEBICUlBTmzp3L3g/28thjj4GFHWxLS0uyBBtUwAASzODBg1m0aBG7K3Yza/YsOkIdVFVV2V9eCR5sQAEZJKiRRSN5cdmLbN+6nfvuvc++t3YHS3t7e6IGm6qS4ZXd2LFjWbt2LRvWbWDm/TPt+251dTWdnZ2JFqzP2dCkYH9xrfzzSspeL2PGjBkcPXqU2tpa+xlWKYX78CvATxIJdYaYMGECTrDcdutt1NXVcfjwYUTE7WC1ArwkEb/fTyQSsR+pbrnlFtavX8+6V9dx0003cfDgQTtcwK1glQKEZOKElZmZSVtbG/X19Uy5YwqbNm6idG0pY8aMsW8DdUfcCVaRxNLT08nLy+PEyRMcrz/OtGnT2LZ1G2tWr+G6Mddx+vRpurq6TKB9lZ2dTU5Ojn0fbWpqYvr06ezevZtZs2bZj1rhcJhLRZPkou+tBQUFAPa99LXXX2PX7l0MSB+AUspsaKxKS0uZ/KPJLHh8ATU1NaSmpvb1JYvZUEEoKytj8eLF9nuA7Jxsiq8ttp8G+vhxN4GuLV3LCy+8wEcffkQwI8jo4tGIiB2kGzRgkYTKd5RTUlJib+TAzIGMGj0KwN5KN2mgkySya9cuFj67kJ0VO0kPpuNspD3uI6KBEEmg8u+VLHxmIeXl5fgDfrr/URillL2RCSSsgIaEDrKykqlTp3LDDTfw1ttvUXRNESOuGhH18U4o7QpoIQHt27ePu356F9dffz1lG8soLCykqKgIy7LsIBNUSCfahh44cICSp0vYsGEDWPZLZrTWUY9ACa1NA424yFIWGRkZAMyZM4eVq1bS1trG1SOvxufzEQlH7DCTRKvVfXNfAszFHfZb9+LiYmoO1FBbU0vBVQX2Xzf2NiafHRo4gYsCgYD9xaO1tv+66Q7SniR14qsN/QXwJ+LBWKqAeuLFqFfAceLFOKaAo8SL8aUCvojblhp1CugAqugv4wvgPwobH9Bfxj6gS2FjF/1l7ARQ2HgL+JRYGQJsBVCctY5YGZuBT88N9CUgRCyMF3sqIDgClNBXRimw+0IFBAuB1fSW8TdgxsUqMh4ElnAxxhbgB70tcZkHjAf2ci6jEZgJTOnrv+J8AIwDioD5wBagCmjk8tICVAOvAj8DBgGv9KcIqxZ4jrP8wFBgMJABDATSgTRnAlHjA1Iu2CLmnFHjcU4V9bNyTuGsMCBAl3MdibrudK47o6YjatqiTqdZjJboZjFnmoDTwFGgjV6Kc/edYdUVj+RclgVgYRHFwkGGdZl038m53XeCAwRBACTW7js5230npvsupjJB030HXiDXmXHAry7Wfacv3H0nTwjfwHTflQIzehPoMhFmczHGdCAb+PH/sfvOdN9piUf3nem+KwUqAbRIHLrvjDlAZfy770z3HdbhUYUAE7GoIHaG8GtghRZsExH6z3TfrYhz953pvtMice2+M913ErfuO0NgmAZyhTgx8jyzswZ9F7gbt1gW0t6OTSkQIYm9rwWycZHl8SBaEzp0GD0oE092NiISU7Cmqk2EzrrPyJ6/gLwdbxIODqC9uhY5dQqUB5Kw+06LuBkohFvasLRm4KTJpO0/wLHlyznz+6Wo6gN4cnOwMjMhEgYhGWRpgUxcFInqvvOmpDBk3jyC993L8aVL6Cgtxfoq2LwrIRiEcJgEF9QIA3CLABHOExycS9pzi6l/4Oc0vriM8Ib1SHewamg+VmpqIgcb0IJk4BpBAOF8HiC3qIgBy//IyekzaF/2B7q2bCZSdwSdnwdpabEEa7rv0oDvjBtH1l/+SurrGwncP51ISwtdNbVIKAQJ1n2nRcjALQLinN9EA1lAyuTJNE2ahO/ddwmtXkX7unVIqBNPwXDweiESwWV+LeDHRdLHbfWGQjTeeCN6wgT8U++m7aWXaC/fBsqDZ9gw8HjcDFZrAS8ukj6G6vP7uSISobGhgdYfTiI48WYC27fR8nJ3sO9UoPx+1JAh4FFuBKs0guAWITZKEczMxN/czJnGRvSdd5J56610lJXRvGIFHZWVKJ8PT34+qEsbrBYE9wjSj2T96ekM7p7G+nqa29vx33MPKbffTtvGMlpWrqSzqgo1cCB4PCDCpaDdzTP6jF0wO5tARwenDx8m5PcTvH+mPSdLSmhZuhSVmXnJnga04K4IIPSf1+8np6CAEHDy4EFa16+no6IC0tMRpQAuj0CF+Gpas4ZjTz1FV10d3qwsrEGDkEvazijfjjRPbdjAf59dRPO/PsIXzMB/dSESiUBXGODy2lAhdvWrV3P0+edprq62X64ERoxABCLudd+JlYwrembrNo48+SRNH/8bbyBA6lUFgIW43X0nQidukb5H2vBOBV+UlHDmvT14fL7uIEeACBIRQHBZRAuEkuEj37RnD58/VcKpnRUoSxEYXgBKIQnWfacRGhL5ObTp3T18ufh5Tm7bAkAgfxhKaztIwonXfacFWhLxsal5714+/20JJ98sByAlbyjK70PC4cTuvhOkAdcI50bTVlND3YInqN/0BgCBIflYXq+9kZFwVxJ03wmNuEXAAjxO993BXz7EsVWrCEfCBK7MQ6Wk2Bsp4STqvts7dLir3XfS2UnqtdfSVnuAls8+JZCTiyctDUnW7jtxufvOCgRorHwPy6NJKxhhBxlJ5u67f+QPT9juO9N9Z9RrETlOvBjHtCRw953pvjPqtIjTfQc5JBrTfWe677Rg2wU8Sr+Z7juNSHT33XD6xXTfafl6993j9IvpvtMi0d13PAL4iJnpvtNyfvfdMxa9YUgP3Xe6h+67EQIPEBPTfac534MinAYe4ZsYWyyLKb0tcZkH8prAcmAsPbD4dhMuqNGC34D1Cj3Qvei+Gwn8BPgeUAgMAYJyeXXf1QEfApuBN4BwfLrv5Gz3nXzLu++sc7vvLHrlf2VKNFJCw9t9AAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAB4CAYAAABsBdWMAAAKVklEQVR4Xu3cf2xV5R3H8fd57nPv7W3LLaW21JUCFUuF+hcTyKY4E3SwaZTpMiQqiG5zZsASJIpoMmsmYhDmkKHZAKTZBLTIz2LUAsnEzkmYbkpbugBa1AEFoL/b2977XT05CVco0t7ece6V55V885z2z0++99zTk+ZjiQjxY1jXjLqGPsoAsoAgMMA5051JBdKcM+CM35kU59SAz7n2RY0X0M54nPECwtdZQJczkajrTiDknB3OhKJ+3x71+zbn5xag1ZlmZxqBJmdOOSP0kubixgJTgfHAcOAKIIXLQydwEqgD/glsAt6OdUPHA6uAYqIZR4GHgc30QNGz3wHv9ximkets6treBroMeIKLMaYDOy4W6FxgNr1l/Ah4+UKB5gJP01fGQ8D3ewr0YSCNWBhzegp0GrEy7gTyogOdCBQSK8ML3HFOoP1k3Bwd6Hj6y7gOsJSzrqPpLyMfKFTAECCXeDCGqbiGaeQpIAcXWZZFR0cH4XDYvk5ygxWQjYs8yoP2ag4dOsSJEydQSiVzsNkKuAKXiAh1R+qY/+h8yreXEwwGqdpfxanTp/B4PHawJtA+am1ttTd00qRJfPLxJyxZsgSf18f+T/bT0NBgB5tEshSQictEBICUlBTmzp3L3g/28thjj4GFHWxLS0uyBBtUwAASzODBg1m0aBG7K3Yza/YsOkIdVFVV2V9eCR5sQAEZJKiRRSN5cdmLbN+6nfvuvc++t3YHS3t7e6IGm6qS4ZXd2LFjWbt2LRvWbWDm/TPt+251dTWdnZ2JFqzP2dCkYH9xrfzzSspeL2PGjBkcPXqU2tpa+xlWKYX78CvATxIJdYaYMGECTrDcdutt1NXVcfjwYUTE7WC1ArwkEb/fTyQSsR+pbrnlFtavX8+6V9dx0003cfDgQTtcwK1glQKEZOKElZmZSVtbG/X19Uy5YwqbNm6idG0pY8aMsW8DdUfcCVaRxNLT08nLy+PEyRMcrz/OtGnT2LZ1G2tWr+G6Mddx+vRpurq6TKB9lZ2dTU5Ojn0fbWpqYvr06ezevZtZs2bZj1rhcJhLRZPkou+tBQUFAPa99LXXX2PX7l0MSB+AUspsaKxKS0uZ/KPJLHh8ATU1NaSmpvb1JYvZUEEoKytj8eLF9nuA7Jxsiq8ttp8G+vhxN4GuLV3LCy+8wEcffkQwI8jo4tGIiB2kGzRgkYTKd5RTUlJib+TAzIGMGj0KwN5KN2mgkySya9cuFj67kJ0VO0kPpuNspD3uI6KBEEmg8u+VLHxmIeXl5fgDfrr/URillL2RCSSsgIaEDrKykqlTp3LDDTfw1ttvUXRNESOuGhH18U4o7QpoIQHt27ePu356F9dffz1lG8soLCykqKgIy7LsIBNUSCfahh44cICSp0vYsGEDWPZLZrTWUY9ACa1NA424yFIWGRkZAMyZM4eVq1bS1trG1SOvxufzEQlH7DCTRKvVfXNfAszFHfZb9+LiYmoO1FBbU0vBVQX2Xzf2NiafHRo4gYsCgYD9xaO1tv+66Q7SniR14qsN/QXwJ+LBWKqAeuLFqFfAceLFOKaAo8SL8aUCvojblhp1CugAqugv4wvgPwobH9Bfxj6gS2FjF/1l7ARQ2HgL+JRYGQJsBVCctY5YGZuBT88N9CUgRCyMF3sqIDgClNBXRimw+0IFBAuB1fSW8TdgxsUqMh4ElnAxxhbgB70tcZkHjAf2ci6jEZgJTOnrv+J8AIwDioD5wBagCmjk8tICVAOvAj8DBgGv9KcIqxZ4jrP8wFBgMJABDATSgTRnAlHjA1Iu2CLmnFHjcU4V9bNyTuGsMCBAl3MdibrudK47o6YjatqiTqdZjJboZjFnmoDTwFGgjV6Kc/edYdUVj+RclgVgYRHFwkGGdZl038m53XeCAwRBACTW7js5230npvsupjJB030HXiDXmXHAry7Wfacv3H0nTwjfwHTflQIzehPoMhFmczHGdCAb+PH/sfvOdN9piUf3nem+KwUqAbRIHLrvjDlAZfy770z3HdbhUYUAE7GoIHaG8GtghRZsExH6z3TfrYhz953pvtMice2+M913ErfuO0NgmAZyhTgx8jyzswZ9F7gbt1gW0t6OTSkQIYm9rwWycZHl8SBaEzp0GD0oE092NiISU7Cmqk2EzrrPyJ6/gLwdbxIODqC9uhY5dQqUB5Kw+06LuBkohFvasLRm4KTJpO0/wLHlyznz+6Wo6gN4cnOwMjMhEgYhGWRpgUxcFInqvvOmpDBk3jyC993L8aVL6Cgtxfoq2LwrIRiEcJgEF9QIA3CLABHOExycS9pzi6l/4Oc0vriM8Ib1SHewamg+VmpqIgcb0IJk4BpBAOF8HiC3qIgBy//IyekzaF/2B7q2bCZSdwSdnwdpabEEa7rv0oDvjBtH1l/+SurrGwncP51ISwtdNbVIKAQJ1n2nRcjALQLinN9EA1lAyuTJNE2ahO/ddwmtXkX7unVIqBNPwXDweiESwWV+LeDHRdLHbfWGQjTeeCN6wgT8U++m7aWXaC/fBsqDZ9gw8HjcDFZrAS8ukj6G6vP7uSISobGhgdYfTiI48WYC27fR8nJ3sO9UoPx+1JAh4FFuBKs0guAWITZKEczMxN/czJnGRvSdd5J56610lJXRvGIFHZWVKJ8PT34+qEsbrBYE9wjSj2T96ekM7p7G+nqa29vx33MPKbffTtvGMlpWrqSzqgo1cCB4PCDCpaDdzTP6jF0wO5tARwenDx8m5PcTvH+mPSdLSmhZuhSVmXnJnga04K4IIPSf1+8np6CAEHDy4EFa16+no6IC0tMRpQAuj0CF+Gpas4ZjTz1FV10d3qwsrEGDkEvazijfjjRPbdjAf59dRPO/PsIXzMB/dSESiUBXGODy2lAhdvWrV3P0+edprq62X64ERoxABCLudd+JlYwrembrNo48+SRNH/8bbyBA6lUFgIW43X0nQidukb5H2vBOBV+UlHDmvT14fL7uIEeACBIRQHBZRAuEkuEj37RnD58/VcKpnRUoSxEYXgBKIQnWfacRGhL5ObTp3T18ufh5Tm7bAkAgfxhKaztIwonXfacFWhLxsal5714+/20JJ98sByAlbyjK70PC4cTuvhOkAdcI50bTVlND3YInqN/0BgCBIflYXq+9kZFwVxJ03wmNuEXAAjxO993BXz7EsVWrCEfCBK7MQ6Wk2Bsp4STqvts7dLir3XfS2UnqtdfSVnuAls8+JZCTiyctDUnW7jtxufvOCgRorHwPy6NJKxhhBxlJ5u67f+QPT9juO9N9Z9RrETlOvBjHtCRw953pvjPqtIjTfQc5JBrTfWe677Rg2wU8Sr+Z7juNSHT33XD6xXTfafl6993j9IvpvtMi0d13PAL4iJnpvtNyfvfdMxa9YUgP3Xe6h+67EQIPEBPTfac534MinAYe4ZsYWyyLKb0tcZkH8prAcmAsPbD4dhMuqNGC34D1Cj3Qvei+Gwn8BPgeUAgMAYJyeXXf1QEfApuBN4BwfLrv5Gz3nXzLu++sc7vvLHrlf2VKNFJCw9t9AAAAAElFTkSuQmCC) no-repeat scroll 0 -60px transparent}.lg-outer #lg-share-facebook .lg-icon:after{content:""}.lg-outer #lg-share-twitter .lg-icon:after{content:""}.lg-outer #lg-share-googleplus .lg-icon:after{content:""}.lg-outer #lg-share-pinterest .lg-icon:after{content:""}.lg-outer .lg-img-rotate{bottom:0;left:0;padding:0 5px;position:absolute;right:0;top:0;transition:-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s;transition:transform .3s cubic-bezier(.32,0,.67,0) 0s,-webkit-transform .3s cubic-bezier(.32,0,.67,0) 0s}.lg-rotate-left:after{content:""}.lg-rotate-right:after{content:""}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-hor:after{content:""}.lg-flip-ver:after{content:""}.lg-group{*zoom:1}.lg-group:after,.lg-group:before{content:"";display:table;line-height:0}.lg-group:after{clear:both}.lg-outer{outline:none}.lg-outer .lg-item{background:url(data:image/gif;base64,R0lGODlhIAAgAPUZADQ0NF9fX0JCQjw8PFZWVpiYmDc3N0RERDIyMoiIiJGRkUdHR3x8fMvLy8LCwqampvT09P///z8/Pz09PWlpabi4uIGBgXFxcUxMTE9PT1xcXLCwsG9vb+Xl5VdXV9ra2nZ2dpmZmbKyssDAwDExMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAZACwAAAAAIAAgAAAG/8CMcEgkDiCQRXHJJGIMxEAkEigCmsxLYxOdVoeDAxRLpDQalKGUOgQcDgNysdJwjNffTPggLxLOCUJ4Qm5ifUUhZwIZgxlvEnIEBEUCZw+MXhkGb1dEBmMZAgUFCUpDDGcYAwEBAwhvcW0SbwiEFqMFDLEGIZNFCBO1GQh7cH4KuAGdcsUSy0QAFLggfcWgTQMMBaZkr66HoeDCSwAD5ucDz3IA7O0ACKzx8YuHhW/3B/LyfPX4+OXozKnDgsBdu3G/xIHTdGAgOUPrZh2AJGfCPYfDin2TQ+zeBHWbHi37SC4YIYkQhdy7FvLdJwSvjA0JyU/ISyIx4xS6sgfkNS4me2rtVHlgwkJCb8YMZdjwqMQ2nIY8Bbc0Q9VCP7G4MQq1KRivR7tiDEuEFrggACH5BAkKABIALAAAAAAZABgAAAapQIlwSCQaHA5BcUkUAIiERoNQDDAlmoIFKqUORZEHk1AoeCXR6TAQiYiuiYLiie4OPxHI4LooU4RpXgxtBVdCIGV7gRIDEBEdTUpEA2UMdWoFbVZCBgEBGntrZQIGBAQGC20NRAgengEEdAAgC0sEH7VFAq8BCwiGwAgYrxnAxgAEAaHGwAbMrADR0gC/z0IH2NnYdNba2s7WEgjT0tXh5+jp6uvs7azGQQAh+QQJCgAWACwAAAAAHwAYAAAG8ECLcEgkAhSKQXHJHBoQxEWhsCgSmstDwBOdVoeKRgJLFAQCgqGUOiQ0GgoyUXOGWtZfy6bhMMiHA2cYQnhCFG8Mf0QZZwB3XhYGDg0VZACORmdXhQxvV0QJYxYIBwcSmIRnBgALCwACbw9EHB0REZ8TpQcDdggZSkUYG2kWbrYRDUa6B35/AyLHHYlLBrrAZCO2EAXXSwgDB6hYBBEieWR2f59FCJful+l/7+7Ly+KW9fnLzfL67fMA4qG7h0VgQUWRwvXj1wSAhFIS/uQ6UBBcKV5/vlFkUg0iqgkEAUywQ1CILoYdESAw8ITULixBAAAh+QQJCgAZACwAAAAAIAAYAAAG9cCMcEgkIgIBQHHJNBYHyEFx0WQaDhMiNCAdcgqUahFwOCiF225mUShwxEVJeZgeWgqKM1xIPhjQUUIEbQF7T2UIGXUACgUJcAB6QghlUnUBbVREFxdDlAcSklcHCAgDA6ZtDEQBFQ0NGEMTZQeodJJCAhZdGA+vDQ9jtH6GBgq/FWFWtGpVIa8ODH9VpmZ7GA0KAoYZiYaxTAiR45Hee1tI6QvDw7hVARHx8hEQ7LTTe/Dz8RDi5OXcFqQbqGmJOTgH4Vxxt4QMvioA5IDaM6sMw24DmCUMl7HMBFyjQOn52HCCt4j3iKQcMqqUAQOlKhEJKSQIACH5BAkKABQALAAAAAAgABkAAAb/QIpwSCweDoiicklMEgFHQHHAXBoOk2eUmAlgqkXoQSoUkymDQCADLkqOQ/PQo3a2y0cDfiwUqBd3U0dJcghqGm0AZ0IIR1RyC2pURBqIjEcSi1dIFIqdagRcCQUFAkMTRwcDdgOLQgYeZAIMpAUMYakHencAHLUJoVapk2AgpAoBrkUIA3xtAgUcxG12z0wIitmK1WAGBN/gBAK5ucpMBA3p6g0O5Km7d+jr6Q7Y2tuBFALh4KZL3FUA5btirkiACAWmLQHw5oCEOx8iRIBw618zRwCVLGggMcKHAEU2OTwzQRmACU4CdOj4gMg7IpsQIDBgQKYjIgUgSMzHc0CBBARCggAAIfkECQoAFgAsAAAAACAAHgAABv9Ai3BILB4OiKJySUwSAUdAUcpUGg6TZ5Q4OBiq060QeqBayANwUXIcks2TtlrrHYvJ3zn3mHwLjxJqAGZCCEdpfldlRgdDhgcShIp9Uo9pQxMaAQF5FnGHThYDhIUTTgYEmwEEYUd1cwgZqhoCTIoHl2CymwuhSwhdpEsGARnCTL5gnUUIg86DyVUAC9TVC12u2cdLCwXe3wUK2dnLYN3g3grNz9B6otbVuczute5X20QEDQzlSgBskOZsaNDAAQVk2HBFUyLgAcEGG1gRuRUJk7AAHxYIIVDhYQIirpZNQmDAAIIFESKIIMLAAcGJJpscOrNFRMoAExlccLdkAIQcCB94uiuQkoFQPR0iQJB3dEmAlB+bgmkQgcOSIAAh+QQJCgAYACwAAAAAIAAgAAAG/0CMcEgsHg6IonJJTBIBR0BRylQaDpNnlDg4GKrTrRB6oGLIA3BRchySzZO2Wusdi8nfOfeYfAuPEmoAZkIIR2l+V2VFBnkYhgcShIp9UpBpbmxIQ3GHThgDhIUTTghdh2FHdXqnkaJDigeYYK2OTKaLaoYDn7p6j7eDwoO9YKYDyMlkqqqvTAMB0dLRzMzOS9DT0gjDwsVVAMni19/PvxhX10QLBQHqY5qBahYFBQoEt628cwMM9QUWFjBSJYnTKwIbBAhZkOAfBSKqbFFiV2CBgAYNFBAJoKAekUa9LmEIECFCAAwKMOJzE0CDmlNJSJpE56DBhnN2Vsk8iYEBxiuH5zQN2TmkQgMHtsD4EUJUCAGMF35ByTK0JE8hDxpcxcnUKteXECAI1BMEACH5BAkKABQALAAAAAAgACAAAAb/QIpwSCweDoiicklMEgFHQFHKVBoOk2eUODgYqtOtEHqgUsgDcFFyHJLNk7Za6x2Lyd8595h8C48SagBmQghHaX5XZUUGeRSGBxKEin1SkGlubEhDcYdOFAOEhRNOCF2HYUd1eqeRokOKB5hgrY5MpotqhgOfunqPt4PCg72Cw8SqyblzZMrOqq9MzcoIx8S/1dbFQ9vSvxRX0UUDAQvdT5qBah4B7QK3rbzMBO0BHrNCsZJCAx8BSgssYBqgoR4GIqpsPYgQgYAABgwEDChQgAORBfWINOq1gGEDCgQaNCBAgQPFBU0WHFDTgCHKkCPPKChg4ZuQAAwLCIFJkkIAMoo9f3WIAAETzyEJCigQp4QBQwZDjgpZQFHDLw4RPhCRKoRBgQw2i3ANy8SAAwfv9AQBACH5BAkKABYALAAAAAAgACAAAAb/QItwSCweDoiicklMEgFHQFHKVBoOk2eUODgYqtOtEHqgWsgDcFFyHJLNk7Za6x2Lyd8595h8C48SagBmQghHaX5XZUUGeRaGBxKEin1SkGlubEhDcYdOFgOEhRNOCF2HYUd1eqeRokOKB5hgrY5MpotqhgOfunqPt4PCg72Cw8SqyblzZMrOqq9MzcoIx8S/1dbFQwvYvwMFEAHMq2AMHRERHXOdy0UEDekRDQRzuEcTog/yHRxCBhvqFRnggQoATeUspINQYFaCBg0wDAgQIBTFDERiEUnwoNsQARAfWFhQoEC3DBRn/bO15AFEASNLdkNA0cOvIfAaMBBC0iRPMYowb1Zo4CBPT48WNFDcxoQCRArcZA6ZGODArwANNhA5SoRAgCw3i3ANK0iBApVgggAAIfkECQoAGgAsAAAAACAAIAAABv9AjXBILB4OiKJySUwSAUdAUcpUGg6TZ5Q4OBiq060QeqBqyANwUXIcks2TtlrrHYvJ3zn3mHwLjxJqAGZCCEdpfldlRQZ5GoYHEoSKfVKQaW5sSENxh04aA4SFE04IXYdhR3V6p5GiQ4oHmGCtjkymi2qGA5+6eo9MCwHDxAELv2eDylIQEc7PEQy/ZKqqzdDO0nrU1QfCxcPHegjLyr1EAr/nVQYMDgRzULZMFBUNDRVznblKGA/3DR5gmIPryARRCQBWCDDGgrgnpMZoWiXkngMGjigUKCAAwIIFAC4RiUXkQoJ0QwZslDZgWJpTohqpYbDxpcs/WJAJWbCRIagrmxoUvQKToIACKi0DzNKEjMBGeEKSzsLzK0MBC1yARuWnM6rWrreGDV0SBAAh+QQJCgAVACwAAAAAIAAgAAAG/8CKcEgsHg6IonJJTBIBR0BRylQaDpNnlDg4GKrTrRB6oFbIA3BRchySzZO2Wusdi8nfOfeYfAuPEmoMDEUIR2l+V2VFBnkVBBERHQFEin1ShgdpbmxIQgMfkREjC0MDZkMIE04IXYdFDBCiBZtqrgcSqKYPoiNzt45MCw0RlGqGA05zBHoVykUCBNLTBALNZwDZ2hUODd7fDRTNZEflB93g3uJ65OYH0dTS1noI2vbPXM34VQABCqVqoARjQiBBgQIJ5sQRo0QAg4MFGMwD06rcBF0UICbIIASBh1puVo3pVGfIQQUBzGAIEMAAgkYIMoFUdICIBgog+wVg5seVrjJGagiwlOKnwqtrFQawBFhUkS41Glg6KVqh0zUBLCdSxdNsQgAPdFB1eXqNKlIwfJoFAQAh+QQFCgAWACwAAAAAIAAgAAAG/0CLcEgsHg6IonJJJAyIgCOgOGUqE5EPVEocHAzWIiMSYQyjh6oF/QwTOxFIG62eHN3FAPkhpPePYHhEDWQLa1wWRxJuFBRFC2QNh2kWBohDBoEWGA0NFQREBWSgAFMIR219EkdJlRudDSECQgMjAUoIE60IXqhFFA6wDJphvQcSakQGCbAheMbESwIPDaBupwOteBiCFtpFAwvi4wupeKXopRYKBe3uBdbnR/Pz7O/t8W5o9Kjk4+ZhEKRD9w1Kt4JWECwIAHBJlGjSNAQIoAGPnUtFDBCYGIAARFzGJiTbxFHDhCEilQDQpWoeMY4LtFlCgiATglMHzM08QOQAhjVkOJ/46TUyk5teSfwkytntDKA/lCphxLOKJ1Q1VZsqnaQGzUeHB046jUqLbNOxI88yYdUtCAA7) no-repeat scroll 50% transparent}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;margin-right:-1px;width:1px}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{background-color:#000}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}
/*!
* Bootstrap v5.1.3 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;background-color:#fff;background-color:var(--bs-body-bg);color:#212529;color:var(--bs-body-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-body-font-family);font-size:1rem;font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);text-align:var(--bs-body-text-align)}hr{background-color:currentColor;color:inherit;margin:1rem 0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}abbr[data-bs-original-title],abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}ol,ul{padding-left:2rem}.small,small{font-size:.875em}sub,sup{font-size:.75em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{direction:ltr;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--bs-font-monospace);unicode-bidi:bidi-override}code,pre{font-size:.875em}code{word-wrap:break-word;color:#d63384}kbd{background-color:#212529;border-radius:.2rem;font-size:.875em}kbd kbd{font-size:1em}img,svg{vertical-align:middle}table{caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem}th{text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}button:focus:not(:focus-visible){outline:0}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}iframe{border:0}.lead{font-size:1.25rem}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.initialism{font-size:.875em}.blockquote{font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.img-thumbnail{border:1px solid #dee2e6;border-radius:.25rem}.figure-caption{color:#6c757d;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-left:var(--bs-gutter-x,.75rem);padding-right:.75rem;padding-right:var(--bs-gutter-x,.75rem);width:100%}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media(min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media(min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media(min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media(min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media(min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);border-color:#dee2e6;color:#212529;margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;border-color:#bacbe6;color:#000}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;border-color:#cbccce;color:#000}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;border-color:#bcd0c7;color:#000}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;border-color:#badce3;color:#000}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;border-color:#e6dbb9;color:#000}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;border-color:#dfc2c4;color:#000}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;border-color:#dfe0e1;color:#000}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;border-color:#373b3e;color:#fff}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{line-height:1.5}.col-form-label-lg{font-size:1.25rem}.form-text{color:#6c757d;font-size:.875em}.form-control{-webkit-appearance:none;appearance:none;border:1px solid #ced4da;border-radius:.25rem;color:#212529;font-size:1rem}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);color:#212529}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef}.form-control::file-selector-button{-webkit-margin-end:.75rem;background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{-webkit-margin-end:.75rem;background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{color:#212529;line-height:1.5;padding:.375rem 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;min-height:calc(1.5em + .5rem + 2px)}.form-control-sm::file-selector-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-sm::-webkit-file-upload-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px)}.form-control-lg::file-selector-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:auto;padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:.25rem;height:1.5em}.form-control-color::-webkit-color-swatch{border-radius:.25rem;height:1.5em}.form-select{-moz-padding-start:calc(.75rem - 3px);background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:block;font-size:1rem;font-weight:400;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{border-radius:.2rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.3rem;font-size:1.25rem;padding-left:1rem}.form-check{margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{color-adjust:exact;-webkit-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid rgba(0,0,0,.25);height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.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-input[type=checkbox]:indeterminate{background-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");border-color:#0d6efd}.form-check-input:disabled{-webkit-filter:none;filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{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='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{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='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{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='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{-webkit-filter:none;filter:none;opacity:.65;pointer-events:none}.form-range{height:1.5rem}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-webkit-slider-thumb{background-color:#0d6efd;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{background-color:#dee2e6}.form-range::-moz-range-thumb{background-color:#0d6efd;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{background-color:#dee2e6}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid transparent;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-webkit-input-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#212529;font-size:1rem;line-height:1.5}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.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>: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}.valid-feedback{color:#198754;font-size:.875em}.valid-tooltip{background-color:rgba(25,135,84,.9);border-radius:.25rem;padding:.25rem .5rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#198754;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{color:#dc3545;font-size:.875em}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.25rem;padding:.25rem .5rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{background-color:transparent;border-radius:.25rem;color:#212529;font-size:1rem;line-height:1.5;text-decoration:none}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.btn.disabled,.btn:disabled,fieldset:disabled .btn{opacity:.65;pointer-events:none}.btn-primary{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-primary:hover{background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5);color:#fff}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#0a58ca;border-color:#0a53be;color:#fff}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem hsla(208,6%,54%,.5);color:#fff}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#565e64;border-color:#51585e;color:#fff}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-success{background-color:#198754;border-color:#198754}.btn-success:hover{background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5);color:#fff}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#146c43;border-color:#13653f;color:#fff}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#198754;border-color:#198754}.btn-info{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{background-color:#31d2f2;border-color:#25cff2;color:#000}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#3dd5f3;border-color:#25cff2;color:#000}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{background-color:#ffca2c;border-color:#ffc720;color:#000}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#ffcd39;border-color:#ffc720;color:#000}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-danger{background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5);color:#fff}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#b02a37;border-color:#a52834;color:#fff}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{background-color:#f9fafb;border-color:#f9fafb;color:#000}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(210,2%,83%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#f9fafb;border-color:#f9fafb;color:#000}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(210,2%,83%,.5)}.btn-light.disabled,.btn-light:disabled{color:#000}.btn-dark{background-color:#212529;border-color:#212529}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5);color:#fff}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#1a1e21;border-color:#191c1f;color:#fff}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#212529;border-color:#212529}.btn-outline-primary{border-color:#0d6efd;color:#0d6efd}.btn-outline-primary:hover{background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd}.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem hsla(208,7%,46%,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d}.btn-outline-success{border-color:#198754;color:#198754}.btn-outline-success:hover{background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{background-color:#198754;border-color:#198754;color:#fff}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754}.btn-outline-info{border-color:#0dcaf0;color:#0dcaf0}.btn-outline-info:hover{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{background-color:#0dcaf0;border-color:#0dcaf0;color:#000}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{background-color:#ffc107;border-color:#ffc107;color:#000}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545}.btn-outline-light:hover{color:#000}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-dark{border-color:#212529;color:#212529}.btn-outline-dark:hover{background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{background-color:#212529;border-color:#212529;color:#fff}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529}.btn-link{color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;padding:.25rem .5rem}@media(prefers-reduced-motion:reduce){.collapsing,.fade{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-menu{border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#212529;font-size:1rem;margin:0;z-index:1000}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem;top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{color:#212529;padding:.25rem 1rem;text-decoration:none}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#1e2125}.dropdown-item.active,.dropdown-item:active{background-color:#0d6efd;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none}.dropdown-header{color:#6c757d;padding:.5rem 1rem}.dropdown-item-text{padding:.25rem 1rem}.dropdown-menu-dark{background-color:#343a40;border-color:rgba(0,0,0,.15);color:#dee2e6}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{background-color:#0d6efd;color:#fff}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav-link{color:#0d6efd;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{margin-top:-1px}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.navbar{padding-bottom:.5rem;padding-top:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{font-size:1.25rem;padding-bottom:.3125rem;padding-top:.3125rem;text-decoration:none}.navbar-toggler{border-radius:.25rem;font-size:1.25rem;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 .25rem;outline:0;text-decoration:none}.navbar-toggler-icon{background-position:50%;background-repeat:no-repeat;background-size:100%}.navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-header{border-bottom:1px solid rgba(0,0,0,.125);padding:.5rem 1rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{border-top:1px solid rgba(0,0,0,.125);padding:.5rem 1rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.5rem}.card-header-pills,.card-header-tabs{margin-left:-.5rem;margin-right:-.5rem}.card-img-overlay{border-radius:calc(.25rem - 1px);padding:1rem}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{align-items:center;background-color:#fff;border:0;border-radius:0;color:#212529;display:flex;font-size:1rem;overflow-anchor:none;padding:1rem 1.25rem;position:relative;text-align:left;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;width:100%}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);color:#0c63e4}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.accordion-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;content:"";flex-shrink:0;height:1.25rem;margin-left:auto;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:1.25rem}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0;z-index:3}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{margin-bottom:1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:.5rem}.breadcrumb-item.active{color:#6c757d}.page-link{border:1px solid #dee2e6;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{border-color:#dee2e6}.page-link:focus,.page-link:hover{background-color:#e9ecef;color:#0a58ca}.page-link:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.25);z-index:3}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{background-color:#0d6efd;border-color:#0d6efd;z-index:3}.page-item.disabled .page-link{border-color:#dee2e6;color:#6c757d}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.pagination-lg .page-link{font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;color:#fff;font-size:.75em;font-weight:700;line-height:1;padding:.35em .65em}.badge:empty{display:none}.alert{border-radius:.25rem;padding:1rem}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;z-index:2}.alert-primary{background-color:#cfe2ff;border-color:#b6d4fe;color:#084298}.alert-primary .alert-link{color:#06357a}.alert-secondary{background-color:#e2e3e5;border-color:#d3d6d8;color:#41464b}.alert-secondary .alert-link{color:#34383c}.alert-success{background-color:#d1e7dd;border-color:#badbcc;color:#0f5132}.alert-success .alert-link{color:#0c4128}.alert-info{background-color:#cff4fc;border-color:#b6effb;color:#055160}.alert-info .alert-link{color:#04414d}.alert-warning{background-color:#fff3cd;border-color:#ffecb5;color:#664d03}.alert-warning .alert-link{color:#523e02}.alert-danger{background-color:#f8d7da;border-color:#f5c2c7;color:#842029}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464}.alert-light .alert-link{color:#4f5050}.alert-dark{background-color:#d3d3d4;border-color:#bcbebf;color:#141619}.alert-dark .alert-link{color:#101214}.progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem}.progress-bar{background-color:#0d6efd;overflow:hidden}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{border-radius:.25rem}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:#495057}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;z-index:1}.list-group-item-action:active{color:#212529}.list-group-item{border:1px solid rgba(0,0,0,.125);color:#212529;padding:.5rem 1rem;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#0d6efd;border-color:#0d6efd;color:#fff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#cfe2ff;color:#084298}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#bacbe6;color:#084298}.list-group-item-primary.list-group-item-action.active{background-color:#084298;border-color:#084298}.list-group-item-secondary{background-color:#e2e3e5;color:#41464b}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#cbccce;color:#41464b}.list-group-item-secondary.list-group-item-action.active{background-color:#41464b;border-color:#41464b}.list-group-item-success{background-color:#d1e7dd;color:#0f5132}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#bcd0c7;color:#0f5132}.list-group-item-success.list-group-item-action.active{background-color:#0f5132;border-color:#0f5132}.list-group-item-info{background-color:#cff4fc;color:#055160}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#badce3;color:#055160}.list-group-item-info.list-group-item-action.active{background-color:#055160;border-color:#055160}.list-group-item-warning{background-color:#fff3cd;color:#664d03}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#e6dbb9;color:#664d03}.list-group-item-warning.list-group-item-action.active{background-color:#664d03;border-color:#664d03}.list-group-item-danger{background-color:#f8d7da;color:#842029}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#dfc2c4;color:#842029}.list-group-item-danger.list-group-item-action.active{background-color:#842029;border-color:#842029}.list-group-item-light{background-color:#fefefe;color:#636464}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#e5e5e5;color:#636464}.list-group-item-light.list-group-item-action.active{background-color:#636464;border-color:#636464}.list-group-item-dark{background-color:#d3d3d4;color:#141619}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#bebebf;color:#141619}.list-group-item-dark.list-group-item-action.active{background-color:#141619;border-color:#141619}.btn-close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;box-sizing:initial;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;-webkit-user-select:none;user-select:none}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);font-size:.875rem;max-width:100%;pointer-events:auto;width:350px}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{max-width:100%;pointer-events:none;width:-webkit-max-content;width:max-content}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.5rem .75rem}.toast-header .btn-close{margin-left:.75rem;margin-right:-.375rem}.toast-body{word-wrap:break-word;padding:.75rem}.modal{height:100%;overflow-x:hidden;overflow-y:auto;width:100%;z-index:1055}.modal.fade .modal-dialog{-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-content{border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.modal-backdrop{height:100vh;width:100vw;z-index:1050}.modal-header{align-items:center;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);flex-shrink:0}.modal-header .btn-close{margin:-.5rem -.5rem -.5rem auto;padding:.5rem}.modal-footer{border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;flex-shrink:0;flex-wrap:wrap;padding:.75rem}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-font-sans-serif);z-index:1080}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px}.tooltip-inner{border-radius:.25rem}.popover{border:1px solid rgba(0,0,0,.2);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-font-sans-serif);z-index:1070}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:rgba(0,0,0,.25)}.popover-header{background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;padding:.5rem 1rem}.popover-body{color:#212529;padding:1rem}.carousel.pointer-event{touch-action:pan-y}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{float:left;margin-right:-100%;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{background:0 0;border:0;padding:0;transition:opacity .15s ease;z-index:1}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;margin-bottom:1rem;padding:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;padding-bottom:1.25rem;padding-top:1.25rem}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner-border{-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{background-clip:padding-box;background-color:#fff;bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;visibility:hidden;z-index:1045}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{margin-bottom:-.5rem;margin-right:-.5rem;margin-top:-.5rem;padding:.5rem}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:1rem}.offcanvas-start{border-right:1px solid rgba(0,0,0,.2);left:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);width:400px}.offcanvas-end{border-left:1px solid rgba(0,0,0,.2);right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);width:400px}.offcanvas-top{border-bottom:1px solid rgba(0,0,0,.2);top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{height:30vh;left:0;max-height:100%;right:0}.offcanvas-bottom{border-top:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(100%);transform:translateY(100%)}.offcanvas.show{-webkit-transform:none;transform:none}.placeholder{background-color:currentColor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.vr{align-self:stretch;background-color:currentColor;display:inline-block;min-height:1em;opacity:.25;width:1px}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-grid{display:grid!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-end{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-start{border-left:1px solid #dee2e6!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-dark{border-color:#212529!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-evenly{justify-content:space-evenly!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!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}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.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}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-wrap{white-space:normal!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(13,110,253,var(--bs-text-opacity))!important;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(108,117,125,var(--bs-text-opacity))!important;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(25,135,84,var(--bs-text-opacity))!important;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(13,202,240,var(--bs-text-opacity))!important;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(255,193,7,var(--bs-text-opacity))!important;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(220,53,69,var(--bs-text-opacity))!important;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(248,249,250,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(0,0,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(255,255,255,var(--bs-text-opacity))!important;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{color:#6c757d!important}.text-black-50,.text-muted,.text-reset,.text-white-50{--bs-text-opacity:1}.text-reset{color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(13,110,253,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(108,117,125,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(25,135,84,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(13,202,240,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(255,193,7,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(220,53,69,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(248,249,250,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(33,37,41,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(0,0,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-body,.bg-transparent{--bs-bg-opacity:1}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))!important;background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--primary-bg-color:#6259ca;--primary-bg-hover:#233ac5;--primary-bg-border:#5161c1;--dark-body:#292e4a;--dark-border:#30314e;--dark-primary:#6259ca;--transparent-primary:#6259ca;--transparent-body:#452293;--transparent-theme:rgba(0,0,0,.2);--transparent-border:hsla(0,0%,100%,.1);--blue:#1a1a3c;--dark-primary-hover:#233ac5;--primary-transparentcolor:#eaedf7;--darkprimary-transparentcolor:#2b356e;--transparentprimary-transparentcolor:hsla(0,0%,100%,.05);--indigo:indigo;--purple:#6f42c1;--pink:#fc5296;--orange:#fd7e14;--yellow:#fbb034;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#6259ca;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);line-height:1.15}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}.number-font{font-weight:600!important}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{-webkit-text-decoration-skip:objects;text-decoration-skip:objects;background-color:transparent;text-decoration:none}a:hover{text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{color:inherit;outline:0;text-decoration:none}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0}svg:not(:root){overflow:hidden}caption{caption-side:bottom;color:#505662;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.lead{font-size:1.171875rem;font-weight:300;line-height:1.4}hr{background-color:transparent;border:0;border-top:1px solid #eaedf1;margin-bottom:1rem;margin-top:1rem;opacity:1}.small,small{font-size:87.5%}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-unstyled{list-style:none;padding-left:0}.list-unstyled li{border-bottom:1px solid #eaedf1}.list-inline{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}code,kbd,pre,samp{font-family:Monaco,Consolas,Liberation Mono,Courier New,monospace}code{font-size:85%;word-break:break-word}a>code,code{color:inherit}kbd{background-color:#343a40;border-radius:3px;color:#fff;font-size:85%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-right:.75rem;width:100%}@media(max-width:576px){.container{padding-left:.75rem;padding-right:.75rem}}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1280px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-right:.75rem;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{white-space:nowrap}.sr-only-focusable:active,.sr-only-focusable:focus{white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.users img{max-width:none!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table,.text-wrap table{border-collapse:collapse!important}.table td,.table th,.text-wrap table td,.text-wrap table th{background-color:#fff!important}.table-bordered td,.table-bordered th,.text-wrap table td,.text-wrap table th{border:1px solid #eaedf1!important}}html{font-size:16px;height:100%}body,html{direction:ltr}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:none;-webkit-font-feature-settings:"liga" 0;font-feature-settings:"liga" 0;background-color:#f2f3f9;color:#0d0c22;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.5;margin:0;min-height:100vh;overflow-y:scroll;position:relative;text-align:left;touch-action:manipulation}body ::-webkit-scrollbar{height:6px;-webkit-transition:background .3s;transition:background .3s;width:6px}body ::-webkit-scrollbar-thumb{background:#ced4da}body :hover::-webkit-scrollbar-thumb{background:#adb5bd}@media print{body{background:none}}a{-webkit-text-decoration-skip:ink;text-decoration-skip:auto}.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}b,strong{font-weight:500}code{background:#f2f3f9;border:1px solid #eaedf1;border-radius:3px;padding:3px}pre code{background:none;border:none;border-radius:0;padding:0}hr{margin-bottom:.8rem;margin-top:.8rem}pre{background-color:#f4f8fd;border-radius:3px;color:#343a40;font-size:85%;-webkit-hyphens:none;hyphens:none;line-height:1.45;overflow:auto;padding:1rem;tab-size:4;text-shadow:0 1px #fff}.section-nav{background-color:#f8f9fa;border:1px solid #eaedf1;border-radius:3px;list-style:none;margin:1rem 0;padding:.5rem 1rem}.section-nav:before{content:"Table of contents:";display:block;font-weight:600}@media print{.container{max-width:none}}.row-cards>.col,.row-cards>[class*=col-]{display:flex;flex-direction:column}.row-deck>.col,.row-deck>[class*=col-]{align-items:stretch;display:flex}.row-deck>.col .card,.row-deck>[class*=col-] .card{flex:1 1 auto}.col-text{max-width:48rem}.col-login{max-width:24rem}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordionjs .acc_section .acc_head h3{font-weight:400!important}.accordionjs .acc_section .acc_head h3:before{color:#76839a}#accordion .panel-heading1 a:before{content:"";font-family:FontAwesome;font-size:24px;position:absolute;right:5px;top:10px;-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:all .5s}#accordion .panel-heading1.active a:before{-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:all .5s}.accordionjs .acc_section.acc_active>.acc_head{color:#fff!important}.accordion-wizard .badge-pill{border-radius:0;padding-left:.6em;padding-right:.6em}.accordion-item{border:1px solid #eaedf1}.accordion-button:focus{border-color:#eaedf1;box-shadow:none}.accordion-button:not(.collapsed){background:#f1f1f9;box-shadow:none;color:#6259ca;color:var(--primary-bg-color)}.accordion-button.collapsed{background:transparent;box-shadow:none}.accordion-button{font-size:15px;padding:16px}.accordion-button:not(.collapsed):after{background-image:none}.accordion-button:after{background-image:none;content:"";font-family:feather!important;height:14px}.alert{border:1px solid transparent;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert p,.alert:last-child{margin-bottom:0}.alert-heading{color:inherit}.alert-link{font-weight:500}.alert-link a:hover,.alert-link:hover{text-decoration:underline}.alert-dismissible .btn-close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0}.alert-default{background-color:#f9f7f7}.alert-secondary{background-color:#fce9df;border-color:#fce9df;color:#fb6b25}.alert-secondary hr{border-top-color:#fb6b25}.alert-secondary .alert-link{color:#fb6b25}.alert-success{background-color:rgba(0,230,130,.1);border-color:#caf9e4;color:#09ad95}.alert-success hr{border-top-color:#c5e7a4}.alert-success .alert-link{color:#172e00}.alert-info{background-color:#daeefc;border-color:#cbe7fb;color:#24587e}.alert-info hr{border-top-color:#b3dcf9}.alert-info .alert-link{color:#193c56}.alert-warning{background-color:#fcf3cf;border-color:#fbeebc;color:#7d6608}.alert-warning hr{border-top-color:#fae8a4}.alert-warning .alert-link{color:#4d3f05}.alert-danger{background-color:rgba(255,56,43,.1);border-color:#ffdedb;color:#f82649}.alert-danger hr{border-top-color:#ecacab}.alert-danger .alert-link{color:#3f0a09}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}.alert{font-size:.9375rem}.alert-icon{padding-left:3rem}.alert-icon>i{color:inherit!important;font-size:1rem;left:1rem;position:absolute;top:1rem}.alert-avatar{padding-left:3.75rem}.alert-avatar .avatar{left:.75rem;position:absolute;top:.5rem}.country-selector .avatar{height:1.2rem;width:1.4rem}.avatar{height:2rem;line-height:2rem;width:2rem}.avatar i{font-size:125%;vertical-align:sub}.avatar-status{border:2px solid #fff;border-radius:50%;bottom:-2px;height:.75rem;position:absolute;right:-2px;width:.75rem}.avatar-sm{font-size:.75rem;height:1.6rem;line-height:1.6rem;width:1.6rem}.avatar-md{font-size:1rem;height:2.5rem;line-height:2.5rem;width:2.5rem}.avatar-lg{font-size:1.25rem;height:3rem;line-height:3rem;width:3rem}.avatar-xl{font-size:1.75rem;height:4rem;line-height:4rem;width:4rem}.avatar-xxl{font-size:2rem;height:5rem;line-height:5rem;width:5rem}.avatar-placeholder{background:#ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#868e96%22%20d=%22M65.92%2066.34h2.16c14.802.42%2030.928%206.062%2029.283%2020.35l-1.618%2013.32c-.844%206.815-5.208%207.828-13.972%207.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994%2072.4%2051.12%2066.76%2065.92%2066.34zM49.432%2043.934c0-9.82%207.99-17.81%2017.807-17.81%209.82%200%2017.81%207.99%2017.81%2017.81%200%209.82-7.99%2017.807-17.81%2017.807-9.82%200-17.808-7.987-17.808-17.806z%22/%3E%3C/svg%3E') no-repeat 50%/80%}.avatar-list{font-size:0;margin:0 0 -.5rem;padding:0}.avatar-list .avatar{margin-bottom:.5rem}.avatar-list .avatar:not(:last-child){margin-right:.5rem}.avatar-list-stacked .avatar{box-shadow:0 0 0 2px #fff;margin-right:-.8em!important}.avatar-blue{background-color:#c8d9f1;color:#467fcf}.avatar-indigo{background-color:#d1d5f0;color:#6574cd}.avatar-purple{background-color:#e4cff9;color:#867efc}.avatar-pink{background-color:#fcd3e1;color:#ec82ef}.avatar-red{background-color:#f0bcbc;color:#c21a1a}.avatar-orange{background-color:#fee0c7;color:#fc7303}.avatar-yellow{background-color:#fbedb7;color:#ecb403}.avatar-green{background-color:#cfeab3;color:#4ecc48}.avatar-teal{background-color:#bfefea;color:#2bcbba}.avatar-cyan{background-color:#b9e3ea;color:#17a2b8}.avatar-white{background-color:#fff;color:#fff}.avatar-gray{background-color:#dbdde0;color:#868e96}.avatar-gray-dark{background-color:#c2c4c6;color:#343a40}.avatar-azure{background-color:#c7e6fb;color:#45aaf2}.avatar-lime{background-color:#d7f2c2;color:#7bd235}.avatar-group .avatar{background:transparent!important;position:relative;z-index:2}.avatar-group .avatar:hover{z-index:3}.avatar-group .avatar+.avatar{margin-left:-.8rem}.avatar-group .avatar-sm{font-size:.875rem;height:32px;width:32px}.btn .badge{position:relative;right:-3px;top:-1px}.badge{border-radius:3px;display:inline-block;font-size:75%!important;font-size:12px;font-weight:500;line-height:0;padding:1em .8em;text-align:center;vertical-align:initial;white-space:nowrap}.rounded-pill{border-radius:50px}.badgetext{float:right}.btn-custom{background:#f1f1f9;color:#76839a}.badge.bg-white{color:#000!important}.btn-outline-info:hover .bg-info,.btn-outline-primary:hover .bg-primary,.btn-outline-secondary:hover .bg-secondary,.btn-outline-success:hover .bg-success{background:#fff!important;color:#000}blockquote{margin:0 0 1rem}.blockquote{font-size:1.171875rem;margin-bottom:1rem}.blockquote-footer{color:#868e96;display:block;font-size:80%}.blockquote-footer:before{content:"— "}blockquote,ol,p,ul{margin-bottom:1em}blockquote{border-left:2px solid #eaedf1;color:#6e7687;font-style:italic;padding-left:2rem}blockquote p{margin-bottom:1rem}blockquote cite{display:block;text-align:right}blockquote cite:before{content:"— "}.breadcrumb{background:none;border-radius:3px;color:#fff;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding:0;position:relative;right:0}.breadcrumb-item a{color:#76839a}.breadcrumb-item+.breadcrumb-item:before{color:rgba(110,126,150,.3);content:"/";display:inline-block}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb1,.breadcrumb2{background-color:transparent;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding:.75rem 1rem}.breadcrumb-item1 a:hover{color:#6259ca;color:var(--primary-bg-color);text-decoration:none}.breadcrumb-item1+.breadcrumb-item1:before{color:#cec5c5;content:"/";display:inline-block;opacity:.5;padding-left:.5rem;padding-right:.5rem}.breadcrumb-item1+.breadcrumb-item1:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item1.active{color:#495584}.breadcrumb-item2 a:hover{color:#6259ca;color:var(--primary-bg-color);text-decoration:none}.breadcrumb-item2+.breadcrumb-item2:before{color:#cec5c5;content:"";display:inline-block;font-family:feather;opacity:.5;padding-left:.5rem;padding-right:.5rem}.breadcrumb-item2+.breadcrumb-item2:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item2.active{color:#495584}.breadcrumb-3 ol{display:block;position:relative;text-align:center;width:100%}.breadcrumb-3 li,.breadcrumb-4 li,.breadcrumb-5 li{display:contents;text-align:center}.breadcrumb-4 ol,.breadcrumb-5 ol{display:block;position:relative;text-align:center;width:100%}.breadcrumb-1 li,.breadcrumb-2 li,.breadcrumb-6 li{display:contents;text-align:right}.breadcrumb-1 ol,.breadcrumb-2 ol,.breadcrumb-6 ol{display:block;position:relative;text-align:right;width:100%}.breadcrumb-item{display:-ms-flexbox;display:block!important}button{border-radius:0}button:focus{outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}.btn-compose{background:none repeat scroll 0 0 #ff6c60;color:#fff;padding:12px 0;text-align:center;width:100%}.btn-compose:hover{background:none repeat scroll 0 0 #f5675c;color:#fff}.btn-send,.btn-send:hover{background:none repeat scroll 0 0 #00a8b3;color:#fff}.btn-send:hover{background:none repeat scroll 0 0 #009da7}.fileinput-button{background:none repeat scroll 0 0 #eee;border:1px solid #e6e6e6;float:left;margin-right:4px;overflow:hidden;position:relative}.fileinput-button input{cursor:pointer;direction:ltr;font-size:23px;margin:0;opacity:0;position:absolute;right:0;top:0;-webkit-transform:translate(-300px) scale(4);transform:translate(-300px) scale(4)}button.btn-close{-webkit-appearance:none;background-color:transparent;background-image:none;border:0;padding:0}button.btn-close:focus{box-shadow:none}.btn{border:1px solid transparent;border-radius:5px;display:inline-block;font-size:.9375rem;line-height:1.84615385;padding:.375rem .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;white-space:nowrap}.btn:focus,.btn:hover{text-decoration:none}.btn:focus{outline:none!important}.btn.focus{box-shadow:none;outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-secondary{background:#fb6b25!important;color:#fff}.btn-secondary:hover{background-color:#e6682b;border-color:#e6682b;color:#fff}.btn-secondary:focus{border-color:#fb6b25;box-shadow:0 0 0 2px rgba(230,104,43,.9)}.btn-secondary:disabled,.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active{background-color:#e6682b;border-color:#e6682b;color:#fff}.btn-secondary.disabled,.btn-secondary:disabled{border:transparent}.show>.btn-secondary.dropdown-toggle{background-color:#fb6b25;border-color:#fb6b25;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus{border:1px solid #fb6b25;box-shadow:0 0 0 2px rgba(230,104,43,.9)}.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(230,104,43,.9);order:1px solid #fb6b25}.btn-success{background:#13bfa6!important;border-color:#35b9a6;color:#fff}.btn-success:hover{background-color:#13bfa6;border-color:#13bfa6;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 2px #13bfa6}.btn-success.disabled,.btn-success:disabled,.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active{background-color:#13bfa6;border-color:#13bfa6;color:#fff}.show>.btn-success.dropdown-toggle{background-color:#13bfa6;border-color:#32cab4;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(19,191,166,.9)}.btn-info{background:#45aaf2!important;border-color:#45aaf2!important;color:#fff!important}.btn-info:hover{background-color:#45aaf2;border-color:#45aaf2;color:#fff}.btn-info.focus,.btn-info:focus{background:#45aaf2;border-color:#45aaf2;box-shadow:0 0 0 2px rgba(7,116,248,.9);color:#fff}.btn-info.disabled,.btn-info:disabled,.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#45aaf2;border-color:#45aaf2;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus{background:#45aaf2;border-color:#45aaf2;box-shadow:0 0 0 2px rgba(7,116,248,.9);color:#fff}.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(7,116,248,.9)}.btn-warning{background:#f7b731!important;border-color:#e5a623;color:#fff!important}.btn-warning:hover{background-color:#dba12a;border-color:#dda32b;color:#fff}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 2px rgba(229,175,4,.9)}.btn-warning.disabled,.btn-warning:disabled{background-color:#faad3b;border-color:#e5a623;color:#fff}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#cc9547;border-color:#e5a623;color:#fff}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(237,156,76,.9)}.btn-danger{background:#e46565!important}.btn-danger,.btn-danger:hover{border-color:#e46565;color:#fff}.btn-danger:hover{background-color:#e46565}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 2px rgba(245,51,79,.9)}.btn-danger.disabled,.btn-danger:disabled,.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#e46565;border-color:#e46565;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(245,51,79,.9)}.btn-default{border-color:#b9b5b5}.btn-default.focus,.btn-default:focus{box-shadow:0 0 0 2px hsla(270,7%,94%,.9)}.btn-default.disabled,.btn-default:disabled{background-color:#e5e4e6;border-color:#a8a6a9}.btn-default:not(:disabled):not(.disabled).active,.btn-default:not(:disabled):not(.disabled):active,.show>.btn-default.dropdown-toggle{background-color:#eceeef;border-color:#c8cacc}.btn-default:not(:disabled):not(.disabled).active:focus,.btn-default:not(:disabled):not(.disabled):active:focus,.show>.btn-default.dropdown-toggle:focus{box-shadow:0 0 0 2px hsla(276,4%,72%,.9)}.btn-secondary-light{background:#fdd6c3!important;border-color:#fdd6c3;color:#fb6b25}.btn-secondary-light:hover{background-color:#fb6b25!important;border-color:#fb6b25;color:#fff}.btn-secondary-light.focus,.btn-secondary-light:focus{border:1px solid #fb6b25;box-shadow:0 0 0 2px rgba(235,111,51,.9)}.btn-success-light{background:#a6efe4!important;border-color:#a6efe4;color:#188e7d}.btn-success-light:hover{background-color:#13bfa6!important;border-color:#13bfa6;color:#fff}.btn-success-light.focus,.btn-success-light:focus{box-shadow:0 0 0 2px #13bfa6}.btn-info-light{background:#d0e2f7;border-color:#d0e2f7;color:#4c81d2}.btn-info-light:hover{background-color:#45aaf2;border-color:#45aaf2;color:#fff}.btn-info-light.focus,.btn-info-light:focus{box-shadow:0 0 0 2px rgba(7,116,248,.9)}.btn-warning-light{background:#f8e8c6!important;border-color:#f8e8c6;color:#c38b13}.btn-warning-light:hover{background-color:#f7b731!important;border-color:#e5a623;color:#fff}.btn-warning-light.focus,.btn-warning-light:focus{box-shadow:0 0 0 2px rgba(229,175,4,.9)}.btn-danger-light{background:#f8ccd3!important;border-color:#f8ccd3;color:#c16674}.btn-danger-light:hover{background-color:#f82649!important;border-color:#ed314c;color:#fff}.btn-danger-light.focus,.btn-danger-light:focus{box-shadow:0 0 0 2px rgba(245,51,79,.9)}.btn-default-light{background:rgba(246,244,251,.329);border-color:#e9f1f9;color:#292828}.btn-default-light:hover{background-color:#ced2e4!important;border-color:#ced2e4;color:#292828}.btn-default-light.focus,.btn-default-light:focus{box-shadow:0 0 0 2px #f6f9fc}.btn-secondary-gradient{background:linear-gradient(to bottom right,#ce4300,#fb854c)!important;border-color:#eb6f33;color:#fff}.btn-secondary-gradient:hover{background-color:#eb6f33;border-color:#f66b4e;color:#fff}.btn-secondary-gradient.focus,.btn-secondary-gradient:focus{border:1px solid #fb6b25;box-shadow:0 0 0 2px rgba(235,111,51,.9)}.btn-secondary-gradient.disabled,.btn-secondary-gradient:disabled{background-color:#eb6f33;color:#fff}.btn-secondary-gradient:not(:disabled):not(.disabled).active,.btn-secondary-gradient:not(:disabled):not(.disabled):active,.show>.btn-secondary-gradient.dropdown-toggle{background-color:#eb6f33;border-color:#f66b4e;color:#fff}.btn-secondary-gradient:not(:disabled):not(.disabled).active:focus,.btn-secondary-gradient:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary-gradient.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(235,111,51,.9)}.btn-success-gradient{background:linear-gradient(to bottom right,#4be8d4,#129bd2)!important;border-color:#4ecc48;color:#fff}.btn-success-gradient:hover{background-color:#4b9400;border-color:#448700;color:#fff}.btn-success-gradient.focus,.btn-success-gradient:focus{box-shadow:0 0 0 2px rgba(94,186,0,.9)}.btn-success-gradient.disabled,.btn-success-gradient:disabled{background-color:#4ecc48;border-color:#4ecc48;color:#fff}.btn-success-gradient:not(:disabled):not(.disabled).active,.btn-success-gradient:not(:disabled):not(.disabled):active,.show>.btn-success-gradient.dropdown-toggle{background-color:#448700;border-color:#3e7a00;color:#fff}.btn-success-gradient:not(:disabled):not(.disabled).active:focus,.btn-success-gradient:not(:disabled):not(.disabled):active:focus,.show>.btn-success-gradient.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(94,186,0,.9)}.btn-info-gradient{background:linear-gradient(to bottom right,#1e63c3,#00f2fe)!important;border-color:#07cedc;color:#fff}.btn-info-gradient:hover{background-color:#219af0;border-color:#1594ef;color:#fff}.btn-info-gradient.focus,.btn-info-gradient:focus{box-shadow:0 0 0 2px rgba(7,116,248,.9)}.btn-info-gradient.disabled,.btn-info-gradient:disabled{background-color:#45aaf2;border-color:#07cedc;color:#fff}.btn-info-gradient:not(:disabled):not(.disabled).active,.btn-info-gradient:not(:disabled):not(.disabled):active,.show>.btn-info-gradient.dropdown-toggle{background-color:#3979a7;border-color:#07cedc;color:#fff}.btn-info-gradient:not(:disabled):not(.disabled).active:focus,.btn-info-gradient:not(:disabled):not(.disabled):active:focus,.show>.btn-info-gradient.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(7,116,248,.9)}.btn-warning-gradient{background:linear-gradient(to bottom right,#f66b4e,#fbc434)!important;border-color:#fbb034;color:#fff}.btn-warning-gradient:hover{background-color:#faad3b;border-color:#d4952d}.btn-warning-gradient.focus,.btn-warning-gradient:focus{box-shadow:0 0 0 2px rgba(229,175,4,.9)}.btn-warning-gradient.disabled,.btn-warning-gradient:disabled{background-color:#faad3b;border-color:#fbb034;color:#fff}.btn-warning-gradient:not(:disabled):not(.disabled).active,.btn-warning-gradient:not(:disabled):not(.disabled):active,.show>.btn-warning-gradient.dropdown-toggle{background-color:#cc9547;border-color:#fbb034;color:#fff}.btn-warning-gradient:not(:disabled):not(.disabled).active:focus,.btn-warning-gradient:not(:disabled):not(.disabled):active:focus,.show>.btn-warning-gradient.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(237,156,76,.9)}.btn-warning-gradient-gradient{background:linear-gradient(to bottom right,#fbc434,#f66b4e)}.btn-warning-gradient-gradient:focus,.btn-warning-gradient.focus{box-shadow:0 0 0 2px rgba(249,165,61,.4)}.btn-warning-gradient:hover{box-shadow:0 3px 10px rgba(240,138,46,.5);color:#fff}.btn-danger-gradient{background-image:linear-gradient(to bottom right,#f1bf64,#f71d36)!important;border-color:#e3325a;color:#fff}.btn-danger-gradient:hover{background-color:#ff4b2b;border-color:#e3325a;color:#fff}.btn-danger-gradient.focus,.btn-danger-gradient:focus{box-shadow:0 0 0 2px rgba(255,75,43,.9)}.btn-danger-gradient.disabled,.btn-danger-gradient:disabled,.btn-danger-gradient:not(:disabled):not(.disabled).active,.btn-danger-gradient:not(:disabled):not(.disabled):active,.show>.btn-danger-gradient.dropdown-toggle{background-color:#ff4b2b;border-color:#e3325a;color:#fff}.btn-danger-gradient:not(:disabled):not(.disabled).active:focus,.btn-danger-gradient:not(:disabled):not(.disabled):active:focus,.show>.btn-danger-gradient.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(255,75,43,.9)}.btn-default{background:#f6f4fb;border-color:#e9f1f9;color:#292828}.btn-default.focus,.btn-default:focus{box-shadow:0 0 0 2px #e5f0fa}.btn-default.disabled,.btn-default:disabled,.btn-default:not(:disabled):not(.disabled).active,.btn-default:not(:disabled):not(.disabled):active,.show>.btn-default.dropdown-toggle{background-color:#e9e5f1;border-color:#f0f0f4;color:#292828}.btn-default:not(:disabled):not(.disabled).active:focus,.btn-default:not(:disabled):not(.disabled):active:focus,.show>.btn-default.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(229,240,250,.9)}.btn-purple-gradient{background:linear-gradient(to bottom right,#8927ec,#647dee)!important;color:#fff!important}.btn-light{background-color:#f5f6fb;border-color:#f0f0f4;box-shadow:0 5px 10px rgba(227,228,237,.3);color:#495057}.btn-light:hover{background-color:#eeebf3;border-color:#eeebf3;color:#495057}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 2px rgba(248,249,250,.1)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#495057}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#f6f3f9;border-color:#f0f0f4;color:#495057}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(248,249,250,.1)}.btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 2px rgba(52,58,64,.1)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(52,58,64,.1)}.btn-outline-default{background:transparent;background-image:none;border-color:#f0f0f4;color:#292828}.btn-outline-default:hover{background:#f6f4fb;border-color:#f0f0f4;box-shadow:0 5px 15px rgba(246,249,252,.5)!important;color:#292828}.btn-outline-default.focus,.btn-outline-default:focus{box-shadow:0 0 0 2px rgba(246,249,252,.1)}.btn-outline-default.disabled,.btn-outline-default:disabled{background-color:transparent;color:#292828}.btn-outline-default:not(:disabled):not(.disabled).active,.btn-outline-default:not(:disabled):not(.disabled):active,.show>.btn-outline-default.dropdown-toggle{background-color:#f6f4fb;border-color:#f0f0f4;color:#292828}.btn-outline-secondary{background-color:transparent;background-image:none;border-color:#fb6b25;color:#fb6b25}.btn-outline-secondary:hover{background-color:#fb6b25;border-color:#e6682b;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 2px rgba(235,111,51,.9)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#e6682b}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#fb6b25;border-color:#e6682b;color:#fff}.btn-outline-success{background-color:transparent;background-image:none;border-color:#13bfa6;color:#13bfa6}.btn-outline-success:hover{background-color:#13bfa6;border-color:#13bfa6;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 2px rgba(19,191,166,.1)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#13bfa6}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#13bfa6;border-color:#13bfa6;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(19,191,166,.1)}.btn-outline-info{background-color:transparent;background-image:none;border-color:#45aaf2;color:#45aaf2}.btn-outline-info:hover{background-color:#45aaf2;border-color:#45aaf2;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 2px rgba(7,116,248,.1)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#45aaf2}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#45aaf2;border-color:#45aaf2;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(7,116,248,.1)}.btn-outline-warning{background-color:transparent;background-image:none;border-color:#ecb403;color:#ecb403}.btn-outline-warning:hover{background-color:#ecb403;border-color:#ecb403;color:#fff}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 2px rgba(241,196,15,.1)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ecb403}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ecb403;border-color:#ecb403;color:#fff}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(241,196,15,.1)}.btn-outline-danger{background-color:transparent;background-image:none;border-color:#f12c2c;color:#c21a1a}.btn-outline-danger:hover{background-color:#f12c2c;border-color:#f12c2c;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 2px rgba(205,32,31,.1)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#c21a1a}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#c21a1a;border-color:#c21a1a;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(205,32,31,.1)}.btn-outline-light{background-color:transparent;background-image:none;border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#495057}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 2px rgba(248,249,250,.1)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#495057}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(248,249,250,.1)}.btn-outline-dark{background-color:transparent;background-image:none;border-color:#343a40;color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 2px rgba(52,58,64,.1)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(52,58,64,.1)}.btn-link{background-color:transparent;font-weight:400}.btn-link:hover{background-color:transparent}.btn-link.focus,.btn-link:focus,.btn-link:hover{border-color:transparent;text-decoration:underline}.btn-link.focus,.btn-link:focus{box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#868e96;pointer-events:none}.btn-group-lg>.btn,.btn-lg{font-size:1.125rem;line-height:1.625;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:3px;font-size:.875rem;line-height:1;padding:.35rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.btn-group-vertical>.btn,.btn-group>.btn{flex:0 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-left:0;margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn{cursor:pointer;font-size:.8125rem;font-weight:400;letter-spacing:.03em;min-width:2.375rem}.btn-icon{padding-left:.5rem;padding-right:.5rem;text-align:center}.btn-pill{border-radius:10rem;padding-left:1.5em;padding-right:1.5em}.btn-radius{border-radius:3px}.btn-facebook{background-color:#3b5998;border-color:#3b5998;color:#fff}.btn-facebook:hover{background-color:#30497c;border-color:#2d4373;color:#fff}.btn-facebook.focus,.btn-facebook:focus{box-shadow:0 0 0 2px rgba(59,89,152,.5)}.btn-facebook.disabled,.btn-facebook:disabled{background-color:#3b5998;border-color:#3b5998;color:#fff}.btn-facebook:not(:disabled):not(.disabled).active,.btn-facebook:not(:disabled):not(.disabled):active,.show>.btn-facebook.dropdown-toggle{background-color:#2d4373;border-color:#293e6a;color:#fff}.btn-facebook:not(:disabled):not(.disabled).active:focus,.btn-facebook:not(:disabled):not(.disabled):active:focus,.show>.btn-facebook.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(59,89,152,.5)}.btn-twitter{background-color:#1da1f2;border-color:#1da1f2;color:#fff}.btn-twitter:hover{background-color:#0d8ddc;border-color:#0c85d0;color:#fff}.btn-twitter.focus,.btn-twitter:focus{box-shadow:0 0 0 2px rgba(29,161,242,.5)}.btn-twitter.disabled,.btn-twitter:disabled{background-color:#1da1f2;border-color:#1da1f2;color:#fff}.btn-twitter:not(:disabled):not(.disabled).active,.btn-twitter:not(:disabled):not(.disabled):active,.show>.btn-twitter.dropdown-toggle{background-color:#0c85d0;border-color:#0b7ec4;color:#fff}.btn-twitter:not(:disabled):not(.disabled).active:focus,.btn-twitter:not(:disabled):not(.disabled):active:focus,.show>.btn-twitter.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(29,161,242,.5)}.btn-google{background-color:#dc4e41;border-color:#dc4e41;color:#fff}.btn-google:hover{background-color:#d03526;border-color:#c63224;color:#fff}.btn-google.focus,.btn-google:focus{box-shadow:0 0 0 2px rgba(220,78,65,.5)}.btn-google.disabled,.btn-google:disabled{background-color:#dc4e41;border-color:#dc4e41;color:#fff}.btn-google:not(:disabled):not(.disabled).active,.btn-google:not(:disabled):not(.disabled):active,.show>.btn-google.dropdown-toggle{background-color:#c63224;border-color:#bb2f22;color:#fff}.btn-google:not(:disabled):not(.disabled).active:focus,.btn-google:not(:disabled):not(.disabled):active:focus,.show>.btn-google.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(220,78,65,.5)}.btn-youtube{background-color:red;border-color:red;color:#fff}.btn-youtube:hover{background-color:#d90000;border-color:#c00;color:#fff}.btn-youtube.focus,.btn-youtube:focus{box-shadow:0 0 0 2px rgba(255,0,0,.5)}.btn-youtube.disabled,.btn-youtube:disabled{background-color:red;border-color:red;color:#fff}.btn-youtube:not(:disabled):not(.disabled).active,.btn-youtube:not(:disabled):not(.disabled):active,.show>.btn-youtube.dropdown-toggle{background-color:#c00;border-color:#bf0000;color:#fff}.btn-youtube:not(:disabled):not(.disabled).active:focus,.btn-youtube:not(:disabled):not(.disabled):active:focus,.show>.btn-youtube.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(255,0,0,.5)}.btn-vimeo{background-color:#1ab7ea;border-color:#1ab7ea;color:#fff}.btn-vimeo:hover{background-color:#139ecb;border-color:#1295bf;color:#fff}.btn-vimeo.focus,.btn-vimeo:focus{box-shadow:0 0 0 2px rgba(26,183,234,.5)}.btn-vimeo.disabled,.btn-vimeo:disabled{background-color:#1ab7ea;border-color:#1ab7ea;color:#fff}.btn-vimeo:not(:disabled):not(.disabled).active,.btn-vimeo:not(:disabled):not(.disabled):active,.show>.btn-vimeo.dropdown-toggle{background-color:#1295bf;border-color:#108cb4;color:#fff}.btn-vimeo:not(:disabled):not(.disabled).active:focus,.btn-vimeo:not(:disabled):not(.disabled):active:focus,.show>.btn-vimeo.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(26,183,234,.5)}.btn-dribbble{background-color:#ea4c89;border-color:#ea4c89;color:#fff}.btn-dribbble:hover{background-color:#e62a72;border-color:#e51e6b;color:#fff}.btn-dribbble.focus,.btn-dribbble:focus{box-shadow:0 0 0 2px rgba(234,76,137,.5)}.btn-dribbble.disabled,.btn-dribbble:disabled{background-color:#ea4c89;border-color:#ea4c89;color:#fff}.btn-dribbble:not(:disabled):not(.disabled).active,.btn-dribbble:not(:disabled):not(.disabled):active,.show>.btn-dribbble.dropdown-toggle{background-color:#e51e6b;border-color:#dc1a65;color:#fff}.btn-dribbble:not(:disabled):not(.disabled).active:focus,.btn-dribbble:not(:disabled):not(.disabled):active:focus,.show>.btn-dribbble.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(234,76,137,.5)}.btn-github{background-color:#181717;border-color:#181717;color:#fff}.btn-github:hover{background-color:#040404;border-color:#000;color:#fff}.btn-github.focus,.btn-github:focus{box-shadow:0 0 0 2px hsla(0,2%,9%,.5)}.btn-github.disabled,.btn-github:disabled{background-color:#181717;border-color:#181717;color:#fff}.btn-github:not(:disabled):not(.disabled).active,.btn-github:not(:disabled):not(.disabled):active,.show>.btn-github.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-github:not(:disabled):not(.disabled).active:focus,.btn-github:not(:disabled):not(.disabled):active:focus,.show>.btn-github.dropdown-toggle:focus{box-shadow:0 0 0 2px hsla(0,2%,9%,.5)}.btn-instagram{background-color:#e4405f;border-color:#e4405f;color:#fff}.btn-instagram:hover{background-color:#de1f44;border-color:#d31e40;color:#fff}.btn-instagram.focus,.btn-instagram:focus{box-shadow:0 0 0 2px rgba(228,64,95,.5)}.btn-instagram.disabled,.btn-instagram:disabled{background-color:#e4405f;border-color:#e4405f;color:#fff}.btn-instagram:not(:disabled):not(.disabled).active,.btn-instagram:not(:disabled):not(.disabled):active,.show>.btn-instagram.dropdown-toggle{background-color:#d31e40;border-color:#c81c3d;color:#fff}.btn-instagram:not(:disabled):not(.disabled).active:focus,.btn-instagram:not(:disabled):not(.disabled):active:focus,.show>.btn-instagram.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(228,64,95,.5)}.btn-pinterest{background-color:#bd081c;border-color:#bd081c;color:#fff}.btn-pinterest:hover{background-color:#980617;border-color:#8c0615;color:#fff}.btn-pinterest.focus,.btn-pinterest:focus{box-shadow:0 0 0 2px rgba(189,8,28,.5)}.btn-pinterest.disabled,.btn-pinterest:disabled{background-color:#bd081c;border-color:#bd081c;color:#fff}.btn-pinterest:not(:disabled):not(.disabled).active,.btn-pinterest:not(:disabled):not(.disabled):active,.show>.btn-pinterest.dropdown-toggle{background-color:#8c0615;border-color:#800513;color:#fff}.btn-pinterest:not(:disabled):not(.disabled).active:focus,.btn-pinterest:not(:disabled):not(.disabled):active:focus,.show>.btn-pinterest.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(189,8,28,.5)}.btn-vk{background-color:#6383a8;border-color:#6383a8;color:#fff}.btn-vk:hover{background-color:#527093;border-color:#4d6a8b;color:#fff}.btn-vk.focus,.btn-vk:focus{box-shadow:0 0 0 2px rgba(99,131,168,.5)}.btn-vk.disabled,.btn-vk:disabled{background-color:#6383a8;border-color:#6383a8;color:#fff}.btn-vk:not(:disabled):not(.disabled).active,.btn-vk:not(:disabled):not(.disabled):active,.show>.btn-vk.dropdown-toggle{background-color:#4d6a8b;border-color:#496482;color:#fff}.btn-vk:not(:disabled):not(.disabled).active:focus,.btn-vk:not(:disabled):not(.disabled):active:focus,.show>.btn-vk.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(99,131,168,.5)}.btn-rss{background-color:orange;border-color:orange;color:#fff}.btn-rss:hover{background-color:#d98c00;border-color:#cc8400;color:#fff}.btn-rss.focus,.btn-rss:focus{box-shadow:0 0 0 2px rgba(255,165,0,.5)}.btn-rss.disabled,.btn-rss:disabled{background-color:orange;border-color:orange;color:#fff}.btn-rss:not(:disabled):not(.disabled).active,.btn-rss:not(:disabled):not(.disabled):active,.show>.btn-rss.dropdown-toggle{background-color:#cc8400;border-color:#bf7c00;color:#fff}.btn-rss:not(:disabled):not(.disabled).active:focus,.btn-rss:not(:disabled):not(.disabled):active:focus,.show>.btn-rss.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(255,165,0,.5)}.btn-flickr{background-color:#0063dc;border-color:#0063dc;color:#fff}.btn-flickr:hover{background-color:#0052b6;border-color:#004ca9;color:#fff}.btn-flickr.focus,.btn-flickr:focus{box-shadow:0 0 0 2px rgba(0,99,220,.5)}.btn-flickr.disabled,.btn-flickr:disabled{background-color:#0063dc;border-color:#0063dc;color:#fff}.btn-flickr:not(:disabled):not(.disabled).active,.btn-flickr:not(:disabled):not(.disabled):active,.show>.btn-flickr.dropdown-toggle{background-color:#004ca9;border-color:#00469c;color:#fff}.btn-flickr:not(:disabled):not(.disabled).active:focus,.btn-flickr:not(:disabled):not(.disabled):active:focus,.show>.btn-flickr.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(0,99,220,.5)}.btn-bitbucket{background-color:#0052cc;border-color:#0052cc;color:#fff}.btn-bitbucket:hover{background-color:#0043a6;border-color:#003e99;color:#fff}.btn-bitbucket.focus,.btn-bitbucket:focus{box-shadow:0 0 0 2px rgba(0,82,204,.5)}.btn-bitbucket.disabled,.btn-bitbucket:disabled{background-color:#0052cc;border-color:#0052cc;color:#fff}.btn-bitbucket:not(:disabled):not(.disabled).active,.btn-bitbucket:not(:disabled):not(.disabled):active,.show>.btn-bitbucket.dropdown-toggle{background-color:#003e99;border-color:#00388c;color:#fff}.btn-bitbucket:not(:disabled):not(.disabled).active:focus,.btn-bitbucket:not(:disabled):not(.disabled):active:focus,.show>.btn-bitbucket.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(0,82,204,.5)}.btn-blue{background-color:#467fcf;border-color:#467fcf;color:#fff}.btn-blue:hover{background-color:#316cbe;border-color:#1f5bb1;color:#fff}.btn-blue.focus,.btn-blue:focus{box-shadow:0 0 0 2px rgba(70,127,207,.5)}.btn-blue.disabled,.btn-blue:disabled{background-color:#467fcf;border-color:#467fcf;color:#fff}.btn-blue:not(:disabled):not(.disabled).active,.btn-blue:not(:disabled):not(.disabled):active,.show>.btn-blue.dropdown-toggle{background-color:#1f5bb1;border-color:#2c60a9;color:#fff}.btn-blue:not(:disabled):not(.disabled).active:focus,.btn-blue:not(:disabled):not(.disabled):active:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(70,127,207,.5)}.btn-indigo{background-color:#6574cd;border-color:#6574cd;color:#fff}.btn-indigo:hover{background-color:#485ac4;border-color:#3f51c1;color:#fff}.btn-indigo.focus,.btn-indigo:focus{box-shadow:0 0 0 2px rgba(101,116,205,.5)}.btn-indigo.disabled,.btn-indigo:disabled{background-color:#6574cd;border-color:#6574cd;color:#fff}.btn-indigo:not(:disabled):not(.disabled).active,.btn-indigo:not(:disabled):not(.disabled):active,.show>.btn-indigo.dropdown-toggle{background-color:#3f51c1;border-color:#3b4db7;color:#fff}.btn-indigo:not(:disabled):not(.disabled).active:focus,.btn-indigo:not(:disabled):not(.disabled):active:focus,.show>.btn-indigo.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(101,116,205,.5)}.btn-purple{background:#661fd6!important;border-color:#661fd6;color:#fff}.btn-purple:hover{background-color:#923ce6;border-color:#8c31e4;color:#fff}.btn-purple.focus,.btn-purple:focus{box-shadow:0 0 0 2px rgba(165,94,234,.5)}.btn-purple.disabled,.btn-purple:disabled{background-color:#867efc;border-color:#867efc;color:#fff}.btn-purple:not(:disabled):not(.disabled).active,.btn-purple:not(:disabled):not(.disabled):active,.show>.btn-purple.dropdown-toggle{background-color:#8c31e4;border-color:#8526e3;color:#fff}.btn-purple:not(:disabled):not(.disabled).active:focus,.btn-purple:not(:disabled):not(.disabled):active:focus,.show>.btn-purple.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(165,94,234,.5)}.btn-pink{background-color:#ec82ef;border-color:#ec82ef;color:#fff}.btn-pink:hover{background-color:#f44982;border-color:#f33d7a;color:#fff}.btn-pink.focus,.btn-pink:focus{box-shadow:0 0 0 2px rgba(246,109,155,.5)}.btn-pink.disabled,.btn-pink:disabled{background-color:#ec82ef;border-color:#ec82ef;color:#fff}.btn-pink:not(:disabled):not(.disabled).active,.btn-pink:not(:disabled):not(.disabled):active,.show>.btn-pink.dropdown-toggle{background-color:#f33d7a;border-color:#f23172;color:#fff}.btn-pink:not(:disabled):not(.disabled).active:focus,.btn-pink:not(:disabled):not(.disabled):active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(246,109,155,.5)}.btn-red{background-color:#c21a1a;border-color:#c21a1a;color:#fff}.btn-red:hover{background-color:#ac1b1a;border-color:#a11918;color:#fff}.btn-red.focus,.btn-red:focus{box-shadow:0 0 0 2px rgba(205,32,31,.5)}.btn-red.disabled,.btn-red:disabled{background-color:#c21a1a;border-color:#c21a1a;color:#fff}.btn-red:not(:disabled):not(.disabled).active,.btn-red:not(:disabled):not(.disabled):active,.show>.btn-red.dropdown-toggle{background-color:#a11918;border-color:#961717;color:#fff}.btn-red:not(:disabled):not(.disabled).active:focus,.btn-red:not(:disabled):not(.disabled):active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(205,32,31,.5)}.btn-orange{background-color:#fc7303;border-color:#fc7303;color:#fff}.btn-orange:hover{background-color:#fd811e;border-color:#fc7a12;color:#fff}.btn-orange.focus,.btn-orange:focus{box-shadow:0 0 0 2px rgba(253,150,68,.5)}.btn-orange.disabled,.btn-orange:disabled{background-color:#fc7303;border-color:#fc7303;color:#fff}.btn-orange:not(:disabled):not(.disabled).active,.btn-orange:not(:disabled):not(.disabled):active,.show>.btn-orange.dropdown-toggle{background-color:#fc7a12;border-color:#fc7305;color:#fff}.btn-orange:not(:disabled):not(.disabled).active:focus,.btn-orange:not(:disabled):not(.disabled):active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(253,150,68,.5)}.btn-yellow{background-color:#ecb403;border-color:#ecb403;color:#fff}.btn-yellow:hover{background-color:#cea70c;border-color:#c29d0b;color:#fff}.btn-yellow.focus,.btn-yellow:focus{box-shadow:0 0 0 2px rgba(241,196,15,.5)}.btn-yellow.disabled,.btn-yellow:disabled{background-color:#ecb403;border-color:#ecb403;color:#fff}.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow:not(:disabled):not(.disabled):active,.show>.btn-yellow.dropdown-toggle{background-color:#c29d0b;border-color:#b6940b;color:#fff}.btn-yellow:not(:disabled):not(.disabled).active:focus,.btn-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-yellow.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(241,196,15,.5)}.btn-green{background-color:#4ecc48;border-color:#4ecc48;color:#fff}.btn-green:hover{background-color:#4b9400;border-color:#448700;color:#fff}.btn-green.focus,.btn-green:focus{box-shadow:0 0 0 2px rgba(94,186,0,.5)}.btn-green.disabled,.btn-green:disabled{background-color:#4ecc48;border-color:#4ecc48;color:#fff}.btn-green:not(:disabled):not(.disabled).active,.btn-green:not(:disabled):not(.disabled):active,.show>.btn-green.dropdown-toggle{background-color:#448700;border-color:#3e7a00;color:#fff}.btn-green:not(:disabled):not(.disabled).active:focus,.btn-green:not(:disabled):not(.disabled):active:focus,.show>.btn-green.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(94,186,0,.5)}.btn-teal{background-color:#2bcbba;border-color:#2bcbba;color:#fff}.btn-teal:hover{background-color:#24ab9d;border-color:#22a193;color:#fff}.btn-teal.focus,.btn-teal:focus{box-shadow:0 0 0 2px rgba(43,203,186,.5)}.btn-teal.disabled,.btn-teal:disabled{background-color:#2bcbba;border-color:#2bcbba;color:#fff}.btn-teal:not(:disabled):not(.disabled).active,.btn-teal:not(:disabled):not(.disabled):active,.show>.btn-teal.dropdown-toggle{background-color:#22a193;border-color:#20968a;color:#fff}.btn-teal:not(:disabled):not(.disabled).active:focus,.btn-teal:not(:disabled):not(.disabled):active:focus,.show>.btn-teal.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(43,203,186,.5)}.btn-cyan{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-cyan:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-cyan.focus,.btn-cyan:focus{box-shadow:0 0 0 2px rgba(23,162,184,.5)}.btn-cyan.disabled,.btn-cyan:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-cyan:not(:disabled):not(.disabled).active,.btn-cyan:not(:disabled):not(.disabled):active,.show>.btn-cyan.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-cyan:not(:disabled):not(.disabled).active:focus,.btn-cyan:not(:disabled):not(.disabled):active:focus,.show>.btn-cyan.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(23,162,184,.5)}.btn-white{background-color:#fff;border:1px solid #e9ebfa;color:#495057}.btn-white:hover{background-color:#ececec;border-color:#e6e5e5;color:#495057}.btn-white.focus,.btn-white:focus{box-shadow:0 0 0 2px hsla(0,0%,100%,.5)}.btn-white.disabled,.btn-white:disabled{background-color:#fff;border-color:#fff;color:#495057}.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle{background-color:#e6e5e5;border-color:#dfdfdf;color:#495057}.btn-white:not(:disabled):not(.disabled).active:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 2px hsla(0,0%,100%,.5)}.btn-gray{background-color:#868e96;border-color:#868e96;color:#fff}.btn-gray:hover{background-color:#727b84;border-color:#6c757d;color:#fff}.btn-gray.focus,.btn-gray:focus{box-shadow:0 0 0 2px hsla(210,7%,56%,.5)}.btn-gray.disabled,.btn-gray:disabled{background-color:#868e96;border-color:#868e96;color:#fff}.btn-gray:not(:disabled):not(.disabled).active,.btn-gray:not(:disabled):not(.disabled):active,.show>.btn-gray.dropdown-toggle{background-color:#6c757d;border-color:#666e76;color:#fff}.btn-gray:not(:disabled):not(.disabled).active:focus,.btn-gray:not(:disabled):not(.disabled):active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 2px hsla(210,7%,56%,.5)}.btn-gray-dark{background-color:#343a40;border-color:#343a40;color:#fff}.btn-gray-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-gray-dark.focus,.btn-gray-dark:focus{box-shadow:0 0 0 2px rgba(52,58,64,.5)}.btn-gray-dark.disabled,.btn-gray-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-gray-dark:not(:disabled):not(.disabled).active,.btn-gray-dark:not(:disabled):not(.disabled):active,.show>.btn-gray-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-gray-dark:not(:disabled):not(.disabled).active:focus,.btn-gray-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-gray-dark.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(52,58,64,.5)}.btn-azure{background-color:#45aaf2;border-color:#45aaf2;color:#fff}.btn-azure:hover{background-color:#219af0;border-color:#1594ef;color:#fff}.btn-azure.focus,.btn-azure:focus{box-shadow:0 0 0 2px rgba(7,116,248,.5)}.btn-azure.disabled,.btn-azure:disabled{background-color:#45aaf2;border-color:#45aaf2;color:#fff}.btn-azure:not(:disabled):not(.disabled).active,.btn-azure:not(:disabled):not(.disabled):active,.show>.btn-azure.dropdown-toggle{background-color:#1594ef;border-color:#108ee7;color:#fff}.btn-azure:not(:disabled):not(.disabled).active:focus,.btn-azure:not(:disabled):not(.disabled):active:focus,.show>.btn-azure.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(7,116,248,.5)}.btn-lime{background-color:#7bd235;border-color:#7bd235;color:#fff}.btn-lime:hover{background-color:#69b829;border-color:#63ad27;color:#fff}.btn-lime.focus,.btn-lime:focus{box-shadow:0 0 0 2px rgba(123,210,53,.5)}.btn-lime.disabled,.btn-lime:disabled{background-color:#7bd235;border-color:#7bd235;color:#fff}.btn-lime:not(:disabled):not(.disabled).active,.btn-lime:not(:disabled):not(.disabled):active,.show>.btn-lime.dropdown-toggle{background-color:#63ad27;border-color:#5da324;color:#fff}.btn-lime:not(:disabled):not(.disabled).active:focus,.btn-lime:not(:disabled):not(.disabled):active:focus,.show>.btn-lime.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(123,210,53,.5)}.btn-option{background:transparent;color:#9aa0ac}.btn-option:hover{color:#6e7687}.btn-option:focus{box-shadow:none;color:#6e7687}.btn-group-sm>.btn,.btn-sm{font-size:.65rem;min-width:2.5rem}.btn-group-lg>.btn,.btn-lg{font-size:1rem;font-weight:400;min-width:2.75rem}.btn-list{font-size:0;margin-bottom:-.5rem}.btn-list>.btn,.btn-list>.dropdown{margin-bottom:.5rem}.btn-list>.btn:not(:last-child),.btn-list>.dropdown:not(:last-child){margin-right:.5rem}.btn-loading{color:transparent!important;pointer-events:none;position:relative}.btn-loading:after{-webkit-animation:loader .5s linear infinite;animation:loader .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent!important;border-top-color:transparent!important;content:"";display:block;height:1.4em;left:calc(50% - .7em);position:absolute;position:absolute!important;top:calc(50% - .7em);-webkit-transform-origin:center;transform-origin:center;width:1.4em}.btn-group-sm>.btn-loading.btn:after,.btn-loading.btn-sm:after{height:1em;left:calc(50% - .5em);top:calc(50% - .5em);width:1em}.btn-loading.btn-secondary:after{border-color:#495057}.btn-circle{border-radius:50%;padding:6px 0;text-align:center}.btn-circle i{font-size:.9rem}.btn-social-icon>:first-child{font-size:1.1em;width:40px}.btn.focus,.btn:focus{box-shadow:none!important}.btn-dropdown-icon{background-color:#6a62cc;border-color:#6a62cc;color:#fff}.btn-dropdown-icon:hover{background-color:#6259ca;background-color:var(--primary-bg-color);border-color:#6259ca;border-color:var(--primary-bg-color);color:#fff}.btn-dropdown-icon.focus,.btn-dropdown-icon:focus{box-shadow:0 0 0 2px rgba(59,89,152,.5)}.btn-dropdown-icon.disabled,.btn-dropdown-icon:disabled{background-color:#6a62cc;border-color:#6a62cc;color:#fff}.btn-dropdown-icon:not(:disabled):not(.disabled).active,.btn-dropdown-icon:not(:disabled):not(.disabled):active{background-color:#5a51c7;border-color:#5a51c7;color:#fff}.btn-dropdown-icon1{background:transparent;background-image:none;color:#6259ca;color:var(--primary-bg-color)}.btn-dropdown-icon1,.btn-dropdown-icon1:hover{border-color:#6259ca;border-color:var(--primary-bg-color)}.btn-dropdown-icon1:hover{background-color:#6259ca;background-color:var(--primary-bg-color);color:#fff}.btn-dropdown-icon1.focus,.btn-dropdown-icon1:focus{box-shadow:0 0 0 2px rgba(59,89,152,.5)}.btn-dropdown-icon1.disabled,.btn-dropdown-icon1:disabled,.btn-dropdown-icon1:not(:disabled):not(.disabled).active,.btn-dropdown-icon1:not(:disabled):not(.disabled):active{background-color:#6259ca;background-color:var(--primary-bg-color);border-color:#6259ca;border-color:var(--primary-bg-color);color:#fff}.btn-svg{min-width:2.75rem}.btn-animation .loading{margin-right:20px}.btn-animation .btn-loaders:after{-webkit-animation:loader .5s linear infinite;animation:loader .5s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent!important;border-top-color:transparent!important;content:"";display:block;height:1.4em;position:absolute;position:absolute!important;right:10px!important;top:calc(50% - .7em);-webkit-transform-origin:center;transform-origin:center;width:1.4em}.btn-animation .btn-loaders{color:#fff!important;pointer-events:none;position:relative}.btn-square{border-radius:3px;line-height:1;padding:.55rem .5rem}.btn-list .btn i{float:left;margin-top:5px}.btn-list .btn.btn-icon i{float:inherit;margin-top:0}.card{border:inherit!important;box-shadow:0 3px 9px 0 rgba(169,184,200,.15)}.card-body{padding:25px}.card-header{background-color:rgba(0,0,0,.03)}.card-table tr td:first-child,.card-table tr th:first-child{padding-left:1.5rem!important}.card-fullscreen{z-index:1}.card-category{border-radius:5px;font-size:17px;margin:.5rem;padding:.35rem}.card{word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid transparent;border-radius:5px;display:flex;flex-direction:column;min-width:0}.card>hr{margin-left:0;margin-right:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.card>.list-group:last-child .list-group-item:last-child{border-bottom-left-radius:7px;border-bottom-right-radius:7px}.card-body{flex:1 1 auto;margin:0;position:relative}.card-subtitle{margin-top:-.75rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.5rem}.card-header:first-child{border-radius:2px 2px 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{background-color:rgba(0,0,0,.03);border-top:1px solid #eaedf1;color:#6e7687;padding:1.5rem}.card-img-overlay{background-color:rgba(0,0,0,.4);bottom:0;display:flex;flex-direction:column;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img{border-radius:2px;width:100%}.card-img-top{border-top-left-radius:2px;border-top-right-radius:2px;width:100%}.card-img-bottom{border-bottom-left-radius:2px;border-bottom-right-radius:2px;width:100%}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:.75rem}@media(min-width:576px){.card-deck{flex-flow:row wrap;margin-left:-.75rem;margin-right:-.75rem}.card-deck .card{display:flex;flex:1 0;flex-direction:column;margin-bottom:0;margin-left:.75rem;margin-right:.75rem}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:.75rem}@media(min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:3px}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:3px;border-top-right-radius:3px}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.card-group>.card:not(:first-child):not(:last-child):not(:only-child),.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:1.5rem}@media(min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.card-blog-overlay{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/4QSYRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAcAAAAcgEyAAIAAAAUAAAAjodpAAQAAAABAAAApAAAANAACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzADIwMjE6MDc6MDUgMTI6NTE6MTEAAAAAA6ABAAMAAAAB//8AAKACAAQAAAABAAAB9KADAAQAAAABAAABTQAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAEeARsABQAAAAEAAAEmASgAAwAAAAEAAgAAAgEABAAAAAEAAAEuAgIABAAAAAEAAANiAAAAAAAAAEgAAAABAAAASAAAAAH/2P/gABBKRklGAAECAABIAEgAAP/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAawCgAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8ACkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0ApJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9EKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//SCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0wpJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9QKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//VCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//2f/tCaZQaG90b3Nob3AgMy4wADhCSU0EBAAAAAAABxwCAAACgBUAOEJJTQQlAAAAAAAQ6HC6ZVYjlwuoEhQdERWBrzhCSU0ELwAAAAAASgyGAQBIAAAASAAAAAAAAAAAAAAA0AIAAEACAAAAAAAAAAAAABgDAABkAgAAAAHAAwAAsAQAAAEADycBAGxsdW4AAAAAAAAAAAAAOEJJTQPtAAAAAAAQAEgAAAABAAIASAAAAAEAAjhCSU0EJgAAAAAADgAAAAAAAAAAAAA/gAAAOEJJTQQNAAAAAAAEAAAAHjhCSU0EGQAAAAAABAAAAB44QklNA/MAAAAAAAkAAAAAAAAAAAEAOEJJTQQKAAAAAAABAAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9mZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4AAAAAABwAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAANBAAAABgAAAAAAAAAAAAABTQAAAfQAAAAGAHQAaAB1AG0AYgAyAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAH0AAABTQAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAABAAAAABAAAAAAAAbnVsbAAAAAIAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAABTQAAAABSZ2h0bG9uZwAAAfQAAAAGc2xpY2VzVmxMcwAAAAFPYmpjAAAAAQAAAAAABXNsaWNlAAAAEgAAAAdzbGljZUlEbG9uZwAAAAAAAAAHZ3JvdXBJRGxvbmcAAAAAAAAABm9yaWdpbmVudW0AAAAMRVNsaWNlT3JpZ2luAAAADWF1dG9HZW5lcmF0ZWQAAAAAVHlwZWVudW0AAAAKRVNsaWNlVHlwZQAAAABJbWcgAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAU0AAAAAUmdodGxvbmcAAAH0AAAAA3VybFRFWFQAAAABAAAAAAAAbnVsbFRFWFQAAAABAAAAAAAATXNnZVRFWFQAAAABAAAAAAAGYWx0VGFnVEVYVAAAAAEAAAAAAA5jZWxsVGV4dElzSFRNTGJvb2wBAAAACGNlbGxUZXh0VEVYVAAAAAEAAAAAAAlob3J6QWxpZ25lbnVtAAAAD0VTbGljZUhvcnpBbGlnbgAAAAdkZWZhdWx0AAAACXZlcnRBbGlnbmVudW0AAAAPRVNsaWNlVmVydEFsaWduAAAAB2RlZmF1bHQAAAALYmdDb2xvclR5cGVlbnVtAAAAEUVTbGljZUJHQ29sb3JUeXBlAAAAAE5vbmUAAAAJdG9wT3V0c2V0bG9uZwAAAAAAAAAKbGVmdE91dHNldGxvbmcAAAAAAAAADGJvdHRvbU91dHNldGxvbmcAAAAAAAAAC3JpZ2h0T3V0c2V0bG9uZwAAAAAAOEJJTQQoAAAAAAAMAAAAAT/wAAAAAAAAOEJJTQQRAAAAAAABAQA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAAAAN+AAAAAQAAAKAAAABrAAAB4AAAyKAAAANiABgAAf/Y/+AAEEpGSUYAAQIAAEgASAAA/+0ADEFkb2JlX0NNAAL/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCABrAKADASIAAhEBAxEB/90ABAAK/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwAKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//QCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0QpJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9IKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//TCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//1ApJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9UKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//ZOEJJTQQhAAAAAABVAAAAAQEAAAAPAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwAAAAEwBBAGQAbwBiAGUAIABQAGgAbwB0AG8AcwBoAG8AcAAgAEMAUwAzAAAAAQA4QklNBAYAAAAAAAcACAEBAAEBAP/hDpRodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDQuMS1jMDM2IDQ2LjI3NjcyMCwgTW9uIEZlYiAxOSAyMDA3IDIyOjQwOjA4ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4YXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4YXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIiB4YXA6Q3JlYXRlRGF0ZT0iMjAyMS0wNi0zMFQxODowMSswNTozMCIgeGFwOk1vZGlmeURhdGU9IjIwMjEtMDctMDVUMTI6NTE6MTErMDU6MzAiIHhhcDpNZXRhZGF0YURhdGU9IjIwMjEtMDctMDVUMTI6NTE6MTErMDU6MzAiIHhhcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpIaXN0b3J5PSIiIHhhcE1NOkluc3RhbmNlSUQ9InV1aWQ6MEVDNDA3OTE2MURERUIxMTlGNjZBQ0VCRTI4MkE3MTIiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpZUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOlJlc29sdXRpb25Vbml0PSIyIiB0aWZmOk5hdGl2ZURpZ2VzdD0iMjU2LDI1NywyNTgsMjU5LDI2MiwyNzQsMjc3LDI4NCw1MzAsNTMxLDI4MiwyODMsMjk2LDMwMSwzMTgsMzE5LDUyOSw1MzIsMzA2LDI3MCwyNzEsMjcyLDMwNSwzMTUsMzM0MzI7RUYwM0RCREM3QjVGQzY1MzBCQTc3OEYxMDUzOUJCODEiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSI1MDAiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSIzMzMiIGV4aWY6Q29sb3JTcGFjZT0iLTEiIGV4aWY6TmF0aXZlRGlnZXN0PSIzNjg2NCw0MDk2MCw0MDk2MSwzNzEyMSwzNzEyMiw0MDk2Miw0MDk2MywzNzUxMCw0MDk2NCwzNjg2NywzNjg2OCwzMzQzNCwzMzQzNywzNDg1MCwzNDg1MiwzNDg1NSwzNDg1NiwzNzM3NywzNzM3OCwzNzM3OSwzNzM4MCwzNzM4MSwzNzM4MiwzNzM4MywzNzM4NCwzNzM4NSwzNzM4NiwzNzM5Niw0MTQ4Myw0MTQ4NCw0MTQ4Niw0MTQ4Nyw0MTQ4OCw0MTQ5Miw0MTQ5Myw0MTQ5NSw0MTcyOCw0MTcyOSw0MTczMCw0MTk4NSw0MTk4Niw0MTk4Nyw0MTk4OCw0MTk4OSw0MTk5MCw0MTk5MSw0MTk5Miw0MTk5Myw0MTk5NCw0MTk5NSw0MTk5Niw0MjAxNiwwLDIsNCw1LDYsNyw4LDksMTAsMTEsMTIsMTMsMTQsMTUsMTYsMTcsMTgsMjAsMjIsMjMsMjQsMjUsMjYsMjcsMjgsMzA7M0UzNkMzRTBBMUQwRTcxQzA3QjY4Njk0N0FCQjE4RkQiLz4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+/+4AIUFkb2JlAGRAAAAAAQMAEAMCAwYAAAAAAAAAAAAAAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAQEBAQICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//CABEIAU0B9AMBEQACEQEDEQH/xABfAAEBAAAAAAAAAAAAAAAAAAAABwEBAQEAAAAAAAAAAAAAAAAAAAYHEAEAAAAAAAAAAAAAAAAAAACwEQEAAAAAAAAAAAAAAAAAAACwEgEAAAAAAAAAAAAAAAAAAACw/9oADAMBAQIRAxEAAACa6TMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//2gAIAQIAAQUAJW//2gAIAQMAAQUAJW//2gAIAQEAAQUAJW//2gAIAQICBj8AJW//2gAIAQMCBj8AJW//2gAIAQEBBj8AJW//2Q==);background-size:cover;position:relative}.card-blog-overlay1:before,.card-blog-overlay2:before,.card-blog-overlay:before{background:rgba(0,0,0,.5);content:"";display:block;height:100%;position:absolute;right:0;top:0;width:100%}.card-blog-overlay1{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/4QSYRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAcAAAAcgEyAAIAAAAUAAAAjodpAAQAAAABAAAApAAAANAACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzADIwMjE6MDc6MDUgMTI6NTE6MDkAAAAAA6ABAAMAAAAB//8AAKACAAQAAAABAAAB9KADAAQAAAABAAABTQAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAEeARsABQAAAAEAAAEmASgAAwAAAAEAAgAAAgEABAAAAAEAAAEuAgIABAAAAAEAAANiAAAAAAAAAEgAAAABAAAASAAAAAH/2P/gABBKRklGAAECAABIAEgAAP/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAawCgAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8ACkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0ApJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9EKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//SCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0wpJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9QKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//VCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//2f/tCaZQaG90b3Nob3AgMy4wADhCSU0EBAAAAAAABxwCAAACgBUAOEJJTQQlAAAAAAAQ6HC6ZVYjlwuoEhQdERWBrzhCSU0ELwAAAAAASkYAAQBIAAAASAAAAAAAAAAAAAAA0AIAAEACAAAAAAAAAAAAABgDAABkAgAAAAHAAwAAsAQAAAEADycBAFwAMQA3AC4AagBwAGcAOEJJTQPtAAAAAAAQAEgAAAABAAIASAAAAAEAAjhCSU0EJgAAAAAADgAAAAAAAAAAAAA/gAAAOEJJTQQNAAAAAAAEAAAAHjhCSU0EGQAAAAAABAAAAB44QklNA/MAAAAAAAkAAAAAAAAAAAEAOEJJTQQKAAAAAAABAAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9mZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4AAAAAABwAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAANBAAAABgAAAAAAAAAAAAABTQAAAfQAAAAGAHQAaAB1AG0AYgAzAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAH0AAABTQAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAABAAAAABAAAAAAAAbnVsbAAAAAIAAAAGYm91bmRzT2JqYwAAAAEAAAAAAABSY3QxAAAABAAAAABUb3AgbG9uZwAAAAAAAAAATGVmdGxvbmcAAAAAAAAAAEJ0b21sb25nAAABTQAAAABSZ2h0bG9uZwAAAfQAAAAGc2xpY2VzVmxMcwAAAAFPYmpjAAAAAQAAAAAABXNsaWNlAAAAEgAAAAdzbGljZUlEbG9uZwAAAAAAAAAHZ3JvdXBJRGxvbmcAAAAAAAAABm9yaWdpbmVudW0AAAAMRVNsaWNlT3JpZ2luAAAADWF1dG9HZW5lcmF0ZWQAAAAAVHlwZWVudW0AAAAKRVNsaWNlVHlwZQAAAABJbWcgAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAU0AAAAAUmdodGxvbmcAAAH0AAAAA3VybFRFWFQAAAABAAAAAAAAbnVsbFRFWFQAAAABAAAAAAAATXNnZVRFWFQAAAABAAAAAAAGYWx0VGFnVEVYVAAAAAEAAAAAAA5jZWxsVGV4dElzSFRNTGJvb2wBAAAACGNlbGxUZXh0VEVYVAAAAAEAAAAAAAlob3J6QWxpZ25lbnVtAAAAD0VTbGljZUhvcnpBbGlnbgAAAAdkZWZhdWx0AAAACXZlcnRBbGlnbmVudW0AAAAPRVNsaWNlVmVydEFsaWduAAAAB2RlZmF1bHQAAAALYmdDb2xvclR5cGVlbnVtAAAAEUVTbGljZUJHQ29sb3JUeXBlAAAAAE5vbmUAAAAJdG9wT3V0c2V0bG9uZwAAAAAAAAAKbGVmdE91dHNldGxvbmcAAAAAAAAADGJvdHRvbU91dHNldGxvbmcAAAAAAAAAC3JpZ2h0T3V0c2V0bG9uZwAAAAAAOEJJTQQoAAAAAAAMAAAAAT/wAAAAAAAAOEJJTQQRAAAAAAABAQA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAAAAN+AAAAAQAAAKAAAABrAAAB4AAAyKAAAANiABgAAf/Y/+AAEEpGSUYAAQIAAEgASAAA/+0ADEFkb2JlX0NNAAL/7gAOQWRvYmUAZIAAAAAB/9sAhAAMCAgICQgMCQkMEQsKCxEVDwwMDxUYExMVExMYEQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQ0LCw0ODRAODhAUDg4OFBQODg4OFBEMDAwMDBERDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCABrAKADASIAAhEBAxEB/90ABAAK/8QBPwAAAQUBAQEBAQEAAAAAAAAAAwABAgQFBgcICQoLAQABBQEBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAEEAQMCBAIFBwYIBQMMMwEAAhEDBCESMQVBUWETInGBMgYUkaGxQiMkFVLBYjM0coLRQwclklPw4fFjczUWorKDJkSTVGRFwqN0NhfSVeJl8rOEw9N14/NGJ5SkhbSVxNTk9KW1xdXl9VZmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9xEAAgIBAgQEAwQFBgcHBgU1AQACEQMhMRIEQVFhcSITBTKBkRShsUIjwVLR8DMkYuFygpJDUxVjczTxJQYWorKDByY1wtJEk1SjF2RFVTZ0ZeLys4TD03Xj80aUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9ic3R1dnd4eXp7fH/9oADAMBAAIRAxEAPwAKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//QCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0QpJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9IKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//TCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//1ApJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9UKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//ZOEJJTQQhAAAAAABVAAAAAQEAAAAPAEEAZABvAGIAZQAgAFAAaABvAHQAbwBzAGgAbwBwAAAAEwBBAGQAbwBiAGUAIABQAGgAbwB0AG8AcwBoAG8AcAAgAEMAUwAzAAAAAQA4QklNBAYAAAAAAAcACAEBAAEBAP/hDpRodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDQuMS1jMDM2IDQ2LjI3NjcyMCwgTW9uIEZlYiAxOSAyMDA3IDIyOjQwOjA4ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4YXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4YXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIiB4YXA6Q3JlYXRlRGF0ZT0iMjAyMS0wNi0zMFQxODowMSswNTozMCIgeGFwOk1vZGlmeURhdGU9IjIwMjEtMDctMDVUMTI6NTE6MDkrMDU6MzAiIHhhcDpNZXRhZGF0YURhdGU9IjIwMjEtMDctMDVUMTI6NTE6MDkrMDU6MzAiIHhhcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzIiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpIaXN0b3J5PSIiIHhhcE1NOkluc3RhbmNlSUQ9InV1aWQ6MEJDNDA3OTE2MURERUIxMTlGNjZBQ0VCRTI4MkE3MTIiIHRpZmY6T3JpZW50YXRpb249IjEiIHRpZmY6WFJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpZUmVzb2x1dGlvbj0iNzIwMDAwLzEwMDAwIiB0aWZmOlJlc29sdXRpb25Vbml0PSIyIiB0aWZmOk5hdGl2ZURpZ2VzdD0iMjU2LDI1NywyNTgsMjU5LDI2MiwyNzQsMjc3LDI4NCw1MzAsNTMxLDI4MiwyODMsMjk2LDMwMSwzMTgsMzE5LDUyOSw1MzIsMzA2LDI3MCwyNzEsMjcyLDMwNSwzMTUsMzM0MzI7QTkyQjU3M0VBNzU0OTFCQUE2NTRFMDYxRTEwOUNGNTUiIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSI1MDAiIGV4aWY6UGl4ZWxZRGltZW5zaW9uPSIzMzMiIGV4aWY6Q29sb3JTcGFjZT0iLTEiIGV4aWY6TmF0aXZlRGlnZXN0PSIzNjg2NCw0MDk2MCw0MDk2MSwzNzEyMSwzNzEyMiw0MDk2Miw0MDk2MywzNzUxMCw0MDk2NCwzNjg2NywzNjg2OCwzMzQzNCwzMzQzNywzNDg1MCwzNDg1MiwzNDg1NSwzNDg1NiwzNzM3NywzNzM3OCwzNzM3OSwzNzM4MCwzNzM4MSwzNzM4MiwzNzM4MywzNzM4NCwzNzM4NSwzNzM4NiwzNzM5Niw0MTQ4Myw0MTQ4NCw0MTQ4Niw0MTQ4Nyw0MTQ4OCw0MTQ5Miw0MTQ5Myw0MTQ5NSw0MTcyOCw0MTcyOSw0MTczMCw0MTk4NSw0MTk4Niw0MTk4Nyw0MTk4OCw0MTk4OSw0MTk5MCw0MTk5MSw0MTk5Miw0MTk5Myw0MTk5NCw0MTk5NSw0MTk5Niw0MjAxNiwwLDIsNCw1LDYsNyw4LDksMTAsMTEsMTIsMTMsMTQsMTUsMTYsMTcsMTgsMjAsMjIsMjMsMjQsMjUsMjYsMjcsMjgsMzA7M0UzNkMzRTBBMUQwRTcxQzA3QjY4Njk0N0FCQjE4RkQiLz4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+/+4AIUFkb2JlAGRAAAAAAQMAEAMCAwYAAAAAAAAAAAAAAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAQEBAQICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//CABEIAU0B9AMBEQACEQEDEQH/xABfAAEBAAAAAAAAAAAAAAAAAAAABwEBAQEAAAAAAAAAAAAAAAAAAAYHEAEAAAAAAAAAAAAAAAAAAACwEQEAAAAAAAAAAAAAAAAAAACwEgEAAAAAAAAAAAAAAAAAAACw/9oADAMBAQIRAxEAAACa6TMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//2gAIAQIAAQUAJW//2gAIAQMAAQUAJW//2gAIAQEAAQUAJW//2gAIAQICBj8AJW//2gAIAQMCBj8AJW//2gAIAQEBBj8AJW//2Q==);background-size:cover}.card-blog-overlay2{background:url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/4QSYRXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAABAAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAcAAAAcgEyAAIAAAAUAAAAjodpAAQAAAABAAAApAAAANAACvyAAAAnEAAK/IAAACcQQWRvYmUgUGhvdG9zaG9wIENTMyBXaW5kb3dzADIwMjE6MDc6MDUgMTI6NTI6MDIAAAAAA6ABAAMAAAAB//8AAKACAAQAAAABAAAB9KADAAQAAAABAAABTQAAAAAAAAAGAQMAAwAAAAEABgAAARoABQAAAAEAAAEeARsABQAAAAEAAAEmASgAAwAAAAEAAgAAAgEABAAAAAEAAAEuAgIABAAAAAEAAANiAAAAAAAAAEgAAAABAAAASAAAAAH/2P/gABBKRklGAAECAABIAEgAAP/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAawCgAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8ACkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0ApJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9EKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//SCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0wpJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9QKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//VCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//2f/tCZ5QaG90b3Nob3AgMy4wADhCSU0EBAAAAAAABxwCAAAC3YUAOEJJTQQlAAAAAAAQW+RuU5ENBKcw2q1Xx4W1BDhCSU0ELwAAAAAASnYAAQBYAgAAWAIAAAAAAAAAAAAAahgAAI4SAAA4////OP///wAZAAAkEwAAAAEoBQAA/AMAAAEADycBAHAAZwAAACAHBAAAAAAAOEJJTQPtAAAAAAAQAEgAAAABAAIASAAAAAEAAjhCSU0EJgAAAAAADgAAAAAAAAAAAAA/gAAAOEJJTQQNAAAAAAAEAAAAHjhCSU0EGQAAAAAABAAAAB44QklNA/MAAAAAAAkAAAAAAAAAAAEAOEJJTQQKAAAAAAABAAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9mZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4AAAAAABwAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAAM5AAAABgAAAAAAAAAAAAABTQAAAfQAAAACADIAMgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAB9AAAAU0AAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAU0AAAAAUmdodGxvbmcAAAH0AAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRvR2VuZXJhdGVkAAAAAFR5cGVlbnVtAAAACkVTbGljZVR5cGUAAAAASW1nIAAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAFNAAAAAFJnaHRsb25nAAAB9AAAAAN1cmxURVhUAAAAAQAAAAAAAG51bGxURVhUAAAAAQAAAAAAAE1zZ2VURVhUAAAAAQAAAAAABmFsdFRhZ1RFWFQAAAABAAAAAAAOY2VsbFRleHRJc0hUTUxib29sAQAAAAhjZWxsVGV4dFRFWFQAAAABAAAAAAAJaG9yekFsaWduZW51bQAAAA9FU2xpY2VIb3J6QWxpZ24AAAAHZGVmYXVsdAAAAAl2ZXJ0QWxpZ25lbnVtAAAAD0VTbGljZVZlcnRBbGlnbgAAAAdkZWZhdWx0AAAAC2JnQ29sb3JUeXBlZW51bQAAABFFU2xpY2VCR0NvbG9yVHlwZQAAAABOb25lAAAACXRvcE91dHNldGxvbmcAAAAAAAAACmxlZnRPdXRzZXRsb25nAAAAAAAAAAxib3R0b21PdXRzZXRsb25nAAAAAAAAAAtyaWdodE91dHNldGxvbmcAAAAAADhCSU0EKAAAAAAADAAAAAE/8AAAAAAAADhCSU0EEQAAAAAAAQEAOEJJTQQUAAAAAAAEAAAAAzhCSU0EDAAAAAADfgAAAAEAAACgAAAAawAAAeAAAMigAAADYgAYAAH/2P/gABBKRklGAAECAABIAEgAAP/tAAxBZG9iZV9DTQAC/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAawCgAwEiAAIRAQMRAf/dAAQACv/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8ACkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0ApJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9EKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//SCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//0wpJJKZYpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//9QKSSSmWKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklP//VCkkkplikkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSUpJJJJT//2ThCSU0EIQAAAAAAVQAAAAEBAAAADwBBAGQAbwBiAGUAIABQAGgAbwB0AG8AcwBoAG8AcAAAABMAQQBkAG8AYgBlACAAUABoAG8AdABvAHMAaABvAHAAIABDAFMAMwAAAAEAOEJJTQQGAAAAAAAHAAgBAQABAQD/4Q6XaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA0LjEtYzAzNiA0Ni4yNzY3MjAsIE1vbiBGZWIgMTkgMjAwNyAyMjo0MDowOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eGFwPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eGFwTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIiB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIgeGFwOkNyZWF0ZURhdGU9IjIwMjEtMDQtMDdUMTI6Mjk6NDgrMDU6MzAiIHhhcDpNb2RpZnlEYXRlPSIyMDIxLTA3LTA1VDEyOjUyOjAyKzA1OjMwIiB4YXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA3LTA1VDEyOjUyOjAyKzA1OjMwIiB4YXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyIgZGM6Zm9ybWF0PSJpbWFnZS9qcGVnIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SGlzdG9yeT0iIiB4YXBNTTpJbnN0YW5jZUlEPSJ1dWlkOkU5NjExREIwNjFEREVCMTE5RjY2QUNFQkUyODJBNzEyIiB0aWZmOk9yaWVudGF0aW9uPSIxIiB0aWZmOlhSZXNvbHV0aW9uPSI3MjAwMDAvMTAwMDAiIHRpZmY6WVJlc29sdXRpb249IjcyMDAwMC8xMDAwMCIgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIgdGlmZjpOYXRpdmVEaWdlc3Q9IjI1NiwyNTcsMjU4LDI1OSwyNjIsMjc0LDI3NywyODQsNTMwLDUzMSwyODIsMjgzLDI5NiwzMDEsMzE4LDMxOSw1MjksNTMyLDMwNiwyNzAsMjcxLDI3MiwzMDUsMzE1LDMzNDMyO0QwRUUzQUE0QTNFQTIyM0RERkMyRUE1MzlBRjM5MjNDIiBleGlmOlBpeGVsWERpbWVuc2lvbj0iNTAwIiBleGlmOlBpeGVsWURpbWVuc2lvbj0iMzMzIiBleGlmOkNvbG9yU3BhY2U9Ii0xIiBleGlmOk5hdGl2ZURpZ2VzdD0iMzY4NjQsNDA5NjAsNDA5NjEsMzcxMjEsMzcxMjIsNDA5NjIsNDA5NjMsMzc1MTAsNDA5NjQsMzY4NjcsMzY4NjgsMzM0MzQsMzM0MzcsMzQ4NTAsMzQ4NTIsMzQ4NTUsMzQ4NTYsMzczNzcsMzczNzgsMzczNzksMzczODAsMzczODEsMzczODIsMzczODMsMzczODQsMzczODUsMzczODYsMzczOTYsNDE0ODMsNDE0ODQsNDE0ODYsNDE0ODcsNDE0ODgsNDE0OTIsNDE0OTMsNDE0OTUsNDE3MjgsNDE3MjksNDE3MzAsNDE5ODUsNDE5ODYsNDE5ODcsNDE5ODgsNDE5ODksNDE5OTAsNDE5OTEsNDE5OTIsNDE5OTMsNDE5OTQsNDE5OTUsNDE5OTYsNDIwMTYsMCwyLDQsNSw2LDcsOCw5LDEwLDExLDEyLDEzLDE0LDE1LDE2LDE3LDE4LDIwLDIyLDIzLDI0LDI1LDI2LDI3LDI4LDMwOzNFMzZDM0UwQTFEMEU3MUMwN0I2ODY5NDdBQkIxOEZEIi8+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/uACFBZG9iZQBkQAAAAAEDABADAgMGAAAAAAAAAAAAAAAA/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgICAgICAgICAgIDAwMDAwMDAwMDAQEBAQEBAQEBAQECAgECAgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwP/wgARCAFNAfQDAREAAhEBAxEB/8QAXwABAQAAAAAAAAAAAAAAAAAAAAcBAQEBAAAAAAAAAAAAAAAAAAAGBxABAAAAAAAAAAAAAAAAAAAAsBEBAAAAAAAAAAAAAAAAAAAAsBIBAAAAAAAAAAAAAAAAAAAAsP/aAAwDAQECEQMRAAAAmukzIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//9oACAECAAEFACVv/9oACAEDAAEFACVv/9oACAEBAAEFACVv/9oACAECAgY/ACVv/9oACAEDAgY/ACVv/9oACAEBAQY/ACVv/9k=);background-size:cover}.card{margin-bottom:1.5rem;position:relative;width:100%}.card .card{border:1px solid #eaedf1}@media print{.card{border:none;box-shadow:none}}.card-body+.card-body{border-top:1px solid #eaedf1}.card-body>:last-child{margin-bottom:0}@media print{.card-body{padding:0}}.card-body-scrollable{overflow:auto}.card-bottom,.card-footer,.card-header{background:none;padding:1rem 1.5rem}.card-header{align-items:center;background-color:transparenrt;border-bottom:1px solid #eaedf1;display:flex}.card-header,.card-header .card-title{margin-bottom:0}.card-header.border-0+.card-body{padding-top:0}@media print{.card-header{display:none}}.card-title{font-size:1rem;font-weight:500;margin-bottom:1.5rem}.reg{color:#2e1170;float:right;font-size:50px;text-align:center}.card-title a{color:inherit}.card-title:only-child{margin-bottom:0}.card-subtitle,.card-title small{color:#9aa0ac;display:block;font-size:.875rem;font-weight:400;line-height:1.1;margin:-.75rem 0 1rem}.card-table tr:first-child td,.card-table tr:first-child th{border-top:0}.card-table tr td:first-child,.card-table tr th:first-child{padding-left:1.5rem}.card-table tr td:last-child,.card-table tr th:last-child{padding-right:1.5rem}.card-body+.card-table{border-top:1px solid #eaedf1}.card-profile .card-header{background-size:cover;border:0;height:5rem}.card-link+.card-link{margin-left:1rem}.card-body+.card-list-group{border-top:1px solid #eaedf1}.card-list-group .list-group-item{border-left:0;border-radius:0;border-right:0;padding-left:1.5rem;padding-right:1.5rem}.card-list-group .list-group-item:last-child{border-bottom:0}.card-list-group .list-group-item:first-child{border-top:0}.card-header-tabs{border-bottom:0;line-height:2rem;margin:-1.25rem -.75rem -1.5rem}.card-header-tabs .nav-item{margin-bottom:1px}.card-header-pills{margin:-.75rem}.card-aside{flex-direction:row}.card-aside-column{background:no-repeat 50%/cover;flex:0 0 30%;min-width:5rem;width:30%}.card-value{align-items:center;display:flex;font-size:1rem;font-weight:400;height:3.4rem;line-height:3.4rem}.card-value i{font-size:30px;vertical-align:middle}.card-chart-bg{height:4rem;margin-top:-1rem;overflow:hidden;position:relative;z-index:1}.card-options{align-self:center;color:#9aa0ac;display:flex;margin-left:auto;margin-right:-.5rem;order:100}.card-options a:not(.btn){color:#76839a;display:inline-block;margin-left:.5rem;min-width:1rem}.card-options a:not(.btn):hover{color:#6e7687;text-decoration:none}.card-options a:not(.btn) i{font-size:1rem;vertical-align:middle}.card-options .dropdown-toggle:after{display:none}.stretch-card{align-items:stretch;display:flex;justify-content:stretch}.stretch-card>.card{min-width:100%;width:100%}.card-img-absolute{margin-left:-28px;width:100%}.card-image,.card-img-absolute{height:100%;position:absolute;top:0}.card-image{margin-left:-126px}.card-collapsed>:not(.card-header):not(.card-status){display:none}.card-collapsed .card-options-collapse i:before{content:""}.card-fullscreen .card-options-fullscreen i:before{content:""}.card-fullscreen .card-options-remove{display:none}.card-map{background:#e9ecef;height:15rem}.card-map-placeholder{background:no-repeat 50%}.card-tabs{display:flex}.card-tabs-bottom .card-tabs-item{border:0}.card-tabs-bottom .card-tabs-item.active{border-top-color:#fff}.card-tabs-item{color:inherit;display:block;flex:1 1 auto;overflow:hidden;padding:1.4rem 1.5rem}a.card-tabs-item{background:#fafbfc}a.card-tabs-item:hover{color:inherit;text-decoration:none}a.card-tabs-item:focus{z-index:1}a.card-tabs-item.active{background:#fff;border-bottom-color:#fff}.card-status{border-radius:7px 7px 0 0;height:3px;left:0;position:absolute;right:0;top:-1px}.card-status-left{border-radius:3px 0 0 3px;bottom:0;height:auto;right:auto;width:3px}.card-icon{font-size:2.5rem;line-height:3rem;text-align:center;width:3rem}.card-fullscreen{bottom:0;left:0;margin:0;position:fixed;right:0;top:0;z-index:9999}.card-alert{border-radius:0;margin:-1px -1px 0}.card-category{background:#f1f1f9;font-size:18px;font-weight:500;letter-spacing:.05em;margin:0 0 .5rem;text-align:center;text-transform:uppercase}.item-card .cardbody{border-radius:0 0 .2rem .2rem;padding:30px 15px;position:relative}.item-card .cardtitle span{display:block;font-size:.75rem}.item-card .cardtitle a{color:#707070;font-weight:500;text-decoration:none}.item-card .cardprice{position:absolute;right:15px;top:30px}.item-card .cardprice span{color:#707070;display:block}.item-card .cardprice span.type--strikethrough{opacity:.7;text-decoration:line-through}.card-padding{padding:14px 2px 2px 11px}.card-items{padding:10px}.card .box .img img{border-radius:100%;height:150px;width:150px}.card .box h2{color:#262626;font-size:20px;margin:20px auto}.card .box h2 span{border-radius:15px;color:#fff;display:inline-block;font-size:14px;padding:4px 10px}.card .box p{color:#262626}.card-counter{background-color:#fff;border-radius:7px;height:100px;margin-bottom:1.5rem;padding:20px 10px}.card-counter,.card-counter:hover{transition:all .3s linear}.card-counter.secondary{background:linear-gradient(to bottom right,#fbc434,#f66b4e)!important;color:#fff}.card-counter.success{background:linear-gradient(to bottom right,#62fb62,#21a544)!important;color:#fff}.card-counter.info{background:linear-gradient(to bottom right,#00f2fe,#1e63c3)!important;color:#fff}.card-counter i{font-size:4rem;opacity:.3}.card-counter .count-numbers{display:block;font-size:32px;position:absolute;right:35px;top:10px}.card-counter .count-name{display:block;font-size:18px;opacity:.5;position:absolute;right:35px;text-transform:capitalize;top:65px}.card-label{border:0}.card-label.list-group-item{border-bottom:0}.card-img-holder i{font-size:45px}.card-item{align-items:flex-start;display:flex}.card-aside-img{position:relative}.card-aside-img img{height:80px;vertical-align:middle;width:80px}.card-aside-img.wrap-border img{border:1px solid rgba(167,180,201,.3);padding:3px}.card-aside-img a{bottom:0;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.card-item-desc{padding:15px}.card-item-desc h6{margin-top:5px}.card-blogs .card{border:none;box-shadow:none}.card-blogs1 .card{border-bottom:1px solid rgba(167,180,201,.3);box-shadow:none;margin-bottom:10px;padding-bottom:15px}.card-blogs1 .card:last-child{border-bottom:none;box-shadow:none;margin-bottom:0;padding-bottom:0}.card-blogs1 .card-item-desc .card-item-price .newprice{font-weight:600}.card-blogs1 .card-item-desc .card-item-price .oldprice{font-size:14px}.card-blogs2 .card{border:none;box-shadow:none}.carousel-inner{border-radius:5px}.carousel-item-next.carousel-item-start,.carousel-item-prev.carousel-item-end{-webkit-transform:translateX(0);transform:translateX(0)}@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-start,.carousel-item-prev.carousel-item-end{-webkit-transform:translateZ(0);transform:translateZ(0)}}.active.carousel-item-end,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-end,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-start,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-start,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0}.carousel-fade .active.carousel-item-prev,.carousel-fade .active.carousel-item-start{-webkit-transform:translateX(0);transform:translateX(0)}@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-prev,.carousel-fade .active.carousel-item-start,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateZ(0);transform:translateZ(0)}}.carousel{position:relative}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-item{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;margin:0 auto;-webkit-perspective:1000px;perspective:1000px;position:relative;text-align:center;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;width:100%}.carousel-item.active{display:block}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev{display:block;position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateZ(0);transform:translateZ(0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateZ(0);transform:translateZ(0)}}.carousel-control-next,.carousel-control-prev{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;position:absolute;text-align:center;top:0;width:15%}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:transparent no-repeat 50%;background-size:100% 100%;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3E%3C/svg%3E")}.carousel-indicators{bottom:10px;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:6}.carousel-indicators li{background-color:hsla(0,0%,100%,.5);border-radius:50%;flex:0 1 auto;height:7px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:7px}.carousel-indicators li:before{top:-10px}.carousel-indicators li:after,.carousel-indicators li:before{content:"";display:inline-block;height:10px;left:0;position:absolute;width:100%}.carousel-indicators li:after{bottom:-10px}.carousel-indicators .active{background-color:#fff}.carousel-indicators1{display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;top:10px;z-index:6}.carousel-indicators1 li{background-color:hsla(0,0%,100%,.5);border-radius:50%;flex:0 1 auto;height:7px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:7px}.carousel-indicators1 li:before{top:-10px}.carousel-indicators1 li:after,.carousel-indicators1 li:before{content:"";display:inline-block;height:10px;left:0;position:absolute;width:100%}.carousel-indicators1 li:after{bottom:-10px}.carousel-indicators1 .active{background-color:#fff}.carousel-indicators2{display:flex;justify-content:center;left:auto;list-style:none;margin-top:10px;padding-left:0;position:absolute;right:10px;top:0;z-index:6}.carousel-indicators2 li{background-color:hsla(0,0%,100%,.5);border-radius:50%;flex:0 1 auto;height:7px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:7px}.carousel-indicators2 li:before{top:-10px}.carousel-indicators2 li:after,.carousel-indicators2 li:before{content:"";display:inline-block;height:10px;left:0;position:absolute;width:100%}.carousel-indicators2 li:after{bottom:-10px}.carousel-indicators2 .active{background-color:#fff}.carousel-indicators3{display:flex;justify-content:center;left:10px;list-style:none;margin-top:10px;padding-left:0;position:absolute;right:auto;top:0;z-index:6}.carousel-indicators3 li{background-color:hsla(0,0%,100%,.5);border-radius:50%;flex:0 1 auto;height:7px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:7px}.carousel-indicators3 li:before{top:-10px}.carousel-indicators3 li:after,.carousel-indicators3 li:before{content:"";display:inline-block;height:10px;left:0;position:absolute;width:100%}.carousel-indicators3 li:after{bottom:-10px}.carousel-indicators3 .active{background-color:#fff}.carousel-indicators4{bottom:0;display:flex;justify-content:center;left:auto;list-style:none;margin-top:10%;padding-left:0;position:absolute;right:10px;z-index:6}.carousel-indicators4 li{background-color:hsla(0,0%,100%,.5);border-radius:50%;flex:0 1 auto;height:7px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:7px}.carousel-indicators4 li:before{top:-10px}.carousel-indicators4 li:after,.carousel-indicators4 li:before{content:"";display:inline-block;height:10px;left:0;position:absolute;width:100%}.carousel-indicators4 li:after{bottom:-10px}.carousel-indicators4 .active{background-color:#fff}.carousel-indicators5{bottom:0;display:flex;justify-content:center;left:10px;list-style:none;padding-left:0;position:absolute;right:auto;z-index:6}.carousel-indicators5 li{background-color:hsla(0,0%,100%,.5);border-radius:50%;flex:0 1 auto;height:7px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:7px}.carousel-indicators5 li:before{top:-10px}.carousel-indicators5 li:after,.carousel-indicators5 li:before{content:"";display:inline-block;height:10px;left:0;position:absolute;width:100%}.carousel-indicators5 li:after{bottom:-10px}.carousel-indicators5 .active{background-color:#fff}.carousel-caption{color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;top:30%;z-index:10}.carousel-item-background{background:rgba(0,0,0,.5);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.carousel-inner>.item>a>img,.carousel-inner>.item>img{width:100%}@media(max-width:990px)and (min-width:767px){.carousel-caption{top:10%}}.carousel-indicators [data-bs-target]{height:7px;width:7px}@media(min-width:992px)and (max-width:1400px){.carousel-caption{top:15%}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropdown-menu{border:1px solid #eaedf1;color:#495057;font-size:.9375rem;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;text-align:left;z-index:99}.dropdown-menu-end{left:auto;right:0}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{margin-left:.255em}.dropleft .dropdown-toggle:after,.dropleft .dropdown-toggle:before{content:"";display:inline-block;height:0;vertical-align:.255em;width:0}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;margin-right:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[data-popper-placement^=bottom],.dropdown-menu[data-popper-placement^=left],.dropdown-menu[data-popper-placement^=right],.dropdown-menu[data-popper-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.drop-heading{color:#8f9daf;padding:1rem}.dropdown-item{background-color:transparent;border:0;clear:both;color:#6e84a3;display:block;font-weight:400;padding:.5rem 1.5rem!important;text-align:inherit;white-space:nowrap;width:100%}.drop-icon-wrap{text-align:center}.drop-icon-wrap li{display:inline-block}.drop-icon-wrap .drop-icon-item{color:#878787;display:inline-block;min-width:75px;padding-bottom:10px;padding-top:10px;text-align:center;text-transform:capitalize}.drop-icon-item i{font-size:20px;padding-bottom:5px}.drop-icon-wrap .drop-icon-item:hover{background-color:#f1f1f9;text-decoration:none}.dropdown-item.user{font-size:18px;padding:5px}.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover{background-color:#f5f6fb;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#fff}.dropdown-menu.show{border:1px solid #eaf2f6;border-radius:5px;box-shadow:0 3px 9px 0 rgba(169,184,200,.15);display:block;margin:0}.header-search-icon .dropdown-menu{border:1px solid #eaedf1!important;box-shadow:0 10px 15px hsla(270,4%,90%,.5);margin-top:13px!important}.dropdown-header{color:#868e96;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}btn.dropdown-toggle~.dropdown-menu,ul.dropdown-menu li.dropdown ul.dropdown-menu{background-color:#f4f4f4!important;background-color:#fff!important;border:0 solid #4285f4!important;box-shadow:0 0 3px rgba(25,25,25,.3)!important;margin:0!important;padding:0!important;top:0!important}ul.dropdown-menu li.dropdown ul.dropdown-menu{position:absolute!important;width:100%!important}.dropdown-menu{background-clip:padding-box;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:0;list-style:none;margin:2px 0 0;min-width:160px;padding:5px 0;position:absolute;top:100%;z-index:8}.dropdown-menu>li>a{clear:both;color:#76839a;display:block;font-weight:400;line-height:1.428571429;padding:8px 20px;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#f1f1f9;color:#76839a;text-decoration:none}.dropdown-menu .divider{background-color:#eaedf1;height:1px;margin:9px 0;overflow:hidden}.dropdown-menu .dropdown-plus-title{border:solid #eaedf1!important;border-width:0 0 1px!important;color:#0d0c22!important;cursor:pointer!important;font-weight:500!important;padding:6px 12px!important;width:100%!important}ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title{line-height:20px!important;padding-bottom:10px!important;padding-top:10px!important}.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title{border-color:#357ebd!important}.btn.dropdown-toggle.btn-success~.dropdown-menu .dropdown-plus-title{border-color:#4cae4c!important}.btn.dropdown-toggle.btn-info~.dropdown-menu .dropdown-plus-title{border-color:#46b8da!important}.btn.dropdown-toggle.btn-warning~.dropdown-menu .dropdown-plus-title{border-color:#eea236!important}.btn.dropdown-toggle.btn-danger~.dropdown-menu .dropdown-plus-title{border-color:#d43f3a!important}.dropdown-menu-header{align-items:center;border-bottom:1px solid #eaedf1;display:flex;justify-content:space-between;padding:12px 15px}.dropdown-demo .dropdown-menu{float:none;position:static}.dropdown-menu-header label{color:#76839a;font-size:14px;font-weight:600;margin-bottom:0;text-transform:uppercase}.dropdown-media-list .media{padding:12px 15px}.dropdown-media-list .media:focus,.dropdown-media-list .media:hover{background-color:#f8f9fa}.dropdown-media-list img{border-radius:100%}.dropdown-media-list .media-body{margin-left:15px}.dropdown-media-list .media-body>div{align-items:center;display:flex;justify-content:space-between}.dropdown-media-list .media-body>div p{color:#76839a;font-size:14px;font-weight:500;margin-bottom:0}.dropdown-media-list .media-body>div span{color:#cfcfcf;font-size:12px}.dropdown-media-list .media-body>p{color:#bfbfbf;font-size:14px;margin-bottom:0}.dropdown-list-footer{border-top:1px solid #eaedf1;font-size:12px;padding:10px 15px;text-align:center}.dropdown-media-list{padding:0}@media(min-width:768px){ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title{padding-bottom:15px!important;padding-top:15px!important}ul.dropdown-menu li.dropdown ul.dropdown-menu{width:auto!important}}@media(min-width:992px){.dropdown-menu-arrow:before{background:#fff;border-left:1px solid #eaedf1;border-top:1px solid #eaedf1;content:"";height:13px;position:absolute;right:28px;top:-7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:13px}}.dropdown{display:block}.header .dropdown .nav-link.icon:hover{background:none!important}.dropdown-menu{box-shadow:0 1px 2px 0 rgba(0,0,0,.05);min-width:12rem}.dropdown-menu-arrow.dropdown-menu-end:after,.dropdown-menu-arrow.dropdown-menu-end:before{left:auto;right:17px}.dropdown-toggle{cursor:pointer;-webkit-user-select:none;user-select:none}.dropdown-toggle:after{vertical-align:.155em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-icon{color:#8f9daf;display:inline-block;margin-left:-.5rem;margin-right:.5rem;text-align:center;vertical-align:-1px;width:1em}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #eaedf1;border-radius:7px;color:#4d5875;display:block;font-size:.875rem;font-weight:400;height:40px;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-control::-ms-expand{background-color:transparent;border:0}.form-control::-webkit-file-upload-button{color:#fff;line-height:1.9;-webkit-transition:none;transition:none}.form-control::-webkit-file-upload-button,.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#6259ca;background-color:var(--primary-bg-color)}.form-control:focus{background-color:#fff;border-color:#eaedf1;box-shadow:none;color:#6f6e6e;outline:0}.form-control:-ms-input-placeholder,.form-control::-moz-placeholder,.form-control::-ms-input-placeholder,.form-control::-webkit-input-placeholder{color:#76839a;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f5f6fb;opacity:1}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}select.form-control:not([size]):not([multiple]){height:2.375rem}select.form-control:focus::-ms-value{background-color:#fff;border:1px solid #9ca3b1;border-radius:5px;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.6;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.125rem;line-height:1.44444444;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.14285714;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#495057;display:block;line-height:1.6;margin-bottom:0;padding-bottom:.375rem;padding-top:.375rem;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-text>.form-control-plaintext.btn,.input-group-lg>.input-group-text>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-text>.form-control-plaintext.btn,.input-group-sm>.input-group-text>.form-control-plaintext.input-group-text{padding-left:0;padding-right:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-text>.btn,.input-group-sm>.input-group-text>.input-group-text{font-size:.875rem;line-height:1.14285714;padding:.25rem .5rem}.input-group-sm>.input-group-text>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-text>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-text>.btn,.input-group-lg>.input-group-text>.input-group-text{border-radius:3px;font-size:1.125rem;line-height:1.44444444;padding:.5rem 1rem}.input-group-lg>.input-group-text>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-text>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.6875rem + 2px)}.form-group{display:block;margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label{color:#505662}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.form-control.is-valid,.form-select.is-valid,.was-validated .form-control:valid,.was-validated .form-select:valid{border-color:#09ad95}.form-control.is-valid:focus,.form-select.is-valid:focus,.was-validated .form-control:valid:focus,.was-validated .form-select:valid:focus{border-color:#09ad95;box-shadow:0 0 0 2px rgba(94,186,0,.25)}.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip{display:block}.was-validated .form-select:valid~.valid-feedback,.was-validated .form-select:valid~.valid-tooltip{display:block}.form-select.is-valid~.valid-feedback,.form-select.is-valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#09ad95}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#09ad95}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#09ad95;border-color:#35b9a6}.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#09ad95;border-color:#35b9a6}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f1f1f9,0 0 0 2px rgba(94,186,0,.25)}.form-file-input.is-valid~.form-file-label,.was-validated .form-file-input:valid~.form-file-label{border-color:#09ad95}.form-file-input.is-valid~.form-file-label:before,.was-validated .form-file-input:valid~.form-file-label:before{border-color:inherit}.was-validated .form-file-input:valid~.valid-feedback,.was-validated .form-file-input:valid~.valid-tooltip{display:block}.form-file-input.is-valid~.valid-feedback,.form-file-input.is-valid~.valid-tooltip{display:block}.form-file-input.is-valid:focus~.form-file-label,.was-validated .form-file-input:valid:focus~.form-file-label{box-shadow:0 0 0 2px rgba(94,186,0,.25)}.form-control.is-invalid,.form-select.is-invalid,.was-validated .form-control:invalid,.was-validated .form-select:invalid{border-color:#f82649!important}.form-control.is-invalid:focus,.form-select.is-invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .form-select:invalid:focus{border-color:#f82649;box-shadow:0 0 0 2px rgba(205,32,31,.25)}.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip{display:block}.was-validated .form-select:invalid~.invalid-feedback,.was-validated .form-select:invalid~.invalid-tooltip{display:block}.form-select.is-invalid~.invalid-feedback,.form-select.is-invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#f82649}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#f82649}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#f82649;border-color:#e62b4a}.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e23e3d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #f1f1f9,0 0 0 2px rgba(205,32,31,.25)}.form-file-input.is-invalid~.form-file-label,.was-validated .form-file-input:invalid~.form-file-label{border-color:#f82649}.form-file-input.is-invalid~.form-file-label:before,.was-validated .form-file-input:invalid~.form-file-label:before{border-color:inherit}.was-validated .form-file-input:invalid~.invalid-feedback,.was-validated .form-file-input:invalid~.invalid-tooltip{display:block}.form-file-input.is-invalid~.invalid-feedback,.form-file-input.is-invalid~.invalid-tooltip{display:block}.form-file-input.is-invalid:focus~.form-file-label,.was-validated .form-file-input:invalid:focus~.form-file-label{box-shadow:0 0 0 2px rgba(205,32,31,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.header .form-inline{margin-right:7px}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .form-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;margin-top:9px}.form-label-small{font-size:87.5%;font-weight:400}.form-footer{margin-top:2rem}.form-signin .form-control{border-left:0;border-radius:0;border-right:0;border-top:0}.form-signin .form-control:focus{border-bottom:1px solid #9ca3b1!important;box-shadow:none}.form-control.header-search{background:#f1f1f9;border:1px solid hsla(0,0%,88%,.1);color:#fff;margin-top:4px;padding:.375rem .75rem;width:100%}.form-control.header-search::-webkit-input-placeholder{color:#fff;opacity:.7}.form-control.header-search::placeholder{color:#fff;opacity:.7}.form-control.header-search:focus,.form-control.header-search:hover{border:1px solid hsla(0,0%,88%,.1);box-shadow:none}.form-fieldset{background:#f8f9fa;border:1px solid #e9ecef;border-radius:3px;margin-bottom:1rem;padding:1rem}.form-required{color:#f82649}.form-required:before{content:" "}.state-valid{background:url("data:image/svg+xml;charset=utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%235eba00%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 class=%27feather feather-check%27><polyline points=%2720 6 9 17 4 12%27></polyline></svg>") no-repeat center right .5rem/1rem}.state-invalid{background:url("data:image/svg+xml;charset=utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23cd201f%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 class=%27feather feather-x%27><line x1=%2718%27 y1=%276%27 x2=%276%27 y2=%2718%27></line><line x1=%276%27 y1=%276%27 x2=%2718%27 y2=%2718%27></line></svg>") no-repeat center right .5rem/1rem}.form-help{background:#f1f1f9;border-radius:50%;color:#76839a;cursor:pointer;display:inline-block;font-size:.75rem;height:1rem;line-height:1rem;text-align:center;text-decoration:none;transition:background-color .3s,color .3s;-webkit-user-select:none;user-select:none;width:1rem}.form-help:hover,.form-help[aria-describedby]{background:#467fcf;color:#fff}.valid-feedback{color:#09ad95;display:none;font-size:87.5%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:#5eba00;border-radius:.2rem;color:#fff;display:none;font-size:.875rem;line-height:1;margin-top:.1rem;max-width:100%;padding:.5rem;position:absolute;top:100%;z-index:5}.invalid-feedback{color:#f82649;display:none;font-size:87.5%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:#cd201f;border-radius:.2rem;color:#fff;display:none;font-size:.875rem;line-height:1;margin-top:.1rem;max-width:100%;padding:.5rem;position:absolute;top:100%;z-index:5}ul li ul:hover{display:block;opacity:1;visibility:visible}ul.labels-info li{margin:0}ul.labels-info li h4{color:#5c5c5e;font-size:13px;padding-left:15px;padding-right:15px;padding-top:5px;text-transform:uppercase}ul.labels-info li a{border-radius:0;color:#6a6a6a}ul.labels-info li a:focus,ul.labels-info li a:hover{background:none repeat scroll 0 0 #d5d7de;color:#6a6a6a}ul.labels-info li a i{padding-right:10px}.fileupload-buttonbar .btn,.fileupload-buttonbar .toggle{margin-bottom:5px}.files .progress{width:200px}.fileupload-processing .fileupload-loading{display:block}* html .fileinput-button{line-height:24px;margin:1px -3px 0 0}*+html .fileinput-button{margin:1px 0 0;padding:2px 15px}@media(max-width:767px){.files .btn span{display:none}.files .preview *{width:40px}.files .name *{word-wrap:break-word;display:inline-block;width:80px}.files .progress{width:20px}.files .delete{width:60px}.border-right-1{border-right:0!important}}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")!important;background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.gutters-0{margin-left:0;margin-right:0}.gutters-0>.col,.gutters-0>[class*=col-]{padding-left:0;padding-right:0}.gutters-0 .card{margin-bottom:0}.gutters-xs{margin-left:-.25rem;margin-right:-.25rem}.gutters-xs>.col,.gutters-xs>[class*=col-]{padding-left:.25rem;padding-right:.25rem}.gutters-xs .card{margin-bottom:.5rem}.gutters-sm{margin-left:-.5rem;margin-right:-.5rem}.gutters-sm>.col,.gutters-sm>[class*=col-]{padding-left:.5rem;padding-right:.5rem}.gutters-sm .card{margin-bottom:1rem}.gutters-lg{margin-left:-1rem;margin-right:-1rem}.gutters-lg>.col,.gutters-lg>[class*=col-]{padding-left:1rem;padding-right:1rem}.gutters-lg .card{margin-bottom:2rem}.gutters-xl{margin-left:-1.5rem;margin-right:-1.5rem}.gutters-xl>.col,.gutters-xl>[class*=col-]{padding-left:1.5rem;padding-right:1.5rem}.gutters-xl .card{margin-bottom:3rem}.input-group-text{background-color:rgba(241,241,249,.541);border:1px solid #d8dde4;border-bottom-left-radius:5px;border-top-left-radius:5px;color:#94a2af}.input-group-btn{border:0;font-size:.9375rem}.input-group-btn>.btn{border-color:#24c4b4;height:100%}.input-group-text{border-left:0;border-right:0}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-file,.input-group>.form-select{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-file:focus,.input-group>.form-select:focus{z-index:3}.input-group>.form-control+.form-control,.input-group>.form-control+.form-file,.input-group>.form-control+.form-select,.input-group>.form-file+.form-control,.input-group>.form-file+.form-file,.input-group>.form-file+.form-select,.input-group>.form-select+.form-control,.input-group>.form-select+.form-file,.input-group>.form-select+.form-select{margin-left:-1px}.input-group>.form-control:not(:last-child),.input-group>.form-select:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.form-select:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.form-file{align-items:center;display:flex}.input-group>.form-file:not(:last-child) .form-file-label,.input-group>.form-file:not(:last-child) .form-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.form-file:not(:first-child) .form-file-label,.input-group>.form-file:not(:first-child) .form-file-label:after{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-text{align-items:center;border:1px solid #eaedf1;color:#86909a;display:flex;font-size:.9375rem;font-weight:400;line-height:.9;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-icon .form-group.is-empty,.input-icon .form-group.is-empty .form-control{margin-bottom:0}.input-group-addon{border-radius:4px 0 0 4px;border-right:0;color:#555;font-size:20px;font-weight:400;height:38px;line-height:1!important;padding:10px 0 6px 12px;text-align:center;width:38px}.input-indec .input-group-btn>.btn{border-color:#eaedf1;height:100%}.modal-header h4.modal-title{font-weight:300}.modal-body label{font-weight:400}.modal-open{display:block;overflow:scroll}.modal{bottom:0;display:none;left:0;margin:0!important;outline:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1050}.modal,.modal-backdrop.fade.show,.modal-open{padding-right:0!important}.modal-open{overflow:auto!important;padding:0!important}.modal-open .modal{overflow-x:hidden;overflow-y:auto;padding-right:0!important}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{-webkit-transform:translateY(-25%);transform:translateY(-25%);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.modal.show .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid #eaedf1;border-radius:3px;box-shadow:0 5px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #eaedf1;border-top-left-radius:3px;border-top-right-radius:3px;display:flex;justify-content:space-between;padding:1rem}.modal-header .btn-close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-body p:last-child{margin-bottom:0}.modal-footer{align-items:center;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;padding:1rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media(min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.model-wrapper-demo{background:#f1f1f9;padding:50px 0}.pos-static{position:static}.modal.animated .modal-dialog{-webkit-transform:translate(0);transform:translate(0)}.modal.effect-scale .modal-dialog{opacity:0;-webkit-transform:scale(.7);transform:scale(.7);transition:all .3s}.modal.effect-scale.show .modal-dialog{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.modal.effect-slide-in-right .modal-dialog{opacity:0;-webkit-transform:translateX(20%);transform:translateX(20%);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.modal.effect-slide-in-right.show .modal-dialog{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.modal.effect-slide-in-bottom .modal-dialog{opacity:0;-webkit-transform:translateY(20%);transform:translateY(20%);transition:all .3s}.modal.effect-slide-in-bottom.show .modal-dialog{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.modal.effect-newspaper .modal-dialog{opacity:0;-webkit-transform:scale(0) rotate(2turn);transform:scale(0) rotate(2turn)}.modal.effect-newspaper .modal-dialog,.modal.effect-newspaper.show~.modal-backdrop{transition:all .5s}.modal.effect-newspaper.show .modal-dialog{opacity:1;-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg)}.modal.effect-fall{-webkit-perspective:1300px;perspective:1300px}.modal.effect-fall .modal-dialog{opacity:0;-webkit-transform:translateZ(600px) rotateX(20deg);transform:translateZ(600px) rotateX(20deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.modal.effect-fall.show .modal-dialog{opacity:1;-webkit-transform:translateZ(0) rotateX(0deg);transform:translateZ(0) rotateX(0deg);transition:all .3s ease-in}.modal.effect-flip-horizontal{-webkit-perspective:1300px;perspective:1300px}.modal.effect-flip-horizontal .modal-dialog{opacity:0;-webkit-transform:rotateY(-70deg);transform:rotateY(-70deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .3s}.modal.effect-flip-horizontal.show .modal-dialog{opacity:1;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.modal.effect-flip-vertical{-webkit-perspective:1300px;perspective:1300px}.modal.effect-flip-vertical .modal-dialog{opacity:0;-webkit-transform:rotateX(-70deg);transform:rotateX(-70deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .3s}.modal.effect-flip-vertical.show .modal-dialog{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.modal.effect-super-scaled .modal-dialog{opacity:0;-webkit-transform:scale(2);transform:scale(2);transition:all .3s}.modal.effect-super-scaled.show .modal-dialog{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.modal.effect-sign{-webkit-perspective:1300px;perspective:1300px}.modal.effect-sign .modal-dialog{opacity:0;-webkit-transform:rotateX(-60deg);transform:rotateX(-60deg);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .3s}.modal.effect-sign.show .modal-dialog{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.modal.effect-rotate-bottom{-webkit-perspective:1300px;perspective:1300px}.modal.effect-rotate-bottom .modal-dialog{opacity:0;-webkit-transform:translateY(100%) rotateX(90deg);transform:translateY(100%) rotateX(90deg);-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .3s ease-out}.modal.effect-rotate-bottom.show .modal-dialog{opacity:1;-webkit-transform:translateY(0) rotateX(0deg);transform:translateY(0) rotateX(0deg)}.modal.effect-rotate-left{-webkit-perspective:1300px;perspective:1300px}.modal.effect-rotate-left .modal-dialog{opacity:0;-webkit-transform:translateZ(100px) translateX(-30%) rotateY(90deg);transform:translateZ(100px) translateX(-30%) rotateY(90deg);-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .3s}.modal.effect-rotate-left.show .modal-dialog{opacity:1;-webkit-transform:translateZ(0) translateX(0) rotateY(0deg);transform:translateZ(0) translateX(0) rotateY(0deg)}.modal.effect-just-me .modal-dialog{opacity:0;-webkit-transform:scale(.8);transform:scale(.8);transition:all .3s}.modal.effect-just-me .modal-content{background-color:#16192f;border:1px solid #4d4e50;padding:0 9px}.modal.effect-just-me .btn-close{color:#fff;text-shadow:none}.modal.effect-just-me .modal-header{background-color:transparent;border-bottom-color:hsla(0,0%,100%,.1);padding-left:0;padding-right:0}.modal.effect-just-me .modal-header h6{color:#fff;font-weight:500}.modal.effect-just-me .modal-body{color:hsla(0,0%,100%,.8);padding-left:0;padding-right:0}.modal.effect-just-me .modal-body h6{color:#fff}.modal.effect-just-me .modal-footer{background-color:transparent;border-top-color:hsla(0,0%,100%,.1);padding-left:0;padding-right:0}.modal.effect-just-me.show~.modal-backdrop{opacity:.96}.modal.effect-just-me.show .modal-dialog{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}#fullscreenmodal .modal-header .btn-close{margin:-1rem 0 -1rem auto}@media(max-width:576px){.modal-dialog{margin-left:10px!important;margin-right:10px!important}}.nav-sidebar .list-unstyled li:last-child{border-bottom:0}.nav-item.show .dropdown-menu.dropdown-menu-arrow.show{top:-1px!important}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.2rem .9rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#9ea7af}.nav-link.disable{color:#cba4f7}.nav-tabs .nav-item{margin-bottom:-1px;position:relative}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active,.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border:0}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav.nav-pills.nav-stacked.labels-info p{color:#9d9f9e;font-size:11px;margin-bottom:0;padding:0 22px}.nav-item1{align-items:center;cursor:pointer;display:flex;min-width:2rem;padding:10px;transition:color .3s;-webkit-user-select:none;user-select:none}.nav1{background:transparent;border:1px solid #eaebf0;border-radius:5px;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-item1.active,.nav-item1:hover:not(.disabled){color:#fff}.nav-item1 .nav-link.disabled{cursor:default;opacity:1;pointer-events:none}.nav-item1 .nav-link.disable{opacity:1}.nav-tabs{border-bottom:1px solid #eaedf1}.nav-tabs .nav-item1{margin-bottom:-1px;position:relative}.nav-tabs .nav-item1.nav-link{border:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.nav-tabs .nav-item1 .nav-link{border:0;color:inherit;color:#76839a;font-weight:400;margin-bottom:-1px;transition:border-color .3s}.nav-tabs .nav-item1 .nav-link.active,.nav-tabs .nav-item1 .nav-link:hover:not(.disabled){color:#fff}.nav-tabs .nav-item1 .nav-link.disabled{cursor:default;opacity:.6;pointer-events:none}.nav-tabs .nav-item1 i{display:inline-block;font-size:0;line-height:1;margin-right:10px;vertical-align:initial;width:.875rem}.nav-tabs .nav-item1:hover .nav-submenu{display:block}.nav-tabs .nav-submenu .nav-item1{color:#9aa0ac;cursor:pointer;display:block;margin:0!important;padding:.5rem 1rem;transition:background .3s}.nav-tabs .nav-submenu .nav-item1.active{color:#467fcf}.nav-tabs .nav-submenu .nav-item1:hover{background:rgba(0,0,0,.024);color:#6e7687;text-decoration:none}.nav-unread{background:#ecd938;height:.5rem;top:.4rem;width:.5rem}.nav-unread,.nav-unread.badge{border-radius:50%;position:absolute}.nav-unread.badge{display:block!important;font-size:11px;height:1rem;left:26px;padding:3px 5px!important;top:4px;width:1rem}.nav-link{align-items:center;color:#6259ca;color:var(--primary-bg-color);cursor:pointer;display:flex;min-width:2rem;transition:color .3s;-webkit-user-select:none;user-select:none}.nav-link.icon{font-size:1.2rem;height:2.5rem;margin:5px;padding:12px;position:relative;text-align:center}.nav-link.icon i{color:#495584!important;font-size:20px}@media(max-width:768px){.nav-link.icon{padding:5px!important}}.nav-item{align-items:center;cursor:pointer;display:flex;min-width:2rem;transition:color .3s}.nav-item,.nav-tabs{-webkit-user-select:none;user-select:none}.nav-tabs{color:#000;margin:0 -.75rem}.nav-tabs .nav-link{border:0;color:inherit;color:#76839a;font-size:13px;font-weight:500;padding:1rem 1.8rem;text-align:center;transition:border-color .3s}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#868e96;cursor:default;opacity:.4;pointer-events:none}.nav-item:hover .dropdown-menu,.nav-link:hover .dropdown-menu,.nav-link:hover .dropdown-menu.show,.nav-tabs .nav-item:hover .nav-submenu{display:block}@media(max-width:1279px)and (min-width:992px){.nav-tabs .nav-link{font-size:13px;padding:1rem .95rem}}.nav-tabs .nav-item i{display:inline-block;font-size:0;line-height:1;margin-right:10px;vertical-align:initial;width:.875rem}.nav-tabs .nav-submenu{background:#fff;border:1px solid #eaedf1;border-radius:0 0 3px 3px;border-top:none;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);display:none;min-width:10rem;position:absolute;z-index:10}.nav-tabs .nav-submenu .nav-item{color:#9aa0ac;cursor:pointer;display:block;margin:0!important;padding:.5rem 1rem;transition:background .3s}.nav-tabs .nav-submenu .nav-item.active{color:#467fcf}.nav-tabs .nav-submenu .nav-item:hover{background:rgba(0,0,0,.024);color:#6e7687;text-decoration:none}.hor-menu .nav-badge{border-radius:30px;font-size:12px;padding:.2em .4em;position:absolute;right:14px;top:3px}@media(max-width:992px){.hor-menu .nav-badge{right:auto!important}}#smartwizard .nav.nav-tabs.step-anchor{border-bottom:0!important;padding:30px}#smartwizard .nav-tabs{border-top:0!important}#smartwizard .nav-link{border-radius:5px!important;padding:8px 40px}.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled){background:transparent}#basicwizard .nav-tabs .nav-link{padding:.8rem}.navbar-toggler:focus{box-shadow:none}.page{display:flex;flex-direction:column;justify-content:center;min-height:100vh}body.fixed-header .page{padding-top:4.5rem}@media(min-width:1600px){body.aside-opened .page{margin-right:22rem}}.page-main{flex:1 1 auto}.page-content{margin:.75rem 0}@media(min-width:768px){.page-content{margin:1.5rem 0}}.example .pagination{margin-bottom:0}.pagination{border-radius:3px;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #eaedf1;color:#0d0c22;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:rgba(70,127,207,.06);text-decoration:none;z-index:2}.page-link:focus{box-shadow:none;outline:0;z-index:2}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{border-bottom-left-radius:3px;border-top-left-radius:3px;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:3px;border-top-right-radius:3px}.page-item.active .page-link{z-index:1}.page-item.disabled .page-link{background-color:#fff;border-color:#eaedf1;color:#ced4da;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.125rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:3px;border-top-right-radius:3px}.pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:3px;border-top-right-radius:3px}.page-header{align-items:center;border:1px solid transparent;border-radius:5px;display:flex;-ms-flex-wrap:wrap;justify-content:space-between;margin:1.5rem 0;min-height:50px;padding:0;position:relative}.page-title{font-size:20px;font-weight:600;margin:0 0 .2rem;position:relative}.page-title-icon{color:#9aa0ac;font-size:1.25rem}.page-subtitle{color:#c0a0f1;font-size:.8125rem;margin-left:2rem;position:relative}.page-subtitle a{color:inherit}.page-options{margin-left:auto}.page-header .breadcrumb{font-size:12px;padding-left:0!important}.page-breadcrumb{background:none;flex-basis:100%;font-size:.875rem;margin:1rem 0 0;padding:0}.page-description{color:#6e7687;margin:.25rem 0 0}.page-description a{color:inherit}.page-single{align-items:center;display:-ms-flexbox;flex:1 1 auto;justify-content:center}@media(min-width:768px){.page-breadcrumb{margin:-.5rem 0 0}}.page-breadcrumb .breadcrumb-item{color:#9aa0ac}.page-breadcrumb .breadcrumb-item.active{color:#6e7687}.pagination-simple .page-item .page-link{background:none;border:none}.pagination-simple .page-item.active .page-link{color:#495057;font-weight:700}.pagination-pager .page-prev{margin-right:auto}.pagination-pager .page-next{margin-left:auto}.page-total-text{align-self:center;color:#6e7687;margin-right:1rem}.panel-heading-landing-box{background:#1643a3!important;border-top:none!important;color:#fff!important;font-size:16px!important;text-align:center}.panel-title-landing{color:#1643a3!important;font-size:35px;font-weight:700}.panel-body-landing{background:#fff;border:2px solid #1643a3!important;border-bottom:none!important;border-top:none!important;text-align:center}.panel-footer-landing{background:#f7f7f7;border:2px solid #1643a3!important;border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important;border-top:none!important;text-align:center}.panel-body{padding:15px}.panel-body .lead{font-size:15px;margin-bottom:0;padding:10px 0}.panel-body .lead strong{font-size:30px;margin-bottom:0}.panel-footer{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-left:1px solid #eaedf1;border-right:1px solid #eaedf1;border-top:1px solid #eaedf1;padding:10px 15px}.panel.price .btn{border:0;box-shadow:inset 0 -1px 0 rgba(50,50,50,.2)}.panel-group .panel{border-color:#eaedf1;box-shadow:none}.panel-default>.panel-heading{background-color:#fff;padding:0}.panel-title{font-size:14px;margin-bottom:0}.panel-title>a{display:block;padding:16px;text-decoration:none}.panel-default>.panel-heading+.panel-collapse>.panel-body{border:1px solid #eaedf1;border-top:0}.panel1{background:none;border:solid #fff;border-width:0 0 1px;box-shadow:none}.panel1:last-child{border-bottom:none}.panel-group1>.panel1:first-child .panel-heading1{border-radius:4px 4px 0 0}.panel-group1 .panel1{border-radius:0}.panel-body1{background:#fff;padding:10px}.panel-title1{font-size:14px;margin-bottom:0}.panel-group1 .panel1+.panel1{margin-top:0}.panel-heading1{background-color:transparent;border:none;border-radius:5px;color:#fff;padding:0}.panel-group1 .panel-body{border:1px solid #eaedf1;border-radius:0 0 5px 5px}.panel-title1 a{border-radius:5px;color:#6259ca!important;color:var(--primary-bg-color)!important;display:block;font-size:15px;font-weight:400;padding:16px;position:relative}.panel1:last-child .panel-body1{border-radius:0 0 4px 4px}.panel1:last-child .panel-heading1{border-radius:0 0 4px 4px;transition:border-radius .3s linear .2s}.panel1:last-child .panel-heading1.active{border-radius:0;transition:border-radius 0s linear}.panel-title a.accordion-toggle:before{color:#fff;content:"";float:right;font-family:FontAwesome;padding:0 10px 0 0}.panel-title a.accordion-toggle.collapsed:before{color:#fff;content:"";float:right;font-family:FontAwesome;padding:0 10px 0 0}.panel-heading1 a.collapsed:before{content:"";top:13px}.panel-heading1 a.collapsed:before,.panel-heading1 a:before{font-family:feather!important;font-size:20px;position:absolute;right:10px;-webkit-transform:scale(1);transform:scale(1);transition:all .5s}.panel-heading1 a:before{content:"";top:7px}.panel-heading1.active a:before{content:" ";-webkit-transform:scale(0);transform:scale(0);transition:all .5s}.demo-accordion p:last-child,.panel-group1 p:last-child{margin-bottom:0}#bs-collapse .panel-heading1 a:after{content:"";font-family:FontAwesome;font-size:24px;position:absolute;right:5px;top:10px;-webkit-transform:scale(0);transform:scale(0);transition:all .5s}#bs-collapse .panel-heading1.active a:after{content:"";-webkit-transform:scale(1);transform:scale(1);transition:all .5s}.expanel-default{border:#ddd!important}.expanel-secondary{border:#fb6b25!important}.expanel-success{border:#4ecc48!important}.expanel-danger{border:#c21a1a!important}.expanel-secondary>.expanel-heading{background-color:#fb6b25!important;border-color:#fb6b25!important;color:#fff!important}.expanel-success>.expanel-heading{background-color:#4ecc48!important;border-color:#4ecc48!important;color:#fff!important}.expanel-danger>.expanel-heading{background-color:#c21a1a!important;border-color:#c21a1a!important;color:#fff!important}.expanel-warning>.expanel-heading{background-color:#ecd938!important;border-color:#ecd938!important;color:#fff!important}.expanel-title{color:inherit!important;font-size:16px!important;margin-bottom:0!important;margin-top:0!important}.expanel{background-color:#fff!important;border:1px solid #eaedf1!important;border-radius:4px!important;box-shadow:0 1px 1px rgba(0,0,0,.01)!important;margin-bottom:20px}.expanel-default>.expanel-heading{background-color:#f1f1f9!important;border-color:#f1f1f9!important}.expanel-heading{border-bottom:1px solid #eaedf1;border-top-left-radius:3px!important;border-top-right-radius:3px!important;padding:10px 15px!important}.expanel-footer{background-color:#f1f1f9!important;border-bottom-left-radius:3px!important;border-bottom-right-radius:3px!important;border-top:1px solid #eaedf1!important;padding:10px 15px!important}.expanel-body{padding:15px!important}.popover{border:1px solid #dee3eb;border-radius:3px;font-size:.875rem;z-index:6!important}.popover .popover-arrow{margin:0 3px 0 calc(.25rem - 5px);width:.5rem}.bs-popover-auto[data-popper-placement^=top] .popover-arrow:after,.bs-popover-auto[data-popper-placement^=top] .popover-arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .popover-arrow:before{border-width:.5rem .25rem 0}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #fff;margin-left:-.25rem;width:.5rem}.popover-header{border-bottom:1px solid #ebebeb;border-top-left-radius:5px;border-top-right-radius:5px;color:inherit;font-size:.9375rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{padding:.75rem 1rem}progress{vertical-align:initial}.progress{background-color:#ebecf5;box-shadow:0 5px 10px rgba(227,228,237,.3);font-size:.703125rem;height:1rem;overflow:hidden;position:relative}.progress,.progress-bar{border-radius:7px;display:flex}.progress-bar{color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}.current-progressbar{margin-top:14.5px}.progress-content{margin-bottom:16.5px}.progress-content:last-child{margin-bottom:0}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)!important;background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.progress-xs,.progress-xs .progress-bar{height:.25rem}.progress-sm,.progress-sm .progress-bar{height:.5rem}.progress-lg,.progress-lg .progress-bar{height:1.25rem}.progress-bar-indeterminate:after,.progress-bar-indeterminate:before{background-color:inherit;bottom:0;content:"";left:0;position:absolute;top:0;will-change:left,right}.progress-bar-indeterminate:before{-webkit-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress-bar-indeterminate:after{-webkit-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}.table,.text-wrap table{margin-bottom:1rem;max-width:100%;width:100%}.table td,.table th,.text-wrap table td,.text-wrap table th{padding:.75rem;vertical-align:top}.table td{border-top:0}.table thead th{border-top:0;padding:.75rem}.table thead th,.text-wrap table thead th{border-bottom:1px solid #eaedf1;vertical-align:bottom}.text-wrap table thead th{padding-bottom:.5rem;padding-top:.5rem}.table tbody+tbody,.text-wrap table tbody+tbody{border-top:2px solid #eaedf1}.table .table,.table .text-wrap table,.text-wrap .table table,.text-wrap table .table,.text-wrap table table{background-color:#f1f1f9}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th,.text-wrap table,.text-wrap table td,.text-wrap table th{border:1px solid #eaedf1}.table-bordered thead td,.table-bordered thead th,.text-wrap table thead td,.text-wrap table thead th{border-bottom-width:1px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.02)}.table-hover tbody th,.table-hover tbody tr:hover{background-color:#f1f1f9}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#fdccdb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cfd2d6}.table-success,.table-success>td,.table-success>th{background-color:#d2ecb8}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#c5e7a4}.table-info,.table-info>td,.table-info>th{background-color:#cbe7fb}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#b3dcf9}.table-warning,.table-warning>td,.table-warning>th{background-color:#f1d5a7}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#fae8a4}.table-danger,.table-danger>td,.table-danger>th{background-color:#f1c1c0}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ecacab}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.04)}.table .thead-dark th,.text-wrap table .thead-dark th{background-color:#212529;border-color:#32383e;color:#f1f1f9}.table .thead-light th,.text-wrap table .thead-light th{background-color:#f1f1f9;border-color:#eaedf1;color:#495057}.table-dark{background-color:#212529;color:#f1f1f9}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered,.text-wrap table.table-dark{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered,.text-wrap .table-responsive-sm>table{border:0}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered,.text-wrap .table-responsive-md>table{border:0}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered,.text-wrap .table-responsive-lg>table{border:0}}@media(max-width:1279.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered,.text-wrap .table-responsive-xl>table{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered,.text-wrap .table-responsive>table{border:0}.table-inbox{border:1px solid #eaedf1;margin-bottom:0}.table-inbox tr{border-bottom:1px solid hsla(0,0%,93%,.7)}.table-inbox tr:last-child{border-bottom:1px solid #eaedf1}.table-inbox tr td{padding:12px!important}.table-inbox tr td:hover{cursor:pointer}.table-inbox tr td .fa-star.inbox-started,.table-inbox tr td .fa-star:hover{color:#f78a09}.table-inbox tr.unread td{background:#f5f6fb;font-weight:500}.table th,.text-wrap table th{color:#2e3138;font-size:.875rem;font-weight:400;text-transform:uppercase}.table-md td,.table-md th{padding:.5rem}.table-vcenter td,.table-vcenter th{border-top:1px solid #eaedf1;vertical-align:middle}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th,.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:hsla(0,0%,100%,.2)}.table-center td,.table-center th{text-align:center}.table-striped tbody tr:nth-of-type(odd){background:transparent}.table-striped tbody tr:nth-of-type(2n){background-color:#f5f6fb}.table-calendar{margin:0 0 .75rem}.table-calendar td,.table-calendar th{border:0;line-height:2.5rem;padding:0!important;text-align:center;width:14.28571429%}.table-calendar td{border-top:0}.table-calendar-link{background:#f8f9fa;border-radius:3px;color:#495057;display:inline-block;font-weight:600;line-height:2rem;min-width:calc(2rem + 2px);position:relative;transition:background .3s,color .3s}.table-calendar-link:before{background:#467fcf;border-radius:50px;content:"";height:4px;left:.25rem;position:absolute;top:.25rem;width:4px}.table-calendar-link:hover{background:#467fcf;color:#fff;text-decoration:none;transition:background .3s}.table-calendar-link:hover:before{background:#fff}.table-header{cursor:pointer;transition:color .3s}.table-header:hover{color:#495057!important}.table-header:after{content:"";display:inline-block;font-family:FontAwesome;font-size:.75rem;margin-left:.5rem}.table-header-asc{color:#495057!important}.table-header-asc:after{content:""}.table-header-desc{color:#495057!important}.table-header-desc:after{content:""}table{border-collapse:collapse}.table>:not(:last-child)>:last-child>*{border-bottom-color:#eaedf1}.table>:not(caption)>*>*{background:transparent;border-bottom-width:inherit;box-shadow:none}@media(min-width:768px){.table-responsive.export-table .dt-buttons.btn-group{left:172px;position:absolute;top:0}.table-responsive.deleted-table .data-table-btn{left:185px;position:absolute;z-index:1}}@media(max-width:1328px){.table-responsive.export-table .dt-buttons.btn-group{left:0;position:relative;top:0}}.table>thead>tr>td,.table>thead>tr>th{-webkit-transition:none!important}.table>:not(:first-child){border-top:transparent}table.table-bordered.dataTable thead tr:first-child td,table.table-bordered.dataTable thead tr:first-child th{border-top-width:0!important}.table-striped>tbody>tr:nth-of-type(odd)>*{color:inherit}.table{--bs-table-hover-color:inherit}.tag{background-color:#f1f1f9;border-radius:3px;color:#0d0c22;cursor:default;display:inline-flex;font-size:.75rem;font-weight:400;line-height:2em;padding:0 .5rem;-webkit-user-select:none;user-select:none}a.tag{cursor:pointer;text-decoration:none;transition:color .3s,background .3s}a.tag:hover{background-color:rgba(110,118,135,.2);color:inherit}.tag-addon{background:rgba(0,0,0,.06);color:inherit;display:inline-block;margin:0 -.5rem 0 .5rem;min-width:1.5rem;padding:0 .5rem;text-align:center;text-decoration:none}.tag-addon:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}.tag-addon i{margin:0 -.25rem;vertical-align:middle}a.tag-addon{cursor:pointer;text-decoration:none;transition:color .3s,background .3s}a.tag-addon:hover{background:rgba(0,0,0,.16);color:inherit}.tag-avatar{border-radius:3px 0 0 3px;height:1.5rem;margin:0 .5rem 0 -.5rem;width:1.5rem}.tag-blue{background-color:#467fcf!important;color:#fff}.tag-indigo{background-color:#6574cd!important;color:#fff}.tag-purple{background-color:#867efc!important;color:#fff}.tag-pink{background-color:#ec82ef!important;color:#fff}.tag-red{background-color:#c21a1a!important;color:#fff}.tag-orange{background-color:#fc7303!important;color:#fff}.tag-yellow{background-color:#ecb403!important;color:#fff}.tag-green{background-color:#4ecc48!important;color:#fff}.tag-teal{background-color:#2bcbba!important;color:#fff}.tag-cyan{background-color:#17a2b8!important;color:#fff}.tag-white{background-color:#fff!important;color:#fff}.tag-gray{background-color:#868e96!important;color:#fff}.tag-gray-dark{background-color:#343a40!important;color:#fff}.tag-azure{background-color:#45aaf2!important;color:#fff}.tag-lime{background-color:#7bd235!important;color:#fff}.tag-primary{background-color:#6259ca!important;background-color:var(--primary-bg-color)!important}.tag-secondary{background-color:#868e96!important;color:#fff}.tag-success{background-color:#4ecc48!important;color:#fff}.tag-info{background-color:#45aaf2!important;color:#fff}.tag-warning{background-color:#ecb403!important;color:#fff}.tag-danger{background-color:#c21a1a!important;color:#fff}.tag-light{background-color:#f8f9fa!important;color:#fff}.tag-dark{background-color:#343a40!important;color:#fff}.tag-rounded,.tag-rounded .tag-avatar{border-radius:50px}.tags{font-size:0;margin-bottom:-.5rem}.tags>.tag{margin-bottom:.5rem}.tags>.tag:not(:last-child){margin-right:.5rem}.thumbnail{background-color:#fff;border:1px solid #eaedf1;border-radius:7px;display:block;line-height:1.42857143;margin-bottom:20px;padding:4px;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-left:auto;margin-right:auto}.thumbnail p:last-child{margin-bottom:0}.thumbimg{border-radius:7px;display:block;height:100%;width:100%}.thumbnail .caption{padding:15px}.bd-example{border-width:.2rem 0 0;margin:1rem -1rem;padding:1rem;position:relative}.bd-example-tooltip-static .tooltip{display:inline-block;margin:10px 20px;opacity:1;position:relative}.tooltip{word-wrap:break-word;display:block;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1000}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top{margin-top:-3px;padding:5px 0}.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-end{margin-left:3px;padding:0 5px}.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,.tooltip.tooltip-top .tooltip-inner:before{border-top-color:#000;border-width:5px 5px 0;bottom:0;content:"";left:50%;margin-left:-5px}.tooltip.bs-tether-element-attached-left .tooltip-inner:before,.tooltip.tooltip-end .tooltip-inner:before{border-right-color:#000;border-width:5px 5px 5px 0;content:"";left:0;margin-top:-5px;top:50%}.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom{margin-top:3px;padding:5px 0}.tooltip.bs-tether-element-attached-top .tooltip-inner:before,.tooltip.tooltip-bottom .tooltip-inner:before{border-bottom-color:#000;border-width:0 5px 5px;content:"";left:50%;margin-left:-5px;top:0}.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-start{margin-left:-3px;padding:0 5px}.tooltip.bs-tether-element-attached-right .tooltip-inner:before,.tooltip.tooltip-start .tooltip-inner:before{border-left-color:#000;border-width:5px 0 5px 5px;content:"";margin-top:-5px;right:0;top:50%}.tooltip-inner:before{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.pop-primary{color:#4d9dff}.popsecondary{color:#fb6b25}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#000;border-radius:3px;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.bs-popover-auto[data-popper-placement^=top] .popover-arrow,.bs-popover-top .popover-arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[data-popper-placement^=top] .popover-arrow:after,.bs-popover-auto[data-popper-placement^=top] .popover-arrow:before,.bs-popover-top .popover-arrow:after,.bs-popover-top .popover-arrow:before{border-width:.5rem .25rem 0}.bs-popover-auto[data-popper-placement^=top] .popover-arrow:before,.bs-popover-top .popover-arrow:before{border-top-color:rgba(0,0,0,.25);bottom:0}.bs-popover-auto[data-popper-placement^=top] .popover-arrow:after,.bs-popover-top .popover-arrow:after{border-top-color:#fff;bottom:1px}.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.bs-popover-end .popover-arrow{height:.5rem;left:calc(-.5rem + -1px);margin:3px 0;width:.5rem}.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.bs-popover-end .popover-arrow:after,.bs-popover-end .popover-arrow:before{border-width:.25rem .5rem .25rem 0}.bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.bs-popover-end .popover-arrow:before{border-right-color:#dee3eb;left:0}.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.bs-popover-end .popover-arrow:after{border-right-color:#fff;left:1px}.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow,.bs-popover-bottom .popover-arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.bs-popover-bottom .popover-arrow:after,.bs-popover-bottom .popover-arrow:before{border-width:0 .25rem .5rem}.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.bs-popover-bottom .popover-arrow:before{border-bottom-color:#dee3eb;top:0}.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.bs-popover-bottom .popover-arrow:after{border-bottom-color:#fff;top:1px}.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.bs-popover-start .popover-arrow{height:.5rem;margin:3px 0;right:calc(-.5rem + -1px);width:.5rem}.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.bs-popover-start .popover-arrow:after,.bs-popover-start .popover-arrow:before{border-width:.25rem 0 .25rem .5rem}.bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.bs-popover-start .popover-arrow:before{border-left-color:#dee3eb;right:0}.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.bs-popover-start .popover-arrow:after{border-left-color:#fff;right:1px}.jqstooltip{background:#333!important;border:none!important;border-radius:3px;box-sizing:initial;font-family:inherit!important;font-size:11px!important;font-weight:700!important;line-height:1!important;padding:6px!important}.jqstooltip .jqsfield{font:inherit!important}.tooltip-static-demo{background-color:#f3f4f7;padding:20px;text-align:center}.tooltip-static-demo .tooltip{display:inline-block;margin:0 10px;opacity:1;position:relative;z-index:0}.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.tooltip-static-demo .bs-tooltip-bottom .tooltip-arrow,.tooltip-static-demo .bs-tooltip-top .tooltip-arrow{left:50%;margin-left:-2px}.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left],.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right],.tooltip-static-demo .bs-tooltip-end,.tooltip-static-demo .bs-tooltip-start{margin-top:5px}.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.tooltip-static-demo .bs-tooltip-end .tooltip-arrow,.tooltip-static-demo .bs-tooltip-start .tooltip-arrow{margin-top:-5px;top:50%}.popover-static-demo{background-color:#f3f4f7;border:1px solid #eaedf1;padding-bottom:40px;padding-top:40px;text-align:center}.popover-static-demo .popover{border-radius:5px;display:inline-block;margin:0 10px;opacity:1;position:relative;z-index:0}.popover-static-demo .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow,.popover-static-demo .bs-popover-auto[data-popper-placement^=top] .popover-arrow,.popover-static-demo .bs-popover-bottom .popover-arrow,.popover-static-demo .bs-popover-top .popover-arrow{left:50%;margin-left:-5px}.popover-static-demo .bs-popover-auto[data-popper-placement^=left],.popover-static-demo .bs-popover-auto[data-popper-placement^=right],.popover-static-demo .bs-popover-end,.popover-static-demo .bs-popover-start{margin-top:5px}.popover-static-demo .bs-popover-auto[data-popper-placement^=left] .popover-arrow,.popover-static-demo .bs-popover-auto[data-popper-placement^=right] .popover-arrow,.popover-static-demo .bs-popover-end .popover-arrow,.popover-static-demo .bs-popover-start .popover-arrow{margin-top:-5px;top:50%}.tooltip-primary .tooltip-inner{background-color:#6259ca!important;background-color:var(--primary-bg-color)!important;color:#fff}.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.tooltip-primary.bs-tooltip-top .tooltip-arrow:before{border-top-color:#6259ca;border-top-color:var(--primary-bg-color)}.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-primary.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#6259ca;border-bottom-color:var(--primary-bg-color)}.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-primary.bs-tooltip-start .tooltip-arrow:before{border-left-color:#6259ca;border-left-color:var(--primary-bg-color)}.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-primary.bs-tooltip-end .tooltip-arrow:before{border-right-color:#6259ca;border-right-color:var(--primary-bg-color)}.tooltip-secondary .tooltip-inner{background-color:#fb6b25!important;color:#fff}.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.tooltip-secondary.bs-tooltip-top .tooltip-arrow:before{border-top-color:#fb6b25!important}.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-secondary.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#fb6b25!important}.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-secondary.bs-tooltip-start .tooltip-arrow:before{border-left-color:#fb6b25!important}.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-secondary.bs-tooltip-end .tooltip-arrow:before{border-right-color:#fb6b25!important}.tooltip-success .tooltip-inner{background-color:#09ad95!important;color:#fff}.tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.tooltip-success.bs-tooltip-top .tooltip-arrow:before{border-top-color:#09ad95!important}.tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-success.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#09ad95!important}.tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-success.bs-tooltip-start .tooltip-arrow:before{border-left-color:#09ad95!important}.tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-success.bs-tooltip-end .tooltip-arrow:before{border-right-color:#09ad95!important}.tooltip-danger .tooltip-inner{background-color:#f82649!important;color:#fff}.tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.tooltip-danger.bs-tooltip-top .tooltip-arrow:before{border-top-color:#f82649!important}.tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-danger.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#f82649!important}.tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-danger.bs-tooltip-start .tooltip-arrow:before{border-left-color:#f82649!important}.tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-danger.bs-tooltip-end .tooltip-arrow:before{border-right-color:#f82649!important}.tooltip-info .tooltip-inner{background-color:#45aaf2!important;color:#fff}.tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.tooltip-info.bs-tooltip-top .tooltip-arrow:before{border-top-color:#45aaf2!important}.tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-info.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#45aaf2!important}.tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-info.bs-tooltip-start .tooltip-arrow:before{border-left-color:#45aaf2!important}.tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-info.bs-tooltip-end .tooltip-arrow:before{border-right-color:#45aaf2!important}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:0 solid #d3dfea;border-radius:.3rem;border-radius:5px;box-shadow:0 16px 18px rgba(6,10,48,.1);display:block;-webkit-filter:drop-shadow(0 1px 3px rgba(0,0,0,.1));filter:drop-shadow(0 1px 3px rgba(0,0,0,.1));font-size:.76562rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:999}.popover .popover-arrow{display:block;height:.5rem;margin:0 .3rem;position:absolute;width:1rem}.popover .popover-arrow:after,.popover .popover-arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.popover.bs-popover-auto[data-popper-placement^=top],.popover.bs-popover-top{margin-bottom:.625rem}.popover .popover-arrow{margin-left:calc(.25rem - 5px)}.bs-popover-auto[data-popper-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:#d3dfea;border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[data-popper-placement^=right],.bs-popover-end{margin-left:.5rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:1rem;left:calc(-.5rem + -1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:#d3dfea;border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[data-popper-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:#d3dfea;border-width:0 .5rem .5rem;top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #e9ebfa;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[data-popper-placement^=left],.bs-popover-start{margin-right:.5rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem + -1px);width:.5rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:#d3dfea;border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#fff;border-color:#e9ebfa;color:#191621;font-size:14px;font-weight:500;letter-spacing:.5px;padding:12px 15px;text-transform:capitalize}.popover-header:before{display:none!important}.popover-body{color:#6e7687;padding:15px}.popover-body p:last-child{margin-bottom:0}.popover-head-primary .popover-header{background-color:#6259ca!important;background-color:var(--primary-bg-color)!important;color:#fff}.popover-head-primary.bs-popover-auto[data-popper-placement^=top] .popover-arrow,.popover-head-primary.bs-popover-top .popover-arrow{bottom:-7px}.popover-head-primary.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.popover-head-primary.bs-popover-start .popover-arrow{right:-7px}.popover-head-primary.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.popover-head-primary.bs-popover-end .popover-arrow{left:-7px}.popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.popover-head-primary.bs-popover-bottom .popover-arrow:after{border-bottom-color:#6259ca!important;border-bottom-color:var(--primary-bg-color)!important}.popover-head-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.popover-head-primary.bs-popover-bottom .popover-arrow:before{display:none}.popover-head-secondary .popover-header{background-color:#fb6b25!important;color:#fff}.popover-head-secondary.bs-popover-auto[data-popper-placement^=top] .popover-arrow,.popover-head-secondary.bs-popover-top .popover-arrow{bottom:-7px}.popover-head-secondary.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.popover-head-secondary.bs-popover-start .popover-arrow{right:-7px}.popover-head-secondary.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.popover-head-secondary.bs-popover-end .popover-arrow{left:-7px}.popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.popover-head-secondary.bs-popover-bottom .popover-arrow:after{border-bottom-color:#fb6b25!important}.popover-head-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.popover-head-secondary.bs-popover-bottom .popover-arrow:before{display:none}.popover-head-primary,.popover-head-primary .popover-header,.popover-head-secondary,.popover-head-secondary .popover-header{border:0}.popover-head-primary .popover-body,.popover-head-secondary .popover-body{border:1px solid rgba(20,17,45,.2);border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:0 solid rgba(20,17,45,.2)}.popover-primary{border-width:0!important;padding:15px}.popover-primary,.popover-primary .popover-header{background-color:#6259ca!important;background-color:var(--primary-bg-color)!important}.popover-primary .popover-header{border-bottom-width:0!important;color:#fff;padding:0 0 15px}.popover-primary .popover-body{color:hsla(0,0%,100%,.75)!important;padding:0}.popover-primary .popover-arrow:before{display:none}.popover-primary.bs-popover-auto[data-popper-placement^=top] .popover-arrow:after,.popover-primary.bs-popover-top .popover-arrow:after{border-top-color:#6259ca!important;border-top-color:var(--primary-bg-color)!important}.popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.popover-primary.bs-popover-bottom .popover-arrow:after{border-bottom-color:#6259ca!important;border-bottom-color:var(--primary-bg-color)!important}.popover-primary.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.popover-primary.bs-popover-start .popover-arrow:after{border-left-color:#6259ca!important;border-left-color:var(--primary-bg-color)!important}.popover-primary.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.popover-primary.bs-popover-end .popover-arrow:after{border-right-color:#6259ca!important;border-right-color:var(--primary-bg-color)!important}.popover-secondary{background-color:#fb6b25!important;border-width:0!important;padding:15px}.popover-secondary .popover-header{background-color:#fb6b25!important;border-bottom-width:0!important;color:#fff;padding:0 0 15px}.popover-secondary .popover-body{color:hsla(0,0%,100%,.75)!important;padding:0}.popover-secondary .popover-arrow:before{display:none}.popover-secondary.bs-popover-auto[data-popper-placement^=top] .popover-arrow:after,.popover-secondary.bs-popover-top .popover-arrow:after{border-top-color:#fb6b25!important}.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.popover-secondary.bs-popover-bottom .popover-arrow:after{border-bottom-color:#fb6b25!important}.popover-secondary.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.popover-secondary.bs-popover-start .popover-arrow:after{border-left-color:#fb6b25!important}.popover-secondary.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.popover-secondary.bs-popover-end .popover-arrow:after{border-right-color:#fb6b25!important}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{min-height:1px;padding-left:.75rem;padding-right:.75rem;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:none;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:none;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:none;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:none;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1280px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:none;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(max-width:575.98px){.countdown-timer-wrapper{border-radius:5px;margin-bottom:30px;max-width:320px!important}.countdown-timer-wrapper .timer .timer-wrapper .time{background:linear-gradient(to bottom right,rgba(0,0,0,.1),rgba(0,0,0,.1));border-radius:50px;color:#fff;font-size:25px!important;font-weight:700;height:60px!important;line-height:2.3;margin:0 auto 5px;overflow:hidden;position:relative;text-align:center;width:60px!important}.construction .display-2{font-size:2.3rem!important}.countdown-timer-wrapper .timer{padding:0!important;text-align:center}}.countdown span:first-child{font-size:30px}.count-down.row span:first-child{background:#ebecf5;border-radius:5px;box-shadow:0 5px 10px rgba(227,228,237,.3);margin:2px;padding:10px 15px}.custom-control{display:block;min-height:1.2rem;padding-left:1.5rem;position:relative;-webkit-user-select:none;user-select:none}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{opacity:0;position:absolute;z-index:-1}.custom-control-input:focus~.custom-control-label:before{box-shadow:none}.custom-control-input:active~.custom-control-label:before{background-color:rgba(218,201,232,.5);color:#fff}.custom-control-input:disabled~.custom-control-label{color:#868e96}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label:before{background-color:#eaedf1;pointer-events:none;-webkit-user-select:none;user-select:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:0;position:absolute;top:.25rem;width:1rem}.custom-control-label:after{background-position:50%;background-repeat:no-repeat;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:3px}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{opacity:.8}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(212,182,228,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{opacity:.8}.form-select{-webkit-appearance:none;appearance:none;background-size:8px 10px;border:1px solid #eaedf1;border-radius:3px;color:#76839a;display:inline-block;height:2.375rem;line-height:1.5;padding:.5rem 1.75rem .5rem .75rem;vertical-align:middle;width:100%}.form-select:focus{border-color:#eaedf1;box-shadow:none;outline:0}.form-select:focus::-ms-value{background-color:#fff;color:#76839a}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.form-select:disabled{background-color:#e9ecef;color:#868e96}.form-select::-ms-expand{opacity:0}.form-select-sm{font-size:75%;height:calc(1.8125rem + 2px);padding-bottom:.5rem;padding-top:.5rem}div.dataTables_wrapper div.dataTables_filter input{display:inline-block;margin-left:.5em;width:auto}.form-select-lg{font-size:125%;height:calc(2.6875rem + 2px);padding-bottom:.5rem;padding-top:.5rem}.form-file{display:inline-block;margin-bottom:0}.form-file,.form-file-input{height:2.375rem;position:relative;width:100%}.form-file-input{margin:0;opacity:0;z-index:2}.form-file-input:focus~.form-file-label{border-color:#9ca3b1;box-shadow:none}.form-file-input:lang(en)~.form-file-label:after{content:"Browse"}.form-file-label{background-color:#f1f1f9;border:1px solid #d8dde4;border-radius:5px;color:#76839a;height:38px;left:0;z-index:1}.form-file-label,.form-file-label:after{line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.form-file-label:after{border-left:1px solid #eaedf1;border-radius:0 3px 3px 0;bottom:0;color:#fff;content:"Browse";display:block;height:calc(2.375rem - 2px);z-index:3}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:0;border-radius:1rem;box-shadow:1px 0 0 -6px rgba(0,50,126,.12),6px 0 0 -6px rgba(0,50,126,.12),7px 0 0 -6px rgba(0,50,126,.12),8px 0 0 -6px rgba(0,50,126,.12),9px 0 0 -6px rgba(0,50,126,.12),10px 0 0 -6px rgba(0,50,126,.12),11px 0 0 -6px rgba(0,50,126,.12),12px 0 0 -6px rgba(0,50,126,.12),13px 0 0 -6px rgba(0,50,126,.12),14px 0 0 -6px rgba(0,50,126,.12),15px 0 0 -6px rgba(0,50,126,.12),16px 0 0 -6px rgba(0,50,126,.12),17px 0 0 -6px rgba(0,50,126,.12),18px 0 0 -6px rgba(0,50,126,.12),19px 0 0 -6px rgba(0,50,126,.12),20px 0 0 -6px rgba(0,50,126,.12),21px 0 0 -6px rgba(0,50,126,.12),22px 0 0 -6px rgba(0,50,126,.12),23px 0 0 -6px rgba(0,50,126,.12),24px 0 0 -6px rgba(0,50,126,.12),25px 0 0 -6px rgba(0,50,126,.12),26px 0 0 -6px rgba(0,50,126,.12),27px 0 0 -6px rgba(0,50,126,.12),28px 0 0 -6px rgba(0,50,126,.12),29px 0 0 -6px rgba(0,50,126,.12),30px 0 0 -6px rgba(0,50,126,.12),31px 0 0 -6px rgba(0,50,126,.12),32px 0 0 -6px rgba(0,50,126,.12),33px 0 0 -6px rgba(0,50,126,.12),34px 0 0 -6px rgba(0,50,126,.12),35px 0 0 -6px rgba(0,50,126,.12),36px 0 0 -6px rgba(0,50,126,.12),37px 0 0 -6px rgba(0,50,126,.12),38px 0 0 -6px rgba(0,50,126,.12),39px 0 0 -6px rgba(0,50,126,.12),40px 0 0 -6px rgba(0,50,126,.12),41px 0 0 -6px rgba(0,50,126,.12),42px 0 0 -6px rgba(0,50,126,.12),43px 0 0 -6px rgba(0,50,126,.12),44px 0 0 -6px rgba(0,50,126,.12),45px 0 0 -6px rgba(0,50,126,.12),46px 0 0 -6px rgba(0,50,126,.12),47px 0 0 -6px rgba(0,50,126,.12),48px 0 0 -6px rgba(0,50,126,.12),49px 0 0 -6px rgba(0,50,126,.12),50px 0 0 -6px rgba(0,50,126,.12),51px 0 0 -6px rgba(0,50,126,.12),52px 0 0 -6px rgba(0,50,126,.12),53px 0 0 -6px rgba(0,50,126,.12),54px 0 0 -6px rgba(0,50,126,.12),55px 0 0 -6px rgba(0,50,126,.12),56px 0 0 -6px rgba(0,50,126,.12),57px 0 0 -6px rgba(0,50,126,.12),58px 0 0 -6px rgba(0,50,126,.12),59px 0 0 -6px rgba(0,50,126,.12),60px 0 0 -6px rgba(0,50,126,.12),61px 0 0 -6px rgba(0,50,126,.12),62px 0 0 -6px rgba(0,50,126,.12),63px 0 0 -6px rgba(0,50,126,.12),64px 0 0 -6px rgba(0,50,126,.12),65px 0 0 -6px rgba(0,50,126,.12),66px 0 0 -6px rgba(0,50,126,.12),67px 0 0 -6px rgba(0,50,126,.12),68px 0 0 -6px rgba(0,50,126,.12),69px 0 0 -6px rgba(0,50,126,.12),70px 0 0 -6px rgba(0,50,126,.12),71px 0 0 -6px rgba(0,50,126,.12),72px 0 0 -6px rgba(0,50,126,.12),73px 0 0 -6px rgba(0,50,126,.12),74px 0 0 -6px rgba(0,50,126,.12),75px 0 0 -6px rgba(0,50,126,.12),76px 0 0 -6px rgba(0,50,126,.12),77px 0 0 -6px rgba(0,50,126,.12),78px 0 0 -6px rgba(0,50,126,.12),79px 0 0 -6px rgba(0,50,126,.12),80px 0 0 -6px rgba(0,50,126,.12),81px 0 0 -6px rgba(0,50,126,.12),82px 0 0 -6px rgba(0,50,126,.12),83px 0 0 -6px rgba(0,50,126,.12),84px 0 0 -6px rgba(0,50,126,.12),85px 0 0 -6px rgba(0,50,126,.12),86px 0 0 -6px rgba(0,50,126,.12),87px 0 0 -6px rgba(0,50,126,.12),88px 0 0 -6px rgba(0,50,126,.12),89px 0 0 -6px rgba(0,50,126,.12),90px 0 0 -6px rgba(0,50,126,.12),91px 0 0 -6px rgba(0,50,126,.12),92px 0 0 -6px rgba(0,50,126,.12),93px 0 0 -6px rgba(0,50,126,.12),94px 0 0 -6px rgba(0,50,126,.12),95px 0 0 -6px rgba(0,50,126,.12),96px 0 0 -6px rgba(0,50,126,.12),97px 0 0 -6px rgba(0,50,126,.12),98px 0 0 -6px rgba(0,50,126,.12),99px 0 0 -6px rgba(0,50,126,.12),100px 0 0 -6px rgba(0,50,126,.12),101px 0 0 -6px rgba(0,50,126,.12),102px 0 0 -6px rgba(0,50,126,.12),103px 0 0 -6px rgba(0,50,126,.12),104px 0 0 -6px rgba(0,50,126,.12),105px 0 0 -6px rgba(0,50,126,.12),106px 0 0 -6px rgba(0,50,126,.12),107px 0 0 -6px rgba(0,50,126,.12),108px 0 0 -6px rgba(0,50,126,.12),109px 0 0 -6px rgba(0,50,126,.12),110px 0 0 -6px rgba(0,50,126,.12),111px 0 0 -6px rgba(0,50,126,.12),112px 0 0 -6px rgba(0,50,126,.12),113px 0 0 -6px rgba(0,50,126,.12),114px 0 0 -6px rgba(0,50,126,.12),115px 0 0 -6px rgba(0,50,126,.12),116px 0 0 -6px rgba(0,50,126,.12),117px 0 0 -6px rgba(0,50,126,.12),118px 0 0 -6px rgba(0,50,126,.12),119px 0 0 -6px rgba(0,50,126,.12),120px 0 0 -6px rgba(0,50,126,.12),121px 0 0 -6px rgba(0,50,126,.12),122px 0 0 -6px rgba(0,50,126,.12),123px 0 0 -6px rgba(0,50,126,.12),124px 0 0 -6px rgba(0,50,126,.12),125px 0 0 -6px rgba(0,50,126,.12),126px 0 0 -6px rgba(0,50,126,.12),127px 0 0 -6px rgba(0,50,126,.12),128px 0 0 -6px rgba(0,50,126,.12),129px 0 0 -6px rgba(0,50,126,.12),130px 0 0 -6px rgba(0,50,126,.12),131px 0 0 -6px rgba(0,50,126,.12),132px 0 0 -6px rgba(0,50,126,.12),133px 0 0 -6px rgba(0,50,126,.12),134px 0 0 -6px rgba(0,50,126,.12),135px 0 0 -6px rgba(0,50,126,.12),136px 0 0 -6px rgba(0,50,126,.12),137px 0 0 -6px rgba(0,50,126,.12),138px 0 0 -6px rgba(0,50,126,.12),139px 0 0 -6px rgba(0,50,126,.12),140px 0 0 -6px rgba(0,50,126,.12),141px 0 0 -6px rgba(0,50,126,.12),142px 0 0 -6px rgba(0,50,126,.12),143px 0 0 -6px rgba(0,50,126,.12),144px 0 0 -6px rgba(0,50,126,.12),145px 0 0 -6px rgba(0,50,126,.12),146px 0 0 -6px rgba(0,50,126,.12),147px 0 0 -6px rgba(0,50,126,.12),148px 0 0 -6px rgba(0,50,126,.12),149px 0 0 -6px rgba(0,50,126,.12),150px 0 0 -6px rgba(0,50,126,.12),151px 0 0 -6px rgba(0,50,126,.12),152px 0 0 -6px rgba(0,50,126,.12),153px 0 0 -6px rgba(0,50,126,.12),154px 0 0 -6px rgba(0,50,126,.12),155px 0 0 -6px rgba(0,50,126,.12),156px 0 0 -6px rgba(0,50,126,.12),157px 0 0 -6px rgba(0,50,126,.12),158px 0 0 -6px rgba(0,50,126,.12),159px 0 0 -6px rgba(0,50,126,.12),160px 0 0 -6px rgba(0,50,126,.12),161px 0 0 -6px rgba(0,50,126,.12),162px 0 0 -6px rgba(0,50,126,.12),163px 0 0 -6px rgba(0,50,126,.12),164px 0 0 -6px rgba(0,50,126,.12),165px 0 0 -6px rgba(0,50,126,.12),166px 0 0 -6px rgba(0,50,126,.12),167px 0 0 -6px rgba(0,50,126,.12),168px 0 0 -6px rgba(0,50,126,.12),169px 0 0 -6px rgba(0,50,126,.12),170px 0 0 -6px rgba(0,50,126,.12),171px 0 0 -6px rgba(0,50,126,.12),172px 0 0 -6px rgba(0,50,126,.12),173px 0 0 -6px rgba(0,50,126,.12),174px 0 0 -6px rgba(0,50,126,.12),175px 0 0 -6px rgba(0,50,126,.12),176px 0 0 -6px rgba(0,50,126,.12),177px 0 0 -6px rgba(0,50,126,.12),178px 0 0 -6px rgba(0,50,126,.12),179px 0 0 -6px rgba(0,50,126,.12),180px 0 0 -6px rgba(0,50,126,.12),181px 0 0 -6px rgba(0,50,126,.12),182px 0 0 -6px rgba(0,50,126,.12),183px 0 0 -6px rgba(0,50,126,.12),184px 0 0 -6px rgba(0,50,126,.12),185px 0 0 -6px rgba(0,50,126,.12),186px 0 0 -6px rgba(0,50,126,.12),187px 0 0 -6px rgba(0,50,126,.12),188px 0 0 -6px rgba(0,50,126,.12),189px 0 0 -6px rgba(0,50,126,.12),190px 0 0 -6px rgba(0,50,126,.12),191px 0 0 -6px rgba(0,50,126,.12),192px 0 0 -6px rgba(0,50,126,.12),193px 0 0 -6px rgba(0,50,126,.12),194px 0 0 -6px rgba(0,50,126,.12),195px 0 0 -6px rgba(0,50,126,.12),196px 0 0 -6px rgba(0,50,126,.12),197px 0 0 -6px rgba(0,50,126,.12),198px 0 0 -6px rgba(0,50,126,.12),199px 0 0 -6px rgba(0,50,126,.12),200px 0 0 -6px rgba(0,50,126,.12),201px 0 0 -6px rgba(0,50,126,.12),202px 0 0 -6px rgba(0,50,126,.12),203px 0 0 -6px rgba(0,50,126,.12),204px 0 0 -6px rgba(0,50,126,.12),205px 0 0 -6px rgba(0,50,126,.12),206px 0 0 -6px rgba(0,50,126,.12),207px 0 0 -6px rgba(0,50,126,.12),208px 0 0 -6px rgba(0,50,126,.12),209px 0 0 -6px rgba(0,50,126,.12),210px 0 0 -6px rgba(0,50,126,.12),211px 0 0 -6px rgba(0,50,126,.12),212px 0 0 -6px rgba(0,50,126,.12),213px 0 0 -6px rgba(0,50,126,.12),214px 0 0 -6px rgba(0,50,126,.12),215px 0 0 -6px rgba(0,50,126,.12),216px 0 0 -6px rgba(0,50,126,.12),217px 0 0 -6px rgba(0,50,126,.12),218px 0 0 -6px rgba(0,50,126,.12),219px 0 0 -6px rgba(0,50,126,.12),220px 0 0 -6px rgba(0,50,126,.12),221px 0 0 -6px rgba(0,50,126,.12),222px 0 0 -6px rgba(0,50,126,.12),223px 0 0 -6px rgba(0,50,126,.12),224px 0 0 -6px rgba(0,50,126,.12),225px 0 0 -6px rgba(0,50,126,.12),226px 0 0 -6px rgba(0,50,126,.12),227px 0 0 -6px rgba(0,50,126,.12),228px 0 0 -6px rgba(0,50,126,.12),229px 0 0 -6px rgba(0,50,126,.12),230px 0 0 -6px rgba(0,50,126,.12),231px 0 0 -6px rgba(0,50,126,.12),232px 0 0 -6px rgba(0,50,126,.12),233px 0 0 -6px rgba(0,50,126,.12),234px 0 0 -6px rgba(0,50,126,.12),235px 0 0 -6px rgba(0,50,126,.12),236px 0 0 -6px rgba(0,50,126,.12),237px 0 0 -6px rgba(0,50,126,.12),238px 0 0 -6px rgba(0,50,126,.12),239px 0 0 -6px rgba(0,50,126,.12),240px 0 0 -6px rgba(0,50,126,.12);height:1rem;margin-top:-.25rem;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;width:1rem}.form-range::-webkit-slider-thumb:focus{box-shadow:0 0 0 1px #f1f1f9,0 0 0 2px rgba(98,58,162,.25);outline:none}.form-range::-webkit-slider-thumb:active{background-color:#d4e1f4}.form-range::-webkit-slider-runnable-track{background-color:#eaedf1;background:#467fcf;border-color:transparent;border-radius:1rem;color:transparent;content:"";cursor:pointer;height:.5rem;pointer-events:none;width:100%}.form-range::-moz-range-thumb{appearance:none;background:#fff;border:0;border-radius:1rem;height:1rem;position:relative;-moz-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;width:1rem}.form-range::-moz-range-thumb:focus{box-shadow:0 0 0 1px #f1f1f9,0 0 0 2px rgba(98,58,162,.25);outline:none}.form-range::-moz-range-thumb:active{background-color:#d4e1f4}.form-range::-moz-range-track{background-color:#eaedf1;background:rgba(0,50,126,.12);border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-ms-thumb{appearance:none;background:#fff;border:0;border:1px solid rgba(0,30,75,.12);border-radius:1rem;border-radius:50px;height:1rem;-ms-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;width:1rem}.form-range::-ms-thumb:focus{box-shadow:0 0 0 1px #f1f1f9,0 0 0 2px rgba(98,58,162,.25);outline:none}.form-range::-ms-thumb:active{background-color:#d4e1f4}.form-range::-ms-track{background-color:transparent;background:transparent;border:0;border-radius:0;color:transparent;cursor:pointer;height:.5rem;margin-top:10px;width:100%}.form-range::-ms-fill-lower{background-color:#eaedf1;background:#467fcf;border-radius:1rem}.custom-controls-stacked .custom-control{margin-bottom:.25rem}.custom-control-label{margin-bottom:0;position:static;vertical-align:middle}.custom-control-label:before{background-color:#f1f1f9;background-size:.5rem;border:1px solid #d8dde4}.custom-control-description{line-height:1.5rem}.form-range{align-items:center;-webkit-appearance:none;appearance:none;background:none;background-color:transparent;border:0;cursor:pointer;display:flex;height:100%;min-height:2.375rem;overflow:hidden;padding:0;width:100%}.form-range:focus{box-shadow:none;outline:none}.form-range:focus::-moz-range-thumb,.form-range:focus::-ms-thumb,.form-range:focus::-webkit-slider-thumb{background-color:#467fcf;border-color:#467fcf}.form-range::-moz-focus-outer{border:0}.form-range::-moz-range-progress{background:#467fcf;border:0;height:2px;margin-top:0}.form-range::-ms-fill-upper{background:rgba(0,50,126,.12);background-color:#eaedf1;border-radius:0;margin-right:15px}.form-range::-ms-tooltip{display:none}.custom-switch{align-items:center;cursor:default;display:inline-flex;margin:0;padding-left:0;-webkit-user-select:none;user-select:none}.custom-switch-input:checked~.custom-switch-indicator:before{left:calc(1rem + 1px)}.custom-switch-description{color:#6e7687;margin-left:.5rem;transition:color .3s}.custom-switch-input{opacity:0;position:absolute;z-index:-1}.custom-switch-input:checked~.custom-switch-description{color:#495057}.custom-switches-stacked{display:flex;flex-direction:column}.custom-switches-stacked .custom-switch{margin-bottom:.5rem}.custom-switch-indicator{background:#f1f1f9;border:1px solid #d8dde4;border-radius:50px;display:inline-block;height:1.25rem;position:relative;transition:border-color .3s,background-color .3s;vertical-align:bottom;width:2.25rem}.custom-switch-indicator:before{background:#fff;border-radius:50%;box-shadow:0 1px 2px 0 rgba(0,0,0,.4);content:"";height:calc(1.25rem - 4px);left:1px;position:absolute;top:1px;transition:left .3s;width:calc(1.25rem - 4px)}.custom-switch-input:focus~.custom-switch-indicator{border-color:#60529f;box-shadow:none}.fade{transition:opacity .15s linear}.fade:not(.show){opacity:0}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.collapse:not(.show){background:#fff;display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.notifyimg{color:#fff;float:left;font-size:16px;height:40px;line-height:43px;margin-right:10px;text-align:center;vertical-align:middle;width:40px}.block{display:block!important}.user-semi-title{font-size:14px;line-height:23px}#global-loader{background:#fff;bottom:0;height:100%;left:0;margin:0 auto;position:fixed;right:0;text-align:center;top:0;width:100%;z-index:50000}ul{list-style-type:none;margin:0;padding:0}#popup{background:#fe6b1f;border-radius:5px;color:#fff;display:none;height:30px;position:absolute;width:auto}#copy{background:none;border:0;color:#fff;font-weight:700;padding:8px 25px}.popsecondary{color:#628dea}.popinfo{color:#88c8f7}.popsuccess{color:#bfff80}.popdanger{color:#ea6262}.popwarning{color:#f7db6e}.more-less{color:#212121;float:right}.wrap{border-radius:4px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}a:active,a:focus,a:hover{outline:0;text-decoration:none}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.content-heading{font-size:1.25rem;font-weight:400;line-height:1.25;margin:2rem 0 1.5rem}.content-heading:first-child{margin-top:0}.aside{background:#fff;border-left:1px solid #eaedf1;bottom:0;box-shadow:0 0 5px 2px rgba(0,0,0,.05);display:flex;flex-direction:column;position:fixed;right:0;top:0;visibility:hidden;width:22rem;z-index:100}@media(min-width:1600px){body.aside-opened .aside{visibility:visible}}.aside-body{flex:1 1 auto;overflow:auto;padding:1.5rem}.center-block{float:inherit!important;margin-left:auto;margin-right:auto}.tracking-tight{letter-spacing:-.05em!important}.tracking-normal{letter-spacing:0!important}.tracking-wide{letter-spacing:.05em!important}.leading-none{line-height:1!important}.leading-tight{line-height:1.25!important}.leading-normal{line-height:1.5!important}.leading-loose{line-height:3!important}.icon i{vertical-align:-1px}a.icon{cursor:pointer;text-decoration:none}a.icon:hover{color:#1a1a1a!important}.o-auto{overflow:auto!important}.o-hidden{overflow:hidden!important}.shadow{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}@media(max-width:992px){.nav-item.with-sub,.with-sub .nav-link{display:block!important}.about-con{border-bottom:1px solid #eaedf1}.hor-content .container,.hor-header .container,.mobile-header .container{max-width:none}.hor-mobile-header .animated-arrow.hor-toggle{margin:20px 0 0 18px}}@media(max-width:1024px)and (min-width:768px){.page-header .notifications{display:none!important}}@media(max-width:480px){.list-media .info{padding-bottom:15px}.list-media .info .text-right{display:none}.header .nav-link{line-height:1.9;padding:.6rem!important}.header .nav-link.leading-none:after{top:12px!important}.header .navsearch i{font-size:20px!important;margin-top:-2px}.header .nav-link.icon{font-size:16px}.header .nav-link .badge{font-size:11px;height:1rem;line-height:1;padding:.25em .4em;position:absolute;right:6px;text-align:center!important;top:-7px;width:1rem}#user-profile .tabs-menu2 ul li a{padding:10px 8px 11px}.tabs-menu ul li{margin:15px 15px 0;width:100%}.tabs-menu ul li:last-child{margin-bottom:15px}.tabs-menu ul li a{border:1px solid #eaedf1;border-radius:5px;width:100%}.cal1 .clndr .clndr-table tr{height:50px!important}.tabs-menu1 ul li{border:1px solid #eaedf1;margin:15px 15px 0;width:100%}.tabs-menu1 ul li:last-child{margin-bottom:15px!important}.tabs-menu1 ul li a{width:100%}.wizard-card .nav-pills>li{padding:9px!important;text-align:center}.form-control.form-select.w-auto{display:none}.mail-inbox .badge{margin:0}.construction .display-5{font-size:1.5rem}.mail-option .hidden-phone{display:none}.error-page .display-1{font-size:8.5rem!important;margin-right:2px;text-align:center}.countdown-timer-wrapper .timer .timer-wrapper{margin:10px;margin-bottom:0!important;width:50px}.countdown-timer-wrapper .timer .timer-wrapper .time{font-size:25px;height:50px;width:50px}}@media(max-width:320px){.error-page .display-1{font-size:6.5rem!important;text-align:center}.construction .btn.btn-icon{background:transparent;border-radius:50%;color:#fff;font-size:16px;height:40px!important;margin:0 2px!important;padding:0;text-align:center;width:40px!important}.countdown-timer-wrapper .timer{padding:0!important}.display-2{font-size:3rem;text-align:center}}@media(max-width:360px){.error-page .display-1{font-size:6.5rem!important;text-align:center}.page-header{display:block!important}.breadcrumb{border-radius:3px;color:#fff;flex-wrap:wrap;left:0;list-style:none;margin-bottom:0;margin-top:5px;padding:0;position:relative;right:0;top:0}#user-profile .tabs-menu2 ul li a{padding:10px 6px 11px}.header .nav-link{line-height:1.9}.app-header .header-right-icons .nav-link.icon,.hor-header .header-right-icons .nav-link.icon{margin:2px!important}.horizontalMenucontainer .responsive-navbar.navbar .navbar-collapse{top:73px!important}}@media(max-width:415px){.page-header{display:block!important}.hor-content .container .page-header .breadcrumb{margin-bottom:.8rem}}@media(max-width:767px){.card-tabs{display:block!important}.header .input-icon.mt-2{margin-top:5px!important}.footer .privacy{text-align:center!important}.shop-dec .col-md-6.pr-0{padding-right:.75rem!important}.shop-dec .col-md-6.pl-0{padding-left:.75rem!important}.horizontalMenucontainer .hor-mobile-header .header-brand{left:0;position:absolute;right:0;width:inherit}.horizontalMenucontainer .hor-mobile-header .header-brand .header-brand-img{margin:3px auto 0}}@media(max-width:768px){.nav-tabs .nav-link{width:100%}.page-subtitle{display:none}.richText .richText-toolbar ul li a{border-bottom:1px solid rgba(0,40,100,.12)}.ticket-card .col-md-1{display:block;width:100%}.ticket-card img{display:block;margin:0 auto;text-align:Center}.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{margin-top:10px!important}div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:center!important}.page-title{margin-bottom:0}.carousel-caption{display:none}.demo-gallery>ul>li{width:100%!important}.header-1 .message,.header-1 .notifications,ul.inbox-pagination li span{display:none}.header-1 .navsearch i{color:#000!important}.responsive-navbar .dropdown-menu.dropdown-menu-end.show{left:10px!important;right:10px}.responsive-navbar .dropdown-menu.dropdown-menu-start.show{left:10px;right:10px}.ql-toolbar.ql-snow .ql-formats{margin-bottom:5px}.custom-layout .demo-icon{padding:10px!important}}@media(max-width:320px){.wizard-card .moving-tab,.wizard-card .nav-pills>li>a{font-size:11px}.tui-full-calendar-popup-container{padding:17px 24px!important}}@media(max-width:576px){.mb-sm-0,.my-sm-0{margin-bottom:0!important}.sm-mb-3{margin-bottom:1.5rem!important}.login-img .custom-layout{right:20px;top:7px}}@media(max-width:990px){.header-toggler{top:6px}.nav-tabs .nav-link{width:100%}form.convFormDynamic button.submit{margin:4px!important}.messages-list .media{padding:9px!important}.nav-tabs{z-index:9}}.product_price .old_price{color:#93a3ba;text-decoration:line-through!important}.product_price li{display:inline-block;padding:0 10px}.icon-size{font-size:2rem!important}.statistics-box{min-height:80px;padding-left:80px;padding-top:14px;position:relative;text-align:right}.statistics-box .ico{font-size:70px;height:80px;left:0;line-height:80px;position:absolute;text-align:center;top:0;width:80px}.statistics-box .ico.small{font-size:42px;font-weight:900}.statistics-box h2{font-weight:600!important}.visitor-list p{font-size:12px}.visitor-list i{font-size:20px}.sales-relative{position:relative}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.user p.u-name{color:#0d0c22;font-size:14px;font-weight:500;line-height:18px;margin:0}.user p.u-designation{color:#0d0c22;font-size:11px;margin:0}div.online-status .status.online{background:rgba(0,128,0,.68)}.online-status .status{border-radius:100%;display:inline-flex;height:10px;justify-content:flex-start;-webkit-transform:translateX(-60px) translateY(2px);transform:translateX(-60px) translateY(2px);width:10px}.online-status .status.offline{background:rgba(255,0,0,.7)}.link-overlay{position:relative}.link-overlay:hover .link-overlay-bg{opacity:1}.link-overlay-bg{align-items:center;background:rgba(0,0,0,.3);bottom:0;color:#fff;display:flex;font-size:1.25rem;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.fs{font-size:25px}.sparkline{display:inline-block;height:2rem}@-webkit-keyframes status-pulse{0%,to{opacity:1}50%{opacity:.32}}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.32}}.status-icon{background:currentColor;border-radius:50%;content:"";display:inline-block;height:.5rem;margin-right:.375rem;-webkit-transform:translateY(-1px);transform:translateY(-1px);vertical-align:middle;width:.5rem}.status-animated{-webkit-animation:status-pulse 1s ease infinite;animation:status-pulse 1s ease infinite}.chips{margin:0 0 -.5rem}.chips .chip{margin:0 .5rem .5rem 0}.chip{background-color:rgba(70,127,207,.06);border-radius:1rem;color:#6e7687;display:inline-block;font-size:.875rem;font-weight:500;height:2rem;line-height:2rem;padding:0 .75rem;transition:background .3s}.chip .avatar{border-radius:50%;float:left;height:2rem;margin:0 .5rem 0 -.75rem;width:2rem}a.chip:hover{color:#fff;text-decoration:none}.emp-tab table{border:0;margin-bottom:0}.stamp{background:#868e96;border-radius:100%;color:#fff;display:inline-block;font-weight:600;height:40px;line-height:2rem;min-width:40px;padding:0 .25rem;text-align:center}.stamp-md{height:2.5rem;line-height:2.5rem;min-width:2.5rem}.stamp-lg{height:4rem;line-height:4rem;min-width:4rem}.example{border:1px solid #eaedf1;border-radius:3px 3px 0 0;font-size:.9375rem;padding:1.5rem}.example-bg{background:#fff}.example-column{margin:0 auto}.example-column>.card:last-of-type{margin-bottom:0}.example-column-1{max-width:20rem}.example-column-2{max-width:40rem}.colorinput{cursor:pointer;margin:0;position:relative}.colorinput-input{opacity:0;position:absolute;z-index:-1}.colorinput-color{border:1px solid #eaedf1;border-radius:3px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#fff;display:inline-block;height:1.75rem;width:1.75rem}.colorinput-color:before{background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E") no-repeat 50%/50% 50%;content:"";height:1.25rem;left:.25rem;opacity:0;position:absolute;top:.25rem;transition:opacity .3s;width:1.25rem}.colorinput-input:checked~.colorinput-color:before{opacity:1}.colorinput-input:focus~.colorinput-color{border-color:#eaedf1;box-shadow:0 0 0 2px rgba(98,58,162,.25)}*,:after,:before{box-sizing:border-box}#back-to-top{background-position:50%;background-repeat:no-repeat;border-radius:5px;bottom:20px;color:#fff;display:none;height:50px;position:fixed;right:20px;text-align:center;transition:background-color .1s linear;-moz-transition:background-color .1s linear;-webkit-transition:background-color .1s linear;-o-transition:background-color .1s linear;width:50px;z-index:99;z-index:10000}#back-to-top i{font-size:16px;padding-top:15px}#back-to-top:hover{background:#fff!important}.features{overflow:hidden}.features h2{font-size:2.2em;font-weight:600;margin-bottom:12px;text-align:center}.features h3{font-size:20px;font-weight:600}.features span{color:#43414e;display:block;font-weight:400;text-align:center}.feature .feature-svg{width:25%}.feature .feature-svg3{width:12%}.col-sm-2 .feature{border:0;box-shadow:none;padding:0}.feature .border{border-radius:7px;color:#fff;display:inline-block;height:3em;line-height:2em;padding-top:8px;position:relative;vertical-align:middle;width:3em}.feature p{margin-bottom:0}.action-header{background:#f8f8f8;padding:15px 13px 15px 17px;position:relative}.ah-actions{float:right;margin-top:12px!important;position:relative;z-index:3}.actions{list-style:none;margin:0;padding:0}.actions>li{display:inline-block}.actions:not(.a-alt)>li>a>i{color:#939393}.actions>li>a{display:block;padding:0 10px}.actions>li>a>i{font-size:20px}.ms-body{background:#fff;border-radius:7px}#ms-menu-trigger{cursor:pointer;height:100%;left:0;padding-right:10px;padding-top:19px;position:absolute;top:0;user-select:none;width:50px}#ms-menu-trigger,.toggle-switch{-webkit-user-select:none;-moz-user-select:none}.rotation{-webkit-animation:rotation 2s linear infinite}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}.conv-form-wrapper div#messages div.message.to{background:#f1f1f9}#sidebar li a.active,#sidebar li a.active a[data-toggle=collapse]{background:#fff}.job-box-filter{border-bottom:1px solid #e4e4e4;padding:12px 15px}.job-box-filter label{width:100%}.job-box-filter select.input-sm{margin:0 5px;max-width:120px}.job-box-filter label input.form-control,.job-box-filter select.input-sm{border:1px solid hsla(0,0%,47%,.3);border-radius:2px;display:inline-block;font-size:15px;height:34px}.job-box-filter label input.form-control{margin-left:5px;max-width:200px}.job-box{display:inline-block;padding:0;width:100%}.job-box-filter a.filtsec{background:#edf0f3;border:1px solid #e2e8ef;border-radius:50px;color:#81a0b1;display:inline-block;font-size:13px;margin-right:15px;margin-top:8px;padding:4px 10px;transition:all .4s ease}.job-box-filter a.filtsec.active{background:#16262c;border-color:#16262c;color:#fff}.job-box-filter a.filtsec i{color:#03a9f4;margin-right:5px}.job-box-filter a.filtsec:focus,.job-box-filter a.filtsec:hover{background:#07b107;border-color:#07b107;color:#fff}.job-box-filter a.filtsec:focus i,.job-box-filter a.filtsec:hover i{color:#fff}.job-box-filter h4 i{margin-right:10px}.addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value{background:rgba(111,63,115,.9)!important}.addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active{background:rgba(111,63,115,.5);box-shadow:0 0 5px rgba(111,63,115,.5)}.line-divide{border:1px solid hsla(280,4%,85%,.2)}.activity{border-left:1px solid rgba(0,0,0,.125);margin-left:16px;position:relative}.activity .img-activity{height:25px;left:-12px;width:25px}.activity .item-activity{margin-bottom:26px;margin-left:40px}.activity .img-activity{border-radius:50%;box-shadow:0 0 0 .5px #f8f9fa;height:42px;left:-22px;line-height:34px;position:absolute;text-align:center;width:42px}.user-profile .box{box-sizing:border-box;left:0;padding:20px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.user-profile .box .img{border-radius:50%;height:120px;margin:0 auto;overflow:hidden;width:120px}.deco-layer{transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.userprofile{clear:both;float:left;margin:7px auto;width:100%}.userprofile .userpic{border-radius:100%;box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-ms-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);clear:both;display:block;height:100px;margin:0 auto;position:relative;width:100px}.userlist a:hover{color:#fff;opacity:.9}.userprofile .userpic .userpicimg{border-radius:100%;height:auto;width:100%}.username{color:#fff;font-size:20px;font-weight:400;line-height:20px;margin-top:20px}.username,.username+p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.username+p{color:#f2f2f2;font-size:13px;line-height:15px}.settingbtn{border-radius:30px;bottom:0;box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-ms-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);display:block;height:30px;line-height:30px;padding:0;position:absolute;right:0;text-align:center;vertical-align:middle;width:30px}.userprofile.small{clear:both;margin:0 auto;width:auto}.userprofile.small .userpic{border-radius:100%;box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-ms-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);display:block;float:left;height:40px;margin:0 10px 0 0;position:relative;width:40px}.userprofile.small .textcontainer{float:left;max-width:100px;padding:0}.userprofile.small .userpic .userpicimg{border-radius:100%;min-height:100%;width:100%}.userprofile.small .username{color:#000;float:left;font-size:16px;font-weight:400;line-height:21px;margin:0;width:100%}.userprofile.small .username+p{color:#607d8b;float:left;font-size:13px;margin:0;width:100%}.error-template h2{font-size:3.5rem}.counters h3{font-weight:400}#user-profile h2{padding-right:15px}#user-profile .profile-status{color:#7e47a9;font-size:.75em;margin-top:-10px}#user-profile .profile-status.offline{color:#fe635f}#user-profile .profile-img{padding:4px}#user-profile .profile-label{text-align:center}#user-profile .profile-label .label{font-size:1em;padding:5px 15px}#user-profile .profile-stars{color:#faba03;padding:7px 0;text-align:center}#user-profile .profile-stars>i{margin-left:-2px}#user-profile .profile-since{margin-top:-5px;text-align:center}#user-profile .profile-details ul{margin-bottom:0;margin-left:40px;margin-top:0;padding:0}#user-profile .profile-details ul>li{line-height:1.5;margin:3px 0}#user-profile .profile-details a>i{padding-top:2px}#user-profile .profile-details ul>li>span{color:#643ba2}#user-profile .profile-header{position:relative}#user-profile .profile-header>h3{margin-top:10px}#user-profile .profile-header .edit-profile{margin-top:-6px;position:absolute;right:0;top:0}#user-profile .profile-tabs{margin-top:30px}#user-profile .profile-user-info{padding-bottom:20px}#user-profile .profile-user-info .profile-user-details{padding:4px 0;position:relative}#user-profile .profile-user-info .profile-user-details .profile-user-details-label{bottom:0;float:left;font-weight:700;left:0;position:absolute;text-align:right;top:0;width:110px}#user-profile .profile-image{background:rgba(240,243,249,.6);border:1px solid rgba(167,180,201,.2);border-radius:50%;display:block;font-size:10px;height:24px;line-height:24px;position:absolute;right:30%;text-align:center;top:33px;width:24px;z-index:1000}#user-profile .profile-image:hover{background:hsla(216,3%,65%,.9)}@media only screen and (max-width:767px){#user-profile .profile-user-info .profile-user-details .profile-user-details-label{float:none;position:relative;text-align:left}#user-profile .profile-user-info .profile-user-details .profile-user-details-value{margin-left:0}#user-profile .profile-social{margin-top:20px}.ui-datepicker-multi .ui-datepicker-group{float:none!important}}@media only screen and (max-width:420px){#user-profile .profile-header .edit-profile{display:block;margin-bottom:15px;position:relative}#user-profile .profile-message-btn .btn{display:block}.multi-wrapper .non-selected-wrapper,.multi-wrapper .selected-wrapper{width:100%!important}.ui-datepicker-multi .ui-datepicker-group-last{padding-right:0;padding-top:10px}.fc-theme-standard th{padding:0!important}}.main-box{background:#fff;-o-box-shadow:1px 1px 2px 0 #ccc;-ms-box-shadow:1px 1px 2px 0 #ccc;box-shadow:1px 1px 2px 0 #ccc;margin-bottom:16px;padding:20px}.main-box h2{border-left:10px solid #c2c2c2;margin:0 0 15px -20px;padding:5px 0 5px 20px}.conversation-inner{margin-right:10px;padding:0 0 5px}.conversation-item{padding:5px 0;position:relative}.conversation-user{border-radius:50%;float:left;height:50px;margin-top:6px;overflow:hidden;width:50px}.conversation-body{background:#f5f5f5;font-size:.875em;margin-left:60px;padding:8px 10px;position:relative;width:auto}.conversation-body:before{border:6px solid transparent;border-right-color:#f5f5f5;content:"";cursor:pointer;left:-12px;position:absolute;top:25px}.conversation-item.item-right .conversation-body{background:#efeef1;margin-left:0;margin-right:60px}.conversation-item.item-right .conversation-body:before{border-color:transparent transparent transparent #efeef1;left:auto;right:-12px}.conversation-item.item-right .conversation-user{float:right}.conversation-body>.name{font-size:1.125em;font-weight:600}.conversation-body>.time{color:#605f5f;font-size:.875em;font-weight:300;margin-top:10px;position:absolute;right:10px;top:0}.conversation-body>.time:before{content:"";font-family:FontAwesome;font-size:.875em;font-style:normal;font-weight:400;margin-top:4px;text-decoration:inherit}.conversation-body>.text{padding-top:6px}.conversation-new-message{padding-top:10px}@media(max-width:1024px){body.search-show,body.sidebar-show{overflow:hidden}body.search-show:before,body.sidebar-show:before{background-color:rgba(0,0,0,.4);content:"";height:100%;left:0;opacity:.6;position:fixed;right:0;width:100%;z-index:891}}@media(max-width:575.98px){body.search-show .header .form-inline .search-element{display:block}.header .form-inline .search-element .form-control{background:#fff;border-radius:0;float:left;height:40px;margin:0 auto;width:100%}.search-show .search-element{display:block;left:0;padding:10px 13px;right:0;top:0;width:100%}.form-control.header-search{color:#000}.header .form-inline .search-element{display:none;position:absolute;z-index:892}.header .form-inline .btn{color:#46494a!important}.header .form-inline .form-control::-webkit-input-placeholder{color:#fff!important}.header .navsearch i{color:#fff;font-size:20px;padding-top:4px}.header .header-brand-img.desktop-logo{display:none}.header .header-brand-img.mobile-view-logo{display:block!important}}.server i{border-radius:50%;font-size:1.5rem;height:50px;line-height:50px;position:relative;text-align:center;width:50px}.icon-size1{font-size:2.1rem!important}.sparkline_area{bottom:-3px;position:relative}#orders{bottom:-10px;height:102px!important;width:100%!important}#orders,#profit{position:relative}#profit{bottom:-13px;height:111px!important}#total-customers{left:-11px;position:relative}#resolved-complaints,#sales-revenue{bottom:-13px;position:relative}#resolved-complaints{height:199px;left:-4px}.overflow-hidden{overflow:hidden}.secondary-card{border-radius:0;bottom:20px;position:relative}.dot-label{border-radius:100%;display:inline-block;height:10px;margin-right:5px;width:10px}@media(max-width:578px){.m-portlet__head .nav-pills .nav-link{font-size:.5rem;font-weight:400;padding:.35rem .5rem}.m-portlet__head .nav-pills .nav-item{margin-bottom:0}.m-widget4 .m-widget4__item{display:inline-grid!important;width:100%}.m-widget4 .m-widget4__item:first-child{padding-top:0!important}.m-widget4 .m-widget4__item:last-child{padding-bottom:0!important}.m-widget4 .m-widget4__item .m-widget4__img{text-align:center}.m-widget4.m-widget4--progress .m-widget4__info,.m-widget4.m-widget4--progress .m-widget4__progress{margin-top:10px;text-align:center;width:100%!important}.m-widget4 .m-widget4__item .m-widget4__ext{text-align:center;width:100%!important}.m-widget17__progress-label,.m-widget17__progress-number{width:50%}}@media(max-width:991px){.m-widget4.m-widget4--progress .m-widget4__progress{margin-bottom:20px;padding-left:1rem!important;padding-right:1rem!important}.page-header .breadcrumb{flex-wrap:wrap;list-style:none;margin-bottom:0;margin-top:5px}.responsive-logo .header-logo{dispLay:block;left:0;margin:0 auto;position:absolute;right:0;text-align:center;top:17px}.leftmenu-styles{display:none}}.socailicons i{border-radius:0 0 0 34%;color:#edf5f1;font-size:126px;outline:none;overflow:hidden;padding:12px;position:absolute;right:-29px;text-align:right;text-shadow:none;top:-21px;z-index:0}.social-content{position:relative;z-index:99}@media(max-width:992px)and (min-width:768px){#resolved-complaints{height:190px!important}#total-coversations{height:168px!important}.header .dropdown-menu.header-search{top:0!important}.app-header.header .dropdown-menu{top:2.5rem!important}}@media(max-width:1279px)and (min-width:993px){#resolved-complaints{height:190px!important}#total-coversations{height:171px!important}}.settings{-webkit-animation:anim-rotate 1.5s linear infinite;animation:anim-rotate 1.5s linear infinite;color:#fff;content:"";font-family:feather;font-size:18px;line-height:1;right:4px;top:-7px;z-index:1029}.setting-1,.settings{position:absolute;transition:.3s ease-in-out}.setting-1{color:#04a9f5;content:"b";font-family:pct;font-size:120px;letter-spacing:-44px;line-height:0;right:-45px;text-shadow:1px 0 2px rgba(4,169,245,.9),3px 0 5px rgba(0,0,0,.1);top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);z-index:1001}.usertab-list{display:inline-block}.usertab-list li{float:left;margin-bottom:1rem;width:50%}.memberblock{clear:both;margin-bottom:15px}.member,.memberblock{float:left;width:100%}.member{background:#fff;border:1px solid #e6eaea;overflow:hidden;padding:3px;position:relative;text-decoration:none!important}.memmbername{background:rgba(0,0,0,.9);bottom:-30px;color:#fff;font-size:11px;line-height:30px;overflow:hidden;padding:0 5px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.member:hover .memmbername{bottom:0}#particles-js{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.floating:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.floating-lg{-webkit-animation:floating-lg 3s ease infinite;animation:floating-lg 3s ease infinite}.floating-sm{-webkit-animation:floating-sm 3s ease infinite;animation:floating-sm 3s ease infinite}@-webkit-keyframes floating-lg{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-lg{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(15px);transform:translateY(15px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floating{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floating-sm{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-sm{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.statistics-info .counter-icon{border-radius:50%;display:inline-flex;height:4rem;margin-bottom:1rem;padding:1.3rem 1.4rem;text-align:center;width:4rem}.statistics-info .counter-icon i{font-size:1.2rem}.service .item-box i{font-size:35px}.productdec{background:#f2faff}.productdesc .list-unstyled li{border-bottom:0!important;margin-bottom:18px}.productdesc .tab-content i{color:inherit}.productdesc-1 .list-unstyled li{border-bottom:0!important;margin-bottom:5px}.mcs-horizontal-example{overflow-x:auto;white-space:nowrap}.mcs-horizontal-example .item{display:inline-block}.hover15 .card{position:relative}.hover15 .card:before{background:hsla(0,0%,100%,.2);border-radius:100%;content:"";display:block;height:0;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;z-index:2}.hover15 .card:hover:before{-webkit-animation:circle .75s;animation:circle .75s}@-webkit-keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}@keyframes circle{0%{opacity:1}40%{opacity:1}to{height:200%;opacity:0;width:200%}}#action_menu_btn{color:#fff;cursor:pointer;font-size:20px;position:absolute;right:36px;top:21px}.action_menu{background-color:#fff;color:#646367;display:none;padding:15px 0;position:absolute;right:15px;top:40px;z-index:1}.action_menu ul{list-style:none;margin:0;padding:0}.action_menu ul li:hover{background-color:rgba(0,0,0,.2);cursor:pointer}.contacts_body{max-height:510px;overflow-y:auto;white-space:nowrap}@media(max-width:988px){.note-toolbar{display:block!important}}@media only screen and (max-width:1279px)and (min-width:992px){#orders{bottom:-6px;height:102px!important;left:-6px;position:relative;width:100%!important}}@media screen and (max-width:998px)and (min-width:768px){.card-header.note-toolbar,.note-popover .popover-content{background:#f1f1f9;margin:0;padding:14px 0 5px 5px!important}}@media only screen and (max-width:490px){#smartwizard .nav-link{padding:15px 21px}}@media(max-width:495px){.nested-media .media{display:block}}.material-switch>input[type=checkbox]{display:none}.material-switch>label{cursor:pointer;height:0;position:relative;width:40px}.material-switch>label:before{background:#76839a;border-radius:8px;box-shadow:inset 0 0 10px rgba(228,229,237,.5);content:"";height:16px;margin-top:-8px;opacity:.3;position:absolute;transition:all .4s ease-in-out;width:40px}.material-switch>label:after{background:#fff;border-radius:16px;box-shadow:0 0 5px rgba(228,229,237,.9);content:"";height:24px;left:-4px;margin-top:-8px;position:absolute;top:-4px;transition:all .3s ease-in-out;width:24px}.material-switch>input[type=checkbox]:checked+label:before{background:inherit;opacity:.5}.material-switch>input[type=checkbox]:checked+label:after{background:inherit;left:20px}.counter-icon{font-size:24px;height:4rem;line-height:4rem;margin-bottom:1rem;text-align:center;width:4rem}.light-logo,.light-logo1,.mobile-light{display:none}.hor-menu .desktop-logo{margin-right:0}.hor-content{min-height:70vh}.clipboard-icon{background:#fff;border:1px solid #d8dde4;border-radius:5px;cursor:pointer;font-size:14px;padding:4px 8px;position:absolute;right:10px;top:10px}.sw-theme-default>ul.step-anchor>li>a:after{background:none!important}@media(min-width:992px){.sticky{width:100%}.sticky-pin{position:fixed;top:0;width:100%;z-index:999}.product-grid6 .product-image6 img{height:auto;width:100%}.hor-content .container,.hor-header .container,.horizontal-main.hor-menu .container{max-width:85%}}.input-group-btn .btn{border-radius:0 4px 4px 0}.card-body.scroll{overflow:hidden}.border-transparet{border-color:hsla(0,0%,100%,.1)}.breadcrumb .breadcrumb-item.active{color:#6259ca;color:var(--primary-bg-color)}.input-group.input-indec .form-control{border-color:#eaedf1}.apexcharts-tooltip{z-index:8!important}::-ms-backdrop,html.fullscreenie .app-content{height:100vh;overflow:scroll;overflow-x:hidden}::-ms-backdrop,html.fullscreenie .container.app-content{min-height:0}::-ms-backdrop,html.fullscreenie{width:100%}.ieh-100,.mail-chats li.chat-persons,::-ms-backdrop{height:100%}.card-img-top,::-ms-backdrop{height:252px}.custom-control-label:after,.custom-control-label:before,::-ms-backdrop{left:-25px}.media-body,.media-left,.media-right,::-ms-backdrop{display:block}.resp-vtabs .resp-tabs-list li,::-ms-backdrop{display:block}.transaction-table.table td{vertical-align:middle}@media(min-width:1135px){.main-header-center .form-control{width:350px}}@media(min-width:992px){.main-header-center .form-control{background:#fff;border:1px solid #eaedf1;border-radius:20px;height:40px}}.main-header-center .form-control{padding:1rem 1.5rem}@media(min-width:992px){.main-header-center .btn{background-color:transparent;color:#b4bdce;font-size:16px;height:40px;padding-right:13px;position:absolute;right:12px;top:0;transition:none}}.header .btn{margin-left:171px;position:absolute}.header .main-header-center{padding-left:30px;position:relative}.header-icon-svgs{color:#5b6e88;height:19px;width:19px}.pulse-danger{background:#ee335e;display:block;height:7px;right:8px;top:7px;width:7px}.pulse-danger,.pulse-danger:before{border-radius:50%;position:absolute}.pulse-danger:before{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;background:rgba(238,51,94,.8);box-shadow:0 0 0 rgba(238,51,94,.9);content:"";cursor:pointer;height:15px;right:-4px;top:-4px;width:15px}@-webkit-keyframes pulse{0%{opacity:0;-webkit-transform:scale(0)}8%{opacity:0;-webkit-transform:scale(0)}15%{opacity:1;-webkit-transform:scale(.1)}30%{opacity:1;-webkit-transform:scale(.5)}to{opacity:0;-webkit-transform:scale(1.1)}}.pulse{background:#22c03c;display:block;height:7px;right:8px;top:7px;width:7px}.pulse,.pulse:before{border-radius:50%;position:absolute}.pulse:before{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite;background:rgba(34,192,60,.6);box-shadow:0 0 0 rgba(34,192,60,.9);content:"";cursor:pointer;height:15px;right:-4px;top:-4px;width:15px}.progress.info1{background:#fed5db}.progress.secondary{background:#f9d1bd}.app-header .header-right-icons .nav-link.icon{background:#fff;border-radius:50%;box-shadow:0 2px 3px rgba(4,4,7,.1);font-size:1.2rem;height:2.5rem;justify-content:center;margin:5px;padding:11px!important;position:relative;text-align:center;width:2.5rem}.app-header .header-right-icons .nav-link.icon:hover{background:#f8fbff!important;border-radius:50%;font-size:1.2rem;height:2.5rem;margin:5px;padding:11px;position:relative;text-align:center}.avatar{color:#fff;display:inline-block;font-size:.875rem;font-weight:500;position:relative;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:bottom}.badge-success-light{background-color:rgba(19,191,27,.15)!important;color:#13bf1b}.badge-orange-light{background-color:rgba(225,118,38,.15);color:#e17626}.badge-danger-light{background-color:rgba(243,56,25,.15);color:#f33819}.activity-img{align-items:center;border:2px solid;display:inline-flex;height:45px;justify-content:center;width:45px}.activity-details{margin-left:15px;margin-top:6px;width:80%}.activity-blog{display:flex;min-height:70px;position:relative}.activity-blog:before{border-left:1px solid #e0e9f1;bottom:0;content:"";left:23px;position:absolute;top:45px}.activity-blog:last-child:before{display:none}.sales-product-info .sales-product-infomation{margin-top:-30px}.chart-circle-sm{font-size:.8rem;height:4rem;width:4rem}.chart-circle{display:block;height:8rem;margin:0 auto;width:8rem}.small,small{font-size:80%;font-weight:400}.fa-facebook-f:before{content:""}.browser-stats i{align-items:center;border-radius:50%;display:inline-flex;font-size:18px;height:45px;justify-content:center;width:45px}.browser-stats{display:flex;min-height:70px}svg.table-delete,svg.table-edit{fill:#fff!important}@media(min-width:992px){.sidebar-mini.sidenav-toggled .side-menu{padding:0 0 40px}.sidebar-mini.sidenav-toggled .side-menu__item.active .side-menu__icon{color:#fff!important}.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon{background:none!important;box-shadow:none}.sidebar-mini.sidenav-toggled .side-menu__item.active .side-menu__icon{fill:#fff;color:#fff}.sidebar-mini.sidenav-toggled .side-badge,.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{right:22px;top:6px}}.activity-img i{padding-bottom:4px}@media(max-width:991px){.sidenav-toggled .app-header.header{padding-left:0!important}.sidenav-toggled .header-brand1 .light-logo{display:none!important}.sidebar-mini .page-header{display:block}.pageheader-btn{margin-top:12px}.header-brand1{margin:0 auto;width:100%}.header-brand1 .light-logo1{margin:6px auto 0}.app-header{position:fixed!important;z-index:999999!important}.app-content .side-app{padding:0 15px!important}.main-header-center .btn,.main-header-center .form-control{display:none!important}.app-header.header .header-brand-img.desktop-logo,.app-header.header .header-brand-img.toggle-logo{display:none}.dropdown-menu.header-search:before{left:15px!important}.header .dropdown-menu{margin-top:16px!important}}.box-shadow-primary{box-shadow:0 5px 10px #c4cdeb}.box-shadow-secondary{box-shadow:0 5px 10px #e4cbfb}.box-shadow-success{box-shadow:0 5px 10px #99daea}.box-shadow-danger{box-shadow:0 5px 10px #efc2c9}.sidebar .tab-menu-heading{background:#6259ca;background:var(--primary-bg-color);color:#fff}.sidebar .user-pro-body img{background:#e8e9f5;border:2px solid #6259ca;border:2px solid var(--primary-bg-color);box-shadow:0 5px 5px 0 rgba(44,44,44,.2);display:block;margin:0 auto;padding:3px}.sidebar .user-pro-body .profile-status{top:52px}.profile-status{background-color:#00d48f;border:2px solid #fff;border-radius:100%;bottom:0;content:"";height:10px;position:absolute;right:103px;top:73px;width:10px}.sidebar-right .tab-content i{background-color:#6259ca;background-color:var(--primary-bg-color);border-radius:50%;color:#fff!important;font-size:18px;height:40px;line-height:2;text-align:center;width:40px}.nav.panel-tabs a.active,.nav.panel-tabs a:hover{background-color:#f5f6fb;border-radius:5px}.task-list{color:#3c4858;list-style:none;margin:0;padding:0;position:relative}.task-list li{margin-bottom:26px;padding-left:55px}.task-list li .task-icon{border-radius:50%;height:12px;left:10px;padding:2px;position:absolute;top:5px;width:12px;z-index:2}.task-list:before{border-left:1px solid #e0e9f1;bottom:0;content:"";height:90%;left:15px;position:absolute;top:4px}.task-list li{position:relative}.task-list li:last-child:after{display:none}@media(max-width:360px){.dropdown-menu.header-search:before{left:200px!important}}.cart-img{border-radius:5px!important;height:55px!important;width:55px}.mail-inbox .icons{background:0 0;border:1px solid #e9ebfa;border-radius:5px;color:#565b95!important;display:block!important;font-size:16px;height:30px!important;line-height:30px!important;margin-right:8px;padding:0!important;text-align:center;width:30px}.table-inbox tr td i{color:#e6e9f1}.table-inbox tr td i:hover{color:#f7284a}.table-inbox tr td .fa-star:hover{color:#fbc518}.mail-option{display:inline-block;margin-bottom:10px;width:100%}.mail-option .btn-group a.btn,.mail-option .chk-all{border:1px solid #e9ebfa;border-radius:3px!important;display:inline-block;padding:5px 10px}.mail-option .btn-group,.mail-option .chk-all{margin-right:5px}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.mail-option .btn-group a.all{border:0!important;box-shadow:none;outline:0;padding:0!important}ul.inbox-pagination{float:right}ul.inbox-pagination li{float:left}.inbox-pagination li span{display:inline-block;margin-right:5px;margin-top:7px}.inbox-pagination a.np-btn{border:1px solid #e9ebfa;border-radius:3px!important;display:inline-block;margin-left:5px;padding:5px 15px}.acc-header a.collapsed{border:1px solid #e9ebfa;border-radius:5px}.acc-header a{background-color:#f1f1f9;border:1px solid #e9ebfa;border-radius:5px;display:block;font-size:14px;padding:15px}.acc-card .collapse.show .acc-body{border-top:0}.acc-header a.active{border-radius:5px 5px 0 0}.acc-body{border:1px solid #e9ebfa;border-radius:0 0 5px 5px;border-top:0;padding:15px}.panel-heading1 a.active{border-radius:5px 5px 0 0}.card-pay .tabs-menu{border-radius:5px;margin-bottom:25px;overflow:hidden}.card-pay .tabs-menu li{display:block;width:33.3%}.card-pay .tabs-menu li a.active{background:#6259ca;background:var(--primary-bg-color);border-radius:2px;color:#fff;text-align:center}.card-pay .tabs-menu li a{background:#f3f4f7;border-right:1px solid #eaedf1;display:block;padding:.7rem 1rem;text-align:center}.card-pay .tabs-menu li:last-child a{border-right:0}.form-wizard-title{line-height:25px;margin-left:10px}.acc-step-number{height:25px;line-height:25px;padding:0;width:25px}.plan-card .plan-icon{border:12px solid rgba(242,246,249,.55);border-radius:50%;color:#fff;display:inline-block;font-size:25px;height:70px;line-height:50px;overflow:hidden;transition:all .3s;width:70px}.card-dashboard-eight .card-title,.card-table-two .card-title,.main-content-label{color:#1d212f;font-weight:800;letter-spacing:.2px;line-height:1;margin-bottom:10px;text-transform:uppercase}.social-login{background:#f5f6fb;border-radius:50px;font-size:15px;height:35px;line-height:36px;margin-top:-5px;width:35px}.error-bg{background-size:cover;background:url(/static/media/bg.f1de08f95548ceabd4d9.png);background-position:50%;background-repeat:no-repeat;border-bottom-left-radius:6px;border-top-left-radius:6px;position:relative;z-index:0}.hor-header .header-right-icons .nav-link.icon{background:#fff;border-radius:50%;box-shadow:0 2px 3px rgba(4,4,7,.1);font-size:1.2rem;height:2.5rem;justify-content:center;margin:5px;padding:11px!important;position:relative;text-align:center;width:2.5rem}.user-social-detail .social-profile{background:#f5f6fb;font-size:13px;height:33px;line-height:2.4;padding:1px;width:33px}.row.user-social-detail{justify-content:center;margin:0 auto}.list-group-flush .list-group-item{border-left:0!important;border-right:0!important}.sidebar .list-group-flush .list-group-item{border-bottom:0}.sidebar .tabs-menu ul li a{padding:15px 12px 15px 13px}.sticky.sticky-pin .horizontal-main.hor-menu{box-shadow:5px 7px 26px -5px hsla(212,8%,45%,.1)}.mini-stat-icon{border-radius:50px;color:#fff;display:block;padding:8px 12px}.product-grid6{padding:0}.product-grid6,.product-grid6 .product-image6{overflow:hidden}.product-grid6:hover{border-radius:7px}.product-grid6 .product-image6 a{display:block}.product-grid6 .product-image6 img{border-radius:5px 5px 0 0;display:block;margin:auto;transition:all .5s ease 0s}.product-grid6:hover .product-image6 img{-webkit-transform:scale(1.1);transform:scale(1.1)}.product-grid6 .product-content{padding:15px 0;text-align:center;transition:all .5s ease 0s}.product-grid6:hover .product-content{opacity:0}.product-grid6 .title{font-size:16px;font-weight:500;margin:0 0 7px;text-transform:capitalize;transition:all .3s ease 0s}.product-grid6 .price{font-size:18px;font-weight:600}.product-grid6 .price span{color:#76839a;display:inline-block;font-size:15px;font-weight:400;margin-left:7px;text-decoration:line-through}.product-grid6 .icons{bottom:-3px;left:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;right:0;text-align:center;transition:all .5s ease 0s;z-index:1}.product-grid6:hover .icons{bottom:33px;opacity:1}.product-grid6 .icons li{display:inline-block}.product-grid6 .icons li a{border-radius:50px;display:block;font-size:15px;height:35px;line-height:35px;margin:3px 4px;position:relative;text-align:center;transition:all .3s ease-in-out;width:35px}.product-grid6 .icons li a:after,.product-grid6 .icons li a:before{border-radius:5px;color:#fff;content:attr(data-tip);font-size:10px;left:50%;letter-spacing:1px;line-height:20px;opacity:0;padding:1px 5px;position:absolute;top:-30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.product-grid6 .icons li a:after{border-radius:0;content:"";height:15px;top:-20px;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:15px;z-index:-1}.product-grid6 .icons li a:hover:after,.product-grid6 .icons li a:hover:before{opacity:1}.light-layout{display:none}.task-list h6{font-weight:500}.task-list span{font-size:12px;font-weight:400}.sidebar .dropdown-item h6{color:#0d0c22;font-weight:500}.sidebar .dropdown-item p{font-size:12px}.sidebar .dropdown-item .pt-1{margin-top:3px}.bg-patterns{background:url(/static/media/1.0694bcab931c5d2c1b71.png);background-position:50%;background-repeat:no-repeat;background-size:cover}.legend{border-radius:100%;display:inline-block;height:10px;margin-right:5px;margin-top:6px;width:10px}.legend.bg-background2{background:#ff5d9e}.mail-inbox.list-group-transparent .list-group-item.active{background:transparent!important}.header-brand-img .light-logo,.header-brand-img .toggle-logo{display:none}@media(min-width:992px){.dropdown-menu.header-search:before{background:#fff;border-left:1px solid #eaedf1;border-top:1px solid #eaedf1;content:"";height:13px;left:28px;position:absolute;top:-7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:13px}}#morrisBar8.chartsh svg text,#morrisBar9.chartsh svg text{font-size:10px!important;font-weight:400!important}.table-bordered>:not(caption)>*{border-width:0}.list-group .contact-icons{left:70px;position:absolute;top:20px}.list-group .list-contact-icons{align-items:center;background:#ece8ff;color:#6259ca;color:var(--primary-bg-color);cursor:pointer;display:flex;font-size:13px;height:35px;min-width:2rem;padding:10px;transition:color .3s;-webkit-user-select:none;user-select:none;width:35px}.sw-btn-group-extra.btn-group>.btn:first-child{border-right:1px solid hsla(0,0%,100%,.13)!important}.sw-btn-group-extra .btn+.btn{margin-left:0}@media screen and (max-width:1310px)and (min-width:1280px){h3.number-font{font-size:1.8rem}}@media(min-width:768px)and (max-width:830px){.form-group .custom-switch .custom-switch-indicator{width:2.8rem}}.inbox-body .mail-option .dropdown-menu{z-index:8}@media(max-width:320px){.responsive-navbar.navbar .nav-link.icon{margin:1px!important}}@media(min-width:992px)and (max-width:1060px){.panel-theme .no-padding{padding-left:0;padding-right:0}}.dropdown.tooltip{z-index:999!important}.main-content.app-content .main-container{padding-left:0;padding-right:0}.hor-rightangle{display:none!important}.apexcharts-toolbar{z-index:0!important}@media(min-width:1300px){.layout-boxed .chart-circle-value{top:-25px!important}}.main-content-left .main-nav-line .nav-link.active{color:#6259ca;color:var(--primary-bg-color)}.ui-timepicker-wrapper{z-index:2!important}.ms-choice>span.placeholder{display:none}@media(max-width:992px){.wizard>.steps .done a .title,.wizard>.steps .done a:active .title,.wizard>.steps .done a:hover .title{display:none!important}}.group-filter .ms-choice>span{text-overflow:clip;white-space:normal}.ms-parent button{overflow:auto}.ms-choice>span{position:relative!important;text-align:left;top:0!important;white-space:break-spaces}.sp-container{z-index:8!important}@media(max-width:1279px)and (min-width:992px){#smartwizard-3 .nav-tabs .nav-link{padding:1rem 1.8rem}.sw-theme-dots>ul.step-anchor>li>a:after{left:45%}}.app.sidebar-mini .main-sidemenu .slide-left,.app.sidebar-mini .main-sidemenu .slide-right{display:none}:focus-visible{outline:none}.ql-snow .ql-tooltip{margin-left:20rem;margin-top:20px}#lightgallery img{width:100%}.product-label{background:hsla(250,4%,71%,.1);border-radius:7px;float:right;font-size:75%;padding:.4em .6em;text-align:center;vertical-align:initial;white-space:nowrap}.list-icon:before{border:1px solid rgba(0,0,0,.4);content:"";height:5px;left:10px;position:absolute;right:0;top:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px}@media(max-width:991px){.demo-icon.nav-link.icon{margin-bottom:0!important}}.file-rounded-attachments{border-radius:50px!important;cursor:pointer!important;font-size:14px!important;line-height:2;padding:0 10px!important}.tag-outline{background-color:transparent;border:1px solid #e8e8f7;color:#53545e}.file-radius-attachments{border-radius:6px!important;cursor:pointer!important;font-size:14px!important;line-height:2;padding:0 10px!important}.tag-primary-transparent{background-color:var(--primary02)!important;color:#6259ca;color:var(--primary-bg-color)}.tag-warning-transparent{background-color:rgba(255,155,33,.2)!important;color:#f7b731}.tag-danger-transparent{background-color:rgba(253,96,116,.2)!important;color:#f82649}.tag-info-transparent{background-color:rgba(1,184,255,.2)!important;color:#45aaf2}.tag-success-transparent{background-color:rgba(25,177,89,.2)!important;color:#09ad95}.tag-secondary-transparent{background-color:rgba(241,56,139,.2)!important;color:#fb6b25}.file-rounded-attachments-lg{border-radius:50px!important;cursor:pointer!important;font-size:15px!important;line-height:2;padding:0 10px!important}.file-rounded-attachments-lg i{font-size:20px!important}.file-radius-attachments-lg{border-radius:6px!important;cursor:pointer!important;font-size:15px!important;line-height:2;padding:0 10px!important}.file-radius-attachments-lg i{font-size:20px!important}.file-image .icons{bottom:-3px;list-style:none;margin:0;opacity:0;padding:0;position:absolute;right:22px;text-align:center;text-align:right;top:14px;transition:all .5s ease 0s;z-index:1}.file-image img{border-radius:7px}.file-image .icons li{display:block;margin:5px}.file-image .icons li a{border-radius:50px;color:#fff;display:block;font-size:15px;height:35px;line-height:35px;margin:2px 7px;padding:0;position:relative;text-align:center;transition:all .3s ease-in-out;width:35px}.file-image .icons li a:after,.file-image .icons li a:before{border-radius:5px;color:#fff;content:attr(data-tip);font-size:12px;left:50%;letter-spacing:1px;line-height:20px;opacity:0;padding:1px 5px;position:absolute;top:-30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.file-image .icons li a:after{border-radius:0;content:"";height:15px;top:-20px;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:15px;z-index:-1}.file-image:hover .icons{bottom:33px;opacity:1}.file-image:hover{border-radius:7px}.file-image .icons li a:hover{color:#fff}.file-name{bottom:20px;color:#fff;font-size:16px;font-weight:500;left:0;position:absolute;right:0;text-align:center}.file-image-1{border:1px solid #e9edf4;border-radius:5px;display:inline-table;height:100px;margin:4px 4px 40px;position:relative;width:100px}.file-image-1 .icons{bottom:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;right:7px;text-align:center;text-align:right;top:6px;transition:all .5s ease 0s;z-index:1}.file-image-1:hover .icons{bottom:33px;opacity:1}.file-image-1 .icons li a{border-radius:50px;color:#fff;display:block;font-size:12px;height:25px;line-height:28px;margin:4px 1px;padding:0;position:relative;text-align:center;transition:all .3s ease-in-out;width:25px}.file-image-1 .file-name-1{bottom:-30px;color:#524d4d;font-size:12px;font-weight:500;left:0;position:absolute;right:0;text-align:center}.file-image-md{height:150px;width:150px}.file-image-1 .product-image img{background-repeat:no-repeat;background-size:cover;height:100%}.file-image-lg{height:200px;width:200px}.open-file{height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.file-manager-icon{height:55px;padding:7px!important;width:55px}.file-image-lg .icons li a{font-size:15px;height:35px;line-height:35px;width:35px}.file-image-md .icons li a{font-size:13px;height:28px;line-height:30px;width:28px}@media screen and (min-width:768px){.file-manager-list{height:124px}}.fs-10{font-size:10px!important}.fs-11{font-size:11px!important}.fs-12{font-size:12px!important}.fs-13{font-size:13px!important}.fs-14{font-size:14px!important}.fs-15{font-size:15px!important}.fs-16{font-size:16px!important}.fs-17{font-size:17px!important}.fs-18{font-size:18px!important}.fs-20{font-size:20px!important}.fs-23{font-size:23px!important}.fs-25{font-size:25px!important}.fs-30{font-size:30px!important}.fs-40{font-size:40px}.fs-50{font-size:50px}.fs-65{font-size:65px}.fs-100{font-size:100px}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-600{font-weight:600}.fw-semibold{font-weight:500!important}.font-italic{font-style:italic!important}figure{margin:0 0 1rem}.image{position:relative}img{border-style:none}.img-1,img{vertical-align:middle}.img-1{bottom:-62px;left:0;position:absolute;right:0;text-align:center}.img-1 img{border:6px solid hsla(0,0%,88%,.5);border-radius:100%}.img-2 img{border-radius:5px}.img-fluid{height:auto;max-width:100%}.item-card img:hover{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.img-thumbnail{background-color:#fff;border:1px solid #eaedf1;border-radius:3px;height:auto;max-width:100%;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#868e96;font-size:90%}img{max-width:100%}.loader-img{bottom:0;left:0;margin:0 auto;position:absolute;right:0;text-align:center;top:43%}.about-img,.login-img{background-position:50%;background-size:cover}.login-img{background-repeat:no-repeat;display:inline-table;height:100%;width:100%}.construction-img{background-size:cover}.profie-img .flex-md-row img{width:60px}.profile-img{background:hsla(0,0%,88%,.2);border:1px solid rgba(167,180,201,.2);border-radius:50%;display:block;font-size:10px;position:relative;text-align:center;z-index:1000}.cover-image{background-size:cover!important}.card-profile-img{border:3px solid #fff;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.1);margin-bottom:1rem;max-width:6rem}.img-gallery{margin-bottom:-.5rem;margin-left:-.25rem;margin-right:-.25rem}.img-gallery>.col,.img-gallery>[class*=col-]{padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem}.imagecheck{cursor:pointer;margin:0;position:relative}.imagecheck-input{opacity:0;position:absolute;z-index:-1}.imagecheck-figure{border:1px solid #eaedf1;border-radius:3px;margin:0;position:relative}.imagecheck-input:focus~.imagecheck-figure{border-color:#467fcf;box-shadow:0 0 0 2px rgba(98,58,162,.25)}.imagecheck-input:checked~.imagecheck-figure{border-color:rgba(0,40,100,.24)}.imagecheck-figure:before{background:#467fcf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E") no-repeat 50%/50% 50%;border-radius:3px;color:#fff;content:"";display:block;height:1rem;left:.25rem;opacity:0;pointer-events:none;position:absolute;top:.25rem;transition:opacity .3s;-webkit-user-select:none;user-select:none;width:1rem;z-index:1}.imagecheck-input:checked~.imagecheck-figure:before{opacity:1}.imagecheck-image{max-width:100%;opacity:.64;transition:opacity .3s}.imagecheck-image:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.imagecheck-image:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.imagecheck-input:checked~.imagecheck-figure .imagecheck-image,.imagecheck-input:focus~.imagecheck-figure .imagecheck-image,.imagecheck:hover .imagecheck-image{opacity:1}.imagecheck-caption{color:#9aa0ac;font-size:.875rem;padding:.25rem;text-align:center;transition:color .3s}.imagecheck-input:checked~.imagecheck-figure .imagecheck-caption,.imagecheck-input:focus~.imagecheck-figure .imagecheck-caption,.imagecheck:hover .imagecheck-caption{color:#495057}.demo-gallery>ul{margin-bottom:0}.demo-gallery>ul>li{border:0;float:left;margin-bottom:15px;width:200px}.demo-gallery>ul>li a{border:3px solid #fff;border-radius:3px;display:block;float:left;overflow:hidden;position:relative}.demo-gallery>ul>li a>img{height:100%;-webkit-transform:scaleX(1);transform:scaleX(1);transition:-webkit-transform .15s ease 0s;transition:transform .15s ease 0s;transition:transform .15s ease 0s,-webkit-transform .15s ease 0s;width:100%}.demo-gallery>ul>li a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.demo-gallery>ul>li a:hover .demo-gallery-poster>img{opacity:1}.demo-gallery>ul>li a .demo-gallery-poster{background-color:rgba(0,0,0,.1);bottom:0;left:0;position:absolute;right:0;top:0;transition:background-color .15s ease 0s}.demo-gallery>ul>li a .demo-gallery-poster>img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;transition:opacity .3s ease 0s}.demo-gallery>ul>li a:hover .demo-gallery-poster{background-color:rgba(0,0,0,.5)}.demo-gallery .justified-gallery>a>img{height:100%;-webkit-transform:scaleX(1);transform:scaleX(1);transition:-webkit-transform .15s ease 0s;transition:transform .15s ease 0s;transition:transform .15s ease 0s,-webkit-transform .15s ease 0s;width:100%}.demo-gallery .justified-gallery>a:hover>img{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img{opacity:1}.demo-gallery .justified-gallery>a .demo-gallery-poster{background-color:rgba(0,0,0,.1);bottom:0;left:0;position:absolute;right:0;top:0;transition:background-color .15s ease 0s}.demo-gallery .justified-gallery>a .demo-gallery-poster>img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;transition:opacity .3s ease 0s}.demo-gallery .justified-gallery>a:hover .demo-gallery-poster{background-color:rgba(0,0,0,.5)}.demo-gallery .video .demo-gallery-poster img{height:48px;margin-left:-24px;margin-top:-24px;opacity:.8;width:48px}.demo-gallery.dark>ul>li a{border:3px solid #04070a}.home .demo-gallery{padding-bottom:80px}.img-avatar{border-radius:2px;height:37px;width:37px}.image-size{height:128px;width:128px}.img-float{position:absolute;right:1rem;top:-3.5rem;width:50px}.gallery-wrap .img-big-wrap img{cursor:zoom-in;display:inline-block;height:350px;margin-top:7px;width:auto}.gallery-wrap .img-small-wrap{text-align:center}.gallery-wrap .img-small-wrap .item-gallery{border:1px solid #ddd;border-radius:4px;display:inline-block;height:80px;margin:7px 2px;overflow:hidden;text-align:center;width:80px}.gallery-wrap .img-small-wrap img{border-radius:4px;cursor:zoom-in;max-height:100%;max-width:100%;object-fit:cover}.member img{width:100%}.gallery a img{border:1px solid rgba(0,0,0,.2);float:left;height:auto;position:relative;transition:-webkit-transform .15s ease;transition:transform .15s ease;transition:transform .15s ease,-webkit-transform .15s ease}.img-card:before{background:url(/static/media/circle.7fdaba9070012c33bd5b.svg);background-position:100%;background-repeat:no-repeat;content:"";height:100%;opacity:.5;position:absolute;width:100%}.example+.highlight{border-radius:0 0 3px 3px;border-top:none;margin-top:0;overflow:auto}.highlight{background:#fcfcfc;border-radius:3px;font-size:.9375rem;margin:1rem 0 2rem;max-height:40rem}.highlight pre{margin-bottom:0}.highlight .hll{background-color:#ffc}.highlight .c{color:#999}.highlight .k{color:#069}.highlight .o{color:#555}.highlight .cm{color:#999}.highlight .cp{color:#099}.highlight .c1,.highlight .cs{color:#999}.highlight .gd{background-color:#fcc;border:1px solid #c00}.highlight .ge{font-style:italic}.highlight .gr{color:red}.highlight .gh{color:#030}.highlight .gi{background-color:#cfc;border:1px solid #0c0}.highlight .go{color:#aaa}.highlight .gp{color:#009}.highlight .gu{color:#030}.highlight .gt{color:#9c6}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#069}.highlight .kt{color:#078}.highlight .m{color:#f60}.highlight .s{color:#c09}.highlight .na{color:#00cc7a}.highlight .nb{color:#366}.highlight .nc{color:#0a8}.highlight .no{color:#360}.highlight .nd{color:#99f}.highlight .ni{color:#999}.highlight .ne{color:#c00}.highlight .nf{color:#c0f}.highlight .nl{color:#99f}.highlight .nn{color:#0cf}.highlight .nt{color:maroon}.highlight .nv{color:#033}.highlight .ow{color:#000}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#f60}.highlight .sb,.highlight .sc{color:#c30}.highlight .sd{color:#c30;font-style:italic}.highlight .s2,.highlight .se,.highlight .sh{color:#c30}.highlight .si{color:#a00}.highlight .sx{color:#c30}.highlight .sr{color:#3aa}.highlight .s1{color:#c30}.highlight .ss{color:#fc3}.highlight .bp{color:#366}.highlight .vc,.highlight .vg,.highlight .vi{color:#033}.highlight .il{color:#f60}.highlight .css .nt+.nt,.highlight .css .o,.highlight .css .o+.nt{color:#999}.highlight .language-bash:before,.highlight .language-sh:before{color:#009;content:"$ ";-webkit-user-select:none;user-select:none}.highlight .language-powershell:before{color:#009;content:"PM> ";-webkit-user-select:none;user-select:none}.label{display:inline-block;margin-bottom:.5rem;padding-left:.6em;padding-right:.6em}.label-size{font-size:3.8em;margin-left:9px}.label-font-size{font-size:1.8em}.label-medium-size{font-size:1.2em}.labels li{display:inline}.label-title{font-size:1.125rem}.label-font{font-size:.8em}.label-default{background:#d5e0ec;color:#fff}.label-success{background:#09ad95;color:#fff}.label-danger{background:#f5334f;color:#fff}.label-warning{background:#f7b731;color:#fff}.label-info{background:#45aaf2;color:#fff}.list-group-item.active{background-color:#f6f4fb;border-color:#d8dde4;color:#0d0c22;z-index:2}.list-group{display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#76839a;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f1f1f9;color:#76839a;text-decoration:none}.list-group-item-action:active{background-color:#e9ecef;color:#76839a}.list-group-item{background-color:#fff;border:1px solid #eaedf1;display:block;margin-bottom:-1px;padding:.75rem 1.25rem;position:relative}.listorder{list-style-type:decimal}.listorder,.listorder1{background-color:#fff;border:1px solid #eaedf1;list-style-position:inside;margin-bottom:-1px;padding:.75rem 1.25rem;position:relative}.listorder1{list-style-type:upper-alpha}.listunorder{list-style-type:circle}.listunorder,.listunorder1{background-color:#fff;border:1px solid #eaedf1;list-style-position:inside;margin-bottom:-1px;padding:.75rem 1.25rem;position:relative}.listunorder1{list-style-type:square}.list-group-item:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.list-group-item:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;margin-bottom:0}.list-group-item:focus,.list-group-item:hover{border-bottom:1px solid transparent;text-decoration:none;z-index:1}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#c6cad8}.list-group-flush .list-group-item{border-left:0;border-radius:0;border-right:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary,.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#24426c}.list-group-item-primary.list-group-item-action.active{background-color:#24426c;border-color:#24426c}.list-group-item-secondary{background-color:#dddfe2;color:#464a4e}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#cfd2d6;color:#464a4e}.list-group-item-secondary.list-group-item-action.active{background-color:#464a4e;border-color:#464a4e;color:#fff}.list-group-item-success{background-color:#d2ecb8;color:#316100}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#c5e7a4;color:#316100}.list-group-item-success.list-group-item-action.active{background-color:#316100;border-color:#316100;color:#fff}.list-group-item-info{background-color:#cbe7fb;color:#24587e}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#b3dcf9;color:#24587e}.list-group-item-info.list-group-item-action.active{background-color:#24587e;border-color:#24587e;color:#fff}.list-group-item-warning{background-color:#fbeebc;color:#7d6608}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#fae8a4;color:#7d6608}.list-group-item-warning.list-group-item-action.active{background-color:#7d6608;border-color:#7d6608;color:#fff}.list-group-item-danger{background-color:#f1c1c0;color:#6b1110}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#ecacab;color:#6b1110}.list-group-item-danger.list-group-item-action.active{background-color:#6b1110;border-color:#6b1110;color:#fff}.list-group-item-light{background-color:#fdfdfe;color:#818182}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#ececf6;color:#818182}.list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.list-inline-dots .list-inline-item+.list-inline-item:before{content:"· ";margin-left:-2px;margin-right:3px}.list-separated-item{padding:1rem 0}.list-separated-item:first-child{padding-top:0}.list-group-item.active .icon{color:inherit!important}.list-group-item .icon{color:#76839a!important}.list-group-transparent .list-group-item{background:none;border:0;border-radius:3px;padding:.5rem 1rem}.list-group-transparent .list-group-item.active{background:#f5f6fb;color:#000;font-weight:500}.list-group.lg-alt .list-group-item{border:0}.list.d-flex img{width:60px}.list-style-1{list-style:inherit;padding-left:inherit}.list-style-1 ul{list-style:inherit;padding-left:30px}.list-style-1 li{line-height:30px}.list-style2{list-style:decimal;padding-left:inherit}.list-style2 ul{list-style:decimal;padding-left:30px}.list-style2 li{line-height:30px}.list-style3{list-style:circle!important;padding-left:inherit}.list-style3 ul{list-style:decimal;padding-left:30px}.list-style3 li{line-height:30px}.list-style4{list-style:lower-alpha;padding-left:inherit}.list-style4 ul{list-style:decimal;padding-left:30px}.list-style4 li{line-height:30px}.list-style5{list-style:square;padding-left:inherit}.list-style5 ul{list-style:decimal;padding-left:30px}.list-style5 li{line-height:30px}.list-style6{list-style:lower-roman;padding-left:inherit}.list-style6 ul{list-style:decimal;padding-left:30px}.list-style6 li,.order-list li{line-height:30px}.media,.media-body{zoom:1;overflow:hidden}.media-body{flex:1 1;width:auto}.media-object{display:block}.media img{height:40px;width:40px}.media-right,.media>.pull-right{padding-left:10px}.media-body,.media-left,.media-right{display:block;vertical-align:top}.media-left,.media>.pull-left{padding-right:10px}.media-heading{margin-bottom:5px;margin-top:0}.media-body h4{font-size:16px;font-weight:500}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.list-media .media-img{float:left;margin-right:20px;position:relative;width:48px}.list-media .info{height:auto;min-height:40px;padding-left:55px;position:relative}.list-media .info h4 a{font-size:16px;margin-top:10px}.list-media .info p{font-size:13px}.list-media .info .text-right{color:#8a8a8a;font-size:12px;margin-top:-28px;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%)}.media-icon{border-radius:100%;height:3rem;line-height:4;text-align:center;width:3rem}.media-list{list-style:none;margin:0;padding:0}.mediaicon{border-radius:20px;color:#fff;font-size:18px;height:40px;padding:9px 0;text-align:center;width:40px}.mediafont{font-size:16px;font-weight:600}.media{align-items:flex-start;display:flex}.btn-close{color:#000;float:right;font-size:1.40625rem;font-weight:700;line-height:1;opacity:.7;text-shadow:none;transition:color .3s}.btn-close:focus,.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:not(:disabled):not(.disabled){cursor:pointer}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar>.container,.navbar>.container-fluid{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.125rem;line-height:inherit;margin-right:1rem;padding-bottom:.359375rem;padding-top:.359375rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;font-size:1.125rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{background:no-repeat 50%;background-size:100% 100%;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-left:0;padding-right:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-left:0;padding-right:0}}@media(min-width:992px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.responsive-navbar .navbar-collapse{background:transparent;display:flex!important;flex-basis:auto}}@media(max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-left:0;padding-right:0}}@media(min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1279.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-left:0;padding-right:0}}@media(min-width:1280px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap;padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27$black-5%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27$white-5%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.responsive-navbar.navbar{display:initial;flex-basis:inherit;flex-wrap:inherit}.responsive-navbar.navbar .dropdown-menu.dropdown-menu-left{left:-1px;position:absolute;right:-1px}@media(max-width:991px){.navresponsive-toggler{padding:2px}.navresponsive-toggler span{background:#fff;border-radius:50%;box-shadow:0 2px 3px rgba(4,4,7,.1);font-size:1.2rem;height:2.5rem;margin-top:2px;padding:9px;position:relative;text-align:center;width:2.5rem}.dropdown-menu.dropdown-menu-right{left:0!important}.responsive-navbar.navbar .navbar-collapse .icon.navsearch{border:1px solid #e4e6f9;border-radius:25px;margin:2px;padding:7px 10px!important}.responsive-navbar.navbar .navbar-collapse .icon.navsearch i{line-height:20px}.responsive-navbar .navbar-collapse{background:#fff;box-shadow:0 12px 11px -3px hsla(212,8%,45%,.1);left:0;margin-top:41px;padding:5px;position:fixed;right:0;top:0;width:100%;z-index:999}.responsive-navbar .dropdown{position:static}.responsive-navbar .nav-link.icon{border-radius:50px;font-size:1.2rem;height:2.5rem;margin:0;padding:10px!important;width:2.5rem}.responsive-navbar .header-search .input-group .input-group-text.btn{padding:11px;right:6px;top:9px}.responsive-navbar .dropdown-menu.dropdown-menu-start.show{border-top-left-radius:0;border-top-right-radius:0;right:0!important;top:2.7rem!important}.responsive-navbar .dropdown-menu.dropdown-menu-end.show{border-top-left-radius:0;border-top-right-radius:0;left:0!important;top:2.7rem!important}.responsive-navbar .collapse.show .dropdown-menu.show{left:5%!important;right:5%!important}}.navbar-nav{flex-direction:row!important}.pricing-divider{box-shadow:0 0 30px rgba(0,0,0,.2)}.pricing{color:#fff}.pricing1{color:#707070}.pricing .card-category{background:hsla(0,0%,100%,.3);color:#fff;padding:10px 0}.pricing .list-unstyled li{border-bottom:1px solid hsla(0,0%,100%,.1);padding:7px 0}.pricing1 .list-unstyled li{border-bottom:1px solid #eaedf1;padding:7px 0}.pricing1 .card-category{background:hsla(0,0%,100%,.3);border-radius:7px 7px 0 0;color:#fff;padding:20px 0}.pricing-table{border-radius:0;margin:0 auto;transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;width:100%}.pricing-table:hover{box-shadow:0 0 30px rgba(0,0,0,.2)}.pricing-table:hover>.panel-footer-landing{box-shadow:inset 0 0 30px rgba(0,0,0,.05);-webkit-transition:all .3s ease}.pricing-table:hover>.panel>.panel-body-landing{background:#1643a3;-webkit-transition:all .3s ease}.pricing-table:hover>.panel>.panel-heading-landing-box{background:#fff!important;color:#333!important;-webkit-transition:all .3s ease}.pricing-table:hover>.panel>.controle-header,.pricing-table:hover>.panel>.panel-footer{background:#1643a3!important;-webkit-transition:all .3s ease}.pricing-table:hover>.panel>.panel-footer{text-align:center}.princing-item:hover{box-shadow:0 0 30px rgba(0,0,0,.1)}.princing-item:hover .deco-layer--1{-webkit-transform:translate3d(15px,0,0);transform:translate3d(15px,0,0)}.princing-item:hover .deco-layer--2{-webkit-transform:translate3d(-15px,0,0)}.btn-price:hover{background:#fff!important;color:#1643a3!important;-webkit-transition:all .3s ease}.pricing-table:hover>.panel>.controle-header>.panel-title-landing{color:#fff!important;font-size:35px;-webkit-transition:all .3s ease}.pricing-table:hover>.panel>.panel-body-landing>.table>tbody>tr>td{font-weight:500;-webkit-transition:all .3s ease}.pricing-table>.panel>.controle-header>.panel-title-landing{color:#000!important;font-size:35px}.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{font-weight:500;-webkit-transition:all .3s ease}.panel-body-landing:hover>.table>tbody>tr>td{color:#fff!important;-webkit-transition:all .3s ease}.panel-heading-landing{background:#f7f7f7!important;border:2px solid #1643a3!important;border-bottom:none!important;border-top-left-radius:10px!important;border-top-right-radius:10px!important;margin-top:20px;padding:20px!important;text-align:center}.col-sm-4 .pricing-table .table td{padding:.75rem;text-align:left;vertical-align:top}.panel.price,.panel.price>.panel-heading{-moz-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease}.panel.price h3{margin-bottom:0;padding:20px 0}.panel-heading{background:#fff;border-bottom:1px solid hsla(0,0%,100%,.2);padding:10px 15px}.panel.price{background:#fff;border-radius:7px;box-shadow:0 22px 68px -9px rgba(0,0,0,.15);margin-bottom:1.5rem}.panel.price>.panel-heading{border-radius:5px 5px 0 0;color:#fff}.panel.price .list-group-item:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}.panel.price .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel.price:hover{box-shadow:0 0 30px rgba(0,0,0,.2)}.price .panel-footer{border-bottom:0;border-left:0;border-right:0}.price .panel-footer,.price.panel-color>.panel-body{background-color:#fff}.product-price{font-size:1rem}.product-price strong{font-size:1.5rem}.pricing-divider-img{left:0;position:absolute;width:100%}.price-detail-wrap .rating-stars{text-align:left!important}.rating-stars{text-align:center;width:100%}.rating-stars .rating-stars-container{font-size:0}.rating-stars .rating-stars-container .rating-star{color:#e6e7ea;cursor:pointer;display:inline-block;font-size:32px;padding:5px 10px}.rating-stars .rating-stars-container .rating-star.sm{color:#eaedf1;cursor:pointer;display:inline-block;font-size:14px;padding:5px}.rating-stars .rating-stars-container .rating-star.is--active,.rating-stars .rating-stars-container .rating-star.is--hover{color:#f1c40f}.rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover,.rating-stars .rating-stars-container .rating-star.is--no-hover{color:#f1f1f9}.rating-stars input{background-clip:padding-box;background-color:#fff;border:1px solid #eaedf1;color:#495057;display:block;font-size:.9375rem;line-height:1.6;margin:0 auto;padding:.375rem .75rem;text-align:center;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.br-theme-bars-horizontal .br-widget a{background-color:#e5e9f2}.br-theme-bars-horizontal .br-widget a.br-active,.br-theme-bars-horizontal .br-widget a.br-selected{background-color:#6259ca;background-color:var(--primary-bg-color)}.br-theme-bars-horizontal .br-widget .br-current-rating,.br-theme-bars-pill .br-widget a{color:#6259ca;color:var(--primary-bg-color)}.br-theme-bars-pill .br-widget a{background-color:#e5e9f2}.br-theme-bars-pill .br-widget a.br-active,.br-theme-bars-pill .br-widget a.br-selected{background-color:#6259ca;background-color:var(--primary-bg-color);color:#fff}.br-theme-bars-square .br-widget a{background-color:#fff;border:2px solid #e5e9f2;color:#e5e9f2}.br-theme-bars-square .br-widget a.br-active,.br-theme-bars-square .br-widget a.br-selected{border:2px solid #6259ca;border:2px solid var(--primary-bg-color);color:#6259ca;color:var(--primary-bg-color)}.br-theme-bars-movie .br-widget a{background-color:#e5e9f2}.br-theme-bars-movie .br-widget a.br-active,.br-theme-bars-movie .br-widget a.br-selected{background-color:#6259ca;background-color:var(--primary-bg-color)}.br-theme-bars-movie .br-widget .br-current-rating{color:#6259ca;color:var(--primary-bg-color)}.br-theme-bars-1to10 .br-widget a{background-color:#e5e9f2}.br-theme-bars-1to10 .br-widget a.br-active,.br-theme-bars-1to10 .br-widget a.br-selected{background-color:#6259ca;background-color:var(--primary-bg-color)}.br-theme-bars-1to10 .br-widget .br-current-rating{color:#6259ca;color:var(--primary-bg-color)}.br-theme-fontawesome-stars .br-widget a.br-active:after,.br-theme-fontawesome-stars .br-widget a.br-selected:after{color:#f1c40f}.br-theme-fontawesome-stars-o .br-widget a.br-active:after,.br-theme-fontawesome-stars-o .br-widget a.br-selected:after{color:#f1c40f;content:""}.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after{color:#f1c40f;content:""}.br-theme-fontawesome-stars .br-widget a:after{color:#e5e9f2;content:""}.br-theme-fontawesome-stars-o .br-widget a:after{color:#e5e9f2;content:""}.br-theme-fontawesome-stars .br-widget a{-webkit-font-smoothing:antialiased;font:normal normal normal 20px/1 FontAwesome;margin-right:2px;text-decoration:none;text-rendering:auto}.dark-mode .br-theme-fontawesome-stars .br-widget a:after{color:#45455f}.br-theme-fontawesome-stars .br-widget a.br-selected:after,.dark-mode .br-theme-fontawesome-stars .br-widget a.br-active:after{color:#f1c40f}.star-ratings .stars{margin:auto;text-align:center;width:120px}.star-ratings .stars-example-fontawesome-o{width:200px}.box-example-1to10 .br-wrapper{left:50%;margin:0 0 0 -105px;position:absolute;width:210px}.box-example-movie .br-wrapper{left:50%;margin:0 0 0 -125px;position:absolute;width:250px}.box-example-square .br-wrapper{left:50%;margin:0 0 0 -95px;position:absolute;width:190px}.box-example-pill .br-wrapper{left:50%;margin:0 0 0 -116px;position:absolute;width:232px}.box-example-horizontal .br-wrapper{left:50%;margin:0 0 0 -60px;position:absolute;width:120px}.box select{display:block;font-size:16px;margin:10px auto 0;width:120px}.box .box-body{height:30px;padding-top:0;position:relative}.box-large .box-body{height:90px;padding-top:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.tabs-menu ul li a{display:block;padding:10px 12px 11px 13px}.tabs-menu ul li .active{color:#6259ca;color:var(--primary-bg-color)}.tabs-menu1 ul li a{display:block;padding:10px 20px 11px}.tabs-menu-body{border:1px solid #eaedf1}.tabs-menu-body p:last-child{margin-bottom:0}.tab-menu-heading{border:1px solid #eaedf1;border-bottom:0;padding:20px}.tab_wrapper .content_wrapper .tab_content.active p:last-child{margin-bottom:0}.tabs-menu2 ul li a{color:#636262;padding:10px 20px 11px}.tabs-menu2 ul li .active{font-weight:600}.tabs-menu2 ul li .fade{color:hsla(0,0%,93%,.933)}.timeline__item:after{background:#fff!important}.timeline__content{background-color:#fff;border-radius:10px;display:block;padding:1.25rem;position:relative}.timeline{list-style:none;margin:0 0 2rem;padding:0;position:relative;top:2px}.timeline:before{background-color:#e9ecef;bottom:0;content:"";display:block;height:100%;left:4px;position:absolute;top:0}.timeline-item{display:flex;margin:.5rem 0;padding-left:2rem;position:relative}.timeline-item:first-child:before,.timeline-item:last-child:before{background:#fff;content:"";left:.25rem;position:absolute;width:1px}.timeline-item:first-child{margin-top:0}.timeline-item:first-child:before{height:.5rem;top:0}.timeline-item:last-child{margin-bottom:0}.timeline-item:last-child:before{bottom:0;top:.5rem}.timeline-badge{background:#adb5bd;border:1px solid #fff;border-radius:100%;display:block;height:.4375rem;left:1px;position:absolute;top:.5rem;width:.4375rem}.timeline-time{color:#9aa0ac;font-size:87.5%;margin-left:auto;white-space:nowrap}.timeline__item--right .timeline__content:before{border-right:12px solid rgba(238,232,239,.9)}.timeline__items img{border-radius:7px}ul.timeline{list-style-type:none;position:relative}ul.timeline:before{background:#d4d9df;content:" ";display:inline-block;height:100%;left:29px;position:absolute;width:2px;z-index:400}ul.timeline>li{margin:-5px 42px;padding-left:20px}ul.timeline>li:before{border:1px solid #6c6c6f;border-radius:50%;content:" ";display:inline-block;height:20px;left:20px;position:absolute;width:20px;z-index:400}.cbp_tmtimeline{list-style:none;margin:0;padding:0;position:relative}.cbp_tmtimeline:before{background:#d6dae0;bottom:0;content:"";left:20%;margin-left:-6px;position:absolute;top:0;width:3px}.cbp_tmtimeline>li{position:relative}.cbp_tmtimeline>li:first-child .cbp_tmtime span.large{font-size:17px!important;font-weight:700}.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child{font-size:13px}.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel{background:#fff}.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:#fff}.cbp_tmtimeline>li .cbp_tmtime{display:block;padding-right:70px;position:absolute;width:21%}.cbp_tmtimeline>li .cbp_tmtime span{display:block;text-align:right}.cbp_tmtimeline>li .cbp_tmtime span:first-child{font-size:15px;font-weight:500}.cbp_tmtimeline>li .cbp_tmtime span:last-child{font-size:14px}.cbp_tmtimeline>li .cbp_tmlabel{background:#fff;box-shadow:0 0 2rem 0 rgba(136,152,170,.15)!important;margin:0 0 30px 25%;padding:1.2em;position:relative}.cbp_tmtimeline>li .cbp_tmlabel:after{border:10px solid transparent;border-right-color:#fff;content:" ";height:0;pointer-events:none;position:absolute;right:100%;top:10px;width:0}.cbp_tmtimeline>li .cbp_tmlabel blockquote{font-size:16px}.cbp_tmtimeline>li .cbp_tmlabel .map-checkin{background:#3d3780!important;border:5px solid hsla(0,0%,92%,.2);box-shadow:0 0 0 1px #ebebeb}.cbp_tmtimeline>li .cbp_tmlabel h2{font-size:18px;font-weight:500;line-height:26px;margin:0;padding:0 0 5px}.cbp_tmtimeline>li .cbp_tmlabel h2 a{font-size:15px}.cbp_tmtimeline>li .cbp_tmlabel h2 a:hover{text-decoration:none}.cbp_tmtimeline>li .cbp_tmlabel h2 span{font-size:15px}.cbp_tmtimeline>li .cbp_tmlabel p{margin-bottom:0}.cbp_tmtimeline>li .cbp_tmicon{-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;background:#46a4da;border-radius:50%;color:#fff;font-size:1.4em;font-style:normal;font-variant:normal;font-weight:400;height:40px;left:20%;line-height:40px;margin:0 0 0 -25px;position:absolute;text-align:center;text-transform:none;top:0;width:40px}.cbp_tmtimeline .map{padding-top:0!important}@media screen and (max-width:992px)and (min-width:768px){.cbp_tmtimeline>li .cbp_tmtime{padding-right:60px;width:25%}.cbp_tmtimeline:before,.cbp_tmtimeline>li .cbp_tmicon{left:23%}.cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 15px 30%}}@media screen and (max-width:65.375em){.cbp_tmtimeline>li .cbp_tmtime span:last-child{font-size:12px}}@media screen and (max-width:47.2em){.cbp_tmtimeline:before{display:none}.cbp_tmtimeline>li .cbp_tmtime{padding:0 0 20px;position:relative;width:100%}.cbp_tmtimeline>li .cbp_tmtime span{text-align:left}.cbp_tmtimeline>li .cbp_tmlabel{font-size:95%;font-weight:400;margin:0 0 30px;padding:1em}.cbp_tmtimeline>li .cbp_tmlabel:after{border-bottom-color:#fff;border-right-color:transparent;left:20px;right:auto;top:-20px}.cbp_tmtimeline>li .cbp_tmicon{float:right;left:auto;margin:-64px 5px 0 0;position:relative}.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-bottom-color:#fff;border-right-color:transparent}}.vtimeline{list-style:none;margin-bottom:20px;padding:0;position:relative}.vtimeline:before{background-color:#d1d4e4;bottom:0;content:" ";left:50%;margin-left:-1.5px;position:absolute;top:0;width:3px}.vtimeline .timeline-wrapper{display:block;margin-bottom:20px;padding-right:90px;position:relative;width:100%}.vtimeline .timeline-wrapper:before{content:" ";display:table}.vtimeline .timeline-wrapper:after{clear:both;content:" ";display:table}.vtimeline .timeline-wrapper .timeline-panel{background:#f2f3f9;border-radius:2px;border-radius:0;box-shadow:0 4px 8px 0 rgba(162,169,204,.24);margin-left:15%;padding:20px;position:relative;width:35%}.vtimeline .timeline-wrapper .timeline-panel:before{content:"";height:2px;left:0;position:absolute;right:0;top:0;width:100%}.vtimeline .timeline-wrapper .timeline-panel:after{border-color:transparent #f2f3f9;border-style:solid;border-width:14px 0 14px 14px;content:" ";display:inline-block;position:absolute;right:-14px;top:10px}.vtimeline .timeline-wrapper .timeline-panel .timeline-title{font-size:1rem;font-weight:700;margin:0 0 .625rem}.vtimeline .timeline-wrapper .timeline-panel .timeline-body p+p{margin-top:5px}.vtimeline .timeline-wrapper .timeline-panel .timeline-body ul{margin-bottom:0}.vtimeline .timeline-wrapper .timeline-panel .timeline-footer span{font-size:.6875rem}.vtimeline .timeline-wrapper .timeline-badge{border:2px solid #fff;border-bottom-left-radius:50%;border-bottom-right-radius:50%;border-top-left-radius:50%;border-top-right-radius:50%;height:14px;left:calc(50% - 7px);position:absolute;top:16px;width:14px;z-index:0}.vtimeline .timeline-wrapper .timeline-badge i{color:#fff}.vtimeline .timeline-wrapper.timeline-inverted{padding-left:90px;padding-right:0}.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel{margin-left:auto;margin-right:15%}.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.timeline-wrapper-primary .timeline-badge,.timeline-wrapper-primary .timeline-panel:before{background:#6259ca;background:var(--primary-bg-color)}.timeline-wrapper-secondary .timeline-badge,.timeline-wrapper-secondary .timeline-panel:before{background:#fb6b25}.timeline-wrapper-success .timeline-badge,.timeline-wrapper-success .timeline-panel:before{background:#09ad95}.timeline-wrapper-info .timeline-badge,.timeline-wrapper-info .timeline-panel:before{background:#45aaf2}.timeline-wrapper-warning .timeline-badge,.timeline-wrapper-warning .timeline-panel:before{background:#fcd539}.timeline-wrapper-danger .timeline-badge,.timeline-wrapper-danger .timeline-panel:before{background:#f16d75}.timeline-wrapper-light .timeline-badge,.timeline-wrapper-light .timeline-panel:before{background:#f1f2f9}.timeline-wrapper-dark .timeline-badge,.timeline-wrapper-dark .timeline-panel:before{background:#828db1}@media(max-width:767px){.vtimeline .timeline-wrapper{padding-right:0!important}.vtimeline .timeline-wrapper .timeline-badge{left:0!important}.vtimeline .timeline-wrapper .timeline-panel{margin-left:10%!important;width:auto!important}.vtimeline .timeline-wrapper.timeline-inverted{padding-left:0!important}.vtimeline .timeline-wrapper.timeline-inverted .timeline-panel{margin-right:0!important;width:auto!important}.vtimeline:before{left:6px!important}.vtimeline .timeline-wrapper .timeline-panel:after{border-left:0 solid #cad4e4!important;border-right:14px solid #cad4e4!important;left:-14px!important;right:auto!important}}.aside-footer{padding:1rem 1.5rem}.aside-footer,.footer{border-top:1px solid #eaedf1}.footer{background:#fff;font-size:.875rem;padding:1.25rem}.footer .social{margin:0 auto}.footer .social ul li{float:left;padding:7px}.footer .social ul li a{background:#e9ebfa;border:1px solid #eceef7;border-radius:50%;color:#6259ca;color:var(--primary-bg-color);display:block;height:30px;line-height:25px;width:30px}@media print{.footer{display:none}}.footer-1.footer{padding:1.25rem}.top-footer{flex:0 0 auto;font-size:14px;line-height:1.25rem;opacity:1;-webkit-transform:translate(0);transform:translate(0);width:100%}.top-footer h6{font-size:14px;font-weight:500;margin-bottom:1rem}.top-footer p{color:#76839a}.top-footer a,.top-footer a address{color:#76839a;line-height:2}.top-footer a address{margin-bottom:0}.top-footer img{border:1px solid #e6eaea;height:80px;padding:2px;width:80px}.top-footer img:hover{color:#8e9090;opacity:.6}.top-footer .list-unstyled li{border-bottom:0}.footer-payments{line-height:1.25rem;list-style:none;margin:0;padding-left:0}.footer-payments li{display:inline-block}.footer-payments li:not(:last-child){margin-right:1.5rem}.footer-payments a{color:#a7a8c7;font-size:2rem;text-decoration:none}.footer-payments a:hover{opacity:.9}.main-footer{background-color:#fff;border-top:1px solid #e6eaea;font-size:14px;font-weight:400;padding:20px 30px 20px 280px}.footer-social-list{line-height:1.25rem;list-style:none;margin:0;padding-left:0}.footer-social-list li{display:inline-block}.footer-social-list li:not(:last-child){margin-right:1.5rem}.footer-social-list a{font-size:1rem;text-decoration:none}@media(max-width:992px){.footer-social-list{margin-top:1rem;text-align:center}.footer1{text-align:center}}@media only screen and (max-width:767px){.footer{padding:1.25rem 0}}.header-search{min-width:auto!important}.aside-header{padding:1rem 1.5rem}.aside-header,.header{border-bottom:1px solid #eaedf1}.header{background:#fff;padding-bottom:.75rem;padding-top:.75rem}body.fixed-header .header{left:0;position:fixed;right:0;top:0;z-index:1030}@media print{.header{display:none}}.header .dropdown-menu{margin-top:0}.header .mega-menu{width:350px}.header .nav-tabs{margin:0}.header-right-icons{align-items:center}.header-right-icons .dropdown-menu a{padding:12px}.header-brand{line-height:2.6rem}.app-header .header-brand,.header-brand{color:inherit;font-size:1.25rem;font-weight:600;padding:0;transition:opacity .3s;white-space:nowrap}.app-header .header-brand{line-height:2.9rem;margin-right:0;min-width:200px;text-align:center}.app-header .header-brand .header-brand-img{margin-right:0}.app-header1 .header-brand{color:inherit;font-size:1.25rem;font-weight:600;line-height:2.9rem;margin-right:0;min-width:215px;padding:0;text-align:center;transition:opacity .3s;white-space:nowrap}.app-header1 .header-brand .header-brand-img{margin-right:0}.header-brand:hover{color:inherit;text-decoration:none}.header-brand-img{line-height:2rem;margin-right:.5rem;vertical-align:middle;width:auto}.header-avatar{border-radius:50%;vertical-align:bottom}.header-avatar,.header-btn{display:inline-block;height:2rem;width:2rem}.header-btn{font-size:1rem;line-height:2rem;text-align:center}@media(max-width:991px){.header .form-inline{margin-right:-2px}.mobile-header{background:#fff;border-bottom:1px solid #eaedf1;box-shadow:0 8px 24px #f8f5fb;display:block;padding:.75rem 0;position:fixed;top:0;width:100%;z-index:999}.mobile-header .navbar-toggler-icon{color:#76839a!important}.header-search-icon,.side-header{display:none!important}.header-brand-img{margin-left:1.5rem;margin-right:0}.mobile-header .header-brand-img{margin-top:2px}.mobile-header .header-brand{line-height:0;margin:0 auto}.mobile-header .app-sidebar__toggle{color:#76839a;padding:2px 15px}.mobile-header .app-sidebar__toggle:hover{color:#76839a}.mobile-header .nav-link.icon i{color:#495584!important}.mobile-header .header-settings{margin-top:6px}.mobile-header .profile-user{margin-top:8px}.sidebar-mini.sidenav-toggled .side-header{display:none}.sidebar-mini.sidenav-toggled .mobile-header .app-sidebar__toggle{display:block}.mobile-header.hor-mobile-header .header-brand-img{margin-left:2.5rem;margin-top:2px}.mobile-header .profile-user{margin-top:0!important}.mobile-header .nav-link.icon{height:1.9rem!important;margin:2px!important;padding:0 12px!important}.mobile-header .header-right-icons .nav-link.icon:hover{background:none}.mobile-header .header-right-icons .profile-user:hover{box-shadow:none}.mobile-header .header-brand-img.desktop-logo{display:none}.mobile-header .header-brand-img.mobile-light{display:block!important}.header-right-icons .nav-link.icon{border:1px solid #eaedf1}}@media(max-width:992px)and (min-width:768px){.hor-header .header-brand-img.desktop-logo{display:block;margin-left:3rem;margin-top:2px}.hor-header .header-brand-img.light-logo{display:none;margin-left:3rem;margin-top:2px}.animated-arrow{cursor:pointer;margin:11px 0 0 15px;padding:25px 35px 16px 0!important}}@media(max-width:568px){.mobile-header .profile-1 .nav-link{padding-left:0;padding-right:0!important}.mobile-header .header-brand-img{margin-left:0;margin-top:2px}}@media(min-width:768px){.mobile-header{display:none}.app-content .side-app{padding-top:0!important}}.header .form-inline .form-control{background:hsla(0,0%,88%,.3);border-color:hsla(0,0%,88%,.1);color:#000!important;padding-left:20px;padding-right:40px;width:220px}.header .form-inline .btn{background:transparent;border:2px solid transparent;border-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;box-shadow:none;color:#fff;font-size:15px;margin-left:-56px;padding:5px 15px 6px}.header .header-brand-img.mobile-view-logo{display:none}.header .dropdown-menu{border:0;padding:0}.header .bg-image{background:linear-gradient(to right bottom,rgba(132,65,246,.7),rgba(212,40,234,.7));background-position:50%;background-repeat:no-repeat;background-size:cover}.header .bg-image,.header .bg-image-2{height:100%;left:0;position:relative;top:0;width:100%}.header .bg-image-2{background:linear-gradient(to right bottom,rgba(251,196,52,.7),rgba(246,107,78,.7));background-position:50%;background-repeat:no-repeat;background-size:cover}.header .bg-image-3{background:linear-gradient(to right bottom,rgba(98,251,92,.6),rgba(33,165,6,.6));background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;position:relative;top:0;width:100%}.header .bg-image a:hover{background:transparent!important}@media(max-width:767.98px)and (min-width:576px){.header .form-inline .search-element{display:none;left:10px;position:absolute;right:10px;top:8px;z-index:892}body.search-show .header .form-inline .search-element{display:block}.search-element .form-control{background:#fff!important;color:#000;float:left;height:40px;margin:0 auto;width:100%!important}.search-show .search-element{display:block;left:0!important;padding:10px 13px;right:0;top:0!important;width:100%}.header .form-inline .form-control::-webkit-input-placeholder{color:#76839a}.header .navsearch i{color:#fff;font-size:20px;padding-top:5px}.header .form-inline .btn{color:#46494a!important;padding:8px 15px 6px}}@media(max-width:568px){.header .input-icon .form-control{display:block!important}.page-main .header{top:0!important}}.header-1 .navbar .nav-link.nav-link-lg i{border-radius:50%;color:#0d0c22;font-size:1.1rem;height:2.2rem;line-height:32px;margin:0 auto;text-align:center;width:2.2rem}.header-1 .nav-link .badge{font-size:11px!important;height:1rem;line-height:1;padding:.25em .4em;position:absolute;right:6px;text-align:center!important;top:3px;width:1rem}.header-1 .badge{border-radius:50%}.header-1 .form-inline .btn{background:transparent;border:2px solid transparent;border-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;box-shadow:none;color:#0d0c22;font-size:15px;margin-left:-50px;margin-top:3px;padding:5px 15px 6px;position:absolute}.header-1 .form-control.header-search{color:#0d0c22}.header-1 .form-inline .form-control::-webkit-input-placeholder{color:#76839a}.animated-arrow span:after,.animated-arrow span:before,.header-1 .animated-arrow span{display:none}@media only screen and (max-width:991px){.animated-arrow span:after,.animated-arrow span:before,.header-1 .animated-arrow span{background:#0d0c22;content:"";cursor:pointer;display:block;height:2px;position:absolute;width:17px}.header-1 .hor-toggle.animated-arrow{margin:11px 0 0!important;padding:83px 35px 16px 20px!important}.header-1 .animated-arrow,.header-2 .animated-arrow{cursor:pointer;margin:0 0 0 -11px;position:static}.header-1 .header-search,.header-2 .header-search{min-width:auto!important}.header-1 .navbar .nav-link.nav-link-lg i{border-radius:50%;color:#0d0c22;font-size:1.1rem;height:2.2rem;line-height:39px;margin:0 auto;padding:0 42px 0 10px;text-align:center;width:2.2rem}.header-1 .dropdown-menu{box-shadow:0 6px 12px 0 rgba(0,0,0,.05)}.header-1 .nav-link .badge{font-size:11px;height:1rem;line-height:1;padding:.25em .4em;position:absolute;text-align:center!important;top:4px;width:1rem}}.header-1 .nav-link.icon i{color:#5b6e88!important}.header-1 .dropdown-menu,.header-2 .dropdown-menu{box-shadow:0 6px 12px 0 rgba(0,0,0,.05)}.header-2 .nav-link .badge{border-radius:50%;font-size:11px;height:1rem;line-height:1.3;padding:.25em .4em;position:absolute;right:8px;text-align:center!important;top:9px;width:1rem}.header-2 .nav-link i{color:#0d0c22;display:block;font-size:20px;margin-top:5px;text-align:center}.header-2 .navbar-expand-lg .navbar-nav .nav-link{padding-left:.9rem;padding-right:.9rem}.header-2 .form-inline .btn{background:transparent;border:2px solid transparent;border-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;box-shadow:none;color:#0d0c22;font-size:15px;margin-left:-45px;margin-top:6px;padding:5px 15px 6px;position:absolute}.header-2 .form-inline .form-control::-webkit-input-placeholder{color:#76839a}.header-2 .form-control.header-search{background:hsla(0,0%,88%,.4);border:1px solid hsla(0,0%,88%,.1);color:#fff;margin-top:4px;padding:.375rem .75rem}@media only screen and (max-width:991px){.header-1 .animated-arrow span,.header-1 .animated-arrow span:after,.header-1 .animated-arrow span:before{background:#0d0c22;color:#0d0c22;content:"";cursor:pointer;display:block;height:2px;position:absolute;width:17px}.header-2 .animated-arrow{cursor:pointer;margin:11px 0 0 -11px;padding:8px 33px 3px 0}.header-2 .animated-arrow span,.header-2 .animated-arrow span:after,.header-2 .animated-arrow span:before{background:#0d0c22;color:#0d0c22;content:"";cursor:pointer;display:block;height:2px;position:absolute;width:17px}.header-2 .nav-link .badge{border-radius:50%;font-size:11px;height:1rem;line-height:1;padding:.25em .4em;position:absolute;right:6px;text-align:center!important;width:1rem}.header-2 .navbar-nav .dropdown-menu{float:right;position:absolute}.header-2 .dropdown-menu.dropdown-menu-right{left:0;position:absolute;top:24px;-webkit-transform:translate3d(-98px,19px,-16px);transform:translate3d(-98px,19px,-16px);will-change:transform}}@media only screen and (max-width:460px){.header-2 .navbar-nav .envelope{display:none!important}}.header-3 .nav-link .badge{border-radius:50%;font-size:11px;height:1rem;line-height:1;padding:.25em .4em;position:absolute;right:10px;text-align:center!important;top:-10px;width:1rem}.header-3 .nav-link i{color:#0d0c22;display:block;font-size:20px;position:relative;text-align:center}.header-3 .navbar-expand-lg .navbar-nav .nav-link{padding-left:.9rem;padding-right:.9rem}.header-3 .form-inline .btn{background:transparent;border:2px solid transparent;border-radius:0;border-bottom-right-radius:3px;border-top-right-radius:3px;box-shadow:none;color:#0d0c22;font-size:15px;margin-left:-56px;padding:5px 15px 6px}.header-3 .form-inline .form-control::-webkit-input-placeholder{color:#76839a}.header-3 .form-control.header-search{background:hsla(0,0%,88%,.4);border:1px solid hsla(0,0%,88%,.1);color:#fff;margin-top:4px;padding:.375rem .75rem}@media only screen and (max-width:991px){.header-3 .animated-arrow{cursor:pointer;margin:11px 0 0 -11px;padding:32px 33px 3px 0}.header-3 .animated-arrow span,.header-3 .animated-arrow span:after,.header-3 .animated-arrow span:before{background:#0d0c22;color:#0d0c22;content:"";cursor:pointer;display:block;height:2px;position:absolute;width:17px}.header-3 .nav-link .badge{border-radius:50%;font-size:11px;height:1rem;line-height:1;padding:.25em .4em;position:absolute;right:6px;text-align:center!important;top:-14px;width:1rem}.header-3 .navbar-nav .dropdown-menu{float:right;position:absolute}.header-3 .dropdown-menu.dropdown-menu-right{left:0;position:absolute;top:24px;-webkit-transform:translate3d(-98px,19px,-16px);transform:translate3d(-98px,19px,-16px);will-change:transform}}@media only screen and (max-width:460px){.header-3 .navbar-nav .envelope{display:none!important}}.header-style .header-brand{margin-left:0!important}.default-header .form-inline .form-control,.header2 .form-inline .form-control,.header3 .form-inline .form-control{background:#f1f1f9!important}@media only screen and (max-width:991px){.page-header{padding:4px}.app-header{box-shadow:none!important;position:fixed!important}.page{background:none;position:inherit}body{background-color:#f1f1f9}.page-main{z-index:inherit}}@media only screen and (min-width:768px){.header .form-inline .form-control{width:200px}}.hor-header .header-brand-img{margin-right:0}.hor-header .header-brand1{color:inherit;font-size:1.25rem;font-weight:600;line-height:2.8rem;margin-top:2px;padding:0;transition:opacity .3s;white-space:nowrap}.header-right-icons .nav-link.icon:hover{background:none;border-radius:50px}.header-right-icons .profile-user:hover{box-shadow:none}@media(min-width:991px){.hor-topheader .header-brand1 .main-logo{display:none}.hor-topheader .header-brand2{margin-left:auto}}@media(max-width:992px)and (min-width:768px){.hor-topheader .header-brand-img.main-logo{display:block;margin-left:3rem;margin-top:2px}.color-hor-header .hor-topheader .header-brand1 .header-brand-img.main-logo,.gradient-hor-header .hor-topheader .header-brand1 .header-brand-img.main-logo{display:none}}.hor-topheader .header-search.dropdown-menu{border:1px solid #eaedf1!important;box-shadow:0 10px 15px hsla(270,4%,90%,.5);margin-top:13px!important}.hor-topheader .dropdown-menu.show{border:1px solid #eaf2f6;display:block;margin:0;-webkit-transform:translate3d(8px,45px,0)!important;transform:translate3d(8px,45px,0)!important}.hor-topheader .dropdown-menu-arrow.dropdown-menu-right:after,.hor-topheader .dropdown-menu-arrow.dropdown-menu-right:before{left:12px;right:auto}@media(max-width:480px){.app-header .header-brand,.app-header1 .header-brand{min-width:auto}.header-right-icons .dropdown .header-toggler{margin-top:9px}}@media(max-width:992px){.header{padding-bottom:.75rem;padding-top:.75rem}}.header .notifications .dropdown-menu{max-width:16rem;min-width:16rem}.header .dropdown.message .dropdown-menu{min-width:19rem}.header .dropdown.message .dropdown-item,.header .dropdown.notifications .dropdown-item{padding:1rem!important}.header .dropdown-menu{top:3.5rem!important}.header .dropdown-menu .badge{padding:9px 6px!important}.header .dropdown-item{color:#0d0c22}.header .message-menu h5,.header .notifications-menu h5{color:#0d0c22;font-size:13.5px;font-weight:500}.header .message-menu span,.header .notifications-menu span{color:#76839a;font-size:12px}.header .dropdown-menu{border:1px solid #eaedf1;box-shadow:0 10px 40px 0 hsla(212,8%,45%,.3)}.header .dropdown-menu .badge{padding:3px 6px}.header .dropdown-menu .dropdown-item{border-bottom:1px solid #eaedf1}.header .dropdown-menu .dropdown-item:last-child{border-bottom:0}.header .message-menu .wd-90p{width:90%}.header .profile-1 .dropdown-item{padding:.75rem 1.75rem!important}.header .profile-1 .dropdown-item .dropdown-icon{color:#0d0c22;font-size:16px}.responsive-navbar .message-menu h5,.responsive-navbar .notifications-menu h5{color:#0d0c22;font-size:13.5px;font-weight:500}.responsive-navbar .message-menu span,.responsive-navbar .notifications-menu span{color:#76839a;font-size:12px}.responsive-navbar .dropdown-menu{border:1px solid #eaedf1;box-shadow:0 10px 40px 0 hsla(212,8%,45%,.3)}.responsive-navbar .dropdown-menu .dropdown-item{border-bottom:1px solid #eaedf1;color:#0d0c22}.responsive-navbar .dropdown-menu .dropdown-item:last-child{border-bottom:0}.responsive-navbar .message-menu .wd-90p{width:90%}.responsive-navbar .profile-1 .dropdown-item{padding:.75rem 1.75rem!important}.responsive-navbar .profile-1 .dropdown-item .dropdown-icon{color:#0d0c22;font-size:16px}.header-1 .header-brand-img.logo,.header-1.header-style .header-brand-img.logo,.header-2 .header-brand-img.logo{display:none}.header.header-1.header-style .dropdown-menu{top:inherit!important}.dropdown .avatar.profile-user{height:2.4rem;line-height:2.2rem;width:2.4rem}.responsive-logo .mobile-logo.dark-logo-1{display:none}.navbar-collapse .d-flex.order-lg-2{align-items:center}.header-1 .header-right-icons .nav-link.icon{border:0}.app-header .main-header-center .btn,.hor-header .main-header-center .btn{top:-2px}embed,object,video{border:0;max-width:100%}.horizontalMenucontainer{background-attachment:fixed;background-position:50% 0;background-repeat:no-repeat;background-size:cover;overflow:hidden}.horizontal-main{position:relative;width:100%}.horizontal-mainwrapper{margin:0 auto}.desktoplogo{float:left;margin:0;padding:.75rem}.desktoplogo img{width:100%}.horizontalMenu-list>li.rightmenu:after{content:"";display:table}.horizontal-header{display:none}.horizontal-overlapbg{opacity:0;visibility:hidden}.hometext{display:none}@media only screen and (max-width:991px){body.active{overflow:hidden}.desktoplogo{display:none}.horizontalMenucontainer{background-attachment:local;background-position:33% 0}.callusbtn{color:#a9a9a9;font-size:21px;padding:11px 14px;position:absolute;right:5px;top:0;transition:all .4s ease-in-out 0s;z-index:102}.callusbtn .fa{margin-top:4px;vertical-align:top}.callusbtn:hover .fa{color:#a9a9a9}.animated-arrow{cursor:pointer;left:0;margin:11px 0 0 15px;padding:16px 35px 16px 0;position:absolute;top:0;transition:all .4s ease-in-out;z-index:9}.animated-arrow span{transition:all .5s ease-in-out}.animated-arrow span,.animated-arrow span:after,.animated-arrow span:before{background:#76839a;content:"";cursor:pointer;display:block;height:2px;position:absolute;width:17px}.animated-arrow span:before{top:-7px;width:23px}.animated-arrow span:after{bottom:-7px;width:17px}.animated-arrow span:after,.animated-arrow span:before{transition:all .5s ease-in-out}.active .animated-arrow span{background-color:transparent}.active .animated-arrow span:after{top:-3px;width:23px}.active .animated-arrow span:before,.active .animated-arrow.active span:after{top:-3px}.active .animated-arrow span:before{bottom:0;transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg)}.active .animated-arrow span:after{transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.horizontal-overlapbg{background-color:rgba(0,0,0,.45);cursor:pointer;height:100vh;min-height:100%;opacity:0;position:fixed;right:0;top:0;visibility:hidden;width:calc(100% - 240px)}.horizontalMenucontainer{transition:all .25s ease-in-out}.active .horizontalMenucontainer{margin-left:240px;transition:all .25s ease-in-out}}@media(min-width:992px){.main-sidemenu .slide-left,.main-sidemenu .slide-right{background:#fff}.main-sidemenu .slide-left{left:23px}.main-sidemenu .slide-left,.main-sidemenu .slide-right{align-items:center;border:1px solid #e9edf4;border-radius:50px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:6px;position:absolute;top:9px;z-index:1}.main-sidemenu .slide-right{right:20px}.main-sidemenu .slide-left svg,.main-sidemenu .slide-right svg{fill:#282f53}.horizontal .horizontal-main.ps{overflow:visible!important}.horizontal .app-sidebar{transition:none}.horizontal .horizontal-main{bottom:auto;position:relative;z-index:7!important}.horizontal-main{margin:0 auto;position:relative}.horizontal .side-header{display:none}.horizontal .main-sidemenu{margin-top:0;overflow:hidden}.horizontal .hor-header .container,.horizontal .horizontal-main .container,.horizontal .main-content.hor-content .container{max-width:85%!important;padding:0}.horizontal .side-menu{display:flex;overflow:hidden;padding:0}.horizontal .app-sidebar.horizontal-main .side-menu .sub-category{display:none}.horizontal .slide{margin:0 3px}.horizontal .side-menu .slide .side-menu__item.active{border-right:none}.horizontal .side-menu>li>a.active{color:#6259ca;color:var(--primary-bg-color)}.horizontal .side-menu>li>a{color:#7b8191;display:flex;font-weight:400;padding:16px!important;position:relative;text-decoration:none}.horizontal .app-sidebar__toggle{display:none}.horizontal .logo-horizontal,.horizontal .logo-horizontal .header-brand-img.light-logo1{display:block}.horizontal .app-sidebar.horizontal-main .side-menu .side-badge,.horizontal .logo-horizontal .header-brand-img.desktop-logo{display:none}.horizontal .side-menu__item.active{background:none;border-radius:0;box-shadow:none}.horizontal .side-menu__item.active .side-menu__icon,.horizontal .side-menu__item.active .side-menu__label{color:#6259ca!important;color:var(--primary-bg-color)!important}.horizontal .main-sidemenu i.angle{font-size:15px;position:relative;right:-7px;top:2px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.horizontal .horizontal-main .slide .slide-menu,.horizontal .horizontal-main .slide .sub-slide-menu,.horizontal .horizontal-main .slide .sub-slide-menu2{background-color:#fff;border:1px solid #e7eaf3;border-radius:5px;box-shadow:0 10px 15px 0 hsla(212,8%,45%,.3)!important;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:5px;position:absolute;width:190px;z-index:9999}.horizontal .slide-menu li .slide-item:before{color:#000;content:"";font-family:feather!important;font-size:12px;margin-right:5px;position:relative}.horizontal .sub-slide .sub-slide-menu,.horizontal .sub-slide .sub-slide-menu2{background-color:#fff;border:1px solid #f0f0f8;border-radius:5px;box-shadow:5px 5px 5px #b9b9b9;left:180px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0;position:absolute;top:13px;z-index:9999}.horizontal .sub-slide-menu .sub-slide-item2{padding:8px 20px!important}.horizontal .sub-angle2{margin-right:11px}.horizontal .slide-menu a:before{color:#000;content:"";font-family:feather!important;font-size:12px;margin-right:5px;position:relative}.horizontal.horizontal-hover .slide:hover ul.slide-menu,.horizontal.horizontal-hover .sub-slide2:hover .sub-slide-menu2,.horizontal.horizontal-hover .sub-slide:hover .sub-slide-menu{display:block!important}.responsive-logo{display:none}}.app-sidebar.horizontal-main{padding-top:0}.logo-horizontal{display:none}@media(max-width:991.98px){.header-brand-img{margin:0 auto}.horizontal .app-sidebar.horizontal-main{left:-300px}.horizontal .app-sidebar{width:270px}}@media(max-width:991px){.horizontal .header.hor-header{border-bottom:1px solid #e9edf4;position:fixed;top:0;width:100%;z-index:999}.horizontal.app .main-sidemenu .slide-left,.horizontal.app .main-sidemenu .slide-right{display:none!important}}@media(min-width:992px){.horizontal .main-sidemenu .slide.is-expanded i.angle{font-size:15px;position:relative;top:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.horizontal .header.fixed-header.hor-header{position:relative}.horizontal .fixed-header{position:fixed}.horizontal.scrollable-layout .horizontal-main{position:relative}.horizontal .side-menu__item,.horizontal .side-menu__item:focus,.horizontal .side-menu__item:hover{border-radius:0}.horizontal .side-menu__item.active:focus,.horizontal .side-menu__item.active:hover{background:#f9fbfd!important;background:none!important;border-radius:0;box-shadow:none;text-decoration:none}.horizontal .side-menu__item.active:hover .side-menu__icon{color:#6259ca!important;color:var(--primary-bg-color)!important}.horizontal .hor-rightangle{display:block!important}.horizontal .slide-menu{margin-left:0}}.horizontal .leftmenu-styles{display:none}.icons-list-wrap{overflow:hidden}.input-icon{position:relative}.input-icon-addon{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;min-width:2.5rem;pointer-events:none;position:absolute;right:0;top:0}.input-icon-addon.search-icon{color:#636262!important;left:0!important;right:auto!important}.input-icon-addon:last-child{left:auto;right:0}.icon-absolute{border-radius:50%;bottom:10px;display:block;height:70px;padding:20px 0;position:absolute;right:10px;text-align:center;width:70px}@media(min-width:991px)and (max-width:1024px){.icon-absolute{display:none}}.browser{background:no-repeat 50%/100% 100%;display:inline-block;font-style:normal;height:1.25rem;vertical-align:bottom;width:1.25rem}.browser-android-browser{background-image:url(/static/media/android-browser.5ee3887c3b9dd3159333.svg)}.browser-aol-explorer{background-image:url(/static/media/aol-explorer.e2cb4e5eccd5fbed1df9.svg)}.browser-blackberry{background-image:url(/static/media/blackberry.917fc6be0f1b4ae8acab.svg)}.browser-camino{background-image:url(/static/media/camino.b6c1cdf742f4d601af01.svg)}.browser-chrome{background-image:url(/static/media/chrome.888d0c163d8c67fa4f9b.svg)}.browser-chromium{background-image:url(/static/media/chromium.5bef651634e15deeb104.svg)}.browser-dolphin{background-image:url(/static/media/dolphin.163b5642c81b7781420e.svg)}.browser-edge{background-image:url(/static/media/edge.0867ca4d14a621ab9f4e.svg)}.browser-firefox{background-image:url(/static/media/firefox.1c5dfbef43d7ef95373b.svg)}.browser-ie{background-image:url(/static/media/ie.3f6ee6c7e9e89bad5053.svg)}.browser-maxthon{background-image:url(/static/media/maxthon.3ce4cad6cbf7ae7aa188.svg)}.browser-mozilla{background-image:url(/static/media/mozilla.16276bda8b86298c4429.svg)}.browser-netscape{background-image:url(/static/media/netscape.589869c174868607a359.svg)}.browser-opera{background-image:url(/static/media/opera.f46653a45444eea5c760.svg)}.browser-safari{background-image:url(/static/media/safari.3feaa4f5becc973b9629.svg)}.browser-sleipnir{background-image:url(/static/media/sleipnir.3131c3510299682637f3.svg)}.browser-uc-browser{background-image:url(/static/media/uc-browser.59f64f536393f9e861bc.svg)}.browser-vivaldi{background-image:url(/static/media/vivaldi.9168cfe75e31bdacea84.svg)}.flag{background:no-repeat 50%/100% 100%;border-radius:2px;box-shadow:0 0 1px 1px rgba(0,0,0,.1);display:inline-block;font-style:normal;height:1.2rem;vertical-align:bottom;width:1.6rem}.flag-ad{background-image:url(/static/media/ad.66c8304a1ea873e2508c.svg)}.flag-ae{background-image:url(/static/media/ae.da8a9112ae87067d9962.svg)}.flag-af{background-image:url(/static/media/af.c987fc777f727d757d8f.svg)}.flag-ag{background-image:url(/static/media/ag.78b358f3aa6e332355f9.svg)}.flag-ai{background-image:url(/static/media/ai.0e51972c264c2cb188c3.svg)}.flag-al{background-image:url(/static/media/al.f693d7f2896bf0488313.svg)}.flag-am{background-image:url(/static/media/am.b89186c1d0b76fcc1c87.svg)}.flag-ao{background-image:url(/static/media/ao.71fa415ce733ac3c01e2.svg)}.flag-aq{background-image:url(/static/media/aq.561695f13ae68c27b7d7.svg)}.flag-ar{background-image:url(/static/media/ar.cbc619d2ce35f68d2527.svg)}.flag-as{background-image:url(/static/media/as.b8b78e97a838db782715.svg)}.flag-at{background-image:url(/static/media/at.89aa3ac81eab471c825c.svg)}.flag-au{background-image:url(/static/media/au.2f2337a481220d675cfa.svg)}.flag-aw{background-image:url(/static/media/aw.b3753c38cad90dd24c37.svg)}.flag-ax{background-image:url(/static/media/ax.d7a83733193d2e4c8c2d.svg)}.flag-az{background-image:url(/static/media/az.ffc25d95190ee9888213.svg)}.flag-ba{background-image:url(/static/media/ba.45c5842b34d4196c4804.svg)}.flag-bb{background-image:url(/static/media/bb.509fd847d6d39ef34e36.svg)}.flag-bd{background-image:url(/static/media/bd.cdbfe8d5d9dedda3b314.svg)}.flag-be{background-image:url(/static/media/be.5bd44ee63d52881e1a40.svg)}.flag-bf{background-image:url(/static/media/bf.468af801120c21b0cfb0.svg)}.flag-bg{background-image:url(/static/media/bg.b0e1a52fe17361ed7ded.svg)}.flag-bh{background-image:url(/static/media/bh.0bcef270ef4fe8b473b7.svg)}.flag-bi{background-image:url(/static/media/bi.4b8c26ac7a184ebdab35.svg)}.flag-bj{background-image:url(/static/media/bj.9bcaf0680fc030b391ff.svg)}.flag-bl{background-image:url(/static/media/bl.002c4ac5d524b182b619.svg)}.flag-bm{background-image:url(/static/media/bm.235f4e7059f14d617f5b.svg)}.flag-bn{background-image:url(/static/media/bn.5be7f9740d57aef03866.svg)}.flag-bo{background-image:url(/static/media/bo.3c25f404c1260f4b3c9f.svg)}.flag-bq{background-image:url(/static/media/bq.69700956dfc5dd951924.svg)}.flag-br{background-image:url(/static/media/br.7e384ba6bba38efc8087.svg)}.flag-bs{background-image:url(/static/media/bs.1beb8731e787d165e806.svg)}.flag-bt{background-image:url(/static/media/bt.e108533ae7e11018e0dc.svg)}.flag-bv{background-image:url(/static/media/bv.32b4f3da129df5824614.svg)}.flag-bw{background-image:url(/static/media/bw.131024ae018e4435ae26.svg)}.flag-by{background-image:url(/static/media/by.2a5a613b2f9a2e44e0ab.svg)}.flag-bz{background-image:url(/static/media/bz.93a215cd4bea4a40059c.svg)}.flag-ca{background-image:url(/static/media/ca.d72057feba4dd447b469.svg)}.flag-cc{background-image:url(/static/media/cc.753c86c411ca6a387efb.svg)}.flag-cd{background-image:url(/static/media/cd.14f839c8391cd7bbd11c.svg)}.flag-cf{background-image:url(/static/media/cf.cdeda2d50c2b6776a8d8.svg)}.flag-cg{background-image:url(/static/media/cg.7d217485b17c6e73ea4f.svg)}.flag-ch{background-image:url(/static/media/ch.b75d28391692c79b3520.svg)}.flag-ci{background-image:url(/static/media/ci.b9b286f92869adad1770.svg)}.flag-ck{background-image:url(/static/media/ck.c4edebf5831ff71fa3c9.svg)}.flag-cl{background-image:url(/static/media/cl.d047975de88c64a494fa.svg)}.flag-cm{background-image:url(/static/media/cm.a8ed82bb913f6580a5bc.svg)}.flag-cn{background-image:url(/static/media/cn.2c53123099f8c2ce8b95.svg)}.flag-co{background-image:url(/static/media/co.85d4f5d2443429b67a3a.svg)}.flag-cr{background-image:url(/static/media/cr.982f8c0e3ab7cd19b88d.svg)}.flag-cu{background-image:url(/static/media/cu.9ead3c2be0a5d8600b8d.svg)}.flag-cv{background-image:url(/static/media/cv.81ba1767aca033283336.svg)}.flag-cw{background-image:url(/static/media/cw.d2b0e987a0cf17cbd234.svg)}.flag-cx{background-image:url(/static/media/cx.6d8f20baaec067acea14.svg)}.flag-cy{background-image:url(/static/media/cy.f9c9bf9a80cc6d96dccb.svg)}.flag-cz{background-image:url(/static/media/cz.870ef3b969939abef2b6.svg)}.flag-de{background-image:url(/static/media/de.637ec89ab052cad77631.svg)}.flag-dj{background-image:url(/static/media/dj.5f07a75e0b4602664e67.svg)}.flag-dk{background-image:url(/static/media/dk.7b602d3e01d20b25965f.svg)}.flag-dm{background-image:url(/static/media/dm.fbdd9806f1e35c0edbc2.svg)}.flag-do{background-image:url(/static/media/do.164feaa1f07e28af064b.svg)}.flag-dz{background-image:url(/static/media/dz.b139b8d0a6aceb4b89bd.svg)}.flag-ec{background-image:url(/static/media/ec.eac86ee7c3cc6467b0d5.svg)}.flag-ee{background-image:url(/static/media/ee.91cf616b95e5ae6df531.svg)}.flag-eg{background-image:url(/static/media/eg.2ecaed2a529c7f847ec2.svg)}.flag-eh{background-image:url(/static/media/eh.6f0e07d1d6bddc4d00cd.svg)}.flag-er{background-image:url(/static/media/er.bd37ee55de795aaa2627.svg)}.flag-es{background-image:url(/static/media/es.5cb27aff6057bc852496.svg)}.flag-et{background-image:url(/static/media/et.761243b8b79ab99b36d1.svg)}.flag-eu{background-image:url(/static/media/eu.f11d58adf67c5e39d2db.svg)}.flag-fi{background-image:url(/static/media/fi.d26e6639eeb08dec0088.svg)}.flag-fj{background-image:url(/static/media/fj.e25ef0590d3a6f7815b4.svg)}.flag-fk{background-image:url(/static/media/fk.0d29b851ede91eeb197d.svg)}.flag-fm{background-image:url(/static/media/fm.1c37b533c26e19b0e0c6.svg)}.flag-fo{background-image:url(/static/media/fo.ccefb0b99dbb0bbb7894.svg)}.flag-fr{background-image:url(/static/media/fr.63a9ebf4fb32fcea2238.svg)}.flag-ga{background-image:url(/static/media/ga.b86e403f8c14d228deb0.svg)}.flag-gb-eng{background-image:url(/static/media/gb-eng.6402fdd4373e2e587239.svg)}.flag-gb-nir{background-image:url(/static/media/gb-nir.7b28c4d150bdece38bf2.svg)}.flag-gb-sct{background-image:url(/static/media/gb-sct.5fd810e3705601b70a5a.svg)}.flag-gb-wls{background-image:url(/static/media/gb-wls.28763f267e98f5160210.svg)}.flag-gb{background-image:url(/static/media/gb.22d84fe88ebe4c35e1ac.svg)}.flag-gd{background-image:url(/static/media/gd.96d7ac530243f8faab5b.svg)}.flag-ge{background-image:url(/static/media/ge.749bd8bdbdce60a022cb.svg)}.flag-gf{background-image:url(/static/media/gf.325806d3f4024c3c4c87.svg)}.flag-gg{background-image:url(/static/media/gg.ec48e940536f7bd690f8.svg)}.flag-gh{background-image:url(/static/media/gh.080f2387b8ea5294a469.svg)}.flag-gi{background-image:url(/static/media/gi.37c4c24366a251ba5f2e.svg)}.flag-gl{background-image:url(/static/media/gl.a7000fb4004c1d6aeec6.svg)}.flag-gm{background-image:url(/static/media/gm.b45b9104e7bbc3c762a7.svg)}.flag-gn{background-image:url(/static/media/gn.2f8aa6a3d90c4e52913f.svg)}.flag-gp{background-image:url(/static/media/gp.63a9ebf4fb32fcea2238.svg)}.flag-gq{background-image:url(/static/media/gq.895503a46b73113a6b59.svg)}.flag-gr{background-image:url(/static/media/gr.8e24146131f2b7fdde83.svg)}.flag-gs{background-image:url(/static/media/gs.e1ffae80660e1ac3fc38.svg)}.flag-gt{background-image:url(/static/media/gt.372656ecd2e15b6c70bf.svg)}.flag-gu{background-image:url(/static/media/gu.22f2f241aa6f3ec0d336.svg)}.flag-gw{background-image:url(/static/media/gw.b60d397e09401e498f1b.svg)}.flag-gy{background-image:url(/static/media/gy.1a50381e56e0c65af5ca.svg)}.flag-hk{background-image:url(/static/media/hk.f1543fd885ab4d3db3d9.svg)}.flag-hm{background-image:url(/static/media/hm.195dffaad4cca86c6223.svg)}.flag-hn{background-image:url(/static/media/hn.2926a9cbcf9cb75f7227.svg)}.flag-hr{background-image:url(/static/media/hr.2f8262cc7d07bd4ae72c.svg)}.flag-ht{background-image:url(/static/media/ht.618571b8fc30d19b0225.svg)}.flag-hu{background-image:url(/static/media/hu.afe394d28ed8a3a284e7.svg)}.flag-id{background-image:url(/static/media/id.7fb3c1a8b81db1c5e7d8.svg)}.flag-ie{background-image:url(/static/media/ie.33a70f15c7966770192e.svg)}.flag-il{background-image:url(/static/media/il.2eea09d0c30825e287a1.svg)}.flag-im{background-image:url(/static/media/im.a2cdfa4ee5eeed3ba4ec.svg)}.flag-in{background-image:url(/static/media/in.b41a546a46b9397f74e1.svg)}.flag-io{background-image:url(/static/media/io.bd4781d818a0fce73e14.svg)}.flag-iq{background-image:url(/static/media/iq.7283d56a69b3cc3d9491.svg)}.flag-ir{background-image:url(/static/media/ir.d09393ee87fcd68d7067.svg)}.flag-is{background-image:url(/static/media/is.7eda7cfe70940d17cb21.svg)}.flag-it{background-image:url(/static/media/it.b4f46de79fea4f007d09.svg)}.flag-je{background-image:url(/static/media/je.52dcec651fbfabffd5f0.svg)}.flag-jm{background-image:url(/static/media/jm.22fbcf71a6a7feae95bb.svg)}.flag-jo{background-image:url(/static/media/jo.24bd76f285a855b886be.svg)}.flag-jp{background-image:url(/static/media/jp.e1b1759ccf64e586f9fc.svg)}.flag-ke{background-image:url(/static/media/ke.fa3a0d10ea0f50aca82e.svg)}.flag-kg{background-image:url(/static/media/kg.39c2e129f9d5f2602ec3.svg)}.flag-kh{background-image:url(/static/media/kh.c982d1e5cf833f20088d.svg)}.flag-ki{background-image:url(/static/media/ki.2b01c8d7133515438f54.svg)}.flag-km{background-image:url(/static/media/km.439aefbd14d40572fd54.svg)}.flag-kn{background-image:url(/static/media/kn.d7f58eca10ca8fa909b3.svg)}.flag-kp{background-image:url(/static/media/kp.8ff7402b410311bd7628.svg)}.flag-kr{background-image:url(/static/media/kr.4d72b50ae057f4f02a2a.svg)}.flag-kw{background-image:url(/static/media/kw.99541ad4cbf69050c95e.svg)}.flag-ky{background-image:url(/static/media/ky.027ef2b4fb6d82652c1b.svg)}.flag-kz{background-image:url(/static/media/kz.afe26325e1efbea11cc4.svg)}.flag-la{background-image:url(/static/media/la.d712c57a35f415198f32.svg)}.flag-lb{background-image:url(/static/media/lb.806e6e3f361f000a5047.svg)}.flag-lc{background-image:url(/static/media/lc.df36b747305a82f095b6.svg)}.flag-li{background-image:url(/static/media/li.746cbfcac47eede5533a.svg)}.flag-lk{background-image:url(/static/media/lk.f64da0a0b0bcf898c35e.svg)}.flag-lr{background-image:url(/static/media/lr.2bba212985d834dbb686.svg)}.flag-ls{background-image:url(/static/media/ls.b39b25771d35068f3c94.svg)}.flag-lt{background-image:url(/static/media/lt.76a1bf55ea5892481b93.svg)}.flag-lu{background-image:url(/static/media/lu.573059db5f8f4570b5c5.svg)}.flag-lv{background-image:url(/static/media/lv.6fb1103d3f287395c7c5.svg)}.flag-ly{background-image:url(/static/media/ly.eb8d0ab2badab3da58e9.svg)}.flag-ma{background-image:url(/static/media/ma.f8dfc14d7d7f08b9f5f2.svg)}.flag-mc{background-image:url(/static/media/mc.f3da706de25d23f89f9c.svg)}.flag-md{background-image:url(/static/media/md.38aa0a732391597679db.svg)}.flag-me{background-image:url(/static/media/me.34fab6888545c72cfc1e.svg)}.flag-mf{background-image:url(/static/media/mf.63a9ebf4fb32fcea2238.svg)}.flag-mg{background-image:url(/static/media/mg.b9fc65f0b79353b28d95.svg)}.flag-mh{background-image:url(/static/media/mh.58aed8593cc44a210d7e.svg)}.flag-mk{background-image:url(/static/media/mk.1373eb8769dd878d38ad.svg)}.flag-ml{background-image:url(/static/media/ml.96980dee5558ff4b27cd.svg)}.flag-mm{background-image:url(/static/media/mm.069b07b838df10543f81.svg)}.flag-mn{background-image:url(/static/media/mn.3868005de3792f462620.svg)}.flag-mo{background-image:url(/static/media/mo.fc8abeebf8b90cc76634.svg)}.flag-mp{background-image:url(/static/media/mp.3a025f8241385eda2da6.svg)}.flag-mq{background-image:url(/static/media/mq.cdfe4378f3b9cec5d897.svg)}.flag-mr{background-image:url(/static/media/mr.d95ef50b1eb9ed18c151.svg)}.flag-ms{background-image:url(/static/media/ms.83a17b118ab7d9a19762.svg)}.flag-mt{background-image:url(/static/media/mt.d72a37c0792ea448ece3.svg)}.flag-mu{background-image:url(/static/media/mu.8b3d8f4ab3413f7bdd4d.svg)}.flag-mv{background-image:url(/static/media/mv.cd1f55b02ca2643c3f99.svg)}.flag-mw{background-image:url(/static/media/mw.d5ff4688383a2708f70c.svg)}.flag-mx{background-image:url(/static/media/mx.40fc809f59778931cdd1.svg)}.flag-my{background-image:url(/static/media/my.5be1f9df879b4689d727.svg)}.flag-mz{background-image:url(/static/media/mz.28b723aaa5044eaa57d0.svg)}.flag-na{background-image:url(/static/media/na.ea7d7cda2f2d3255792d.svg)}.flag-nc{background-image:url(/static/media/nc.086ebd78b096b1ae28e2.svg)}.flag-ne{background-image:url(/static/media/ne.6ae76a66067996ce0b9e.svg)}.flag-nf{background-image:url(/static/media/nf.ce4527ffebfa10264a74.svg)}.flag-ng{background-image:url(/static/media/ng.46f0df63716157cb114c.svg)}.flag-ni{background-image:url(/static/media/ni.ca665413123c772764a1.svg)}.flag-nl{background-image:url(/static/media/nl.92ee5a790e65b67d4f0e.svg)}.flag-no{background-image:url(/static/media/no.2018a70ba79c5d4022e4.svg)}.flag-np{background-image:url(/static/media/np.ea81b6ddb546b4b6cba1.svg)}.flag-nr{background-image:url(/static/media/nr.81dae9d589109e3f1a0e.svg)}.flag-nu{background-image:url(/static/media/nu.6befb41c86d857fffe16.svg)}.flag-nz{background-image:url(/static/media/nz.61d33f2a21657d93f32b.svg)}.flag-om{background-image:url(/static/media/om.f0e56e84434d8300a43a.svg)}.flag-pa{background-image:url(/static/media/pa.a07fc86f41614b2d3165.svg)}.flag-pe{background-image:url(/static/media/pe.dbffa92e803a5cc83d4e.svg)}.flag-pf{background-image:url(/static/media/pf.79ba6e3c2d14b2c57c92.svg)}.flag-pg{background-image:url(/static/media/pg.8252e9bfdbcd82ca9c3f.svg)}.flag-ph{background-image:url(/static/media/ph.00c939ce7a61613960b9.svg)}.flag-pk{background-image:url(/static/media/pk.78797206531d5cd9b88c.svg)}.flag-pl{background-image:url(/static/media/pl.55073d98d77a5b6ce0c1.svg)}.flag-pm{background-image:url(/static/media/pm.086ebd78b096b1ae28e2.svg)}.flag-pn{background-image:url(/static/media/pn.6a184f43119a1d196f3f.svg)}.flag-pr{background-image:url(/static/media/pr.236ee866e6008f711adc.svg)}.flag-ps{background-image:url(/static/media/ps.11612d785462813fa6c3.svg)}.flag-pt{background-image:url(/static/media/pt.1404e490bc4ef4e6c2ed.svg)}.flag-pw{background-image:url(/static/media/pw.19b39106bc694a7e4ccf.svg)}.flag-py{background-image:url(/static/media/py.497ba378ee14ba60203b.svg)}.flag-qa{background-image:url(/static/media/qa.54b9926864599fc7f9c7.svg)}.flag-re{background-image:url(/static/media/re.086ebd78b096b1ae28e2.svg)}.flag-ro{background-image:url(/static/media/ro.e76a6daded06b07e837d.svg)}.flag-rs{background-image:url(/static/media/rs.13db15f1adddaa6757b5.svg)}.flag-ru{background-image:url(/static/media/ru.81957a380875b95df452.svg)}.flag-rw{background-image:url(/static/media/rw.c58f3d8b73fcd4e1973b.svg)}.flag-sa{background-image:url(/static/media/sa.aa7287a1c446d6d0f54c.svg)}.flag-sb{background-image:url(/static/media/sb.6c301d55ae5fced9aecb.svg)}.flag-sc{background-image:url(/static/media/sc.924e8cec15dda01b6032.svg)}.flag-sd{background-image:url(/static/media/sd.836379c2140222b10910.svg)}.flag-se{background-image:url(/static/media/se.28aba54a61e5dcbd2dfe.svg)}.flag-sg{background-image:url(/static/media/sg.a4b204f8ac2f608333c2.svg)}.flag-sh{background-image:url(/static/media/sh.64fc84e6ed5eced1e97c.svg)}.flag-si{background-image:url(/static/media/si.f15d5901ccf9ff467b96.svg)}.flag-sj{background-image:url(/static/media/sj.2018a70ba79c5d4022e4.svg)}.flag-sk{background-image:url(/static/media/sk.878eea621a167b85e706.svg)}.flag-sl{background-image:url(/static/media/sl.c9bd0d0c625690921f86.svg)}.flag-sm{background-image:url(/static/media/sm.7ca8ac543d88f7648716.svg)}.flag-sn{background-image:url(/static/media/sn.472a4da317e89b214a37.svg)}.flag-so{background-image:url(/static/media/so.88ec96340d618ef1b920.svg)}.flag-sr{background-image:url(/static/media/sr.5ecefc1b6c456d044727.svg)}.flag-ss{background-image:url(/static/media/ss.da7ce6fa45782c29f39f.svg)}.flag-st{background-image:url(/static/media/st.9a8dbcaa662599be5e98.svg)}.flag-sv{background-image:url(/static/media/sv.173da534ba6477fb5d8c.svg)}.flag-sx{background-image:url(/static/media/sx.61a887f300f8d186c6ff.svg)}.flag-sy{background-image:url(/static/media/sy.6f4bc8663dcd1dc328dc.svg)}.flag-sz{background-image:url(/static/media/sz.fbb16508f3767203f5f1.svg)}.flag-tc{background-image:url(/static/media/tc.b2c3af50ca57b933486a.svg)}.flag-td{background-image:url(/static/media/td.a03c26ba332af2f3e163.svg)}.flag-tf{background-image:url(/static/media/tf.0ab93acc2e9c86ed3012.svg)}.flag-tg{background-image:url(/static/media/tg.e6cb3a2c375fc72a205b.svg)}.flag-th{background-image:url(/static/media/th.2a27911fc59e5311f422.svg)}.flag-tj{background-image:url(/static/media/tj.7904c4ced6faaeac36f8.svg)}.flag-tk{background-image:url(/static/media/tk.a6f5dd9d0dc98d91b7db.svg)}.flag-tl{background-image:url(/static/media/tl.d7a617ae56cf8ba00887.svg)}.flag-tm{background-image:url(/static/media/tm.142116714fd7536ffbfb.svg)}.flag-tn{background-image:url(/static/media/tn.b28715adb6121a5d207a.svg)}.flag-to{background-image:url(/static/media/to.a1e35d19986200708ab3.svg)}.flag-tr{background-image:url(/static/media/tr.5993e47165d45f061fd1.svg)}.flag-tt{background-image:url(/static/media/tt.526844fdfcdee69a0684.svg)}.flag-tv{background-image:url(/static/media/tv.34f3f20283179d4f7a61.svg)}.flag-tw{background-image:url(/static/media/tw.448584b415da471a25dc.svg)}.flag-tz{background-image:url(/static/media/tz.0ae3a1616fd93697411d.svg)}.flag-ua{background-image:url(/static/media/ua.dff2328608ae1733400a.svg)}.flag-ug{background-image:url(/static/media/ug.667e1bd45c5bd6fe3220.svg)}.flag-um{background-image:url(/static/media/um.5ff75fd90c5718a9b3ec.svg)}.flag-un{background-image:url(/static/media/un.bcce3131578604105d40.svg)}.flag-us{background-image:url(/static/media/us.0fffdc4abb38bf1ad94b.svg)}.flag-uy{background-image:url(/static/media/uy.d6c82c2d0098885123e3.svg)}.flag-uz{background-image:url(/static/media/uz.4e36fd773931aea79047.svg)}.flag-va{background-image:url(/static/media/va.2e6d4832b85fb8f3e935.svg)}.flag-vc{background-image:url(/static/media/vc.d134e574d52ebb8c0570.svg)}.flag-ve{background-image:url(/static/media/ve.02985f30df285b97ab52.svg)}.flag-vg{background-image:url(/static/media/vg.372023debb62f1339555.svg)}.flag-vi{background-image:url(/static/media/vi.422e0adbff13b7c0616d.svg)}.flag-vn{background-image:url(/static/media/vn.f4d75cd2153d4aff6b2d.svg)}.flag-vu{background-image:url(/static/media/vu.8def2fadd8ad3cae53fe.svg)}.flag-wf{background-image:url(/static/media/wf.1d58a8d49089620cbfab.svg)}.flag-ws{background-image:url(/static/media/ws.c127a6838f88dd6e276c.svg)}.flag-ye{background-image:url(/static/media/ye.09032b32c871d636121a.svg)}.flag-yt{background-image:url(/static/media/yt.086ebd78b096b1ae28e2.svg)}.flag-za{background-image:url(/static/media/za.31ab68efc55818d34da6.svg)}.flag-zm{background-image:url(/static/media/zm.4ce0e8e2df519f1b8be5.svg)}.flag-zw{background-image:url(/static/media/zw.a70e41e8f82a4a037a40.svg)}.payment{background:no-repeat 50%/100% 100%;border-radius:2px;box-shadow:0 0 1px 1px rgba(0,0,0,.1);display:inline-block;font-style:normal;height:1.5rem;vertical-align:bottom;width:2.5rem}.payment-2checkout-dark{background-image:url(/static/media/2checkout-dark.a44a1992589f8b193355.svg)}.payment-2checkout{background-image:url(/static/media/2checkout.dc17cca0bd2e05636f47.svg)}.payment-alipay-dark{background-image:url(/static/media/alipay-dark.4d3de2f9f4ace61d3fe9.svg)}.payment-alipay{background-image:url(/static/media/alipay.1a8a9c6cfee1a4b081b8.svg)}.payment-amazon-dark{background-image:url(/static/media/amazon-dark.3aa03461587957e0acde.svg)}.payment-amazon{background-image:url(/static/media/amazon.89e7a1201a352eb37f9f.svg)}.payment-americanexpress-dark{background-image:url(/static/media/americanexpress-dark.2ec00a7cec3cd4138842.svg)}.payment-americanexpress{background-image:url(/static/media/americanexpress.3d72f390815161ff78d2.svg)}.payment-applepay-dark{background-image:url(/static/media/applepay-dark.7763acf22ded58dc59ac.svg)}.payment-applepay{background-image:url(/static/media/applepay.04c2d098b145b4ef153e.svg)}.payment-bancontact-dark{background-image:url(/static/media/bancontact-dark.9d1309edd965ab2193e1.svg)}.payment-bancontact{background-image:url(/static/media/bancontact.f34ac49459d6f2b04657.svg)}.payment-bitcoin-dark{background-image:url(/static/media/bitcoin-dark.3e29b66814026d8ed111.svg)}.payment-bitcoin{background-image:url(/static/media/bitcoin.97d879928d89dd9eca9f.svg)}.payment-bitpay-dark{background-image:url(/static/media/bitpay-dark.d698662001b0492a7bc8.svg)}.payment-bitpay{background-image:url(/static/media/bitpay.fdff12cddc2011045a96.svg)}.payment-cirrus-dark{background-image:url(/static/media/cirrus-dark.01473a4b1a1515654d12.svg)}.payment-cirrus{background-image:url(/static/media/cirrus.bc2544cd2f721336d296.svg)}.payment-clickandbuy-dark{background-image:url(/static/media/clickandbuy-dark.c3b2edf4992833159409.svg)}.payment-clickandbuy{background-image:url(/static/media/clickandbuy.24985a54d9f46fe76500.svg)}.payment-coinkite-dark{background-image:url(/static/media/coinkite-dark.817c39e227c671101621.svg)}.payment-coinkite{background-image:url(/static/media/coinkite.9200a75ef442733b0c84.svg)}.payment-dinersclub-dark{background-image:url(/static/media/dinersclub-dark.cf72afaefbb020329b34.svg)}.payment-dinersclub{background-image:url(/static/media/dinersclub.a93a6747e809c43b85d0.svg)}.payment-directdebit-dark{background-image:url(/static/media/directdebit-dark.00e4a77f340859413112.svg)}.payment-directdebit{background-image:url(/static/media/directdebit.b31876a4777251c7a6d1.svg)}.payment-discover-dark{background-image:url(/static/media/discover-dark.9f8e248d6e1a98b738db.svg)}.payment-discover{background-image:url(/static/media/discover.ac27d16a62e5320b5534.svg)}.payment-dwolla-dark{background-image:url(/static/media/dwolla-dark.8b04e9882a8f2920cc3d.svg)}.payment-dwolla{background-image:url(/static/media/dwolla.d89193666cbc922f58c0.svg)}.payment-ebay-dark{background-image:url(/static/media/ebay-dark.e7a661ae2f081827b2b3.svg)}.payment-ebay{background-image:url(/static/media/ebay.19aa981178cc9d46cbc0.svg)}.payment-eway-dark{background-image:url(/static/media/eway-dark.1980b18fcba0ae205386.svg)}.payment-eway{background-image:url(/static/media/eway.f89db516d163a8a820d6.svg)}.payment-giropay-dark{background-image:url(/static/media/giropay-dark.8c013431afbeac1c0a01.svg)}.payment-giropay{background-image:url(/static/media/giropay.37c19e99ab465c891c4e.svg)}.payment-googlewallet-dark{background-image:url(/static/media/googlewallet-dark.aa83ab33512f9c7afb3d.svg)}.payment-googlewallet{background-image:url(/static/media/googlewallet.4ca3a62afc26764afc7d.svg)}.payment-ingenico-dark{background-image:url(/static/media/ingenico-dark.1a0a0dcdfa761a13d5e9.svg)}.payment-ingenico{background-image:url(/static/media/ingenico.ff89497ff4569bd2a537.svg)}.payment-jcb-dark{background-image:url(/static/media/jcb-dark.1b602c9fbb8dd47e2e48.svg)}.payment-jcb{background-image:url(/static/media/jcb.504c3af97de8c7fc739e.svg)}.payment-klarna-dark{background-image:url(/static/media/klarna-dark.845944cc6e6d73362a9b.svg)}.payment-klarna{background-image:url(/static/media/klarna.bf5bcdbf1e484b458c06.svg)}.payment-laser-dark{background-image:url(/static/media/laser-dark.61df808c835661d586f7.svg)}.payment-laser{background-image:url(/static/media/laser.214fc582eefd2adc4b3e.svg)}.payment-maestro-dark{background-image:url(/static/media/maestro-dark.980142471e4ec88f974b.svg)}.payment-maestro{background-image:url(/static/media/maestro.bdb53b3598f481db088e.svg)}.payment-mastercard-dark{background-image:url(/static/media/mastercard-dark.095cf7f0f3609c50ee88.svg)}.payment-mastercard{background-image:url(/static/media/mastercard.8e39a2a1a761155dab4b.svg)}.payment-monero-dark{background-image:url(/static/media/monero-dark.66c06df9665f425bc488.svg)}.payment-monero{background-image:url(/static/media/monero.0d03a94f0bb3fbb8bafe.svg)}.payment-neteller-dark{background-image:url(/static/media/neteller-dark.0d7f439ea81a7dc1b7e2.svg)}.payment-neteller{background-image:url(/static/media/neteller.3c91de23706fd97b70da.svg)}.payment-ogone-dark{background-image:url(/static/media/ogone-dark.b6ebe3b4fee19a4cefa9.svg)}.payment-ogone{background-image:url(/static/media/ogone.b48ea3f80cebc0d39069.svg)}.payment-okpay-dark{background-image:url(/static/media/okpay-dark.17eece3c07dbe5bd4ed0.svg)}.payment-okpay{background-image:url(/static/media/okpay.5df257442bbabb043b75.svg)}.payment-paybox-dark{background-image:url(/static/media/paybox-dark.4dc93134776daeea60d0.svg)}.payment-paybox{background-image:url(/static/media/paybox.171a190d8661f72551c9.svg)}.payment-paymill-dark{background-image:url(/static/media/paymill-dark.333793d1d77ea0288457.svg)}.payment-paymill{background-image:url(/static/media/paymill.835a10be123b730a314d.svg)}.payment-payone-dark{background-image:url(/static/media/payone-dark.2f83d0688d6d39dac1c3.svg)}.payment-payone{background-image:url(/static/media/payone.8355dd6a3ddf89adc983.svg)}.payment-payoneer-dark{background-image:url(/static/media/payoneer-dark.7c5207e424f173999b3d.svg)}.payment-payoneer{background-image:url(/static/media/payoneer.56b833cd572459ac7f73.svg)}.payment-paypal-dark{background-image:url(/static/media/paypal-dark.f0d7db0281b36a76685e.svg)}.payment-paypal{background-image:url(/static/media/paypal.4f49ee16126497f056a4.svg)}.payment-paysafecard-dark{background-image:url(/static/media/paysafecard-dark.e353adcbfbd67939a3c4.svg)}.payment-paysafecard{background-image:url(/static/media/paysafecard.585bd4f8c33d33e03729.svg)}.payment-payu-dark{background-image:url(/static/media/payu-dark.f54fab7e266b3d1b390c.svg)}.payment-payu{background-image:url(/static/media/payu.b770dcc7727b7ab2e750.svg)}.payment-payza-dark{background-image:url(/static/media/payza-dark.d3650ff582a4b94d7247.svg)}.payment-payza{background-image:url(/static/media/payza.2469f6fce1f4d6b50aa1.svg)}.payment-ripple-dark{background-image:url(/static/media/ripple-dark.c33010677f26a39c7661.svg)}.payment-ripple{background-image:url(/static/media/ripple.344186789bbe63395786.svg)}.payment-sage-dark{background-image:url(/static/media/sage-dark.b5a47ba9c22161ea886c.svg)}.payment-sage{background-image:url(/static/media/sage.0980633357b5ff682f74.svg)}.payment-sepa-dark{background-image:url(/static/media/sepa-dark.70ff7b96b783a7074593.svg)}.payment-sepa{background-image:url(/static/media/sepa.98f3e61d65b7393a7974.svg)}.payment-shopify-dark{background-image:url(/static/media/shopify-dark.3766a794da2c97aca82f.svg)}.payment-shopify{background-image:url(/static/media/shopify.3aa470988d9b979a572b.svg)}.payment-skrill-dark{background-image:url(/static/media/skrill-dark.dbd0080126f71f19893d.svg)}.payment-skrill{background-image:url(/static/media/skrill.50a191d6b7131b337080.svg)}.payment-solo-dark{background-image:url(/static/media/solo-dark.a87f067bd62baa8dfe0a.svg)}.payment-solo{background-image:url(/static/media/solo.21aa78abc4777c516a9e.svg)}.payment-square-dark{background-image:url(/static/media/square-dark.4bfe14e3a8332437bf0f.svg)}.payment-square{background-image:url(/static/media/square.8eb827859b2d4feebe22.svg)}.payment-stripe-dark{background-image:url(/static/media/stripe-dark.00e381f9ec82e9bf2cbb.svg)}.payment-stripe{background-image:url(/static/media/stripe.dbfca214cfe8f989857e.svg)}.payment-switch-dark{background-image:url(/static/media/switch-dark.f6b5bf2c23432efed6b3.svg)}.payment-switch{background-image:url(/static/media/switch.32286f8cb1440b454a1b.svg)}.payment-ukash-dark{background-image:url(/static/media/ukash-dark.1fe7fa39318bc5175bca.svg)}.payment-ukash{background-image:url(/static/media/ukash.d0a7072bf2f0de910204.svg)}.payment-unionpay-dark{background-image:url(/static/media/unionpay-dark.79382cadc3ef798a1e48.svg)}.payment-unionpay{background-image:url(/static/media/unionpay.81d77f96efeb3dda38a5.svg)}.payment-verifone-dark{background-image:url(/static/media/verifone-dark.334584fe7a3b17ffc1c8.svg)}.payment-verifone{background-image:url(/static/media/verifone.6ce099dc3b7955ef699e.svg)}.payment-verisign-dark{background-image:url(/static/media/verisign-dark.2bf489b8013447621771.svg)}.payment-verisign{background-image:url(/static/media/verisign.ecf540b373d1b812a683.svg)}.payment-visa-dark{background-image:url(/static/media/visa-dark.3d222577b8647b410009.svg)}.payment-visa{background-image:url(/static/media/visa.2c80051eb4ed6fc1538f.svg)}.payment-webmoney-dark{background-image:url(/static/media/webmoney-dark.bb68b84b67a3105d6f95.svg)}.payment-webmoney{background-image:url(/static/media/webmoney.ce04235265136eb8d8c3.svg)}.payment-westernunion-dark{background-image:url(/static/media/westernunion-dark.aeb5948cb50d85ba5de6.svg)}.payment-westernunion{background-image:url(/static/media/westernunion.556120eb2600403fa2f5.svg)}.payment-worldpay-dark{background-image:url(/static/media/worldpay-dark.34f766abb73b9a47873b.svg)}.payment-worldpay{background-image:url(/static/media/worldpay.1e1e9b8e20fb277a00c9.svg)}svg{touch-action:none}.col-sm-3 a{border:1px solid transparent;border-radius:0;transition:all 3s ease}.col-sm-3 a:hover{background:linear-gradient(rgba(56,123,131,.7),rgba(56,123,131,.7));border:1px solid #ff4647;border-radius:100% 60%/30% 10%}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:""}.glyphicon-jpy:before,.glyphicon-yen:before{content:"¥"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"₽"}.icon-icon-shape{border-radius:50%;height:3rem;text-align:center;width:3rem}.icon-icon-shape i{font-size:24px;line-height:2}.item-card-img{overflow:hidden}.item-card2-img{border-top-left-radius:2px;border-top-right-radius:2px;overflow:hidden;position:relative}.item-card2-desc ul li{font-size:13px;margin-right:1.5rem}.item-card2-desc ul li:last-child{margin-right:0}.item-card2-icons{position:absolute;right:15px;top:20px;z-index:999}.item-card2-icons a{border-radius:100px;border-radius:50px;color:#fff;display:inline-block;height:2rem;line-height:2.1rem;text-align:center;width:2rem}.item-list .list-group-item{border:0;border-bottom:1px solid rgba(167,180,201,.3);margin-bottom:0}.item-list .list-group-item i{border-radius:2px;color:#fff!important;font-size:12px;height:25px;line-height:25px;margin-right:5px;text-align:center;width:25px}.item-user .item-user-icons a{border-radius:100px;display:inline-block;height:2rem;line-height:2rem;margin-top:.3rem;text-align:center;width:2rem}.item-user .item-user-icons a:hover{color:#fff}.item-box .item-box-wrap{margin-top:15px}.item-box .stamp i{font-size:18px;font-size:25px;line-height:2}.item-box .item-box-wrap h5{font-size:20px;font-weight:500}.dimmer{position:relative}.dimmer .loader{display:none;left:0;margin:0 auto;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dimmer.active .loader{display:block}.dimmer.active .dimmer-content{opacity:.04;pointer-events:none}.spinner{height:40px;width:40px}.spinner,.spinner-lg{-webkit-animation:sk-rotateplane 1.2s ease-in-out infinite;animation:sk-rotateplane 1.2s ease-in-out infinite;margin:100px auto}.spinner-lg{height:100px;width:100px}@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}to{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.spinner1{height:40px;width:40px}.spinner1,.spinner1-lg{margin:100px auto;position:relative}.spinner1-lg{height:100px;width:100px}.double-bounce1,.double-bounce2{-webkit-animation:sk-bounce 2s ease-in-out infinite;animation:sk-bounce 2s ease-in-out infinite;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.spinner2{height:40px;margin:100px auto;position:relative;width:40px}.cube1,.cube2{-webkit-animation:sk-cubemove 1.8s ease-in-out infinite;animation:sk-cubemove 1.8s ease-in-out infinite;height:15px;left:0;position:absolute;top:0;width:15px}.cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-cubemove{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}to{-webkit-transform:rotate(-1turn)}}@keyframes sk-cubemove{25%{transform:translateX(42px) rotate(-90deg) scale(.5);-webkit-transform:translateX(42px) rotate(-90deg) scale(.5)}50%{transform:translateX(42px) translateY(42px) rotate(-179deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{transform:translateX(42px) translateY(42px) rotate(-180deg);-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}to{transform:rotate(-1turn);-webkit-transform:rotate(-1turn)}}.lds-heart{height:64px;margin:100px auto;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:32px 32px;transform-origin:32px 32px;width:64px}.lds-heart div{-webkit-animation:lds-heart 1.2s cubic-bezier(.215,.61,.355,1) infinite;animation:lds-heart 1.2s cubic-bezier(.215,.61,.355,1) infinite;height:26px;left:19px;position:absolute;top:23px;width:26px}.lds-heart div:after,.lds-heart div:before{content:" ";display:block;height:26px;position:absolute;width:26px}.lds-heart div:before{border-radius:50% 0 0 50%;left:-17px}.lds-heart div:after{border-radius:50% 50% 0 0;top:-17px}@-webkit-keyframes lds-heart{0%{-webkit-transform:scale(.95);transform:scale(.95)}5%{-webkit-transform:scale(1.1);transform:scale(1.1)}39%{-webkit-transform:scale(.85);transform:scale(.85)}45%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes lds-heart{0%{-webkit-transform:scale(.95);transform:scale(.95)}5%{-webkit-transform:scale(1.1);transform:scale(1.1)}39%{-webkit-transform:scale(.85);transform:scale(.85)}45%{-webkit-transform:scale(1);transform:scale(1)}60%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(.9);transform:scale(.9)}}.lds-ring{height:64px;margin:100px auto;position:relative;width:64px}.lds-ring div{-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-radius:50%;box-sizing:border-box;display:block;height:51px;margin:6px;position:absolute;width:51px}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.lds-hourglass{height:64px;margin:100px auto;position:relative;width:64px}.lds-hourglass:after{-webkit-animation:lds-hourglass 1.2s infinite;animation:lds-hourglass 1.2s infinite;border-radius:50%;box-sizing:border-box;content:" ";display:block;height:0;margin:6px;width:0}@-webkit-keyframes lds-hourglass{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(900deg);transform:rotate(900deg)}to{-webkit-transform:rotate(5turn);transform:rotate(5turn)}}@keyframes lds-hourglass{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(900deg);transform:rotate(900deg)}to{-webkit-transform:rotate(5turn);transform:rotate(5turn)}}body.rtl{direction:rtl;text-align:right}.rtl caption{text-align:left}.rtl .list-inline,.rtl .list-unstyled{padding-left:0}.rtl .list-inline-item:not(:last-child){margin-left:inherit;margin-right:.5rem}.rtl html{direction:rtl}.rtl #accordion .panel-heading1 a:before{left:inherit;right:5px}.rtl .alert-dismissible .btn-close{left:0;right:inherit}.rtl .alert-icon{padding-left:3rem;padding-right:inherit}.rtl .alert-icon>i{left:1rem;right:inherit}.rtl .alert-avatar{padding-left:inherit;padding-right:3.75rem}.rtl .alert-avatar .avatar{left:inherit;right:.75rem}.rtl .avatar-status{left:-2px;right:inherit}.rtl .avatar-list .avatar:not(:last-child){margin-left:.5rem;margin-right:inherit}.rtl .avatar-list-stacked .avatar{margin-left:inherit;margin-right:-.8em!important}.rtl .avatar-group .avatar+.avatar{margin-left:-.8rem;margin-right:inherit}.rtl .btn .badge{left:-3px;right:inherit}.rtl .badgetext{float:left}.rtl blockquote{border-right:2px solid #eaedf1;margin:0 0 1rem;padding-left:inherit;padding-right:2rem}.rtl blockquote cite{text-align:right}.rtl .breadcrumb{left:inherit;right:0}.rtl .fileinput-button{float:left;margin-left:inherit;margin-right:4px}.rtl .fileinput-button input{direction:rtl;left:inherit;right:0}.rtl .btn-group .btn+.btn,.rtl .btn-group .btn+.btn-group,.rtl .btn-group .btn-group+.btn,.rtl .btn-group .btn-group+.btn-group,.rtl .btn-group-vertical .btn+.btn,.rtl .btn-group-vertical .btn+.btn-group,.rtl .btn-group-vertical .btn-group+.btn,.rtl .btn-group-vertical .btn-group+.btn-group{margin-left:-1px;margin-right:inherit}.rtl .btn-group>.btn:first-child{margin-left:0;margin-right:inherit}.rtl .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:5px;border-top-left-radius:0;border-top-right-radius:5px}.rtl .btn-group>.btn-group:not(:last-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.rtl .btn-group>.btn-group:not(:first-child)>.btn,.rtl .btn-group>.btn:not(:first-child){border-bottom-left-radius:5px;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:0}.rtl .dropdown-toggle-split:after,.rtl .dropright .dropdown-toggle-split:after,.rtl .dropup .dropdown-toggle-split:after{margin-left:0;margin-right:inherit}.rtl .dropleft .dropdown-toggle-split:before{margin-left:inherit;margin-right:0}.rtl .btn-group-vertical>.btn+.btn,.rtl .btn-group-vertical>.btn+.btn-group,.rtl .btn-group-vertical>.btn-group+.btn,.rtl .btn-group-vertical>.btn-group+.btn-group{margin-left:0;margin-right:inherit}.rtl .btn-list>.btn:not(:last-child),.rtl .btn-list>.dropdown:not(:last-child){margin-left:.5rem;margin-right:inherit}.rtl .btn-list .btn i{float:right}.rtl .btn-list .btn.btn-icon i{float:inherit}.rtl .btn-loading:after{border-right-color:transparent!important;left:calc(50% - .7em);right:inherit}.rtl .btn-group-sm>.btn-loading.btn:after,.rtl .btn-loading.btn-sm:after{left:calc(50% - .5em);right:inherit}.rtl .btn-loading.btn-secondary:after{border-color:#495057}.rtl .btn-social.btn-lg{padding-left:61px;padding-right:inherit}.rtl .btn-social.btn-sm{padding-left:38px;padding-right:inherit}.rtl .btn-social.btn-xs{padding-left:30px;padding-right:inherit}.rtl .btn-social-icon{padding-left:44px;padding-right:inherit;text-align:left}.rtl .btn-social-icon>:first-child{border-right:1px solid rgba(0,0,0,.2);left:0;right:inherit}.rtl .btn-social-icon.btn-lg{padding-left:61px;padding-right:inherit}.rtl .btn-social-icon.btn-sm{padding-left:38px;padding-right:inherit}.rtl .btn-social-icon.btn-xs{padding-left:30px;padding-right:inherit}.rtl .btn-animation .loading{margin-left:20px;margin-right:inherit}.rtl .btn-animation .btn-loaders:after{border-right-color:transparent!important;left:10px!important;right:inherit!important}@media(min-width:576px){.rtl .card-group>.card+.card{border-left:0;margin-left:0;margin-right:inherit}.rtl .card-group>.card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.rtl .card-group>.card:first-child .card-header,.rtl .card-group>.card:first-child .card-img-top{border-top-right-radius:0}.rtl .card-group>.card:first-child .card-footer,.rtl .card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.rtl .card-group>.card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.rtl .card-group>.card:last-child .card-header,.rtl .card-group>.card:last-child .card-img-top{border-top-left-radius:0}.rtl .card-group>.card:last-child .card-footer,.rtl .card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.rtl .card-group>.card:only-child .card-header,.rtl .card-group>.card:only-child .card-img-top{border-top-left-radius:3px;border-top-right-radius:3px}.rtl .card-group>.card:only-child .card-footer,.rtl .card-group>.card:only-child .card-img-bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px}}.rtl .card-table tr td:first-child,.rtl .card-table tr th:first-child{padding-left:inherit;padding-right:1.5rem!important}.rtl .card-table tr td:last-child,.rtl .card-table tr th:last-child{padding-left:1.5rem;padding-right:inherit}.rtl .card-img-absolute{margin-left:inherit;margin-right:-42px}.rtl .card-link+.card-link{margin-left:1.5rem}@media(min-width:576px){.rtl .card-group>.card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.rtl .card-group>.card:first-child .card-header,.rtl .card-group>.card:first-child .card-img-top{border-top-right-radius:0}.rtl .card-group>.card:first-child .card-footer,.rtl .card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.rtl .card-group>.card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.rtl .card-group>.card:last-child .card-header,.rtl .card-group>.card:last-child .card-img-top{border-top-left-radius:0}.rtl .card-group>.card:last-child .card-footer,.rtl .card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.rtl .card-group>.card:only-child{border-radius:3px}}.rtl .card-blog-overlay1:before,.rtl .card-blog-overlay2:before,.rtl .card-blog-overlay:before{left:inherit;right:0}.rtl .card-table tr td:first-child,.rtl .card-table tr th:first-child{padding-left:1.5rem;padding-right:inherit}.rtl .card-table tr td:last-child,.rtl .card-table tr th:last-child{padding-right:1.5rem}.rtl .card-link+.card-link{margin-left:1rem;margin-right:inherit}.rtl .card-options{margin-left:.5rem;margin-right:auto}.rtl .card-options a:not(.btn){margin-left:.5rem;margin-right:inherit}.rtl .card-image{margin-left:-126px;margin-right:inherit}.rtl .card-status-left{left:inherit;right:auto}.rtl .item-card .cardprice{left:inherit;right:15px}.rtl .card-padding{padding:14px 2px 2px 11px}.rtl .card-counter .count-name,.rtl .card-counter .count-numbers{left:inherit;right:35px}.rtl .card-aside-img a{left:0;right:inherit}.rtl .active.carousel-item-start,.rtl .carousel-item-prev:not(.carousel-item-end){-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.rtl .active.carousel-item-end,.rtl .carousel-item-next:not(.carousel-item-start){-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.rtl .carousel-control-prev{left:0;right:auto!important;right:inherit}.rtl .carousel-control-next{left:inherit;right:0}.rtl .carousel-indicators{padding-left:0;padding-right:inherit}.rtl .carousel-indicators li:after,.rtl .carousel-indicators li:before{left:0;right:inherit}.rtl .carousel-indicators1{padding-left:0;padding-right:inherit}.rtl .carousel-indicators1 li:after,.rtl .carousel-indicators1 li:before{left:0;right:inherit}.rtl .carousel-indicators2{left:auto;padding-left:0;padding-right:inherit;right:10px}.rtl .carousel-indicators2 li:after,.rtl .carousel-indicators2 li:before{left:0;right:inherit}.rtl .carousel-indicators3{left:10px;padding-left:0;padding-right:inherit;right:auto}.rtl .carousel-indicators3 li:after,.rtl .carousel-indicators3 li:before{left:0;right:inherit}.rtl .carousel-indicators4{left:auto;padding-left:0;padding-right:inherit;right:10px}.rtl .carousel-indicators4 li:after,.rtl .carousel-indicators4 li:before{left:0;right:inherit}.rtl .carousel-indicators5{left:10px;padding-left:0;padding-right:inherit;right:auto}.rtl .carousel-indicators5 li:after,.rtl .carousel-indicators5 li:before{left:0;right:inherit}.rtl .dropdown-toggle:after{margin-left:.255em;margin-right:inherit}.rtl .dropdown-menu{float:right;text-align:right}.rtl .dropup .dropdown-toggle:after{margin-left:.255em;margin-right:inherit}.rtl .dropup .dropdown-toggle:empty:after{margin-left:0;margin-right:inherit}.rtl .dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-right:inherit;right:auto}.rtl .dropright .dropdown-toggle:after{margin-left:.255em;margin-right:inherit}.rtl .dropright .dropdown-toggle:empty:after{margin-left:0;margin-right:inherit}.rtl .dropleft .dropdown-menu{left:auto;margin-right:.125rem;right:100%}.rtl .dropleft .dropdown-toggle:after{margin-left:.255em;margin-right:inherit}.rtl .dropleft .dropdown-toggle:before{border-right:.3em solid;margin-left:inherit;margin-right:.255em}.rtl .dropleft .dropdown-toggle:empty:after{margin-left:0;margin-right:inherit}.rtl .dropdown-menu{float:left;right:0}.rtl .dropdown-menu[data-popper-placement^=bottom],.rtl .dropdown-menu[data-popper-placement^=left],.rtl .dropdown-menu[data-popper-placement^=right],.rtl .dropdown-menu[data-popper-placement^=top]{left:inherit;right:auto}.rtl .dropdown-media-list .media-body{margin-left:15px;margin-right:inherit}@media(min-width:992px){.rtl .dropdown-menu-arrow:before{border-left:1px solid #eaedf1;left:14px;right:inherit}}.rtl .dropdown-menu-arrow.dropdown-menu-end:after,.rtl .dropdown-menu-arrow.dropdown-menu-end:before{left:17px;right:auto}.rtl .dropdown-toggle:empty:after{margin-left:0;margin-right:inherit}.rtl .form-check{padding-left:inherit;padding-right:1.25rem}.rtl .form-check-input{margin-left:inherit;margin-right:-1.25rem}.rtl .form-check-inline{margin-left:inherit;margin-right:.75rem;padding-left:0;padding-right:inherit}.rtl .form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem}.rtl .header .form-inline{margin-left:inherit;margin-right:7px}@media(min-width:576px){.rtl .form-inline .form-check{padding-left:0;padding-right:inherit}.rtl .form-inline .form-check-input{margin-left:0;margin-right:.25rem}}.rtl ul.labels-info li a i{padding-left:inherit;padding-right:10px}.rtl * html .fileinput-button{line-height:24px;margin:1px -3px 0 0}.rtl *+html .fileinput-button{margin:1px 0 0;padding:2px 15px}@media(max-width:767px){.rtl .border-right-1{border-right:0!important}}.rtl .input-group-text{border-left:0;border-right:0}.rtl .input-group>.form-control+.form-control,.rtl .input-group>.form-control+.form-file,.rtl .input-group>.form-control+.form-select,.rtl .input-group>.form-file+.form-control,.rtl .input-group>.form-file+.form-file,.rtl .input-group>.form-file+.form-select,.rtl .input-group>.form-select+.form-control,.rtl .input-group>.form-select+.form-file,.rtl .input-group>.form-select+.form-select{margin-left:-1px;margin-right:inherit}.rtl .input-group>.form-control:not(:first-child),.rtl .input-group>.form-control:not(:last-child),.rtl .input-group>.form-select:not(:first-child),.rtl .input-group>.form-select:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}.rtl .input-group>.form-file:not(:last-child) .form-file-label,.rtl .input-group>.form-file:not(:last-child) .form-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.rtl .input-group>.form-file:not(:first-child) .form-file-label,.rtl .input-group>.form-file:not(:first-child) .form-file-label:after{border-bottom-left-radius:0;border-top-left-radius:0}.rtl .input-group-addon{border-right:0;padding:10px 0 6px 12px}.rtl .modal,.rtl .modal-backdrop.fade.show,.rtl .modal-open,.rtl .modal-open .modal{padding-left:inherit;padding-right:0!important}.rtl .modal-header .btn-close{margin:-1rem auto -1rem -1rem;padding:1rem}.rtl .modal-footer>:not(:first-child){margin-left:.25rem}.rtl .modal-footer>:not(:last-child){margin-left:inherit;margin-right:.25rem}.rtl .nav,.rtl .nav1{padding-right:0}.rtl .nav-tabs .nav-item1.nav-link{border-top-left-radius:3px;border-top-right-radius:3px}.rtl .nav-tabs .nav-item1 i{margin-left:inherit;margin-right:10px}.rtl .nav-unread.badge{left:26px;right:inherit}.rtl .nav-tabs .nav-item i{margin-left:inherit;margin-right:10px}.rtl .hor-menu .nav-badge{left:inherit;right:14px}@media(max-width:992px){.rtl .hor-menu .nav-badge{left:inherit;right:auto!important}}@media(min-width:1600px){.rtl body.aside-opened .page{margin-left:inherit;margin-right:22rem}}.rtl .pagination{padding-left:0;padding-right:inherit}.rtl .page-link{margin-left:-1px;margin-right:inherit}.rtl .page-item:first-child .page-link{border-bottom-left-radius:inherit;border-top-left-radius:inherit;margin-left:0;margin-right:inherit}.rtl .page-item:first-child .page-link,.rtl .page-item:last-child .page-link{border-bottom-right-radius:3px;border-top-right-radius:3px}.rtl .pagination-lg .page-item:first-child .page-link,.rtl .pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:3px;border-top-left-radius:3px}.rtl .pagination-lg .page-item:last-child .page-link,.rtl .pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:3px;border-top-right-radius:3px}.rtl .page-subtitle{margin-left:2rem;margin-right:inherit}.rtl .page-options{margin-left:inherit;margin-right:auto}.rtl .page-header .breadcrumb{padding-left:0!important;padding-right:inherit}.rtl .pagination-pager .page-prev{margin-left:inherit;margin-right:auto}.rtl .pagination-pager .page-next{margin-left:auto;margin-right:inherit}.rtl .page-total-text{margin-left:inherit;margin-right:1rem}.rtl .panel-group1>.panel1:first-child .panel-heading1{border-radius:4px 4px 0 0}.rtl .panel1:last-child .panel-heading1{border-radius:0 0 4px 4px}.rtl .panel-title a.accordion-toggle.collapsed:before,.rtl .panel-title a.accordion-toggle:before{float:right;padding:0 10px 0 0}.rtl .panel-heading1 a.collapsed:before,.rtl .panel-heading1 a:before{left:10px;right:inherit}.rtl #bs-collapse .panel-heading1 a:after{left:inherit;right:5px}.rtl .bs-popover-auto[data-popper-placement^=right] .popover-arrow,.rtl .bs-popover-end .popover-arrow{left:calc(-.5rem + -1px);right:auto!important}.rtl .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.rtl .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.rtl .bs-popover-bottom .popover-arrow:after,.rtl .bs-popover-bottom .popover-arrow:before{border-width:0 .25rem .5rem}.rtl .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.rtl .bs-popover-bottom .popover-header:before{margin-left:-.25rem}.rtl .progress-bar-indeterminate:after,.rtl .progress-bar-indeterminate:before{left:0;right:inherit}.rtl .table-calendar-link:before{left:.25rem;right:inherit}.rtl .table-header:after{margin-left:.5rem;margin-right:inherit}@media(min-width:768px){.rtl .table-responsive.export-table .dt-buttons.btn-group{left:inherit;right:172px}.rtl .table-responsive.deleted-table .data-table-btn{left:inherit;right:200px}}@media(max-width:1328px){.rtl .table-responsive.export-table .dt-buttons.btn-group{left:inherit;right:0}}.rtl .tag-addon:last-child{border-bottom-left-radius:3px;border-top-left-radius:3px}.rtl .tooltip.bs-tether-element-attached-left,.rtl .tooltip.tooltip-end{margin-left:3px;margin-right:inherit}.rtl .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,.rtl .tooltip.tooltip-top .tooltip-inner:before{left:50%;margin-left:-5px;margin-right:inherit;right:inherit}.rtl .tooltip.bs-tether-element-attached-left .tooltip-inner:before,.rtl .tooltip.tooltip-end .tooltip-inner:before{border-width:5px 5px 5px 0;left:0;right:inherit}.rtl .tooltip.bs-tether-element-attached-top .tooltip-inner:before,.rtl .tooltip.tooltip-bottom .tooltip-inner:before{left:50%;margin-left:-5px;margin-right:inherit;right:inherit}.rtl .tooltip.bs-tether-element-attached-right,.rtl .tooltip.tooltip-start{margin-left:-3px;margin-right:inherit}.rtl .tooltip.bs-tether-element-attached-right .tooltip-inner:before,.rtl .tooltip.tooltip-start .tooltip-inner:before{border-left-color:#000;border-width:5px 0 5px 5px;left:inherit;right:0}.rtl .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.rtl .bs-tooltip-end .tooltip-arrow{left:0;right:inherit}.rtl .bs-popover-auto[data-popper-placement^=right] .popover-arrow,.rtl .bs-popover-end .popover-arrow{left:auto;right:calc(-.5rem + -1px)!important}.rtl .bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.rtl .bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.rtl .bs-popover-end .popover-arrow:after,.rtl .bs-popover-end .popover-arrow:before{border-width:.25rem .5rem .25rem 0}.rtl .bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.rtl .bs-popover-end .popover-arrow:before{border-right-color:#dee3eb;left:0;right:inherit}.rtl .bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.rtl .bs-popover-end .popover-arrow:after{border-right-color:#fff;left:1px;right:inherit}.rtl .bs-popover-auto[data-popper-placement^=left] .popover-arrow,.rtl .bs-popover-start .popover-arrow{left:inherit;right:calc(-.5rem + -1px)}.rtl .bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.rtl .bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.rtl .bs-popover-start .popover-arrow:after,.rtl .bs-popover-start .popover-arrow:before{border-width:.25rem 0 .25rem .5rem}.rtl .bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.rtl .bs-popover-start .popover-arrow:before{border-left-color:#dee3eb;left:inherit;right:0}.rtl .bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.rtl .bs-popover-start .popover-arrow:after{border-left-color:#fff;left:inherit;right:1px}.rtl .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.rtl .tooltip-static-demo .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.rtl .tooltip-static-demo .bs-tooltip-bottom .tooltip-arrow,.rtl .tooltip-static-demo .bs-tooltip-top .tooltip-arrow{left:50%;margin-left:-2px;margin-right:inherit;right:inherit}.rtl .popover-static-demo .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow,.rtl .popover-static-demo .bs-popover-auto[data-popper-placement^=top] .popover-arrow,.rtl .popover-static-demo .bs-popover-bottom .popover-arrow,.rtl .popover-static-demo .bs-popover-top .popover-arrow{left:50%;margin-left:-5px;margin-right:inherit;right:inherit}.rtl .popover{left:0;right:inherit;text-align:left}.rtl .popover .popover-arrow{margin-left:calc(.25rem - 5px);margin-right:inherit}.rtl .bs-popover-auto[data-popper-placement^=right],.rtl .bs-popover-end{margin-left:.5rem;margin-right:inherit}.rtl .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.rtl .bs-popover-end>.popover-arrow{left:calc(-.5rem + -1px);right:inherit}.rtl .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.rtl .bs-popover-end>.popover-arrow:before{border-left-color:#d3dfea;border-width:.5rem 0 .5rem .5rem;right:0}.rtl .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.rtl .bs-popover-end>.popover-arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;left:auto;right:1px}.rtl .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.rtl .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.rtl .bs-popover-bottom>.popover-arrow:after,.rtl .bs-popover-bottom>.popover-arrow:before{border-width:0 .5rem .5rem}.rtl .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.rtl .bs-popover-bottom .popover-header:before{left:50%;margin-left:-.5rem;margin-right:inherit;right:inherit}.rtl .bs-popover-auto[data-popper-placement^=left],.rtl .bs-popover-start{margin-left:inherit;margin-right:.5rem}.rtl .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.rtl .bs-popover-start>.popover-arrow{left:calc(-.5rem + -1px);right:auto}.rtl .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.rtl .bs-popover-start>.popover-arrow:before{border-right-color:#d3dfea;border-width:.5rem .5rem .5rem 0;left:0;right:inherit}.rtl .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.rtl .bs-popover-start>.popover-arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px;right:auto}.rtl .popover-head-primary.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.rtl .popover-head-primary.bs-popover-start .popover-arrow{left:inherit;right:-7px}.rtl .popover-head-primary.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.rtl .popover-head-primary.bs-popover-end .popover-arrow{left:-7px;right:inherit}.rtl .popover-head-secondary.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.rtl .popover-head-secondary.bs-popover-start .popover-arrow{left:inherit;right:-7px}.rtl .popover-head-secondary.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.rtl .popover-head-secondary.bs-popover-end .popover-arrow{left:-7px;right:inherit}.rtl .popover-primary.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.rtl .popover-primary.bs-popover-start .popover-arrow:after{border-left-color:#6259ca!important;border-left-color:var(--primary-bg-color)!important}.rtl .popover-primary.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.rtl .popover-primary.bs-popover-end .popover-arrow:after{border-right-color:#6259ca!important;border-right-color:var(--primary-bg-color)!important}.rtl .popover-secondary.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.rtl .popover-secondary.bs-popover-start .popover-arrow:after{border-left-color:#fb6b25!important}.rtl .popover-secondary.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.rtl .popover-secondary.bs-popover-end .popover-arrow:after{border-right-color:#fb6b25!important}.rtl .offset-1{margin-left:8.33333333%;margin-right:inherit}.rtl .offset-2{margin-left:16.66666667%;margin-right:inherit}.rtl .offset-3{margin-left:25%;margin-right:inherit}.rtl .offset-4{margin-left:33.33333333%;margin-right:inherit}.rtl .offset-5{margin-left:41.66666667%;margin-right:inherit}.rtl .offset-6{margin-left:50%;margin-right:inherit}.rtl .offset-7{margin-left:58.33333333%;margin-right:inherit}.rtl .offset-8{margin-left:66.66666667%;margin-right:inherit}.rtl .offset-9{margin-left:75%;margin-right:inherit}.rtl .offset-10{margin-left:83.33333333%;margin-right:inherit}.rtl .offset-11{margin-left:91.66666667%;margin-right:inherit}@media(min-width:576px){.rtl .offset-sm-0{margin-left:0;margin-right:inherit}.rtl .offset-sm-1{margin-left:8.33333333%;margin-right:inherit}.rtl .offset-sm-2{margin-left:16.66666667%;margin-right:inherit}.rtl .offset-sm-3{margin-left:25%;margin-right:inherit}.rtl .offset-sm-4{margin-left:33.33333333%;margin-right:inherit}.rtl .offset-sm-5{margin-left:41.66666667%;margin-right:inherit}.rtl .offset-sm-6{margin-left:50%;margin-right:inherit}.rtl .offset-sm-7{margin-left:58.33333333%;margin-right:inherit}.rtl .offset-sm-8{margin-left:66.66666667%;margin-right:inherit}.rtl .offset-sm-9{margin-left:75%;margin-right:inherit}.rtl .offset-sm-10{margin-left:83.33333333%;margin-right:inherit}.rtl .offset-sm-11{margin-left:91.66666667%;margin-right:inherit}}@media(min-width:768px){.rtl .offset-md-0{margin-left:0;margin-right:inherit}.rtl .offset-md-1{margin-left:8.33333333%;margin-right:inherit}.rtl .offset-md-2{margin-left:16.66666667%;margin-right:inherit}.rtl .offset-md-3{margin-left:25%;margin-right:inherit}.rtl .offset-md-4{margin-left:33.33333333%;margin-right:inherit}.rtl .offset-md-5{margin-left:41.66666667%;margin-right:inherit}.rtl .offset-md-6{margin-left:50%;margin-right:inherit}.rtl .offset-md-7{margin-left:58.33333333%;margin-right:inherit}.rtl .offset-md-8{margin-left:66.66666667%;margin-right:inherit}.rtl .offset-md-9{margin-left:75%;margin-right:inherit}.rtl .offset-md-10{margin-left:83.33333333%;margin-right:inherit}.rtl .offset-md-11{margin-left:91.66666667%;margin-right:inherit}}@media(min-width:992px){.rtl .offset-lg-0{margin-left:0;margin-right:inherit}.rtl .offset-lg-1{margin-left:8.33333333%;margin-right:inherit}.rtl .offset-lg-2{margin-left:16.66666667%;margin-right:inherit}.rtl .offset-lg-3{margin-left:25%;margin-right:inherit}.rtl .offset-lg-4{margin-left:33.33333333%;margin-right:inherit}.rtl .offset-lg-5{margin-left:41.66666667%;margin-right:inherit}.rtl .offset-lg-6{margin-left:50%;margin-right:inherit}.rtl .offset-lg-7{margin-left:58.33333333%;margin-right:inherit}.rtl .offset-lg-8{margin-left:66.66666667%;margin-right:inherit}.rtl .offset-lg-9{margin-left:75%;margin-right:inherit}.rtl .offset-lg-10{margin-left:83.33333333%;margin-right:inherit}.rtl .offset-lg-11{margin-left:91.66666667%;margin-right:inherit}}@media(min-width:1280px){.rtl .offset-xl-0{margin-left:0;margin-right:inherit}.rtl .offset-xl-1{margin-left:8.33333333%;margin-right:inherit}.rtl .offset-xl-2{margin-left:16.66666667%;margin-right:inherit}.rtl .offset-xl-3{margin-left:25%;margin-right:inherit}.rtl .offset-xl-4{margin-left:33.33333333%;margin-right:inherit}.rtl .offset-xl-5{margin-left:41.66666667%;margin-right:inherit}.rtl .offset-xl-6{margin-left:50%;margin-right:inherit}.rtl .offset-xl-7{margin-left:58.33333333%;margin-right:inherit}.rtl .offset-xl-8{margin-left:66.66666667%;margin-right:inherit}.rtl .offset-xl-9{margin-left:75%;margin-right:inherit}.rtl .offset-xl-10{margin-left:83.33333333%;margin-right:inherit}.rtl .offset-xl-11{margin-left:91.66666667%;margin-right:inherit}}.rtl .custom-control{padding-left:inherit;padding-right:1.5rem}.rtl .custom-control-inline{margin-left:inherit;margin-right:1rem}.rtl .custom-control-label:after,.rtl .custom-control-label:before{left:inherit;right:0}.rtl .form-select[multiple],.rtl .form-select[size]:not([size="1"]){padding-left:inherit;padding-right:.75rem}.rtl div.dataTables_wrapper div.dataTables_filter input{margin-left:inherit;margin-right:.5em}.rtl .form-file-label:after{border-left:1px solid #eaedf1;border-radius:3px 0 0 3px;left:0;right:auto}.rtl .form-range::-ms-fill-upper{margin-left:inherit;margin-right:15px}.rtl .custom-switch{padding-left:0;padding-right:inherit}.rtl .custom-switch-input:checked~.custom-switch-indicator:before{left:calc(1rem + 1px);right:inherit}.rtl .custom-switch-description{margin-left:inherit;margin-right:.5rem}.rtl .custom-switch-indicator:before{left:1px;right:inherit}.rtl .notifyimg{float:left;margin-left:inherit;margin-right:10px}.rtl .aside{border-left:1px solid #eaedf1;left:inherit;right:0}@media(max-width:992px){.rtl .hor-mobile-header .animated-arrow.hor-toggle{margin:20px 18px 0 0}}@media(max-width:480px){.rtl .header .nav-link .badge{left:inherit;right:6px}.rtl #user-profile .tabs-menu2 ul li a{padding:10px 8px 11px}.rtl .tabs-menu ul li,.rtl .tabs-menu1 ul li{margin:15px 15px 0}.rtl .error-page .display-1{margin-left:inherit;margin-right:2px}}@media(max-width:360px){.rtl .breadcrumb{padding-left:inherit;padding-right:0}.rtl #user-profile .tabs-menu2 ul li a{padding:10px 6px 11px}}.rtl .statistics-box{padding-left:80px;padding-right:inherit;text-align:right}.rtl .statistics-box .ico{left:0;right:inherit}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%,to{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%,to{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%,to{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%,to{left:107%;right:-8%}}.rtl .status-icon{margin-left:inherit;margin-right:.375rem}.rtl .chips .chip{margin:0 .5rem .5rem 0}.rtl .chip .avatar{float:left;margin:0 .5rem 0 -.75rem}.rtl .example{border-radius:3px 3px 0 0}.rtl .colorinput-color:before{left:.25rem;right:inherit}.rtl #back-to-top{left:20px;right:inherit}.rtl .action-header{padding:15px 13px 15px 17px}.rtl .ah-actions{float:right}.rtl #ms-menu-trigger{left:0;padding-left:inherit;padding-right:10px;right:inherit}.rtl .job-box-filter label input.form-control{margin-left:5px;margin-right:inherit}.rtl .job-box-filter a.filtsec{margin-left:inherit;margin-right:15px}.rtl .job-box-filter a.filtsec i{margin-left:inherit;margin-right:5px}.rtl .job-box-filter h4 i{margin-left:inherit;margin-right:10px}.rtl .activity{border-left:1px solid rgba(0,0,0,.125);margin-left:16px;margin-right:inherit}.rtl .activity .img-activity{left:-12px}.rtl .activity .item-activity{margin-left:40px;margin-right:inherit}.rtl .activity .img-activity{left:-22px;right:inherit}.rtl .user-profile .box{left:0;right:inherit}.rtl .userprofile{float:left}.rtl .settingbtn{left:inherit;right:0}.rtl .userprofile.small .userpic{float:left;margin:0 10px 0 0}.rtl .userprofile.small .textcontainer,.rtl .userprofile.small .username,.rtl .userprofile.small .username+p{float:left}.rtl #user-profile h2{padding-left:inherit;padding-right:15px}.rtl #user-profile .profile-stars>i{margin-left:-2px;margin-right:inherit}.rtl #user-profile .profile-details ul{margin-left:40px;margin-right:inherit}.rtl #user-profile .profile-header .edit-profile{left:inherit;right:0}.rtl #user-profile .profile-user-info .profile-user-details .profile-user-details-label{float:left;left:0;right:inherit;text-align:right}.rtl #user-profile .profile-image{left:inherit;right:30%}@media only screen and (max-width:767px){.rtl #user-profile .profile-user-info .profile-user-details .profile-user-details-value{margin-left:0;margin-right:inherit}}.rtl .main-box h2{border-left:10px solid #c2c2c2;margin:0 0 15px -20px;padding:5px 0 5px 20px}.rtl .conversation-inner{margin-left:inherit;margin-right:10px;padding:0 0 5px}.rtl .conversation-user{float:left}.rtl .conversation-body{margin-left:60px;margin-right:inherit}.rtl .conversation-body:before{left:-12px;right:inherit}.rtl .conversation-item.item-right .conversation-body{margin-left:0;margin-right:60px}.rtl .conversation-item.item-right .conversation-body:before{left:auto;right:-12px}.rtl .conversation-item.item-right .conversation-user{float:right}.rtl .conversation-body>.time{left:inherit;right:10px}@media(max-width:575.98px){.rtl .header .form-inline .search-element .form-control{float:left}}.rtl #total-customers{left:-11px;right:inherit}.rtl #resolved-complaints{left:-4px;right:inherit}.rtl .socailicons i{left:inherit;right:-29px}.rtl .settings{left:inherit;right:4px}.rtl .setting-1{left:inherit;right:-45px}.rtl .member,.rtl .memberblock,.rtl .usertab-list li{float:left}.rtl .hover15 .card:before{left:50%;right:inherit}.rtl #action_menu_btn{left:inherit;right:36px}.rtl .action_menu{left:inherit;right:15px}@media only screen and (max-width:1279px)and (min-width:992px){.rtl #orders{left:-6px;right:inherit}}@media screen and (max-width:998px)and (min-width:768px){.rtl .card-header.note-toolbar,.rtl .note-popover .popover-content{padding:14px 0 5px 5px!important}}.rtl .material-switch>label:after{left:inherit;right:-4px}.rtl .material-switch>input[type=checkbox]:checked+label:after{left:inherit;right:20px}.rtl .hor-menu .desktop-logo{margin-left:inherit;margin-right:0}.rtl .clipboard-icon{left:inherit;right:10px}.rtl .custom-control-label:after,.rtl .custom-control-label:before,.rtl ::-ms-backdrop{left:-25px;right:inherit}@media(min-width:992px){.rtl .main-header-center .btn{left:12px;padding-left:13px;padding-right:inherit;right:inherit}}.rtl .header .btn{margin-left:inherit;margin-right:171px}.rtl .header .main-header-center{padding-left:inherit;padding-right:30px}.rtl .pulse,.rtl .pulse-danger{left:inherit;right:8px}.rtl .pulse-danger:before,.rtl .pulse:before{left:inherit;right:-4px}.rtl .activity-details{margin-left:inherit;margin-right:15px}.rtl .activity-blog:before{border-left:inherit;border-right:1px solid #e0e9f1;left:inherit;right:23px}@media(min-width:992px){.rtl .sidebar-mini.sidenav-toggled .side-menu{padding:0 0 40px}.rtl .sidebar-mini.sidenav-toggled .side-badge,.rtl .sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{left:22px;right:inherit}}@media(max-width:991px){.rtl .sidenav-toggled .app-header.header{padding-left:0!important;padding-right:inherit}.rtl .side-menu{padding:60px 0 0 15px!important}.rtl .app-content .side-app{padding:0 15px!important}.rtl .dropdown-menu.header-search:before{left:15px!important;right:inherit}}.rtl .profile-status{left:inherit;right:103px}.rtl .task-list li .task-icon{left:inherit;right:10px}.rtl .task-list:before{border-left:inherit;border-right:1px solid #e0e9f1;left:inherit;right:15px}@media(max-width:360px){.rtl .dropdown-menu.header-search:before{left:200px!important;right:inherit}}.rtl .mail-inbox .icons{margin-left:8px}.rtl .mail-option .btn-group,.rtl .mail-option .chk-all{margin-left:inherit;margin-right:5px}.rtl .acc-card .acc-header .acc-angle .fe-chevron-right:before{content:""}.rtl ul.inbox-pagination,.rtl ul.inbox-pagination li{float:left}.rtl .inbox-pagination li span{margin-left:inherit;margin-right:5px}.rtl .inbox-pagination a.np-btn{margin-left:5px;margin-right:inherit}.rtl .acc-body{border-radius:0 0 5px 5px}.rtl .panel-heading1 a.active{border-radius:5px 5px 0 0}.rtl .card-pay .tabs-menu li a{border-left:1px solid #eaedf1}.rtl .card-pay .tabs-menu li:last-child a{border-right:0}.rtl .form-wizard-title{margin-left:inherit;margin-right:10px}.rtl .error-bg{border-bottom-left-radius:6px;border-top-left-radius:6px}.rtl .sidebar .tabs-menu ul li a{padding:15px 13px 15px 11px}.rtl .product-grid6 .price span{margin-left:7px;margin-right:inherit}.rtl .product-grid6 .icons li a:after,.rtl .product-grid6 .icons li a:before{left:50%;right:inherit}.rtl [type=email],.rtl [type=number],.rtl [type=tel],.rtl [type=url]{direction:rtl}.rtl .lg-toolbar .lg-icon{float:left!important}.rtl .symbol-input100{padding-left:inherit;padding-right:22px!important}.rtl .input100{padding:0 54px 0 30px!important}.rtl .datepicker{left:inherit;right:auto!important}.rtl .ms-choice>div{left:10px!important;right:auto!important}.rtl .ms-choice>span{left:auto!important;padding-left:inherit;padding-right:8px!important;right:0!important}.rtl .iti__country-name,.rtl .iti__flag-box{margin-left:6px!important;margin-right:inherit}.rtl .iti__country-list{text-align:right!important}.rtl .tab_wrapper .content_wrapper .accordian_header .arrow{float:left!important}@media(min-width:992px){.rtl .dropdown-menu.header-search:before{border-right:1px solid #eaedf1;left:inherit;right:28px}}.rtl .sw-btn-group-extra.btn-group>.btn:first-child{border-right:1px solid hsla(0,0%,100%,.13)!important}.rtl .sw-btn-group-extra .btn+.btn{margin-left:0;margin-right:inherit}.rtl .imagecheck-figure:before{left:.25rem;right:inherit}.rtl .demo-gallery>ul>li a{float:left}.rtl .demo-gallery>ul>li a .demo-gallery-poster{left:0;right:0}.rtl .demo-gallery .justified-gallery>a .demo-gallery-poster>img,.rtl .demo-gallery>ul>li a .demo-gallery-poster>img{left:50%;margin-left:-10px;margin-right:inherit;right:inherit}.rtl .demo-gallery .video .demo-gallery-poster img{margin-left:-24px;margin-right:inherit}.rtl .img-float{left:inherit;right:1rem}.rtl .gallery a img,.rtl .img-card:before{float:left}.rtl .label-size{margin-left:9px;margin-right:inherit}.rtl .list-group{padding-left:0;padding-right:0}.rtl .list-inline-dots .list-inline-item+.list-inline-item:before{margin-left:-2px;margin-right:3px}.rtl .list-style-1{list-style:inherit;padding-right:inherit}.rtl .list-style-1 ul{padding-left:inherit;padding-right:30px}.rtl .list-style2,.rtl .list-style3,.rtl .list-style4,.rtl .list-style5,.rtl .list-style6{padding-right:inherit}.rtl .list-style2 ul,.rtl .list-style3 ul,.rtl .list-style4 ul,.rtl .list-style5 ul,.rtl .list-style6 ul{padding-left:inherit;padding-right:30px}.rtl .media-right,.rtl .media>.pull-right{padding-left:10px;padding-right:inherit}.rtl .media-left,.rtl .media>.pull-left{padding-left:inherit;padding-right:10px}.rtl .list-media .media-img{float:left;margin-left:inherit;margin-right:20px}.rtl .list-media .info{padding-left:55px;padding-right:inherit}.rtl .list-media .info .text-right{left:inherit;right:0}.rtl .btn-close{float:left}@media(max-width:768px){.rtl .dropdown-menu.dropdown-menu-right{left:0!important;right:inherit}}.rtl .pricing1 .card-category{border-radius:7px 7px 0 0}.rtl .col-sm-4 .pricing-table .table td{text-align:left}.rtl .pricing-divider-img{left:0;right:inherit}.rtl .price-detail-wrap .rating-stars{text-align:left!important}.rtl .br-theme-fontawesome-stars .br-widget a{margin-left:inherit;margin-right:2px}.rtl .box-example-1to10 .br-wrapper{left:50%;margin:0 0 0 -105px;right:inherit}.rtl .box-example-movie .br-wrapper{left:50%;margin:0 0 0 -125px;right:inherit}.rtl .box-example-square .br-wrapper{left:50%;margin:0 0 0 -95px;right:inherit}.rtl .box-example-pill .br-wrapper{left:50%;margin:0 0 0 -116px;right:inherit}.rtl .box-example-horizontal .br-wrapper{left:50%;margin:0 0 0 -60px;right:inherit}.rtl .tabs-menu ul li a{padding:10px 12px 11px 13px}.rtl .timeline:before{left:4px;right:inherit}.rtl .timeline-item{padding-left:2rem;padding-right:inherit}.rtl .timeline-item:first-child:before,.rtl .timeline-item:last-child:before{left:.25rem;right:inherit}.rtl .timeline-badge{left:1px;right:inherit}.rtl .timeline-time{margin-left:auto;margin-right:inherit}.rtl .timeline__item--right .timeline__content:before{border-right:12px solid rgba(238,232,239,.9)}.rtl ul.timeline:before{left:29px;right:inherit}.rtl ul.timeline>li{padding-left:20px;padding-right:inherit}.rtl ul.timeline>li:before{left:20px;right:inherit}.rtl .cbp_tmtimeline:before{left:20%;margin-left:-6px;margin-right:inherit;right:inherit}.rtl .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:#fff}.rtl .cbp_tmtimeline>li .cbp_tmtime{padding-left:inherit;padding-right:70px}.rtl .cbp_tmtimeline>li .cbp_tmtime span{text-align:right}.rtl .cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 30px 25%}.rtl .cbp_tmtimeline>li .cbp_tmlabel:after{border-right-color:#fff;left:inherit;right:100%}.rtl .cbp_tmtimeline>li .cbp_tmlabel h2{padding:0 0 5px}.rtl .cbp_tmtimeline>li .cbp_tmicon{left:20%;margin:0 0 0 -25px;right:inherit}@media screen and (max-width:992px)and (min-width:768px){.rtl .cbp_tmtimeline>li .cbp_tmtime{padding-left:inherit;padding-right:60px}.rtl .cbp_tmtimeline:before,.rtl .cbp_tmtimeline>li .cbp_tmicon{left:23%;right:inherit}.rtl .cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 15px 30%}}@media screen and (max-width:47.2em){.rtl .cbp_tmtimeline>li .cbp_tmtime{padding:0 0 20px}.rtl .cbp_tmtimeline>li .cbp_tmtime span{text-align:left}.rtl .cbp_tmtimeline>li .cbp_tmlabel{margin:0 0 30px}.rtl .cbp_tmtimeline>li .cbp_tmlabel:after{border-right-color:transparent;left:20px;right:auto}.rtl .cbp_tmtimeline>li .cbp_tmicon{float:right;left:auto;margin:-64px 5px 0 0;right:inherit}.rtl .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:transparent}}.rtl .vtimeline:before{left:50%;margin-left:-1.5px;margin-right:inherit;right:inherit}.rtl .vtimeline .timeline-wrapper{padding-left:90px;padding-right:inherit}.rtl .vtimeline .timeline-wrapper .timeline-panel{margin-left:inherit;margin-right:15%}.rtl .vtimeline .timeline-wrapper .timeline-panel:after{border-left:0 solid #f2f3f9;border-right:14px solid #f2f3f9;left:-14px;right:inherit}.rtl .vtimeline .timeline-wrapper .timeline-badge{left:calc(50% - 7px);right:inherit}.rtl .vtimeline .timeline-wrapper.timeline-inverted{padding-left:0;padding-right:90px}.rtl .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel{margin-left:15%;margin-right:auto}.rtl .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after{border-left-width:14px;border-right-width:0;left:auto;right:-14px}@media(max-width:767px){.rtl .vtimeline .timeline-wrapper{padding-left:0!important;padding-right:inherit}.rtl .vtimeline .timeline-wrapper .timeline-badge{left:inherit;right:0!important}.rtl .vtimeline .timeline-wrapper .timeline-panel{margin-left:inherit!important;margin-right:10%!important}.rtl .vtimeline .timeline-wrapper.timeline-inverted{padding-left:inherit;padding-right:0!important}.rtl .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel{margin-left:0!important;margin-right:inherit}.rtl .vtimeline:before{left:inherit;right:6px!important}.rtl .vtimeline .timeline-wrapper .timeline-panel:after{border-left:14px solid #cad4e4!important;border-right:0 solid #cad4e4!important;left:auto!important;right:-14px!important}}.rtl .footer .social ul li{float:right}.rtl .footer-payments li:not(:last-child){margin-left:1.5rem;margin-right:inherit}.rtl .main-footer{padding:20px 30px 20px 280px}.rtl .footer-social-list{padding-left:0;padding-right:inherit}.rtl .footer-social-list li:not(:last-child){margin-left:1.5rem;margin-right:inherit}.rtl .app-header .header-brand,.rtl .app-header .header-brand .header-brand-img,.rtl .app-header1 .header-brand,.rtl .app-header1 .header-brand .header-brand-img{margin-left:inherit;margin-right:0}@media(max-width:991px){.rtl .header .form-inline{margin-left:inherit;margin-right:-2px}.rtl .header-brand-img{margin-left:1.5rem;margin-right:0}.rtl .mobile-header.hor-mobile-header .header-brand-img{margin-left:2.5rem;margin-right:inherit}}@media(max-width:992px)and (min-width:768px){.rtl .hor-header .header-brand-img.desktop-logo,.rtl .hor-header .header-brand-img.light-logo{margin-left:3rem;margin-right:inherit}.rtl .animated-arrow{margin:11px 0 0 15px;padding:25px 0 16px 35px!important}}@media(max-width:568px){.rtl .mobile-header .header-brand-img{margin-left:0;margin-right:inherit}}.rtl .header .form-inline .form-control{padding-left:20px;padding-right:40px}.rtl .header .form-inline .btn{margin-left:inherit;margin-right:-56px}.rtl .header .bg-image,.rtl .header .bg-image-2,.rtl .header .bg-image-3{left:0;right:inherit}@media(max-width:767.98px)and (min-width:576px){.rtl .search-element .form-control{float:left}}.rtl .header-1 .nav-link .badge{left:inherit;right:6px}.rtl .header-1 .form-inline .btn{border-bottom-right-radius:3px;border-top-right-radius:3px;margin-left:inherit;margin-right:-50px}.rtl .header-1 .form-control.header-search{color:#0d0c22}@media only screen and (max-width:991px){.rtl .header-1 .hor-toggle.animated-arrow{margin:11px 0 0!important;padding:83px 35px 16px 20px!important}.rtl .header-1 .animated-arrow,.rtl .header-2 .animated-arrow{margin:0 0 0 -11px}.rtl .header-1 .navbar .nav-link.nav-link-lg i{padding:0 42px 0 10px}}.rtl .header-2 .nav-link .badge{left:inherit;right:8px}.rtl .header-2 .form-inline .btn{border-bottom-right-radius:3px;border-top-right-radius:3px;margin-left:-45px}@media only screen and (max-width:991px){.rtl .header-2 .animated-arrow{cursor:pointer;margin:11px 0 0 -11px;padding:8px 0 3px 33px}.rtl .header-2 .nav-link .badge{left:inherit;right:6px}.rtl .header-2 .navbar-nav .dropdown-menu{float:right}.rtl .header-2 .dropdown-menu.dropdown-menu-right{left:0;right:inherit}}.rtl .header-3 .nav-link .badge{left:inherit;right:10px}.rtl .header-3 .form-inline .btn{border-bottom-right-radius:3px;border-top-right-radius:3px;margin-left:-56px;margin-right:inherit}.rtl .header-3 .form-inline .form-control::-webkit-input-placeholder{color:#76839a}@media only screen and (max-width:991px){.rtl .header-3 .animated-arrow{cursor:pointer;margin:11px 0 0 -11px;padding:32px 33px 3px 0}.rtl .header-3 .navbar-nav .dropdown-menu{float:right}.rtl .header-3 .dropdown-menu.dropdown-menu-right{left:0;right:inherit}}.rtl .header-style .header-brand{margin-left:0!important;margin-right:inherit}.rtl .hor-header .header-brand-img{margin-left:inherit;margin-right:0}@media(min-width:991px){.rtl .hor-topheader .header-brand2{margin-left:auto;margin-right:inherit}}@media(max-width:992px)and (min-width:768px){.rtl .hor-topheader .header-brand-img.main-logo{margin-left:3rem;margin-right:inherit}}.rtl .hor-topheader .dropdown-menu-arrow.dropdown-menu-right:after,.rtl .hor-topheader .dropdown-menu-arrow.dropdown-menu-right:before{left:17px;right:auto}.rtl .header-2 .navbar-nav.navbar-right.me-auto{margin-left:auto!important;margin-right:inherit!important}.rtl .desktoplogo{float:left}.rtl .horizontalMenu>.horizontalMenu-list{text-align:left}.rtl .horizontalMenu>.horizontalMenu-list>li{float:right}.rtl .horizontalMenu>.horizontalMenu-list>li>a{border-left:1px solid #eaedf1}.rtl .horizontalMenu>.horizontalMenu-list>li:last-child>a{border-left:0}.rtl .horizontalMenu>.horizontalMenu-list>li>a i{margin-left:4px;margin-right:inherit}.rtl .horizontalMenu>.horizontalMenu-list>li>a .arrow:after{float:right;left:inherit;margin:0 0 0 14px;right:11px;text-align:right}.rtl .horizontalMenu>.horizontalMenu-list>li.rightmenu{float:right}.rtl .horizontalMenu>.horizontalMenu-list>li.rightmenu a{border-right:none;padding:0 30px 0 20px}.rtl .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch{float:right;margin:16px 0 0}.rtl .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input{float:right;left:inherit;right:0}.rtl .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle{left:inherit;right:0}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a{border-right:0 solid;text-align:right}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a>i{margin-left:inherit;margin-right:9px}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu{left:inherit;right:103%}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a{border-right:0 solid;text-align:right}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i{margin-left:inherit;margin-right:9px}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu{left:inherit;right:100%}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a{border-right:0 solid;text-align:right}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i{margin-left:inherit;margin-right:9px}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu{left:0;right:inherit;text-align:left}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title{margin:0 0 4px;padding:5px 5px 5px 0;text-align:left}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li{padding:5px 10px;text-align:right}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a{border-right:0;text-align:right}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li i{margin-left:inherit;margin-right:5px}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type=submit]{float:right;margin-left:inherit;margin-right:15px}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type=button]{float:right}@media only screen and (max-width:991px){.rtl .horizontalMenu{left:0;right:inherit}.rtl .horizontalMenu>.horizontalMenu-list>li{border-right:none;clear:right}.rtl .horizontalMenu>.horizontalMenu-list>li>a{border-right:0 solid;padding:8px 17px 8px 32px;text-align:right}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li span+a{padding-left:30px;padding-right:inherit}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu{left:100%;right:inherit}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a{padding:10px 26px 10px 0}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a{padding-left:30px;padding-right:inherit}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu{left:100%;right:inherit}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a{padding:10px 0 10px 34px}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a{padding-left:30px;padding-right:inherit}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title{padding:10px 8px 10px 0}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form{padding:5px 0 62px}.rtl .horizontal-header{left:0;right:inherit}.rtl .callusbtn{left:inherit;right:5px}.rtl .animated-arrow{left:inherit;margin:11px 15px 0 0;padding:16px 0 16px 35px;right:0}.rtl .horizontal-overlapbg{left:0;right:inherit}.rtl .active .horizontalMenu>.horizontalMenu-list{margin-left:inherit;margin-right:0}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click{left:inherit;right:0}.rtl .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i{float:left;margin-left:10px;margin-right:inherit}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02,.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click03,.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click04{left:inherit;right:0}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i,.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click03>i,.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click04>i{float:right}}.rtl .hor-menu .horizontalMenu>.horizontalMenu-list>li:first-child{border-right:1px solid #eaedf1}.rtl .hor-menu .horizontalMenu>.horizontalMenu-list>li:last-child{border-left:1px solid #eaedf1}.rtl .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu .sub-menu-sub:after{left:14px;right:inherit}.rtl .mega-menubg li a:before,.rtl .sub-menu li a:before{float:right;margin-left:5px;margin-right:inherit}.rtl .icons-list{margin:0 -1px -1px 0}.rtl .input-icon-addon{left:0;right:inherit}.rtl .input-icon-addon.search-icon{left:0!important;right:auto!important}.rtl .input-icon-addon:last-child{left:auto;right:0}.rtl .icon-absolute{left:inherit;right:10px}.rtl .item-card2-desc ul li{margin-left:inherit;margin-right:1.5rem}.rtl .item-card2-desc ul li:last-child{margin-left:inherit;margin-right:0}.rtl .item-card2-icons{left:inherit;right:15px}.rtl .item-list .list-group-item i{margin-left:inherit;margin-right:5px}.rtl .cube1,.rtl .cube2,.rtl .double-bounce1,.rtl .double-bounce2{left:0;right:inherit}.rtl .lds-heart div{left:19px;right:inherit}.rtl .lds-heart div:before{left:-17px;right:inherit}.rtl .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{left:inherit;right:5px}.rtl .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{left:5px;right:inherit}.rtl .ui-datepicker .ui-datepicker-calendar td:last-child{border-right:0}.rtl .ui-datepicker-multi .ui-datepicker-group{float:left;padding-left:inherit;padding-right:15px}.rtl .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev:before{left:10px;right:inherit}.rtl .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next:before{left:inherit;right:10px}.rtl .ui-datepicker-multi .ui-datepicker-group-last{padding-left:inherit;padding-right:0}.rtl .jvectormap-goback,.rtl .jvectormap-zoomin,.rtl .jvectormap-zoomout{left:10px;right:inherit}.rtl .jvectormap-legend-cnt-h,.rtl .jvectormap-legend-cnt-v{left:inherit;right:0}.rtl .jvectormap-legend-cnt-h .jvectormap-legend{float:left;margin:0 10px 10px 0}.rtl .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick{float:left}.rtl .jvectormap-legend-cnt-v .jvectormap-legend{margin:10px 10px 0 0}.rtl .jvectormap-legend-cnt-v .jvectormap-legend-tick-text{padding-left:3px;padding-right:inherit}.rtl .selectgroup-item+.selectgroup-item{margin-left:-1px}.rtl .selectgroup-item:not(:first-child) .selectgroup-button{border-bottom-left-radius:0;border-top-left-radius:0}.rtl .selectgroup-item:not(:last-child) .selectgroup-button{border-bottom-right-radius:0;border-top-right-radius:0}.rtl .selectgroup-input{left:0;right:inherit}.rtl .selectize-dropdown-header-close{left:inherit;right:8px}.rtl .selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;float:left}.rtl .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}.rtl .selectize-control.plugin-remove_button [data-value]{padding-left:inherit!important;padding-right:24px!important}.rtl .selectize-control.plugin-remove_button [data-value] .remove{border-left:1px solid #d0d0d0;left:inherit;right:0}.rtl .selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.rtl .selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.rtl .selectize-control.plugin-remove_button .remove-single{left:inherit;right:28px}.rtl .selectize-control.multi .selectize-input.has-items{padding:7px .75rem 4px 7px}.rtl .selectize-control.single .selectize-input:after{left:inherit;right:12px}.rtl .selectize-dropdown .image{float:left;margin:-1px .5rem -1px -4px}.rtl .selectize-input .image{float:left;margin:-3px .75rem -3px -5px}@media(max-width:320px){.rtl .fc-toolbar .fc-right{float:right}}.rtl .richText .richText-toolbar ul li a{border-right:1px solid hsla(170,3%,62%,.2)}.rtl .cal1 .clndr .clndr-table .header-days .header-day{border-left:1px solid hsla(0,0%,100%,.1)}.rtl .cal1 .clndr .clndr-table tr .adjacent-month,.rtl .cal1 .clndr .clndr-table tr .empty,.rtl .cal1 .clndr .clndr-table tr .my-adjacent-month,.rtl .cal1 .clndr .clndr-table tr .my-empty{border-left:1px solid #eaedf1}.rtl .cal1 .clndr .clndr-table tr .day,.rtl .cal1 .clndr .clndr-table tr .day:last-child{border-right:1px solid #eaedf1}.rtl #AreaChart5{left:-7px;right:inherit}.rtl ul li .legend-dots{margin-left:inherit;margin-right:.5rem}.rtl .circle-icon{float:left;margin-left:inherit;margin-right:13px}.rtl .square-icon{border-radius:7px 0 0 7px;float:right}.rtl .main-nav-line-chat{padding-left:20px;padding-right:inherit}.rtl .main-nav-line-chat .nav-link+.nav-link{margin-left:0;margin-right:inherit}@media(min-width:992px){.rtl .main-chat-contacts-wrapper{padding:10px 15px 10px 0}}.rtl .main-chat-contacts{padding-left:20px;padding-right:inherit}.rtl .main-chat-list .media-body{margin-left:inherit;margin-right:15px}.rtl .main-chat-header .nav{margin-left:inherit;margin-right:auto}.rtl .main-chat-header .nav-link+.nav-link,.rtl .main-chat-msg-name{margin-left:inherit;margin-right:15px}@media(min-width:576px){.rtl .main-chat-body .media.flex-row-reverse .media-body{margin-left:inherit;margin-right:55px}}.rtl .main-chat-body .media-body{margin-left:inherit;margin-right:20px}@media(min-width:576px){.rtl .main-chat-body .media-body{margin-left:55px}}.rtl .main-chat-footer .nav-link+.nav-link{margin-left:inherit;margin-right:10px}@media(min-width:576px){.rtl .main-chat-footer .form-control{margin-left:20px;margin-right:inherit}}.rtl .main-content-left-contacts .main-content-breadcrumb,.rtl .main-content-left-contacts .main-content-title{padding-left:20px;padding-right:inherit}@media(min-width:992px){.rtl .main-content-left-contacts .main-content-breadcrumb,.rtl .main-content-left-contacts .main-content-title{padding-left:0;padding-right:inherit}}.rtl .main-chat-list .main-img-user span{left:-2px;right:inherit}.rtl .main-chat-body .media.flex-row-reverse .media-body{margin-left:20px;margin-right:0}.rtl .chat-left .main-msg-wrapper:first-child:before{left:auto;right:-12px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.rtl .chat-right .main-msg-wrapper:first-child:before{left:-12px;right:auto;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rtl .authentication input{padding-left:32px!important;padding-right:inherit!important}.rtl .authentication .flex-c-m .login100-social-item i{margin-left:0;margin-right:inherit}.rtl .container-login100 .box ul li{float:right}.rtl .range output{border-bottom-left-radius:0;border-top-left-radius:0}.rtl .ribbon1{left:10px;right:inherit}.rtl .ribbon1:after{border-left:20px solid transparent;border-right:24px solid transparent}.rtl .ribbon1 span{border-top-right-radius:8px}.rtl .ribbon1 span:before{left:-6px;right:inherit}.rtl .ribbon1 span:after{border-radius:8px 8px 0 0;left:-8px;right:inherit}.rtl .ribbon{left:-5px;right:inherit;text-align:right}.rtl .ribbon span{left:-21px;right:inherit;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.rtl .ribbon span:before{border-left:3px solid #f8463f;border-right:3px solid transparent;left:0;right:inherit}.rtl .ribbon span:after{border-left:3px solid transparent;border-right:3px solid #f8463f;left:inherit;right:0}.rtl .wizard>.steps a .number,.rtl .wizard>.steps a:active .number,.rtl .wizard>.steps a:hover .number,.rtl .wizard>.steps>ul li .title,.rtl .wizard>.steps>ul li+li{margin-left:5px;margin-right:inherit}.rtl .wizard.vertical>.steps ul li+li{margin-left:10px;margin-right:inherit}@media(min-width:576px){.rtl .wizard>.steps>ul li .title{margin-left:inherit;margin-right:10px}.rtl .wizard>.steps>ul li+li{margin-left:20px;margin-right:inherit}}@media(min-width:992px){.rtl .wizard>.steps>ul li+li{margin-left:inherit!important;margin-right:30px}}@media(min-width:576px){.rtl .wizard.vertical>.steps{float:right}.rtl .wizard.vertical>.steps ul li+li{margin-left:inherit!important;margin-right:0}.rtl .wizard.vertical>.content{float:right}.rtl .wizard.vertical>.actions{border-right:1px solid #e9edf4;float:left}.rtl .wizard.vertical>.content{border-left:inherit;border-right:1px solid #e9edf4}}.rtl .wizard-style-2>.steps>ul a .title,.rtl .wizard-style-2>.steps>ul a:active .title,.rtl .wizard-style-2>.steps>ul a:hover .title{margin-left:inherit!important;margin-right:20px}.rtl .weather-card .top .wrapper .mynav .lnr-chevron-left{float:left}.rtl .weather-card .top .wrapper .mynav .lnr-cog{float:right}.rtl .weather-card .top:after{left:0;right:inherit}.rtl .weather-card .bottom .wrapper .forecast li .condition{float:right}.rtl .weather-card .bottom .wrapper .forecast li .condition .temp .deg{margin-left:3px;margin-right:inherit}@media(max-width:360px){.rtl .wideget-user-desc .user-wrap{margin-left:inherit!important;margin-right:13px}.rtl .wideget-user-info .wideget-user-warap .wideget-user-warap-r{margin-left:5rem!important;margin-right:inherit}}.rtl .widgets-cards .wrp.icon-circle{margin-left:inherit!important;margin-right:15px}.rtl .widget-line-list li{padding:5px 20px 0 15px}.rtl .widget-card-1 i{left:inherit;right:11px}.rtl .wideget-user-desc .wideget-user-img img{margin-left:2rem;margin-right:inherit}.rtl .wideget-user-info .wideget-user-warap .wideget-user-warap-r{margin-left:10rem;margin-right:inherit}.rtl .widget-drop .dropdown-menu{left:0;right:inherit}.rtl #widgetChart1,.rtl #widgetChart2,.rtl #widgetChart3{left:-17px;right:inherit}.rtl .embed-responsive .embed-responsive-item,.rtl .embed-responsive embed,.rtl .embed-responsive iframe,.rtl .embed-responsive object,.rtl .embed-responsive video{left:0;right:inherit}.rtl .info .pricing-divider,.rtl .primary .pricing-divider,.rtl .secondary .pricing-divider,.rtl .success .pricing-divider{padding:1em 0 4em}.rtl .border-end{border-left:1px solid #eaedf1!important;border-right:inherit!important}.rtl .border-start{border-left:inherit!important;border-right:1px solid #eaedf1!important}.rtl .border-start-0{border-left:1px solid #eaedf1!important;border-right:0!important}.rtl .border-end-0{border-left:0!important;border-right:1px solid #eaedf1!important}.rtl .br-tl-4{border-top-left-radius:4px!important}.rtl .br-bl-4{border-bottom-left-radius:4px!important}.rtl .br-tr-4{border-top-right-radius:4px!important}.rtl .br-br-4{border-bottom-right-radius:4px!important}.rtl .br-tl-7{border-top-left-radius:7px!important}.rtl .br-bl-7{border-bottom-left-radius:7px!important}.rtl .br-tr-7{border-top-right-radius:7px!important}.rtl .br-br-7{border-bottom-right-radius:7px!important}.rtl .br-tl-0{border-top-left-radius:0!important}.rtl .br-bl-0{border-bottom-left-radius:0!important}.rtl .br-tr-0{border-top-right-radius:0!important}.rtl .br-br-0{border-bottom-right-radius:0!important}.rtl .border-end-1{border-right:1px solid #d5dce3}.rtl .rounded-end{border-bottom-right-radius:3px!important;border-top-right-radius:3px!important}.rtl .rounded-start{border-bottom-left-radius:3px!important;border-top-left-radius:3px!important}.rtl .float-start{float:right!important}.rtl .float-end{float:left!important}@media(min-width:576px){.rtl .float-sm-start{float:right!important}.rtl .float-sm-end{float:left!important}}@media(min-width:768px){.rtl .float-md-start{float:right!important}.rtl .float-md-end{float:left!important}}@media(min-width:992px){.rtl .float-lg-start{float:right!important}.rtl .float-lg-end{float:left!important}}@media(min-width:1280px){.rtl .float-xl-start{float:right!important}.rtl .float-xl-end{float:left!important}}.rtl .me-0{margin-right:inherit!important}.rtl .me-0,.rtl .mx-0{margin-left:0!important}.rtl .ms-0,.rtl .mx-0{margin-right:0!important}.rtl .ms-0{margin-left:inherit!important}.rtl .me-1{margin-right:inherit!important}.rtl .me-1,.rtl .mx-1{margin-left:.25rem!important}.rtl .ms-1,.rtl .mx-1{margin-right:.25rem!important}.rtl .ms-1{margin-left:inherit!important}.rtl .me-2{margin-right:inherit!important}.rtl .me-2,.rtl .mx-2{margin-left:.5rem!important}.rtl .ms-2,.rtl .mx-2{margin-right:.5rem!important}.rtl .ms-2{margin-left:inherit!important}.rtl .me-3{margin-right:0!important}.rtl .me-3,.rtl .mx-3{margin-left:.75rem!important}.rtl .ms-3,.rtl .mx-3{margin-right:.75rem!important}.rtl .ms-3{margin-left:inherit!important}.rtl .me-4{margin-right:0!important}.rtl .me-4,.rtl .mx-4{margin-left:1rem!important}.rtl .ms-4,.rtl .mx-4{margin-right:1rem!important}.rtl .ms-4{margin-left:inherit!important}.rtl .me-5{margin-right:inherit!important}.rtl .me-5,.rtl .mx-5{margin-left:1.5rem!important}.rtl .ms-5,.rtl .mx-5{margin-right:1.5rem!important}.rtl .ms-5{margin-left:inherit!important}.rtl .me-6{margin-right:inherit!important}.rtl .me-6,.rtl .mx-6{margin-left:2rem!important}.rtl .ms-6,.rtl .mx-6{margin-right:2rem!important}.rtl .ms-6{margin-left:inherit!important}.rtl .me-7{margin-left:3rem!important;margin-right:inherit!important}.rtl .ms-7{margin-left:inherit!important}.rtl .ms-7,.rtl .mx-7{margin-right:3rem!important}.rtl .mx-7{margin-left:3rem!important}.rtl .me-8{margin-left:4rem!important;margin-right:inherit!important}.rtl .ms-8{margin-left:inherit!important}.rtl .ms-8,.rtl .mx-8{margin-right:4rem!important}.rtl .mx-8{margin-left:4rem!important}.rtl .me-9{margin-right:inherit!important}.rtl .me-9,.rtl .mx-9{margin-left:6rem!important}.rtl .ms-9,.rtl .mx-9{margin-right:6rem!important}.rtl .ms-9{margin-left:inherit!important}.rtl .me-auto{margin-left:auto!important;margin-right:inherit!important}.rtl .mx-auto{margin-left:auto!important;margin-right:auto!important}.rtl .ms-auto{margin-left:inherit!important;margin-right:auto!important}@media(min-width:576px){.rtl .me-sm-0{margin-left:0!important;margin-right:inherit!important}.rtl .mx-sm-0{margin-left:0!important;margin-right:0!important}.rtl .ms-sm-0{margin-left:inherit!important;margin-right:0!important}.rtl .me-sm-1{margin-right:inherit!important}.rtl .me-sm-1,.rtl .mx-sm-1{margin-left:.25rem!important}.rtl .ms-sm-1,.rtl .mx-sm-1{margin-right:.25rem!important}.rtl .ms-sm-1{margin-left:inherit!important}.rtl .me-sm-2{margin-left:.5rem!important;margin-right:inherit!important}.rtl .mx-sm-2{margin-left:.5rem!important}.rtl .ms-sm-2,.rtl .mx-sm-2{margin-right:.5rem!important}.rtl .ms-sm-2{margin-left:inherit!important}.rtl .me-sm-3{margin-right:inherit!important}.rtl .me-sm-3,.rtl .mx-sm-3{margin-left:.75rem!important}.rtl .ms-sm-3,.rtl .mx-sm-3{margin-right:.75rem!important}.rtl .ms-sm-3,.rtl .mx-sm-3{margin-left:inherit!important}.rtl .me-sm-4{margin-left:1rem!important;margin-right:inherit!important}.rtl .mx-sm-4{margin-left:1rem!important;margin-right:1rem!important}.rtl .ms-sm-4{margin-left:inherit!important;margin-right:1rem!important}.rtl .me-sm-5{margin-right:inherit!important}.rtl .me-sm-5,.rtl .mx-sm-5{margin-left:1.5rem!important}.rtl .ms-sm-5,.rtl .mx-sm-5{margin-right:1.5rem!important}.rtl .ms-sm-5{margin-left:inherit!important}.rtl .me-sm-6{margin-left:2rem!important;margin-right:inherit!important}.rtl .mx-sm-6{margin-left:2rem!important;margin-right:2rem!important}.rtl .ms-sm-6{margin-left:inherit!important;margin-right:2rem!important}.rtl .me-sm-7{margin-left:3rem!important;margin-right:inherit!important}.rtl .mx-sm-7{margin-left:3rem!important;margin-right:3rem!important}.rtl .ms-sm-7{margin-left:inherit!important;margin-right:3rem!important}.rtl .me-sm-8{margin-left:4rem!important;margin-right:inherit!important}.rtl .mx-sm-8{margin-left:4rem!important;margin-right:4rem!important}.rtl .ms-sm-8{margin-left:inherit!important;margin-right:4rem!important}.rtl .me-sm-9{margin-left:6rem!important;margin-right:inherit!important}.rtl .mx-sm-9{margin-left:6rem!important;margin-right:6rem!important}.rtl .ms-sm-9{margin-left:inherit!important;margin-right:6rem!important}.rtl .me-sm-auto{margin-left:auto!important;margin-right:inherit!important}.rtl .mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.rtl .ms-sm-auto{margin-left:inherit!important;margin-right:auto!important}}@media(min-width:768px){.rtl .me-md-0{margin-left:0!important;margin-right:inherit!important}.rtl .mx-md-0{margin-left:0!important;margin-right:0!important}.rtl .ms-md-0{margin-left:inherit!important;margin-right:0!important}.rtl .me-md-1{margin-right:inherit!important}.rtl .me-md-1,.rtl .mx-md-1{margin-left:.25rem!important}.rtl .ms-md-1,.rtl .mx-md-1{margin-right:.25rem!important}.rtl .ms-md-1{margin-left:inherit!important}.rtl .me-md-2{margin-left:.5rem!important;margin-right:inherit!important}.rtl .mx-md-2{margin-left:.5rem!important}.rtl .ms-md-2,.rtl .mx-md-2{margin-right:.5rem!important}.rtl .ms-md-2{margin-left:inherit!important}.rtl .me-md-3{margin-right:inherit!important}.rtl .me-md-3,.rtl .mx-md-3{margin-left:.75rem!important}.rtl .ms-md-3,.rtl .mx-md-3{margin-right:.75rem!important}.rtl .ms-md-3{margin-left:inherit!important}.rtl .me-md-4{margin-left:1rem!important;margin-right:inherit!important}.rtl .mx-md-4{margin-left:1rem!important;margin-right:1rem!important}.rtl .ms-md-4{margin-left:inherit!important;margin-right:1rem!important}.rtl .me-md-5{margin-right:inherit!important}.rtl .me-md-5,.rtl .mx-md-5{margin-left:1.5rem!important}.rtl .ms-md-5,.rtl .mx-md-5{margin-right:1.5rem!important}.rtl .ms-md-5{margin-left:inherit!important}.rtl .me-md-6{margin-left:2rem!important;margin-right:inherit!important}.rtl .mx-md-6{margin-left:2rem!important;margin-right:2rem!important}.rtl .ms-md-6{margin-left:inherit!important;margin-right:2rem!important}.rtl .me-md-7{margin-left:3rem!important;margin-right:inherit!important}.rtl .mx-md-7{margin-left:3rem!important;margin-right:3rem!important}.rtl .ms-md-7{margin-left:inherit!important;margin-right:3rem!important}.rtl .me-md-8{margin-left:4rem!important;margin-right:inherit!important}.rtl .mx-md-8{margin-left:4rem!important;margin-right:4rem!important}.rtl .ms-md-8{margin-left:inherit!important;margin-right:4rem!important}.rtl .me-md-9{margin-left:6rem!important;margin-right:inherit!important}.rtl .mx-md-9{margin-left:6rem!important;margin-right:6rem!important}.rtl .ms-md-9{margin-left:inherit!important;margin-right:6rem!important}.rtl .me-md-auto{margin-left:auto!important;margin-right:inherit!important}.rtl .mx-md-auto{margin-left:auto!important;margin-right:auto!important}.rtl .ms-md-auto{margin-left:inherit!important;margin-right:auto!important}}@media(min-width:992px){.rtl .me-lg-0{margin-left:0!important;margin-right:inherit!important}.rtl .mx-lg-0{margin-left:0!important;margin-right:0!important}.rtl .ms-lg-0{margin-left:inherit!important;margin-right:0!important}.rtl .me-lg-1{margin-right:inherit!important}.rtl .me-lg-1,.rtl .mx-lg-1{margin-left:.25rem!important}.rtl .ms-lg-1,.rtl .mx-lg-1{margin-right:.25rem!important}.rtl .ms-lg-1{margin-left:inherit!important}.rtl .me-lg-2{margin-left:.5rem!important;margin-right:inherit!important}.rtl .mx-lg-2{margin-left:.5rem!important}.rtl .ms-lg-2,.rtl .mx-lg-2{margin-right:.5rem!important}.rtl .ms-lg-2{margin-left:inherit!important}.rtl .me-lg-3{margin-right:inherit!important}.rtl .me-lg-3,.rtl .mx-lg-3{margin-left:.75rem!important}.rtl .ms-lg-3,.rtl .mx-lg-3{margin-right:.75rem!important}.rtl .ms-lg-3{margin-left:inherit!important}.rtl .me-lg-4{margin-left:1rem!important;margin-right:inherit!important}.rtl .mx-lg-4{margin-left:1rem!important;margin-right:1rem!important}.rtl .ms-lg-4{margin-left:inherit!important;margin-right:1rem!important}.rtl .me-lg-5{margin-right:inherit!important}.rtl .me-lg-5,.rtl .mx-lg-5{margin-left:1.5rem!important}.rtl .ms-lg-5,.rtl .mx-lg-5{margin-right:1.5rem!important}.rtl .ms-lg-5{margin-left:inherit!important}.rtl .me-lg-6{margin-left:2rem!important;margin-right:inherit!important}.rtl .mx-lg-6{margin-left:2rem!important;margin-right:2rem!important}.rtl .ms-lg-6{margin-left:inherit!important;margin-right:2rem!important}.rtl .me-lg-7{margin-left:3rem!important;margin-right:inherit!important}.rtl .ms-lg-7,.rtl .mx-lg-7{margin-left:3rem!important;margin-right:3rem!important}.rtl .me-lg-8{margin-left:4rem!important;margin-right:inherit!important}.rtl .ms-lg-8{margin-left:inherit!important;margin-right:4rem!important}.rtl .mx-lg-8{margin-left:4rem!important;margin-right:4rem!important}.rtl .me-lg-9{margin-left:6rem!important;margin-right:inherit!important}.rtl .ms-lg-9{margin-left:inherit!important;margin-right:6rem!important}.rtl .mx-lg-9{margin-left:6rem!important;margin-right:6rem!important}.rtl .me-lg-auto{margin-left:auto!important;margin-right:inherit!important}.rtl .ms-lg-auto{margin-left:inherit!important;margin-right:auto!important}.rtl .mx-lg-auto{margin-left:auto!important;margin-right:auto!important}}@media(min-width:1280px){.rtl .me-xl-0{margin-left:0!important;margin-right:inherit!important}.rtl .ms-xl-0{margin-left:inherit!important;margin-right:0!important}.rtl .mx-xl-0{margin-left:0!important;margin-right:0!important}.rtl .me-xl-1{margin-left:.25rem!important;margin-right:inherit!important}.rtl .ms-xl-1{margin-left:inherit!important}.rtl .ms-xl-1,.rtl .mx-xl-1{margin-right:.25rem!important}.rtl .mx-xl-1{margin-left:.25rem!important}.rtl .me-xl-2{margin-left:.5rem!important;margin-right:inherit!important}.rtl .ms-xl-2{margin-left:inherit!important}.rtl .ms-xl-2,.rtl .mx-xl-2{margin-right:.5rem!important}.rtl .mx-xl-2{margin-left:.5rem!important}.rtl .me-xl-3{margin-left:.75rem!important;margin-right:inherit!important}.rtl .ms-xl-3{margin-left:inherit!important}.rtl .ms-xl-3,.rtl .mx-xl-3{margin-right:.75rem!important}.rtl .mx-xl-3{margin-left:.75rem!important}.rtl .me-xl-4{margin-left:1rem!important;margin-right:inherit!important}.rtl .ms-xl-4{margin-left:inherit!important;margin-right:1rem!important}.rtl .mx-xl-4{margin-left:1rem!important;margin-right:1rem!important}.rtl .me-xl-5{margin-left:1.5rem!important;margin-right:inherit!important}.rtl .ms-xl-5{margin-left:inherit!important}.rtl .ms-xl-5,.rtl .mx-xl-5{margin-right:1.5rem!important}.rtl .mx-xl-5{margin-left:1.5rem!important}.rtl .me-xl-6{margin-left:2rem!important;margin-right:inherit!important}.rtl .ms-xl-6{margin-left:inherit!important;margin-right:2rem!important}.rtl .mx-xl-6{margin-left:2rem!important;margin-right:2rem!important}.rtl .me-xl-7{margin-left:3rem!important;margin-right:inherit!important}.rtl .ms-xl-7{margin-left:inherit!important;margin-right:3rem!important}.rtl .mx-xl-7{margin-left:3rem!important;margin-right:3rem!important}.rtl .me-xl-8{margin-left:4rem!important;margin-right:inherit!important}.rtl .ms-xl-8{margin-left:inherit!important;margin-right:4rem!important}.rtl .mx-xl-8{margin-left:4rem!important;margin-right:4rem!important}.rtl .me-xl-9{margin-left:6rem!important;margin-right:inherit!important}.rtl .ms-xl-9{margin-left:inherit!important;margin-right:6rem!important}.rtl .mx-xl-9{margin-left:6rem!important;margin-right:6rem!important}.rtl .me-xl-auto{margin-left:auto!important;margin-right:auto!important}.rtl .ms-xl-auto{margin-left:inherit!important;margin-right:auto!important}.rtl .mx-xl-auto{margin-left:auto!important;margin-right:auto!important}}.rtl .pe-0{padding-right:inherit!important}.rtl .pe-0,.rtl .px-0{padding-left:0!important}.rtl .ps-0,.rtl .px-0{padding-right:0!important}.rtl .ps-0{padding-left:inherit!important}.rtl .pe-1{padding-right:inherit!important}.rtl .pe-1,.rtl .px-1{padding-left:.25rem!important}.rtl .ps-1,.rtl .px-1{padding-right:.25rem!important}.rtl .ps-1{padding-left:inherit!important}.rtl .pe-2{padding-right:inherit!important}.rtl .pe-2,.rtl .px-2{padding-left:.5rem!important}.rtl .ps-2,.rtl .px-2{padding-right:.5rem!important}.rtl .ps-2{padding-left:inherit!important}.rtl .pe-3{padding-right:inherit!important}.rtl .pe-3,.rtl .px-3{padding-left:.75rem!important}.rtl .ps-3,.rtl .px-3{padding-right:.75rem!important}.rtl .ps-3{padding-left:inherit!important}.rtl .pe-4{padding-right:inherit!important}.rtl .pe-4,.rtl .px-4{padding-left:1rem!important}.rtl .ps-4,.rtl .px-4{padding-right:1rem!important}.rtl .ps-4{padding-left:inherit!important}.rtl .pe-5{padding-left:1.5rem!important;padding-right:inherit!important}.rtl .ps-5{padding-left:inherit!important}.rtl .ps-5,.rtl .px-5{padding-right:1.5rem!important}.rtl .px-5{padding-left:1.5rem!important}.rtl .pe-6{padding-right:inherit!important}.rtl .pe-6,.rtl .px-6{padding-left:2rem!important}.rtl .ps-6,.rtl .px-6{padding-right:2rem!important}.rtl .ps-6{padding-left:inherit!important}.rtl .pe-7{padding-right:inherit!important}.rtl .pe-7,.rtl .px-7{padding-left:3rem!important}.rtl .ps-7,.rtl .px-7{padding-right:3rem!important}.rtl .ps-7{padding-left:inherit!important}.rtl .pe-8{padding-left:4rem!important;padding-right:inherit!important}.rtl .ps-8,.rtl .px-8{padding-left:4rem!important;padding-right:4rem!important}.rtl .pe-9{padding-right:inherit!important}.rtl .pe-9,.rtl .px-9{padding-left:6rem!important}.rtl .ps-9,.rtl .px-9{padding-right:6rem!important}.rtl .ps-9{padding-left:inherit!important}@media(min-width:576px){.rtl .pe-sm-0{padding-left:0!important;padding-right:0!important}.rtl .px-sm-0{padding-left:0!important;padding-right:inherit!important}.rtl .ps-sm-0{padding-left:inherit!important;padding-right:0!important}.rtl .pe-sm-1{padding-right:inherit!important}.rtl .pe-sm-1,.rtl .px-sm-1{padding-left:.25rem!important}.rtl .ps-sm-1,.rtl .px-sm-1{padding-right:.25rem!important}.rtl .ps-sm-1{padding-left:inherit!important}.rtl .pe-sm-2{padding-right:inherit!important}.rtl .pe-sm-2,.rtl .px-sm-2{padding-left:.5rem!important}.rtl .ps-sm-2,.rtl .px-sm-2{padding-right:.5rem!important}.rtl .ps-sm-2{padding-left:inherit!important}.rtl .pe-sm-3{padding-right:inherit!important}.rtl .pe-sm-3,.rtl .px-sm-3{padding-left:.75rem!important}.rtl .ps-sm-3,.rtl .px-sm-3{padding-right:.75rem!important}.rtl .ps-sm-3{padding-left:inherit!important}.rtl .pe-sm-4{padding-left:1rem!important;padding-right:inherit!important}.rtl .px-sm-4{padding-left:1rem!important}.rtl .ps-sm-4,.rtl .px-sm-4{padding-right:1rem!important}.rtl .ps-sm-4{padding-left:inherit!important}.rtl .pe-sm-5{padding-right:inherit!important}.rtl .pe-sm-5,.rtl .px-sm-5{padding-left:1.5rem!important}.rtl .ps-sm-5,.rtl .px-sm-5{padding-right:1.5rem!important}.rtl .ps-sm-5{padding-left:inherit!important}.rtl .pe-sm-6{padding-left:2rem!important;padding-right:inherit!important}.rtl .px-sm-6{padding-left:2rem!important}.rtl .ps-sm-6,.rtl .px-sm-6{padding-right:2rem!important}.rtl .ps-sm-6{padding-left:inherit!important}.rtl .pe-sm-7{padding-left:3rem!important;padding-right:inherit!important}.rtl .px-sm-7{padding-left:3rem!important}.rtl .ps-sm-7,.rtl .px-sm-7{padding-right:3rem!important}.rtl .ps-sm-7{padding-left:inherit!important}.rtl .pe-sm-8{padding-left:4rem!important;padding-right:inherit!important}.rtl .px-sm-8{padding-left:4rem!important}.rtl .ps-sm-8,.rtl .px-sm-8{padding-right:4rem!important}.rtl .ps-sm-8{padding-left:inherit!important}.rtl .pe-sm-9{padding-left:6rem!important;padding-right:inherit!important}.rtl .px-sm-9{padding-left:6rem!important}.rtl .ps-sm-9,.rtl .px-sm-9{padding-right:6rem!important}.rtl .ps-sm-9{padding-left:inherit!important}}@media(min-width:768px){.rtl .pe-md-0{padding-left:0!important;padding-right:inherit!important}.rtl .px-md-0{padding-left:0!important;padding-right:0!important}.rtl .ps-md-0{padding-left:inherit!important;padding-right:0!important}.rtl .pe-md-1{padding-right:inherit!important}.rtl .pe-md-1,.rtl .px-md-1{padding-left:.25rem!important}.rtl .ps-md-1,.rtl .px-md-1{padding-right:.25rem!important}.rtl .ps-md-1{padding-left:inherit!important}.rtl .pe-md-2{padding-right:inherit!important}.rtl .pe-md-2,.rtl .px-md-2{padding-left:.5rem!important}.rtl .ps-md-2,.rtl .px-md-2{padding-right:.5rem!important}.rtl .ps-md-2{padding-left:inherit!important}.rtl .pe-md-3{padding-left:.75rem!important;padding-right:inherit!important}.rtl .ps-md-3{padding-left:inherit!important}.rtl .ps-md-3,.rtl .px-md-3{padding-right:.75rem!important}.rtl .px-md-3{padding-left:.75rem!important}.rtl .pe-md-4{padding-left:1rem!important;padding-right:inherit!important}.rtl .px-md-4{padding-left:1rem!important}.rtl .ps-md-4,.rtl .px-md-4{padding-right:1rem!important}.rtl .ps-md-4{padding-left:inherit!important}.rtl .pe-md-5{padding-left:1.5rem!important}.rtl .pe-md-5,.rtl .ps-md-5{padding-right:1.5rem!important}.rtl .ps-md-5{padding-left:inherit!important}.rtl .px-md-5{padding-left:1.5rem!important;padding-right:1.5rem!important}.rtl .pe-md-6{padding-left:2rem!important;padding-right:inherit!important}.rtl .px-md-6{padding-left:2rem!important}.rtl .ps-md-6,.rtl .px-md-6{padding-right:2rem!important}.rtl .ps-md-6{padding-left:inherit!important}.rtl .pe-md-7{padding-left:3rem!important;padding-right:inherit!important}.rtl .px-md-7{padding-left:3rem!important}.rtl .ps-md-7,.rtl .px-md-7{padding-right:3rem!important}.rtl .ps-md-7{padding-left:inherit!important}.rtl .pe-md-8{padding-left:4rem!important;padding-right:inherit!important}.rtl .px-md-8{padding-left:4rem!important}.rtl .ps-md-8,.rtl .px-md-8{padding-right:4rem!important}.rtl .ps-md-8{padding-left:inherit!important}.rtl .pe-md-9{padding-left:6rem!important;padding-right:inherit!important}.rtl .ps-md-9,.rtl .px-md-9{padding-left:6rem!important;padding-right:6rem!important}}@media(min-width:992px){.rtl .pe-lg-0{padding-left:0!important;padding-right:inherit!important}.rtl .px-lg-0{padding-left:0!important;padding-right:0!important}.rtl .ps-lg-0{padding-left:inherit!important;padding-right:0!important}.rtl .pe-lg-1{padding-right:inherit!important}.rtl .pe-lg-1,.rtl .px-lg-1{padding-left:.25rem!important}.rtl .ps-lg-1,.rtl .px-lg-1{padding-right:.25rem!important}.rtl .ps-lg-1{padding-left:inherit!important}.rtl .pe-lg-2{padding-left:.5rem!important;padding-right:inherit!important}.rtl .ps-lg-2{padding-left:inherit!important}.rtl .ps-lg-2,.rtl .px-lg-2{padding-right:.5rem!important}.rtl .px-lg-2{padding-left:.5rem!important}.rtl .pe-lg-3{padding-right:inherit!important}.rtl .pe-lg-3,.rtl .px-lg-3{padding-left:.75rem!important}.rtl .ps-lg-3,.rtl .px-lg-3{padding-right:.75rem!important}.rtl .ps-lg-3{padding-left:inherit!important}.rtl .pe-lg-4{padding-left:1rem!important;padding-right:inherit!important}.rtl .px-lg-4{padding-left:1rem!important}.rtl .ps-lg-4,.rtl .px-lg-4{padding-right:1rem!important}.rtl .ps-lg-4{padding-left:inherit!important}.rtl .pe-lg-5{padding-right:inherit!important}.rtl .pe-lg-5,.rtl .px-lg-5{padding-left:1.5rem!important}.rtl .ps-lg-5,.rtl .px-lg-5{padding-right:1.5rem!important}.rtl .ps-lg-5{padding-left:inherit!important}.rtl .pe-lg-6{padding-left:2rem!important;padding-right:inherit!important}.rtl .px-lg-6{padding-left:2rem!important}.rtl .ps-lg-6,.rtl .px-lg-6{padding-right:2rem!important}.rtl .ps-lg-6{padding-left:inherit!important}.rtl .pe-lg-7{padding-left:3rem!important;padding-right:inherit!important}.rtl .px-lg-7{padding-left:3rem!important}.rtl .ps-lg-7,.rtl .px-lg-7{padding-right:3rem!important}.rtl .ps-lg-7{padding-left:inherit!important}.rtl .pe-lg-8{padding-left:4rem!important;padding-right:inherit!important}.rtl .px-lg-8{padding-left:4rem!important}.rtl .ps-lg-8,.rtl .px-lg-8{padding-right:4rem!important}.rtl .ps-lg-8{padding-left:inherit!important}.rtl .pe-lg-9{padding-left:6rem!important;padding-right:inherit!important}.rtl .px-lg-9{padding-left:6rem!important}.rtl .ps-lg-9,.rtl .px-lg-9{padding-right:6rem!important}.rtl .ps-lg-9{padding-left:onh!important}}@media(min-width:1280px){.rtl .pe-xl-0{padding-left:0!important;padding-right:inherit!important}.rtl .px-xl-0{padding-left:0!important;padding-right:0!important}.rtl .ps-xl-0{padding-left:inherit!important;padding-right:0!important}.rtl .pe-xl-1{padding-right:inherit!important}.rtl .pe-xl-1,.rtl .px-xl-1{padding-left:.25rem!important}.rtl .ps-xl-1,.rtl .px-xl-1{padding-right:.25rem!important}.rtl .ps-xl-1{padding-left:inherit!important}.rtl .pe-xl-2{padding-right:inherit!important}.rtl .pe-xl-2,.rtl .px-xl-2{padding-left:.5rem!important}.rtl .ps-xl-2,.rtl .px-xl-2{padding-right:.5rem!important}.rtl .ps-xl-2{padding-left:inherit!important}.rtl .pe-xl-3{padding-right:inherit!important}.rtl .pe-xl-3,.rtl .px-xl-3{padding-left:.75rem!important}.rtl .ps-xl-3,.rtl .px-xl-3{padding-right:.75rem!important}.rtl .ps-xl-3{padding-left:inherit!important}.rtl .pe-xl-4{padding-left:1rem!important;padding-right:inherit!important}.rtl .px-xl-4{padding-left:1rem!important}.rtl .ps-xl-4,.rtl .px-xl-4{padding-right:1rem!important}.rtl .ps-xl-4{padding-left:inherit!important}.rtl .pe-xl-5{padding-right:inherit!important}.rtl .pe-xl-5,.rtl .px-xl-5{padding-left:1.5rem!important}.rtl .ps-xl-5,.rtl .px-xl-5{padding-right:1.5rem!important}.rtl .ps-xl-5{padding-left:inherit!important}.rtl .pe-xl-6{padding-left:2rem!important;padding-right:inherit!important}.rtl .px-xl-6{padding-left:2rem!important;padding-right:2rem!important}.rtl .ps-xl-6,.rtl .px-xl-6{padding-left:inherit!important;padding-right:2rem!important}.rtl .pe-xl-7{padding-left:3rem!important;padding-right:inherit!important}.rtl .px-xl-7{padding-left:3rem!important}.rtl .ps-xl-7,.rtl .px-xl-7{padding-right:3rem!important}.rtl .ps-xl-7{padding-left:inherit!important}.rtl .pe-xl-8{padding-left:4rem!important;padding-right:inherit!important}.rtl .px-xl-8{padding-left:4rem!important}.rtl .ps-xl-8,.rtl .px-xl-8{padding-right:4rem!important}.rtl .ps-xl-8{padding-left:inherit!important}.rtl .pe-xl-9{padding-left:6rem!important;padding-right:inherit!important}.rtl .px-xl-9{padding-left:6rem!important}.rtl .ps-xl-9,.rtl .px-xl-9{padding-right:6rem!important}.rtl .ps-xl-9{padding-left:inherit!important}}.rtl .text-start{text-align:right!important}.rtl .text-end{text-align:left!important}@media(min-width:576px){.rtl .text-sm-left{text-align:right!important}.rtl .text-sm-right{text-align:left!important}}@media(min-width:768px){.rtl .text-md-left{text-align:right!important}.rtl .text-md-right{text-align:left!important}}@media(min-width:992px){.rtl .text-lg-left{text-align:right!important}.rtl .text-lg-right{text-align:left!important}}@media(min-width:1280px){.rtl .text-xl-left{text-align:right!important}.rtl .text-xl-right{text-align:left!important}}.rtl .app-sidebar .mCSB_draggerContainer{left:-11px!important;right:inherit}@media(min-width:992px){.rtl .app.sidenav-toggled .app-content{margin-left:inherit;margin-right:0}.rtl .app.sidenav-toggled .app-sidebar{left:inherit;right:230px}.rtl .side-header{left:inherit;right:0}.rtl .sidebar-mini footer.footer{padding:1.25rem 270px 1.25rem 1.25rem}.rtl .sidebar-mini.sidenav-toggled footer.footer{padding:1.25rem 1.25rem 1.25rem 80px}}@media(max-width:991px){.rtl .app .app-sidebar{left:inherit;right:-270px}.rtl .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon{margin-left:8px;margin-right:inherit}.rtl .app.sidenav-toggled .app-content{margin-left:inherit;margin-right:0}.rtl .app.sidebar-mini.sidebar-gone.sidenav-toggled .app-sidebar,.rtl .app.sidenav-toggled .app-sidebar{left:inherit;right:0}}@media(min-width:992px){.rtl .app-content{margin-left:inherit;margin-right:270px}.rtl .app-header{padding-left:10px;padding-right:285px}}.rtl .app-search{margin-left:15px;margin-right:inherit}.rtl .app-search__input{padding-left:30px;padding-right:inherit}.rtl .app-search__button{left:0;right:inherit}.rtl .app-notification__icon{padding-left:10px;padding-right:inherit}.rtl .app-sidebar{border-left:1px solid #eaedf1;border-right:inherit;left:inherit;right:0;transition:right .2s ease,width .2s ease}.rtl .app-sidebar__user-avatar{margin-left:15px;margin-right:inherit}.rtl .side-menu{padding:0 0 0 15px}.rtl .side-menu__item.active{border-radius:60px 0 0 60px}.rtl .slide-menu li .slide-item:before{margin-left:8px;margin-right:inherit}.rtl .side-menu .side-menu__icon{margin-left:5px;margin-right:inherit}.rtl .slide-menu{margin-left:inherit;margin-right:26px;padding-right:20px}.rtl .slide-item .icon{margin-left:5px;margin-right:inherit}.rtl .angle{margin-left:2px;margin-right:inherit}@media(min-width:992px){.rtl .sidebar-mini.sidenav-toggled .side-menu__item .side-menu__icon{margin-left:0;margin-right:inherit}.rtl .sidebar-mini.sidenav-toggled .app-header.header{padding-left:inherit;padding-right:100px}.rtl .sidebar-mini.sidenav-toggled .side-menu{padding:0 0 40px}.rtl .sidebar-mini.sidenav-toggled .side-badge,.rtl .sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{left:20px;right:inherit}.rtl .sidebar-mini.sidenav-toggled .app-sidebar__user{padding:12px 0}.rtl .sidebar-mini.sidenav-toggled .profile-img{left:19px;right:inherit}.rtl .sidebar-mini.sidenav-toggled .app-content{margin-left:inherit;margin-right:80px}.rtl .sidebar-mini.sidenav-toggled .app-sidebar{left:inherit;right:0}.rtl .sidebar-mini.sidenav-toggled .slide-menu{border-bottom-right-radius:4px}.rtl .app.sidebar-mini.sidenav-toggled .nav-badge{left:28px;right:inherit}.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item{border-radius:60px 0 0 60px}.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon{margin-left:8px!important;margin-right:inherit}.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{padding:0 0 0 15px!important}}.rtl .dropdown-menu.dropdown-menu-right{left:inherit;right:auto}.rtl .app-breadcrumb{text-align:left;text-align:right}.rtl .sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge{left:inherit;right:57px}.rtl .sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo{margin-left:0;margin-right:inherit}.rtl .side-header{border-left:1px solid #eaedf1;border-right:inherit}.rtl .sidebar-mini.sidenav-toggled .app-sidebar__toggle{padding-left:inherit;padding-right:10px}.rtl .sidebar-navs .nav li:last-child a{margin-left:inherit;margin-right:0!important}@media(min-width:992px){.rtl .sidenav-toggled .header-brand-img.light-logo{margin-left:inherit;margin-right:0}}.rtl .side-badge,.rtl .slide-menu open.slide-menu hide .side-badge{left:28px;right:inherit}.rtl .slide-menu a:before{margin-left:10px;margin-right:inherit}.rtl .sub-angle{float:left}.rtl .sub-slide-menu{padding:0 0 15px 15px}.rtl .sub-side-menu__item2{padding:8px 24px 8px 2px}.rtl .sub-angle2{float:left;margin-left:-9px;margin-right:inherit}.rtl .sub-slide-menu2{padding-left:inherit;padding-right:0}.rtl .sub-slide-item2{padding:8px 40px 8px 0!important}.rtl .dropdown-menu-end[data-bs-popper]{left:0;right:auto}.rtl .sidebar.sidebar-right{left:0;right:auto;-webkit-transform:translate(-100%);transform:translate(-100%)}.rtl .legend{margin-left:5px;margin-right:inherit}.rtl .task-list li{padding-left:inherit;padding-right:55px}.rtl div.dataTables_wrapper div.dataTables_filter{text-align:left}.rtl .select2-container--default .select2-selection--single .select2-selection__arrow{left:1px!important;right:inherit!important}.rtl .select2-container .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.rtl div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:inherit;padding-right:0}.rtl .fa-angle-right:before{content:""}.rtl .apexcharts-legend-marker{margin-left:3px;margin-right:inherit}@media(min-width:992px){.rtl.sidebar-mini.sidenav-toggled .app-content{margin-left:inherit;margin-right:80px}.rtl.sidebar-mini.sidenav-toggled .app-header.header{padding-left:inherit;padding-right:100px}.rtl.sidebar-mini.sidenav-toggled .side-badge,.rtl.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{left:20px;right:inherit}.rtl.horizontal .main-sidemenu i.angle{left:-7px;right:inherit;-webkit-transform:rotate(270deg);transform:rotate(270deg)}.rtl.horizontal .slide-menu li .slide-item:before{content:"";margin-left:5px;margin-right:inherit}.rtl.horizontal .sub-slide .sub-slide-menu,.rtl.horizontal .sub-slide .sub-slide-menu2{left:inherit;right:180px}.rtl.horizontal .slide-menu a:before{content:"";margin-left:5px;margin-right:inherit}.rtl.horizontal .sub-angle2{margin-left:11px;margin-right:inherit}.rtl.horizontal .slide-menu{margin-left:inherit;margin-right:0}.rtl.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item{border-radius:60px 0 0 60px}.rtl.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{padding:0 0 0 15px!important}}@media(max-width:991px){.rtl.app.sidenav-toggled .app-sidebar{left:inherit;right:0}.rtl.app .app-sidebar{left:inherit;right:-270px}.rtl .responsive-navbar .header-search .input-group .input-group-text.btn{left:6px;right:inherit}}.rtl .sub-slide-item{padding:8px 24px 8px 0!important}.rtl .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:7px;border-bottom-right-radius:0;border-top-left-radius:7px;border-top-right-radius:0;margin-left:-1px;margin-right:inherit}.rtl .dropdown-icon{margin-left:.5rem;margin-right:-.5rem}@media(min-width:992px){.rtl.icontext-menu.sidebar-mini.sidenav-toggled .side-badge{left:28px;right:inherit}.rtl.icontext-menu.sidebar-mini.sidenav-toggled .app-header.header{padding-left:inherit;padding-right:130px}.rtl.icontext-menu.sidebar-mini.sidenav-toggled .app-content{margin-left:inherit;margin-right:120px}.rtl.sidebar-mini footer.footer{padding:1.25rem 270px 1.25rem 1.25rem}.rtl.horizontal .side-menu__item,.rtl.horizontal .side-menu__item.active,.rtl.horizontal .side-menu__item.active:focus,.rtl.horizontal .side-menu__item.active:hover,.rtl.horizontal .side-menu__item:focus,.rtl.horizontal .side-menu__item:hover{border-radius:0}}.rtl .alert .alert-inner--icon{float:right;margin-left:5px}.rtl .breadcrumb-1 ol,.rtl .breadcrumb-2 ol,.rtl .breadcrumb-6 ol{text-align:left}.rtl .transfer-double-selected-list-main .transfer-double-selected-list-ul{padding-left:inherit;padding-right:7px}.rtl .checkbox-group label{padding-left:inherit;padding-right:25px}.rtl .checkbox-group label:before{left:inherit;right:0}.rtl .transfer-double-list-main .transfer-double-group-list-ul .transfer-double-group-list-li .transfer-double-group-list-li-ul{padding-left:inherit;padding-right:20px}.rtl .transfer-double-list-footer label{margin-left:inherit;margin-right:10px}.rtl .transfer-double-list-main .transfer-double-group-list-ul{padding-left:inherit;padding-right:7px}.rtl .select2-container--default .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:inherit}.rtl .iti--allow-dropdown .iti__flag-container,.rtl .iti--separate-dial-code .iti__flag-container{left:auto;right:0}.rtl .iti__selected-flag{border-left:1px solid #ecf0fa;border-right:inherit}.rtl .iti__arrow{margin-left:inherit;margin-right:6px}.rtl .sw-theme-dots>ul.step-anchor:before{left:inherit;right:20px}.rtl .sw-theme-dots>ul.step-anchor>li>a:before{left:inherit;right:37%}.rtl .sw-theme-dots>ul.step-anchor>li>a:after{left:inherit;right:35%}.rtl .sw-theme-dots .step-content{text-align:right}.rtl .transfer-double-list-search-input,.rtl .transfer-double-selected-list-search-input{padding:5px 8px 4px 0}.rtl .transfer-double-content-left,.rtl .transfer-double-content-middle{float:right}.rtl .ms-choice>span{text-align:right}@media screen and (max-width:480px){.rtl .sw-theme-dots>ul.step-anchor>li>a:before{left:0;margin-left:10px;margin-right:0;right:-14px}.rtl .sw-theme-dots>ul.step-anchor:before{left:auto;margin-left:10px;margin-right:auto;right:19px}.rtl .sw-theme-dots>ul.step-anchor>li{margin-left:auto;margin-right:20px}.rtl .sw-theme-dots>ul.step-anchor>li>a{margin-left:inherit;margin-right:0;text-align:right}.rtl .sw-theme-dots>ul.step-anchor>li>a:after{left:0;margin-left:10px;margin-right:0;right:-36px}}.rtl .iti--allow-dropdown input,.rtl .iti--allow-dropdown input[type=tel],.rtl .iti--allow-dropdown input[type=text],.rtl .iti--separate-dial-code input,.rtl .iti--separate-dial-code input[type=tel],.rtl .iti--separate-dial-code input[type=text]{margin-left:inherit;margin-right:0;padding-left:6px;padding-right:52px}.rtl .richText .richText-toolbar ul li{float:right}.rtl .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close{left:4px;right:inherit}.rtl .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{left:6px;right:inherit}.rtl .ql-editor{text-align:right}.rtl .side-menu__item,.rtl .side-menu__item.active:focus,.rtl .side-menu__item.active:hover,.rtl .side-menu__item:focus,.rtl .side-menu__item:hover{border-radius:60px 0 0 60px}.rtl .cal1 .clndr .clndr-controls .clndr-control-button.rightalign{text-align:left}.rtl .input-group-btn .btn{border-radius:4px 0 0 4px}.rtl.dark-mode blockquote{border-left:inherit;border-right:2px solid hsla(0,0%,100%,.1)}.rtl .dot-label{margin-left:5px;margin-right:inherit}.rtl .tree li i{float:right;margin-left:10px;margin-right:inherit;margin-top:6px}.rtl .tree ul{margin-left:inherit;margin-right:1em}.rtl .tree ul:before{border-left:inherit;border-right:1px dotted #9eabc0}.rtl .tree ul li:before,.rtl .tree ul:before{left:inherit;right:-10px}.rtl #fullscreenmodal .modal-header .btn-close{margin:-1rem auto -1rem 0}.rtl .list-group .contact-icons{left:inherit;right:70px}.rtl .pull-right{float:left}.rtl .form-select{padding:.5rem .75rem .5rem 1.75rem}.rtl .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.rtl .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-bottom-left-radius:0;border-bottom-right-radius:7px;border-top-left-radius:0;border-top-right-radius:7px}@media(max-width:1279px)and (min-width:992px){.rtl .sw-theme-dots>ul.step-anchor>li>a:after{left:inherit;right:37%}}.rtl table.table-bordered.dataTable td:last-child,.rtl table.table-bordered.dataTable th:last-child{border-left-width:1px}@media(min-width:1088px){.rtl table.table-bordered.dataTable td:last-child,.rtl table.table-bordered.dataTable th:last-child{border-left-width:0}}.rtl table.table-bordered td:last-child,.rtl table.table-bordered th:last-child{border-left-width:1px}.rtl #basic-datatable table.table-bordered.dataTable td:last-child,.rtl #basic-datatable table.table-bordered.dataTable th:last-child{border-left-width:0}.rtl .table-responsive.push table.table-hover td:last-child,.rtl .table-responsive.push table.table-hover th:last-child{border-left-width:2px}.rtl .app-header{transition:padding-right .3s ease}@media(max-width:380px){.rtl .cal1 .clndr .clndr-controls .month{padding-left:0;padding-right:7px}}.rtl .tag-avatar{border-radius:3px 3px 0 0;margin:0 -.5rem 0 .5rem}.rtl .tags>.tag:not(:last-child){margin-left:.5rem;margin-right:inherit}.rtl .ql-toolbar.ql-snow .ql-formats{margin-left:25px;margin-right:inherit}.rtl .dt-button-collection .dropdown-menu{right:auto}.rtl .buttons-excel.buttons-html5,.rtl .buttons-pdf.buttons-html5{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rtl .ql-snow .ql-tooltip{margin-left:inherit;margin-right:20rem}@media(min-width:768px){.rtl.closed-leftmenu.sidebar-mini.sidenav-toggled .app-content{margin-left:inherit;margin-right:0!important}.rtl.closed-leftmenu.sidebar-mini.sidenav-toggled .app-header{padding-left:inherit;padding-right:0!important}}@media(min-width:992px){.rtl.hover-submenu.sidebar-mini.sidenav-toggled footer.footer{padding:1.25rem 120px 1.25rem 1.25rem}.rtl.hover-submenu .sub-angle2{margin-left:4px;margin-right:inherit}.rtl.hover-submenu .sub-angle{margin-left:15px;margin-right:inherit}.rtl.hover-submenu.sidebar-mini.sidenav-toggled .app-header.header{padding-left:inherit;padding-right:130px}.rtl.hover-submenu.sidebar-mini.sidenav-toggled .side-badge,.rtl.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{left:42px;right:inherit}.rtl.hover-submenu.sidebar-mini.sidenav-toggled .app-content{margin-left:inherit;margin-right:120px}.rtl.hover-submenu.sidebar-mini.sidenav-toggled .side-badge{left:32px;right:inherit}.rtl.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu{border-radius:5px 0 0 5px;padding-left:inherit;padding-right:15px}.rtl.hover-submenu.sidebar-mini.sidenav-toggled .side-menu__icon,.rtl.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon{margin-left:0!important;margin-right:inherit}.rtl.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu{left:inherit;right:94px}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled footer.footer{padding:1.25rem 120px 1.25rem 1.25rem}.rtl.hover-submenu1 .sub-angle2{margin-left:4px;margin-right:inherit}.rtl.hover-submenu1 .sub-angle{margin-left:15px;margin-right:inherit}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .app-header.header{padding-left:inherit;padding-right:100px}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .side-badge,.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{left:42px;right:inherit}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .app-content{margin-left:inherit;margin-right:80px}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .side-badge{left:20px;right:inherit}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu{border-radius:5px 0 0 5px}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .slide-item,.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .sub-side-menu__item{padding-left:inherit;padding-right:17px}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled .side-menu__icon,.rtl.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon{margin-left:0!important;margin-right:inherit}.rtl.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu{left:inherit;right:54px}}.rtl .demo_changer{left:-270px;right:auto!important;transition:all .3s ease}.rtl .demo_changer.active{left:0;right:auto!important;transition:all .3s ease}.rtl .demo_changer .form_holder{border-left:inherit;border-right:1px solid #e9edf4;float:left}.rtl .demo_changer h4{text-align:right}.rtl .onoffswitch2-label:before{left:13px;right:inherit}.rtl .onoffswitch2-checkbox:checked+.onoffswitch2-label:before{left:0;right:inherit}.rtl.transparent-mode .demo_changer .form_holder{border-left:0 solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.rtl.dark-mode .demo_changer .form_holder{border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.rtl .demo_changer .demo-icon{border-radius:0 5px 5px 0!important;float:right}.rtl .ps__rail-y{left:0;right:auto!important}.rtl .ps__thumb-y{left:0!important;right:auto}.rtl .tag-addon{margin:0 .5rem 0 -.5rem}.rtl .page-item:not(:first-child) .page-link{margin-left:-1px;margin-right:inherit}.rtl .tab_wrapper.right_side>ul li{border-left:0;text-align:left}.rtl .tab_wrapper.right_side>ul{float:left}.rtl #tp3{border-bottom-left-radius:0;border-top-left-radius:0}.rtl .custom-layout{left:50px;right:inherit}.rtl .apexcharts-tooltip-text-value,.rtl .apexcharts-tooltip-text-z-value{margin-left:inherit;margin-right:5px}.rtl .apexcharts-tooltip-marker{margin-left:10px;margin-right:inherit}.rtl .apexcharts-tooltip-series-group{justify-content:right;text-align:right}.rtl .fa-angle-left:before{content:""}.rtl .fa-angle-double-left:before{content:""}.rtl .fa-angle-double-right:before{content:""}.rtl .product-label{float:left}.rtl .list-icon:before{left:0;right:10px}.rtl .owl-carousel .owl-item{float:right}.rtl .owl-carousel.owl-rtl{direction:ltr}.rtl .owl-carousel.owl-rtl .owl-item{float:left}.rtl .owl-carousel .owl-video-play-icon{left:inherit;margin-left:inherit;margin-right:-40px;right:50%}.rtl .owl-nav .owl-prev{left:-1.5em;right:-25px}.rtl .owl-nav .owl-next{left:-25px;right:inherit}.rtl .file-image-1 .icons{left:7px;right:inherit;text-align:left}.rtl .file-image .icons{left:22px;right:inherit;text-align:left}.app-sidebar .mCSB_draggerContainer{right:-11px!important}@media(min-width:992px){.app.sidenav-toggled .app-content{margin-left:0}.app.sidenav-toggled .app-sidebar{left:230px}.app.sidenav-toggled .app-sidebar__overlay{visibility:hidden}.app-sidebar{padding-top:55px}.side-header{background:#fff;left:0;position:fixed;right:0;top:0;width:270px;z-index:99}.app.sidebar-mini.sidenav-toggled .side-header{width:80px!important}.sidebar-mini footer.footer{padding:1.25rem 1.25rem 1.25rem 270px}.sidebar-mini.sidenav-toggled footer.footer{padding:1.25rem 1.25rem 1.25rem 80px}}@media(max-width:991px){.app{overflow-x:hidden}.app .app-sidebar{left:-270px}.app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon{margin-right:8px}.app.sidebar-mini.sidenav-toggled .side-menu h3{display:block!important}.app .app-sidebar__overlay{visibility:hidden}.app.sidenav-toggled .app-content{margin-left:0}.app.sidenav-toggled .app-sidebar{left:0}.app.sidenav-toggled .app-sidebar__overlay{visibility:visible}.app.sidebar-mini.sidebar-gone.sidenav-toggled .app-sidebar{left:0}.app .app-header .header-brand1{left:0;position:absolute;right:0;width:inherit}}.app-content{margin-bottom:0!important;margin-top:74px;overflow:hidden;transition:margin-left .2s ease}.app-content .side-app{padding:0 30px}.footer .container{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-right:.75rem;width:100%}@media(min-width:992px){.app-content{margin-left:270px}}@media(max-width:991px){.app-content{min-width:100%}}@media print{.app-content{background-color:#fff;margin:0;padding:0}}.light-text{font-weight:300!important}.semibold-text{font-weight:600!important}.line-head{border-bottom:1px solid #ddd;padding-bottom:10px}.app-header{background:#fff;border-bottom:1px solid #eaedf1;display:flex;left:0;position:fixed;right:0;top:0;transition:padding-left .3s ease;width:100%;z-index:999!important}@media(min-width:992px){.app-header{padding-left:285px;padding-right:10px;z-index:9!important}}@media print{.app-header{display:none}}.app-header__logo{color:#fff;flex:1 0 auto;font-family:Niconne;font-size:26px;font-weight:400;line-height:50px;padding:0 15px;text-align:center}.app-header__logo:focus,.app-header__logo:hover{text-decoration:none}@media(min-width:992px){.app-header__logo{display:block;flex:0 0 auto;width:230px}}.app-sidebar__toggle{background:#fff;border-radius:50%;box-shadow:0 2px 3px rgba(4,4,7,.1);color:#495584;font-size:1.5rem;height:2.5rem;line-height:1;padding:9px;position:relative;text-align:center;transition:padding-left .3s ease;z-index:1}.app-sidebar__toggle:hover{color:#1f1e1e}.app-sidebar__toggle:before{content:"";font-family:feather;font-size:21px;transition:all .25s}.app-sidebar__toggle:focus,.app-sidebar__toggle:hover{text-decoration:none}@media(max-width:991px){.app-sidebar__toggle{order:-1}}.app-nav{display:flex;justify-content:flex-end;margin-bottom:0}@media(min-width:992px){.app-nav{flex:1 0 auto}}.app-nav__item{color:#a8a8a8;display:block;line-height:20px;padding:15px;transition:background-color .3s ease}.app-nav__item:focus,.app-nav__item:hover{background:rgba(0,0,0,.1);color:#f6f6f6}.app-search{align-self:center;display:flex;margin-right:15px;padding:10px 0;position:relative}@media(max-width:480px){.app-search{display:none}}.app-search__input{background-color:hsla(0,0%,100%,.8);border:0;border-radius:2px;padding:5px 30px 5px 10px;transition:background-color .3s ease}.app-search__input::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.app-search__input:-ms-input-placeholder,.app-search__input::-ms-input-placeholder,.app-search__input::-webkit-input-placeholder,.app-search__input::placeholder{color:rgba(0,0,0,.4)}.app-search__button{background:none;border:0;bottom:10px;color:rgba(0,0,0,.8);cursor:pointer;padding:0 10px;position:absolute;right:0;top:10px}.app-notification{min-width:270px}.app-notification__title{background-color:rgba(0,150,136,.4);color:#333;padding:8px 20px;text-align:center}.app-notification__footer{background-color:#eee;padding:8px 20px;text-align:center}.app-notification__content{max-height:220px;overflow-y:auto}.app-notification__content::-webkit-scrollbar{width:6px}.app-notification__content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.app-notification__item{border-bottom:1px solid #ddd;color:inherit;display:flex;padding:8px 20px;transition:background-color .3s ease}.app-notification__item:focus,.app-notification__item:hover{background-color:#e0e0e0;color:inherit;text-decoration:none}.app-notification__message,.app-notification__meta{margin-bottom:0}.app-notification__icon{padding-right:10px}.app-notification__message{line-height:1.2}.app-sidebar{background:#fff;border-right:1px solid #eaedf1;bottom:0;box-shadow:0 8px 24px hsla(270,4%,90%,.4);color:#8a98ac;left:0;position:fixed;top:0;transition:left .2s ease,width .2s ease;z-index:99}.app-sidebar::-webkit-scrollbar{width:6px}.app-sidebar::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}@media print{.app-sidebar{display:none}}@media(max-width:991px){.app-sidebar__overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9}}.app-sidebar__user{align-items:center;color:#a8a8a8;display:flex;display:inline-block;padding:15px 0;width:100%}.app-sidebar__user .dropdown-menu{top:10px!important}.app-sidebar__user img{border:1px solid hsla(0,0%,100%,.2);box-shadow:0 0 25px hsla(0,0%,100%,.1);box-shadow:0 5px 5px 0 rgba(44,44,44,.2);padding:2px}.app-sidebar__user-avatar{flex:0 0 auto;margin-right:15px}.app-sidebar__user-name{color:#e5e9ec;font-size:17px;font-size:15px;font-weight:600;line-height:1.3;margin-bottom:0;margin-top:5px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar__user-name.text-sm{font-size:12px;font-weight:400}.app-sidebar__user-designation{color:#e5e9ec;font-size:15px;font-weight:600;margin-bottom:0;margin-top:5px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-menu{margin-bottom:0;padding:0 15px 0 0}.side-menu__item{align-items:center;border-radius:0 60px 60px 0;color:#495584;display:flex;font-size:14px;font-weight:400;margin:2px 0;padding:10px 30px;position:relative;transition:border-left-color .3s ease,background-color .3s ease}.side-menu__item.active{background:linear-gradient(to bottom right,#6259ca 0,var(--primary06) 100%);background:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)}.side-menu__item.active,.side-menu__item.active:focus,.side-menu__item.active:hover{border-radius:0 60px 60px 0;box-shadow:0 7px 12px 0 rgba(95,118,232,.21);text-decoration:none}.side-menu__item.active:focus,.side-menu__item.active:hover{background:linear-gradient(to bottom right,#6259ca 0,var(--primary06) 100%)!important;background:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)!important;color:#fff}.side-menu__item:focus,.side-menu__item:hover{background:#f9fbfd!important;border-radius:0 60px 60px 0;color:#6259ca;color:var(--primary-bg-color);text-decoration:none}.side-menu__item:focus .side-menu__icon,.side-menu__item:focus .side-menu__label,.side-menu__item:hover .side-menu__icon,.side-menu__item:hover .side-menu__label{color:#6259ca!important;color:var(--primary-bg-color)!important}@media(min-width:992px){.app.sidebar-mini.sidenav-toggled .side-menu__label{display:none!important}}.slide-item.active,.slide-item:focus,.slide-item:hover{color:#b5c1d2}.slide-menu a.active{color:#6259ca;color:var(--primary-bg-color)}.slide-item.active,.slide-item:focus,.slide-item:hover{color:#6259ca!important;color:var(--primary-bg-color)!important;text-decoration:none}.slide-menu li{position:relative}.slide-menu li .slide-item:before{color:#68798b;content:"";font-family:typicons;font-size:11px;font-style:normal;font-weight:400;margin-right:8px;text-decoration:inherit;top:1px}.slide.is-expanded a{text-decoration:none}.side-menu .side-menu__icon{color:#495584;font-size:18px;margin-right:5px;position:relative;text-align:center;top:-1px;vertical-align:middle}.side-menu__label{flex:1 1 auto;line-height:inherit;position:relative;top:1px;white-space:nowrap}.slide.is-expanded .slide-menu{display:block}.slide.is-expanded .angle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.slide-menu{display:none;font-size:.8rem!important;margin-left:26px;padding:5px 30px 5px 20px}.slide-item{align-items:center;color:#76839a;display:flex;font-size:13px;padding:8px}.slide-item .icon{margin-right:5px}.angle{margin-right:2px;-webkit-transform-origin:center;transform-origin:center;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}@media(min-width:992px){.sidebar-mini.sidenav-toggled .angle,.sidebar-mini.sidenav-toggled .app-sidebar__user-designation,.sidebar-mini.sidenav-toggled .app-sidebar__user-name,.sidebar-mini.sidenav-toggled .user-info,.sidebar-mini.sidenav-toggled .user-notification{display:none}.sidebar-mini.sidenav-toggled .side-menu__item .side-menu__icon{margin-right:0}.sidebar-mini.sidenav-toggled .app-header.header{padding-left:100px}.sidebar-mini.sidenav-toggled .side-menu{padding:0 0 40px}.sidebar-mini.sidenav-toggled .side-menu__item.active .side-menu__icon{color:#fff!important}.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon{background:none!important;box-shadow:none}.sidebar-mini.sidenav-toggled .side-menu__item.active .side-menu__icon{fill:#fff;color:#fff}.sidebar-mini.sidenav-toggled .side-badge,.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{right:20px;top:2px}.sidebar-mini.sidenav-toggled .sidebar-mini.sidenav-toggled.user-notification:before{background:transparent;display:none}.sidebar-mini.sidenav-toggled .app-sidebar__user-name{font-size:1rem;height:3rem;line-height:3rem;margin-bottom:0!important;width:3rem}.sidebar-mini.sidenav-toggled .app-sidebar__user,.sidebar-mini.sidenav-toggled .side-menu{margin-top:30px}.sidebar-mini.sidenav-toggled .app-sidebar__user-avatar{height:25px;width:25px}.sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before{display:none}.sidebar-mini.sidenav-toggled .app-sidebar__user{border-bottom:1px solid hsla(0,0%,88%,.05);margin-bottom:0;padding:12px 0}.sidebar-mini.sidenav-toggled .profile-img{right:19px;top:0}.sidebar-mini.sidenav-toggled .app-content{margin-left:80px}.sidebar-mini.sidenav-toggled .app-sidebar{left:0;overflow:hidden;width:80px}.sidebar-mini.sidenav-toggled .app-sidebar:hover{overflow:visible}.sidebar-mini.sidenav-toggled .side-menu__item{overflow:hidden}.sidebar-mini.sidenav-toggled .slide-menu{border-bottom-right-radius:4px;opacity:0;position:absolute;transition:visibility .3s ease;visibility:hidden;z-index:9}.app.sidebar-mini.sidenav-toggled .side-menu__item{border-radius:0}.sidebar-mini.sidenav-toggled .app-sidebar__user .avatar-md{margin:0 auto}.app.sidebar-mini.sidenav-toggled .nav-badge{font-size:11px;padding:.2rem .4rem;position:absolute;right:28px;top:8px}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar{width:270px}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header{display:flex!important;width:270px!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .light-logo,.sidebar-mini.sidenav-toggled.sidenav-toggled-open .light-logo1,.sidebar-mini.sidenav-toggled.sidenav-toggled-open .mobile-light{display:none!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header .header-brand-img.light-logo1{display:block!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item{align-items:center;border-radius:0 60px 60px 0;display:flex;padding:10px 30px}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu h3{display:block!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon{font-size:18px;margin-right:8px!important;position:relative;text-align:center;top:-1px;vertical-align:middle}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__label{display:block!important;flex:1 1 auto;line-height:inherit;position:relative;top:1px;white-space:nowrap}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide-menu{display:none;min-width:0;opacity:inherit;position:static;top:inherit;visibility:inherit;width:100%}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide.is-expanded .slide-menu{display:block!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{margin-top:24px!important;padding:0 15px 0 0!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .angle{display:block}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge{top:10px}}.app.sidebar-mini .side-menu_label{display:none}.dropdown-menu{border-radius:0}.dropdown-menu.dropdown-menu-right{left:auto}.dropdown-item .fa,.dropdown-item .icon{vertical-align:middle}.app-title{align-items:center;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.1);display:flex;flex-direction:row;justify-content:space-between;margin:-30px -30px 30px;padding:20px 30px}.app-title h1{font-size:24px;font-weight:400;margin:0}.app-title p{font-style:italic;margin-bottom:0}@media print{.app-title{display:none}}@media(max-width:480px){.app-title{align-items:flex-start;flex-direction:column;margin:-15px -15px 15px;padding:20px}.app-title p{display:none}}.app-breadcrumb{background-color:transparent;font-size:13px;font-weight:500;margin-bottom:0;padding:0;text-align:right;text-align:left;text-transform:capitalize}@media(max-width:480px){.app-breadcrumb{margin-top:10px}}.tile{background:#fff;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);margin-bottom:30px;padding:20px;position:relative;transition:all .3s ease-in-out}@media print{.tile{border:1px solid #ddd}}.sidenav-toggled .app-sidebar__user .avatar-md{font-size:1rem;line-height:2rem}.app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:rgba(0,0,0,.05)}.app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.app-sidebar .mCSB_scrollTools .mCSB_draggerRail{background:hsla(0,0%,100%,.2)}.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge{display:block!important;left:57px;padding:3px 5px!important;position:absolute;top:5px}.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1{display:none}.nav-badge{border-radius:30px;font-size:12px;padding:.4em .6em}.user-info .text-dark{color:#25252a!important;font-size:16px;font-weight:400}.user-info .text-muted{color:#76839a!important}.side-header .header-brand1{margin:0 auto!important;text-align:center}.side-header .header-brand-img.desktop-logo,.side-header .header-brand-img.toggle-logo,.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo{display:none}.side-header .header-brand-img.light-logo1{display:block!important}.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo{display:none;margin-right:0}.sidebar-mini.sidenav-toggled .sidebar-navs{display:none}.side-header{border-bottom:1px solid #eaedf1;border-right:1px solid #eaedf1;display:flex;height:75px;padding:19px 17px;transition:left .2s ease,width .2s ease}.sidebar-mini.sidenav-toggled .app-sidebar__toggle{display:block;padding-left:10px}.sidebar-mini.sidenav-toggled .mobile-header .app-sidebar__toggle{margin:5px 0 0}.user-pic{margin-bottom:.8rem}.sidebar-navs a{background:hsla(0,0%,100%,.1);border:1px solid #eaedf1!important;border-radius:5px;color:#68798b!important;padding:.8rem!important}.app-sidebar .sidebar-navs{border-bottom:1px solid #eaedf1;padding:0 10px 10px}.sidebar-navs .nav li:last-child a{margin-right:0!important}.side-menu h3{color:#76839a;font-size:11px;font-weight:500;letter-spacing:.5px;margin-bottom:.5rem;margin-top:1.5rem!important;opacity:.7;padding:5px 30px;text-transform:uppercase}.side-menu li:not(:first-child) h3{margin-top:0}.sidebar-mini.sidenav-toggled .side-menu h3{display:none!important}.sidebar-mini .app-header .light-logo1{display:block!important}@media(min-width:992px){.sidenav-toggled .header-brand-img.light-logo{display:block;margin-right:0}.app.sidebar-mini.sidenav-toggled .side-menu__item{padding:13px 30px}}.side-badge,.slide-menu open.slide-menu hide .side-badge{border-radius:50px;position:absolute;right:24px;top:10px}.side-menu__item.active .side-menu__label{color:#fff!important}.sub-side-menu__item{color:#495584;display:flex;padding:8px}.sub-side-menu__item .sub-side-menu__label{flex:1 1 auto}.slide-menu a:before{content:"";font-family:typicons!important;font-size:11px;margin-right:10px;opacity:.6;position:relative;top:2px}.sub-slide.is-expanded .sub-angle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sub-angle{float:right;line-height:40px;margin-top:3px;-webkit-transform-origin:center;transform-origin:center;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.sub-slide.is-expanded .sub-slide-menu{display:block}.sub-slide-menu{display:none;font-size:13px!important;list-style:none;padding:0 15px 15px 0}.sub-slide-item{list-style:none;padding:8px 0 8px 24px!important;position:relative}.sub-side-menu__item2,.sub-slide-item{align-items:center;color:#495584;display:flex}.sub-side-menu__item2{font-size:13.5px;padding:8px 2px 8px 24px}.sub-slide2 .sub-side-menu__label2{flex:1 1 auto}.sub-angle2{float:right;line-height:40px;margin-right:-9px;margin-top:-2px;-webkit-transform-origin:center;transform-origin:center;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.sub-slide2.is-expanded .sub-angle2{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sub-slide2.is-expanded .sub-slide-menu2{display:block}.sub-slide-menu2{display:none;font-size:.8rem!important;list-style:none;padding:0}.sub-slide-item2{align-items:center;color:#495584;display:flex;list-style:none;padding:8px 0 8px 40px!important;position:relative}@media(max-width:991px){.header-brand1 .desktop-logo{margin:6px auto 0}}.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo{display:block!important}.app.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1,.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important}.app.sidebar-mini.dark-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.side-menu__item.active .side-menu__icon{color:#fff}.side-menu__item.active:hover .side-menu__icon{color:#fff!important}.side-menu__item.active .side-badge{background:rgba(0,0,0,.2)!important}.sidebar-mini .app-sidebar{width:270px}@media(min-width:992px){.icontext-menu.app.sidebar-mini.sidenav-toggled .side-header{width:120px!important}.icontext-menu.sidebar-mini.sidenav-toggled footer.footer{padding:1.25rem 1.25rem 1.25rem 120px}.icontext-menu.sidebar-mini.sidenav-toggled .app-header.header{padding-left:130px}.icontext-menu.sidebar-mini.sidenav-toggled .side-badge,.icontext-menu.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{right:42px}.icontext-menu.sidebar-mini.sidenav-toggled .app-content{margin-left:120px}.icontext-menu.sidebar-mini.sidenav-toggled .app-sidebar{width:120px}.icontext-menu.sidebar-mini.sidenav-toggled .side-badge{right:28px}.icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled.sidenav-toggled-open .side-menu__label{font-size:inherit!important}}.icontext-menu .side-badge,.icontext-menu .slide-menu open.slide-menu hide .side-badge{top:18px}@media(min-width:992px){.icontext-menu.app.sidebar-mini.sidenav-toggled .side-menu__item{display:block;padding:12px 5px;text-align:center}.icontext-menu.app.sidebar-mini.sidenav-toggled .side-menu__label{display:block!important;font-size:12px;margin-top:0;padding-top:0}.icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item{display:flex;padding:10px 30px;text-align:inherit}.icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar{width:270px}.icontext-menu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header{width:270px!important}.closed-leftmenu.sidebar-mini.sidenav-toggled .app-sidebar{display:none!important}.closed-leftmenu.sidebar-mini.sidenav-toggled .app-content{margin-left:0!important}.closed-leftmenu.sidebar-mini.sidenav-toggled .app-header{padding-left:0!important}.hover-submenu.app.sidebar-mini.sidenav-toggled .side-header{width:120px!important}.hover-submenu.sidebar-mini.sidenav-toggled footer.footer{padding:1.25rem 1.25rem 1.25rem 120px}.hover-submenu .sub-angle2{margin-right:4px}.hover-submenu .sub-angle{margin-right:15px}.hover-submenu.sidebar-mini.sidenav-toggled .app-header.header{padding-left:130px}.hover-submenu.sidebar-mini.sidenav-toggled .side-badge,.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{right:42px}.hover-submenu.sidebar-mini.sidenav-toggled .app-content{margin-left:120px}.hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar{position:absolute!important;width:120px}.hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar .slide{position:relative}.hover-submenu.sidebar-mini.sidenav-toggled .app-sidebar:hover{overflow:visible!important}.hover-submenu.sidebar-mini.sidenav-toggled .side-badge{right:32px}.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu{background-color:#fff;border-radius:0 5px 5px 0;height:auto!important;margin-bottom:0!important;margin-top:0!important;max-height:inherit!important;overflow:hidden!important;padding:10px 0 10px 15px;padding-bottom:8px!important;padding-top:10px!important}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__label{font-size:12!important}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu h3{display:none!important}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .angle{display:none}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{margin-top:30px!important;padding:0 0 40px!important}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item{border-radius:0}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon{margin-right:0!important}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge{top:2px}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide:hover .slide-menu{display:block!important;height:auto!important;visibility:visible}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu{height:auto!important;left:94px;min-width:180px;opacity:1;position:absolute;top:0;visibility:hidden;z-index:9999}.hover-submenu .ps--active-x>.ps__rail-x,.hover-submenu .ps--active-y>.ps__rail-y{display:none}}.hover-submenu .side-badge,.hover-submenu .slide-menu open.slide-menu hide .side-badge{top:18px}.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo{display:block!important}.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}@media(min-width:992px){.hover-submenu.app.sidebar-mini.sidenav-toggled .side-menu__item{display:block;padding:12px 5px;text-align:center}.hover-submenu.app.sidebar-mini.sidenav-toggled .side-menu__label{display:block!important;font-size:12px;margin-top:0;padding-top:0}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar{width:120px}.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header{width:120px!important}.hover-submenu1.app.sidebar-mini.sidenav-toggled .side-header{width:80px!important}.hover-submenu1.sidebar-mini.sidenav-toggled footer.footer{padding:1.25rem 1.25rem 1.25rem 120px}.hover-submenu1 .sub-angle2{margin-right:4px}.hover-submenu1 .sub-angle{margin-right:15px}.hover-submenu1.sidebar-mini.sidenav-toggled .app-header.header{padding-left:100px}.hover-submenu1.sidebar-mini.sidenav-toggled .side-badge,.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge{right:42px}.hover-submenu1.sidebar-mini.sidenav-toggled .app-content{margin-left:80px}.hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar{position:absolute!important;width:80px}.hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar .slide{position:relative}.hover-submenu1.sidebar-mini.sidenav-toggled .app-sidebar:hover{overflow:visible!important}.hover-submenu1.sidebar-mini.sidenav-toggled .side-badge{right:20px}.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu{background-color:#fff;border-radius:0 5px 5px 0;height:auto!important;margin-bottom:0!important;margin-top:0!important;max-height:inherit!important;overflow:hidden!important;padding:5px 0;padding-bottom:8px!important;padding-top:0!important}.hover-submenu1.sidebar-mini.sidenav-toggled .slide-item,.hover-submenu1.sidebar-mini.sidenav-toggled .sub-side-menu__item{padding-left:17px}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__label{font-size:12!important}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu h3{display:none!important}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .angle{display:none}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{margin-top:30px!important;padding:0 0 40px!important}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item{border-radius:0}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__icon{margin-right:0!important}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge{top:2px}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide:hover .slide-menu{display:block!important;height:auto!important;visibility:visible}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .slide .slide-menu{height:auto!important;left:54px;min-width:180px;opacity:1;position:absolute;top:0;visibility:hidden;z-index:9999}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1{border-bottom:1px solid #e9edf4;color:#6259ca;color:var(--primary-bg-color);display:block;font-size:15px;font-weight:500;margin-bottom:6px;padding:10px 15px!important}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a{color:#6259ca;color:var(--primary-bg-color)}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a:before{content:""}.hover-submenu1 .ps--active-x>.ps__rail-x,.hover-submenu1 .ps--active-y>.ps__rail-y{display:none}}.hover-submenu1 .side-badge,.hover-submenu1 .slide-menu open.slide-menu hide .side-badge{top:18px}.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo{display:block!important}.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}@media(min-width:992px){.hover-submenu1.app.sidebar-mini.sidenav-toggled .side-menu__item{display:block;padding:12px 5px;text-align:center}.hover-submenu1.app.sidebar-mini.sidenav-toggled .side-menu__label{display:none!important;font-size:12px;margin-top:0;padding-top:0}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar{width:80px}.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header{width:80px!important}}@media(max-width:991px){.main-sidemenu.container{padding-left:0;padding-right:0}.side-menu{padding:60px 15px 0 0!important}.scrollable-layout .responsive-navbar.navbar .navbar-collapse{position:absolute}.scrollable-layout .responsive-navbar{position:inherit}}.horizontalMenucontainer .responsive-navbar.navbar .navbar-collapse{margin-top:0;top:73px}body:not(.horizontal) .side-menu{margin-inline:0!important}.side-menu-label1{display:none}.horizontal.scrollable-layout .app-sidebar{top:1px}.ui-datepicker{background-color:#fff;border:1px solid #e9ebfa;border-radius:5px;box-shadow:0 16px 18px rgba(6,10,48,.1);display:none;font-family:inherit;font-size:inherit;margin:1px 0 0;padding:10px;width:auto!important;z-index:5!important}.ui-datepicker .ui-datepicker-header{align-items:center;background-color:transparent;border:0;border-top-left-radius:3px;border-top-right-radius:3px;color:#473b52;display:flex;font-size:12px;font-weight:500;justify-content:space-between;letter-spacing:1px;padding:0 0 5px;position:relative;text-transform:uppercase}.ui-datepicker .ui-datepicker-header .ui-datepicker-next,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{color:#6c757d;text-indent:-99999px;top:1px}.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{font-family:FontAwesome;font-size:16px;position:absolute;text-indent:0;top:-4px}.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:before{color:#343a40}.ui-datepicker .ui-datepicker-header .ui-datepicker-next{order:3}.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{content:"";right:5px}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{content:"";left:5px}.ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover{background-color:transparent;border:0;color:#495057;cursor:pointer;top:1px}.ui-datepicker .ui-datepicker-calendar{background-color:transparent;border-bottom-left-radius:3px;border-bottom-right-radius:3px;margin:0}.ui-datepicker .ui-datepicker-calendar th{color:#a3a7b7;font-size:10px;font-weight:500;letter-spacing:1px;padding:6px 10px;text-transform:uppercase}.ui-datepicker .ui-datepicker-calendar td{background-color:#eceef9;border:1px solid #eceef9;padding:0;text-align:right}.ui-datepicker .ui-datepicker-calendar td:last-child{border-right:0}.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default{color:#ccc}.ui-datepicker .ui-datepicker-calendar td a,.ui-datepicker .ui-datepicker-calendar td span{background-color:#fff;border:0;border-radius:1px;color:#473b52;display:block;font-size:12px;font-weight:400;padding:6px 10px;transition:all .2s ease-in-out}.ui-datepicker .ui-datepicker-calendar td a:hover{background-color:#f0f2f7;color:#473b52}.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a{background-color:#f8f9fa;color:#473b52}@media(max-width:320px){.ui-datepicker .ui-datepicker-calendar th{letter-spacing:normal;padding:4px 0}}.ui-datepicker-multi .ui-datepicker-group{float:left;padding-right:15px;width:auto}.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title{margin:auto}.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev:before{left:10px}.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next:before{right:10px}.ui-datepicker-multi .ui-datepicker-group table{margin:0}.ui-datepicker-multi .ui-datepicker-group-last{padding-right:0}.ui-datepicker-inline{border-radius:12px;max-width:270px}.jvectormap-container{height:100%;overflow:hidden;position:relative;touch-action:none;width:100%}.jvectormap-tip{background:#212529;border-radius:3px;color:#fff;display:none;font-size:11px;font-weight:700;line-height:1;padding:6px;position:absolute}.jvectormap-tip small{font-size:inherit;font-weight:400}.jvectormap-goback,.jvectormap-zoomin,.jvectormap-zoomout{background:#292929;border-radius:3px;box-sizing:initial;color:#fff;cursor:pointer;left:10px;line-height:10px;padding:3px;position:absolute;text-align:center}.jvectormap-zoomin,.jvectormap-zoomout{height:10px;width:10px}.jvectormap-zoomin{top:10px}.jvectormap-zoomout{top:30px}.jvectormap-goback{bottom:10px;padding:6px;z-index:1000}.jvectormap-spinner{background:50% no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);bottom:0;left:0;position:absolute;right:0;top:0}.jvectormap-legend-title{font-size:14px;font-weight:700;text-align:center}.jvectormap-legend-cnt{position:absolute}.jvectormap-legend-cnt-h{bottom:0;right:0}.jvectormap-legend-cnt-v{right:0;top:0}.jvectormap-legend{background:#000;border-radius:3px;color:#fff}.jvectormap-legend-cnt-h .jvectormap-legend{float:left;margin:0 10px 10px 0;padding:3px 3px 1px}.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick{float:left}.jvectormap-legend-cnt-v .jvectormap-legend{margin:10px 10px 0 0;padding:3px}.jvectormap-legend-cnt-h .jvectormap-legend-tick{width:40px}.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample{height:15px}.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample{display:inline-block;height:20px;vertical-align:middle;width:20px}.jvectormap-legend-tick-text{font-size:12px}.jvectormap-legend-cnt-h .jvectormap-legend-tick-text{text-align:center}.jvectormap-legend-cnt-v .jvectormap-legend-tick-text{display:inline-block;line-height:20px;padding-left:3px;vertical-align:middle}.select2-container--default .select2-selection--single{background-color:#f6f7fc;border:1px solid #eaedf1!important}.select2-container--default.select2-container--focus .select2-selection--multiple{background-color:#fff;border:1px solid #9ca3b1;box-shadow:none;outline:0}.select2-container--default .select2-selection--multiple{background-color:#f6f7fc;border:1px solid #eaedf1!important;cursor:text}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #eaedf1!important}.select2-container--default .select2-selection--multiple .select2-selection__choice,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff!important}.select2-container--default .select2-results>.select2-results__options{box-shadow:0 16px 18px rgba(6,10,48,.1)}.select2-container .select2-selection--single{height:2.375rem!important}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:37px!important}.select2-container--default .select2-selection--single .select2-selection__arrow{height:2.375rem!important}.ms-drop,.select2-dropdown{z-index:6!important}.selectgroup{display:inline-flex}.selectgroup-item{flex-grow:1;position:relative}.selectgroup-item+.selectgroup-item{margin-left:-1px}.selectgroup-item:not(:first-child) .selectgroup-button{border-bottom-left-radius:0;border-top-left-radius:0}.selectgroup-item:not(:last-child) .selectgroup-button{border-bottom-right-radius:0;border-top-right-radius:0}.selectgroup-input{left:0;opacity:0;position:absolute;top:0;z-index:-1}.selectgroup-button{border:1px solid #d8dde4;border-radius:5px;color:#9aa0ac;cursor:pointer;display:block;font-size:.875rem;line-height:1.5rem;min-width:2.375rem;padding:.375rem 1rem;position:relative;text-align:center;-webkit-user-select:none;user-select:none}.selectgroup-button-icon{font-size:1rem;padding-left:.5rem;padding-right:.5rem}.selectgroup-input:checked+.selectgroup-button{background:#f1f1f9}.selectgroup-input:focus+.selectgroup-button{box-shadow:0 0 0 2px rgba(98,58,162,.25)}.selectgroup-pills{align-items:flex-start;flex-wrap:wrap}.selectgroup-pills .selectgroup-item{flex-grow:0;margin-right:.5rem}.selectgroup-pills .selectgroup-button{border-radius:5px!important}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0!important;box-shadow:inset 0 0 12px 4px #fff;visibility:visible!important}.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown-header{background:#f8f8f8;border-bottom:1px solid #d0d0d0;border-radius:3px 3px 0 0;padding:5px 8px;position:relative}.selectize-dropdown-header-close{color:#495057;font-size:20px!important;line-height:20px;margin-top:-12px;opacity:.4;position:absolute;right:8px;top:50%}.selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0;box-sizing:border-box;float:left}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0}.selectize-control{border:0;padding:0;position:relative}.selectize-control.plugin-remove_button [data-value]{padding-right:24px!important;position:relative}.selectize-control.plugin-remove_button [data-value] .remove{border-left:1px solid #d0d0d0;border-radius:0 2px 2px 0;bottom:0;box-sizing:border-box;color:inherit;display:inline-block;font-size:12px;font-weight:700;padding:2px 0 0;position:absolute;right:0;text-align:center;text-decoration:none;top:0;vertical-align:middle;width:17px;z-index:1}.selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:none}.selectize-control.plugin-remove_button .remove-single{font-size:23px;position:absolute;right:28px;top:6px}.selectize-dropdown,.selectize-input{-webkit-font-smoothing:inherit;color:#495057;font-family:inherit;font-size:15px;line-height:18px}.selectize-input{background:#fff;cursor:text}.selectize-input input{-webkit-font-smoothing:inherit;color:#495057;font-family:inherit;font-size:15px;line-height:18px}.selectize-control.single .selectize-input.input-active{background:#fff;display:inline-block}.selectize-input{border:1px solid #eaedf1;border-radius:3px;box-sizing:border-box;display:inline-block;display:block;overflow:hidden;padding:.5625rem .75rem;position:relative;transition:border-color .3s,box-shadow .3s;width:100%;z-index:1}.selectize-control.multi .selectize-input.has-items{padding:7px .75rem 4px 7px}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{border-color:#467fcf;box-shadow:0 0 0 2px rgba(98,58,162,.25)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{zoom:1;display:-moz-inline-stack;display:inline-block;*display:inline;vertical-align:initial}.selectize-control.multi .selectize-input>div{background:#e9ecef;border:0 solid rgba(0,40,100,.12);border-radius:3px;color:#495057;cursor:pointer;font-size:13px;font-weight:400;margin:0 3px 3px 0;padding:2px 6px}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;border:0 solid #cacaca;color:#303030}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{background:#fff;border:0 solid #fff;color:#7d7d7d}.selectize-input>input{background:none!important;border:0!important;box-shadow:none!important;display:inline-block!important;line-height:inherit!important;margin:0 2px 0 0!important;max-height:none!important;max-width:100%!important;min-height:0!important;padding:0!important;text-indent:0!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none!important}.selectize-input:after{clear:left;content:" ";display:block}.selectize-input.dropdown-active:before{background:#f0f0f0;bottom:0;content:" ";display:block;height:1px;left:0;position:absolute;right:0}.selectize-dropdown{background:#fff;border:1px solid #eaedf1;border-radius:0 0 3px 3px;border-top:0;box-sizing:border-box;height:auto;margin:-1px 0 0;padding:0;position:absolute;z-index:10}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden;padding:6px .75rem}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown .optgroup-header{padding:6px .75rem}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0}.selectize-dropdown .optgroup-header{background:#fff;color:#495057;cursor:default}.selectize-dropdown .active{background-color:#f1f4f8;color:#467fcf}.selectize-dropdown .active.create{color:#495057}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{-webkit-overflow-scrolling:touch;max-height:200px;overflow-x:hidden;overflow-y:auto}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 5%27%3E%3Cpath fill=%27#999%27%20d=%27M0%200L10%200L5%205L0%200%27/%3E%3C/svg%3E") no-repeat 50%;background-size:8px 10px;content:"";display:block;height:10px;position:absolute;right:12px;top:13px;transition:transform .3s;width:8px}.selectize-control.single .selectize-input.dropdown-active:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.selectize-control .selectize-input.disabled{background-color:#fafafa;opacity:.5}.selectize-dropdown .image,.selectize-input .image{align-items:center;background-size:contain;display:flex;float:left;height:1.25rem;justify-content:center;line-height:1.25rem;margin:-1px .5rem -1px -4px;width:1.25rem}.selectize-dropdown .image img{border-radius:2px;box-shadow:0 1px 2px 0 rgba(0,0,0,.4);max-width:100%}.selectize-input .image{height:1.5rem;margin:-3px .75rem -3px -5px;width:1.5rem}.selectize-input .image img{border-radius:2px;box-shadow:0 1px 2px 0 rgba(0,0,0,.4);max-width:100%}.logo-container{left:50px;position:absolute;top:20px;z-index:3}.logo-container .logo{width:60px}.logo-container .brand{color:#fff;font-size:18px;line-height:20px;margin-top:10px;width:60px}.section .wizard-card{min-height:inherit}.tim-row{margin-bottom:20px}.tim-white-buttons{background-color:#777}.title{font-weight:500;margin-bottom:25px;margin-top:30px;min-height:32px}.title.text-center{margin-bottom:50px}.tim-typo{margin-bottom:40px;padding-left:25%;position:relative}.tim-typo .tim-note{bottom:10px;color:#c0c1c2;display:block;font-size:13px;font-weight:400;left:0;line-height:13px;margin-left:20px;position:absolute;width:260px}.tim-row{padding-top:50px}.tim-row h3{margin-top:0}.switch{margin-right:20px}#navbar-full .navbar{border-radius:0!important;margin-bottom:15px;z-index:2}.space{display:block;height:130px}.space-110{display:block;height:110px}.space-50{display:block;height:50px}.space-70{display:block;height:70px}.navigation-example{background-position:50%;background-size:cover;margin-top:0;min-height:740px}.navigation-example .img-src{background-attachment:scroll}#notifications{background-color:#fff;display:block;position:relative;width:100%}#notifications .alert-danger{margin-bottom:0}.tim-note{text-transform:capitalize}#buttons .btn{margin:0 0 15px}.space-100{display:block;height:100px;width:100%}.be-social{margin:0 auto 40px;padding-bottom:20px}.txt-white{color:#fff}.txt-gray{color:#ddd!important}.parallax{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:570px;width:100%}.logo-container.logo-documentation{left:0;position:relative;top:0}.logo-container .logo{border:1px solid #333;border-radius:50%;float:left;overflow:hidden;width:50px}.logo-container .brand{float:left;font-size:16px;height:40px;line-height:18px;margin-left:10px;margin-top:7px;text-align:left;width:70px}.navbar-default .logo-container .brand{color:#999}.navbar-transparent .logo-container .brand{color:#fff}.logo-container .brand-material{font-size:18px;height:25px;margin-top:15px;width:auto}.logo-container .logo img{width:100%}.navbar-small .logo-container .brand{color:#333}.fixed-section{max-height:80vh;overflow:scroll;top:90px}.fixed-section ul li{list-style:none}.fixed-section li a{color:#666;display:block;font-size:14px;padding:2px}.fixed-section li a.active{color:#0bf}.fixed-section.float{margin-top:0;position:fixed;top:100px;width:200px}.parallax .parallax-image{overflow:hidden;position:absolute;width:100%}.parallax .parallax-image img{width:100%}@media(max-width:768px){.parallax .parallax-image{height:640px;overflow:hidden;width:100%}.parallax .parallax-image img{height:100%;width:auto}}.separator{color:#fff;content:"Separator";display:block;padding:20px;width:100%}.separator-line{display:block;height:1px;width:100%}.separator-line,.separator.separator-gray{background-color:#eee}.social-buttons-demo .btn{margin-bottom:7px;margin-right:5px}.img-container{overflow:hidden;width:100%}.img-container img,.lightbox img{width:100%}.lightbox .modal-content{overflow:hidden}.lightbox .modal-body{padding:0}@media screen and (min-width:991px){.lightbox .modal-dialog{width:960px}}@media(max-width:768px){.parallax .motto{font-size:60px;margin-top:0;top:170px;width:270px}}.logo-container .brand,.logo-container .logo,.presentation .front,.presentation .front .btn,.presentation .front:after{transition:all .2s}#images h4{margin-bottom:30px}#javascriptComponents{padding-bottom:0}#javascriptComponents .btn-raised{margin:10px 5px}.layers-container{display:block;margin-top:50px;position:relative}.layers-container img{height:auto;left:0;position:absolute;text-align:center;top:0;width:100%}.section-black{background-color:#333}.animate{transition:1.5s ease-in-out;-moz-transition:1.5s ease-in-out;-webkit-transition:1.5s ease-in-out}.navbar-transparent.navbar-small .logo-container .brand{color:#fff}.navbar-default.navbar-small .logo-container .brand{color:#333}.sharing-area{margin-top:80px}.sharing-area .btn{color:#fff;margin:15px 4px 0}.sharing-area .btn i{font-size:18px;margin-right:5px;position:relative;top:2px}.sharing-area .btn-twitter{background-color:#55acee}.sharing-area .btn-facebook{background-color:#3b5998}.sharing-area .btn-google-plus{background-color:#dd4b39}.sharing-area .btn-github{background-color:#333}.section-notifications,.section-thin{padding:0}.section-navbars{padding-top:0}#navbar .navbar{border-radius:0}.section-tabs{background:#eee}.section-pagination{padding-bottom:0}.section-download h4{margin-bottom:50px}.section-examples a{text-decoration:none}.section-examples h5{margin-top:30px}.components-page .wrapper>.header,.tutorial-page .wrapper>.header{background-position:50%;background-size:cover;height:400px;padding-top:100px}.components-page .title,.tutorial-page .title{color:#fff}.main{background:#fff;position:relative;z-index:3}.main-raised{border-radius:6px;box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);margin:-60px 30px 0}.header-filter{position:relative}.header-filter:after,.header-filter:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.header-filter:before{background-color:rgba(0,0,0,.4)}.header-filter .container{position:relative;z-index:2}.section{background-position:50%;background-size:cover;padding:70px 0}.navbar .navbar-brand{color:inherit;height:50px;line-height:30px;padding:10px 15px;position:relative}.navbar .navbar-brand:focus,.navbar .navbar-brand:hover{background-color:transparent;color:inherit}.navbar.navbar-transparent{background-color:transparent;box-shadow:none;color:#fff;padding-top:25px}.navbar-fixed-top{border-radius:0}.navbar .navbar-nav>li>a{border-radius:3px;color:inherit;font-size:12px;font-weight:400;padding-bottom:15px;padding-top:15px;text-transform:uppercase}.navbar .navbar-nav>li>a .fa,.navbar .navbar-nav>li>a .material-icons{font-size:20px;max-width:20px}.navbar .navbar-nav>li>a:focus,.navbar .navbar-nav>li>a:hover{background-color:transparent;color:inherit}.navbar .navbar-nav>li>a:not(.btn) .material-icons{margin-right:3px;margin-top:-3px;position:relative;top:0}@media(max-width:1199px){.navbar .navbar-brand{height:50px;padding:10px 15px}.navbar .navbar-nav>li>a{padding-bottom:15px;padding-top:15px}}:placeholder{color:#fff}footer.footer-documentation{bottom:0;color:inherit;margin-top:0;text-shadow:none}footer.footer-documentation li a{color:inherit}footer.footer-documentation li a:focus,footer.footer-documentation li a:hover{color:#89229b}footer ul{list-style:none;margin-bottom:0;padding:0}footer ul li{display:inline-block}footer ul li a{border-radius:3px;color:inherit;display:block;font-size:12px;font-weight:500;padding:15px;position:relative;text-transform:uppercase}footer ul li a,footer ul li a:hover{text-decoration:none}footer ul li .btn{margin:0}footer ul.links-horizontal:first-child a{padding-left:0}footer ul.links-horizontal:last-child a{padding-right:0}footer ul.links-vertical li{display:block}footer ul.links-vertical li a{padding:5px 0}footer .social-buttons .btn,footer .social-buttons a{margin-bottom:5px;margin-top:5px}footer .footer-brand{float:left;font-size:18px;height:50px;line-height:20px;margin-left:-15px;padding:15px}footer .footer-brand:focus,footer .footer-brand:hover{color:#3c4858}footer .copyright{padding:15px 0;text-align:center}footer .copyright .material-icons{font-size:18px;position:relative;top:3px}footer .pull-center{display:inline-block;float:none}@media(max-width:768px){.footer .copyright{display:inline-block;float:none!important;padding:10px 0;text-align:center;width:100%}.navbar.navbar-transparent{background-color:rgba(0,0,0,.4);border-radius:0;padding-top:10px}.main-raised{margin-left:10px;margin-right:10px}}.ff_fileupload_hidden{display:none}.ff_fileupload_wrap .ff_fileupload_dropzone_wrap{position:relative}.ff_fileupload_wrap .ff_fileupload_dropzone{background-color:#f5f6fb;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABGtJREFUeNrs21uIVXUUx/HP6Iyi1kQRCQ1mhDNiSZaFBeVDIZmWmFkRXbSi6KaVYVGoEXZRsl66Xx4yr12UGM2yaCRLU5HyRXxIgjJNsLIZQfM+PcwaGIbyzNl7zzkjs39w2HPmnLP3///d//9av7XOTEVzc7PurB66uXIAOYAcQA4gB5ADyAHkALqtKk/04vhx05Oe8xJcjmHoj17Yh+3YFI/fSzXJ+pUvJwOQQNfgPoxBvxO870csxnzs7bIroAgNwlxMjOe/YUXc6V04jNMxFCNxGYbjEczCwpMZwFi8j7OwFfOwEn+f4DPDMQV3Y0Fsl2kB6qQKguPwaUx+XkxkQYHJt26BewLeDjwUECtPJgDDsCgC3MN4EvuLPMcXuBrbcBteaPd6T/SJR2VX2gK98S6qMRNvphjDz5iA7wLiBhzFDRiBs+NG7cEWfIX6rIJnUgCTY3ANeDGDcfyEx7AEy9uszMNoDCADMBi3YmcE3TfKsQV64XE0Y0Ycs9BSrIsxrcItGIJz4lGH6/ABavA6luG0Uq+AK+JOrIk0l6WexxkBo712xeNzvBXbbiJOje3yT6lWwFVxXN4JMenL/5l8e20K07UujnNKuQWGx/GHMtv4v3AHdoehGlEqAANwLNxeufVrpM4KTC0VgL4RlffrGlocq2FcgfojNYCeuD/ycu8kF+skNeL7yAYLw6BlDmAgVuPtcGUNGaa/LPRJlNcTAsbULAEMDMs6Ct9GNTcqgk9XUeudnxGp/dWoMlMDqIoiZUjstdFYn+HAp+DCjM71Z7jSsWjC7PAHqQBMjry/Pqq3gxlOfgZeCzdXl+F5G3Bv/PxKGKXEAKZFypueca0+M1wf1Eb/oDbD8y+LMv083JgGwPnhujZmPPnn2v2uLvz/oAyv804cx6cNgg2dMPmDaO1Urg1bXRs+P6vtsCViwcVpAezIaECzYvLHcWebHsIeTArQtfgsiq20+iM6U/3TAqjKaPKzI55Mij1aHa/1wYGo7FohrMgAQmWYtyNpAaQZSI+I9rPDPt8V6VT4d20MVVMErK9jG9RH+k2qGpxZqGYpBOA4rk2xCm6PaH800uiiAu/fh5sCwuBweNUJrz0yVteGNADWxEBuTjiItVHjP6jjvf+muN4qvJew6KqKEhk+StMRmhu296Xw2L8UOZAdWr4lKrZuaMT1KWPOpbGS1qRZAQ3h1moiOg9NMJhSF01PB4C9eDS2caog+AQ+xAVaWtdPaWlSdiWdEit1ddQDTVq+Z9jWkVRRSIcib2+Pyc/Bs9gcFeGxIgfbhAf+43NjIkUWq36RLVpd5KYohzd3NFd2REfxDD6OpshoXJnwbjUHgPZb4yItPf8k2odvItAuVUSHuNi2+Nag2xfnRqVVbFvtSJsOU1vNj0kUq0PhJncmdUtJdKAj+6uAKto9312OJkv+N0I5gBxADiAHkAMoj3q2sbFlU2UZr90Y1drGcgKoyP9pKo8BOYAcQA4gB5ADyAHkAHIA3VP/DgAWo/MVVoB6XAAAAABJRU5ErkJggg==);background-position:50%;background-repeat:no-repeat;border:2px dashed #e9ebfa;border-radius:5px;box-sizing:border-box;cursor:pointer;display:block;height:100px;opacity:.85;outline:none;padding:0;width:100%}.ff_fileupload_wrap .ff_fileupload_dropzone::-moz-focus-inner{border:0}.ff_fileupload_wrap .ff_fileupload_dropzone:active,.ff_fileupload_wrap .ff_fileupload_dropzone:focus,.ff_fileupload_wrap .ff_fileupload_dropzone:hover{background-color:#fff;border-color:#f3f4f7;opacity:1}.ff_fileupload_wrap .ff_fileupload_dropzone_tools{position:absolute;right:10px;top:0}.ff_fileupload_wrap .ff_fileupload_dropzone_tool{background-color:#fdfdfd;background-position:50%;background-repeat:no-repeat;border:1px solid #efecec;border-radius:3px;box-sizing:border-box;cursor:pointer;display:block;height:40px;margin-top:10px;opacity:.85;outline:none;padding:0;width:40px}.ff_fileupload_wrap .ff_fileupload_dropzone_tool::-moz-focus-inner{border:0}.ff_fileupload_wrap .ff_fileupload_dropzone_tool:active,.ff_fileupload_wrap .ff_fileupload_dropzone_tool:focus,.ff_fileupload_wrap .ff_fileupload_dropzone_tool:hover{background-color:#fff;border-color:#4e4c73;opacity:1}.ff_fileupload_wrap .ff_fileupload_recordaudio{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAApFJREFUeNrs10+IV1UUB/DPjM6Y7lQSTXKwtIV/gmEckxD/VCCSz0dCCEEFMSsXbnwuInBpi1600o2bQBEEHXk8kLalpLlw4Z8UHBGNSQjKzNGi+dHPzRl4PNL4/aONBx7v3u89957vO+eee8/razab/k+Z3c6kNMmGsAejAV3E4aLM77a6Vn8bxt/Dj3g35vcjwfU0ydJW1+trJQRpkq3CJVzA5trwt3gDw0WZ3+iVBz7DFaxFlfk/gV3Hp73cA+9gUbQnsTTad7AcC7C4l3tgFs7hbs3Qy4GdxWDXCKRJNpYm2Sc1eA6WBZmqJ5fF2H/Nb8kDG/FmpT9YSb3JCn473usx8Iz5be2BnWmSXYj2AL7DQqys6LyEa/gV6yv6r6LolMBtnIz2KszF6n8Jy+o4kKYr+ru7kQVXijLPI6YHwtAfmIovn8mC+ViDRkV/TbfTsBEH0bzI+xl5MULwGK93Mw2bNZ1GGB/FCxW8ijVq6zc7IfAgXDsj9/DnM/T/qmXHQtzvhMA1rEuTrC/6pzEUhuryGK9gPOLfjxFc7YTAmdhom6L/Jf7GjdqX/oSbQeKrwN4OD3zTNoGizCdxAp+nSTarKPOH2BqhWYJb8SzFb3irKPOpNMlm4yCOFmX+S6dZsB+X8UWaZPuC1JY0yUbi+m3ih6LML4Xr+8ILQ9jRlXogTbJNEY5x7C3K/Pen6M3HoShQthVl/n3XCpI0yYZxPK7jIxHbWzG8Atsxhp/xQVHml3tREQ3iQ3yMDZWLZxrn8TWOFWU+3ZOSrEZmIDzSwEetGO2oKK1kyDQe4VG7xjsi0C15TuA5gVbPgdewqwK9Hz8lpyrYyaLMJ3r1Y7K4dr7PFB9V7CwmeuKBXsiTAQCkWc2fra3U9gAAAABJRU5ErkJggg==)}.ff_fileupload_wrap .ff_fileupload_recordvideo{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAA85JREFUeNrE11uIVlUUB/DfzJSGY0HeyrCSgrxLJIkYeaEsU05nwF7yIYoCkVQqTkoIWUY9yJGgHqwQwxCCIPJwjMqMIJs0lCiwq10tQ8lbYF4qnV6W8XH6vplvZgI3nJe99tn7v9b+r7X+u6Wrq8v5HBf0ZnGaZANxK27GGAwN02F8he14ryjz083u2dJMBNIkG4HluB8D0InP8VssGY6JmI7TWI81RZkf6jeANMnuxbP4GWvwelHmJxusHYS7sAIjsawo8019ApAmWSuewwOx4fNFmZ9t8qra8BCewTo8XJR5V285sC68mVWU+c7ecKUo8zNYmybZTpRow9KmI5Am2YMR7llFme9q4OUwXIPWuJ5lSPBtePxdrJuG97G0KPP1PQJIk2w0vsCSosw3VGwtuBuPYEplr8NBzPb4xp8Le5pki8OhcUWZ/1L7U2sd51Zjd53D21HgRbyDSZERA/AJ9mBGkG8srqz5/YUAt6rbCES67ce8oszfrZDqTYwO2/cVcOswG2dwCDdgeFHmp2rWzMMbGFmU+ZFGEViAX7GtMr8YU3Fb9fAYK4MH46NAteGeypq345o6uruCWdhamzLh/Qo8XZT5vgasP1KU+RwMiitYjZWRyufWnMXWOKMhgPH4tDJ3PUZhYxPpdzLAv4yrMLmy5DNM6A7ACByozI3F/mbKag2Qg7HPmIrpQJzREEBbEKl2XIg/+9Do/q5T6P4zVwVwDEMqc/swKk2yi3rRNduDCz9VTENxtDsAezGuMvcx/sL8Xnh/J05gd53r/KY7AJ2Rz7X3+Qc24MlmohAd8Qm8VFsHYsyOMxoC2IwpaZJVybMKl2BjmmQDehAsm4I3T1VsEyMrNjcEUJT5HnyIR6t5jjtCCXWmSTYz+sK/rTtNsluwEzdGtfy9gm95qKW9PTWjWVEJpxVlvrtiuww5FuIgvkRL1I9heAXLqymbJtn0kGszijLvbKYdbwhvpxZlfrSO/YrQhteiK1rwtqLMDzRo27uiwi5qVg+0B+JTEc5jfVG8aZINiR7QhZl1SFm3HZ9j/tyo7R+lSTahD4dPxo4obvPqHd6jKE2T7OJQuB2hD/Mos939c3kQbglew6JwqF+yvANrcXWEdFsIkFpZPil4cTt+CFm25f96mGyPUL6DH3FfNJqBYT+Fr/FBtNzrIp37/zCpUUPDcVNF5QwOzhyvVMId0Qc6epLyrU2AfDyKy4IqkYoyP157eMydCGU1A4/1KwJpks3HFrwV4e3NmI05mFuU+da+vIwG41Vc2s8H8GEsbJQJLef7ef7PAI+nk4CehP4EAAAAAElFTkSuQmCC)}.ff_fileupload_wrap .ff_fileupload_recordvideo_preview{background-color:#222;display:block;height:calc(100% - 20px);max-width:calc(100% - 70px);position:absolute;right:60px;top:10px;width:320px}.ff_fileupload_wrap .ff_fileupload_recordvideo_preview.ff_fileupload_hidden{display:none}.ff_fileupload_wrap .ff_fileupload_recording{-webkit-animation:ff_fileupload_recording_animate 1.2s infinite alternate;animation:ff_fileupload_recording_animate 1.2s infinite alternate}.ff_fileupload_wrap table.ff_fileupload_uploads{border:0;border-collapse:collapse!important;width:100%}.ff_fileupload_wrap table.ff_fileupload_uploads tr{border:0;margin:0;padding:0}.ff_fileupload_wrap table.ff_fileupload_uploads td{border:0;line-height:normal;margin:0;padding:1em 0;vertical-align:top;white-space:nowrap}.ff_fileupload_wrap table.ff_fileupload_uploads tr.ff_fileupload_bounce{-webkit-animation:ff_fileupload_bounce_animate .82s cubic-bezier(.36,.07,.19,.97) both;animation:ff_fileupload_bounce_animate .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translateY(0);transform:translateY(0)}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview{width:1px}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image{background-color:#f3f4f7;background-position:50%;background-repeat:no-repeat;background-size:cover;border:0;border-radius:5px;box-sizing:border-box;cursor:default;display:block;font-size:12px;font-weight:700;height:50px;opacity:.75;outline:none;overflow:hidden;padding:0;text-align:center;width:50px}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image::-moz-focus-inner{border:0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image_has_preview{cursor:pointer}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:active,.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:focus,.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image:hover{opacity:1}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text{display:block;margin:0 auto;overflow:hidden;width:70%}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button{background-color:#eaeefa;background-position:50%;background-repeat:no-repeat;border:1px solid #e9ebfa;border-radius:3px;box-sizing:border-box;cursor:pointer;display:inline-block;height:26px;opacity:.85;outline:none;padding:0;vertical-align:top;width:26px}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button::-moz-focus-inner{border:0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:active,.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:focus,.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button:hover{background-color:#fdfdfd;border-color:#e9ebfa;opacity:1}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button.ff_fileupload_start_upload{margin-right:.5em}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile{display:none}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button{background-color:#f3f3f3;background-position:50%;background-repeat:no-repeat;border:1px solid #efecec;border-radius:3px;box-sizing:border-box;cursor:pointer;display:block;height:28px;margin-top:.3em;opacity:.85;outline:none;padding:0;width:100%}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button::-moz-focus-inner{border:0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:active,.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:focus,.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile button:hover{background-color:#fdfdfd;border-color:#4e4c73;opacity:1}.ff_fileupload_wrap table.ff_fileupload_uploads button.ff_fileupload_start_upload{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAINJREFUeNpi/P//PwMlgImBQjAMDGBBF/D3LcGl1paBgcF84+aeHnJcYMXAwJDPwMCwhxgv8GHRXMTAwFDOwMBwgRgDihgYGNKgbEsGBoZiqOa7RIUBAwPDZAYGhgYGBoYeBgYGcQYGhhIGBob7pMTCW6im71CD7uMLHMbRpEy5AYABAPALFxvPQiaZAAAAAElFTkSuQmCC)}.ff_fileupload_wrap table.ff_fileupload_uploads button.ff_fileupload_remove_file{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAMRJREFUeNrU0zFLQlEYBuDnZldxuEN7gX8hhFocWh2yf+Du1uDm1B5lP0WbhYaWQIj+RLMukkvH5QtCvCTcxV44nO/jvLzfy3vOyVJKquBIRVQWOP7d3FwPf8pz9PAS/RWmeIfJ8/1uAdziEkvk6ITLMwxQ4A3jMoEnPGCEDA18xb7AY3BKHaSY3sYpTjBHF3dYB+fPENPW+j7caywTqEU+edT1vd5BoInPCKyI+iPOGvs4eMVFiK/QCpE+Ztvk7P9/ps0A1wMnUBoFknEAAAAASUVORK5CYII=)}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_with_color{color:#fff}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_a{background-color:#f03c3c}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_b{background-color:#f05a3c}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_c{background-color:#f0783c}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_d{background-color:#f0963c}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_e{background-color:#e0862b}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_f{background-color:#dca12b}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_g{background-color:#c7ab1e}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_h{background-color:#c7c71e}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_i{background-color:#abc71e}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_j{background-color:#8fc71e}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_k{background-color:#72c71e}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_l{background-color:#56c71e}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_m{background-color:#3ac71e}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_n{background-color:#1ec71e}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_o{background-color:#1ec73a}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_p{background-color:#1ec756}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_q{background-color:#1ec78f}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_r{background-color:#1ec7ab}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_s{background-color:#1ec7c7}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_t{background-color:#1eabc7}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_u{background-color:#1e8fc7}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_v{background-color:#1e72c7}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_w{background-color:#3c78f0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_x{background-color:#3c5af0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_y{background-color:#3c3cf0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_z{background-color:#5a3cf0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_0{background-color:#783cf0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_1{background-color:#963cf0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_2{background-color:#b43cf0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_3{background-color:#d23cf0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_4{background-color:#f03cf0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_5{background-color:#f03cd2}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_6{background-color:#f03cb4}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_7{background-color:#f03c96}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_8{background-color:#f03c78}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_text_9{background-color:#f03c5a}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary{color:#7f88a5;font-size:.9em;padding:1em;white-space:normal}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input{border:0 solid #e8ebf3;border-radius:0;box-shadow:none;box-sizing:border-box;font-size:1em;font-weight:400;font-weight:600;line-height:normal;margin-bottom:.1em;padding:.5em 0;width:100%}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:focus,.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input:hover{border:0 solid #e8ebf3}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_errors{color:#a94442;font-weight:700}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_background{background-color:#ccc;height:2px;margin-top:.5em}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_progress_bar{background-color:#4e4c73;height:2px;width:0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions{text-align:right;width:1px}@-webkit-keyframes ff_fileupload_recording_animate{0%{border-color:#ef1f1f}to{border-color:#c9a1a1}}@keyframes ff_fileupload_recording_animate{0%{border-color:#ef1f1f}to{border-color:#c9a1a1}}@-webkit-keyframes ff_fileupload_bounce_animate{10%,90%{-webkit-transform:translateY(-1px);transform:translateY(-1px)}20%,80%{-webkit-transform:translateY(2px);transform:translateY(2px)}30%,50%,70%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}40%,60%{-webkit-transform:translateY(3px);transform:translateY(3px)}}@keyframes ff_fileupload_bounce_animate{10%,90%{-webkit-transform:translateY(-1px);transform:translateY(-1px)}20%,80%{-webkit-transform:translateY(2px);transform:translateY(2px)}30%,50%,70%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}40%,60%{-webkit-transform:translateY(3px);transform:translateY(3px)}}@media(max-width:420px){.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_preview_image{font-size:11px;height:36px;width:36px}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary{padding-right:0}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions{display:none}.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile{display:block}}.ff_fileupload_dialog_background{background-color:rgba(0,0,0,.85);height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}.ff_fileupload_dialog_main{height:80%;left:10%;position:absolute;text-align:center;top:10%;width:80%}.ff_fileupload_dialog_main img{max-height:100%;max-width:100%}.ff_fileupload_dialog_main audio,.ff_fileupload_dialog_main img{position:relative;top:50%;-webkit-transform:perspective(1px) translateY(-50%);transform:perspective(1px) translateY(-50%)}.ff_fileupload_dialog_main audio{width:100%}.ff_fileupload_dialog_main video{max-height:100%;max-width:100%;position:relative;top:50%;-webkit-transform:perspective(1px) translateY(-50%);transform:perspective(1px) translateY(-50%)}/*!
 * =============================================================
 * dropify v0.2.2 - Override your input files with style.
 * https://github.com/JeremyFagis/dropify
 *
 * (c) 2017 - Jeremy FAGIS <jeremy@fagis.fr> (http://fagis.fr)
 * =============================================================
 */@font-face{font-family:dropify;font-style:normal;font-weight:400;src:url(/static/media/dropify.533b98a9bdcedcf6e794.eot);src:url(/static/media/dropify.533b98a9bdcedcf6e794.eot#iefix) format("embedded-opentype"),url(/static/media/dropify.26224e3857435de14aab.woff) format("woff"),url(/static/media/dropify.fa3ea434d36806e79512.ttf) format("truetype"),url(/static/media/dropify.86d35fae3d79c87952d7.svg#dropify) format("svg")}.dropify-font:before,.dropify-wrapper .dropify-message span.file-icon:before,[class*=" dropify-font-"]:before,[class^=dropify-font-]:before{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;display:inline-block;font-family:dropify;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;margin-left:.2em;margin-right:.2em;text-align:center;text-decoration:inherit;text-transform:none;width:1em}.dropify-font-upload:before,.dropify-wrapper .dropify-message span.file-icon:before{color:#6259ca;color:var(--primary-bg-color);content:""}.dropify-font-file:before{content:""}.dropify-wrapper{background-color:#fff;background-image:none;border:1px solid #f0f0f4;color:#000;cursor:pointer;display:block;font-size:14px;height:200px;line-height:22px;max-width:100%;overflow:hidden;padding:5px 10px;position:relative;text-align:center;transition:border-color .15s linear;width:100%}.dropify-wrapper:hover{-webkit-animation:stripes 2s linear infinite;animation:stripes 2s linear infinite;background-image:linear-gradient(-45deg,#f6f6f6 25%,transparent 0,transparent 50%,#f6f6f6 0,#f6f6f6 75%,transparent 0,transparent);background-size:30px 30px}.dropify-wrapper.has-preview .dropify-clear{display:block}.dropify-wrapper.has-error{border-color:#f34141}.dropify-wrapper.has-error .dropify-message .dropify-error{display:block}.dropify-wrapper.has-error:hover .dropify-errors-container{opacity:1;transition-delay:0s;visibility:visible}.dropify-wrapper.disabled input{cursor:not-allowed}.dropify-wrapper.disabled:hover{-webkit-animation:none;animation:none;background-image:none}.dropify-wrapper.disabled .dropify-message{opacity:.5;text-decoration:line-through}.dropify-wrapper.disabled .dropify-infos-message{display:none}.dropify-wrapper input{bottom:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:5}.dropify-wrapper .dropify-message{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dropify-wrapper .dropify-message span.file-icon{color:#68798b;font-size:50px}.dropify-wrapper .dropify-message p{font-size:14px;margin:5px 0 0}.dropify-wrapper .dropify-message p.dropify-error{color:#f34141;display:none;font-weight:700}.dropify-wrapper .dropify-clear{background:none;border:2px solid #fff;color:#fff;display:none;font-family:Roboto,Helvetica Neue,Helvetica,Arial;font-size:11px;font-weight:700;opacity:0;padding:4px 8px;position:absolute;right:10px;text-transform:uppercase;top:10px;transition:all .15s linear;z-index:7}.dropify-wrapper .dropify-clear:hover{background:hsla(0,0%,100%,.2)}.dropify-wrapper .dropify-preview{background-color:#fff;bottom:0;display:none;height:100%;left:0;overflow:hidden;padding:5px;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:1}.dropify-wrapper .dropify-preview .dropify-render img{background-color:#fff;max-height:100%;max-width:100%;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:border-color .15s linear}.dropify-wrapper .dropify-preview .dropify-render i{color:#777;font-size:70px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dropify-wrapper .dropify-preview .dropify-render .dropify-extension{font-size:13px;font-weight:900;left:50%;letter-spacing:-.03em;margin-top:10px;overflow:hidden;position:absolute;text-overflow:ellipsis;text-transform:uppercase;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);white-space:nowrap;width:42px}.dropify-wrapper .dropify-preview .dropify-infos{background:rgba(0,0,0,.7);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s linear;z-index:3}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner{-webkit-backface-visibility:hidden;backface-visibility:hidden;padding:0 20px;position:absolute;top:50%;-webkit-transform:translateY(-40%);transform:translateY(-40%);transition:all .2s ease;width:100%}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p{color:#fff;font-weight:700;line-height:25px;margin:0;overflow:hidden;padding:0;position:relative;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message{font-size:12px;margin-top:15px;opacity:.5;padding-top:15px;position:relative}.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message:before{background:#fff;content:"";height:2px;left:50%;position:absolute;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:30px}.dropify-wrapper:hover .dropify-clear,.dropify-wrapper:hover .dropify-preview .dropify-infos{opacity:1}.dropify-wrapper:hover .dropify-preview .dropify-infos .dropify-infos-inner{margin-top:-5px}.dropify-wrapper.touch-fallback{height:auto!important}.dropify-wrapper.touch-fallback:hover{-webkit-animation:none;animation:none;background-image:none}.dropify-wrapper.touch-fallback .dropify-preview{padding:0;position:relative}.dropify-wrapper.touch-fallback .dropify-preview .dropify-render{display:block;position:relative}.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file{left:0;position:relative;top:0;-webkit-transform:translate(0);transform:translate(0)}.dropify-wrapper.touch-fallback .dropify-preview .dropify-render .dropify-font-file:before{margin-bottom:30px;margin-top:30px}.dropify-wrapper.touch-fallback .dropify-preview .dropify-render img{position:relative;-webkit-transform:translate(0);transform:translate(0)}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos{background:transparent;opacity:1;position:relative}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner{padding:5px 90px 5px 0;position:relative;top:0;-webkit-transform:translate(0);transform:translate(0)}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p{color:#777;line-height:25px;margin:0;overflow:hidden;padding:0;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename{font-weight:700}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message{font-size:11px;margin-top:0;opacity:1;padding-top:0;position:relative}.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message:before{display:none}.dropify-wrapper.touch-fallback .dropify-message{padding:40px 0;-webkit-transform:translate(0);transform:translate(0)}.dropify-wrapper.touch-fallback .dropify-clear{border-color:hsla(0,0%,47%,.7);bottom:23px;color:#777;opacity:1;top:auto}.dropify-wrapper.touch-fallback.has-preview .dropify-message{display:none}.dropify-wrapper.touch-fallback:hover .dropify-preview .dropify-infos .dropify-infos-inner{margin-top:0}.dropify-wrapper .dropify-loader{display:none;position:absolute;right:15px;top:15px;z-index:9}.dropify-wrapper .dropify-loader:after{-webkit-animation:rotate .6s linear infinite;animation:rotate .6s linear infinite;border-color:#ccc #777 #777 #ccc;border-radius:100%;border-style:solid;border-width:1px;content:"";display:block;height:20px;position:relative;width:20px}.dropify-wrapper .dropify-errors-container{background:rgba(243,65,65,.8);bottom:0;left:0;opacity:0;position:absolute;right:0;text-align:left;top:0;transition:visibility 0s linear .15s,opacity .15s linear;visibility:hidden;z-index:3}.dropify-wrapper .dropify-errors-container ul{left:0;margin:0;padding:10px 20px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dropify-wrapper .dropify-errors-container ul li{color:#fff;font-weight:700;margin-left:20px}.dropify-wrapper .dropify-errors-container.visible{opacity:1;transition-delay:0s;visibility:visible}.dropify-wrapper~.dropify-errors-container ul{margin:15px 0;padding:0}.dropify-wrapper~.dropify-errors-container ul li{color:#f34141;font-weight:700;margin-left:20px}@-webkit-keyframes stripes{0%{background-position:0 0}to{background-position:60px 30px}}@keyframes stripes{0%{background-position:0 0}to{background-position:60px 30px}}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes rotate{0%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.dropify-wrapper.has-preview .dropify-message{display:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-unselectable{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none}.fc{display:flex;flex-direction:column;font-size:1em}.fc table{border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{padding:0;vertical-align:top}.fc a[data-navlink]{cursor:pointer}.fc a[data-navlink]:hover{text-decoration:underline}.fc-direction-ltr{direction:ltr;text-align:left}.fc-direction-rtl{direction:rtl;text-align:right}.fc-theme-standard td,.fc-theme-standard th{border:1px solid #e9edf4}.fc-liquid-hack td,.fc-liquid-hack th{position:relative}@font-face{font-family:fcicons;font-style:normal;font-weight:400;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype")}.fc-icon{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:fcicons!important;font-style:normal;font-variant:normal;font-weight:400;height:1em;line-height:1;text-align:center;text-transform:none;-webkit-user-select:none;user-select:none;width:1em}.fc-icon-chevron-left:before{content:""}.fc-icon-chevron-right:before{content:""}.fc-icon-chevrons-left:before{content:""}.fc-icon-chevrons-right:before{content:""}.fc-icon-minus-square:before{content:""}.fc-icon-plus-square:before{content:""}.fc-icon-x:before{content:""}.fc .fc-button{-webkit-appearance:button;background-color:transparent;border:1px solid transparent;border-radius:0;border-radius:5px;display:inline-block;font-family:inherit;font-size:inherit;font-size:.8125rem;font-weight:400;line-height:inherit;line-height:1.5;margin:0;overflow:visible;padding:.375rem .75rem;text-align:center;text-transform:none;-webkit-user-select:none;user-select:none;vertical-align:middle}.fc .fc-button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.fc .fc-button:not(:disabled){cursor:pointer}.fc .fc-button::-moz-focus-inner{border-style:none;padding:0}.fc .fc-button:hover{text-decoration:none}.fc .fc-button:focus{outline:0}.fc .fc-button:disabled{opacity:.65}.fc .fc-button-primary{background-color:#6259ca;background-color:var(--primary-bg-color);border-color:#6259ca;border-color:var(--primary-bg-color);box-shadow:0 5px 10px rgba(108,95,252,.3);color:#fff}.fc .fc-button-primary:hover{background-color:#6357e6;border-color:#6357e6;color:#fff}.fc .fc-button-primary:disabled{background-color:#6259ca;background-color:var(--primary-bg-color);border-color:#6259ca;border-color:var(--primary-bg-color);color:#fff}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background-color:#6357e6;border-color:#6357e6;color:#fff}.fc .fc-button .fc-icon{font-size:1.5em;vertical-align:middle}.fc .fc-button-group{display:inline-flex;position:relative;vertical-align:middle}.fc .fc-button-group>.fc-button{flex:1 1 auto;position:relative}.fc .fc-button-group>.fc-button.fc-button-active,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:hover{z-index:1}.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}.fc .fc-toolbar{align-items:center;display:flex;justify-content:space-between}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc .fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc .fc-toolbar-title{font-size:1.75em;margin:0}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-top:1px}.fc-direction-rtl .fc-toolbar>*>:not(:first-child){margin-right:.75em}.fc-direction-rtl .fc-toolbar-ltr{flex-direction:row-reverse}.fc .fc-scroller{-webkit-overflow-scrolling:touch;position:relative}.fc .fc-scroller-liquid{height:100%}.fc .fc-scroller-liquid-absolute{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-scroller-harness{direction:ltr;overflow:hidden;position:relative}.fc .fc-scroller-harness-liquid{height:100%}.fc-direction-rtl .fc-scroller-harness>.fc-scroller{direction:rtl}.fc-theme-standard .fc-scrollgrid{border:1px solid #e9edf4}.fc .fc-scrollgrid{border-bottom-width:0;border-collapse:initial;border-right-width:0;table-layout:fixed;width:100%}.fc .fc-scrollgrid table{border-left-style:hidden;border-right-style:hidden;border-top-style:hidden;table-layout:fixed;width:100%}.fc .fc-scrollgrid-liquid{height:100%}.fc .fc-scrollgrid-section,.fc .fc-scrollgrid-section>td{height:1px}.fc .fc-scrollgrid-section table{height:1px;width:100%!important}.fc .fc-scrollgrid-section-liquid{height:auto}.fc .fc-scrollgrid-section-liquid>td{height:100%}.fc .fc-scrollgrid-section>*{border-left-width:0;border-top-width:0}.fc .fc-scrollgrid-section-footer>*,.fc .fc-scrollgrid-section-header>*{border-bottom-width:0}.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table{border-bottom-style:hidden}.fc .fc-scrollgrid-section-sticky>*{background:#fff;background:var(--fc-page-bg-color,#fff);position:-webkit-sticky;position:sticky;z-index:2}.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:0}.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>*{bottom:0}.fc .fc-scrollgrid-sticky-shim{height:1px;margin-bottom:-1px}.fc-sticky{position:-webkit-sticky;position:sticky}.fc .fc-view-harness{flex-grow:1;position:relative}.fc .fc-view-harness-active>.fc-view{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-col-header-cell-cushion{display:inline-block;padding:2px 4px}.fc .fc-bg-event,.fc .fc-highlight,.fc .fc-non-business{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-non-business{background:transparent}.fc .fc-bg-event{background:rgba(4,179,114,.3);opacity:.3}.fc .fc-bg-event .fc-event-title{font-size:.85em;font-style:italic;margin:.5em}.fc .fc-highlight{background:rgba(188,232,241,.3)}.fc .fc-cell-shaded,.fc .fc-day-disabled{background:hsla(0,0%,82%,.3)}a.fc-event,a.fc-event:hover{text-decoration:none}.fc-event.fc-event-draggable,.fc-event[href]{cursor:pointer}.fc-event .fc-event-main{position:relative;z-index:2}.fc-event-dragging:not(.fc-event-selected){opacity:.75}.fc-event-dragging.fc-event-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event .fc-event-resizer{display:none;position:absolute;z-index:4}.fc-event:hover .fc-event-resizer{display:block}.fc-event-selected{box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event-selected .fc-event-resizer{background:#fff;background:var(--fc-page-bg-color,#fff);border-color:inherit;border-radius:4px;border-radius:calc(var(--fc-event-resizer-dot-total-width, 8px)/2);border-style:solid;border-width:1px;border-width:var(--fc-event-resizer-dot-border-width,1px);display:block;height:8px;height:var(--fc-event-resizer-dot-total-width,8px);width:8px;width:var(--fc-event-resizer-dot-total-width,8px)}.fc-event-selected .fc-event-resizer:before{bottom:-20px;content:"";left:-20px;position:absolute;right:-20px;top:-20px}.fc-event-selected:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:3}.fc-event-selected:after{background:rgba(0,0,0,.25);background:var(--fc-event-selected-overlay-color,rgba(0,0,0,.25));bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px;z-index:1}.fc-h-event{background-color:#6259ca;background-color:var(--primary-bg-color);border:1px solid #6259ca;border:1px solid var(--primary-bg-color);display:block}.fc-h-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff)}.fc-h-event .fc-event-main-frame{display:flex}.fc-h-event .fc-event-time{max-width:100%;overflow:hidden}.fc-h-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-width:0}.fc-h-event .fc-event-title{display:inline-block;left:0;max-width:100%;overflow:hidden;right:0;vertical-align:top}.fc-h-event.fc-event-selected:before{bottom:-10px;top:-10px}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end){border-bottom-left-radius:0;border-left-width:0;border-top-left-radius:0}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.fc-h-event:not(.fc-event-selected) .fc-event-resizer{bottom:0;top:0;width:8px;width:var(--fc-event-resizer-thickness,8px)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end{cursor:w-resize;left:-4px;left:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start{cursor:e-resize;right:-4px;right:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-h-event.fc-event-selected .fc-event-resizer{margin-top:-4px;margin-top:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2);top:50%}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end{left:-4px;left:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start{right:-4px;right:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}:root{--fc-daygrid-event-dot-width:8px}.fc .fc-popover{box-shadow:0 2px 6px rgba(0,0,0,.15);position:fixed;top:0}.fc .fc-popover-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:3px 4px}.fc .fc-popover-title{margin:0 2px}.fc .fc-popover-close{cursor:pointer;font-size:1.1em;opacity:.65}.fc-theme-standard .fc-popover{background:#fff;border:1px solid #e9edf4}.fc-theme-standard .fc-popover-header{background:hsla(0,0%,82%,.3)}.fc-daygrid-day-events:after,.fc-daygrid-day-events:before,.fc-daygrid-day-frame:after,.fc-daygrid-day-frame:before,.fc-daygrid-event-harness:after,.fc-daygrid-event-harness:before{clear:both;content:"";display:table}.fc .fc-daygrid-body{position:relative;width:100%!important;z-index:1}.fc .fc-daygrid-day.fc-day-today{background-color:#eef1f9}.fc .fc-daygrid-day-frame{min-height:100%;position:relative}.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}.fc .fc-daygrid-day-number{color:#282f53;padding:4px;position:relative;z-index:4}.fc .fc-daygrid-day-events{margin-top:1px}.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{left:0;position:absolute;right:0}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{min-height:2em;position:relative}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}.fc .fc-daygrid-event-harness{position:relative}.fc .fc-daygrid-event-harness-abs{left:0;position:absolute;right:0;top:0}.fc .fc-daygrid-bg-harness{bottom:0;position:absolute;top:0}.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}.fc .fc-daygrid-event{margin-top:1px;z-index:6}.fc .fc-daygrid-event.fc-event-mirror{z-index:7}.fc .fc-daygrid-day-bottom{font-size:.85em;margin:2px 3px 0}.fc .fc-daygrid-more-link{cursor:pointer;position:relative;z-index:4}.fc .fc-daygrid-week-number{background-color:hsla(0,0%,82%,.3);background-color:var(--fc-neutral-bg-color,hsla(0,0%,82%,.3));color:gray;color:grey;color:var(--fc-neutral-text-color,grey);min-width:1.5em;padding:2px;position:absolute;text-align:center;top:0;z-index:5}.fc .fc-more-popover{z-index:8}.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-right:2px}.fc-direction-ltr .fc-daygrid-week-number{border-radius:0 0 3px 0;left:0}.fc-direction-rtl .fc-daygrid-week-number{border-radius:0 0 0 3px;right:0}.fc-liquid-hack .fc-daygrid-day-frame{position:static}.fc-daygrid-event{border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em);position:relative;white-space:nowrap}.fc-daygrid-block-event .fc-event-time{font-weight:700;padding:5px 10px}.fc-daygrid-block-event .fc-event-title{padding:5px 10px}.fc-daygrid-dot-event{align-items:center;display:flex;padding:2px 0}.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;font-weight:700;min-width:0;overflow:hidden;padding:2px}.fc-daygrid-dot-event.fc-event-mirror,.fc-daygrid-dot-event:hover{background:rgba(0,0,0,.1)}.fc-daygrid-dot-event.fc-event-selected:before{bottom:-10px;top:-10px}.fc-daygrid-event-dot{border:4px solid #6259ca;border:calc(var(--fc-daygrid-event-dot-width, 8px)/2) solid var(--fc-event-border-color,var(--primary-bg-color));border-radius:4px;border-radius:calc(var(--fc-daygrid-event-dot-width, 8px)/2);box-sizing:initial;height:0;margin:0 4px;width:0}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}.fc-v-event{background-color:var(--primary-bg-color);background-color:#6259ca;background-color:var(--fc-event-bg-color,var(--primary-bg-color));border:1px solid #6259ca;border:1px solid var(--fc-event-border-color,var(--primary-bg-color));display:block}.fc-v-event .fc-event-main{color:#fff;color:var(--fc-event-text-color,#fff);height:100%}.fc-v-event .fc-event-main-frame{display:flex;flex-direction:column;height:100%}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{bottom:0;max-height:100%;overflow:hidden;top:0}.fc-v-event:not(.fc-event-start){border-top-left-radius:0;border-top-right-radius:0;border-top-width:0}.fc-v-event:not(.fc-event-end){border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:8px;height:var(--fc-event-resizer-thickness,8px);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-thickness, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:-4px;margin-left:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:-4px;top:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:-4px;bottom:calc(var(--fc-event-resizer-dot-total-width, 8px)/-2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{min-height:100%;position:relative;z-index:1}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-slot{border-bottom:0;height:1.5em}.fc .fc-timegrid-slot:empty:before{content:" "}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-slot-label{vertical-align:middle}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{align-items:center;display:flex;justify-content:flex-end;overflow:hidden}.fc .fc-timegrid-axis-cushion{flex-shrink:0;max-width:60px}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col.fc-day-today{background-color:rgba(255,220,40,.15);background-color:var(--fc-today-bg-color,rgba(255,220,40,.15))}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-liquid-hack .fc-timegrid-col-frame{height:auto}.fc-liquid-hack .fc-timegrid-col-frame,.fc-media-screen .fc-timegrid-cols{bottom:0;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-event-harness{position:absolute}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight{z-index:3}.fc .fc-timegrid-bg-harness{left:0;position:absolute;right:0}.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness-inset .fc-timegrid-event{box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px var(--fc-page-bg-color,#fff)}.fc-timegrid-event{border-radius:3px;font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-timegrid-event.fc-event-mirror{box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px var(--fc-page-bg-color,#fff)}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{font-size:.85em;font-size:var(--fc-small-font-size,.85em);margin-bottom:-7px;white-space:nowrap}.fc-timegrid-event-condensed .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-condensed .fc-event-time:after{content:" - "}.fc-timegrid-event-condensed .fc-event-title{font-size:.85em;font-size:var(--fc-small-font-size,.85em)}.fc-media-screen .fc-timegrid-event{bottom:1px;left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-now-indicator-line{border-color:red;border-color:var(--fc-now-indicator-color,red);border-style:solid;border-width:1px 0 0;left:0;position:absolute;right:0;z-index:4}.fc .fc-timegrid-now-indicator-arrow{border-color:red;border-style:solid;margin-top:-5px;position:absolute;z-index:4}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 0 5px 6px;left:0}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 6px 5px 0;right:0}:root{--fc-list-event-dot-width:10px;--fc-list-event-hover-bg-color:#f6f6fb}.fc-theme-standard .fc-list{border:1px solid #e9edf4}.fc .fc-list-empty{align-items:center;background-color:#f6f6f9;display:flex;height:100%;justify-content:center}.fc .fc-list-empty-cushion{margin:5em 0}.fc .fc-list-table{border-style:hidden;width:100%}.fc .fc-list-table tr>*{border-left:0;border-right:0}.fc .fc-list-sticky .fc-list-day>*{background:#fff;background:var(--fc-page-bg-color,#fff);position:-webkit-sticky;position:sticky;top:0}.fc .fc-list-table th{padding:0}.fc .fc-list-day-cushion,.fc .fc-list-table td{padding:8px 14px}.fc .fc-list-day-cushion:after{clear:both;content:"";display:table}.fc-theme-standard .fc-list-day-cushion{background-color:#f7f8f9}.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text{float:left}.fc-direction-ltr .fc-list-day-side-text,.fc-direction-rtl .fc-list-day-text{float:right}.fc-direction-ltr .fc-list-table .fc-list-event-graphic{padding-right:0}.fc-direction-rtl .fc-list-table .fc-list-event-graphic{padding-left:0}.fc .fc-list-event.fc-event-forced-url{cursor:pointer}.fc-list-event.fc-event{background:transparent;color:#282f53}.fc .fc-list-event:hover td{background-color:#f6f6fb;color:#6259ca;color:var(--primary-bg-color)}.fc .fc-list-event-graphic,.fc .fc-list-event-time{white-space:nowrap;width:1px}.fc .fc-list-event-dot{border:5px solid #6259ca;border:calc(var(--fc-list-event-dot-width, 10px)/2) solid var(--fc-event-border-color,var(--primary-bg-color));border-radius:5px;border-radius:calc(var(--fc-list-event-dot-width, 10px)/2);box-sizing:initial;display:inline-block;height:0;width:0}.fc .fc-list-event-title a{color:inherit;text-decoration:none}.fc .fc-list-event.fc-event-forced-url:hover a{text-decoration:underline}.fc-theme-bootstrap a:not([href]){color:inherit}#external-events{border:1px solid #e9edf4;padding:1rem;text-align:left}#external-events h4{font-size:16px;font-weight:600;margin-bottom:1rem}#external-events .fc-event{border:0;cursor:move;margin:5px 0;padding:8px}#external-events p{color:#666;font-size:11px;margin:1.5em 0}#external-events p input{margin:0;vertical-align:middle}@media(min-width:1366px){#external-events{margin-top:3.5rem}}@media(max-width:1366px){#external-events{margin-bottom:3.5rem}}@media(max-width:767px){#external-events{margin-bottom:1.5rem}.fc .fc-toolbar{display:inline-block}.fc .fc-toolbar-title{font-size:20px;position:absolute;right:10px;top:10px}.fc-toolbar-chunk{margin-bottom:10px}.fc .fc-col-header-cell-cushion{display:inline-block;padding:2px 0}}@media(max-width:320px){.fc .fc-toolbar-title{font-size:16px}}@media(max-width:380px){.fc .fc-toolbar-title{position:inherit}}.fc-daygrid-event.fc-event{background:#6259ca;background:var(--primary-bg-color);color:#fff!important}.fc-theme-standard th{padding:15px}.fc-event{border:0 solid #6259ca!important}.fc-theme-standard .fc-list-day-cushion .fc-list-day-side-text,.fc-theme-standard .fc-list-day-cushion .fc-list-day-text{color:#0d0c22!important;font-weight:500}.fc-event-dragging{padding:8px}@font-face{font-family:lg;font-style:normal;font-weight:400;src:url(/static/media/lg.ff5ab4bf2b54710439f8.eot);src:url(/static/media/lg.ff5ab4bf2b54710439f8.eot?#iefixn1z373) format("embedded-opentype"),url(/static/media/lg.0392227eb4b4510402ab.woff) format("woff"),url(/static/media/lg.269f233c78c029ba7cce.ttf) format("truetype"),url(/static/media/lg.777f88ea7c2c070c3517.svg#lg) format("svg")}.lg-icon{speak-as:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:lg;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:#6259ca;background-color:var(--primary-bg-color);border:1px solid #a5a1dd;border-radius:5px;color:#fff;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{opacity:.5;pointer-events:none}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:""}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:""}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{background-color:#6259ca;background-color:var(--primary-bg-color);left:0;position:absolute;top:0;width:100%;z-index:1082}.lg-toolbar .lg-icon{color:#fff;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;outline:medium none;padding:10px 0;text-align:center;text-decoration:none!important;transition:color .2s linear;width:50px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{font-size:16px;font-weight:500;margin:0}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#fff;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;transition:opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:opacity .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1),-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{border-radius:5px;opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;max-height:350px;position:absolute;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;width:100%;z-index:1080}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translateZ(0);transform:translateZ(0)}.lg-outer .lg-thumb{height:100%;margin-bottom:-5px;padding:10px 0}.lg-outer .lg-thumb-item{border:2px solid #fff;border-radius:5px;border-radius:4px;cursor:pointer;float:left;height:100%;margin-bottom:5px;overflow:hidden}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{height:100%;object-fit:cover;width:100%}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer .lg-toggle-thumb:hover{color:#fff}.lg-outer .lg-video-cont{display:inline-block;max-height:100%;max-width:1140px;padding:0 5px;vertical-align:middle;width:100%}.lg-outer .lg-video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.lg-outer .lg-video .lg-object{display:inline-block;height:100%!important;left:0;position:absolute;top:0;width:100%!important}.lg-outer .lg-video .lg-video-play{cursor:pointer;height:59px;left:50%;margin-left:-42px;margin-top:-30px;position:absolute;top:50%;width:84px;z-index:1080}.lg-outer .lg-video-object{height:100%!important;left:0;position:absolute;top:0;width:100%!important}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}@media(min-width:1025px){.lg-outer .lg-thumb-item{transition:border-color .25s ease}}.lg-progress-bar{background-color:#333;height:5px;left:0;opacity:0;position:absolute;top:0;transition:opacity .08s ease 0s;width:100%;z-index:1083}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:""}.lg-show-autoplay .lg-autoplay-button:after{content:""}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0;transition:opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important}#lg-zoom-in:after{content:""}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:""}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:""}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;height:10px;left:0;position:absolute;right:0;text-align:center;z-index:1080}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;margin:0 5px;overflow:hidden;position:relative;vertical-align:top}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:inset 0 0 0 2px #fff}.lg-outer .lg-pager-thumb-cont{background-color:#fff;border-radius:3px;bottom:100%;color:#fff;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;width:120px}.lg-outer .lg-pager-thumb-cont img{height:100%;width:100%}.lg-outer .lg-pager{background-color:hsla(0,0%,100%,.5);border-radius:50%;box-shadow:inset 0 0 0 8px hsla(0,0%,100%,.7);display:block;height:12px;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:inset 0 0 0 8px #fff}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:""}.lg-fullscreen-on .lg-fullscreen:after{content:""}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;opacity:0;position:fixed;right:0;top:0;transition:visibility 0s linear .18s,opacity .18s linear 0s;visibility:hidden;z-index:1081}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0);transition-delay:0s;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;opacity:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);transition:visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;visibility:hidden}.lg-outer .lg-dropdown:after{border:8px solid transparent;border-bottom-color:#fff;content:"";display:block;height:0;position:absolute;right:16px;top:-16px;width:0}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;font-family:Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;padding:4px 12px;white-space:pre}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:""}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:""}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:""}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:""}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:""}.group{*zoom:1}.group:after,.group:before{content:"";display:table;line-height:0}.group:after{clear:both}.lg-outer{height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .15s ease 0s;width:100%;z-index:1050}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{opacity:1;transition-duration:0s!important}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;margin-left:auto;margin-right:auto;max-height:100%;max-width:100%;overflow:hidden;position:relative;width:100%}.lg-outer .lg-inner{height:100%;left:0;position:absolute;top:0;white-space:nowrap;width:100%}.lg-outer .lg-item{display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;height:100%;position:absolute;text-align:center;width:100%}.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;margin-right:-1px;width:1px}.lg-outer .lg-img-wrap{bottom:0;left:0;padding:0 5px;position:absolute;right:0;top:0}.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;margin-right:-1px;width:1px}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;height:auto!important;max-height:100%;max-width:100%;vertical-align:middle;width:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{background-color:rgba(0,0,0,.8);bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .15s ease 0s;z-index:1040}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-left .lg-item{left:0;opacity:0;position:absolute}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.iti{display:inline-block;margin-bottom:4px;position:relative}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{border:1px solid #ecf0fa;border-radius:4px;height:36px;margin-bottom:0!important;margin-right:0;margin-top:1px!important;padding-right:36px;position:relative;z-index:0}.iti input:-ms-input-placeholder,.iti input::-moz-placeholder,.iti input::-ms-input-placeholder,.iti input::-webkit-input-placeholder{color:#bcc0e2}.iti__flag-container{bottom:0;padding:1px;position:absolute;right:0;top:0}.iti__selected-flag{align-items:center;border-right:1px solid #ecf0fa;display:flex;height:100%;padding:0 6px 0 8px;position:relative;z-index:1}.iti__arrow{border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #b6b9ce;height:0;margin-left:6px;width:0}.iti__arrow--up{border-bottom:4px solid #b6b9ce;border-top:none}.iti__country-list{-webkit-overflow-scrolling:touch;background-color:#fff;border:1px solid #eaeaec;border-radius:4px;box-shadow:0 16px 18px rgba(6,10,48,.1);font-size:13px;list-style:none;margin:0 0 0 -1px;max-height:200px;overflow-y:scroll;padding:0;position:absolute;text-align:left;white-space:nowrap;z-index:2}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media(max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{border-bottom:1px solid #e7eaf3;margin-bottom:5px;padding-bottom:5px}.iti__country{height:36px;line-height:36px;outline:none;padding:0 15px}.iti__dial-code{color:#9f97b3;font-size:12px;font-weight:500}.iti__country.iti__highlight{background-color:#f4f5fb}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{margin-left:0;padding-left:52px;padding-right:6px}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{left:0;right:auto}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:#f4f5fb}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:#f4f5fb}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{left:-1000px;padding:1px;position:absolute;top:-1000px;z-index:1060}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{bottom:30px;left:30px;position:fixed;right:30px;top:30px}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{line-height:1.5em;padding:10px}.iti__flag{background-color:#f4f5fb;background-image:url(/static/media/flags.007b2705c0a8f69dfdf6.png);background-position:20px 0;background-repeat:no-repeat;height:15px;width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}.iti__flag.iti__ac{background-position:0 0;height:10px}.iti__flag.iti__ad{background-position:-22px 0;height:14px}.iti__flag.iti__ae{background-position:-44px 0;height:10px}.iti__flag.iti__af{background-position:-66px 0;height:14px}.iti__flag.iti__ag{background-position:-88px 0;height:14px}.iti__flag.iti__ai{background-position:-110px 0;height:10px}.iti__flag.iti__al{background-position:-132px 0;height:15px}.iti__flag.iti__am{background-position:-154px 0;height:10px}.iti__flag.iti__ao{background-position:-176px 0;height:14px}.iti__flag.iti__aq{background-position:-198px 0;height:14px}.iti__flag.iti__ar{background-position:-220px 0;height:13px}.iti__flag.iti__as{background-position:-242px 0;height:10px}.iti__flag.iti__at{background-position:-264px 0;height:14px}.iti__flag.iti__au{background-position:-286px 0;height:10px}.iti__flag.iti__aw{background-position:-308px 0;height:14px}.iti__flag.iti__ax{background-position:-330px 0;height:13px}.iti__flag.iti__az{background-position:-352px 0;height:10px}.iti__flag.iti__ba{background-position:-374px 0;height:10px}.iti__flag.iti__bb{background-position:-396px 0;height:14px}.iti__flag.iti__bd{background-position:-418px 0;height:12px}.iti__flag.iti__be{background-position:-440px 0;height:15px}.iti__flag.iti__bf{background-position:-460px 0;height:14px}.iti__flag.iti__bg{background-position:-482px 0;height:12px}.iti__flag.iti__bh{background-position:-504px 0;height:12px}.iti__flag.iti__bi{background-position:-526px 0;height:12px}.iti__flag.iti__bj{background-position:-548px 0;height:14px}.iti__flag.iti__bl{background-position:-570px 0;height:14px}.iti__flag.iti__bm{background-position:-592px 0;height:10px}.iti__flag.iti__bn{background-position:-614px 0;height:10px}.iti__flag.iti__bo{background-position:-636px 0;height:14px}.iti__flag.iti__bq{background-position:-658px 0;height:14px}.iti__flag.iti__br{background-position:-680px 0;height:14px}.iti__flag.iti__bs{background-position:-702px 0;height:10px}.iti__flag.iti__bt{background-position:-724px 0;height:14px}.iti__flag.iti__bv{background-position:-746px 0;height:15px}.iti__flag.iti__bw{background-position:-768px 0;height:14px}.iti__flag.iti__by{background-position:-790px 0;height:10px}.iti__flag.iti__bz{background-position:-812px 0;height:14px}.iti__flag.iti__ca{background-position:-834px 0;height:10px}.iti__flag.iti__cc{background-position:-856px 0;height:10px}.iti__flag.iti__cd{background-position:-878px 0;height:15px}.iti__flag.iti__cf{background-position:-900px 0;height:14px}.iti__flag.iti__cg{background-position:-922px 0;height:14px}.iti__flag.iti__ch{background-position:-944px 0;height:15px}.iti__flag.iti__ci{background-position:-961px 0;height:14px}.iti__flag.iti__ck{background-position:-983px 0;height:10px}.iti__flag.iti__cl{background-position:-1005px 0;height:14px}.iti__flag.iti__cm{background-position:-1027px 0;height:14px}.iti__flag.iti__cn{background-position:-1049px 0;height:14px}.iti__flag.iti__co{background-position:-1071px 0;height:14px}.iti__flag.iti__cp{background-position:-1093px 0;height:14px}.iti__flag.iti__cr{background-position:-1115px 0;height:12px}.iti__flag.iti__cu{background-position:-1137px 0;height:10px}.iti__flag.iti__cv{background-position:-1159px 0;height:12px}.iti__flag.iti__cw{background-position:-1181px 0;height:14px}.iti__flag.iti__cx{background-position:-1203px 0;height:10px}.iti__flag.iti__cy{background-position:-1225px 0;height:14px}.iti__flag.iti__cz{background-position:-1247px 0;height:14px}.iti__flag.iti__de{background-position:-1269px 0;height:12px}.iti__flag.iti__dg{background-position:-1291px 0;height:10px}.iti__flag.iti__dj{background-position:-1313px 0;height:14px}.iti__flag.iti__dk{background-position:-1335px 0;height:15px}.iti__flag.iti__dm{background-position:-1357px 0;height:10px}.iti__flag.iti__do{background-position:-1379px 0;height:14px}.iti__flag.iti__dz{background-position:-1401px 0;height:14px}.iti__flag.iti__ea{background-position:-1423px 0;height:14px}.iti__flag.iti__ec{background-position:-1445px 0;height:14px}.iti__flag.iti__ee{background-position:-1467px 0;height:13px}.iti__flag.iti__eg{background-position:-1489px 0;height:14px}.iti__flag.iti__eh{background-position:-1511px 0;height:10px}.iti__flag.iti__er{background-position:-1533px 0;height:10px}.iti__flag.iti__es{background-position:-1555px 0;height:14px}.iti__flag.iti__et{background-position:-1577px 0;height:10px}.iti__flag.iti__eu{background-position:-1599px 0;height:14px}.iti__flag.iti__fi{background-position:-1621px 0;height:12px}.iti__flag.iti__fj{background-position:-1643px 0;height:10px}.iti__flag.iti__fk{background-position:-1665px 0;height:10px}.iti__flag.iti__fm{background-position:-1687px 0;height:11px}.iti__flag.iti__fo{background-position:-1709px 0;height:15px}.iti__flag.iti__fr{background-position:-1731px 0;height:14px}.iti__flag.iti__ga{background-position:-1753px 0;height:15px}.iti__flag.iti__gb{background-position:-1775px 0;height:10px}.iti__flag.iti__gd{background-position:-1797px 0;height:12px}.iti__flag.iti__ge{background-position:-1819px 0;height:14px}.iti__flag.iti__gf{background-position:-1841px 0;height:14px}.iti__flag.iti__gg{background-position:-1863px 0;height:14px}.iti__flag.iti__gh{background-position:-1885px 0;height:14px}.iti__flag.iti__gi{background-position:-1907px 0;height:10px}.iti__flag.iti__gl{background-position:-1929px 0;height:14px}.iti__flag.iti__gm{background-position:-1951px 0;height:14px}.iti__flag.iti__gn{background-position:-1973px 0;height:14px}.iti__flag.iti__gp{background-position:-1995px 0;height:14px}.iti__flag.iti__gq{background-position:-2017px 0;height:14px}.iti__flag.iti__gr{background-position:-2039px 0;height:14px}.iti__flag.iti__gs{background-position:-2061px 0;height:10px}.iti__flag.iti__gt{background-position:-2083px 0;height:13px}.iti__flag.iti__gu{background-position:-2105px 0;height:11px}.iti__flag.iti__gw{background-position:-2127px 0;height:10px}.iti__flag.iti__gy{background-position:-2149px 0;height:12px}.iti__flag.iti__hk{background-position:-2171px 0;height:14px}.iti__flag.iti__hm{background-position:-2193px 0;height:10px}.iti__flag.iti__hn{background-position:-2215px 0;height:10px}.iti__flag.iti__hr{background-position:-2237px 0;height:10px}.iti__flag.iti__ht{background-position:-2259px 0;height:12px}.iti__flag.iti__hu{background-position:-2281px 0;height:10px}.iti__flag.iti__ic{background-position:-2303px 0;height:14px}.iti__flag.iti__id{background-position:-2325px 0;height:14px}.iti__flag.iti__ie{background-position:-2347px 0;height:10px}.iti__flag.iti__il{background-position:-2369px 0;height:15px}.iti__flag.iti__im{background-position:-2391px 0;height:10px}.iti__flag.iti__in{background-position:-2413px 0;height:14px}.iti__flag.iti__io{background-position:-2435px 0;height:10px}.iti__flag.iti__iq{background-position:-2457px 0;height:14px}.iti__flag.iti__ir{background-position:-2479px 0;height:12px}.iti__flag.iti__is{background-position:-2501px 0;height:15px}.iti__flag.iti__it{background-position:-2523px 0;height:14px}.iti__flag.iti__je{background-position:-2545px 0;height:12px}.iti__flag.iti__jm{background-position:-2567px 0;height:10px}.iti__flag.iti__jo{background-position:-2589px 0;height:10px}.iti__flag.iti__jp{background-position:-2611px 0;height:14px}.iti__flag.iti__ke{background-position:-2633px 0;height:14px}.iti__flag.iti__kg{background-position:-2655px 0;height:12px}.iti__flag.iti__kh{background-position:-2677px 0;height:13px}.iti__flag.iti__ki{background-position:-2699px 0;height:10px}.iti__flag.iti__km{background-position:-2721px 0;height:12px}.iti__flag.iti__kn{background-position:-2743px 0;height:14px}.iti__flag.iti__kp{background-position:-2765px 0;height:10px}.iti__flag.iti__kr{background-position:-2787px 0;height:14px}.iti__flag.iti__kw{background-position:-2809px 0;height:10px}.iti__flag.iti__ky{background-position:-2831px 0;height:10px}.iti__flag.iti__kz{background-position:-2853px 0;height:10px}.iti__flag.iti__la{background-position:-2875px 0;height:14px}.iti__flag.iti__lb{background-position:-2897px 0;height:14px}.iti__flag.iti__lc{background-position:-2919px 0;height:10px}.iti__flag.iti__li{background-position:-2941px 0;height:12px}.iti__flag.iti__lk{background-position:-2963px 0;height:10px}.iti__flag.iti__lr{background-position:-2985px 0;height:11px}.iti__flag.iti__ls{background-position:-3007px 0;height:14px}.iti__flag.iti__lt{background-position:-3029px 0;height:12px}.iti__flag.iti__lu{background-position:-3051px 0;height:12px}.iti__flag.iti__lv{background-position:-3073px 0;height:10px}.iti__flag.iti__ly{background-position:-3095px 0;height:10px}.iti__flag.iti__ma{background-position:-3117px 0;height:14px}.iti__flag.iti__mc{background-position:-3139px 0;height:15px}.iti__flag.iti__md{background-position:-3160px 0;height:10px}.iti__flag.iti__me{background-position:-3182px 0;height:10px}.iti__flag.iti__mf{background-position:-3204px 0;height:14px}.iti__flag.iti__mg{background-position:-3226px 0;height:14px}.iti__flag.iti__mh{background-position:-3248px 0;height:11px}.iti__flag.iti__mk{background-position:-3270px 0;height:10px}.iti__flag.iti__ml{background-position:-3292px 0;height:14px}.iti__flag.iti__mm{background-position:-3314px 0;height:14px}.iti__flag.iti__mn{background-position:-3336px 0;height:10px}.iti__flag.iti__mo{background-position:-3358px 0;height:14px}.iti__flag.iti__mp{background-position:-3380px 0;height:10px}.iti__flag.iti__mq{background-position:-3402px 0;height:14px}.iti__flag.iti__mr{background-position:-3424px 0;height:14px}.iti__flag.iti__ms{background-position:-3446px 0;height:10px}.iti__flag.iti__mt{background-position:-3468px 0;height:14px}.iti__flag.iti__mu{background-position:-3490px 0;height:14px}.iti__flag.iti__mv{background-position:-3512px 0;height:14px}.iti__flag.iti__mw{background-position:-3534px 0;height:14px}.iti__flag.iti__mx{background-position:-3556px 0;height:12px}.iti__flag.iti__my{background-position:-3578px 0;height:10px}.iti__flag.iti__mz{background-position:-3600px 0;height:14px}.iti__flag.iti__na{background-position:-3622px 0;height:14px}.iti__flag.iti__nc{background-position:-3644px 0;height:10px}.iti__flag.iti__ne{background-position:-3666px 0;height:15px}.iti__flag.iti__nf{background-position:-3686px 0;height:10px}.iti__flag.iti__ng{background-position:-3708px 0;height:10px}.iti__flag.iti__ni{background-position:-3730px 0;height:12px}.iti__flag.iti__nl{background-position:-3752px 0;height:14px}.iti__flag.iti__no{background-position:-3774px 0;height:15px}.iti__flag.iti__np{background-position:-3796px 0;height:15px}.iti__flag.iti__nr{background-position:-3811px 0;height:10px}.iti__flag.iti__nu{background-position:-3833px 0;height:10px}.iti__flag.iti__nz{background-position:-3855px 0;height:10px}.iti__flag.iti__om{background-position:-3877px 0;height:10px}.iti__flag.iti__pa{background-position:-3899px 0;height:14px}.iti__flag.iti__pe{background-position:-3921px 0;height:14px}.iti__flag.iti__pf{background-position:-3943px 0;height:14px}.iti__flag.iti__pg{background-position:-3965px 0;height:15px}.iti__flag.iti__ph{background-position:-3987px 0;height:10px}.iti__flag.iti__pk{background-position:-4009px 0;height:14px}.iti__flag.iti__pl{background-position:-4031px 0;height:13px}.iti__flag.iti__pm{background-position:-4053px 0;height:14px}.iti__flag.iti__pn{background-position:-4075px 0;height:10px}.iti__flag.iti__pr{background-position:-4097px 0;height:14px}.iti__flag.iti__ps{background-position:-4119px 0;height:10px}.iti__flag.iti__pt{background-position:-4141px 0;height:14px}.iti__flag.iti__pw{background-position:-4163px 0;height:13px}.iti__flag.iti__py{background-position:-4185px 0;height:11px}.iti__flag.iti__qa{background-position:-4207px 0;height:8px}.iti__flag.iti__re{background-position:-4229px 0;height:14px}.iti__flag.iti__ro{background-position:-4251px 0;height:14px}.iti__flag.iti__rs{background-position:-4273px 0;height:14px}.iti__flag.iti__ru{background-position:-4295px 0;height:14px}.iti__flag.iti__rw{background-position:-4317px 0;height:14px}.iti__flag.iti__sa{background-position:-4339px 0;height:14px}.iti__flag.iti__sb{background-position:-4361px 0;height:10px}.iti__flag.iti__sc{background-position:-4383px 0;height:10px}.iti__flag.iti__sd{background-position:-4405px 0;height:10px}.iti__flag.iti__se{background-position:-4427px 0;height:13px}.iti__flag.iti__sg{background-position:-4449px 0;height:14px}.iti__flag.iti__sh{background-position:-4471px 0;height:10px}.iti__flag.iti__si{background-position:-4493px 0;height:10px}.iti__flag.iti__sj{background-position:-4515px 0;height:15px}.iti__flag.iti__sk{background-position:-4537px 0;height:14px}.iti__flag.iti__sl{background-position:-4559px 0;height:14px}.iti__flag.iti__sm{background-position:-4581px 0;height:15px}.iti__flag.iti__sn{background-position:-4603px 0;height:14px}.iti__flag.iti__so{background-position:-4625px 0;height:14px}.iti__flag.iti__sr{background-position:-4647px 0;height:14px}.iti__flag.iti__ss{background-position:-4669px 0;height:10px}.iti__flag.iti__st{background-position:-4691px 0;height:10px}.iti__flag.iti__sv{background-position:-4713px 0;height:12px}.iti__flag.iti__sx{background-position:-4735px 0;height:14px}.iti__flag.iti__sy{background-position:-4757px 0;height:14px}.iti__flag.iti__sz{background-position:-4779px 0;height:14px}.iti__flag.iti__ta{background-position:-4801px 0;height:10px}.iti__flag.iti__tc{background-position:-4823px 0;height:10px}.iti__flag.iti__td{background-position:-4845px 0;height:14px}.iti__flag.iti__tf{background-position:-4867px 0;height:14px}.iti__flag.iti__tg{background-position:-4889px 0;height:13px}.iti__flag.iti__th{background-position:-4911px 0;height:14px}.iti__flag.iti__tj{background-position:-4933px 0;height:10px}.iti__flag.iti__tk{background-position:-4955px 0;height:10px}.iti__flag.iti__tl{background-position:-4977px 0;height:10px}.iti__flag.iti__tm{background-position:-4999px 0;height:14px}.iti__flag.iti__tn{background-position:-5021px 0;height:14px}.iti__flag.iti__to{background-position:-5043px 0;height:10px}.iti__flag.iti__tr{background-position:-5065px 0;height:14px}.iti__flag.iti__tt{background-position:-5087px 0;height:12px}.iti__flag.iti__tv{background-position:-5109px 0;height:10px}.iti__flag.iti__tw{background-position:-5131px 0;height:14px}.iti__flag.iti__tz{background-position:-5153px 0;height:14px}.iti__flag.iti__ua{background-position:-5175px 0;height:14px}.iti__flag.iti__ug{background-position:-5197px 0;height:14px}.iti__flag.iti__um{background-position:-5219px 0;height:11px}.iti__flag.iti__un{background-position:-5241px 0;height:14px}.iti__flag.iti__us{background-position:-5263px 0;height:11px}.iti__flag.iti__uy{background-position:-5285px 0;height:14px}.iti__flag.iti__uz{background-position:-5307px 0;height:10px}.iti__flag.iti__va{background-position:-5329px 0;height:15px}.iti__flag.iti__vc{background-position:-5346px 0;height:14px}.iti__flag.iti__ve{background-position:-5368px 0;height:14px}.iti__flag.iti__vg{background-position:-5390px 0;height:10px}.iti__flag.iti__vi{background-position:-5412px 0;height:14px}.iti__flag.iti__vn{background-position:-5434px 0;height:14px}.iti__flag.iti__vu{background-position:-5456px 0;height:12px}.iti__flag.iti__wf{background-position:-5478px 0;height:14px}.iti__flag.iti__ws{background-position:-5500px 0;height:10px}.iti__flag.iti__xk{background-position:-5522px 0;height:15px}.iti__flag.iti__ye{background-position:-5544px 0;height:14px}.iti__flag.iti__yt{background-position:-5566px 0;height:14px}.iti__flag.iti__za{background-position:-5588px 0;height:14px}.iti__flag.iti__zm{background-position:-5610px 0;height:14px}.iti__flag.iti__zw{background-position:-5632px 0;height:10px}.iti__flag.iti__np{background-color:transparent}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/static/media/flags@2x.9d5328fb490cddd43f66.png);background-size:5652px 15px}}.iti input{outline:0}input,textarea{border:none;outline:none}input:focus,textarea:focus{border-color:none!important}input:focus:-moz-placeholder,input:focus:-ms-input-placeholder,input:focus::-moz-placeholder,input:focus::-webkit-input-placeholder{color:transparent}textarea:focus:-moz-placeholder,textarea:focus:-ms-input-placeholder,textarea:focus::-moz-placeholder,textarea:focus::-webkit-input-placeholder{color:transparent}input:-moz-placeholder,input:-ms-input-placeholder,input::-moz-placeholder,input::-webkit-input-placeholder{color:rgba(0,0,0,.5)}textarea:-moz-placeholder,textarea:-ms-input-placeholder,textarea::-moz-placeholder,textarea::-webkit-input-placeholder{color:rgba(0,0,0,.5)}button{background:transparent;border:none;outline:none!important}button:hover{cursor:pointer}iframe{border:none!important}.txt1,.txt2{color:#24214c;font-size:13px;line-height:1.5}.limiter{margin:0 auto;width:100%}.container-login100{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;padding:15px;width:100%;z-index:999}.wrap-login100{background:#fff;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.06);flex-wrap:wrap;justify-content:space-between;overflow:hidden;padding:137px 130px 137px 95px}.login100-pic{width:316px}.login100-pic img{max-width:100%}.login100-form{width:320px}.login100-form-title{color:#424344;display:block;font-size:24px;line-height:1.2;padding-bottom:30px;text-align:center;width:100%}.wrap-input100{margin-bottom:10px;position:relative;width:100%;z-index:1}.input100{background:#fff;border:1px solid #ecf0fa;border-radius:5px;color:#000;display:block;font-size:15px;height:45px;line-height:1.5;padding:0 30px 0 54px;width:100%}.focus-input100{-webkit-text-fill-color:transparent;background:#6259ca;-webkit-background-clip:text;box-shadow:0 0 0 0;display:block;text-transform:uppercase;z-index:-1}.focus-input100,.symbol-input100{border-radius:5px;bottom:0;height:100%;left:0;position:absolute;width:100%}.symbol-input100{align-items:center;color:#828996;display:flex;font-size:17px;padding-left:22px;pointer-events:none;transition:all .4s}.input100.focus-input100+.symbol-input100{-webkit-text-fill-color:transparent;background:#6259ca;-webkit-background-clip:text;text-transform:uppercase}.container-login100-form-btn{display:flex;flex-wrap:wrap;justify-content:center;padding-top:15px;width:100%}.login100-form-btn{align-items:center;border-radius:5px;color:#fff;display:flex;height:40px;justify-content:center;line-height:1.5;padding:0 25px;width:100%}@media(max-width:992px){.wrap-login100{padding:35px 90px 35px 85px}.login100-pic{display:none;width:35%}.login100-form{width:100%}}@media(max-width:768px){.wrap-login100{padding:30px 80px}.login100-form{width:100%}}@media(max-width:576px){.wrap-login100{padding:25px 15px}}.btn-social{background-color:#fff;border:1px solid #e2e7eb;overflow:hidden;padding-left:60px;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.btn-social>:first-child{border-right:1px solid #ecf0fa;bottom:0;font-size:1.2em;left:0;line-height:36px;position:absolute;text-align:center;top:0;width:40px}.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{font-size:1.8em;line-height:45px;width:45px}.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{font-size:1.4em;line-height:28px;width:28px}.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{font-size:1.2em;line-height:20px;width:20px}.btn-social-icon{height:34px;overflow:hidden;padding:0;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:34px}.btn-social-icon>:first-child{border-right:1px solid rgba(0,0,0,.2);bottom:0;font-size:1.6em;left:0;line-height:34px;position:absolute;top:0;width:32px}.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{font-size:1.8em;line-height:45px;width:45px}.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{font-size:1.4em;line-height:28px;width:28px}.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{font-size:1.2em;line-height:20px;width:20px}.btn-social-icon>:first-child{border:none;color:#fff;text-align:center;width:100%}.btn-social-icon.btn-lg{height:45px;padding-left:0;padding-right:0;width:45px}.btn-social-icon.btn-sm{height:30px;padding-left:0;padding-right:0;width:30px}.btn-social-icon.btn-xs{height:22px;padding-left:0;padding-right:0;width:22px}.navbar.navbar-static .navbar-header{float:left}.navbar .navbar-toggle.toggle-left{float:left;margin-left:15px}.navbar .navbar-toggle.toggle-right{float:right;margin-right:15px}.navbar .navbar-toggle.toggle-sidebar,.sidebar,[data-toggle=sidebar]{display:block}.sidebar{background-color:#fff;border:1px solid #f0f0f4;bottom:0;box-shadow:0 8px 14.72px 1.28px hsla(270,4%,90%,.5);max-height:none;min-height:100%;overflow:auto;position:fixed;top:0;width:300px;z-index:1000}.sidebar-left{left:0}.sidebar-right{right:0}.row .sidebar.sidebar-left.sidebar-xs-show{left:0;-webkit-transform:translate(0);transform:translate(0)}.row .sidebar.sidebar-right.sidebar-xs-show{right:0;-webkit-transform:translate(0);transform:translate(0)}@media(min-width:768px){.row .sidebar.sidebar-left.sidebar-sm-show{left:0;-webkit-transform:translate(0);transform:translate(0)}.row .sidebar.sidebar-right.sidebar-sm-show{right:0;-webkit-transform:translate(0);transform:translate(0)}}@media(min-width:992px){.row .sidebar.sidebar-left.sidebar-md-show{left:0;-webkit-transform:translate(0);transform:translate(0)}.row .sidebar.sidebar-right.sidebar-md-show{right:0;-webkit-transform:translate(0);transform:translate(0)}}@media(min-width:1170px){.row .sidebar.sidebar-left.sidebar-lg-show{left:0;-webkit-transform:translate(0);transform:translate(0)}.row .sidebar.sidebar-right.sidebar-lg-show{right:0;-webkit-transform:translate(0);transform:translate(0)}}.sidebar-animate{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.sidebar.sidebar-left{-webkit-transform:translate(-100%);transform:translate(-100%)}.sidebar.sidebar-left.sidebar-open{-webkit-transform:translate(0);transform:translate(0)}.sidebar.sidebar-right{-webkit-transform:translate(100%);transform:translate(100%)}.sidebar.sidebar-right.sidebar-open{-webkit-transform:translate(0);transform:translate(0)}.wrapper{margin:20px auto;max-width:1200px;padding:0 15px}.wrapper>h1{text-align:center}.wrapper>h1 span{border-bottom:2px solid #6259ca;color:#6259ca;display:inline-block;padding:0 10px 10px;transition:all .5s linear}.tab_wrapper{display:inline-block;position:relative;width:100%}.tab_wrapper *{box-sizing:border-box}.tab_wrapper>ul{clear:both;display:inline-block;margin-bottom:0;width:100%}.tab_wrapper>ul li{border:1px solid #f0f0f4;border-bottom:0;border-radius:5px 5px 0 0;border-top:1px solid #f0f0f4;cursor:pointer;float:left;font-size:1.05em;font-weight:500;margin:0 5px 0 0;padding:8px 18px;position:relative;text-transform:uppercase}.tab_wrapper>ul li.active{color:#fff}.tab_wrapper>ul li.active:after{background:#fff;bottom:-1px;content:"";height:1px;left:0;position:absolute;width:100%}.tab_wrapper .controller{clear:both;display:block;overflow:hidden;position:absolute;right:0;top:0}.tab_wrapper .controller span{background:#6259ca;color:#fff;display:inline-block;padding:8px 22px;text-transform:uppercase}.tab_wrapper .controller span.next{float:right;margin-left:10px}.tab_wrapper .content_wrapper{border:1px solid #f0f0f4;box-sizing:border-box;float:left;position:relative;top:-5px;width:100%}.tab_wrapper .content_wrapper .tab_content{display:none;padding:15px 20px}.tab_wrapper .content_wrapper .tab_content .error{color:red}.tab_wrapper .content_wrapper .accordian_header{border-bottom:1px solid #fff;border-top:1px solid #eee;cursor:pointer;display:none;font-weight:700;padding:10px 20px;position:relative;text-transform:uppercase}.tab_wrapper .content_wrapper .accordian_header.active{border:1px solid #eee;color:#6259ca}.tab_wrapper .content_wrapper .accordian_header.active:after{background:#6259ca;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.tab_wrapper .content_wrapper .accordian_header .arrow{background:#fff;border-left:3px solid #ccc;border-radius:2px;border-top:3px solid #ccc;display:inline-block;float:right;height:12px;position:relative;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);width:12px}.tab_wrapper .content_wrapper .accordian_header.active .arrow{border-left:3px solid #6259ca;border-top:3px solid #6259ca;margin-top:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tab_wrapper.left_side>ul{border-bottom:1px solid #ccc;float:left;width:25%}.tab_wrapper.left_side>ul li{border-width:1px;border-left:0;border-right:0;box-sizing:border-box;margin:0;padding:12px 18px;width:100%}.tab_wrapper.left_side>ul li:after{background:#ccc;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.tab_wrapper.left_side>ul li.active{border-color:#ccc}.tab_wrapper.left_side>ul li.active:after{background:#6259ca;height:100%;left:0;top:0;width:5px}.tab_wrapper.left_side>ul li.active:before{background:#fff;content:"";height:100%;position:absolute;right:-1px;top:0;width:2px}.tab_wrapper.left_side .content_wrapper{border:1px solid #f0f0f4;float:left;width:75%}.tab_wrapper.left_side .controller{top:-50px}.tab_wrapper.right_side>ul{border-bottom:1px solid #f0f0f4;float:right;width:25%}.tab_wrapper.right_side>ul li{border-width:1px;border-left:1px solid #f0f0f4;border-right:0;box-sizing:border-box;margin:0;padding:12px 18px;text-align:right;width:100%}.tab_wrapper.right_side>ul li:after{background:#f0f0f4;content:"";height:100%;left:inherit;position:absolute;right:0;top:0;width:5px}.tab_wrapper.right_side>ul li.active{border-color:#d7e7ff}.tab_wrapper.right_side>ul li.active:after{content:"";height:100%;left:inherit;right:0;top:0;width:5px}.tab_wrapper.right_side>ul li.active:before{background:#fff;content:"";height:100%;left:-2px;position:absolute;right:inherit;top:0;width:2px}.tab_wrapper.right_side .content_wrapper{border:1px solid #f0f0f4;float:left;width:75%}.tab_wrapper.right_side .controller{top:-50px}.tab_wrapper.accordion .content_wrapper{border-color:#eee}.tab_wrapper.accordion .content_wrapper .accordian_header{display:block}.tab_wrapper.accordion>ul{display:none}.tab_wrapper .active_tab{background:#000;border-radius:30px;color:#fff;cursor:pointer;display:none;padding:12px 50px 12px 12px;position:relative;text-align:center}.tab_wrapper .active_tab .arrow{background:#fff;border-radius:50%;height:30px;line-height:30px;overflow:hidden;position:absolute;right:6px;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px}.tab_wrapper .active_tab .arrow:after{border-bottom:3px solid #000;border-right:3px solid #000;content:"";display:inline-block;height:10px;left:50%;margin-left:-6px;margin-top:-8px;position:absolute;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:10px}.tab_wrapper .active_tab .text{display:block;text-indent:39px}@media only screen and (max-width:768px){.tab_wrapper>ul{display:none}.tab_wrapper .content_wrapper{border:0}.tab_wrapper .content_wrapper .accordian_header{display:block}.tab_wrapper.left_side .content_wrapper,.tab_wrapper.right_side .content_wrapper{border-top:0;width:100%}.tab_wrapper .controller{display:none}.tab_wrapper.show-as-dropdown>.tab_list{background:#fff;border:0;border-radius:5px;box-shadow:0 0 8px #ccc;margin-top:15px;position:absolute;z-index:3}.tab_wrapper.show-as-dropdown>.tab_list:before{background:#fff;box-shadow:-3px -4px 5px #efefef;content:"";height:14px;left:50%;margin-left:-7px;position:absolute;top:-6px;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:14px}.tab_wrapper.show-as-dropdown>.tab_list li{border:0;border-bottom:1px solid #ccc}.tab_wrapper.show-as-dropdown>.tab_list li.active:after{display:none}.tab_wrapper.show-as-dropdown .active_tab{display:block}.tab_wrapper.show-as-dropdown>.content_wrapper>.accordian_header,.tab_wrapper.show-as-dropdown>.tab_list{display:none}.tab_wrapper.show-as-dropdown>.tab_list li{display:block;float:none;width:100%}}@media only screen and (min-width:769px){.tab_wrapper.show-as-dropdown>.tab_list{display:block!important;overflow:hidden}}.tree{margin:0}.tree,.tree ul{list-style:none;padding:0}.tree ul{margin:0 0 0 1em;position:relative}.tree ul ul{margin-left:1em}.tree ul:before{bottom:0;content:"";display:block;left:-10px;position:absolute;top:0;width:0}.tree li{border:1px solid #edeef7;border-radius:5px;color:#9eabc0;line-height:2em;line-height:30px;margin:10px 0;padding:.5em 1em .2em;position:relative}.tree li i{font-size:16px;font-weight:700;line-height:1;margin-right:10px}.tree ul li:before{content:"";display:block;height:0;left:-10px;margin-top:-1px;position:absolute;top:22px;width:10px}.tree ul li:last-child:before{background:transparent;bottom:0;height:auto;top:22px}.indicator{color:#4b10a4;margin-right:5px}.tree li a{color:#031b4e;font-size:15px;text-decoration:none}.tree li button,.tree li button:active,.tree li button:focus{background:transparent;border:none;color:#29273c;margin:0;outline:0;padding:0;text-decoration:none}.tree li.branch{background:#f9fbfd}.tree li.branch li{background:#fff}.tree ul:before{border-left:1px solid #9eabc0}.tree ul li:before{border-top:1px solid #9eabc0}@media(max-width:320px){.fc-toolbar .fc-right{float:right;margin:10px 0;text-align:center;width:100%}}#footer,.fc-toolbar .ui-button,.fileinput .thumbnail,.four-zero,.four-zero footer>a,.ie-warning,.login-content,.login-navigation,.pt-inner,.pt-inner .pti-footer>a{text-align:center}.richText{background-color:#f5f6fb!important;border:1px solid #eaedf1}.richText .richText-toolbar{border-bottom:1px solid hsla(170,3%,62%,.1)}.richText .richText-toolbar ul li a{border-right:1px solid hsla(170,3%,62%,.2)}.cal1{font-size:14px}.cal1 .clndr .clndr-table .header-days .header-day{border-left:1px solid hsla(0,0%,100%,.1);border-top:1px solid #e2e3e4}.cal1 .clndr .clndr-table tr .adjacent-month,.cal1 .clndr .clndr-table tr .empty,.cal1 .clndr .clndr-table tr .my-adjacent-month,.cal1 .clndr .clndr-table tr .my-empty{background:#f5f6fb!important;border-left:1px solid #eaedf1;border-top:1px solid #eaedf1}.cal1 .clndr .clndr-table tr .day{border-left:1px solid #eaedf1;border-top:1px solid #eaedf1}.cal1 .clndr .clndr-table tr .day.event,.cal1 .clndr .clndr-table tr .day.my-event{background:rgba(245,246,251,.478)!important}.cal1 .clndr .clndr-table tr .day:last-child{border-right:1px solid #eaedf1}.cal1 .clndr .clndr-table tr .day:hover{background:#f5f6fb}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button,.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button{color:#fff}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#eaedf1}.fc-event,.fc-event-dot{color:#eaedf1}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#e2e3e4}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{background:#b4b4b4}.fc-today-button fc-button fc-state-default fc-corner-left fc-corner-right fc-state-disabled:focus{border:none!important;box-shadow:none!important}.fc-unthemed .fc-list-item:hover td{background-color:#eee}.cal1 .clndr .clndr-table tr .adjacent-month:hover,.cal1 .clndr .clndr-table tr .empty:hover,.cal1 .clndr .clndr-table tr .my-adjacent-month:hover,.cal1 .clndr .clndr-table tr .my-empty:hover{background:#fff}.error-page{position:relative}.error-page .display-1{font-size:10.5rem;margin-top:0}.chart-visitors{min-height:18rem;overflow:hidden}.chart-tasks{height:15rem;overflow:hidden}.chart-donut,.chart-pie{height:21rem;overflow:hidden}.chartsh{height:16rem;overflow:hidden}.chartwidget{height:17rem;overflow:hidden}.social i{font-size:40px}.social .social-icon i{font-size:11px}.instagram{background:linear-gradient(to right bottom,#de497b,#e1164f)}.linkedin{background-image:linear-gradient(to right bottom,#0d97de,#13547a)}.twitter{background-image:linear-gradient(to right bottom,#00f2fe,#1e63c3)}.facebook{background-image:linear-gradient(to right bottom,#3d6cbf,#1e3c72)}.chart,.map{padding-top:56.25%;position:relative}.chart-square,.map-square{padding-top:100%}.chart-content,.map-content{bottom:0;left:0;position:absolute;right:0;top:0}.map-header{height:15rem;margin-bottom:-1.5rem;position:relative}.map-header:before{background:linear-gradient(180deg,rgba(245,247,251,0) 5%,#f1f1f9 95%);bottom:0;content:"";height:10rem;left:0;pointer-events:none;position:absolute;right:0}.map-header-layer{height:100%}.map-static{background-position:50%;background-size:640px 120px;height:120px;max-width:640px;width:100%}.chart-circle{height:7rem;width:7rem}.chart-circle-1{display:initial;height:12rem;position:relative;width:12rem}.chart-circle canvas{display:block;margin:0 auto;max-height:100%;max-width:100%}.chart-circle-xs{font-size:.8rem;height:2.5rem;width:2.5rem}.chart-circle-sm{font-size:1rem;height:6rem!important;width:6rem!important}.chart-circle-lg{font-size:.8rem;height:10rem;width:10rem}.chart-circle-value{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;line-height:1;margin-left:auto;margin-right:auto;position:absolute;right:0;top:0}.chart-circle-value small{color:#9aa0ac;display:block;font-size:.9375rem}.chart-circle-1-value{align-items:center;bottom:0;display:flex;flex-direction:column;font-size:40px;justify-content:center;left:0;line-height:1;margin-left:auto;margin-right:auto;position:absolute;right:0;top:-184px}.chart-circle-1-value small{color:#9aa0ac;display:block;font-size:.9375rem}.chart-circle-value-3{top:20px}.chart-circle-value-3,.chart-circle-value-4{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;line-height:1;margin-left:auto;margin-right:auto;position:absolute;right:0}.chart-circle-value-4{font-size:50px;top:-66px}.amcharts-chart-div a,.canvasjs-chart-container a{display:none!important}.amChartsLegend.amcharts-legend-div{display:none}.chart-dropshadow{-webkit-filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.1));filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.1))}.chart-dropshadow-primary{-webkit-filter:drop-shadow(-6px 12px 4px rgba(133,67,246,.5));filter:drop-shadow(-6px 12px 4px rgba(133,67,246,.5))}.chart-dropshadow-primary-1{-webkit-filter:drop-shadow(-6px 12px 4px rgba(133,67,246,.2));filter:drop-shadow(-6px 12px 4px rgba(133,67,246,.2))}.chart-dropshadow-danger{-webkit-filter:drop-shadow(-6px 12px 4px rgba(244,88,91,.5));filter:drop-shadow(-6px 5px 4px rgba(244,88,91,.2))}.chart-dropshadow-warning{-webkit-filter:drop-shadow(0 2px 4px rgba(251,141,52,.5));filter:drop-shadow(0 2px 4px rgba(251,141,52,.5))}.BarChartShadow{-webkit-filter:drop-shadow(-4px 9px 4px rgba(0,0,0,.3));filter:drop-shadow(-6px 9px 4px rgba(0,0,0,.3))}.highcharts-button,.highcharts-credits,.highcharts-data-label,.highcharts-label{display:none}.highcharts-data-label-connector{display:none!important}#areaChart1,#areaChart2,#areaChart3,#areaChart4{height:7rem!important}#AreaChart5{bottom:-15px;height:163px!important;left:-7px;position:relative;width:105%!important}.chart-dropshadow2{-webkit-filter:drop-shadow(-6px 5px 4px rgba(0,0,0,.2));filter:drop-shadow(-6px 5px 4px rgba(0,0,0,.2))}.chart-dropshadow-secondary{-webkit-filter:drop-shadow(-6px 5px 4px rgba(167,66,153,.2));filter:drop-shadow(-6px 5px 4px rgba(167,66,153,.2))}.chart-dropshadow-success{-webkit-filter:drop-shadow(-6px 5px 4px rgba(19,191,166,.2));filter:drop-shadow(-6px 5px 4px rgba(19,191,166,.2))}.chart-dropshadow-info{-webkit-filter:drop-shadow(-6px 5px 4px rgba(7,116,248,.2));filter:drop-shadow(-6px 5px 4px rgba(7,116,248,.2))}.z-index2{z-index:2}.tilebox-one i{font-size:62px}ul li .legend-dots{border-radius:100%;display:inline-block;height:1rem;margin-right:.5rem;vertical-align:text-bottom;width:1rem}.legend li{display:inline;padding:5px}.GradientlineShadow{-webkit-filter:drop-shadow(0 -8px 4px rgba(0,0,0,.2));filter:drop-shadow(0 -8px 4px rgba(0,0,0,.2))}.donutShadow{-webkit-filter:drop-shadow(-5px 4px 6px rgba(0,0,0,.5));filter:drop-shadow(-1px 0 2px rgba(159,120,255,.5))}.donutShadow-yellow{-webkit-filter:drop-shadow(-5px 4px 6px rgba(0,0,0,.5));filter:drop-shadow(-1px 0 2px rgba(251,196,52,.5))}.donutShadow-blue{-webkit-filter:drop-shadow(-5px 4px 6px rgba(0,0,0,.5));filter:drop-shadow(-1px 0 2px rgba(36,72,135,.5))}.circle-icon{border-radius:5px;height:70px;margin-left:13px;margin-top:13px;width:70px}.circle-icon,.square-icon{float:right;position:absolute}.square-icon{border-radius:7px 0 0 7px;height:88px;line-height:7;width:81px}@media(max-width:991.98px){.main-content-body-show .main-header-menu-icon{display:none}.main-content-body-show .main-header-left .main-header-arrow{display:block}.main-content-body-show .main-content-left-chat{display:none}.main-content-body-show .main-content-body-chat{display:flex}}.main-content-left-chat{display:flex;flex-direction:column;padding:0;position:relative;width:100%}.main-nav-line-chat{border-bottom:1px solid #e8e8f7;flex-direction:row;flex-shrink:0;padding:19px 19px 19px 20px}.main-nav-line-chat .nav-link{color:#343a40;font-size:13px;font-weight:700;text-transform:uppercase}.main-nav-line-chat .nav-link:active,.main-nav-line-chat .nav-link:focus,.main-nav-line-chat .nav-link:hover{color:#6259ca;color:var(--primary-bg-color);outline:none}.main-nav-line-chat .nav-link+.nav-link{margin-left:0;margin-top:0}.main-chat-contacts-wrapper{border-bottom:1px solid #e8e8f7;flex-shrink:0;overflow:hidden;padding:10px 20px}.main-chat-contacts-wrapper .card-table-two .card-title,.main-chat-contacts-wrapper .main-content-label{line-height:1;margin-bottom:15px}@media(min-width:992px){.main-chat-contacts-wrapper{padding:10px 15px 10px 0}}.card-dashboard-eight .main-chat-contacts-wrapper .card-title,.card-table-two .main-chat-contacts-wrapper .card-title,.main-chat-contacts-wrapper .card-dashboard-eight .card-title{line-height:1;margin-bottom:15px}.main-chat-contacts-wrapper .lSSlideOuter,.main-chat-contacts-wrapper .lSSlideWrapper{overflow:visible}.main-chat-contacts{display:flex;padding-left:20px}.main-chat-contacts .lslide{align-items:center;display:flex;flex-direction:column;float:none}.main-chat-contacts small{font-size:11px;margin-top:3px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:36px}.main-chat-contacts-more{align-items:center;border-radius:100%;color:#fff;display:flex;font-size:12px;font-weight:500;height:36px;justify-content:center;width:36px}@media(min-width:992px){.main-chat-list{height:calc(100% - 134px);position:relative}}.main-chat-list .media{border:1px solid transparent;padding:12px 20px;position:relative}.main-chat-list .media+.media{border-top:1px solid #e8e8f7;margin-top:-1px}.main-chat-list .media.new{background-color:#fff}.main-chat-list .media.new .media-contact-name span:first-child{color:#404c6d;font-weight:500}.main-chat-list .media.new .media-body p{color:#8f9cc0}.main-chat-list .media:focus,.main-chat-list .media:hover{background-color:#f9faff;border-bottom-color:#e8e8f7;border-top-color:#e8e8f7;cursor:pointer}.main-chat-list .media:focus:first-child,.main-chat-list .media:hover:first-child{border-top-color:transparent}.main-chat-list .media:focus:last-child,.main-chat-list .media:hover:last-child{border-radius:0 0 11px 11px}.main-chat-list .media.selected{background-color:#f9faff;border-bottom-color:#e8e8f7;border-top-color:#e8e8f7}.main-chat-list .media.selected:first-child{border-top-color:transparent}.main-chat-list .media.selected:after{display:block}.main-chat-list .media.selected .media-contact-name span:first-child{color:#404c6d}.main-chat-list .media.selected .media-body p{color:#8f9cc0}.main-chat-list .media-body{margin-left:15px}.main-chat-list .media-body p{color:#a8afc7;font-size:13px;line-height:1.35;margin-bottom:0}.main-chat-list .media-contact-name{align-items:center;display:flex;justify-content:space-between;margin-bottom:2px}.main-chat-list .media-contact-name span:first-child{color:#404c6d;display:block;font-size:14px;font-weight:500}.main-chat-list .media-contact-name span:last-child{color:#a8afc7;display:block;font-size:11px}@media(min-width:992px){.main-chat-list .media{padding:12px 15px}}.main-content-body-chat{flex-direction:column}@media(min-width:992px){.main-content-body-chat{display:flex}}.main-chat-header{align-items:center;border-bottom:1px solid #e8e8f7;display:flex;flex-shrink:0;justify-content:flex-start;padding:15px 12px}.main-chat-header .nav{align-items:center;margin-left:auto}.main-chat-header .nav-link{color:#495584;display:none;font-size:16px;padding:0}.main-chat-header .nav-link:first-child{display:block}.main-chat-header .nav-link i{line-height:0}.main-chat-header .nav-link .typcn{line-height:.9}.main-chat-header .nav-link .typcn:before{width:auto}.main-chat-header .nav-link+.nav-link{margin-left:15px}@media(min-width:576px){.main-chat-header .nav-link{display:block}.main-chat-header .nav-link:first-child{display:none}}.main-chat-msg-name{margin-left:15px}.main-chat-msg-name h6{color:#0d0c22;font-size:15px;font-weight:700;margin-bottom:0}.main-chat-msg-name small{color:#0d0c22;font-size:12px}@media(min-width:992px){.main-chat-body{height:700px;overflow:hidden;padding-bottom:0}}@media(min-width:576px){.main-chat-body .media.flex-row-reverse .media-body{margin-left:55px}}.main-chat-body .media-body{align-items:flex-start;display:flex;flex-direction:column;margin-left:20px}.main-chat-body .media-body>div:last-child{align-items:center;color:#a8afc7;display:flex;font-size:11px}@media(min-width:576px){.main-chat-body .media-body{margin-right:55px}}.main-chat-time{display:block;margin:20px 0;position:relative;text-align:center}.main-chat-time:first-of-type{margin-top:0}.main-chat-time span{background:#e1e7ff;border-radius:4px;font-size:10px;font-weight:500;letter-spacing:1px;padding:6px;text-transform:uppercase}.main-chat-footer{background-color:#fff;border-top:1px solid #e8e8f7;bottom:0;display:flex;flex-shrink:0;height:50px;left:0;padding:0 20px;position:inherit;right:0}.main-chat-footer,.main-chat-footer .nav{align-items:center}.main-chat-footer .nav-link{color:#495584;display:none;font-size:16px;padding:0}.main-chat-footer .nav-link+.nav-link{margin-left:10px}.main-chat-footer .form-control{border-width:0;flex:1 1;margin:0 10px;padding-left:0;padding-right:0}.main-chat-footer .form-control:focus,.main-chat-footer .form-control:hover{box-shadow:none}@media(min-width:992px){.main-chat-footer{bottom:auto;left:auto;position:relative;right:auto}}@media(min-width:576px){.main-chat-footer .nav-link{display:block}.main-chat-footer .form-control{margin-left:20px}}@media(min-width:768px){.main-chat-footer .form-control{margin:0 20px}}.main-msg-send{font-size:20px}.main-content-title{color:#170c6b;font-size:32px;font-weight:500;line-height:1;margin-bottom:20px;position:relative;text-indent:-1px}.main-content-left-contacts .main-content-breadcrumb,.main-content-left-contacts .main-content-title{padding-left:20px}@media(min-width:992px){.main-content-left-contacts .main-content-breadcrumb,.main-content-left-contacts .main-content-title{padding-left:0}.main-content-body-contacts{display:block;overflow-y:auto}}.main-chat-list .media.new .main-img-user span{display:flex}.main-chat-list .main-img-user span{align-items:center;background-color:#f16d75;border-radius:100%;box-shadow:0 0 0 2px #fff;color:#fff;display:none;font-size:9px;font-weight:500;height:14px;justify-content:center;left:-2px;position:absolute;top:0;width:14px}.media img{border-radius:4px}.main-img-user img{border-radius:100%;height:100%;object-fit:cover;width:100%}.main-chat-list .media .main-img-user{flex-shrink:0;top:3px}.main-img-user{border-radius:100%;display:block;height:36px;position:relative;width:36px}@media(min-width:992px){.main-chat-list{height:700px;position:relative}}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.far{font-weight:400}.main-msg-wrapper{background-color:#f4f6ff;border-radius:4px;display:inline-block;font-size:13px;margin-bottom:5px;padding:10px 15px;position:relative}.main-chat-body{position:relative}.main-chat-body .content-inner{padding:20px}.main-chat-body .media+.media{margin-top:20px}.main-chat-body .media.flex-row-reverse .media-body{align-items:flex-end;margin-left:0;margin-right:20px}.main-chat-body .media.flex-row-reverse .main-msg-wrapper{background-color:#6259ca!important;background-color:var(--primary-bg-color)!important;color:#fff;position:relative}.chat-left .main-msg-wrapper:first-child:before{border-bottom:8px solid #f4f6ff;border-left:8px solid transparent;border-right:8px solid transparent;content:"";display:block;left:-12px;position:absolute;right:auto;top:14px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.chat-left .media-body{overflow:initial}.chat-right .main-msg-wrapper:first-child:before{border-bottom:8px solid #6259ca!important;border-bottom:8px solid var(--primary-bg-color)!important;border-left:8px solid transparent;border-right:8px solid transparent;content:"";display:block;left:auto;position:absolute;right:-12px;top:14px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.chat-right .media-body{overflow:initial}.authentication input{border:0;border-radius:0;padding-left:32px!important}.authentication .card:hover{box-shadow:0 16px 26px 0 rgba(0,0,0,.4),0 3px 6px 0 rgba(0,0,0,.4)}.authentication .card-title{font-size:1.185rem}.authentication .form-control{margin-bottom:1rem}.authentication .form-control:focus{box-shadow:none}.authentication input::-webkit-input-placeholder{color:#76839a;margin-top:1px}.authentication input::placeholder{color:#76839a;margin-top:1px}.authentication .flex-c-m .login100-social-item i{color:#fff;margin-left:0}.authentication .wrap-input{margin:0 auto;width:100%}.login100-social-item{align-items:center;border-radius:50%;color:#fff;display:inline-block;font-size:20px;height:40px;justify-content:center;line-height:2;margin:5px;text-align:center;width:40px}.login100-social-item:hover{color:#fff}.container-login100 .box .social-icons{position:relative}.container-login100 .box ul{margin:0;padding:0}.container-login100 .box ul li{float:left;list-style:none;padding:7px}.container-login100 .box ul li a{font-size:20px;margin:0 10px;text-align:center;transition:.5s}.relative{position:relative!important}.construction .btn.btn-icon{background:#5851ab;color:#fff;font-size:20px;height:50px;margin:0 3px;padding:0;text-align:center;width:50px}.range{background-color:#f5f5f5;border-radius:4px;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);cursor:pointer;display:table;height:25px;margin-top:20px;position:relative}.range input[type=range]{-webkit-appearance:none!important;-o-appearance:none!important;appearance:none!important;background-color:transparent;cursor:pointer;display:table-cell;height:25px;width:100%}.range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none!important;-o-appearance:none!important;appearance:none!important;background-color:#999;border-radius:0;color:#fff;height:25px;text-align:center;vertical-align:initial;white-space:nowrap;width:11px}.range input[type=range]::-moz-slider-thumb{-webkit-appearance:none!important;-o-appearance:none!important;appearance:none!important;background-color:#999;border-radius:0;color:#fff;height:25px;text-align:center;vertical-align:initial;white-space:nowrap;width:11px}.range output{background-color:#999;border-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0;color:#fff;display:table-cell;min-width:40px;padding:3px 5px 2px;text-align:center;text-decoration:none;transition:all .5s ease;-webkit-user-select:none;-o-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:1%}.range input[type=range]{outline:none}.range.range-success input[type=range]::-webkit-slider-thumb{background-color:#4ecc48}.range.range-success input[type=range]::-moz-slider-thumb{background-color:#4ecc48}.range.range-success output{background-color:#4ecc48}.range.range-success input[type=range]{outline-color:#4ecc48}.range.range-info input[type=range]::-webkit-slider-thumb{background-color:#45aaf2}.range.range-info input[type=range]::-moz-slider-thumb{background-color:#45aaf2}.range.range-info output{background-color:#45aaf2}.range.range-info input[type=range]{outline-color:#45aaf2}.range.range-warning input[type=range]::-webkit-slider-thumb{background-color:#ecb403}.range.range-warning input[type=range]::-moz-slider-thumb{background-color:#ecb403}.range.range-warning output{background-color:#ecb403}.range.range-warning input[type=range]{outline-color:#ecb403}.range.range-danger input[type=range]::-webkit-slider-thumb{background-color:#c21a1a}.range.range-danger input[type=range]::-moz-slider-thumb{background-color:#c21a1a}.range.range-danger output{background-color:#c21a1a}.range.range-danger input[type=range]{outline-color:#c21a1a}.ribbon1{color:#fff;position:absolute;right:10px;top:-6.1px;z-index:1}.ribbon1:after{border-left:20px solid transparent;border-right:24px solid transparent;border-top:13px solid #f8463f;content:"";height:0;position:absolute;width:0}.ribbon1 span{background:#f8463f;border-top-right-radius:8px;display:block;font-size:14px;line-height:1;padding:12px 8px 10px;position:relative;text-align:center}.ribbon1 span:after,.ribbon1 span:before{content:"";position:absolute}.ribbon1 span:before{background:#f8463f;height:6px;left:-6px;top:0;width:6px}.ribbon1 span:after{background:#c02031;border-radius:8px 8px 0 0;height:6px;left:-8px;top:0;width:8px}.ribbon{height:75px;overflow:hidden;position:absolute;right:-5px;text-align:right;top:-5px;width:75px;z-index:1}.ribbon span{background:#79a70a;background:linear-gradient(#f8463f,#f8463f);box-shadow:0 3px 10px -5px #000;color:#fff;display:block;font-size:10px;font-weight:700;line-height:20px;position:absolute;right:-21px;text-align:center;text-transform:uppercase;top:19px;transform:rotate(45deg);-webkit-transform:rotate(45deg);width:100px}.ribbon span:before{border-color:#f8463f transparent transparent #f8463f;left:0}.ribbon span:after,.ribbon span:before{border-style:solid;border-width:3px;content:"";position:absolute;top:100%;z-index:-1}.ribbon span:after{border-color:#f8463f #f8463f transparent transparent;right:0}.wizard{background-color:#fff;border:1px solid #e9edf4}.wizard>.steps{padding:20px}.wizard>.steps>ul{display:flex;margin-bottom:0;padding:0}.wizard>.steps>ul li{display:block;float:none;width:auto}.wizard>.steps>ul li .current-info{display:none}.wizard>.steps>ul li .title{margin:0;min-height:auto;transition:all .2s ease-in-out;white-space:nowrap}.wizard>.steps>ul li+li{margin-left:5px}.wizard>.steps a,.wizard>.steps a:active,.wizard>.steps a:hover{align-items:center;color:#6259ca;color:var(--primary-bg-color);display:flex;font-size:15px;font-weight:500;justify-content:center}.wizard>.steps a .number,.wizard>.steps a:active .number,.wizard>.steps a:hover .number{background-color:#f1f1f9;border-radius:100%;color:#6259ca;color:var(--primary-bg-color);display:block;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700;height:30px;line-height:2;margin-right:5px;text-align:center;transition:all .2s ease-in-out;width:30px}.wizard>.steps .disabled a,.wizard>.steps .disabled a:active,.wizard>.steps .disabled a:hover{color:#737688}.wizard>.steps .current a,.wizard>.steps .current a:active,.wizard>.steps .current a:hover{color:#6259ca;color:var(--primary-bg-color)}.wizard>.steps .current a .title,.wizard>.steps .current a:active .title,.wizard>.steps .current a:hover .title{display:inline-block}.wizard>.steps .current a .number,.wizard>.steps .current a:active .number,.wizard>.steps .current a:hover .number{background-color:#6259ca;background-color:var(--primary-bg-color);color:#fff}.wizard>.steps .done a,.wizard>.steps .done a:active,.wizard>.steps .done a:hover{color:#09ad95}.wizard>.steps .done a .title,.wizard>.steps .done a:active .title,.wizard>.steps .done a:hover .title{display:none}.wizard>.steps .done a .number,.wizard>.steps .done a:active .number,.wizard>.steps .done a:hover .number{background-color:#09ad95;color:#fff}.wizard>.content{border-bottom:1px solid #e9edf4;border-top:1px solid #e9edf4;min-height:150px;padding:20px}.wizard>.content>.title{color:#0d0c22;display:none;font-size:18px;font-weight:600;margin:0;padding-bottom:15px}.wizard>.content>.title.current{display:block}.wizard>.content>.body{float:none;height:auto;position:static;width:auto}.wizard>.content>.body input.parsley-error{border-color:#ff5c77}.wizard>.content>.body input.parsley-error+ul{list-style:none!important}.wizard>.actions{padding:20px}.wizard>.actions>ul{display:flex;justify-content:space-between;list-style:none;margin:0;padding:0}.wizard>.actions>ul>li:last-child a{background-color:#09ad95}.wizard>.actions a,.wizard>.actions a:active,.wizard>.actions a:hover{background-color:#6259ca;background-color:var(--primary-bg-color);border-radius:4px;color:#fff;display:block;font-weight:500;line-height:1.573;padding:9px 25px}.wizard>.actions .disabled a,.wizard>.actions .disabled a:active,.wizard>.actions .disabled a:hover{background-color:#e8ebf2;color:#0d0c22}.wizard.vertical>.steps{padding:20px}.wizard.vertical>.steps ul li+li{margin-left:10px}.wizard.vertical>.steps ul li .title{display:none}.wizard.vertical>.steps .current a .title{display:inline-block}.wizard.vertical>.content{margin:0;padding:20px}.wizard.vertical>.actions{padding:20px}.wizard.vertical>.actions ul{float:none;margin:0;padding:0}@media(min-width:768px){.wizard>.steps{padding:25px}}@media(min-width:992px){.wizard>.steps{padding:20px}}@media(prefers-reduced-motion:reduce){.wizard>.steps>ul li .title{transition:none}}@media(min-width:576px){.wizard>.steps>ul li .title{display:none;margin-left:10px}}@media(min-width:768px){.wizard>.steps>ul li .title{display:inline-block}}@media(min-width:576px){.wizard>.steps>ul li+li{margin-left:20px}}@media(min-width:992px){.wizard>.steps>ul li+li{margin-left:30px}}@media(min-width:1200px){.wizard>.steps a,.wizard>.steps a:active,.wizard>.steps a:hover{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.wizard>.steps a .number,.wizard>.steps a:active .number,.wizard>.steps a:hover .number{transition:none}}@media(min-width:576px){.wizard>.steps a .number,.wizard>.steps a:active .number,.wizard>.steps a:hover .number{font-size:15px;font-weight:600;height:30px;line-height:1.9;width:30px}}@media(min-width:992px){.wizard>.steps .disabled{display:block}}@media(max-width:991px){.wizard>.steps .disabled{display:none}}@media(min-width:768px){.wizard>.steps .done a .title,.wizard>.steps .done a:active .title,.wizard>.steps .done a:hover .title{display:inline-block}.wizard>.content{padding:25px}}@media(min-width:992px){.wizard>.content{padding:20px}}@media(min-width:768px){.wizard>.actions{padding:25px}}@media(min-width:992px){.wizard>.actions{padding:20px}}@media(min-width:576px){.wizard.vertical>.steps{float:left;width:20%}}@media(min-width:768px){.wizard.vertical>.steps{width:15%}}@media(min-width:992px){.wizard.vertical>.steps{padding:20px;width:33%}}@media(min-width:576px){.wizard.vertical>.steps ul{flex-direction:column}.wizard.vertical>.steps ul li+li{margin-left:0;margin-top:10px}}@media(min-width:768px){.wizard.vertical>.steps ul li+li{margin-top:20px}}@media(min-width:992px){.wizard.vertical>.steps ul li .title{display:block}.wizard.vertical>.steps a{justify-content:flex-start}}@media(min-width:576px){.wizard.vertical>.steps .current a .title{display:none}}@media(min-width:992px){.wizard.vertical>.steps .current a .title{display:inline-block}}@media(min-width:576px){.wizard.vertical>.content{border-bottom-width:0;border-left:1px solid #e9edf4;border-top-width:0;float:right;width:80%}}@media(min-width:768px){.wizard.vertical>.content{width:85%}}@media(min-width:992px){.wizard.vertical>.content{padding:25px;width:67%}}@media(min-width:576px){.wizard.vertical>.actions{border-left:1px solid #e9edf4;float:right;width:80%}}@media(min-width:768px){.wizard.vertical>.actions{width:85%}}@media(min-width:992px){.wizard.vertical>.actions{padding:25px;width:67%}}.step-equal-width>.steps>ul{display:flex}.step-equal-width>.steps>ul>li{flex:1 1;float:none;width:auto}.wizard-style-1>.steps>ul a,.wizard-style-1>.steps>ul a:active,.wizard-style-1>.steps>ul a:hover{height:50px;padding:0}.wizard-style-1>.steps>ul a .number,.wizard-style-1>.steps>ul a:active .number,.wizard-style-1>.steps>ul a:hover .number{background-color:#f3f7fd;border:0;border-radius:0;color:#737688;font-size:18px;font-weight:700;height:100%;width:50px}.wizard-style-1>.steps>ul a .title,.wizard-style-1>.steps>ul a:active .title,.wizard-style-1>.steps>ul a:hover .title{margin-left:20px;margin-right:20px}.wizard-style-1>.steps>ul .current a .number,.wizard-style-1>.steps>ul .current a:active .number,.wizard-style-1>.steps>ul .current a:hover .number{background-color:#6259ca;background-color:var(--primary-bg-color);color:#fff}.wizard-style-1>.steps>ul .done a .number,.wizard-style-1>.steps>ul .done a:active .number,.wizard-style-1>.steps>ul .done a:hover .number{background-color:#643ab0;color:#fff}.wizard-style-2>.steps>ul a,.wizard-style-2>.steps>ul a:active,.wizard-style-2>.steps>ul a:hover{border-radius:50px;height:50px;padding:0}.wizard-style-2>.steps>ul a .number,.wizard-style-2>.steps>ul a:active .number,.wizard-style-2>.steps>ul a:hover .number{background-color:#fff;border:2px solid #f3f7fd;color:#737688;font-size:18px;font-weight:700;height:100%;width:50px}.wizard-style-2>.steps>ul a .title,.wizard-style-2>.steps>ul a:active .title,.wizard-style-2>.steps>ul a:hover .title{margin-right:20px}.wizard-style-2>.steps>ul .current a .number,.wizard-style-2>.steps>ul .current a:active .number,.wizard-style-2>.steps>ul .current a:hover .number{border-color:#6259ca;border-color:var(--primary-bg-color);color:#6259ca;color:var(--primary-bg-color)}.wizard-style-2>.steps>ul .done a .number,.wizard-style-2>.steps>ul .done a:active .number,.wizard-style-2>.steps>ul .done a:hover .number{border-color:#8c3feb;color:#8c3feb}.parsley-required{color:#ff5c77;font-size:12px;margin-top:3px}.wizard-card .moving-tab{background-color:#6259ca!important;background-color:var(--primary-bg-color)!important}.form-group label.control-label{color:#6259ca;color:var(--primary-bg-color)}.wizard-card.form-group .form-control{background-image:linear-gradient(#c4c4c4,#c4c4c4,linear-gradient(#e1e1e2,#e1e1e2))}.wizard-container .wizard-navigation{background:#ebeff8}.wizard-card .choice.active .icon,.wizard-card .choice:hover .icon{border-color:#6259ca!important;border-color:var(--primary-bg-color)!important;color:#6259ca!important;color:var(--primary-bg-color)!important}.weather-card{background:#fff;height:492px;overflow:hidden}.weather-card .top{background-position:50%;background-size:cover;height:328px;overflow:hidden;position:relative;text-align:center;width:100%}.weather-card .top .wrapper{padding:30px;position:relative;z-index:1}.weather-card .top .wrapper .mynav{height:20px}.weather-card .top .wrapper .mynav .lnr{color:#fff;font-size:20px}.weather-card .top .wrapper .mynav .lnr-chevron-left{display:inline-block;float:left}.weather-card .top .wrapper .mynav .lnr-cog{display:inline-block;float:right}.weather-card .top .wrapper .heading{color:#fff;font-size:35px;font-weight:400;margin-top:20px}.weather-card .top .wrapper .location{color:#fff;font-size:21px;font-weight:400;margin-top:20px}.weather-card .top .wrapper .temp{margin-top:20px}.weather-card .top .wrapper .temp a{color:#fff;text-decoration:none}.weather-card .top .wrapper .temp a .temp-type{font-size:85px}.weather-card .top .wrapper .temp .temp-value{color:#fff;display:inline-block;font-size:85px;font-weight:600}.weather-card .top .wrapper .temp .deg{color:#fff;display:inline-block;font-size:35px;font-weight:600;margin-top:10px;vertical-align:top}.weather-card .top:after{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.weather-card .bottom{background:#fff;padding:0 30px}.weather-card .bottom .wrapper .forecast{font-size:0;margin:0;max-height:155px;overflow:hidden;padding:20px 0 0}.weather-card .bottom .wrapper .forecast a{color:#000;text-decoration:none}.weather-card .bottom .wrapper .forecast .go-up{display:block;font-size:25px;margin-bottom:10px;text-align:center}.weather-card .bottom .wrapper .forecast li{color:rgba(0,0,0,.25);display:block;font-size:25px;font-weight:400;line-height:1em;margin-bottom:30px}.weather-card .bottom .wrapper .forecast li .date{display:inline-block}.weather-card .bottom .wrapper .forecast li .condition{display:inline-block;float:right;font-size:25px;vertical-align:middle}.weather-card .bottom .wrapper .forecast li .condition .temp{display:inline-block;font-size:20px;font-weight:400;padding-top:2px;vertical-align:top}.weather-card .bottom .wrapper .forecast li .condition .temp .deg{display:inline-block;font-size:10px;font-weight:600;margin-left:3px;vertical-align:top}.weather-card .bottom .wrapper .forecast li .condition .temp .temp-type{font-size:20px}.weather-card .bottom .wrapper .forecast li.active{color:rgba(0,0,0,.8)}@media(max-width:1279px){.wideget-user-info .wideget-user-warap{margin-top:2rem!important}}@media(max-width:360px){.wideget-user-desc .wideget-user-img{height:130px;width:130px}.wideget-user-desc .user-wrap{margin-left:13px;margin-top:.7rem!important}.wideget-user-info .wideget-user-warap .wideget-user-warap-r{margin-left:5rem!important}}.widget-info i{border:2px solid #fff;border-radius:50%;height:100px;padding:27px 0;text-align:center;width:100px}.widget-info a{border-bottom:1px solid #fff}.widgets-cards .wrp.icon-circle{align-items:center;border-radius:50px;display:flex;height:73px;justify-content:center;margin-right:15px;padding:0;width:73px}.widgets-cards .wrp.icon-circle i{color:#fff;font-size:1.6rem}.widgets-cards .wrp p{line-height:1;margin-bottom:10px}.widgets-cards .wrp p:first-child{font-size:25px;font-weight:600}.widgets{font-size:35px;padding:20px}.widgetstext{bottom:0;padding:20px 40px;top:0}.widget-line h4{font-size:24px;font-weight:600}.widget-line p{font-size:16px}.widget-line-list li{display:inline-block;font-size:16px;line-height:27px;list-style-type:none;padding:5px 20px 0 15px}.wideget-user-info{margin-top:1rem}.widget-line-list{margin:6px}.widget-progress .progress{background-color:rgba(0,0,0,.1)}.widget-card-1 i{border-radius:5px;bottom:1px;color:#fff;font-size:57px;opacity:.5;position:relative;right:11px}.widget-card-1 i:hover{bottom:-10px;color:#fff;font-size:80px;position:absolute;transition:all .3s ease-in-out}.wideget-user-desc .wideget-user-img img{border-radius:100%;margin-right:2rem}.wideget-user-desc .user-wrap{margin-top:1.5rem}.wideget-user .wideget-user-icons a{border-radius:100px;display:inline-block;height:2rem;line-height:2rem;margin-top:.3rem;text-align:center;width:2rem}.wideget-user .wideget-user-icons a:hover{color:#fff}.wideget-user-info .wideget-user-warap{display:flex}.wideget-user-info .wideget-user-warap h4{font-size:1.5rem;font-weight:500;margin-bottom:.4rem}.wideget-user-info .wideget-user-warap .wideget-user-warap-r{margin-left:10rem}.wideget-user-info .wideget-user-rating a{font-size:18px}.wideget-user-tab .tab-menu-heading{border:0;padding:0}.wideget-user-tab .tab-menu-heading .nav li a{color:#374254;font-size:15px;font-weight:400}.wideget-user-tab .tabs-menu1 ul li a{display:block;padding:14px 20px}.widgets-cards .widgets-cards-data{margin-top:8px}.widgets-cards .widgets-cards-data .wrp p:first-child{font-size:20px;font-weight:500}.widget-drop .dropdown-menu{left:0;min-width:80px;position:absolute;top:0;-webkit-transform:translate3d(-156px,31px,0)!important;transform:translate3d(-156px,31px,0)!important;will-change:transform}.widget-drop .button:focus{border-color:transparant!important}#widgetChart1,#widgetChart2,#widgetChart3{border-radius:27%;bottom:-15px;height:142px!important;left:-17px;overflow:hidden!important;position:relative;width:110%!important}.clip-widget{position:relative}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.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}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}}@media(min-width:1280px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1280px){.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.bg-secondary{background:#fb6b25!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#f2325e!important}.bg-success{background:#09ad95!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#15bf42!important}.bg-info{background:#45aaf2!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#1eb0e2!important}.bg-warning{background:#f7b731!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#e0a325!important}.bg-danger{background:#f82649!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#de223d!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#f1f1f9!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-facebook{background:#2b4170!important}.bg-secondary-gradient{background:linear-gradient(to bottom right,#9070ff,#ff5d9e)!important}a.bg-secondary-gradient:focus,a.bg-secondary-gradient:hover,button.bg-secondary-gradient:focus,button.bg-secondary-gradient:hover{background-color:#fb6b25!important}.bg-success-gradient{background:linear-gradient(to bottom right,#4be8d4,#129bd2)!important}a.bg-success-gradient:focus,a.bg-success-gradient:hover,button.bg-success-gradient:focus,button.bg-success-gradient:hover{background-color:#448700!important}.bg-info-gradient{background:linear-gradient(to bottom right,#1e63c3,#00f2fe)!important}a.bg-info-gradient:focus,a.bg-info-gradient:hover,button.bg-info-gradient:focus,button.bg-info-gradient:hover{background-color:#1594ef!important}.bg-warning-gradient{background:linear-gradient(to bottom right,#f66b4e,#fbc434)!important}a.bg-warning-gradient:focus,a.bg-warning-gradient:hover,button.bg-warning-gradient:focus,button.bg-warning-gradient:hover{background-color:#fbb034!important}.bg-danger-gradient{background-image:linear-gradient(to bottom right,#f1bf64,#f71d36)!important}a.bg-danger-gradient:focus,a.bg-danger-gradient:hover,button.bg-danger-gradient:focus,button.bg-danger-gradient:hover{background-color:#a11918!important}.bg-light-gradient{background-color:#f8f9fa!important}a.bg-light-gradient:focus,a.bg-light-gradient:hover,button.bg-light-gradient:focus,button.bg-light-gradient:hover{background-color:#dae0e5!important}.bg-dark-gradient{background-color:#343a40!important}a.bg-dark-gradient:focus,a.bg-dark-gradient:hover,button.bg-dark-gradient:focus,button.bg-dark-gradient:hover{background-color:#1d2124!important}.bg-facebook-gradient{background:linear-gradient(to bottom right,#3b5998,#2b4170)!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg1{background:linear-gradient(to right bottom,#163b7c,#548beb)}.bg2{background:linear-gradient(to bottom right,#00f2fe,#1e63c3)!important}.bg3{background:linear-gradient(to bottom right,#f53e31,#dd4b39)}.bg-purple{background:#8927ec!important;color:#fff!important}a.bg-purple:focus,a.bg-purple:hover,button.bg-purple:focus,button.bg-purple:hover{background-color:#8c31e4!important}.bg-blue-lightest{background-color:#edf2fa!important}a.bg-blue-lightest:focus,a.bg-blue-lightest:hover,button.bg-blue-lightest:focus,button.bg-blue-lightest:hover{background-color:#c5d5ef!important}.bg-blue-lighter{background-color:#c8d9f1!important}a.bg-blue-lighter:focus,a.bg-blue-lighter:hover,button.bg-blue-lighter:focus,button.bg-blue-lighter:hover{background-color:#9fbde7!important}.bg-blue-light{background-color:#7ea5dd!important}a.bg-blue-light:focus,a.bg-blue-light:hover,button.bg-blue-light:focus,button.bg-blue-light:hover{background-color:#5689d2!important}.bg-blue-dark{background-color:#3866a6!important}a.bg-blue-dark:focus,a.bg-blue-dark:hover,button.bg-blue-dark:focus,button.bg-blue-dark:hover{background-color:#2b4f80!important}.bg-blue-darker{background-color:#1c3353!important}a.bg-blue-darker:focus,a.bg-blue-darker:hover,button.bg-blue-darker:focus,button.bg-blue-darker:hover{background-color:#0f1c2d!important}.bg-blue-darkest{background-color:#0e1929!important}a.bg-blue-darkest:focus,a.bg-blue-darkest:hover,button.bg-blue-darkest:focus,button.bg-blue-darkest:hover{background-color:#010203!important}.bg-purssianblue{background-color:#362f71}a.bg-purssianblue-lightest:focus,a.bg-purssianblue-lightest:hover,button.bg-purssianblue-lightest:focus,button.bg-purssianblue-lightest:hover{background-color:#3f3688!important}.bg-indigo-lightest{background-color:#f0f1fa!important}a.bg-indigo-lightest:focus,a.bg-indigo-lightest:hover,button.bg-indigo-lightest:focus,button.bg-indigo-lightest:hover{background-color:#cacded!important}.bg-indigo-lighter{background-color:#d1d5f0!important}a.bg-indigo-lighter:focus,a.bg-indigo-lighter:hover,button.bg-indigo-lighter:focus,button.bg-indigo-lighter:hover{background-color:#abb2e3!important}.bg-indigo-light{background-color:#939edc!important}a.bg-indigo-light:focus,a.bg-indigo-light:hover,button.bg-indigo-light:focus,button.bg-indigo-light:hover{background-color:#6c7bd0!important}.bg-indigo-dark{background-color:#515da4!important}a.bg-indigo-dark:focus,a.bg-indigo-dark:hover,button.bg-indigo-dark:focus,button.bg-indigo-dark:hover{background-color:#404a82!important}.bg-indigo-darker{background-color:#282e52!important}a.bg-indigo-darker:focus,a.bg-indigo-darker:hover,button.bg-indigo-darker:focus,button.bg-indigo-darker:hover{background-color:#171b30!important}.bg-indigo-darkest{background-color:#141729!important}a.bg-indigo-darkest:focus,a.bg-indigo-darkest:hover,button.bg-indigo-darkest:focus,button.bg-indigo-darkest:hover{background-color:#030407!important}.bg-purple-lightest{background-color:#f6effd!important}a.bg-purple-lightest:focus,a.bg-purple-lightest:hover,button.bg-purple-lightest:focus,button.bg-purple-lightest:hover{background-color:#ddc2f7!important}.bg-purple-lighter{background-color:#e4cff9!important}a.bg-purple-lighter:focus,a.bg-purple-lighter:hover,button.bg-purple-lighter:focus,button.bg-purple-lighter:hover{background-color:#cba2f3!important}.bg-purple-light{background-color:#c08ef0!important}a.bg-purple-light:focus,a.bg-purple-light:hover,button.bg-purple-light:focus,button.bg-purple-light:hover{background-color:#a761ea!important}.bg-purple-dark{background-color:#844bbb!important}a.bg-purple-dark:focus,a.bg-purple-dark:hover,button.bg-purple-dark:focus,button.bg-purple-dark:hover{background-color:#6a3a99!important}.bg-purple-darker{background-color:#42265e!important}a.bg-purple-darker:focus,a.bg-purple-darker:hover,button.bg-purple-darker:focus,button.bg-purple-darker:hover{background-color:#29173a!important}.bg-purple-darkest{background-color:#21132f!important}a.bg-purple-darkest:focus,a.bg-purple-darkest:hover,button.bg-purple-darkest:focus,button.bg-purple-darkest:hover{background-color:#08040b!important}.bg-pink-lightest{background-color:#fef0f5!important}a.bg-pink-lightest:focus,a.bg-pink-lightest:hover,button.bg-pink-lightest:focus,button.bg-pink-lightest:hover{background-color:#fbc0d5!important}.bg-pink-lighter{background-color:#fcd3e1!important}a.bg-pink-lighter:focus,a.bg-pink-lighter:hover,button.bg-pink-lighter:focus,button.bg-pink-lighter:hover{background-color:#f9a3c0!important}.bg-pink-light{background-color:#f999b9!important}a.bg-pink-light:focus,a.bg-pink-light:hover,button.bg-pink-light:focus,button.bg-pink-light:hover{background-color:#f66998!important}.bg-pink-dark{background-color:#c5577c!important}a.bg-pink-dark:focus,a.bg-pink-dark:hover,button.bg-pink-dark:focus,button.bg-pink-dark:hover{background-color:#ad3c62!important}.bg-pink-darker{background-color:#622c3e!important}a.bg-pink-darker:focus,a.bg-pink-darker:hover,button.bg-pink-darker:focus,button.bg-pink-darker:hover{background-color:#3f1c28!important}.bg-pink-darkest{background-color:#31161f!important}a.bg-pink-darkest:focus,a.bg-pink-darkest:hover,button.bg-pink-darkest:focus,button.bg-pink-darkest:hover{background-color:#0e0609!important}.bg-red-lightest{background-color:#fae9e9!important}a.bg-red-lightest:focus,a.bg-red-lightest:hover,button.bg-red-lightest:focus,button.bg-red-lightest:hover{background-color:#f1bfbf!important}.bg-red-lighter{background-color:#f0bcbc!important}a.bg-red-lighter:focus,a.bg-red-lighter:hover,button.bg-red-lighter:focus,button.bg-red-lighter:hover{background-color:#e79292!important}.bg-red-light{background-color:#dc6362!important}a.bg-red-light:focus,a.bg-red-light:hover,button.bg-red-light:focus,button.bg-red-light:hover{background-color:#d33a38!important}.bg-red-dark{background-color:#a41a19!important}a.bg-red-dark:focus,a.bg-red-dark:hover,button.bg-red-dark:focus,button.bg-red-dark:hover{background-color:#781312!important}.bg-red-darker{background-color:#520d0c!important}a.bg-red-darker:focus,a.bg-red-darker:hover,button.bg-red-darker:focus,button.bg-red-darker:hover{background-color:#260605!important}.bg-red-darkest{background-color:#290606!important}a.bg-red-darkest:focus,a.bg-red-darkest:hover,button.bg-red-darkest:focus,button.bg-red-darkest:hover{background-color:#000!important}.bg-orange-lightest{background-color:#fff!important}a.bg-orange-lightest:focus,a.bg-orange-lightest:hover,button.bg-orange-lightest:focus,button.bg-orange-lightest:hover{background-color:#ffdab9!important}.bg-orange-lighter{background-color:#fee0c7!important}a.bg-orange-lighter:focus,a.bg-orange-lighter:hover,button.bg-orange-lighter:focus,button.bg-orange-lighter:hover{background-color:#fdc495!important}.bg-orange-light{background-color:#feb67c!important}a.bg-orange-light:focus,a.bg-orange-light:hover,button.bg-orange-light:focus,button.bg-orange-light:hover{background-color:#fe9a49!important}.bg-orange-dark{background-color:#ca7836!important}a.bg-orange-dark:focus,a.bg-orange-dark:hover,button.bg-orange-dark:focus,button.bg-orange-dark:hover{background-color:#a2602b!important}.bg-orange-darker{background-color:#653c1b!important}a.bg-orange-darker:focus,a.bg-orange-darker:hover,button.bg-orange-darker:focus,button.bg-orange-darker:hover{background-color:#3d2410!important}.bg-orange-darkest{background-color:#331e0e!important}a.bg-orange-darkest:focus,a.bg-orange-darkest:hover,button.bg-orange-darkest:focus,button.bg-orange-darkest:hover{background-color:#0b0603!important}.bg-yellow-lightest{background-color:#fef9e7!important}a.bg-yellow-lightest:focus,a.bg-yellow-lightest:hover,button.bg-yellow-lightest:focus,button.bg-yellow-lightest:hover{background-color:#fcedb6!important}.bg-yellow-lighter{background-color:#fbedb7!important}a.bg-yellow-lighter:focus,a.bg-yellow-lighter:hover,button.bg-yellow-lighter:focus,button.bg-yellow-lighter:hover{background-color:#f8e187!important}.bg-yellow-light{background-color:#f5d657!important}a.bg-yellow-light:focus,a.bg-yellow-light:hover,button.bg-yellow-light:focus,button.bg-yellow-light:hover{background-color:#f2ca27!important}.bg-yellow-dark{background-color:#c19d0c!important}a.bg-yellow-dark:focus,a.bg-yellow-dark:hover,button.bg-yellow-dark:focus,button.bg-yellow-dark:hover{background-color:#917609!important}.bg-yellow-darker{background-color:#604e06!important}.bg-yellow-darkest,a.bg-yellow-darker:focus,a.bg-yellow-darker:hover,button.bg-yellow-darker:focus,button.bg-yellow-darker:hover{background-color:#302703!important}a.bg-yellow-darkest:focus,a.bg-yellow-darkest:hover,button.bg-yellow-darkest:focus,button.bg-yellow-darkest:hover{background-color:#000!important}.bg-green-lightest{background-color:#eff8e6!important}a.bg-green-lightest:focus,a.bg-green-lightest:hover,button.bg-green-lightest:focus,button.bg-green-lightest:hover{background-color:#d6edbe!important}.bg-green-lighter{background-color:#cfeab3!important}a.bg-green-lighter:focus,a.bg-green-lighter:hover,button.bg-green-lighter:focus,button.bg-green-lighter:hover{background-color:#b6df8b!important}.bg-green-light{background-color:#8ecf4d!important}a.bg-green-light:focus,a.bg-green-light:hover,button.bg-green-light:focus,button.bg-green-light:hover{background-color:#75b831!important}.bg-green-dark{background-color:#4b9500!important}a.bg-green-dark:focus,a.bg-green-dark:hover,button.bg-green-dark:focus,button.bg-green-dark:hover{background-color:#316200!important}.bg-green-darker{background-color:#264a00!important}a.bg-green-darker:focus,a.bg-green-darker:hover,button.bg-green-darker:focus,button.bg-green-darker:hover{background-color:#0c1700!important}.bg-green-darkest{background-color:#132500!important}a.bg-green-darkest:focus,a.bg-green-darkest:hover,button.bg-green-darkest:focus,button.bg-green-darkest:hover{background-color:#000!important}.bg-teal-lightest{background-color:#eafaf8!important}a.bg-teal-lightest:focus,a.bg-teal-lightest:hover,button.bg-teal-lightest:focus,button.bg-teal-lightest:hover{background-color:#c1f0ea!important}.bg-teal-lighter{background-color:#bfefea!important}a.bg-teal-lighter:focus,a.bg-teal-lighter:hover,button.bg-teal-lighter:focus,button.bg-teal-lighter:hover{background-color:#96e5dd!important}.bg-teal-light{background-color:#6bdbcf!important}a.bg-teal-light:focus,a.bg-teal-light:hover,button.bg-teal-light:focus,button.bg-teal-light:hover{background-color:#42d1c2!important}.bg-teal-dark{background-color:#22a295!important}a.bg-teal-dark:focus,a.bg-teal-dark:hover,button.bg-teal-dark:focus,button.bg-teal-dark:hover{background-color:#19786e!important}.bg-teal-darker{background-color:#11514a!important}a.bg-teal-darker:focus,a.bg-teal-darker:hover,button.bg-teal-darker:focus,button.bg-teal-darker:hover{background-color:#082723!important}.bg-teal-darkest{background-color:#092925!important}a.bg-teal-darkest:focus,a.bg-teal-darkest:hover,button.bg-teal-darkest:focus,button.bg-teal-darkest:hover{background-color:#000!important}.bg-cyan-lightest{background-color:#e8f6f8!important}a.bg-cyan-lightest:focus,a.bg-cyan-lightest:hover,button.bg-cyan-lightest:focus,button.bg-cyan-lightest:hover{background-color:#c1e7ec!important}.bg-cyan-lighter{background-color:#b9e3ea!important}a.bg-cyan-lighter:focus,a.bg-cyan-lighter:hover,button.bg-cyan-lighter:focus,button.bg-cyan-lighter:hover{background-color:#92d3de!important}.bg-cyan-light{background-color:#5dbecd!important}a.bg-cyan-light:focus,a.bg-cyan-light:hover,button.bg-cyan-light:focus,button.bg-cyan-light:hover{background-color:#3aabbd!important}.bg-cyan-dark{background-color:#128293!important}a.bg-cyan-dark:focus,a.bg-cyan-dark:hover,button.bg-cyan-dark:focus,button.bg-cyan-dark:hover{background-color:#0c5a66!important}.bg-cyan-darker{background-color:#09414a!important}a.bg-cyan-darker:focus,a.bg-cyan-darker:hover,button.bg-cyan-darker:focus,button.bg-cyan-darker:hover{background-color:#03191d!important}.bg-cyan-darkest{background-color:#052025!important}a.bg-cyan-darkest:focus,a.bg-cyan-darkest:hover,button.bg-cyan-darkest:focus,button.bg-cyan-darkest:hover{background-color:#000!important}.bg-white-lightest{background-color:#fff!important}a.bg-white-lightest:focus,a.bg-white-lightest:hover,button.bg-white-lightest:focus,button.bg-white-lightest:hover{background-color:#e6e5e5!important}.bg-white-lighter{background-color:#fff!important}a.bg-white-lighter:focus,a.bg-white-lighter:hover,button.bg-white-lighter:focus,button.bg-white-lighter:hover{background-color:#e6e5e5!important}.bg-white-light{background-color:#fff!important}a.bg-white-light:focus,a.bg-white-light:hover,button.bg-white-light:focus,button.bg-white-light:hover{background-color:#e6e5e5!important}.bg-white-dark{background-color:#ccc!important}a.bg-white-dark:focus,a.bg-white-dark:hover,button.bg-white-dark:focus,button.bg-white-dark:hover{background-color:#b3b2b2!important}.bg-white-darker{background-color:#666!important}a.bg-white-darker:focus,a.bg-white-darker:hover,button.bg-white-darker:focus,button.bg-white-darker:hover{background-color:#4d4c4c!important}.bg-white-darkest{background-color:#333!important}a.bg-white-darkest:focus,a.bg-white-darkest:hover,button.bg-white-darkest:focus,button.bg-white-darkest:hover{background-color:#1a1919!important}.bg-gray-lightest{background-color:#f3f4f5!important}a.bg-gray-lightest:focus,a.bg-gray-lightest:hover,button.bg-gray-lightest:focus,button.bg-gray-lightest:hover{background-color:#d7dbde!important}.bg-gray-lighter{background-color:#dbdde0!important}a.bg-gray-lighter:focus,a.bg-gray-lighter:hover,button.bg-gray-lighter:focus,button.bg-gray-lighter:hover{background-color:#c0c3c8!important}.bg-gray-light{background-color:#aab0b6!important}a.bg-gray-light:focus,a.bg-gray-light:hover,button.bg-gray-light:focus,button.bg-gray-light:hover{background-color:#8f979e!important}.bg-gray-dark{background-color:#6b7278!important;background:#343a40!important}a.bg-gray-dark:focus,a.bg-gray-dark:hover,button.bg-gray-dark:focus,button.bg-gray-dark:hover{background-color:#53585d!important}.bg-gray-darker{background-color:#36393c!important}a.bg-gray-darker:focus,a.bg-gray-darker:hover,button.bg-gray-darker:focus,button.bg-gray-darker:hover{background-color:#1e2021!important}.bg-gray-darkest{background-color:#1b1c1e!important}a.bg-gray-darkest:focus,a.bg-gray-darkest:hover,button.bg-gray-darkest:focus,button.bg-gray-darkest:hover{background-color:#030303!important}.bg-gray-dark-lightest{background-color:#ebebec!important}a.bg-gray-dark-lightest:focus,a.bg-gray-dark-lightest:hover,button.bg-gray-dark-lightest:focus,button.bg-gray-dark-lightest:hover{background-color:#d1d1d3!important}.bg-gray-dark-lighter{background-color:#c2c4c6!important}a.bg-gray-dark-lighter:focus,a.bg-gray-dark-lighter:hover,button.bg-gray-dark-lighter:focus,button.bg-gray-dark-lighter:hover{background-color:#a8abad!important}.bg-gray-dark-light{background-color:#717579!important}a.bg-gray-dark-light:focus,a.bg-gray-dark-light:hover,button.bg-gray-dark-light:focus,button.bg-gray-dark-light:hover{background-color:#585c5f!important}.bg-gray-dark-dark{background-color:#2a2e33!important}a.bg-gray-dark-dark:focus,a.bg-gray-dark-dark:hover,button.bg-gray-dark-dark:focus,button.bg-gray-dark-dark:hover{background-color:#131517!important}.bg-gray-dark-darker{background-color:#15171a!important}a.bg-gray-dark-darker:focus,a.bg-gray-dark-darker:hover,button.bg-gray-dark-darker:focus,button.bg-gray-dark-darker:hover{background-color:#000!important}.bg-gray-dark-darkest{background-color:#0a0c0d!important}a.bg-gray-dark-darkest:focus,a.bg-gray-dark-darkest:hover,button.bg-gray-dark-darkest:focus,button.bg-gray-dark-darkest:hover{background-color:#000!important}.bg-azure-lightest{background-color:#ecf7fe!important}a.bg-azure-lightest:focus,a.bg-azure-lightest:hover,button.bg-azure-lightest:focus,button.bg-azure-lightest:hover{background-color:#bce3fb!important}.bg-azure-lighter{background-color:#c7e6fb!important}a.bg-azure-lighter:focus,a.bg-azure-lighter:hover,button.bg-azure-lighter:focus,button.bg-azure-lighter:hover{background-color:#97d1f8!important}.bg-azure-light{background-color:#7dc4f6!important}a.bg-azure-light:focus,a.bg-azure-light:hover,button.bg-azure-light:focus,button.bg-azure-light:hover{background-color:#4daef3!important}.bg-azure-dark{background-color:#3788c2!important}a.bg-azure-dark:focus,a.bg-azure-dark:hover,button.bg-azure-dark:focus,button.bg-azure-dark:hover{background-color:#2c6c9a!important}.bg-azure-darker{background-color:#1c4461!important}a.bg-azure-darker:focus,a.bg-azure-darker:hover,button.bg-azure-darker:focus,button.bg-azure-darker:hover{background-color:#112839!important}.bg-azure-darkest{background-color:#0e2230!important}a.bg-azure-darkest:focus,a.bg-azure-darkest:hover,button.bg-azure-darkest:focus,button.bg-azure-darkest:hover{background-color:#020609!important}.bg-lime-lightest{background-color:#f2fbeb!important}a.bg-lime-lightest:focus,a.bg-lime-lightest:hover,button.bg-lime-lightest:focus,button.bg-lime-lightest:hover{background-color:#d6f3c1!important}.bg-lime-lighter{background-color:#d7f2c2!important}a.bg-lime-lighter:focus,a.bg-lime-lighter:hover,button.bg-lime-lighter:focus,button.bg-lime-lighter:hover{background-color:#bbe998!important}.bg-lime-light{background-color:#a3e072!important}a.bg-lime-light:focus,a.bg-lime-light:hover,button.bg-lime-light:focus,button.bg-lime-light:hover{background-color:#88d748!important}.bg-lime-dark{background-color:#62a82a!important}a.bg-lime-dark:focus,a.bg-lime-dark:hover,button.bg-lime-dark:focus,button.bg-lime-dark:hover{background-color:#4a7f20!important}.bg-lime-darker{background-color:#315415!important}a.bg-lime-darker:focus,a.bg-lime-darker:hover,button.bg-lime-darker:focus,button.bg-lime-darker:hover{background-color:#192b0b!important}.bg-lime-darkest{background-color:#192a0b!important}a.bg-lime-darkest:focus,a.bg-lime-darkest:hover,button.bg-lime-darkest:focus,button.bg-lime-darkest:hover{background-color:#010200!important}.bg-blue-1{background-color:#0061da;color:#fff!important}.bg-primary-1{background-color:#6259ca;background-color:var(--primary-bg-color);color:#fff!important}.bg-secondary-1{background-color:#fb6b25;color:#fff!important}.bg-success-1{background-color:#09ad95;color:#fff!important}.bg-info-1{background-color:#45aaf2}.bg-blue,.bg-info-1{color:#fff!important}.bg-blue{background:#3223f1}a.bg-blue:focus,a.bg-blue:hover,button.bg-blue:focus,button.bg-blue:hover{background-color:#4032f1!important}.bg-indigo{background:linear-gradient(to bottom right,#6574cd,#2f88f7);color:#fff!important}a.bg-indigo:focus,a.bg-indigo:hover,button.bg-indigo:focus,button.bg-indigo:hover{background-color:#3f51c1!important}.bg-purple-gradient{background:linear-gradient(to bottom right,#8927ec,#647dee)!important;color:#fff!important}a.bg-purple-gradient:focus,a.bg-purple-gradient:hover,button.bg-purple-gradient:focus,button.bg-purple-gradient:hover{background-color:#8c31e4!important}.bg-pink{background:#fc5296!important;color:#fff!important}.bg-darkpink{background-color:#14a485!important;color:#fff!important}a.bg-pink:focus,a.bg-pink:hover,button.bg-pink:focus,button.bg-pink:hover{background-color:#f33d7a!important}.bg-red{background:linear-gradient(to bottom right,#e73827,#f85032);color:#fff!important}a.bg-red:focus,a.bg-red:hover,button.bg-red:focus,button.bg-red:hover{background-color:#a11918!important}.bg-orange{background:#fc7303;color:#fff!important}a.bg-orange:focus,a.bg-orange:hover,button.bg-orange:focus,button.bg-orange:hover{background-color:#fc7a12!important}.bg-yellow-1{background-color:#fbb034;color:#fff!important}.bg-yellow{background:#fbb034;color:#fff!important}a.bg-yellow:focus,a.bg-yellow:hover,button.bg-yellow:focus,button.bg-yellow:hover{background-color:#c29d0b!important}.bg-green-1{background-color:#4ecc48;color:#fff!important}.bg-green{background:#4ecc48;color:#fff!important}a.bg-green:focus,a.bg-green:hover,button.bg-green:focus,button.bg-green:hover{background-color:#448700!important}.bg-teal{background:#1caf9f!important}a.bg-teal:focus,a.bg-teal:hover,button.bg-teal:focus,button.bg-teal:hover{background-color:#22a193!important}.bg-cyan{background:#007ea7!important;color:#fff!important}a.bg-cyan:focus,a.bg-cyan:hover,button.bg-cyan:focus,button.bg-cyan:hover{background-color:#117a8b!important}a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{background-color:#e6e5e5!important}.bg-gray{background:#5a6970!important}a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover{background-color:#6c757d!important}.bg-lightpink-red{color:#ff7088!important}a.bg-gray-dark:focus,a.bg-gray-dark:hover,button.bg-gray-dark:focus,button.bg-gray-dark:hover{background-color:#1d2124!important}.bg-azure{background:#45aaf2}a.bg-azure:focus,a.bg-azure:hover,button.bg-azure:focus,button.bg-azure:hover{background-color:#1594ef!important}.bg-purple-1{background:#8927ec}.bg-lime{background:#7bd235}a.bg-lime:focus,a.bg-lime:hover,button.bg-lime:focus,button.bg-lime:hover{background-color:#63ad27!important}.bg-round{border-radius:50%;height:1rem;position:absolute;width:1rem}.bg-square{background:#868e96;border-radius:3px;color:#fff;display:inline-block;font-weight:600;height:2rem;min-width:2rem;padding:.5rem .25rem;text-align:center}.bg-primary-light{background:#fff;border-radius:7px}.bg-google-plus{background-color:#dd4b39}.bg-pinterest{background:linear-gradient(to right bottom,#c51629,#bd081c)}.bg-light-gray{background-color:#f1f1f9}.bg-progress-white{background-color:#eaeceb}.bg-dribbble{background:linear-gradient(to bottom right,#ea4c89,#c93764)!important}.bg-google{background:linear-gradient(to bottom right,#e64522,#c33219)!important;color:#fff}.bg-success-transparent{background-color:rgba(0,230,130,.1)!important}.bg-info-transparent{background-color:#c7e0fd!important}.bg-warning-transparent{background-color:rgba(255,162,43,.1)!important}.bg-danger-transparent{background-color:rgba(255,56,43,.1)!important}.bg-pink-transparent{background-color:rgba(213,109,252,.1)!important}.bg-purple-transparent{background-color:rgba(96,77,216,.1)!important}.bg-dark-transparent{background-color:rgba(0,0,0,.15)!important}.bg-white-transparent{background-color:hsla(0,0%,100%,.2)!important}.bg-secondary-transparent{background-color:#fce9df}.shadow-primary{box-shadow:0 7px 30px rgba(133,67,246,.3)!important}.shadow-secondary{box-shadow:0 7px 30px rgba(248,147,67,.1)!important}.shadow-warning{box-shadow:0 7px 30px rgba(251,176,52,.1)!important}.shadow-info{box-shadow:0 7px 30px rgba(40,146,235,.5)!important}.shadow-success{box-shadow:0 7px 30px rgba(26,122,16,.1)!important}.shadow-danger{box-shadow:0 7px 30px rgba(245,167,184,.1)!important}.primary .pricing-divider,.secondary .pricing-divider{padding:1em 0 4em;position:relative}.secondary .pricing-divider{background:linear-gradient(to bottom right,#f1bf64,#f71d36)!important}.info .pricing-divider{background:linear-gradient(to bottom right,#529efa,#0774f8)!important;padding:1em 0 4em;position:relative}.success .pricing-divider{background:linear-gradient(to bottom right,#62fb62,#21a544)!important;padding:1em 0 4em;position:relative}.primary b{color:#623aa2}.secondary b{color:#f66b4e}.info b{color:#2183f9}.success b{color:#3ecb51}.google-plus1{background:linear-gradient(to right bottom,#dd4b39,#ef6a5a)}.pinterest1{background:linear-gradient(to right bottom,#bd081c,#eb4553)}.bg-default{background:#e6e7ea;box-shadow:0 5px 10px rgba(227,228,237,.3);color:#000}.border{border:1px solid #eaedf1!important;border:1px solid #eaedf1;padding:.75rem;vertical-align:top}.border-top{border-top:1px solid #eaedf1!important}.border-end{border-right:1px solid #eaedf1!important}.border-bottom{border-bottom:1px solid #eaedf1!important}.border-start{border-left:1px solid #eaedf1!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-end-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-start-0{border-left:0!important}.border-secondary{border-color:#e88555!important}.border-success{border-color:#1bbfa7!important}.border-info{border-color:#45aaf2!important}.border-warning{border-color:#ecb403!important}.border-danger{border-color:#f82649!important}.border-light{border-color:#f8f9fa!important}.border-transparent{border-color:#656a71!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.border-pink{border-color:#fc5296!important}.br-100{border-radius:100%!important}.br-7{border-radius:7px}.br-5{border-radius:5px}.br-tl-4{border-top-left-radius:4px!important}.br-bl-4{border-bottom-left-radius:4px!important}.br-tr-4{border-top-right-radius:4px!important}.br-br-4{border-bottom-right-radius:4px!important}.br-tl-7{border-top-left-radius:7px!important}.br-bl-7{border-bottom-left-radius:7px!important}.br-tr-7{border-top-right-radius:7px!important}.br-br-7{border-bottom-right-radius:7px!important}.br-tl-0{border-top-left-radius:0!important}.br-bl-0{border-bottom-left-radius:0!important}.br-tr-0{border-top-right-radius:0!important}.br-br-0{border-bottom-right-radius:0!important}.br-0{border-radius:0!important}.noborder{border-radius:0}.brround{border-radius:50%!important}.bradius{border-radius:25%}.border-danger{border:2px solid}.border-end-1{border-right:1px solid #d5dce3}.rounded{border-radius:50%!important}.rounded-top{border-top-left-radius:3px!important}.rounded-end,.rounded-top{border-top-right-radius:3px!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:3px!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:3px!important}.rounded-start{border-top-left-radius:3px!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.border-dotted{border:2px dotted}.border-solid{border:2px solid}.display-1{font-size:10.5rem;font-weight:500;line-height:1.1}.display-2{font-size:4rem}.display-2,.display-3{font-weight:300;line-height:1.1}.display-3{font-size:2.5rem}.display-4{font-size:3rem}.display-4,.display-5{font-weight:300;line-height:1.1}.display-5{font-size:2.5rem}.display-6{font-size:2.3rem;font-weight:300;line-height:1.1}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-flex{display:flex!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1280px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.display-1 i,.display-2 i,.display-3 i,.display-4 i{font-size:.815em;vertical-align:initial}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1280px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}}.floating{-webkit-animation:floating 3s ease infinite;animation:floating 3s ease infinite;will-change:transform}h1,h2,h3,h4,h5,h6{margin-bottom:.66em;margin-top:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:400;line-height:1.1;margin-bottom:.66em}.h1,h1{font-size:2rem}.h2,h2{font-size:1.75rem}.h3,h3{font-size:1.5rem}.h4,h4{font-size:1.125rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.875rem}.h-10{height:10%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-90{height:90px!important}.h-60{height:60px!important}.h-100{height:100%!important}.h-150{height:150px!important}.h-160{height:160px!important}.h-180{height:180px!important}.h-275{height:275px!important}.h-365{height:365px!important}.h-400{height:400px!important}.h-415{height:415px!important}.h-430{height:430px!important}.h-450{height:450px!important}.h-200{height:200px!important}.h-230{height:230px!important}.h-500{height:500px!important}.h-550{height:550px!important}.h-600{height:600px!important}.h-650{height:650px!important}.h-auto{height:auto!important}.h-0{height:0!important}.h-1{height:.25rem!important}.h-2{height:.5rem!important}.h-3{height:.75rem!important}.h-4{height:1rem!important}.h-5{height:1.5rem!important}.h-6{height:2rem!important}.h-7{height:3rem!important}.h-8{height:4rem!important}.h-9{height:6rem!important}.h-97{height:97px!important}.h-240{height:240px!important}.h-250{height:250px!important}.h-260{height:260px!important}.h-270{height:270px!important}.h-280{height:280px!important}.h-300{height:300px!important}.h-340{height:340px!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.me-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ms-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.me-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ms-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.me-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ms-2,.mx-2{margin-left:.5rem!important}.m-3{margin:.75rem!important}.mt-3,.my-3{margin-top:.75rem!important}.me-3,.mx-3{margin-right:.75rem!important}.mb-3,.my-3{margin-bottom:.75rem!important}.ms-3,.mx-3{margin-left:.75rem!important}.m-4{margin:1rem!important}.mt-4,.my-4{margin-top:1rem!important}.me-4,.mx-4{margin-right:1rem!important}.mb-4,.my-4{margin-bottom:1rem!important}.ms-4,.mx-4{margin-left:1rem!important}.m-5{margin:1.5rem!important}.mt-5,.my-5{margin-top:1.5rem!important}.me-5,.mx-5{margin-right:1.5rem}.mb-5,.my-5{margin-bottom:1.5rem!important}.ms-5,.mx-5{margin-left:1.5rem!important}.m-6{margin:2rem!important}.mt-6,.my-6{margin-top:2rem!important}.me-6,.mx-6{margin-right:2rem!important}.mb-6,.my-6{margin-bottom:2rem!important}.ms-6,.mx-6{margin-left:2rem!important}.m-7{margin:3rem!important}.mt-7,.my-7{margin-top:3rem!important}.me-7,.mx-7{margin-right:3rem!important}.mb-7,.my-7{margin-bottom:3rem!important}.ms-7,.mx-7{margin-left:3rem!important}.m-8{margin:4rem!important}.mt-8,.my-8{margin-top:4rem!important}.mt-10{margin-top:11rem!important}.me-8,.mx-8{margin-right:4rem!important}.mb-8,.my-8{margin-bottom:4rem!important}.ms-8,.mx-8{margin-left:4rem!important}.m-9{margin:6rem!important}.mt-9,.my-9{margin-top:6rem!important}.me-9,.mx-9{margin-right:6rem!important}.mb-9,.my-9{margin-bottom:6rem!important}.ms-9,.mx-9{margin-left:6rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.me-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ms-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.me-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ms-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.me-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ms-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.me-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ms-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:.75rem!important}.mt-sm-3,.my-sm-3{margin-top:.75rem!important}.me-sm-3,.mx-sm-3{margin-right:.75rem!important}.mb-sm-3,.my-sm-3{margin-bottom:.75rem!important}.ms-sm-3,.mx-sm-3{margin-left:.75rem!important}.m-sm-4{margin:1rem!important}.mt-sm-4,.my-sm-4{margin-top:1rem!important}.me-sm-4,.mx-sm-4{margin-right:1rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1rem!important}.ms-sm-4,.mx-sm-4{margin-left:1rem!important}.m-sm-5{margin:1.5rem!important}.mt-sm-5,.my-sm-5{margin-top:1.5rem!important}.me-sm-5,.mx-sm-5{margin-right:1.5rem!important}.mb-sm-5,.my-sm-5{margin-bottom:1.5rem!important}.ms-sm-5,.mx-sm-5{margin-left:1.5rem!important}.m-sm-6{margin:2rem!important}.mt-sm-6,.my-sm-6{margin-top:2rem!important}.me-sm-6,.mx-sm-6{margin-right:2rem!important}.mb-sm-6,.my-sm-6{margin-bottom:2rem!important}.ms-sm-6,.mx-sm-6{margin-left:2rem!important}.m-sm-7{margin:3rem!important}.mt-sm-7,.my-sm-7{margin-top:3rem!important}.me-sm-7,.mx-sm-7{margin-right:3rem!important}.mb-sm-7,.my-sm-7{margin-bottom:3rem!important}.ms-sm-7,.mx-sm-7{margin-left:3rem!important}.m-sm-8{margin:4rem!important}.mt-sm-8,.my-sm-8{margin-top:4rem!important}.me-sm-8,.mx-sm-8{margin-right:4rem!important}.mb-sm-8,.my-sm-8{margin-bottom:4rem!important}.ms-sm-8,.mx-sm-8{margin-left:4rem!important}.m-sm-9{margin:6rem!important}.mt-sm-9,.my-sm-9{margin-top:6rem!important}.me-sm-9,.mx-sm-9{margin-right:6rem!important}.mb-sm-9,.my-sm-9{margin-bottom:6rem!important}.ms-sm-9,.mx-sm-9{margin-left:6rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.me-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ms-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.me-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ms-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.me-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ms-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.me-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ms-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:.75rem!important}.mt-md-3,.my-md-3{margin-top:.75rem!important}.me-md-3,.mx-md-3{margin-right:.75rem!important}.mb-md-3,.my-md-3{margin-bottom:.75rem!important}.ms-md-3,.mx-md-3{margin-left:.75rem!important}.m-md-4{margin:1rem!important}.mt-md-4,.my-md-4{margin-top:1rem!important}.me-md-4,.mx-md-4{margin-right:1rem!important}.mb-md-4,.my-md-4{margin-bottom:1rem!important}.ms-md-4,.mx-md-4{margin-left:1rem!important}.m-md-5{margin:1.5rem!important}.mt-md-5,.my-md-5{margin-top:1.5rem!important}.me-md-5,.mx-md-5{margin-right:1.5rem!important}.mb-md-5,.my-md-5{margin-bottom:1.5rem!important}.ms-md-5,.mx-md-5{margin-left:1.5rem!important}.m-md-6{margin:2rem!important}.mt-md-6,.my-md-6{margin-top:2rem!important}.me-md-6,.mx-md-6{margin-right:2rem!important}.mb-md-6,.my-md-6{margin-bottom:2rem!important}.ms-md-6,.mx-md-6{margin-left:2rem!important}.m-md-7{margin:3rem!important}.mt-md-7,.my-md-7{margin-top:3rem!important}.me-md-7,.mx-md-7{margin-right:3rem!important}.mb-md-7,.my-md-7{margin-bottom:3rem!important}.ms-md-7,.mx-md-7{margin-left:3rem!important}.m-md-8{margin:4rem!important}.mt-md-8,.my-md-8{margin-top:4rem!important}.me-md-8,.mx-md-8{margin-right:4rem!important}.mb-md-8,.my-md-8{margin-bottom:4rem!important}.ms-md-8,.mx-md-8{margin-left:4rem!important}.m-md-9{margin:6rem!important}.mt-md-9,.my-md-9{margin-top:6rem!important}.me-md-9,.mx-md-9{margin-right:6rem!important}.mb-md-9,.my-md-9{margin-bottom:6rem!important}.ms-md-9,.mx-md-9{margin-left:6rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.me-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ms-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.me-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ms-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.me-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ms-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.me-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ms-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:.75rem!important}.mt-lg-3,.my-lg-3{margin-top:.75rem!important}.me-lg-3,.mx-lg-3{margin-right:.75rem!important}.mb-lg-3,.my-lg-3{margin-bottom:.75rem!important}.ms-lg-3,.mx-lg-3{margin-left:.75rem!important}.m-lg-4{margin:1rem!important}.mt-lg-4,.my-lg-4{margin-top:1rem!important}.me-lg-4,.mx-lg-4{margin-right:1rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1rem!important}.ms-lg-4,.mx-lg-4{margin-left:1rem!important}.m-lg-5{margin:1.5rem!important}.mt-lg-5,.my-lg-5{margin-top:1.5rem!important}.me-lg-5,.mx-lg-5{margin-right:1.5rem!important}.mb-lg-5,.my-lg-5{margin-bottom:1.5rem!important}.ms-lg-5,.mx-lg-5{margin-left:1.5rem!important}.m-lg-6{margin:2rem!important}.mt-lg-6,.my-lg-6{margin-top:2rem!important}.me-lg-6,.mx-lg-6{margin-right:2rem!important}.mb-lg-6,.my-lg-6{margin-bottom:2rem!important}.ms-lg-6,.mx-lg-6{margin-left:2rem!important}.m-lg-7{margin:3rem!important}.mt-lg-7,.my-lg-7{margin-top:3rem!important}.me-lg-7,.mx-lg-7{margin-right:3rem!important}.mb-lg-7,.my-lg-7{margin-bottom:3rem!important}.ms-lg-7,.mx-lg-7{margin-left:3rem!important}.m-lg-8{margin:4rem!important}.mt-lg-8,.my-lg-8{margin-top:4rem!important}.me-lg-8,.mx-lg-8{margin-right:4rem!important}.mb-lg-8,.my-lg-8{margin-bottom:4rem!important}.ms-lg-8,.mx-lg-8{margin-left:4rem!important}.m-lg-9{margin:6rem!important}.mt-lg-9,.my-lg-9{margin-top:6rem!important}.me-lg-9,.mx-lg-9{margin-right:6rem!important}.mb-lg-9,.my-lg-9{margin-bottom:6rem!important}.ms-lg-9,.mx-lg-9{margin-left:6rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.me-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ms-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1280px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.me-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ms-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.me-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ms-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.me-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ms-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:.75rem!important}.mt-xl-3,.my-xl-3{margin-top:.75rem!important}.me-xl-3,.mx-xl-3{margin-right:.75rem!important}.mb-xl-3,.my-xl-3{margin-bottom:.75rem!important}.ms-xl-3,.mx-xl-3{margin-left:.75rem!important}.m-xl-4{margin:1rem!important}.mt-xl-4,.my-xl-4{margin-top:1rem!important}.me-xl-4,.mx-xl-4{margin-right:1rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1rem!important}.ms-xl-4,.mx-xl-4{margin-left:1rem!important}.m-xl-5{margin:1.5rem!important}.mt-xl-5,.my-xl-5{margin-top:1.5rem!important}.me-xl-5,.mx-xl-5{margin-right:1.5rem!important}.mb-xl-5,.my-xl-5{margin-bottom:1.5rem!important}.ms-xl-5,.mx-xl-5{margin-left:1.5rem!important}.m-xl-6{margin:2rem!important}.mt-xl-6,.my-xl-6{margin-top:2rem!important}.me-xl-6,.mx-xl-6{margin-right:2rem!important}.mb-xl-6,.my-xl-6{margin-bottom:2rem!important}.ms-xl-6,.mx-xl-6{margin-left:2rem!important}.m-xl-7{margin:3rem!important}.mt-xl-7,.my-xl-7{margin-top:3rem!important}.me-xl-7,.mx-xl-7{margin-right:3rem!important}.mb-xl-7,.my-xl-7{margin-bottom:3rem!important}.ms-xl-7,.mx-xl-7{margin-left:3rem!important}.m-xl-8{margin:4rem!important}.mt-xl-8,.my-xl-8{margin-top:4rem!important}.me-xl-8,.mx-xl-8{margin-right:4rem!important}.mb-xl-8,.my-xl-8{margin-bottom:4rem!important}.ms-xl-8,.mx-xl-8{margin-left:4rem!important}.m-xl-9{margin:6rem!important}.mt-xl-9,.my-xl-9{margin-top:6rem!important}.me-xl-9,.mx-xl-9{margin-right:6rem!important}.mb-xl-9,.my-xl-9{margin-bottom:6rem!important}.ms-xl-9,.mx-xl-9{margin-left:6rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.me-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ms-xl-auto,.mx-xl-auto{margin-left:auto!important}}.p-15{padding:15px!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pe-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.ps-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pe-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.ps-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pe-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.ps-2,.px-2{padding-left:.5rem!important}.p-3{padding:.75rem!important}.pt-3,.py-3{padding-top:.75rem!important}.pe-3,.px-3{padding-right:.75rem!important}.pb-3,.py-3{padding-bottom:.75rem!important}.ps-3,.px-3{padding-left:.75rem!important}.p-4{padding:1rem!important}.pt-4,.py-4{padding-top:1rem!important}.pe-4,.px-4{padding-right:1rem!important}.pb-4,.py-4{padding-bottom:1rem!important}.ps-4,.px-4{padding-left:1rem!important}.p-5{padding:1.5rem!important}.pt-5,.py-5{padding-top:1.5rem!important}.pe-5,.px-5{padding-right:1.5rem!important}.pb-5,.py-5{padding-bottom:1.5rem!important}.ps-5,.px-5{padding-left:1.5rem!important}.p-6{padding:2rem!important}.pt-6,.py-6{padding-top:2rem!important}.pe-6,.px-6{padding-right:2rem!important}.pb-6,.py-6{padding-bottom:2rem!important}.ps-6,.px-6{padding-left:2rem!important}.p-7{padding:3rem!important}.pt-7,.py-7{padding-top:3rem!important}.pe-7,.px-7{padding-right:3rem!important}.pb-7,.py-7{padding-bottom:3rem!important}.ps-7,.px-7{padding-left:3rem!important}.p-8{padding:4rem!important}.pt-8,.py-8{padding-top:4rem!important}.pe-8,.px-8{padding-right:4rem!important}.pb-8,.py-8{padding-bottom:4rem!important}.ps-8,.px-8{padding-left:4rem!important}.p-9{padding:6rem!important}.pt-9,.py-9{padding-top:6rem!important}.pe-9,.px-9{padding-right:6rem!important}.pb-9,.py-9{padding-bottom:6rem!important}.ps-9,.px-9{padding-left:6rem!important}@media(min-width:576px){.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pe-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.ps-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pe-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.ps-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pe-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.ps-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:.75rem!important}.pt-sm-3,.py-sm-3{padding-top:.75rem!important}.pe-sm-3,.px-sm-3{padding-right:.75rem!important}.pb-sm-3,.py-sm-3{padding-bottom:.75rem!important}.ps-sm-3,.px-sm-3{padding-left:.75rem!important}.p-sm-4{padding:1rem!important}.pt-sm-4,.py-sm-4{padding-top:1rem!important}.pe-sm-4,.px-sm-4{padding-right:1rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1rem!important}.ps-sm-4,.px-sm-4{padding-left:1rem!important}.p-sm-5{padding:1.5rem!important}.pt-sm-5,.py-sm-5{padding-top:1.5rem!important}.pe-sm-5,.px-sm-5{padding-right:1.5rem!important}.pb-sm-5,.py-sm-5{padding-bottom:1.5rem!important}.ps-sm-5,.px-sm-5{padding-left:1.5rem!important}.p-sm-6{padding:2rem!important}.pt-sm-6,.py-sm-6{padding-top:2rem!important}.pe-sm-6,.px-sm-6{padding-right:2rem!important}.pb-sm-6,.py-sm-6{padding-bottom:2rem!important}.ps-sm-6,.px-sm-6{padding-left:2rem!important}.p-sm-7{padding:3rem!important}.pt-sm-7,.py-sm-7{padding-top:3rem!important}.pe-sm-7,.px-sm-7{padding-right:3rem!important}.pb-sm-7,.py-sm-7{padding-bottom:3rem!important}.ps-sm-7,.px-sm-7{padding-left:3rem!important}.p-sm-8{padding:4rem!important}.pt-sm-8,.py-sm-8{padding-top:4rem!important}.pe-sm-8,.px-sm-8{padding-right:4rem!important}.pb-sm-8,.py-sm-8{padding-bottom:4rem!important}.ps-sm-8,.px-sm-8{padding-left:4rem!important}.p-sm-9{padding:6rem!important}.pt-sm-9,.py-sm-9{padding-top:6rem!important}.pe-sm-9,.px-sm-9{padding-right:6rem!important}.pb-sm-9,.py-sm-9{padding-bottom:6rem!important}.ps-sm-9,.px-sm-9{padding-left:6rem!important}}@media(min-width:768px){.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pe-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.ps-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pe-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.ps-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pe-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.ps-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:.75rem!important}.pt-md-3,.py-md-3{padding-top:.75rem!important}.pe-md-3,.px-md-3{padding-right:.75rem!important}.pb-md-3,.py-md-3{padding-bottom:.75rem!important}.ps-md-3,.px-md-3{padding-left:.75rem!important}.p-md-4{padding:1rem!important}.pt-md-4,.py-md-4{padding-top:1rem!important}.pe-md-4,.px-md-4{padding-right:1rem!important}.pb-md-4,.py-md-4{padding-bottom:1rem!important}.ps-md-4,.px-md-4{padding-left:1rem!important}.p-md-5{padding:1.5rem!important}.pt-md-5,.py-md-5{padding-top:1.5rem!important}.pe-md-5,.px-md-5{padding-right:1.5rem!important}.pb-md-5,.py-md-5{padding-bottom:1.5rem!important}.ps-md-5,.px-md-5{padding-left:1.5rem!important}.p-md-6{padding:2rem!important}.pt-md-6,.py-md-6{padding-top:2rem!important}.pe-md-6,.px-md-6{padding-right:2rem!important}.pb-md-6,.py-md-6{padding-bottom:2rem!important}.ps-md-6,.px-md-6{padding-left:2rem!important}.p-md-7{padding:3rem!important}.pt-md-7,.py-md-7{padding-top:3rem!important}.pe-md-7,.px-md-7{padding-right:3rem!important}.pb-md-7,.py-md-7{padding-bottom:3rem!important}.ps-md-7,.px-md-7{padding-left:3rem!important}.p-md-8{padding:4rem!important}.pt-md-8,.py-md-8{padding-top:4rem!important}.pe-md-8,.px-md-8{padding-right:4rem!important}.pb-md-8,.py-md-8{padding-bottom:4rem!important}.ps-md-8,.px-md-8{padding-left:4rem!important}.p-md-9{padding:6rem!important}.pt-md-9,.py-md-9{padding-top:6rem!important}.pe-md-9,.px-md-9{padding-right:6rem!important}.pb-md-9,.py-md-9{padding-bottom:6rem!important}.ps-md-9,.px-md-9{padding-left:6rem!important}}@media(min-width:992px){.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pe-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.ps-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pe-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.ps-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pe-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.ps-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:.75rem!important}.pt-lg-3,.py-lg-3{padding-top:.75rem!important}.pe-lg-3,.px-lg-3{padding-right:.75rem!important}.pb-lg-3,.py-lg-3{padding-bottom:.75rem!important}.ps-lg-3,.px-lg-3{padding-left:.75rem!important}.p-lg-4{padding:1rem!important}.pt-lg-4,.py-lg-4{padding-top:1rem!important}.pe-lg-4,.px-lg-4{padding-right:1rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1rem!important}.ps-lg-4,.px-lg-4{padding-left:1rem!important}.p-lg-5{padding:1.5rem!important}.pt-lg-5,.py-lg-5{padding-top:1.5rem!important}.pe-lg-5,.px-lg-5{padding-right:1.5rem!important}.pb-lg-5,.py-lg-5{padding-bottom:1.5rem!important}.ps-lg-5,.px-lg-5{padding-left:1.5rem!important}.p-lg-6{padding:2rem!important}.pt-lg-6,.py-lg-6{padding-top:2rem!important}.pe-lg-6,.px-lg-6{padding-right:2rem!important}.pb-lg-6,.py-lg-6{padding-bottom:2rem!important}.ps-lg-6,.px-lg-6{padding-left:2rem!important}.p-lg-7{padding:3rem!important}.pt-lg-7,.py-lg-7{padding-top:3rem!important}.pe-lg-7,.px-lg-7{padding-right:3rem!important}.pb-lg-7,.py-lg-7{padding-bottom:3rem!important}.ps-lg-7,.px-lg-7{padding-left:3rem!important}.p-lg-8{padding:4rem!important}.pt-lg-8,.py-lg-8{padding-top:4rem!important}.pe-lg-8,.px-lg-8{padding-right:4rem!important}.pb-lg-8,.py-lg-8{padding-bottom:4rem!important}.ps-lg-8,.px-lg-8{padding-left:4rem!important}.p-lg-9{padding:6rem!important}.pt-lg-9,.py-lg-9{padding-top:6rem!important}.pe-lg-9,.px-lg-9{padding-right:6rem!important}.pb-lg-9,.py-lg-9{padding-bottom:6rem!important}.ps-lg-9,.px-lg-9{padding-left:6rem!important}}@media(min-width:1280px){.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pe-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.ps-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pe-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.ps-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pe-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.ps-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:.75rem!important}.pt-xl-3,.py-xl-3{padding-top:.75rem!important}.pe-xl-3,.px-xl-3{padding-right:.75rem!important}.pb-xl-3,.py-xl-3{padding-bottom:.75rem!important}.ps-xl-3,.px-xl-3{padding-left:.75rem!important}.p-xl-4{padding:1rem!important}.pt-xl-4,.py-xl-4{padding-top:1rem!important}.pe-xl-4,.px-xl-4{padding-right:1rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1rem!important}.ps-xl-4,.px-xl-4{padding-left:1rem!important}.p-xl-5{padding:1.5rem!important}.pt-xl-5,.py-xl-5{padding-top:1.5rem!important}.pe-xl-5,.px-xl-5{padding-right:1.5rem!important}.pb-xl-5,.py-xl-5{padding-bottom:1.5rem!important}.ps-xl-5,.px-xl-5{padding-left:1.5rem!important}.p-xl-6{padding:2rem!important}.pt-xl-6,.py-xl-6{padding-top:2rem!important}.pe-xl-6,.px-xl-6{padding-right:2rem!important}.pb-xl-6,.py-xl-6{padding-bottom:2rem!important}.ps-xl-6,.px-xl-6{padding-left:2rem!important}.p-xl-7{padding:3rem!important}.pt-xl-7,.py-xl-7{padding-top:3rem!important}.pe-xl-7,.px-xl-7{padding-right:3rem!important}.pb-xl-7,.py-xl-7{padding-bottom:3rem!important}.ps-xl-7,.px-xl-7{padding-left:3rem!important}.p-xl-8{padding:4rem!important}.pt-xl-8,.py-xl-8{padding-top:4rem!important}.pe-xl-8,.px-xl-8{padding-right:4rem!important}.pb-xl-8,.py-xl-8{padding-bottom:4rem!important}.ps-xl-8,.px-xl-8{padding-left:4rem!important}.p-xl-9{padding:6rem!important}.pt-xl-9,.py-xl-9{padding-top:6rem!important}.pe-xl-9,.px-xl-9{padding-right:6rem!important}.pb-xl-9,.py-xl-9{padding-bottom:6rem!important}.ps-xl-9,.px-xl-9{padding-left:6rem!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}textarea{overflow:auto;resize:vertical}.text-monospace{font-family:Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1280px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-white-transparent{color:#fff!important;opacity:.9}.text-white-transparent-1{color:#fff!important;opacity:.5}.text-secondary,a.text-secondary:focus,a.text-secondary:hover{color:#fb6b25!important}a.text-success:focus,a.text-success:hover{color:#448700!important}.text-info{color:#45aaf2!important}a.text-info:focus,a.text-info:hover{color:#1594ef!important}.text-warning{color:#f7b731!important}a.text-warning:focus,a.text-warning:hover{color:#c29d0b!important}.text-danger{color:#e46565!important}a.text-danger:focus,a.text-danger:hover{color:#d22827!important}.text-light{color:#ebedef!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#100f15!important}a.text-dark:focus,a.text-dark:hover{color:#7b6fe0!important}.text-body{color:#495057!important}.text-muted{color:#76839a!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-wrap{font-size:14px;line-height:1.66}.text-wrap>:first-child{margin-top:0}.text-wrap>:last-child{margin-bottom:0}.text-wrap>h1,.text-wrap>h2,.text-wrap>h3,.text-wrap>h4,.text-wrap>h5,.text-wrap>h6{margin-top:1em}.heading-inverse{background-color:#333;color:#fff;padding:5px}.heading-secondary{background-color:#fb6b25;color:#fff;padding:5px}.heading-success{background-color:#21bf3c;color:#fff;padding:5px}.heading-info{background-color:#45aaf2;color:#fff;padding:5px}.heading-warning{background-color:#ecb403;color:#fff;padding:5px}.heading-danger{background-color:#c21a1a;color:#fff;padding:5px}.text-inherit{color:inherit!important}.text-default{color:#707070!important}.text-muted-dark{color:#6e7687!important}.text-fb-blue{color:#234684!important}.text-blue{color:#467fcf!important}.text-indigo{color:#6574cd!important}.text-purple{color:#867efc!important}.text-lightpink-red{color:#ff7088!important}.text-lightgreen{color:#26eda2!important}.text-pink{color:#ec82ef!important}.text-red{color:#c21a1a!important}.text-orange{color:#fc7303!important}.text-yellow{color:#ecb403!important}.text-green{color:#4ecc48!important}.text-green-1{color:#0dff01!important}.text-teal{color:#2bcbba!important}.text-cyan{color:#17a2b8!important}.text-white{color:#fff!important}.text-gray{color:#969696!important}.text-gray-dark{color:#343a40!important}.text-azure{color:#45aaf2!important}.text-lime{color:#7bd235!important}textarea[cols]{height:auto}.text-end{text-align:right}.text-transparent{color:#332525;opacity:.5}.text-facebook{color:#3b5998}.text-google-plus{color:#dd4b39}.text-twitter{color:#1da1f2}.text-pinterest{color:#bd081c}textarea.form-control{height:auto}.text-primary-gradient{-webkit-background-clip:text}.text-primary-gradient,.text-secondary-gradient{-webkit-text-fill-color:transparent;text-transform:uppercase}.text-secondary-gradient{background:linear-gradient(to bottom right,#9070ff,#ff5d9e);background:linear-gradient(90deg,#cd489c 0,#ce4ba4);-webkit-background-clip:text}.text-warning-gradient{background:linear-gradient(to bottom right,#f66b4e,#fbc434);-webkit-background-clip:text}.text-info-gradient,.text-warning-gradient{-webkit-text-fill-color:transparent;text-transform:uppercase}.text-info-gradient{background:linear-gradient(to right bottom,#1e63c3,#00f2fe);-webkit-background-clip:text}.text-danger-gradient{background:linear-gradient(90deg,#ff416c 0,#ff4b2b);-webkit-background-clip:text}.text-danger-gradient,.text-success-gradient{-webkit-text-fill-color:transparent;text-transform:uppercase}.text-success-gradient{background:linear-gradient(to bottom right,#4be8d4,#129bd2);-webkit-background-clip:text}.text-facebook-gradient{background:linear-gradient(to right bottom,#1e3c72,#3d6cbf);-webkit-background-clip:text}.text-facebook-gradient,.text-twitter-gradient{-webkit-text-fill-color:transparent;text-transform:uppercase}.text-twitter-gradient{background:linear-gradient(to right bottom,#1e63c3,#00f2fe);-webkit-background-clip:text}.text-google-plus-gradient{background:linear-gradient(to right bottom,#dd4b39,#ef6a5a);-webkit-background-clip:text}.text-google-plus-gradient,.text-pinterset-gradient{-webkit-text-fill-color:transparent;text-transform:uppercase}.text-pinterset-gradient{background:linear-gradient(to right bottom,#bd081c,#eb4553);-webkit-background-clip:text}.text-success-shadow{text-shadow:0 5px 10px rgba(19,191,166,.3)!important}.text-info-shadow{text-shadow:0 5px 10px rgba(7,116,248,.3)!important}.text-warning-shadow{text-shadow:0 5px 10px rgba(255,162,43,.3)!important}.text-danger-shadow{text-shadow:0 5px 10px rgba(255,56,43,.3)!important}.text-pink-shadow{text-shadow:0 5px 10px rgba(213,109,252,.3)!important}.text-purple-shadow{text-shadow:0 5px 10px rgba(96,77,216,.3)!important}.text-dark-shadow{text-shadow:0 5px 10px rgba(0,0,0,.3)!important}.text-white-shadow{text-shadow:0 5px 10px hsla(0,0%,100%,.3)!important}.text-secondary-shadow{text-shadow:0 5px 10px rgba(167,66,153,.3)}.w-1{width:10%!important}.w-5{width:5%!important}.w-10{width:10%!important}.w-15{width:15%!important}.w-20{width:20%!important}.w-25{width:25%!important}.w-30{width:30%!important}.w-40{width:40%!important}.w-60{width:60%!important}.w-45{width:45%!important}.w-50{width:50%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-75{width:75%!important}.w-80{width:80%!important}.w-100{width:100%!important}.w-260{width:260px!important}.w-337{width:337px!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-1{width:.25rem!important}.w-2{width:.5rem!important}.w-3{width:.75rem!important}.w-4{width:1rem!important}.w-5{width:1.5rem!important}.w-6{width:2rem!important}.w-7{width:3rem!important}.w-8{width:4rem!important}.w-9{width:6rem!important}.w-90{width:90%!important}.mw-100{max-width:100%!important}.w-30p{width:30px!important}body.dark-mode{background-color:#22223d;color:#dedefd}body.dark-mode ::-webkit-scrollbar-thumb,body.dark-mode :hover::-webkit-scrollbar-thumb{background:#272740}.dark-mode caption{color:#505662}.dark-mode .text-muted{color:#fff!important}.dark-mode hr{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .list-unstyled li{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .blockquote-footer{color:#fff}.dark-mode .img-thumbnail{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .figure-caption{color:#fff}.dark-mode kbd{background-color:#343a40;color:#fff}.dark-mode pre{color:#83839e}.dark-mode .bg-transparent{background-color:transparent!important}.dark-mode .border{border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .border-top{border-top:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .border-right{border-right:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .border-bottom{border-bottom:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .border-left{border-left:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.dark-mode .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.dark-mode .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.dark-mode blockquote{border-left:2px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode code{background:transparent;border:1px solid transparent}.dark-mode pre{background-color:#2e2e4a;color:#fff;text-shadow:0 1px #2e2e4a}.dark-mode .section-nav{background-color:#f8f9fa}.dark-mode .border,.dark-mode .section-nav{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .table thead th,.dark-mode .text-wrap table thead th{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .table tbody+tbody,.dark-mode .text-wrap table tbody+tbody{border-top:2px solid hsla(0,0%,100%,.1)}.dark-mode .table .table,.dark-mode .table .text-wrap table,.dark-mode .text-wrap .table table,.dark-mode .text-wrap table .table,.dark-mode .text-wrap table table{background-color:#2e2e4a}.dark-mode #external-events,.dark-mode .table-bordered{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .fc-theme-standard .fc-scrollgrid,.dark-mode .fc-theme-standard td,.dark-mode .fc-theme-standard th{border-color:hsla(0,0%,100%,.1)}.dark-mode .fc .fc-daygrid-day-number{color:#dedefd}.dark-mode .fc .fc-daygrid-day.fc-day-today,.dark-mode .fc-theme-standard .fc-list-day-cushion{background-color:#2f2f46}.dark-mode .fc-theme-standard .fc-list{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .fc .fc-list-event:hover td{background-color:transparent;color:var(--primary-bg-color)}.dark-mode .fc .fc-list-empty{background-color:#30304d}.dark-mode .badge.bg-white{background-color:#fff!important}.dark-mode .text-wrap table{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .form-control-range{display:block;width:100%}.dark-mode .form-control.is-invalid{border-color:#f82649}.dark-mode .selectize-input input{color:#fff}.dark-mode .tab_wrapper .content_wrapper .accordian_header{border-bottom:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper .content_wrapper .accordian_header.active{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper .content_wrapper .accordian_header .arrow{background-color:transparent}.dark-mode .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input{background:transparent;color:#fff}.dark-mode .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button{background-color:#1e2448;border-color:hsla(0,0%,100%,.1)}@media print{.dark-mode .table td,.dark-mode .table th,.dark-mode .text-wrap table td,.dark-mode .text-wrap table th{background-color:#fff!important}.dark-mode .table-bordered td,.dark-mode .table-bordered th,.dark-mode .text-wrap table td,.dark-mode .text-wrap table th{border:1px solid hsla(0,0%,100%,.1)!important}}.dark-mode .table-bordered td,.dark-mode .table-bordered th,.dark-mode .text-wrap table td,.dark-mode .text-wrap table th{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.1);color:inherit}.dark-mode .table-hover tbody th,.dark-mode .table-hover tbody tr:hover{background-color:#2e2e4a}.dark-mode .table-active,.dark-mode .table-active>td,.dark-mode .table-active>th,.dark-mode .table-hover .table-active:hover,.dark-mode .table-hover .table-active:hover>td,.dark-mode .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.04)}.dark-mode .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.dark-mode .table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}.dark-mode .table.dataTable thead th{border-bottom:0!important}.dark-mode .form-control{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#dedefd!important}.dark-mode .authentication .card:hover{box-shadow:0 16px 26px 0 rgba(0,0,0,.4),0 3px 6px 0 rgba(0,0,0,.4)}.dark-mode .authentication input::-webkit-input-placeholder{color:#fff}.dark-mode .authentication input::placeholder{color:#fff}.dark-mode .authentication .flex-c-m .login100-social-item i,.dark-mode .login100-social-item,.dark-mode .login100-social-item:hover{color:#fff}.dark-mode .select2-container--default .select2-selection--single{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .select2-container--default.select2-container--focus .select2-selection--multiple{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .select2-container--default .select2-selection--multiple{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field{background:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice,.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff!important}.dark-mode .select2-container--default .select2-results>.select2-results__options{box-shadow:0 8px 14.72px 1.28px #2a2635}.dark-mode .form-control{color:#99c1b2;opacity:1}.dark-mode .form-control:focus{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .form-control::-webkit-input-placeholder{color:#9999bf;opacity:.6}.dark-mode .form-control::placeholder{color:#9999bf;opacity:.6}.dark-mode .form-control:disabled,.dark-mode .form-control[readonly]{background-color:#2d2d48}.dark-mode .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#9999bf;opacity:.6}.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered{color:#fff}.dark-mode .select2-container--default .select2-selection--single .select2-selection__arrow{height:2.375rem!important}.dark-mode select.form-control:focus::-ms-value{background-color:#fff;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .form-control-file{display:block;width:100%}@media(max-width:575.98px){.dark-mode .countdown-timer-wrapper .timer .timer-wrapper .time{background:linear-gradient(to bottom right,rgba(0,0,0,.1),rgba(0,0,0,.1));color:#fff}}.dark-mode .form-control-plaintext{color:#fff}.dark-mode .form-check-input:disabled~.form-check-label{color:#505662}.dark-mode .valid-feedback{color:#09ad95}.dark-mode .valid-tooltip{background-color:rgba(94,186,0,.8);color:#fff}.dark-mode .custom-select.is-valid,.dark-mode .form-control.is-valid,.dark-mode .was-validated .custom-select:valid,.dark-mode .was-validated .form-control:valid{border-color:#09ad95}.dark-mode .custom-select.is-valid:focus,.dark-mode .form-control.is-valid:focus,.dark-mode .was-validated .custom-select:valid:focus,.dark-mode .was-validated .form-control:valid:focus{border-color:#09ad95;box-shadow:0 0 0 2px rgba(94,186,0,.25)}.dark-mode .custom-control-input.is-valid~.custom-control-label,.dark-mode .form-check-input.is-valid~.form-check-label,.dark-mode .was-validated .custom-control-input:valid~.custom-control-label,.dark-mode .was-validated .form-check-input:valid~.form-check-label{color:#09ad95}.dark-mode .custom-control-input.is-valid~.custom-control-label:before,.dark-mode .was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#09ad95}.dark-mode .custom-control-input.is-valid:checked~.custom-control-label:before,.dark-mode .was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#09ad95}.dark-mode .custom-control-input.is-valid:focus~.custom-control-label:before,.dark-mode .was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2e2e4a,0 0 0 2px rgba(94,186,0,.25)}.dark-mode .form-file-input.is-valid~.form-file-label,.dark-mode .was-validated .form-file-input:valid~.form-file-label{border-color:#09ad95}.dark-mode .form-file-input.is-valid:focus~.form-file-label,.dark-mode .was-validated .form-file-input:valid:focus~.form-file-label{box-shadow:0 0 0 2px rgba(94,186,0,.25)}.dark-mode .invalid-feedback{color:#f82649}.dark-mode .invalid-tooltip{background-color:rgba(205,32,31,.8);color:#fff}.dark-mode .was-validated .form-control:invalid{border-color:#f82649}.dark-mode .custom-select.is-invalid,.dark-mode .was-validated .custom-select:invalid{border-color:#f82649}.dark-mode .custom-select.is-invalid:focus,.dark-mode .form-control.is-invalid:focus,.dark-mode .was-validated .custom-select:invalid:focus,.dark-mode .was-validated .form-control:invalid:focus{border-color:#f82649;box-shadow:0 0 0 2px rgba(205,32,31,.25)}.dark-mode .custom-control-input.is-invalid~.custom-control-label,.dark-mode .form-check-input.is-invalid~.form-check-label,.dark-mode .was-validated .custom-control-input:invalid~.custom-control-label,.dark-mode .was-validated .form-check-input:invalid~.form-check-label{color:#f82649!important}.dark-mode .custom-control-input.is-invalid~.custom-control-label:before,.dark-mode .was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#f82649;border-color:#e62b4a}.dark-mode .custom-control-input.is-invalid:checked~.custom-control-label:before,.dark-mode .was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e23e3d}.dark-mode .custom-control-input.is-invalid:focus~.custom-control-label:before,.dark-mode .was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #2e2e4a,0 0 0 2px rgba(205,32,31,.25)}.dark-mode .form-file-input.is-invalid~.form-file-label,.dark-mode .was-validated .form-file-input:invalid~.form-file-label{border-color:#f82649}.dark-mode .form-file-input.is-invalid:focus~.form-file-label,.dark-mode .was-validated .form-file-input:invalid:focus~.form-file-label{box-shadow:0 0 0 2px rgba(205,32,31,.25)}.dark-mode .collapse:not(.show){background:#fff}.dark-mode .dropdown-menu{background-color:#fff;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .dropdown-divider{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .notifyimg{color:#fff}.dark-mode .drop-icon-wrap .drop-icon-item{color:#878787}.dark-mode .drop-icon-wrap .drop-icon-item:hover,.dark-mode .dropdown-item.active,.dark-mode .dropdown-item:active,.dark-mode .dropdown-item:focus,.dark-mode .dropdown-item:hover{background-color:#2e2e4a}.dark-mode .dropdown-item.disabled,.dark-mode .dropdown-item:disabled{background-color:transparent;color:#fff}.dark-mode .dropdown-menu.show{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .header-search-icon .dropdown-menu{border:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 10px 15px rgba(42,38,53,.9)}.dark-mode .dropdown-header{color:#fff}.dark-mode .dropdown-item-text{color:#83839e}.dark-mode .input-group-text{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode #global-loader{background:#22223d}.dark-mode .custom-control-input:checked~.custom-control-label:before{color:#fff}.dark-mode .custom-control-input:active~.custom-control-label:before{background-color:rgba(218,201,232,.5);color:#fff}.dark-mode .custom-control-input:disabled~.custom-control-label{color:#fff}.dark-mode .custom-control-input:disabled~.custom-control-label:before,.dark-mode .custom-control-label:before{background-color:hsla(0,0%,100%,.1)}.dark-mode .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(212,182,228,.5)}.dark-mode .custom-select{background:#2e2e4a url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 5%27%3E%3Cpath fill=%27#999%27%20d=%27M0%200L10%200L5%205L0%200%27/%3E%3C/svg%3E") no-repeat right .75rem center;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .custom-select:focus::-ms-value{background-color:#fff;color:#fff}.dark-mode .custom-select:disabled{background-color:hsla(0,0%,100%,.1);color:#fff}.dark-mode .form-file-input:focus~.form-file-label{border-color:hsla(0,0%,100%,.1)}.dark-mode .form-file-label{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .form-file-label:after{border-left:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .custom-range::-webkit-slider-thumb:focus{box-shadow:0 0 0 1px #2e2e4a,0 0 0 2px rgba(98,58,162,.25)}.dark-mode .custom-range::-webkit-slider-thumb:active{background-color:#d4e1f4}.dark-mode .custom-range::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.1);border-color:transparent}.dark-mode .custom-range::-moz-range-thumb:focus{box-shadow:0 0 0 1px #2e2e4a,0 0 0 2px rgba(98,58,162,.25)}.dark-mode .custom-range::-moz-range-thumb:active{background-color:#d4e1f4}.dark-mode .custom-range::-moz-range-track{background-color:hsla(0,0%,100%,.1)}.dark-mode .custom-range::-ms-thumb:focus{box-shadow:0 0 0 1px #2e2e4a,0 0 0 2px rgba(98,58,162,.25)}.dark-mode .custom-range::-ms-thumb:active{background-color:#d4e1f4}.dark-mode .custom-range::-ms-fill-lower,.dark-mode .custom-range::-ms-fill-upper{background-color:hsla(0,0%,100%,.1)}.dark-mode .nav-link.disabled{color:#4f4f67}.dark-mode .nav-link.disable{color:#cba4f7}.dark-mode .nav-tabs .nav-link{border:1px solid transparent}.dark-mode .nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#fff}.dark-mode .nav-pills .nav-link.active,.dark-mode .nav-pills .show>.nav-link,.dark-mode .navbar-dark .navbar-text a,.dark-mode .navbar-dark .navbar-text a:focus,.dark-mode .navbar-dark .navbar-text a:hover{color:#fff}.dark-mode .card{background-color:#30304d;border:1px solid transparent;box-shadow:0 3px 9px 0 rgba(28,28,51,.15)}.dark-mode .card-header{background-color:transparent;border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .card-footer{background-color:rgba(0,0,0,.03)}.dark-mode .page-link{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .page-link:hover{background-color:rgba(70,127,207,.06)}.dark-mode .page-item.active .page-link{color:#fff}.dark-mode .page-item.disabled .page-link{background-color:#2a2a44;border-color:hsla(0,0%,100%,.1);color:#4f4f67}.dark-mode .mail-box .sm-side{background:none repeat scroll 0 0 #e5e8ef}.dark-mode .mail-box .lg-side{background:none repeat scroll 0 0 #fff}.dark-mode .mail-box .sm-side .user-head{background:none repeat scroll 0 0 #00a8b3;color:#fff}.dark-mode .user-head .user-name h5 a{color:#fff}.dark-mode .user-head .user-name span a{color:#87e2e7}.dark-mode a.mail-dropdown{background:none repeat scroll 0 0 #80d3d9;color:#01a7b3}.dark-mode .btn-compose{background:none repeat scroll 0 0 #ff6c60;color:#fff}.dark-mode .btn-compose:hover{background:none repeat scroll 0 0 #f5675c;color:#fff}.dark-mode .inbox-divider{border-bottom:1px solid #d5d8df}.dark-mode ul.inbox-nav li a{color:#6a6a6a}.dark-mode ul.inbox-nav li a:focus,.dark-mode ul.inbox-nav li a:hover,.dark-mode ul.inbox-nav li.active a{background:none repeat scroll 0 0 #d5d7de;color:#6a6a6a}.dark-mode ul.inbox-nav li a i{color:#6a6a6a}.dark-mode ul.labels-info li h4{color:#5c5c5e}.dark-mode ul.labels-info li a{color:#6a6a6a}.dark-mode ul.labels-info li a:focus,.dark-mode ul.labels-info li a:hover{background:none repeat scroll 0 0 #d5d7de;color:#6a6a6a}.dark-mode .nav.nav-pills.nav-stacked.labels-info p{color:#9d9f9e}.dark-mode .inbox-head .sr-input{color:#8a8a8a}.dark-mode .inbox-head .sr-btn{background:none repeat scroll 0 0 #1643a3;color:#fff}.dark-mode .table-inbox{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .table-inbox tr{border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .table-inbox tr td .fa-star{color:rgba(106,221,196,.06)}.dark-mode .table-inbox tr td .fa-star.inbox-started,.dark-mode .table-inbox tr td .fa-star:hover{color:#f78a09}.dark-mode .table-inbox tr.unread td{background:#2e2e4a}.dark-mode .inbox-pagination a.np-btn,.dark-mode .mail-option .btn-group a.btn,.dark-mode .mail-option .chk-all{background:none repeat scroll 0 0 #2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .fileinput-button{background:none repeat scroll 0 0 #eee;border:1px solid #e6e6e6}.dark-mode .inbox-body .modal .modal-body input,.dark-mode .inbox-body .modal .modal-body textarea{border:1px solid #e6e6e6}.dark-mode .btn-send,.dark-mode .btn-send:hover{background:none repeat scroll 0 0 #00a8b3;color:#fff}.dark-mode .btn-send:hover{background:none repeat scroll 0 0 #009da7}.dark-mode .heading-inbox h4{border-bottom:1px solid #ddd;color:#fff}.dark-mode .sender-dropdown{background:none repeat scroll 0 0 hsla(0,0%,100%,.1);color:#777}.dark-mode .view-mail a{color:#ff6c60}.dark-mode .range{background-color:#f5f5f5;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.dark-mode .range input[type=range]::-moz-slider-thumb,.dark-mode .range input[type=range]::-webkit-slider-thumb{background-color:#999;color:#fff}.dark-mode .range output{background-color:#999;color:#fff}.dark-mode .pricing-divider{box-shadow:0 0 30px rgba(0,0,0,.2)}.dark-mode .princing-item .card-footer{background:#30304d}.dark-mode .pricing{color:#fff}.dark-mode .pricing1{color:#7a7a92}.dark-mode .pricing .card-category{background:hsla(0,0%,100%,.3);color:#fff}.dark-mode .pricing .list-unstyled li,.dark-mode .pricing1 .list-unstyled li{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .pricing1 .card-category{background:hsla(0,0%,100%,.3);color:#fff}.dark-mode .pricing-table:hover{box-shadow:0 0 30px rgba(0,0,0,.2)}.dark-mode .pricing-table:hover>.panel-footer-landing{box-shadow:inset 0 0 30px rgba(0,0,0,.05)}.dark-mode .pricing-table:hover>.panel>.panel-body-landing{background:#1643a3}.dark-mode .pricing-table:hover>.panel>.panel-heading-landing-box{background:#fff!important;color:#333!important}.dark-mode .pricing-table:hover>.panel>.controle-header,.dark-mode .pricing-table:hover>.panel>.panel-footer{background:#1643a3!important}.dark-mode .princing-item:hover{box-shadow:0 0 30px rgba(0,0,0,.1)}.dark-mode .btn-price:hover{background:#fff!important;color:#1643a3!important}.dark-mode .pricing-table:hover>.panel>.controle-header>.panel-title-landing{color:#fff!important}.dark-mode .pricing-table>.panel>.controle-header>.panel-title-landing{color:#000!important}.dark-mode .panel-body-landing:hover>.table>tbody>tr>td{color:#fff!important}.dark-mode .panel-heading-landing{background:#f7f7f7!important;border:2px solid #1643a3!important}.dark-mode .panel-heading-landing-box{background:#1643a3!important;color:#fff!important}.dark-mode .panel-title-landing{color:#1643a3!important}.dark-mode .panel-body-landing{background:#fff;border:2px solid #1643a3!important}.dark-mode .panel-footer-landing{background:#f7f7f7;border:2px solid #1643a3!important}.dark-mode .panel-heading{background:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.dark-mode .panel.price{background:#2e2e4a;box-shadow:0 .15rem 1.75rem 0 #0e0f2e}.dark-mode .panel.price>.panel-heading{color:#fff}.dark-mode .panel.price:hover{box-shadow:0 0 30px rgba(0,0,0,.2)}.dark-mode .price .panel-footer,.dark-mode .price.panel-color>.panel-body{background-color:#30304d}.dark-mode .panel-footer{background-color:#2f2f4b;border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .panel.price .btn{box-shadow:inset 0 -1px 0 rgba(50,50,50,.2)}.dark-mode #popup{background:#fe6b1f}.dark-mode #copy{color:#fff}.dark-mode .nav1{background:transparent;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .nav-item1.active,.dark-mode .nav-item1:hover:not(.disabled){color:#fff}.dark-mode .nav-tabs{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .nav-tabs .nav-item1.nav-link{border:1px solid transparent}.dark-mode .nav-tabs .nav-item1 .nav-link,.dark-mode .nav-tabs .nav-item1 .nav-link.active,.dark-mode .nav-tabs .nav-item1 .nav-link:hover:not(.disabled){color:#fff}.dark-mode .nav-tabs .nav-submenu{background:#000}.dark-mode .nav-tabs .nav-submenu .nav-item1{color:#fff}.dark-mode .nav-tabs .nav-submenu .nav-item1.active{color:#467fcf}.dark-mode .nav-tabs .nav-submenu .nav-item1:hover{background:rgba(0,0,0,.024);color:#fff}.dark-mode .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,.dark-mode .tooltip.tooltip-top .tooltip-inner:before{border-top-color:#000}.dark-mode .tooltip.bs-tether-element-attached-left .tooltip-inner:before,.dark-mode .tooltip.tooltip-right .tooltip-inner:before{border-right-color:#000}.dark-mode .tooltip.bs-tether-element-attached-top .tooltip-inner:before,.dark-mode .tooltip.tooltip-bottom .tooltip-inner:before{border-bottom-color:#000}.dark-mode .tooltip.bs-tether-element-attached-right .tooltip-inner:before,.dark-mode .tooltip.tooltip-left .tooltip-inner:before{border-left-color:#000}.dark-mode .heading-inverse{background-color:#232139;color:#fff}.dark-mode .breadcrumb,.dark-mode .breadcrumb-item a,.dark-mode .breadcrumb-item+.breadcrumb-item:before{color:#fff}.dark-mode .breadcrumb-item1 a:hover{color:#123787}.dark-mode .breadcrumb-item1+.breadcrumb-item1:before,.dark-mode .breadcrumb-item1.active{color:#fff}.dark-mode .breadcrumb-item2 a:hover{color:#123787}.dark-mode .breadcrumb-item2+.breadcrumb-item2:before,.dark-mode .breadcrumb-item2.active{color:#fff}.dark-mode .panel-group .panel{border-color:hsla(0,0%,100%,.1)}.dark-mode .panel-default>.panel-heading{background-color:#2e2e4a;border-color:hsla(0,0%,100%,.1)}.dark-mode .more-less{color:#212121}.dark-mode .panel-default>.panel-heading+.panel-collapse>.panel-body{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .accordionjs .acc_section .acc_head h3:before{color:#fff}.dark-mode .wrap{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.dark-mode .panel1{border-color:#fff}.dark-mode .panel-heading1{background-color:#5797fc;color:#fff}.dark-mode .panel-group1 .panel-body{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .panel-title1 a{color:#fff}.dark-mode .panel-body1{background:#fff}.dark-mode .panel-title a.accordion-toggle.collapsed:before,.dark-mode .panel-title a.accordion-toggle:before{color:#fff}.dark-mode .btn.dropdown-toggle~.dropdown-menu,.dark-mode ul.dropdown-menu li.dropdown ul.dropdown-menu{background-color:#2e2e4b!important;border:0 solid #4285f4!important;box-shadow:0 6px 12px rgba(34,34,61,.8)!important}.dark-mode .btn.dropdown-toggle.btn-default~.dropdown-menu .dropdown-plus-title{border-color:hsla(0,0%,100%,.1)!important}.dark-mode .dropdown-menu{background-color:#30304d;box-shadow:0 10px 40px 0 rgba(34,34,61,.8)}.dark-mode .dropdown-menu>li>a{color:#dedefd}.dark-mode .dropdown-menu>li>a:focus,.dark-mode .dropdown-menu>li>a:hover{background-color:#2e2e4a;color:#dedefd}.dark-mode .dropdown-menu .divider{background-color:hsla(0,0%,100%,.1)}.dark-mode .dropdown-menu .dropdown-plus-title{border:solid hsla(0,0%,100%,.1)!important;border-width:0 0 1px!important;color:#dedefd!important}.dark-mode .dropdown-menu-header{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .dropdown-menu-header label{color:#fff}.dark-mode .dropdown-media-list .media:focus,.dark-mode .dropdown-media-list .media:hover{background-color:#f8f9fa}.dark-mode .dropdown-media-list .media-body>div p{color:#fff}.dark-mode .dropdown-media-list .media-body>div span{color:#cfcfcf}.dark-mode .dropdown-media-list .media-body>p{color:#bfbfbf}.dark-mode .dropdown-list-footer{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .jumbotron,.dark-mode .progress{background-color:#25253e}.dark-mode .progress{box-shadow:0 5px 10px rgba(42,38,53,.3)}.dark-mode .progress-bar{color:#fff}.dark-mode .list-group-item.active{background-color:#f6f4fb;border-color:hsla(0,0%,100%,.1);color:#25252a}.dark-mode .list-group-item-action{color:#fff}.dark-mode .list-group-item-action:hover{background-color:transparent;color:var(--primary-bg-color)}.dark-mode .list-group-item-action:focus{background-color:#2e2e4a;color:#fff}.dark-mode .list-group-item-action:active{background-color:hsla(0,0%,100%,.1);color:#fff}.dark-mode .list-group-item,.dark-mode .listorder,.dark-mode .listorder1,.dark-mode .listunorder,.dark-mode .listunorder1{background-color:#30304d;color:#aaaad8}.dark-mode .list-group-item:hover,.dark-mode .listorder1:hover,.dark-mode .listorder:hover,.dark-mode .listunorder1:hover,.dark-mode .listunorder:hover{color:#827ae0}.dark-mode .tab_wrapper.right_side>ul li.active:before{background:transparent}.dark-mode .alert-secondary{background:rgba(235,111,51,.1);border:rgba(235,111,51,.1)}.dark-mode .mail-inbox .icons{color:#dedefd!important}.dark-mode .list-group-item.disabled,.dark-mode .list-group-item:disabled{background-color:#2a2a44;color:#4f4f67}.dark-mode .list-group-item.active{background-color:#2e2e4a;color:#fff}.dark-mode .close{color:#fff;text-shadow:0 1px 0 #2e2e4a}.dark-mode .close:focus,.dark-mode .close:hover{color:#dedefd}.dark-mode .modal-content{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 5px 20px rgba(0,0,0,.08)}.dark-mode .modal-backdrop{background-color:#000}.dark-mode .modal-header{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .modal-footer{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .widget-info i{border:2px solid #fff}.dark-mode .widget-info a{border-bottom:1px solid #fff}.dark-mode .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.dark-mode .bs-tooltip-top .tooltip-arrow:before{border-top-color:#000}.dark-mode .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.dark-mode .bs-tooltip-right .tooltip-arrow:before{border-right-color:#000}.dark-mode .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.dark-mode .bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000}.dark-mode .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.dark-mode .bs-tooltip-left .tooltip-arrow:before{border-left-color:#000}.dark-mode .tooltip-inner{background-color:#000;color:#fff}.dark-mode .popover{background-color:#22223d;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .bs-popover-auto[data-popper-placement^=top] .popover-arrow:before,.dark-mode .bs-popover-top .popover-arrow:before{border-top-color:hsla(0,0%,100%,.1)}.dark-mode .bs-popover-auto[data-popper-placement^=top] .popover-arrow:after,.dark-mode .bs-popover-top .popover-arrow:after{border-top-color:#22223d}.dark-mode .bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.dark-mode .bs-popover-end .popover-arrow:before{border-right-color:hsla(0,0%,100%,.1)}.dark-mode .bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.dark-mode .bs-popover-end .popover-arrow:after{border-right-color:#22223d}.dark-mode .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.dark-mode .bs-popover-bottom .popover-arrow:before{border-bottom-color:hsla(0,0%,100%,.1)}.dark-mode .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.dark-mode .bs-popover-bottom .popover-arrow:after{border-bottom-color:#22223d}.dark-mode .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.dark-mode .bs-popover-bottom .popover-header:before{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.dark-mode .bs-popover-start .popover-arrow:before{border-left-color:hsla(0,0%,100%,.1)}.dark-mode .bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.dark-mode .bs-popover-start .popover-arrow:after{border-left-color:#22223d}.dark-mode .popover-header{background-color:#22223d;border-bottom:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .carousel-control-next,.dark-mode .carousel-control-next:focus,.dark-mode .carousel-control-next:hover,.dark-mode .carousel-control-prev,.dark-mode .carousel-control-prev:focus,.dark-mode .carousel-control-prev:hover,.dark-mode .popover-body{color:#fff}.dark-mode .carousel-indicators li,.dark-mode .carousel-indicators1 li,.dark-mode .carousel-indicators2 li,.dark-mode .carousel-indicators3 li,.dark-mode .carousel-indicators4 li,.dark-mode .carousel-indicators5 li{background-color:hsla(0,0%,100%,.5)}.dark-mode .carousel-indicators .active,.dark-mode .carousel-indicators1 .active,.dark-mode .carousel-indicators2 .active,.dark-mode .carousel-indicators3 .active,.dark-mode .carousel-indicators4 .active,.dark-mode .carousel-indicators5 .active{background-color:#fff}.dark-mode .carousel-caption,.dark-mode .page-title-icon{color:#fff}.dark-mode .page-subtitle{color:#c0a0f1}.dark-mode .page-description{color:#fff}.dark-mode .aside{background:#fff;border-left:1px solid hsla(0,0%,100%,.1);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}.dark-mode .aside-footer{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .aside-header,.dark-mode .header{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .header{background:#30304d}.dark-mode .nav-unread{background:#ecd938}.dark-mode .nav-link.icon i{color:#fff!important}.dark-mode .footer{background:#30304d;border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .footer .social ul li a{color:#dedefd}.dark-mode .text-default{color:#7a7a92!important}.dark-mode .text-muted-dark{color:#fff!important}.dark-mode a.icon:hover{color:var(--primary-bg-color)!important}.dark-mode .shadow{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}.dark-mode .nav-tabs{color:#000}.dark-mode .nav-tabs .nav-link,.dark-mode .nav-tabs .nav-link.active,.dark-mode .nav-tabs .nav-link:hover:not(.disabled){color:#fff}.dark-mode .dropdown-menu-arrow:before,.dark-mode .dropdown-menu.header-search:before{background:#2e2e4a;border-left:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2)}.dark-mode .nav-tabs .nav-submenu{background:#fff;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.dark-mode .nav-tabs .nav-submenu .nav-item{color:#fff}.dark-mode .nav-tabs .nav-submenu .nav-item.active{color:#467fcf}.dark-mode .nav-tabs .nav-submenu .nav-item:hover{background:rgba(0,0,0,.024);color:#fff}.dark-mode .product_price .old_price{color:#93a3ba}.dark-mode .expanel-default{border:#ddd!important}.dark-mode .expanel{background-color:#2e2e4a!important;border:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 1px 1px rgba(0,0,0,.01)!important}.dark-mode .expanel-default>.expanel-heading{background-color:#2e2e4a!important;border-color:#2e2e4a!important}.dark-mode .expanel-heading{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .expanel-footer{background-color:#2e2e4a!important;border-top:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .thumbnail{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .table th,.dark-mode .text-wrap table th{color:#dedefd}.dark-mode .table-vcenter td,.dark-mode .table-vcenter th{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .table-striped tbody tr:nth-of-type(2n){background-color:#2e2e4a}.dark-mode .table-calendar-link{background:#f8f9fa;color:#fff}.dark-mode .table-calendar-link:before{background:#467fcf}.dark-mode .table-calendar-link:hover{background:#467fcf;color:#fff}.dark-mode .table-calendar-link:hover:before{background:#fff}.dark-mode .table-header-asc,.dark-mode .table-header-desc,.dark-mode .table-header:hover{color:#fff!important}.dark-mode .page-breadcrumb .breadcrumb-item,.dark-mode .page-breadcrumb .breadcrumb-item.active,.dark-mode .page-total-text,.dark-mode .pagination-simple .page-item.active .page-link{color:#fff}.dark-mode .card .card{border:1px solid hsla(0,0%,100%,.1);box-shadow:0 0 10px #22223d}.dark-mode .card-body+.card-body,.dark-mode .card-footer{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .card-footer{color:#fff}.dark-mode .card-img-overlay{background-color:rgba(0,0,0,.4)}.dark-mode .reg{color:#2e1170}.dark-mode .card-subtitle,.dark-mode .card-title small{color:#fff}.dark-mode .card-body+.card-table{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .profile-img{background:hsla(0,0%,88%,.2);border:1px solid rgba(167,180,201,.2)}.dark-mode .card-profile-img{border:3px solid #fff;box-shadow:0 1px 1px rgba(0,0,0,.1)}.dark-mode .card-body+.card-list-group{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .list-media .info .text-right{color:#8a8a8a}.dark-mode .card-options,.dark-mode .card-options a:not(.btn),.dark-mode .card-options a:not(.btn):hover,.dark-mode .widgets-cards .wrp.icon-circle i{color:#fff}.dark-mode .card-map{background:hsla(0,0%,100%,.1)}.dark-mode .card-tabs-bottom .card-tabs-item.active{border-top-color:#fff}.dark-mode a.card-tabs-item{background:#fafbfc}.dark-mode a.card-tabs-item.active{background:#fff;border-bottom-color:#fff}.dark-mode .card-category{background:#2e2e4a}.dark-mode .popover{-webkit-filter:drop-shadow(0 1px 3px rgba(0,0,0,.1));filter:drop-shadow(0 1px 3px rgba(0,0,0,.1))}.dark-mode .header .dropdown .nav-link.icon:hover{background:transparent!important}.dark-mode .dropdown-item{color:#c1c1de}.dark-mode .dropdown-icon{color:#dedefd}.dark-mode .list-group-item .icon{color:#fff!important}.dark-mode .list-group-transparent .list-group-item.active{background:#343454;color:#dedefd}.dark-mode .responsive-navbar.navbar .navbar-collapse{background:#30304d}.dark-mode .responsive-navbar.navbar .nav-link.icon{background:#30304d;box-shadow:0 2px 3px #1a1a2f;color:#2a1b4d!important}.dark-mode .avatar-status{border:2px solid #30304d}.dark-mode .avatar-placeholder{background:#ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="$white" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>') no-repeat 50%/80%}.dark-mode .avatar-list-stacked .avatar{box-shadow:0 0 0 2px #30304d}.dark-mode .mail-chats{border-top:1px solid hsla(0,0%,50%,.16)}.dark-mode .user p.u-name{color:#dedefd}.dark-mode .user p.u-designation{color:#fff}.dark-mode div.online-status .status.online{background:rgba(0,128,0,.68)}.dark-mode .online-status .status.offline{background:rgba(255,0,0,.7)}.dark-mode .icons-list-item{border-left:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .link-overlay-bg{background:rgba(0,0,0,.3);color:#fff}.dark-mode .custom-control-label:before{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .form-signin .form-control:focus{border-bottom:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .mediaicon{color:#fff}.dark-mode .form-control.header-search{background:#2e2e4a;border:1px solid hsla(0,0%,88%,.1);color:#fff}.dark-mode .form-control.header-search::-webkit-input-placeholder{color:#fff}.dark-mode .form-control.header-search::placeholder{color:#fff}.dark-mode .form-control.header-search:focus,.dark-mode .form-control.header-search:hover{border:1px solid hsla(0,0%,88%,.1)}.dark-mode .input-icon-addon{color:#fff}.dark-mode .input-icon-addon.search-icon{color:#636262!important}.dark-mode .form-fieldset{background:#f8f9fa;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .form-required{color:#f82649}.dark-mode .form-help{background:#2e2e4a;color:#fff}.dark-mode .form-help:hover,.dark-mode .form-help[aria-describedby]{background:#467fcf;color:#fff}.dark-mode .jqstooltip{background:#333!important}.dark-mode .social-links li a{background:#f8f8f8;color:#fff}.dark-mode .chart-circle-1-value small,.dark-mode .chart-circle-value small{color:#fff}.dark-mode .chip{background-color:rgba(70,127,207,.06);color:#fff}.dark-mode a.chip:hover{color:#fff}.dark-mode .stamp{background:#fff;color:#fff}.dark-mode .chat-message{background-color:#467fcf;color:#fff}.dark-mode .chat-message:after{border-bottom:6px solid transparent;border-left:6px solid #467fcf;border-top:6px solid transparent}.dark-mode .chat-line-friend .chat-message{background-color:#f3f3f3;color:#fff}.dark-mode .chat-line-friend .chat-message:after{border-right:5px solid #f3f3f3}.dark-mode .example{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .example-bg{background:#2e2e4a}.dark-mode .highlight{background:#30304d;border:1px solid hsla(0,0%,100%,.1);border-top:none}.dark-mode .tag{background-color:#25253e;color:#dedefd}.dark-mode a.tag:hover{background-color:rgba(110,118,135,.2)}.dark-mode .carousel-item-background{background:rgba(0,0,0,.5)}.dark-mode .custom-range:focus::-moz-range-thumb,.dark-mode .custom-range:focus::-ms-thumb,.dark-mode .custom-range:focus::-webkit-slider-thumb{background-color:#467fcf;border-color:#467fcf}.dark-mode .custom-range::-webkit-slider-runnable-track{background:#467fcf}.dark-mode .custom-range::-webkit-slider-thumb{background:#fff;border:1px solid rgba(0,30,75,.12);box-shadow:1px 0 0 -6px rgba(0,50,126,.12),6px 0 0 -6px rgba(0,50,126,.12),7px 0 0 -6px rgba(0,50,126,.12),8px 0 0 -6px rgba(0,50,126,.12),9px 0 0 -6px rgba(0,50,126,.12),10px 0 0 -6px rgba(0,50,126,.12),11px 0 0 -6px rgba(0,50,126,.12),12px 0 0 -6px rgba(0,50,126,.12),13px 0 0 -6px rgba(0,50,126,.12),14px 0 0 -6px rgba(0,50,126,.12),15px 0 0 -6px rgba(0,50,126,.12),16px 0 0 -6px rgba(0,50,126,.12),17px 0 0 -6px rgba(0,50,126,.12),18px 0 0 -6px rgba(0,50,126,.12),19px 0 0 -6px rgba(0,50,126,.12),20px 0 0 -6px rgba(0,50,126,.12),21px 0 0 -6px rgba(0,50,126,.12),22px 0 0 -6px rgba(0,50,126,.12),23px 0 0 -6px rgba(0,50,126,.12),24px 0 0 -6px rgba(0,50,126,.12),25px 0 0 -6px rgba(0,50,126,.12),26px 0 0 -6px rgba(0,50,126,.12),27px 0 0 -6px rgba(0,50,126,.12),28px 0 0 -6px rgba(0,50,126,.12),29px 0 0 -6px rgba(0,50,126,.12),30px 0 0 -6px rgba(0,50,126,.12),31px 0 0 -6px rgba(0,50,126,.12),32px 0 0 -6px rgba(0,50,126,.12),33px 0 0 -6px rgba(0,50,126,.12),34px 0 0 -6px rgba(0,50,126,.12),35px 0 0 -6px rgba(0,50,126,.12),36px 0 0 -6px rgba(0,50,126,.12),37px 0 0 -6px rgba(0,50,126,.12),38px 0 0 -6px rgba(0,50,126,.12),39px 0 0 -6px rgba(0,50,126,.12),40px 0 0 -6px rgba(0,50,126,.12),41px 0 0 -6px rgba(0,50,126,.12),42px 0 0 -6px rgba(0,50,126,.12),43px 0 0 -6px rgba(0,50,126,.12),44px 0 0 -6px rgba(0,50,126,.12),45px 0 0 -6px rgba(0,50,126,.12),46px 0 0 -6px rgba(0,50,126,.12),47px 0 0 -6px rgba(0,50,126,.12),48px 0 0 -6px rgba(0,50,126,.12),49px 0 0 -6px rgba(0,50,126,.12),50px 0 0 -6px rgba(0,50,126,.12),51px 0 0 -6px rgba(0,50,126,.12),52px 0 0 -6px rgba(0,50,126,.12),53px 0 0 -6px rgba(0,50,126,.12),54px 0 0 -6px rgba(0,50,126,.12),55px 0 0 -6px rgba(0,50,126,.12),56px 0 0 -6px rgba(0,50,126,.12),57px 0 0 -6px rgba(0,50,126,.12),58px 0 0 -6px rgba(0,50,126,.12),59px 0 0 -6px rgba(0,50,126,.12),60px 0 0 -6px rgba(0,50,126,.12),61px 0 0 -6px rgba(0,50,126,.12),62px 0 0 -6px rgba(0,50,126,.12),63px 0 0 -6px rgba(0,50,126,.12),64px 0 0 -6px rgba(0,50,126,.12),65px 0 0 -6px rgba(0,50,126,.12),66px 0 0 -6px rgba(0,50,126,.12),67px 0 0 -6px rgba(0,50,126,.12),68px 0 0 -6px rgba(0,50,126,.12),69px 0 0 -6px rgba(0,50,126,.12),70px 0 0 -6px rgba(0,50,126,.12),71px 0 0 -6px rgba(0,50,126,.12),72px 0 0 -6px rgba(0,50,126,.12),73px 0 0 -6px rgba(0,50,126,.12),74px 0 0 -6px rgba(0,50,126,.12),75px 0 0 -6px rgba(0,50,126,.12),76px 0 0 -6px rgba(0,50,126,.12),77px 0 0 -6px rgba(0,50,126,.12),78px 0 0 -6px rgba(0,50,126,.12),79px 0 0 -6px rgba(0,50,126,.12),80px 0 0 -6px rgba(0,50,126,.12),81px 0 0 -6px rgba(0,50,126,.12),82px 0 0 -6px rgba(0,50,126,.12),83px 0 0 -6px rgba(0,50,126,.12),84px 0 0 -6px rgba(0,50,126,.12),85px 0 0 -6px rgba(0,50,126,.12),86px 0 0 -6px rgba(0,50,126,.12),87px 0 0 -6px rgba(0,50,126,.12),88px 0 0 -6px rgba(0,50,126,.12),89px 0 0 -6px rgba(0,50,126,.12),90px 0 0 -6px rgba(0,50,126,.12),91px 0 0 -6px rgba(0,50,126,.12),92px 0 0 -6px rgba(0,50,126,.12),93px 0 0 -6px rgba(0,50,126,.12),94px 0 0 -6px rgba(0,50,126,.12),95px 0 0 -6px rgba(0,50,126,.12),96px 0 0 -6px rgba(0,50,126,.12),97px 0 0 -6px rgba(0,50,126,.12),98px 0 0 -6px rgba(0,50,126,.12),99px 0 0 -6px rgba(0,50,126,.12),100px 0 0 -6px rgba(0,50,126,.12),101px 0 0 -6px rgba(0,50,126,.12),102px 0 0 -6px rgba(0,50,126,.12),103px 0 0 -6px rgba(0,50,126,.12),104px 0 0 -6px rgba(0,50,126,.12),105px 0 0 -6px rgba(0,50,126,.12),106px 0 0 -6px rgba(0,50,126,.12),107px 0 0 -6px rgba(0,50,126,.12),108px 0 0 -6px rgba(0,50,126,.12),109px 0 0 -6px rgba(0,50,126,.12),110px 0 0 -6px rgba(0,50,126,.12),111px 0 0 -6px rgba(0,50,126,.12),112px 0 0 -6px rgba(0,50,126,.12),113px 0 0 -6px rgba(0,50,126,.12),114px 0 0 -6px rgba(0,50,126,.12),115px 0 0 -6px rgba(0,50,126,.12),116px 0 0 -6px rgba(0,50,126,.12),117px 0 0 -6px rgba(0,50,126,.12),118px 0 0 -6px rgba(0,50,126,.12),119px 0 0 -6px rgba(0,50,126,.12),120px 0 0 -6px rgba(0,50,126,.12),121px 0 0 -6px rgba(0,50,126,.12),122px 0 0 -6px rgba(0,50,126,.12),123px 0 0 -6px rgba(0,50,126,.12),124px 0 0 -6px rgba(0,50,126,.12),125px 0 0 -6px rgba(0,50,126,.12),126px 0 0 -6px rgba(0,50,126,.12),127px 0 0 -6px rgba(0,50,126,.12),128px 0 0 -6px rgba(0,50,126,.12),129px 0 0 -6px rgba(0,50,126,.12),130px 0 0 -6px rgba(0,50,126,.12),131px 0 0 -6px rgba(0,50,126,.12),132px 0 0 -6px rgba(0,50,126,.12),133px 0 0 -6px rgba(0,50,126,.12),134px 0 0 -6px rgba(0,50,126,.12),135px 0 0 -6px rgba(0,50,126,.12),136px 0 0 -6px rgba(0,50,126,.12),137px 0 0 -6px rgba(0,50,126,.12),138px 0 0 -6px rgba(0,50,126,.12),139px 0 0 -6px rgba(0,50,126,.12),140px 0 0 -6px rgba(0,50,126,.12),141px 0 0 -6px rgba(0,50,126,.12),142px 0 0 -6px rgba(0,50,126,.12),143px 0 0 -6px rgba(0,50,126,.12),144px 0 0 -6px rgba(0,50,126,.12),145px 0 0 -6px rgba(0,50,126,.12),146px 0 0 -6px rgba(0,50,126,.12),147px 0 0 -6px rgba(0,50,126,.12),148px 0 0 -6px rgba(0,50,126,.12),149px 0 0 -6px rgba(0,50,126,.12),150px 0 0 -6px rgba(0,50,126,.12),151px 0 0 -6px rgba(0,50,126,.12),152px 0 0 -6px rgba(0,50,126,.12),153px 0 0 -6px rgba(0,50,126,.12),154px 0 0 -6px rgba(0,50,126,.12),155px 0 0 -6px rgba(0,50,126,.12),156px 0 0 -6px rgba(0,50,126,.12),157px 0 0 -6px rgba(0,50,126,.12),158px 0 0 -6px rgba(0,50,126,.12),159px 0 0 -6px rgba(0,50,126,.12),160px 0 0 -6px rgba(0,50,126,.12),161px 0 0 -6px rgba(0,50,126,.12),162px 0 0 -6px rgba(0,50,126,.12),163px 0 0 -6px rgba(0,50,126,.12),164px 0 0 -6px rgba(0,50,126,.12),165px 0 0 -6px rgba(0,50,126,.12),166px 0 0 -6px rgba(0,50,126,.12),167px 0 0 -6px rgba(0,50,126,.12),168px 0 0 -6px rgba(0,50,126,.12),169px 0 0 -6px rgba(0,50,126,.12),170px 0 0 -6px rgba(0,50,126,.12),171px 0 0 -6px rgba(0,50,126,.12),172px 0 0 -6px rgba(0,50,126,.12),173px 0 0 -6px rgba(0,50,126,.12),174px 0 0 -6px rgba(0,50,126,.12),175px 0 0 -6px rgba(0,50,126,.12),176px 0 0 -6px rgba(0,50,126,.12),177px 0 0 -6px rgba(0,50,126,.12),178px 0 0 -6px rgba(0,50,126,.12),179px 0 0 -6px rgba(0,50,126,.12),180px 0 0 -6px rgba(0,50,126,.12),181px 0 0 -6px rgba(0,50,126,.12),182px 0 0 -6px rgba(0,50,126,.12),183px 0 0 -6px rgba(0,50,126,.12),184px 0 0 -6px rgba(0,50,126,.12),185px 0 0 -6px rgba(0,50,126,.12),186px 0 0 -6px rgba(0,50,126,.12),187px 0 0 -6px rgba(0,50,126,.12),188px 0 0 -6px rgba(0,50,126,.12),189px 0 0 -6px rgba(0,50,126,.12),190px 0 0 -6px rgba(0,50,126,.12),191px 0 0 -6px rgba(0,50,126,.12),192px 0 0 -6px rgba(0,50,126,.12),193px 0 0 -6px rgba(0,50,126,.12),194px 0 0 -6px rgba(0,50,126,.12),195px 0 0 -6px rgba(0,50,126,.12),196px 0 0 -6px rgba(0,50,126,.12),197px 0 0 -6px rgba(0,50,126,.12),198px 0 0 -6px rgba(0,50,126,.12),199px 0 0 -6px rgba(0,50,126,.12),200px 0 0 -6px rgba(0,50,126,.12),201px 0 0 -6px rgba(0,50,126,.12),202px 0 0 -6px rgba(0,50,126,.12),203px 0 0 -6px rgba(0,50,126,.12),204px 0 0 -6px rgba(0,50,126,.12),205px 0 0 -6px rgba(0,50,126,.12),206px 0 0 -6px rgba(0,50,126,.12),207px 0 0 -6px rgba(0,50,126,.12),208px 0 0 -6px rgba(0,50,126,.12),209px 0 0 -6px rgba(0,50,126,.12),210px 0 0 -6px rgba(0,50,126,.12),211px 0 0 -6px rgba(0,50,126,.12),212px 0 0 -6px rgba(0,50,126,.12),213px 0 0 -6px rgba(0,50,126,.12),214px 0 0 -6px rgba(0,50,126,.12),215px 0 0 -6px rgba(0,50,126,.12),216px 0 0 -6px rgba(0,50,126,.12),217px 0 0 -6px rgba(0,50,126,.12),218px 0 0 -6px rgba(0,50,126,.12),219px 0 0 -6px rgba(0,50,126,.12),220px 0 0 -6px rgba(0,50,126,.12),221px 0 0 -6px rgba(0,50,126,.12),222px 0 0 -6px rgba(0,50,126,.12),223px 0 0 -6px rgba(0,50,126,.12),224px 0 0 -6px rgba(0,50,126,.12),225px 0 0 -6px rgba(0,50,126,.12),226px 0 0 -6px rgba(0,50,126,.12),227px 0 0 -6px rgba(0,50,126,.12),228px 0 0 -6px rgba(0,50,126,.12),229px 0 0 -6px rgba(0,50,126,.12),230px 0 0 -6px rgba(0,50,126,.12),231px 0 0 -6px rgba(0,50,126,.12),232px 0 0 -6px rgba(0,50,126,.12),233px 0 0 -6px rgba(0,50,126,.12),234px 0 0 -6px rgba(0,50,126,.12),235px 0 0 -6px rgba(0,50,126,.12),236px 0 0 -6px rgba(0,50,126,.12),237px 0 0 -6px rgba(0,50,126,.12),238px 0 0 -6px rgba(0,50,126,.12),239px 0 0 -6px rgba(0,50,126,.12),240px 0 0 -6px rgba(0,50,126,.12)}.dark-mode .custom-range::-moz-range-track{background:rgba(0,50,126,.12)}.dark-mode .custom-range::-moz-range-thumb{background:#fff;border:1px solid rgba(0,30,75,.12)}.dark-mode .custom-range::-moz-range-progress{background:#467fcf}.dark-mode .custom-range::-ms-thumb{background:#fff;border:1px solid rgba(0,30,75,.12)}.dark-mode .custom-range::-ms-fill-lower{background:#467fcf}.dark-mode .custom-range::-ms-fill-upper{background:rgba(0,50,126,.12)}.dark-mode .selectgroup-button{border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .selectgroup-input:checked+.selectgroup-button{background:#2e2e4a}.dark-mode .selectgroup-input:focus+.selectgroup-button{box-shadow:0 0 0 2px rgba(98,58,162,.25)}.dark-mode .custom-switch-indicator{background:hsla(0,0%,100%,.1)}.dark-mode .custom-switch-input:focus~.custom-switch-indicator{border-color:#7c46a8;box-shadow:0 0 0 2px rgba(98,58,162,.25)}.dark-mode .imagecheck-figure{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .imagecheck-input:focus~.imagecheck-figure{border-color:#467fcf;box-shadow:0 0 0 2px rgba(98,58,162,.25)}.dark-mode .imagecheck-input:checked~.imagecheck-figure{border-color:rgba(0,40,100,.24)}.dark-mode .list-group-item-success{background-color:#d2ecb8!important}.dark-mode .list-group-item-info{background-color:#cbe7fb!important}.dark-mode .list-group-item-warning{background-color:#fbeebc!important}.dark-mode .list-group-item-danger{background-color:#f1c1c0!important}.dark-mode .btn-light.focus,.dark-mode .btn-light:focus{background-color:#282840!important}.dark-mode .apexcharts-tooltip.light{background:#232239;border:1px solid #43435d}.dark-mode .apexcharts-tooltip.light .apexcharts-tooltip-title{background:#30304d;border-bottom:1px solid #43435d}.dark-mode .apexcharts-xaxistooltip-bottom:after{border-bottom-color:#22223d}.dark-mode .apexcharts-xaxistooltip{background:#22223d;border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .imagecheck-figure:before{background:#467fcf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E") no-repeat 50%/50% 50%;color:#fff}.dark-mode .imagecheck-caption,.dark-mode .imagecheck-input:checked~.imagecheck-figure .imagecheck-caption,.dark-mode .imagecheck-input:focus~.imagecheck-figure .imagecheck-caption,.dark-mode .imagecheck:hover .imagecheck-caption{color:#fff}.dark-mode .colorinput-color{border:1px solid hsla(0,0%,100%,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#fff}.dark-mode .colorinput-input:focus~.colorinput-color{border-color:hsla(0,0%,100%,.1);box-shadow:0 0 0 2px rgba(98,58,162,.25)}.dark-mode .ui-datepicker{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .ui-datepicker .ui-datepicker-header{color:#dedefd}.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next,.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev{color:#6c757d;text-indent:-99999px}.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus:before,.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:before,.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus:before,.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:before{color:#343a40}.dark-mode .ui-datepicker .ui-datepicker-calendar th,.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,.dark-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover{color:#fff}.dark-mode .ui-datepicker .ui-datepicker-calendar td{background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1)}.dark-mode .ui-datepicker .ui-datepicker-calendar td a,.dark-mode .ui-datepicker .ui-datepicker-calendar td span{background-color:#2e2e4a;color:#fff}.dark-mode .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a,.dark-mode .ui-datepicker .ui-datepicker-calendar td a:hover{background-color:#2e2e4a;color:#dedefd}.dark-mode .model-wrapper-demo{background:#2e2e4a}.dark-mode .timeline__item:after{background:#fff!important}.dark-mode .timeline__content{background-color:#fff}.dark-mode #back-to-top{color:#fff}.dark-mode #back-to-top:hover{background:#22223d!important}.dark-mode .timeline:before{background-color:hsla(0,0%,100%,.1)}.dark-mode .timeline-item:first-child:before,.dark-mode .timeline-item:last-child:before{background:#fff}.dark-mode .timeline-time{color:#fff}.dark-mode .jvectormap-tip{background:#83839e;color:#fff}.dark-mode .jvectormap-goback,.dark-mode .jvectormap-zoomin,.dark-mode .jvectormap-zoomout{background:#22223d}.dark-mode .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;box-shadow:inset 0 0 12px 4px #fff}.dark-mode .selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.dark-mode .selectize-dropdown-header{background:#f8f8f8;border-bottom:1px solid #d0d0d0}.dark-mode .selectize-dropdown-header-close{color:#fff}.dark-mode .selectize-dropdown-header-close:hover{color:#000}.dark-mode .selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2}.dark-mode .selectize-control.plugin-remove_button [data-value] .remove{border-left:1px solid #d0d0d0}.dark-mode .selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.dark-mode .selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.dark-mode .selectize-dropdown,.dark-mode .selectize-input{color:#fff}@media(max-width:992px){.dark-mode .about-con{border-bottom:1px solid hsla(0,0%,100%,.1)}}@media(max-width:480px){.dark-mode .tabs-menu ul li a,.dark-mode .tabs-menu1 ul li{border:1px solid hsla(0,0%,100%,.1)}}@media(max-width:320px){.dark-mode .construction .btn.btn-icon{color:#fff}}@media(max-width:360px){.dark-mode .breadcrumb{color:#fff}}@media(max-width:992px){.dark-mode .header{border-bottom:1px solid hsla(0,0%,100%,.12)}}@media(max-width:991px){.dark-mode .header-1 .navsearch i,.dark-mode .mobile-header .nav-link.icon i{color:#fff!important}}@media(min-width:992px){.dark-mode.sidebar-mini.sidenav-toggled .app-sidebar__toggle.close-toggle{color:#fff}}@media(max-width:991px){.dark-mode .responsive-navbar.navbar .navbar-collapse .icon.navsearch{border:1px solid #e4e6f9}}.dark-mode .selectize-control.single .selectize-input.input-active,.dark-mode .selectize-input{background:#fff}.dark-mode .selectize-input{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .selectize-input.full{background-color:#fff}.dark-mode .selectize-input.focus{border-color:#467fcf;box-shadow:0 0 0 2px rgba(98,58,162,.25)}.dark-mode .selectize-control.multi .selectize-input>div{background:hsla(0,0%,100%,.1);border:0 solid rgba(0,40,100,.12);color:#fff}.dark-mode .selectize-control.multi .selectize-input>div.active{background:#e8e8e8;border:0 solid #cacaca;color:#303030}.dark-mode .selectize-control.multi .selectize-input.disabled>div,.dark-mode .selectize-control.multi .selectize-input.disabled>div.active{background:#fff;border:0 solid #fff;color:#7d7d7d}.dark-mode .selectize-input.dropdown-active:before{background:#f0f0f0}.dark-mode .selectize-dropdown{background:#fff;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2)}.dark-mode .selectize-dropdown .optgroup-header{background:#fff;color:#fff}.dark-mode .selectize-dropdown .active{background-color:#f1f4f8;color:#467fcf}.dark-mode .selectize-dropdown .active.create{color:#fff}.dark-mode .selectize-dropdown .create{color:rgba(48,48,48,.5)}.dark-mode .selectize-control.single .selectize-input:after{background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 5%27%3E%3Cpath fill=%27#999%27%20d=%27M0%200L10%200L5%205L0%200%27/%3E%3C/svg%3E") no-repeat 50%}.dark-mode .selectize-control .selectize-input.disabled{background-color:#fafafa}.dark-mode .selectize-dropdown .image img,.dark-mode .selectize-input .image img{box-shadow:0 1px 2px 0 rgba(0,0,0,.4)}.dark-mode .demo-gallery>ul>li a{border:3px solid #fff}.dark-mode .demo-gallery .justified-gallery>a .demo-gallery-poster,.dark-mode .demo-gallery>ul>li a .demo-gallery-poster{background-color:rgba(0,0,0,.1)}.dark-mode .demo-gallery .justified-gallery>a:hover .demo-gallery-poster{background-color:rgba(0,0,0,.5)}.dark-mode .demo-gallery.dark>ul>li a{border:3px solid #04070a}.dark-mode .col-sm-3 a:hover{border:1px solid #ff4647}.dark-mode .tabs-menu ul li .active{color:var(--primary-bg-color)}.dark-mode .tab-menu-heading,.dark-mode .tabs-menu-body{border-color:hsla(0,0%,100%,.1)}.dark-mode .tabs-menu2 ul li a{color:#636262}.dark-mode .tabs-menu2 ul li .fade{color:hsla(0,0%,93%,.933)}.dark-mode .item-card .cardprice span,.dark-mode .item-card .cardtitle a{color:#7a7a92}.dark-mode .features span{color:#43414e}.dark-mode .feature .border{color:#fff}.dark-mode .rating-stars .rating-stars-container .rating-star{color:#282840}.dark-mode .rating-stars .rating-stars-container .rating-star.sm{color:hsla(0,0%,100%,.1)}.dark-mode .rating-stars .rating-stars-container .rating-star.is--active,.dark-mode .rating-stars .rating-stars-container .rating-star.is--hover{color:#f1c40f}.dark-mode .rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover,.dark-mode .rating-stars .rating-stars-container .rating-star.is--no-hover{color:#2e2e4a}.dark-mode .rating-stars input{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode #messages-main .ms-menu{background:#fff;border-right:1px solid #eee}.dark-mode #messages-main .ms-user{background:#f8f8f8}.dark-mode #messages-main #ms-compose{box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28)}.dark-mode .message-feed:not(.right) .mf-content{color:#fff}.dark-mode .message-feed.right .mf-content{background:#2e2e4a}.dark-mode .message-feed.right .mf-content:before{border-left-color:#2e2e4a}.dark-mode .msb-reply{background:#2e2e4a}.dark-mode .four-zero,.dark-mode .lc-block{box-shadow:0 1px 11px rgba(0,0,0,.27)}.dark-mode .action-header{background:#f8f8f8}.dark-mode .actions:not(.a-alt)>li>a>i{color:#939393}.dark-mode .ms-body{background:#fff}.dark-mode .richText{background-color:#2e2e4a}.dark-mode .richText .richText-toolbar ul li a{border-right:1px solid hsla(0,0%,100%,.12)}.dark-mode .cal1 .clndr .clndr-table .header-days .header-day{border-left:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .cal1 .clndr .clndr-table tr .adjacent-month,.dark-mode .cal1 .clndr .clndr-table tr .empty,.dark-mode .cal1 .clndr .clndr-table tr .my-adjacent-month,.dark-mode .cal1 .clndr .clndr-table tr .my-empty{background:#2e2e4a;border-left:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .cal1 .clndr .clndr-table tr .day{border-left:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .cal1 .clndr .clndr-table tr .day.event,.dark-mode .cal1 .clndr .clndr-table tr .day.my-event{background:#2e2e4a}.dark-mode .cal1 .clndr .clndr-table tr .day:last-child{border-right:1px solid hsla(0,0%,100%,.1)}.dark-mode .cal1 .clndr .clndr-table tr .day:hover{background:#2e2e4a}.dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button,.dark-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button{color:#fff}.dark-mode .fc-unthemed .fc-content,.dark-mode .fc-unthemed .fc-divider,.dark-mode .fc-unthemed .fc-list-heading td,.dark-mode .fc-unthemed .fc-list-view,.dark-mode .fc-unthemed .fc-popover,.dark-mode .fc-unthemed .fc-row,.dark-mode .fc-unthemed tbody,.dark-mode .fc-unthemed td,.dark-mode .fc-unthemed th,.dark-mode .fc-unthemed thead{border-color:hsla(0,0%,100%,.1)}.dark-mode .fc-event,.dark-mode .fc-event-dot{color:#fff!important}.dark-mode .fc-unthemed .fc-divider,.dark-mode .fc-unthemed .fc-list-heading td,.dark-mode .fc-unthemed .fc-popover .fc-header{background:#2e2e4a}.dark-mode .fc-unthemed .fc-list-item:hover td{background-color:#2e2e4a}.dark-mode .conv-form-wrapper div#messages div.message.to{background:#2e2e4a}.dark-mode #sidebar li a.active,.dark-mode #sidebar li a.active a[data-toggle=collapse]{background:#fff}.dark-mode .job-box-filter{border-bottom:1px solid #e4e4e4}.dark-mode .job-box-filter label input.form-control,.dark-mode .job-box-filter select.input-sm{border:1px solid hsla(0,0%,47%,.3)}.dark-mode .job-box-filter a.filtsec{background:#edf0f3;border:1px solid #e2e8ef;color:#81a0b1}.dark-mode .job-box-filter a.filtsec.active{background:#16262c;border-color:#16262c;color:#fff}.dark-mode .job-box-filter a.filtsec i{color:#03a9f4}.dark-mode .job-box-filter a.filtsec:focus,.dark-mode .job-box-filter a.filtsec:hover{background:#07b107;border-color:#07b107;color:#fff}.dark-mode .job-box-filter a.filtsec:focus i,.dark-mode .job-box-filter a.filtsec:hover i{color:#fff}.dark-mode .inbox-message ul li{border-bottom:1px solid #e4e4e4}.dark-mode .inbox-message ul li:focus,.dark-mode .inbox-message ul li:hover{background:#eee}.dark-mode .inbox-message .message-body,.dark-mode .message-body-heading h5{color:#999}.dark-mode .message-body h5 span{color:#fff}.dark-mode .message-body h5 span.unread{background:#07b107}.dark-mode .message-body h5 span.important{background:#dd2027}.dark-mode .message-body h5 span.pending{background:#11a3dd}.dark-mode div.conv-form-wrapper div.options div.option.selected,.dark-mode form.convFormDynamic button.submit:hover{color:#fff}.dark-mode .addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value{background:rgba(111,63,115,.9)!important}.dark-mode .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active{background:rgba(111,63,115,.5);box-shadow:0 0 5px rgba(111,63,115,.5)}.dark-mode .accordionjs .acc_section.acc_active>.acc_head{color:#fff!important}.dark-mode .timeline__item--right .timeline__content:before{border-right:12px solid rgba(238,232,239,.9)}.dark-mode .cal1 .clndr .clndr-table tr .adjacent-month:hover,.dark-mode .cal1 .clndr .clndr-table tr .empty:hover,.dark-mode .cal1 .clndr .clndr-table tr .my-adjacent-month:hover,.dark-mode .cal1 .clndr .clndr-table tr .my-empty:hover{background:#30304d}.dark-mode .chart-dropshadow{-webkit-filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.1));filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.1))}.dark-mode .chart-dropshadow2{-webkit-filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.2));filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.2))}.dark-mode .line-divide{border:1px solid hsla(280,4%,85%,.2)}.dark-mode .activity{border-left:1px solid rgba(0,0,0,.125)}.dark-mode .bg-square{background:#fff;color:#fff}.dark-mode ul.timeline:before{background:#d4d9df}.dark-mode ul.timeline>li:before{border:1px solid #6c6c6f}.dark-mode .weather-card{background:#fff}.dark-mode .weather-card .top .wrapper .heading,.dark-mode .weather-card .top .wrapper .location,.dark-mode .weather-card .top .wrapper .mynav .lnr,.dark-mode .weather-card .top .wrapper .temp .deg,.dark-mode .weather-card .top .wrapper .temp .temp-value,.dark-mode .weather-card .top .wrapper .temp a{color:#fff}.dark-mode .weather-card .bottom{background:#fff}.dark-mode .weather-card .bottom .wrapper .forecast a{color:#000}.dark-mode .weather-card .bottom .wrapper .forecast li{color:rgba(0,0,0,.25)}.dark-mode .weather-card .bottom .wrapper .forecast li.active{color:rgba(0,0,0,.8)}.dark-mode .activity .img-activity{box-shadow:0 0 0 .5px #f8f9fa}.dark-mode .card .box h2{color:#262626}.dark-mode .card .box h2 span{color:#fff}.dark-mode .card .box p{color:#262626}.dark-mode .userprofile .userpic{box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-ms-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);position:relative}.dark-mode .userlist a:hover,.dark-mode .username{color:#fff}.dark-mode .username+p{color:#f2f2f2}.dark-mode .settingbtn{box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-ms-box-shadow:0 2px 5px 0 rgba(0,0,0,.15)}.dark-mode .userprofile.small .userpic{box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-ms-box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.dark-mode .userprofile.small .username{color:#000}.dark-mode .userprofile.small .username+p{color:#607d8b}.dark-mode .text-transparent{color:#fff}.dark-mode .bg-primary-light{background:#fff}.dark-mode .product-grid6 .icons li a:after,.dark-mode .product-grid6 .icons li a:before,.dark-mode .product-grid6 .icons li a:hover,.dark-mode .product-grid6 .price span{color:#fff}.dark-mode .card-counter{background-color:#fff}.dark-mode .card-counter.info,.dark-mode .card-counter.primary,.dark-mode .card-counter.secondary,.dark-mode .card-counter.success{color:#fff}.dark-mode .gallery-wrap .img-small-wrap .item-gallery{border:1px solid #ddd}.dark-mode .input-group-addon{color:#555}.dark-mode .ribbon1{color:#fff}.dark-mode .ribbon1:after{border-top:13px solid #f8463f}.dark-mode .ribbon1 span,.dark-mode .ribbon1 span:before{background:#f8463f}.dark-mode .ribbon1 span:after{background:#c02031}.dark-mode .ribbon span{background:#79a70a;background:linear-gradient(#f8463f,#f8463f);color:#fff}.dark-mode .ribbon span:before{border-left:3px solid #f8463f;border-top:3px solid #f8463f}.dark-mode .ribbon span:after{border-right:3px solid #f8463f;border-top:3px solid #f8463f}.dark-mode .social-card-header i{color:#fff}.dark-mode #user-profile .profile-status{color:#7e47a9}.dark-mode #user-profile .profile-status.offline{color:#fe635f}.dark-mode #user-profile .profile-stars{color:#faba03}.dark-mode #user-profile .profile-details ul>li>span{color:#643ba2}.dark-mode #user-profile .profile-image{background:rgba(240,243,249,.6);border:1px solid rgba(167,180,201,.2)}.dark-mode #user-profile .profile-image:hover{background:hsla(216,3%,65%,.9)}.dark-mode .main-box{background:#fff;-o-box-shadow:1px 1px 2px 0 #ccc;-ms-box-shadow:1px 1px 2px 0 #ccc;box-shadow:1px 1px 2px 0 #ccc}.dark-mode .main-box h2{border-left:10px solid #c2c2c2}.dark-mode .conversation-body{background:#f5f5f5}.dark-mode .conversation-body:before{border-color:transparent #f5f5f5 transparent transparent}.dark-mode .conversation-item.item-right .conversation-body{background:#efeef1}.dark-mode .conversation-item.item-right .conversation-body:before{border-color:transparent transparent transparent #efeef1}.dark-mode .conversation-body>.time{color:#605f5f}.dark-mode .bg-light-gray{background-color:#2e2e4a}.dark-mode .header .form-inline .form-control{background:hsla(0,0%,88%,.3);border-color:hsla(0,0%,88%,.1);color:#dedef1!important}.dark-mode .header .form-inline .btn{color:#fff}.dark-mode .bg-progress-white{background-color:#eaeceb}.dark-mode .widget-card-1 i,.dark-mode .widget-card-1 i:hover{color:#fff}.dark-mode .socailicons i{color:#edf5f1}.dark-mode .settings{color:#fff}.dark-mode .setting-1{color:#04a9f5}.dark-mode .wideget-user .wideget-user-icons a:hover{color:#fff}.dark-mode .wideget-user-tab .tab-menu-heading{border:0}.dark-mode .wideget-user-tab .tab-menu-heading .nav li a{color:#dedefd}.dark-mode #profile-log-switch .table tbody+tbody,.dark-mode #profile-log-switch .table td,.dark-mode #profile-log-switch .table th{border-top:0}@media(max-width:767.98px)and (min-width:576px){.dark-mode .header .navsearch i{font-size:20px}.dark-mode .search-element .form-control{background:#fff!important;color:#000}.dark-mode .header .form-inline .form-control::-webkit-input-placeholder{color:#fff}.dark-mode .header .navsearch i{color:#fff}.dark-mode .header .form-inline .btn{color:#46494a!important}}@media(max-width:1024px){body.dark-mode.search-show:before,body.dark-mode.sidebar-show:before{background-color:rgba(0,0,0,.4)}}@media(max-width:575.98px){.dark-mode .header .form-inline .search-element .form-control{background:#fff}.dark-mode .form-control.header-search{color:#000}.dark-mode .header .form-inline .btn{color:#46494a!important}.dark-mode .header .form-inline .form-control::-webkit-input-placeholder{color:#fff!important}.dark-mode .header .navsearch i{color:#fff}}.dark-mode #profile-log-switch .dark-mode .text-wrap table tbody+tbody{border-top:0}.dark-mode .card-aside-img.wrap-border img{border:1px solid rgba(167,180,201,.3)}.dark-mode .card-blogs1 .card{border-bottom:1px solid rgba(167,180,201,.3)}.dark-mode .info-box-icon{background:rgba(0,0,0,.2)}.dark-mode .info-box{background:#fff;box-shadow:0 0 0 1px #dce3ec,0 8px 16px 0 #dce3ec}.dark-mode .member{background:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .memmbername{color:#fff}.dark-mode .header .bg-image a:hover{background:transparent!important}.dark-mode .construction .btn.btn-icon,.dark-mode .item-card2-icons a{color:#fff}.dark-mode .item-list .list-group-item{border-bottom:1px solid rgba(167,180,201,.3)}.dark-mode .item-list .list-group-item i{color:#fff!important}.dark-mode .item-user .item-user-icons a:hover{color:#fff}.dark-mode .border-danger{border:1px solid #ff416c}.dark-mode .productdec{background:transparent}.dark-mode .cart .input-group-prepend>.btn,.dark-mode .input-group-append>.btn,.dark-mode .input-group-btn>.btn{border-color:#e2a788}.dark-mode .input-indec .input-group-btn>.btn{border-color:hsla(0,0%,100%,.1)}.dark-mode .gallery a img{border:1px solid rgba(0,0,0,.2)}.dark-mode .hover15 .card:before{background:hsla(0,0%,100%,.2)}.dark-mode .contacts_body .contacts li{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .contacts_body .active{background-color:#2e2e4a}.dark-mode .chatbox .user_img{border:1.5px solid #2e2e4a}.dark-mode .chatbox .user_img_msg{border:1.5px solid #f5f6fa}.dark-mode .chat abbr.timestamp{background:#2e2e4a}.dark-mode .chatbox .user_info span{color:#fff}.dark-mode .chat .msg_cotainer{background-color:#2e2e4a}.dark-mode .chat .msg_cotainer_send{background-color:#2b2b44}.dark-mode .chat .msg_time,.dark-mode .chat .msg_time_send{color:#fff}.dark-mode .chat .msg_head{box-shadow:0 1px 15px 1px rgba(58,58,62,.4)}.dark-mode .action_menu{background-color:#fff;color:#646367}.dark-mode .chat .action-header{background:#30304d;border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .chat .msb-reply textarea{background:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .chat .dropdown-menu li,.dark-mode .msb-reply button{color:#fff}.dark-mode .chat .dropdown-menu li:hover{background:#2e2e4a}.dark-mode .action_menu ul li:hover{background-color:rgba(0,0,0,.2)}.dark-mode .top-footer ul li{border-bottom:0}.dark-mode .chat .actions:not(.a-alt)>li>a>i,.dark-mode .top-footer a,.dark-mode .top-footer a address,.dark-mode .top-footer p{color:#fff}.dark-mode .top-footer img{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .top-footer img:hover{color:#8e9090}.dark-mode .footer-payments a{color:#a7a8c7}.dark-mode .main-footer{background-color:#30304d;border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .cbp_tmtimeline:before,.dark-mode .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel{background:#30304d}.dark-mode .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:#30304d}.dark-mode .cbp_tmtimeline>li .cbp_tmlabel{background:#30304d;box-shadow:0 0 2rem 0 rgba(42,38,53,.15)!important}.dark-mode .cbp_tmtimeline>li .cbp_tmlabel:after{border-right-color:#30304d}.dark-mode .cbp_tmtimeline>li .cbp_tmlabel .map-checkin{background:#3d3780!important;border:5px solid hsla(0,0%,92%,.2);box-shadow:0 0 0 1px hsla(0,0%,100%,.1)}.dark-mode .cbp_tmtimeline>li .cbp_tmicon{background:#46a4da;color:#fff}.dark-mode .header-1 .form-control.header-search,.dark-mode .header-1 .form-inline .btn,.dark-mode .header-1 .navbar .nav-link.nav-link-lg i{color:#dedef1!important}.dark-mode .header-1 .form-inline .form-control::-webkit-input-placeholder{color:#fff}.dark-mode .header-1 .nav-link.icon i{color:#fff!important}.dark-mode .header-1 .dropdown-menu,.dark-mode .header-2 .dropdown-menu{box-shadow:0 6px 12px 0 rgba(0,0,0,.05)}.dark-mode .header-2 .form-inline .btn,.dark-mode .header-2 .nav-link i{color:#fff}.dark-mode .header-2 .form-inline .form-control::-webkit-input-placeholder{color:#fff}.dark-mode .header-2 .form-control.header-search{background:hsla(0,0%,88%,.4);border:1px solid hsla(0,0%,88%,.1);color:#fff}.dark-mode .horizontal-main2 .horizontalMenu>.horizontalMenu-list>li>a.active{color:#d43f8d}.dark-mode .horizontal-main2.horizontal-main{background:transparent}.dark-mode .header-3 .form-inline .btn,.dark-mode .header-3 .nav-link i{color:#25252a}.dark-mode .header-3 .form-inline .form-control::-webkit-input-placeholder{color:#fff}.dark-mode .header-3 .form-control.header-search{background:hsla(0,0%,88%,.4);border:1px solid hsla(0,0%,88%,.1);color:#fff}.dark-mode .horizontal-main3.horizontal-main{background:rgba(52,1,108,.8)}.dark-mode .default-header .form-inline .form-control,.dark-mode .header2 .form-inline .form-control,.dark-mode .header3 .form-inline .form-control{background:#2e2e4a!important}.dark-mode .border-right-1{border-right:1px solid #d5dce3}.dark-mode .custom-switch-indicator{background:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .custom-switch-indicator:before{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.4)}.dark-mode .custom-switch-input:focus~.custom-switch-indicator{border-color:#60529f}.dark-mode .custom-switch-description,.dark-mode .custom-switch-input:checked~.custom-switch-description{color:#fff}.dark-mode .material-switch>label:before{background:#fff;box-shadow:inset 0 0 10px rgba(42,38,53,.5)}.dark-mode .material-switch>label:after{background:#3d3d5a;box-shadow:0 0 5px rgba(42,38,53,.9)}.dark-mode .header-right-icons .nav-link.icon:hover{background:rgba(0,0,0,.2)}.dark-mode .header .form-control{border:1px solid hsla(0,0%,100%,.05)}.dark-mode .box-white-shadow{box-shadow:0 5px 10px hsla(0,0%,100%,.3)!important}.dark-mode .chart-dropshadow{-webkit-filter:drop-shadow(-6px 5px 4px #2a2635);filter:drop-shadow(-6px 5px 4px rgb(42,38,53))}.dark-mode .chart-dropshadow2{-webkit-filter:drop-shadow(-6px 5px 4px rgba(0,0,0,.2));filter:drop-shadow(-6px 5px 4px rgba(0,0,0,.2))}.dark-mode .BarChartShadow{-webkit-filter:drop-shadow(-4px 9px 4px rgba(0,0,0,.3));filter:drop-shadow(-6px 9px 4px rgba(0,0,0,.3))}.dark-mode .donutShadow{-webkit-filter:drop-shadow(-5px 4px 6px #2a2635);filter:drop-shadow(-1px 0 2px rgb(42,38,53))}.dark-mode .demo_changer .bg_dark{background:#30304d;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .demo_changer i{color:#fff!important}.dark-mode .demo_changer .form_holder{background:#30304d;border-left:1px solid hsla(0,0%,100%,.1)}.dark-mode .demo_changer h4{background:#22223d;border-bottom:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .demo_changer,.dark-mode .demo_changer p{color:hsla(0,0%,100%,.8)!important}.dark-mode .hor-header .header-brand-img.desktop-logo{display:none}.dark-mode .hor-header .header-brand-img.light-logo{display:block}.dark-mode .table{color:#dedefd}.dark-mode .text-dark{color:#dedefd!important}.dark-mode .bg-white.work-progress{background:#30304d!important}.dark-mode .table-hover tbody tr:hover{color:#dedefd}@media screen and (max-width:47.2em){.dark-mode .cbp_tmtimeline>li .cbp_tmlabel:after,.dark-mode .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-bottom-color:#fff}}@media only screen and (max-width:991px){.dark-mode.active .animated-arrow span{background:transparent}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu{border-top:0!important}.dark-mode .animated-arrow span:after,.dark-mode .animated-arrow span:before,.dark-mode .header-1 .animated-arrow span{background:#fff}.dark-mode .header-1 .navbar .nav-link.nav-link-lg i{color:#fff}.dark-mode .header-1 .dropdown-menu{box-shadow:0 6px 12px 0 rgba(0,0,0,.05)}.dark-mode .dark-mode .header-1 .animated-arrow span:after,.dark-mode .dark-mode .header-1 .animated-arrow span:before,.dark-mode .header-1 .animated-arrow span{background:#fff;color:#fff}}@media only screen and (max-width:1279px)and (min-width:1025px){.dark-mode .horizontal-main2 .horizontalMenu>.horizontalMenu-list>li>a{color:#fcfeff}}@media only screen and (max-width:991px){.dark-mode .header-2 .animated-arrow span,.dark-mode .header-2 .animated-arrow span:after,.dark-mode .header-2 .animated-arrow span:before{background:#fff;color:#fff}}@media only screen and (max-width:1279px)and (min-width:1025px){.dark-mode .horizontal-main3 .horizontalMenu>.horizontalMenu-list>li>a{color:#fcfeff}}@media only screen and (max-width:991px){.dark-mode .header-3 .animated-arrow span,.dark-mode .header-3 .animated-arrow span:after,.dark-mode .header-3 .animated-arrow span:before{background:#fff;color:#fff}}@media screen and (max-width:998px)and (min-width:768px){.card-header.note-toolbar,.dark-mode .note-popover .popover-content{background:#2e2e4a}}.dark-mode .btn-secondary{color:#fff!important}.dark-mode #line-chart text{fill:#fff}.dark-mode #line-chart path{border:hsla(240,9%,51%,.2)}.dark-mode .cal1 .clndr .clndr-controls{background:#30304d;border:1px solid hsla(0,0%,100%,.1);border-bottom:0}.dark-mode .cal1 .clndr .clndr-table tr:last-child .day,.dark-mode .cal1 .clndr .clndr-table tr:last-child .my-day{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .fc-button-group,.dark-mode .fc-today-button{box-shadow:0 5px 10px #2a2635}.dark-mode .fc-bgevent-skeleton .fc-bgevent{background-color:#1e1e31!important}.dark-mode .form-control.bg-white{background-color:#2e2e4a!important}.dark-mode .table td,.dark-mode .table th{border-top:1px solid hsla(0,0%,100%,.1)}.dark-mode .sweet-alert{background-color:#30304d}.dark-mode .sweet-alert h2{color:#dedefd}.dark-mode .sweet-alert p{color:#fff}.dark-mode .irs-from,.dark-mode .irs-max,.dark-mode .irs-min,.dark-mode .irs-single,.dark-mode .irs-to{background:#282840;color:#dedefd}.dark-mode .irs-grid-text{color:#fff}.dark-mode .btn-link{box-shadow:0 5px 10px rgba(42,38,53,.3)}.dark-mode .btn-outline-default{border-color:hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .btn-outline-default:hover{color:#292828}.dark-mode .table .thead-light th,.dark-mode .text-wrap table .thead-light th{background-color:#2e2e4a;border-color:hsla(0,0%,100%,.1)}.dark-mode .table.table-primary,.dark-mode .table.table-secondary,.dark-mode .table.table-secondary th{color:#83839e}.dark-mode .dropify-wrapper{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .dropify-wrapper .dropify-preview,.dark-mode .ms-choice{background-color:#2e2e4a}.dark-mode .ms-choice{border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .ms-choice.disabled{background-color:#2d2d48;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .ms-drop{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#fff}.dark-mode .ms-drop.bottom{box-shadow:0 8px 14.72px 1.28px #2a2635}.dark-mode .select2-dropdown{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .select2-container--default .select2-results__option[aria-selected=true]{background-color:#30304d}.dark-mode .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#2d2d48}.dark-mode .daterangepicker .calendar-table{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .daterangepicker .calendar td{color:#fff!important}.dark-mode .daterangepicker td.off,.dark-mode .daterangepicker td.off.end-date,.dark-mode .daterangepicker td.off.in-range,.dark-mode .daterangepicker td.off.start-date{background-color:#2e2e4a}.dark-mode .daterangepicker td.active,.dark-mode .daterangepicker td.active:hover,.dark-mode .daterangepicker td:hover{background-color:#2e2e4a!important;color:#dedefd!important}.dark-mode .daterangepicker td.in-range{background-color:#2e2e4a}.dark-mode .daterangepicker:before{border-bottom:7px solid hsla(0,0%,100%,.1)}.dark-mode .daterangepicker:after{border-bottom:6px solid #2e2e4a}.dark-mode .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default{color:#fff}.dark-mode .daterangepicker .input-mini{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .daterangepicker td.available:hover,.dark-mode .daterangepicker th.available:hover{background-color:#2e2e4a}.dark-mode .richText .richText-editor{background-color:#2e2e4a;border-left:0 solid hsla(0,0%,100%,.1)}.dark-mode .richText .richText-toolbar ul li a{color:#dedefd}.dark-mode .richText .richText-toolbar ul li a:hover{background-color:#2e2e4a}.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close{background:#2e2e4a;color:#fff}.dark-mode .richText .richText-toolbar ul{border-bottom:hsla(0,0%,100%,.1)}.dark-mode .richText .richText-form input[type=file],.dark-mode .richText .richText-form input[type=number],.dark-mode .richText .richText-form input[type=text],.dark-mode .richText .richText-form select{background:#1b1b2d;border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover{background:#1b1b2d}.dark-mode .richText .richText-redo,.dark-mode .richText .richText-undo{border-right:1px solid hsla(0,0%,100%,.1)}.dark-mode .note-editor.note-frame .note-editing-area .note-editable{background-color:#2e2e4a;color:#dedefd}.dark-mode .card-header.note-toolbar,.dark-mode .note-popover .popover-content{background:#2e2e4a}.dark-mode .note-btn-group .btn{color:#dedefd!important}.dark-mode .note-placeholder{color:#fff}.dark-mode .sw-theme-default{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .sw-theme-default .step-content{background-color:#30304d}.dark-mode .sw-theme-default .sw-toolbar{background:#30304d}.dark-mode .sw-theme-default>ul.step-anchor>li.done>a,.dark-mode .sw-theme-default>ul.step-anchor>li>a,.dark-mode .sw-theme-default>ul.step-anchor>li>a:hover{color:#fff!important}.dark-mode .wrap-login100{background:#30304d;box-shadow:0 3px 9px 0 rgba(28,28,51,.15)}.dark-mode .login100-form-title{color:#dedefd}.dark-mode .input100{background:#2e2e4a;border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .symbol-input100,.dark-mode .wrap-input100 input::-webkit-input-placeholder{color:#fff}.dark-mode .social-icons .btn-social{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .btn-social>:first-child{border-right:1px solid hsla(0,0%,100%,.1)}.dark-mode .txt1,.dark-mode .txt2{color:#fff}.dark-mode .text-white{color:#dedefd!important}.dark-mode .accordionjs .acc_section{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .accordionjs .acc_section .acc_head{background:#2e2e4a}.dark-mode .accordionjs .acc_section.acc_active>.acc_head{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper .content_wrapper{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper.right_side>ul,.dark-mode .tab_wrapper>ul{border-bottom:0}.dark-mode .tab_wrapper.right_side .content_wrapper{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper.right_side>ul li{border-left:1px solid hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper.right_side>ul li.active{border-color:hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper.right_side>ul li:after{background:hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper>ul li{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .tab_wrapper>ul li.active:after{background:transparent}.dark-mode .header.header-1,.dark-mode .header.header-2{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .flot-text{color:#fff!important}.dark-mode tspan{fill:#fff!important}.dark-mode .nvd3 text{fill:#fff}.dark-mode .nvd3 .nv-axis line{stroke:hsla(240,9%,51%,.2)}.dark-mode .nvd3 .nv-discretebar .nv-groups text,.dark-mode .nvd3 .nv-multibarHorizontal .nv-groups text{fill:#dedefd}.dark-mode .countdown li{background:#30304d;border:5px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .app-sidebar{background:#30304d!important;border-right:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 14.72px 1.28px rgba(42,38,53,.5)}.dark-mode .side-header .header-brand-img.light-logo1{display:none}.dark-mode .side-header .header-brand-img.desktop-logo{display:block}.dark-mode .app-sidebar__toggle{background:#30304d;box-shadow:0 2px 3px #1a1a2f;color:#fff}.dark-mode .app-sidebar__toggle:hover{color:#fff}.dark-mode .side-header{background:#30304d;border-bottom:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.dark-mode .user-info .text-dark{color:#fff!important}.dark-mode .user-info .text-muted{color:hsla(0,0%,100%,.4)!important}.dark-mode .app-sidebar .sidebar-navs{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .sidebar-navs a{border:1px solid hsla(0,0%,100%,.1)!important;color:#fff!important}.dark-mode .side-menu h3{color:hsla(0,0%,100%,.3)}.dark-mode .slide-menu li.active:before{background:hsla(0,0%,100%,.1)}.dark-mode .slide-menu li.active:after{background:hsla(0,0%,100%,.5)}.dark-mode .slide-menu a.active{color:#fff}.dark-mode .slide-item.active,.dark-mode .slide-item:focus,.dark-mode .slide-item:hover,.dark-mode .sub-side-menu__item.active,.dark-mode .sub-side-menu__item2.active,.dark-mode .sub-side-menu__item2:focus,.dark-mode .sub-side-menu__item2:hover,.dark-mode .sub-side-menu__item:focus,.dark-mode .sub-side-menu__item:hover,.dark-mode .sub-slide-item.active,.dark-mode .sub-slide-item2.active,.dark-mode .sub-slide-item2:focus,.dark-mode .sub-slide-item2:hover,.dark-mode .sub-slide-item:focus,.dark-mode .sub-slide-item:hover{color:var(--primary-bg-color)!important}.dark-mode .side-menu .side-menu__icon,.dark-mode .side-menu__item,.dark-mode .slide-item{color:#dedefd}.dark-mode .sidebar{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 14.72px 1.28px rgba(42,38,53,.5)}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 10px 15px rgba(34,34,61,.9)}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a{color:#dedefd}.dark-mode .sub-menu li a:before{color:#fff}.dark-mode .horizontalMenu>.horizontalMenu-list>li:last-child>a{border-right:0}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu .sub-menu-sub:after{color:#fff}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 10px 15px rgba(34,34,61,.9)}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a{color:#dedefd}.dark-mode .mega-menubg{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 10px 15px rgba(34,34,61,.9)}.dark-mode .mega-menubg li a:before{color:#fff}.dark-mode .btn-light{background-color:#2f2f4b;border-color:#39393e;box-shadow:0 5px 10px rgba(48,48,77,.3);color:#dedefd}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover{background:none}.dark-mode .hor-topheader .header-search.dropdown-menu{border:1px solid hsla(0,0%,100%,.1)!important;box-shadow:none}.dark-mode .clipboard-icon{background:#30304d;border:1px solid hsla(0,0%,100%,.2)}.dark-mode .badge-default{background:#2e2e4a;box-shadow:0 5px 10px #22223d;color:#fff}.dark-mode .first-sidemenu,.dark-mode .resp-vtabs ul.resp-tabs-list,.dark-mode .side-header{background:#30304d}.dark-mode .resp-vtabs li.active.resp-tab-item{background:#30304d!important;color:#5e2dd8}.dark-mode .second-sidemenu{background-color:#30304d}.dark-mode .resp-vtabs .resp-tabs-list li{border:1px solid hsla(0,0%,100%,.07)!important;border-left:0!important;border-top:0!important}.dark-mode .resp-vtabs li:hover{background:transparent!important}.dark-mode .side-menu .resp-tab-active .side-menu__icon{color:var(--primary-bg-color)!important}.dark-mode .slide-item{border-bottom:0}.dark-mode .resp-vtabs li.resp-tab-active{background:transparent!important}.dark-mode .settings-icon{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .slide-menu a.active{color:#aaaabf}@media only screen and (max-width:991px){.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu{box-shadow:none}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu{border:0;box-shadow:none}.dark-mode .hor-topheader .header-brand1 .header-brand-img.main-logo{display:none}.dark-mode .animated-arrow span,.dark-mode .animated-arrow span:after,.dark-mode .animated-arrow span:before{background:#fff}.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i{color:hsla(0,0%,100%,.2)}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a{background-color:#30304d;color:#dedefd}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{background-color:#2e2e4a}.dark-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover{color:#b394ff!important}}@media(min-width:992px){.dark-mode.sidebar-mini.sidenav-toggled .first-sidemenu{border-top:0!important}.dark-mode.sidebar-mini.sidenav-toggled .app-sidebar__user{border-bottom:1px solid hsla(0,0%,88%,.1)}}@media(max-width:991px){.dark-mode .side-menu{border-top:1px solid #3f3f5a}.dark-mode .mobile-header{border-bottom:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 8px 24px #3d3d52}}.dark-mode .hor-header .header-right-icons .nav-link.icon{background:#30304d;box-shadow:0 2px 3px #1a1a2f}.dark-mode .horizontalMenu>.horizontalMenu-list>li>a{border-right:1px solid hsla(0,0%,100%,.12);color:#dedefd}.dark-mode .box-shadow-primary{box-shadow:0 5px 10px #42444a}.dark-mode .box-shadow-secondary{box-shadow:0 5px 10px #4e4642}.dark-mode .box-shadow-success{box-shadow:0 5px 10px #45504e}.dark-mode .box-shadow-danger{box-shadow:0 5px 10px #524a4b}.dark-mode .bg-secondary-transparent{background-color:#614638}.dark-mode .bg-info-transparent{background-color:#365273!important}.dark-mode .activity-blog:before,.dark-mode .task-list:before{border-left:1px solid hsla(0,0%,100%,.12)}.dark-mode .h6,.dark-mode h6{color:#dedefd}.dark-mode .horizontalMenu body,.dark-mode .horizontalMenu h1,.dark-mode .horizontalMenu h2,.dark-mode .horizontalMenu h3,.dark-mode .horizontalMenu h4,.dark-mode .horizontalMenu h5,.dark-mode .horizontalMenu h6,.dark-mode .horizontalMenu html,.dark-mode .horizontalMenu iframe{color:#dedefd!important}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu{background-color:#30304d;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a{color:#dedefd}.dark-mode .side-menu__item:hover{background:#2e2e4a}@media(max-width:991px){.dark-mode .mobile-header .header-brand-img.mobile-light{display:none!important}.dark-mode .mobile-header .header-brand-img.desktop-logo{display:block}.dark-mode .mobile-header .navresponsive-toggler span,.dark-mode .navresponsive-toggler span{background:#30304d;box-shadow:0 2px 3px #1a1a2f}}@media only screen and (max-width:991px){.dark-mode .horizontalMenu>.horizontalMenu-list>li>a{border-bottom:1px solid hsla(0,0%,100%,.12)}}.dark-mode .jvectormap-goback,.dark-mode .jvectormap-zoomout{color:#e5e9f2}.dark-mode .app-header .header-right-icons .nav-link.icon{background:#30304d;box-shadow:0 2px 3px #1a1a2f}.dark-mode .jvectormap-zoomin{color:#e5e9f2}.dark-mode .side-menu__item:focus{background:#272740}.dark-mode .cal1 .clndr .clndr-table tr .day.my-event{background:#21213b!important}.dark-mode .jvectormap-goback,.dark-mode .jvectormap-zoomin,.dark-mode .jvectormap-zoomout{color:#e5e9f2!important}.dark-mode.sidebar-mini .app-header .light-logo1{display:none!important}.dark-mode .nav.panel-tabs a.active,.dark-mode .nav.panel-tabs a:hover{background-color:#22223d}.dark-mode .cal1 .clndr .clndr-table tr .adjacent-month,.dark-mode .cal1 .clndr .clndr-table tr .day.event,.dark-mode .cal1 .clndr .clndr-table tr .empty,.dark-mode .cal1 .clndr .clndr-table tr .my-empty,.dark-mode.cal1 .clndr .clndr-table tr .my-adjacent-month{background:#21213b!important}@media(max-width:991px){.sidebar-mini.dark-mode .app-header.header .header-brand-img.desktop-logo{display:block}}.cal1 .clndr .clndr-table tr .day.my-event:hover,.cal1 .clndr .clndr-table tr .day.my-today,.dark-mode .cal1 .clndr .clndr-table tr .day.event:hover,.dark-mode .cal1 .clndr .clndr-table tr .day.today{color:#dedefd}.dark-mode .main-chat-header{border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .main-nav-line-chat .nav-link{color:#dedefd}.dark-mode .main-chat-list .media.new{background-color:#30304d}.dark-mode .main-chat-list .media:hover{background-color:#2e2e4a}.dark-mode .main-chat-list .media:focus{background-color:#2a2a46}.dark-mode .main-chat-list .media+.media{border-top:1px solid hsla(0,0%,100%,.12)}.dark-mode .main-nav-line-chat{border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .main-chat-list .media.selected{background-color:#2a2a46}.dark-mode .main-chat-body .media.flex-row-reverse .main-msg-wrapper{background-color:#22223d;color:#dedefd}.dark-mode .chat-right .main-msg-wrapper:first-child:before{border-bottom:8px solid #22223d}.dark-mode .main-msg-wrapper{background-color:#22223d}.dark-mode .chat-left .main-msg-wrapper:first-child:before{border-bottom:8px solid #22223d}.dark-mode .main-chat-time span{background:#2a2a46}.dark-mode .main-chat-footer{background-color:#30304d;border-top:1px solid hsla(0,0%,100%,.12)}.dark-mode .main-msg-send{color:#fff}.dark-mode .alert-success{background-color:rgba(110,179,149,.1);border-color:rgba(110,179,149,.1);color:#09ad95}.dark-mode .alert-danger{background-color:rgba(255,56,43,.1);border-color:rgba(255,56,43,.1);color:#f82649}.dark-mode .alert-info{background-color:#526775;border-color:#2c526d;color:#6faedc}.dark-mode .alert-warning{background-color:#615b44;border-color:#635e4b;color:#d0be73}.dark-mode .alert-success .alert-link{color:#52851e}.dark-mode .alert-info .alert-link{color:#b8dcf7}.dark-mode .alert-warning .alert-link{color:#e8d998}.dark-mode .alert-danger .alert-link{color:#b58281}.dark-mode .irs-line-left,.dark-mode .irs-line-mid,.dark-mode .irs-line-right{background-color:#22223a}.dark-mode .side-menu__item:hover .side-menu__icon{color:#dedefd!important}.dark-mode .ql-snow .ql-tooltip{box-shadow:none;color:#fff}.dark-mode .ql-snow .ql-tooltip,.dark-mode .ql-snow .ql-tooltip input[type=text]{background-color:#22223d;border-color:hsla(0,0%,100%,.1)}.dark-mode .slide.is-expanded a{color:#dedefd}.dark-mode .side-menu__item:hover{background:#272740!important}.dark-mode .timeline-wrapper-primary .timeline-badge{background:var(--primary-bg-color)}.dark-mode .br-theme-fontawesome-stars .br-widget a:after{color:#25253e}.dark-mode .br-theme-bars-1to10 .br-widget a.br-active,.dark-mode .br-theme-bars-1to10 .br-widget a.br-selected{background-color:var(--primary-bg-color)}.dark-mode .br-theme-bars-movie .br-widget a{background-color:#25253e}.dark-mode .br-theme-bars-movie .br-widget a.br-active,.dark-mode .br-theme-bars-movie .br-widget a.br-selected{background-color:var(--primary-bg-color)}.dark-mode .br-theme-bars-square .br-widget a{background-color:hsla(0,0%,100%,.08);border:2px solid hsla(0,0%,100%,.05);color:#e2e2ea}.dark-mode .br-theme-bars-square .br-widget a.br-active,.dark-mode .br-theme-bars-square .br-widget a.br-selected{border:2px solid var(--primary-bg-color);color:var(--primary-bg-color)}.dark-mode .br-theme-bars-pill .br-widget a{background-color:#25253e}.dark-mode .br-theme-bars-pill .br-widget a.br-active,.dark-mode .br-theme-bars-pill .br-widget a.br-selected{background-color:var(--primary-bg-color);color:#fff}.dark-mode .br-theme-bars-1to10 .br-widget a{background-color:#25253e}.dark-mode .br-theme-bars-square .br-widget a{background-color:#30304d;border:2px solid #25253e;color:#e5e9f2}.dark-mode .br-theme-bars-horizontal .br-widget a{background-color:#25253e}.dark-mode .br-theme-bars-horizontal .br-widget a.br-active,.dark-mode .br-theme-bars-horizontal .br-widget a.br-selected{background-color:var(--primary-bg-color)}.dark-mode .vtimeline .timeline-wrapper .timeline-panel{background:#252542;box-shadow:0 5px 12px 0 #101329}.dark-mode .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.dark-mode .vtimeline .timeline-wrapper .timeline-panel:after{border-color:transparent #252542;border-style:solid;border-width:14px 0 14px 14px}.dark-mode .vtimeline .timeline-wrapper .timeline-badge{border:2px solid #45455f}.dark-mode .vtimeline:before{background-color:hsla(0,0%,100%,.1)}.dark-mode .timeline-wrapper-primary .timeline-panel:before{background:var(--primary-bg-color)}.card-dashboard-eight .card-title,.card-table-two .card-title,.dark-mode .main-content-label{color:#dedefd}.dark-mode .tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{border-top-color:var(--primary-bg-color)!important}.dark-mode .tree li{border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.dark-mode .tree li.branch{background:#22223d}.dark-mode .tree li a{color:#dedefd}.dark-mode .tree li.branch li{background:#30304d}.dark-mode .tree ul:before{border-left:1px solid hsla(0,0%,100%,.12)}.dark-mode .tree ul li:before{border-top:1px solid hsla(0,0%,100%,.12)}.dark-mode .btn-default{background:#dedefd;border-color:#c3c3cc}.dark-mode .list-group-item,.dark-mode .listorder,.dark-mode .listorder1,.dark-mode .listunorder,.dark-mode .listunorder1{border:1px solid hsla(0,0%,100%,.12)}.dark-mode .nav-item1 .nav-link{color:#dedefd}.dark-mode .nav-item1 .nav-link.active{color:var(--primary-bg-color)}.dark-mode .nav.nav-pills .nav-item .nav-link-icon{color:#dedefd}.dark-mode .bg-light{background-color:#23223a!important}.dark-mode .popover-static-demo,.dark-mode .tooltip-static-demo{background-color:#23223a}.dark-mode .tooltip-primary.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--primary-bg-color)!important}.dark-mode .tooltip-primary.bs-tooltip-bottom .tooltip-arrow:before,.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{border-bottom-color:var(--primary-bg-color)!important}.dark-mode .tooltip-primary.bs-tooltip-left .tooltip-arrow:before,.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{border-left-color:var(--primary-bg-color)!important}.dark-mode .tooltip-primary.bs-tooltip-right .tooltip-arrow:before,.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{border-right-color:var(--primary-bg-color)!important}.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:active,.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:focus{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .bg-white{background-color:#30304d!important}.dark-mode .header-brand .header-brand-img.logo-3{display:none}.dark-mode .header-brand .header-brand-img.logo{display:block}.dark-mode .footer .social ul li a{background:#22223d;border:1px solid #30304d}.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone,.dark-mode .ff_fileupload_wrap .ff_fileupload_dropzone:hover{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .ui-timepicker-wrapper{background:#23223a;border:1px solid hsla(0,0%,100%,.07);box-shadow:0 16px 18px 0 #0e0f2e}.dark-mode .ui-timepicker-list:hover .ui-timepicker-selected{background:var(--primary-bg-color)}.dark-mode .ui-timepicker-list li{color:hsla(0,0%,100%,.8)}.dark-mode .datepicker .datepicker-switch,.dark-mode .datepicker td,.dark-mode .datepicker th{color:#dedefd!important}.dark-mode .datepicker-dropdown.datepicker-orient-top:after,.dark-mode .datepicker-dropdown.datepicker-orient-top:before{border-top:7px solid #30304d}.dark-mode .card-pay .tabs-menu li a{background:#232239;border-right:1px solid hsla(0,0%,100%,.12)}.dark-mode .SumoSelect>.CaptionCont{background-color:#2e2e4a;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .SumoSelect.disabled>.CaptionCont{background:#22223c;border:1px solid hsla(0,0%,100%,.12);border-radius:0}.dark-mode .sp-replacer{background:#2e2e4a;border:1px solid #43435c;color:#fff}.dark-mode .sp-replacer.sp-active,.dark-mode .sp-replacer:hover{border-color:#45455f;color:#fff}.dark-mode .datepicker-dropdown.datepicker-orient-top:after,.dark-mode .datepicker-dropdown.datepicker-orient-top:before{border-top:7px solid #3e3e50}.dark-mode .datepicker-dropdown:after,.dark-mode .datepicker-dropdown:before{border-bottom-color:#2e2e4a}.dark-mode .datepicker table tr td span.focused,.dark-mode .datepicker table tr td span:hover{background:#21213c!important;color:#dedefd!important}.dark-mode .transfer-double{background-color:#30304d}.dark-mode .transfer-double-content-tabs{border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .transfer-double-content-tabs .tab-item-name.tab-active{background:#252336}.dark-mode .transfer-double-content-left,.dark-mode .transfer-double-content-right{border:1px solid hsla(0,0%,100%,.12)}.dark-mode .transfer-double-list-footer{border-top:1px solid hsla(0,0%,100%,.12)}.dark-mode .checkbox-group label:before,.dark-mode .transfer-double-list-search-input{background:#30304d;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .transfer-double-content-param{border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .btn-select-arrow,.dark-mode .transfer-double-selected-list-search-input{background:#30304d;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .btn-select-arrow{color:#dedefd}.dark-mode .multi-wrapper{border:1px solid hsla(0,0%,100%,.12)}.dark-mode .multi-wrapper .search-input{background:#30304d;border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .multi-wrapper .item-1{background:#30304d;color:#dedefd}.dark-mode .multi-wrapper .item-group-1 .group-label,.dark-mode .multi-wrapper .selected-wrapper{background:#23223a}.dark-mode .iti input,.dark-mode .iti input[type=tel],.dark-mode .iti input[type=text]{background-color:#30304d;border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.dark-mode .iti__selected-flag{border-right:1px solid hsla(0,0%,100%,.12)}.dark-mode .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:#30304d;border-top:1px solid hsla(0,0%,100%,.12)}.dark-mode .iti__country-list{background-color:#30304d;border:1px solid #43435d}.dark-mode .iti__country.iti__highlight{background-color:#23223a}.dark-mode .iti__divider{border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .multi-wrapper .non-selected-wrapper{background:#44435a;border-right:1px solid #30304d}.dark-mode .SumoSelect.open>.optWrapper{background:#30304d}.dark-mode .SumoSelect>.optWrapper{border:1px solid hsla(0,0%,100%,.12)}.dark-mode .SumoSelect>.optWrapper>.options li.opt{border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .SumoSelect>.optWrapper>.options li.opt:hover{background-color:#262641}.dark-mode .richText{background-color:#2f2f4b!important;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .richText .richText-toolbar{border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .ql-toolbar.ql-snow{border:1px solid hsla(0,0%,100%,.12)}.dark-mode .ql-toolbar.ql-snow .ql-picker-label{background:#2f2f4b;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .ql-container.ql-snow{border:1px solid hsla(0,0%,100%,.12)}.dark-mode .ql-snow .ql-toolbar button,.dark-mode .ql-snow.ql-toolbar button{background:#2f2f4b;border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.dark-mode .ql-snow .ql-toolbar button:last-child,.dark-mode .ql-snow.ql-toolbar button:last-child{border-right:1px solid hsla(0,0%,100%,.12)}.dark-mode .sw-theme-dots>ul.step-anchor{background:#2f2f4b;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .sw-theme-dots>ul.step-anchor:before{background-color:#3e3e63}.dark-mode .sw-theme-dots>ul.step-anchor>li>a:before{background:#3e3e63}.dark-mode .sw-theme-dots .step-content{background-color:#2f2f4b}.dark-mode .sw-theme-dots .sw-toolbar{background:#2f2f4b}.dark-mode .sw-theme-dots>ul.step-anchor>li.done>a{color:#dedefd}.dark-mode .wizard{background-color:#2f2f4b;border:1px solid #494963;border-radius:3px}.dark-mode .wizard>.content{border-bottom:1px solid hsla(0,0%,100%,.12);border-top-color:hsla(0,0%,100%,.1)}.dark-mode .wizard>.content>.title{color:#dedefd}.dark-mode .wizard>.actions .disabled a{background-color:#4a4a5f;color:hsla(0,0%,100%,.62)}.dark-mode .wizard>.steps .current a .number,.dark-mode .wizard>.steps .current a:active .number,.dark-mode .wizard>.steps .current a:hover .number{background-color:var(--primary-bg-color)}.dark-mode .wizard.vertical>.actions,.dark-mode .wizard.vertical>.content{border-left:1px solid hsla(0,0%,100%,.12)}.dark-mode .wizard>.steps .done a .number,.dark-mode .wizard>.steps .done a:active .number,.dark-mode .wizard>.steps .done a:hover .number{background-color:#0dcd94}.dark-mode .wizard>.steps a .number,.dark-mode .wizard>.steps a:active .number,.dark-mode .wizard>.steps a:hover .number{background-color:#22223d}.dark-mode .cart .input-group-prepend>.btn,.dark-mode .input-group-append>.btn,.dark-mode .input-group-btn>.btn{border-color:#4a4a5f}.dark-mode .custom-select.is-invalid,.dark-mode .was-validated .custom-select:invalid{background:none}.dark-mode .icons-list-item{background:#30304d;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .btn-white{background-color:#30304d;border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.dark-mode .user-social-detail .social-profile{background:#34334a}.dark-mode .mail-inbox .icons{border:1px solid hsla(0,0%,100%,.12)}.dark-mode .list-group-transparent .list-group-item{border:0!important}.dark-mode .acc-header a{background-color:#2f2f4b}.dark-mode .acc-body,.dark-mode .acc-header a{border:1px solid hsla(0,0%,100%,.12)}.dark-mode .input-group.input-indec .form-control{border-color:#4d4d61}.dark-mode .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.dark-mode .alert-default{background-color:#2e2e4a}.dark-mode .side-menu__item.active{box-shadow:0 7px 12px 0 rgba(0,0,0,.3)}.dark-mode .side-menu__item:focus{background:#272740!important}.dark-mode .side-menu__item:focus .side-menu__icon,.dark-mode .side-menu__item:hover .side-menu__icon{color:var(--primary-bg-color)!important}.dark-mode.horizontal .side-menu__item.active{box-shadow:none}.dark-mode .header .dropdown-menu .dropdown-item,.dark-mode .responsive-navbar .dropdown-menu .dropdown-item{border-bottom:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .header .dropdown-menu .dropdown-item:last-child,.dark-mode .responsive-navbar .dropdown-menu .dropdown-item:last-child{border-bottom:0}.dark-mode .header .message-menu h5,.dark-mode .header .notifications-menu h5,.dark-mode .responsive-navbar .message-menu h5,.dark-mode .responsive-navbar .notifications-menu h5{color:#dedefd}.dark-mode .header .message-menu span,.dark-mode .header .notifications-menu span,.dark-mode .responsive-navbar .message-menu span,.dark-mode .responsive-navbar .notifications-menu span{color:#9999bf}.dark-mode .header .profile-1 .dropdown-item .dropdown-icon,.dark-mode .responsive-navbar .profile-1 .dropdown-item .dropdown-icon{color:#dedefd}.dark-mode .sidebar .user-pro-body img{background:#22223d}.dark-mode .main-chat-list .media-contact-name span:first-child,.dark-mode .main-chat-list .media.new .media-contact-name span:first-child,.dark-mode .main-chat-list .media.selected .media-contact-name span:first-child{color:#dedefd}.dark-mode .main-chat-list .main-img-user span{box-shadow:0 0 0 2px #22223d}.dark-mode .main-chat-list .media:focus,.dark-mode .main-chat-list .media:hover{border-bottom:1px solid transparent}.dark-mode .main-chat-footer .nav-link,.dark-mode .main-chat-list .media-body p,.dark-mode .main-chat-list .media.new .media-body p,.dark-mode .main-chat-list .media.selected .media-body p{color:#fff}.dark-mode .main-chat-footer .form-control{background:none;border:0}.dark-mode .count-down.row span:first-child{background:#22223d;box-shadow:0 5px 10px rgba(8,8,8,.3)}.dark-mode #accordion .panel-default>.panel-heading,.dark-mode .sp-container{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .sp-container{background:#30304d;box-shadow:0 10px 40px 0 rgba(34,34,61,.8)}.dark-mode .sp-picker-container{border-left:0}.dark-mode .SumoSelect>.CaptionCont{color:#9999bf}.dark-mode .social-login{background:#2b2b48}.dark-mode .table-inbox tr td i{color:#28273c}.dark-mode.error-bg{background-color:#22223d;background-image:url(/static/media/bg1.2a1534e2b0af4ec62728.png);background-position:50%;background-repeat:no-repeat}.dark-mode .accordion-button:not(.collapsed){background:#272740}.dark-mode .accordion-item{background:#2e2e4b;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .accordion-button{color:#dedefd}.dark-mode .accordion-item:not(:first-of-type){border-top:0}.dark-mode .btn-close{color:#fff}.dark-mode .table>:not(:last-child)>:last-child>*{border-bottom-color:hsla(0,0%,100%,.1)}.dark-mode .dropify-wrapper .dropify-message span.file-icon{color:#fff}.dark-mode .SumoSelect.open .search-txt{background:#2e2e4a;color:#fff}.dark-mode .SumoSelect .select-all{background-color:#2e2e4a;border-bottom:1px solid hsla(0,0%,100%,.12)}.dark-mode .SumoSelect>.optWrapper>.MultiControls{background-color:#2e2e4a;border-top:1px solid hsla(0,0%,100%,.12)}.dark-mode .SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#393958}.dark-mode .form-check-input{background:#2e2e4a;border:1px solid hsla(0,0%,100%,.12)}.dark-mode .dark-layout{display:none}.dark-mode .light-layout{display:block}.dark-mode .apexcharts-canvas line{stroke:hsla(0,0%,100%,.12)}.dark-mode .sidebar .dropdown-item h6{color:#dedefd}.dark-mode .bg-patterns{background:url(/static/media/1-dark.134e406b7e6dedc2eb11.png)}.dark-mode .apexcharts-legend-text{color:#dedefd!important}.dark-mode .apexcharts-tooltip.apexcharts-theme-light{background:#22223d;border:1px solid #30304d;box-shadow:2px 2px 6px -4px #22223d}.dark-mode .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{background:#22223d;border-bottom:1px solid #30304d}.dark-mode .list-group .list-contact-icons{background:#34334a}.dark-mode .chat-left .main-msg-wrapper:first-child:before{border-bottom:8px solid #22223d!important}.dark-mode .main-chat-header .nav-link{color:#a8afc7}.dark-mode .main-chat-msg-name small{color:#dedefd}.dark-mode .breadcrumb-item1 a,.dark-mode .breadcrumb-item2 a{color:#fff}.dark-mode .cal1 .clndr .clndr-table .header-days .header-day{border:1px solid #45455f;color:#fff}.dark-mode .cal1 .clndr .clndr-table .header-days{background:#30304d}.dark-mode .cal1 .clndr .clndr-table tr .day.my-today,.dark-mode .cal1 .clndr .clndr-table tr .day.today{background:#30304d;color:#343a40}.dark-mode .fc-theme-standard .fc-list-day-cushion .fc-list-day-side-text,.dark-mode .fc-theme-standard .fc-list-day-cushion .fc-list-day-text{color:#dedef7!important}.dark-mode .btn-default-light{background:rgba(246,244,251,.329);border-color:#717087;color:#292828}.dark-mode .panel-title1 a{background:#22223d!important}.dark-mode .accordionjs .acc_section.acc_active>.acc_head{background:#22223d;color:var(--primary-bg-color)!important}.dark-mode .side-menu__item.active:focus,.dark-mode .side-menu__item.active:hover{background:transparent!important;color:#fff}.dark-mode .ql-snow .ql-picker-options{background-color:#30304d}.dark-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.dark-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:hsla(0,0%,100%,.1)}.dark-mode .Relatedpost.nested-media .media.media-lg .media-body p{color:#b8b8d5}.dark-mode :focus-visible{outline:0 auto -webkit-focus-ring-color}.dark-mode .dropify-wrapper:hover{background-image:linear-gradient(-45deg,#22223d 25%,transparent 0,transparent 50%,#22223d 0,#22223d 75%,transparent 0,transparent)}.dark-mode .apexcharts-theme-light .apexcharts-menu-icon:hover svg,.dark-mode .apexcharts-theme-light .apexcharts-reset-icon:hover svg,.dark-mode .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.dark-mode .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.dark-mode .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.dark-mode .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg{fill:#fff}.dark-mode .app-header .header-right-icons .nav-link.icon:hover{background:transparent!important}.dark-mode .sub-side-menu__item,.dark-mode .sub-side-menu__item2,.dark-mode .sub-slide-item,.dark-mode .sub-slide-item2{color:#dedefd}.dark-mode .sub-side-menu__item2:before,.dark-mode .sub-side-menu__item:before,.dark-mode .sub-slide-item2:before,.dark-mode .sub-slide-item:before{color:#68798b}.dark-mode .list-icon:before{border:1px solid hsla(0,0%,100%,.4)}@media(min-width:992px){.dark-mode.horizontal .horizontal-main .slide .slide-menu,.dark-mode.horizontal .horizontal-main .slide .sub-slide-menu,.dark-mode.horizontal .horizontal-main .slide .sub-slide-menu2{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 10px 15px rgba(34,34,61,.9)!important}.dark-mode.horizontal .slide-menu a:before,.dark-mode.horizontal .slide-menu li .slide-item:before{color:#fff}.dark-mode.horizontal .side-menu>li>a{color:#dedefd}.dark-mode.horizontal .side-menu__item.active,.dark-mode.horizontal .side-menu__item.active .side-menu__icon,.dark-mode.horizontal .side-menu__item:focus,.dark-mode.horizontal .side-menu__item:hover{color:var(--primary-bg-color)!important}.dark-mode.horizontal .logo-horizontal .header-brand-img.desktop-logo{display:block}.dark-mode.horizontal .logo-horizontal .header-brand-img.light-logo1{display:none}.dark-mode.horizontal .sub-side-menu__item,.dark-mode.horizontal .sub-side-menu__item2,.dark-mode.horizontal .sub-slide-item,.dark-mode.horizontal .sub-slide-item2{color:#dedefd}.dark-mode.horizontal .side-menu__item.active:focus,.dark-mode.horizontal .side-menu__item.active:hover{background:#2e2e4a!important;box-shadow:none}.dark-mode .main-sidemenu .slide-left,.dark-mode .main-sidemenu .slide-right{background:#30304d;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .main-sidemenu .slide-left svg,.dark-mode .main-sidemenu .slide-right svg{fill:#dedefd}}@media(max-width:991px){.dark-mode .responsive-logo .mobile-logo.dark-logo-1{display:block;margin:0 auto}.dark-mode .responsive-logo .mobile-logo.logo-1{display:none}.dark-mode.horizontal .header.hor-header{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-mode .vtimeline .timeline-wrapper .timeline-panel:after{border-left:0 solid #252542!important;border-right:14px solid #252542!important}}.rtl.dark-mode .app-sidebar,.rtl.dark-mode .side-header{border-left:1px solid hsla(0,0%,100%,.1);border-right:inherit}.rtl.dark-mode .activity-blog:before,.rtl.dark-mode .task-list:before{border-left:inherit;border-right:1px solid hsla(0,0%,100%,.12)}.rtl.dark-mode .app-header .header-right-icons .nav-link.icon{border:1px solid hsla(0,0%,100%,.1)}.rtl.dark-mode .cal1 .clndr .clndr-table tr .day{border-right:1px solid hsla(0,0%,100%,.1)}@media(min-width:576px){.rtl.dark-mode .wizard.vertical>.actions{border-left:1px solid hsla(0,0%,100%,.1);border-right:inherit}}.rtl.dark-mode .tree ul:before,.rtl.dark-mode .wizard.vertical>.actions,.rtl.dark-mode .wizard.vertical>.content{border-left:inherit;border-right:1px solid hsla(0,0%,100%,.12)}.rtl.dark-mode .card-pay .tabs-menu li a{border-left:1px solid hsla(0,0%,100%,.12);border-right:inherit}.rtl.dark-mode .bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.rtl.dark-mode .bs-popover-end .popover-arrow:before{border-left-color:hsla(0,0%,100%,.1);border-right-color:inherit}.rtl.dark-mode .bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.rtl.dark-mode .bs-popover-end .popover-arrow:after{border-left-color:#22223d;border-right-color:inherit}.rtl.dark-mode .bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.rtl.dark-mode .bs-popover-start .popover-arrow:after{border-left-color:inherit;border-right-color:#22223d}.rtl.dark-mode .bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.rtl.dark-mode .bs-popover-start .popover-arrow:before{border-left-color:inherit;border-right-color:hsla(0,0%,100%,.1)}.rtl.dark-mode .iti__selected-flag{border-left-color:hsla(0,0%,100%,.12)}.rtl.dark-mode .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after{border-left-width:14px!important;border-right-width:0!important;left:auto;right:-14px}@media(max-width:991px){.rtl.dark-mode .vtimeline .timeline-wrapper .timeline-panel:after{border-left:14px solid #252542!important;border-right:0 solid #252542!important}}.dark-mode.rtl .vtimeline .timeline-wrapper .timeline-panel:after{border-left:0 solid #252542;border-right:14px solid #252542}@media(max-width:768px){.dark-mode .richText .richText-toolbar ul li a{border-bottom:1px solid hsla(0,0%,100%,.12)}}@media(min-width:992px){.dark-mode.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu,.dark-mode.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu{background-color:#30304d}}.dark-mode.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo,.dark-mode.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo{display:none!important}.dark-mode.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.dark-mode.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo{display:block!important}.dark-mode.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1,.dark-mode.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1{border-bottom-color:hsla(0,0%,100%,.1)}.dark-mode.rtl .border-end-0{border-right:1px solid hsla(0,0%,100%,.1)!important}.dark-mode.rtl .border-start-0{border-left:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .owl-nav button{background:rgba(0,0,0,.2)!important;border:1px solid hsla(0,0%,100%,.2)!important}.dark-mode .file-image-1,.dark-mode .tag-outline{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .file-image-1 .file-name-1{color:hsla(0,0%,100%,.4)}.dark-mode .optionListContainer.displayBlock ul li:hover{background-color:#30304d;color:#fff}.dark-mode .w-color-editable-input input{color:#fff}.dark-mode .error-bg{background-color:#22223d;background-image:url(/static/media/bg1.2a1534e2b0af4ec62728.png);background-position:50%;background-repeat:no-repeat}.color-header .main-header-center .form-control{color:#fff}.color-header .hor-header .header-brand1{margin-top:4px}.color-header .main-header-center .form-control::-webkit-input-placeholder{color:#fff!important;opacity:.3}.color-header .main-header-center .form-control::placeholder{color:#fff!important;opacity:.3}.color-header .app-header,.color-header .hor-header{background:var(--primary-bg-color);border-bottom:1px solid hsla(0,0%,100%,.1)}.color-header .app-header .header-right-icons .nav-link.icon{background:rgba(0,0,0,.1)}.color-header .app-header .header-right-icons .nav-link.icon:hover{background:rgba(0,0,0,.1)!important}.color-header .app-sidebar__toggle:hover{color:#fff}.color-header .header-right .nav-link.icon,.color-header .nav-link.toggle{background:rgba(0,0,0,.1);box-shadow:0 2px 3px rgba(4,4,7,.1)}.color-header .animated-arrow{background:none}.color-header .animated-arrow span,.color-header .animated-arrow span:after,.color-header .animated-arrow span:before{background:#e7e7f7}.color-header.active .animated-arrow span{background-color:transparent}.color-header .header .nav-link.icon i,.color-header .header-right .nav-link.icon:hover i{color:#fff!important}.color-header .header .nav-link{color:#e7e7f7!important}.color-header .header .nav-link:hover{color:#fff}.color-header .header .form-inline .form-control{background:rgba(0,0,0,.08);border:1px solid hsla(0,0%,100%,.05)!important;color:#fff}.color-header .header .form-inline .btn i{color:#fff!important;opacity:.5}.color-header .header .form-inline .form-control::-webkit-input-placeholder{color:#fff!important;opacity:.3}.color-header .header .form-inline .form-control::placeholder{color:#fff!important;opacity:.3}.color-header .app-sidebar__toggle{background:rgba(0,0,0,.08);box-shadow:0 2px 3px rgba(4,4,7,.1);color:#fff}.color-header .app-sidebar__toggle a{color:#fff}.color-header .nav-link.icon{background:rgba(0,0,0,.08);box-shadow:0 2px 3px rgba(4,4,7,.1)}@media(min-width:992px){.color-header .hor-header.header .header-brand .header-brand-img.desktop-lgo{display:none}.color-header .hor-header.header .header-brand .header-brand-img.dark-logo{display:block;margin-top:5px}}@media(max-width:991px){.color-header .hor-header.header .header-brand-img.mobile-logo{display:none!important}.color-header .hor-header.header .header-brand-img.darkmobile-logo{display:block}}@media(max-width:1024px)and (min-width:992px){.color-header .hor-header.header .header-brand-img.desktop-lgo,.color-header .hor-header.header .header-brand-img.mobile-logo{display:none!important}.color-header .hor-header.header .header-brand-img.dark-logo{display:block!important;margin-top:5px}}@media(max-width:991px){.color-header .app-header .header-brand1 .header-brand-img.light-logo1{display:none!important}.color-header .app-header .header-brand1 .header-brand-img.desktop-logo{display:block!important}}.dark-mode.color-header .app-header,.dark-mode.color-header .hor-header{background:var(--primary-bg-color)}.dark-mode.color-header .header .nav-link.icon{background:rgba(0,0,0,.08);box-shadow:0 2px 3px rgba(4,4,7,.1)}.dark-mode.color-header .header .form-inline .form-control{border:1px solid hsla(0,0%,100%,.05)!important;color:#fff}.dark-header .app-header,.dark-header .hor-header{background:#30304d;border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-header .hor-header .header-brand1{margin-top:4px}.dark-header .header-right .nav-link.icon,.dark-header .nav-link.toggle{background:hsla(0,0%,100%,.05)}.dark-header .animated-arrow{background:none}.dark-header .animated-arrow span,.dark-header .animated-arrow span:after,.dark-header .animated-arrow span:before{background:#e7e7f7}.dark-header.active .animated-arrow span{background-color:transparent}.dark-header .header-right-icons .nav-link.icon:hover,.dark-header .header.hor-header .nav-link.icon{background:#30304d;color:#e7e7f7!important}.dark-header .app-header.header .nav-link:hover{color:#fff}.dark-header .app-header .header-right-icons .nav-link.icon{background:#30304d}.dark-header .app-header .header-right-icons .nav-link.icon:hover{background:#30304d!important}.dark-header .app-sidebar__toggle:hover{color:#fff}.dark-header .header .main-header-center .form-control{background:#30304d;border:1px solid hsla(0,0%,100%,.2)!important;color:#fff}.dark-header .header .form-inline .btn i{color:#fff;opacity:.5}.dark-header .header .form-inline .form-control::-webkit-input-placeholder{color:#fff;opacity:.3}.dark-header .header .form-inline .form-control::placeholder{color:#fff;opacity:.3}.dark-header .header.hor-header .header-brand-img.desktop-logo{display:none}.dark-header .header.hor-header .header-brand-img.light-logo{display:block}.dark-header .app-sidebar__toggle{background:#30304d;color:#fff}.dark-header .app-sidebar__toggle a{color:#fff}.dark-header .nav-link.icon i{color:#fff!important}@media(max-width:991px){.dark-header .app-header .header-brand1 .header-brand-img.light-logo1{display:none!important;margin-top:5px}.dark-header .app-header .header-brand1 .header-brand-img.desktop-logo{display:block}.dark-header .navresponsive-toggler span{background:#30304d!important;color:#fff!important}}@media(min-width:992px){.dark-header .hor-header.header .header-brand .header-brand-img.desktop-lgo{display:none}.dark-header .hor-header.header .header-brand .header-brand-img.dark-logo{display:block;margin-top:5px}}@media(max-width:991px){.dark-header .hor-header.header .header-brand-img.desktop-logo-1{display:none!important}}@media(max-width:1024px)and (min-width:992px){.dark-header .hor-header.header .header-brand-img.desktop-lgo,.dark-header .hor-header.header .header-brand-img.mobile-logo{display:none!important}.dark-header .hor-header.header .header-brand-img.dark-logo{display:block!important;margin-top:5px}}.light-mode.dark-header .hor-header .mobile-header.hor-mobile-header{background:#30304d!important}.dark-mode.light-header .app-header,.dark-mode.light-header .hor-header{background:#fff;border-bottom:1px solid #ecf0fa}.dark-mode.light-header .app-sidebar{box-shadow:none}.dark-mode.light-header .header .nav-link.icon,.dark-mode.light-header .header-right .nav-link.icon{background:#fff;box-shadow:0 2px 3px rgba(4,4,7,.1)}.dark-mode.light-header .animated-arrow span,.dark-mode.light-header .animated-arrow span:after,.dark-mode.light-header .animated-arrow span:before{background:#5c678f}.dark-mode.light-header.active .animated-arrow span{background-color:transparent}.dark-mode.light-header .header .form-inline .form-control{background:#f1f5ff;border:1px solid transparent!important;color:#000}.dark-mode.light-header .hor-header .header-brand-img.desktop-logo-1{display:none}.dark-mode.light-header .drop-profile a{color:#171a29}.dark-mode.light-header .hor-header .header-brand-img.desktop-logo{display:block}.dark-mode.light-header .header .nav-link.icon i{color:#30304d}.dark-mode.light-header .app-sidebar__toggle{background:#fff;box-shadow:0 2px 3px rgba(4,4,7,.1)}.dark-mode.light-header .app-sidebar__toggle a{color:#555b95}@media(max-width:575.98px){.dark-mode.light-header .header .form-inline .form-control{background:#191d43}}@media(max-width:991px){.dark-mode.light-header .app-header .header-brand1 .header-brand-img.desktop-logo,.dark-mode.light-header .hor-header .header-brand-img.desktop-logo{display:none}.dark-mode.light-header .app-header .header-brand1 .header-brand-img.light-logo1{display:block!important}.dark-mode.light-header .mobile-header{background-color:#fff}.dark-mode.light-header .mobile-header .header-brand-img.desktop-logo{display:none!important}.dark-mode.light-header .mobile-header .header-brand-img.desktop-logo.mobile-light{display:block!important}}@media(max-width:991px)and (min-width:568px){.app.dark-mode.light-header .app-header .header-brand .header-brand-img.desktop-lgo{display:block;margin-top:5px}.app.dark-mode.light-header .app-header .header-brand .header-brand-img.dark-logo,.app.dark-mode.light-header .app-header .header-brand .header-brand-img.darkmobile-logo,.app.dark-mode.light-header .app-header .header-brand .header-brand-img.mobile-logo{display:none!important}}@media(max-width:1024px)and (min-width:992px){.dark-mode.light-header .hor-header.header .header-brand-img.dark-logo,.dark-mode.light-header .hor-header.header .header-brand-img.mobile-logo{display:none!important}.dark-mode.light-header .hor-header.header .header-brand-img.desktop-lgo{display:block!important;margin-top:5px}}.gradient-header .hor-header .header-brand1{margin-top:4px}.gradient-header .app-header,.gradient-header .hor-header{background:linear-gradient(to right,#9e88f5 0,var(--primary-bg-color) 100%)!important;border-bottom:1px solid hsla(0,0%,100%,.1)}.gradient-header .main-header-center .form-control{color:#fff}.gradient-header .main-header-center .form-control::-webkit-input-placeholder{color:#fff!important;opacity:.3}.gradient-header .main-header-center .form-control::placeholder{color:#fff!important;opacity:.3}.gradient-header .hor-header .header-right-icons .nav-link.icon{background:rgba(0,0,0,.08)}.gradient-header .header-right-icons .nav-link.icon,.gradient-header .nav-link.toggle{background:#fff}.gradient-header .animated-arrow{background:none}.gradient-header .animated-arrow span,.gradient-header .animated-arrow span:after,.gradient-header .animated-arrow span:before{background:#e7e7f7}.gradient-header.active .animated-arrow span{background-color:transparent}.gradient-header .header .nav-link.icon i,.gradient-header .header-right-icons .nav-link.icon:hover i{color:#e7e7f7!important}.gradient-header .app-header.header .nav-link:hover{color:#fff}.gradient-header .app-header .header-right-icons .nav-link.icon{background:rgba(0,0,0,.08)}.gradient-header .app-header .header-right-icons .nav-link.icon:hover{background:rgba(0,0,0,.08)!important}.gradient-header .app-sidebar__toggle:hover{color:#fff}.gradient-header .header .nav-link{color:#e7e7f7!important}.gradient-header .header .nav-link:hover{color:#fff}.gradient-header .header .main-header-center .form-control{background:rgba(0,0,0,.08)!important;border:1px solid hsla(0,0%,100%,.1)!important;color:#fff}.gradient-header .header .main-header-center .form-control:placeholder{color:#fff!important;opacity:.5}.gradient-header .app-sidebar__toggle{background:rgba(0,0,0,.08);box-shadow:0 2px 3px rgba(4,4,7,.1);color:#fff}.gradient-header .app-sidebar__toggle a{color:#fff}.gradient-header .nav-link.icon{background:rgba(0,0,0,.08)}@media(min-width:992px){.gradient-header .hor-header.header .header-brand1 .header-brand-img.desktop-logo{display:none!important}.gradient-header .hor-header.header .header-brand1 .header-brand-img.light-logo{display:block}}@media(max-width:991px)and (min-width:575.98px){.gradient-header .app-header .header-brand .header-brand-img.dark-logo{display:block;margin-top:5px}.gradient-header .app-header .header-brand .header-brand-img.darkmobile-logo,.gradient-header .app-header .header-brand .header-brand-img.desktop-lgo,.gradient-header .app-header .header-brand .header-brand-img.mobile-logo{display:none!important}}@media(max-width:991px){.gradient-header .app-header .header-brand1 .header-brand-img.desktop-logo{display:block}.gradient-header .app-header .header-brand1 .header-brand-img.light-logo1{display:none!important}.gradient-header .navresponsive-toggler span{background:rgba(0,0,0,.08)!important;color:#fff!important}.gradient-header .hor-header.header .header-brand-img.mobile-logo{display:none!important}.gradient-header .hor-header.header .header-brand-img.darkmobile-logo{display:block;margin-top:3px}}@media(max-width:1024px)and (min-width:992px){.gradient-header .hor-header.header .header-brand-img.desktop-lgo,.gradient-header .hor-header.header .header-brand-img.mobile-logo{display:none!important}.gradient-header .hor-header.header .header-brand-img.dark-logo{display:block!important;margin-top:5px}}.dark-mode.gradient-header .app-header,.dark-mode.gradient-header .hor-header{background:linear-gradient(to right,#9e88f5 0,var(--primary-bg-color) 100%)!important}.dark-mode.gradient-header .header .nav-link.icon{background:rgba(0,0,0,.08);box-shadow:0 2px 3px rgba(4,4,7,.1)}.dark-mode.gradient-header .header .form-inline .form-control{border:1px solid hsla(0,0%,100%,.05)!important;color:#fff}.light-menu .app-sidebar{background:#fff}.light-menu .app-sidebar .app-sidebar__user{border-bottom:1px solid #eaedf1}.light-menu .app-sidebar .side-menu .slide a{color:#495584}.light-menu .app-sidebar .side-menu .sidemenu_icon{color:#fff!important}.light-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl{border:3px solid #ebeff8}.light-menu .app-sidebar .app-sidebar__user .user-pic:before{border:2px solid #fff}.light-menu .app-sidebar .app-sidebar__user .user-info h5{color:#263871}.light-menu .app-sidebar .side-menu .slide a.active i{color:#fff!important}.light-menu .app-sidebar .Annoucement_card{background:#ebeff8}.light-menu .app-sidebar .Annoucement_card .text-white,.light-menu .app-sidebar .Annoucement_card .title{color:#263871!important}.light-menu .side-menu__item:hover .sidemenu_icon,.light-menu .slide a.active .sidemenu_icon{color:#fff}.light-menu .slide-menu li.active>a,.light-menu .slide-menu li:hover>a{color:var(--primary-bg-color)!important}.light-menu .side-item.side-item-category{opacity:.7!important}.dark-mode.light-menu .app-sidebar{background:#fff!important}.dark-mode.light-menu .app-sidebar .app-sidebar__user{border-bottom:1px solid #eaedf1}.dark-mode.light-menu .app-sidebar .side-menu .sidemenu_icon,.dark-mode.light-menu .app-sidebar .side-menu .slide a{color:#495584}.dark-mode.light-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl{border:3px solid #ebeff8}.dark-mode.light-menu .app-sidebar .app-sidebar__user .user-pic:before{border:2px solid #fff}.dark-mode.light-menu .app-sidebar .app-sidebar__user .user-info h5{color:#495584}.dark-mode.light-menu .app-sidebar .Annoucement_card{background:#ebeff8}.dark-mode.light-menu .app-sidebar .Annoucement_card .text-white,.dark-mode.light-menu .app-sidebar .Annoucement_card .title{color:#263871!important}.dark-mode.light-menu .app-sidebar .side-menu__item:focus,.dark-mode.light-menu .app-sidebar .side-menu__item:hover{background:#f9fbfd!important}.dark-mode.light-menu .side-menu__item:hover .sidemenu_icon,.dark-mode.light-menu .slide a.active .sidemenu_icon{color:#fff}.dark-mode.light-menu .slide-menu li.active>a,.dark-mode.light-menu .slide-menu li:hover>a{color:var(--primary-bg-color)!important}@media(min-width:992px){.light-menu .app-sidebar__logo{border-bottom:1px solid #eaedf1;border-right:1px solid #eaedf1}.light-menu .app-sidebar .app-sidebar__logo .header-brand-img.desktop-lgo{display:block;margin:5px auto 0}.light-menu .app-sidebar .app-sidebar__logo .header-brand-img.dark-logo,.light-menu.sidenav-toggled .app-sidebar .app-sidebar__logo .header-brand-img.desktop-lgo{display:none}.light-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__logo .header-brand-img.desktop-lgo{display:block;margin:5px auto 0}.light-menu.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__logo .header-brand-img.dark-logo{display:none}.dark-mode.light-menu .side-header{border-bottom:1px solid #eaedf1;border-right:1px solid #eaedf1}.dark-mode.light-menu .side-menu h3{color:#000}.dark-mode.light-menu .dark-mode .side-menu__item,.dark-mode.light-menu .side-menu .side-menu__icon,.dark-mode.light-menu .side-menu__label,.dark-mode.light-menu .slide-item{color:#495584}.dark-mode.light-menu .side-menu__item.active:focus,.dark-mode.light-menu .side-menu__item.active:hover{background:#fff!important;color:#fff}.dark-mode.light-menu .side-menu__item.active .side-menu__icon{color:#fff!important}.dark-mode.light-menu .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important;margin:0 auto}.dark-mode.light-menu .app-sidebar .side-header .header-brand-img.desktop-logo,.dark-mode.light-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo{display:none!important}.dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important;margin:5px auto 0}.dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-imgdesktop-logo{display:none!important}}.app.sidebar-mini.dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo{display:none!important}.app.sidebar-mini.dark-mode.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important}.color-menu .app-sidebar,.color-menu .app-sidebar .side-header{border-right:1px solid hsla(0,0%,100%,.1)}.color-menu .app-sidebar .side-header{background:var(--primary-bg-color)}.color-menu .app-sidebar .side-header .side-item.side-item-category{color:#fff;opacity:.3}.color-menu .app-sidebar .side-header .side-menu .side-menu__icon,.color-menu .app-sidebar .side-header .side-menu .side-menu__item{color:#cccef5!important}.color-menu .app-sidebar .side-header .side-menu .slide a.active,.color-menu .app-sidebar .side-header .side-menu .slide a:hover,.color-menu .app-sidebar .side-header .side-menu__item:hover .side-menu__icon,.color-menu .app-sidebar .side-header .slide a.active .side-menu__icon{color:#fff!important;opacity:inherit}.color-menu .app-sidebar .side-header .slide .side-menu__item.active,.color-menu .app-sidebar .side-header .slide .side-menu__item:hover{background:rgba(0,0,0,.1)}.color-menu .app-sidebar .side-header .side-menu__item.active:focus,.color-menu .app-sidebar .side-header .side-menu__item.active:hover{background:var(--primary-bg-color)!important}.color-menu .app-sidebar .side-header .side-menu__item:hover .angle,.color-menu .app-sidebar .side-header .side-menu__item:hover .side-menu__icon,.color-menu .app-sidebar .side-header .side-menu__item:hover .side-menu__label{color:#fff!important;opacity:inherit}.color-menu .app-sidebar .side-header .app-sidebar__user{border-bottom:1px solid hsla(0,0%,100%,.1)}.color-menu .app-sidebar .side-header .app-sidebar__user .user-info h5{color:#fff}.color-menu .app-sidebar .side-header .app-sidebar__user .app-sidebar__user-name.text-muted{color:#fff!important;opacity:.7}.color-menu .app-sidebar .side-header .app-sidebar__user .user-pic .avatar-xxl{border:3px solid #fff}.color-menu .app-sidebar .side-menu__item.active{background:rgba(0,0,0,.08)!important}@media(min-width:992px){.color-menu .side-header{border-bottom:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.color-menu .app-sidebar .side-header .header-brand-img.desktop-logo{display:block;margin:0 auto}.color-menu .app-sidebar .side-header .header-brand-img.light-logo1,.color-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo{display:none}.color-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo{display:block!important}.color-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo,.color-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1,.color-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.mobile-light{display:none}.color-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo{display:block;margin:0 auto}.color-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.color-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo{display:none!important}}.dark-mode.color-menu .app-sidebar{background:var(--primary-bg-color)}.dark-mode.color-menu .app-sidebar .side-menu .slide a{color:#fff;opacity:.7}.dark-mode.color-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl{border:3px solid #fff}.dark-mode.color-menu .app-sidebar .app-sidebar__user .user-pic:before{border:2px solid #fff}.dark-mode.color-menu .side-item.side-item-category{color:#fff;opacity:.5}.dark-mode.color-menu .app-sidebar ul li a{color:#fff;opacity:.8}.dark-mode.color-menu .app-sidebar .side-menu__item.active .side-menu__icon,.dark-mode.color-menu .app-sidebar .slide-menu .slide-item:hover,.dark-mode.color-menu .slide-menu li.active>a,.dark-mode.color-menu .slide-menu li:hover>a,.dark-mode.color-menu .slide.is-expanded .side-menu__item{color:#fff!important;opacity:inherit}@media(min-width:992px){.dark-mode.color-menu .app-sidebar__logo{border-bottom:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}}.dark-menu.sidebar-mini .app-sidebar .side-menu .slide a,.dark-menu.sidebar-mini .app-sidebar .slide-item{color:#dedefd!important}.dark-menu .app-sidebar{background:#30304d!important;border-right:1px solid hsla(0,0%,100%,.1)}.dark-menu .app-sidebar .side-item.side-item-category{color:#fff;opacity:.3}.dark-menu .app-sidebar .side-header{background:#30304d!important;border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-menu .app-sidebar .side-menu h3{color:hsla(0,0%,100%,.3)}.dark-menu .app-sidebar .side-menu .side-menu__icon,.dark-menu .app-sidebar .side-menu__item{color:#dedefd!important}.dark-menu .app-sidebar .side-menu__item:focus,.dark-menu .app-sidebar .side-menu__item:hover{background:#272740!important}.dark-menu .app-sidebar .side-menu__item:hover .side-menu__icon,.dark-menu .app-sidebar .slide a.active .side-menu__icon{opacity:inherit}.dark-menu .app-sidebar .side-menu .slide a.active,.dark-menu .app-sidebar .side-menu .slide a:hover{color:var(--primary-bg-color)!important;opacity:inherit}.dark-menu .app-sidebar .side-menu .slide a.active i{color:#fff!important}.dark-menu .app-sidebar .side-menu__item:hover .angle,.dark-menu .app-sidebar .side-menu__item:hover .side-menu__icon,.dark-menu .app-sidebar .side-menu__item:hover .side-menu__label{color:var(--primary-bg-color)!important;opacity:inherit}.dark-menu .app-sidebar .side-menu__item:focus .side-menu__icon,.dark-menu .app-sidebar .side-menu__item:focus .side-menu__label,.dark-menu .app-sidebar .side-menu__item:hover .side-menu__icon,.dark-menu .app-sidebar .side-menu__item:hover .side-menu__label{color:var(--primary-bg-color)!important}.dark-menu .app-sidebar .side-menu__item.active:hover .side-menu__icon,.dark-menu .app-sidebar .side-menu__item.active:hover .side-menu__label,.dark-menu .app-sidebar .side-menu__item:focus .side-menu__icon,.dark-menu .app-sidebar .side-menu__item:focus .side-menu__label{color:#fff!important}.dark-menu .app-sidebar .app-sidebar__user{border-bottom:1px solid hsla(0,0%,100%,.1)}.dark-menu .app-sidebar .app-sidebar__user .user-info h5{color:#fff}.dark-menu .app-sidebar .app-sidebar__user .app-sidebar__user-name.text-muted{color:#fff!important;opacity:.5}.dark-menu .side-menu__item.active:focus,.dark-menu.sidebar-mini .side-menu__item.active:hover{background:transparent!important}.dark-menu .side-menu__item.active .side-menu__label{color:#fff!important}@media(min-width:992px){.dark-menu .side-header{border-bottom:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.dark-menu .app-sidebar .side-header .header-brand-img.desktop-logo{display:block;margin:0 auto}.dark-menu .app-sidebar .side-header .header-brand-img.light-logo1,.dark-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo{display:none}.dark-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1{display:block}.dark-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo{display:block;margin:0 auto}.dark-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.dark-menu.horizontal .app-sidebar .side-menu .slide a.active i{color:var(--primary-bg-color)!important}}.gradient-menu.sidebar-mini .app-sidebar .slide-item{color:#ccc9ec}.gradient-menu.sidebar-mini .app-sidebar .side-menu .slide a{color:#dedefd;opacity:.7}.gradient-menu.sidebar-mini .app-sidebar .side-menu .slide a.active,.gradient-menu.sidebar-mini .app-sidebar .side-menu .slide a:hover{color:#fff!important;opacity:inherit}.gradient-menu.sidebar-mini .app-sidebar .slide-menu li .slide-item:before{color:#c7c9eb}.gradient-menu .app-sidebar{background:linear-gradient(180deg,#8971ea,#7f72ea,#7574ea,#6a75e9,#5f76e8)!important}.gradient-menu .app-sidebar .side-item.side-item-category{color:#fff;opacity:.3}.gradient-menu .app-sidebar .side-header{background:#8371ea;border-bottom:1px solid #8688dc;border-right:1px solid #8688dc}.gradient-menu .app-sidebar .side-menu .side-menu__icon,.gradient-menu .app-sidebar .side-menu h3{color:#ccc9ec}.gradient-menu .app-sidebar .side-menu__item:focus .side-menu__icon,.gradient-menu .app-sidebar .side-menu__item:focus .side-menu__label,.gradient-menu .app-sidebar .side-menu__item:hover .side-menu__icon,.gradient-menu .app-sidebar .side-menu__item:hover .side-menu__label{color:#fff!important}.gradient-menu .app-sidebar .side-menu__item{color:#ccc9ec}.gradient-menu .app-sidebar .side-menu__item:focus,.gradient-menu .app-sidebar .side-menu__item:hover{background:#7e7de4!important}.gradient-menu .app-sidebar .side-menu__item.active,.gradient-menu .app-sidebar .side-menu__item.active:focus,.gradient-menu .app-sidebar .side-menu__item.active:hover{background:rgba(0,0,0,.08)!important}.gradient-menu .app-sidebar .side-menu__item:hover .angle,.gradient-menu .app-sidebar .side-menu__item:hover .side-menu__icon,.gradient-menu .app-sidebar .side-menu__item:hover .side-menu__label,.gradient-menu .app-sidebar .slide a.active .side-menu__icon{color:#fff!important;opacity:inherit}.gradient-menu .app-sidebar .app-sidebar__user{border-bottom:1px solid hsla(0,0%,100%,.1)}.gradient-menu .app-sidebar .app-sidebar__user .user-info h5{color:#fff}.gradient-menu .app-sidebar .app-sidebar__user .app-sidebar__user-name.text-muted{color:#fff!important;opacity:.7}.gradient-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl{border:3px solid #fff}.gradient-menu .app-sidebar .Annoucement_card{background:#4747e2}.gradient-menu .app-sidebar .Annoucement_card .btn-outline,.gradient-menu .app-sidebar .Annoucement_card .text-white,.gradient-menu .app-sidebar .Annoucement_card .title{color:#fff!important}@media(min-width:992px){.gradient-menu .app-sidebar{border-bottom:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.gradient-menu .app-sidebar .side-header .header-brand-img.desktop-logo{display:block;margin:0 auto}.gradient-menu .app-sidebar .side-header .header-brand-img.light-logo1,.gradient-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo{display:none}.gradient-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo{display:block!important;margin-top:0}.gradient-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo,.gradient-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1,.gradient-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.mobile-light{display:none}.gradient-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo{display:block;margin:5px auto 0}.gradient-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.gradient-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo{display:none!important}}.dark-mode.gradient-menu .app-sidebar{background:linear-gradient(180deg,#8971ea,#7f72ea,#7574ea,#6a75e9,#5f76e8)!important}.dark-mode.gradient-menu .app-sidebar .side-menu .slide a{color:#fff;opacity:.7}.dark-mode.gradient-menu .app-sidebar .app-sidebar__user .user-pic .avatar-xxl{border:3px solid #fff}.dark-mode.gradient-menu .app-sidebar .app-sidebar__user .user-pic:before{border:2px solid #fff}.dark-mode.gradient-menu .side-item.side-item-category{color:#fff;opacity:.5}.dark-mode.gradient-menu .app-sidebar ul li a{color:#fff;opacity:.8}.dark-mode.gradient-menu .app-sidebar .side-menu__item.active .side-menu__icon,.dark-mode.gradient-menu .app-sidebar .slide-menu .slide-item:hover,.dark-mode.gradient-menu .slide-menu li.active>a,.dark-mode.gradient-menu .slide-menu li:hover>a,.dark-mode.gradient-menu .slide.is-expanded .side-menu__item{color:#fff!important;opacity:inherit}@media(min-width:992px){.dark-mode.gradient-menu .app-sidebar__logo{border-bottom:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}}.dark-mode.gradient-header .mobile-header{border-bottom:1px solid #644cfc!important}.color-header.color-menu .app-sidebar,.color-header.dark-menu .app-sidebar,.color-header.gradient-menu .app-sidebar,.dark-header.color-menu .app-sidebar,.dark-header.dark-menu .app-sidebar,.dark-header.gradient-menu .app-sidebar,.dark-mode.color-header.gradient-menu .app-sidebar,.dark-mode.color-menu.color-header .app-sidebar,.dark-mode.gradient-header.gradient-header .app-sidebar,.dark-mode.light-menu.color-header .app-sidebar,.gradient-header.color-menu .app-sidebar,.gradient-header.dark-menu .app-sidebar,.gradient-header.gradient-menu .app-sidebar{box-shadow:none}@media(max-width:991px){.dark-mode .mobile-header{background-color:#30304d;border:1px solid transparent;box-shadow:none}}.color-header .header-brand-img.desktop-logo{display:none}.color-header .mobile-header.hor-mobile-header{background:var(--primary-bg-color)}@media(max-width:991px){.color-header .mobile-header .header-brand-img.desktop-logo{display:block}.color-header .mobile-header .header-brand-img.mobile-light{display:none!important}}.color-header .hor-header .header-right-icons .nav-link.icon{background:#6159bb}.color-header .main-header-center .form-control{background:rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.08)}.color-menu .app-sidebar .side-menu .h3{color:#b3aee8!important}.color-header .light-logo,.color-header .light-logo1,.color-header .mobile-light{display:block}.color-header .app-sidebar .side-header .header-brand-img.light-logo{display:none}.color-header.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo{display:block}.light-header .hor-header .header-brand-img.light-logo{display:none}.light-header .main-header-center .form-control{background-color:#fff;border:1px solid #eaedf1;color:#dedefd!important}.light-header .hor-header .header-right-icons .nav-link.icon{background:#fff}.light-header .nav-link.icon i{color:#495584!important}.light-header .header .dropdown .nav-link.icon:hover{background:none!important}.light-header .app-sidebar__toggle{background:#fff;color:#5b6e88}.light-header .app-header .header-right-icons .nav-link.icon{background:#fff}.light-header .app-sidebar__toggle:hover{color:#495584}.light-header.light-menu .side-header{background:#fff;border-bottom:1px solid #eaedf1}.light-header .navresponsive-toggler span{background:#fff!important;color:#000!important}.light-header.light-menu .app-sidebar{background:#fff;border-right:1px solid #eaedf1}.rtl.light-header.light-menu .app-sidebar{border-left:1px solid #eaedf1;border-right:inherit}.light-header.light-menu .side-menu h3{color:#000}.light-header.light-menu .side-menu .side-menu__icon,.light-header.light-menu .side-menu__item{color:#495584}.light-header.light-menu .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important}.light-header.light-menu .app-sidebar .side-header .header-brand-img.desktop-logo,.light-header.light-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.light-header.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important}.color-header.light-menu .side-header{background:#fff;border-bottom:1px solid #eaedf1}.color-header.light-menu .app-sidebar{background:#fff}.color-header.light-menu .side-menu h3{color:#000}.color-header.light-menu .side-menu .side-menu__icon,.color-header.light-menu .side-menu__item{color:#495584}.color-header.light-menu .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important}.color-header.light-menu .app-sidebar .side-header .header-brand-img.desktop-logo,.color-header.light-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.color-header.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important}.color-header .navresponsive-toggler span{background:#5a52ba!important;color:#fff!important}.gradient-header.light-menu .side-header{background:#fff;border-bottom:1px solid #eaedf1}.gradient-header.light-menu .app-sidebar{background:#fff}.gradient-header.light-menu .side-menu h3{color:#000}.gradient-header.light-menu .side-menu .side-menu__icon,.gradient-header.light-menu .side-menu__item{color:#495584}.gradient-header.light-menu .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important}.gradient-header.light-menu .app-sidebar .side-header .header-brand-img.desktop-logo,.gradient-header.light-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.gradient-header.light-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:block!important}.dark-mode .apexcharts-radialbar-track.apexcharts-track path{stroke:#21203a}.dark-mode .apex-charts text{fill:#fff}.light-mode.color-header.color-menu .app-sidebar .side-header .header-brand-img.light-logo1,.light-mode.color-header.color-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.light-mode.color-header.color-menu.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo{display:none}.app.sidebar-mini.color-menu .app-sidebar .side-header .header-brand-img.light-logo1,.app.sidebar-mini.color-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.app.sidebar-mini.dark-menu .app-sidebar .side-header .header-brand-img.light-logo1,.app.sidebar-mini.dark-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.app.sidebar-mini.gradient-menu .app-sidebar .side-header .header-brand-img.light-logo1,.app.sidebar-mini.gradient-menu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.light-mode.color-menu .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.app.sidebar-mini.dark-mode.light-menu .side-header{background:#fff}.dark-header .mobile-header.hor-mobile-header{background:#30304d}.gradient-header .mobile-header.hor-mobile-header{background:linear-gradient(to right,#9e88f5 0,var(--primary-bg-color) 100%)!important}@media(max-width:991px){.dark-header .mobile-header .header-brand-img.desktop-logo{display:block}.dark-header .mobile-header .header-brand-img.mobile-light{display:none!important}.gradient-header .mobile-header .header-brand-img.desktop-logo{display:block}.gradient-header .mobile-header .header-brand-img.mobile-light{display:none!important}}.dark-mode.light-header .main-header-center .form-control{border:1px solid #eaedf1}@media(min-width:1400px){body.layout-boxed{background:#cfd1e2}body.layout-boxed.dark-mode{background:#414165}.horizontal.layout-boxed .stickyClass .app-sidebar{max-width:1400px}.rtl.layout-boxed .app-sidebar{left:inherit!important;right:auto!important}.layout-boxed .page{-ms-flex-pack:center;-webkit-box-pack:center;background:#f2f3f9;box-shadow:0 5px 0 0 hsla(212,8%,45%,.3),0 5px 25px 0 hsla(212,8%,45%,.3);display:flex;flex-direction:column;margin:0 auto;position:relative;width:1400px}.layout-boxed .app-header.header{margin:0 auto;width:1400px!important}.layout-boxed .app-sidebar{left:auto!important}.layout-boxed .side-header{left:auto!important;right:auto!important}.layout-boxed h3.number-font{font-size:1.8rem}.layout-boxed .hor-content .container,.layout-boxed .hor-header .container,.layout-boxed .horizontal-main.hor-menu .container,.layout-boxed.horizontal .hor-header .container,.layout-boxed.horizontal .horizontal-main .container,.layout-boxed.horizontal .main-content.hor-content .container{max-width:95%!important}.dark-mode.layout-boxed .page{background:#22223d;box-shadow:0 5px 0 0 rgba(0,0,0,.3),0 5px 25px 0 rgba(0,0,0,.3)}}.scrollable-layout .app-header,.scrollable-layout .hor-header{position:absolute!important}.scrollable-layout .app-sidebar,.scrollable-layout .side-header{position:absolute}.scrollable-layout .page{position:relative}.scrollable-layout .sticky.sticky-pin{position:absolute}.sidebar-mini.sidenav-toggled.color-header.color-menu .app-sidebar .side-header .header-brand-img.light-logo,.sidebar-mini.sidenav-toggled.color-header.gradient-menu .app-sidebar .side-header .header-brand-img.light-logo{display:none}@media(min-width:992px){.horizontal.color-header .logo-horizontal .header-brand-img.desktop-logo,.horizontal.dark-header .logo-horizontal .header-brand-img.desktop-logo,.horizontal.gradient-header .logo-horizontal .header-brand-img.desktop-logo{display:block}.horizontal.color-header .logo-horizontal .header-brand-img.light-logo1,.horizontal.dark-header .logo-horizontal .header-brand-img.light-logo1,.horizontal.gradient-header .logo-horizontal .header-brand-img.light-logo1{display:none}.horizontal.color-menu .side-menu__item.active .side-menu__label,.horizontal.color-menu .side-menu__item.active:hover .side-menu__icon,.horizontal.gradient-menu .side-menu__item.active .side-menu__label,.horizontal.gradient-menu .side-menu__item.active:hover .side-menu__icon{color:#fff!important}.horizontal.dark-menu .side-menu__item.active .side-menu__label,.horizontal.dark-menu .side-menu__item:hover .side-menu__icon,.horizontal.dark-menu .slide a.active .side-menu__icon{color:var(--primary-bg-color)!important}.horizontal.dark-menu .side-menu__item.active:focus,.horizontal.dark-menu .side-menu__item.active:hover,.horizontal.dark-mode.color-menu .side-menu__item.active:focus,.horizontal.dark-mode.color-menu .side-menu__item.active:hover,.horizontal.dark-mode.dark-menu .side-menu__item.active:focus,.horizontal.dark-mode.dark-menu .side-menu__item.active:hover,.horizontal.dark-mode.gradient-menu .side-menu__item.active:focus,.horizontal.dark-mode.gradient-menu .side-menu__item.active:hover{background:transparent!important}.dark-mode.color-header .responsive-navbar.navbar .navbar-collapse{background:var(--primary-bg-color)}.dark-mode.gradient-header .responsive-navbar.navbar .navbar-collapse{background:transparent}.dark-mode.light-header .responsive-navbar.navbar .navbar-collapse{background:#fff}.dark-mode.rtl.light-header.light-menu .side-header{border-left:1px solid #eaedf1}.dark-mode.horizontal.color-menu .side-menu__item.active,.dark-mode.horizontal.color-menu .side-menu__item.active .side-menu__icon,.dark-mode.horizontal.color-menu .side-menu__item:focus,.dark-mode.horizontal.color-menu .side-menu__item:hover{color:#dedefd!important}.dark-mode.light-menu .main-sidemenu .slide-left,.dark-mode.light-menu .main-sidemenu .slide-right{background:#fff;border:1px solid #e9edf4}.rtl.dark-menu .side-header{border-left:1px solid hsla(0,0%,100%,.1);border-right:inherit}.rtl.color-header.dark-menu .app-sidebar,.rtl.color-header.gradient-menu .app-sidebar{border-left:1px solid hsla(0,0%,100%,.05);border-right:inherit}.rtl.gradient-menu .app-sidebar .side-header{border-left:1px solid #8688dc;border-right:inherit}.rtl.color-menu .app-sidebar,.rtl.color-menu .app-sidebar .side-header,.rtl.dark-menu .app-sidebar,.rtl.gradient-menu .app-sidebar{border-left:1px solid hsla(0,0%,100%,.1);border-right:inherit}.dark-header .app-header .header-right-icons .nav-link.icon{box-shadow:0 2px 3px #1a1a2f}.dark-mode.horizontal .dark-mode.light-menu .side-menu__item.active:focus,.dark-mode.horizontal .side-menu__item.active:hover{background:#fff!important}.dark-mode.horizontal.light-header .logo-horizontal .header-brand-img.light-logo1{display:block}.dark-mode.horizontal.light-header .logo-horizontal .header-brand-img.desktop-logo{display:none}.dark-mode.light-menu.horizontal .side-menu__item.active .side-menu__icon{color:var(--primary-bg-color)!important}.dark-mode.light-menu.horizontal .app-sidebar .side-menu .slide a{color:#dedefd}.dark-mode.light-menu.horizontal .main-sidemenu i.angle{color:#495584}.dark-mode.light-menu.horizontal .side-menu__item.active .side-menu__icon{color:var(--primary-bg-color)}.dark-mode.light-menu.horizontal .dark-mode.light-menu .side-menu__item.active:focus,.dark-mode.light-menu.horizontal .side-menu__item.active:hover{background:#fff}.horizontal.color-menu .main-sidemenu .slide-left,.horizontal.color-menu .main-sidemenu .slide-right,.horizontal.gradient-menu .main-sidemenu .slide-left,.horizontal.gradient-menu .main-sidemenu .slide-right{background-color:var(--primary-bg-color);border-color:hsla(0,0%,100%,.1)}.horizontal.color-menu .main-sidemenu .slide-left svg,.horizontal.color-menu .main-sidemenu .slide-right svg,.horizontal.gradient-menu .main-sidemenu .slide-left svg,.horizontal.gradient-menu .main-sidemenu .slide-right svg{fill:#fff}.horizontal.color-menu .slide-menu a.active,.horizontal.gradient-menu .slide-menu a.active{color:var(--primary-bg-color)!important}.horizontal.dark-menu .main-sidemenu .slide-left,.horizontal.dark-menu .main-sidemenu .slide-right{background-color:#30304d;border-color:hsla(0,0%,100%,.1)}.horizontal.dark-menu .main-sidemenu .slide-left svg,.horizontal.dark-menu .main-sidemenu .slide-right svg{fill:#fff}.horizontal.dark-mode.light-menu .dark-mode .main-sidemenu .slide-right,.horizontal.dark-mode.light-menu .main-sidemenu .slide-left{background-color:#fff;border:1px solid #e9edf4}.horizontal.dark-mode.light-menu .main-sidemenu .slide-left svg,.horizontal.dark-mode.light-menu .main-sidemenu .slide-right svg{fill:#282f53}}@media(max-width:991px){.color-header .responsive-navbar .navbar-collapse{background-color:var(--primary-bg-color)!important}.color-header .header-right-icons .nav-link.icon{border-color:hsla(0,0%,100%,.1)}.dark-header .responsive-navbar .navbar-collapse{background-color:#30304d}.dark-header .header-right-icons .nav-link.icon{border-color:hsla(0,0%,100%,.1)}.gradient-header .responsive-navbar .navbar-collapse{background:linear-gradient(to right,#9e88f5 0,var(--primary-bg-color) 100%)!important}.gradient-header .header-right-icons .nav-link.icon{border-color:hsla(0,0%,100%,.1)}.color-header .responsive-logo .mobile-logo.dark-logo-1,.dark-header .responsive-logo .mobile-logo.dark-logo-1,.gradient-header .responsive-logo .mobile-logo.dark-logo-1{display:block;margin:0 auto}.color-header .responsive-logo .mobile-logo.logo-1,.dark-header .responsive-logo .mobile-logo.logo-1,.gradient-header .responsive-logo .mobile-logo.logo-1{display:none}.dark-mode.light-header .responsive-navbar .navbar-collapse{background-color:#fff}.dark-mode.light-header .responsive-logo .mobile-logo.dark-logo-1{display:none}.dark-mode.light-header .responsive-logo .mobile-logo.logo-1{display:block;margin:0 auto}.dark-mode.light-menu .side-menu__item:hover{background:#f9fbfd!important}.dark-mode.light-menu .side-menu h3{color:#76839a}.dark-mode.light-menu .side-menu .side-menu__icon,.dark-mode.light-menu .side-menu .side-menu__item{color:#495584}.dark-mode.light-menu .side-menu__item.active:hover{background:linear-gradient(to bottom right,#9e88f5 0,var(--primary-bg-color) 100%)!important}.dark-mode.light-header .navresponsive-toggler span{box-shadow:0 2px 3px rgba(4,4,7,.1)}.color-header .app-header .header-right-icons .nav-link.icon,.dark-header .app-header .header-right-icons .nav-link.icon,.gradient-header .app-header .header-right-icons .nav-link.icon{border-color:hsla(0,0%,100%,.1)}.dark-mode .responsive-navbar.navbar .nav-link.icon{border:1px solid hsla(0,0%,100%,.1)}.dark-mode.horizontal.light-header.light-menu .header.hor-header{border-bottom-color:#ecf0fa}.horizontal.color-header .header.hor-header,.horizontal.dark-header .header.hor-header,.horizontal.gradient-header .header.hor-header{border-bottom-color:hsla(0,0%,100%,.1)}.horizontal.color-menu .side-menu__item:focus .side-menu__icon,.horizontal.color-menu .side-menu__item:focus .side-menu__label,.horizontal.color-menu .side-menu__item:hover .side-menu__icon,.horizontal.color-menu .side-menu__item:hover .side-menu__label,.horizontal.dark-menu .side-menu__item:focus .side-menu__icon,.horizontal.dark-menu .side-menu__item:focus .side-menu__label,.horizontal.dark-menu .side-menu__item:hover .side-menu__icon,.horizontal.dark-menu .side-menu__item:hover .side-menu__label{color:#fff!important}.horizontal.color-menu .slide a,.horizontal.color-menu .slide-menu li .slide-item:before,.horizontal.dark-menu .slide a,.horizontal.dark-menu .slide-menu li .slide-item:before{color:#cccef5!important}.horizontal.gradient-menu .app-sidebar .side-menu .slide a{color:#dedefd}.horizontal.gradient-menu .app-sidebar .slide-menu li .slide-item:before{color:#c7c9eb}.dark-mode.light-header .header.hor-header{border-bottom:1px solid #ecf0fa}}@media(min-width:992px){.dark-mode.light-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.dark-mode.light-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.dark-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu,.dark-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu{background-color:#fff}.dark-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1,.dark-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1{border-bottom-color:#ecf0fa}.dark-mode.light-menu.hover-submenu.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a,.dark-mode.light-menu.hover-submenu1.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a{color:var(--primary-bg-color)}.dark-mode.color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.dark-mode.color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.dark-mode.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.dark-mode.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo{display:none!important}.dark-mode.color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo,.dark-mode.color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo,.dark-mode.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo,.dark-mode.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo{display:block!important}.dark-mode.color-menu.hover-submenu.sidenav-toggled-open .side-menu-label1,.dark-mode.color-menu.hover-submenu1.sidenav-toggled-open .side-menu-label1,.dark-mode.gradient-menu.hover-submenu.sidenav-toggled-open .side-menu-label1,.dark-mode.gradient-menu.hover-submenu1.sidenav-toggled-open .side-menu-label1{border-bottom-color:#ecf0fa}.dark-mode.color-menu.hover-submenu.sidenav-toggled-open .side-menu-label1 a,.dark-mode.color-menu.hover-submenu1.sidenav-toggled-open .side-menu-label1 a,.dark-mode.gradient-menu.hover-submenu.sidenav-toggled-open .side-menu-label1 a,.dark-mode.gradient-menu.hover-submenu1.sidenav-toggled-open .side-menu-label1 a{color:#fff!important}.dark-mode.color-menu.hover-submenu.sidenav-toggled-open .slide-menu,.dark-mode.color-menu.hover-submenu1.sidenav-toggled-open .slide-menu,.dark-mode.gradient-menu.hover-submenu.sidenav-toggled-open .slide-menu,.dark-mode.gradient-menu.hover-submenu1.sidenav-toggled-open .slide-menu{background-color:var(--primary-bg-color)}.dark-mode.color-menu .sub-side-menu__item2:before,.dark-mode.color-menu .sub-side-menu__item:before,.dark-mode.color-menu .sub-slide-item2:before,.dark-mode.color-menu .sub-slide-item:before,.dark-mode.gradient-menu .sub-side-menu__item2:before,.dark-mode.gradient-menu .sub-side-menu__item:before,.dark-mode.gradient-menu .sub-slide-item2:before,.dark-mode.gradient-menu .sub-slide-item:before{color:#cccef5}.dark-mode.gradient-menu.hover-submenu .slide-menu,.dark-mode.gradient-menu.hover-submenu1 .slide-menu{background:linear-gradient(180deg,#8971ea,#7f72ea,#7574ea,#6a75e9,#5f76e8)!important}.color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo,.color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo,.color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo,.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1,.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo,.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.color-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo,.color-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo,.gradient-menu.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo,.gradient-menu.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.toggle-logo{display:block!important}.color-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .side-menu-label1,.color-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .side-menu-label1,.gradient-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .side-menu-label1,.gradient-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .side-menu-label1{border-bottom-color:hsla(0,0%,100%,.1)}.color-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a,.color-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a,.gradient-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a,.gradient-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a{color:#fff!important}.color-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .slide-menu,.color-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .slide-menu,.gradient-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .slide-menu,.gradient-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .slide-menu{background-color:var(--primary-bg-color)}.color-menu .sub-side-menu__item2:before,.color-menu .sub-side-menu__item:before,.color-menu .sub-slide-item2:before,.color-menu .sub-slide-item:before,.gradient-menu .sub-side-menu__item2:before,.gradient-menu .sub-side-menu__item:before,.gradient-menu .sub-slide-item2:before,.gradient-menu .sub-slide-item:before{color:#cccef5}.dark-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .slide-menu,.dark-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .slide-menu{background-color:#30304d}.dark-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo,.dark-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo{display:none}.dark-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .side-menu-label1,.dark-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .side-menu-label1{border-bottom-color:hsla(0,0%,100%,.1)}.dark-menu.hover-submenu.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a,.dark-menu.hover-submenu1.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a{color:var(--primary-bg-color)!important}.dark-menu .sub-side-menu__item2:before,.dark-menu .sub-side-menu__item:before,.dark-menu .sub-slide-item2:before,.dark-menu .sub-slide-item:before{color:#68798b}.gradient-menu.hover-submenu .slide-menu,.gradient-menu.hover-submenu1 .slide-menu{background:linear-gradient(180deg,#8971ea,#7f72ea,#7574ea,#6a75e9,#5f76e8)!important}.gradient-menu.horizontal .app-sidebar.horizontal-main{background:linear-gradient(90deg,#9e88f5 0,#6259ca)!important}}.dark-mode.color-menu .side-menu__item.active,.dark-mode.gradient-menu .side-menu__item.active{box-shadow:none}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot);src:url(/static/media/fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/static/media/fontawesome-webfont.20fd1704ea223900efa9.woff2) format("woff2"),url(/static/media/fontawesome-webfont.f691f37e57f04c152e23.woff) format("woff"),url(/static/media/fontawesome-webfont.1e59d2330b4c6deb84b3.ttf) format("truetype"),url(/static/media/fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg#fontawesomeregular) format("svg")}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em!important}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571429em}.fa-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2.14285714em;position:absolute;text-align:center;top:.14285714em;width:2.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Glyphicons Halflings;src:url(/static/media/glyphicons-halflings-regular.5be1347c682810f199c7.eot);src:url(/static/media/glyphicons-halflings-regular.5be1347c682810f199c7.eot?#iefix) format("embedded-opentype"),url(/static/media/glyphicons-halflings-regular.be810be3a3e14c682a25.woff2) format("woff2"),url(/static/media/glyphicons-halflings-regular.82b1212e45a2bc35dd73.woff) format("woff"),url(/static/media/glyphicons-halflings-regular.4692b9ec53fd5972caa2.ttf) format("truetype"),url(/static/media/glyphicons-halflings-regular.060b2710bdbbe3dfe48b.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;position:relative;top:1px}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-eur:before,.glyphicon-euro:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.glyphicon-cd:before{content:""}.glyphicon-save-file:before{content:""}.glyphicon-open-file:before{content:""}.glyphicon-level-up:before{content:""}.glyphicon-copy:before{content:""}.glyphicon-paste:before{content:""}.glyphicon-alert:before{content:""}.glyphicon-equalizer:before{content:""}.glyphicon-king:before{content:""}.glyphicon-queen:before{content:""}.glyphicon-pawn:before{content:""}.glyphicon-bishop:before{content:""}.glyphicon-knight:before{content:""}.glyphicon-baby-formula:before{content:""}.glyphicon-tent:before{content:"⛺"}.glyphicon-blackboard:before{content:""}.glyphicon-bed:before{content:""}.glyphicon-apple:before{content:""}.glyphicon-erase:before{content:""}.glyphicon-hourglass:before{content:"⌛"}.glyphicon-lamp:before{content:""}.glyphicon-duplicate:before{content:""}.glyphicon-piggy-bank:before{content:""}.glyphicon-scissors:before{content:""}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:""}.glyphicon-jpy:before,.glyphicon-yen:before{content:"¥"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"₽"}.glyphicon-scale:before{content:""}.glyphicon-ice-lolly:before{content:""}.glyphicon-ice-lolly-tasted:before{content:""}.glyphicon-education:before{content:""}.glyphicon-option-horizontal:before{content:""}.glyphicon-option-vertical:before{content:""}.glyphicon-menu-hamburger:before{content:""}.glyphicon-modal-window:before{content:""}.glyphicon-oil:before{content:""}.glyphicon-grain:before{content:""}.glyphicon-sunglasses:before{content:""}.glyphicon-text-size:before{content:""}.glyphicon-text-color:before{content:""}.glyphicon-text-background:before{content:""}.glyphicon-object-align-top:before{content:""}.glyphicon-object-align-bottom:before{content:""}.glyphicon-object-align-horizontal:before{content:""}.glyphicon-object-align-left:before{content:""}.glyphicon-object-align-vertical:before{content:""}.glyphicon-object-align-right:before{content:""}.glyphicon-triangle-right:before{content:""}.glyphicon-triangle-left:before{content:""}.glyphicon-triangle-bottom:before{content:""}.glyphicon-triangle-top:before{content:""}.glyphicon-console:before{content:""}.glyphicon-superscript:before{content:""}.glyphicon-subscript:before{content:""}.glyphicon-menu-left:before{content:""}.glyphicon-menu-right:before{content:""}.glyphicon-menu-down:before{content:""}.glyphicon-menu-up:before{content:""}
/*!
  Ionicons, v1.5.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
*/@font-face{font-family:Ionicons;font-style:normal;font-weight:400;src:url(/static/media/ionicons.fb0a954a987299f1b759.eot);src:url(/static/media/ionicons.fb0a954a987299f1b759.eot#iefix) format("embedded-opentype"),url(/static/media/ionicons.743cd7e7f65c1ace57d4.ttf) format("truetype"),url(/static/media/ionicons.99abc3cc132c7f6b2c8d.woff) format("woff"),url(/static/media/ionicons.707b1ab97b86b12c67d7.svg#Ionicons) format("svg")}.ion,.ion-alert,.ion-alert-circled,.ion-android-add,.ion-android-add-contact,.ion-android-alarm,.ion-android-archive,.ion-android-arrow-back,.ion-android-arrow-down-left,.ion-android-arrow-down-right,.ion-android-arrow-forward,.ion-android-arrow-up-left,.ion-android-arrow-up-right,.ion-android-battery,.ion-android-book,.ion-android-calendar,.ion-android-call,.ion-android-camera,.ion-android-chat,.ion-android-checkmark,.ion-android-clock,.ion-android-close,.ion-android-contact,.ion-android-contacts,.ion-android-data,.ion-android-developer,.ion-android-display,.ion-android-download,.ion-android-drawer,.ion-android-dropdown,.ion-android-earth,.ion-android-folder,.ion-android-forums,.ion-android-friends,.ion-android-hand,.ion-android-image,.ion-android-inbox,.ion-android-information,.ion-android-keypad,.ion-android-lightbulb,.ion-android-locate,.ion-android-location,.ion-android-mail,.ion-android-microphone,.ion-android-mixer,.ion-android-more,.ion-android-note,.ion-android-playstore,.ion-android-printer,.ion-android-promotion,.ion-android-reminder,.ion-android-remove,.ion-android-search,.ion-android-send,.ion-android-settings,.ion-android-share,.ion-android-social,.ion-android-social-user,.ion-android-sort,.ion-android-stair-drawer,.ion-android-star,.ion-android-stopwatch,.ion-android-storage,.ion-android-system-back,.ion-android-system-home,.ion-android-system-windows,.ion-android-timer,.ion-android-trash,.ion-android-user-menu,.ion-android-volume,.ion-android-wifi,.ion-aperture,.ion-archive,.ion-arrow-down-a,.ion-arrow-down-b,.ion-arrow-down-c,.ion-arrow-expand,.ion-arrow-graph-down-left,.ion-arrow-graph-down-right,.ion-arrow-graph-up-left,.ion-arrow-graph-up-right,.ion-arrow-left-a,.ion-arrow-left-b,.ion-arrow-left-c,.ion-arrow-move,.ion-arrow-resize,.ion-arrow-return-left,.ion-arrow-return-right,.ion-arrow-right-a,.ion-arrow-right-b,.ion-arrow-right-c,.ion-arrow-shrink,.ion-arrow-swap,.ion-arrow-up-a,.ion-arrow-up-b,.ion-arrow-up-c,.ion-asterisk,.ion-at,.ion-bag,.ion-battery-charging,.ion-battery-empty,.ion-battery-full,.ion-battery-half,.ion-battery-low,.ion-beaker,.ion-beer,.ion-bluetooth,.ion-bonfire,.ion-bookmark,.ion-briefcase,.ion-bug,.ion-calculator,.ion-calendar,.ion-camera,.ion-card,.ion-cash,.ion-chatbox,.ion-chatbox-working,.ion-chatboxes,.ion-chatbubble,.ion-chatbubble-working,.ion-chatbubbles,.ion-checkmark,.ion-checkmark-circled,.ion-checkmark-round,.ion-chevron-down,.ion-chevron-left,.ion-chevron-right,.ion-chevron-up,.ion-clipboard,.ion-clock,.ion-close,.ion-close-circled,.ion-close-round,.ion-closed-captioning,.ion-cloud,.ion-code,.ion-code-download,.ion-code-working,.ion-coffee,.ion-compass,.ion-compose,.ion-connection-bars,.ion-contrast,.ion-cube,.ion-disc,.ion-document,.ion-document-text,.ion-drag,.ion-earth,.ion-edit,.ion-egg,.ion-eject,.ion-email,.ion-eye,.ion-eye-disabled,.ion-female,.ion-filing,.ion-film-marker,.ion-fireball,.ion-flag,.ion-flame,.ion-flash,.ion-flash-off,.ion-flask,.ion-folder,.ion-fork,.ion-fork-repo,.ion-forward,.ion-funnel,.ion-game-controller-a,.ion-game-controller-b,.ion-gear-a,.ion-gear-b,.ion-grid,.ion-hammer,.ion-happy,.ion-headphone,.ion-heart,.ion-heart-broken,.ion-help,.ion-help-buoy,.ion-help-circled,.ion-home,.ion-icecream,.ion-icon-social-google-plus,.ion-icon-social-google-plus-outline,.ion-image,.ion-images,.ion-information,.ion-information-circled,.ion-ionic,.ion-ios7-alarm,.ion-ios7-alarm-outline,.ion-ios7-albums,.ion-ios7-albums-outline,.ion-ios7-americanfootball,.ion-ios7-americanfootball-outline,.ion-ios7-analytics,.ion-ios7-analytics-outline,.ion-ios7-arrow-back,.ion-ios7-arrow-down,.ion-ios7-arrow-forward,.ion-ios7-arrow-left,.ion-ios7-arrow-right,.ion-ios7-arrow-thin-down,.ion-ios7-arrow-thin-left,.ion-ios7-arrow-thin-right,.ion-ios7-arrow-thin-up,.ion-ios7-arrow-up,.ion-ios7-at,.ion-ios7-at-outline,.ion-ios7-barcode,.ion-ios7-barcode-outline,.ion-ios7-baseball,.ion-ios7-baseball-outline,.ion-ios7-basketball,.ion-ios7-basketball-outline,.ion-ios7-bell,.ion-ios7-bell-outline,.ion-ios7-bolt,.ion-ios7-bolt-outline,.ion-ios7-bookmarks,.ion-ios7-bookmarks-outline,.ion-ios7-box,.ion-ios7-box-outline,.ion-ios7-briefcase,.ion-ios7-briefcase-outline,.ion-ios7-browsers,.ion-ios7-browsers-outline,.ion-ios7-calculator,.ion-ios7-calculator-outline,.ion-ios7-calendar,.ion-ios7-calendar-outline,.ion-ios7-camera,.ion-ios7-camera-outline,.ion-ios7-cart,.ion-ios7-cart-outline,.ion-ios7-chatboxes,.ion-ios7-chatboxes-outline,.ion-ios7-chatbubble,.ion-ios7-chatbubble-outline,.ion-ios7-checkmark,.ion-ios7-checkmark-empty,.ion-ios7-checkmark-outline,.ion-ios7-circle-filled,.ion-ios7-circle-outline,.ion-ios7-clock,.ion-ios7-clock-outline,.ion-ios7-close,.ion-ios7-close-empty,.ion-ios7-close-outline,.ion-ios7-cloud,.ion-ios7-cloud-download,.ion-ios7-cloud-download-outline,.ion-ios7-cloud-outline,.ion-ios7-cloud-upload,.ion-ios7-cloud-upload-outline,.ion-ios7-cloudy,.ion-ios7-cloudy-night,.ion-ios7-cloudy-night-outline,.ion-ios7-cloudy-outline,.ion-ios7-cog,.ion-ios7-cog-outline,.ion-ios7-compose,.ion-ios7-compose-outline,.ion-ios7-contact,.ion-ios7-contact-outline,.ion-ios7-copy,.ion-ios7-copy-outline,.ion-ios7-download,.ion-ios7-download-outline,.ion-ios7-drag,.ion-ios7-email,.ion-ios7-email-outline,.ion-ios7-expand,.ion-ios7-eye,.ion-ios7-eye-outline,.ion-ios7-fastforward,.ion-ios7-fastforward-outline,.ion-ios7-filing,.ion-ios7-filing-outline,.ion-ios7-film,.ion-ios7-film-outline,.ion-ios7-flag,.ion-ios7-flag-outline,.ion-ios7-folder,.ion-ios7-folder-outline,.ion-ios7-football,.ion-ios7-football-outline,.ion-ios7-gear,.ion-ios7-gear-outline,.ion-ios7-glasses,.ion-ios7-glasses-outline,.ion-ios7-heart,.ion-ios7-heart-outline,.ion-ios7-help,.ion-ios7-help-empty,.ion-ios7-help-outline,.ion-ios7-home,.ion-ios7-home-outline,.ion-ios7-infinite,.ion-ios7-infinite-outline,.ion-ios7-information,.ion-ios7-information-empty,.ion-ios7-information-outline,.ion-ios7-ionic-outline,.ion-ios7-keypad,.ion-ios7-keypad-outline,.ion-ios7-lightbulb,.ion-ios7-lightbulb-outline,.ion-ios7-location,.ion-ios7-location-outline,.ion-ios7-locked,.ion-ios7-locked-outline,.ion-ios7-loop,.ion-ios7-loop-strong,.ion-ios7-medkit,.ion-ios7-medkit-outline,.ion-ios7-mic,.ion-ios7-mic-off,.ion-ios7-mic-outline,.ion-ios7-minus,.ion-ios7-minus-empty,.ion-ios7-minus-outline,.ion-ios7-monitor,.ion-ios7-monitor-outline,.ion-ios7-moon,.ion-ios7-moon-outline,.ion-ios7-more,.ion-ios7-more-outline,.ion-ios7-musical-note,.ion-ios7-musical-notes,.ion-ios7-navigate,.ion-ios7-navigate-outline,.ion-ios7-paper,.ion-ios7-paper-outline,.ion-ios7-paperplane,.ion-ios7-paperplane-outline,.ion-ios7-partlysunny,.ion-ios7-partlysunny-outline,.ion-ios7-pause,.ion-ios7-pause-outline,.ion-ios7-paw,.ion-ios7-paw-outline,.ion-ios7-people,.ion-ios7-people-outline,.ion-ios7-person,.ion-ios7-person-outline,.ion-ios7-personadd,.ion-ios7-personadd-outline,.ion-ios7-photos,.ion-ios7-photos-outline,.ion-ios7-pie,.ion-ios7-pie-outline,.ion-ios7-play,.ion-ios7-play-outline,.ion-ios7-plus,.ion-ios7-plus-empty,.ion-ios7-plus-outline,.ion-ios7-pricetag,.ion-ios7-pricetag-outline,.ion-ios7-pricetags,.ion-ios7-pricetags-outline,.ion-ios7-printer,.ion-ios7-printer-outline,.ion-ios7-pulse,.ion-ios7-pulse-strong,.ion-ios7-rainy,.ion-ios7-rainy-outline,.ion-ios7-recording,.ion-ios7-recording-outline,.ion-ios7-redo,.ion-ios7-redo-outline,.ion-ios7-refresh,.ion-ios7-refresh-empty,.ion-ios7-refresh-outline,.ion-ios7-reload,.ion-ios7-reloading,.ion-ios7-reverse-camera,.ion-ios7-reverse-camera-outline,.ion-ios7-rewind,.ion-ios7-rewind-outline,.ion-ios7-search,.ion-ios7-search-strong,.ion-ios7-settings,.ion-ios7-settings-strong,.ion-ios7-shrink,.ion-ios7-skipbackward,.ion-ios7-skipbackward-outline,.ion-ios7-skipforward,.ion-ios7-skipforward-outline,.ion-ios7-snowy,.ion-ios7-speedometer,.ion-ios7-speedometer-outline,.ion-ios7-star,.ion-ios7-star-half,.ion-ios7-star-outline,.ion-ios7-stopwatch,.ion-ios7-stopwatch-outline,.ion-ios7-sunny,.ion-ios7-sunny-outline,.ion-ios7-telephone,.ion-ios7-telephone-outline,.ion-ios7-tennisball,.ion-ios7-tennisball-outline,.ion-ios7-thunderstorm,.ion-ios7-thunderstorm-outline,.ion-ios7-time,.ion-ios7-time-outline,.ion-ios7-timer,.ion-ios7-timer-outline,.ion-ios7-toggle,.ion-ios7-toggle-outline,.ion-ios7-trash,.ion-ios7-trash-outline,.ion-ios7-undo,.ion-ios7-undo-outline,.ion-ios7-unlocked,.ion-ios7-unlocked-outline,.ion-ios7-upload,.ion-ios7-upload-outline,.ion-ios7-videocam,.ion-ios7-videocam-outline,.ion-ios7-volume-high,.ion-ios7-volume-low,.ion-ios7-wineglass,.ion-ios7-wineglass-outline,.ion-ios7-world,.ion-ios7-world-outline,.ion-ipad,.ion-iphone,.ion-ipod,.ion-jet,.ion-key,.ion-knife,.ion-laptop,.ion-leaf,.ion-levels,.ion-lightbulb,.ion-link,.ion-load-a,.ion-load-b,.ion-load-c,.ion-load-d,.ion-loading-a,.ion-loading-b,.ion-loading-c,.ion-loading-d,.ion-location,.ion-locked,.ion-log-in,.ion-log-out,.ion-loop,.ion-looping,.ion-magnet,.ion-male,.ion-man,.ion-map,.ion-medkit,.ion-merge,.ion-mic-a,.ion-mic-b,.ion-mic-c,.ion-minus,.ion-minus-circled,.ion-minus-round,.ion-model-s,.ion-monitor,.ion-more,.ion-mouse,.ion-music-note,.ion-navicon,.ion-navicon-round,.ion-navigate,.ion-network,.ion-no-smoking,.ion-nuclear,.ion-outlet,.ion-paper-airplane,.ion-paperclip,.ion-pause,.ion-person,.ion-person-add,.ion-person-stalker,.ion-pie-graph,.ion-pin,.ion-pinpoint,.ion-pizza,.ion-plane,.ion-planet,.ion-play,.ion-playstation,.ion-plus,.ion-plus-circled,.ion-plus-round,.ion-podium,.ion-pound,.ion-power,.ion-pricetag,.ion-pricetags,.ion-printer,.ion-pull-request,.ion-qr-scanner,.ion-quote,.ion-radio-waves,.ion-record,.ion-refresh,.ion-refreshing,.ion-reply,.ion-reply-all,.ion-ribbon-a,.ion-ribbon-b,.ion-sad,.ion-scissors,.ion-search,.ion-settings,.ion-share,.ion-shuffle,.ion-skip-backward,.ion-skip-forward,.ion-social-android,.ion-social-android-outline,.ion-social-apple,.ion-social-apple-outline,.ion-social-bitcoin,.ion-social-bitcoin-outline,.ion-social-buffer,.ion-social-buffer-outline,.ion-social-designernews,.ion-social-designernews-outline,.ion-social-dribbble,.ion-social-dribbble-outline,.ion-social-dropbox,.ion-social-dropbox-outline,.ion-social-facebook,.ion-social-facebook-outline,.ion-social-foursquare,.ion-social-foursquare-outline,.ion-social-freebsd-devil,.ion-social-github,.ion-social-github-outline,.ion-social-google,.ion-social-google-outline,.ion-social-googleplus,.ion-social-googleplus-outline,.ion-social-hackernews,.ion-social-hackernews-outline,.ion-social-instagram,.ion-social-instagram-outline,.ion-social-linkedin,.ion-social-linkedin-outline,.ion-social-pinterest,.ion-social-pinterest-outline,.ion-social-reddit,.ion-social-reddit-outline,.ion-social-rss,.ion-social-rss-outline,.ion-social-skype,.ion-social-skype-outline,.ion-social-tumblr,.ion-social-tumblr-outline,.ion-social-tux,.ion-social-twitter,.ion-social-twitter-outline,.ion-social-usd,.ion-social-usd-outline,.ion-social-vimeo,.ion-social-vimeo-outline,.ion-social-windows,.ion-social-windows-outline,.ion-social-wordpress,.ion-social-wordpress-outline,.ion-social-yahoo,.ion-social-yahoo-outline,.ion-social-youtube,.ion-social-youtube-outline,.ion-speakerphone,.ion-speedometer,.ion-spoon,.ion-star,.ion-stats-bars,.ion-steam,.ion-stop,.ion-thermometer,.ion-thumbsdown,.ion-thumbsup,.ion-toggle,.ion-toggle-filled,.ion-trash-a,.ion-trash-b,.ion-trophy,.ion-umbrella,.ion-university,.ion-unlocked,.ion-upload,.ion-usb,.ion-videocamera,.ion-volume-high,.ion-volume-low,.ion-volume-medium,.ion-volume-mute,.ion-wand,.ion-waterdrop,.ion-wifi,.ion-wineglass,.ion-woman,.ion-wrench,.ion-xbox,.ionicons{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:Ionicons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-rendering:auto;text-transform:none}.ion-ios7-reloading,.ion-loading-a,.ion-loading-b,.ion-loading-c,.ion-loading-d,.ion-looping,.ion-refreshing,.ion-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.ion-loading-a{-webkit-animation-timing-function:steps(8,start);animation-timing-function:steps(8,start)}.ion-alert:before{content:""}.ion-alert-circled:before{content:""}.ion-android-add:before{content:""}.ion-android-add-contact:before{content:""}.ion-android-alarm:before{content:""}.ion-android-archive:before{content:""}.ion-android-arrow-back:before{content:""}.ion-android-arrow-down-left:before{content:""}.ion-android-arrow-down-right:before{content:""}.ion-android-arrow-forward:before{content:""}.ion-android-arrow-up-left:before{content:""}.ion-android-arrow-up-right:before{content:""}.ion-android-battery:before{content:""}.ion-android-book:before{content:""}.ion-android-calendar:before{content:""}.ion-android-call:before{content:""}.ion-android-camera:before{content:""}.ion-android-chat:before{content:""}.ion-android-checkmark:before{content:""}.ion-android-clock:before{content:""}.ion-android-close:before{content:""}.ion-android-contact:before{content:""}.ion-android-contacts:before{content:""}.ion-android-data:before{content:""}.ion-android-developer:before{content:""}.ion-android-display:before{content:""}.ion-android-download:before{content:""}.ion-android-drawer:before{content:""}.ion-android-dropdown:before{content:""}.ion-android-earth:before{content:""}.ion-android-folder:before{content:""}.ion-android-forums:before{content:""}.ion-android-friends:before{content:""}.ion-android-hand:before{content:""}.ion-android-image:before{content:""}.ion-android-inbox:before{content:""}.ion-android-information:before{content:""}.ion-android-keypad:before{content:""}.ion-android-lightbulb:before{content:""}.ion-android-locate:before{content:""}.ion-android-location:before{content:""}.ion-android-mail:before{content:""}.ion-android-microphone:before{content:""}.ion-android-mixer:before{content:""}.ion-android-more:before{content:""}.ion-android-note:before{content:""}.ion-android-playstore:before{content:""}.ion-android-printer:before{content:""}.ion-android-promotion:before{content:""}.ion-android-reminder:before{content:""}.ion-android-remove:before{content:""}.ion-android-search:before{content:""}.ion-android-send:before{content:""}.ion-android-settings:before{content:""}.ion-android-share:before{content:""}.ion-android-social:before{content:""}.ion-android-social-user:before{content:""}.ion-android-sort:before{content:""}.ion-android-stair-drawer:before{content:""}.ion-android-star:before{content:""}.ion-android-stopwatch:before{content:""}.ion-android-storage:before{content:""}.ion-android-system-back:before{content:""}.ion-android-system-home:before{content:""}.ion-android-system-windows:before{content:""}.ion-android-timer:before{content:""}.ion-android-trash:before{content:""}.ion-android-user-menu:before{content:""}.ion-android-volume:before{content:""}.ion-android-wifi:before{content:""}.ion-aperture:before{content:""}.ion-archive:before{content:""}.ion-arrow-down-a:before{content:""}.ion-arrow-down-b:before{content:""}.ion-arrow-down-c:before{content:""}.ion-arrow-expand:before{content:""}.ion-arrow-graph-down-left:before{content:""}.ion-arrow-graph-down-right:before{content:""}.ion-arrow-graph-up-left:before{content:""}.ion-arrow-graph-up-right:before{content:""}.ion-arrow-left-a:before{content:""}.ion-arrow-left-b:before{content:""}.ion-arrow-left-c:before{content:""}.ion-arrow-move:before{content:""}.ion-arrow-resize:before{content:""}.ion-arrow-return-left:before{content:""}.ion-arrow-return-right:before{content:""}.ion-arrow-right-a:before{content:""}.ion-arrow-right-b:before{content:""}.ion-arrow-right-c:before{content:""}.ion-arrow-shrink:before{content:""}.ion-arrow-swap:before{content:""}.ion-arrow-up-a:before{content:""}.ion-arrow-up-b:before{content:""}.ion-arrow-up-c:before{content:""}.ion-asterisk:before{content:""}.ion-at:before{content:""}.ion-bag:before{content:""}.ion-battery-charging:before{content:""}.ion-battery-empty:before{content:""}.ion-battery-full:before{content:""}.ion-battery-half:before{content:""}.ion-battery-low:before{content:""}.ion-beaker:before{content:""}.ion-beer:before{content:""}.ion-bluetooth:before{content:""}.ion-bonfire:before{content:""}.ion-bookmark:before{content:""}.ion-briefcase:before{content:""}.ion-bug:before{content:""}.ion-calculator:before{content:""}.ion-calendar:before{content:""}.ion-camera:before{content:""}.ion-card:before{content:""}.ion-cash:before{content:""}.ion-chatbox:before{content:""}.ion-chatbox-working:before{content:""}.ion-chatboxes:before{content:""}.ion-chatbubble:before{content:""}.ion-chatbubble-working:before{content:""}.ion-chatbubbles:before{content:""}.ion-checkmark:before{content:""}.ion-checkmark-circled:before{content:""}.ion-checkmark-round:before{content:""}.ion-chevron-down:before{content:""}.ion-chevron-left:before{content:""}.ion-chevron-right:before{content:""}.ion-chevron-up:before{content:""}.ion-clipboard:before{content:""}.ion-clock:before{content:""}.ion-close:before{content:""}.ion-close-circled:before{content:""}.ion-close-round:before{content:""}.ion-closed-captioning:before{content:""}.ion-cloud:before{content:""}.ion-code:before{content:""}.ion-code-download:before{content:""}.ion-code-working:before{content:""}.ion-coffee:before{content:""}.ion-compass:before{content:""}.ion-compose:before{content:""}.ion-connection-bars:before{content:""}.ion-contrast:before{content:""}.ion-cube:before{content:""}.ion-disc:before{content:""}.ion-document:before{content:""}.ion-document-text:before{content:""}.ion-drag:before{content:""}.ion-earth:before{content:""}.ion-edit:before{content:""}.ion-egg:before{content:""}.ion-eject:before{content:""}.ion-email:before{content:""}.ion-eye:before{content:""}.ion-eye-disabled:before{content:""}.ion-female:before{content:""}.ion-filing:before{content:""}.ion-film-marker:before{content:""}.ion-fireball:before{content:""}.ion-flag:before{content:""}.ion-flame:before{content:""}.ion-flash:before{content:""}.ion-flash-off:before{content:""}.ion-flask:before{content:""}.ion-folder:before{content:""}.ion-fork:before{content:""}.ion-fork-repo:before{content:""}.ion-forward:before{content:""}.ion-funnel:before{content:""}.ion-game-controller-a:before{content:""}.ion-game-controller-b:before{content:""}.ion-gear-a:before{content:""}.ion-gear-b:before{content:""}.ion-grid:before{content:""}.ion-hammer:before{content:""}.ion-happy:before{content:""}.ion-headphone:before{content:""}.ion-heart:before{content:""}.ion-heart-broken:before{content:""}.ion-help:before{content:""}.ion-help-buoy:before{content:""}.ion-help-circled:before{content:""}.ion-home:before{content:""}.ion-icecream:before{content:""}.ion-icon-social-google-plus:before{content:""}.ion-icon-social-google-plus-outline:before{content:""}.ion-image:before{content:""}.ion-images:before{content:""}.ion-information:before{content:""}.ion-information-circled:before{content:""}.ion-ionic:before{content:""}.ion-ios7-alarm:before{content:""}.ion-ios7-alarm-outline:before{content:""}.ion-ios7-albums:before{content:""}.ion-ios7-albums-outline:before{content:""}.ion-ios7-americanfootball:before{content:""}.ion-ios7-americanfootball-outline:before{content:""}.ion-ios7-analytics:before{content:""}.ion-ios7-analytics-outline:before{content:""}.ion-ios7-arrow-back:before{content:""}.ion-ios7-arrow-down:before{content:""}.ion-ios7-arrow-forward:before{content:""}.ion-ios7-arrow-left:before{content:""}.ion-ios7-arrow-right:before{content:""}.ion-ios7-arrow-thin-down:before{content:""}.ion-ios7-arrow-thin-left:before{content:""}.ion-ios7-arrow-thin-right:before{content:""}.ion-ios7-arrow-thin-up:before{content:""}.ion-ios7-arrow-up:before{content:""}.ion-ios7-at:before{content:""}.ion-ios7-at-outline:before{content:""}.ion-ios7-barcode:before{content:""}.ion-ios7-barcode-outline:before{content:""}.ion-ios7-baseball:before{content:""}.ion-ios7-baseball-outline:before{content:""}.ion-ios7-basketball:before{content:""}.ion-ios7-basketball-outline:before{content:""}.ion-ios7-bell:before{content:""}.ion-ios7-bell-outline:before{content:""}.ion-ios7-bolt:before{content:""}.ion-ios7-bolt-outline:before{content:""}.ion-ios7-bookmarks:before{content:""}.ion-ios7-bookmarks-outline:before{content:""}.ion-ios7-box:before{content:""}.ion-ios7-box-outline:before{content:""}.ion-ios7-briefcase:before{content:""}.ion-ios7-briefcase-outline:before{content:""}.ion-ios7-browsers:before{content:""}.ion-ios7-browsers-outline:before{content:""}.ion-ios7-calculator:before{content:""}.ion-ios7-calculator-outline:before{content:""}.ion-ios7-calendar:before{content:""}.ion-ios7-calendar-outline:before{content:""}.ion-ios7-camera:before{content:""}.ion-ios7-camera-outline:before{content:""}.ion-ios7-cart:before{content:""}.ion-ios7-cart-outline:before{content:""}.ion-ios7-chatboxes:before{content:""}.ion-ios7-chatboxes-outline:before{content:""}.ion-ios7-chatbubble:before{content:""}.ion-ios7-chatbubble-outline:before{content:""}.ion-ios7-checkmark:before{content:""}.ion-ios7-checkmark-empty:before{content:""}.ion-ios7-checkmark-outline:before{content:""}.ion-ios7-circle-filled:before{content:""}.ion-ios7-circle-outline:before{content:""}.ion-ios7-clock:before{content:""}.ion-ios7-clock-outline:before{content:""}.ion-ios7-close:before{content:""}.ion-ios7-close-empty:before{content:""}.ion-ios7-close-outline:before{content:""}.ion-ios7-cloud:before{content:""}.ion-ios7-cloud-download:before{content:""}.ion-ios7-cloud-download-outline:before{content:""}.ion-ios7-cloud-outline:before{content:""}.ion-ios7-cloud-upload:before{content:""}.ion-ios7-cloud-upload-outline:before{content:""}.ion-ios7-cloudy:before{content:""}.ion-ios7-cloudy-night:before{content:""}.ion-ios7-cloudy-night-outline:before{content:""}.ion-ios7-cloudy-outline:before{content:""}.ion-ios7-cog:before{content:""}.ion-ios7-cog-outline:before{content:""}.ion-ios7-compose:before{content:""}.ion-ios7-compose-outline:before{content:""}.ion-ios7-contact:before{content:""}.ion-ios7-contact-outline:before{content:""}.ion-ios7-copy:before{content:""}.ion-ios7-copy-outline:before{content:""}.ion-ios7-download:before{content:""}.ion-ios7-download-outline:before{content:""}.ion-ios7-drag:before{content:""}.ion-ios7-email:before{content:""}.ion-ios7-email-outline:before{content:""}.ion-ios7-expand:before{content:""}.ion-ios7-eye:before{content:""}.ion-ios7-eye-outline:before{content:""}.ion-ios7-fastforward:before{content:""}.ion-ios7-fastforward-outline:before{content:""}.ion-ios7-filing:before{content:""}.ion-ios7-filing-outline:before{content:""}.ion-ios7-film:before{content:""}.ion-ios7-film-outline:before{content:""}.ion-ios7-flag:before{content:""}.ion-ios7-flag-outline:before{content:""}.ion-ios7-folder:before{content:""}.ion-ios7-folder-outline:before{content:""}.ion-ios7-football:before{content:""}.ion-ios7-football-outline:before{content:""}.ion-ios7-gear:before{content:""}.ion-ios7-gear-outline:before{content:""}.ion-ios7-glasses:before{content:""}.ion-ios7-glasses-outline:before{content:""}.ion-ios7-heart:before{content:""}.ion-ios7-heart-outline:before{content:""}.ion-ios7-help:before{content:""}.ion-ios7-help-empty:before{content:""}.ion-ios7-help-outline:before{content:""}.ion-ios7-home:before{content:""}.ion-ios7-home-outline:before{content:""}.ion-ios7-infinite:before{content:""}.ion-ios7-infinite-outline:before{content:""}.ion-ios7-information:before{content:""}.ion-ios7-information-empty:before{content:""}.ion-ios7-information-outline:before{content:""}.ion-ios7-ionic-outline:before{content:""}.ion-ios7-keypad:before{content:""}.ion-ios7-keypad-outline:before{content:""}.ion-ios7-lightbulb:before{content:""}.ion-ios7-lightbulb-outline:before{content:""}.ion-ios7-location:before{content:""}.ion-ios7-location-outline:before{content:""}.ion-ios7-locked:before{content:""}.ion-ios7-locked-outline:before{content:""}.ion-ios7-loop:before{content:""}.ion-ios7-loop-strong:before{content:""}.ion-ios7-medkit:before{content:""}.ion-ios7-medkit-outline:before{content:""}.ion-ios7-mic:before{content:""}.ion-ios7-mic-off:before{content:""}.ion-ios7-mic-outline:before{content:""}.ion-ios7-minus:before{content:""}.ion-ios7-minus-empty:before{content:""}.ion-ios7-minus-outline:before{content:""}.ion-ios7-monitor:before{content:""}.ion-ios7-monitor-outline:before{content:""}.ion-ios7-moon:before{content:""}.ion-ios7-moon-outline:before{content:""}.ion-ios7-more:before{content:""}.ion-ios7-more-outline:before{content:""}.ion-ios7-musical-note:before{content:""}.ion-ios7-musical-notes:before{content:""}.ion-ios7-navigate:before{content:""}.ion-ios7-navigate-outline:before{content:""}.ion-ios7-paper:before{content:""}.ion-ios7-paper-outline:before{content:""}.ion-ios7-paperplane:before{content:""}.ion-ios7-paperplane-outline:before{content:""}.ion-ios7-partlysunny:before{content:""}.ion-ios7-partlysunny-outline:before{content:""}.ion-ios7-pause:before{content:""}.ion-ios7-pause-outline:before{content:""}.ion-ios7-paw:before{content:""}.ion-ios7-paw-outline:before{content:""}.ion-ios7-people:before{content:""}.ion-ios7-people-outline:before{content:""}.ion-ios7-person:before{content:""}.ion-ios7-person-outline:before{content:""}.ion-ios7-personadd:before{content:""}.ion-ios7-personadd-outline:before{content:""}.ion-ios7-photos:before{content:""}.ion-ios7-photos-outline:before{content:""}.ion-ios7-pie:before{content:""}.ion-ios7-pie-outline:before{content:""}.ion-ios7-play:before{content:""}.ion-ios7-play-outline:before{content:""}.ion-ios7-plus:before{content:""}.ion-ios7-plus-empty:before{content:""}.ion-ios7-plus-outline:before{content:""}.ion-ios7-pricetag:before{content:""}.ion-ios7-pricetag-outline:before{content:""}.ion-ios7-pricetags:before{content:""}.ion-ios7-pricetags-outline:before{content:""}.ion-ios7-printer:before{content:""}.ion-ios7-printer-outline:before{content:""}.ion-ios7-pulse:before{content:""}.ion-ios7-pulse-strong:before{content:""}.ion-ios7-rainy:before{content:""}.ion-ios7-rainy-outline:before{content:""}.ion-ios7-recording:before{content:""}.ion-ios7-recording-outline:before{content:""}.ion-ios7-redo:before{content:""}.ion-ios7-redo-outline:before{content:""}.ion-ios7-refresh:before{content:""}.ion-ios7-refresh-empty:before{content:""}.ion-ios7-refresh-outline:before{content:""}.ion-ios7-reload:before,.ion-ios7-reloading:before{content:""}.ion-ios7-reverse-camera:before{content:""}.ion-ios7-reverse-camera-outline:before{content:""}.ion-ios7-rewind:before{content:""}.ion-ios7-rewind-outline:before{content:""}.ion-ios7-search:before{content:""}.ion-ios7-search-strong:before{content:""}.ion-ios7-settings:before{content:""}.ion-ios7-settings-strong:before{content:""}.ion-ios7-shrink:before{content:""}.ion-ios7-skipbackward:before{content:""}.ion-ios7-skipbackward-outline:before{content:""}.ion-ios7-skipforward:before{content:""}.ion-ios7-skipforward-outline:before{content:""}.ion-ios7-snowy:before{content:""}.ion-ios7-speedometer:before{content:""}.ion-ios7-speedometer-outline:before{content:""}.ion-ios7-star:before{content:""}.ion-ios7-star-half:before{content:""}.ion-ios7-star-outline:before{content:""}.ion-ios7-stopwatch:before{content:""}.ion-ios7-stopwatch-outline:before{content:""}.ion-ios7-sunny:before{content:""}.ion-ios7-sunny-outline:before{content:""}.ion-ios7-telephone:before{content:""}.ion-ios7-telephone-outline:before{content:""}.ion-ios7-tennisball:before{content:""}.ion-ios7-tennisball-outline:before{content:""}.ion-ios7-thunderstorm:before{content:""}.ion-ios7-thunderstorm-outline:before{content:""}.ion-ios7-time:before{content:""}.ion-ios7-time-outline:before{content:""}.ion-ios7-timer:before{content:""}.ion-ios7-timer-outline:before{content:""}.ion-ios7-toggle:before{content:""}.ion-ios7-toggle-outline:before{content:""}.ion-ios7-trash:before{content:""}.ion-ios7-trash-outline:before{content:""}.ion-ios7-undo:before{content:""}.ion-ios7-undo-outline:before{content:""}.ion-ios7-unlocked:before{content:""}.ion-ios7-unlocked-outline:before{content:""}.ion-ios7-upload:before{content:""}.ion-ios7-upload-outline:before{content:""}.ion-ios7-videocam:before{content:""}.ion-ios7-videocam-outline:before{content:""}.ion-ios7-volume-high:before{content:""}.ion-ios7-volume-low:before{content:""}.ion-ios7-wineglass:before{content:""}.ion-ios7-wineglass-outline:before{content:""}.ion-ios7-world:before{content:""}.ion-ios7-world-outline:before{content:""}.ion-ipad:before{content:""}.ion-iphone:before{content:""}.ion-ipod:before{content:""}.ion-jet:before{content:""}.ion-key:before{content:""}.ion-knife:before{content:""}.ion-laptop:before{content:""}.ion-leaf:before{content:""}.ion-levels:before{content:""}.ion-lightbulb:before{content:""}.ion-link:before{content:""}.ion-load-a:before,.ion-loading-a:before{content:""}.ion-load-b:before,.ion-loading-b:before{content:""}.ion-load-c:before,.ion-loading-c:before{content:""}.ion-load-d:before,.ion-loading-d:before{content:""}.ion-location:before{content:""}.ion-locked:before{content:""}.ion-log-in:before{content:""}.ion-log-out:before{content:""}.ion-loop:before,.ion-looping:before{content:""}.ion-magnet:before{content:""}.ion-male:before{content:""}.ion-man:before{content:""}.ion-map:before{content:""}.ion-medkit:before{content:""}.ion-merge:before{content:""}.ion-mic-a:before{content:""}.ion-mic-b:before{content:""}.ion-mic-c:before{content:""}.ion-minus:before{content:""}.ion-minus-circled:before{content:""}.ion-minus-round:before{content:""}.ion-model-s:before{content:""}.ion-monitor:before{content:""}.ion-more:before{content:""}.ion-mouse:before{content:""}.ion-music-note:before{content:""}.ion-navicon:before{content:""}.ion-navicon-round:before{content:""}.ion-navigate:before{content:""}.ion-network:before{content:""}.ion-no-smoking:before{content:""}.ion-nuclear:before{content:""}.ion-outlet:before{content:""}.ion-paper-airplane:before{content:""}.ion-paperclip:before{content:""}.ion-pause:before{content:""}.ion-person:before{content:""}.ion-person-add:before{content:""}.ion-person-stalker:before{content:""}.ion-pie-graph:before{content:""}.ion-pin:before{content:""}.ion-pinpoint:before{content:""}.ion-pizza:before{content:""}.ion-plane:before{content:""}.ion-planet:before{content:""}.ion-play:before{content:""}.ion-playstation:before{content:""}.ion-plus:before{content:""}.ion-plus-circled:before{content:""}.ion-plus-round:before{content:""}.ion-podium:before{content:""}.ion-pound:before{content:""}.ion-power:before{content:""}.ion-pricetag:before{content:""}.ion-pricetags:before{content:""}.ion-printer:before{content:""}.ion-pull-request:before{content:""}.ion-qr-scanner:before{content:""}.ion-quote:before{content:""}.ion-radio-waves:before{content:""}.ion-record:before{content:""}.ion-refresh:before,.ion-refreshing:before{content:""}.ion-reply:before{content:""}.ion-reply-all:before{content:""}.ion-ribbon-a:before{content:""}.ion-ribbon-b:before{content:""}.ion-sad:before{content:""}.ion-scissors:before{content:""}.ion-search:before{content:""}.ion-settings:before{content:""}.ion-share:before{content:""}.ion-shuffle:before{content:""}.ion-skip-backward:before{content:""}.ion-skip-forward:before{content:""}.ion-social-android:before{content:""}.ion-social-android-outline:before{content:""}.ion-social-apple:before{content:""}.ion-social-apple-outline:before{content:""}.ion-social-bitcoin:before{content:""}.ion-social-bitcoin-outline:before{content:""}.ion-social-buffer:before{content:""}.ion-social-buffer-outline:before{content:""}.ion-social-designernews:before{content:""}.ion-social-designernews-outline:before{content:""}.ion-social-dribbble:before{content:""}.ion-social-dribbble-outline:before{content:""}.ion-social-dropbox:before{content:""}.ion-social-dropbox-outline:before{content:""}.ion-social-facebook:before{content:""}.ion-social-facebook-outline:before{content:""}.ion-social-foursquare:before{content:""}.ion-social-foursquare-outline:before{content:""}.ion-social-freebsd-devil:before{content:""}.ion-social-github:before{content:""}.ion-social-github-outline:before{content:""}.ion-social-google:before{content:""}.ion-social-google-outline:before{content:""}.ion-social-googleplus:before{content:""}.ion-social-googleplus-outline:before{content:""}.ion-social-hackernews:before{content:""}.ion-social-hackernews-outline:before{content:""}.ion-social-instagram:before{content:""}.ion-social-instagram-outline:before{content:""}.ion-social-linkedin:before{content:""}.ion-social-linkedin-outline:before{content:""}.ion-social-pinterest:before{content:""}.ion-social-pinterest-outline:before{content:""}.ion-social-reddit:before{content:""}.ion-social-reddit-outline:before{content:""}.ion-social-rss:before{content:""}.ion-social-rss-outline:before{content:""}.ion-social-skype:before{content:""}.ion-social-skype-outline:before{content:""}.ion-social-tumblr:before{content:""}.ion-social-tumblr-outline:before{content:""}.ion-social-tux:before{content:""}.ion-social-twitter:before{content:""}.ion-social-twitter-outline:before{content:""}.ion-social-usd:before{content:""}.ion-social-usd-outline:before{content:""}.ion-social-vimeo:before{content:""}.ion-social-vimeo-outline:before{content:""}.ion-social-windows:before{content:""}.ion-social-windows-outline:before{content:""}.ion-social-wordpress:before{content:""}.ion-social-wordpress-outline:before{content:""}.ion-social-yahoo:before{content:""}.ion-social-yahoo-outline:before{content:""}.ion-social-youtube:before{content:""}.ion-social-youtube-outline:before{content:""}.ion-speakerphone:before{content:""}.ion-speedometer:before{content:""}.ion-spoon:before{content:""}.ion-star:before{content:""}.ion-stats-bars:before{content:""}.ion-steam:before{content:""}.ion-stop:before{content:""}.ion-thermometer:before{content:""}.ion-thumbsdown:before{content:""}.ion-thumbsup:before{content:""}.ion-toggle:before{content:""}.ion-toggle-filled:before{content:""}.ion-trash-a:before{content:""}.ion-trash-b:before{content:""}.ion-trophy:before{content:""}.ion-umbrella:before{content:""}.ion-university:before{content:""}.ion-unlocked:before{content:""}.ion-upload:before{content:""}.ion-usb:before{content:""}.ion-videocamera:before{content:""}.ion-volume-high:before{content:""}.ion-volume-low:before{content:""}.ion-volume-medium:before{content:""}.ion-volume-mute:before{content:""}.ion-wand:before{content:""}.ion-waterdrop:before{content:""}.ion-wifi:before{content:""}.ion-wineglass:before{content:""}.ion-woman:before{content:""}.ion-wrench:before{content:""}.ion-xbox:before{content:""}@font-face{font-family:Linearicons-Free;font-style:normal;font-weight:400;src:url(/static/media/Linearicons-Free.eb992e965197b4672140.eot);src:url(/static/media/Linearicons-Free.eb992e965197b4672140.eot?#iefixw118d) format("embedded-opentype"),url(/static/media/Linearicons-Free.857c65d6452680b4f3b1.woff2) format("woff2"),url(/static/media/Linearicons-Free.a78a26fb0b18bc4cde28.woff) format("woff"),url(/static/media/Linearicons-Free.5cbe0a85581dc42087ac.ttf) format("truetype"),url(/static/media/Linearicons-Free.638c6c05cd657465ff11.svg#Linearicons-Free) format("svg")}.lnr{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;font-family:Linearicons-Free;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.lnr-home:before{content:""}.lnr-apartment:before{content:""}.lnr-pencil:before{content:""}.lnr-magic-wand:before{content:""}.lnr-drop:before{content:""}.lnr-lighter:before{content:""}.lnr-poop:before{content:""}.lnr-sun:before{content:""}.lnr-moon:before{content:""}.lnr-cloud:before{content:""}.lnr-cloud-upload:before{content:""}.lnr-cloud-download:before{content:""}.lnr-cloud-sync:before{content:""}.lnr-cloud-check:before{content:""}.lnr-database:before{content:""}.lnr-lock:before{content:""}.lnr-cog:before{content:""}.lnr-trash:before{content:""}.lnr-dice:before{content:""}.lnr-heart:before{content:""}.lnr-star:before{content:""}.lnr-star-half:before{content:""}.lnr-star-empty:before{content:""}.lnr-flag:before{content:""}.lnr-envelope:before{content:""}.lnr-paperclip:before{content:""}.lnr-inbox:before{content:""}.lnr-eye:before{content:""}.lnr-printer:before{content:""}.lnr-file-empty:before{content:""}.lnr-file-add:before{content:""}.lnr-enter:before{content:""}.lnr-exit:before{content:""}.lnr-graduation-hat:before{content:""}.lnr-license:before{content:""}.lnr-music-note:before{content:""}.lnr-film-play:before{content:""}.lnr-camera-video:before{content:""}.lnr-camera:before{content:""}.lnr-picture:before{content:""}.lnr-book:before{content:""}.lnr-bookmark:before{content:""}.lnr-user:before{content:""}.lnr-users:before{content:""}.lnr-shirt:before{content:""}.lnr-store:before{content:""}.lnr-cart:before{content:""}.lnr-tag:before{content:""}.lnr-phone-handset:before{content:""}.lnr-phone:before{content:""}.lnr-pushpin:before{content:""}.lnr-map-marker:before{content:""}.lnr-map:before{content:""}.lnr-location:before{content:""}.lnr-calendar-full:before{content:""}.lnr-keyboard:before{content:""}.lnr-spell-check:before{content:""}.lnr-screen:before{content:""}.lnr-smartphone:before{content:""}.lnr-tablet:before{content:""}.lnr-laptop:before{content:""}.lnr-laptop-phone:before{content:""}.lnr-power-switch:before{content:""}.lnr-bubble:before{content:""}.lnr-heart-pulse:before{content:""}.lnr-construction:before{content:""}.lnr-pie-chart:before{content:""}.lnr-chart-bars:before{content:""}.lnr-gift:before{content:""}.lnr-diamond:before{content:""}.lnr-linearicons:before{content:""}.lnr-dinner:before{content:""}.lnr-coffee-cup:before{content:""}.lnr-leaf:before{content:""}.lnr-paw:before{content:""}.lnr-rocket:before{content:""}.lnr-briefcase:before{content:""}.lnr-bus:before{content:""}.lnr-car:before{content:""}.lnr-train:before{content:""}.lnr-bicycle:before{content:""}.lnr-wheelchair:before{content:""}.lnr-select:before{content:""}.lnr-earth:before{content:""}.lnr-smile:before{content:""}.lnr-sad:before{content:""}.lnr-neutral:before{content:""}.lnr-mustache:before{content:""}.lnr-alarm:before{content:""}.lnr-bullhorn:before{content:""}.lnr-volume-high:before{content:""}.lnr-volume-medium:before{content:""}.lnr-volume-low:before{content:""}.lnr-volume:before{content:""}.lnr-mic:before{content:""}.lnr-hourglass:before{content:""}.lnr-undo:before{content:""}.lnr-redo:before{content:""}.lnr-sync:before{content:""}.lnr-history:before{content:""}.lnr-clock:before{content:""}.lnr-download:before{content:""}.lnr-upload:before{content:""}.lnr-enter-down:before{content:""}.lnr-exit-up:before{content:""}.lnr-bug:before{content:""}.lnr-code:before{content:""}.lnr-link:before{content:""}.lnr-unlink:before{content:""}.lnr-thumbs-up:before{content:""}.lnr-thumbs-down:before{content:""}.lnr-magnifier:before{content:""}.lnr-cross:before{content:""}.lnr-menu:before{content:""}.lnr-list:before{content:""}.lnr-chevron-up:before{content:""}.lnr-chevron-down:before{content:""}.lnr-chevron-left:before{content:""}.lnr-chevron-right:before{content:""}.lnr-arrow-up:before{content:""}.lnr-arrow-down:before{content:""}.lnr-arrow-left:before{content:""}.lnr-arrow-right:before{content:""}.lnr-move:before{content:""}.lnr-warning:before{content:""}.lnr-question-circle:before{content:""}.lnr-menu-circle:before{content:""}.lnr-checkmark-circle:before{content:""}.lnr-cross-circle:before{content:""}.lnr-plus-circle:before{content:""}.lnr-circle-minus:before{content:""}.lnr-arrow-up-circle:before{content:""}.lnr-arrow-down-circle:before{content:""}.lnr-arrow-left-circle:before{content:""}.lnr-arrow-right-circle:before{content:""}.lnr-chevron-up-circle:before{content:""}.lnr-chevron-down-circle:before{content:""}.lnr-chevron-left-circle:before{content:""}.lnr-chevron-right-circle:before{content:""}.lnr-crop:before{content:""}.lnr-frame-expand:before{content:""}.lnr-frame-contract:before{content:""}.lnr-layers:before{content:""}.lnr-funnel:before{content:""}.lnr-text-format:before{content:""}.lnr-text-format-remove:before{content:""}.lnr-text-size:before{content:""}.lnr-bold:before{content:""}.lnr-italic:before{content:""}.lnr-underline:before{content:""}.lnr-strikethrough:before{content:""}.lnr-highlight:before{content:""}.lnr-text-align-left:before{content:""}.lnr-text-align-center:before{content:""}.lnr-text-align-right:before{content:""}.lnr-text-align-justify:before{content:""}.lnr-line-spacing:before{content:""}.lnr-indent-increase:before{content:""}.lnr-indent-decrease:before{content:""}.lnr-pilcrow:before{content:""}.lnr-direction-ltr:before{content:""}.lnr-direction-rtl:before{content:""}.lnr-page-break:before{content:""}.lnr-sort-alpha-asc:before{content:""}.lnr-sort-amount-asc:before{content:""}.lnr-hand:before{content:""}.lnr-pointer-up:before{content:""}.lnr-pointer-right:before{content:""}.lnr-pointer-down:before{content:""}.lnr-pointer-left:before{content:""}@font-face{font-family:Material Design Icons;font-style:normal;font-weight:400;src:url(/static/media/materialdesignicons-webfont.f016085c0b5c05f344cd.eot);src:url(/static/media/materialdesignicons-webfont.f016085c0b5c05f344cd.eot?#iefix&v=2.0.46) format("embedded-opentype"),url(/static/media/materialdesignicons-webfont.93ba1198dd07efc2e2e7.woff2) format("woff2"),url(/static/media/materialdesignicons-webfont.63c876ae4d870014b228.woff) format("woff"),url(/static/media/materialdesignicons-webfont.f829d51c3eb688c72f03.ttf) format("truetype"),url(/static/media/materialdesignicons-webfont.3bc134ab46073ceeec53.svg#materialdesigniconsregular) format("svg")}.mdi{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 24px/1 Material Design Icons;font-size:inherit;line-height:inherit;text-rendering:auto}.mdi-access-point:before{content:""}.mdi-access-point-network:before{content:""}.mdi-account:before{content:""}.mdi-account-alert:before{content:""}.mdi-account-box:before{content:""}.mdi-account-box-outline:before{content:""}.mdi-account-card-details:before{content:""}.mdi-account-check:before{content:""}.mdi-account-circle:before{content:""}.mdi-account-convert:before{content:""}.mdi-account-edit:before{content:""}.mdi-account-key:before{content:""}.mdi-account-location:before{content:""}.mdi-account-minus:before{content:""}.mdi-account-multiple:before{content:""}.mdi-account-multiple-minus:before{content:""}.mdi-account-multiple-outline:before{content:""}.mdi-account-multiple-plus:before{content:""}.mdi-account-network:before{content:""}.mdi-account-off:before{content:""}.mdi-account-outline:before{content:""}.mdi-account-plus:before{content:""}.mdi-account-remove:before{content:""}.mdi-account-search:before{content:""}.mdi-account-settings:before{content:""}.mdi-account-settings-variant:before{content:""}.mdi-account-star:before{content:""}.mdi-account-switch:before{content:""}.mdi-adjust:before{content:""}.mdi-air-conditioner:before{content:""}.mdi-airballoon:before{content:""}.mdi-airplane:before{content:""}.mdi-airplane-landing:before{content:""}.mdi-airplane-off:before{content:""}.mdi-airplane-takeoff:before{content:""}.mdi-airplay:before{content:""}.mdi-alarm:before{content:""}.mdi-alarm-bell:before{content:""}.mdi-alarm-check:before{content:""}.mdi-alarm-light:before{content:""}.mdi-alarm-multiple:before{content:""}.mdi-alarm-off:before{content:""}.mdi-alarm-plus:before{content:""}.mdi-alarm-snooze:before{content:""}.mdi-album:before{content:""}.mdi-alert:before{content:""}.mdi-alert-box:before{content:""}.mdi-alert-circle:before{content:""}.mdi-alert-circle-outline:before{content:""}.mdi-alert-decagram:before{content:""}.mdi-alert-octagon:before{content:""}.mdi-alert-octagram:before{content:""}.mdi-alert-outline:before{content:""}.mdi-all-inclusive:before{content:""}.mdi-alpha:before{content:""}.mdi-alphabetical:before{content:""}.mdi-altimeter:before{content:""}.mdi-amazon:before{content:""}.mdi-amazon-clouddrive:before{content:""}.mdi-ambulance:before{content:""}.mdi-amplifier:before{content:""}.mdi-anchor:before{content:""}.mdi-android:before{content:""}.mdi-android-debug-bridge:before{content:""}.mdi-android-head:before{content:""}.mdi-android-studio:before{content:""}.mdi-angular:before{content:""}.mdi-angularjs:before{content:""}.mdi-animation:before{content:""}.mdi-apple:before{content:""}.mdi-apple-finder:before{content:""}.mdi-apple-ios:before{content:""}.mdi-apple-keyboard-caps:before{content:""}.mdi-apple-keyboard-command:before{content:""}.mdi-apple-keyboard-control:before{content:""}.mdi-apple-keyboard-option:before{content:""}.mdi-apple-keyboard-shift:before{content:""}.mdi-apple-mobileme:before{content:""}.mdi-apple-safari:before{content:""}.mdi-application:before{content:""}.mdi-approval:before{content:""}.mdi-apps:before{content:""}.mdi-archive:before{content:""}.mdi-arrange-bring-forward:before{content:""}.mdi-arrange-bring-to-front:before{content:""}.mdi-arrange-send-backward:before{content:""}.mdi-arrange-send-to-back:before{content:""}.mdi-arrow-all:before{content:""}.mdi-arrow-bottom-left:before{content:""}.mdi-arrow-bottom-right:before{content:""}.mdi-arrow-collapse:before{content:""}.mdi-arrow-collapse-all:before{content:""}.mdi-arrow-collapse-down:before{content:""}.mdi-arrow-collapse-left:before{content:""}.mdi-arrow-collapse-right:before{content:""}.mdi-arrow-collapse-up:before{content:""}.mdi-arrow-down:before{content:""}.mdi-arrow-down-bold:before{content:""}.mdi-arrow-down-bold-box:before{content:""}.mdi-arrow-down-bold-box-outline:before{content:""}.mdi-arrow-down-bold-circle:before{content:""}.mdi-arrow-down-bold-circle-outline:before{content:""}.mdi-arrow-down-bold-hexagon-outline:before{content:""}.mdi-arrow-down-box:before{content:""}.mdi-arrow-down-drop-circle:before{content:""}.mdi-arrow-down-drop-circle-outline:before{content:""}.mdi-arrow-down-thick:before{content:""}.mdi-arrow-expand:before{content:""}.mdi-arrow-expand-all:before{content:""}.mdi-arrow-expand-down:before{content:""}.mdi-arrow-expand-left:before{content:""}.mdi-arrow-expand-right:before{content:""}.mdi-arrow-expand-up:before{content:""}.mdi-arrow-left:before{content:""}.mdi-arrow-left-bold:before{content:""}.mdi-arrow-left-bold-box:before{content:""}.mdi-arrow-left-bold-box-outline:before{content:""}.mdi-arrow-left-bold-circle:before{content:""}.mdi-arrow-left-bold-circle-outline:before{content:""}.mdi-arrow-left-bold-hexagon-outline:before{content:""}.mdi-arrow-left-box:before{content:""}.mdi-arrow-left-drop-circle:before{content:""}.mdi-arrow-left-drop-circle-outline:before{content:""}.mdi-arrow-left-thick:before{content:""}.mdi-arrow-right:before{content:""}.mdi-arrow-right-bold:before{content:""}.mdi-arrow-right-bold-box:before{content:""}.mdi-arrow-right-bold-box-outline:before{content:""}.mdi-arrow-right-bold-circle:before{content:""}.mdi-arrow-right-bold-circle-outline:before{content:""}.mdi-arrow-right-bold-hexagon-outline:before{content:""}.mdi-arrow-right-box:before{content:""}.mdi-arrow-right-drop-circle:before{content:""}.mdi-arrow-right-drop-circle-outline:before{content:""}.mdi-arrow-right-thick:before{content:""}.mdi-arrow-top-left:before{content:""}.mdi-arrow-top-right:before{content:""}.mdi-arrow-up:before{content:""}.mdi-arrow-up-bold:before{content:""}.mdi-arrow-up-bold-box:before{content:""}.mdi-arrow-up-bold-box-outline:before{content:""}.mdi-arrow-up-bold-circle:before{content:""}.mdi-arrow-up-bold-circle-outline:before{content:""}.mdi-arrow-up-bold-hexagon-outline:before{content:""}.mdi-arrow-up-box:before{content:""}.mdi-arrow-up-drop-circle:before{content:""}.mdi-arrow-up-drop-circle-outline:before{content:""}.mdi-arrow-up-thick:before{content:""}.mdi-assistant:before{content:""}.mdi-asterisk:before{content:""}.mdi-at:before{content:""}.mdi-atom:before{content:""}.mdi-attachment:before{content:""}.mdi-audiobook:before{content:""}.mdi-auto-fix:before{content:""}.mdi-auto-upload:before{content:""}.mdi-autorenew:before{content:""}.mdi-av-timer:before{content:""}.mdi-baby:before{content:""}.mdi-baby-buggy:before{content:""}.mdi-backburger:before{content:""}.mdi-backspace:before{content:""}.mdi-backup-restore:before{content:""}.mdi-bandcamp:before{content:""}.mdi-bank:before{content:""}.mdi-barcode:before{content:""}.mdi-barcode-scan:before{content:""}.mdi-barley:before{content:""}.mdi-barrel:before{content:""}.mdi-basecamp:before{content:""}.mdi-basket:before{content:""}.mdi-basket-fill:before{content:""}.mdi-basket-unfill:before{content:""}.mdi-battery:before{content:""}.mdi-battery-10:before{content:""}.mdi-battery-20:before{content:""}.mdi-battery-30:before{content:""}.mdi-battery-40:before{content:""}.mdi-battery-50:before{content:""}.mdi-battery-60:before{content:""}.mdi-battery-70:before{content:""}.mdi-battery-80:before{content:""}.mdi-battery-90:before{content:""}.mdi-battery-alert:before{content:""}.mdi-battery-charging:before{content:""}.mdi-battery-charging-100:before{content:""}.mdi-battery-charging-20:before{content:""}.mdi-battery-charging-30:before{content:""}.mdi-battery-charging-40:before{content:""}.mdi-battery-charging-60:before{content:""}.mdi-battery-charging-80:before{content:""}.mdi-battery-charging-90:before{content:""}.mdi-battery-minus:before{content:""}.mdi-battery-negative:before{content:""}.mdi-battery-outline:before{content:""}.mdi-battery-plus:before{content:""}.mdi-battery-positive:before{content:""}.mdi-battery-unknown:before{content:""}.mdi-beach:before{content:""}.mdi-beaker:before{content:""}.mdi-beats:before{content:""}.mdi-beer:before{content:""}.mdi-behance:before{content:""}.mdi-bell:before{content:""}.mdi-bell-off:before{content:""}.mdi-bell-outline:before{content:""}.mdi-bell-plus:before{content:""}.mdi-bell-ring:before{content:""}.mdi-bell-ring-outline:before{content:""}.mdi-bell-sleep:before{content:""}.mdi-beta:before{content:""}.mdi-bible:before{content:""}.mdi-bike:before{content:""}.mdi-bing:before{content:""}.mdi-binoculars:before{content:""}.mdi-bio:before{content:""}.mdi-biohazard:before{content:""}.mdi-bitbucket:before{content:""}.mdi-black-mesa:before{content:""}.mdi-blackberry:before{content:""}.mdi-blender:before{content:""}.mdi-blinds:before{content:""}.mdi-block-helper:before{content:""}.mdi-blogger:before{content:""}.mdi-bluetooth:before{content:""}.mdi-bluetooth-audio:before{content:""}.mdi-bluetooth-connect:before{content:""}.mdi-bluetooth-off:before{content:""}.mdi-bluetooth-settings:before{content:""}.mdi-bluetooth-transfer:before{content:""}.mdi-blur:before{content:""}.mdi-blur-linear:before{content:""}.mdi-blur-off:before{content:""}.mdi-blur-radial:before{content:""}.mdi-bomb:before{content:""}.mdi-bomb-off:before{content:""}.mdi-bone:before{content:""}.mdi-book:before{content:""}.mdi-book-minus:before{content:""}.mdi-book-multiple:before{content:""}.mdi-book-multiple-variant:before{content:""}.mdi-book-open:before{content:""}.mdi-book-open-page-variant:before{content:""}.mdi-book-open-variant:before{content:""}.mdi-book-plus:before{content:""}.mdi-book-secure:before{content:""}.mdi-book-unsecure:before{content:""}.mdi-book-variant:before{content:""}.mdi-bookmark:before{content:""}.mdi-bookmark-check:before{content:""}.mdi-bookmark-music:before{content:""}.mdi-bookmark-outline:before{content:""}.mdi-bookmark-plus:before{content:""}.mdi-bookmark-plus-outline:before{content:""}.mdi-bookmark-remove:before{content:""}.mdi-boombox:before{content:""}.mdi-bootstrap:before{content:""}.mdi-border-all:before{content:""}.mdi-border-bottom:before{content:""}.mdi-border-color:before{content:""}.mdi-border-horizontal:before{content:""}.mdi-border-inside:before{content:""}.mdi-border-left:before{content:""}.mdi-border-none:before{content:""}.mdi-border-outside:before{content:""}.mdi-border-right:before{content:""}.mdi-border-style:before{content:""}.mdi-border-top:before{content:""}.mdi-border-vertical:before{content:""}.mdi-bow-tie:before{content:""}.mdi-bowl:before{content:""}.mdi-bowling:before{content:""}.mdi-box:before{content:""}.mdi-box-cutter:before{content:""}.mdi-box-shadow:before{content:""}.mdi-bridge:before{content:""}.mdi-briefcase:before{content:""}.mdi-briefcase-check:before{content:""}.mdi-briefcase-download:before{content:""}.mdi-briefcase-upload:before{content:""}.mdi-brightness-1:before{content:""}.mdi-brightness-2:before{content:""}.mdi-brightness-3:before{content:""}.mdi-brightness-4:before{content:""}.mdi-brightness-5:before{content:""}.mdi-brightness-6:before{content:""}.mdi-brightness-7:before{content:""}.mdi-brightness-auto:before{content:""}.mdi-broom:before{content:""}.mdi-brush:before{content:""}.mdi-buffer:before{content:""}.mdi-bug:before{content:""}.mdi-bulletin-board:before{content:""}.mdi-bullhorn:before{content:""}.mdi-bullseye:before{content:""}.mdi-burst-mode:before{content:""}.mdi-bus:before{content:""}.mdi-bus-articulated-end:before{content:""}.mdi-bus-articulated-front:before{content:""}.mdi-bus-double-decker:before{content:""}.mdi-bus-school:before{content:""}.mdi-bus-side:before{content:""}.mdi-cached:before{content:""}.mdi-cake:before{content:""}.mdi-cake-layered:before{content:""}.mdi-cake-variant:before{content:""}.mdi-calculator:before{content:""}.mdi-calendar:before{content:""}.mdi-calendar-blank:before{content:""}.mdi-calendar-check:before{content:""}.mdi-calendar-clock:before{content:""}.mdi-calendar-multiple:before{content:""}.mdi-calendar-multiple-check:before{content:""}.mdi-calendar-plus:before{content:""}.mdi-calendar-question:before{content:""}.mdi-calendar-range:before{content:""}.mdi-calendar-remove:before{content:""}.mdi-calendar-text:before{content:""}.mdi-calendar-today:before{content:""}.mdi-call-made:before{content:""}.mdi-call-merge:before{content:""}.mdi-call-missed:before{content:""}.mdi-call-received:before{content:""}.mdi-call-split:before{content:""}.mdi-camcorder:before{content:""}.mdi-camcorder-box:before{content:""}.mdi-camcorder-box-off:before{content:""}.mdi-camcorder-off:before{content:""}.mdi-camera:before{content:""}.mdi-camera-burst:before{content:""}.mdi-camera-enhance:before{content:""}.mdi-camera-front:before{content:""}.mdi-camera-front-variant:before{content:""}.mdi-camera-gopro:before{content:""}.mdi-camera-iris:before{content:""}.mdi-camera-metering-center:before{content:""}.mdi-camera-metering-matrix:before{content:""}.mdi-camera-metering-partial:before{content:""}.mdi-camera-metering-spot:before{content:""}.mdi-camera-off:before{content:""}.mdi-camera-party-mode:before{content:""}.mdi-camera-rear:before{content:""}.mdi-camera-rear-variant:before{content:""}.mdi-camera-switch:before{content:""}.mdi-camera-timer:before{content:""}.mdi-cancel:before{content:""}.mdi-candle:before{content:""}.mdi-candycane:before{content:""}.mdi-cannabis:before{content:""}.mdi-car:before{content:""}.mdi-car-battery:before{content:""}.mdi-car-connected:before{content:""}.mdi-car-convertable:before{content:""}.mdi-car-estate:before{content:""}.mdi-car-hatchback:before{content:""}.mdi-car-pickup:before{content:""}.mdi-car-side:before{content:""}.mdi-car-sports:before{content:""}.mdi-car-wash:before{content:""}.mdi-caravan:before{content:""}.mdi-cards:before{content:""}.mdi-cards-outline:before{content:""}.mdi-cards-playing-outline:before{content:""}.mdi-cards-variant:before{content:""}.mdi-carrot:before{content:""}.mdi-cart:before{content:""}.mdi-cart-off:before{content:""}.mdi-cart-outline:before{content:""}.mdi-cart-plus:before{content:""}.mdi-case-sensitive-alt:before{content:""}.mdi-cash:before{content:""}.mdi-cash-100:before{content:""}.mdi-cash-multiple:before{content:""}.mdi-cash-usd:before{content:""}.mdi-cast:before{content:""}.mdi-cast-connected:before{content:""}.mdi-cast-off:before{content:""}.mdi-castle:before{content:""}.mdi-cat:before{content:""}.mdi-cctv:before{content:""}.mdi-ceiling-light:before{content:""}.mdi-cellphone:before{content:""}.mdi-cellphone-android:before{content:""}.mdi-cellphone-basic:before{content:""}.mdi-cellphone-dock:before{content:""}.mdi-cellphone-iphone:before{content:""}.mdi-cellphone-link:before{content:""}.mdi-cellphone-link-off:before{content:""}.mdi-cellphone-settings:before{content:""}.mdi-certificate:before{content:""}.mdi-chair-school:before{content:""}.mdi-chart-arc:before{content:""}.mdi-chart-areaspline:before{content:""}.mdi-chart-bar:before{content:""}.mdi-chart-bar-stacked:before{content:""}.mdi-chart-bubble:before{content:""}.mdi-chart-donut:before{content:""}.mdi-chart-donut-variant:before{content:""}.mdi-chart-gantt:before{content:""}.mdi-chart-histogram:before{content:""}.mdi-chart-line:before{content:""}.mdi-chart-line-stacked:before{content:""}.mdi-chart-line-variant:before{content:""}.mdi-chart-pie:before{content:""}.mdi-chart-scatterplot-hexbin:before{content:""}.mdi-chart-timeline:before{content:""}.mdi-check:before{content:""}.mdi-check-all:before{content:""}.mdi-check-circle:before{content:""}.mdi-check-circle-outline:before{content:""}.mdi-checkbox-blank:before{content:""}.mdi-checkbox-blank-circle:before{content:""}.mdi-checkbox-blank-circle-outline:before{content:""}.mdi-checkbox-blank-outline:before{content:""}.mdi-checkbox-marked:before{content:""}.mdi-checkbox-marked-circle:before{content:""}.mdi-checkbox-marked-circle-outline:before{content:""}.mdi-checkbox-marked-outline:before{content:""}.mdi-checkbox-multiple-blank:before{content:""}.mdi-checkbox-multiple-blank-circle:before{content:""}.mdi-checkbox-multiple-blank-circle-outline:before{content:""}.mdi-checkbox-multiple-blank-outline:before{content:""}.mdi-checkbox-multiple-marked:before{content:""}.mdi-checkbox-multiple-marked-circle:before{content:""}.mdi-checkbox-multiple-marked-circle-outline:before{content:""}.mdi-checkbox-multiple-marked-outline:before{content:""}.mdi-checkerboard:before{content:""}.mdi-chemical-weapon:before{content:""}.mdi-chevron-double-down:before{content:""}.mdi-chevron-double-left:before{content:""}.mdi-chevron-double-right:before{content:""}.mdi-chevron-double-up:before{content:""}.mdi-chevron-down:before{content:""}.mdi-chevron-left:before{content:""}.mdi-chevron-right:before{content:""}.mdi-chevron-up:before{content:""}.mdi-chili-hot:before{content:""}.mdi-chili-medium:before{content:""}.mdi-chili-mild:before{content:""}.mdi-chip:before{content:""}.mdi-church:before{content:""}.mdi-circle:before{content:""}.mdi-circle-outline:before{content:""}.mdi-cisco-webex:before{content:""}.mdi-city:before{content:""}.mdi-clipboard:before{content:""}.mdi-clipboard-account:before{content:""}.mdi-clipboard-alert:before{content:""}.mdi-clipboard-arrow-down:before{content:""}.mdi-clipboard-arrow-left:before{content:""}.mdi-clipboard-check:before{content:""}.mdi-clipboard-flow:before{content:""}.mdi-clipboard-outline:before{content:""}.mdi-clipboard-plus:before{content:""}.mdi-clipboard-text:before{content:""}.mdi-clippy:before{content:""}.mdi-clock:before{content:""}.mdi-clock-alert:before{content:""}.mdi-clock-end:before{content:""}.mdi-clock-fast:before{content:""}.mdi-clock-in:before{content:""}.mdi-clock-out:before{content:""}.mdi-clock-start:before{content:""}.mdi-close:before{content:""}.mdi-close-box:before{content:""}.mdi-close-box-outline:before{content:""}.mdi-close-circle:before{content:""}.mdi-close-circle-outline:before{content:""}.mdi-close-network:before{content:""}.mdi-close-octagon:before{content:""}.mdi-close-octagon-outline:before{content:""}.mdi-close-outline:before{content:""}.mdi-closed-caption:before{content:""}.mdi-cloud:before{content:""}.mdi-cloud-braces:before{content:""}.mdi-cloud-check:before{content:""}.mdi-cloud-circle:before{content:""}.mdi-cloud-download:before{content:""}.mdi-cloud-off-outline:before{content:""}.mdi-cloud-outline:before{content:""}.mdi-cloud-print:before{content:""}.mdi-cloud-print-outline:before{content:""}.mdi-cloud-sync:before{content:""}.mdi-cloud-tags:before{content:""}.mdi-cloud-upload:before{content:""}.mdi-code-array:before{content:""}.mdi-code-braces:before{content:""}.mdi-code-brackets:before{content:""}.mdi-code-equal:before{content:""}.mdi-code-greater-than:before{content:""}.mdi-code-greater-than-or-equal:before{content:""}.mdi-code-less-than:before{content:""}.mdi-code-less-than-or-equal:before{content:""}.mdi-code-not-equal:before{content:""}.mdi-code-not-equal-variant:before{content:""}.mdi-code-parentheses:before{content:""}.mdi-code-string:before{content:""}.mdi-code-tags:before{content:""}.mdi-code-tags-check:before{content:""}.mdi-codepen:before{content:""}.mdi-coffee:before{content:""}.mdi-coffee-outline:before{content:""}.mdi-coffee-to-go:before{content:""}.mdi-coin:before{content:""}.mdi-coins:before{content:""}.mdi-collage:before{content:""}.mdi-color-helper:before{content:""}.mdi-comment:before{content:""}.mdi-comment-account:before{content:""}.mdi-comment-account-outline:before{content:""}.mdi-comment-alert:before{content:""}.mdi-comment-alert-outline:before{content:""}.mdi-comment-check:before{content:""}.mdi-comment-check-outline:before{content:""}.mdi-comment-multiple-outline:before{content:""}.mdi-comment-outline:before{content:""}.mdi-comment-plus-outline:before{content:""}.mdi-comment-processing:before{content:""}.mdi-comment-processing-outline:before{content:""}.mdi-comment-question-outline:before{content:""}.mdi-comment-remove-outline:before{content:""}.mdi-comment-text:before{content:""}.mdi-comment-text-outline:before{content:""}.mdi-compare:before{content:""}.mdi-compass:before{content:""}.mdi-compass-outline:before{content:""}.mdi-console:before{content:""}.mdi-console-line:before{content:""}.mdi-contact-mail:before{content:""}.mdi-contacts:before{content:""}.mdi-content-copy:before{content:""}.mdi-content-cut:before{content:""}.mdi-content-duplicate:before{content:""}.mdi-content-paste:before{content:""}.mdi-content-save:before{content:""}.mdi-content-save-all:before{content:""}.mdi-content-save-settings:before{content:""}.mdi-contrast:before{content:""}.mdi-contrast-box:before{content:""}.mdi-contrast-circle:before{content:""}.mdi-cookie:before{content:""}.mdi-copyright:before{content:""}.mdi-corn:before{content:""}.mdi-counter:before{content:""}.mdi-cow:before{content:""}.mdi-creation:before{content:""}.mdi-credit-card:before{content:""}.mdi-credit-card-multiple:before{content:""}.mdi-credit-card-off:before{content:""}.mdi-credit-card-plus:before{content:""}.mdi-credit-card-scan:before{content:""}.mdi-crop:before{content:""}.mdi-crop-free:before{content:""}.mdi-crop-landscape:before{content:""}.mdi-crop-portrait:before{content:""}.mdi-crop-rotate:before{content:""}.mdi-crop-square:before{content:""}.mdi-crosshairs:before{content:""}.mdi-crosshairs-gps:before{content:""}.mdi-crown:before{content:""}.mdi-cube:before{content:""}.mdi-cube-outline:before{content:""}.mdi-cube-send:before{content:""}.mdi-cube-unfolded:before{content:""}.mdi-cup:before{content:""}.mdi-cup-off:before{content:""}.mdi-cup-water:before{content:""}.mdi-currency-btc:before{content:""}.mdi-currency-chf:before{content:""}.mdi-currency-cny:before{content:""}.mdi-currency-eth:before{content:""}.mdi-currency-eur:before{content:""}.mdi-currency-gbp:before{content:""}.mdi-currency-inr:before{content:""}.mdi-currency-jpy:before{content:""}.mdi-currency-krw:before{content:""}.mdi-currency-ngn:before{content:""}.mdi-currency-rub:before{content:""}.mdi-currency-sign:before{content:""}.mdi-currency-try:before{content:""}.mdi-currency-twd:before{content:""}.mdi-currency-usd:before{content:""}.mdi-currency-usd-off:before{content:""}.mdi-cursor-default:before{content:""}.mdi-cursor-default-outline:before{content:""}.mdi-cursor-move:before{content:""}.mdi-cursor-pointer:before{content:""}.mdi-cursor-text:before{content:""}.mdi-database:before{content:""}.mdi-database-minus:before{content:""}.mdi-database-plus:before{content:""}.mdi-debug-step-into:before{content:""}.mdi-debug-step-out:before{content:""}.mdi-debug-step-over:before{content:""}.mdi-decagram:before{content:""}.mdi-decagram-outline:before{content:""}.mdi-decimal-decrease:before{content:""}.mdi-decimal-increase:before{content:""}.mdi-delete:before{content:""}.mdi-delete-circle:before{content:""}.mdi-delete-empty:before{content:""}.mdi-delete-forever:before{content:""}.mdi-delete-sweep:before{content:""}.mdi-delete-variant:before{content:""}.mdi-delta:before{content:""}.mdi-deskphone:before{content:""}.mdi-desktop-classic:before{content:""}.mdi-desktop-mac:before{content:""}.mdi-desktop-tower:before{content:""}.mdi-details:before{content:""}.mdi-developer-board:before{content:""}.mdi-deviantart:before{content:""}.mdi-dialpad:before{content:""}.mdi-diamond:before{content:""}.mdi-dice-1:before{content:""}.mdi-dice-2:before{content:""}.mdi-dice-3:before{content:""}.mdi-dice-4:before{content:""}.mdi-dice-5:before{content:""}.mdi-dice-6:before{content:""}.mdi-dice-d10:before{content:""}.mdi-dice-d20:before{content:""}.mdi-dice-d4:before{content:""}.mdi-dice-d6:before{content:""}.mdi-dice-d8:before{content:""}.mdi-dice-multiple:before{content:""}.mdi-dictionary:before{content:""}.mdi-dip-switch:before{content:""}.mdi-directions:before{content:""}.mdi-directions-fork:before{content:""}.mdi-discord:before{content:""}.mdi-disk:before{content:""}.mdi-disk-alert:before{content:""}.mdi-disqus:before{content:""}.mdi-disqus-outline:before{content:""}.mdi-division:before{content:""}.mdi-division-box:before{content:""}.mdi-dna:before{content:""}.mdi-dns:before{content:""}.mdi-do-not-disturb:before{content:""}.mdi-do-not-disturb-off:before{content:""}.mdi-dolby:before{content:""}.mdi-domain:before{content:""}.mdi-donkey:before{content:""}.mdi-dots-horizontal:before{content:""}.mdi-dots-horizontal-circle:before{content:""}.mdi-dots-vertical:before{content:""}.mdi-dots-vertical-circle:before{content:""}.mdi-douban:before{content:""}.mdi-download:before{content:""}.mdi-download-network:before{content:""}.mdi-drag:before{content:""}.mdi-drag-horizontal:before{content:""}.mdi-drag-vertical:before{content:""}.mdi-drawing:before{content:""}.mdi-drawing-box:before{content:""}.mdi-dribbble:before{content:""}.mdi-dribbble-box:before{content:""}.mdi-drone:before{content:""}.mdi-dropbox:before{content:""}.mdi-drupal:before{content:""}.mdi-duck:before{content:""}.mdi-dumbbell:before{content:""}.mdi-ear-hearing:before{content:""}.mdi-earth:before{content:""}.mdi-earth-box:before{content:""}.mdi-earth-box-off:before{content:""}.mdi-earth-off:before{content:""}.mdi-edge:before{content:""}.mdi-eject:before{content:""}.mdi-elephant:before{content:""}.mdi-elevation-decline:before{content:""}.mdi-elevation-rise:before{content:""}.mdi-elevator:before{content:""}.mdi-email:before{content:""}.mdi-email-alert:before{content:""}.mdi-email-open:before{content:""}.mdi-email-open-outline:before{content:""}.mdi-email-outline:before{content:""}.mdi-email-secure:before{content:""}.mdi-email-variant:before{content:""}.mdi-emby:before{content:""}.mdi-emoticon:before{content:""}.mdi-emoticon-cool:before{content:""}.mdi-emoticon-dead:before{content:""}.mdi-emoticon-devil:before{content:""}.mdi-emoticon-excited:before{content:""}.mdi-emoticon-happy:before{content:""}.mdi-emoticon-neutral:before{content:""}.mdi-emoticon-poop:before{content:""}.mdi-emoticon-sad:before{content:""}.mdi-emoticon-tongue:before{content:""}.mdi-engine:before{content:""}.mdi-engine-outline:before{content:""}.mdi-equal:before{content:""}.mdi-equal-box:before{content:""}.mdi-eraser:before{content:""}.mdi-eraser-variant:before{content:""}.mdi-escalator:before{content:""}.mdi-ethernet:before{content:""}.mdi-ethernet-cable:before{content:""}.mdi-ethernet-cable-off:before{content:""}.mdi-etsy:before{content:""}.mdi-ev-station:before{content:""}.mdi-eventbrite:before{content:""}.mdi-evernote:before{content:""}.mdi-exclamation:before{content:""}.mdi-exit-to-app:before{content:""}.mdi-export:before{content:""}.mdi-eye:before{content:""}.mdi-eye-off:before{content:""}.mdi-eye-off-outline:before{content:""}.mdi-eye-outline:before{content:""}.mdi-eyedropper:before{content:""}.mdi-eyedropper-variant:before{content:""}.mdi-face:before{content:""}.mdi-face-profile:before{content:""}.mdi-facebook:before{content:""}.mdi-facebook-box:before{content:""}.mdi-facebook-messenger:before{content:""}.mdi-factory:before{content:""}.mdi-fan:before{content:""}.mdi-fast-forward:before{content:""}.mdi-fast-forward-outline:before{content:""}.mdi-fax:before{content:""}.mdi-feather:before{content:""}.mdi-ferry:before{content:""}.mdi-file:before{content:""}.mdi-file-account:before{content:""}.mdi-file-chart:before{content:""}.mdi-file-check:before{content:""}.mdi-file-cloud:before{content:""}.mdi-file-delimited:before{content:""}.mdi-file-document:before{content:""}.mdi-file-document-box:before{content:""}.mdi-file-excel:before{content:""}.mdi-file-excel-box:before{content:""}.mdi-file-export:before{content:""}.mdi-file-find:before{content:""}.mdi-file-hidden:before{content:""}.mdi-file-image:before{content:""}.mdi-file-import:before{content:""}.mdi-file-lock:before{content:""}.mdi-file-multiple:before{content:""}.mdi-file-music:before{content:""}.mdi-file-outline:before{content:""}.mdi-file-pdf:before{content:""}.mdi-file-pdf-box:before{content:""}.mdi-file-plus:before{content:""}.mdi-file-powerpoint:before{content:""}.mdi-file-powerpoint-box:before{content:""}.mdi-file-presentation-box:before{content:""}.mdi-file-restore:before{content:""}.mdi-file-send:before{content:""}.mdi-file-tree:before{content:""}.mdi-file-video:before{content:""}.mdi-file-word:before{content:""}.mdi-file-word-box:before{content:""}.mdi-file-xml:before{content:""}.mdi-film:before{content:""}.mdi-filmstrip:before{content:""}.mdi-filmstrip-off:before{content:""}.mdi-filter:before{content:""}.mdi-filter-outline:before{content:""}.mdi-filter-remove:before{content:""}.mdi-filter-remove-outline:before{content:""}.mdi-filter-variant:before{content:""}.mdi-find-replace:before{content:""}.mdi-fingerprint:before{content:""}.mdi-fire:before{content:""}.mdi-firefox:before{content:""}.mdi-fish:before{content:""}.mdi-flag:before{content:""}.mdi-flag-checkered:before{content:""}.mdi-flag-outline:before{content:""}.mdi-flag-outline-variant:before{content:""}.mdi-flag-triangle:before{content:""}.mdi-flag-variant:before{content:""}.mdi-flash:before{content:""}.mdi-flash-auto:before{content:""}.mdi-flash-off:before{content:""}.mdi-flash-outline:before{content:""}.mdi-flash-red-eye:before{content:""}.mdi-flashlight:before{content:""}.mdi-flashlight-off:before{content:""}.mdi-flask:before{content:""}.mdi-flask-empty:before{content:""}.mdi-flask-empty-outline:before{content:""}.mdi-flask-outline:before{content:""}.mdi-flattr:before{content:""}.mdi-flip-to-back:before{content:""}.mdi-flip-to-front:before{content:""}.mdi-floppy:before{content:""}.mdi-flower:before{content:""}.mdi-folder:before{content:""}.mdi-folder-account:before{content:""}.mdi-folder-download:before{content:""}.mdi-folder-google-drive:before{content:""}.mdi-folder-image:before{content:""}.mdi-folder-lock:before{content:""}.mdi-folder-lock-open:before{content:""}.mdi-folder-move:before{content:""}.mdi-folder-multiple:before{content:""}.mdi-folder-multiple-image:before{content:""}.mdi-folder-multiple-outline:before{content:""}.mdi-folder-open:before{content:""}.mdi-folder-outline:before{content:""}.mdi-folder-plus:before{content:""}.mdi-folder-remove:before{content:""}.mdi-folder-star:before{content:""}.mdi-folder-upload:before{content:""}.mdi-font-awesome:before{content:""}.mdi-food:before{content:""}.mdi-food-apple:before{content:""}.mdi-food-croissant:before{content:""}.mdi-food-fork-drink:before{content:""}.mdi-food-off:before{content:""}.mdi-food-variant:before{content:""}.mdi-football:before{content:""}.mdi-football-australian:before{content:""}.mdi-football-helmet:before{content:""}.mdi-forklift:before{content:""}.mdi-format-align-bottom:before{content:""}.mdi-format-align-center:before{content:""}.mdi-format-align-justify:before{content:""}.mdi-format-align-left:before{content:""}.mdi-format-align-middle:before{content:""}.mdi-format-align-right:before{content:""}.mdi-format-align-top:before{content:""}.mdi-format-annotation-plus:before{content:""}.mdi-format-bold:before{content:""}.mdi-format-clear:before{content:""}.mdi-format-color-fill:before{content:""}.mdi-format-color-text:before{content:""}.mdi-format-float-center:before{content:""}.mdi-format-float-left:before{content:""}.mdi-format-float-none:before{content:""}.mdi-format-float-right:before{content:""}.mdi-format-font:before{content:""}.mdi-format-header-1:before{content:""}.mdi-format-header-2:before{content:""}.mdi-format-header-3:before{content:""}.mdi-format-header-4:before{content:""}.mdi-format-header-5:before{content:""}.mdi-format-header-6:before{content:""}.mdi-format-header-decrease:before{content:""}.mdi-format-header-equal:before{content:""}.mdi-format-header-increase:before{content:""}.mdi-format-header-pound:before{content:""}.mdi-format-horizontal-align-center:before{content:""}.mdi-format-horizontal-align-left:before{content:""}.mdi-format-horizontal-align-right:before{content:""}.mdi-format-indent-decrease:before{content:""}.mdi-format-indent-increase:before{content:""}.mdi-format-italic:before{content:""}.mdi-format-line-spacing:before{content:""}.mdi-format-line-style:before{content:""}.mdi-format-line-weight:before{content:""}.mdi-format-list-bulleted:before{content:""}.mdi-format-list-bulleted-type:before{content:""}.mdi-format-list-checks:before{content:""}.mdi-format-list-numbers:before{content:""}.mdi-format-page-break:before{content:""}.mdi-format-paint:before{content:""}.mdi-format-paragraph:before{content:""}.mdi-format-pilcrow:before{content:""}.mdi-format-quote-close:before{content:""}.mdi-format-quote-open:before{content:""}.mdi-format-rotate-90:before{content:""}.mdi-format-section:before{content:""}.mdi-format-size:before{content:""}.mdi-format-strikethrough:before{content:""}.mdi-format-strikethrough-variant:before{content:""}.mdi-format-subscript:before{content:""}.mdi-format-superscript:before{content:""}.mdi-format-text:before{content:""}.mdi-format-textdirection-l-to-r:before{content:""}.mdi-format-textdirection-r-to-l:before{content:""}.mdi-format-title:before{content:""}.mdi-format-underline:before{content:""}.mdi-format-vertical-align-bottom:before{content:""}.mdi-format-vertical-align-center:before{content:""}.mdi-format-vertical-align-top:before{content:""}.mdi-format-wrap-inline:before{content:""}.mdi-format-wrap-square:before{content:""}.mdi-format-wrap-tight:before{content:""}.mdi-format-wrap-top-bottom:before{content:""}.mdi-forum:before{content:""}.mdi-forward:before{content:""}.mdi-foursquare:before{content:""}.mdi-fridge:before{content:""}.mdi-fridge-filled:before{content:""}.mdi-fridge-filled-bottom:before{content:""}.mdi-fridge-filled-top:before{content:""}.mdi-fuel:before{content:""}.mdi-fullscreen:before{content:""}.mdi-fullscreen-exit:before{content:""}.mdi-function:before{content:""}.mdi-gamepad:before{content:""}.mdi-gamepad-variant:before{content:""}.mdi-garage:before{content:""}.mdi-garage-open:before{content:""}.mdi-gas-cylinder:before{content:""}.mdi-gas-station:before{content:""}.mdi-gate:before{content:""}.mdi-gauge:before{content:""}.mdi-gavel:before{content:""}.mdi-gender-female:before{content:""}.mdi-gender-male:before{content:""}.mdi-gender-male-female:before{content:""}.mdi-gender-transgender:before{content:""}.mdi-gesture:before{content:""}.mdi-gesture-double-tap:before{content:""}.mdi-gesture-swipe-down:before{content:""}.mdi-gesture-swipe-left:before{content:""}.mdi-gesture-swipe-right:before{content:""}.mdi-gesture-swipe-up:before{content:""}.mdi-gesture-tap:before{content:""}.mdi-gesture-two-double-tap:before{content:""}.mdi-gesture-two-tap:before{content:""}.mdi-ghost:before{content:""}.mdi-gift:before{content:""}.mdi-git:before{content:""}.mdi-github-box:before{content:""}.mdi-github-circle:before{content:""}.mdi-github-face:before{content:""}.mdi-glass-flute:before{content:""}.mdi-glass-mug:before{content:""}.mdi-glass-stange:before{content:""}.mdi-glass-tulip:before{content:""}.mdi-glassdoor:before{content:""}.mdi-glasses:before{content:""}.mdi-gmail:before{content:""}.mdi-gnome:before{content:""}.mdi-gondola:before{content:""}.mdi-google:before{content:""}.mdi-google-analytics:before{content:""}.mdi-google-assistant:before{content:""}.mdi-google-cardboard:before{content:""}.mdi-google-chrome:before{content:""}.mdi-google-circles:before{content:""}.mdi-google-circles-communities:before{content:""}.mdi-google-circles-extended:before{content:""}.mdi-google-circles-group:before{content:""}.mdi-google-controller:before{content:""}.mdi-google-controller-off:before{content:""}.mdi-google-drive:before{content:""}.mdi-google-earth:before{content:""}.mdi-google-glass:before{content:""}.mdi-google-keep:before{content:""}.mdi-google-maps:before{content:""}.mdi-google-nearby:before{content:""}.mdi-google-pages:before{content:""}.mdi-google-photos:before{content:""}.mdi-google-physical-web:before{content:""}.mdi-google-play:before{content:""}.mdi-google-plus:before{content:""}.mdi-google-plus-box:before{content:""}.mdi-google-translate:before{content:""}.mdi-google-wallet:before{content:""}.mdi-gradient:before{content:""}.mdi-grease-pencil:before{content:""}.mdi-grid:before{content:""}.mdi-grid-large:before{content:""}.mdi-grid-off:before{content:""}.mdi-group:before{content:""}.mdi-guitar-acoustic:before{content:""}.mdi-guitar-electric:before{content:""}.mdi-guitar-pick:before{content:""}.mdi-guitar-pick-outline:before{content:""}.mdi-hackernews:before{content:""}.mdi-hamburger:before{content:""}.mdi-hand-pointing-right:before{content:""}.mdi-hanger:before{content:""}.mdi-hangouts:before{content:""}.mdi-harddisk:before{content:""}.mdi-headphones:before{content:""}.mdi-headphones-box:before{content:""}.mdi-headphones-off:before{content:""}.mdi-headphones-settings:before{content:""}.mdi-headset:before{content:""}.mdi-headset-dock:before{content:""}.mdi-headset-off:before{content:""}.mdi-heart:before{content:""}.mdi-heart-box:before{content:""}.mdi-heart-box-outline:before{content:""}.mdi-heart-broken:before{content:""}.mdi-heart-half:before{content:""}.mdi-heart-half-full:before{content:""}.mdi-heart-half-outline:before{content:""}.mdi-heart-off:before{content:""}.mdi-heart-outline:before{content:""}.mdi-heart-pulse:before{content:""}.mdi-help:before{content:""}.mdi-help-box:before{content:""}.mdi-help-circle:before{content:""}.mdi-help-circle-outline:before{content:""}.mdi-help-network:before{content:""}.mdi-hexagon:before{content:""}.mdi-hexagon-multiple:before{content:""}.mdi-hexagon-outline:before{content:""}.mdi-high-definition:before{content:""}.mdi-highway:before{content:""}.mdi-history:before{content:""}.mdi-hololens:before{content:""}.mdi-home:before{content:""}.mdi-home-assistant:before{content:""}.mdi-home-automation:before{content:""}.mdi-home-circle:before{content:""}.mdi-home-map-marker:before{content:""}.mdi-home-modern:before{content:""}.mdi-home-outline:before{content:""}.mdi-home-variant:before{content:""}.mdi-hook:before{content:""}.mdi-hook-off:before{content:""}.mdi-hops:before{content:""}.mdi-hospital:before{content:""}.mdi-hospital-building:before{content:""}.mdi-hospital-marker:before{content:""}.mdi-hotel:before{content:""}.mdi-houzz:before{content:""}.mdi-houzz-box:before{content:""}.mdi-human:before{content:""}.mdi-human-child:before{content:""}.mdi-human-female:before{content:""}.mdi-human-greeting:before{content:""}.mdi-human-handsdown:before{content:""}.mdi-human-handsup:before{content:""}.mdi-human-male:before{content:""}.mdi-human-male-female:before{content:""}.mdi-human-pregnant:before{content:""}.mdi-humble-bundle:before{content:""}.mdi-image:before{content:""}.mdi-image-album:before{content:""}.mdi-image-area:before{content:""}.mdi-image-area-close:before{content:""}.mdi-image-broken:before{content:""}.mdi-image-broken-variant:before{content:""}.mdi-image-filter:before{content:""}.mdi-image-filter-black-white:before{content:""}.mdi-image-filter-center-focus:before{content:""}.mdi-image-filter-center-focus-weak:before{content:""}.mdi-image-filter-drama:before{content:""}.mdi-image-filter-frames:before{content:""}.mdi-image-filter-hdr:before{content:""}.mdi-image-filter-none:before{content:""}.mdi-image-filter-tilt-shift:before{content:""}.mdi-image-filter-vintage:before{content:""}.mdi-image-multiple:before{content:""}.mdi-import:before{content:""}.mdi-inbox:before{content:""}.mdi-inbox-arrow-down:before{content:""}.mdi-inbox-arrow-up:before{content:""}.mdi-incognito:before{content:""}.mdi-infinity:before{content:""}.mdi-information:before{content:""}.mdi-information-outline:before{content:""}.mdi-information-variant:before{content:""}.mdi-instagram:before{content:""}.mdi-instapaper:before{content:""}.mdi-internet-explorer:before{content:""}.mdi-invert-colors:before{content:""}.mdi-itunes:before{content:""}.mdi-jeepney:before{content:""}.mdi-jira:before{content:""}.mdi-jsfiddle:before{content:""}.mdi-json:before{content:""}.mdi-keg:before{content:""}.mdi-kettle:before{content:""}.mdi-key:before{content:""}.mdi-key-change:before{content:""}.mdi-key-minus:before{content:""}.mdi-key-plus:before{content:""}.mdi-key-remove:before{content:""}.mdi-key-variant:before{content:""}.mdi-keyboard:before{content:""}.mdi-keyboard-backspace:before{content:""}.mdi-keyboard-caps:before{content:""}.mdi-keyboard-close:before{content:""}.mdi-keyboard-off:before{content:""}.mdi-keyboard-return:before{content:""}.mdi-keyboard-tab:before{content:""}.mdi-keyboard-variant:before{content:""}.mdi-kickstarter:before{content:""}.mdi-kodi:before{content:""}.mdi-label:before{content:""}.mdi-label-outline:before{content:""}.mdi-lambda:before{content:""}.mdi-lamp:before{content:""}.mdi-lan:before{content:""}.mdi-lan-connect:before{content:""}.mdi-lan-disconnect:before{content:""}.mdi-lan-pending:before{content:""}.mdi-language-c:before{content:""}.mdi-language-cpp:before{content:""}.mdi-language-csharp:before{content:""}.mdi-language-css3:before{content:""}.mdi-language-go:before{content:""}.mdi-language-html5:before{content:""}.mdi-language-javascript:before{content:""}.mdi-language-php:before{content:""}.mdi-language-python:before{content:""}.mdi-language-python-text:before{content:""}.mdi-language-r:before{content:""}.mdi-language-swift:before{content:""}.mdi-language-typescript:before{content:""}.mdi-laptop:before{content:""}.mdi-laptop-chromebook:before{content:""}.mdi-laptop-mac:before{content:""}.mdi-laptop-off:before{content:""}.mdi-laptop-windows:before{content:""}.mdi-lastfm:before{content:""}.mdi-launch:before{content:""}.mdi-lava-lamp:before{content:""}.mdi-layers:before{content:""}.mdi-layers-off:before{content:""}.mdi-lead-pencil:before{content:""}.mdi-leaf:before{content:""}.mdi-led-off:before{content:""}.mdi-led-on:before{content:""}.mdi-led-outline:before{content:""}.mdi-led-strip:before{content:""}.mdi-led-variant-off:before{content:""}.mdi-led-variant-on:before{content:""}.mdi-led-variant-outline:before{content:""}.mdi-library:before{content:""}.mdi-library-books:before{content:""}.mdi-library-music:before{content:""}.mdi-library-plus:before{content:""}.mdi-lightbulb:before{content:""}.mdi-lightbulb-on:before{content:""}.mdi-lightbulb-on-outline:before{content:""}.mdi-lightbulb-outline:before{content:""}.mdi-link:before{content:""}.mdi-link-off:before{content:""}.mdi-link-variant:before{content:""}.mdi-link-variant-off:before{content:""}.mdi-linkedin:before{content:""}.mdi-linkedin-box:before{content:""}.mdi-linux:before{content:""}.mdi-loading:before{content:""}.mdi-lock:before{content:""}.mdi-lock-open:before{content:""}.mdi-lock-open-outline:before{content:""}.mdi-lock-outline:before{content:""}.mdi-lock-pattern:before{content:""}.mdi-lock-plus:before{content:""}.mdi-lock-reset:before{content:""}.mdi-locker:before{content:""}.mdi-locker-multiple:before{content:""}.mdi-login:before{content:""}.mdi-login-variant:before{content:""}.mdi-logout:before{content:""}.mdi-logout-variant:before{content:""}.mdi-looks:before{content:""}.mdi-loop:before{content:""}.mdi-loupe:before{content:""}.mdi-lumx:before{content:""}.mdi-magnet:before{content:""}.mdi-magnet-on:before{content:""}.mdi-magnify:before{content:""}.mdi-magnify-minus:before{content:""}.mdi-magnify-minus-outline:before{content:""}.mdi-magnify-plus:before{content:""}.mdi-magnify-plus-outline:before{content:""}.mdi-mail-ru:before{content:""}.mdi-mailbox:before{content:""}.mdi-map:before{content:""}.mdi-map-marker:before{content:""}.mdi-map-marker-circle:before{content:""}.mdi-map-marker-minus:before{content:""}.mdi-map-marker-multiple:before{content:""}.mdi-map-marker-off:before{content:""}.mdi-map-marker-outline:before{content:""}.mdi-map-marker-plus:before{content:""}.mdi-map-marker-radius:before{content:""}.mdi-margin:before{content:""}.mdi-markdown:before{content:""}.mdi-marker:before{content:""}.mdi-marker-check:before{content:""}.mdi-martini:before{content:""}.mdi-material-ui:before{content:""}.mdi-math-compass:before{content:""}.mdi-matrix:before{content:""}.mdi-maxcdn:before{content:""}.mdi-medical-bag:before{content:""}.mdi-medium:before{content:""}.mdi-memory:before{content:""}.mdi-menu:before{content:""}.mdi-menu-down:before{content:""}.mdi-menu-down-outline:before{content:""}.mdi-menu-left:before{content:""}.mdi-menu-right:before{content:""}.mdi-menu-up:before{content:""}.mdi-menu-up-outline:before{content:""}.mdi-message:before{content:""}.mdi-message-alert:before{content:""}.mdi-message-bulleted:before{content:""}.mdi-message-bulleted-off:before{content:""}.mdi-message-draw:before{content:""}.mdi-message-image:before{content:""}.mdi-message-outline:before{content:""}.mdi-message-plus:before{content:""}.mdi-message-processing:before{content:""}.mdi-message-reply:before{content:""}.mdi-message-reply-text:before{content:""}.mdi-message-settings:before{content:""}.mdi-message-settings-variant:before{content:""}.mdi-message-text:before{content:""}.mdi-message-text-outline:before{content:""}.mdi-message-video:before{content:""}.mdi-meteor:before{content:""}.mdi-metronome:before{content:""}.mdi-metronome-tick:before{content:""}.mdi-micro-sd:before{content:""}.mdi-microphone:before{content:""}.mdi-microphone-off:before{content:""}.mdi-microphone-outline:before{content:""}.mdi-microphone-settings:before{content:""}.mdi-microphone-variant:before{content:""}.mdi-microphone-variant-off:before{content:""}.mdi-microscope:before{content:""}.mdi-microsoft:before{content:""}.mdi-minecraft:before{content:""}.mdi-minus:before{content:""}.mdi-minus-box:before{content:""}.mdi-minus-box-outline:before{content:""}.mdi-minus-circle:before{content:""}.mdi-minus-circle-outline:before{content:""}.mdi-minus-network:before{content:""}.mdi-mixcloud:before{content:""}.mdi-mixer:before{content:""}.mdi-monitor:before{content:""}.mdi-monitor-multiple:before{content:""}.mdi-more:before{content:""}.mdi-motorbike:before{content:""}.mdi-mouse:before{content:""}.mdi-mouse-off:before{content:""}.mdi-mouse-variant:before{content:""}.mdi-mouse-variant-off:before{content:""}.mdi-move-resize:before{content:""}.mdi-move-resize-variant:before{content:""}.mdi-movie:before{content:""}.mdi-movie-roll:before{content:""}.mdi-multiplication:before{content:""}.mdi-multiplication-box:before{content:""}.mdi-mushroom:before{content:""}.mdi-mushroom-outline:before{content:""}.mdi-music:before{content:""}.mdi-music-box:before{content:""}.mdi-music-box-outline:before{content:""}.mdi-music-circle:before{content:""}.mdi-music-note:before{content:""}.mdi-music-note-bluetooth:before{content:""}.mdi-music-note-bluetooth-off:before{content:""}.mdi-music-note-eighth:before{content:""}.mdi-music-note-half:before{content:""}.mdi-music-note-off:before{content:""}.mdi-music-note-quarter:before{content:""}.mdi-music-note-sixteenth:before{content:""}.mdi-music-note-whole:before{content:""}.mdi-music-off:before{content:""}.mdi-nature:before{content:""}.mdi-nature-people:before{content:""}.mdi-navigation:before{content:""}.mdi-near-me:before{content:""}.mdi-needle:before{content:""}.mdi-nest-protect:before{content:""}.mdi-nest-thermostat:before{content:""}.mdi-netflix:before{content:""}.mdi-network:before{content:""}.mdi-new-box:before{content:""}.mdi-newspaper:before{content:""}.mdi-nfc:before{content:""}.mdi-nfc-tap:before{content:""}.mdi-nfc-variant:before{content:""}.mdi-ninja:before{content:""}.mdi-nintendo-switch:before{content:""}.mdi-nodejs:before{content:""}.mdi-note:before{content:""}.mdi-note-multiple:before{content:""}.mdi-note-multiple-outline:before{content:""}.mdi-note-outline:before{content:""}.mdi-note-plus:before{content:""}.mdi-note-plus-outline:before{content:""}.mdi-note-text:before{content:""}.mdi-notification-clear-all:before{content:""}.mdi-npm:before{content:""}.mdi-nuke:before{content:""}.mdi-null:before{content:""}.mdi-numeric:before{content:""}.mdi-numeric-0-box:before{content:""}.mdi-numeric-0-box-multiple-outline:before{content:""}.mdi-numeric-0-box-outline:before{content:""}.mdi-numeric-1-box:before{content:""}.mdi-numeric-1-box-multiple-outline:before{content:""}.mdi-numeric-1-box-outline:before{content:""}.mdi-numeric-2-box:before{content:""}.mdi-numeric-2-box-multiple-outline:before{content:""}.mdi-numeric-2-box-outline:before{content:""}.mdi-numeric-3-box:before{content:""}.mdi-numeric-3-box-multiple-outline:before{content:""}.mdi-numeric-3-box-outline:before{content:""}.mdi-numeric-4-box:before{content:""}.mdi-numeric-4-box-multiple-outline:before{content:""}.mdi-numeric-4-box-outline:before{content:""}.mdi-numeric-5-box:before{content:""}.mdi-numeric-5-box-multiple-outline:before{content:""}.mdi-numeric-5-box-outline:before{content:""}.mdi-numeric-6-box:before{content:""}.mdi-numeric-6-box-multiple-outline:before{content:""}.mdi-numeric-6-box-outline:before{content:""}.mdi-numeric-7-box:before{content:""}.mdi-numeric-7-box-multiple-outline:before{content:""}.mdi-numeric-7-box-outline:before{content:""}.mdi-numeric-8-box:before{content:""}.mdi-numeric-8-box-multiple-outline:before{content:""}.mdi-numeric-8-box-outline:before{content:""}.mdi-numeric-9-box:before{content:""}.mdi-numeric-9-box-multiple-outline:before{content:""}.mdi-numeric-9-box-outline:before{content:""}.mdi-numeric-9-plus-box:before{content:""}.mdi-numeric-9-plus-box-multiple-outline:before{content:""}.mdi-numeric-9-plus-box-outline:before{content:""}.mdi-nut:before{content:""}.mdi-nutrition:before{content:""}.mdi-oar:before{content:""}.mdi-octagon:before{content:""}.mdi-octagon-outline:before{content:""}.mdi-octagram:before{content:""}.mdi-octagram-outline:before{content:""}.mdi-odnoklassniki:before{content:""}.mdi-office:before{content:""}.mdi-oil:before{content:""}.mdi-oil-temperature:before{content:""}.mdi-omega:before{content:""}.mdi-onedrive:before{content:""}.mdi-onenote:before{content:""}.mdi-opacity:before{content:""}.mdi-open-in-app:before{content:""}.mdi-open-in-new:before{content:""}.mdi-openid:before{content:""}.mdi-opera:before{content:""}.mdi-orbit:before{content:""}.mdi-ornament:before{content:""}.mdi-ornament-variant:before{content:""}.mdi-owl:before{content:""}.mdi-package:before{content:""}.mdi-package-down:before{content:""}.mdi-package-up:before{content:""}.mdi-package-variant:before{content:""}.mdi-package-variant-closed:before{content:""}.mdi-page-first:before{content:""}.mdi-page-last:before{content:""}.mdi-page-layout-body:before{content:""}.mdi-page-layout-footer:before{content:""}.mdi-page-layout-header:before{content:""}.mdi-page-layout-sidebar-left:before{content:""}.mdi-page-layout-sidebar-right:before{content:""}.mdi-palette:before{content:""}.mdi-palette-advanced:before{content:""}.mdi-panda:before{content:""}.mdi-pandora:before{content:""}.mdi-panorama:before{content:""}.mdi-panorama-fisheye:before{content:""}.mdi-panorama-horizontal:before{content:""}.mdi-panorama-vertical:before{content:""}.mdi-panorama-wide-angle:before{content:""}.mdi-paper-cut-vertical:before{content:""}.mdi-paperclip:before{content:""}.mdi-parking:before{content:""}.mdi-passport:before{content:""}.mdi-pause:before{content:""}.mdi-pause-circle:before{content:""}.mdi-pause-circle-outline:before{content:""}.mdi-pause-octagon:before{content:""}.mdi-pause-octagon-outline:before{content:""}.mdi-paw:before{content:""}.mdi-paw-off:before{content:""}.mdi-pen:before{content:""}.mdi-pencil:before{content:""}.mdi-pencil-box:before{content:""}.mdi-pencil-box-outline:before{content:""}.mdi-pencil-circle:before{content:""}.mdi-pencil-circle-outline:before{content:""}.mdi-pencil-lock:before{content:""}.mdi-pencil-off:before{content:""}.mdi-pentagon:before{content:""}.mdi-pentagon-outline:before{content:""}.mdi-percent:before{content:""}.mdi-periodic-table-co2:before{content:""}.mdi-periscope:before{content:""}.mdi-pharmacy:before{content:""}.mdi-phone:before{content:""}.mdi-phone-bluetooth:before{content:""}.mdi-phone-classic:before{content:""}.mdi-phone-forward:before{content:""}.mdi-phone-hangup:before{content:""}.mdi-phone-in-talk:before{content:""}.mdi-phone-incoming:before{content:""}.mdi-phone-locked:before{content:""}.mdi-phone-log:before{content:""}.mdi-phone-minus:before{content:""}.mdi-phone-missed:before{content:""}.mdi-phone-outgoing:before{content:""}.mdi-phone-paused:before{content:""}.mdi-phone-plus:before{content:""}.mdi-phone-settings:before{content:""}.mdi-phone-voip:before{content:""}.mdi-pi:before{content:""}.mdi-pi-box:before{content:""}.mdi-piano:before{content:""}.mdi-pig:before{content:""}.mdi-pill:before{content:""}.mdi-pillar:before{content:""}.mdi-pin:before{content:""}.mdi-pin-off:before{content:""}.mdi-pine-tree:before{content:""}.mdi-pine-tree-box:before{content:""}.mdi-pinterest:before{content:""}.mdi-pinterest-box:before{content:""}.mdi-pipe:before{content:""}.mdi-pipe-disconnected:before{content:""}.mdi-pistol:before{content:""}.mdi-pizza:before{content:""}.mdi-plane-shield:before{content:""}.mdi-play:before{content:""}.mdi-play-box-outline:before{content:""}.mdi-play-circle:before{content:""}.mdi-play-circle-outline:before{content:""}.mdi-play-pause:before{content:""}.mdi-play-protected-content:before{content:""}.mdi-playlist-check:before{content:""}.mdi-playlist-minus:before{content:""}.mdi-playlist-play:before{content:""}.mdi-playlist-plus:before{content:""}.mdi-playlist-remove:before{content:""}.mdi-playstation:before{content:""}.mdi-plex:before{content:""}.mdi-plus:before{content:""}.mdi-plus-box:before{content:""}.mdi-plus-box-outline:before{content:""}.mdi-plus-circle:before{content:""}.mdi-plus-circle-multiple-outline:before{content:""}.mdi-plus-circle-outline:before{content:""}.mdi-plus-network:before{content:""}.mdi-plus-one:before{content:""}.mdi-plus-outline:before{content:""}.mdi-pocket:before{content:""}.mdi-pokeball:before{content:""}.mdi-polaroid:before{content:""}.mdi-poll:before{content:""}.mdi-poll-box:before{content:""}.mdi-polymer:before{content:""}.mdi-pool:before{content:""}.mdi-popcorn:before{content:""}.mdi-pot:before{content:""}.mdi-pot-mix:before{content:""}.mdi-pound:before{content:""}.mdi-pound-box:before{content:""}.mdi-power:before{content:""}.mdi-power-plug:before{content:""}.mdi-power-plug-off:before{content:""}.mdi-power-settings:before{content:""}.mdi-power-socket:before{content:""}.mdi-power-socket-eu:before{content:""}.mdi-power-socket-uk:before{content:""}.mdi-power-socket-us:before{content:""}.mdi-prescription:before{content:""}.mdi-presentation:before{content:""}.mdi-presentation-play:before{content:""}.mdi-printer:before{content:""}.mdi-printer-3d:before{content:""}.mdi-printer-alert:before{content:""}.mdi-printer-settings:before{content:""}.mdi-priority-high:before{content:""}.mdi-priority-low:before{content:""}.mdi-professional-hexagon:before{content:""}.mdi-projector:before{content:""}.mdi-projector-screen:before{content:""}.mdi-publish:before{content:""}.mdi-pulse:before{content:""}.mdi-puzzle:before{content:""}.mdi-qqchat:before{content:""}.mdi-qrcode:before{content:""}.mdi-qrcode-scan:before{content:""}.mdi-quadcopter:before{content:""}.mdi-quality-high:before{content:""}.mdi-quicktime:before{content:""}.mdi-radar:before{content:""}.mdi-radiator:before{content:""}.mdi-radio:before{content:""}.mdi-radio-handheld:before{content:""}.mdi-radio-tower:before{content:""}.mdi-radioactive:before{content:""}.mdi-radiobox-blank:before{content:""}.mdi-radiobox-marked:before{content:""}.mdi-raspberrypi:before{content:""}.mdi-ray-end:before{content:""}.mdi-ray-end-arrow:before{content:""}.mdi-ray-start:before{content:""}.mdi-ray-start-arrow:before{content:""}.mdi-ray-start-end:before{content:""}.mdi-ray-vertex:before{content:""}.mdi-rdio:before{content:""}.mdi-react:before{content:""}.mdi-read:before{content:""}.mdi-readability:before{content:""}.mdi-receipt:before{content:""}.mdi-record:before{content:""}.mdi-record-rec:before{content:""}.mdi-recycle:before{content:""}.mdi-reddit:before{content:""}.mdi-redo:before{content:""}.mdi-redo-variant:before{content:""}.mdi-refresh:before{content:""}.mdi-regex:before{content:""}.mdi-relative-scale:before{content:""}.mdi-reload:before{content:""}.mdi-remote:before{content:""}.mdi-rename-box:before{content:""}.mdi-reorder-horizontal:before{content:""}.mdi-reorder-vertical:before{content:""}.mdi-repeat:before{content:""}.mdi-repeat-off:before{content:""}.mdi-repeat-once:before{content:""}.mdi-replay:before{content:""}.mdi-reply:before{content:""}.mdi-reply-all:before{content:""}.mdi-reproduction:before{content:""}.mdi-resize-bottom-right:before{content:""}.mdi-responsive:before{content:""}.mdi-restart:before{content:""}.mdi-restore:before{content:""}.mdi-rewind:before{content:""}.mdi-rewind-outline:before{content:""}.mdi-rhombus:before{content:""}.mdi-rhombus-outline:before{content:""}.mdi-ribbon:before{content:""}.mdi-rice:before{content:""}.mdi-ring:before{content:""}.mdi-road:before{content:""}.mdi-road-variant:before{content:""}.mdi-robot:before{content:""}.mdi-rocket:before{content:""}.mdi-roomba:before{content:""}.mdi-rotate-3d:before{content:""}.mdi-rotate-left:before{content:""}.mdi-rotate-left-variant:before{content:""}.mdi-rotate-right:before{content:""}.mdi-rotate-right-variant:before{content:""}.mdi-rounded-corner:before{content:""}.mdi-router-wireless:before{content:""}.mdi-routes:before{content:""}.mdi-rowing:before{content:""}.mdi-rss:before{content:""}.mdi-rss-box:before{content:""}.mdi-ruler:before{content:""}.mdi-run:before{content:""}.mdi-run-fast:before{content:""}.mdi-sale:before{content:""}.mdi-sass:before{content:""}.mdi-satellite:before{content:""}.mdi-satellite-variant:before{content:""}.mdi-saxophone:before{content:""}.mdi-scale:before{content:""}.mdi-scale-balance:before{content:""}.mdi-scale-bathroom:before{content:""}.mdi-scanner:before{content:""}.mdi-school:before{content:""}.mdi-screen-rotation:before{content:""}.mdi-screen-rotation-lock:before{content:""}.mdi-screwdriver:before{content:""}.mdi-script:before{content:""}.mdi-sd:before{content:""}.mdi-seal:before{content:""}.mdi-search-web:before{content:""}.mdi-seat-flat:before{content:""}.mdi-seat-flat-angled:before{content:""}.mdi-seat-individual-suite:before{content:""}.mdi-seat-legroom-extra:before{content:""}.mdi-seat-legroom-normal:before{content:""}.mdi-seat-legroom-reduced:before{content:""}.mdi-seat-recline-extra:before{content:""}.mdi-seat-recline-normal:before{content:""}.mdi-security:before{content:""}.mdi-security-home:before{content:""}.mdi-security-network:before{content:""}.mdi-select:before{content:""}.mdi-select-all:before{content:""}.mdi-select-inverse:before{content:""}.mdi-select-off:before{content:""}.mdi-selection:before{content:""}.mdi-selection-off:before{content:""}.mdi-send:before{content:""}.mdi-send-secure:before{content:""}.mdi-serial-port:before{content:""}.mdi-server:before{content:""}.mdi-server-minus:before{content:""}.mdi-server-network:before{content:""}.mdi-server-network-off:before{content:""}.mdi-server-off:before{content:""}.mdi-server-plus:before{content:""}.mdi-server-remove:before{content:""}.mdi-server-security:before{content:""}.mdi-set-all:before{content:""}.mdi-set-center:before{content:""}.mdi-set-center-right:before{content:""}.mdi-set-left:before{content:""}.mdi-set-left-center:before{content:""}.mdi-set-left-right:before{content:""}.mdi-set-none:before{content:""}.mdi-set-right:before{content:""}.mdi-settings:before{content:""}.mdi-settings-box:before{content:""}.mdi-shape-circle-plus:before{content:""}.mdi-shape-plus:before{content:""}.mdi-shape-polygon-plus:before{content:""}.mdi-shape-rectangle-plus:before{content:""}.mdi-shape-square-plus:before{content:""}.mdi-share:before{content:""}.mdi-share-variant:before{content:""}.mdi-shield:before{content:""}.mdi-shield-half-full:before{content:""}.mdi-shield-outline:before{content:""}.mdi-shopping:before{content:""}.mdi-shopping-music:before{content:""}.mdi-shovel:before{content:""}.mdi-shovel-off:before{content:""}.mdi-shredder:before{content:""}.mdi-shuffle:before{content:""}.mdi-shuffle-disabled:before{content:""}.mdi-shuffle-variant:before{content:""}.mdi-sigma:before{content:""}.mdi-sigma-lower:before{content:""}.mdi-sign-caution:before{content:""}.mdi-sign-direction:before{content:""}.mdi-sign-text:before{content:""}.mdi-signal:before{content:""}.mdi-signal-2g:before{content:""}.mdi-signal-3g:before{content:""}.mdi-signal-4g:before{content:""}.mdi-signal-hspa:before{content:""}.mdi-signal-hspa-plus:before{content:""}.mdi-signal-off:before{content:""}.mdi-signal-variant:before{content:""}.mdi-silverware:before{content:""}.mdi-silverware-fork:before{content:""}.mdi-silverware-spoon:before{content:""}.mdi-silverware-variant:before{content:""}.mdi-sim:before{content:""}.mdi-sim-alert:before{content:""}.mdi-sim-off:before{content:""}.mdi-sitemap:before{content:""}.mdi-skip-backward:before{content:""}.mdi-skip-forward:before{content:""}.mdi-skip-next:before{content:""}.mdi-skip-next-circle:before{content:""}.mdi-skip-next-circle-outline:before{content:""}.mdi-skip-previous:before{content:""}.mdi-skip-previous-circle:before{content:""}.mdi-skip-previous-circle-outline:before{content:""}.mdi-skull:before{content:""}.mdi-skype:before{content:""}.mdi-skype-business:before{content:""}.mdi-slack:before{content:""}.mdi-sleep:before{content:""}.mdi-sleep-off:before{content:""}.mdi-smoking:before{content:""}.mdi-smoking-off:before{content:""}.mdi-snapchat:before{content:""}.mdi-snowflake:before{content:""}.mdi-snowman:before{content:""}.mdi-soccer:before{content:""}.mdi-sofa:before{content:""}.mdi-solid:before{content:""}.mdi-sort:before{content:""}.mdi-sort-alphabetical:before{content:""}.mdi-sort-ascending:before{content:""}.mdi-sort-descending:before{content:""}.mdi-sort-numeric:before{content:""}.mdi-sort-variant:before{content:""}.mdi-soundcloud:before{content:""}.mdi-source-branch:before{content:""}.mdi-source-commit:before{content:""}.mdi-source-commit-end:before{content:""}.mdi-source-commit-end-local:before{content:""}.mdi-source-commit-local:before{content:""}.mdi-source-commit-next-local:before{content:""}.mdi-source-commit-start:before{content:""}.mdi-source-commit-start-next-local:before{content:""}.mdi-source-fork:before{content:""}.mdi-source-merge:before{content:""}.mdi-source-pull:before{content:""}.mdi-soy-sauce:before{content:""}.mdi-speaker:before{content:""}.mdi-speaker-off:before{content:""}.mdi-speaker-wireless:before{content:""}.mdi-speedometer:before{content:""}.mdi-spellcheck:before{content:""}.mdi-spotify:before{content:""}.mdi-spotlight:before{content:""}.mdi-spotlight-beam:before{content:""}.mdi-spray:before{content:""}.mdi-square:before{content:""}.mdi-square-inc:before{content:""}.mdi-square-inc-cash:before{content:""}.mdi-square-outline:before{content:""}.mdi-square-root:before{content:""}.mdi-stackexchange:before{content:""}.mdi-stackoverflow:before{content:""}.mdi-stadium:before{content:""}.mdi-stairs:before{content:""}.mdi-standard-definition:before{content:""}.mdi-star:before{content:""}.mdi-star-circle:before{content:""}.mdi-star-half:before{content:""}.mdi-star-off:before{content:""}.mdi-star-outline:before{content:""}.mdi-steam:before{content:""}.mdi-steering:before{content:""}.mdi-step-backward:before{content:""}.mdi-step-backward-2:before{content:""}.mdi-step-forward:before{content:""}.mdi-step-forward-2:before{content:""}.mdi-stethoscope:before{content:""}.mdi-sticker:before{content:""}.mdi-sticker-emoji:before{content:""}.mdi-stocking:before{content:""}.mdi-stop:before{content:""}.mdi-stop-circle:before{content:""}.mdi-stop-circle-outline:before{content:""}.mdi-store:before{content:""}.mdi-store-24-hour:before{content:""}.mdi-stove:before{content:""}.mdi-subdirectory-arrow-left:before{content:""}.mdi-subdirectory-arrow-right:before{content:""}.mdi-subway:before{content:""}.mdi-subway-variant:before{content:""}.mdi-summit:before{content:""}.mdi-sunglasses:before{content:""}.mdi-surround-sound:before{content:""}.mdi-surround-sound-2-0:before{content:""}.mdi-surround-sound-3-1:before{content:""}.mdi-surround-sound-5-1:before{content:""}.mdi-surround-sound-7-1:before{content:""}.mdi-svg:before{content:""}.mdi-swap-horizontal:before{content:""}.mdi-swap-vertical:before{content:""}.mdi-swim:before{content:""}.mdi-switch:before{content:""}.mdi-sword:before{content:""}.mdi-sword-cross:before{content:""}.mdi-sync:before{content:""}.mdi-sync-alert:before{content:""}.mdi-sync-off:before{content:""}.mdi-tab:before{content:""}.mdi-tab-plus:before{content:""}.mdi-tab-unselected:before{content:""}.mdi-table:before{content:""}.mdi-table-column-plus-after:before{content:""}.mdi-table-column-plus-before:before{content:""}.mdi-table-column-remove:before{content:""}.mdi-table-column-width:before{content:""}.mdi-table-edit:before{content:""}.mdi-table-large:before{content:""}.mdi-table-row-height:before{content:""}.mdi-table-row-plus-after:before{content:""}.mdi-table-row-plus-before:before{content:""}.mdi-table-row-remove:before{content:""}.mdi-tablet:before{content:""}.mdi-tablet-android:before{content:""}.mdi-tablet-ipad:before{content:""}.mdi-taco:before{content:""}.mdi-tag:before{content:""}.mdi-tag-faces:before{content:""}.mdi-tag-heart:before{content:""}.mdi-tag-multiple:before{content:""}.mdi-tag-outline:before{content:""}.mdi-tag-plus:before{content:""}.mdi-tag-remove:before{content:""}.mdi-tag-text-outline:before{content:""}.mdi-target:before{content:""}.mdi-taxi:before{content:""}.mdi-teamviewer:before{content:""}.mdi-telegram:before{content:""}.mdi-television:before{content:""}.mdi-television-classic:before{content:""}.mdi-television-guide:before{content:""}.mdi-temperature-celsius:before{content:""}.mdi-temperature-fahrenheit:before{content:""}.mdi-temperature-kelvin:before{content:""}.mdi-tennis:before{content:""}.mdi-tent:before{content:""}.mdi-terrain:before{content:""}.mdi-test-tube:before{content:""}.mdi-text-shadow:before{content:""}.mdi-text-to-speech:before{content:""}.mdi-text-to-speech-off:before{content:""}.mdi-textbox:before{content:""}.mdi-textbox-password:before{content:""}.mdi-texture:before{content:""}.mdi-theater:before{content:""}.mdi-theme-light-dark:before{content:""}.mdi-thermometer:before{content:""}.mdi-thermometer-lines:before{content:""}.mdi-thought-bubble:before{content:""}.mdi-thought-bubble-outline:before{content:""}.mdi-thumb-down:before{content:""}.mdi-thumb-down-outline:before{content:""}.mdi-thumb-up:before{content:""}.mdi-thumb-up-outline:before{content:""}.mdi-thumbs-up-down:before{content:""}.mdi-ticket:before{content:""}.mdi-ticket-account:before{content:""}.mdi-ticket-confirmation:before{content:""}.mdi-ticket-percent:before{content:""}.mdi-tie:before{content:""}.mdi-tilde:before{content:""}.mdi-timelapse:before{content:""}.mdi-timer:before{content:""}.mdi-timer-10:before{content:""}.mdi-timer-3:before{content:""}.mdi-timer-off:before{content:""}.mdi-timer-sand:before{content:""}.mdi-timer-sand-empty:before{content:""}.mdi-timer-sand-full:before{content:""}.mdi-timetable:before{content:""}.mdi-toggle-switch:before{content:""}.mdi-toggle-switch-off:before{content:""}.mdi-tooltip:before{content:""}.mdi-tooltip-edit:before{content:""}.mdi-tooltip-image:before{content:""}.mdi-tooltip-outline:before{content:""}.mdi-tooltip-outline-plus:before{content:""}.mdi-tooltip-text:before{content:""}.mdi-tooth:before{content:""}.mdi-tor:before{content:""}.mdi-tower-beach:before{content:""}.mdi-tower-fire:before{content:""}.mdi-trackpad:before{content:""}.mdi-traffic-light:before{content:""}.mdi-train:before{content:""}.mdi-tram:before{content:""}.mdi-transcribe:before{content:""}.mdi-transcribe-close:before{content:""}.mdi-transfer:before{content:""}.mdi-transit-transfer:before{content:""}.mdi-translate:before{content:""}.mdi-treasure-chest:before{content:""}.mdi-tree:before{content:""}.mdi-trello:before{content:""}.mdi-trending-down:before{content:""}.mdi-trending-neutral:before{content:""}.mdi-trending-up:before{content:""}.mdi-triangle:before{content:""}.mdi-triangle-outline:before{content:""}.mdi-trophy:before{content:""}.mdi-trophy-award:before{content:""}.mdi-trophy-outline:before{content:""}.mdi-trophy-variant:before{content:""}.mdi-trophy-variant-outline:before{content:""}.mdi-truck:before{content:""}.mdi-truck-delivery:before{content:""}.mdi-truck-fast:before{content:""}.mdi-truck-trailer:before{content:""}.mdi-tshirt-crew:before{content:""}.mdi-tshirt-v:before{content:""}.mdi-tumblr:before{content:""}.mdi-tumblr-reblog:before{content:""}.mdi-tune:before{content:""}.mdi-tune-vertical:before{content:""}.mdi-twitch:before{content:""}.mdi-twitter:before{content:""}.mdi-twitter-box:before{content:""}.mdi-twitter-circle:before{content:""}.mdi-twitter-retweet:before{content:""}.mdi-uber:before{content:""}.mdi-ubuntu:before{content:""}.mdi-ultra-high-definition:before{content:""}.mdi-umbraco:before{content:""}.mdi-umbrella:before{content:""}.mdi-umbrella-outline:before{content:""}.mdi-undo:before{content:""}.mdi-undo-variant:before{content:""}.mdi-unfold-less-horizontal:before{content:""}.mdi-unfold-less-vertical:before{content:""}.mdi-unfold-more-horizontal:before{content:""}.mdi-unfold-more-vertical:before{content:""}.mdi-ungroup:before{content:""}.mdi-unity:before{content:""}.mdi-untappd:before{content:""}.mdi-update:before{content:""}.mdi-upload:before{content:""}.mdi-upload-network:before{content:""}.mdi-usb:before{content:""}.mdi-van-passenger:before{content:""}.mdi-van-utility:before{content:""}.mdi-vanish:before{content:""}.mdi-vector-arrange-above:before{content:""}.mdi-vector-arrange-below:before{content:""}.mdi-vector-circle:before{content:""}.mdi-vector-circle-variant:before{content:""}.mdi-vector-combine:before{content:""}.mdi-vector-curve:before{content:""}.mdi-vector-difference:before{content:""}.mdi-vector-difference-ab:before{content:""}.mdi-vector-difference-ba:before{content:""}.mdi-vector-intersection:before{content:""}.mdi-vector-line:before{content:""}.mdi-vector-point:before{content:""}.mdi-vector-polygon:before{content:""}.mdi-vector-polyline:before{content:""}.mdi-vector-radius:before{content:""}.mdi-vector-rectangle:before{content:""}.mdi-vector-selection:before{content:""}.mdi-vector-square:before{content:""}.mdi-vector-triangle:before{content:""}.mdi-vector-union:before{content:""}.mdi-verified:before{content:""}.mdi-vibrate:before{content:""}.mdi-video:before{content:""}.mdi-video-3d:before{content:""}.mdi-video-off:before{content:""}.mdi-video-switch:before{content:""}.mdi-view-agenda:before{content:""}.mdi-view-array:before{content:""}.mdi-view-carousel:before{content:""}.mdi-view-column:before{content:""}.mdi-view-dashboard:before{content:""}.mdi-view-day:before{content:""}.mdi-view-grid:before{content:""}.mdi-view-headline:before{content:""}.mdi-view-list:before{content:""}.mdi-view-module:before{content:""}.mdi-view-parallel:before{content:""}.mdi-view-quilt:before{content:""}.mdi-view-sequential:before{content:""}.mdi-view-stream:before{content:""}.mdi-view-week:before{content:""}.mdi-vimeo:before{content:""}.mdi-vine:before{content:""}.mdi-violin:before{content:""}.mdi-visualstudio:before{content:""}.mdi-vk:before{content:""}.mdi-vk-box:before{content:""}.mdi-vk-circle:before{content:""}.mdi-vlc:before{content:""}.mdi-voice:before{content:""}.mdi-voicemail:before{content:""}.mdi-volume-high:before{content:""}.mdi-volume-low:before{content:""}.mdi-volume-medium:before{content:""}.mdi-volume-minus:before{content:""}.mdi-volume-mute:before{content:""}.mdi-volume-off:before{content:""}.mdi-volume-plus:before{content:""}.mdi-vpn:before{content:""}.mdi-walk:before{content:""}.mdi-wall:before{content:""}.mdi-wallet:before{content:""}.mdi-wallet-giftcard:before{content:""}.mdi-wallet-membership:before{content:""}.mdi-wallet-travel:before{content:""}.mdi-wan:before{content:""}.mdi-washing-machine:before{content:""}.mdi-watch:before{content:""}.mdi-watch-export:before{content:""}.mdi-watch-import:before{content:""}.mdi-watch-vibrate:before{content:""}.mdi-water:before{content:""}.mdi-water-off:before{content:""}.mdi-water-percent:before{content:""}.mdi-water-pump:before{content:""}.mdi-watermark:before{content:""}.mdi-waves:before{content:""}.mdi-weather-cloudy:before{content:""}.mdi-weather-fog:before{content:""}.mdi-weather-hail:before{content:""}.mdi-weather-lightning:before{content:""}.mdi-weather-lightning-rainy:before{content:""}.mdi-weather-night:before{content:""}.mdi-weather-partlycloudy:before{content:""}.mdi-weather-pouring:before{content:""}.mdi-weather-rainy:before{content:""}.mdi-weather-snowy:before{content:""}.mdi-weather-snowy-rainy:before{content:""}.mdi-weather-sunny:before{content:""}.mdi-weather-sunset:before{content:""}.mdi-weather-sunset-down:before{content:""}.mdi-weather-sunset-up:before{content:""}.mdi-weather-windy:before{content:""}.mdi-weather-windy-variant:before{content:""}.mdi-web:before{content:""}.mdi-webcam:before{content:""}.mdi-webhook:before{content:""}.mdi-webpack:before{content:""}.mdi-wechat:before{content:""}.mdi-weight:before{content:""}.mdi-weight-kilogram:before{content:""}.mdi-whatsapp:before{content:""}.mdi-wheelchair-accessibility:before{content:""}.mdi-white-balance-auto:before{content:""}.mdi-white-balance-incandescent:before{content:""}.mdi-white-balance-iridescent:before{content:""}.mdi-white-balance-sunny:before{content:""}.mdi-widgets:before{content:""}.mdi-wifi:before{content:""}.mdi-wifi-off:before{content:""}.mdi-wii:before{content:""}.mdi-wiiu:before{content:""}.mdi-wikipedia:before{content:""}.mdi-window-close:before{content:""}.mdi-window-closed:before{content:""}.mdi-window-maximize:before{content:""}.mdi-window-minimize:before{content:""}.mdi-window-open:before{content:""}.mdi-window-restore:before{content:""}.mdi-windows:before{content:""}.mdi-wordpress:before{content:""}.mdi-worker:before{content:""}.mdi-wrap:before{content:""}.mdi-wrench:before{content:""}.mdi-wunderlist:before{content:""}.mdi-xaml:before{content:""}.mdi-xbox:before{content:""}.mdi-xbox-controller:before{content:""}.mdi-xbox-controller-battery-alert:before{content:""}.mdi-xbox-controller-battery-empty:before{content:""}.mdi-xbox-controller-battery-full:before{content:""}.mdi-xbox-controller-battery-low:before{content:""}.mdi-xbox-controller-battery-medium:before{content:""}.mdi-xbox-controller-battery-unknown:before{content:""}.mdi-xbox-controller-off:before{content:""}.mdi-xda:before{content:""}.mdi-xing:before{content:""}.mdi-xing-box:before{content:""}.mdi-xing-circle:before{content:""}.mdi-xml:before{content:""}.mdi-xmpp:before{content:""}.mdi-yammer:before{content:""}.mdi-yeast:before{content:""}.mdi-yelp:before{content:""}.mdi-yin-yang:before{content:""}.mdi-youtube-play:before{content:""}.mdi-zip-box:before{content:""}.mdi-blank:before{content:"";visibility:hidden}/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:Material-Design-Iconic-Font;font-style:normal;font-weight:400;src:url(/static/media/Material-Design-Iconic-Font.6ee80f4bf5d3f92f3bf7.woff2) format("woff2"),url(/static/media/Material-Design-Iconic-Font.bd9b02bf1131d90bfe22.woff) format("woff"),url(/static/media/Material-Design-Iconic-Font.5a588d6a8bfc41d69f88.ttf) format("truetype")}.zmdi{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 Material-Design-Iconic-Font;font-size:inherit;text-rendering:auto}.zmdi-hc-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.zmdi-hc-2x{font-size:2em}.zmdi-hc-3x{font-size:3em}.zmdi-hc-4x{font-size:4em}.zmdi-hc-5x{font-size:5em}.zmdi-hc-fw{text-align:center;width:1.28571429em}.zmdi-hc-ul{list-style-type:none;margin-left:2.14285714em;padding-left:0}.zmdi-hc-ul>li{position:relative}.zmdi-hc-li{left:-2.14285714em;position:absolute;text-align:center;top:.14285714em;width:2.14285714em}.zmdi-hc-li.zmdi-hc-lg{left:-1.85714286em}.zmdi-hc-border{border:.1em solid #9e9e9e;border-radius:2px;padding:.1em .25em}.zmdi-hc-border-circle{border:.1em solid #9e9e9e;border-radius:50%;padding:.1em .25em}.zmdi.pull-left{float:left;margin-right:.15em}.zmdi.pull-right{float:right;margin-left:.15em}.zmdi-hc-spin{-webkit-animation:zmdi-spin 1.5s linear infinite;animation:zmdi-spin 1.5s linear infinite}.zmdi-hc-spin-reverse{-webkit-animation:zmdi-spin-reverse 1.5s linear infinite;animation:zmdi-spin-reverse 1.5s linear infinite}@-webkit-keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.zmdi-hc-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.zmdi-hc-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.zmdi-hc-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.zmdi-hc-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.zmdi-hc-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.zmdi-hc-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.zmdi-hc-stack-1x,.zmdi-hc-stack-2x{left:0;position:absolute;text-align:center;width:100%}.zmdi-hc-stack-1x{line-height:inherit}.zmdi-hc-stack-2x{font-size:2em}.zmdi-hc-inverse{color:#fff}.zmdi-3d-rotation:before{content:""}.zmdi-airplane-off:before{content:""}.zmdi-airplane:before{content:""}.zmdi-album:before{content:""}.zmdi-archive:before{content:""}.zmdi-assignment-account:before{content:""}.zmdi-assignment-alert:before{content:""}.zmdi-assignment-check:before{content:""}.zmdi-assignment-o:before{content:""}.zmdi-assignment-return:before{content:""}.zmdi-assignment-returned:before{content:""}.zmdi-assignment:before{content:""}.zmdi-attachment-alt:before{content:""}.zmdi-attachment:before{content:""}.zmdi-audio:before{content:""}.zmdi-badge-check:before{content:""}.zmdi-balance-wallet:before{content:""}.zmdi-balance:before{content:""}.zmdi-battery-alert:before{content:""}.zmdi-battery-flash:before{content:""}.zmdi-battery-unknown:before{content:""}.zmdi-battery:before{content:""}.zmdi-bike:before{content:""}.zmdi-block-alt:before{content:""}.zmdi-block:before{content:""}.zmdi-boat:before{content:""}.zmdi-book-image:before{content:""}.zmdi-book:before{content:""}.zmdi-bookmark-outline:before{content:""}.zmdi-bookmark:before{content:""}.zmdi-brush:before{content:""}.zmdi-bug:before{content:""}.zmdi-bus:before{content:""}.zmdi-cake:before{content:""}.zmdi-car-taxi:before{content:""}.zmdi-car-wash:before{content:""}.zmdi-car:before{content:""}.zmdi-card-giftcard:before{content:""}.zmdi-card-membership:before{content:""}.zmdi-card-travel:before{content:""}.zmdi-card:before{content:""}.zmdi-case-check:before{content:""}.zmdi-case-download:before{content:""}.zmdi-case-play:before{content:""}.zmdi-case:before{content:""}.zmdi-cast-connected:before{content:""}.zmdi-cast:before{content:""}.zmdi-chart-donut:before{content:""}.zmdi-chart:before{content:""}.zmdi-city-alt:before{content:""}.zmdi-city:before{content:""}.zmdi-close-circle-o:before{content:""}.zmdi-close-circle:before{content:""}.zmdi-close:before{content:""}.zmdi-cocktail:before{content:""}.zmdi-code-setting:before{content:""}.zmdi-code-smartphone:before{content:""}.zmdi-code:before{content:""}.zmdi-coffee:before{content:""}.zmdi-collection-bookmark:before{content:""}.zmdi-collection-case-play:before{content:""}.zmdi-collection-folder-image:before{content:""}.zmdi-collection-image-o:before{content:""}.zmdi-collection-image:before{content:""}.zmdi-collection-item-1:before{content:""}.zmdi-collection-item-2:before{content:""}.zmdi-collection-item-3:before{content:""}.zmdi-collection-item-4:before{content:""}.zmdi-collection-item-5:before{content:""}.zmdi-collection-item-6:before{content:""}.zmdi-collection-item-7:before{content:""}.zmdi-collection-item-8:before{content:""}.zmdi-collection-item-9-plus:before{content:""}.zmdi-collection-item-9:before{content:""}.zmdi-collection-item:before{content:""}.zmdi-collection-music:before{content:""}.zmdi-collection-pdf:before{content:""}.zmdi-collection-plus:before{content:""}.zmdi-collection-speaker:before{content:""}.zmdi-collection-text:before{content:""}.zmdi-collection-video:before{content:""}.zmdi-compass:before{content:""}.zmdi-cutlery:before{content:""}.zmdi-delete:before{content:""}.zmdi-dialpad:before{content:""}.zmdi-dns:before{content:""}.zmdi-drink:before{content:""}.zmdi-edit:before{content:""}.zmdi-email-open:before{content:""}.zmdi-email:before{content:""}.zmdi-eye-off:before{content:""}.zmdi-eye:before{content:""}.zmdi-eyedropper:before{content:""}.zmdi-favorite-outline:before{content:""}.zmdi-favorite:before{content:""}.zmdi-filter-list:before{content:""}.zmdi-fire:before{content:""}.zmdi-flag:before{content:""}.zmdi-flare:before{content:""}.zmdi-flash-auto:before{content:""}.zmdi-flash-off:before{content:""}.zmdi-flash:before{content:""}.zmdi-flip:before{content:""}.zmdi-flower-alt:before{content:""}.zmdi-flower:before{content:""}.zmdi-font:before{content:""}.zmdi-fullscreen-alt:before{content:""}.zmdi-fullscreen-exit:before{content:""}.zmdi-fullscreen:before{content:""}.zmdi-functions:before{content:""}.zmdi-gas-station:before{content:""}.zmdi-gesture:before{content:""}.zmdi-globe-alt:before{content:""}.zmdi-globe-lock:before{content:""}.zmdi-globe:before{content:""}.zmdi-graduation-cap:before{content:""}.zmdi-home:before{content:""}.zmdi-hospital-alt:before{content:""}.zmdi-hospital:before{content:""}.zmdi-hotel:before{content:""}.zmdi-hourglass-alt:before{content:""}.zmdi-hourglass-outline:before{content:""}.zmdi-hourglass:before{content:""}.zmdi-http:before{content:""}.zmdi-image-alt:before{content:""}.zmdi-image-o:before{content:""}.zmdi-image:before{content:""}.zmdi-inbox:before{content:""}.zmdi-invert-colors-off:before{content:""}.zmdi-invert-colors:before{content:""}.zmdi-key:before{content:""}.zmdi-label-alt-outline:before{content:""}.zmdi-label-alt:before{content:""}.zmdi-label-heart:before{content:""}.zmdi-label:before{content:""}.zmdi-labels:before{content:""}.zmdi-lamp:before{content:""}.zmdi-landscape:before{content:""}.zmdi-layers-off:before{content:""}.zmdi-layers:before{content:""}.zmdi-library:before{content:""}.zmdi-link:before{content:""}.zmdi-lock-open:before{content:""}.zmdi-lock-outline:before{content:""}.zmdi-lock:before{content:""}.zmdi-mail-reply-all:before{content:""}.zmdi-mail-reply:before{content:""}.zmdi-mail-send:before{content:""}.zmdi-mall:before{content:""}.zmdi-map:before{content:""}.zmdi-menu:before{content:""}.zmdi-money-box:before{content:""}.zmdi-money-off:before{content:""}.zmdi-money:before{content:""}.zmdi-more-vert:before{content:""}.zmdi-more:before{content:""}.zmdi-movie-alt:before{content:""}.zmdi-movie:before{content:""}.zmdi-nature-people:before{content:""}.zmdi-nature:before{content:""}.zmdi-navigation:before{content:""}.zmdi-open-in-browser:before{content:""}.zmdi-open-in-new:before{content:""}.zmdi-palette:before{content:""}.zmdi-parking:before{content:""}.zmdi-pin-account:before{content:""}.zmdi-pin-assistant:before{content:""}.zmdi-pin-drop:before{content:""}.zmdi-pin-help:before{content:""}.zmdi-pin-off:before{content:""}.zmdi-pin:before{content:""}.zmdi-pizza:before{content:""}.zmdi-plaster:before{content:""}.zmdi-power-setting:before{content:""}.zmdi-power:before{content:""}.zmdi-print:before{content:""}.zmdi-puzzle-piece:before{content:""}.zmdi-quote:before{content:""}.zmdi-railway:before{content:""}.zmdi-receipt:before{content:""}.zmdi-refresh-alt:before{content:""}.zmdi-refresh-sync-alert:before{content:""}.zmdi-refresh-sync-off:before{content:""}.zmdi-refresh-sync:before{content:""}.zmdi-refresh:before{content:""}.zmdi-roller:before{content:""}.zmdi-ruler:before{content:""}.zmdi-scissors:before{content:""}.zmdi-screen-rotation-lock:before{content:""}.zmdi-screen-rotation:before{content:""}.zmdi-search-for:before{content:""}.zmdi-search-in-file:before{content:""}.zmdi-search-in-page:before{content:""}.zmdi-search-replace:before{content:""}.zmdi-search:before{content:""}.zmdi-seat:before{content:""}.zmdi-settings-square:before{content:""}.zmdi-settings:before{content:""}.zmdi-shield-check:before{content:""}.zmdi-shield-security:before{content:""}.zmdi-shopping-basket:before{content:""}.zmdi-shopping-cart-plus:before{content:""}.zmdi-shopping-cart:before{content:""}.zmdi-sign-in:before{content:""}.zmdi-sort-amount-asc:before{content:""}.zmdi-sort-amount-desc:before{content:""}.zmdi-sort-asc:before{content:""}.zmdi-sort-desc:before{content:""}.zmdi-spellcheck:before{content:""}.zmdi-storage:before{content:""}.zmdi-store-24:before{content:""}.zmdi-store:before{content:""}.zmdi-subway:before{content:""}.zmdi-sun:before{content:""}.zmdi-tab-unselected:before{content:""}.zmdi-tab:before{content:""}.zmdi-tag-close:before{content:""}.zmdi-tag-more:before{content:""}.zmdi-tag:before{content:""}.zmdi-thumb-down:before{content:""}.zmdi-thumb-up-down:before{content:""}.zmdi-thumb-up:before{content:""}.zmdi-ticket-star:before{content:""}.zmdi-toll:before{content:""}.zmdi-toys:before{content:""}.zmdi-traffic:before{content:""}.zmdi-translate:before{content:""}.zmdi-triangle-down:before{content:""}.zmdi-triangle-up:before{content:""}.zmdi-truck:before{content:""}.zmdi-turning-sign:before{content:""}.zmdi-wallpaper:before{content:""}.zmdi-washing-machine:before{content:""}.zmdi-window-maximize:before{content:""}.zmdi-window-minimize:before{content:""}.zmdi-window-restore:before{content:""}.zmdi-wrench:before{content:""}.zmdi-zoom-in:before{content:""}.zmdi-zoom-out:before{content:""}.zmdi-alert-circle-o:before{content:""}.zmdi-alert-circle:before{content:""}.zmdi-alert-octagon:before{content:""}.zmdi-alert-polygon:before{content:""}.zmdi-alert-triangle:before{content:""}.zmdi-help-outline:before{content:""}.zmdi-help:before{content:""}.zmdi-info-outline:before{content:""}.zmdi-info:before{content:""}.zmdi-notifications-active:before{content:""}.zmdi-notifications-add:before{content:""}.zmdi-notifications-none:before{content:""}.zmdi-notifications-off:before{content:""}.zmdi-notifications-paused:before{content:""}.zmdi-notifications:before{content:""}.zmdi-account-add:before{content:""}.zmdi-account-box-mail:before{content:""}.zmdi-account-box-o:before{content:""}.zmdi-account-box-phone:before{content:""}.zmdi-account-box:before{content:""}.zmdi-account-calendar:before{content:""}.zmdi-account-circle:before{content:""}.zmdi-account-o:before{content:""}.zmdi-account:before{content:""}.zmdi-accounts-add:before{content:""}.zmdi-accounts-alt:before{content:""}.zmdi-accounts-list-alt:before{content:""}.zmdi-accounts-list:before{content:""}.zmdi-accounts-outline:before{content:""}.zmdi-accounts:before{content:""}.zmdi-face:before{content:""}.zmdi-female:before{content:""}.zmdi-male-alt:before{content:""}.zmdi-male-female:before{content:""}.zmdi-male:before{content:""}.zmdi-mood-bad:before{content:""}.zmdi-mood:before{content:""}.zmdi-run:before{content:""}.zmdi-walk:before{content:""}.zmdi-cloud-box:before{content:""}.zmdi-cloud-circle:before{content:""}.zmdi-cloud-done:before{content:""}.zmdi-cloud-download:before{content:""}.zmdi-cloud-off:before{content:""}.zmdi-cloud-outline-alt:before{content:""}.zmdi-cloud-outline:before{content:""}.zmdi-cloud-upload:before{content:""}.zmdi-cloud:before{content:""}.zmdi-download:before{content:""}.zmdi-file-plus:before{content:""}.zmdi-file-text:before{content:""}.zmdi-file:before{content:""}.zmdi-folder-outline:before{content:""}.zmdi-folder-person:before{content:""}.zmdi-folder-star-alt:before{content:""}.zmdi-folder-star:before{content:""}.zmdi-folder:before{content:""}.zmdi-gif:before{content:""}.zmdi-upload:before{content:""}.zmdi-border-all:before{content:""}.zmdi-border-bottom:before{content:""}.zmdi-border-clear:before{content:""}.zmdi-border-color:before{content:""}.zmdi-border-horizontal:before{content:""}.zmdi-border-inner:before{content:""}.zmdi-border-left:before{content:""}.zmdi-border-outer:before{content:""}.zmdi-border-right:before{content:""}.zmdi-border-style:before{content:""}.zmdi-border-top:before{content:""}.zmdi-border-vertical:before{content:""}.zmdi-copy:before{content:""}.zmdi-crop:before{content:""}.zmdi-format-align-center:before{content:""}.zmdi-format-align-justify:before{content:""}.zmdi-format-align-left:before{content:""}.zmdi-format-align-right:before{content:""}.zmdi-format-bold:before{content:""}.zmdi-format-clear-all:before{content:""}.zmdi-format-clear:before{content:""}.zmdi-format-color-fill:before{content:""}.zmdi-format-color-reset:before{content:""}.zmdi-format-color-text:before{content:""}.zmdi-format-indent-decrease:before{content:""}.zmdi-format-indent-increase:before{content:""}.zmdi-format-italic:before{content:""}.zmdi-format-line-spacing:before{content:""}.zmdi-format-list-bulleted:before{content:""}.zmdi-format-list-numbered:before{content:""}.zmdi-format-ltr:before{content:""}.zmdi-format-rtl:before{content:""}.zmdi-format-size:before{content:""}.zmdi-format-strikethrough-s:before{content:""}.zmdi-format-strikethrough:before{content:""}.zmdi-format-subject:before{content:""}.zmdi-format-underlined:before{content:""}.zmdi-format-valign-bottom:before{content:""}.zmdi-format-valign-center:before{content:""}.zmdi-format-valign-top:before{content:""}.zmdi-redo:before{content:""}.zmdi-select-all:before{content:""}.zmdi-space-bar:before{content:""}.zmdi-text-format:before{content:""}.zmdi-transform:before{content:""}.zmdi-undo:before{content:""}.zmdi-wrap-text:before{content:""}.zmdi-comment-alert:before{content:""}.zmdi-comment-alt-text:before{content:""}.zmdi-comment-alt:before{content:""}.zmdi-comment-edit:before{content:""}.zmdi-comment-image:before{content:""}.zmdi-comment-list:before{content:""}.zmdi-comment-more:before{content:""}.zmdi-comment-outline:before{content:""}.zmdi-comment-text-alt:before{content:""}.zmdi-comment-text:before{content:""}.zmdi-comment-video:before{content:""}.zmdi-comment:before{content:""}.zmdi-comments:before{content:""}.zmdi-check-all:before{content:""}.zmdi-check-circle-u:before{content:""}.zmdi-check-circle:before{content:""}.zmdi-check-square:before{content:""}.zmdi-check:before{content:""}.zmdi-circle-o:before{content:""}.zmdi-circle:before{content:""}.zmdi-dot-circle-alt:before{content:""}.zmdi-dot-circle:before{content:""}.zmdi-minus-circle-outline:before{content:""}.zmdi-minus-circle:before{content:""}.zmdi-minus-square:before{content:""}.zmdi-minus:before{content:""}.zmdi-plus-circle-o-duplicate:before{content:""}.zmdi-plus-circle-o:before{content:""}.zmdi-plus-circle:before{content:""}.zmdi-plus-square:before{content:""}.zmdi-plus:before{content:""}.zmdi-square-o:before{content:""}.zmdi-star-circle:before{content:""}.zmdi-star-half:before{content:""}.zmdi-star-outline:before{content:""}.zmdi-star:before{content:""}.zmdi-bluetooth-connected:before{content:""}.zmdi-bluetooth-off:before{content:""}.zmdi-bluetooth-search:before{content:""}.zmdi-bluetooth-setting:before{content:""}.zmdi-bluetooth:before{content:""}.zmdi-camera-add:before{content:""}.zmdi-camera-alt:before{content:""}.zmdi-camera-bw:before{content:""}.zmdi-camera-front:before{content:""}.zmdi-camera-mic:before{content:""}.zmdi-camera-party-mode:before{content:""}.zmdi-camera-rear:before{content:""}.zmdi-camera-roll:before{content:""}.zmdi-camera-switch:before{content:""}.zmdi-camera:before{content:""}.zmdi-card-alert:before{content:""}.zmdi-card-off:before{content:""}.zmdi-card-sd:before{content:""}.zmdi-card-sim:before{content:""}.zmdi-desktop-mac:before{content:""}.zmdi-desktop-windows:before{content:""}.zmdi-device-hub:before{content:""}.zmdi-devices-off:before{content:""}.zmdi-devices:before{content:""}.zmdi-dock:before{content:""}.zmdi-floppy:before{content:""}.zmdi-gamepad:before{content:""}.zmdi-gps-dot:before{content:""}.zmdi-gps-off:before{content:""}.zmdi-gps:before{content:""}.zmdi-headset-mic:before{content:""}.zmdi-headset:before{content:""}.zmdi-input-antenna:before{content:""}.zmdi-input-composite:before{content:""}.zmdi-input-hdmi:before{content:""}.zmdi-input-power:before{content:""}.zmdi-input-svideo:before{content:""}.zmdi-keyboard-hide:before{content:""}.zmdi-keyboard:before{content:""}.zmdi-laptop-chromebook:before{content:""}.zmdi-laptop-mac:before{content:""}.zmdi-laptop:before{content:""}.zmdi-mic-off:before{content:""}.zmdi-mic-outline:before{content:""}.zmdi-mic-setting:before{content:""}.zmdi-mic:before{content:""}.zmdi-mouse:before{content:""}.zmdi-network-alert:before{content:""}.zmdi-network-locked:before{content:""}.zmdi-network-off:before{content:""}.zmdi-network-outline:before{content:""}.zmdi-network-setting:before{content:""}.zmdi-network:before{content:""}.zmdi-phone-bluetooth:before{content:""}.zmdi-phone-end:before{content:""}.zmdi-phone-forwarded:before{content:""}.zmdi-phone-in-talk:before{content:""}.zmdi-phone-locked:before{content:""}.zmdi-phone-missed:before{content:""}.zmdi-phone-msg:before{content:""}.zmdi-phone-paused:before{content:""}.zmdi-phone-ring:before{content:""}.zmdi-phone-setting:before{content:""}.zmdi-phone-sip:before{content:""}.zmdi-phone:before{content:""}.zmdi-portable-wifi-changes:before{content:""}.zmdi-portable-wifi-off:before{content:""}.zmdi-portable-wifi:before{content:""}.zmdi-radio:before{content:""}.zmdi-reader:before{content:""}.zmdi-remote-control-alt:before{content:""}.zmdi-remote-control:before{content:""}.zmdi-router:before{content:""}.zmdi-scanner:before{content:""}.zmdi-smartphone-android:before{content:""}.zmdi-smartphone-download:before{content:""}.zmdi-smartphone-erase:before{content:""}.zmdi-smartphone-info:before{content:""}.zmdi-smartphone-iphone:before{content:""}.zmdi-smartphone-landscape-lock:before{content:""}.zmdi-smartphone-landscape:before{content:""}.zmdi-smartphone-lock:before{content:""}.zmdi-smartphone-portrait-lock:before{content:""}.zmdi-smartphone-ring:before{content:""}.zmdi-smartphone-setting:before{content:""}.zmdi-smartphone-setup:before{content:""}.zmdi-smartphone:before{content:""}.zmdi-speaker:before{content:""}.zmdi-tablet-android:before{content:""}.zmdi-tablet-mac:before{content:""}.zmdi-tablet:before{content:""}.zmdi-tv-alt-play:before{content:""}.zmdi-tv-list:before{content:""}.zmdi-tv-play:before{content:""}.zmdi-tv:before{content:""}.zmdi-usb:before{content:""}.zmdi-videocam-off:before{content:""}.zmdi-videocam-switch:before{content:""}.zmdi-videocam:before{content:""}.zmdi-watch:before{content:""}.zmdi-wifi-alt-2:before{content:""}.zmdi-wifi-alt:before{content:""}.zmdi-wifi-info:before{content:""}.zmdi-wifi-lock:before{content:""}.zmdi-wifi-off:before{content:""}.zmdi-wifi-outline:before{content:""}.zmdi-wifi:before{content:""}.zmdi-arrow-left-bottom:before{content:""}.zmdi-arrow-left:before{content:""}.zmdi-arrow-merge:before{content:""}.zmdi-arrow-missed:before{content:""}.zmdi-arrow-right-top:before{content:""}.zmdi-arrow-right:before{content:""}.zmdi-arrow-split:before{content:""}.zmdi-arrows:before{content:""}.zmdi-caret-down-circle:before{content:""}.zmdi-caret-down:before{content:""}.zmdi-caret-left-circle:before{content:""}.zmdi-caret-left:before{content:""}.zmdi-caret-right-circle:before{content:""}.zmdi-caret-right:before{content:""}.zmdi-caret-up-circle:before{content:""}.zmdi-caret-up:before{content:""}.zmdi-chevron-down:before{content:""}.zmdi-chevron-left:before{content:""}.zmdi-chevron-right:before{content:""}.zmdi-chevron-up:before{content:""}.zmdi-forward:before{content:""}.zmdi-long-arrow-down:before{content:""}.zmdi-long-arrow-left:before{content:""}.zmdi-long-arrow-return:before{content:""}.zmdi-long-arrow-right:before{content:""}.zmdi-long-arrow-tab:before{content:""}.zmdi-long-arrow-up:before{content:""}.zmdi-rotate-ccw:before{content:""}.zmdi-rotate-cw:before{content:""}.zmdi-rotate-left:before{content:""}.zmdi-rotate-right:before{content:""}.zmdi-square-down:before{content:""}.zmdi-square-right:before{content:""}.zmdi-swap-alt:before{content:""}.zmdi-swap-vertical-circle:before{content:""}.zmdi-swap-vertical:before{content:""}.zmdi-swap:before{content:""}.zmdi-trending-down:before{content:""}.zmdi-trending-flat:before{content:""}.zmdi-trending-up:before{content:""}.zmdi-unfold-less:before{content:""}.zmdi-unfold-more:before{content:""}.zmdi-apps:before{content:""}.zmdi-grid-off:before{content:""}.zmdi-grid:before{content:""}.zmdi-view-agenda:before{content:""}.zmdi-view-array:before{content:""}.zmdi-view-carousel:before{content:""}.zmdi-view-column:before{content:""}.zmdi-view-comfy:before{content:""}.zmdi-view-compact:before{content:""}.zmdi-view-dashboard:before{content:""}.zmdi-view-day:before{content:""}.zmdi-view-headline:before{content:""}.zmdi-view-list-alt:before{content:""}.zmdi-view-list:before{content:""}.zmdi-view-module:before{content:""}.zmdi-view-quilt:before{content:""}.zmdi-view-stream:before{content:""}.zmdi-view-subtitles:before{content:""}.zmdi-view-toc:before{content:""}.zmdi-view-web:before{content:""}.zmdi-view-week:before{content:""}.zmdi-widgets:before{content:""}.zmdi-alarm-check:before{content:""}.zmdi-alarm-off:before{content:""}.zmdi-alarm-plus:before{content:""}.zmdi-alarm-snooze:before{content:""}.zmdi-alarm:before{content:""}.zmdi-calendar-alt:before{content:""}.zmdi-calendar-check:before{content:""}.zmdi-calendar-close:before{content:""}.zmdi-calendar-note:before{content:""}.zmdi-calendar:before{content:""}.zmdi-time-countdown:before{content:""}.zmdi-time-interval:before{content:""}.zmdi-time-restore-setting:before{content:""}.zmdi-time-restore:before{content:""}.zmdi-time:before{content:""}.zmdi-timer-off:before{content:""}.zmdi-timer:before{content:""}.zmdi-android-alt:before{content:""}.zmdi-android:before{content:""}.zmdi-apple:before{content:""}.zmdi-behance:before{content:""}.zmdi-codepen:before{content:""}.zmdi-dribbble:before{content:""}.zmdi-dropbox:before{content:""}.zmdi-evernote:before{content:""}.zmdi-facebook-box:before{content:""}.zmdi-facebook:before{content:""}.zmdi-github-box:before{content:""}.zmdi-github:before{content:""}.zmdi-google-drive:before{content:""}.zmdi-google-earth:before{content:""}.zmdi-google-glass:before{content:""}.zmdi-google-maps:before{content:""}.zmdi-google-pages:before{content:""}.zmdi-google-play:before{content:""}.zmdi-google-plus-box:before{content:""}.zmdi-google-plus:before{content:""}.zmdi-google:before{content:""}.zmdi-instagram:before{content:""}.zmdi-language-css3:before{content:""}.zmdi-language-html5:before{content:""}.zmdi-language-javascript:before{content:""}.zmdi-language-python-alt:before{content:""}.zmdi-language-python:before{content:""}.zmdi-lastfm:before{content:""}.zmdi-linkedin-box:before{content:""}.zmdi-paypal:before{content:""}.zmdi-pinterest-box:before{content:""}.zmdi-pocket:before{content:""}.zmdi-polymer:before{content:""}.zmdi-share:before{content:""}.zmdi-stackoverflow:before{content:""}.zmdi-steam-square:before{content:""}.zmdi-steam:before{content:""}.zmdi-twitter-box:before{content:""}.zmdi-twitter:before{content:""}.zmdi-vk:before{content:""}.zmdi-wikipedia:before{content:""}.zmdi-windows:before{content:""}.zmdi-aspect-ratio-alt:before{content:""}.zmdi-aspect-ratio:before{content:""}.zmdi-blur-circular:before{content:""}.zmdi-blur-linear:before{content:""}.zmdi-blur-off:before{content:""}.zmdi-blur:before{content:""}.zmdi-brightness-2:before{content:""}.zmdi-brightness-3:before{content:""}.zmdi-brightness-4:before{content:""}.zmdi-brightness-5:before{content:""}.zmdi-brightness-6:before{content:""}.zmdi-brightness-7:before{content:""}.zmdi-brightness-auto:before{content:""}.zmdi-brightness-setting:before{content:""}.zmdi-broken-image:before{content:""}.zmdi-center-focus-strong:before{content:""}.zmdi-center-focus-weak:before{content:""}.zmdi-compare:before{content:""}.zmdi-crop-16-9:before{content:""}.zmdi-crop-3-2:before{content:""}.zmdi-crop-5-4:before{content:""}.zmdi-crop-7-5:before{content:""}.zmdi-crop-din:before{content:""}.zmdi-crop-free:before{content:""}.zmdi-crop-landscape:before{content:""}.zmdi-crop-portrait:before{content:""}.zmdi-crop-square:before{content:""}.zmdi-exposure-alt:before{content:""}.zmdi-exposure:before{content:""}.zmdi-filter-b-and-w:before{content:""}.zmdi-filter-center-focus:before{content:""}.zmdi-filter-frames:before{content:""}.zmdi-filter-tilt-shift:before{content:""}.zmdi-gradient:before{content:""}.zmdi-grain:before{content:""}.zmdi-graphic-eq:before{content:""}.zmdi-hdr-off:before{content:""}.zmdi-hdr-strong:before{content:""}.zmdi-hdr-weak:before{content:""}.zmdi-hdr:before{content:""}.zmdi-iridescent:before{content:""}.zmdi-leak-off:before{content:""}.zmdi-leak:before{content:""}.zmdi-looks:before{content:""}.zmdi-loupe:before{content:""}.zmdi-panorama-horizontal:before{content:""}.zmdi-panorama-vertical:before{content:""}.zmdi-panorama-wide-angle:before{content:""}.zmdi-photo-size-select-large:before{content:""}.zmdi-photo-size-select-small:before{content:""}.zmdi-picture-in-picture:before{content:""}.zmdi-slideshow:before{content:""}.zmdi-texture:before{content:""}.zmdi-tonality:before{content:""}.zmdi-vignette:before{content:""}.zmdi-wb-auto:before{content:""}.zmdi-eject-alt:before{content:""}.zmdi-eject:before{content:""}.zmdi-equalizer:before{content:""}.zmdi-fast-forward:before{content:""}.zmdi-fast-rewind:before{content:""}.zmdi-forward-10:before{content:""}.zmdi-forward-30:before{content:""}.zmdi-forward-5:before{content:""}.zmdi-hearing:before{content:""}.zmdi-pause-circle-outline:before{content:""}.zmdi-pause-circle:before{content:""}.zmdi-pause:before{content:""}.zmdi-play-circle-outline:before{content:""}.zmdi-play-circle:before{content:""}.zmdi-play:before{content:""}.zmdi-playlist-audio:before{content:""}.zmdi-playlist-plus:before{content:""}.zmdi-repeat-one:before{content:""}.zmdi-repeat:before{content:""}.zmdi-replay-10:before{content:""}.zmdi-replay-30:before{content:""}.zmdi-replay-5:before{content:""}.zmdi-replay:before{content:""}.zmdi-shuffle:before{content:""}.zmdi-skip-next:before{content:""}.zmdi-skip-previous:before{content:""}.zmdi-stop:before{content:""}.zmdi-surround-sound:before{content:""}.zmdi-tune:before{content:""}.zmdi-volume-down:before{content:""}.zmdi-volume-mute:before{content:""}.zmdi-volume-off:before{content:""}.zmdi-volume-up:before{content:""}.zmdi-n-1-square:before{content:""}.zmdi-n-2-square:before{content:""}.zmdi-n-3-square:before{content:""}.zmdi-n-4-square:before{content:""}.zmdi-n-5-square:before{content:""}.zmdi-n-6-square:before{content:""}.zmdi-neg-1:before{content:""}.zmdi-neg-2:before{content:""}.zmdi-plus-1:before{content:""}.zmdi-plus-2:before{content:""}.zmdi-sec-10:before{content:""}.zmdi-sec-3:before{content:""}.zmdi-zero:before{content:""}.zmdi-airline-seat-flat-angled:before{content:""}.zmdi-airline-seat-flat:before{content:""}.zmdi-airline-seat-individual-suite:before{content:""}.zmdi-airline-seat-legroom-extra:before{content:""}.zmdi-airline-seat-legroom-normal:before{content:""}.zmdi-airline-seat-legroom-reduced:before{content:""}.zmdi-airline-seat-recline-extra:before{content:""}.zmdi-airline-seat-recline-normal:before{content:""}.zmdi-airplay:before{content:""}.zmdi-closed-caption:before{content:""}.zmdi-confirmation-number:before{content:""}.zmdi-developer-board:before{content:""}.zmdi-disc-full:before{content:""}.zmdi-explicit:before{content:""}.zmdi-flight-land:before{content:""}.zmdi-flight-takeoff:before{content:""}.zmdi-flip-to-back:before{content:""}.zmdi-flip-to-front:before{content:""}.zmdi-group-work:before{content:""}.zmdi-hd:before{content:""}.zmdi-hq:before{content:""}.zmdi-markunread-mailbox:before{content:""}.zmdi-memory:before{content:""}.zmdi-nfc:before{content:""}.zmdi-play-for-work:before{content:""}.zmdi-power-input:before{content:""}.zmdi-present-to-all:before{content:""}.zmdi-satellite:before{content:""}.zmdi-tap-and-play:before{content:""}.zmdi-vibration:before{content:""}.zmdi-voicemail:before{content:""}.zmdi-group:before{content:""}.zmdi-rss:before{content:""}.zmdi-shape:before{content:""}.zmdi-spinner:before{content:""}.zmdi-ungroup:before{content:""}.zmdi-500px:before{content:""}.zmdi-8tracks:before{content:""}.zmdi-amazon:before{content:""}.zmdi-blogger:before{content:""}.zmdi-delicious:before{content:""}.zmdi-disqus:before{content:""}.zmdi-flattr:before{content:""}.zmdi-flickr:before{content:""}.zmdi-github-alt:before{content:""}.zmdi-google-old:before{content:""}.zmdi-linkedin:before{content:""}.zmdi-odnoklassniki:before{content:""}.zmdi-outlook:before{content:""}.zmdi-paypal-alt:before{content:""}.zmdi-pinterest:before{content:""}.zmdi-playstation:before{content:""}.zmdi-reddit:before{content:""}.zmdi-skype:before{content:""}.zmdi-slideshare:before{content:""}.zmdi-soundcloud:before{content:""}.zmdi-tumblr:before{content:""}.zmdi-twitch:before{content:""}.zmdi-vimeo:before{content:""}.zmdi-whatsapp:before{content:""}.zmdi-xbox:before{content:""}.zmdi-yahoo:before{content:""}.zmdi-youtube-play:before{content:""}.zmdi-youtube:before{content:""}.zmdi-import-export:before,.zmdi-swap-vertical-:before{content:""}.zmdi-airplanemode-inactive:before{content:""}.zmdi-airplanemode-active:before,.zmdi-rate-review:before{content:""}.zmdi-comment-sign:before{content:""}.zmdi-network-warning:before{content:""}.zmdi-shopping-cart-add:before{content:""}.zmdi-file-add:before{content:""}.zmdi-network-wifi-scan:before{content:""}.zmdi-collection-add:before{content:""}.zmdi-format-playlist-add:before{content:""}.zmdi-format-queue-music:before{content:""}.zmdi-plus-box:before{content:""}.zmdi-tag-backspace:before{content:""}.zmdi-alarm-add:before{content:""}.zmdi-battery-charging:before{content:""}.zmdi-daydream-setting:before{content:""}.zmdi-more-horiz:before{content:""}.zmdi-book-photo:before{content:""}.zmdi-incandescent:before{content:""}.zmdi-wb-iridescent:before{content:""}.zmdi-calendar-remove:before{content:""}.zmdi-refresh-sync-disabled:before{content:""}.zmdi-refresh-sync-problem:before{content:""}.zmdi-crop-original:before{content:""}.zmdi-power-off:before{content:""}.zmdi-power-off-setting:before{content:""}.zmdi-leak-remove:before{content:""}.zmdi-star-border:before{content:""}.zmdi-brightness-low:before{content:""}.zmdi-brightness-medium:before{content:""}.zmdi-brightness-high:before{content:""}.zmdi-smartphone-portrait:before{content:""}.zmdi-live-tv:before{content:""}.zmdi-format-textdirection-l-to-r:before{content:""}.zmdi-format-textdirection-r-to-l:before{content:""}.zmdi-arrow-back:before{content:""}.zmdi-arrow-forward:before{content:""}.zmdi-arrow-in:before{content:""}.zmdi-arrow-out:before{content:""}.zmdi-rotate-90-degrees-ccw:before{content:""}.zmdi-adb:before{content:""}.zmdi-network-wifi:before{content:""}.zmdi-network-wifi-alt:before{content:""}.zmdi-network-wifi-lock:before{content:""}.zmdi-network-wifi-off:before{content:""}.zmdi-network-wifi-outline:before{content:""}.zmdi-network-wifi-info:before{content:""}.zmdi-layers-clear:before{content:""}.zmdi-colorize:before{content:""}.zmdi-format-paint:before{content:""}.zmdi-format-quote:before{content:""}.zmdi-camera-monochrome-photos:before{content:""}.zmdi-sort-by-alpha:before{content:""}.zmdi-folder-shared:before{content:""}.zmdi-folder-special:before{content:""}.zmdi-comment-dots:before{content:""}.zmdi-reorder:before{content:""}.zmdi-dehaze:before{content:""}.zmdi-sort:before{content:""}.zmdi-pages:before{content:""}.zmdi-stack-overflow:before{content:""}.zmdi-calendar-account:before{content:""}.zmdi-paste:before{content:""}.zmdi-cut:before{content:""}.zmdi-save:before{content:""}.zmdi-smartphone-code:before{content:""}.zmdi-directions-bike:before{content:""}.zmdi-directions-boat:before{content:""}.zmdi-directions-bus:before{content:""}.zmdi-directions-car:before{content:""}.zmdi-directions-railway:before{content:""}.zmdi-directions-run:before{content:""}.zmdi-directions-subway:before{content:""}.zmdi-directions-walk:before{content:""}.zmdi-local-hotel:before{content:""}.zmdi-local-activity:before,.zmdi-local-play:before{content:""}.zmdi-local-airport:before{content:""}.zmdi-local-atm:before{content:""}.zmdi-local-bar:before{content:""}.zmdi-local-cafe:before{content:""}.zmdi-local-car-wash:before{content:""}.zmdi-local-convenience-store:before{content:""}.zmdi-local-dining:before{content:""}.zmdi-local-drink:before{content:""}.zmdi-local-florist:before{content:""}.zmdi-local-gas-station:before{content:""}.zmdi-local-grocery-store:before{content:""}.zmdi-local-hospital:before{content:""}.zmdi-local-laundry-service:before{content:""}.zmdi-local-library:before{content:""}.zmdi-local-mall:before{content:""}.zmdi-local-movies:before{content:""}.zmdi-local-offer:before{content:""}.zmdi-local-parking:before{content:""}.zmdi-local-pharmacy:before{content:""}.zmdi-local-phone:before{content:""}.zmdi-local-pizza:before{content:""}.zmdi-local-post-office:before{content:""}.zmdi-local-printshop:before{content:""}.zmdi-local-see:before{content:""}.zmdi-local-shipping:before{content:""}.zmdi-local-store:before{content:""}.zmdi-local-taxi:before{content:""}.zmdi-local-wc:before{content:""}.zmdi-my-location:before{content:""}.zmdi-directions:before{content:""}@font-face{font-family:Pe-icon-7-stroke;font-style:normal;font-weight:400;src:url(/static/media/Pe-icon-7-stroke.1d449ea50ab8389ee078.eot);src:url(/static/media/Pe-icon-7-stroke.1d449ea50ab8389ee078.eot?#iefixd7yf1v) format("embedded-opentype"),url(/static/media/Pe-icon-7-stroke.11f7c073b050d62afb33.woff) format("woff"),url(/static/media/Pe-icon-7-stroke.7233a7aee250f9b77fba.ttf) format("truetype"),url(/static/media/Pe-icon-7-stroke.09c6a96523589cb91799.svg#Pe-icon-7-stroke) format("svg")}[class*=" pe-7s-"],[class^=pe-7s-]{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:Pe-icon-7-stroke;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.pe-7s-album:before{content:""}.pe-7s-arc:before{content:""}.pe-7s-back-2:before{content:""}.pe-7s-bandaid:before{content:""}.pe-7s-car:before{content:""}.pe-7s-diamond:before{content:""}.pe-7s-door-lock:before{content:""}.pe-7s-eyedropper:before{content:""}.pe-7s-female:before{content:""}.pe-7s-gym:before{content:""}.pe-7s-hammer:before{content:""}.pe-7s-headphones:before{content:""}.pe-7s-helm:before{content:""}.pe-7s-hourglass:before{content:""}.pe-7s-leaf:before{content:""}.pe-7s-magic-wand:before{content:""}.pe-7s-male:before{content:""}.pe-7s-map-2:before{content:""}.pe-7s-next-2:before{content:""}.pe-7s-paint-bucket:before{content:""}.pe-7s-pendrive:before{content:""}.pe-7s-photo:before{content:""}.pe-7s-piggy:before{content:""}.pe-7s-plugin:before{content:""}.pe-7s-refresh-2:before{content:""}.pe-7s-rocket:before{content:""}.pe-7s-settings:before{content:""}.pe-7s-shield:before{content:""}.pe-7s-smile:before{content:""}.pe-7s-usb:before{content:""}.pe-7s-vector:before{content:""}.pe-7s-wine:before{content:""}.pe-7s-cloud-upload:before{content:""}.pe-7s-cash:before{content:""}.pe-7s-close:before{content:""}.pe-7s-bluetooth:before{content:""}.pe-7s-cloud-download:before{content:""}.pe-7s-way:before{content:""}.pe-7s-close-circle:before{content:""}.pe-7s-id:before{content:""}.pe-7s-angle-up:before{content:""}.pe-7s-wristwatch:before{content:""}.pe-7s-angle-up-circle:before{content:""}.pe-7s-world:before{content:""}.pe-7s-angle-right:before{content:""}.pe-7s-volume:before{content:""}.pe-7s-angle-right-circle:before{content:""}.pe-7s-users:before{content:""}.pe-7s-angle-left:before{content:""}.pe-7s-user-female:before{content:""}.pe-7s-angle-left-circle:before{content:""}.pe-7s-up-arrow:before{content:""}.pe-7s-angle-down:before{content:""}.pe-7s-switch:before{content:""}.pe-7s-angle-down-circle:before{content:""}.pe-7s-scissors:before{content:""}.pe-7s-wallet:before{content:""}.pe-7s-safe:before{content:""}.pe-7s-volume2:before{content:""}.pe-7s-volume1:before{content:""}.pe-7s-voicemail:before{content:""}.pe-7s-video:before{content:""}.pe-7s-user:before{content:""}.pe-7s-upload:before{content:""}.pe-7s-unlock:before{content:""}.pe-7s-umbrella:before{content:""}.pe-7s-trash:before{content:""}.pe-7s-tools:before{content:""}.pe-7s-timer:before{content:""}.pe-7s-ticket:before{content:""}.pe-7s-target:before{content:""}.pe-7s-sun:before{content:""}.pe-7s-study:before{content:""}.pe-7s-stopwatch:before{content:""}.pe-7s-star:before{content:""}.pe-7s-speaker:before{content:""}.pe-7s-signal:before{content:""}.pe-7s-shuffle:before{content:""}.pe-7s-shopbag:before{content:""}.pe-7s-share:before{content:""}.pe-7s-server:before{content:""}.pe-7s-search:before{content:""}.pe-7s-film:before{content:""}.pe-7s-science:before{content:""}.pe-7s-disk:before{content:""}.pe-7s-ribbon:before{content:""}.pe-7s-repeat:before{content:""}.pe-7s-refresh:before{content:""}.pe-7s-add-user:before{content:""}.pe-7s-refresh-cloud:before{content:""}.pe-7s-paperclip:before{content:""}.pe-7s-radio:before{content:""}.pe-7s-note2:before{content:""}.pe-7s-print:before{content:""}.pe-7s-network:before{content:""}.pe-7s-prev:before{content:""}.pe-7s-mute:before{content:""}.pe-7s-power:before{content:""}.pe-7s-medal:before{content:""}.pe-7s-portfolio:before{content:""}.pe-7s-like2:before{content:""}.pe-7s-plus:before{content:""}.pe-7s-left-arrow:before{content:""}.pe-7s-play:before{content:""}.pe-7s-key:before{content:""}.pe-7s-plane:before{content:""}.pe-7s-joy:before{content:""}.pe-7s-photo-gallery:before{content:""}.pe-7s-pin:before{content:""}.pe-7s-phone:before{content:""}.pe-7s-plug:before{content:""}.pe-7s-pen:before{content:""}.pe-7s-right-arrow:before{content:""}.pe-7s-paper-plane:before{content:""}.pe-7s-delete-user:before{content:""}.pe-7s-paint:before{content:""}.pe-7s-bottom-arrow:before{content:""}.pe-7s-notebook:before{content:""}.pe-7s-note:before{content:""}.pe-7s-next:before{content:""}.pe-7s-news-paper:before{content:""}.pe-7s-musiclist:before{content:""}.pe-7s-music:before{content:""}.pe-7s-mouse:before{content:""}.pe-7s-more:before{content:""}.pe-7s-moon:before{content:""}.pe-7s-monitor:before{content:""}.pe-7s-micro:before{content:""}.pe-7s-menu:before{content:""}.pe-7s-map:before{content:""}.pe-7s-map-marker:before{content:""}.pe-7s-mail:before{content:""}.pe-7s-mail-open:before{content:""}.pe-7s-mail-open-file:before{content:""}.pe-7s-magnet:before{content:""}.pe-7s-loop:before{content:""}.pe-7s-look:before{content:""}.pe-7s-lock:before{content:""}.pe-7s-lintern:before{content:""}.pe-7s-link:before{content:""}.pe-7s-like:before{content:""}.pe-7s-light:before{content:""}.pe-7s-less:before{content:""}.pe-7s-keypad:before{content:""}.pe-7s-junk:before{content:""}.pe-7s-info:before{content:""}.pe-7s-home:before{content:""}.pe-7s-help2:before{content:""}.pe-7s-help1:before{content:""}.pe-7s-graph3:before{content:""}.pe-7s-graph2:before{content:""}.pe-7s-graph1:before{content:""}.pe-7s-graph:before{content:""}.pe-7s-global:before{content:""}.pe-7s-gleam:before{content:""}.pe-7s-glasses:before{content:""}.pe-7s-gift:before{content:""}.pe-7s-folder:before{content:""}.pe-7s-flag:before{content:""}.pe-7s-filter:before{content:""}.pe-7s-file:before{content:""}.pe-7s-expand1:before{content:""}.pe-7s-exapnd2:before{content:""}.pe-7s-edit:before{content:""}.pe-7s-drop:before{content:""}.pe-7s-drawer:before{content:""}.pe-7s-download:before{content:""}.pe-7s-display2:before{content:""}.pe-7s-display1:before{content:""}.pe-7s-diskette:before{content:""}.pe-7s-date:before{content:""}.pe-7s-cup:before{content:""}.pe-7s-culture:before{content:""}.pe-7s-crop:before{content:""}.pe-7s-credit:before{content:""}.pe-7s-copy-file:before{content:""}.pe-7s-config:before{content:""}.pe-7s-compass:before{content:""}.pe-7s-comment:before{content:""}.pe-7s-coffee:before{content:""}.pe-7s-cloud:before{content:""}.pe-7s-clock:before{content:""}.pe-7s-check:before{content:""}.pe-7s-chat:before{content:""}.pe-7s-cart:before{content:""}.pe-7s-camera:before{content:""}.pe-7s-call:before{content:""}.pe-7s-calculator:before{content:""}.pe-7s-browser:before{content:""}.pe-7s-box2:before{content:""}.pe-7s-box1:before{content:""}.pe-7s-bookmarks:before{content:""}.pe-7s-bicycle:before{content:""}.pe-7s-bell:before{content:""}.pe-7s-battery:before{content:""}.pe-7s-ball:before{content:""}.pe-7s-back:before{content:""}.pe-7s-attention:before{content:""}.pe-7s-anchor:before{content:""}.pe-7s-albums:before{content:""}.pe-7s-alarm:before{content:""}.pe-7s-airplay:before{content:""}@font-face{font-family:simple-line-icons;font-style:normal;font-weight:400;src:url(/static/media/Simple-Line-Icons.85e8c542d5e137beecf9.eot);src:url(/static/media/Simple-Line-Icons.85e8c542d5e137beecf9.eot#iefix) format("embedded-opentype"),url(/static/media/Simple-Line-Icons.5c9febce52054ae0b96d.woff) format("woff"),url(/static/media/Simple-Line-Icons.809e55bbb1903c630920.svg#simple-line-icons) format("svg")}.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calendar,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawer,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-event,.icon-exclamation,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-minus,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-organization,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-google,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-steam,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-vkontakte,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symbol-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:simple-line-icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-user:before{content:""}.icon-people:before{content:""}.icon-user-female:before{content:""}.icon-user-follow:before{content:""}.icon-user-following:before{content:""}.icon-user-unfollow:before{content:""}.icon-login:before{content:""}.icon-logout:before{content:""}.icon-emotsmile:before{content:""}.icon-phone:before{content:""}.icon-call-end:before{content:""}.icon-call-in:before{content:""}.icon-call-out:before{content:""}.icon-map:before{content:""}.icon-location-pin:before{content:""}.icon-direction:before{content:""}.icon-directions:before{content:""}.icon-compass:before{content:""}.icon-layers:before{content:""}.icon-menu:before{content:""}.icon-list:before{content:""}.icon-options-vertical:before{content:""}.icon-options:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-up:before{content:""}.icon-arrow-up-circle:before{content:""}.icon-arrow-left-circle:before{content:""}.icon-arrow-right-circle:before{content:""}.icon-arrow-down-circle:before{content:""}.icon-check:before{content:""}.icon-clock:before{content:""}.icon-plus:before{content:""}.icon-minus:before{content:""}.icon-close:before{content:""}.icon-event:before{content:""}.icon-exclamation:before{content:""}.icon-organization:before{content:""}.icon-trophy:before{content:""}.icon-screen-smartphone:before{content:""}.icon-screen-desktop:before{content:""}.icon-plane:before{content:""}.icon-notebook:before{content:""}.icon-mustache:before{content:""}.icon-mouse:before{content:""}.icon-magnet:before{content:""}.icon-energy:before{content:""}.icon-disc:before{content:""}.icon-cursor:before{content:""}.icon-cursor-move:before{content:""}.icon-crop:before{content:""}.icon-chemistry:before{content:""}.icon-speedometer:before{content:""}.icon-shield:before{content:""}.icon-screen-tablet:before{content:""}.icon-magic-wand:before{content:""}.icon-hourglass:before{content:""}.icon-graduation:before{content:""}.icon-ghost:before{content:""}.icon-game-controller:before{content:""}.icon-fire:before{content:""}.icon-eyeglass:before{content:""}.icon-envelope-open:before{content:""}.icon-envelope-letter:before{content:""}.icon-bell:before{content:""}.icon-badge:before{content:""}.icon-anchor:before{content:""}.icon-wallet:before{content:""}.icon-vector:before{content:""}.icon-speech:before{content:""}.icon-puzzle:before{content:""}.icon-printer:before{content:""}.icon-present:before{content:""}.icon-playlist:before{content:""}.icon-pin:before{content:""}.icon-picture:before{content:""}.icon-handbag:before{content:""}.icon-globe-alt:before{content:""}.icon-globe:before{content:""}.icon-folder-alt:before{content:""}.icon-folder:before{content:""}.icon-film:before{content:""}.icon-feed:before{content:""}.icon-drop:before{content:""}.icon-drawer:before{content:""}.icon-docs:before{content:""}.icon-doc:before{content:""}.icon-diamond:before{content:""}.icon-cup:before{content:""}.icon-calculator:before{content:""}.icon-bubbles:before{content:""}.icon-briefcase:before{content:""}.icon-book-open:before{content:""}.icon-basket-loaded:before{content:""}.icon-basket:before{content:""}.icon-bag:before{content:""}.icon-action-undo:before{content:""}.icon-action-redo:before{content:""}.icon-wrench:before{content:""}.icon-umbrella:before{content:""}.icon-trash:before{content:""}.icon-tag:before{content:""}.icon-support:before{content:""}.icon-frame:before{content:""}.icon-size-fullscreen:before{content:""}.icon-size-actual:before{content:""}.icon-shuffle:before{content:""}.icon-share-alt:before{content:""}.icon-share:before{content:""}.icon-rocket:before{content:""}.icon-question:before{content:""}.icon-pie-chart:before{content:""}.icon-pencil:before{content:""}.icon-note:before{content:""}.icon-loop:before{content:""}.icon-home:before{content:""}.icon-grid:before{content:""}.icon-graph:before{content:""}.icon-microphone:before{content:""}.icon-music-tone-alt:before{content:""}.icon-music-tone:before{content:""}.icon-earphones-alt:before{content:""}.icon-earphones:before{content:""}.icon-equalizer:before{content:""}.icon-like:before{content:""}.icon-dislike:before{content:""}.icon-control-start:before{content:""}.icon-control-rewind:before{content:""}.icon-control-play:before{content:""}.icon-control-pause:before{content:""}.icon-control-forward:before{content:""}.icon-control-end:before{content:""}.icon-volume-1:before{content:""}.icon-volume-2:before{content:""}.icon-volume-off:before{content:""}.icon-calendar:before{content:""}.icon-bulb:before{content:""}.icon-chart:before{content:""}.icon-ban:before{content:""}.icon-bubble:before{content:""}.icon-camrecorder:before{content:""}.icon-camera:before{content:""}.icon-cloud-download:before{content:""}.icon-cloud-upload:before{content:""}.icon-envelope:before{content:""}.icon-eye:before{content:""}.icon-flag:before{content:""}.icon-heart:before{content:""}.icon-info:before{content:""}.icon-key:before{content:""}.icon-link:before{content:""}.icon-lock:before{content:""}.icon-lock-open:before{content:""}.icon-magnifier:before{content:""}.icon-magnifier-add:before{content:""}.icon-magnifier-remove:before{content:""}.icon-paper-clip:before{content:""}.icon-paper-plane:before{content:""}.icon-power:before{content:""}.icon-refresh:before{content:""}.icon-reload:before{content:""}.icon-settings:before{content:""}.icon-star:before{content:""}.icon-symbol-female:before{content:""}.icon-symbol-male:before{content:""}.icon-target:before{content:""}.icon-credit-card:before{content:""}.icon-paypal:before{content:""}.icon-social-tumblr:before{content:""}.icon-social-twitter:before{content:""}.icon-social-facebook:before{content:""}.icon-social-instagram:before{content:""}.icon-social-linkedin:before{content:""}.icon-social-pinterest:before{content:""}.icon-social-github:before{content:""}.icon-social-google:before{content:""}.icon-social-reddit:before{content:""}.icon-social-skype:before{content:""}.icon-social-dribbble:before{content:""}.icon-social-behance:before{content:""}.icon-social-foursqare:before{content:""}.icon-social-soundcloud:before{content:""}.icon-social-spotify:before{content:""}.icon-social-stumbleupon:before{content:""}.icon-social-youtube:before{content:""}.icon-social-dropbox:before{content:""}.icon-social-vkontakte:before{content:""}.icon-social-steam:before{content:""}@font-face{font-family:simple-line-icons;font-style:normal;font-weight:400;src:url(/static/media/Simple-Line-Icons.85e8c542d5e137beecf9.eot);src:url(/static/media/Simple-Line-Icons.85e8c542d5e137beecf9.eot#iefix) format("embedded-opentype"),url(/static/media/Simple-Line-Icons.809e55bbb1903c630920.svg#simple-line-icons) format("svg")}.si{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:simple-line-icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.si-user:before{content:""}.si-people:before{content:""}.si-user-female:before{content:""}.si-user-follow:before{content:""}.si-user-following:before{content:""}.si-user-unfollow:before{content:""}.si-login:before{content:""}.si-logout:before{content:""}.si-emotsmile:before{content:""}.si-phone:before{content:""}.si-call-end:before{content:""}.si-call-in:before{content:""}.si-call-out:before{content:""}.si-map:before{content:""}.si-location-pin:before{content:""}.si-direction:before{content:""}.si-directions:before{content:""}.si-compass:before{content:""}.si-layers:before{content:""}.si-menu:before{content:""}.si-list:before{content:""}.si-options-vertical:before{content:""}.si-options:before{content:""}.si-arrow-down:before{content:""}.si-arrow-left:before{content:""}.si-arrow-right:before{content:""}.si-arrow-up:before{content:""}.si-arrow-up-circle:before{content:""}.si-arrow-left-circle:before{content:""}.si-arrow-right-circle:before{content:""}.si-arrow-down-circle:before{content:""}.si-check:before{content:""}.si-clock:before{content:""}.si-plus:before{content:""}.si-minus:before{content:""}.si-close:before{content:""}.si-event:before{content:""}.si-exclamation:before{content:""}.si-organization:before{content:""}.si-trophy:before{content:""}.si-screen-smartphone:before{content:""}.si-screen-desktop:before{content:""}.si-plane:before{content:""}.si-notebook:before{content:""}.si-mustache:before{content:""}.si-mouse:before{content:""}.si-magnet:before{content:""}.si-energy:before{content:""}.si-disc:before{content:""}.si-cursor:before{content:""}.si-cursor-move:before{content:""}.si-crop:before{content:""}.si-chemistry:before{content:""}.si-speedometer:before{content:""}.si-shield:before{content:""}.si-screen-tablet:before{content:""}.si-magic-wand:before{content:""}.si-hourglass:before{content:""}.si-graduation:before{content:""}.si-ghost:before{content:""}.si-game-controller:before{content:""}.si-fire:before{content:""}.si-eyeglass:before{content:""}.si-envelope-open:before{content:""}.si-envelope-letter:before{content:""}.si-bell:before{content:""}.si-badge:before{content:""}.si-anchor:before{content:""}.si-wallet:before{content:""}.si-vector:before{content:""}.si-speech:before{content:""}.si-puzzle:before{content:""}.si-printer:before{content:""}.si-present:before{content:""}.si-playlist:before{content:""}.si-pin:before{content:""}.si-picture:before{content:""}.si-handbag:before{content:""}.si-globe-alt:before{content:""}.si-globe:before{content:""}.si-folder-alt:before{content:""}.si-folder:before{content:""}.si-film:before{content:""}.si-feed:before{content:""}.si-drop:before{content:""}.si-drawer:before{content:""}.si-docs:before{content:""}.si-doc:before{content:""}.si-diamond:before{content:""}.si-cup:before{content:""}.si-calculator:before{content:""}.si-bubbles:before{content:""}.si-briefcase:before{content:""}.si-book-open:before{content:""}.si-basket-loaded:before{content:""}.si-basket:before{content:""}.si-bag:before{content:""}.si-action-undo:before{content:""}.si-action-redo:before{content:""}.si-wrench:before{content:""}.si-umbrella:before{content:""}.si-trash:before{content:""}.si-tag:before{content:""}.si-support:before{content:""}.si-frame:before{content:""}.si-size-fullscreen:before{content:""}.si-size-actual:before{content:""}.si-shuffle:before{content:""}.si-share-alt:before{content:""}.si-share:before{content:""}.si-rocket:before{content:""}.si-question:before{content:""}.si-pie-chart:before{content:""}.si-pencil:before{content:""}.si-note:before{content:""}.si-loop:before{content:""}.si-home:before{content:""}.si-grid:before{content:""}.si-graph:before{content:""}.si-microphone:before{content:""}.si-music-tone-alt:before{content:""}.si-music-tone:before{content:""}.si-earphones-alt:before{content:""}.si-earphones:before{content:""}.si-equalizer:before{content:""}.si-like:before{content:""}.si-dislike:before{content:""}.si-control-start:before{content:""}.si-control-rewind:before{content:""}.si-control-play:before{content:""}.si-control-pause:before{content:""}.si-control-forward:before{content:""}.si-control-end:before{content:""}.si-volume-1:before{content:""}.si-volume-2:before{content:""}.si-volume-off:before{content:""}.si-calendar:before{content:""}.si-bulb:before{content:""}.si-chart:before{content:""}.si-ban:before{content:""}.si-bubble:before{content:""}.si-camrecorder:before{content:""}.si-camera:before{content:""}.si-cloud-download:before{content:""}.si-cloud-upload:before{content:""}.si-envelope:before{content:""}.si-eye:before{content:""}.si-flag:before{content:""}.si-heart:before{content:""}.si-info:before{content:""}.si-key:before{content:""}.si-link:before{content:""}.si-lock:before{content:""}.si-lock-open:before{content:""}.si-magnifier:before{content:""}.si-magnifier-add:before{content:""}.si-magnifier-remove:before{content:""}.si-paper-clip:before{content:""}.si-paper-plane:before{content:""}.si-power:before{content:""}.si-refresh:before{content:""}.si-reload:before{content:""}.si-settings:before{content:""}.si-star:before{content:""}.si-symbol-female:before{content:""}.si-symbol-male:before{content:""}.si-target:before{content:""}.si-credit-card:before{content:""}.si-paypal:before{content:""}.si-social-tumblr:before{content:""}.si-social-twitter:before{content:""}.si-social-facebook:before{content:""}.si-social-instagram:before{content:""}.si-social-linkedin:before{content:""}.si-social-pinterest:before{content:""}.si-social-github:before{content:""}.si-social-google:before{content:""}.si-social-reddit:before{content:""}.si-social-skype:before{content:""}.si-social-dribbble:before{content:""}.si-social-behance:before{content:""}.si-social-foursqare:before{content:""}.si-social-soundcloud:before{content:""}.si-social-spotify:before{content:""}.si-social-stumbleupon:before{content:""}.si-social-youtube:before{content:""}.si-social-dropbox:before{content:""}.si-social-vkontakte:before{content:""}.si-social-steam:before{content:""}@font-face{font-family:themify;font-style:normal;font-weight:400;src:url(/static/media/themify.9bad94440d49256265a5.eot);src:url(/static/media/themify.9bad94440d49256265a5.eot?#iefix-fvbane) format("embedded-opentype"),url(/static/media/themify.29b39089170885ae2967.woff) format("woff"),url(/static/media/themify.eda8b94308c6f538f04a.ttf) format("truetype"),url(/static/media/themify.f0fc8c798eac5636249c.svg#themify) format("svg")}[class*=" ti-"],[class^=ti-]{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:themify;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.ti-wand:before{content:""}.ti-volume:before{content:""}.ti-user:before{content:""}.ti-unlock:before{content:""}.ti-unlink:before{content:""}.ti-trash:before{content:""}.ti-thought:before{content:""}.ti-target:before{content:""}.ti-tag:before{content:""}.ti-tablet:before{content:""}.ti-star:before{content:""}.ti-spray:before{content:""}.ti-signal:before{content:""}.ti-shopping-cart:before{content:""}.ti-shopping-cart-full:before{content:""}.ti-settings:before{content:""}.ti-search:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""}.ti-cut:before{content:""}.ti-ruler:before{content:""}.ti-ruler-pencil:before{content:""}.ti-ruler-alt:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-alt:before{content:""}.ti-reload:before{content:""}.ti-plus:before{content:""}.ti-pin:before{content:""}.ti-pencil:before{content:""}.ti-pencil-alt:before{content:""}.ti-paint-roller:before{content:""}.ti-paint-bucket:before{content:""}.ti-na:before{content:""}.ti-mobile:before{content:""}.ti-minus:before{content:""}.ti-medall:before{content:""}.ti-medall-alt:before{content:""}.ti-marker:before{content:""}.ti-marker-alt:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-down:before{content:""}.ti-lock:before{content:""}.ti-location-arrow:before{content:""}.ti-link:before{content:""}.ti-layout:before{content:""}.ti-layers:before{content:""}.ti-layers-alt:before{content:""}.ti-key:before{content:""}.ti-import:before{content:""}.ti-image:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-open:before{content:""}.ti-hand-drag:before{content:""}.ti-folder:before{content:""}.ti-flag:before{content:""}.ti-flag-alt:before{content:""}.ti-flag-alt-2:before{content:""}.ti-eye:before{content:""}.ti-export:before{content:""}.ti-exchange-vertical:before{content:""}.ti-desktop:before{content:""}.ti-cup:before{content:""}.ti-crown:before{content:""}.ti-comments:before{content:""}.ti-comment:before{content:""}.ti-comment-alt:before{content:""}.ti-close:before{content:""}.ti-clip:before{content:""}.ti-angle-up:before{content:""}.ti-angle-right:before{content:""}.ti-angle-left:before{content:""}.ti-angle-down:before{content:""}.ti-check:before{content:""}.ti-check-box:before{content:""}.ti-camera:before{content:""}.ti-announcement:before{content:""}.ti-brush:before{content:""}.ti-briefcase:before{content:""}.ti-bolt:before{content:""}.ti-bolt-alt:before{content:""}.ti-blackboard:before{content:""}.ti-bag:before{content:""}.ti-move:before{content:""}.ti-arrows-vertical:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-fullscreen:before{content:""}.ti-arrow-top-right:before{content:""}.ti-arrow-top-left:before{content:""}.ti-arrow-circle-up:before{content:""}.ti-arrow-circle-right:before{content:""}.ti-arrow-circle-left:before{content:""}.ti-arrow-circle-down:before{content:""}.ti-angle-double-up:before{content:""}.ti-angle-double-right:before{content:""}.ti-angle-double-left:before{content:""}.ti-angle-double-down:before{content:""}.ti-zip:before{content:""}.ti-world:before{content:""}.ti-wheelchair:before{content:""}.ti-view-list:before{content:""}.ti-view-list-alt:before{content:""}.ti-view-grid:before{content:""}.ti-uppercase:before{content:""}.ti-upload:before{content:""}.ti-underline:before{content:""}.ti-truck:before{content:""}.ti-timer:before{content:""}.ti-ticket:before{content:""}.ti-thumb-up:before{content:""}.ti-thumb-down:before{content:""}.ti-text:before{content:""}.ti-stats-up:before{content:""}.ti-stats-down:before{content:""}.ti-split-v:before{content:""}.ti-split-h:before{content:""}.ti-smallcap:before{content:""}.ti-shine:before{content:""}.ti-shift-right:before{content:""}.ti-shift-left:before{content:""}.ti-shield:before{content:""}.ti-notepad:before{content:""}.ti-server:before{content:""}.ti-quote-right:before{content:""}.ti-quote-left:before{content:""}.ti-pulse:before{content:""}.ti-printer:before{content:""}.ti-power-off:before{content:""}.ti-plug:before{content:""}.ti-pie-chart:before{content:""}.ti-paragraph:before{content:""}.ti-panel:before{content:""}.ti-package:before{content:""}.ti-music:before{content:""}.ti-music-alt:before{content:""}.ti-mouse:before{content:""}.ti-mouse-alt:before{content:""}.ti-money:before{content:""}.ti-microphone:before{content:""}.ti-menu:before{content:""}.ti-menu-alt:before{content:""}.ti-map:before{content:""}.ti-map-alt:before{content:""}.ti-loop:before{content:""}.ti-location-pin:before{content:""}.ti-list:before{content:""}.ti-light-bulb:before{content:""}.ti-Italic:before{content:""}.ti-info:before{content:""}.ti-infinite:before{content:""}.ti-id-badge:before{content:""}.ti-hummer:before{content:""}.ti-home:before{content:""}.ti-help:before{content:""}.ti-headphone:before{content:""}.ti-harddrives:before{content:""}.ti-harddrive:before{content:""}.ti-gift:before{content:""}.ti-game:before{content:""}.ti-filter:before{content:""}.ti-files:before{content:""}.ti-file:before{content:""}.ti-eraser:before{content:""}.ti-envelope:before{content:""}.ti-download:before{content:""}.ti-direction:before{content:""}.ti-direction-alt:before{content:""}.ti-dashboard:before{content:""}.ti-control-stop:before{content:""}.ti-control-shuffle:before{content:""}.ti-control-play:before{content:""}.ti-control-pause:before{content:""}.ti-control-forward:before{content:""}.ti-control-backward:before{content:""}.ti-cloud:before{content:""}.ti-cloud-up:before{content:""}.ti-cloud-down:before{content:""}.ti-clipboard:before{content:""}.ti-car:before{content:""}.ti-calendar:before{content:""}.ti-book:before{content:""}.ti-bell:before{content:""}.ti-basketball:before{content:""}.ti-bar-chart:before{content:""}.ti-bar-chart-alt:before{content:""}.ti-back-right:before{content:""}.ti-back-left:before{content:""}.ti-arrows-corner:before{content:""}.ti-archive:before{content:""}.ti-anchor:before{content:""}.ti-align-right:before{content:""}.ti-align-left:before{content:""}.ti-align-justify:before{content:""}.ti-align-center:before{content:""}.ti-alert:before{content:""}.ti-alarm-clock:before{content:""}.ti-agenda:before{content:""}.ti-write:before{content:""}.ti-window:before{content:""}.ti-widgetized:before{content:""}.ti-widget:before{content:""}.ti-widget-alt:before{content:""}.ti-wallet:before{content:""}.ti-video-clapper:before{content:""}.ti-video-camera:before{content:""}.ti-vector:before{content:""}.ti-themify-logo:before{content:""}.ti-themify-favicon:before{content:""}.ti-themify-favicon-alt:before{content:""}.ti-support:before{content:""}.ti-stamp:before{content:""}.ti-split-v-alt:before{content:""}.ti-slice:before{content:""}.ti-shortcode:before{content:""}.ti-shift-right-alt:before{content:""}.ti-shift-left-alt:before{content:""}.ti-ruler-alt-2:before{content:""}.ti-receipt:before{content:""}.ti-pin2:before{content:""}.ti-pin-alt:before{content:""}.ti-pencil-alt2:before{content:""}.ti-palette:before{content:""}.ti-more:before{content:""}.ti-more-alt:before{content:""}.ti-microphone-alt:before{content:""}.ti-magnet:before{content:""}.ti-line-double:before{content:""}.ti-line-dotted:before{content:""}.ti-line-dashed:before{content:""}.ti-layout-width-full:before{content:""}.ti-layout-width-default:before{content:""}.ti-layout-width-default-alt:before{content:""}.ti-layout-tab:before{content:""}.ti-layout-tab-window:before{content:""}.ti-layout-tab-v:before{content:""}.ti-layout-tab-min:before{content:""}.ti-layout-slider:before{content:""}.ti-layout-slider-alt:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-layout-sidebar-none:before{content:""}.ti-layout-sidebar-left:before{content:""}.ti-layout-placeholder:before{content:""}.ti-layout-menu:before{content:""}.ti-layout-menu-v:before{content:""}.ti-layout-menu-separated:before{content:""}.ti-layout-menu-full:before{content:""}.ti-layout-media-right-alt:before{content:""}.ti-layout-media-right:before{content:""}.ti-layout-media-overlay:before{content:""}.ti-layout-media-overlay-alt:before{content:""}.ti-layout-media-overlay-alt-2:before{content:""}.ti-layout-media-left-alt:before{content:""}.ti-layout-media-left:before{content:""}.ti-layout-media-center-alt:before{content:""}.ti-layout-media-center:before{content:""}.ti-layout-list-thumb:before{content:""}.ti-layout-list-thumb-alt:before{content:""}.ti-layout-list-post:before{content:""}.ti-layout-list-large-image:before{content:""}.ti-layout-line-solid:before{content:""}.ti-layout-grid4:before{content:""}.ti-layout-grid3:before{content:""}.ti-layout-grid2:before{content:""}.ti-layout-grid2-thumb:before{content:""}.ti-layout-cta-right:before{content:""}.ti-layout-cta-left:before{content:""}.ti-layout-cta-center:before{content:""}.ti-layout-cta-btn-right:before{content:""}.ti-layout-cta-btn-left:before{content:""}.ti-layout-column4:before{content:""}.ti-layout-column3:before{content:""}.ti-layout-column2:before{content:""}.ti-layout-accordion-separated:before{content:""}.ti-layout-accordion-merged:before{content:""}.ti-layout-accordion-list:before{content:""}.ti-ink-pen:before{content:""}.ti-info-alt:before{content:""}.ti-help-alt:before{content:""}.ti-headphone-alt:before{content:""}.ti-hand-point-up:before{content:""}.ti-hand-point-right:before{content:""}.ti-hand-point-left:before{content:""}.ti-hand-point-down:before{content:""}.ti-gallery:before{content:""}.ti-face-smile:before{content:""}.ti-face-sad:before{content:""}.ti-credit-card:before{content:""}.ti-control-skip-forward:before{content:""}.ti-control-skip-backward:before{content:""}.ti-control-record:before{content:""}.ti-control-eject:before{content:""}.ti-comments-smiley:before{content:""}.ti-brush-alt:before{content:""}.ti-youtube:before{content:""}.ti-vimeo:before{content:""}.ti-twitter:before{content:""}.ti-time:before{content:""}.ti-tumblr:before{content:""}.ti-skype:before{content:""}.ti-share:before{content:""}.ti-share-alt:before{content:""}.ti-rocket:before{content:""}.ti-pinterest:before{content:""}.ti-new-window:before{content:""}.ti-microsoft:before{content:""}.ti-list-ol:before{content:""}.ti-linkedin:before{content:""}.ti-layout-sidebar-2:before{content:""}.ti-layout-grid4-alt:before{content:""}.ti-layout-grid3-alt:before{content:""}.ti-layout-grid2-alt:before{content:""}.ti-layout-column4-alt:before{content:""}.ti-layout-column3-alt:before{content:""}.ti-layout-column2-alt:before{content:""}.ti-instagram:before{content:""}.ti-google:before{content:""}.ti-github:before{content:""}.ti-flickr:before{content:""}.ti-facebook:before{content:""}.ti-dropbox:before{content:""}.ti-dribbble:before{content:""}.ti-apple:before{content:""}.ti-android:before{content:""}.ti-save:before{content:""}.ti-save-alt:before{content:""}.ti-yahoo:before{content:""}.ti-wordpress:before{content:""}.ti-vimeo-alt:before{content:""}.ti-twitter-alt:before{content:""}.ti-tumblr-alt:before{content:""}.ti-trello:before{content:""}.ti-stack-overflow:before{content:""}.ti-soundcloud:before{content:""}.ti-sharethis:before{content:""}.ti-sharethis-alt:before{content:""}.ti-reddit:before{content:""}.ti-pinterest-alt:before{content:""}.ti-microsoft-alt:before{content:""}.ti-linux:before{content:""}.ti-jsfiddle:before{content:""}.ti-joomla:before{content:""}.ti-html5:before{content:""}.ti-flickr-alt:before{content:""}.ti-email:before{content:""}.ti-drupal:before{content:""}.ti-dropbox-alt:before{content:""}.ti-css3:before{content:""}.ti-rss:before{content:""}.ti-rss-alt:before{content:""}@font-face{font-family:typicons;font-style:normal;font-weight:400;src:url(/static/media/typicons.17be2f814376a7f36498.eot);src:url(/static/media/typicons.17be2f814376a7f36498.eot?#iefix) format("embedded-opentype"),url(/static/media/typicons.6df05c03e777fdac1d4c.woff) format("woff"),url(/static/media/typicons.d45316f67adb2dd7191e.ttf) format("truetype"),url(/static/media/typicons.6697a4a6203533fd919a.svg#typicons) format("svg")}.typcn:before{speak:none;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;display:inline-block;font-family:typicons;font-size:1em;font-style:normal;font-weight:400;height:1em;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;width:1em}.typcn-adjust-brightness:before{content:""}.typcn-adjust-contrast:before{content:""}.typcn-anchor-outline:before{content:""}.typcn-anchor:before{content:""}.typcn-archive:before{content:""}.typcn-arrow-back-outline:before{content:""}.typcn-arrow-back:before{content:""}.typcn-arrow-down-outline:before{content:""}.typcn-arrow-down-thick:before{content:""}.typcn-arrow-down:before{content:""}.typcn-arrow-forward-outline:before{content:""}.typcn-arrow-forward:before{content:""}.typcn-arrow-left-outline:before{content:""}.typcn-arrow-left-thick:before{content:""}.typcn-arrow-left:before{content:""}.typcn-arrow-loop-outline:before{content:""}.typcn-arrow-loop:before{content:""}.typcn-arrow-maximise-outline:before{content:""}.typcn-arrow-maximise:before{content:""}.typcn-arrow-minimise-outline:before{content:""}.typcn-arrow-minimise:before{content:""}.typcn-arrow-move-outline:before{content:""}.typcn-arrow-move:before{content:""}.typcn-arrow-repeat-outline:before{content:""}.typcn-arrow-repeat:before{content:""}.typcn-arrow-right-outline:before{content:""}.typcn-arrow-right-thick:before{content:""}.typcn-arrow-right:before{content:""}.typcn-arrow-shuffle:before{content:""}.typcn-arrow-sorted-down:before{content:""}.typcn-arrow-sorted-up:before{content:""}.typcn-arrow-sync-outline:before{content:""}.typcn-arrow-sync:before{content:""}.typcn-arrow-unsorted:before{content:""}.typcn-arrow-up-outline:before{content:""}.typcn-arrow-up-thick:before{content:""}.typcn-arrow-up:before{content:""}.typcn-at:before{content:""}.typcn-attachment-outline:before{content:""}.typcn-attachment:before{content:""}.typcn-backspace-outline:before{content:""}.typcn-backspace:before{content:""}.typcn-battery-charge:before{content:""}.typcn-battery-full:before{content:""}.typcn-battery-high:before{content:""}.typcn-battery-low:before{content:""}.typcn-battery-mid:before{content:""}.typcn-beaker:before{content:""}.typcn-beer:before{content:""}.typcn-bell:before{content:""}.typcn-book:before{content:""}.typcn-bookmark:before{content:""}.typcn-briefcase:before{content:""}.typcn-brush:before{content:""}.typcn-business-card:before{content:""}.typcn-calculator:before{content:""}.typcn-calendar-outline:before{content:""}.typcn-calendar:before{content:""}.typcn-camera-outline:before{content:""}.typcn-camera:before{content:""}.typcn-cancel-outline:before{content:""}.typcn-cancel:before{content:""}.typcn-chart-area-outline:before{content:""}.typcn-chart-area:before{content:""}.typcn-chart-bar-outline:before{content:""}.typcn-chart-bar:before{content:""}.typcn-chart-line-outline:before{content:""}.typcn-chart-line:before{content:""}.typcn-chart-pie-outline:before{content:""}.typcn-chart-pie:before{content:""}.typcn-chevron-left-outline:before{content:""}.typcn-chevron-left:before{content:""}.typcn-chevron-right-outline:before{content:""}.typcn-chevron-right:before{content:""}.typcn-clipboard:before{content:""}.typcn-cloud-storage:before{content:""}.typcn-cloud-storage-outline:before{content:""}.typcn-code-outline:before{content:""}.typcn-code:before{content:""}.typcn-coffee:before{content:""}.typcn-cog-outline:before{content:""}.typcn-cog:before{content:""}.typcn-compass:before{content:""}.typcn-contacts:before{content:""}.typcn-credit-card:before{content:""}.typcn-css3:before{content:""}.typcn-database:before{content:""}.typcn-delete-outline:before{content:""}.typcn-delete:before{content:""}.typcn-device-desktop:before{content:""}.typcn-device-laptop:before{content:""}.typcn-device-phone:before{content:""}.typcn-device-tablet:before{content:""}.typcn-directions:before{content:""}.typcn-divide-outline:before{content:""}.typcn-divide:before{content:""}.typcn-document-add:before{content:""}.typcn-document-delete:before{content:""}.typcn-document-text:before{content:""}.typcn-document:before{content:""}.typcn-download-outline:before{content:""}.typcn-download:before{content:""}.typcn-dropbox:before{content:""}.typcn-edit:before{content:""}.typcn-eject-outline:before{content:""}.typcn-eject:before{content:""}.typcn-equals-outline:before{content:""}.typcn-equals:before{content:""}.typcn-export-outline:before{content:""}.typcn-export:before{content:""}.typcn-eye-outline:before{content:""}.typcn-eye:before{content:""}.typcn-feather:before{content:""}.typcn-film:before{content:""}.typcn-filter:before{content:""}.typcn-flag-outline:before{content:""}.typcn-flag:before{content:""}.typcn-flash-outline:before{content:""}.typcn-flash:before{content:""}.typcn-flow-children:before{content:""}.typcn-flow-merge:before{content:""}.typcn-flow-parallel:before{content:""}.typcn-flow-switch:before{content:""}.typcn-folder-add:before{content:""}.typcn-folder-delete:before{content:""}.typcn-folder-open:before{content:""}.typcn-folder:before{content:""}.typcn-gift:before{content:""}.typcn-globe-outline:before{content:""}.typcn-globe:before{content:""}.typcn-group-outline:before{content:""}.typcn-group:before{content:""}.typcn-headphones:before{content:""}.typcn-heart-full-outline:before{content:""}.typcn-heart-half-outline:before{content:""}.typcn-heart-outline:before{content:""}.typcn-heart:before{content:""}.typcn-home-outline:before{content:""}.typcn-home:before{content:""}.typcn-html5:before{content:""}.typcn-image-outline:before{content:""}.typcn-image:before{content:""}.typcn-infinity-outline:before{content:""}.typcn-infinity:before{content:""}.typcn-info-large-outline:before{content:""}.typcn-info-large:before{content:""}.typcn-info-outline:before{content:""}.typcn-info:before{content:""}.typcn-input-checked-outline:before{content:""}.typcn-input-checked:before{content:""}.typcn-key-outline:before{content:""}.typcn-key:before{content:""}.typcn-keyboard:before{content:""}.typcn-leaf:before{content:""}.typcn-lightbulb:before{content:""}.typcn-link-outline:before{content:""}.typcn-link:before{content:""}.typcn-location-arrow-outline:before{content:""}.typcn-location-arrow:before{content:""}.typcn-location-outline:before{content:""}.typcn-location:before{content:""}.typcn-lock-closed-outline:before{content:""}.typcn-lock-closed:before{content:""}.typcn-lock-open-outline:before{content:""}.typcn-lock-open:before{content:""}.typcn-mail:before{content:""}.typcn-map:before{content:""}.typcn-media-eject-outline:before{content:""}.typcn-media-eject:before{content:""}.typcn-media-fast-forward-outline:before{content:""}.typcn-media-fast-forward:before{content:""}.typcn-media-pause-outline:before{content:""}.typcn-media-pause:before{content:""}.typcn-media-play-outline:before{content:""}.typcn-media-play-reverse-outline:before{content:""}.typcn-media-play-reverse:before{content:""}.typcn-media-play:before{content:""}.typcn-media-record-outline:before{content:""}.typcn-media-record:before{content:""}.typcn-media-rewind-outline:before{content:""}.typcn-media-rewind:before{content:""}.typcn-media-stop-outline:before{content:""}.typcn-media-stop:before{content:""}.typcn-message-typing:before{content:""}.typcn-message:before{content:""}.typcn-messages:before{content:""}.typcn-microphone-outline:before{content:""}.typcn-microphone:before{content:""}.typcn-minus-outline:before{content:""}.typcn-minus:before{content:""}.typcn-mortar-board:before{content:""}.typcn-news:before{content:""}.typcn-notes-outline:before{content:""}.typcn-notes:before{content:""}.typcn-pen:before{content:""}.typcn-pencil:before{content:""}.typcn-phone-outline:before{content:""}.typcn-phone:before{content:""}.typcn-pi-outline:before{content:""}.typcn-pi:before{content:""}.typcn-pin-outline:before{content:""}.typcn-pin:before{content:""}.typcn-pipette:before{content:""}.typcn-plane-outline:before{content:""}.typcn-plane:before{content:""}.typcn-plug:before{content:""}.typcn-plus-outline:before{content:""}.typcn-plus:before{content:""}.typcn-point-of-interest-outline:before{content:""}.typcn-point-of-interest:before{content:""}.typcn-power-outline:before{content:""}.typcn-power:before{content:""}.typcn-printer:before{content:""}.typcn-puzzle-outline:before{content:""}.typcn-puzzle:before{content:""}.typcn-radar-outline:before{content:""}.typcn-radar:before{content:""}.typcn-refresh-outline:before{content:""}.typcn-refresh:before{content:""}.typcn-rss-outline:before{content:""}.typcn-rss:before{content:""}.typcn-scissors-outline:before{content:""}.typcn-scissors:before{content:""}.typcn-shopping-bag:before{content:""}.typcn-shopping-cart:before{content:""}.typcn-social-at-circular:before{content:""}.typcn-social-dribbble-circular:before{content:""}.typcn-social-dribbble:before{content:""}.typcn-social-facebook-circular:before{content:""}.typcn-social-facebook:before{content:""}.typcn-social-flickr-circular:before{content:""}.typcn-social-flickr:before{content:""}.typcn-social-github-circular:before{content:""}.typcn-social-github:before{content:""}.typcn-social-google-plus-circular:before{content:""}.typcn-social-google-plus:before{content:""}.typcn-social-instagram-circular:before{content:""}.typcn-social-instagram:before{content:""}.typcn-social-last-fm-circular:before{content:""}.typcn-social-last-fm:before{content:""}.typcn-social-linkedin-circular:before{content:""}.typcn-social-linkedin:before{content:""}.typcn-social-pinterest-circular:before{content:""}.typcn-social-pinterest:before{content:""}.typcn-social-skype-outline:before{content:""}.typcn-social-skype:before{content:""}.typcn-social-tumbler-circular:before{content:""}.typcn-social-tumbler:before{content:""}.typcn-social-twitter-circular:before{content:""}.typcn-social-twitter:before{content:""}.typcn-social-vimeo-circular:before{content:""}.typcn-social-vimeo:before{content:""}.typcn-social-youtube-circular:before{content:""}.typcn-social-youtube:before{content:""}.typcn-sort-alphabetically-outline:before{content:""}.typcn-sort-alphabetically:before{content:""}.typcn-sort-numerically-outline:before{content:""}.typcn-sort-numerically:before{content:""}.typcn-spanner-outline:before{content:""}.typcn-spanner:before{content:""}.typcn-spiral:before{content:""}.typcn-star-full-outline:before{content:""}.typcn-star-half-outline:before{content:""}.typcn-star-half:before{content:""}.typcn-star-outline:before{content:""}.typcn-star:before{content:""}.typcn-starburst-outline:before{content:""}.typcn-starburst:before{content:""}.typcn-stopwatch:before{content:""}.typcn-support:before{content:""}.typcn-tabs-outline:before{content:""}.typcn-tag:before{content:""}.typcn-tags:before{content:""}.typcn-th-large-outline:before{content:""}.typcn-th-large:before{content:""}.typcn-th-list-outline:before{content:""}.typcn-th-list:before{content:""}.typcn-th-menu-outline:before{content:""}.typcn-th-menu:before{content:""}.typcn-th-small-outline:before{content:""}.typcn-th-small:before{content:""}.typcn-thermometer:before{content:""}.typcn-thumbs-down:before{content:""}.typcn-thumbs-ok:before{content:""}.typcn-thumbs-up:before{content:""}.typcn-tick-outline:before{content:""}.typcn-tick:before{content:""}.typcn-ticket:before{content:""}.typcn-time:before{content:""}.typcn-times-outline:before{content:""}.typcn-times:before{content:""}.typcn-trash:before{content:""}.typcn-tree:before{content:""}.typcn-upload-outline:before{content:""}.typcn-upload:before{content:""}.typcn-user-add-outline:before{content:""}.typcn-user-add:before{content:""}.typcn-user-delete-outline:before{content:""}.typcn-user-delete:before{content:""}.typcn-user-outline:before{content:""}.typcn-user:before{content:""}.typcn-vendor-android:before{content:""}.typcn-vendor-apple:before{content:""}.typcn-vendor-microsoft:before{content:""}.typcn-video-outline:before{content:""}.typcn-video:before{content:""}.typcn-volume-down:before{content:""}.typcn-volume-mute:before{content:""}.typcn-volume-up:before{content:""}.typcn-volume:before{content:""}.typcn-warning-outline:before{content:""}.typcn-warning:before{content:""}.typcn-watch:before{content:""}.typcn-waves-outline:before{content:""}.typcn-waves:before{content:""}.typcn-weather-cloudy:before{content:""}.typcn-weather-downpour:before{content:""}.typcn-weather-night:before{content:""}.typcn-weather-partly-sunny:before{content:""}.typcn-weather-shower:before{content:""}.typcn-weather-snow:before{content:""}.typcn-weather-stormy:before{content:""}.typcn-weather-sunny:before{content:""}.typcn-weather-windy-cloudy:before{content:""}.typcn-weather-windy:before{content:""}.typcn-wi-fi-outline:before{content:""}.typcn-wi-fi:before{content:""}.typcn-wine:before{content:""}.typcn-world-outline:before{content:""}.typcn-world:before{content:""}.typcn-zoom-in-outline:before{content:""}.typcn-zoom-in:before{content:""}.typcn-zoom-out-outline:before{content:""}.typcn-zoom-out:before{content:""}.typcn-zoom-outline:before{content:""}.typcn-zoom:before{content:""}
/*!
 *  Weather Icons 2.0.8
 *  Updated September 19, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */@font-face{font-family:weathericons;font-style:normal;font-weight:400;src:url(/static/media/weathericons-regular-webfont.bb2ec001c20cf752f852.eot);src:url(/static/media/weathericons-regular-webfont.bb2ec001c20cf752f852.eot?#iefix) format("embedded-opentype"),url(/static/media/weathericons-regular-webfont.e218aee6928fe3da9ed6.woff2) format("woff2"),url(/static/media/weathericons-regular-webfont.371511ddba5fdac0538c.woff) format("woff"),url(/static/media/weathericons-regular-webfont.0942d1e1c447d6ce3ffc.ttf) format("truetype"),url(/static/media/weathericons-regular-webfont.1341a15172cec8dae06e.svg#weather_iconsregular) format("svg")}.wi{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1}.wi-fw{text-align:center;width:1.4em}.wi-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.wi-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.wi-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.wi-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.wi-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.wi-day-sunny:before{content:""}.wi-day-cloudy:before{content:""}.wi-day-cloudy-gusts:before{content:""}.wi-day-cloudy-windy:before{content:""}.wi-day-fog:before{content:""}.wi-day-hail:before{content:""}.wi-day-haze:before{content:""}.wi-day-lightning:before{content:""}.wi-day-rain:before{content:""}.wi-day-rain-mix:before{content:""}.wi-day-rain-wind:before{content:""}.wi-day-showers:before{content:""}.wi-day-sleet:before{content:""}.wi-day-sleet-storm:before{content:""}.wi-day-snow:before{content:""}.wi-day-snow-thunderstorm:before{content:""}.wi-day-snow-wind:before{content:""}.wi-day-sprinkle:before{content:""}.wi-day-storm-showers:before{content:""}.wi-day-sunny-overcast:before{content:""}.wi-day-thunderstorm:before{content:""}.wi-day-windy:before{content:""}.wi-solar-eclipse:before{content:""}.wi-hot:before{content:""}.wi-day-cloudy-high:before{content:""}.wi-day-light-wind:before{content:""}.wi-night-clear:before{content:""}.wi-night-alt-cloudy:before{content:""}.wi-night-alt-cloudy-gusts:before{content:""}.wi-night-alt-cloudy-windy:before{content:""}.wi-night-alt-hail:before{content:""}.wi-night-alt-lightning:before{content:""}.wi-night-alt-rain:before{content:""}.wi-night-alt-rain-mix:before{content:""}.wi-night-alt-rain-wind:before{content:""}.wi-night-alt-showers:before{content:""}.wi-night-alt-sleet:before{content:""}.wi-night-alt-sleet-storm:before{content:""}.wi-night-alt-snow:before{content:""}.wi-night-alt-snow-thunderstorm:before{content:""}.wi-night-alt-snow-wind:before{content:""}.wi-night-alt-sprinkle:before{content:""}.wi-night-alt-storm-showers:before{content:""}.wi-night-alt-thunderstorm:before{content:""}.wi-night-cloudy:before{content:""}.wi-night-cloudy-gusts:before{content:""}.wi-night-cloudy-windy:before{content:""}.wi-night-fog:before{content:""}.wi-night-hail:before{content:""}.wi-night-lightning:before{content:""}.wi-night-partly-cloudy:before{content:""}.wi-night-rain:before{content:""}.wi-night-rain-mix:before{content:""}.wi-night-rain-wind:before{content:""}.wi-night-showers:before{content:""}.wi-night-sleet:before{content:""}.wi-night-sleet-storm:before{content:""}.wi-night-snow:before{content:""}.wi-night-snow-thunderstorm:before{content:""}.wi-night-snow-wind:before{content:""}.wi-night-sprinkle:before{content:""}.wi-night-storm-showers:before{content:""}.wi-night-thunderstorm:before{content:""}.wi-lunar-eclipse:before{content:""}.wi-stars:before{content:""}.wi-night-alt-cloudy-high:before{content:""}.wi-night-cloudy-high:before{content:""}.wi-night-alt-partly-cloudy:before{content:""}.wi-cloud:before{content:""}.wi-cloudy:before{content:""}.wi-cloudy-gusts:before{content:""}.wi-cloudy-windy:before{content:""}.wi-fog:before{content:""}.wi-hail:before{content:""}.wi-rain:before{content:""}.wi-rain-mix:before{content:""}.wi-rain-wind:before{content:""}.wi-showers:before{content:""}.wi-sleet:before{content:""}.wi-sprinkle:before{content:""}.wi-storm-showers:before{content:""}.wi-thunderstorm:before{content:""}.wi-snow-wind:before{content:""}.wi-snow:before{content:""}.wi-smog:before{content:""}.wi-smoke:before{content:""}.wi-lightning:before{content:""}.wi-raindrops:before{content:""}.wi-raindrop:before{content:""}.wi-dust:before{content:""}.wi-snowflake-cold:before{content:""}.wi-windy:before{content:""}.wi-strong-wind:before{content:""}.wi-sandstorm:before{content:""}.wi-earthquake:before{content:""}.wi-fire:before{content:""}.wi-flood:before{content:""}.wi-meteor:before{content:""}.wi-tsunami:before{content:""}.wi-volcano:before{content:""}.wi-hurricane:before{content:""}.wi-tornado:before{content:""}.wi-small-craft-advisory:before{content:""}.wi-gale-warning:before{content:""}.wi-storm-warning:before{content:""}.wi-hurricane-warning:before{content:""}.wi-wind-direction:before{content:""}.wi-alien:before{content:""}.wi-celsius:before{content:""}.wi-fahrenheit:before{content:""}.wi-degrees:before{content:""}.wi-thermometer:before{content:""}.wi-thermometer-exterior:before{content:""}.wi-thermometer-internal:before{content:""}.wi-cloud-down:before{content:""}.wi-cloud-up:before{content:""}.wi-cloud-refresh:before{content:""}.wi-horizon:before{content:""}.wi-horizon-alt:before{content:""}.wi-sunrise:before{content:""}.wi-sunset:before{content:""}.wi-moonrise:before{content:""}.wi-moonset:before{content:""}.wi-refresh:before{content:""}.wi-refresh-alt:before{content:""}.wi-umbrella:before{content:""}.wi-barometer:before{content:""}.wi-humidity:before{content:""}.wi-na:before{content:""}.wi-train:before{content:""}.wi-moon-new:before{content:""}.wi-moon-waxing-crescent-1:before{content:""}.wi-moon-waxing-crescent-2:before{content:""}.wi-moon-waxing-crescent-3:before{content:""}.wi-moon-waxing-crescent-4:before{content:""}.wi-moon-waxing-crescent-5:before{content:""}.wi-moon-waxing-crescent-6:before{content:""}.wi-moon-first-quarter:before{content:""}.wi-moon-waxing-gibbous-1:before{content:""}.wi-moon-waxing-gibbous-2:before{content:""}.wi-moon-waxing-gibbous-3:before{content:""}.wi-moon-waxing-gibbous-4:before{content:""}.wi-moon-waxing-gibbous-5:before{content:""}.wi-moon-waxing-gibbous-6:before{content:""}.wi-moon-full:before{content:""}.wi-moon-waning-gibbous-1:before{content:""}.wi-moon-waning-gibbous-2:before{content:""}.wi-moon-waning-gibbous-3:before{content:""}.wi-moon-waning-gibbous-4:before{content:""}.wi-moon-waning-gibbous-5:before{content:""}.wi-moon-waning-gibbous-6:before{content:""}.wi-moon-third-quarter:before{content:""}.wi-moon-waning-crescent-1:before{content:""}.wi-moon-waning-crescent-2:before{content:""}.wi-moon-waning-crescent-3:before{content:""}.wi-moon-waning-crescent-4:before{content:""}.wi-moon-waning-crescent-5:before{content:""}.wi-moon-waning-crescent-6:before{content:""}.wi-moon-alt-new:before{content:""}.wi-moon-alt-waxing-crescent-1:before{content:""}.wi-moon-alt-waxing-crescent-2:before{content:""}.wi-moon-alt-waxing-crescent-3:before{content:""}.wi-moon-alt-waxing-crescent-4:before{content:""}.wi-moon-alt-waxing-crescent-5:before{content:""}.wi-moon-alt-waxing-crescent-6:before{content:""}.wi-moon-alt-first-quarter:before{content:""}.wi-moon-alt-waxing-gibbous-1:before{content:""}.wi-moon-alt-waxing-gibbous-2:before{content:""}.wi-moon-alt-waxing-gibbous-3:before{content:""}.wi-moon-alt-waxing-gibbous-4:before{content:""}.wi-moon-alt-waxing-gibbous-5:before{content:""}.wi-moon-alt-waxing-gibbous-6:before{content:""}.wi-moon-alt-full:before{content:""}.wi-moon-alt-waning-gibbous-1:before{content:""}.wi-moon-alt-waning-gibbous-2:before{content:""}.wi-moon-alt-waning-gibbous-3:before{content:""}.wi-moon-alt-waning-gibbous-4:before{content:""}.wi-moon-alt-waning-gibbous-5:before{content:""}.wi-moon-alt-waning-gibbous-6:before{content:""}.wi-moon-alt-third-quarter:before{content:""}.wi-moon-alt-waning-crescent-1:before{content:""}.wi-moon-alt-waning-crescent-2:before{content:""}.wi-moon-alt-waning-crescent-3:before{content:""}.wi-moon-alt-waning-crescent-4:before{content:""}.wi-moon-alt-waning-crescent-5:before{content:""}.wi-moon-alt-waning-crescent-6:before{content:""}.wi-moon-0:before{content:""}.wi-moon-1:before{content:""}.wi-moon-2:before{content:""}.wi-moon-3:before{content:""}.wi-moon-4:before{content:""}.wi-moon-5:before{content:""}.wi-moon-6:before{content:""}.wi-moon-7:before{content:""}.wi-moon-8:before{content:""}.wi-moon-9:before{content:""}.wi-moon-10:before{content:""}.wi-moon-11:before{content:""}.wi-moon-12:before{content:""}.wi-moon-13:before{content:""}.wi-moon-14:before{content:""}.wi-moon-15:before{content:""}.wi-moon-16:before{content:""}.wi-moon-17:before{content:""}.wi-moon-18:before{content:""}.wi-moon-19:before{content:""}.wi-moon-20:before{content:""}.wi-moon-21:before{content:""}.wi-moon-22:before{content:""}.wi-moon-23:before{content:""}.wi-moon-24:before{content:""}.wi-moon-25:before{content:""}.wi-moon-26:before{content:""}.wi-moon-27:before{content:""}.wi-time-1:before{content:""}.wi-time-2:before{content:""}.wi-time-3:before{content:""}.wi-time-4:before{content:""}.wi-time-5:before{content:""}.wi-time-6:before{content:""}.wi-time-7:before{content:""}.wi-time-8:before{content:""}.wi-time-9:before{content:""}.wi-time-10:before{content:""}.wi-time-11:before{content:""}.wi-time-12:before{content:""}.wi-direction-up:before{content:""}.wi-direction-up-right:before{content:""}.wi-direction-right:before{content:""}.wi-direction-down-right:before{content:""}.wi-direction-down:before{content:""}.wi-direction-down-left:before{content:""}.wi-direction-left:before{content:""}.wi-direction-up-left:before{content:""}.wi-wind-beaufort-0:before{content:""}.wi-wind-beaufort-1:before{content:""}.wi-wind-beaufort-2:before{content:""}.wi-wind-beaufort-3:before{content:""}.wi-wind-beaufort-4:before{content:""}.wi-wind-beaufort-5:before{content:""}.wi-wind-beaufort-6:before{content:""}.wi-wind-beaufort-7:before{content:""}.wi-wind-beaufort-8:before{content:""}.wi-wind-beaufort-9:before{content:""}.wi-wind-beaufort-10:before{content:""}.wi-wind-beaufort-11:before{content:""}.wi-wind-beaufort-12:before{content:""}.wi-yahoo-0:before{content:""}.wi-yahoo-1:before{content:""}.wi-yahoo-2:before{content:""}.wi-yahoo-3:before,.wi-yahoo-4:before{content:""}.wi-yahoo-5:before,.wi-yahoo-6:before,.wi-yahoo-7:before{content:""}.wi-yahoo-8:before{content:""}.wi-yahoo-9:before{content:""}.wi-yahoo-10:before{content:""}.wi-yahoo-11:before,.wi-yahoo-12:before{content:""}.wi-yahoo-13:before{content:""}.wi-yahoo-14:before{content:""}.wi-yahoo-15:before{content:""}.wi-yahoo-16:before{content:""}.wi-yahoo-17:before{content:""}.wi-yahoo-18:before{content:""}.wi-yahoo-19:before{content:""}.wi-yahoo-20:before{content:""}.wi-yahoo-21:before{content:""}.wi-yahoo-22:before{content:""}.wi-yahoo-23:before,.wi-yahoo-24:before{content:""}.wi-yahoo-25:before{content:""}.wi-yahoo-26:before{content:""}.wi-yahoo-27:before{content:""}.wi-yahoo-28:before{content:""}.wi-yahoo-29:before{content:""}.wi-yahoo-30:before{content:""}.wi-yahoo-31:before{content:""}.wi-yahoo-32:before{content:""}.wi-yahoo-33:before{content:""}.wi-yahoo-34:before{content:""}.wi-yahoo-35:before{content:""}.wi-yahoo-36:before{content:""}.wi-yahoo-37:before,.wi-yahoo-38:before,.wi-yahoo-39:before{content:""}.wi-yahoo-40:before{content:""}.wi-yahoo-41:before{content:""}.wi-yahoo-42:before{content:""}.wi-yahoo-43:before{content:""}.wi-yahoo-44:before{content:""}.wi-yahoo-45:before{content:""}.wi-yahoo-46:before{content:""}.wi-yahoo-47:before{content:""}.wi-yahoo-3200:before{content:""}.wi-forecast-io-clear-day:before{content:""}.wi-forecast-io-clear-night:before{content:""}.wi-forecast-io-rain:before{content:""}.wi-forecast-io-snow:before{content:""}.wi-forecast-io-sleet:before{content:""}.wi-forecast-io-wind:before{content:""}.wi-forecast-io-fog:before{content:""}.wi-forecast-io-cloudy:before{content:""}.wi-forecast-io-partly-cloudy-day:before{content:""}.wi-forecast-io-partly-cloudy-night:before{content:""}.wi-forecast-io-hail:before{content:""}.wi-forecast-io-thunderstorm:before{content:""}.wi-forecast-io-tornado:before{content:""}.wi-wmo4680-00:before,.wi-wmo4680-0:before{content:""}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:""}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:""}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:""}.wi-wmo4680-04:before,.wi-wmo4680-05:before,.wi-wmo4680-10:before,.wi-wmo4680-11:before,.wi-wmo4680-4:before,.wi-wmo4680-5:before{content:""}.wi-wmo4680-12:before{content:""}.wi-wmo4680-18:before{content:""}.wi-wmo4680-20:before{content:""}.wi-wmo4680-21:before,.wi-wmo4680-22:before{content:""}.wi-wmo4680-23:before{content:""}.wi-wmo4680-24:before{content:""}.wi-wmo4680-25:before{content:""}.wi-wmo4680-26:before{content:""}.wi-wmo4680-27:before,.wi-wmo4680-28:before,.wi-wmo4680-29:before{content:""}.wi-wmo4680-30:before,.wi-wmo4680-31:before,.wi-wmo4680-32:before,.wi-wmo4680-33:before,.wi-wmo4680-34:before,.wi-wmo4680-35:before{content:""}.wi-wmo4680-40:before{content:""}.wi-wmo4680-41:before{content:""}.wi-wmo4680-42:before{content:""}.wi-wmo4680-43:before{content:""}.wi-wmo4680-44:before{content:""}.wi-wmo4680-45:before,.wi-wmo4680-46:before{content:""}.wi-wmo4680-47:before,.wi-wmo4680-48:before{content:""}.wi-wmo4680-50:before,.wi-wmo4680-51:before{content:""}.wi-wmo4680-52:before,.wi-wmo4680-53:before{content:""}.wi-wmo4680-54:before,.wi-wmo4680-55:before,.wi-wmo4680-56:before{content:""}.wi-wmo4680-57:before{content:""}.wi-wmo4680-58:before{content:""}.wi-wmo4680-60:before,.wi-wmo4680-61:before{content:""}.wi-wmo4680-62:before,.wi-wmo4680-63:before{content:""}.wi-wmo4680-64:before,.wi-wmo4680-65:before,.wi-wmo4680-66:before{content:""}.wi-wmo4680-67:before,.wi-wmo4680-68:before{content:""}.wi-wmo4680-70:before,.wi-wmo4680-71:before,.wi-wmo4680-72:before,.wi-wmo4680-73:before{content:""}.wi-wmo4680-74:before,.wi-wmo4680-75:before,.wi-wmo4680-76:before{content:""}.wi-wmo4680-77:before{content:""}.wi-wmo4680-78:before{content:""}.wi-wmo4680-80:before{content:""}.wi-wmo4680-81:before{content:""}.wi-wmo4680-82:before,.wi-wmo4680-83:before{content:""}.wi-wmo4680-84:before{content:""}.wi-wmo4680-85:before,.wi-wmo4680-86:before,.wi-wmo4680-87:before{content:""}.wi-wmo4680-89:before{content:""}.wi-wmo4680-90:before{content:""}.wi-wmo4680-91:before{content:""}.wi-wmo4680-92:before,.wi-wmo4680-93:before{content:""}.wi-wmo4680-94:before{content:""}.wi-wmo4680-95:before,.wi-wmo4680-96:before{content:""}.wi-wmo4680-99:before{content:""}.wi-owm-200:before,.wi-owm-201:before,.wi-owm-202:before{content:""}.wi-owm-210:before,.wi-owm-211:before,.wi-owm-212:before,.wi-owm-221:before{content:""}.wi-owm-230:before,.wi-owm-231:before,.wi-owm-232:before{content:""}.wi-owm-300:before,.wi-owm-301:before{content:""}.wi-owm-302:before{content:""}.wi-owm-310:before{content:""}.wi-owm-311:before,.wi-owm-312:before{content:""}.wi-owm-313:before{content:""}.wi-owm-314:before{content:""}.wi-owm-321:before,.wi-owm-500:before{content:""}.wi-owm-501:before,.wi-owm-502:before,.wi-owm-503:before,.wi-owm-504:before{content:""}.wi-owm-511:before{content:""}.wi-owm-520:before,.wi-owm-521:before,.wi-owm-522:before{content:""}.wi-owm-531:before{content:""}.wi-owm-600:before,.wi-owm-601:before{content:""}.wi-owm-602:before{content:""}.wi-owm-611:before,.wi-owm-612:before,.wi-owm-615:before,.wi-owm-616:before,.wi-owm-620:before{content:""}.wi-owm-621:before,.wi-owm-622:before{content:""}.wi-owm-701:before{content:""}.wi-owm-711:before{content:""}.wi-owm-721:before{content:""}.wi-owm-731:before{content:""}.wi-owm-741:before{content:""}.wi-owm-761:before,.wi-owm-762:before{content:""}.wi-owm-771:before{content:""}.wi-owm-781:before{content:""}.wi-owm-800:before{content:""}.wi-owm-801:before,.wi-owm-802:before{content:""}.wi-owm-803:before{content:""}.wi-owm-804:before{content:""}.wi-owm-900:before{content:""}.wi-owm-901:before{content:""}.wi-owm-902:before{content:""}.wi-owm-903:before{content:""}.wi-owm-904:before{content:""}.wi-owm-905:before{content:""}.wi-owm-906:before{content:""}.wi-owm-957:before{content:""}.wi-owm-day-200:before,.wi-owm-day-201:before,.wi-owm-day-202:before{content:""}.wi-owm-day-210:before,.wi-owm-day-211:before,.wi-owm-day-212:before,.wi-owm-day-221:before{content:""}.wi-owm-day-230:before,.wi-owm-day-231:before,.wi-owm-day-232:before{content:""}.wi-owm-day-300:before,.wi-owm-day-301:before{content:""}.wi-owm-day-302:before,.wi-owm-day-310:before,.wi-owm-day-311:before,.wi-owm-day-312:before,.wi-owm-day-313:before,.wi-owm-day-314:before{content:""}.wi-owm-day-321:before,.wi-owm-day-500:before{content:""}.wi-owm-day-501:before,.wi-owm-day-502:before,.wi-owm-day-503:before,.wi-owm-day-504:before{content:""}.wi-owm-day-511:before{content:""}.wi-owm-day-520:before,.wi-owm-day-521:before,.wi-owm-day-522:before{content:""}.wi-owm-day-531:before{content:""}.wi-owm-day-600:before{content:""}.wi-owm-day-601:before{content:""}.wi-owm-day-602:before{content:""}.wi-owm-day-611:before,.wi-owm-day-612:before,.wi-owm-day-615:before,.wi-owm-day-616:before,.wi-owm-day-620:before{content:""}.wi-owm-day-621:before,.wi-owm-day-622:before{content:""}.wi-owm-day-701:before{content:""}.wi-owm-day-711:before{content:""}.wi-owm-day-721:before{content:""}.wi-owm-day-731:before{content:""}.wi-owm-day-741:before{content:""}.wi-owm-day-761:before,.wi-owm-day-762:before{content:""}.wi-owm-day-781:before{content:""}.wi-owm-day-800:before{content:""}.wi-owm-day-801:before,.wi-owm-day-802:before,.wi-owm-day-803:before{content:""}.wi-owm-day-804:before{content:""}.wi-owm-day-900:before{content:""}.wi-owm-day-902:before{content:""}.wi-owm-day-903:before{content:""}.wi-owm-day-904:before{content:""}.wi-owm-day-906:before{content:""}.wi-owm-day-957:before{content:""}.wi-owm-night-200:before,.wi-owm-night-201:before,.wi-owm-night-202:before{content:""}.wi-owm-night-210:before,.wi-owm-night-211:before,.wi-owm-night-212:before,.wi-owm-night-221:before{content:""}.wi-owm-night-230:before,.wi-owm-night-231:before,.wi-owm-night-232:before{content:""}.wi-owm-night-300:before,.wi-owm-night-301:before{content:""}.wi-owm-night-302:before,.wi-owm-night-310:before,.wi-owm-night-311:before,.wi-owm-night-312:before,.wi-owm-night-313:before,.wi-owm-night-314:before{content:""}.wi-owm-night-321:before,.wi-owm-night-500:before{content:""}.wi-owm-night-501:before,.wi-owm-night-502:before,.wi-owm-night-503:before,.wi-owm-night-504:before{content:""}.wi-owm-night-511:before{content:""}.wi-owm-night-520:before,.wi-owm-night-521:before,.wi-owm-night-522:before{content:""}.wi-owm-night-531:before{content:""}.wi-owm-night-600:before{content:""}.wi-owm-night-601:before{content:""}.wi-owm-night-602:before{content:""}.wi-owm-night-611:before,.wi-owm-night-612:before,.wi-owm-night-615:before,.wi-owm-night-616:before,.wi-owm-night-620:before{content:""}.wi-owm-night-621:before,.wi-owm-night-622:before{content:""}.wi-owm-night-701:before{content:""}.wi-owm-night-711:before{content:""}.wi-owm-night-721:before{content:""}.wi-owm-night-731:before{content:""}.wi-owm-night-741:before{content:""}.wi-owm-night-761:before,.wi-owm-night-762:before{content:""}.wi-owm-night-781:before{content:""}.wi-owm-night-800:before{content:""}.wi-owm-night-801:before,.wi-owm-night-802:before,.wi-owm-night-803:before{content:""}.wi-owm-night-804:before{content:""}.wi-owm-night-900:before{content:""}.wi-owm-night-902:before{content:""}.wi-owm-night-903:before{content:""}.wi-owm-night-904:before{content:""}.wi-owm-night-906:before{content:""}.wi-owm-night-957:before{content:""}.wi-wu-chanceflurries:before{content:""}.wi-wu-chancerain:before{content:""}.wi-wu-chancesleat:before{content:""}.wi-wu-chancesnow:before{content:""}.wi-wu-chancetstorms:before{content:""}.wi-wu-clear:before{content:""}.wi-wu-cloudy:before{content:""}.wi-wu-flurries:before{content:""}.wi-wu-hazy:before{content:""}.wi-wu-mostlycloudy:before{content:""}.wi-wu-mostlysunny:before{content:""}.wi-wu-partlycloudy:before{content:""}.wi-wu-partlysunny:before{content:""}.wi-wu-rain:before{content:""}.wi-wu-sleat:before{content:""}.wi-wu-snow:before{content:""}.wi-wu-sunny:before{content:""}.wi-wu-tstorms:before{content:""}.wi-wu-unknown:before{content:""}@font-face{font-family:feather;src:url(/static/media/feather-webfont.708f3d4239b21b059993.eot);src:url(/static/media/feather-webfont.708f3d4239b21b059993.eot#iefix) format("embedded-opentype"),url(/static/media/feather-webfont.63646eb9c7fb162ba07d.woff) format("woff"),url(/static/media/feather-webfont.2a86b695698c807fb6c0.ttf) format("truetype"),url(/static/media/feather-webfont.b5fc8ffccfd4b22c373f.svg#feather) format("svg")}.fe{speak:none;-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:feather!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.fe-activity:before{content:""}.fe-airplay:before{content:""}.fe-alert-circle:before{content:""}.fe-alert-octagon:before{content:""}.fe-alert-triangle:before{content:""}.fe-align-center:before{content:""}.fe-align-justify:before{content:""}.fe-align-left:before{content:""}.fe-align-right:before{content:""}.fe-anchor:before{content:""}.fe-aperture:before{content:""}.fe-arrow-down:before{content:""}.fe-arrow-down-circle:before{content:""}.fe-arrow-down-left:before{content:""}.fe-arrow-down-right:before{content:""}.fe-arrow-left:before{content:""}.fe-arrow-left-circle:before{content:""}.fe-arrow-right:before{content:""}.fe-arrow-right-circle:before{content:""}.fe-arrow-up:before{content:""}.fe-arrow-up-circle:before{content:""}.fe-arrow-up-left:before{content:""}.fe-arrow-up-right:before{content:""}.fe-at-sign:before{content:""}.fe-award:before{content:""}.fe-bar-chart:before{content:""}.fe-bar-chart-2:before{content:""}.fe-battery:before{content:""}.fe-battery-charging:before{content:""}.fe-bell:before{content:""}.fe-bell-off:before{content:""}.fe-bluetooth:before{content:""}.fe-bold:before{content:""}.fe-book:before{content:""}.fe-book-open:before{content:""}.fe-bookmark:before{content:""}.fe-box:before{content:""}.fe-briefcase:before{content:""}.fe-calendar:before{content:""}.fe-camera:before{content:""}.fe-camera-off:before{content:""}.fe-cast:before{content:""}.fe-check:before{content:""}.fe-check-circle:before{content:""}.fe-check-square:before{content:""}.fe-chevron-down:before{content:""}.fe-chevron-left:before{content:""}.fe-chevron-right:before{content:""}.fe-chevron-up:before{content:""}.fe-chevrons-down:before{content:""}.fe-chevrons-left:before{content:""}.fe-chevrons-right:before{content:""}.fe-chevrons-up:before{content:""}.fe-chrome:before{content:""}.fe-circle:before{content:""}.fe-clipboard:before{content:""}.fe-clock:before{content:""}.fe-cloud:before{content:""}.fe-cloud-drizzle:before{content:""}.fe-cloud-lightning:before{content:""}.fe-cloud-off:before{content:""}.fe-cloud-rain:before{content:""}.fe-cloud-snow:before{content:""}.fe-code:before{content:""}.fe-codepen:before{content:""}.fe-command:before{content:""}.fe-compass:before{content:""}.fe-copy:before{content:""}.fe-corner-down-left:before{content:""}.fe-corner-down-right:before{content:""}.fe-corner-left-down:before{content:""}.fe-corner-left-up:before{content:""}.fe-corner-right-down:before{content:""}.fe-corner-right-up:before{content:""}.fe-corner-up-left:before{content:""}.fe-corner-up-right:before{content:""}.fe-cpu:before{content:""}.fe-credit-card:before{content:""}.fe-crop:before{content:""}.fe-crosshair:before{content:""}.fe-database:before{content:""}.fe-delete:before{content:""}.fe-disc:before{content:""}.fe-dollar-sign:before{content:""}.fe-download:before{content:""}.fe-download-cloud:before{content:""}.fe-droplet:before{content:""}.fe-edit:before{content:""}.fe-edit-2:before{content:""}.fe-edit-3:before{content:""}.fe-external-link:before{content:""}.fe-eye:before{content:""}.fe-eye-off:before{content:""}.fe-facebook:before{content:""}.fe-fast-forward:before{content:""}.fe-feather:before{content:""}.fe-file:before{content:""}.fe-file-minus:before{content:""}.fe-file-plus:before{content:""}.fe-file-text:before{content:""}.fe-film:before{content:""}.fe-filter:before{content:""}.fe-flag:before{content:""}.fe-folder:before{content:""}.fe-folder-minus:before{content:""}.fe-folder-plus:before{content:""}.fe-git-branch:before{content:""}.fe-git-commit:before{content:""}.fe-git-merge:before{content:""}.fe-git-pull-request:before{content:""}.fe-github:before{content:""}.fe-gitlab:before{content:""}.fe-globe:before{content:""}.fe-grid:before{content:""}.fe-hard-drive:before{content:""}.fe-hash:before{content:""}.fe-headphones:before{content:""}.fe-heart:before{content:""}.fe-help-circle:before{content:""}.fe-home:before{content:""}.fe-image:before{content:""}.fe-inbox:before{content:""}.fe-info:before{content:""}.fe-instagram:before{content:""}.fe-italic:before{content:""}.fe-layers:before{content:""}.fe-layout:before{content:""}.fe-life-buoy:before{content:""}.fe-link:before{content:""}.fe-link-2:before{content:""}.fe-linkedin:before{content:""}.fe-list:before{content:""}.fe-loader:before{content:""}.fe-lock:before{content:""}.fe-log-in:before{content:""}.fe-log-out:before{content:""}.fe-mail:before{content:""}.fe-map:before{content:""}.fe-map-pin:before{content:""}.fe-maximize:before{content:""}.fe-maximize-2:before{content:""}.fe-menu:before{content:""}.fe-message-circle:before{content:""}.fe-message-square:before{content:""}.fe-mic:before{content:""}.fe-mic-off:before{content:""}.fe-minimize:before{content:""}.fe-minimize-2:before{content:""}.fe-minus:before{content:""}.fe-minus-circle:before{content:""}.fe-minus-square:before{content:""}.fe-monitor:before{content:""}.fe-moon:before{content:""}.fe-more-horizontal:before{content:""}.fe-more-vertical:before{content:""}.fe-move:before{content:""}.fe-music:before{content:""}.fe-navigation:before{content:""}.fe-navigation-2:before{content:""}.fe-octagon:before{content:""}.fe-package:before{content:""}.fe-paperclip:before{content:""}.fe-pause:before{content:""}.fe-pause-circle:before{content:""}.fe-percent:before{content:""}.fe-phone:before{content:""}.fe-phone-call:before{content:""}.fe-phone-forwarded:before{content:""}.fe-phone-incoming:before{content:""}.fe-phone-missed:before{content:""}.fe-phone-off:before{content:""}.fe-phone-outgoing:before{content:""}.fe-pie-chart:before{content:""}.fe-play:before{content:""}.fe-play-circle:before{content:""}.fe-plus:before{content:""}.fe-plus-circle:before{content:""}.fe-plus-square:before{content:""}.fe-pocket:before{content:""}.fe-power:before{content:""}.fe-printer:before{content:""}.fe-radio:before{content:""}.fe-refresh-ccw:before{content:""}.fe-refresh-cw:before{content:""}.fe-repeat:before{content:""}.fe-rewind:before{content:""}.fe-rotate-ccw:before{content:""}.fe-rotate-cw:before{content:""}.fe-rss:before{content:""}.fe-save:before{content:""}.fe-scissors:before{content:""}.fe-search:before{content:""}.fe-send:before{content:""}.fe-server:before{content:""}.fe-settings:before{content:""}.fe-share:before{content:""}.fe-share-2:before{content:""}.fe-shield:before{content:""}.fe-shield-off:before{content:""}.fe-shopping-bag:before{content:""}.fe-shopping-cart:before{content:""}.fe-shuffle:before{content:""}.fe-sidebar:before{content:""}.fe-skip-back:before{content:""}.fe-skip-forward:before{content:""}.fe-slack:before{content:""}.fe-slash:before{content:""}.fe-sliders:before{content:""}.fe-smartphone:before{content:""}.fe-speaker:before{content:""}.fe-square:before{content:""}.fe-star:before{content:""}.fe-stop-circle:before{content:""}.fe-sun:before{content:""}.fe-sunrise:before{content:""}.fe-sunset:before{content:""}.fe-tablet:before{content:""}.fe-tag:before{content:""}.fe-target:before{content:""}.fe-terminal:before{content:""}.fe-thermometer:before{content:""}.fe-thumbs-down:before{content:""}.fe-thumbs-up:before{content:""}.fe-toggle-left:before{content:""}.fe-toggle-right:before{content:""}.fe-trash:before{content:""}.fe-trash-2:before{content:""}.fe-trending-down:before{content:""}.fe-trending-up:before{content:""}.fe-triangle:before{content:""}.fe-truck:before{content:""}.fe-tv:before{content:""}.fe-twitter:before{content:""}.fe-type:before{content:""}.fe-umbrella:before{content:""}.fe-underline:before{content:""}.fe-unlock:before{content:""}.fe-upload:before{content:""}.fe-upload-cloud:before{content:""}.fe-user:before{content:""}.fe-user-check:before{content:""}.fe-user-minus:before{content:""}.fe-user-plus:before{content:""}.fe-user-x:before{content:""}.fe-users:before{content:""}.fe-video:before{content:""}.fe-video-off:before{content:""}.fe-voicemail:before{content:""}.fe-volume:before{content:""}.fe-volume-1:before{content:""}.fe-volume-2:before{content:""}.fe-volume-x:before{content:""}.fe-watch:before{content:""}.fe-wifi:before{content:""}.fe-wifi-off:before{content:""}.fe-wind:before{content:""}.fe-x:before{content:""}.fe-x-circle:before{content:""}.fe-x-square:before{content:""}.fe-zap:before{content:""}.fe-zap-off:before{content:""}.fe-zoom-in:before{content:""}.fe-zoom-out:before{content:""}@font-face{font-display:swap;font-family:remixicon;src:url(/static/media/remixicon.5cb99e6cba5a4619063f.eot);src:url(/static/media/remixicon.5cb99e6cba5a4619063f.eot) format("embedded-opentype"),url(/static/media/remixicon.90668f6f9b3c2c18a090.woff2) format("woff2"),url(/static/media/remixicon.8d09fa11700ed63cf96e.woff) format("woff"),url(/static/media/remixicon.f2616f597cf98f38d234.ttf) format("truetype")}[class*=" ri-"],[class^=ri-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:remixicon!important;font-style:normal}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-24-hours-fill:before{content:""}.ri-24-hours-line:before{content:""}.ri-4k-fill:before{content:""}.ri-4k-line:before{content:""}.ri-a-b:before{content:""}.ri-account-box-fill:before{content:""}.ri-account-box-line:before{content:""}.ri-account-circle-fill:before{content:""}.ri-account-circle-line:before{content:""}.ri-account-pin-box-fill:before{content:""}.ri-account-pin-box-line:before{content:""}.ri-account-pin-circle-fill:before{content:""}.ri-account-pin-circle-line:before{content:""}.ri-add-box-fill:before{content:""}.ri-add-box-line:before{content:""}.ri-add-circle-fill:before{content:""}.ri-add-circle-line:before{content:""}.ri-add-fill:before{content:""}.ri-add-line:before{content:""}.ri-admin-fill:before{content:""}.ri-admin-line:before{content:""}.ri-advertisement-fill:before{content:""}.ri-advertisement-line:before{content:""}.ri-airplay-fill:before{content:""}.ri-airplay-line:before{content:""}.ri-alarm-fill:before{content:""}.ri-alarm-line:before{content:""}.ri-alarm-warning-fill:before{content:""}.ri-alarm-warning-line:before{content:""}.ri-album-fill:before{content:""}.ri-album-line:before{content:""}.ri-alert-fill:before{content:""}.ri-alert-line:before{content:""}.ri-aliens-fill:before{content:""}.ri-aliens-line:before{content:""}.ri-align-bottom:before{content:""}.ri-align-center:before{content:""}.ri-align-justify:before{content:""}.ri-align-left:before{content:""}.ri-align-right:before{content:""}.ri-align-top:before{content:""}.ri-align-vertically:before{content:""}.ri-alipay-fill:before{content:""}.ri-alipay-line:before{content:""}.ri-amazon-fill:before{content:""}.ri-amazon-line:before{content:""}.ri-anchor-fill:before{content:""}.ri-anchor-line:before{content:""}.ri-ancient-gate-fill:before{content:""}.ri-ancient-gate-line:before{content:""}.ri-ancient-pavilion-fill:before{content:""}.ri-ancient-pavilion-line:before{content:""}.ri-android-fill:before{content:""}.ri-android-line:before{content:""}.ri-angularjs-fill:before{content:""}.ri-angularjs-line:before{content:""}.ri-anticlockwise-2-fill:before{content:""}.ri-anticlockwise-2-line:before{content:""}.ri-anticlockwise-fill:before{content:""}.ri-anticlockwise-line:before{content:""}.ri-app-store-fill:before{content:""}.ri-app-store-line:before{content:""}.ri-apple-fill:before{content:""}.ri-apple-line:before{content:""}.ri-apps-2-fill:before{content:""}.ri-apps-2-line:before{content:""}.ri-apps-fill:before{content:""}.ri-apps-line:before{content:""}.ri-archive-drawer-fill:before{content:""}.ri-archive-drawer-line:before{content:""}.ri-archive-fill:before{content:""}.ri-archive-line:before{content:""}.ri-arrow-down-circle-fill:before{content:""}.ri-arrow-down-circle-line:before{content:""}.ri-arrow-down-fill:before{content:""}.ri-arrow-down-line:before{content:""}.ri-arrow-down-s-fill:before{content:""}.ri-arrow-down-s-line:before{content:""}.ri-arrow-drop-down-fill:before{content:""}.ri-arrow-drop-down-line:before{content:""}.ri-arrow-drop-left-fill:before{content:""}.ri-arrow-drop-left-line:before{content:""}.ri-arrow-drop-right-fill:before{content:""}.ri-arrow-drop-right-line:before{content:""}.ri-arrow-drop-up-fill:before{content:""}.ri-arrow-drop-up-line:before{content:""}.ri-arrow-go-back-fill:before{content:""}.ri-arrow-go-back-line:before{content:""}.ri-arrow-go-forward-fill:before{content:""}.ri-arrow-go-forward-line:before{content:""}.ri-arrow-left-circle-fill:before{content:""}.ri-arrow-left-circle-line:before{content:""}.ri-arrow-left-down-fill:before{content:""}.ri-arrow-left-down-line:before{content:""}.ri-arrow-left-fill:before{content:""}.ri-arrow-left-line:before{content:""}.ri-arrow-left-right-fill:before{content:""}.ri-arrow-left-right-line:before{content:""}.ri-arrow-left-s-fill:before{content:""}.ri-arrow-left-s-line:before{content:""}.ri-arrow-left-up-fill:before{content:""}.ri-arrow-left-up-line:before{content:""}.ri-arrow-right-circle-fill:before{content:""}.ri-arrow-right-circle-line:before{content:""}.ri-arrow-right-down-fill:before{content:""}.ri-arrow-right-down-line:before{content:""}.ri-arrow-right-fill:before{content:""}.ri-arrow-right-line:before{content:""}.ri-arrow-right-s-fill:before{content:""}.ri-arrow-right-s-line:before{content:""}.ri-arrow-right-up-fill:before{content:""}.ri-arrow-right-up-line:before{content:""}.ri-arrow-up-circle-fill:before{content:""}.ri-arrow-up-circle-line:before{content:""}.ri-arrow-up-down-fill:before{content:""}.ri-arrow-up-down-line:before{content:""}.ri-arrow-up-fill:before{content:""}.ri-arrow-up-line:before{content:""}.ri-arrow-up-s-fill:before{content:""}.ri-arrow-up-s-line:before{content:""}.ri-artboard-2-fill:before{content:""}.ri-artboard-2-line:before{content:""}.ri-artboard-fill:before{content:""}.ri-artboard-line:before{content:""}.ri-article-fill:before{content:""}.ri-article-line:before{content:""}.ri-aspect-ratio-fill:before{content:""}.ri-aspect-ratio-line:before{content:""}.ri-asterisk:before{content:""}.ri-at-fill:before{content:""}.ri-at-line:before{content:""}.ri-attachment-2:before{content:""}.ri-attachment-fill:before{content:""}.ri-attachment-line:before{content:""}.ri-auction-fill:before{content:""}.ri-auction-line:before{content:""}.ri-award-fill:before{content:""}.ri-award-line:before{content:""}.ri-baidu-fill:before{content:""}.ri-baidu-line:before{content:""}.ri-ball-pen-fill:before{content:""}.ri-ball-pen-line:before{content:""}.ri-bank-card-2-fill:before{content:""}.ri-bank-card-2-line:before{content:""}.ri-bank-card-fill:before{content:""}.ri-bank-card-line:before{content:""}.ri-bank-fill:before{content:""}.ri-bank-line:before{content:""}.ri-bar-chart-2-fill:before{content:""}.ri-bar-chart-2-line:before{content:""}.ri-bar-chart-box-fill:before{content:""}.ri-bar-chart-box-line:before{content:""}.ri-bar-chart-fill:before{content:""}.ri-bar-chart-grouped-fill:before{content:""}.ri-bar-chart-grouped-line:before{content:""}.ri-bar-chart-horizontal-fill:before{content:""}.ri-bar-chart-horizontal-line:before{content:""}.ri-bar-chart-line:before{content:""}.ri-barcode-box-fill:before{content:""}.ri-barcode-box-line:before{content:""}.ri-barcode-fill:before{content:""}.ri-barcode-line:before{content:""}.ri-barricade-fill:before{content:""}.ri-barricade-line:before{content:""}.ri-base-station-fill:before{content:""}.ri-base-station-line:before{content:""}.ri-basketball-fill:before{content:""}.ri-basketball-line:before{content:""}.ri-battery-2-charge-fill:before{content:""}.ri-battery-2-charge-line:before{content:""}.ri-battery-2-fill:before{content:""}.ri-battery-2-line:before{content:""}.ri-battery-charge-fill:before{content:""}.ri-battery-charge-line:before{content:""}.ri-battery-fill:before{content:""}.ri-battery-line:before{content:""}.ri-battery-low-fill:before{content:""}.ri-battery-low-line:before{content:""}.ri-battery-saver-fill:before{content:""}.ri-battery-saver-line:before{content:""}.ri-battery-share-fill:before{content:""}.ri-battery-share-line:before{content:""}.ri-bear-smile-fill:before{content:""}.ri-bear-smile-line:before{content:""}.ri-behance-fill:before{content:""}.ri-behance-line:before{content:""}.ri-bell-fill:before{content:""}.ri-bell-line:before{content:""}.ri-bike-fill:before{content:""}.ri-bike-line:before{content:""}.ri-bilibili-fill:before{content:""}.ri-bilibili-line:before{content:""}.ri-bill-fill:before{content:""}.ri-bill-line:before{content:""}.ri-billiards-fill:before{content:""}.ri-billiards-line:before{content:""}.ri-bit-coin-fill:before{content:""}.ri-bit-coin-line:before{content:""}.ri-blaze-fill:before{content:""}.ri-blaze-line:before{content:""}.ri-bluetooth-connect-fill:before{content:""}.ri-bluetooth-connect-line:before{content:""}.ri-bluetooth-fill:before{content:""}.ri-bluetooth-line:before{content:""}.ri-blur-off-fill:before{content:""}.ri-blur-off-line:before{content:""}.ri-body-scan-fill:before{content:""}.ri-body-scan-line:before{content:""}.ri-bold:before{content:""}.ri-book-2-fill:before{content:""}.ri-book-2-line:before{content:""}.ri-book-3-fill:before{content:""}.ri-book-3-line:before{content:""}.ri-book-fill:before{content:""}.ri-book-line:before{content:""}.ri-book-mark-fill:before{content:""}.ri-book-mark-line:before{content:""}.ri-book-open-fill:before{content:""}.ri-book-open-line:before{content:""}.ri-book-read-fill:before{content:""}.ri-book-read-line:before{content:""}.ri-booklet-fill:before{content:""}.ri-booklet-line:before{content:""}.ri-bookmark-2-fill:before{content:""}.ri-bookmark-2-line:before{content:""}.ri-bookmark-3-fill:before{content:""}.ri-bookmark-3-line:before{content:""}.ri-bookmark-fill:before{content:""}.ri-bookmark-line:before{content:""}.ri-boxing-fill:before{content:""}.ri-boxing-line:before{content:""}.ri-braces-fill:before{content:""}.ri-braces-line:before{content:""}.ri-brackets-fill:before{content:""}.ri-brackets-line:before{content:""}.ri-briefcase-2-fill:before{content:""}.ri-briefcase-2-line:before{content:""}.ri-briefcase-3-fill:before{content:""}.ri-briefcase-3-line:before{content:""}.ri-briefcase-4-fill:before{content:""}.ri-briefcase-4-line:before{content:""}.ri-briefcase-5-fill:before{content:""}.ri-briefcase-5-line:before{content:""}.ri-briefcase-fill:before{content:""}.ri-briefcase-line:before{content:""}.ri-bring-forward:before{content:""}.ri-bring-to-front:before{content:""}.ri-broadcast-fill:before{content:""}.ri-broadcast-line:before{content:""}.ri-brush-2-fill:before{content:""}.ri-brush-2-line:before{content:""}.ri-brush-3-fill:before{content:""}.ri-brush-3-line:before{content:""}.ri-brush-4-fill:before{content:""}.ri-brush-4-line:before{content:""}.ri-brush-fill:before{content:""}.ri-brush-line:before{content:""}.ri-bubble-chart-fill:before{content:""}.ri-bubble-chart-line:before{content:""}.ri-bug-2-fill:before{content:""}.ri-bug-2-line:before{content:""}.ri-bug-fill:before{content:""}.ri-bug-line:before{content:""}.ri-building-2-fill:before{content:""}.ri-building-2-line:before{content:""}.ri-building-3-fill:before{content:""}.ri-building-3-line:before{content:""}.ri-building-4-fill:before{content:""}.ri-building-4-line:before{content:""}.ri-building-fill:before{content:""}.ri-building-line:before{content:""}.ri-bus-2-fill:before{content:""}.ri-bus-2-line:before{content:""}.ri-bus-fill:before{content:""}.ri-bus-line:before{content:""}.ri-bus-wifi-fill:before{content:""}.ri-bus-wifi-line:before{content:""}.ri-cactus-fill:before{content:""}.ri-cactus-line:before{content:""}.ri-cake-2-fill:before{content:""}.ri-cake-2-line:before{content:""}.ri-cake-3-fill:before{content:""}.ri-cake-3-line:before{content:""}.ri-cake-fill:before{content:""}.ri-cake-line:before{content:""}.ri-calculator-fill:before{content:""}.ri-calculator-line:before{content:""}.ri-calendar-2-fill:before{content:""}.ri-calendar-2-line:before{content:""}.ri-calendar-check-fill:before{content:""}.ri-calendar-check-line:before{content:""}.ri-calendar-event-fill:before{content:""}.ri-calendar-event-line:before{content:""}.ri-calendar-fill:before{content:""}.ri-calendar-line:before{content:""}.ri-calendar-todo-fill:before{content:""}.ri-calendar-todo-line:before{content:""}.ri-camera-2-fill:before{content:""}.ri-camera-2-line:before{content:""}.ri-camera-3-fill:before{content:""}.ri-camera-3-line:before{content:""}.ri-camera-fill:before{content:""}.ri-camera-lens-fill:before{content:""}.ri-camera-lens-line:before{content:""}.ri-camera-line:before{content:""}.ri-camera-off-fill:before{content:""}.ri-camera-off-line:before{content:""}.ri-camera-switch-fill:before{content:""}.ri-camera-switch-line:before{content:""}.ri-capsule-fill:before{content:""}.ri-capsule-line:before{content:""}.ri-car-fill:before{content:""}.ri-car-line:before{content:""}.ri-car-washing-fill:before{content:""}.ri-car-washing-line:before{content:""}.ri-caravan-fill:before{content:""}.ri-caravan-line:before{content:""}.ri-cast-fill:before{content:""}.ri-cast-line:before{content:""}.ri-cellphone-fill:before{content:""}.ri-cellphone-line:before{content:""}.ri-celsius-fill:before{content:""}.ri-celsius-line:before{content:""}.ri-centos-fill:before{content:""}.ri-centos-line:before{content:""}.ri-character-recognition-fill:before{content:""}.ri-character-recognition-line:before{content:""}.ri-charging-pile-2-fill:before{content:""}.ri-charging-pile-2-line:before{content:""}.ri-charging-pile-fill:before{content:""}.ri-charging-pile-line:before{content:""}.ri-chat-1-fill:before{content:""}.ri-chat-1-line:before{content:""}.ri-chat-2-fill:before{content:""}.ri-chat-2-line:before{content:""}.ri-chat-3-fill:before{content:""}.ri-chat-3-line:before{content:""}.ri-chat-4-fill:before{content:""}.ri-chat-4-line:before{content:""}.ri-chat-check-fill:before{content:""}.ri-chat-check-line:before{content:""}.ri-chat-delete-fill:before{content:""}.ri-chat-delete-line:before{content:""}.ri-chat-download-fill:before{content:""}.ri-chat-download-line:before{content:""}.ri-chat-follow-up-fill:before{content:""}.ri-chat-follow-up-line:before{content:""}.ri-chat-forward-fill:before{content:""}.ri-chat-forward-line:before{content:""}.ri-chat-heart-fill:before{content:""}.ri-chat-heart-line:before{content:""}.ri-chat-history-fill:before{content:""}.ri-chat-history-line:before{content:""}.ri-chat-new-fill:before{content:""}.ri-chat-new-line:before{content:""}.ri-chat-off-fill:before{content:""}.ri-chat-off-line:before{content:""}.ri-chat-poll-fill:before{content:""}.ri-chat-poll-line:before{content:""}.ri-chat-private-fill:before{content:""}.ri-chat-private-line:before{content:""}.ri-chat-quote-fill:before{content:""}.ri-chat-quote-line:before{content:""}.ri-chat-settings-fill:before{content:""}.ri-chat-settings-line:before{content:""}.ri-chat-smile-2-fill:before{content:""}.ri-chat-smile-2-line:before{content:""}.ri-chat-smile-3-fill:before{content:""}.ri-chat-smile-3-line:before{content:""}.ri-chat-smile-fill:before{content:""}.ri-chat-smile-line:before{content:""}.ri-chat-upload-fill:before{content:""}.ri-chat-upload-line:before{content:""}.ri-chat-voice-fill:before{content:""}.ri-chat-voice-line:before{content:""}.ri-check-double-fill:before{content:""}.ri-check-double-line:before{content:""}.ri-check-fill:before{content:""}.ri-check-line:before{content:""}.ri-checkbox-blank-circle-fill:before{content:""}.ri-checkbox-blank-circle-line:before{content:""}.ri-checkbox-blank-fill:before{content:""}.ri-checkbox-blank-line:before{content:""}.ri-checkbox-circle-fill:before{content:""}.ri-checkbox-circle-line:before{content:""}.ri-checkbox-fill:before{content:""}.ri-checkbox-indeterminate-fill:before{content:""}.ri-checkbox-indeterminate-line:before{content:""}.ri-checkbox-line:before{content:""}.ri-checkbox-multiple-blank-fill:before{content:""}.ri-checkbox-multiple-blank-line:before{content:""}.ri-checkbox-multiple-fill:before{content:""}.ri-checkbox-multiple-line:before{content:""}.ri-china-railway-fill:before{content:""}.ri-china-railway-line:before{content:""}.ri-chrome-fill:before{content:""}.ri-chrome-line:before{content:""}.ri-clapperboard-fill:before{content:""}.ri-clapperboard-line:before{content:""}.ri-clipboard-fill:before{content:""}.ri-clipboard-line:before{content:""}.ri-clockwise-2-fill:before{content:""}.ri-clockwise-2-line:before{content:""}.ri-clockwise-fill:before{content:""}.ri-clockwise-line:before{content:""}.ri-close-circle-fill:before{content:""}.ri-close-circle-line:before{content:""}.ri-close-fill:before{content:""}.ri-close-line:before{content:""}.ri-closed-captioning-fill:before{content:""}.ri-closed-captioning-line:before{content:""}.ri-cloud-fill:before{content:""}.ri-cloud-line:before{content:""}.ri-cloud-off-fill:before{content:""}.ri-cloud-off-line:before{content:""}.ri-cloud-windy-fill:before{content:""}.ri-cloud-windy-line:before{content:""}.ri-cloudy-2-fill:before{content:""}.ri-cloudy-2-line:before{content:""}.ri-cloudy-fill:before{content:""}.ri-cloudy-line:before{content:""}.ri-code-box-fill:before{content:""}.ri-code-box-line:before{content:""}.ri-code-fill:before{content:""}.ri-code-line:before{content:""}.ri-code-s-fill:before{content:""}.ri-code-s-line:before{content:""}.ri-code-s-slash-fill:before{content:""}.ri-code-s-slash-line:before{content:""}.ri-code-view:before{content:""}.ri-codepen-fill:before{content:""}.ri-codepen-line:before{content:""}.ri-coin-fill:before{content:""}.ri-coin-line:before{content:""}.ri-coins-fill:before{content:""}.ri-coins-line:before{content:""}.ri-collage-fill:before{content:""}.ri-collage-line:before{content:""}.ri-command-fill:before{content:""}.ri-command-line:before{content:""}.ri-community-fill:before{content:""}.ri-community-line:before{content:""}.ri-compass-2-fill:before{content:""}.ri-compass-2-line:before{content:""}.ri-compass-3-fill:before{content:""}.ri-compass-3-line:before{content:""}.ri-compass-4-fill:before{content:""}.ri-compass-4-line:before{content:""}.ri-compass-discover-fill:before{content:""}.ri-compass-discover-line:before{content:""}.ri-compass-fill:before{content:""}.ri-compass-line:before{content:""}.ri-compasses-2-fill:before{content:""}.ri-compasses-2-line:before{content:""}.ri-compasses-fill:before{content:""}.ri-compasses-line:before{content:""}.ri-computer-fill:before{content:""}.ri-computer-line:before{content:""}.ri-contacts-book-2-fill:before{content:""}.ri-contacts-book-2-line:before{content:""}.ri-contacts-book-fill:before{content:""}.ri-contacts-book-line:before{content:""}.ri-contacts-book-upload-fill:before{content:""}.ri-contacts-book-upload-line:before{content:""}.ri-contacts-fill:before{content:""}.ri-contacts-line:before{content:""}.ri-contrast-2-fill:before{content:""}.ri-contrast-2-line:before{content:""}.ri-contrast-drop-2-fill:before{content:""}.ri-contrast-drop-2-line:before{content:""}.ri-contrast-drop-fill:before{content:""}.ri-contrast-drop-line:before{content:""}.ri-contrast-fill:before{content:""}.ri-contrast-line:before{content:""}.ri-copper-coin-fill:before{content:""}.ri-copper-coin-line:before{content:""}.ri-copper-diamond-fill:before{content:""}.ri-copper-diamond-line:before{content:""}.ri-copyleft-fill:before{content:""}.ri-copyleft-line:before{content:""}.ri-copyright-fill:before{content:""}.ri-copyright-line:before{content:""}.ri-coreos-fill:before{content:""}.ri-coreos-line:before{content:""}.ri-coupon-2-fill:before{content:""}.ri-coupon-2-line:before{content:""}.ri-coupon-3-fill:before{content:""}.ri-coupon-3-line:before{content:""}.ri-coupon-4-fill:before{content:""}.ri-coupon-4-line:before{content:""}.ri-coupon-5-fill:before{content:""}.ri-coupon-5-line:before{content:""}.ri-coupon-fill:before{content:""}.ri-coupon-line:before{content:""}.ri-cpu-fill:before{content:""}.ri-cpu-line:before{content:""}.ri-creative-commons-by-fill:before{content:""}.ri-creative-commons-by-line:before{content:""}.ri-creative-commons-fill:before{content:""}.ri-creative-commons-line:before{content:""}.ri-creative-commons-nc-fill:before{content:""}.ri-creative-commons-nc-line:before{content:""}.ri-creative-commons-nd-fill:before{content:""}.ri-creative-commons-nd-line:before{content:""}.ri-creative-commons-sa-fill:before{content:""}.ri-creative-commons-sa-line:before{content:""}.ri-creative-commons-zero-fill:before{content:""}.ri-creative-commons-zero-line:before{content:""}.ri-criminal-fill:before{content:""}.ri-criminal-line:before{content:""}.ri-crop-2-fill:before{content:""}.ri-crop-2-line:before{content:""}.ri-crop-fill:before{content:""}.ri-crop-line:before{content:""}.ri-css3-fill:before{content:""}.ri-css3-line:before{content:""}.ri-cup-fill:before{content:""}.ri-cup-line:before{content:""}.ri-currency-fill:before{content:""}.ri-currency-line:before{content:""}.ri-cursor-fill:before{content:""}.ri-cursor-line:before{content:""}.ri-customer-service-2-fill:before{content:""}.ri-customer-service-2-line:before{content:""}.ri-customer-service-fill:before{content:""}.ri-customer-service-line:before{content:""}.ri-dashboard-2-fill:before{content:""}.ri-dashboard-2-line:before{content:""}.ri-dashboard-3-fill:before{content:""}.ri-dashboard-3-line:before{content:""}.ri-dashboard-fill:before{content:""}.ri-dashboard-line:before{content:""}.ri-database-2-fill:before{content:""}.ri-database-2-line:before{content:""}.ri-database-fill:before{content:""}.ri-database-line:before{content:""}.ri-delete-back-2-fill:before{content:""}.ri-delete-back-2-line:before{content:""}.ri-delete-back-fill:before{content:""}.ri-delete-back-line:before{content:""}.ri-delete-bin-2-fill:before{content:""}.ri-delete-bin-2-line:before{content:""}.ri-delete-bin-3-fill:before{content:""}.ri-delete-bin-3-line:before{content:""}.ri-delete-bin-4-fill:before{content:""}.ri-delete-bin-4-line:before{content:""}.ri-delete-bin-5-fill:before{content:""}.ri-delete-bin-5-line:before{content:""}.ri-delete-bin-6-fill:before{content:""}.ri-delete-bin-6-line:before{content:""}.ri-delete-bin-7-fill:before{content:""}.ri-delete-bin-7-line:before{content:""}.ri-delete-bin-fill:before{content:""}.ri-delete-bin-line:before{content:""}.ri-delete-column:before{content:""}.ri-delete-row:before{content:""}.ri-device-fill:before{content:""}.ri-device-line:before{content:""}.ri-device-recover-fill:before{content:""}.ri-device-recover-line:before{content:""}.ri-dingding-fill:before{content:""}.ri-dingding-line:before{content:""}.ri-direction-fill:before{content:""}.ri-direction-line:before{content:""}.ri-disc-fill:before{content:""}.ri-disc-line:before{content:""}.ri-discord-fill:before{content:""}.ri-discord-line:before{content:""}.ri-discuss-fill:before{content:""}.ri-discuss-line:before{content:""}.ri-dislike-fill:before{content:""}.ri-dislike-line:before{content:""}.ri-disqus-fill:before{content:""}.ri-disqus-line:before{content:""}.ri-divide-fill:before{content:""}.ri-divide-line:before{content:""}.ri-donut-chart-fill:before{content:""}.ri-donut-chart-line:before{content:""}.ri-door-closed-fill:before{content:""}.ri-door-closed-line:before{content:""}.ri-door-fill:before{content:""}.ri-door-line:before{content:""}.ri-door-lock-box-fill:before{content:""}.ri-door-lock-box-line:before{content:""}.ri-door-lock-fill:before{content:""}.ri-door-lock-line:before{content:""}.ri-door-open-fill:before{content:""}.ri-door-open-line:before{content:""}.ri-dossier-fill:before{content:""}.ri-dossier-line:before{content:""}.ri-douban-fill:before{content:""}.ri-douban-line:before{content:""}.ri-double-quotes-l:before{content:""}.ri-double-quotes-r:before{content:""}.ri-download-2-fill:before{content:""}.ri-download-2-line:before{content:""}.ri-download-cloud-2-fill:before{content:""}.ri-download-cloud-2-line:before{content:""}.ri-download-cloud-fill:before{content:""}.ri-download-cloud-line:before{content:""}.ri-download-fill:before{content:""}.ri-download-line:before{content:""}.ri-draft-fill:before{content:""}.ri-draft-line:before{content:""}.ri-drag-drop-fill:before{content:""}.ri-drag-drop-line:before{content:""}.ri-drag-move-2-fill:before{content:""}.ri-drag-move-2-line:before{content:""}.ri-drag-move-fill:before{content:""}.ri-drag-move-line:before{content:""}.ri-dribbble-fill:before{content:""}.ri-dribbble-line:before{content:""}.ri-drive-fill:before{content:""}.ri-drive-line:before{content:""}.ri-drizzle-fill:before{content:""}.ri-drizzle-line:before{content:""}.ri-drop-fill:before{content:""}.ri-drop-line:before{content:""}.ri-dropbox-fill:before{content:""}.ri-dropbox-line:before{content:""}.ri-dual-sim-1-fill:before{content:""}.ri-dual-sim-1-line:before{content:""}.ri-dual-sim-2-fill:before{content:""}.ri-dual-sim-2-line:before{content:""}.ri-dv-fill:before{content:""}.ri-dv-line:before{content:""}.ri-dvd-fill:before{content:""}.ri-dvd-line:before{content:""}.ri-e-bike-2-fill:before{content:""}.ri-e-bike-2-line:before{content:""}.ri-e-bike-fill:before{content:""}.ri-e-bike-line:before{content:""}.ri-earth-fill:before{content:""}.ri-earth-line:before{content:""}.ri-earthquake-fill:before{content:""}.ri-earthquake-line:before{content:""}.ri-edge-fill:before{content:""}.ri-edge-line:before{content:""}.ri-edit-2-fill:before{content:""}.ri-edit-2-line:before{content:""}.ri-edit-box-fill:before{content:""}.ri-edit-box-line:before{content:""}.ri-edit-circle-fill:before{content:""}.ri-edit-circle-line:before{content:""}.ri-edit-fill:before{content:""}.ri-edit-line:before{content:""}.ri-eject-fill:before{content:""}.ri-eject-line:before{content:""}.ri-emotion-2-fill:before{content:""}.ri-emotion-2-line:before{content:""}.ri-emotion-fill:before{content:""}.ri-emotion-happy-fill:before{content:""}.ri-emotion-happy-line:before{content:""}.ri-emotion-laugh-fill:before{content:""}.ri-emotion-laugh-line:before{content:""}.ri-emotion-line:before{content:""}.ri-emotion-normal-fill:before{content:""}.ri-emotion-normal-line:before{content:""}.ri-emotion-sad-fill:before{content:""}.ri-emotion-sad-line:before{content:""}.ri-emotion-unhappy-fill:before{content:""}.ri-emotion-unhappy-line:before{content:""}.ri-empathize-fill:before{content:""}.ri-empathize-line:before{content:""}.ri-emphasis-cn:before{content:""}.ri-emphasis:before{content:""}.ri-english-input:before{content:""}.ri-equalizer-fill:before{content:""}.ri-equalizer-line:before{content:""}.ri-eraser-fill:before{content:""}.ri-eraser-line:before{content:""}.ri-error-warning-fill:before{content:""}.ri-error-warning-line:before{content:""}.ri-evernote-fill:before{content:""}.ri-evernote-line:before{content:""}.ri-exchange-box-fill:before{content:""}.ri-exchange-box-line:before{content:""}.ri-exchange-cny-fill:before{content:""}.ri-exchange-cny-line:before{content:""}.ri-exchange-dollar-fill:before{content:""}.ri-exchange-dollar-line:before{content:""}.ri-exchange-fill:before{content:""}.ri-exchange-funds-fill:before{content:""}.ri-exchange-funds-line:before{content:""}.ri-exchange-line:before{content:""}.ri-external-link-fill:before{content:""}.ri-external-link-line:before{content:""}.ri-eye-2-fill:before{content:""}.ri-eye-2-line:before{content:""}.ri-eye-close-fill:before{content:""}.ri-eye-close-line:before{content:""}.ri-eye-fill:before{content:""}.ri-eye-line:before{content:""}.ri-eye-off-fill:before{content:""}.ri-eye-off-line:before{content:""}.ri-facebook-box-fill:before{content:""}.ri-facebook-box-line:before{content:""}.ri-facebook-circle-fill:before{content:""}.ri-facebook-circle-line:before{content:""}.ri-facebook-fill:before{content:""}.ri-facebook-line:before{content:""}.ri-fahrenheit-fill:before{content:""}.ri-fahrenheit-line:before{content:""}.ri-feedback-fill:before{content:""}.ri-feedback-line:before{content:""}.ri-file-2-fill:before{content:""}.ri-file-2-line:before{content:""}.ri-file-3-fill:before{content:""}.ri-file-3-line:before{content:""}.ri-file-4-fill:before{content:""}.ri-file-4-line:before{content:""}.ri-file-add-fill:before{content:""}.ri-file-add-line:before{content:""}.ri-file-chart-2-fill:before{content:""}.ri-file-chart-2-line:before{content:""}.ri-file-chart-fill:before{content:""}.ri-file-chart-line:before{content:""}.ri-file-cloud-fill:before{content:""}.ri-file-cloud-line:before{content:""}.ri-file-code-fill:before{content:""}.ri-file-code-line:before{content:""}.ri-file-copy-2-fill:before{content:""}.ri-file-copy-2-line:before{content:""}.ri-file-copy-fill:before{content:""}.ri-file-copy-line:before{content:""}.ri-file-damage-fill:before{content:""}.ri-file-damage-line:before{content:""}.ri-file-download-fill:before{content:""}.ri-file-download-line:before{content:""}.ri-file-edit-fill:before{content:""}.ri-file-edit-line:before{content:""}.ri-file-excel-2-fill:before{content:""}.ri-file-excel-2-line:before{content:""}.ri-file-excel-fill:before{content:""}.ri-file-excel-line:before{content:""}.ri-file-fill:before{content:""}.ri-file-forbid-fill:before{content:""}.ri-file-forbid-line:before{content:""}.ri-file-gif-fill:before{content:""}.ri-file-gif-line:before{content:""}.ri-file-history-fill:before{content:""}.ri-file-history-line:before{content:""}.ri-file-hwp-fill:before{content:""}.ri-file-hwp-line:before{content:""}.ri-file-info-fill:before{content:""}.ri-file-info-line:before{content:""}.ri-file-line:before{content:""}.ri-file-list-2-fill:before{content:""}.ri-file-list-2-line:before{content:""}.ri-file-list-3-fill:before{content:""}.ri-file-list-3-line:before{content:""}.ri-file-list-fill:before{content:""}.ri-file-list-line:before{content:""}.ri-file-lock-fill:before{content:""}.ri-file-lock-line:before{content:""}.ri-file-mark-fill:before{content:""}.ri-file-mark-line:before{content:""}.ri-file-music-fill:before{content:""}.ri-file-music-line:before{content:""}.ri-file-paper-2-fill:before{content:""}.ri-file-paper-2-line:before{content:""}.ri-file-paper-fill:before{content:""}.ri-file-paper-line:before{content:""}.ri-file-pdf-fill:before{content:""}.ri-file-pdf-line:before{content:""}.ri-file-ppt-2-fill:before{content:""}.ri-file-ppt-2-line:before{content:""}.ri-file-ppt-fill:before{content:""}.ri-file-ppt-line:before{content:""}.ri-file-reduce-fill:before{content:""}.ri-file-reduce-line:before{content:""}.ri-file-search-fill:before{content:""}.ri-file-search-line:before{content:""}.ri-file-settings-fill:before{content:""}.ri-file-settings-line:before{content:""}.ri-file-shield-2-fill:before{content:""}.ri-file-shield-2-line:before{content:""}.ri-file-shield-fill:before{content:""}.ri-file-shield-line:before{content:""}.ri-file-shred-fill:before{content:""}.ri-file-shred-line:before{content:""}.ri-file-text-fill:before{content:""}.ri-file-text-line:before{content:""}.ri-file-transfer-fill:before{content:""}.ri-file-transfer-line:before{content:""}.ri-file-unknow-fill:before{content:""}.ri-file-unknow-line:before{content:""}.ri-file-upload-fill:before{content:""}.ri-file-upload-line:before{content:""}.ri-file-user-fill:before{content:""}.ri-file-user-line:before{content:""}.ri-file-warning-fill:before{content:""}.ri-file-warning-line:before{content:""}.ri-file-word-2-fill:before{content:""}.ri-file-word-2-line:before{content:""}.ri-file-word-fill:before{content:""}.ri-file-word-line:before{content:""}.ri-file-zip-fill:before{content:""}.ri-file-zip-line:before{content:""}.ri-film-fill:before{content:""}.ri-film-line:before{content:""}.ri-filter-2-fill:before{content:""}.ri-filter-2-line:before{content:""}.ri-filter-3-fill:before{content:""}.ri-filter-3-line:before{content:""}.ri-filter-fill:before{content:""}.ri-filter-line:before{content:""}.ri-filter-off-fill:before{content:""}.ri-filter-off-line:before{content:""}.ri-find-replace-fill:before{content:""}.ri-find-replace-line:before{content:""}.ri-finder-fill:before{content:""}.ri-finder-line:before{content:""}.ri-fingerprint-2-fill:before{content:""}.ri-fingerprint-2-line:before{content:""}.ri-fingerprint-fill:before{content:""}.ri-fingerprint-line:before{content:""}.ri-fire-fill:before{content:""}.ri-fire-line:before{content:""}.ri-firefox-fill:before{content:""}.ri-firefox-line:before{content:""}.ri-first-aid-kit-fill:before{content:""}.ri-first-aid-kit-line:before{content:""}.ri-flag-2-fill:before{content:""}.ri-flag-2-line:before{content:""}.ri-flag-fill:before{content:""}.ri-flag-line:before{content:""}.ri-flashlight-fill:before{content:""}.ri-flashlight-line:before{content:""}.ri-flask-fill:before{content:""}.ri-flask-line:before{content:""}.ri-flight-land-fill:before{content:""}.ri-flight-land-line:before{content:""}.ri-flight-takeoff-fill:before{content:""}.ri-flight-takeoff-line:before{content:""}.ri-flood-fill:before{content:""}.ri-flood-line:before{content:""}.ri-flow-chart:before{content:""}.ri-flutter-fill:before{content:""}.ri-flutter-line:before{content:""}.ri-focus-2-fill:before{content:""}.ri-focus-2-line:before{content:""}.ri-focus-3-fill:before{content:""}.ri-focus-3-line:before{content:""}.ri-focus-fill:before{content:""}.ri-focus-line:before{content:""}.ri-foggy-fill:before{content:""}.ri-foggy-line:before{content:""}.ri-folder-2-fill:before{content:""}.ri-folder-2-line:before{content:""}.ri-folder-3-fill:before{content:""}.ri-folder-3-line:before{content:""}.ri-folder-4-fill:before{content:""}.ri-folder-4-line:before{content:""}.ri-folder-5-fill:before{content:""}.ri-folder-5-line:before{content:""}.ri-folder-add-fill:before{content:""}.ri-folder-add-line:before{content:""}.ri-folder-chart-2-fill:before{content:""}.ri-folder-chart-2-line:before{content:""}.ri-folder-chart-fill:before{content:""}.ri-folder-chart-line:before{content:""}.ri-folder-download-fill:before{content:""}.ri-folder-download-line:before{content:""}.ri-folder-fill:before{content:""}.ri-folder-forbid-fill:before{content:""}.ri-folder-forbid-line:before{content:""}.ri-folder-history-fill:before{content:""}.ri-folder-history-line:before{content:""}.ri-folder-info-fill:before{content:""}.ri-folder-info-line:before{content:""}.ri-folder-keyhole-fill:before{content:""}.ri-folder-keyhole-line:before{content:""}.ri-folder-line:before{content:""}.ri-folder-lock-fill:before{content:""}.ri-folder-lock-line:before{content:""}.ri-folder-music-fill:before{content:""}.ri-folder-music-line:before{content:""}.ri-folder-open-fill:before{content:""}.ri-folder-open-line:before{content:""}.ri-folder-received-fill:before{content:""}.ri-folder-received-line:before{content:""}.ri-folder-reduce-fill:before{content:""}.ri-folder-reduce-line:before{content:""}.ri-folder-settings-fill:before{content:""}.ri-folder-settings-line:before{content:""}.ri-folder-shared-fill:before{content:""}.ri-folder-shared-line:before{content:""}.ri-folder-shield-2-fill:before{content:""}.ri-folder-shield-2-line:before{content:""}.ri-folder-shield-fill:before{content:""}.ri-folder-shield-line:before{content:""}.ri-folder-transfer-fill:before{content:""}.ri-folder-transfer-line:before{content:""}.ri-folder-unknow-fill:before{content:""}.ri-folder-unknow-line:before{content:""}.ri-folder-upload-fill:before{content:""}.ri-folder-upload-line:before{content:""}.ri-folder-user-fill:before{content:""}.ri-folder-user-line:before{content:""}.ri-folder-warning-fill:before{content:""}.ri-folder-warning-line:before{content:""}.ri-folder-zip-fill:before{content:""}.ri-folder-zip-line:before{content:""}.ri-folders-fill:before{content:""}.ri-folders-line:before{content:""}.ri-font-color:before{content:""}.ri-font-size-2:before{content:""}.ri-font-size:before{content:""}.ri-football-fill:before{content:""}.ri-football-line:before{content:""}.ri-footprint-fill:before{content:""}.ri-footprint-line:before{content:""}.ri-forbid-2-fill:before{content:""}.ri-forbid-2-line:before{content:""}.ri-forbid-fill:before{content:""}.ri-forbid-line:before{content:""}.ri-format-clear:before{content:""}.ri-fridge-fill:before{content:""}.ri-fridge-line:before{content:""}.ri-fullscreen-exit-fill:before{content:""}.ri-fullscreen-exit-line:before{content:""}.ri-fullscreen-fill:before{content:""}.ri-fullscreen-line:before{content:""}.ri-function-fill:before{content:""}.ri-function-line:before{content:""}.ri-functions:before{content:""}.ri-funds-box-fill:before{content:""}.ri-funds-box-line:before{content:""}.ri-funds-fill:before{content:""}.ri-funds-line:before{content:""}.ri-gallery-fill:before{content:""}.ri-gallery-line:before{content:""}.ri-gallery-upload-fill:before{content:""}.ri-gallery-upload-line:before{content:""}.ri-game-fill:before{content:""}.ri-game-line:before{content:""}.ri-gamepad-fill:before{content:""}.ri-gamepad-line:before{content:""}.ri-gas-station-fill:before{content:""}.ri-gas-station-line:before{content:""}.ri-gatsby-fill:before{content:""}.ri-gatsby-line:before{content:""}.ri-genderless-fill:before{content:""}.ri-genderless-line:before{content:""}.ri-ghost-2-fill:before{content:""}.ri-ghost-2-line:before{content:""}.ri-ghost-fill:before{content:""}.ri-ghost-line:before{content:""}.ri-ghost-smile-fill:before{content:""}.ri-ghost-smile-line:before{content:""}.ri-gift-2-fill:before{content:""}.ri-gift-2-line:before{content:""}.ri-gift-fill:before{content:""}.ri-gift-line:before{content:""}.ri-git-branch-fill:before{content:""}.ri-git-branch-line:before{content:""}.ri-git-commit-fill:before{content:""}.ri-git-commit-line:before{content:""}.ri-git-merge-fill:before{content:""}.ri-git-merge-line:before{content:""}.ri-git-pull-request-fill:before{content:""}.ri-git-pull-request-line:before{content:""}.ri-git-repository-commits-fill:before{content:""}.ri-git-repository-commits-line:before{content:""}.ri-git-repository-fill:before{content:""}.ri-git-repository-line:before{content:""}.ri-git-repository-private-fill:before{content:""}.ri-git-repository-private-line:before{content:""}.ri-github-fill:before{content:""}.ri-github-line:before{content:""}.ri-gitlab-fill:before{content:""}.ri-gitlab-line:before{content:""}.ri-global-fill:before{content:""}.ri-global-line:before{content:""}.ri-globe-fill:before{content:""}.ri-globe-line:before{content:""}.ri-goblet-fill:before{content:""}.ri-goblet-line:before{content:""}.ri-google-fill:before{content:""}.ri-google-line:before{content:""}.ri-google-play-fill:before{content:""}.ri-google-play-line:before{content:""}.ri-government-fill:before{content:""}.ri-government-line:before{content:""}.ri-gps-fill:before{content:""}.ri-gps-line:before{content:""}.ri-gradienter-fill:before{content:""}.ri-gradienter-line:before{content:""}.ri-grid-fill:before{content:""}.ri-grid-line:before{content:""}.ri-group-2-fill:before{content:""}.ri-group-2-line:before{content:""}.ri-group-fill:before{content:""}.ri-group-line:before{content:""}.ri-guide-fill:before{content:""}.ri-guide-line:before{content:""}.ri-h-1:before{content:""}.ri-h-2:before{content:""}.ri-h-3:before{content:""}.ri-h-4:before{content:""}.ri-h-5:before{content:""}.ri-h-6:before{content:""}.ri-hail-fill:before{content:""}.ri-hail-line:before{content:""}.ri-hammer-fill:before{content:""}.ri-hammer-line:before{content:""}.ri-hand-coin-fill:before{content:""}.ri-hand-coin-line:before{content:""}.ri-hand-heart-fill:before{content:""}.ri-hand-heart-line:before{content:""}.ri-hand-sanitizer-fill:before{content:""}.ri-hand-sanitizer-line:before{content:""}.ri-handbag-fill:before{content:""}.ri-handbag-line:before{content:""}.ri-hard-drive-2-fill:before{content:""}.ri-hard-drive-2-line:before{content:""}.ri-hard-drive-fill:before{content:""}.ri-hard-drive-line:before{content:""}.ri-hashtag:before{content:""}.ri-haze-2-fill:before{content:""}.ri-haze-2-line:before{content:""}.ri-haze-fill:before{content:""}.ri-haze-line:before{content:""}.ri-hd-fill:before{content:""}.ri-hd-line:before{content:""}.ri-heading:before{content:""}.ri-headphone-fill:before{content:""}.ri-headphone-line:before{content:""}.ri-health-book-fill:before{content:""}.ri-health-book-line:before{content:""}.ri-heart-2-fill:before{content:""}.ri-heart-2-line:before{content:""}.ri-heart-3-fill:before{content:""}.ri-heart-3-line:before{content:""}.ri-heart-add-fill:before{content:""}.ri-heart-add-line:before{content:""}.ri-heart-fill:before{content:""}.ri-heart-line:before{content:""}.ri-heart-pulse-fill:before{content:""}.ri-heart-pulse-line:before{content:""}.ri-hearts-fill:before{content:""}.ri-hearts-line:before{content:""}.ri-heavy-showers-fill:before{content:""}.ri-heavy-showers-line:before{content:""}.ri-history-fill:before{content:""}.ri-history-line:before{content:""}.ri-home-2-fill:before{content:""}.ri-home-2-line:before{content:""}.ri-home-3-fill:before{content:""}.ri-home-3-line:before{content:""}.ri-home-4-fill:before{content:""}.ri-home-4-line:before{content:""}.ri-home-5-fill:before{content:""}.ri-home-5-line:before{content:""}.ri-home-6-fill:before{content:""}.ri-home-6-line:before{content:""}.ri-home-7-fill:before{content:""}.ri-home-7-line:before{content:""}.ri-home-8-fill:before{content:""}.ri-home-8-line:before{content:""}.ri-home-fill:before{content:""}.ri-home-gear-fill:before{content:""}.ri-home-gear-line:before{content:""}.ri-home-heart-fill:before{content:""}.ri-home-heart-line:before{content:""}.ri-home-line:before{content:""}.ri-home-smile-2-fill:before{content:""}.ri-home-smile-2-line:before{content:""}.ri-home-smile-fill:before{content:""}.ri-home-smile-line:before{content:""}.ri-home-wifi-fill:before{content:""}.ri-home-wifi-line:before{content:""}.ri-honor-of-kings-fill:before{content:""}.ri-honor-of-kings-line:before{content:""}.ri-honour-fill:before{content:""}.ri-honour-line:before{content:""}.ri-hospital-fill:before{content:""}.ri-hospital-line:before{content:""}.ri-hotel-bed-fill:before{content:""}.ri-hotel-bed-line:before{content:""}.ri-hotel-fill:before{content:""}.ri-hotel-line:before{content:""}.ri-hotspot-fill:before{content:""}.ri-hotspot-line:before{content:""}.ri-hq-fill:before{content:""}.ri-hq-line:before{content:""}.ri-html5-fill:before{content:""}.ri-html5-line:before{content:""}.ri-ie-fill:before{content:""}.ri-ie-line:before{content:""}.ri-image-2-fill:before{content:""}.ri-image-2-line:before{content:""}.ri-image-add-fill:before{content:""}.ri-image-add-line:before{content:""}.ri-image-edit-fill:before{content:""}.ri-image-edit-line:before{content:""}.ri-image-fill:before{content:""}.ri-image-line:before{content:""}.ri-inbox-archive-fill:before{content:""}.ri-inbox-archive-line:before{content:""}.ri-inbox-fill:before{content:""}.ri-inbox-line:before{content:""}.ri-inbox-unarchive-fill:before{content:""}.ri-inbox-unarchive-line:before{content:""}.ri-increase-decrease-fill:before{content:""}.ri-increase-decrease-line:before{content:""}.ri-indent-decrease:before{content:""}.ri-indent-increase:before{content:""}.ri-indeterminate-circle-fill:before{content:""}.ri-indeterminate-circle-line:before{content:""}.ri-information-fill:before{content:""}.ri-information-line:before{content:""}.ri-infrared-thermometer-fill:before{content:""}.ri-infrared-thermometer-line:before{content:""}.ri-ink-bottle-fill:before{content:""}.ri-ink-bottle-line:before{content:""}.ri-input-cursor-move:before{content:""}.ri-input-method-fill:before{content:""}.ri-input-method-line:before{content:""}.ri-insert-column-left:before{content:""}.ri-insert-column-right:before{content:""}.ri-insert-row-bottom:before{content:""}.ri-insert-row-top:before{content:""}.ri-instagram-fill:before{content:""}.ri-instagram-line:before{content:""}.ri-install-fill:before{content:""}.ri-install-line:before{content:""}.ri-invision-fill:before{content:""}.ri-invision-line:before{content:""}.ri-italic:before{content:""}.ri-kakao-talk-fill:before{content:""}.ri-kakao-talk-line:before{content:""}.ri-key-2-fill:before{content:""}.ri-key-2-line:before{content:""}.ri-key-fill:before{content:""}.ri-key-line:before{content:""}.ri-keyboard-box-fill:before{content:""}.ri-keyboard-box-line:before{content:""}.ri-keyboard-fill:before{content:""}.ri-keyboard-line:before{content:""}.ri-keynote-fill:before{content:""}.ri-keynote-line:before{content:""}.ri-knife-blood-fill:before{content:""}.ri-knife-blood-line:before{content:""}.ri-knife-fill:before{content:""}.ri-knife-line:before{content:""}.ri-landscape-fill:before{content:""}.ri-landscape-line:before{content:""}.ri-layout-2-fill:before{content:""}.ri-layout-2-line:before{content:""}.ri-layout-3-fill:before{content:""}.ri-layout-3-line:before{content:""}.ri-layout-4-fill:before{content:""}.ri-layout-4-line:before{content:""}.ri-layout-5-fill:before{content:""}.ri-layout-5-line:before{content:""}.ri-layout-6-fill:before{content:""}.ri-layout-6-line:before{content:""}.ri-layout-bottom-2-fill:before{content:""}.ri-layout-bottom-2-line:before{content:""}.ri-layout-bottom-fill:before{content:""}.ri-layout-bottom-line:before{content:""}.ri-layout-column-fill:before{content:""}.ri-layout-column-line:before{content:""}.ri-layout-fill:before{content:""}.ri-layout-grid-fill:before{content:""}.ri-layout-grid-line:before{content:""}.ri-layout-left-2-fill:before{content:""}.ri-layout-left-2-line:before{content:""}.ri-layout-left-fill:before{content:""}.ri-layout-left-line:before{content:""}.ri-layout-line:before{content:""}.ri-layout-masonry-fill:before{content:""}.ri-layout-masonry-line:before{content:""}.ri-layout-right-2-fill:before{content:""}.ri-layout-right-2-line:before{content:""}.ri-layout-right-fill:before{content:""}.ri-layout-right-line:before{content:""}.ri-layout-row-fill:before{content:""}.ri-layout-row-line:before{content:""}.ri-layout-top-2-fill:before{content:""}.ri-layout-top-2-line:before{content:""}.ri-layout-top-fill:before{content:""}.ri-layout-top-line:before{content:""}.ri-leaf-fill:before{content:""}.ri-leaf-line:before{content:""}.ri-lifebuoy-fill:before{content:""}.ri-lifebuoy-line:before{content:""}.ri-lightbulb-fill:before{content:""}.ri-lightbulb-flash-fill:before{content:""}.ri-lightbulb-flash-line:before{content:""}.ri-lightbulb-line:before{content:""}.ri-line-chart-fill:before{content:""}.ri-line-chart-line:before{content:""}.ri-line-fill:before{content:""}.ri-line-height:before{content:""}.ri-line-line:before{content:""}.ri-link-m:before{content:""}.ri-link-unlink-m:before{content:""}.ri-link-unlink:before{content:""}.ri-link:before{content:""}.ri-linkedin-box-fill:before{content:""}.ri-linkedin-box-line:before{content:""}.ri-linkedin-fill:before{content:""}.ri-linkedin-line:before{content:""}.ri-links-fill:before{content:""}.ri-links-line:before{content:""}.ri-list-check-2:before{content:""}.ri-list-check:before{content:""}.ri-list-ordered:before{content:""}.ri-list-settings-fill:before{content:""}.ri-list-settings-line:before{content:""}.ri-list-unordered:before{content:""}.ri-live-fill:before{content:""}.ri-live-line:before{content:""}.ri-loader-2-fill:before{content:""}.ri-loader-2-line:before{content:""}.ri-loader-3-fill:before{content:""}.ri-loader-3-line:before{content:""}.ri-loader-4-fill:before{content:""}.ri-loader-4-line:before{content:""}.ri-loader-5-fill:before{content:""}.ri-loader-5-line:before{content:""}.ri-loader-fill:before{content:""}.ri-loader-line:before{content:""}.ri-lock-2-fill:before{content:""}.ri-lock-2-line:before{content:""}.ri-lock-fill:before{content:""}.ri-lock-line:before{content:""}.ri-lock-password-fill:before{content:""}.ri-lock-password-line:before{content:""}.ri-lock-unlock-fill:before{content:""}.ri-lock-unlock-line:before{content:""}.ri-login-box-fill:before{content:""}.ri-login-box-line:before{content:""}.ri-login-circle-fill:before{content:""}.ri-login-circle-line:before{content:""}.ri-logout-box-fill:before{content:""}.ri-logout-box-line:before{content:""}.ri-logout-box-r-fill:before{content:""}.ri-logout-box-r-line:before{content:""}.ri-logout-circle-fill:before{content:""}.ri-logout-circle-line:before{content:""}.ri-logout-circle-r-fill:before{content:""}.ri-logout-circle-r-line:before{content:""}.ri-luggage-cart-fill:before{content:""}.ri-luggage-cart-line:before{content:""}.ri-luggage-deposit-fill:before{content:""}.ri-luggage-deposit-line:before{content:""}.ri-lungs-fill:before{content:""}.ri-lungs-line:before{content:""}.ri-mac-fill:before{content:""}.ri-mac-line:before{content:""}.ri-macbook-fill:before{content:""}.ri-macbook-line:before{content:""}.ri-magic-fill:before{content:""}.ri-magic-line:before{content:""}.ri-mail-add-fill:before{content:""}.ri-mail-add-line:before{content:""}.ri-mail-check-fill:before{content:""}.ri-mail-check-line:before{content:""}.ri-mail-close-fill:before{content:""}.ri-mail-close-line:before{content:""}.ri-mail-download-fill:before{content:""}.ri-mail-download-line:before{content:""}.ri-mail-fill:before{content:""}.ri-mail-forbid-fill:before{content:""}.ri-mail-forbid-line:before{content:""}.ri-mail-line:before{content:""}.ri-mail-lock-fill:before{content:""}.ri-mail-lock-line:before{content:""}.ri-mail-open-fill:before{content:""}.ri-mail-open-line:before{content:""}.ri-mail-send-fill:before{content:""}.ri-mail-send-line:before{content:""}.ri-mail-settings-fill:before{content:""}.ri-mail-settings-line:before{content:""}.ri-mail-star-fill:before{content:""}.ri-mail-star-line:before{content:""}.ri-mail-unread-fill:before{content:""}.ri-mail-unread-line:before{content:""}.ri-mail-volume-fill:before{content:""}.ri-mail-volume-line:before{content:""}.ri-map-2-fill:before{content:""}.ri-map-2-line:before{content:""}.ri-map-fill:before{content:""}.ri-map-line:before{content:""}.ri-map-pin-2-fill:before{content:""}.ri-map-pin-2-line:before{content:""}.ri-map-pin-3-fill:before{content:""}.ri-map-pin-3-line:before{content:""}.ri-map-pin-4-fill:before{content:""}.ri-map-pin-4-line:before{content:""}.ri-map-pin-5-fill:before{content:""}.ri-map-pin-5-line:before{content:""}.ri-map-pin-add-fill:before{content:""}.ri-map-pin-add-line:before{content:""}.ri-map-pin-fill:before{content:""}.ri-map-pin-line:before{content:""}.ri-map-pin-range-fill:before{content:""}.ri-map-pin-range-line:before{content:""}.ri-map-pin-time-fill:before{content:""}.ri-map-pin-time-line:before{content:""}.ri-map-pin-user-fill:before{content:""}.ri-map-pin-user-line:before{content:""}.ri-mark-pen-fill:before{content:""}.ri-mark-pen-line:before{content:""}.ri-markdown-fill:before{content:""}.ri-markdown-line:before{content:""}.ri-markup-fill:before{content:""}.ri-markup-line:before{content:""}.ri-mastercard-fill:before{content:""}.ri-mastercard-line:before{content:""}.ri-mastodon-fill:before{content:""}.ri-mastodon-line:before{content:""}.ri-medal-2-fill:before{content:""}.ri-medal-2-line:before{content:""}.ri-medal-fill:before{content:""}.ri-medal-line:before{content:""}.ri-medicine-bottle-fill:before{content:""}.ri-medicine-bottle-line:before{content:""}.ri-medium-fill:before{content:""}.ri-medium-line:before{content:""}.ri-men-fill:before{content:""}.ri-men-line:before{content:""}.ri-mental-health-fill:before{content:""}.ri-mental-health-line:before{content:""}.ri-menu-2-fill:before{content:""}.ri-menu-2-line:before{content:""}.ri-menu-3-fill:before{content:""}.ri-menu-3-line:before{content:""}.ri-menu-4-fill:before{content:""}.ri-menu-4-line:before{content:""}.ri-menu-5-fill:before{content:""}.ri-menu-5-line:before{content:""}.ri-menu-add-fill:before{content:""}.ri-menu-add-line:before{content:""}.ri-menu-fill:before{content:""}.ri-menu-fold-fill:before{content:""}.ri-menu-fold-line:before{content:""}.ri-menu-line:before{content:""}.ri-menu-unfold-fill:before{content:""}.ri-menu-unfold-line:before{content:""}.ri-merge-cells-horizontal:before{content:""}.ri-merge-cells-vertical:before{content:""}.ri-message-2-fill:before{content:""}.ri-message-2-line:before{content:""}.ri-message-3-fill:before{content:""}.ri-message-3-line:before{content:""}.ri-message-fill:before{content:""}.ri-message-line:before{content:""}.ri-messenger-fill:before{content:""}.ri-messenger-line:before{content:""}.ri-meteor-fill:before{content:""}.ri-meteor-line:before{content:""}.ri-mic-2-fill:before{content:""}.ri-mic-2-line:before{content:""}.ri-mic-fill:before{content:""}.ri-mic-line:before{content:""}.ri-mic-off-fill:before{content:""}.ri-mic-off-line:before{content:""}.ri-mickey-fill:before{content:""}.ri-mickey-line:before{content:""}.ri-microscope-fill:before{content:""}.ri-microscope-line:before{content:""}.ri-microsoft-fill:before{content:""}.ri-microsoft-line:before{content:""}.ri-mind-map:before{content:""}.ri-mini-program-fill:before{content:""}.ri-mini-program-line:before{content:""}.ri-mist-fill:before{content:""}.ri-mist-line:before{content:""}.ri-money-cny-box-fill:before{content:""}.ri-money-cny-box-line:before{content:""}.ri-money-cny-circle-fill:before{content:""}.ri-money-cny-circle-line:before{content:""}.ri-money-dollar-box-fill:before{content:""}.ri-money-dollar-box-line:before{content:""}.ri-money-dollar-circle-fill:before{content:""}.ri-money-dollar-circle-line:before{content:""}.ri-money-euro-box-fill:before{content:""}.ri-money-euro-box-line:before{content:""}.ri-money-euro-circle-fill:before{content:""}.ri-money-euro-circle-line:before{content:""}.ri-money-pound-box-fill:before{content:""}.ri-money-pound-box-line:before{content:""}.ri-money-pound-circle-fill:before{content:""}.ri-money-pound-circle-line:before{content:""}.ri-moon-clear-fill:before{content:""}.ri-moon-clear-line:before{content:""}.ri-moon-cloudy-fill:before{content:""}.ri-moon-cloudy-line:before{content:""}.ri-moon-fill:before{content:""}.ri-moon-foggy-fill:before{content:""}.ri-moon-foggy-line:before{content:""}.ri-moon-line:before{content:""}.ri-more-2-fill:before{content:""}.ri-more-2-line:before{content:""}.ri-more-fill:before{content:""}.ri-more-line:before{content:""}.ri-motorbike-fill:before{content:""}.ri-motorbike-line:before{content:""}.ri-mouse-fill:before{content:""}.ri-mouse-line:before{content:""}.ri-movie-2-fill:before{content:""}.ri-movie-2-line:before{content:""}.ri-movie-fill:before{content:""}.ri-movie-line:before{content:""}.ri-music-2-fill:before{content:""}.ri-music-2-line:before{content:""}.ri-music-fill:before{content:""}.ri-music-line:before{content:""}.ri-mv-fill:before{content:""}.ri-mv-line:before{content:""}.ri-navigation-fill:before{content:""}.ri-navigation-line:before{content:""}.ri-netease-cloud-music-fill:before{content:""}.ri-netease-cloud-music-line:before{content:""}.ri-netflix-fill:before{content:""}.ri-netflix-line:before{content:""}.ri-newspaper-fill:before{content:""}.ri-newspaper-line:before{content:""}.ri-node-tree:before{content:""}.ri-notification-2-fill:before{content:""}.ri-notification-2-line:before{content:""}.ri-notification-3-fill:before{content:""}.ri-notification-3-line:before{content:""}.ri-notification-4-fill:before{content:""}.ri-notification-4-line:before{content:""}.ri-notification-badge-fill:before{content:""}.ri-notification-badge-line:before{content:""}.ri-notification-fill:before{content:""}.ri-notification-line:before{content:""}.ri-notification-off-fill:before{content:""}.ri-notification-off-line:before{content:""}.ri-npmjs-fill:before{content:""}.ri-npmjs-line:before{content:""}.ri-number-0:before{content:""}.ri-number-1:before{content:""}.ri-number-2:before{content:""}.ri-number-3:before{content:""}.ri-number-4:before{content:""}.ri-number-5:before{content:""}.ri-number-6:before{content:""}.ri-number-7:before{content:""}.ri-number-8:before{content:""}.ri-number-9:before{content:""}.ri-numbers-fill:before{content:""}.ri-numbers-line:before{content:""}.ri-nurse-fill:before{content:""}.ri-nurse-line:before{content:""}.ri-oil-fill:before{content:""}.ri-oil-line:before{content:""}.ri-omega:before{content:""}.ri-open-arm-fill:before{content:""}.ri-open-arm-line:before{content:""}.ri-open-source-fill:before{content:""}.ri-open-source-line:before{content:""}.ri-opera-fill:before{content:""}.ri-opera-line:before{content:""}.ri-order-play-fill:before{content:""}.ri-order-play-line:before{content:""}.ri-organization-chart:before{content:""}.ri-outlet-2-fill:before{content:""}.ri-outlet-2-line:before{content:""}.ri-outlet-fill:before{content:""}.ri-outlet-line:before{content:""}.ri-page-separator:before{content:""}.ri-pages-fill:before{content:""}.ri-pages-line:before{content:""}.ri-paint-brush-fill:before{content:""}.ri-paint-brush-line:before{content:""}.ri-paint-fill:before{content:""}.ri-paint-line:before{content:""}.ri-palette-fill:before{content:""}.ri-palette-line:before{content:""}.ri-pantone-fill:before{content:""}.ri-pantone-line:before{content:""}.ri-paragraph:before{content:""}.ri-parent-fill:before{content:""}.ri-parent-line:before{content:""}.ri-parentheses-fill:before{content:""}.ri-parentheses-line:before{content:""}.ri-parking-box-fill:before{content:""}.ri-parking-box-line:before{content:""}.ri-parking-fill:before{content:""}.ri-parking-line:before{content:""}.ri-passport-fill:before{content:""}.ri-passport-line:before{content:""}.ri-patreon-fill:before{content:""}.ri-patreon-line:before{content:""}.ri-pause-circle-fill:before{content:""}.ri-pause-circle-line:before{content:""}.ri-pause-fill:before{content:""}.ri-pause-line:before{content:""}.ri-pause-mini-fill:before{content:""}.ri-pause-mini-line:before{content:""}.ri-paypal-fill:before{content:""}.ri-paypal-line:before{content:""}.ri-pen-nib-fill:before{content:""}.ri-pen-nib-line:before{content:""}.ri-pencil-fill:before{content:""}.ri-pencil-line:before{content:""}.ri-pencil-ruler-2-fill:before{content:""}.ri-pencil-ruler-2-line:before{content:""}.ri-pencil-ruler-fill:before{content:""}.ri-pencil-ruler-line:before{content:""}.ri-percent-fill:before{content:""}.ri-percent-line:before{content:""}.ri-phone-camera-fill:before{content:""}.ri-phone-camera-line:before{content:""}.ri-phone-fill:before{content:""}.ri-phone-find-fill:before{content:""}.ri-phone-find-line:before{content:""}.ri-phone-line:before{content:""}.ri-phone-lock-fill:before{content:""}.ri-phone-lock-line:before{content:""}.ri-picture-in-picture-2-fill:before{content:""}.ri-picture-in-picture-2-line:before{content:""}.ri-picture-in-picture-exit-fill:before{content:""}.ri-picture-in-picture-exit-line:before{content:""}.ri-picture-in-picture-fill:before{content:""}.ri-picture-in-picture-line:before{content:""}.ri-pie-chart-2-fill:before{content:""}.ri-pie-chart-2-line:before{content:""}.ri-pie-chart-box-fill:before{content:""}.ri-pie-chart-box-line:before{content:""}.ri-pie-chart-fill:before{content:""}.ri-pie-chart-line:before{content:""}.ri-pin-distance-fill:before{content:""}.ri-pin-distance-line:before{content:""}.ri-ping-pong-fill:before{content:""}.ri-ping-pong-line:before{content:""}.ri-pinterest-fill:before{content:""}.ri-pinterest-line:before{content:""}.ri-pinyin-input:before{content:""}.ri-pixelfed-fill:before{content:""}.ri-pixelfed-line:before{content:""}.ri-plane-fill:before{content:""}.ri-plane-line:before{content:""}.ri-plant-fill:before{content:""}.ri-plant-line:before{content:""}.ri-play-circle-fill:before{content:""}.ri-play-circle-line:before{content:""}.ri-play-fill:before{content:""}.ri-play-line:before{content:""}.ri-play-list-2-fill:before{content:""}.ri-play-list-2-line:before{content:""}.ri-play-list-add-fill:before{content:""}.ri-play-list-add-line:before{content:""}.ri-play-list-fill:before{content:""}.ri-play-list-line:before{content:""}.ri-play-mini-fill:before{content:""}.ri-play-mini-line:before{content:""}.ri-playstation-fill:before{content:""}.ri-playstation-line:before{content:""}.ri-plug-2-fill:before{content:""}.ri-plug-2-line:before{content:""}.ri-plug-fill:before{content:""}.ri-plug-line:before{content:""}.ri-polaroid-2-fill:before{content:""}.ri-polaroid-2-line:before{content:""}.ri-polaroid-fill:before{content:""}.ri-polaroid-line:before{content:""}.ri-police-car-fill:before{content:""}.ri-police-car-line:before{content:""}.ri-price-tag-2-fill:before{content:""}.ri-price-tag-2-line:before{content:""}.ri-price-tag-3-fill:before{content:""}.ri-price-tag-3-line:before{content:""}.ri-price-tag-fill:before{content:""}.ri-price-tag-line:before{content:""}.ri-printer-cloud-fill:before{content:""}.ri-printer-cloud-line:before{content:""}.ri-printer-fill:before{content:""}.ri-printer-line:before{content:""}.ri-product-hunt-fill:before{content:""}.ri-product-hunt-line:before{content:""}.ri-profile-fill:before{content:""}.ri-profile-line:before{content:""}.ri-projector-2-fill:before{content:""}.ri-projector-2-line:before{content:""}.ri-projector-fill:before{content:""}.ri-projector-line:before{content:""}.ri-psychotherapy-fill:before{content:""}.ri-psychotherapy-line:before{content:""}.ri-pulse-fill:before{content:""}.ri-pulse-line:before{content:""}.ri-pushpin-2-fill:before{content:""}.ri-pushpin-2-line:before{content:""}.ri-pushpin-fill:before{content:""}.ri-pushpin-line:before{content:""}.ri-qq-fill:before{content:""}.ri-qq-line:before{content:""}.ri-qr-code-fill:before{content:""}.ri-qr-code-line:before{content:""}.ri-qr-scan-2-fill:before{content:""}.ri-qr-scan-2-line:before{content:""}.ri-qr-scan-fill:before{content:""}.ri-qr-scan-line:before{content:""}.ri-question-answer-fill:before{content:""}.ri-question-answer-line:before{content:""}.ri-question-fill:before{content:""}.ri-question-line:before{content:""}.ri-question-mark:before{content:""}.ri-questionnaire-fill:before{content:""}.ri-questionnaire-line:before{content:""}.ri-quill-pen-fill:before{content:""}.ri-quill-pen-line:before{content:""}.ri-radar-fill:before{content:""}.ri-radar-line:before{content:""}.ri-radio-2-fill:before{content:""}.ri-radio-2-line:before{content:""}.ri-radio-button-fill:before{content:""}.ri-radio-button-line:before{content:""}.ri-radio-fill:before{content:""}.ri-radio-line:before{content:""}.ri-rainbow-fill:before{content:""}.ri-rainbow-line:before{content:""}.ri-rainy-fill:before{content:""}.ri-rainy-line:before{content:""}.ri-reactjs-fill:before{content:""}.ri-reactjs-line:before{content:""}.ri-record-circle-fill:before{content:""}.ri-record-circle-line:before{content:""}.ri-record-mail-fill:before{content:""}.ri-record-mail-line:before{content:""}.ri-recycle-fill:before{content:""}.ri-recycle-line:before{content:""}.ri-red-packet-fill:before{content:""}.ri-red-packet-line:before{content:""}.ri-reddit-fill:before{content:""}.ri-reddit-line:before{content:""}.ri-refresh-fill:before{content:""}.ri-refresh-line:before{content:""}.ri-refund-2-fill:before{content:""}.ri-refund-2-line:before{content:""}.ri-refund-fill:before{content:""}.ri-refund-line:before{content:""}.ri-registered-fill:before{content:""}.ri-registered-line:before{content:""}.ri-remixicon-fill:before{content:""}.ri-remixicon-line:before{content:""}.ri-remote-control-2-fill:before{content:""}.ri-remote-control-2-line:before{content:""}.ri-remote-control-fill:before{content:""}.ri-remote-control-line:before{content:""}.ri-repeat-2-fill:before{content:""}.ri-repeat-2-line:before{content:""}.ri-repeat-fill:before{content:""}.ri-repeat-line:before{content:""}.ri-repeat-one-fill:before{content:""}.ri-repeat-one-line:before{content:""}.ri-reply-all-fill:before{content:""}.ri-reply-all-line:before{content:""}.ri-reply-fill:before{content:""}.ri-reply-line:before{content:""}.ri-reserved-fill:before{content:""}.ri-reserved-line:before{content:""}.ri-rest-time-fill:before{content:""}.ri-rest-time-line:before{content:""}.ri-restart-fill:before{content:""}.ri-restart-line:before{content:""}.ri-restaurant-2-fill:before{content:""}.ri-restaurant-2-line:before{content:""}.ri-restaurant-fill:before{content:""}.ri-restaurant-line:before{content:""}.ri-rewind-fill:before{content:""}.ri-rewind-line:before{content:""}.ri-rewind-mini-fill:before{content:""}.ri-rewind-mini-line:before{content:""}.ri-rhythm-fill:before{content:""}.ri-rhythm-line:before{content:""}.ri-riding-fill:before{content:""}.ri-riding-line:before{content:""}.ri-road-map-fill:before{content:""}.ri-road-map-line:before{content:""}.ri-roadster-fill:before{content:""}.ri-roadster-line:before{content:""}.ri-robot-fill:before{content:""}.ri-robot-line:before{content:""}.ri-rocket-2-fill:before{content:""}.ri-rocket-2-line:before{content:""}.ri-rocket-fill:before{content:""}.ri-rocket-line:before{content:""}.ri-rotate-lock-fill:before{content:""}.ri-rotate-lock-line:before{content:""}.ri-rounded-corner:before{content:""}.ri-route-fill:before{content:""}.ri-route-line:before{content:""}.ri-router-fill:before{content:""}.ri-router-line:before{content:""}.ri-rss-fill:before{content:""}.ri-rss-line:before{content:""}.ri-ruler-2-fill:before{content:""}.ri-ruler-2-line:before{content:""}.ri-ruler-fill:before{content:""}.ri-ruler-line:before{content:""}.ri-run-fill:before{content:""}.ri-run-line:before{content:""}.ri-safari-fill:before{content:""}.ri-safari-line:before{content:""}.ri-safe-2-fill:before{content:""}.ri-safe-2-line:before{content:""}.ri-safe-fill:before{content:""}.ri-safe-line:before{content:""}.ri-sailboat-fill:before{content:""}.ri-sailboat-line:before{content:""}.ri-save-2-fill:before{content:""}.ri-save-2-line:before{content:""}.ri-save-3-fill:before{content:""}.ri-save-3-line:before{content:""}.ri-save-fill:before{content:""}.ri-save-line:before{content:""}.ri-scales-2-fill:before{content:""}.ri-scales-2-line:before{content:""}.ri-scales-3-fill:before{content:""}.ri-scales-3-line:before{content:""}.ri-scales-fill:before{content:""}.ri-scales-line:before{content:""}.ri-scan-2-fill:before{content:""}.ri-scan-2-line:before{content:""}.ri-scan-fill:before{content:""}.ri-scan-line:before{content:""}.ri-scissors-2-fill:before{content:""}.ri-scissors-2-line:before{content:""}.ri-scissors-cut-fill:before{content:""}.ri-scissors-cut-line:before{content:""}.ri-scissors-fill:before{content:""}.ri-scissors-line:before{content:""}.ri-screenshot-2-fill:before{content:""}.ri-screenshot-2-line:before{content:""}.ri-screenshot-fill:before{content:""}.ri-screenshot-line:before{content:""}.ri-sd-card-fill:before{content:""}.ri-sd-card-line:before{content:""}.ri-sd-card-mini-fill:before{content:""}.ri-sd-card-mini-line:before{content:""}.ri-search-2-fill:before{content:""}.ri-search-2-line:before{content:""}.ri-search-eye-fill:before{content:""}.ri-search-eye-line:before{content:""}.ri-search-fill:before{content:""}.ri-search-line:before{content:""}.ri-secure-payment-fill:before{content:""}.ri-secure-payment-line:before{content:""}.ri-seedling-fill:before{content:""}.ri-seedling-line:before{content:""}.ri-send-backward:before{content:""}.ri-send-plane-2-fill:before{content:""}.ri-send-plane-2-line:before{content:""}.ri-send-plane-fill:before{content:""}.ri-send-plane-line:before{content:""}.ri-send-to-back:before{content:""}.ri-sensor-fill:before{content:""}.ri-sensor-line:before{content:""}.ri-separator:before{content:""}.ri-server-fill:before{content:""}.ri-server-line:before{content:""}.ri-service-fill:before{content:""}.ri-service-line:before{content:""}.ri-settings-2-fill:before{content:""}.ri-settings-2-line:before{content:""}.ri-settings-3-fill:before{content:""}.ri-settings-3-line:before{content:""}.ri-settings-4-fill:before{content:""}.ri-settings-4-line:before{content:""}.ri-settings-5-fill:before{content:""}.ri-settings-5-line:before{content:""}.ri-settings-6-fill:before{content:""}.ri-settings-6-line:before{content:""}.ri-settings-fill:before{content:""}.ri-settings-line:before{content:""}.ri-shape-2-fill:before{content:""}.ri-shape-2-line:before{content:""}.ri-shape-fill:before{content:""}.ri-shape-line:before{content:""}.ri-share-box-fill:before{content:""}.ri-share-box-line:before{content:""}.ri-share-circle-fill:before{content:""}.ri-share-circle-line:before{content:""}.ri-share-fill:before{content:""}.ri-share-forward-2-fill:before{content:""}.ri-share-forward-2-line:before{content:""}.ri-share-forward-box-fill:before{content:""}.ri-share-forward-box-line:before{content:""}.ri-share-forward-fill:before{content:""}.ri-share-forward-line:before{content:""}.ri-share-line:before{content:""}.ri-shield-check-fill:before{content:""}.ri-shield-check-line:before{content:""}.ri-shield-cross-fill:before{content:""}.ri-shield-cross-line:before{content:""}.ri-shield-fill:before{content:""}.ri-shield-flash-fill:before{content:""}.ri-shield-flash-line:before{content:""}.ri-shield-keyhole-fill:before{content:""}.ri-shield-keyhole-line:before{content:""}.ri-shield-line:before{content:""}.ri-shield-star-fill:before{content:""}.ri-shield-star-line:before{content:""}.ri-shield-user-fill:before{content:""}.ri-shield-user-line:before{content:""}.ri-ship-2-fill:before{content:""}.ri-ship-2-line:before{content:""}.ri-ship-fill:before{content:""}.ri-ship-line:before{content:""}.ri-shirt-fill:before{content:""}.ri-shirt-line:before{content:""}.ri-shopping-bag-2-fill:before{content:""}.ri-shopping-bag-2-line:before{content:""}.ri-shopping-bag-3-fill:before{content:""}.ri-shopping-bag-3-line:before{content:""}.ri-shopping-bag-fill:before{content:""}.ri-shopping-bag-line:before{content:""}.ri-shopping-basket-2-fill:before{content:""}.ri-shopping-basket-2-line:before{content:""}.ri-shopping-basket-fill:before{content:""}.ri-shopping-basket-line:before{content:""}.ri-shopping-cart-2-fill:before{content:""}.ri-shopping-cart-2-line:before{content:""}.ri-shopping-cart-fill:before{content:""}.ri-shopping-cart-line:before{content:""}.ri-showers-fill:before{content:""}.ri-showers-line:before{content:""}.ri-shuffle-fill:before{content:""}.ri-shuffle-line:before{content:""}.ri-shut-down-fill:before{content:""}.ri-shut-down-line:before{content:""}.ri-side-bar-fill:before{content:""}.ri-side-bar-line:before{content:""}.ri-signal-tower-fill:before{content:""}.ri-signal-tower-line:before{content:""}.ri-signal-wifi-1-fill:before{content:""}.ri-signal-wifi-1-line:before{content:""}.ri-signal-wifi-2-fill:before{content:""}.ri-signal-wifi-2-line:before{content:""}.ri-signal-wifi-3-fill:before{content:""}.ri-signal-wifi-3-line:before{content:""}.ri-signal-wifi-error-fill:before{content:""}.ri-signal-wifi-error-line:before{content:""}.ri-signal-wifi-fill:before{content:""}.ri-signal-wifi-line:before{content:""}.ri-signal-wifi-off-fill:before{content:""}.ri-signal-wifi-off-line:before{content:""}.ri-sim-card-2-fill:before{content:""}.ri-sim-card-2-line:before{content:""}.ri-sim-card-fill:before{content:""}.ri-sim-card-line:before{content:""}.ri-single-quotes-l:before{content:""}.ri-single-quotes-r:before{content:""}.ri-sip-fill:before{content:""}.ri-sip-line:before{content:""}.ri-skip-back-fill:before{content:""}.ri-skip-back-line:before{content:""}.ri-skip-back-mini-fill:before{content:""}.ri-skip-back-mini-line:before{content:""}.ri-skip-forward-fill:before{content:""}.ri-skip-forward-line:before{content:""}.ri-skip-forward-mini-fill:before{content:""}.ri-skip-forward-mini-line:before{content:""}.ri-skull-2-fill:before{content:""}.ri-skull-2-line:before{content:""}.ri-skull-fill:before{content:""}.ri-skull-line:before{content:""}.ri-skype-fill:before{content:""}.ri-skype-line:before{content:""}.ri-slack-fill:before{content:""}.ri-slack-line:before{content:""}.ri-slice-fill:before{content:""}.ri-slice-line:before{content:""}.ri-slideshow-2-fill:before{content:""}.ri-slideshow-2-line:before{content:""}.ri-slideshow-3-fill:before{content:""}.ri-slideshow-3-line:before{content:""}.ri-slideshow-4-fill:before{content:""}.ri-slideshow-4-line:before{content:""}.ri-slideshow-fill:before{content:""}.ri-slideshow-line:before{content:""}.ri-smartphone-fill:before{content:""}.ri-smartphone-line:before{content:""}.ri-snapchat-fill:before{content:""}.ri-snapchat-line:before{content:""}.ri-snowy-fill:before{content:""}.ri-snowy-line:before{content:""}.ri-sort-asc:before{content:""}.ri-sort-desc:before{content:""}.ri-sound-module-fill:before{content:""}.ri-sound-module-line:before{content:""}.ri-soundcloud-fill:before{content:""}.ri-soundcloud-line:before{content:""}.ri-space-ship-fill:before{content:""}.ri-space-ship-line:before{content:""}.ri-space:before{content:""}.ri-spam-2-fill:before{content:""}.ri-spam-2-line:before{content:""}.ri-spam-3-fill:before{content:""}.ri-spam-3-line:before{content:""}.ri-spam-fill:before{content:""}.ri-spam-line:before{content:""}.ri-speaker-2-fill:before{content:""}.ri-speaker-2-line:before{content:""}.ri-speaker-3-fill:before{content:""}.ri-speaker-3-line:before{content:""}.ri-speaker-fill:before{content:""}.ri-speaker-line:before{content:""}.ri-spectrum-fill:before{content:""}.ri-spectrum-line:before{content:""}.ri-speed-fill:before{content:""}.ri-speed-line:before{content:""}.ri-speed-mini-fill:before{content:""}.ri-speed-mini-line:before{content:""}.ri-split-cells-horizontal:before{content:""}.ri-split-cells-vertical:before{content:""}.ri-spotify-fill:before{content:""}.ri-spotify-line:before{content:""}.ri-spy-fill:before{content:""}.ri-spy-line:before{content:""}.ri-stack-fill:before{content:""}.ri-stack-line:before{content:""}.ri-stack-overflow-fill:before{content:""}.ri-stack-overflow-line:before{content:""}.ri-stackshare-fill:before{content:""}.ri-stackshare-line:before{content:""}.ri-star-fill:before{content:""}.ri-star-half-fill:before{content:""}.ri-star-half-line:before{content:""}.ri-star-half-s-fill:before{content:""}.ri-star-half-s-line:before{content:""}.ri-star-line:before{content:""}.ri-star-s-fill:before{content:""}.ri-star-s-line:before{content:""}.ri-star-smile-fill:before{content:""}.ri-star-smile-line:before{content:""}.ri-steam-fill:before{content:""}.ri-steam-line:before{content:""}.ri-steering-2-fill:before{content:""}.ri-steering-2-line:before{content:""}.ri-steering-fill:before{content:""}.ri-steering-line:before{content:""}.ri-stethoscope-fill:before{content:""}.ri-stethoscope-line:before{content:""}.ri-sticky-note-2-fill:before{content:""}.ri-sticky-note-2-line:before{content:""}.ri-sticky-note-fill:before{content:""}.ri-sticky-note-line:before{content:""}.ri-stock-fill:before{content:""}.ri-stock-line:before{content:""}.ri-stop-circle-fill:before{content:""}.ri-stop-circle-line:before{content:""}.ri-stop-fill:before{content:""}.ri-stop-line:before{content:""}.ri-stop-mini-fill:before{content:""}.ri-stop-mini-line:before{content:""}.ri-store-2-fill:before{content:""}.ri-store-2-line:before{content:""}.ri-store-3-fill:before{content:""}.ri-store-3-line:before{content:""}.ri-store-fill:before{content:""}.ri-store-line:before{content:""}.ri-strikethrough-2:before{content:""}.ri-strikethrough:before{content:""}.ri-subscript-2:before{content:""}.ri-subscript:before{content:""}.ri-subtract-fill:before{content:""}.ri-subtract-line:before{content:""}.ri-subway-fill:before{content:""}.ri-subway-line:before{content:""}.ri-subway-wifi-fill:before{content:""}.ri-subway-wifi-line:before{content:""}.ri-suitcase-2-fill:before{content:""}.ri-suitcase-2-line:before{content:""}.ri-suitcase-3-fill:before{content:""}.ri-suitcase-3-line:before{content:""}.ri-suitcase-fill:before{content:""}.ri-suitcase-line:before{content:""}.ri-sun-cloudy-fill:before{content:""}.ri-sun-cloudy-line:before{content:""}.ri-sun-fill:before{content:""}.ri-sun-foggy-fill:before{content:""}.ri-sun-foggy-line:before{content:""}.ri-sun-line:before{content:""}.ri-superscript-2:before{content:""}.ri-superscript:before{content:""}.ri-surgical-mask-fill:before{content:""}.ri-surgical-mask-line:before{content:""}.ri-surround-sound-fill:before{content:""}.ri-surround-sound-line:before{content:""}.ri-survey-fill:before{content:""}.ri-survey-line:before{content:""}.ri-swap-box-fill:before{content:""}.ri-swap-box-line:before{content:""}.ri-swap-fill:before{content:""}.ri-swap-line:before{content:""}.ri-switch-fill:before{content:""}.ri-switch-line:before{content:""}.ri-sword-fill:before{content:""}.ri-sword-line:before{content:""}.ri-syringe-fill:before{content:""}.ri-syringe-line:before{content:""}.ri-t-box-fill:before{content:""}.ri-t-box-line:before{content:""}.ri-t-shirt-2-fill:before{content:""}.ri-t-shirt-2-line:before{content:""}.ri-t-shirt-air-fill:before{content:""}.ri-t-shirt-air-line:before{content:""}.ri-t-shirt-fill:before{content:""}.ri-t-shirt-line:before{content:""}.ri-table-2:before{content:""}.ri-table-alt-fill:before{content:""}.ri-table-alt-line:before{content:""}.ri-table-fill:before{content:""}.ri-table-line:before{content:""}.ri-tablet-fill:before{content:""}.ri-tablet-line:before{content:""}.ri-takeaway-fill:before{content:""}.ri-takeaway-line:before{content:""}.ri-taobao-fill:before{content:""}.ri-taobao-line:before{content:""}.ri-tape-fill:before{content:""}.ri-tape-line:before{content:""}.ri-task-fill:before{content:""}.ri-task-line:before{content:""}.ri-taxi-fill:before{content:""}.ri-taxi-line:before{content:""}.ri-taxi-wifi-fill:before{content:""}.ri-taxi-wifi-line:before{content:""}.ri-team-fill:before{content:""}.ri-team-line:before{content:""}.ri-telegram-fill:before{content:""}.ri-telegram-line:before{content:""}.ri-temp-cold-fill:before{content:""}.ri-temp-cold-line:before{content:""}.ri-temp-hot-fill:before{content:""}.ri-temp-hot-line:before{content:""}.ri-terminal-box-fill:before{content:""}.ri-terminal-box-line:before{content:""}.ri-terminal-fill:before{content:""}.ri-terminal-line:before{content:""}.ri-terminal-window-fill:before{content:""}.ri-terminal-window-line:before{content:""}.ri-test-tube-fill:before{content:""}.ri-test-tube-line:before{content:""}.ri-text-direction-l:before{content:""}.ri-text-direction-r:before{content:""}.ri-text-spacing:before{content:""}.ri-text-wrap:before{content:""}.ri-text:before{content:""}.ri-thermometer-fill:before{content:""}.ri-thermometer-line:before{content:""}.ri-thumb-down-fill:before{content:""}.ri-thumb-down-line:before{content:""}.ri-thumb-up-fill:before{content:""}.ri-thumb-up-line:before{content:""}.ri-thunderstorms-fill:before{content:""}.ri-thunderstorms-line:before{content:""}.ri-ticket-2-fill:before{content:""}.ri-ticket-2-line:before{content:""}.ri-ticket-fill:before{content:""}.ri-ticket-line:before{content:""}.ri-time-fill:before{content:""}.ri-time-line:before{content:""}.ri-timer-2-fill:before{content:""}.ri-timer-2-line:before{content:""}.ri-timer-fill:before{content:""}.ri-timer-flash-fill:before{content:""}.ri-timer-flash-line:before{content:""}.ri-timer-line:before{content:""}.ri-todo-fill:before{content:""}.ri-todo-line:before{content:""}.ri-toggle-fill:before{content:""}.ri-toggle-line:before{content:""}.ri-tools-fill:before{content:""}.ri-tools-line:before{content:""}.ri-tornado-fill:before{content:""}.ri-tornado-line:before{content:""}.ri-trademark-fill:before{content:""}.ri-trademark-line:before{content:""}.ri-traffic-light-fill:before{content:""}.ri-traffic-light-line:before{content:""}.ri-train-fill:before{content:""}.ri-train-line:before{content:""}.ri-train-wifi-fill:before{content:""}.ri-train-wifi-line:before{content:""}.ri-translate-2:before{content:""}.ri-translate:before{content:""}.ri-travesti-fill:before{content:""}.ri-travesti-line:before{content:""}.ri-treasure-map-fill:before{content:""}.ri-treasure-map-line:before{content:""}.ri-trello-fill:before{content:""}.ri-trello-line:before{content:""}.ri-trophy-fill:before{content:""}.ri-trophy-line:before{content:""}.ri-truck-fill:before{content:""}.ri-truck-line:before{content:""}.ri-tumblr-fill:before{content:""}.ri-tumblr-line:before{content:""}.ri-tv-2-fill:before{content:""}.ri-tv-2-line:before{content:""}.ri-tv-fill:before{content:""}.ri-tv-line:before{content:""}.ri-twitch-fill:before{content:""}.ri-twitch-line:before{content:""}.ri-twitter-fill:before{content:""}.ri-twitter-line:before{content:""}.ri-typhoon-fill:before{content:""}.ri-typhoon-line:before{content:""}.ri-u-disk-fill:before{content:""}.ri-u-disk-line:before{content:""}.ri-ubuntu-fill:before{content:""}.ri-ubuntu-line:before{content:""}.ri-umbrella-fill:before{content:""}.ri-umbrella-line:before{content:""}.ri-underline:before{content:""}.ri-uninstall-fill:before{content:""}.ri-uninstall-line:before{content:""}.ri-unsplash-fill:before{content:""}.ri-unsplash-line:before{content:""}.ri-upload-2-fill:before{content:""}.ri-upload-2-line:before{content:""}.ri-upload-cloud-2-fill:before{content:""}.ri-upload-cloud-2-line:before{content:""}.ri-upload-cloud-fill:before{content:""}.ri-upload-cloud-line:before{content:""}.ri-upload-fill:before{content:""}.ri-upload-line:before{content:""}.ri-usb-fill:before{content:""}.ri-usb-line:before{content:""}.ri-user-2-fill:before{content:""}.ri-user-2-line:before{content:""}.ri-user-3-fill:before{content:""}.ri-user-3-line:before{content:""}.ri-user-4-fill:before{content:""}.ri-user-4-line:before{content:""}.ri-user-5-fill:before{content:""}.ri-user-5-line:before{content:""}.ri-user-6-fill:before{content:""}.ri-user-6-line:before{content:""}.ri-user-add-fill:before{content:""}.ri-user-add-line:before{content:""}.ri-user-fill:before{content:""}.ri-user-follow-fill:before{content:""}.ri-user-follow-line:before{content:""}.ri-user-heart-fill:before{content:""}.ri-user-heart-line:before{content:""}.ri-user-line:before{content:""}.ri-user-location-fill:before{content:""}.ri-user-location-line:before{content:""}.ri-user-received-2-fill:before{content:""}.ri-user-received-2-line:before{content:""}.ri-user-received-fill:before{content:""}.ri-user-received-line:before{content:""}.ri-user-search-fill:before{content:""}.ri-user-search-line:before{content:""}.ri-user-settings-fill:before{content:""}.ri-user-settings-line:before{content:""}.ri-user-shared-2-fill:before{content:""}.ri-user-shared-2-line:before{content:""}.ri-user-shared-fill:before{content:""}.ri-user-shared-line:before{content:""}.ri-user-smile-fill:before{content:""}.ri-user-smile-line:before{content:""}.ri-user-star-fill:before{content:""}.ri-user-star-line:before{content:""}.ri-user-unfollow-fill:before{content:""}.ri-user-unfollow-line:before{content:""}.ri-user-voice-fill:before{content:""}.ri-user-voice-line:before{content:""}.ri-video-add-fill:before{content:""}.ri-video-add-line:before{content:""}.ri-video-chat-fill:before{content:""}.ri-video-chat-line:before{content:""}.ri-video-download-fill:before{content:""}.ri-video-download-line:before{content:""}.ri-video-fill:before{content:""}.ri-video-line:before{content:""}.ri-video-upload-fill:before{content:""}.ri-video-upload-line:before{content:""}.ri-vidicon-2-fill:before{content:""}.ri-vidicon-2-line:before{content:""}.ri-vidicon-fill:before{content:""}.ri-vidicon-line:before{content:""}.ri-vimeo-fill:before{content:""}.ri-vimeo-line:before{content:""}.ri-vip-crown-2-fill:before{content:""}.ri-vip-crown-2-line:before{content:""}.ri-vip-crown-fill:before{content:""}.ri-vip-crown-line:before{content:""}.ri-vip-diamond-fill:before{content:""}.ri-vip-diamond-line:before{content:""}.ri-vip-fill:before{content:""}.ri-vip-line:before{content:""}.ri-virus-fill:before{content:""}.ri-virus-line:before{content:""}.ri-visa-fill:before{content:""}.ri-visa-line:before{content:""}.ri-voice-recognition-fill:before{content:""}.ri-voice-recognition-line:before{content:""}.ri-voiceprint-fill:before{content:""}.ri-voiceprint-line:before{content:""}.ri-volume-down-fill:before{content:""}.ri-volume-down-line:before{content:""}.ri-volume-mute-fill:before{content:""}.ri-volume-mute-line:before{content:""}.ri-volume-off-vibrate-fill:before{content:""}.ri-volume-off-vibrate-line:before{content:""}.ri-volume-up-fill:before{content:""}.ri-volume-up-line:before{content:""}.ri-volume-vibrate-fill:before{content:""}.ri-volume-vibrate-line:before{content:""}.ri-vuejs-fill:before{content:""}.ri-vuejs-line:before{content:""}.ri-walk-fill:before{content:""}.ri-walk-line:before{content:""}.ri-wallet-2-fill:before{content:""}.ri-wallet-2-line:before{content:""}.ri-wallet-3-fill:before{content:""}.ri-wallet-3-line:before{content:""}.ri-wallet-fill:before{content:""}.ri-wallet-line:before{content:""}.ri-water-flash-fill:before{content:""}.ri-water-flash-line:before{content:""}.ri-webcam-fill:before{content:""}.ri-webcam-line:before{content:""}.ri-wechat-2-fill:before{content:""}.ri-wechat-2-line:before{content:""}.ri-wechat-fill:before{content:""}.ri-wechat-line:before{content:""}.ri-wechat-pay-fill:before{content:""}.ri-wechat-pay-line:before{content:""}.ri-weibo-fill:before{content:""}.ri-weibo-line:before{content:""}.ri-whatsapp-fill:before{content:""}.ri-whatsapp-line:before{content:""}.ri-wheelchair-fill:before{content:""}.ri-wheelchair-line:before{content:""}.ri-wifi-fill:before{content:""}.ri-wifi-line:before{content:""}.ri-wifi-off-fill:before{content:""}.ri-wifi-off-line:before{content:""}.ri-window-2-fill:before{content:""}.ri-window-2-line:before{content:""}.ri-window-fill:before{content:""}.ri-window-line:before{content:""}.ri-windows-fill:before{content:""}.ri-windows-line:before{content:""}.ri-windy-fill:before{content:""}.ri-windy-line:before{content:""}.ri-wireless-charging-fill:before{content:""}.ri-wireless-charging-line:before{content:""}.ri-women-fill:before{content:""}.ri-women-line:before{content:""}.ri-wubi-input:before{content:""}.ri-xbox-fill:before{content:""}.ri-xbox-line:before{content:""}.ri-xing-fill:before{content:""}.ri-xing-line:before{content:""}.ri-youtube-fill:before{content:""}.ri-youtube-line:before{content:""}.ri-zcool-fill:before{content:""}.ri-zcool-line:before{content:""}.ri-zhihu-fill:before{content:""}.ri-zhihu-line:before{content:""}.ri-zoom-in-fill:before{content:""}.ri-zoom-in-line:before{content:""}.ri-zoom-out-fill:before{content:""}.ri-zoom-out-line:before{content:""}.ri-zzz-fill:before{content:""}.ri-zzz-line:before{content:""}a,a:hover{color:var(--primary-bg-color)}.bg-primary{background:var(--primary-bg-color)!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#5a51c7!important}.bg-primary-gradient{background:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)!important}a.bg-primary-gradient:focus,a.bg-primary-gradient:hover,button.bg-primary-gradient:focus,button.bg-primary-gradient:hover{background-color:var(--primary-bg-color)!important}.border-primary{border-color:#8580c1!important}.text-primary{color:var(--primary-bg-color)!important}a.text-primary:focus,a.text-primary:hover{color:#4e12b6!important}.table-primary,.table-primary>td,.table-primary>th{background-color:#d2cdf9}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b7cded}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:var(--primary-bg-color)}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:var(--primary-bg-color)!important;border:1px solid var(--primary-bg-color)!important}.btn-primary{background:var(--primary-bg-color)!important;border-color:var(--primary-bg-color)!important}.btn-primary:hover{background:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff;opacity:.8}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 2px rgba(98,89,202,.9)}.btn-primary.disabled,.btn-primary:disabled,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff}.show>.btn-primary.dropdown-toggle{background-color:#5a51c7;border-color:#5a51c7;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(98,89,202,.9)}.btn-primary-light{background:#d6d2fb;border-color:#d6d2fb;color:var(--primary-bg-color)}.btn-primary-light:hover{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff}.btn-primary-light.focus,.btn-primary-light:focus{box-shadow:0 0 0 2px rgba(98,89,202,.9)}.btn-primary-gradient{background:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)!important;border-color:var(--primary-bg-color)!important;box-shadow:0 5px 10px rgba(98,89,202,.3);color:#fff}.btn-primary-gradient:hover{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff}.btn-primary-gradient.focus,.btn-primary-gradient:focus{box-shadow:0 0 0 2px rgba(98,89,202,.9)}.btn-primary-gradient.disabled,.btn-primary-gradient:disabled,.btn-primary-gradient:not(:disabled):not(.disabled).active,.btn-primary-gradient:not(:disabled):not(.disabled):active,.show>.btn-primary-gradient.dropdown-toggle{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff}.btn-primary-gradient:not(:disabled):not(.disabled).active:focus,.btn-primary-gradient:not(:disabled):not(.disabled):active:focus,.show>.btn-primary-gradient.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(98,89,202,.9)}.btn-outline-primary{background:transparent;background-image:none;border-color:var(--primary-bg-color);color:var(--primary-bg-color)}.btn-outline-primary:hover{background:#5a51c7;border-color:#5a51c7;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 2px rgba(98,89,202,.1)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:var(--primary-bg-color)}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 2px rgba(98,89,202,.1)}.btn-link{color:var(--primary-bg-color)}.btn-link:hover{color:#5a51c7}.drop-icon-wrap .drop-icon-item:hover,.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover{color:var(--primary-bg-color)}.custom-control-input:checked~.custom-control-label:before{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff}.custom-checkbox .custom-control-input:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:var(--primary-bg-color)}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color)}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:var(--primary-bg-color)}.form-file-input:focus~.form-file-label:after,.form-select:focus{border-color:none}.form-file-label:after{background-color:var(--primary-bg-color)}.custom-range::-moz-range-thumb,.custom-range::-ms-thumb,.custom-range::-webkit-slider-thumb{background-color:var(--primary-bg-color)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:var(--primary-bg-color)}.page-link:hover{color:#5a51c7}.page-item.active .page-link{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff}.range.range-primary input[type=range]::-moz-slider-thumb,.range.range-primary input[type=range]::-webkit-slider-thumb{background-color:var(--primary-bg-color)}.range.range-primary output{background-color:var(--primary-bg-color)}.range.range-primary input[type=range]{outline-color:var(--primary-bg-color)}.nav-tabs .nav-item1 .nav-link.active,.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),.panel.price>.panel-heading{background:var(--primary-bg-color)}.pop-primary{color:var(--primary-bg-color)}.heading-primary{background-color:var(--primary-bg-color);color:#fff;padding:5px}.breadcrumb-item.active{color:#f5f3f9}.breadcrumb-item1 a,.breadcrumb-item2 a{color:#495584}.panel-title1 a{background:#f2f1f9!important}.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title{border-color:#6259ca!important}.alert-primary,.panel-default>.panel-heading{color:var(--primary-bg-color)}.alert-primary{background-color:rgba(98,89,202,.1);border-color:rgba(98,89,202,.01)}.alert-primary hr{border-top-color:var(--primary-bg-color)}.alert-primary .alert-link,.list-group-item-primary{color:var(--primary-bg-color)}.list-group-item-primary{background-color:#cbdbf2}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#b7cded;color:var(--primary-bg-color)}.list-group-item-primary.list-group-item-action.active{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color);color:#fff}.header-bg{background:var(--primary-bg-color);background:-webkit- linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)!important;background:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)!important}.footer a:not(.btn){color:var(--primary-bg-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover:not(.disabled){background:var(--primary-bg-color)}@media(max-width:992px){.nav-item.with-sub .sub-item{border-top:2px solid var(--primary-bg-color)}}.expanel-primary>.expanel-heading{background-color:var(--primary-bg-color)!important;border-color:var(--primary-bg-color)!important;color:#fff!important}.login-img{background:var(--primary-bg-color)}.avatar{background:#e3e1f5 no-repeat 50%/cover}.cube1,.cube2,.double-bounce1,.double-bounce2,.spinner,.spinner-lg{background-color:var(--primary-bg-color)}.lds-heart div,.lds-heart div:after,.lds-heart div:before{background:var(--primary-bg-color)}.lds-ring div{border:6px solid var(--primary-bg-color);border-color:var(--primary-bg-color) transparent transparent transparent}.lds-hourglass:after{border:26px solid var(--primary-bg-color);border-color:var(--primary-bg-color) transparent}.tag-primary,a.chip:hover{background-color:var(--primary-bg-color)}.tag-primary{color:#fff}.selectgroup-input:checked+.selectgroup-button{background:#f6f4fb;border-color:var(--primary-bg-color);color:var(--primary-bg-color);z-index:1}.selectgroup-input:focus+.selectgroup-button{border-color:var(--primary-bg-color);box-shadow:0 0 0 2px rgba(98,89,202,.25);color:var(--primary-bg-color);z-index:2}.ui-datepicker .ui-datepicker-title{color:var(--primary-bg-color)}.timeline--horizontal .timeline-divider{background:var(--primary-bg-color)!important}#back-to-top{background-image:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)}#back-to-top:hover{border:2px solid var(--primary-bg-color);color:var(--primary-bg-color)!important}.tabs-menu1 ul li .active{border-bottom:3px solid var(--primary-bg-color)}.tab-content i,.tabs-menu2 ul li .active{color:var(--primary-bg-color)}.tab-content .btn i{color:#fff}.rating-stars .rating-stars-container .rating-star.is--active .fa-heart,.rating-stars .rating-stars-container .rating-star.is--hover .fa-heart{color:var(--primary-bg-color)}.message-feed:not(.right) .mf-content{background:var(--primary-bg-color);color:#fff}.message-feed:not(.right) .mf-content:before{border-right-color:var(--primary-bg-color)}.msb-reply button{background:var(--primary-bg-color)}.wizard-card .moving-tab{background:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%);margin-top:5px}.cal1 .clndr .clndr-table .header-days{background:#fff}.cal1 .clndr .clndr-table tr .day.my-today.event,.cal1 .clndr .clndr-table tr .day.today.event{background:var(--primary-bg-color)}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button,.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button{background:var(--primary-bg-color);border-radius:5px;color:#fff}.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover,.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover,.fc button{background:var(--primary-bg-color)}.fc-event{border:1px solid var(--primary-bg-color)}.fc-event,.fc-event-dot{background-color:var(--primary-bg-color)}div.conv-form-wrapper div.options div.option{border:1px solid var(--primary-bg-color);color:var(--primary-bg-color)}form.convFormDynamic button.submit{border:1px solid var(--primary-bg-color)!important;color:var(--primary-bg-color)}div.conv-form-wrapper div.options div.option.selected{background:var(--primary-bg-color);color:#fff}div.conv-form-wrapper div.options div.option.selected:hover{background:var(--primary-bg-color)}form.convFormDynamic button.submit:hover{background:var(--primary-bg-color)!important;color:#fff}.addui-slider .addui-slider-track .addui-slider-handle:after,.addui-slider .addui-slider-track .addui-slider-range,div.conv-form-wrapper div#messages div.message.from{background:var(--primary-bg-color)}.timeline__item:after{border:6px solid var(--primary-bg-color)}.accordionjs .acc_section.acc_active>.acc_head{background:#f2f1f9;color:var(--primary-bg-color)!important}.tab_wrapper>ul li.active{border-color:var(--primary-bg-color)}.tab_wrapper.right_side>ul li.active:after,.tab_wrapper>ul li.active{background:var(--primary-bg-color)}.cal1 .clndr .clndr-table tr .day.my-today,.cal1 .clndr .clndr-table tr .day.today{background:#fff;color:#343a40}.cal1 .clndr .clndr-table tr .day.my-today:hover,.cal1 .clndr .clndr-table tr .day.today:hover{background:#5a51c7;color:#fff}.weather-card .top{background:var(--primary-bg-color)}.primary .pricing-divider{background:var(--primary-bg-color)!important}.product-grid6 .title a:hover{color:var(--primary-bg-color)}.product-grid6 .icons li a{border:1px solid #eaedf1;color:#6e84a3}.product-grid6 .icons li a:hover{color:#fff}.card-counter.primary,.product-grid6 .icons li a:after,.product-grid6 .icons li a:before,.product-grid6 .icons li a:hover{background-image:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)}.card-counter.primary{color:#fff}#user-profile .profile-details a>i,#user-profile .profile-details i{color:var(--primary-bg-color)}@media(max-width:767.98px)and (min-width:576px){.search-show .search-element{background-image:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)}}@media(max-width:575.98px){.search-show .search-element{background-image:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)}}.text-primary-gradient{background:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)}.chat .msg_head,.msb-reply button{background:var(--primary-bg-color)}.footer-payments a:hover,.footer-social-list a,.footer-social-list a:hover,.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled),.top-footer a address:hover,.top-footer a:hover,.top-footer p:hover{color:var(--primary-bg-color)}.custom-switch-input:checked~.custom-switch-indicator,.label-primary{background:var(--primary-bg-color)}.label-primary{color:#fff}.bg-primary-transparent{background-color:rgba(98,89,202,.1)}.text-primary-shadow{text-shadow:0 5px 10px rgba(98,89,202,.3)}.chart-dropshadow-primary{-webkit-filter:drop-shadow(-6px 12px 4px rgba(98,89,202,.2));filter:drop-shadow(-6px 12px 4px rgba(98,89,202,.2))}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{background:#544bb9}.side-menu__item.active{color:#fff}.side-menu__item.active .side-menu__icon{color:#fff!important}.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover,.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{color:var(--primary-bg-color)}.onoffswitch-checkbox:checked+.onoffswitch-label{background-color:var(--primary-bg-color);border-color:var(--primary-bg-color)}.onoffswitch-checkbox:checked+.onoffswitch-label:before{border-color:var(--primary-bg-color)}.onoffswitch2-checkbox:checked+.onoffswitch2-label{background-color:var(--primary-bg-color)}.onoffswitch2-checkbox:checked+.onoffswitch-label2,.onoffswitch2-checkbox:checked+.onoffswitch2-label:before{border-color:var(--primary-bg-color)}.dark-mode .alert-primary,.dark-mode .breadcrumb-item.active,.dark-mode .dropdown-item:hover{color:#827ae0}.dark-mode .dropdown-item.active,.dropdown-item:active,.dropdown-item:focus{color:#8061ce}.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover,.dark-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{color:#827ae0}.dark-mode .side-menu__item.active,.dark-mode .side-menu__item.active .side-menu__icon,.dark-mode .side-menu__item:focus,.dark-mode .side-menu__item:hover{color:#dedefd!important}.dark-mode .side-menu__item.active{color:#fff!important}.dark-mode .footer a:not(.btn),.dark-mode .side-menu__item:focus,.dark-mode .side-menu__item:hover,.dark-mode.dark-menu .side-menu__item.active .side-menu__icon,.dark-mode.dark-menu .side-menu__item:focus .side-menu__icon,.dark-mode.dark-menu .side-menu__item:hover .side-menu__icon{color:#827ae0}.dark-mode .text-primary{color:#827ae0!important}.dark-mode a.text-primary:focus,.dark-mode a.text-primary:hover{color:#746ae8!important}.dark-mode .panel-default>.panel-heading,.dark-mode .panel-tabs a{color:#dedefd}.dark-mode .sidebar-icon{color:#827ae0!important}.dark-mode .side-menu__item.active,.dark-mode .side-menu__item.active .side-menu__icon{color:#fff}.light-menu.dark-mode .side-menu__item.active,.light-menu.dark-mode .side-menu__item.active .side-menu__icon,.light-menu.dark-mode .side-menu__item:focus,.light-menu.dark-mode .side-menu__item:focus .side-menu__icon,.light-menu.dark-mode .side-menu__item:hover,.light-menu.dark-mode .side-menu__item:hover .side-menu__icon{color:#8061ce}.light-menu .side-menu__item.active .side-menu__icon{color:#fff}.light-menu .side-menu__item.active,.light-menu .side-menu__item:focus,.light-menu .side-menu__item:focus .side-menu__icon,.light-menu .side-menu__item:hover,.light-menu .side-menu__item:hover .side-menu__icon{color:var(--primary-bg-color)!important}.default-body .app-sidebar{background:var(--primary-bg-color)!important}.horizontal-main2.horizontal-main{background:var(--primary-bg-color)}@media only screen and (max-width:991px){.dark-mode .horizontalMenu>.horizontalMenu-list{background:#30304d}}.dark-menu .side-menu__item.active,.dark-menu .side-menu__item.active .side-menu__icon,.dark-menu .side-menu__item:focus .side-menu__icon,.dark-menu .side-menu__item:hover,.dark-menu .side-menu__item:hover .side-menu__icon{color:#8c63f3}.color-menu .app-sidebar{background:var(--primary-bg-color)!important}.color-menu .side-header{background:var(--primary-bg-color);border-bottom:1px solid #7d76c5}.color-menu .side-menu__item.active,.color-menu .side-menu__item.active .side-menu__icon,.color-menu .side-menu__item:focus,.color-menu .side-menu__item:focus .side-menu__icon,.color-menu .side-menu__item:hover,.color-menu .side-menu__item:hover .side-menu__icon{color:#fff!important}.color-menu .side-menu h3{color:#b3aee8!important}.color-menu .side-menu .side-menu__icon,.color-menu .side-menu .side-menu__item{color:#cccef5!important}.color-menu .side-menu__item:focus,.color-menu .side-menu__item:hover{background:#7772dc!important;color:#fff!important}.color-menu .side-menu__item:focus .side-menu__icon,.color-menu .side-menu__item:focus .side-menu__label,.color-menu .side-menu__item:hover .side-menu__icon,.color-menu .side-menu__item:hover .side-menu__label{color:#fff!important}.color-menu.sidebar-mini .slide a{color:#cccef5!important}.color-menu .side-menu__item,.color-menu.sidebar-mini .slide-item,.color-menu.sidebar-mini .slide-menu li .slide-item:before{color:#cccef5}.color-menu .slide-menu a.active{color:#fff!important}.gradient-menu .side-menu__item.active,.gradient-menu .side-menu__item.active .side-menu__icon,.gradient-menu .side-menu__item:focus,.gradient-menu .side-menu__item:focus .side-menu__icon,.gradient-menu .side-menu__item:hover,.gradient-menu .side-menu__item:hover .side-menu__icon{color:#ccc9ec!important}.gradient-menu .side-menu__item:focus .side-menu__icon,.gradient-menu .side-menu__item:focus .side-menu__label,.gradient-menu .side-menu__item:hover .side-menu__icon,.gradient-menu .side-menu__item:hover .side-menu__label{color:#ccc9ec}.color-menu.sidemenu-bgimage .app-sidebar:before,.color-menu.sidemenu-bgimage .side-header:before{background:rgba(98,89,202,.94)}@media(max-width:767px){.color-menu .mobile-header{background:var(--primary-bg-color)!important}}body.transparent-mode{background-color:var(--transparent-body);color:#dedefd}body.transparent-mode.bg-img1{background:url(/static/media/bg-img1.3a2cf61fc21108dc509d.jpg);background-attachment:fixed;background-blend-mode:overlay;background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";inset:0;width:100%}body.transparent-mode.bg-img2{background:url(/static/media/bg-img2.7fa11f7c16ced5a49377.jpg);background-attachment:fixed;background-blend-mode:overlay;background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";inset:0;width:100%}body.transparent-mode.bg-img3{background:url(/static/media/bg-img3.69284a5dea27ce25254f.jpg);background-attachment:fixed;background-blend-mode:overlay;background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";left:0;right:0;top:0;width:100%}body.transparent-mode.bg-img4{background:url(/static/media/bg-img4.5f4b63317bf827a0db69.jpg);background-attachment:fixed;background-blend-mode:overlay;background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";left:0;right:0;top:0;width:100%}.transparent-mode.bg-img1 .login-img:before,.transparent-mode.bg-img2 .login-img:before,.transparent-mode.bg-img3 .login-img:before,.transparent-mode.bg-img4 .login-img:before{background:none}body.transparent-mode ::-webkit-scrollbar-thumb,body.transparent-mode :hover::-webkit-scrollbar-thumb{background:var(--primary03)}.transparent-mode caption{color:#505662}.transparent-mode .text-muted{color:#b6b6df!important}.transparent-mode hr{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .list-unstyled li{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .blockquote-footer{color:#a4a4c5}.transparent-mode .img-thumbnail{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .figure-caption{color:#a4a4c5}.transparent-mode kbd{background-color:#dedefd;color:#fff}.transparent-mode pre{color:#83839e}.transparent-mode .bg-transparent{background-color:transparent!important}.transparent-mode .border{border:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .border-top{border-top:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .border-right{border-right:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .border-bottom{border-bottom:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .border-left{border-left:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.transparent-mode .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.transparent-mode .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.transparent-mode blockquote{border-left:2px solid hsla(0,0%,100%,.2);border-right:inherit;color:#a4a4c5}.transparent-mode code{background:transparent;border:1px solid transparent}.transparent-mode pre{background-color:var(--transparent-body);color:#a4a4c5;text-shadow:0 1px rgba(0,0,0,.2)}.transparent-mode .section-nav{background-color:#f8f9fa}.transparent-mode .border,.transparent-mode .section-nav{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .table thead th,.transparent-mode .text-wrap table thead th{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .table tbody+tbody,.transparent-mode .text-wrap table tbody+tbody{border-top:2px solid hsla(0,0%,100%,.2)}.transparent-mode .table .table,.transparent-mode .table .text-wrap table,.transparent-mode .text-wrap .table table,.transparent-mode .text-wrap table .table,.transparent-mode .text-wrap table table{background-color:rgba(0,0,0,.2)}.transparent-mode #external-events,.transparent-mode .table-bordered{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .fc-theme-standard .fc-scrollgrid,.transparent-mode .fc-theme-standard td,.transparent-mode .fc-theme-standard th{border-color:hsla(0,0%,100%,.2)}.transparent-mode .fc .fc-daygrid-day-number{color:#dedefd}.transparent-mode .fc .fc-daygrid-day.fc-day-today{background-color:hsla(0,0%,100%,.1)}.transparent-mode .fc-theme-standard .fc-list-day-cushion{background-color:rgba(0,0,0,.2)}.transparent-mode .fc-theme-standard .fc-list{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .fc .fc-list-event:hover td{background-color:transparent;color:var(--primary-bg-color)}.transparent-mode .fc .fc-list-empty{background-color:rgba(0,0,0,.2)}.transparent-mode .fc .fc-list-sticky .fc-list-day>*{background:transparent}.transparent-mode .badge.bg-white{background-color:#fff!important}.transparent-mode .text-wrap table{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .form-control-range{display:block;width:100%}.transparent-mode .form-control.is-invalid{border-color:#f82649}.transparent-mode .selectize-input input{color:#a4a4c5}.transparent-mode .tab_wrapper .content_wrapper .accordian_header{border-bottom:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .tab_wrapper .content_wrapper .accordian_header.active{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .tab_wrapper .content_wrapper .accordian_header .arrow{background-color:transparent}.transparent-mode .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename input{background:transparent;color:#fff}.transparent-mode .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button{background-color:#1e2448;border-color:hsla(0,0%,100%,.2)}@media print{.transparent-mode .table td,.transparent-mode .table th,.transparent-mode .text-wrap table td,.transparent-mode .text-wrap table th{background-color:#fff!important}.transparent-mode .table-bordered td,.transparent-mode .table-bordered th,.transparent-mode .text-wrap table td,.transparent-mode .text-wrap table th{border:1px solid hsla(0,0%,100%,.1)!important}}.transparent-mode .table-bordered td,.transparent-mode .table-bordered th,.transparent-mode .text-wrap table td,.transparent-mode .text-wrap table th{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.1);color:inherit}.transparent-mode .table-hover tbody th,.transparent-mode .table-hover tbody tr:hover{background-color:rgba(0,0,0,.1)}.transparent-mode .table-active,.transparent-mode .table-active>td,.transparent-mode .table-active>th,.transparent-mode .table-hover .table-active:hover,.transparent-mode .table-hover .table-active:hover>td,.transparent-mode .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.04)}.transparent-mode .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.transparent-mode .table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}.transparent-mode .table.dataTable thead th{border-bottom:0!important}.transparent-mode .form-control{background-color:transparent;border:1px solid hsla(0,0%,100%,.2);color:#dedefd!important}.transparent-mode .authentication .card:hover{box-shadow:0 16px 26px 0 rgba(0,0,0,.4),0 3px 6px 0 rgba(0,0,0,.4)}.transparent-mode .authentication input::-webkit-input-placeholder{color:#a4a4c5}.transparent-mode .authentication input::placeholder{color:#a4a4c5}.transparent-mode .authentication .flex-c-m .login100-social-item i,.transparent-mode .login100-social-item,.transparent-mode .login100-social-item:hover{color:#fff}.transparent-mode .select2-container--default .select2-selection--single{background-color:transparent;border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .select2-container--default.select2-container--focus .select2-selection--multiple{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .select2-container--default .select2-selection--multiple{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .select2-container--default .select2-search--dropdown .select2-search__field{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .select2-container--default .select2-selection--multiple .select2-selection__choice,.transparent-mode .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff!important}.transparent-mode .select2-container--default .select2-results>.select2-results__options{box-shadow:0 8px 14.72px 1.28px rgba(0,0,0,.2)}.transparent-mode .form-control{color:#99c1b2;opacity:1}.transparent-mode .form-control:focus{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .form-control::-webkit-input-placeholder{color:#9999bf;opacity:.6}.transparent-mode .form-control::placeholder{color:#9999bf;opacity:.6}.transparent-mode .form-control:disabled,.transparent-mode .form-control[readonly]{background-color:hsla(0,0%,100%,.05)}.transparent-mode .select2-container--default .select2-selection--single .select2-selection__placeholder{color:#9999bf;opacity:.6}.transparent-mode .select2-container--default .select2-selection--single .select2-selection__rendered{color:#dedefd}.transparent-mode .select2-container--default .select2-selection--single .select2-selection__arrow{height:2.375rem!important}.transparent-mode .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#dedefd transparent transparent}.transparent-mode select.form-control:focus::-ms-value{background-color:#fff;border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .form-control-file{display:block;width:100%}@media(max-width:575.98px){.transparent-mode .countdown-timer-wrapper .timer .timer-wrapper .time{background:linear-gradient(to bottom right,rgba(0,0,0,.1),rgba(0,0,0,.1));color:#fff}}.transparent-mode .form-control-plaintext{color:#a4a4c5}.transparent-mode .form-check-input:disabled~.form-check-label{color:#505662}.transparent-mode .valid-feedback{color:#09ad95}.transparent-mode .valid-tooltip{background-color:rgba(94,186,0,.8);color:#fff}.transparent-mode .custom-select.is-valid,.transparent-mode .form-control.is-valid,.transparent-mode .was-validated .custom-select:valid,.transparent-mode .was-validated .form-control:valid{border-color:#09ad95}.transparent-mode .custom-select.is-valid:focus,.transparent-mode .form-control.is-valid:focus,.transparent-mode .was-validated .custom-select:valid:focus,.transparent-mode .was-validated .form-control:valid:focus{border-color:#09ad95;box-shadow:0 0 0 2px rgba(94,186,0,.25)}.transparent-mode .custom-control-input.is-valid~.custom-control-label,.transparent-mode .form-check-input.is-valid~.form-check-label,.transparent-mode .was-validated .custom-control-input:valid~.custom-control-label,.transparent-mode .was-validated .form-check-input:valid~.form-check-label{color:#09ad95}.transparent-mode .custom-control-input.is-valid~.custom-control-label:before,.transparent-mode .was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#09ad95}.transparent-mode .custom-control-input.is-valid:checked~.custom-control-label:before,.transparent-mode .was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#09ad95}.transparent-mode .custom-control-input.is-valid:focus~.custom-control-label:before,.transparent-mode .was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px rgba(0,0,0,.2),0 0 0 2px rgba(94,186,0,.25)}.transparent-mode .form-file-input.is-valid~.form-file-label,.transparent-mode .was-validated .form-file-input:valid~.form-file-label{border-color:#09ad95}.transparent-mode .form-file-input.is-valid:focus~.form-file-label,.transparent-mode .was-validated .form-file-input:valid:focus~.form-file-label{box-shadow:0 0 0 2px rgba(94,186,0,.25)}.transparent-mode .invalid-feedback{color:#f82649}.transparent-mode .invalid-tooltip{background-color:rgba(205,32,31,.8);color:#fff}.transparent-mode .was-validated .form-control:invalid{border-color:#f82649}.transparent-mode .custom-select.is-invalid,.transparent-mode .was-validated .custom-select:invalid{border-color:#f82649}.transparent-mode .custom-select.is-invalid:focus,.transparent-mode .form-control.is-invalid:focus,.transparent-mode .was-validated .custom-select:invalid:focus,.transparent-mode .was-validated .form-control:invalid:focus{border-color:#f82649;box-shadow:0 0 0 2px rgba(205,32,31,.25)}.transparent-mode .custom-control-input.is-invalid~.custom-control-label,.transparent-mode .form-check-input.is-invalid~.form-check-label,.transparent-mode .was-validated .custom-control-input:invalid~.custom-control-label,.transparent-mode .was-validated .form-check-input:invalid~.form-check-label{color:#f82649!important}.transparent-mode .custom-control-input.is-invalid~.custom-control-label:before,.transparent-mode .was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#f82649;border-color:#e62b4a}.transparent-mode .custom-control-input.is-invalid:checked~.custom-control-label:before,.transparent-mode .was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e23e3d}.transparent-mode .custom-control-input.is-invalid:focus~.custom-control-label:before,.transparent-mode .was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px rgba(0,0,0,.2),0 0 0 2px rgba(205,32,31,.25)}.transparent-mode .form-file-input.is-invalid~.form-file-label,.transparent-mode .was-validated .form-file-input:invalid~.form-file-label{border-color:#f82649}.transparent-mode .form-file-input.is-invalid:focus~.form-file-label,.transparent-mode .was-validated .form-file-input:invalid:focus~.form-file-label{box-shadow:0 0 0 2px rgba(205,32,31,.25)}.transparent-mode .collapse:not(.show){background:#fff}.transparent-mode .dropdown-menu{background-color:#fff;border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .dropdown-divider{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .notifyimg{color:#fff}.transparent-mode .drop-icon-wrap .drop-icon-item{color:#878787}.transparent-mode .drop-icon-wrap .drop-icon-item:hover,.transparent-mode .dropdown-item.active,.transparent-mode .dropdown-item:active,.transparent-mode .dropdown-item:focus,.transparent-mode .dropdown-item:hover{background-color:rgba(0,0,0,.2)}.transparent-mode .dropdown-item.disabled,.transparent-mode .dropdown-item:disabled{background-color:transparent;color:#fff}.transparent-mode .btn-white:not(:disabled):not(.disabled).active,.transparent-mode .btn-white:not(:disabled):not(.disabled):active{background-color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.2)}.transparent-mode .dt-button-collection .dropdown-item.active,.transparent-mode .dt-button-collection .dropdown-item:active,.transparent-mode .dt-button-collection .dropdown-item:focus,.transparent-mode .dt-button-collection .dropdown-item:hover{background-color:transparent;color:#dedefd}.transparent-mode .dropdown-menu.show{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .header-search-icon .dropdown-menu{border:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 10px 15px rgba(42,38,53,.9)}.transparent-mode .dropdown-header{color:#a4a4c5}.transparent-mode .dropdown-item-text{color:#83839e}.transparent-mode .input-group-text{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode #global-loader{background:var(--transparent-body)}.transparent-mode .custom-control-input:checked~.custom-control-label:before{color:#fff}.transparent-mode .custom-control-input:active~.custom-control-label:before{background-color:rgba(218,201,232,.5);color:#fff}.transparent-mode .custom-control-input:disabled~.custom-control-label{color:#a4a4c5}.transparent-mode .custom-control-input:disabled~.custom-control-label:before,.transparent-mode .custom-control-label:before{background-color:hsla(0,0%,100%,.1)}.transparent-mode .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(212,182,228,.5)}.transparent-mode .custom-select{background:rgba(0,0,0,.2) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 5%27%3E%3Cpath fill=%27#999%27%20d=%27M0%200L10%200L5%205L0%200%27/%3E%3C/svg%3E") no-repeat right .75rem center;border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .custom-select:focus::-ms-value{background-color:#fff;color:#a4a4c5}.transparent-mode .custom-select:disabled{background-color:hsla(0,0%,100%,.1);color:#a4a4c5}.transparent-mode .form-file-input:focus~.form-file-label{border-color:hsla(0,0%,100%,.2)}.transparent-mode .form-file-label{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .form-file-label:after{border-left:1px solid hsla(0,0%,100%,.2);color:#fff}.transparent-mode .custom-range::-webkit-slider-thumb:focus{box-shadow:0 0 0 1px rgba(0,0,0,.2),0 0 0 2px rgba(98,58,162,.25)}.transparent-mode .custom-range::-webkit-slider-thumb:active{background-color:#d4e1f4}.transparent-mode .custom-range::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.1);border-color:transparent}.transparent-mode .custom-range::-moz-range-thumb:focus{box-shadow:0 0 0 1px rgba(0,0,0,.2),0 0 0 2px rgba(98,58,162,.25)}.transparent-mode .custom-range::-moz-range-thumb:active{background-color:#d4e1f4}.transparent-mode .custom-range::-moz-range-track{background-color:hsla(0,0%,100%,.1)}.transparent-mode .custom-range::-ms-thumb:focus{box-shadow:0 0 0 1px rgba(0,0,0,.2),0 0 0 2px rgba(98,58,162,.25)}.transparent-mode .custom-range::-ms-thumb:active{background-color:#d4e1f4}.transparent-mode .custom-range::-ms-fill-lower,.transparent-mode .custom-range::-ms-fill-upper{background-color:hsla(0,0%,100%,.1)}.transparent-mode .nav-link.disabled{color:hsla(0,0%,100%,.2)}.transparent-mode .nav-link.disable{color:#cba4f7}.transparent-mode .nav-tabs .nav-link{border:1px solid transparent}.transparent-mode .nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#a4a4c5}.transparent-mode .nav-pills .nav-link.active,.transparent-mode .nav-pills .show>.nav-link,.transparent-mode .navbar-dark .navbar-text a,.transparent-mode .navbar-dark .navbar-text a:focus,.transparent-mode .navbar-dark .navbar-text a:hover{color:#fff}.transparent-mode .card{background-color:rgba(0,0,0,.2);border:1px solid transparent;box-shadow:0 3px 9px 0 rgba(28,28,51,.15)}.transparent-mode .card-header{background-color:transparent;border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .card-footer{background-color:rgba(0,0,0,.03)}.transparent-mode .page-link{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .page-link:hover{background-color:rgba(70,127,207,.06)}.transparent-mode .page-item.active .page-link{color:#fff}.transparent-mode .page-item.disabled .page-link{background-color:rgba(0,0,0,.2);border-color:hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.3)}.transparent-mode .mail-box .sm-side{background:none repeat scroll 0 0 #e5e8ef}.transparent-mode .mail-box .lg-side{background:none repeat scroll 0 0 #fff}.transparent-mode .mail-box .sm-side .user-head{background:none repeat scroll 0 0 #00a8b3;color:#fff}.transparent-mode .user-head .user-name h5 a{color:#fff}.transparent-mode .user-head .user-name span a{color:#87e2e7}.transparent-mode a.mail-dropdown{background:none repeat scroll 0 0 #80d3d9;color:#01a7b3}.transparent-mode .btn-compose{background:none repeat scroll 0 0 #ff6c60;color:#fff}.transparent-mode .btn-compose:hover{background:none repeat scroll 0 0 #f5675c;color:#fff}.transparent-mode .inbox-divider{border-bottom:1px solid #d5d8df}.transparent-mode ul.inbox-nav li a{color:#6a6a6a}.transparent-mode ul.inbox-nav li a:focus,.transparent-mode ul.inbox-nav li a:hover,.transparent-mode ul.inbox-nav li.active a{background:none repeat scroll 0 0 #d5d7de;color:#6a6a6a}.transparent-mode ul.inbox-nav li a i{color:#6a6a6a}.transparent-mode ul.labels-info li h4{color:#5c5c5e}.transparent-mode ul.labels-info li a{color:#6a6a6a}.transparent-mode ul.labels-info li a:focus,.transparent-mode ul.labels-info li a:hover{background:none repeat scroll 0 0 #d5d7de;color:#6a6a6a}.transparent-mode .nav.nav-pills.nav-stacked.labels-info p{color:#9d9f9e}.transparent-mode .inbox-head .sr-input{color:#8a8a8a}.transparent-mode .inbox-head .sr-btn{background:none repeat scroll 0 0 #1643a3;color:#fff}.transparent-mode .table-inbox{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .table-inbox tr{border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .table-inbox tr td .fa-star{color:hsla(0,0%,100%,.2)}.transparent-mode .table-inbox tr td .fa-star.inbox-started,.transparent-mode .table-inbox tr td .fa-star:hover{color:#f78a09}.transparent-mode .table-inbox tr.unread td{background:rgba(0,0,0,.2)}.transparent-mode .mail-option .btn-group a.btn,.transparent-mode .mail-option .chk-all{background:none repeat scroll 0 0 transparent;border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .inbox-pagination a.np-btn{background:none repeat scroll 0 0 rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .fileinput-button{background:none repeat scroll 0 0 #eee;border:1px solid #e6e6e6}.transparent-mode .inbox-body .modal .modal-body input,.transparent-mode .inbox-body .modal .modal-body textarea{border:1px solid #e6e6e6}.transparent-mode .btn-send,.transparent-mode .btn-send:hover{background:none repeat scroll 0 0 #00a8b3;color:#fff}.transparent-mode .btn-send:hover{background:none repeat scroll 0 0 #009da7}.transparent-mode .heading-inbox h4{border-bottom:1px solid #ddd;color:#a4a4c5}.transparent-mode .sender-dropdown{background:none repeat scroll 0 0 hsla(0,0%,100%,.1);color:#777}.transparent-mode .view-mail a{color:#ff6c60}.transparent-mode .range{background-color:#f5f5f5;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.transparent-mode .range input[type=range]::-moz-slider-thumb,.transparent-mode .range input[type=range]::-webkit-slider-thumb{background-color:#999;color:#fff}.transparent-mode .range output{background-color:#999;color:#fff}.transparent-mode .pricing-divider{box-shadow:0 0 30px rgba(0,0,0,.2)}.transparent-mode .princing-item .card-footer{background:transparent}.transparent-mode .pricing{color:#fff}.transparent-mode .pricing1{color:#7a7a92}.transparent-mode .product-grid6 .icons li a{border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .pricing .card-category{background:hsla(0,0%,100%,.3);color:#fff}.transparent-mode .pricing .list-unstyled li,.transparent-mode .pricing1 .list-unstyled li{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .pricing1 .card-category{background:hsla(0,0%,100%,.3);color:#fff}.transparent-mode .pricing-table:hover{box-shadow:0 0 30px rgba(0,0,0,.2)}.transparent-mode .pricing-table:hover>.panel-footer-landing{box-shadow:inset 0 0 30px rgba(0,0,0,.05)}.transparent-mode .pricing-table:hover>.panel>.panel-body-landing{background:#1643a3}.transparent-mode .pricing-table:hover>.panel>.panel-heading-landing-box{background:#fff!important;color:#333!important}.transparent-mode .pricing-table:hover>.panel>.controle-header,.transparent-mode .pricing-table:hover>.panel>.panel-footer{background:#1643a3!important}.transparent-mode .princing-item:hover{box-shadow:0 0 30px rgba(0,0,0,.1)}.transparent-mode .btn-price:hover{background:#fff!important;color:#1643a3!important}.transparent-mode .pricing-table:hover>.panel>.controle-header>.panel-title-landing{color:#fff!important}.transparent-mode .pricing-table>.panel>.controle-header>.panel-title-landing{color:#000!important}.transparent-mode .panel-body-landing:hover>.table>tbody>tr>td{color:#fff!important}.transparent-mode .panel-heading-landing{background:#f7f7f7!important;border:2px solid #1643a3!important}.transparent-mode .panel-heading-landing-box{background:#1643a3!important;color:#fff!important}.transparent-mode .panel-title-landing{color:#1643a3!important}.transparent-mode .panel-body-landing{background:#fff;border:2px solid #1643a3!important}.transparent-mode .panel-footer-landing{background:#f7f7f7;border:2px solid #1643a3!important}.transparent-mode .panel-heading{background:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .panel.price{background:rgba(0,0,0,.2);box-shadow:0 .15rem 1.75rem 0 #0e0f2e}.transparent-mode .panel.price>.panel-heading{color:#fff}.transparent-mode .panel.price:hover{box-shadow:0 0 30px rgba(0,0,0,.2)}.transparent-mode .price .panel-footer,.transparent-mode .price.panel-color>.panel-body{background-color:transparent}.transparent-mode .panel-footer{background-color:transparent;border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .panel.price .btn{box-shadow:inset 0 -1px 0 rgba(50,50,50,.2)}.transparent-mode #popup{background:#fe6b1f}.transparent-mode #copy{color:#fff}.transparent-mode .nav1{background:transparent;border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .nav-item1.active,.transparent-mode .nav-item1:hover:not(.disabled){color:#fff}.transparent-mode .nav-tabs{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .nav-tabs .nav-item1.nav-link{border:1px solid transparent}.transparent-mode .nav-tabs .nav-item1 .nav-link{color:#a4a4c5}.transparent-mode .nav-tabs .nav-item1 .nav-link.active,.transparent-mode .nav-tabs .nav-item1 .nav-link:hover:not(.disabled){color:#fff}.transparent-mode .nav-tabs .nav-submenu{background:#000}.transparent-mode .nav-tabs .nav-submenu .nav-item1{color:#a4a4c5}.transparent-mode .nav-tabs .nav-submenu .nav-item1.active{color:#467fcf}.transparent-mode .nav-tabs .nav-submenu .nav-item1:hover{background:rgba(0,0,0,.024);color:#a4a4c5}.transparent-mode .tooltip.bs-tether-element-attached-bottom .tooltip-inner:before,.transparent-mode .tooltip.tooltip-top .tooltip-inner:before{border-top-color:#000}.transparent-mode .tooltip.bs-tether-element-attached-left .tooltip-inner:before,.transparent-mode .tooltip.tooltip-right .tooltip-inner:before{border-right-color:#000}.transparent-mode .tooltip.bs-tether-element-attached-top .tooltip-inner:before,.transparent-mode .tooltip.tooltip-bottom .tooltip-inner:before{border-bottom-color:#000}.transparent-mode .tooltip.bs-tether-element-attached-right .tooltip-inner:before,.transparent-mode .tooltip.tooltip-left .tooltip-inner:before{border-left-color:#000}.transparent-mode .heading-inverse{background-color:#232139;color:#fff}.transparent-mode .breadcrumb{color:#fff}.transparent-mode .breadcrumb-item a,.transparent-mode .breadcrumb-item+.breadcrumb-item:before{color:hsla(0,0%,100%,.6)}.transparent-mode .breadcrumb .breadcrumb-item.active{color:#928ec1}.transparent-mode .breadcrumb-item1 a:hover{color:#123787}.transparent-mode .breadcrumb-item1+.breadcrumb-item1:before,.transparent-mode .breadcrumb-item1.active{color:#a4a4c5}.transparent-mode .breadcrumb-item2 a:hover{color:#123787}.transparent-mode .breadcrumb-item2+.breadcrumb-item2:before,.transparent-mode .breadcrumb-item2.active{color:#a4a4c5}.transparent-mode .panel-group .panel{border-color:hsla(0,0%,100%,.2)}.transparent-mode .panel-default>.panel-heading{background-color:var(--transparent-body);border-color:hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .more-less{color:#212121}.transparent-mode .panel-default>.panel-heading+.panel-collapse>.panel-body{border:1px solid hsla(0,0%,100%,.2);border-top:0}.transparent-mode .accordionjs .acc_section .acc_head h3:before{color:#a4a4c5}.transparent-mode .wrap{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)}.transparent-mode .panel1{border-color:#fff}.transparent-mode .panel-heading1{background-color:#5797fc;color:#fff}.transparent-mode .panel-group1 .panel-body{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .panel-title1 a{color:#fff}.transparent-mode .panel-body1{background:#fff}.transparent-mode .panel-title a.accordion-toggle.collapsed:before,.transparent-mode .panel-title a.accordion-toggle:before{color:#fff}.transparent-mode .btn.dropdown-toggle~.dropdown-menu,.transparent-mode ul.dropdown-menu li.dropdown ul.dropdown-menu{background-color:var(--transparent-body)!important;border:0 solid #4285f4!important;box-shadow:0 6px 12px rgba(0,0,0,.4)!important}.transparent-mode .btn.dropdown-toggle.btn-default~.dropdown-menu .dropdown-plus-title{border-color:hsla(0,0%,100%,.1)!important}.transparent-mode .dropdown-menu{background-color:var(--primary-bg-color);box-shadow:0 10px 40px 0 rgba(0,0,0,.5)}.transparent-mode .dropdown-menu>li>a{color:#dedefd}.transparent-mode .dropdown-menu>li>a:focus,.transparent-mode .dropdown-menu>li>a:hover{background-color:rgba(0,0,0,.2);color:#dedefd}.transparent-mode .dropdown-menu .divider{background-color:hsla(0,0%,100%,.1)}.transparent-mode .dropdown-menu .dropdown-plus-title{border:solid hsla(0,0%,100%,.2)!important;border-width:0 0 1px!important;color:#dedefd!important}.transparent-mode .dropdown-menu-header{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .dropdown-menu-header label{color:#a4a4c5}.transparent-mode .dropdown-media-list .media:focus,.transparent-mode .dropdown-media-list .media:hover{background-color:#f8f9fa}.transparent-mode .dropdown-media-list .media-body>div p{color:#a4a4c5}.transparent-mode .dropdown-media-list .media-body>div span{color:#cfcfcf}.transparent-mode .dropdown-media-list .media-body>p{color:#bfbfbf}.transparent-mode .dropdown-list-footer{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .progress{background-color:hsla(0,0%,100%,.1);box-shadow:0 5px 10px rgba(42,38,53,.3)}.transparent-mode .progress-bar{color:#fff}.transparent-mode .list-group-item.active{background-color:#f6f4fb;border-color:hsla(0,0%,100%,.2);color:#25252a}.transparent-mode .list-group-item-action{color:#a4a4c5}.transparent-mode .list-group-item-action:hover{background-color:transparent;color:var(--primary-bg-color)}.transparent-mode .list-group-item-action:focus{background-color:rgba(0,0,0,.2);color:#a4a4c5}.transparent-mode .sidebar-right .panel-primary.card{background:transparent}.transparent-mode .list-group-item-action:active{background-color:hsla(0,0%,100%,.1);color:#a4a4c5}.transparent-mode .list-group-item,.transparent-mode .listorder,.transparent-mode .listorder1,.transparent-mode .listunorder,.transparent-mode .listunorder1{background-color:transparent;color:#dedefd}.transparent-mode .list-group-item:hover,.transparent-mode .listorder1:hover,.transparent-mode .listorder:hover,.transparent-mode .listunorder1:hover,.transparent-mode .listunorder:hover{color:#fff}.transparent-mode .tab_wrapper.right_side>ul li.active:before{background:transparent}.transparent-mode .alert-secondary{background:rgba(235,111,51,.1);border:rgba(235,111,51,.1)}.transparent-mode .mail-inbox .icons{color:#dedefd!important}.transparent-mode .list-group-item.disabled,.transparent-mode .list-group-item:disabled{background-color:rgba(0,0,0,.1);color:hsla(0,0%,100%,.3)}.transparent-mode .list-group-item.active{background-color:hsla(0,0%,100%,.05);color:#a4a4c5}.transparent-mode .bg-default{background:hsla(0,0%,100%,.5);box-shadow:0 5px 10px rgba(0,0,0,.2)}.transparent-mode .close{color:#a4a4c5;text-shadow:0 1px 0 rgba(0,0,0,.2)}.transparent-mode .close:focus,.transparent-mode .close:hover{color:#dedefd}.transparent-mode .modal-content{background-color:var(--transparent-body);border:1px solid var(--transparent-body);box-shadow:0 5px 20px rgba(0,0,0,.4)}.transparent-mode .modal-backdrop{background-color:#000}.transparent-mode .modal-header{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .modal-footer{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .widget-info i{border:2px solid #fff}.transparent-mode .widget-info a{border-bottom:1px solid #fff}.transparent-mode .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.transparent-mode .bs-tooltip-top .tooltip-arrow:before{border-top-color:#000}.transparent-mode .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.transparent-mode .bs-tooltip-right .tooltip-arrow:before{border-right-color:#000}.transparent-mode .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.transparent-mode .bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000}.transparent-mode .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.transparent-mode .bs-tooltip-left .tooltip-arrow:before{border-left-color:#000}.transparent-mode .tooltip-inner{background-color:#000;color:#fff}.transparent-mode .popover{background-color:var(--transparent-body);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .bs-popover-auto[data-popper-placement^=top] .popover-arrow:before,.transparent-mode .bs-popover-top .popover-arrow:before{border-top-color:hsla(0,0%,100%,.2)}.transparent-mode .bs-popover-auto[data-popper-placement^=top] .popover-arrow:after,.transparent-mode .bs-popover-top .popover-arrow:after{border-top-color:var(--transparent-body)}.transparent-mode .bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.transparent-mode .bs-popover-end .popover-arrow:before{border-right-color:hsla(0,0%,100%,.2)}.transparent-mode .bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.transparent-mode .bs-popover-end .popover-arrow:after{border-right-color:var(--transparent-body)}.transparent-mode .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.transparent-mode .bs-popover-bottom .popover-arrow:before{border-bottom-color:hsla(0,0%,100%,.2)}.transparent-mode .bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.transparent-mode .bs-popover-bottom .popover-arrow:after{border-bottom-color:var(--transparent-body)}.transparent-mode .bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.transparent-mode .bs-popover-bottom .popover-header:before{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.transparent-mode .bs-popover-start .popover-arrow:before{border-left-color:hsla(0,0%,100%,.2)}.transparent-mode .bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.transparent-mode .bs-popover-start .popover-arrow:after{border-left-color:var(--transparent-body)}.transparent-mode .popover-header{background-color:var(--transparent-body);border-bottom:1px solid hsla(0,0%,100%,.2);color:#fff}.transparent-mode .popover-body{color:#a4a4c5}.transparent-mode .carousel-control-next,.transparent-mode .carousel-control-next:focus,.transparent-mode .carousel-control-next:hover,.transparent-mode .carousel-control-prev,.transparent-mode .carousel-control-prev:focus,.transparent-mode .carousel-control-prev:hover{color:#fff}.transparent-mode .carousel-indicators li,.transparent-mode .carousel-indicators1 li,.transparent-mode .carousel-indicators2 li,.transparent-mode .carousel-indicators3 li,.transparent-mode .carousel-indicators4 li,.transparent-mode .carousel-indicators5 li{background-color:hsla(0,0%,100%,.5)}.transparent-mode .carousel-indicators .active,.transparent-mode .carousel-indicators1 .active,.transparent-mode .carousel-indicators2 .active,.transparent-mode .carousel-indicators3 .active,.transparent-mode .carousel-indicators4 .active,.transparent-mode .carousel-indicators5 .active{background-color:#fff}.transparent-mode .carousel-caption{color:#fff}.transparent-mode .page-title-icon{color:#a4a4c5}.transparent-mode .page-subtitle{color:#c0a0f1}.transparent-mode .page-description{color:#a4a4c5}.transparent-mode .aside{background:#fff;border-left:1px solid hsla(0,0%,100%,.2);box-shadow:0 0 5px 2px rgba(0,0,0,.05)}.transparent-mode .aside-footer{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .aside-header,.transparent-mode .header{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .header{background:rgba(0,0,0,.2)}.transparent-mode .nav-unread{background:#ecd938}.transparent-mode .nav-link.icon i{color:#fff!important}.transparent-mode .footer{background:transparent;border-top:0 solid hsla(0,0%,100%,.2)}.transparent-mode .footer .social ul li a{color:#dedefd}.transparent-mode .text-default{color:#dedefd!important}.transparent-mode .text-muted-dark{color:#a4a4c5!important}.transparent-mode a.icon:hover{color:var(--primary-bg-color)!important}.transparent-mode .shadow{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}.transparent-mode .nav-tabs{color:#000}.transparent-mode .nav-tabs .nav-link{color:#a4a4c5}.transparent-mode .nav-tabs .nav-link.active,.transparent-mode .nav-tabs .nav-link:hover:not(.disabled){color:#fff}.transparent-mode .dropdown-menu-arrow:before,.transparent-mode .dropdown-menu.header-search:before{background:var(--primary-bg-color);border-left:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .nav-tabs .nav-submenu{background:#fff;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.transparent-mode .nav-tabs .nav-submenu .nav-item{color:#a4a4c5}.transparent-mode .nav-tabs .nav-submenu .nav-item.active{color:#467fcf}.transparent-mode .nav-tabs .nav-submenu .nav-item:hover{background:rgba(0,0,0,.024);color:#a4a4c5}.transparent-mode .product_price .old_price{color:#93a3ba}.transparent-mode .expanel-default{border:#ddd!important}.transparent-mode .expanel{background-color:transparent!important;border:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 1px 1px rgba(0,0,0,.01)!important}.transparent-mode .expanel-default>.expanel-heading{background-color:rgba(0,0,0,.2)!important;border-color:rgba(0,0,0,.2)!important}.transparent-mode .expanel-heading{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .expanel-footer{background-color:rgba(0,0,0,.2)!important;border-top:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .thumbnail{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .table th,.transparent-mode .text-wrap table th{color:#dedefd}.transparent-mode .table-vcenter td,.transparent-mode .table-vcenter th{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .table-striped tbody tr:nth-of-type(2n){background-color:rgba(0,0,0,.2)}.transparent-mode .table-calendar-link{background:#f8f9fa;color:#a4a4c5}.transparent-mode .table-calendar-link:before{background:#467fcf}.transparent-mode .table-calendar-link:hover{background:#467fcf;color:#fff}.transparent-mode .table-calendar-link:hover:before{background:#fff}.transparent-mode .table-header-asc,.transparent-mode .table-header-desc,.transparent-mode .table-header:hover{color:#a4a4c5!important}.transparent-mode .page-breadcrumb .breadcrumb-item,.transparent-mode .page-breadcrumb .breadcrumb-item.active,.transparent-mode .page-total-text,.transparent-mode .pagination-simple .page-item.active .page-link{color:#a4a4c5}.transparent-mode .card .card{background-color:transparent;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 0 10px rgba(0,0,0,.4)}.transparent-mode .card-body+.card-body,.transparent-mode .card-footer{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .card-footer{color:#a4a4c5}.transparent-mode .card-img-overlay{background-color:rgba(0,0,0,.4)}.transparent-mode .reg{color:#2e1170}.transparent-mode .card-subtitle,.transparent-mode .card-title small{color:#a4a4c5}.transparent-mode .card-body+.card-table{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .profile-img{background:hsla(0,0%,88%,.2);border:1px solid rgba(167,180,201,.2)}.transparent-mode .card-profile-img{border:3px solid #fff;box-shadow:0 1px 1px rgba(0,0,0,.1)}.transparent-mode .card-body+.card-list-group{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .list-media .info .text-right{color:#8a8a8a}.transparent-mode .card-options,.transparent-mode .card-options a:not(.btn),.transparent-mode .card-options a:not(.btn):hover{color:#a4a4c5}.transparent-mode .widgets-cards .wrp.icon-circle i{color:#fff}.transparent-mode .card-map{background:hsla(0,0%,100%,.1)}.transparent-mode .card-tabs-bottom .card-tabs-item.active{border-top-color:#fff}.transparent-mode a.card-tabs-item{background:#fafbfc}.transparent-mode a.card-tabs-item.active{background:#fff;border-bottom-color:#fff}.transparent-mode .card-category{background:rgba(0,0,0,.2)}.transparent-mode .popover{-webkit-filter:drop-shadow(0 1px 3px rgba(0,0,0,.1));filter:drop-shadow(0 1px 3px rgba(0,0,0,.1))}.transparent-mode .header .dropdown .nav-link.icon:hover{background:transparent!important}.transparent-mode .dropdown-item{color:#c1c1de}.transparent-mode .dropdown-icon{color:#dedefd}.transparent-mode .list-group-item .icon{color:#a4a4c5!important}.transparent-mode .list-group-transparent .list-group-item.active{background:#343454;color:#dedefd}.transparent-mode .responsive-navbar.navbar .navbar-collapse{background:transparent}.transparent-mode .responsive-navbar.navbar .nav-link.icon{background:rgba(0,0,0,.2);box-shadow:0 2px 3px #1a1a2f;color:#2a1b4d!important}.transparent-mode .avatar-status{border:2px solid var(--transparent-body)}.transparent-mode .avatar-placeholder{background:#ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#a4a4c5%22%20d=%22M65.92%2066.34h2.16c14.802.42%2030.928%206.062%2029.283%2020.35l-1.618%2013.32c-.844%206.815-5.208%207.828-13.972%207.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994%2072.4%2051.12%2066.76%2065.92%2066.34zM49.432%2043.934c0-9.82%207.99-17.81%2017.807-17.81%209.82%200%2017.81%207.99%2017.81%2017.81%200%209.82-7.99%2017.807-17.81%2017.807-9.82%200-17.808-7.987-17.808-17.806z%22/%3E%3C/svg%3E') no-repeat 50%/80%}.transparent-mode .avatar-list-stacked .avatar{box-shadow:0 0 0 2px rgba(0,0,0,.2)}.transparent-mode .mail-chats{border-top:1px solid hsla(0,0%,50%,.16)}.transparent-mode .user p.u-name{color:#dedefd}.transparent-mode .user p.u-designation{color:#a4a4c5}.transparent-mode div.online-status .status.online{background:rgba(0,128,0,.68)}.transparent-mode .online-status .status.offline{background:rgba(255,0,0,.7)}.transparent-mode .icons-list-item{border-left:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .link-overlay-bg{background:rgba(0,0,0,.3);color:#fff}.transparent-mode .custom-control-label:before{background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .form-signin .form-control:focus{border-bottom:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .mediaicon{color:#fff}.transparent-mode .form-control.header-search{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,88%,.1);color:#fff}.transparent-mode .form-control.header-search::-webkit-input-placeholder{color:#fff}.transparent-mode .form-control.header-search::placeholder{color:#fff}.transparent-mode .form-control.header-search:focus,.transparent-mode .form-control.header-search:hover{border:1px solid hsla(0,0%,88%,.1)}.transparent-mode .input-icon-addon{color:#fff}.transparent-mode .input-icon-addon.search-icon{color:#636262!important}.transparent-mode .form-fieldset{background:#f8f9fa;border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .form-required{color:#f82649}.transparent-mode .form-help{background:rgba(0,0,0,.2);color:#a4a4c5}.transparent-mode .form-help:hover,.transparent-mode .form-help[aria-describedby]{background:#467fcf;color:#fff}.transparent-mode .jqstooltip{background:#333!important}.transparent-mode .social-links li a{background:#f8f8f8;color:#a4a4c5}.transparent-mode .chart-circle-1-value small,.transparent-mode .chart-circle-value small{color:#a4a4c5}.transparent-mode .chip{background-color:rgba(70,127,207,.06);color:#a4a4c5}.transparent-mode a.chip:hover{color:#fff}.transparent-mode .stamp{background:#a4a4c5;color:#fff}.transparent-mode .chat-message{background-color:#467fcf;color:#fff}.transparent-mode .chat-message:after{border-bottom:6px solid transparent;border-left:6px solid #467fcf;border-top:6px solid transparent}.transparent-mode .chat-line-friend .chat-message{background-color:#f3f3f3;color:#a4a4c5}.transparent-mode .chat-line-friend .chat-message:after{border-right:5px solid #f3f3f3}.transparent-mode .example{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .example-bg{background:transparent}.transparent-mode .highlight{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);border-top:none}.transparent-mode .tag{background-color:hsla(0,0%,100%,.1);color:#dedefd}.transparent-mode a.tag:hover{background-color:rgba(110,118,135,.2)}.transparent-mode .carousel-item-background{background:rgba(0,0,0,.5)}.transparent-mode .custom-range:focus::-moz-range-thumb,.transparent-mode .custom-range:focus::-ms-thumb,.transparent-mode .custom-range:focus::-webkit-slider-thumb{background-color:#467fcf;border-color:#467fcf}.transparent-mode .custom-range::-webkit-slider-runnable-track{background:#467fcf}.transparent-mode .custom-range::-webkit-slider-thumb{background:#fff;border:1px solid rgba(0,30,75,.12);box-shadow:1px 0 0 -6px rgba(0,50,126,.12),6px 0 0 -6px rgba(0,50,126,.12),7px 0 0 -6px rgba(0,50,126,.12),8px 0 0 -6px rgba(0,50,126,.12),9px 0 0 -6px rgba(0,50,126,.12),10px 0 0 -6px rgba(0,50,126,.12),11px 0 0 -6px rgba(0,50,126,.12),12px 0 0 -6px rgba(0,50,126,.12),13px 0 0 -6px rgba(0,50,126,.12),14px 0 0 -6px rgba(0,50,126,.12),15px 0 0 -6px rgba(0,50,126,.12),16px 0 0 -6px rgba(0,50,126,.12),17px 0 0 -6px rgba(0,50,126,.12),18px 0 0 -6px rgba(0,50,126,.12),19px 0 0 -6px rgba(0,50,126,.12),20px 0 0 -6px rgba(0,50,126,.12),21px 0 0 -6px rgba(0,50,126,.12),22px 0 0 -6px rgba(0,50,126,.12),23px 0 0 -6px rgba(0,50,126,.12),24px 0 0 -6px rgba(0,50,126,.12),25px 0 0 -6px rgba(0,50,126,.12),26px 0 0 -6px rgba(0,50,126,.12),27px 0 0 -6px rgba(0,50,126,.12),28px 0 0 -6px rgba(0,50,126,.12),29px 0 0 -6px rgba(0,50,126,.12),30px 0 0 -6px rgba(0,50,126,.12),31px 0 0 -6px rgba(0,50,126,.12),32px 0 0 -6px rgba(0,50,126,.12),33px 0 0 -6px rgba(0,50,126,.12),34px 0 0 -6px rgba(0,50,126,.12),35px 0 0 -6px rgba(0,50,126,.12),36px 0 0 -6px rgba(0,50,126,.12),37px 0 0 -6px rgba(0,50,126,.12),38px 0 0 -6px rgba(0,50,126,.12),39px 0 0 -6px rgba(0,50,126,.12),40px 0 0 -6px rgba(0,50,126,.12),41px 0 0 -6px rgba(0,50,126,.12),42px 0 0 -6px rgba(0,50,126,.12),43px 0 0 -6px rgba(0,50,126,.12),44px 0 0 -6px rgba(0,50,126,.12),45px 0 0 -6px rgba(0,50,126,.12),46px 0 0 -6px rgba(0,50,126,.12),47px 0 0 -6px rgba(0,50,126,.12),48px 0 0 -6px rgba(0,50,126,.12),49px 0 0 -6px rgba(0,50,126,.12),50px 0 0 -6px rgba(0,50,126,.12),51px 0 0 -6px rgba(0,50,126,.12),52px 0 0 -6px rgba(0,50,126,.12),53px 0 0 -6px rgba(0,50,126,.12),54px 0 0 -6px rgba(0,50,126,.12),55px 0 0 -6px rgba(0,50,126,.12),56px 0 0 -6px rgba(0,50,126,.12),57px 0 0 -6px rgba(0,50,126,.12),58px 0 0 -6px rgba(0,50,126,.12),59px 0 0 -6px rgba(0,50,126,.12),60px 0 0 -6px rgba(0,50,126,.12),61px 0 0 -6px rgba(0,50,126,.12),62px 0 0 -6px rgba(0,50,126,.12),63px 0 0 -6px rgba(0,50,126,.12),64px 0 0 -6px rgba(0,50,126,.12),65px 0 0 -6px rgba(0,50,126,.12),66px 0 0 -6px rgba(0,50,126,.12),67px 0 0 -6px rgba(0,50,126,.12),68px 0 0 -6px rgba(0,50,126,.12),69px 0 0 -6px rgba(0,50,126,.12),70px 0 0 -6px rgba(0,50,126,.12),71px 0 0 -6px rgba(0,50,126,.12),72px 0 0 -6px rgba(0,50,126,.12),73px 0 0 -6px rgba(0,50,126,.12),74px 0 0 -6px rgba(0,50,126,.12),75px 0 0 -6px rgba(0,50,126,.12),76px 0 0 -6px rgba(0,50,126,.12),77px 0 0 -6px rgba(0,50,126,.12),78px 0 0 -6px rgba(0,50,126,.12),79px 0 0 -6px rgba(0,50,126,.12),80px 0 0 -6px rgba(0,50,126,.12),81px 0 0 -6px rgba(0,50,126,.12),82px 0 0 -6px rgba(0,50,126,.12),83px 0 0 -6px rgba(0,50,126,.12),84px 0 0 -6px rgba(0,50,126,.12),85px 0 0 -6px rgba(0,50,126,.12),86px 0 0 -6px rgba(0,50,126,.12),87px 0 0 -6px rgba(0,50,126,.12),88px 0 0 -6px rgba(0,50,126,.12),89px 0 0 -6px rgba(0,50,126,.12),90px 0 0 -6px rgba(0,50,126,.12),91px 0 0 -6px rgba(0,50,126,.12),92px 0 0 -6px rgba(0,50,126,.12),93px 0 0 -6px rgba(0,50,126,.12),94px 0 0 -6px rgba(0,50,126,.12),95px 0 0 -6px rgba(0,50,126,.12),96px 0 0 -6px rgba(0,50,126,.12),97px 0 0 -6px rgba(0,50,126,.12),98px 0 0 -6px rgba(0,50,126,.12),99px 0 0 -6px rgba(0,50,126,.12),100px 0 0 -6px rgba(0,50,126,.12),101px 0 0 -6px rgba(0,50,126,.12),102px 0 0 -6px rgba(0,50,126,.12),103px 0 0 -6px rgba(0,50,126,.12),104px 0 0 -6px rgba(0,50,126,.12),105px 0 0 -6px rgba(0,50,126,.12),106px 0 0 -6px rgba(0,50,126,.12),107px 0 0 -6px rgba(0,50,126,.12),108px 0 0 -6px rgba(0,50,126,.12),109px 0 0 -6px rgba(0,50,126,.12),110px 0 0 -6px rgba(0,50,126,.12),111px 0 0 -6px rgba(0,50,126,.12),112px 0 0 -6px rgba(0,50,126,.12),113px 0 0 -6px rgba(0,50,126,.12),114px 0 0 -6px rgba(0,50,126,.12),115px 0 0 -6px rgba(0,50,126,.12),116px 0 0 -6px rgba(0,50,126,.12),117px 0 0 -6px rgba(0,50,126,.12),118px 0 0 -6px rgba(0,50,126,.12),119px 0 0 -6px rgba(0,50,126,.12),120px 0 0 -6px rgba(0,50,126,.12),121px 0 0 -6px rgba(0,50,126,.12),122px 0 0 -6px rgba(0,50,126,.12),123px 0 0 -6px rgba(0,50,126,.12),124px 0 0 -6px rgba(0,50,126,.12),125px 0 0 -6px rgba(0,50,126,.12),126px 0 0 -6px rgba(0,50,126,.12),127px 0 0 -6px rgba(0,50,126,.12),128px 0 0 -6px rgba(0,50,126,.12),129px 0 0 -6px rgba(0,50,126,.12),130px 0 0 -6px rgba(0,50,126,.12),131px 0 0 -6px rgba(0,50,126,.12),132px 0 0 -6px rgba(0,50,126,.12),133px 0 0 -6px rgba(0,50,126,.12),134px 0 0 -6px rgba(0,50,126,.12),135px 0 0 -6px rgba(0,50,126,.12),136px 0 0 -6px rgba(0,50,126,.12),137px 0 0 -6px rgba(0,50,126,.12),138px 0 0 -6px rgba(0,50,126,.12),139px 0 0 -6px rgba(0,50,126,.12),140px 0 0 -6px rgba(0,50,126,.12),141px 0 0 -6px rgba(0,50,126,.12),142px 0 0 -6px rgba(0,50,126,.12),143px 0 0 -6px rgba(0,50,126,.12),144px 0 0 -6px rgba(0,50,126,.12),145px 0 0 -6px rgba(0,50,126,.12),146px 0 0 -6px rgba(0,50,126,.12),147px 0 0 -6px rgba(0,50,126,.12),148px 0 0 -6px rgba(0,50,126,.12),149px 0 0 -6px rgba(0,50,126,.12),150px 0 0 -6px rgba(0,50,126,.12),151px 0 0 -6px rgba(0,50,126,.12),152px 0 0 -6px rgba(0,50,126,.12),153px 0 0 -6px rgba(0,50,126,.12),154px 0 0 -6px rgba(0,50,126,.12),155px 0 0 -6px rgba(0,50,126,.12),156px 0 0 -6px rgba(0,50,126,.12),157px 0 0 -6px rgba(0,50,126,.12),158px 0 0 -6px rgba(0,50,126,.12),159px 0 0 -6px rgba(0,50,126,.12),160px 0 0 -6px rgba(0,50,126,.12),161px 0 0 -6px rgba(0,50,126,.12),162px 0 0 -6px rgba(0,50,126,.12),163px 0 0 -6px rgba(0,50,126,.12),164px 0 0 -6px rgba(0,50,126,.12),165px 0 0 -6px rgba(0,50,126,.12),166px 0 0 -6px rgba(0,50,126,.12),167px 0 0 -6px rgba(0,50,126,.12),168px 0 0 -6px rgba(0,50,126,.12),169px 0 0 -6px rgba(0,50,126,.12),170px 0 0 -6px rgba(0,50,126,.12),171px 0 0 -6px rgba(0,50,126,.12),172px 0 0 -6px rgba(0,50,126,.12),173px 0 0 -6px rgba(0,50,126,.12),174px 0 0 -6px rgba(0,50,126,.12),175px 0 0 -6px rgba(0,50,126,.12),176px 0 0 -6px rgba(0,50,126,.12),177px 0 0 -6px rgba(0,50,126,.12),178px 0 0 -6px rgba(0,50,126,.12),179px 0 0 -6px rgba(0,50,126,.12),180px 0 0 -6px rgba(0,50,126,.12),181px 0 0 -6px rgba(0,50,126,.12),182px 0 0 -6px rgba(0,50,126,.12),183px 0 0 -6px rgba(0,50,126,.12),184px 0 0 -6px rgba(0,50,126,.12),185px 0 0 -6px rgba(0,50,126,.12),186px 0 0 -6px rgba(0,50,126,.12),187px 0 0 -6px rgba(0,50,126,.12),188px 0 0 -6px rgba(0,50,126,.12),189px 0 0 -6px rgba(0,50,126,.12),190px 0 0 -6px rgba(0,50,126,.12),191px 0 0 -6px rgba(0,50,126,.12),192px 0 0 -6px rgba(0,50,126,.12),193px 0 0 -6px rgba(0,50,126,.12),194px 0 0 -6px rgba(0,50,126,.12),195px 0 0 -6px rgba(0,50,126,.12),196px 0 0 -6px rgba(0,50,126,.12),197px 0 0 -6px rgba(0,50,126,.12),198px 0 0 -6px rgba(0,50,126,.12),199px 0 0 -6px rgba(0,50,126,.12),200px 0 0 -6px rgba(0,50,126,.12),201px 0 0 -6px rgba(0,50,126,.12),202px 0 0 -6px rgba(0,50,126,.12),203px 0 0 -6px rgba(0,50,126,.12),204px 0 0 -6px rgba(0,50,126,.12),205px 0 0 -6px rgba(0,50,126,.12),206px 0 0 -6px rgba(0,50,126,.12),207px 0 0 -6px rgba(0,50,126,.12),208px 0 0 -6px rgba(0,50,126,.12),209px 0 0 -6px rgba(0,50,126,.12),210px 0 0 -6px rgba(0,50,126,.12),211px 0 0 -6px rgba(0,50,126,.12),212px 0 0 -6px rgba(0,50,126,.12),213px 0 0 -6px rgba(0,50,126,.12),214px 0 0 -6px rgba(0,50,126,.12),215px 0 0 -6px rgba(0,50,126,.12),216px 0 0 -6px rgba(0,50,126,.12),217px 0 0 -6px rgba(0,50,126,.12),218px 0 0 -6px rgba(0,50,126,.12),219px 0 0 -6px rgba(0,50,126,.12),220px 0 0 -6px rgba(0,50,126,.12),221px 0 0 -6px rgba(0,50,126,.12),222px 0 0 -6px rgba(0,50,126,.12),223px 0 0 -6px rgba(0,50,126,.12),224px 0 0 -6px rgba(0,50,126,.12),225px 0 0 -6px rgba(0,50,126,.12),226px 0 0 -6px rgba(0,50,126,.12),227px 0 0 -6px rgba(0,50,126,.12),228px 0 0 -6px rgba(0,50,126,.12),229px 0 0 -6px rgba(0,50,126,.12),230px 0 0 -6px rgba(0,50,126,.12),231px 0 0 -6px rgba(0,50,126,.12),232px 0 0 -6px rgba(0,50,126,.12),233px 0 0 -6px rgba(0,50,126,.12),234px 0 0 -6px rgba(0,50,126,.12),235px 0 0 -6px rgba(0,50,126,.12),236px 0 0 -6px rgba(0,50,126,.12),237px 0 0 -6px rgba(0,50,126,.12),238px 0 0 -6px rgba(0,50,126,.12),239px 0 0 -6px rgba(0,50,126,.12),240px 0 0 -6px rgba(0,50,126,.12)}.transparent-mode .custom-range::-moz-range-track{background:rgba(0,50,126,.12)}.transparent-mode .custom-range::-moz-range-thumb{background:#fff;border:1px solid rgba(0,30,75,.12)}.transparent-mode .custom-range::-moz-range-progress{background:#467fcf}.transparent-mode .custom-range::-ms-thumb{background:#fff;border:1px solid rgba(0,30,75,.12)}.transparent-mode .custom-range::-ms-fill-lower{background:#467fcf}.transparent-mode .custom-range::-ms-fill-upper{background:rgba(0,50,126,.12)}.transparent-mode .selectgroup-button{border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .selectgroup-input:checked+.selectgroup-button{background:transparent}.transparent-mode .selectgroup-input:focus+.selectgroup-button{box-shadow:0 0 0 2px rgba(98,58,162,.25)}.transparent-mode .custom-switch-indicator{background:hsla(0,0%,100%,.1)}.transparent-mode .custom-switch-input:focus~.custom-switch-indicator{border-color:#7c46a8;box-shadow:0 0 0 2px rgba(98,58,162,.25)}.transparent-mode .custom-switch-description,.transparent-mode .custom-switch-input:checked~.custom-switch-description{color:#a4a4c5}.transparent-mode .imagecheck-figure{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .imagecheck-input:focus~.imagecheck-figure{border-color:#467fcf;box-shadow:0 0 0 2px rgba(98,58,162,.25)}.transparent-mode .imagecheck-input:checked~.imagecheck-figure{border-color:rgba(0,40,100,.24)}.transparent-mode .imagecheck-figure:before{background:#467fcf url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E") no-repeat 50%/50% 50%;color:#fff}.transparent-mode .imagecheck-caption,.transparent-mode .imagecheck-input:checked~.imagecheck-figure .imagecheck-caption,.transparent-mode .imagecheck-input:focus~.imagecheck-figure .imagecheck-caption,.transparent-mode .imagecheck:hover .imagecheck-caption{color:#a4a4c5}.transparent-mode .colorinput-color{border:1px solid hsla(0,0%,100%,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:#fff}.transparent-mode .colorinput-input:focus~.colorinput-color{border-color:hsla(0,0%,100%,.2);box-shadow:0 0 0 2px rgba(98,58,162,.25)}.transparent-mode .ui-datepicker{background-color:var(--transparent-body);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .ui-datepicker .ui-datepicker-header{color:#dedefd}.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next,.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev{color:#dedefd;text-indent:-99999px}.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus:before,.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:before,.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus:before,.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:before{color:#dedefd}.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,.transparent-mode .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover{color:#a4a4c5}.transparent-mode .ui-datepicker .ui-datepicker-title{color:#dedefd}.transparent-mode .ui-datepicker .ui-datepicker-calendar th{color:#a4a4c5}.transparent-mode .ui-datepicker .ui-datepicker-calendar td{background-color:transparent;border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .ui-datepicker .ui-datepicker-calendar td span{background-color:rgba(0,0,0,.2);color:#a4a4c5}.transparent-mode .ui-datepicker .ui-datepicker-calendar td a{background-color:transparent;color:#a4a4c5}.transparent-mode .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a,.transparent-mode .ui-datepicker .ui-datepicker-calendar td a:hover{background-color:rgba(0,0,0,.2);color:#dedefd}.transparent-mode .model-wrapper-demo{background:rgba(0,0,0,.2)}.transparent-mode .timeline__item:after{background:#fff!important}.transparent-mode .timeline__content{background-color:#fff}.transparent-mode #back-to-top{color:#fff}.transparent-mode #back-to-top:hover{background:var(--transparent-body)!important}.transparent-mode .timeline:before{background-color:hsla(0,0%,100%,.1)}.transparent-mode .timeline-item:first-child:before,.transparent-mode .timeline-item:last-child:before{background:#fff}.transparent-mode .timeline-time{color:#a4a4c5}.transparent-mode .jvectormap-tip{background:#83839e;color:#fff}.transparent-mode .jvectormap-goback,.transparent-mode .jvectormap-zoomin,.transparent-mode .jvectormap-zoomout{background:var(--transparent-body)}.transparent-mode .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;box-shadow:inset 0 0 12px 4px #fff}.transparent-mode .selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.transparent-mode .selectize-dropdown-header{background:#f8f8f8;border-bottom:1px solid #d0d0d0}.transparent-mode .selectize-dropdown-header-close{color:#a4a4c5}.transparent-mode .selectize-dropdown-header-close:hover{color:#000}.transparent-mode .selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2}.transparent-mode .selectize-control.plugin-remove_button [data-value] .remove{border-left:1px solid #d0d0d0}.transparent-mode .selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.transparent-mode .selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.transparent-mode .selectize-dropdown,.transparent-mode .selectize-input{color:#a4a4c5}@media(max-width:992px){.transparent-mode .about-con{border-bottom:1px solid hsla(0,0%,100%,.2)}}@media(max-width:480px){.transparent-mode .tabs-menu ul li a,.transparent-mode .tabs-menu1 ul li{border:1px solid hsla(0,0%,100%,.2)}}@media(max-width:320px){.transparent-mode .construction .btn.btn-icon{color:#fff}}@media(max-width:360px){.transparent-mode .breadcrumb{color:#fff}}@media(max-width:992px){.transparent-mode .header{border-bottom:1px solid hsla(0,0%,100%,.12)}}@media(max-width:991px){.transparent-mode .header-1 .navsearch i{color:#a4a4c5!important}.transparent-mode .mobile-header .nav-link.icon i{color:#fff!important}}@media(min-width:992px){.transparent-mode.sidebar-mini.sidenav-toggled .app-sidebar__toggle.close-toggle{color:#fff}}@media(max-width:991px){.transparent-mode .responsive-navbar.navbar .navbar-collapse .icon.navsearch{border:1px solid #e4e6f9}}.transparent-mode .selectize-control.single .selectize-input.input-active,.transparent-mode .selectize-input{background:#fff}.transparent-mode .selectize-input{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .selectize-input.full{background-color:#fff}.transparent-mode .selectize-input.focus{border-color:#467fcf;box-shadow:0 0 0 2px rgba(98,58,162,.25)}.transparent-mode .selectize-control.multi .selectize-input>div{background:hsla(0,0%,100%,.1);border:0 solid rgba(0,40,100,.12);color:#a4a4c5}.transparent-mode .selectize-control.multi .selectize-input>div.active{background:#e8e8e8;border:0 solid #cacaca;color:#303030}.transparent-mode .selectize-control.multi .selectize-input.disabled>div,.transparent-mode .selectize-control.multi .selectize-input.disabled>div.active{background:#fff;border:0 solid #fff;color:#7d7d7d}.transparent-mode .selectize-input.dropdown-active:before{background:#f0f0f0}.transparent-mode .selectize-dropdown{background:#fff;border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2)}.transparent-mode .selectize-dropdown .optgroup-header{background:#fff;color:#a4a4c5}.transparent-mode .selectize-dropdown .active{background-color:#f1f4f8;color:#467fcf}.transparent-mode .selectize-dropdown .active.create{color:#a4a4c5}.transparent-mode .selectize-dropdown .create{color:rgba(48,48,48,.5)}.transparent-mode .selectize-control.single .selectize-input:after{background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 10 5%27%3E%3Cpath fill=%27#999%27%20d=%27M0%200L10%200L5%205L0%200%27/%3E%3C/svg%3E") no-repeat 50%}.transparent-mode .selectize-control .selectize-input.disabled{background-color:#fafafa}.transparent-mode .selectize-dropdown .image img,.transparent-mode .selectize-input .image img{box-shadow:0 1px 2px 0 rgba(0,0,0,.4)}.transparent-mode .demo-gallery>ul>li a{border:3px solid #fff}.transparent-mode .demo-gallery .justified-gallery>a .demo-gallery-poster,.transparent-mode .demo-gallery>ul>li a .demo-gallery-poster{background-color:rgba(0,0,0,.1)}.transparent-mode .demo-gallery .justified-gallery>a:hover .demo-gallery-poster{background-color:rgba(0,0,0,.5)}.transparent-mode .demo-gallery.dark>ul>li a{border:3px solid #04070a}.transparent-mode .col-sm-3 a:hover{border:1px solid #ff4647}.transparent-mode .tab-menu-heading,.transparent-mode .tabs-menu-body{border-color:hsla(0,0%,100%,.2)}.transparent-mode .tabs-menu2 ul li a{color:#636262}.transparent-mode .tabs-menu2 ul li .fade{color:hsla(0,0%,93%,.933)}.transparent-mode .item-card .cardprice span,.transparent-mode .item-card .cardtitle a{color:#7a7a92}.transparent-mode .features span{color:#43414e}.transparent-mode .feature .border{color:#fff}.transparent-mode .rating-stars .rating-stars-container .rating-star{color:var(--transparent-body)}.transparent-mode .rating-stars .rating-stars-container .rating-star.sm{color:hsla(0,0%,100%,.1)}.transparent-mode .rating-stars .rating-stars-container .rating-star.is--active,.transparent-mode .rating-stars .rating-stars-container .rating-star.is--hover{color:#f1c40f}.transparent-mode .rating-stars .rating-stars-container .rating-star .fa-heart .is--no-hover,.transparent-mode .rating-stars .rating-stars-container .rating-star.is--no-hover{color:rgba(0,0,0,.2)}.transparent-mode .rating-stars input{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode #messages-main .ms-menu{background:#fff;border-right:1px solid #eee}.transparent-mode #messages-main .ms-user{background:#f8f8f8}.transparent-mode #messages-main #ms-compose{box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28)}.transparent-mode .message-feed:not(.right) .mf-content{color:#fff}.transparent-mode .message-feed.right .mf-content{background:rgba(0,0,0,.2)}.transparent-mode .message-feed.right .mf-content:before{border-left-color:rgba(0,0,0,.2)}.transparent-mode .msb-reply{background:rgba(0,0,0,.2)}.transparent-mode .four-zero,.transparent-mode .lc-block{box-shadow:0 1px 11px rgba(0,0,0,.27)}.transparent-mode .action-header{background:#f8f8f8}.transparent-mode .actions:not(.a-alt)>li>a>i{color:#939393}.transparent-mode .ms-body{background:#fff}.transparent-mode .richText{background-color:rgba(0,0,0,.2);border-bottom:0}.transparent-mode .richText .richText-toolbar ul li a{border-right:1px solid hsla(0,0%,100%,.12)}.transparent-mode .cal1 .clndr .clndr-table .header-days .header-day{border-left:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .cal1 .clndr .clndr-table tr .adjacent-month,.transparent-mode .cal1 .clndr .clndr-table tr .empty,.transparent-mode .cal1 .clndr .clndr-table tr .my-adjacent-month,.transparent-mode .cal1 .clndr .clndr-table tr .my-empty{background:rgba(0,0,0,.2);border-left:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .cal1 .clndr .clndr-table tr .day{border-left:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .cal1 .clndr .clndr-table tr .day.event,.transparent-mode .cal1 .clndr .clndr-table tr .day.my-event{background:rgba(0,0,0,.2)}.transparent-mode .cal1 .clndr .clndr-table tr .day:last-child{border-right:1px solid hsla(0,0%,100%,.2)}.transparent-mode .cal1 .clndr .clndr-table tr .day:hover{background:rgba(0,0,0,.2)}.transparent-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button,.transparent-mode .cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button{color:#fff}.transparent-mode .fc-unthemed .fc-content,.transparent-mode .fc-unthemed .fc-divider,.transparent-mode .fc-unthemed .fc-list-heading td,.transparent-mode .fc-unthemed .fc-list-view,.transparent-mode .fc-unthemed .fc-popover,.transparent-mode .fc-unthemed .fc-row,.transparent-mode .fc-unthemed tbody,.transparent-mode .fc-unthemed td,.transparent-mode .fc-unthemed th,.transparent-mode .fc-unthemed thead{border-color:hsla(0,0%,100%,.2)}.transparent-mode .fc-event,.transparent-mode .fc-event-dot{color:#fff!important}.transparent-mode .fc-unthemed .fc-divider,.transparent-mode .fc-unthemed .fc-list-heading td,.transparent-mode .fc-unthemed .fc-popover .fc-header{background:rgba(0,0,0,.2)}.transparent-mode .fc-unthemed .fc-list-item:hover td{background-color:rgba(0,0,0,.2)}.transparent-mode .conv-form-wrapper div#messages div.message.to{background:rgba(0,0,0,.2)}.transparent-mode #sidebar li a.active,.transparent-mode #sidebar li a.active a[data-toggle=collapse]{background:#fff}.transparent-mode .job-box-filter{border-bottom:1px solid #e4e4e4}.transparent-mode .job-box-filter label input.form-control,.transparent-mode .job-box-filter select.input-sm{border:1px solid hsla(0,0%,47%,.3)}.transparent-mode .job-box-filter a.filtsec{background:#edf0f3;border:1px solid #e2e8ef;color:#81a0b1}.transparent-mode .job-box-filter a.filtsec.active{background:#16262c;border-color:#16262c;color:#fff}.transparent-mode .job-box-filter a.filtsec i{color:#03a9f4}.transparent-mode .job-box-filter a.filtsec:focus,.transparent-mode .job-box-filter a.filtsec:hover{background:#07b107;border-color:#07b107;color:#fff}.transparent-mode .job-box-filter a.filtsec:focus i,.transparent-mode .job-box-filter a.filtsec:hover i{color:#fff}.transparent-mode .inbox-message ul li{border-bottom:1px solid #e4e4e4}.transparent-mode .inbox-message ul li:focus,.transparent-mode .inbox-message ul li:hover{background:#eee}.transparent-mode .inbox-message .message-body,.transparent-mode .message-body-heading h5{color:#999}.transparent-mode .message-body h5 span{color:#fff}.transparent-mode .message-body h5 span.unread{background:#07b107}.transparent-mode .message-body h5 span.important{background:#dd2027}.transparent-mode .message-body h5 span.pending{background:#11a3dd}.transparent-mode div.conv-form-wrapper div.options div.option.selected,.transparent-mode form.convFormDynamic button.submit:hover{color:#fff}.transparent-mode .addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value{background:rgba(111,63,115,.9)!important}.transparent-mode .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active{background:rgba(111,63,115,.5);box-shadow:0 0 5px rgba(111,63,115,.5)}.transparent-mode .accordionjs .acc_section.acc_active>.acc_head{color:#fff!important}.transparent-mode .timeline__item--right .timeline__content:before{border-right:12px solid rgba(238,232,239,.9)}.transparent-mode .cal1 .clndr .clndr-table tr .adjacent-month:hover,.transparent-mode .cal1 .clndr .clndr-table tr .empty:hover,.transparent-mode .cal1 .clndr .clndr-table tr .my-adjacent-month:hover,.transparent-mode .cal1 .clndr .clndr-table tr .my-empty:hover{background:rgba(0,0,0,.2)}.transparent-mode .chart-dropshadow{-webkit-filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.1));filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.1))}.transparent-mode .chart-dropshadow2{-webkit-filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.2));filter:drop-shadow(-6px 12px 4px rgba(0,0,0,.2))}.transparent-mode .line-divide{border:1px solid hsla(280,4%,85%,.2)}.transparent-mode .activity{border-left:1px solid rgba(0,0,0,.125)}.transparent-mode .bg-square{background:#a4a4c5;color:#fff}.transparent-mode ul.timeline:before{background:#d4d9df}.transparent-mode ul.timeline>li:before{border:1px solid #6c6c6f}.transparent-mode .weather-card{background:#fff}.transparent-mode .weather-card .top .wrapper .heading,.transparent-mode .weather-card .top .wrapper .location,.transparent-mode .weather-card .top .wrapper .mynav .lnr,.transparent-mode .weather-card .top .wrapper .temp .deg,.transparent-mode .weather-card .top .wrapper .temp .temp-value,.transparent-mode .weather-card .top .wrapper .temp a{color:#fff}.transparent-mode .weather-card .bottom{background:#fff}.transparent-mode .weather-card .bottom .wrapper .forecast a{color:#000}.transparent-mode .weather-card .bottom .wrapper .forecast li{color:rgba(0,0,0,.25)}.transparent-mode .weather-card .bottom .wrapper .forecast li.active{color:rgba(0,0,0,.8)}.transparent-mode .activity .img-activity{box-shadow:0 0 0 .5px #f8f9fa}.transparent-mode .card .box h2{color:#262626}.transparent-mode .card .box h2 span{color:#fff}.transparent-mode .card .box p{color:#262626}.transparent-mode .userprofile .userpic{box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-ms-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);position:relative}.transparent-mode .userlist a:hover,.transparent-mode .username{color:#fff}.transparent-mode .username+p{color:#f2f2f2}.transparent-mode .settingbtn{box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.15);-ms-box-shadow:0 2px 5px 0 rgba(0,0,0,.15)}.transparent-mode .userprofile.small .userpic{box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-moz-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 3px 10px 0 rgba(0,0,0,.15);-ms-box-shadow:0 3px 10px 0 rgba(0,0,0,.15)}.transparent-mode .userprofile.small .username{color:#000}.transparent-mode .userprofile.small .username+p{color:#607d8b}.transparent-mode .text-transparent{color:#fff}.transparent-mode .bg-primary-light{background:#fff}.transparent-mode .product-grid6 .price span{color:#a4a4c5}.transparent-mode .product-grid6 .icons li a:after,.transparent-mode .product-grid6 .icons li a:before,.transparent-mode .product-grid6 .icons li a:hover{color:#fff}.transparent-mode .card-counter{background-color:#fff}.transparent-mode .card-counter.info,.transparent-mode .card-counter.primary,.transparent-mode .card-counter.secondary,.transparent-mode .card-counter.success{color:#fff}.transparent-mode .gallery-wrap .img-small-wrap .item-gallery{border:1px solid #ddd}.transparent-mode .input-group-addon{color:#555}.transparent-mode .ribbon1{color:#fff}.transparent-mode .ribbon1:after{border-top:13px solid #f8463f}.transparent-mode .ribbon1 span,.transparent-mode .ribbon1 span:before{background:#f8463f}.transparent-mode .ribbon1 span:after{background:#c02031}.transparent-mode .ribbon span{background:#79a70a;background:linear-gradient(#f8463f,#f8463f);color:#fff}.transparent-mode .ribbon span:before{border-left:3px solid #f8463f;border-top:3px solid #f8463f}.transparent-mode .ribbon span:after{border-right:3px solid #f8463f;border-top:3px solid #f8463f}.transparent-mode .social-card-header i{color:#fff}.transparent-mode #user-profile .profile-status{color:#7e47a9}.transparent-mode #user-profile .profile-status.offline{color:#fe635f}.transparent-mode #user-profile .profile-stars{color:#faba03}.transparent-mode #user-profile .profile-details ul>li>span{color:#643ba2}.transparent-mode #user-profile .profile-image{background:rgba(240,243,249,.6);border:1px solid rgba(167,180,201,.2)}.transparent-mode #user-profile .profile-image:hover{background:hsla(216,3%,65%,.9)}.transparent-mode .main-box{background:#fff;-o-box-shadow:1px 1px 2px 0 #ccc;-ms-box-shadow:1px 1px 2px 0 #ccc;box-shadow:1px 1px 2px 0 #ccc}.transparent-mode .main-box h2{border-left:10px solid #c2c2c2}.transparent-mode .conversation-body{background:#f5f5f5}.transparent-mode .conversation-body:before{border-color:transparent #f5f5f5 transparent transparent}.transparent-mode .conversation-item.item-right .conversation-body{background:#efeef1}.transparent-mode .conversation-item.item-right .conversation-body:before{border-color:transparent transparent transparent #efeef1}.transparent-mode .conversation-body>.time{color:#605f5f}.transparent-mode .bg-light-gray{background-color:rgba(0,0,0,.2)}.transparent-mode .header .form-inline .form-control{background:hsla(0,0%,88%,.3);border-color:hsla(0,0%,88%,.1);color:#dedef1!important}.transparent-mode .header .form-inline .btn{color:#fff}.transparent-mode .bg-progress-white{background-color:#eaeceb}.transparent-mode .widget-card-1 i,.transparent-mode .widget-card-1 i:hover{color:#fff}.transparent-mode .socailicons i{color:#edf5f1}.transparent-mode .settings{color:#fff}.transparent-mode .setting-1{color:#04a9f5}.transparent-mode .wideget-user .wideget-user-icons a:hover{color:#fff}.transparent-mode .wideget-user-tab .tab-menu-heading{border:0}.transparent-mode .wideget-user-tab .tab-menu-heading .nav li a{color:#dedefd}.transparent-mode #profile-log-switch .table tbody+tbody,.transparent-mode #profile-log-switch .table td,.transparent-mode #profile-log-switch .table th{border-top:0}@media(max-width:767.98px)and (min-width:576px){.transparent-mode .header .navsearch i{font-size:20px}.transparent-mode .search-element .form-control{background:#fff!important;color:#000}.transparent-mode .header .form-inline .form-control::-webkit-input-placeholder{color:#a4a4c5}.transparent-mode .header .navsearch i{color:#fff}.transparent-mode .header .form-inline .btn{color:#46494a!important}}@media(max-width:1024px){body.transparent-mode.search-show:before,body.transparent-mode.sidebar-show:before{background-color:rgba(0,0,0,.4)}}@media(max-width:575.98px){.transparent-mode .header .form-inline .search-element .form-control{background:#fff}.transparent-mode .form-control.header-search{color:#000}.transparent-mode .header .form-inline .btn{color:#46494a!important}.transparent-mode .header .form-inline .form-control::-webkit-input-placeholder{color:#a4a4c5!important}.transparent-mode .header .navsearch i{color:#fff}}.transparent-mode #profile-log-switch .transparent-mode .text-wrap table tbody+tbody{border-top:0}.transparent-mode .card-aside-img.wrap-border img{border:1px solid rgba(167,180,201,.3)}.transparent-mode .card-blogs1 .card{border-bottom:1px solid rgba(167,180,201,.3)}.transparent-mode .info-box-icon{background:rgba(0,0,0,.2)}.transparent-mode .info-box{background:#fff;box-shadow:0 0 0 1px #dce3ec,0 8px 16px 0 #dce3ec}.transparent-mode .member{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .memmbername{color:#fff}.transparent-mode .header .bg-image a:hover{background:transparent!important}.transparent-mode .construction .btn.btn-icon,.transparent-mode .item-card2-icons a{color:#fff}.transparent-mode .item-list .list-group-item{border-bottom:1px solid rgba(167,180,201,.3)}.transparent-mode .item-list .list-group-item i{color:#fff!important}.transparent-mode .item-user .item-user-icons a:hover{color:#fff}.transparent-mode .border-danger{border:1px solid #ff416c}.transparent-mode .productdec{background:transparent}.transparent-mode .cart .input-group-prepend>.btn,.transparent-mode .input-group-append>.btn,.transparent-mode .input-group-btn>.btn{border-color:#e2a788}.transparent-mode .input-indec .input-group-btn>.btn{border-color:hsla(0,0%,100%,.2)}.transparent-mode .gallery a img{border:1px solid rgba(0,0,0,.2)}.transparent-mode .hover15 .card:before{background:hsla(0,0%,100%,.2)}.transparent-mode .contacts_body .contacts li{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .contacts_body .active{background-color:rgba(0,0,0,.2)}.transparent-mode .chatbox .user_img{border:1.5px solid rgba(0,0,0,.2)}.transparent-mode .chatbox .user_img_msg{border:1.5px solid #f5f6fa}.transparent-mode .chat abbr.timestamp{background:rgba(0,0,0,.2)}.transparent-mode .chatbox .user_info span{color:#a4a4c5}.transparent-mode .chat .msg_cotainer{background-color:rgba(0,0,0,.2)}.transparent-mode .chat .msg_cotainer_send{background-color:#2b2b44}.transparent-mode .chat .msg_time,.transparent-mode .chat .msg_time_send{color:#a4a4c5}.transparent-mode .chat .msg_head{box-shadow:0 1px 15px 1px rgba(58,58,62,.4)}.transparent-mode .action_menu{background-color:#fff;color:#646367}.transparent-mode .chat .action-header{background:rgba(0,0,0,.2);border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .chat .msb-reply textarea{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .msb-reply button{color:#fff}.transparent-mode .chat .dropdown-menu li{color:#a4a4c5}.transparent-mode .chat .dropdown-menu li:hover{background:rgba(0,0,0,.2)}.transparent-mode .action_menu ul li:hover{background-color:rgba(0,0,0,.2)}.transparent-mode .top-footer ul li{border-bottom:0}.transparent-mode .chat .actions:not(.a-alt)>li>a>i,.transparent-mode .top-footer a,.transparent-mode .top-footer a address,.transparent-mode .top-footer p{color:#a4a4c5}.transparent-mode .top-footer img{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .top-footer img:hover{color:#8e9090}.transparent-mode .footer-payments a{color:#a7a8c7}.transparent-mode .main-footer{background-color:transparent;border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .cbp_tmtimeline:before,.transparent-mode .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel{background:rgba(0,0,0,.2)}.transparent-mode .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-right-color:rgba(0,0,0,.2)}.transparent-mode .cbp_tmtimeline>li .cbp_tmlabel{background:rgba(0,0,0,.2);box-shadow:0 0 2rem 0 rgba(42,38,53,.15)!important}.transparent-mode .cbp_tmtimeline>li .cbp_tmlabel:after{border-right-color:rgba(0,0,0,.2)}.transparent-mode .cbp_tmtimeline>li .cbp_tmlabel .map-checkin{background:#3d3780!important;border:5px solid hsla(0,0%,92%,.2);box-shadow:0 0 0 1px hsla(0,0%,100%,.1)}.transparent-mode .cbp_tmtimeline>li .cbp_tmicon{background:#46a4da;color:#fff}.transparent-mode .header-1 .form-control.header-search,.transparent-mode .header-1 .form-inline .btn,.transparent-mode .header-1 .navbar .nav-link.nav-link-lg i{color:#dedef1!important}.transparent-mode .header-1 .form-inline .form-control::-webkit-input-placeholder{color:#a4a4c5}.transparent-mode .header-1 .nav-link.icon i{color:#a4a4c5!important}.transparent-mode .header-1 .dropdown-menu,.transparent-mode .header-2 .dropdown-menu{box-shadow:0 6px 12px 0 rgba(0,0,0,.05)}.transparent-mode .header-2 .nav-link i{color:#a4a4c5}.transparent-mode .header-2 .form-inline .btn{color:#fff}.transparent-mode .header-2 .form-inline .form-control::-webkit-input-placeholder{color:#a4a4c5}.transparent-mode .header-2 .form-control.header-search{background:hsla(0,0%,88%,.4);border:1px solid hsla(0,0%,88%,.1);color:#fff}.transparent-mode .horizontal-main2 .horizontalMenu>.horizontalMenu-list>li>a.active{color:#d43f8d}.transparent-mode .horizontal-main2.horizontal-main{background:transparent}.transparent-mode .header-3 .form-inline .btn,.transparent-mode .header-3 .nav-link i{color:#25252a}.transparent-mode .header-3 .form-inline .form-control::-webkit-input-placeholder{color:#a4a4c5}.transparent-mode .header-3 .form-control.header-search{background:hsla(0,0%,88%,.4);border:1px solid hsla(0,0%,88%,.1);color:#fff}.transparent-mode .horizontal-main3.horizontal-main{background:rgba(52,1,108,.8)}.transparent-mode .default-header .form-inline .form-control,.transparent-mode .header2 .form-inline .form-control,.transparent-mode .header3 .form-inline .form-control{background:rgba(0,0,0,.2)!important}.transparent-mode .border-right-1{border-right:1px solid #d5dce3}.transparent-mode .custom-switch-indicator{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .custom-switch-indicator:before{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.4)}.transparent-mode .custom-switch-input:focus~.custom-switch-indicator{border-color:#60529f}.transparent-mode .custom-switch-description,.transparent-mode .custom-switch-input:checked~.custom-switch-description{color:#dedefd}.transparent-mode .material-switch>label:before{background:#a4a4c5;box-shadow:inset 0 0 10px rgba(42,38,53,.5)}.transparent-mode .material-switch>label:after{background:var(--transparent-body);box-shadow:0 0 5px rgba(42,38,53,.9)}.transparent-mode .header-right-icons .nav-link.icon:hover{background:rgba(0,0,0,.2)}.transparent-mode .header .form-control{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .box-white-shadow{box-shadow:0 5px 10px hsla(0,0%,100%,.3)!important}.transparent-mode .chart-dropshadow{-webkit-filter:drop-shadow(-6px 5px 4px #2a2635);filter:drop-shadow(-6px 5px 4px rgb(42,38,53))}.transparent-mode .chart-dropshadow2{-webkit-filter:drop-shadow(-6px 5px 4px rgba(0,0,0,.2));filter:drop-shadow(-6px 5px 4px rgba(0,0,0,.2))}.transparent-mode .BarChartShadow{-webkit-filter:drop-shadow(-4px 9px 4px rgba(0,0,0,.3));filter:drop-shadow(-6px 9px 4px rgba(0,0,0,.3))}.transparent-mode .donutShadow{-webkit-filter:drop-shadow(-5px 4px 6px #2a2635);filter:drop-shadow(-1px 0 2px rgb(42,38,53))}.transparent-mode .demo_changer .bg_dark{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .demo_changer i{color:#fff!important}.transparent-mode .demo_changer .form_holder{background:var(--transparent-body);border-left:hsla(0,0%,100%,.2)}.transparent-mode .demo_changer h4{background:rgba(0,0,0,.2);border-bottom:1px solid hsla(0,0%,100%,.2);border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .demo_changer,.transparent-mode .demo_changer p{color:hsla(0,0%,100%,.8)!important}.transparent-mode .hor-header .header-brand-img.desktop-logo{display:none}.transparent-mode .hor-header .header-brand-img.light-logo{display:block}.transparent-mode .table{color:#dedefd}.transparent-mode .text-dark{color:#dedefd!important}.transparent-mode .bg-white.work-progress{background:rgba(0,0,0,.2)!important}.transparent-mode .table-hover tbody tr:hover{color:#dedefd}@media screen and (max-width:47.2em){.transparent-mode .cbp_tmtimeline>li .cbp_tmlabel:after,.transparent-mode .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after{border-bottom-color:#fff}}@media only screen and (max-width:991px){.transparent-mode.active .animated-arrow span{background:transparent}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu{border-top:0!important}.transparent-mode .animated-arrow span:after,.transparent-mode .animated-arrow span:before,.transparent-mode .header-1 .animated-arrow span{background:#a4a4c5}.transparent-mode .header-1 .navbar .nav-link.nav-link-lg i{color:#a4a4c5}.transparent-mode .header-1 .dropdown-menu{box-shadow:0 6px 12px 0 rgba(0,0,0,.05)}.transparent-mode .header-1 .animated-arrow span,.transparent-mode .transparent-mode .header-1 .animated-arrow span:after,.transparent-mode .transparent-mode .header-1 .animated-arrow span:before{background:#a4a4c5;color:#a4a4c5}}@media only screen and (max-width:1279px)and (min-width:1025px){.transparent-mode .horizontal-main2 .horizontalMenu>.horizontalMenu-list>li>a{color:#fcfeff}}@media only screen and (max-width:991px){.transparent-mode .header-2 .animated-arrow span,.transparent-mode .header-2 .animated-arrow span:after,.transparent-mode .header-2 .animated-arrow span:before{background:#a4a4c5;color:#a4a4c5}}@media only screen and (max-width:1279px)and (min-width:1025px){.transparent-mode .horizontal-main3 .horizontalMenu>.horizontalMenu-list>li>a{color:#fcfeff}}@media only screen and (max-width:991px){.transparent-mode .header-3 .animated-arrow span,.transparent-mode .header-3 .animated-arrow span:after,.transparent-mode .header-3 .animated-arrow span:before{background:#a4a4c5;color:#a4a4c5}}@media screen and (max-width:998px)and (min-width:768px){.card-header.note-toolbar,.transparent-mode .note-popover .popover-content{background:rgba(0,0,0,.2)}}.transparent-mode .btn-secondary{color:#fff!important}.transparent-mode #line-chart text{fill:#a4a4c5}.transparent-mode #line-chart path{border:hsla(240,9%,51%,.2)}.transparent-mode .cal1 .clndr .clndr-controls{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);border-bottom:0}.transparent-mode .cal1 .clndr .clndr-table tr:last-child .day,.transparent-mode .cal1 .clndr .clndr-table tr:last-child .my-day{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .fc-button-group,.transparent-mode .fc-today-button{box-shadow:0 5px 10px #2a2635}.transparent-mode .fc-bgevent-skeleton .fc-bgevent{background-color:#1e1e31!important}.transparent-mode .form-control.bg-white{background-color:rgba(0,0,0,.2)!important}.transparent-mode .table td,.transparent-mode .table th{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .sweet-alert{background-color:var(--transparent-body)}.transparent-mode .sweet-alert h2{color:#dedefd}.transparent-mode .sweet-alert p{color:#a4a4c5}.transparent-mode .irs-from,.transparent-mode .irs-max,.transparent-mode .irs-min,.transparent-mode .irs-single,.transparent-mode .irs-to{background:var(--transparent-body);color:#dedefd}.transparent-mode .irs-grid-text{color:#a4a4c5}.transparent-mode .irs-modern .irs-slider,.transparent-mode .irs-outline .irs-slider{background-color:var(--transparent-body)}.transparent-mode .count-down.row span:first-child{background:var(--transparent-body);box-shadow:0 5px 10px rgba(8,8,8,.3);color:#dedefd!important}.transparent-mode .btn-outline-default{border-color:hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .btn-outline-default:hover{color:#292828}.transparent-mode .table .thead-light th,.transparent-mode .text-wrap table .thead-light th{background-color:rgba(0,0,0,.2);border-color:hsla(0,0%,100%,.2)}.transparent-mode .table.table-primary,.transparent-mode .table.table-secondary,.transparent-mode .table.table-secondary th{color:#83839e}.transparent-mode .dropify-wrapper{background-color:transparent;border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .dropify-wrapper .dropify-preview{background-color:rgba(0,0,0,.2)}.transparent-mode .ms-choice{background-color:transparent;border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .ms-choice.disabled{background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .ms-drop{background-color:var(--transparent-body);border:1px solid hsla(0,0%,100%,.2);color:#a4a4c5}.transparent-mode .ms-drop.bottom{box-shadow:0 8px 14.72px 1.28px rgba(0,0,0,.3)}.transparent-mode .ms-search input{background:var(--transparent-body) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsSAAALEgHS3X78AAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAG4SURBVHja7NfLq05RGMfxz3Evt5KBgb/AhGRiYibKRG0dHUUGzJRSx+UoCeUSEaEoYqSjNykDkjJRMjlGLoWB28BhcEoMXr2vyTPY7Y6o5bT2YD21Wnuvp73Xdz9rP2v9noF+v6/NNk3LrQAWwAJYAKfYZkzly0c7nebQwpjz25+eGayqvwOOdjpDGECvNjwLdweraiKB+TyWYF1qBFdgb2PsJW4nwK3E1vjwtXiY8g/ua8B0sQU/EwDPBhycw8zUJDmAH3F9Ac8T4Iaxpna/DCdSk+QtLmMnjiTmy1xcQV069SKK3ZQsPol7mEgEPPxft5laqo/jcdmoC2ABLIAFsAAWRf0vNj8UNXxqCIfsETyId/gQbQwb2wJ4FcfwPYTwRSzHHWzOvcTrsQOPUNVk2008wKXwfc0VwU0hTHc1NOUznMIirMq5xAtCMb+exDcW/ZycgO8xGxsm8Q1FdMdzAl6L/nqtFp6H/diGj3iSE/AFtmMx7uMV3uB4+JfGv5h1m7mB1biFX/gSRdTpmH8YZ3KfJE+jNa0b9fceTMdIrRZvxVk8gkMBujsi3TqxcDRK2x4+N52/BwD+g1qKHJaNZQAAAABJRU5ErkJggg==) no-repeat 100% -22px;border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .select2-dropdown{background-color:var(--primary-bg-color);border:1px solid var(--primary-bg-color)}.transparent-mode .select2-container--default .select2-results__option[aria-selected=true]{background-color:rgba(0,0,0,.2)}.transparent-mode .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#2d2d48}.transparent-mode .daterangepicker .calendar-table{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .daterangepicker .calendar td{color:#a4a4c5!important}.transparent-mode .daterangepicker td.off,.transparent-mode .daterangepicker td.off.end-date,.transparent-mode .daterangepicker td.off.in-range,.transparent-mode .daterangepicker td.off.start-date{background-color:rgba(0,0,0,.2)}.transparent-mode .daterangepicker td.active,.transparent-mode .daterangepicker td.active:hover,.transparent-mode .daterangepicker td:hover{background-color:rgba(0,0,0,.2)!important;color:#dedefd!important}.transparent-mode .daterangepicker td.in-range{background-color:rgba(0,0,0,.2)}.transparent-mode .daterangepicker:before{border-bottom:7px solid hsla(0,0%,100%,.2)}.transparent-mode .daterangepicker:after{border-bottom:6px solid rgba(0,0,0,.2)}.transparent-mode .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month .ui-state-default{color:#a4a4c5}.transparent-mode .daterangepicker .input-mini{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .daterangepicker td.available:hover,.transparent-mode .daterangepicker th.available:hover{background-color:rgba(0,0,0,.2)}.transparent-mode .richText .richText-editor{background-color:transparent;border-left:0 solid hsla(0,0%,100%,.1)}.transparent-mode .richText .richText-toolbar ul li a{color:#dedefd}.transparent-mode .richText .richText-toolbar ul li a:hover{background-color:rgba(0,0,0,.2)}.transparent-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown{background-color:var(--transparent-body);border:1px solid hsla(0,0%,100%,.1)}.transparent-mode .richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close{background:transparent;color:#a4a4c5}.transparent-mode .richText .richText-toolbar ul{border-bottom:hsla(0,0%,100%,.2)}.transparent-mode .richText .richText-form input[type=file],.transparent-mode .richText .richText-form input[type=number],.transparent-mode .richText .richText-form input[type=text],.transparent-mode .richText .richText-form select{background:transparent;border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.transparent-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a{border-bottom:1px solid hsla(0,0%,100%,.1)}.transparent-mode .richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover{background:rgba(0,0,0,.2)}.transparent-mode .richText .richText-redo,.transparent-mode .richText .richText-undo{border-right:1px solid hsla(0,0%,100%,.1)}.transparent-mode .note-editor.note-frame .note-editing-area .note-editable{background-color:rgba(0,0,0,.2);color:#dedefd}.transparent-mode .card-header.note-toolbar,.transparent-mode .note-popover .popover-content{background:rgba(0,0,0,.2)}.transparent-mode .note-btn-group .btn{color:#dedefd!important}.transparent-mode .note-placeholder{color:#a4a4c5}.transparent-mode .sw-theme-default{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .sw-theme-default .step-content{background-color:rgba(0,0,0,.2)}.transparent-mode .sw-theme-default .sw-toolbar{background:rgba(0,0,0,.2)}.transparent-mode .sw-theme-default>ul.step-anchor>li.done>a,.transparent-mode .sw-theme-default>ul.step-anchor>li>a,.transparent-mode .sw-theme-default>ul.step-anchor>li>a:hover{color:#a4a4c5!important}.transparent-mode .sw-theme-dots>ul.step-anchor>li.done>a,.transparent-mode .wizard>.steps .disabled a{color:#dedefd}.transparent-mode .wrap-login100{background:rgba(0,0,0,.2);box-shadow:0 3px 9px 0 rgba(28,28,51,.15)}.transparent-mode .login100-form-title{color:#dedefd}.transparent-mode .input100{background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .symbol-input100,.transparent-mode .wrap-input100 input::-webkit-input-placeholder{color:#a4a4c5}.transparent-mode .social-icons .btn-social{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .btn-social>:first-child{border-right:1px solid hsla(0,0%,100%,.2)}.transparent-mode .txt1,.transparent-mode .txt2{color:#a4a4c5}.transparent-mode .text-white{color:#dedefd!important}.transparent-mode .accordionjs .acc_section{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .accordionjs .acc_section .acc_head{background:transparent}.transparent-mode .accordionjs .acc_section.acc_active>.acc_head{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .tab_wrapper .content_wrapper{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .tab_wrapper.right_side>ul,.transparent-mode .tab_wrapper>ul{border-bottom:0}.transparent-mode .tab_wrapper.right_side .content_wrapper{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .tab_wrapper.right_side>ul li{border-left:1px solid hsla(0,0%,100%,.2)}.transparent-mode .tab_wrapper.right_side>ul li.active{border-color:hsla(0,0%,100%,.2)}.transparent-mode .tab_wrapper.right_side>ul li:after{background:transparent}.transparent-mode .tab_wrapper>ul li{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .tab_wrapper>ul li.active:after{background:transparent}.transparent-mode .header.header-1,.transparent-mode .header.header-2{background-color:transparent;border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .flot-text{color:#a4a4c5!important}.transparent-mode tspan{fill:hsla(0,0%,100%,.6)!important}.transparent-mode .nvd3 text{fill:#a4a4c5}.transparent-mode .nvd3 .nv-axis line{stroke:hsla(240,9%,51%,.2)}.transparent-mode .nvd3 .nv-discretebar .nv-groups text,.transparent-mode .nvd3 .nv-multibarHorizontal .nv-groups text{fill:#dedefd}.transparent-mode .countdown li{background:rgba(0,0,0,.2);border:5px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .app-sidebar{background:rgba(0,0,0,.2);border-right:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 16px 0 rgba(0,0,0,.3)}.transparent-mode .side-header .header-brand-img.light-logo1{display:none}.transparent-mode .side-header .header-brand-img.desktop-logo{display:block}.transparent-mode .app-sidebar__toggle{background:transparent;box-shadow:0 2px 3px rgba(0,0,0,.7);color:#fff}.transparent-mode .app-sidebar__toggle:hover{color:#fff}.transparent-mode .side-header{background:rgba(0,0,0,.2);border-bottom:1px solid transparent;border-right:1px solid hsla(0,0%,100%,.1)}.transparent-mode .user-info .text-dark{color:#fff!important}.transparent-mode .user-info .text-muted{color:hsla(0,0%,100%,.4)!important}.transparent-mode .app-sidebar .sidebar-navs{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .sidebar-navs a{border:1px solid hsla(0,0%,100%,.1)!important;color:#fff!important}.transparent-mode .side-menu h3{color:hsla(0,0%,100%,.4)}.transparent-mode .slide-menu li.active:before{background:hsla(0,0%,100%,.1)}.transparent-mode .slide-menu li.active:after{background:hsla(0,0%,100%,.5)}.transparent-mode .slide-menu a.active{color:#a4a4c5}.transparent-mode .slide-item.active,.transparent-mode .slide-item:focus,.transparent-mode .slide-item:hover,.transparent-mode .sub-side-menu__item.active,.transparent-mode .sub-side-menu__item2.active,.transparent-mode .sub-side-menu__item2:focus,.transparent-mode .sub-side-menu__item2:hover,.transparent-mode .sub-side-menu__item:focus,.transparent-mode .sub-side-menu__item:hover,.transparent-mode .sub-slide-item.active,.transparent-mode .sub-slide-item2.active,.transparent-mode .sub-slide-item2:focus,.transparent-mode .sub-slide-item2:hover,.transparent-mode .sub-slide-item:focus,.transparent-mode .sub-slide-item:hover{color:#fff!important}.transparent-mode .side-menu .side-menu__icon,.transparent-mode .side-menu__item,.transparent-mode .slide-item{color:#dedefd}.transparent-mode .sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 8px 14.72px 1.28px rgba(42,38,53,.5)}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 10px 15px rgba(34,34,61,.9)}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a{color:#dedefd}.transparent-mode .sub-menu li a:before{color:#a4a4c5}.transparent-mode .horizontalMenu>.horizontalMenu-list>li:last-child>a{border-right:0}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu .sub-menu-sub:after{color:#a4a4c5}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 10px 15px rgba(34,34,61,.9)}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a{color:#dedefd}.transparent-mode .btn-light{background-color:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.2);box-shadow:0 5px 10px rgba(48,48,77,.3);color:#dedefd}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover{background:none}.transparent-mode .clipboard-icon{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .badge-default{background:rgba(0,0,0,.2);box-shadow:0 5px 10px #22223d;color:#fff}.transparent-mode .first-sidemenu,.transparent-mode .resp-vtabs ul.resp-tabs-list,.transparent-mode .side-header{background:transparent}.transparent-mode.sidenav-toggled.sidenav-toggled-open .side-header{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .resp-vtabs li.active.resp-tab-item{background:rgba(0,0,0,.2)!important;color:#5e2dd8}.transparent-mode .second-sidemenu{background-color:rgba(0,0,0,.2)}.transparent-mode .resp-vtabs .resp-tabs-list li{border:1px solid hsla(0,0%,100%,.07)!important;border-left:0!important;border-top:0!important}.transparent-mode .resp-vtabs li:hover{background:transparent!important}.transparent-mode .side-menu .resp-tab-active .side-menu__icon{color:var(--primary-bg-color)!important}.transparent-mode .slide-item{border-bottom:0}.transparent-mode .resp-vtabs li.resp-tab-active{background:transparent!important}.transparent-mode .settings-icon{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .slide-menu a.active{color:#aaaabf}@media only screen and (max-width:991px){.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu{box-shadow:none}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu{border:0;box-shadow:none}.transparent-mode .hor-topheader .header-brand1 .header-brand-img.main-logo{display:none}.transparent-mode .animated-arrow span,.transparent-mode .animated-arrow span:after,.transparent-mode .animated-arrow span:before{background:#a4a4c5}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i{color:hsla(0,0%,100%,.2)}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a{background-color:rgba(0,0,0,.2);color:#dedefd}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover{background-color:rgba(0,0,0,.2)}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover{color:#b394ff!important}}@media(min-width:992px){.transparent-mode.sidebar-mini.sidenav-toggled .first-sidemenu{border-top:0!important}.transparent-mode.sidebar-mini.sidenav-toggled .app-sidebar__user{border-bottom:1px solid hsla(0,0%,88%,.1)}}@media(max-width:991px){.transparent-mode .side-menu{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .mobile-header{border-bottom:1px solid hsla(0,0%,100%,.1)!important;box-shadow:0 8px 24px #3d3d52}}.transparent-mode .hor-header .header-right-icons .nav-link.icon{background:transparent;box-shadow:0 2px 3px rgba(0,0,0,.6)}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>a{border-right:1px solid hsla(0,0%,100%,.12);color:#dedefd}.transparent-mode .box-shadow-primary{box-shadow:0 5px 10px rgba(0,0,0,.2)}.transparent-mode .box-shadow-secondary{box-shadow:0 5px 10px #4e4642}.transparent-mode .box-shadow-success{box-shadow:0 5px 10px #45504e}.transparent-mode .box-shadow-danger{box-shadow:0 5px 10px #524a4b}.transparent-mode .bg-secondary-transparent{background-color:#614638}.transparent-mode .bg-info-transparent{background-color:#365273!important}.transparent-mode .activity-blog:before,.transparent-mode .task-list:before{border-left:1px solid hsla(0,0%,100%,.12)}.transparent-mode .h6,.transparent-mode h6{color:#dedefd}.transparent-mode .horizontalMenu body,.transparent-mode .horizontalMenu h1,.transparent-mode .horizontalMenu h2,.transparent-mode .horizontalMenu h3,.transparent-mode .horizontalMenu h4,.transparent-mode .horizontalMenu h5,.transparent-mode .horizontalMenu h6,.transparent-mode .horizontalMenu html,.transparent-mode .horizontalMenu iframe{color:#dedefd!important}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a{color:#dedefd}.transparent-mode .side-menu__item:hover{background:rgba(0,0,0,.2)}@media(max-width:991px){.transparent-mode .mobile-header .header-brand-img.mobile-light{display:none!important}.transparent-mode .mobile-header .header-brand-img.desktop-logo{display:block}.transparent-mode .mobile-header .navresponsive-toggler span,.transparent-mode .navresponsive-toggler span{background:transparent;box-shadow:0 2px 3px rgba(0,0,0,.7)}}@media only screen and (max-width:991px){.transparent-mode .horizontalMenu>.horizontalMenu-list>li>a{border-bottom:1px solid hsla(0,0%,100%,.12)}}.transparent-mode .jvectormap-goback,.transparent-mode .jvectormap-zoomout{color:#e5e9f2}.transparent-mode .app-header .header-right-icons .nav-link.icon{background:transparent;box-shadow:0 2px 3px rgba(0,0,0,.6)}.transparent-mode .jvectormap-zoomin{color:#e5e9f2}.transparent-mode .side-menu__item:focus{background:var(--primary03)}.transparent-mode .cal1 .clndr .clndr-table tr .day.my-event{background:hsla(0,0%,100%,.05)!important}.transparent-mode .jvectormap-goback,.transparent-mode .jvectormap-zoomin,.transparent-mode .jvectormap-zoomout{color:#e5e9f2!important}.transparent-mode.sidebar-mini .app-header .light-logo1{display:none!important}.transparent-mode .nav.panel-tabs a.active,.transparent-mode .nav.panel-tabs a:hover{background-color:hsla(0,0%,100%,.05);color:#fff}.transparent-mode .nav.panel-tabs a{color:#dedefd}.transparent-mode .sidebar .tab-menu-heading{background:var(--primary-bg-color)}.transparent-mode .cal1 .clndr .clndr-table tr .adjacent-month,.transparent-mode .cal1 .clndr .clndr-table tr .day.event,.transparent-mode .cal1 .clndr .clndr-table tr .empty,.transparent-mode .cal1 .clndr .clndr-table tr .my-adjacent-month,.transparent-mode .cal1 .clndr .clndr-table tr .my-empty{background:hsla(0,0%,100%,.05)!important}.transparent-mode .sidebar-right .tab-content i{background-color:hsla(0,0%,100%,.2)}@media(max-width:991px){.sidebar-mini.transparent-mode .app-header.header .header-brand-img.desktop-logo{display:block}}.cal1 .clndr .clndr-table tr .day.my-event:hover,.cal1 .clndr .clndr-table tr .day.my-today,.transparent-mode .cal1 .clndr .clndr-table tr .day.event:hover,.transparent-mode .cal1 .clndr .clndr-table tr .day.today{color:#dedefd}.transparent-mode .main-chat-header{border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .main-nav-line-chat .nav-link{color:#dedefd}.transparent-mode .main-chat-list .media.new{background-color:transparent}.transparent-mode .main-chat-list .media:hover{background-color:rgba(0,0,0,.1)}.transparent-mode .main-chat-list .media:focus{background-color:rgba(0,0,0,.2)}.transparent-mode .main-chat-list .media+.media{border-top:1px solid hsla(0,0%,100%,.2)}.transparent-mode .main-nav-line-chat{border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .main-chat-list .media.selected{background-color:rgba(0,0,0,.2);border-bottom:0}.transparent-mode .main-chat-body .media.flex-row-reverse .main-msg-wrapper{background-color:var(--transparent-body);color:#dedefd}.transparent-mode .chat-right .main-msg-wrapper:first-child:before{border-bottom:8px solid var(--transparent-body)}.transparent-mode .main-msg-wrapper{background-color:var(--transparent-body)}.transparent-mode .chat-left .main-msg-wrapper:first-child:before{border-bottom:8px solid var(--transparent-body)}.transparent-mode .main-chat-time span{background:hsla(0,0%,100%,.1)}.transparent-mode .main-chat-footer{background-color:transparent;border-top:1px solid hsla(0,0%,100%,.12)}.transparent-mode .main-chat-footer .nav-link{color:#dedefd}.transparent-mode .main-msg-send{color:#fff}.transparent-mode .alert-success{background-color:rgba(110,179,149,.1);border-color:rgba(110,179,149,.1);color:#09ad95}.transparent-mode .alert-danger{background-color:rgba(255,56,43,.1);border-color:rgba(255,56,43,.1);color:#f82649}.transparent-mode .alert-info{background-color:rgba(111,174,220,.3);border-color:rgba(111,174,220,.3);color:#6faedc}.transparent-mode .alert-warning{background-color:rgba(247,183,49,.1);border-color:rgba(247,183,49,.1);color:#d0be73}.transparent-mode .alert-success .alert-link{color:#52851e}.transparent-mode .alert-info .alert-link{color:#b8dcf7}.transparent-mode .alert-warning .alert-link{color:#e8d998}.transparent-mode .alert-danger .alert-link{color:#b58281}.transparent-mode .irs-line-left,.transparent-mode .irs-line-mid,.transparent-mode .irs-line-right{background-color:var(--transparent-body)}.transparent-mode .side-menu__item:hover .side-menu__icon{color:#dedefd!important}.transparent-mode .ql-snow .ql-tooltip{box-shadow:none;color:#fff}.transparent-mode .ql-snow .ql-tooltip,.transparent-mode .ql-snow .ql-tooltip input[type=text]{background-color:var(--transparent-body);border-color:hsla(0,0%,100%,.2)}.transparent-mode .slide.is-expanded a{color:#dedefd}.transparent-mode .side-menu__item:hover{background:hsla(0,0%,100%,.1)!important}.transparent-mode .timeline-wrapper-primary .timeline-badge{background:var(--primary-bg-color)}.transparent-mode .br-theme-fontawesome-stars .br-widget a:after{color:var(--transparent-body)}.transparent-mode .br-theme-bars-1to10 .br-widget a.br-active,.transparent-mode .br-theme-bars-1to10 .br-widget a.br-selected{background-color:var(--primary-bg-color)}.transparent-mode .br-theme-bars-movie .br-widget a{background-color:var(--transparent-body)}.transparent-mode .br-theme-bars-movie .br-widget a.br-active,.transparent-mode .br-theme-bars-movie .br-widget a.br-selected{background-color:var(--primary-bg-color)}.transparent-mode .br-theme-bars-square .br-widget a{background-color:hsla(0,0%,100%,.08);border:2px solid hsla(0,0%,100%,.05);color:#e2e2ea}.transparent-mode .br-theme-bars-square .br-widget a.br-active,.transparent-mode .br-theme-bars-square .br-widget a.br-selected{border:2px solid var(--primary-bg-color);color:var(--primary-bg-color)}.transparent-mode .br-theme-bars-pill .br-widget a{background-color:var(--transparent-body)}.transparent-mode .br-theme-bars-pill .br-widget a.br-active,.transparent-mode .br-theme-bars-pill .br-widget a.br-selected{background-color:var(--primary-bg-color);color:#fff}.transparent-mode .br-theme-bars-1to10 .br-widget a{background-color:var(--transparent-body)}.transparent-mode .br-theme-bars-square .br-widget a{background-color:rgba(0,0,0,.2);border:2px solid var(--transparent-body);color:#e5e9f2}.transparent-mode .br-theme-bars-horizontal .br-widget a{background-color:var(--transparent-body)}.transparent-mode .br-theme-bars-horizontal .br-widget a.br-active,.transparent-mode .br-theme-bars-horizontal .br-widget a.br-selected{background-color:var(--primary-bg-color)}.transparent-mode .vtimeline .timeline-wrapper .timeline-panel{background:hsla(0,0%,100%,.05);box-shadow:0 5px 12px 0 rgba(0,0,0,.3)}.transparent-mode .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}.transparent-mode .vtimeline .timeline-wrapper .timeline-panel:after{border-color:transparent hsla(0,0%,100%,.05);border-style:solid;border-width:14px 0 14px 14px}.transparent-mode .vtimeline .timeline-wrapper .timeline-badge{border:2px solid var(--transparent-body)}.transparent-mode .vtimeline:before{background-color:hsla(0,0%,100%,.1)}.transparent-mode .timeline-wrapper-primary .timeline-panel:before{background:var(--primary-bg-color)}.card-dashboard-eight .card-title,.card-table-two .card-title,.transparent-mode .main-content-label{color:#dedefd}.transparent-mode .tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{border-top-color:var(--primary-bg-color)!important}.transparent-mode .tree li{border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.transparent-mode .tree li.branch{background:var(--transparent-body)}.transparent-mode .tree li a{color:#dedefd}.transparent-mode .tree li.branch li{background:rgba(0,0,0,.2)}.transparent-mode .tree ul:before{border-left:1px solid hsla(0,0%,100%,.12)}.transparent-mode .tree ul li:before{border-top:1px solid hsla(0,0%,100%,.12)}.transparent-mode .btn-default{background:#dedefd;border-color:#c3c3cc}.transparent-mode .list-group-item,.transparent-mode .listorder,.transparent-mode .listorder1,.transparent-mode .listunorder,.transparent-mode .listunorder1{border:1px solid hsla(0,0%,100%,0)}.transparent-mode .nav-item1 .nav-link{color:#dedefd}.transparent-mode .nav-item1 .nav-link.active{color:var(--primary-bg-color)}.transparent-mode .nav.nav-pills .nav-item .nav-link-icon{color:#dedefd}.transparent-mode .bg-light{background-color:var(--transparent-body)!important}.transparent-mode .popover-static-demo,.transparent-mode .tooltip-static-demo{background-color:transparent}.transparent-mode .tooltip-primary.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--primary-bg-color)!important}.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.transparent-mode .tooltip-primary.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--primary-bg-color)!important}.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.transparent-mode .tooltip-primary.bs-tooltip-left .tooltip-arrow:before{border-left-color:var(--primary-bg-color)!important}.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.transparent-mode .tooltip-primary.bs-tooltip-right .tooltip-arrow:before{border-right-color:var(--primary-bg-color)!important}.transparent-mode .ff_fileupload_wrap .ff_fileupload_dropzone:active,.transparent-mode .ff_fileupload_wrap .ff_fileupload_dropzone:focus{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .bg-white{background-color:rgba(0,0,0,.2)!important}.transparent-mode .header-brand .header-brand-img.logo-3{display:none}.transparent-mode .header-brand .header-brand-img.logo{display:block}.transparent-mode .footer .social ul li a{background:hsla(0,0%,100%,.1);border:1px solid rgba(0,0,0,.2)}.transparent-mode .ff_fileupload_wrap .ff_fileupload_dropzone{background-color:transparent;border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .ff_fileupload_wrap .ff_fileupload_dropzone:hover{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .ui-timepicker-wrapper{background:var(--transparent-body);border:1px solid hsla(0,0%,100%,.07);box-shadow:0 16px 18px 0 #0e0f2e}.transparent-mode .ui-timepicker-list:hover .ui-timepicker-selected{background:var(--primary-bg-color)}.transparent-mode .ui-timepicker-list li{color:hsla(0,0%,100%,.8)}.transparent-mode .datepicker .datepicker-switch,.transparent-mode .datepicker td,.transparent-mode .datepicker th{color:#dedefd!important}.transparent-mode .datepicker-dropdown.datepicker-orient-top:after,.transparent-mode .datepicker-dropdown.datepicker-orient-top:before{border-top:7px solid rgba(0,0,0,.2)}.transparent-mode .card-pay .tabs-menu li a{background:rgba(0,0,0,.2);border-right:1px solid hsla(0,0%,100%,.12)}.transparent-mode .card-pay .tabs-menu li a.active{background-color:var(--primary-bg-color)}.transparent-mode .SumoSelect>.CaptionCont{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .SumoSelect.disabled>.CaptionCont{background:#22223c;border:1px solid hsla(0,0%,100%,.12);border-radius:0}.transparent-mode .sp-replacer{background:var(--transparent-body);border:1px solid #43435c;color:#fff}.transparent-mode .sp-replacer.sp-active,.transparent-mode .sp-replacer:hover{border-color:#45455f;color:#fff}.transparent-mode .datepicker-dropdown.datepicker-orient-top:after,.transparent-mode .datepicker-dropdown.datepicker-orient-top:before{border-top:7px solid #3e3e50}.transparent-mode .datepicker-dropdown:after,.transparent-mode .datepicker-dropdown:before{border-bottom-color:rgba(0,0,0,.2)}.transparent-mode .datepicker table tr td span.focused,.transparent-mode .datepicker table tr td span:hover{background:rgba(0,0,0,.2)!important;color:#dedefd!important}.transparent-mode .transfer-double{background-color:transparent}.transparent-mode .datepicker table tr td span.new,.transparent-mode .datepicker table tr td span.old{color:#fff}.transparent-mode .transfer-double-content-tabs{border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .transfer-double-content-tabs .tab-item-name.tab-active{background:rgba(0,0,0,.2)}.transparent-mode .transfer-double-list-main::-webkit-scrollbar-track,.transparent-mode .transfer-double-selected-list-main::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}.transparent-mode .transfer-double-content-left,.transparent-mode .transfer-double-content-right{border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .transfer-double-list-footer{border-top:1px solid hsla(0,0%,100%,.12)}.transparent-mode .checkbox-group label:before,.transparent-mode .transfer-double-list-search-input{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .transfer-double-content-param{border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .btn-select-arrow,.transparent-mode .transfer-double-selected-list-search-input{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .btn-select-arrow{color:#dedefd}.transparent-mode .multi-wrapper{border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .multi-wrapper .search-input{background:transparent;border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .multi-wrapper .item-1{background:transparent;color:#dedefd}.transparent-mode .multi-wrapper .item-group-1 .group-label,.transparent-mode .multi-wrapper .selected-wrapper{background:var(--transparent-body)}.transparent-mode .iti input{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.transparent-mode .iti input[type=tel],.transparent-mode .iti input[type=text]{background-color:transparent;border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.transparent-mode .iti__selected-flag{border-right:1px solid hsla(0,0%,100%,.12)}.transparent-mode .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.2);border-top:1px solid hsla(0,0%,100%,.12)}.transparent-mode .iti__country-list{border:1px solid #43435d}.transparent-mode .iti__country-list,.transparent-mode .iti__country.iti__highlight{background-color:var(--transparent-body)}.transparent-mode .iti__divider{border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .multi-wrapper .non-selected-wrapper{background:transparent;border-right:1px solid rgba(0,0,0,.2)}.transparent-mode .SumoSelect.open>.optWrapper{background:rgba(0,0,0,.2)}.transparent-mode .SumoSelect>.optWrapper{border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .SumoSelect>.optWrapper>.options li.opt{border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .SumoSelect>.optWrapper>.options li.opt:hover{background-color:#262641}.transparent-mode .richText{background-color:transparent!important;border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .richText .richText-toolbar{border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .ql-toolbar.ql-snow{border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .ql-toolbar.ql-snow .ql-picker-label{background:transparent;border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .ql-container.ql-snow{border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .ql-snow .ql-toolbar button,.transparent-mode .ql-snow.ql-toolbar button{background:transparent;border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.transparent-mode .ql-snow .ql-toolbar button:last-child,.transparent-mode .ql-snow.ql-toolbar button:last-child{border-right:1px solid hsla(0,0%,100%,.12)}.transparent-mode .sw-theme-dots>ul.step-anchor{background:transparent;border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .sw-theme-dots>ul.step-anchor:before{background-color:var(--transparent-body)}.transparent-mode .sw-theme-dots>ul.step-anchor>li>a:before{background:var(--transparent-body)}.transparent-mode .sw-theme-dots .step-content{background-color:transparent}.transparent-mode .sw-theme-dots .sw-toolbar{background:transparent}.transparent-mode .wizard{background-color:transparent;border:1px solid hsla(0,0%,100%,.2);border-radius:3px}.transparent-mode .wizard>.content{border-bottom:1px solid hsla(0,0%,100%,.12);border-top-color:hsla(0,0%,100%,.2)}.transparent-mode .wizard>.content>.title{color:#dedefd}.transparent-mode .wizard>.actions .disabled a{background-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.62)}.transparent-mode .wizard>.steps .current a .number,.transparent-mode .wizard>.steps .current a:active .number,.transparent-mode .wizard>.steps .current a:hover .number{background-color:var(--primary-bg-color)}.transparent-mode .wizard.vertical>.actions,.transparent-mode .wizard.vertical>.content{border-left:1px solid hsla(0,0%,100%,.12)}.transparent-mode .wizard>.steps .done a .number,.transparent-mode .wizard>.steps .done a:active .number,.transparent-mode .wizard>.steps .done a:hover .number{background-color:#0dcd94}.transparent-mode .wizard>.steps a .number,.transparent-mode .wizard>.steps a:active .number,.transparent-mode .wizard>.steps a:hover .number{background-color:var(--transparent-body);color:#fff}.transparent-mode .cart .input-group-prepend>.btn,.transparent-mode .input-group-append>.btn,.transparent-mode .input-group-btn>.btn{border-color:#4a4a5f}.transparent-mode .custom-select.is-invalid,.transparent-mode .was-validated .custom-select:invalid{background:none}.transparent-mode .icons-list-item{background:transparent;border:1px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.7)}.transparent-mode .btn-white{background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12);color:#dedefd}.transparent-mode .user-social-detail .social-profile{background:rgba(0,0,0,.2)}.transparent-mode .mail-inbox .icons{border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .list-group-transparent .list-group-item{border:0!important}.transparent-mode .acc-header a{background-color:transparent}.transparent-mode .acc-body,.transparent-mode .acc-header a{border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .input-group.input-indec .form-control{border-color:#4d4d61}.transparent-mode .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.transparent-mode .alert-default{background-color:hsla(0,0%,100%,.05)}.transparent-mode .side-menu__item.active{box-shadow:0 7px 12px 0 rgba(0,0,0,.4)}.transparent-mode .side-menu__item:focus{background:hsla(0,0%,100%,.1)!important}.transparent-mode .side-menu__item:focus .side-menu__icon,.transparent-mode .side-menu__item:focus .side-menu__label,.transparent-mode .side-menu__item:hover .side-menu__icon,.transparent-mode .side-menu__item:hover .side-menu__label{color:#dedefd!important}.transparent-mode .header .dropdown-menu .dropdown-item,.transparent-mode .responsive-navbar .dropdown-menu .dropdown-item{border-bottom:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .header .dropdown-menu .dropdown-item:last-child,.transparent-mode .responsive-navbar .dropdown-menu .dropdown-item:last-child{border-bottom:0}.transparent-mode .header .message-menu h5,.transparent-mode .header .notifications-menu h5,.transparent-mode .responsive-navbar .message-menu h5,.transparent-mode .responsive-navbar .notifications-menu h5{color:#dedefd}.transparent-mode .header .message-menu span,.transparent-mode .header .notifications-menu span,.transparent-mode .responsive-navbar .message-menu span,.transparent-mode .responsive-navbar .notifications-menu span{color:#c5c5f9}.transparent-mode .header .profile-1 .dropdown-item .dropdown-icon,.transparent-mode .responsive-navbar .profile-1 .dropdown-item .dropdown-icon{color:#dedefd}.transparent-mode .sidebar .user-pro-body img{background:var(--transparent-body)}.transparent-mode .main-chat-list .media-contact-name span:first-child,.transparent-mode .main-chat-list .media.new .media-contact-name span:first-child,.transparent-mode .main-chat-list .media.selected .media-contact-name span:first-child{color:#dedefd}.transparent-mode .main-chat-list .main-img-user span{box-shadow:0 0 0 2px var(--transparent-body)}.transparent-mode .main-chat-list .media:focus,.transparent-mode .main-chat-list .media:hover{border-bottom:1px solid transparent}.transparent-mode .main-chat-list .media-body p,.transparent-mode .main-chat-list .media.new .media-body p,.transparent-mode .main-chat-list .media.selected .media-body p{color:#a4a4c5}.transparent-mode .main-chat-footer .form-control{background:none;border:0}.transparent-mode #accordion .panel-default>.panel-heading,.transparent-mode .sp-container{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .sp-container{background:var(--transparent-body);box-shadow:0 10px 40px 0 rgba(34,34,61,.8)}.transparent-mode .sp-picker-container{border-left:0}.transparent-mode .SumoSelect>.CaptionCont{color:#9999bf}.transparent-mode .social-login{background:rgba(0,0,0,.2)}.transparent-mode .table-inbox tr td i{color:hsla(0,0%,100%,.2)}.transparent-mode.error-bg{background-color:var(--transparent-body);background-image:url(/static/media/bg1.2a1534e2b0af4ec62728.png);background-position:50%;background-repeat:no-repeat}.transparent-mode .accordion-button:not(.collapsed){background:var(--primary03)}.transparent-mode .accordion-item{background:var(--transparent-body);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .accordion-button{color:#dedefd}.transparent-mode .accordion-item:not(:first-of-type){border-top:0}.transparent-mode .btn-close{color:#a4a4c5}.transparent-mode .table>:not(:last-child)>:last-child>*{border-bottom-color:hsla(0,0%,100%,.2)}.transparent-mode .dropify-wrapper .dropify-message span.file-icon{color:#a4a4c5}.transparent-mode .SumoSelect.open .search-txt{background:rgba(0,0,0,.2);color:#a4a4c5}.transparent-mode .SumoSelect .select-all{background-color:rgba(0,0,0,.2);border-bottom:1px solid hsla(0,0%,100%,.12)}.transparent-mode .SumoSelect>.optWrapper>.MultiControls{background-color:rgba(0,0,0,.2);border-top:1px solid hsla(0,0%,100%,.12)}.transparent-mode .SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#393958}.transparent-mode .form-check-input{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.12)}.transparent-mode .dark-layout{display:none}.transparent-mode .light-layout{display:block}.transparent-mode .apexcharts-canvas line{stroke:hsla(0,0%,100%,.12)}.transparent-mode .sidebar .dropdown-item h6{color:#dedefd}.transparent-mode .bg-patterns{background:url(/static/media/1-dark.134e406b7e6dedc2eb11.png)}.transparent-mode .apexcharts-legend-text{color:#dedefd!important}.transparent-mode .apexcharts-tooltip.apexcharts-theme-light{background:rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.2);box-shadow:2px 2px 6px -4px var(--transparent-body)}.transparent-mode .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title{background:var(--primary-bg-color);border-bottom:1px solid rgba(0,0,0,.2)}.transparent-mode .apexcharts-xaxistooltip{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .apexcharts-xaxistooltip-bottom:after,.transparent-mode .apexcharts-xaxistooltip-bottom:before{border-bottom-color:rgba(0,0,0,.2)}.transparent-mode .list-group .list-contact-icons{background:rgba(0,0,0,.2)}.transparent-mode .chat-left .main-msg-wrapper:first-child:before{border-bottom:8px solid var(--transparent-body)!important}.transparent-mode .main-chat-header .nav-link{color:#a8afc7}.transparent-mode .main-chat-msg-name small{color:#dedefd}.transparent-mode .breadcrumb-item1 a,.transparent-mode .breadcrumb-item2 a{color:#a4a4c5}.transparent-mode .cal1 .clndr .clndr-table .header-days .header-day{border:1px solid #45455f;color:#fff}.transparent-mode .cal1 .clndr .clndr-table .header-days{background:rgba(0,0,0,.2)}.transparent-mode .cal1 .clndr .clndr-table tr .day.my-today,.transparent-mode .cal1 .clndr .clndr-table tr .day.today{background:rgba(0,0,0,.2);color:#dedefd}.transparent-mode .fc-theme-standard .fc-list-day-cushion .fc-list-day-side-text,.transparent-mode .fc-theme-standard .fc-list-day-cushion .fc-list-day-text{color:#dedef7!important}.transparent-mode .btn-default-light{background:rgba(246,244,251,.329);border-color:#717087;color:#292828}.transparent-mode .panel-title1 a{background:var(--transparent-body)!important;color:#dedefd!important}.transparent-mode .accordionjs .acc_section.acc_active>.acc_head{background:var(--transparent-body);color:#dedefd!important}.transparent-mode .side-menu__item.active:focus,.transparent-mode .side-menu__item.active:hover{background:linear-gradient(to bottom right,var(--primary-bg-color) 0,var(--primary06) 100%)!important;color:#fff}.transparent-mode .ql-snow .ql-picker-options{background-color:var(--transparent-body)}.transparent-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.transparent-mode .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:hsla(0,0%,100%,.2)}.transparent-mode .ql-snow .ql-stroke{stroke:#dedefd}.transparent-mode .Relatedpost.nested-media .media.media-lg .media-body p{color:#b8b8d5}.transparent-mode :focus-visible{outline:0 auto -webkit-focus-ring-color}.transparent-mode .dropify-wrapper:hover{background-image:linear-gradient(-45deg,var(--transparent-body) 25%,transparent 25%,transparent 50%,var(--transparent-body) 50%,var(--transparent-body) 75%,transparent 75%,transparent)}.transparent-mode .apexcharts-theme-light .apexcharts-menu-icon:hover svg,.transparent-mode .apexcharts-theme-light .apexcharts-reset-icon:hover svg,.transparent-mode .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.transparent-mode .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.transparent-mode .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.transparent-mode .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg{fill:#fff}.transparent-mode .app-header .header-right-icons .nav-link.icon:hover{background:transparent!important}.transparent-mode .slide-item,.transparent-mode .sub-side-menu__item,.transparent-mode .sub-side-menu__item2,.transparent-mode .sub-slide-item,.transparent-mode .sub-slide-item2{color:#dedefd}.transparent-mode .slide-item:before,.transparent-mode .sub-side-menu__item2:before,.transparent-mode .sub-side-menu__item:before,.transparent-mode .sub-slide-item2:before,.transparent-mode .sub-slide-item:before{color:hsla(0,0%,100%,.6)!important}.transparent-mode .header.sticky.stickyClass{background-color:var(--primary-bg-color);box-shadow:0 8px 16px 0 rgba(0,0,0,.3)!important}@supports((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.transparent-mode .header.sticky.stickyClass{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:transparent!important}}.transparent-mode .app-sidebar.sidemenu-scroll .side-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.transparent-mode .apex-charts text{fill:#dedefd}.transparent-mode .apexcharts-radialbar-track.apexcharts-track path{stroke:rgba(0,0,0,.2)}.transparent-mode .apexcharts-menu-icon svg,.transparent-mode .apexcharts-reset-icon svg,.transparent-mode .apexcharts-zoom-icon svg,.transparent-mode .apexcharts-zoomin-icon svg,.transparent-mode .apexcharts-zoomout-icon svg{fill:var(--primary-bg-color)}.transparent-mode .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #dedefd}.transparent-mode .layout-setting,.transparent-mode .menu-style{display:none}@media(min-width:992px){.transparent-mode.horizontal .horizontal-main .slide .slide-menu,.transparent-mode.horizontal .horizontal-main .slide .sub-slide-menu,.transparent-mode.horizontal .horizontal-main .slide .sub-slide-menu2{background-color:var(--transparent-body);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 10px 15px rgba(0,0,0,.5)!important}.transparent-mode.horizontal .slide-menu a:before,.transparent-mode.horizontal .slide-menu li .slide-item:before{color:#a4a4c5}.transparent-mode.horizontal .side-menu>li>a{color:#dedefd}.transparent-mode.horizontal .side-menu__item.active,.transparent-mode.horizontal .side-menu__item.active .side-menu__icon,.transparent-mode.horizontal .side-menu__item:focus,.transparent-mode.horizontal .side-menu__item:hover{color:#fff!important}.transparent-mode.horizontal .logo-horizontal .header-brand-img.desktop-logo{display:block}.transparent-mode.horizontal .logo-horizontal .header-brand-img.light-logo1{display:none}.transparent-mode.horizontal .sub-side-menu__item,.transparent-mode.horizontal .sub-side-menu__item2,.transparent-mode.horizontal .sub-slide-item,.transparent-mode.horizontal .sub-slide-item2{color:#dedefd}.transparent-mode.horizontal .side-menu__item.active:focus,.transparent-mode.horizontal .side-menu__item.active:hover{background:rgba(0,0,0,.2)!important;box-shadow:none}.transparent-mode.horizontal .horizontal-main{box-shadow:none}.transparent-mode.horizontal .horizontal-main.fixed-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 8px 16px 0 rgba(0,0,0,.6)}.transparent-mode.horizontal .side-menu__item.active .side-menu__label{color:#fff!important}.transparent-mode.horizontal .side-menu__item.active{box-shadow:none}.transparent-mode .main-sidemenu .slide-left,.transparent-mode .main-sidemenu .slide-right{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .main-sidemenu .slide-left svg,.transparent-mode .main-sidemenu .slide-right svg{fill:#dedefd}.transparent-mode.sidenav-toggled.sidenav-toggled-open .app-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.transparent-mode.sidenav-toggled.sidenav-toggled-open.sidebar-mini .app-sidebar .side-header .header-brand-img.desktop-logo{display:block}.transparent-mode.sidenav-toggled.sidenav-toggled-open.sidebar-mini .app-sidebar .side-header .header-brand-img.light-logo1{display:none!important}.transparent-mode .sidenav-toggled .side-header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.transparent-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar{backdrop-filter:inherit;-webkit-backdrop-filter:inherit}.transparent-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open .first-sidemenu,.transparent-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open .main-sidemenu,.transparent-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open .resp-vtabs ul.resp-tabs-list,.transparent-mode.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}}@media(max-width:991px){.transparent-mode .responsive-logo .mobile-logo.dark-logo-1{display:block;margin:0 auto}.transparent-mode .responsive-logo .mobile-logo.logo-1{display:none}.transparent-mode.horizontal .header.hor-header{border-bottom:1px solid hsla(0,0%,100%,.2)}.transparent-mode .vtimeline .timeline-wrapper .timeline-panel:after{border-left:0 solid hsla(0,0%,100%,.05)!important;border-right:14px solid hsla(0,0%,100%,.05)!important}.transparent-mode .header-right-icons .nav-link.icon{border-color:hsla(0,0%,100%,.2)}.transparent-mode .responsive-navbar .navbar-collapse .header-search{background-color:var(--transparent-body)}.transparent-mode .responsive-navbar.navbar .navbar-collapse{background:var(--transparent-body);box-shadow:0 12px 11px -3px rgba(0,0,0,.5)}.transparent-mode .app-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);top:74px}.transparent-mode .side-menu{padding:0 15px 0 0!important}}.rtl.transparent-mode .app-sidebar,.rtl.transparent-mode .side-header{border-left:1px solid hsla(0,0%,100%,.2);border-right:inherit}.rtl.transparent-mode .activity-blog:before,.rtl.transparent-mode .task-list:before{border-left:inherit;border-right:1px solid hsla(0,0%,100%,.12)}.rtl.transparent-mode .cal1 .clndr .clndr-table tr .day{border-right:1px solid hsla(0,0%,100%,.2)}@media(min-width:576px){.rtl.transparent-mode .wizard.vertical>.actions{border-left:1px solid hsla(0,0%,100%,.2);border-right:inherit}}.rtl.transparent-mode .tree ul:before,.rtl.transparent-mode .wizard.vertical>.actions,.rtl.transparent-mode .wizard.vertical>.content{border-left:inherit;border-right:1px solid hsla(0,0%,100%,.12)}.rtl.transparent-mode .card-pay .tabs-menu li a{border-left:1px solid hsla(0,0%,100%,.12);border-right:inherit}.rtl.transparent-mode .bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.rtl.transparent-mode .bs-popover-end .popover-arrow:before{border-left-color:hsla(0,0%,100%,.2);border-right-color:inherit}.rtl.transparent-mode .bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.rtl.transparent-mode .bs-popover-end .popover-arrow:after{border-left-color:var(--transparent-body);border-right-color:inherit}.rtl.transparent-mode .bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.rtl.transparent-mode .bs-popover-start .popover-arrow:after{border-left-color:inherit;border-right-color:var(--transparent-body)}.rtl.transparent-mode .bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.rtl.transparent-mode .bs-popover-start .popover-arrow:before{border-left-color:inherit;border-right-color:hsla(0,0%,100%,.2)}.rtl.transparent-mode .iti__selected-flag{border-left-color:hsla(0,0%,100%,.12)}.rtl.transparent-mode .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after{border-left-width:14px!important;border-right-width:0!important;left:auto;right:-14px}@media(max-width:991px){.rtl.transparent-mode .vtimeline .timeline-wrapper .timeline-panel:after{border-left:14px solid hsla(0,0%,100%,.05)!important;border-right:0 solid hsla(0,0%,100%,.05)!important}.rtl.transparent-mode .side-menu{padding:0 0 0 15px!important}}.transparent-mode.rtl .vtimeline .timeline-wrapper .timeline-panel:after{border-left:0 solid hsla(0,0%,100%,.05);border-right:14px solid hsla(0,0%,100%,.05)}@media(max-width:768px){.transparent-mode .richText .richText-toolbar ul li a{border-bottom:1px solid hsla(0,0%,100%,.12)}}@media(min-width:992px){.transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu,.transparent-mode.hover-submenu1.sidebar-mini.sidenav-toggled .slide-menu{background-color:var(--transparent-body)}.transparent-mode.hover-submenu .sticky.stickyClass .side-header,.transparent-mode.hover-submenu1 .sticky.stickyClass .side-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}}.transparent-mode.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo,.transparent-mode.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.desktop-logo{display:none!important}.transparent-mode.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,.transparent-mode.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo{display:block!important}.transparent-mode.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1,.transparent-mode.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1{border-bottom-color:hsla(0,0%,100%,.2)}.transparent-mode.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a,.transparent-mode.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu-label1 a{color:#dedefd}@media(min-width:1400px){body.transparent-mode.layout-boxed{background:var(--transparent-body)}body.transparent-mode.layout-boxed .page{background:var(--transparent-body);box-shadow:0 5px 0 0 rgba(0,0,0,.5),0 5px 25px 0 rgba(0,0,0,.5)}body.transparent-mode.layout-boxed.bg-img1 .page{background:url(/static/media/bg-img1.3a2cf61fc21108dc509d.jpg);background-attachment:fixed;background-blend-mode:overlay;background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";left:0;right:0;top:0}body.transparent-mode.layout-boxed.bg-img2 .page{background:url(/static/media/bg-img2.7fa11f7c16ced5a49377.jpg);background-attachment:fixed;background-blend-mode:overlay;background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";left:0;right:0;top:0}body.transparent-mode.layout-boxed.bg-img3 .page{background:url(/static/media/bg-img3.69284a5dea27ce25254f.jpg);background-attachment:fixed;background-blend-mode:overlay;background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";left:0;right:0;top:0}body.transparent-mode.layout-boxed.bg-img4 .page{background:url(/static/media/bg-img4.5f4b63317bf827a0db69.jpg);background-attachment:fixed;background-blend-mode:overlay;background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";left:0;right:0;top:0}}@media(max-width:360px){.transparent-mode .app-sidebar{top:72px}}.transparent-mode .info .princing-item .list-group-item:first-child,.transparent-mode .primary .princing-item .list-group-item:first-child,.transparent-mode .secondary .princing-item .list-group-item:first-child,.transparent-mode .success .princing-item .list-group-item:first-child{color:#000}.transparent-mode .list-icon:before{border:1px solid hsla(0,0%,100%,.4)}.transparent-mode.rtl .border-end-0{border-right:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode.rtl .border-start-0{border-left:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .owl-nav button{background:rgba(0,0,0,.2)!important;border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .file-image-1,.transparent-mode .tag-outline{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .file-image-1 .file-name-1{color:hsla(0,0%,100%,.4)}.transparent-mode .optionListContainer.displayBlock ul li:hover{background-color:rgba(0,0,0,.2);color:#fff}.transparent-mode .w-color-editable-input input{color:#fff}.transparent-mode .error-bg{background-color:var(--transparent-body);background-image:url(/static/media/bg1.2a1534e2b0af4ec62728.png);background-position:50%;background-repeat:no-repeat}.logo a img{display:none}.bg_dark{background:#0a080e;color:#fff}.styleswitch.layoutswitch{background:none repeat scroll 0 0 #f4f4f4;border:none!important;color:#fff!important;display:inline-block;height:auto;margin:3px 0;padding:2px;text-align:center;text-decoration:none!important;text-transform:uppercase;transition:all .3s ease-out;width:100%}.styleswitch.layoutswitch:hover{background:#000!important}.styleswitch{background-color:#e425e9;border-radius:5px;display:inline-block;height:25px;margin:4px 8px;width:25px}.styleswitch:active,.styleswitch:focus{border:5px solid #000}#switcher-body .container{background:#fff;border:1px solid #dedede;margin:50px auto;padding:40px}.switcher{height:50px;width:50px}.demo_changer{font-weight:400!important;height:100%;position:fixed;right:-270px;z-index:99999}.purchase{color:#4bacc6;text-decoration:underline}.demoPanel{position:relative}.evo-pop{padding:3px 3px 0;width:204px}.evo-pop-ie{padding:3px;width:212px;z-index:10000}.evo-palette td{border:1px solid silver;cursor:pointer;font-size:1px;padding:7px}.evo-palette tr.top td{border-bottom:0}.evo-palette tr.in td{border-bottom:0;border-top:0}.evo-palette tr.bottom td{border-top:0}.evo-palette div.sep{height:3px}.evo-palette,.evo-palette-ie{border-collapse:initial;border-collapse:expression("separate",cellSpacing="2px");border-spacing:4px 0}.evo-palette th,.evo-palette-ie th{background:transparent!important;border:0;font-weight:400;padding:5px 3px;text-align:left}.evo-palette-ie td{border:1px solid silver;cursor:pointer;font-size:1px;padding:7px}.evo-palette2,.evo-palette2-ie{border-collapse:collapse;margin:auto}.evo-palette2 td,.evo-palette2-ie td{cursor:pointer;font-size:1px}.evo-palette2 td{padding:6px 7px}.evo-palette2-ie td{padding:5px}.evo-palcenter{padding:5px;text-align:center}.evo-colorind,.evo-colorind-ff,.evo-colorind-ie{float:right}.evo-colorind{position:relative;top:2px}.evo-colorind-ie{position:relative;top:-23px}.evo-colorbox-ie{font-size:8px;padding:3px 9px!important}.evo-colortxt-ie{position:relative;top:-6px}.evo-cHist:after,.evo-color span:after,.evo-colorind-ff:after,.evo-colorind-ie:after,.evo-colorind:after,.evo-pop-ie:after,.evo-pop:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden}.evo-color{padding:1px 3px 0 4px;width:94px}.evo-color div{border-bottom:1px solid gray;border-right:1px solid gray;border-color:gray silver silver gray;border-style:solid;border-width:1px;float:left;height:10px;margin-bottom:5px;padding:3px;width:10px}.evo-color span{float:left;font-size:15px;margin:1px 0 4px 3px}.evo-sep{font-size:0;height:10px}.evo-more{font-size:smaller;padding:4px 5px}.evo-cHist{padding:3px}.evo-cHist div{border:1px solid silver;cursor:pointer;float:left;height:10px;margin:5px;padding:3px;width:10px}a.evo-hist{margin-left:6px}.evo-pointer{cursor:pointer}.evo-pop{background:#fff;border:1px solid #dedede;padding:10px!important;width:225px!important;z-index:10000}.evo-colorind,.evo-colorind-ff,.evo-colorind-ie{border:1px solid #c3c3c3;height:20px;position:absolute;right:5px;top:11px;width:20px}.demo_changer p{margin:10px 0}.demo_changer .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background:#fff}.demo_changer .btn:active,.demo_changer .btn:focus,.demo_changer .btn:hover,.demo_changer .button:active,.demo_changer .button:focus,.demo_changer .button:hover,.demo_changer select:active,.demo_changer select:focus,.demo_changer select:hover{box-shadow:none!important}.demo_changer .button{background-image:none;background:#fff;border:1px solid #ddd;border-radius:3px;cursor:pointer;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857;margin-bottom:0;padding:6px 12px;text-align:center;-moz-user-select:none;vertical-align:middle;white-space:nowrap;width:145px!important}.demo_changer .img-thumbnail{background-color:#fff;border:1px solid #ddd;height:35px;margin-bottom:5px;padding:2px;width:46%!important}.demo_changer img{background:#fff;border:1px solid #f4f7fe;border-radius:8px;height:50px;margin:2px;width:50px}.demo_changer hr{border-color:#e0e0e0}.demo_changer,.demo_changer p{color:#263871!important}.demo_changer h4{background:#ebeff8;border-bottom:1px solid #e9ebfa;border-top:1px solid #e9ebfa;font-size:14px;font-weight:600;margin:10px 0!important;padding:10px;text-align:left;text-transform:uppercase}.demo_changer i{color:#fff;font-size:21px;margin-top:10px}.demo_changer .demo-icon{border-radius:5px 0 0 5px!important;cursor:pointer;float:left;height:40px;line-height:38px;padding:2px;position:relative;text-align:center;top:17rem;width:40px}@media(max-width:992px){.demo_changer .form_holder{height:100vh}}@media(min-width:992px){.demo_changer .form_holder{height:100vh}}.demo_changer .form_holder{background:#fff;border-left:1px solid #e9ebfa;border-radius:0;box-shadow:0 8px 14.72px 1.28px hsla(240,2%,52%,.2);cursor:pointer;float:right;font-size:12px;padding:0 7px;width:270px}.demo_changer .form_holder p{font-size:12px}.color_display_2{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3),inset 0 0 2px hsla(0,0%,100%,.3),0 1px 2px rgba(0,0,0,.29);clear:both;color:#fff;display:inline-block;font-size:12px;height:31px;margin-bottom:7px;padding:4px 10px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.3);text-transform:uppercase;width:31px!important}.color_display_2 a{color:#fff;text-decoration:none}.color_display_2 a:focus,.color_display_2 a:hover{color:#ededed!important;text-decoration:none}.demoPanel{margin:0;padding:0;width:125px}.predefined_styles{padding:0 5px;text-align:center}@media only screen and (min-width:768px){.demo_changer{top:0}.demo_changer .demo-icon{height:40px;width:40px}.demo_changer i{font-size:17px}}@media only screen and (max-width:768px){.demo_changer{top:0}.demo_changer i{font-size:21px;margin-top:8px}.demo_changer .demo-icon{height:40px;width:40px}.demo_changer{display:block}}.bootstrap-select.show-menu-arrow.open>.btn{z-index:2051}.bootstrap-select .btn:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.btn-group .btn .filter-option{left:12px;overflow:hidden;position:absolute;right:25px;text-align:left}.bootstrap-select.btn-group .btn .caret{margin-top:-2px;position:absolute;right:12px;top:50%;vertical-align:middle}.bootstrap-select.btn-group .dropdown-menu li.disabled>a,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:none!important}.bootstrap-select.btn-group[class*=span] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{box-sizing:border-box;min-width:100%}.bootstrap-select.btn-group .dropdown-menu.inner{border:0;border-radius:0;box-shadow:none;margin:0;padding:0;position:static}.bootstrap-select.btn-group .dropdown-menu dt{cursor:default;display:block;padding:3px 20px}.bootstrap-select.btn-group .div-contain{overflow:hidden}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li>a.opt{padding-left:35px;position:relative}.bootstrap-select.btn-group .dropdown-menu li>a{cursor:pointer}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{display:inline-block;margin-top:2.5px;position:absolute;right:15px}.bootstrap-select.btn-group .dropdown-menu li a i.check-mark{display:none}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled)>a small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small{color:#64b1d8;color:hsla(0,0%,100%,.4)}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:400}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;bottom:-4px;content:"";display:inline-block;display:none;left:9px;position:absolute}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;bottom:-4px;content:"";display:inline-block;display:none;left:10px;position:absolute}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{border-bottom:0;border-top:7px solid rgba(0,0,0,.2);bottom:auto;top:-3px}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{border-bottom:0;border-top:6px solid #fff;bottom:auto;top:-3px}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{left:auto;right:12px}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{left:auto;right:13px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bootstrap-select.btn-group .no-results{background:#f5f5f5;margin:0 5px;padding:3px}.mobile-device{display:block!important;height:100%!important;left:0;opacity:0;position:absolute;top:0;width:100%}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{margin-top:-1px;position:static;top:auto}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select-searchbox{padding:4px 8px}.bootstrap-select-searchbox input{margin-bottom:0}.dark-mode .dark-switcher{display:none!important}.dark-mode .light-switcher{display:flex!important}.light-switcher{display:none!important}.switch-buttons{margin-bottom:0}.switch-buttons li{float:left;width:50%}.switch-buttons span{font-size:12px;font-weight:500}.swticher-link{height:100%;left:0;position:absolute;right:0;width:100%}.demo_changer .switch_section p{margin:0}.custom-layout{color:#fff;position:absolute;right:50px;top:50px;z-index:1}.custom-layout .nav-link.icon i{color:#fff!important}.custom-layout .nav-link.icon{border-radius:10px}.bg-img1 .form_holder{background:url(/static/media/bg-img1.3a2cf61fc21108dc509d.jpg)!important;background-position:50%;background-repeat:no-repeat;background-size:cover!important}.bg-img2 .form_holder{background:url(/static/media/bg-img2.7fa11f7c16ced5a49377.jpg)!important;background-position:50%;background-repeat:no-repeat;background-size:cover!important}.bg-img3 .form_holder{background:url(/static/media/bg-img3.69284a5dea27ce25254f.jpg)!important;background-position:50%;background-repeat:no-repeat;background-size:cover!important}.bg-img4 .form_holder{background:url(/static/media/bg-img4.5f4b63317bf827a0db69.jpg)!important;background-position:50%;background-repeat:no-repeat;background-size:cover!important}.transparent-mode .custom-layout .nav-link.icon i{color:#fff!important}.transparent-mode.bg-img1 .login-img,.transparent-mode.bg-img2 .login-img,.transparent-mode.bg-img3 .login-img,.transparent-mode.bg-img4 .login-img{background:none}.custom-layout .nav-link.icon{background:hsla(0,0%,100%,.08);box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)}.dark-mode .demo_changer img,.transparent-mode .demo_changer img{background-color:transparent;border:1px solid hsla(0,0%,100%,.5)}.switch_section .switch-toggle input{background-color:transparent;border:none}.dark-mode .onoffswitch2-label:before,.transparent-mode .onoffswitch2-label:before{background:#d3d3d3}.dark-mode .onoffswitch2-label,.transparent-mode .onoffswitch2-label{background-color:rgba(0,0,0,.2)}.bgimg-style img{background:#fff;border:1px solid #f4f7fe;border-radius:8px;height:50px;margin:2px;width:50px}.dark-mode .bgimg-style img,.transparent-mode .bgimg-style img{background-color:transparent;border:1px solid hsla(0,0%,100%,.5)}.switcher{border:0 solid #000;border-radius:5px;display:inline-block;height:40px!important;margin:4px 8px;width:30px!important}.swichermainleft{float:left;margin:0;padding:0;width:100%}.colorcode{border-radius:5px;cursor:pointer;display:inline-block;height:25px;margin:4px 8px;width:25px}.color1{background:#8667ff!important}.color2{background:#824bab!important}.color3{background:#1b9783!important}.color4{background:#4680ff!important}.color5{background:#e65145!important}.onoffswitch{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:30px}.onoffswitch-checkbox{display:none}.onoffswitch-label{background-color:#fff;cursor:pointer;height:15px;line-height:16px;overflow:hidden;padding:0;transition:background-color .3s ease-in}.onoffswitch-label,.onoffswitch-label:before{border:1px solid #ccc;border-radius:15px;display:block}.onoffswitch-label:before{background:#fff;bottom:0;content:"";height:16px;margin:0;position:absolute;right:13px;top:0;transition:all .3s ease-in 0s;width:17px}.onoffswitch-checkbox:checked+.onoffswitch-label{background-color:#0fa751}.onoffswitch-checkbox:checked+.onoffswitch-label,.onoffswitch-checkbox:checked+.onoffswitch-label:before{border-color:#0fa751}.onoffswitch-checkbox:checked+.onoffswitch-label:before{right:0}.onoffswitch2{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:30px}.onoffswitch2-checkbox{display:none}.onoffswitch2-label{background-color:#fff;cursor:pointer;height:15px;line-height:16px;overflow:hidden;padding:0;transition:background-color .3s ease-in}.onoffswitch2-label,.onoffswitch2-label:before{border:1px solid #ccc;border-radius:15px;display:block}.onoffswitch2-label:before{background:#fff;bottom:0;content:"";height:16px;margin:0;position:absolute;right:13px;top:0;transition:all .3s ease-in 0s;width:17px}.onoffswitch2-checkbox:checked+.onoffswitch2-label{background-color:#6259ca}.onoffswitch2-checkbox:checked+.onoffswitch-label2,.onoffswitch2-checkbox:checked+.onoffswitch2-label:before{border-color:#6259ca}.onoffswitch2-checkbox:checked+.onoffswitch2-label:before{right:0}.onoffswitch3{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;width:30px}.onoffswitch3-checkbox{display:none}.onoffswitch3-label{background-color:#fff;cursor:pointer;height:15px;line-height:16px;overflow:hidden;padding:0;transition:background-color .3s ease-in}.onoffswitch3-label,.onoffswitch3-label:before{border:1px solid #ccc;border-radius:15px;display:block}.onoffswitch3-label:before{background:#fff;bottom:0;content:"";height:16px;margin:0;position:absolute;right:13px;top:0;transition:all .3s ease-in 0s;width:17px}.onoffswitch3-checkbox:checked+.onoffswitch3-label{background-color:#0fa751}.onoffswitch3-checkbox:checked+.onoffswitch-label3,.onoffswitch3-checkbox:checked+.onoffswitch3-label:before{border-color:#0fa751}.onoffswitch3-checkbox:checked+.onoffswitch3-label:before{right:0}.switch-toggle{font-size:15px;padding:3px 0}.full-width .container{max-width:inherit!important;transition:all .5s ease;width:95%!important}.unbox{margin:0}.switch_section{font-size:1.1em;height:auto;list-style:none;margin:0 auto;padding:0 22px;width:100%}a.switcher-style{background-color:#f8f6fb;border:1px solid #e3dfe8;color:#000;display:block;font-size:14px;margin-bottom:8px;padding:6px 20px}a.switcher-style.active{background-color:#2205bf;color:#fff}.wscolorcode.color{border-radius:5px;display:inline-block;height:30px;margin:4px 8px;width:30px}.button-image{background:#fff;border:3px solid #f4f7fe;border-radius:8px;box-shadow:0 5px 6px rgba(6,10,48,.1);height:70px;margin:3px 3px 5px;width:90px}.bg-hor1,.bg-hor10,.bg-hor11,.bg-hor2,.bg-hor3,.bg-hor4,.bg-hor5,.bg-hor6,.bg-hor7,.bg-hor8,.bg-hor9,.bg-left1,.bg-left2,.bg1,.bg2,.bg3,.bg4,.bg5,.bg6,.bg7,.bg8,.bg9{background-repeat:no-repeat}.dark-mode .dark-bg,.light-bg{display:none!important}.dark-mode .light-bg{display:block!important}.dark-mode .dark-bgmenu{display:none!important}.dark-mode .bg_dark{background:#fff}.dark-mode .demo_changer i{color:#000}.leftmenu-bgimage .bg9{border:2px solid #04b372}.leftmenu-bgimage .bg9:after{border-color:#04b372 #04b372 transparent;border-style:solid;border-width:0 35px 35px 0;content:"";display:block;height:20px;line-height:17px;position:absolute;right:19px;top:4px;width:20px}.leftmenu-bgimage .bg9:before{color:#fff;content:"✓";font-size:14px;position:absolute;right:22px;top:4px;z-index:999}.bg-laybx,.bg-layf,.bg-sided,.bg-sideicon,.bg-sideictxt{background-repeat:no-repeat}.switcher-demo .demo_changer{z-index:9}.light-mode.bg-img1 .form_holder,.light-mode.bg-img2 .form_holder,.light-mode.bg-img3 .form_holder,.light-mode.bg-img4 .form_holder{background:#fff!important}.dark-mode.bg-img1 .form_holder,.dark-mode.bg-img2 .form_holder,.dark-mode.bg-img3 .form_holder,.dark-mode.bg-img4 .form_holder{background:#30304d!important}.swal2-popup.swal2-toast{background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;overflow-y:hidden;padding:1em;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{font-size:1em;margin:.5em 1em;padding:0;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{font-size:1em;height:2em;margin:.5em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{font-size:.8em;margin:.5em 0 0;padding:.5em 0 0}.swal2-popup.swal2-toast .swal2-close{align-self:center;font-size:2em;grid-column:3/3;grid-row:1/99;height:.8em;margin:0;width:.8em}.swal2-popup.swal2-toast .swal2-html-container{font-size:1em;margin:.5em 1em;padding:0;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{align-self:center;grid-column:1;grid-row:1/99;height:2em;margin:.25em;width:2em}.swal2-popup.swal2-toast .swal2-icon{align-self:center;grid-column:1;grid-row:1/99;height:2em;margin:0 .5em 0 0;min-width:2em;width:2em}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{align-items:center;display:flex;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{height:2em;width:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;justify-content:flex-start;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{font-size:1em;margin:.25em .5em;padding:.4em .6em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:3em;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:1.6em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:4em 0 0 4em;left:-.5em;top:-.8em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:2em 2em;transform-origin:2em 2em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 4em 4em 0;left:.9375em;top:-.25em;-webkit-transform-origin:0 1.5em;transform-origin:0 1.5em}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{height:2em;width:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{height:2.6875em;left:.4375em;top:0;width:.4375em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{left:.1875em;top:1.125em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{right:.1875em;top:.9375em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{-webkit-overflow-scrolling:touch;bottom:0;box-sizing:border-box;display:grid;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto) minmax(-webkit-min-content,auto);grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;left:0;overflow-x:hidden;padding:.625em;position:fixed;right:0;top:0;transition:background-color .1s;z-index:1060}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:transparent!important}.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{align-self:start;grid-column:2;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{align-self:start;grid-column:3;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{align-self:center;grid-row:2}.swal2-container.swal2-center>.swal2-popup{align-self:center;grid-column:2;grid-row:2;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{align-self:center;grid-column:3;grid-row:2;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{align-self:end;grid-column:1;grid-row:3}.swal2-container.swal2-bottom>.swal2-popup{align-self:end;grid-column:2;grid-row:3;justify-self:center}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{align-self:end;grid-column:3;grid-row:3;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{align-self:stretch;grid-row:1/4}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{background:#fff;border:none;border-radius:5px;box-sizing:border-box;color:#545454;display:none;font-family:inherit;font-size:1rem;grid-template-columns:minmax(0,100%);max-width:100%;padding:0 0 1.25em;position:relative;width:32em}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{word-wrap:break-word;color:inherit;font-size:1.875em;font-weight:600;margin:0;max-width:100%;padding:.8em 1em 0;position:relative;text-align:center;text-transform:none}.swal2-actions{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;margin:1.25em auto 0;padding:0;width:auto;z-index:1}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{align-items:center;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-color:#2778c4 transparent;border-radius:100%;border-style:solid;border-width:.25em;display:none;height:2.2em;justify-content:center;margin:0 1.875em;width:2.2em}.swal2-styled{box-shadow:0 0 0 3px transparent;font-weight:500;margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{background:initial;background-color:#7066e0;border:0;border-radius:.25em;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}.swal2-styled.swal2-deny{background:initial;background-color:#dc3741;border:0;border-radius:.25em;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-styled.swal2-cancel{background:initial;background-color:#6e7881;border:0;border-radius:.25em;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px hsla(208,8%,47%,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:none}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{border-top:1px solid #eee;color:inherit;font-size:1em;justify-content:center;margin:1em 0 0;padding:1em 1em 0}.swal2-timer-progress-bar-container{border-bottom-left-radius:5px;border-bottom-right-radius:5px;bottom:0;grid-column:auto!important;left:0;overflow:hidden;position:absolute;right:0}.swal2-timer-progress-bar{background:rgba(0,0,0,.2);height:.25em;width:100%}.swal2-image{margin:2em auto 1em;max-width:100%}.swal2-close{align-items:center;background:transparent;border:none;border-radius:5px;color:#ccc;cursor:pointer;font-family:serif;font-family:monospace;font-size:2.5em;height:1.2em;justify-content:center;justify-self:end;margin-bottom:-1.2em;margin-right:0;margin-top:0;overflow:hidden;padding:0;transition:color .1s,box-shadow .1s;width:1.2em;z-index:2}.swal2-close:hover{background:transparent;color:#f27474;-webkit-transform:none;transform:none}.swal2-close:focus{box-shadow:inset 0 0 0 3px rgba(100,150,200,.5);outline:none}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{word-wrap:break-word;color:inherit;font-size:1.125em;font-weight:400;justify-content:center;line-height:normal;margin:1em 1.6em .3em;overflow:auto;padding:0;text-align:center;word-break:break-word;z-index:1}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 3px}.swal2-file,.swal2-input,.swal2-textarea{background:transparent;border:1px solid #d9d9d9;border-radius:.1875em;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;box-sizing:border-box;color:inherit;font-size:1.125em;transition:border-color .1s,box-shadow .1s;width:auto}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5);outline:none}.swal2-file::-webkit-input-placeholder,.swal2-input::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{background:#fff;margin:1em 2em 3px}.swal2-range input{width:80%}.swal2-range output{color:inherit;font-weight:600;text-align:center;width:20%}.swal2-range input,.swal2-range output{font-size:1.125em;height:2.625em;line-height:2.625em;padding:0}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{background:transparent;font-size:1.125em;margin-left:auto;margin-right:auto;width:75%}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{background:transparent;color:inherit;font-size:1.125em;max-width:100%;min-width:50%;padding:.375em .625em}.swal2-checkbox,.swal2-radio{align-items:center;background:#fff;color:inherit;justify-content:center}.swal2-checkbox label,.swal2-radio label{font-size:1.125em;margin:0 .6em}.swal2-checkbox input,.swal2-radio input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;justify-content:center;margin:1em 0 0;overflow:hidden;padding:.625em}.swal2-validation-message:before{background-color:#f27474;border-radius:50%;color:#fff;content:"!";display:inline-block;font-weight:600;height:1.5em;line-height:1.5em;margin:0 .625em;min-width:1.5em;text-align:center;width:1.5em}.swal2-icon{border:.25em solid #000;border-radius:50%;box-sizing:initial;cursor:default;font-family:inherit;height:5em;justify-content:center;line-height:5em;margin:2.5em auto .6em;position:relative;-webkit-user-select:none;user-select:none;width:5em}.swal2-icon .swal2-icon-content{align-items:center;display:flex;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{flex-grow:1;position:relative}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .5s;animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-i-mark .8s;animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{-webkit-animation:swal2-animate-question-mark .8s;animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:7.5em;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:3.75em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:7.5em 0 0 7.5em;left:-2.0635em;top:-.4375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:3.75em 3.75em;transform-origin:3.75em 3.75em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 7.5em 7.5em 0;left:1.875em;top:-.6875em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 3.75em;transform-origin:0 3.75em}.swal2-icon.swal2-success .swal2-success-ring{border:.25em solid hsla(98,55%,69%,.3);border-radius:50%;box-sizing:initial;height:100%;left:-.25em;position:absolute;top:-.25em;width:100%;z-index:2}.swal2-icon.swal2-success .swal2-success-fix{height:5.625em;left:1.625em;position:absolute;top:.5em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.4375em;z-index:1}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#a5dc86;border-radius:.125em;display:block;height:.3125em;position:absolute;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{left:.8125em;top:2.875em;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:1.5625em}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{right:.5em;top:2.375em;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:2.9375em}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;background:transparent;flex-wrap:wrap;font-weight:600;margin:1.25em auto;max-width:100%;padding:0}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{background:#2778c4;border-radius:2em;color:#fff;flex-shrink:0;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{background:#2778c4;flex-shrink:0;height:.4em;margin:0 -1px;width:2.5em;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.swal2-rtl .swal2-close{margin-left:0;margin-right:0}.swal2-rtl .swal2-timer-progress-bar{left:auto;right:0}.swal2-no-war{align-items:center;background:#20232a;color:#fff;display:flex;height:3.375em;justify-content:center;left:0;position:fixed;text-align:center;top:0;width:100%;z-index:1061}.swal2-no-war a{color:#61dafb;text-decoration:none}.swal2-no-war a:hover{text-decoration:underline}@-webkit-keyframes swal2-toast-show{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg)}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg)}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg)}to{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}}@keyframes swal2-toast-show{0%{-webkit-transform:translateY(-.625em) rotate(2deg);transform:translateY(-.625em) rotate(2deg)}33%{-webkit-transform:translateY(0) rotate(-2deg);transform:translateY(0) rotate(-2deg)}66%{-webkit-transform:translateY(.3125em) rotate(2deg);transform:translateY(.3125em) rotate(2deg)}to{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}}@-webkit-keyframes swal2-toast-hide{to{opacity:0;-webkit-transform:rotate(1deg);transform:rotate(1deg)}}@keyframes swal2-toast-hide{to{opacity:0;-webkit-transform:rotate(1deg);transform:rotate(1deg)}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{left:.0625em;top:.5625em;width:0}54%{left:.125em;top:.125em;width:0}70%{left:-.25em;top:.625em;width:1.625em}84%{left:.75em;top:1.0625em;width:.5em}to{left:.1875em;top:1.125em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{left:.0625em;top:.5625em;width:0}54%{left:.125em;top:.125em;width:0}70%{left:-.25em;top:.625em;width:1.625em}84%{left:.75em;top:1.0625em;width:.5em}to{left:.1875em;top:1.125em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{right:1.375em;top:1.625em;width:0}65%{right:.9375em;top:1.25em;width:0}84%{right:0;top:.9375em;width:1.125em}to{right:.1875em;top:.9375em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{right:1.375em;top:1.625em;width:0}65%{right:.9375em;top:1.25em;width:0}84%{right:0;top:.9375em;width:1.125em}to{right:.1875em;top:.9375em;width:1.375em}}@-webkit-keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-show{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes swal2-hide{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}}@-webkit-keyframes swal2-animate-success-line-tip{0%{left:.0625em;top:1.1875em;width:0}54%{left:.125em;top:1.0625em;width:0}70%{left:-.375em;top:2.1875em;width:3.125em}84%{left:1.3125em;top:3em;width:1.0625em}to{left:.8125em;top:2.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{left:.0625em;top:1.1875em;width:0}54%{left:.125em;top:1.0625em;width:0}70%{left:-.375em;top:2.1875em;width:3.125em}84%{left:1.3125em;top:3em;width:1.0625em}to{left:.8125em;top:2.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{right:2.875em;top:3.375em;width:0}65%{right:2.875em;top:3.375em;width:0}84%{right:0;top:2.1875em;width:3.4375em}to{right:.5em;top:2.375em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{right:2.875em;top:3.375em;width:0}65%{right:2.875em;top:3.375em;width:0}84%{right:0;top:2.1875em;width:3.4375em}to{right:.5em;top:2.375em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}to{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}50%{margin-top:1.625em;opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}50%{margin-top:1.625em;opacity:0;-webkit-transform:scale(.4);transform:scale(.4)}80%{margin-top:-.375em;-webkit-transform:scale(1.15);transform:scale(1.15)}to{margin-top:0;opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes swal2-animate-error-icon{0%{opacity:0;-webkit-transform:rotateX(100deg);transform:rotateX(100deg)}to{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}@keyframes swal2-animate-error-icon{0%{opacity:0;-webkit-transform:rotateX(100deg);transform:rotateX(100deg)}to{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}@-webkit-keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swal2-rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes swal2-animate-question-mark{0%{-webkit-transform:rotateY(-1turn);transform:rotateY(-1turn)}to{-webkit-transform:rotateY(0);transform:rotateY(0)}}@keyframes swal2-animate-question-mark{0%{-webkit-transform:rotateY(-1turn);transform:rotateY(-1turn)}to{-webkit-transform:rotateY(0);transform:rotateY(0)}}@-webkit-keyframes swal2-animate-i-mark{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}25%{opacity:.4;-webkit-transform:rotate(-25deg);transform:rotate(-25deg)}50%{opacity:.8;-webkit-transform:rotate(15deg);transform:rotate(15deg)}75%{opacity:1;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}}@keyframes swal2-animate-i-mark{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}25%{opacity:.4;-webkit-transform:rotate(-25deg);transform:rotate(-25deg)}50%{opacity:.8;-webkit-transform:rotate(15deg);transform:rotate(15deg)}75%{opacity:1;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent;box-sizing:border-box;max-width:100%;pointer-events:none;width:360px}body.swal2-toast-shown .swal2-container.swal2-top{bottom:auto;left:50%;right:auto;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{bottom:auto;left:auto;right:0;top:0}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{bottom:auto;left:0;right:auto;top:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{bottom:auto;left:0;right:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{bottom:auto;left:50%;right:auto;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{bottom:auto;left:auto;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{bottom:0;left:0;right:auto;top:auto}body.swal2-toast-shown .swal2-container.swal2-bottom{bottom:0;left:50%;right:auto;top:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{bottom:0;left:auto;right:0;top:auto}.contact-page .header-brand-img{margin-top:2rem!important;width:190px!important}.contact-page #frame{display:flex!important;height:500px!important;justify-content:center!important;margin-top:5px!important;width:800px!important}@media only screen and (max-width:560px){.contact-page #frame{width:350px!important}}@media only screen and (min-device-width:768px)and (max-device-width:1024px){.contact-page #frame{width:700px!important}}.contact-page .iframe-style{display:flex!important;justify-content:center!important}.login-page-view .page{overflow:hidden!important}.login-page-view .banner-bg{background-color:#231b63!important}@media(max-width:1030px){.login-page-view .banner-bg{display:none!important}}.login-page-view .login100-form{width:400px!important}@media(max-width:500px){.login-page-view .login100-form{width:250px!important}}.login-page-view .banner-container{min-height:100vh!important}.login-page-view .hesabe-logo{height:125px!important;left:15px!important;position:absolute!important;top:15px!important;width:125px!important}.login-page-view .hesabe-logo .logo-banner-image{-webkit-filter:invert(100%);filter:invert(100%);mix-blend-mode:luminosity}.login-page-view .banner-text{color:#fff!important;font-family:DM Sans!important;font-size:19px!important;padding-left:3rem!important;padding-right:3rem!important;text-align:center}.login-page-view .banner-image{-webkit-filter:invert(100%);filter:invert(100%);height:100%!important;mix-blend-mode:luminosity;padding:13% 5rem 2rem!important;width:100%!important}.login-page-view .login-container{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important;min-height:100vh!important}.login-page-view .login-img{background:none!important}.login-page-view .card-body{background:#231b63!important;padding:30px!important}.login-page-view .forgot-password-text,.login-page-view .login100-form-title{color:#fff!important}.login-page-view .header-brand-img{margin-bottom:10px!important}.login-page-view .footer-text{color:#231b63!important;margin-top:10px!important;text-align:center!important}@media(max-width:500px){.login-page-view .footer-text{display:flex;justify-content:center;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.login-page-view .wrap-login100{border-radius:15px!important}.login-page-view .header-brand-img{height:5rem;line-height:2rem;margin-right:.5rem;vertical-align:middle;width:auto}.login-page-view .footer-logo-container{align-items:baseline!important;display:flex!important;justify-content:center!important;padding-top:1rem!important}.login-page-view .footer-logo-container .pci-img{height:50px!important;object-fit:contain!important;padding-left:.5rem!important;padding-right:.5rem!important;width:75px!important}@media(max-width:500px){.login-page-view .footer-logo-container .pci-img{width:60px!important}}.login-page-view .footer-logo-container .play-store{height:50px!important;object-fit:contain!important;padding-left:.5rem!important;padding-right:.5rem!important;width:150px!important}@media(max-width:500px){.login-page-view .footer-logo-container .play-store{width:120px!important}}.rtl .eyeicon-symbol-input100{left:10px;pointer-events:auto;position:absolute;top:10px;width:auto}.ltr .eyeicon-symbol-input100{pointer-events:auto;position:absolute;right:10px;top:10px;width:auto}.version-view{color:#231b63!important;font-weight:500!important}.forgot-password-page .page{overflow:hidden!important}.forgot-password-page .login-img{background:none!important}.forgot-password-page .banner-bg{background-color:#231b63!important}@media(max-width:1030px){.forgot-password-page .banner-bg{display:none!important}}.forgot-password-page .login100-form{width:400px!important}@media(max-width:500px){.forgot-password-page .login100-form{width:250px!important}}.forgot-password-page .wrap-login100{border-radius:15px!important}.forgot-password-page .hesabe-logo{height:125px!important;left:15px!important;position:absolute!important;top:15px!important;width:125px!important}.forgot-password-page .hesabe-logo .logo-banner-image{-webkit-filter:invert(100%);filter:invert(100%);mix-blend-mode:luminosity}.forgot-password-page .banner-container{min-height:100vh!important}.forgot-password-page .banner-text{color:#fff!important;font-family:Avenirltstd book,sans-serif;font-size:20px;padding-left:3rem!important;padding-right:3rem!important;text-align:center}.forgot-password-page .banner-image{-webkit-filter:invert(100%);filter:invert(100%);height:100%!important;mix-blend-mode:luminosity;padding:13% 5rem 2rem!important;width:100%!important}.forgot-password-page .login-container{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important;min-height:100vh!important}.forgot-password-page .footer-logo-container{align-items:baseline!important;display:flex!important;justify-content:center!important;padding-top:1rem!important}.forgot-password-page .footer-logo-container .pci-img{height:50px!important;object-fit:contain!important;padding-left:.5rem!important;padding-right:.5rem!important;width:75px!important}@media(max-width:500px){.forgot-password-page .footer-logo-container .pci-img{width:60px!important}}.forgot-password-page .footer-logo-container .play-store{height:50px!important;object-fit:contain!important;padding-left:.5rem!important;padding-right:.5rem!important;width:150px!important}@media(max-width:500px){.forgot-password-page .footer-logo-container .play-store{width:120px!important}}.forgot-password-page .card-body{background:#231b63!important}.forgot-password-page .login100-form-title{color:#fff!important;padding-bottom:20px!important}.forgot-password-page .sub-text{color:#fff!important;margin-bottom:10px!important;text-align:center!important}.forgot-password-page a{color:#fff!important;text-decoration:underline}.forgot-password-page label{color:#fff!important}.forgot-password-page .header-brand-img{margin-bottom:10px!important}.forgot-password-page .footer-text{color:#231b63!important;margin-top:10px!important;text-align:center!important}.forgot-password-page .header-brand-img{height:5rem;line-height:2rem;margin-right:.5rem;vertical-align:middle;width:auto}@media(max-width:500px){.forgot-password-page .footer-text{display:flex;justify-content:center;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}}.reset-password-page .page{overflow:hidden!important}.reset-password-page .login-img{background:none!important}.reset-password-page .banner-bg{background-color:#231b63!important}@media(max-width:1030px){.reset-password-page .banner-bg{display:none!important}}.reset-password-page .login100-form{width:400px!important}@media(max-width:500px){.reset-password-page .login100-form{width:250px!important}}.reset-password-page .wrap-login100{border-radius:15px!important}.reset-password-page .banner-container{min-height:100vh!important}.reset-password-page .banner-text{color:#fff!important;font-family:Avenirltstd book,sans-serif;font-size:20px;padding-left:3rem!important;padding-right:3rem!important;text-align:center}.reset-password-page .banner-image{-webkit-filter:invert(100%);filter:invert(100%);height:100%!important;mix-blend-mode:luminosity;padding:13% 5rem 2rem!important;width:100%!important}.reset-password-page .card-body{background:#231b63!important}.reset-password-page .login100-form-title{color:#fff!important;padding-bottom:0!important}.reset-password-page .forgot-password-text{color:#fff!important}.reset-password-page .header-brand-img{margin-bottom:10px!important}.reset-password-page a{color:#fff!important;text-decoration:underline!important}.reset-password-page .sub-text{color:#fff!important;margin-bottom:10px!important;text-align:center!important}.reset-password-page .footer-text{color:#231b63!important;margin-top:10px!important;text-align:center!important}@media(max-width:500px){.reset-password-page .footer-text{display:flex!important;justify-content:center!important;max-width:-webkit-fit-content!important;max-width:-moz-fit-content!important;max-width:fit-content!important;width:401px!important}}.reset-password-page .hesabe-logo{height:125px!important;left:15px!important;position:absolute!important;top:15px!important;width:125px!important}.reset-password-page .hesabe-logo .logo-banner-image{-webkit-filter:invert(100%);filter:invert(100%);mix-blend-mode:luminosity}.reset-password-page .header-brand-img{height:5rem;line-height:2rem;margin-right:.5rem;margin-top:2rem!important;vertical-align:middle;width:auto}.reset-password-page .footer-logo-container{align-items:baseline!important;display:flex!important;justify-content:center!important;padding-top:1rem!important}.reset-password-page .footer-logo-container .pci-img{height:50px!important;object-fit:contain!important;padding-left:.5rem!important;padding-right:.5rem!important;width:75px!important}@media(max-width:500px){.reset-password-page .footer-logo-container .pci-img{width:60px!important}}.reset-password-page .footer-logo-container .play-store{height:50px!important;object-fit:contain!important;padding-left:.5rem!important;padding-right:.5rem!important;width:150px!important}@media(max-width:500px){.reset-password-page .footer-logo-container .play-store{width:120px!important}}.reset-password-page .password-note{color:#fff!important;font-size:12px!important}.merchant-profile-page .tabs-space{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.merchant-profile-page .updateMerchant-button{display:flex!important;justify-content:flex-end!important}.merchant-profile-page .updateMerchant-button .update-info{margin-left:.5rem!important;margin-right:.5rem!important}.merchant-profile-page .user-profile-image{border-radius:0!important;height:100px!important;margin-top:0!important;object-fit:contain!important;width:100px!important}.merchant-profile-page .profile-pic{align-items:center!important;height:20%!important;margin-left:1rem!important;margin-right:1.5rem!important;width:20%!important}.merchant-profile-page .widget-alignment{align-items:center!important}.merchant-profile-page .tab-content .btn i{color:#fff!important;margin-left:0!important;margin-right:0!important}.merchant-profile-page .card-body{padding:20px!important}.merchant-profile-page .wideget-user-desc .user-wrap{margin-top:1rem!important}.merchant-profile-page .text-space{padding-left:5px!important;padding-right:5px!important}.merchant-profile-page .payment-type{padding:.25rem!important}.merchant-profile-page .payment-type-title{text-transform:capitalize!important}.merchant-profile-page .list-item-space{padding-top:1rem!important}.merchant-profile-page .user-text-name{text-transform:capitalize!important}.merchant-profile-page .text-top-space{padding-top:1rem!important}.merchant-profile-page .payment-detail-list{padding-left:0!important}.merchant-profile-page .payment-detail-list li{list-style-type:none!important;padding-top:5px!important}.merchant-profile-page .payment-detail-list .payment-method-name{margin-top:10.5px!important}.merchant-profile-page .payment-detail-list .default-payment-image{width:60px!important}.merchant-profile-page .add-document-button{display:flex!important;justify-content:flex-end!important}.merchant-profile-page .merchant-infolabel{color:#76839a!important}.merchant-profile-page .commission-tabel .table-hover th{text-align:center!important;text-transform:capitalize!important}.merchant-profile-page .commission-tabel .table-hover thead{background-color:#f1f1f9!important;border-color:#f1f1f9!important}.merchant-profile-page .commission-tabel .table-hover td{text-align:center!important}.merchant-profile-page .commission-tabel .table-hover tr{border-bottom:1px solid #ddd!important}.merchant-profile-page .commission-tabel .table-hover .service-type-name{vertical-align:middle!important}.merchant-profile-page .tab-menu-heading .nav-pills .nav-link.active{background-color:#ececec!important;border-color:#231b63!important;border-radius:0!important;color:#231b63!important}.merchant-profile-page .nav-link{color:#231b63!important}.merchant-profile-page .tab-xero-unavailable{color:#ecb403!important}.merchant-profile-page .noservice-status{background-color:#e46565!important;color:#fff!important;font-size:13px!important;padding:5px!important}.merchant-profile-page .service-activestatus{background:#09ad95!important;color:#fff!important;padding:3px 20px 4px!important;text-align:center!important;width:100px!important}.merchant-profile-page .service-inactive-status{background:#e46565!important;color:#fff!important;padding:4px 15px!important;text-align:center!important;width:100px!important}.merchant-profile-page .profile-servicestatus{display:flex!important;justify-content:space-between!important;margin-left:6.5rem!important}.merchant-profile-page .service-status-border{border-top:1px dashed #cdc3c3!important;display:flex!important;justify-content:center!important;margin-left:6.5rem!important}.merchant-profile-page .integartion-status{margin-left:6.5rem!important}.merchant-profile-page .merchant-keys{color:#231b63!important;margin-left:10px!important;margin-right:10px!important}@media only screen and (max-width:991px){.merchant-profile-page .card .card{overflow:scroll!important}.merchant-profile-page .page-header{margin-bottom:0!important}.merchant-profile-page .tab-menu-heading .nav-pills{padding:0!important}}.merchant-profile-page .intergration-service-view .center-view{align-items:center!important;display:flex!important}.merchant-profile-page .intergration-service-view .xero-refresh i{color:#fff!important;margin-left:2px!important;margin-right:2px!important}.merchant-profile-page .intergration-service-view .top-status{display:flex!important;justify-content:space-between!important}.merchant-profile-page .intergration-service-view .status-space{font-weight:700!important;padding-left:0!important;padding-right:0!important}.merchant-profile-page .first-col{border-right:1px solid #e9e9e9!important}.merchant-profile-page .political-checkbox{margin-left:1rem!important}.merchant-profile-page .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.merchant-profile-page .post-complaince-data{display:flex!important;justify-content:flex-end!important;margin-top:1.5rem!important}.merchant-profile-page .icon-green-color{color:#569834!important}.merchant-profile-page .icon-red{color:red!important}.merchant-profile-page .hb_icon_black{color:#000!important}.merchant-profile-page .multivendor-table{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.merchant-profile-page .multivendor-table .header-text-info{text-decoration:underline!important}.merchant-profile-page .data-table-extensions{display:none!important}.merchant-profile-page .button-arrow{color:#fff!important;margin-left:0!important;margin-right:0!important}.merchant-profile-page .select-border .css-1s2u09g-control{border-color:red!important}.merchant-profile-page .complaince-cancel{margin-left:10px!important}.merchant-profile-page .document-viewbutton{display:flex!important;justify-content:flex-end!important}.merchant-profile-page .preview-button{width:5rem!important}.merchant-profile-page .input-group{flex-wrap:nowrap!important}.merchant-profile-page .document-dates{display:flex!important;justify-content:space-between!important;margin-top:.5rem!important}.merchant-profile-page .date-border{border-top:1px dashed #e9e6e6!important}.merchant-profile-page .margin-history{margin-left:15px!important}.merchant-profile-page .three-tabs-view .nav-tabs .nav-link.active,.merchant-profile-page .three-tabs-view .nav-tabs .nav-link:hover:not(.disabled){background:#231b63!important;border-radius:2px;color:#fff!important;text-align:center}.merchant-profile-page .document-tab-padding{padding-top:0!important}.merchant-profile-page .card-size{height:150px!important}.merchant-profile-page .accordtion-documents{display:flex!important;justify-content:space-between!important}.merchant-profile-page .accordion-each-item{margin-top:1rem!important}.merchant-profile-page .preview-textcolor{color:#231b63!important}.merchant-profile-page .date-red-border-icon .input-group{border:1px solid red!important}@media only screen and (max-width:991px){.merchant-profile-page .rmdp-container .rmdp-input{width:100%!important}}@media only screen and (max-width:551px){.merchant-profile-page .rmdp-container .rmdp-input{width:97%!important}.merchant-profile-page .rtl .rmdp-containe{width:90%!important}}.merchant-profile-page .rmdp-container .rmdp-input{width:96%!important}.merchant-profile-page .checkbox-margin{margin-left:5px!important;margin-right:5px!important}@media only screen and (max-width:991px){.merchant-profile-page .compliance-form-margin{margin-top:1rem!important}}.merchant-profile-page .document-table-overflow{overflow:hidden!important;white-space:normal!important}.merchant-profile-page .merchanttype-checkbox{margin-left:10px!important}.merchant-profile-page .compliance-backlist,.merchant-profile-page .compliane-preview{display:flex!important;justify-content:flex-end!important}.merchant-profile-page .compliance-backlist{margin-left:1rem!important;padding-right:15px!important}.merchant-profile-page .wideget-user-tab .tabs-menu1 ul li a{padding:.5rem .75rem!important}.merchant-profile-page .margin-kent-logo{margin-left:2.4rem!important}.merchant-profile-page .applepay-logo-margin{margin-left:2.5rem!important}.merchant-profile-page .margin-visa-logo{margin-left:4rem!important}.merchant-profile-page .margin-visa-master-logo{margin-left:5rem!important}.rtl .rmdp-container .rmdp-input{width:100%!important}@media only screen and (min-width:992px){.rtl .rmdp-container{width:90%!important}}.rtl .profile-mobile{direction:ltr}.select-border .css-1s2u09g-control{border:1px solid red!important}.profile-main-card{margin-bottom:2.7rem!important}.rtl .margin-visa-master-logo{margin-left:0!important;margin-right:5rem!important}.rtl.margin-kent-logo{margin-left:0!important;margin-right:2.4rem!important}.rtl .applepay-logo-margin{margin-left:0!important;margin-right:2.5rem!important}.rtl .margin-visa-logo{margin-left:0!important;margin-right:4rem!important}.rtl .margin-kent-logo{margin-left:0!important;margin-right:2.7rem!important}.edit-profile-page .btn-image-upload{height:45px!important;margin-left:1rem!important;margin-right:1rem!important;width:150px!important}.edit-profile-page .avatar-lg{height:5rem!important;object-fit:contain!important;width:5rem!important}.edit-profile-page .image-container{align-items:center!important;margin-top:1rem!important}.edit-profile-page .edit-profile-form{margin-top:2rem!important}.edit-profile-page .input-edit-box{padding-left:10px!important;padding-right:10px!important}.edit-profile-page .edit-email-form{width:100%!important}@media only screen and (max-width:991px){.edit-profile-page .page-header{margin-bottom:0!important}}.edit-profile-page .disabled{background:#f1f1f9!important}.employess-list-page .employee-header-view{display:flex!important;justify-content:space-between!important}.employess-list-page .page-header{margin-bottom:1rem!important}.employess-list-page .employee-button-margin{margin-top:2rem!important}.employess-list-page .data-table-extensions>.data-table-extensions-filter,.employess-list-page .hVIkPe,.employess-list-page .rdt_Pagination .sc-llJcti{display:none!important}.employess-list-page .filter-box-view{display:flex!important;justify-content:flex-end!important;margin-left:0!important;margin-right:0!important;width:100%!important}.employess-list-page .filter-box-view .row{width:100%!important}.employess-list-page .filter-box-view .search-form-group{margin-left:0!important;margin-right:0!important;width:100%!important}.employess-list-page .table-hover th{text-align:center!important;text-transform:capitalize!important}.employess-list-page .table-hover thead{background-color:#f1f1f9!important;border-color:#f1f1f9!important}.employess-list-page .table-hover td{text-align:center!important}.employess-list-page .table-hover tr{border-bottom:1px solid #ddd!important}.employess-list-page .table-hover .service-type-name{vertical-align:middle!important}.employess-list-page table{counter-reset:rowNumber}.employess-list-page tbody .service-type-name:before{content:counter(rowNumber) ".";counter-increment:rowNumber;display:table-cell;padding-right:.3em;text-align:right}.employess-list-page .action-icons .dropdown-icon{padding-left:15px!important;padding-right:15px!important}.employess-list-page .active-status{background:#09ad95!important;color:#fff!important;padding:5px 10px!important}.employess-list-page .inactive-status{background:#e46565!important;color:#fff!important;padding:5px 10px!important}.employess-list-page .add-employee{margin-bottom:1rem!important;margin-top:0!important}@media only screen and (max-width:991px){.employess-list-page .employee-button{align-items:baseline;display:flex!important;justify-content:flex-end!important}}.employess-list-page .plus-icon{color:#fff!important;margin-left:3px!important;margin-right:3px!important}@media only screen and (max-width:1340px){.employess-list-page .employee-button{align-items:baseline;display:flex!important;justify-content:flex-end!important}}.employess-list-page .data-table .bMgaAx div:first-child{overflow:initial!important}.employess-list-page .data-table .bMgaAx div:first-child,.employess-list-page .data-table .eUeqdG{text-overflow:clip!important;white-space:normal!important}.employess-list-page .data-table .bnAwAJ,.employess-list-page .data-table .eObVHB,.employess-list-page .data-table .fQBClJ,.employess-list-page .data-table .gJhVev,.employess-list-page .data-table .kIbpEx{display:flex!important;justify-content:center!important}.employess-list-page .data-table .bKBwgj,.employess-list-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.employess-list-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.employess-list-page .status-size{display:grid!important;overflow:initial!important;text-align:center!important;width:100px!important}.employess-list-page .fe-edit{margin:0!important}.delete-product-modal-view .btn-primary{margin-bottom:.5rem!important;margin-top:.5rem!important}.edit-employess-page .status-row{align-items:baseline!important}.edit-employess-page .card-footer{border-top:none!important}.edit-employess-page .password-note{color:#e46565!important;font-size:12px!important}.edit-employess-page .custom-checkbox .custom-control-input:checked~:after{background-color:#231b63}.edit-employess-page .email-note{color:#e46565!important;font-size:12px!important}.edit-employess-page .email-text{height:90px!important}.edit-employess-page .disabled{background:#f1f1f9!important}.edit-employess-page textarea::-webkit-input-placeholder{margin-top:2rem!important;position:absolute}@media only screen and (min-device-width:1024px)and (max-device-width:1366px){.edit-employess-page .row-sm{width:-webkit-max-content;width:max-content}}::-ms-reveal{display:none}.sales-charge-page #salespage-scroll{overflow-x:scroll!important}.sales-charge-page .table-hover th{text-align:center!important;text-transform:capitalize!important}.sales-charge-page .table-hover td{text-align:center!important}.sales-charge-page .table-hover tr{border-bottom:1px solid #ddd!important;height:3px!important}.sales-charge-page .table-hover .service-type-name{vertical-align:middle!important}.sales-charge-page table{counter-reset:rowNumber;width:100%!important}.sales-charge-page .table-scroll{overflow:scroll!important}.sales-charge-page tbody .service-type-name:before{content:counter(rowNumber) ".";counter-increment:rowNumber;display:table-cell;padding-right:.3em;text-align:right}.save-btn-margin{display:flex!important;justify-content:flex-end!important}.checkbox-margin,.status-padding{padding-left:0!important}.checkbox-margin{display:flex!important;justify-content:center!important;margin-left:0!important}.margin-row{display:flex!important;justify-content:flex-end!important}.margin-span{display:flex!important;justify-content:center!important}.align-header{align-items:baseline!important}.employee-permission-page .page-header{margin-bottom:0!important}.employee-permission-page .accordion-each-item{margin-top:1rem!important}.employee-permission-page .panel-title{text-transform:capitalize!important}.employee-permission-page table td{width:50%!important}.employee-permission-page .bottom-button{margin-top:2rem!important}.employee-permission-page .select-name-view{display:flex!important;justify-content:flex-start!important;padding:0!important}.employee-permission-page .select-name-view .form-label{margin-top:2px!important}.employee-permission-page .custom-checkbox{margin-bottom:.5rem!important}.employee-permission-page .accordion-button:not(.collapsed){background:#231b63!important;box-shadow:none!important;color:#fff!important}.employee-permission-page .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63}.employee-permission-page .table-bordered>:not(caption)>*{border-width:1px!important}.employee-permission-page .main-menu{padding:0 0 0 1.5rem!important;text-decoration:underline!important}.employee-permission-page .font-bold,.employee-permission-page .main-menu{color:#231b63!important;font-weight:700!important}.employee-permission-page .tab-menu-heading .nav-pills .nav-link.active{background-color:initial!important}.employee-permission-page .nav-link{border-radius:0!important;color:#231b63!important;font-size:15px!important;font-weight:500!important;padding:.5rem!important}.employee-permission-page .tabstyle2 li .active{border-bottom:3px solid #231b63!important}.home-dashboard-list-page .page-header{justify-content:flex-start!important}.home-dashboard-list-page .page-header .month-year{margin-left:.3rem!important;margin-right:.3rem!important}.home-dashboard-list-page .page-title,.home-dashboard-list-page .total-amount{color:#231b63!important}.home-dashboard-list-page .dashboard-cards .card{margin-bottom:0!important}.home-dashboard-list-page .dashboard-cards .box-primary-shadow{background:#231b63!important}.home-dashboard-list-page .merchant-services .card-title{color:#231b63!important;font-weight:700!important}.home-dashboard-list-page .merchant-services .card{margin-bottom:0!important}.home-dashboard-list-page .fa-external-link:before{font-size:1rem!important}.home-dashboard-list-page .dBbhDz div:first-child,.home-dashboard-list-page .data-table .bMgaAx div:first-child{overflow:initial!important;text-overflow:ellipsis!important;white-space:normal!important}.home-dashboard-list-page .status-size{display:grid!important;overflow:initial!important;text-align:center!important;width:100px!important}.home-dashboard-list-page .dYitNJ,.home-dashboard-list-page .dyczJt,.home-dashboard-list-page .fxkdTR,.home-dashboard-list-page .gHhiTT,.home-dashboard-list-page .jCtsmH,.home-dashboard-list-page .jNENvb,.home-dashboard-list-page .jecOTB,.home-dashboard-list-page .view-icon{display:flex!important;justify-content:center!important}.home-dashboard-list-page .dYitNJ .fa,.home-dashboard-list-page .dyczJt .fa,.home-dashboard-list-page .fxkdTR .fa,.home-dashboard-list-page .gHhiTT .fa,.home-dashboard-list-page .jCtsmH .fa,.home-dashboard-list-page .jNENvb .fa,.home-dashboard-list-page .jecOTB .fa,.home-dashboard-list-page .view-icon .fa{cursor:pointer!important}.home-dashboard-list-page .jNENvb{display:flex!important;justify-content:center!important}.home-dashboard-list-page .jNENvb .fa{cursor:pointer!important}.home-dashboard-list-page .card{margin:10px!important}.home-dashboard-list-page .page-header{align-items:center!important;margin-bottom:0!important}.home-dashboard-list-page .action-icons,.home-dashboard-list-page .chtudJ,.home-dashboard-list-page .fXHZsh{display:flex!important;justify-content:center!important}.home-dashboard-list-page .refund-icon{margin-left:1rem!important;margin-right:1rem!important}.home-dashboard-list-page .view-more-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.home-dashboard-list-page .view-more-row .ten-days{margin-left:.2rem!important;margin-right:.2rem!important}@media only screen and (max-width:991px){.home-dashboard-list-page{margin-right:18px!important}.home-dashboard-list-page .page-header{display:flex!important;margin-left:10px!important}.home-dashboard-list-page .page-title{font-size:20px!important}.home-dashboard-list-page .col{padding-left:0!important;padding-right:0!important}.home-dashboard-list-page .btn-w-150{text-align:end!important;width:100px!important}}.home-dashboard-list-page .rdt_Pagination .sc-llJcti{display:none!important}.home-dashboard-list-page .data-table-extensions-filter{display:none!important;margin-top:15px!important}@media only screen and (max-width:551px){.home-dashboard-list-page .page-title{display:inline-flex;font-size:18px!important;margin-top:.5rem!important}}@media only screen and (max-width:380px){.home-dashboard-list-page .page-title{display:inline-flex;font-size:16px!important;margin-top:.5rem!important}}@media only screen and (max-width:551px){.home-dashboard-list-page .view-more-row{align-items:baseline!important;justify-content:space-between!important}.home-dashboard-list-page .button-mobile-devices{text-align:end!important}}.home-dashboard-list-page .data-table .deZwxD,.home-dashboard-list-page .gXXHwp{display:none!important}.home-dashboard-list-page .latest-dropdown-select{display:flex!important;justify-content:flex-end!important}.home-dashboard-list-page .latest-dropdown-select .container-view{border:1px solid #231b63!important;border-radius:5px!important;width:300px!important}.home-dashboard-list-page .hb-fs-12{font-size:12px!important}.home-dashboard-list-page .table-backgroundcolor{background-color:#231b63!important;color:#fff!important}.home-dashboard-list-page .strip{background-color:#f9faff!important}.home-dashboard-list-page .form{display:flex;justify-content:right}.home-dashboard-list-page .filter-button{align-items:flex-end!important;display:flex!important;text-align:center!important}.home-dashboard-list-page .filter-button .btn,.home-dashboard-list-page .filter-button .form-button{width:100%!important}@media only screen and (max-width:1400px){.home-dashboard-list-page .filter-button .btn,.home-dashboard-list-page .filter-button .form-button{margin-top:.5rem!important;width:100%!important}}@media only screen and (max-width:1100px){.home-dashboard-list-page .summary-table{overflow:hidden;overflow-x:scroll!important}}.contract-modal-view .modal-header{align-items:baseline!important;font-weight:500!important;padding:.7rem!important}.contract-modal-view .modal-title{font-weight:500!important;margin-bottom:0!important}@media only screen and (max-width:551px){.contract-modal-view .modal-title{font-size:11px!important}}.contract-modal-view .modal-body{padding:5px!important}.contract-modal-view .modal-content{border-radius:8px!important}.contract-modal-view .bold-timer{font-weight:500!important}.contract-modal-view .timer-body-view{align-items:baseline!important;display:flex!important}@media only screen and (max-width:551px){.contract-modal-view .timer-body-view{font-size:11px!important}}.contract-modal-view .auto-close{border:1px dotted #231b63!important;padding-left:.5rem!important;padding-right:.5rem!important}.service-dashboard-page .total-count{font-weight:700!important}.service-dashboard-page .data-table .bMgaAx div:first-child{display:grid!important;overflow:initial!important;text-align:center!important;text-overflow:clip!important}.service-dashboard-page .data-table .eUeqdG{text-overflow:clip!important;white-space:normal!important}.service-dashboard-page .data-table .bnAwAJ,.service-dashboard-page .data-table .chtudJ,.service-dashboard-page .data-table .dYitNJ,.service-dashboard-page .data-table .eObVHB,.service-dashboard-page .data-table .fQBClJ,.service-dashboard-page .data-table .gJhVev,.service-dashboard-page .data-table .kIbpEx{display:flex!important;justify-content:center!important}.service-dashboard-page .data-table .bKBwgj,.service-dashboard-page .data-table .fTxtMi{color:#cbcbcb!important;display:flex!important;opacity:1!important}.service-dashboard-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.service-dashboard-page .data-table .aBEwS{word-wrap:break-word!important;max-width:200px!important;overflow-x:scroll!important;white-space:pre-wrap!important}.service-dashboard-page .data-table .rdt_TableHeadRow{height:50px!important}.service-dashboard-page .top-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.service-dashboard-page .dropdown-filter{width:300px!important}.service-dashboard-page .background{background:#231b63!important;color:#231b63!important;color:#fff}.service-dashboard-page .css-yt9ioa-option{background:none!important}.service-dashboard-page .background__option--is-selected{background:#231b63!important;color:#fff!important}.service-dashboard-page .css-1s2u09g-control{box-shadow:none!important}.service-dashboard-page .card{margin-bottom:10px!important}.service-dashboard-page .page-header{margin:15px 0!important}@media only screen and (max-width:991px){.service-dashboard-page .page-header{display:inline-flex!important;margin-bottom:0!important;margin-top:0!important;padding:0!important}.service-dashboard-page .page-title{font-size:16px!important}.service-dashboard-page .date-view{font-size:14px!important}}@media only screen and (max-width:1024px){.service-dashboard-page .margin-mobile-devices{margin-top:10px!important}}@media only screen and (max-width:600px){.service-dashboard-page .page-header{display:inline-flex!important;margin-bottom:0!important;margin-top:10px!important;padding:0!important}.service-dashboard-page .page-title{font-size:15px!important}.service-dashboard-page .date-view{font-size:14px!important}.service-dashboard-page .service-selection-row{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-top:10px!important}}@media only screen and (max-width:991px){.service-dashboard-page .margin-top-small-devices{margin-top:10px!important}}.service-dashboard-page .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.service-dashboard-page .service-filter-row .rmdp-container{width:100%!important}.service-dashboard-page .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important;text-align:center!important}@media only screen and (max-width:551px){.service-dashboard-page .download-image{margin-left:.25rem!important;margin-right:0!important}}.service-dashboard-page .filter-button-row{margin-top:1.5rem!important}.service-dashboard-page .filter-button-row .form-button,.service-dashboard-page .filter-button-row button{width:100%!important}@media only screen and (max-width:600px){.service-dashboard-page .filter-button-row .form-button{margin-top:1rem!important}}.service-dashboard-page .page-header{justify-content:flex-start!important}.service-dashboard-page .date-view{margin-left:.5rem!important;margin-right:.5rem!important}.service-dashboard-page .service-selection-row{align-items:center!important}.service-dashboard-page .service-selection{width:300px!important}.service-dashboard-page .data-table-extensions-filter{display:none!important;margin-top:15px!important}.service-dashboard-page .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.service-dashboard-page .filter-box-view{align-items:baseline;display:flex!important;width:100%!important}.service-dashboard-page .filter-box-view .row,.service-dashboard-page .filter-box-view .search-form-group{width:100%!important}.service-dashboard-page .filter-box-view .form-control{width:350px!important}@media only screen and (max-width:600px){.service-dashboard-page .filter-box-view .form-control{width:182px!important}}@media only screen and (max-width:1280px){.service-dashboard-page .filter-box-view{margin-top:1rem!important}}@media only screen and (device-width:375px)and (device-height:667px){.service-dashboard-page .filter-box-view .form-control{width:130px!important}}.service-dashboard-page .rdt_Pagination .sc-llJcti{display:none!important}.service-dashboard-page .service-selection-row{display:flex!important;justify-content:space-between!important}@media only screen and (max-width:500px){.service-dashboard-page .service-selection-row{display:block!important}.service-dashboard-page .service-selection-row .trans-search{display:flex!important;justify-content:flex-end!important;margin-bottom:1rem!important}}@media only screen and (min-width:1025px){.rtl .employees{max-width:17%!important}.rtl .form{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:left;position:relative;width:100%}.rtl .filter-button-row{margin-left:0!important}.rtl .rmdp-wrapper{background-color:#fff;border-radius:5px;direction:ltr;margin-left:-60px;text-align:center;width:-webkit-max-content;width:max-content}}.payment-type-bg-view{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;padding:.2rem .4rem!important;text-align:center!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.line-height-title{line-height:1.1rem!important}.payment-settings .tab-menu-heading .nav-pills .nav-link.active{background:hsla(0,0%,100%,.1)!important;color:#231b63}.payment-settings .tabstyle2 li .active{border-bottom:3px solid #231b63!important}.payment-settings .tab-menu-heading .nav-pills .nav-link{color:#231b63}.payment-settings .nav-pills .nav-link{border-radius:0}.payment-settings .tab-menu-heading .nav-pills .nav-link.active{border-radius:0!important}.payment-settings .admin-page-view .page-title{color:#323232!important;font-weight:400}.payment-settings .admin-page-view .fa{color:#95a9c6!important}.payment-settings .admin-page-view .card-title{color:#95a9c6!important;font-weight:700!important}.payment-settings .admin-page-view .text-center,.payment-settings .admin-page-view .text-visa{margin-top:20px}.payment-settings .admin-page-view .form-control{padding-left:1rem!important}.payment-settings .admin-page-view .remarks{margin-left:18px!important;margin-top:25px!important}.payment-settings .admin-page-view .text-remarks{margin-left:4px!important;margin-right:20px!important}.payment-settings .admin-page-view .button-align{display:flex;justify-content:flex-end;margin-top:10px}.payment-settings .admin-page-view .container,.payment-settings .admin-page-view .margin-text{margin-left:0!important}@media only screen and (max-width:540px){.payment-settings .admin-page-view .glyphicon{display:flex;justify-content:center;margin-bottom:10px!important;margin-top:10px!important}.payment-settings .admin-page-view .margin-text{display:flex!important;justify-content:center!important;margin-top:3px!important}.payment-settings .admin-page-view .margin-row{padding-top:0!important}}.payment-settings .admin-page-view .accordion-button:not(.collapsed){background:#231b63!important;box-shadow:none!important;color:#fff!important}.payment-settings .sales-charge-page #salespage-scroll{overflow-x:scroll!important}.payment-settings .sales-charge-page .table-hover th{text-align:center!important;text-transform:capitalize!important}.payment-settings .sales-charge-page .table-hover td{text-align:center!important}.payment-settings .sales-charge-page .table-hover tr{border-bottom:1px solid #ddd!important;height:3px!important}.payment-settings .sales-charge-page .table td,.payment-settings .sales-charge-page .table-hover .service-type-name{vertical-align:middle!important}.payment-settings .sales-charge-page table{counter-reset:rowNumber;width:100%!important}.payment-settings .sales-charge-page .table-scroll{overflow:scroll!important}.payment-settings .sales-charge-page tbody .service-type-name:before{content:counter(rowNumber);counter-increment:rowNumber;text-align:center!important}.payment-settings .sales-charge-page .dropdown-icon{margin-left:0!important;margin-right:0!important}.payment-settings .sales-charge-page .active-status,.payment-settings .sales-charge-page .inactive-status{display:inline-block!important}.payment-settings .save-btn-margin{display:flex!important;justify-content:flex-end!important}.payment-settings .status-padding{padding-left:0!important}.payment-settings .checkbox-margin{display:flex!important;justify-content:center!important;margin-left:0!important;padding-left:0!important}.payment-settings .margin-row{display:flex!important;justify-content:flex-end!important}.payment-settings .margin-span{display:flex!important;justify-content:center!important}.payment-settings .align-header{align-items:baseline!important}.payment-setting-modal .modal-content{border-radius:15px!important}.payment-setting-modal .modal-body{padding:1.5rem!important}.payment-setting-modal .margin-row{margin-top:2rem!important}.payment-setting-modal input[type=checkbox]:checked{accent-color:#231b63!important}.payment-setting-modal .status-padding{margin:0!important}.payment-setting-modal .label-active{margin-bottom:0!important;margin-left:1rem!important}.payment-setting-modal input[type=checkbox]{box-sizing:border-box;margin-left:4rem!important;padding:0}.rtl .payment-settings .admin-page-view .text-remarks{margin-right:0!important}.transaction-modal-view .modal-title{font-weight:700!important;margin-bottom:0!important}.transaction-modal-view .single-row{margin-bottom:1rem!important}.transaction-modal-view .refund-request-modal{overflow:scroll!important;padding:1.5rem 1.5rem 0!important}.transaction-modal-view .transation-details-modal{height:650px!important;overflow-y:auto!important;padding:1.5rem 1.5rem 0!important}.transaction-modal-view .modal-footer{border-top:none!important;justify-content:center!important;padding:0 0 1.4rem!important}.transaction-modal-view .modal-content{border-radius:15px!important;overflow:hidden!important}.transaction-modal-view .modal-header{align-items:baseline}.transaction-modal-view .refund-row{display:flex!important;justify-content:center;padding-bottom:0!important}.transaction-modal-view .choose-refund-title{font-weight:500!important;padding-bottom:1rem!important;text-align:center!important;text-decoration:underline!important}.transaction-modal-view .space-view{padding-left:1rem!important;padding-right:1rem!important}.transaction-modal-view .checkbox-row label{margin-left:.5rem!important;margin-right:.5rem!important}.transaction-modal-view .refund-input{margin-bottom:1rem!important;margin-top:.5rem!important;width:300px!important}@media only screen and (min-width:890px){.transaction-modal-view .qrcode-alignmnet{align-items:center!important;display:flex!important}.transaction-modal-view .font-size-text{font-size:12px!important}.transaction-modal-view .row-alignment{margin-top:2rem!important;text-align:center!important}}@media only screen and (max-width:991px){.transaction-modal-view .model-body{margin-right:20px!important;overflow-x:scroll}}@media only screen and (max-width:420px){.transaction-modal-view .modal-body{font-size:12px!important;padding:.5rem!important}}.transaction-modal-view .form-check-input:checked[type=radio]{background-color:#231b63;border-color:#231b63;box-shadow:none}.transaction-modal-view .status-size{white-space:normal!important}.transaction-modal-view .refund-request-title{font-weight:500!important;margin-bottom:.5rem!important;text-align:center!important;text-decoration:underline!important}.transaction-modal-view .refund-list-table thead th{text-align:center!important;text-transform:capitalize!important}.transaction-modal-view .refund-list-table tbody td{text-align:center!important}.transaction-modal-view .refund-list-table .refund-status-view{width:5%!important}.transaction-modal-view .request-amount-container{display:flex!important;justify-content:center!important}.transaction-modal-view .request-amount-container label{text-align:center!important}.transaction-modal-view .border-right{border-right:1px solid #000!important}@media only screen and (max-width:500px){.transaction-modal-view .border-right{border-right:none!important;margin-bottom:1rem!important;text-align:center!important}}.transaction-modal-view .border-left{border-left:1px solid #000!important}@media only screen and (max-width:500px){.transaction-modal-view .border-left{border-left:none!important;margin-bottom:1rem!important;text-align:center!important}}.transaction-modal-view .text-center-status{display:flex!important;justify-content:center!important}.transaction-modal-view .select-payment-option .sub-view{border:1px solid #ecf0fa!important;border-radius:5px!important;margin-top:.5rem!important;padding:.5rem!important}.transaction-modal-view .select-payment-option .custom-checkbox .custom-control-input:checked~:after{background-color:#231b63!important}.transaction-modal-view .select-payment-option .col-center-view{display:flex!important;justify-content:center!important}.transaction-modal-view .select-payment-option .small-payment-image{height:35px!important;margin-left:0!important;margin-right:0!important}.transaction-modal-view .select-payment-option .small-payment-image,.transaction-modal-view .select-payment-option .small-payment-image-knet{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;object-fit:contain!important;padding:.2rem .4rem!important;text-align:center!important}.transaction-modal-view .select-payment-option .small-payment-image-knet{height:28px!important;margin-right:.5rem!important}.transaction-modal-view .invoiceno-input{color:#aeb5bf!important;padding:10px!important}.transaction-modal-view .invoiceno-input,.transaction-modal-view .sms-payment-errmsg{font-size:14px!important;font-style:italic!important}.transaction-modal-view .rmdp-container .rmdp-input{width:99%!important}.transaction-modal-view .date-red-border-icon{border:1px solid #e73827!important}.transaction-modal-view .recurring-text{font-family:DM Sans!important;font-weight:400!important}.transaction-modal-view .input-container{border:1px solid #f1eded!important;border-radius:5px!important;padding:5px!important}.transaction-modal-view .subscription-invoice{font-family:DM Sans!important;font-weight:400!important}.transaction-modal-view .visa-payment-image{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;height:30px!important;margin-right:.5rem!important;object-fit:contain!important;padding:.2rem .5rem!important;text-align:center!important}.transaction-modal-view .table .table{background-color:transparent!important}.transaction-modal-view .phone-input{align-items:center;border:1px solid #ccc;border-radius:4px;display:flex;max-width:250px;padding:5px}.transaction-modal-view .splitinvoice-table table{table-layout:fixed;width:100%}.transaction-modal-view .splitinvoice-table input.form-control{max-width:100%;width:100%}.transaction-modal-view .expanded-row-with-border{border:1px solid #231b63!important;border-bottom:none!important}.transaction-modal-view .expanded-row-content{border-bottom:1px solid #231b63!important;border-left:1px solid #231b63!important;border-right:1px solid #231b63!important;border-top:none}.transaction-modal-view .css-1s2u09g-control{border-color:#eaedf1!important}.transaction-modal-view .invoiceexpiry-input{padding-left:4px!important;width:68%!important}.transaction-modal-view .emiinvoice-select{flex:0 0 36%!important;max-width:100%!important;padding-right:0!important}.transaction-modal-view .css-tlfecz-indicatorContainer{padding:1px!important}.transaction-modal-view .emiinvoice-description{max-width:19%!important}.transaction-modal-view .border-mobilenumber .wrapper{border-color:red!important}.transaction-modal-view .switch{display:inline-block;margin:0 5px;position:relative}.transaction-modal-view .switch>span{font-size:12px;pointer-events:none;position:absolute;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.06);top:9px;width:50%}.transaction-modal-view input.check-toggle-round-flat:checked~.off{color:#fff!important;font-weight:700!important}.transaction-modal-view input.check-toggle-round-flat:checked~.on{color:#bfbecb!important;font-weight:400!important}.transaction-modal-view .switch>span.on{color:#fff!important;font-weight:700!important;left:0;padding-left:2px}.transaction-modal-view .switch>span.off{color:#bfbecb!important;padding-right:4px;right:0}.transaction-modal-view .check-toggle{margin-left:-9999px;position:absolute;visibility:hidden}.transaction-modal-view .check-toggle+label{cursor:pointer;display:block;outline:none;position:relative;-webkit-user-select:none;user-select:none}.transaction-modal-view input.check-toggle-round-flat+label{background-color:#f3f4f7;border-radius:60px;height:35px;padding:2px;width:97px}.transaction-modal-view input.check-toggle-round-flat+label:after,.transaction-modal-view input.check-toggle-round-flat+label:before{content:"";display:block;position:absolute}.transaction-modal-view input.check-toggle-round-flat+label:before{-webkit--moz-border-radius:60px;background-color:#f3f4f7;border-radius:60px;bottom:2px;left:2px;right:2px;top:2px}.transaction-modal-view input.check-toggle-round-flat+label:after{background-color:#231b63!important;border-radius:52px;bottom:4px;font-weight:700!important;left:7px;top:4px;transition:margin .2s;width:40px}.transaction-modal-view input.check-toggle-round-flat:checked+label:after{margin-left:44px}.transaction-modal-view .css-319lph-ValueContainer{padding-left:2px!important}.rtl .invoiceno-input{color:#aeb5bf!important;font-size:14px!important;font-style:italic!important;letter-spacing:1.5px!important;padding:10px!important}.quick-warning-modal .sms-payment-errmsg{font-size:16px!important}.quick-warning-modal .modal-content{border-radius:15px!important}.quick-warning-modal .fs-65{font-size:55px!important}.refund-page .card-options{margin-right:0!important}.refund-page .form{display:flex;justify-content:right}.refund-page .form-group{margin-right:0!important}.refund-page .fa{margin:6px!important}.refund-page .form-button{justify-content:right}.refund-page .rmdp-container{width:100%!important}.refund-page .data-table{margin-top:0!important}.refund-page .data-table .bMgaAx div:first-child{display:grid;overflow:initial!important;text-align:center;width:100%!important}.refund-page .data-table .bMgaAx div:first-child,.refund-page .data-table .eUeqdG{text-overflow:clip!important;white-space:normal!important}.refund-page .data-table .bnAwAJ,.refund-page .data-table .eObVHB,.refund-page .data-table .fQBClJ,.refund-page .data-table .gJhVev,.refund-page .data-table .kIbpEx,.refund-page .data-table .sc-hKMtZM{display:flex!important;justify-content:center!important}.refund-page .data-table .bKBwgj,.refund-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.refund-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}@media only screen and (max-width:450px){.refund-page .form-button{display:flex;justify-content:center!important;margin-top:1.5rem!important}.refund-page .rdt_Pagination .sc-llJcti{display:none}.refund-page .page-header{margin-top:10px!important}}@media only screen and (max-width:991px){.refund-page .page-header{display:inline-flex!important;margin-bottom:0!important;margin-top:0;padding:0!important}.refund-page .page-title{font-size:16px!important}.refund-page .date-view{font-size:14px!important}}@media only screen and (max-device-width:890px){.refund-page .form{display:flex;justify-content:right!important}}.refund-page .react-datepicker-popper{z-index:3!important}.refund-page .pointer-view{margin-top:.5rem!important;text-align:center;text-decoration:underline}.refund-page .table-data{font-size:small}.refund-page .filter-button{align-items:flex-end!important;display:flex!important;text-align:center!important}.refund-page .filter-button .btn,.refund-page .filter-button .form-button{width:100%!important}@media only screen and (max-width:1400px){.refund-page .filter-button .btn,.refund-page .filter-button .form-button{margin-top:.5rem!important;width:100%!important}}.refund-page .page-header{justify-content:flex-start!important}.refund-page .date-view{margin-left:.5rem!important;margin-right:.5rem!important}.refund-page .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.refund-page .service-filter-row .rmdp-container{width:100%!important}.refund-page .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important}.refund-page .filter-button-row{margin-top:1.5rem!important}.refund-page .filter-button-row .form-button,.refund-page .filter-button-row button{width:100%!important}.refund-page .data-table-extensions-filter{display:none!important;margin-top:15px!important}.refund-page .rdt_Pagination .sc-llJcti{display:none!important}.refund-page .filter-box-view{display:flex!important;justify-content:flex-start!important;width:100%!important}.refund-page .filter-box-view .row,.refund-page .filter-box-view .search-form-group{width:100%!important}.refund-modal-view .modal-content{border-radius:15px!important;padding:0!important}@media only screen and (max-width:600px){.refund-modal-view .modal-content{overflow:hidden}}.refund-modal-view .modal-header{align-items:center!important;padding:.7rem!important}.refund-modal-view .title{align-items:center!important;display:flex!important;margin-bottom:0!important;margin-left:1px!important;margin-top:0!important;padding:0!important}.refund-modal-view .modal-body{padding:1rem!important}.refund-modal-view .h4{margin-bottom:0!important}@media only screen and (max-width:550px){.refund-modal-view .table td{font-size:10px;padding:.75rem;vertical-align:top}}@media only screen and (min-width:1370px)and (max-width:1605px){.refund-modal-view .rtl .form{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:left;position:relative;width:100%}}.body .title{font-size:22px;font-weight:400}.body .card-title{color:#1caf9f}.body .btn-primary{background-color:#231b63!important;color:#fff}.open-invoice-list-page .action-icons .delete-icon{margin-left:1rem!important;margin-right:1rem!important}.open-invoice-list-page .top-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important}@media only screen and (max-width:550px){.open-invoice-list-page .top-row{align-items:baseline!important;display:contents!important;justify-content:space-between!important}.open-invoice-list-page .row-button{display:flex!important;justify-content:flex-end!important;margin-top:.5rem!important}}@media only screen and (max-height:991px){.open-invoice-list-page .card{margin-bottom:1.5rem;margin-top:1rem!important;position:relative;width:100%}}.open-invoice-list-page .data-table{margin-top:0!important}.open-invoice-list-page .data-table .bMgaAx div:first-child{display:grid;overflow:initial!important;text-align:center;text-overflow:clip!important;white-space:normal!important;width:100%}.open-invoice-list-page .data-table .eUeqdG{text-overflow:clip!important;white-space:normal!important}.open-invoice-list-page .data-table .bnAwAJ,.open-invoice-list-page .data-table .eObVHB,.open-invoice-list-page .data-table .fQBClJ,.open-invoice-list-page .data-table .gJhVev,.open-invoice-list-page .data-table .kIbpEx,.open-invoice-list-page .data-table .sc-hKMtZM{display:flex!important;justify-content:center!important}.open-invoice-list-page .data-table .bKBwgj,.open-invoice-list-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.open-invoice-list-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.open-invoice-list-page .data-table .dot-sucess{background-color:#09ad95;border-radius:50%;display:inline-block;height:10px;width:10px}.open-invoice-list-page .data-table .dot-fail{background-color:#e73827;border-radius:50%;display:inline-block;height:10px;width:10px}.open-invoice-list-page .cover-spin{background-color:hsla(0,0%,100%,.7);bottom:0;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}.open-invoice-list-page .cover-spin:after{-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite;border:3px solid #231b63;border-radius:50%;border-top-color:transparent;content:"";display:block;height:40px!important;left:50%;position:absolute;top:40%;width:40px!important}.open-invoice-list-page .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.open-invoice-list-page .service-filter-row .rmdp-container{width:100%!important}.open-invoice-list-page .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important}.open-invoice-list-page .filter-button-row{margin-top:1.5rem!important}.open-invoice-list-page .filter-button-row .form-button,.open-invoice-list-page .filter-button-row button{width:100%!important}.open-invoice-list-page .filter-box-view{display:flex!important;justify-content:flex-start!important;width:100%!important}.open-invoice-list-page .filter-box-view .row,.open-invoice-list-page .filter-box-view .search-form-group{width:100%!important}.open-invoice-list-page .page-header{justify-content:flex-start!important}.open-invoice-list-page .date-view{margin-left:.5rem!important;margin-right:.5rem!important}@media only screen and (max-width:991px){.open-invoice-list-page .page-header{display:inline-flex!important;margin-bottom:0!important;margin-top:0!important;padding:0!important}.open-invoice-list-page .label-header{margin-top:1rem!important}.open-invoice-list-page .page-title{font-size:16px!important}.open-invoice-list-page .date-view{font-size:14px!important}}@media only screen and (max-width:441px){.open-invoice-list-page .page-header{margin-top:10px!important}}@media only screen and (min-width:1020px){.open-invoice-list-page .label-header{margin-top:.5rem}}.open-invoice-list-page .data-table-extensions-filter{display:none!important;margin-top:15px!important}.open-invoice-list-page .rdt_Pagination .sc-llJcti{display:none!important}#single-invoice .panel-tabs{justify-content:space-evenly!important}#single-invoice .nav-pills .nav-link.active{background-color:#231b63!important;color:#fff!important}#single-invoice .mobile-number .css-1s2u09g-control{border-radius:7px!important;height:40px!important;padding-right:0!important}@media only screen and (max-width:551px){#single-invoice .mobile-number .css-1s2u09g-control{width:79px!important}}#single-invoice .recurring-background,#single-invoice .recurring-background .form-control:disabled{color:#dee1e9!important}#single-invoice .css-1insrsq-control,#single-invoice .select-backgroundcolor{background-color:#f5f7fc!important}#single-invoice .react-search-template input::-webkit-input-placeholder{color:#4d5875!important;font-family:DM Sans!important;font-size:14px;font-weight:400!important;opacity:1}#single-invoice .react-search-template input::placeholder{color:#4d5875!important;font-family:DM Sans!important;font-size:14px;font-weight:400!important;opacity:1}#single-invoice .checkbox-row{display:flex!important;justify-self:flex-start!important}#single-invoice .modal-body{max-height:650px!important;min-height:550px!important;overflow:scroll!important;padding-bottom:0!important;padding-top:.5rem!important}#single-invoice .input100{border:1px solid #ecf0fa;border-radius:5px;color:#000;display:block;font-size:15px;height:45px;line-height:1.5;padding:10px!important;padding:0 30px 0 54px;width:100%}#single-invoice .auto-search-number .kOYplv{margin:0 14px 5px 5px!important}#single-invoice .auto-search-number .fASA-Dv{margin:0!important}#single-invoice .auto-search-number .jMcrRR{height:40px!important;min-height:40px!important}#single-invoice .auto-search-number .wrapper{border-radius:7px!important;box-shadow:none!important;color:#4d5875!important;font-family:DM Sans!important;font-size:.875rem!important;font-weight:400!important;height:40px!important;margin:0!important;padding:0!important;z-index:1!important}#single-invoice .auto-search-number .wrapper:hover{background-color:initial!important;color:inherit!important}#single-invoice .auto-search-number .jMcrRR>input,#single-invoice .auto-search-number .react-search-template{color:#4d5875!important;font-family:DM Sans!important;font-size:.875rem!important;font-weight:400!important;width:100%}#single-invoice .auto-search-number .jMcrRR>input{padding:0 10px 0 7px!important}#single-invoice .auto-search-number .eWFcRu{display:none!important;margin:0!important}#single-invoice .auto-search-number .fDbOPw{min-height:40px!important}#single-invoice .auto-search-number .bPNNyh{margin:0 10px 0 0!important}#single-invoice .auto-search-number .hCpHso,#single-invoice .auto-search-number .pHieT,#single-invoice .auto-search-number .sc-gsnTZi,#single-invoice .auto-search-number .sc-gswNZ{background:#fff!important;border:1px solid #f2efef!important;color:#4d5875!important;font-family:DM Sans!important;font-size:.875rem!important;font-weight:400!important}#single-invoice .auto-search-number .hCpHso>ul{padding:0!important}.border-mobilenumber .wrapper{border-color:red!important}.adress-validation .card{border:1px solid red!important}.city-list-view .css-1s2u09g-control{border:1px solid #ecf0fa!important;height:45px!important}.product-invoice-menu .card{box-shadow:none!important;cursor:pointer!important;margin-bottom:0!important}.product-invoice-menu .product-menu-content{display:flex!important;justify-content:space-between!important;margin-top:.1rem!important}.product-invoice-menu .fa,.product-invoice-menu .product-menu-name{color:#75777f!important}.Product-creation-content .input-size-cost{align-items:stretch;border-radius:0!important;display:flex;position:relative}.Product-creation-content .input-size-cost .form-control{border-radius:0!important;width:92%!important}.Product-creation-content .input-size-cost .btn{border-radius:0!important}.Product-creation-content .input-size-quantity{align-items:stretch;border-radius:0!important;display:flex;flex-wrap:wrap;position:relative}.Product-creation-content .input-size-quantity .form-control{border-radius:0!important;width:92%!important}.Product-creation-content .input-size-quantity .btn{border-radius:0!important}@media only screen and (max-width:441px){.Product-creation-content .input-size-cost,.Product-creation-content .input-size-quantity{flex-wrap:nowrap!important}}.send-icon{margin-left:.3rem!important;margin-right:.3rem!important}.invoice-product-creation{display:flex!important;justify-content:space-evenly!important;padding-bottom:.5rem!important;padding-top:.5rem!important}@media only screen and (max-width:991px){.invoice-product-creation{display:flex!important;justify-content:space-evenly!important;margin:0!important;padding-bottom:.5rem!important;padding-top:.5rem!important}.card-pay .nav-tabs{margin:0!important}}.product-section-button-container .product-section-button-row{display:flex!important;justify-content:space-evenly!important;margin-top:3rem!important}.product-section-button-container .fa-arrow-left{margin-left:.5rem!important;margin-right:.5rem!important}.invoice-product-list-view{margin-bottom:1rem!important}.invoice-product-list-view .card-body{padding:15px!important}.listing-invoice-products{max-height:500px!important;overflow:auto!important}.listing-invoice-products .product-items{padding-top:1rem!important}.listing-invoice-products .remove-button{left:auto;position:absolute;right:5%;top:25%}.two-tabs-view .nav-tabs .nav-item{display:block!important;width:50%!important}.two-tabs-view .nav-tabs .nav-link.active,.two-tabs-view .nav-tabs .nav-link:hover:not(.disabled){background:#231b63!important;border-radius:2px;color:#fff!important;text-align:center}.four-tabs-view{overflow:hidden!important}.four-tabs-view .nav-tabs .nav-item{display:block!important;font-size:16px!important;width:25%!important}.four-tabs-view .nav-tabs .nav-link.active,.four-tabs-view .nav-tabs .nav-link:hover:not(.disabled){background:#231b63!important;border-radius:2px;color:#fff!important;text-align:center}.four-tabs-view .nav-tabs .nav-link{border-top-left-radius:0!important;border-top-right-radius:0!important}.empty-cart{height:200px!important}.empty-cart .text-message{margin-top:4rem!important}.edit-payment-input{cursor:pointer!important;display:flex!important;justify-content:space-between!important}@media only screen and (max-width:450px){.footer-button{margin-bottom:1.5rem!important;margin-top:1.5rem!important}}.delivery-section-button-row{display:flex!important;justify-content:space-evenly!important}.rtl .remove-button{left:5%;position:absolute;right:auto;top:25%}.invoice-details-modal-view .modal-title{margin-bottom:0!important}.invoice-details-modal-view .single-row{margin-bottom:1rem!important}.invoice-details-modal-view .modal-body{padding:1.5rem 1.5rem 0!important}.invoice-details-modal-view .modal-footer{border-top:none!important;justify-content:center!important;padding:0 0 1.4rem!important}.invoice-details-modal-view .modal-content{border-radius:15px!important}.invoice-details-modal-view .modal-header{align-items:baseline}.invoice-details-modal-view .refund-row{display:flex!important;justify-content:flex-start;padding-bottom:1rem!important}.invoice-details-modal-view .choose-refund-title{padding-bottom:1rem!important;text-align:center!important}.invoice-details-modal-view .space-view{padding-left:1rem!important;padding-right:1rem!important}.invoice-details-modal-view .checkbox-row label{margin-left:.5rem!important;margin-right:.5rem!important}.invoice-details-modal-view .refund-input{margin-bottom:1rem!important;margin-top:.5rem!important;width:300px!important}.invoice-details-modal-view .form-check-input:checked[type=radio]{background-color:#231b63;border-color:#231b63;box-shadow:none}.invoice-details-modal-view .table td{vertical-align:initial!important}.invoice-details-modal-view .open-invoice-details{height:560px!important}.invoice-details-modal-view .open-invoice-details .table td{padding:.5rem!important}@media only screen and (max-width:990px){.invoice-details-modal-view .open-invoice-details{height:600px!important}}@media only screen and (max-width:420px){.invoice-details-modal-view .open-invoice-details{font-size:12px!important;padding:.5rem!important}.invoice-details-modal-view .row-alignment{margin-top:1rem!important}}@media only screen and (min-width:890px){.invoice-details-modal-view .qrcode-alignmnet{align-items:center!important;display:flex!important}.invoice-details-modal-view .font-size-text{font-size:12px!important}.invoice-details-modal-view .row-alignment{margin-top:2rem!important;text-align:center!important}}@media only screen and (max-width:991px){.rtl .top-row{margin-top:1.5rem!important}}.quick-warning-modal .modal-header h4{font-weight:700!important;margin-bottom:0!important}.quick-warning-modal .modal-body{padding:2rem!important}.open-invoice-modal-view-customer .modal-content{border-radius:5px!important;padding:0!important}.open-invoice-modal-view-customer .modal-header{align-items:baseline!important}.open-invoice-modal-view-customer .title{align-items:center!important;display:flex!important;margin-bottom:0!important;margin-left:1px!important;margin-top:0!important;padding:0!important}.open-invoice-modal-view-customer .modal-body{overflow:hidden!important;padding:0!important}.open-invoice-modal-view-customer .customer-details-card{margin-bottom:0!important;position:relative!important;width:100%!important}.open-invoice-modal-view-customer .h4{margin-bottom:0!important}.css-1s2u09g-control,.css-1s2u09g-control .css-1s2u09g-control{width:100%!important}.css-1xhz1h6-control{border:none!important;width:100%!important}.css-1xhz1h6-control:hover{background:none!important;background-color:#f0f8ff!important;border:none!important}.border-red .css-1s2u09g-control{border-color:#e73827!important}.resend-modal-view .margin-text-cancel-btn{margin-bottom:25px!important;margin-top:10px!important}.margin-btn-cancel{margin-bottom:5px!important}.quick-invoice-modal .tabContainer{cursor:pointer;display:flex;justify-content:space-around}.quick-invoice-modal .tab{border-bottom:2px solid transparent;color:#bbc1cb!important;font-size:14px!important;padding:10px 20px;transition:all .3s ease-in-out}.quick-invoice-modal .tab:hover{border-bottom:2px solid #d3d3d3}.quick-invoice-modal .tab.active{background-color:#231b63!important;color:#fff!important;font-weight:700}.quick-invoice-modal .toggleContainer div{padding:10px;text-align:center;z-index:1}.quick-invoice-modal .toggleCheckbox{display:none}.quick-invoice-modal .toggleCheckbox:checked+.toggleContainer div:first-child{color:#bbc1cb;transition:color .3s}.quick-invoice-modal .toggleCheckbox+.toggleContainer div:first-child,.quick-invoice-modal .toggleCheckbox:checked+.toggleContainer div:last-child{color:#fff;transition:color .3s}.quick-invoice-modal .toggleCheckbox+.toggleContainer div:last-child{color:#bbc1cb;transition:color .3s}.quick-invoice-modal .active{-webkit-text-decoration:underline solid #fff 1px!important;text-decoration:underline solid #fff 1px!important;-webkit-text-decoration-color:#fff!important;text-decoration-color:#fff!important;text-underline-offset:5px!important}.quick-invoice-modal .recurrance-padding{padding-right:0!important}.rtl .toggleCheckbox+.toggleContainer div:first-child{color:#bbc1cb!important;transition:color .3s}.rtl .toggleCheckbox:checked+.toggleContainer div:last-child{color:#fff;transition:color .3s}.rtl .toggleCheckbox:checked+.toggleContainer div:first-child{color:#bbc1cb;transition:color .3s}.rtl .active{-webkit-text-decoration-color:#fff!important;text-decoration-color:#fff!important;text-underline-offset:5px!important}.rtl .toggleCheckbox+.toggleContainer div:last-child{color:#bbc1cb!important;transition:color .3s}.rtl .toggleContainer{background:#fff;border:1.5px solid #231b63;border-radius:5px;color:#231b63;display:grid;font-size:.9rem!important;font-weight:700;grid-template-columns:repeat(2,1fr);margin-bottom:0!important;padding:0!important;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.rtl .toggleContainer:before{background:#231b63;border-radius:0;content:"";height:100%;left:0;position:absolute;transition:all .3s;width:50%}.four-tabs-view .nav-tabs .nav-item{-webkit-text-decoration:underline solid #f3f4f7 1px!important;text-decoration:underline solid #f3f4f7 1px!important;-webkit-text-decoration-color:#f3f4f7!important;text-decoration-color:#f3f4f7!important;text-underline-offset:5px!important}.invoice-list-page .action-icons .delete-icon{margin-left:1rem!important;margin-right:1rem!important}.invoice-list-page .data-table{margin-top:1rem!important}.invoice-list-page .data-table .bMgaAx div:first-child,.invoice-list-page .data-table .eUeqdG{text-overflow:clip!important;white-space:normal!important}.invoice-list-page .data-table .bnAwAJ,.invoice-list-page .data-table .eObVHB,.invoice-list-page .data-table .fQBClJ,.invoice-list-page .data-table .gJhVev,.invoice-list-page .data-table .kIbpEx,.invoice-list-page .data-table .sc-hKMtZM{display:flex!important;justify-content:center!important}.invoice-list-page .data-table .bKBwgj,.invoice-list-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.invoice-list-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.open-invoice-modal-view .modal-title{margin-bottom:0!important}.open-invoice-modal-view .single-row{margin-bottom:1rem!important}.open-invoice-modal-view .modal-body{padding:1.5rem 1.5rem 0!important}.open-invoice-modal-view .modal-footer{border-top:none!important;justify-content:center!important;padding:0 0 1.4rem!important}.open-invoice-modal-view .modal-content{border-radius:15px!important}.open-invoice-modal-view .modal-header{align-items:baseline}.open-invoice-modal-view .refund-row{display:flex!important;justify-content:flex-start;padding-bottom:1rem!important}.open-invoice-modal-view .choose-refund-title{padding-bottom:1rem!important;text-align:center!important}.open-invoice-modal-view .space-view{padding-left:1rem!important;padding-right:1rem!important}.open-invoice-modal-view .checkbox-row label{margin-left:.5rem!important;margin-right:.5rem!important}.open-invoice-modal-view .refund-input{margin-bottom:1rem!important;margin-top:.5rem!important;width:300px!important}.open-invoice-modal-view .checkbox-row{display:flex!important;justify-self:flex-start!important;padding-top:1rem!important}.open-invoice-modal-view .fixed-invoice{padding-left:3rem!important}.open-invoice-modal-view .form-check-input:checked[type=radio]{background-color:#231b63;border-color:#231b63;box-shadow:none}@media only screen and (min-width:890px){.open-invoice-modal-view .qrcode-alignmnet{align-items:center!important;display:flex!important}.open-invoice-modal-view .font-size-text{font-size:12px!important}.open-invoice-modal-view .row-alignment{margin-top:1rem!important;text-align:center!important}}@media only screen and (max-width:441px){.open-invoice-modal-view .model-body{font-size:12px!important;padding:1rem!important}.open-invoice-modal-view .table-data{font-size:12px!important}}@media only screen and (min-width:1000px){.open-invoice-modal-view .open-invoice-details{height:550px!important}.open-invoice-modal-view .row-alignment{margin-top:2rem!important;text-align:center!important}}@media only screen and (max-width:990px){.open-invoice-modal-view .open-invoice-details{height:600px!important}.open-invoice-modal-view .row-alignment{margin-top:2.5rem!important}.open-invoice-modal-view .modal-body{padding:1rem!important}}.open-invoice-modal-view .open-invoice-details .table td{padding:.5rem!important}.openinvoice-warning-modal h4{margin:0!important}@media only screen and (max-width:551px){.invoice-list .date-view,.invoice-list .page-title{margin-top:1.5rem!important}.invoice-list .search-form-group{width:100%!important}}.invoice-list .date-red-border .rmdp-container .rmdp-input{border-color:red!important}.invoice-list .dYitNJ,.invoice-list .dsRtQm,.invoice-list .dyczJt,.invoice-list .fXHZsh,.invoice-list .gJhVev,.invoice-list .iUnlvR,.invoice-list .kHQTcN,.invoice-list .kwoMvB,.invoice-list .wSyUN{display:flex!important;justify-content:center!important}.invoice-list .fXHZsh{overflow:hidden!important;word-break:break-word!important}.invoice-list .jfrgbA{word-break:normal!important}.invoice-list .four-tabs-view .nav-tabs .nav-item{width:50%!important}.invoice-list .page-header{justify-content:flex-start!important}.invoice-list .date-view{margin-left:.5rem!important;margin-right:.5rem!important}.invoice-list .status-size{display:grid!important;text-align:center!important;width:100px!important}.invoice-list .aBEwS{display:flex!important;justify-content:flex-start!important}.invoice-list .border-left{border-left:1px solid #000!important}.invoice-list .bMgaAx div:first-child{overflow:initial!important;text-overflow:clip!important;white-space:normal!important}.invoice-list .icon-green-color{color:#569834}.invoice-list .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.invoice-list .service-filter-row .rmdp-container{width:100%!important}.invoice-list .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important;justify-content:space-evenly!important;text-align:center!important}.invoice-list .filter-button-row{margin-top:1.5rem!important}.invoice-list .filter-button-row .form-button,.invoice-list .filter-button-row button{width:100%!important}.invoice-list .filter-box-view{display:flex!important;justify-content:flex-start!important;width:100%!important}.invoice-list .filter-box-view .row,.invoice-list .filter-box-view .search-form-group{width:100%!important}.invoice-list .data-table-extensions-filter{display:none!important;margin-top:15px!important}.invoice-list .rdt_Pagination .sc-llJcti{display:none!important}@media only screen and (max-width:768px){.invoice-list .page-header{margin:6px!important}.invoice-list .card{margin-bottom:1rem!important;margin-top:1rem!important}.invoice-list .page-title{font-size:16px!important}.invoice-list .date-view{font-size:14px!important}}@media only screen and (max-width:991px){.invoice-list .page-header{display:inline-flex!important;margin-left:0!important}.invoice-list .filter-button-row{margin-top:1rem!important}.invoice-list .status-margin-top{margin-top:10px!important}}.invoice-list .cover-spin{background-color:hsla(0,0%,100%,.7);bottom:0;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}.invoice-list .cover-spin:after{-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite;border:3px solid #231b63;border-radius:50%;border-top-color:transparent;content:"";display:block;height:40px!important;left:50%;position:absolute;top:40%;width:40px!important}.invoice-list .row-cards .card-body{align-items:center!important;display:flex!important;justify-content:space-between!important}.invoice-list .row-cards .card-title{margin-bottom:.5rem!important;margin-top:.5rem!important}.invoice-list .payment-method-type{display:flex!important}.invoice-list .payment-method-type .small-payment-image{margin-left:.5rem!important}.invoice-list .payment-method-type .small-payment-image,.invoice-list .payment-method-type .small-payment-image-knet{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;height:28px!important;margin-right:.5rem!important;object-fit:contain!important;padding:.2rem .4rem!important;text-align:center!important}.invoice-list .HUzNv{padding-left:6px!important;padding-right:6px!important}.invoice-list .invoice-flex-view{display:flex!important}.invoice-list .invoice-flex-view .space-margin{margin-left:.5rem!important;margin-right:.5rem!important;margin-top:.3rem!important}.resend-modal-view .modal-content{border-radius:15px!important}.resend-modal-view .modal-title{margin-bottom:0!important}.resend-modal-view .modal-body{padding:2rem!important;text-align:center!important}.resend-modal-view .fa-paper-plane-o{font-size:2.5rem!important}.resend-modal-view .title-view{margin-bottom:1rem!important;margin-top:1rem!important}.resend-modal-view .description-view{margin-bottom:0!important}.resend-modal-view .country-code{padding-right:0!important}.invoice-list-detail-modal .modal-content{border-radius:15px!important}.invoice-list-detail-modal .four-tabs-view .nav-tabs .nav-item{width:50%!important}.invoice-list-detail-modal .modal-body{font-size:16px!important;min-height:425px!important;overflow:hidden!important;overflow-y:scroll!important;padding:1.5rem!important}.invoice-list-detail-modal .card-pay .nav-tabs{padding-left:.5rem!important;padding-right:.5rem!important}.invoice-list-detail-modal .modal-header{padding-bottom:.5rem!important;padding-top:.5rem!important}.invoice-list-detail-modal .no-transaction-data{display:flex!important;justify-content:center!important;position:absolute!important;top:50%!important;width:100%!important}.invoice-list-detail-modal .transaction-details-body{height:425px!important;overflow-x:hidden!important;overflow-y:scroll!important}@media only screen and (max-width:991px){.invoice-list-detail-modal .tab-content>.active{display:block;margin-top:1rem!important}}.invoice-list-detail-modal .icon-green-color{color:#569834}@media only screen and (max-width:550px){.invoice-list-detail-modal .modal-body{font-size:12px!important;overflow:hidden!important;padding:.5rem}.invoice-list-detail-modal .card-pay .nav-tabs .nav-item button{font-size:12px!important}}.invoice-list-detail-modal .col-md-12{padding-right:0!important}.invoice-list-detail-modal .transaction-table-margin{margin-left:10px!important}.invoice-list-detail-modal .margin-products{color:#231b63!important;text-align:center!important}.invoice-list-detail-modal .icon-colour{color:#706f6f!important}.invoice-list-detail-modal .visa-payment-image{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;height:25px!important;margin-right:.5rem!important;object-fit:contain!important;padding:.2rem .5rem!important;text-align:center!important}.share-footer{display:flex!important;justify-content:center!important;padding:1rem!important}.share-footer span{margin-left:.5rem!important;margin-right:.5rem!important}.resend-sms-view{display:flex!important;justify-content:space-between!important}.resend-mobile-sms{padding:0 1rem 2rem!important}.resend-mobile-sms .form-label{text-align:start!important}.quick-invoice-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important;padding-top:2rem!important}.quick-invoice-row .invoices-row-button{display:flex!important;justify-content:flex-end!important}.quick-invoice-row .invoices-row-button .delivery-invoice-button{margin-left:1rem!important;margin-right:1rem!important}@media only screen and (max-width:550px){.quick-invoice-row{align-items:baseline!important;display:contents!important;justify-content:space-between!important;padding-bottom:1.5rem!important}.invoices-row-button{margin-top:1rem!important}}.invoice-list-detail-modal .modal-body{font-size:12px!important;padding:.5rem!important}.rtl .service-filter-row .rmdp-container{margin-right:0!important}.rtl .service-filter-row .row{margin-left:0!important;margin-right:0!important}@media only screen and (max-width:465px){.rtl .page-title{margin-top:1rem!important}}.copy-invoice-type{display:flex!important;justify-content:space-between!important}.copy-invoice-type,.copy-invoice-type .pointer{overflow:inherit!important}.invoice-share-icon .fa{cursor:pointer!important;font-size:1.2rem!important}.share-url-link{color:#231b63!important;cursor:pointer!important;font-weight:700!important;text-decoration:underline!important}.copy-row{align-items:baseline!important;cursor:pointer!important;display:flex!important}.copy-row .first-link{width:240px!important}.copy-row .group-link{width:266px!important}.copy-row .fa-copy{font-weight:700!important}.invoice-list-modal .four-tabs-view .nav-tabs .nav-item{margin-top:0!important;padding:0!important;width:50%!important}.invoice-list-modal .tab-content{margin-top:10px!important}.invoice-list-modal .col-lg-5{width:50%!important}.invoice-list-modal .padding-modal-tabs-invoicelist{padding:10px 10px 6px!important}.invoice-list-modal .card-pay .nav-tabs{margin-bottom:0!important;padding-top:0!important}.invoice-list-modal .model-body{padding-top:5px!important}.paymenttransfer-page .data-table-extensions{display:none!important}.paymenttransfer-page .card-options{margin-right:0!important}.paymenttransfer-page .form{display:flex;justify-content:right}.paymenttransfer-page .form-group{margin-right:0!important}.paymenttransfer-page .fa{margin:6px!important}.paymenttransfer-page .form-button{justify-content:right}.paymenttransfer-page .rmdp-container{width:100%!important}@media only screen and (max-device-width:600px){.paymenttransfer-page .text-red{position:absolute!important}}.paymenttransfer-page .data-table{margin-top:1rem!important}.paymenttransfer-page .data-table .bMgaAx div:first-child{text-align:center;width:100%!important}.paymenttransfer-page .data-table .bMgaAx div:first-child,.paymenttransfer-page .data-table .eUeqdG{overflow:initial!important;text-overflow:clip!important;white-space:normal!important}.paymenttransfer-page .data-table .bnAwAJ,.paymenttransfer-page .data-table .eObVHB,.paymenttransfer-page .data-table .fQBClJ,.paymenttransfer-page .data-table .gJhVev,.paymenttransfer-page .data-table .kIbpEx,.paymenttransfer-page .data-table .sc-hKMtZM{display:flex!important;justify-content:center!important}.paymenttransfer-page .data-table .bKBwgj,.paymenttransfer-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.paymenttransfer-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.paymenttransfer-page .cover-spin{background-color:hsla(0,0%,100%,.7);bottom:0;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}.paymenttransfer-page .cover-spin:after{-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite;border:3px solid #231b63;border-radius:50%;border-top-color:transparent;content:"";display:block;height:40px!important;left:50%;position:absolute;top:40%;width:40px!important}@media only screen and (max-device-width:450px){.paymenttransfer-page .form-button{display:flex;justify-content:center!important;margin-top:1.5rem!important}.paymenttransfer-page .rdt_Pagination .sc-llJcti{display:none}}@media only screen and (max-width:991px){.paymenttransfer-page .page-header{display:inline-flex!important;margin-bottom:0!important;margin-top:0!important;padding:0!important}.paymenttransfer-page .page-title{font-size:16px!important}.paymenttransfer-page .date-view{font-size:14px!important}}@media only screen and (max-device-width:890px){.paymenttransfer-page .form{display:flex;justify-content:right!important}}@media only screen and (max-width:441px){.paymenttransfer-page .page-header{margin-top:10px!important}}.paymenttransfer-page .react-datepicker-popper{z-index:3!important}.paymenttransfer-page .table-data{font-size:small}.paymenttransfer-page .filter-button{align-items:flex-end!important;display:flex!important;text-align:center!important}.paymenttransfer-page .page-header{justify-content:flex-start!important}.paymenttransfer-page .date-view{margin-left:.5rem!important;margin-right:.5rem!important}.paymenttransfer-page .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.paymenttransfer-page .service-filter-row .rmdp-container{width:100%!important}.paymenttransfer-page .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important}.paymenttransfer-page .filter-button-row{margin-top:1.5rem!important}.paymenttransfer-page .filter-button .form-button,.paymenttransfer-page .filter-button button,.paymenttransfer-page .filter-button-row .form-button,.paymenttransfer-page .filter-button-row button{width:100%!important}@media only screen and (max-width:1400px){.paymenttransfer-page .filter-button .btn,.paymenttransfer-page .filter-button .form-button{margin-top:.5rem!important;width:100%!important}}.paymenttransfer-page .data-table-extensions-filter{display:none!important;margin-top:15px!important}.paymenttransfer-page .rdt_Pagination .sc-llJcti{display:none!important}.paymenttransfer-page .filter-box-view{display:flex!important;justify-content:flex-start!important;width:100%!important}.paymenttransfer-page .filter-box-view .row,.paymenttransfer-page .filter-box-view .search-form-group{width:100%!important}.paymenttransfer-page .nav-link{border-radius:0!important;color:#231b63!important;font-size:11px!important;font-weight:500!important;padding:.5rem!important}.paymenttransfer-page .nav-pills .nav-link.active{background-color:#231b63!important;color:#fff!important;display:flex!important;font-size:11px!important;font-weight:500!important;justify-content:center!important}.paymenttransfer-page .two-tabs-view .nav-tabs .nav-item{background-color:#231b63!important;color:#fff!important;text-align:center!important}.paymenttransfer-page .nav{background-color:#f3f4f7!important;color:#231b63!important;display:flex!important;justify-content:center!important}.paymenttransfer-page .nav-item{color:#fff!important;display:flex!important;justify-content:center!important}.paymenttransfer-page .date-tabs-view{display:flex!important;justify-content:center!important;margin-left:6.5rem!important}.payment-transaction-list .modal-content{border-radius:15px!important;overflow:hidden!important;padding:0!important}.payment-transaction-list .modal-header{align-items:baseline!important}.payment-transaction-list .title{align-items:center!important;display:flex!important;margin-bottom:0!important;margin-left:1px!important;margin-top:0!important;padding:0!important}.payment-transaction-list .modal-body{max-height:550px!important;overflow:scroll!important;padding:0!important}.payment-transaction-list .transaction-table-card{margin-bottom:0!important;position:relative!important;width:100%!important}.payment-transaction-list .h4{margin-bottom:0!important}@media only screen and (min-width:800px){.rtl .form{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:left;margin-right:0!important;position:relative;width:100%}}.pdf-table-modal .progress-bar{background-color:#fff!important;width:100%!important}.pdf-table-modal .pdf-report-text{color:#231b63!important;display:flex!important;font-size:15px;font-weight:700;justify-content:center!important;margin-bottom:10px}.pdf-table-modal .progress-bar-circ-container{width:auto!important}.pdf-table-modal .pdf-row-button{display:flex!important;justify-content:center!important;margin-top:10px!important}@media(max-width:500px){.error-bg .header-brand-img{height:77px!important;margin:0 auto}.error-bg .display-1{font-size:4.5rem!important;margin-right:2px;text-align:center}}@media only screen and (max-width:441px){.bulk-sms-page .bulk-sms-row{align-items:baseline!important;justify-content:space-between!important;padding-bottom:2rem!important;padding-top:2rem!important}.bulk-sms-page .margin-mobile-devices{margin-top:1rem!important}}@media only screen and (min-width:768px){.bulk-sms-page .bulk-sms-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important;padding-bottom:2rem!important;padding-top:2rem!important}}.bulk-sms-page .rdt_Pagination .sc-llJcti{display:none!important}.bulk-sms-page .data-table-extensions-filter{display:none!important;margin-top:15px!important}.bulk-sms-page .bMgaAx div:first-child{overflow:visible!important}.bulk-sms-page .button-generate,.bulk-sms-page .button-samplefile,.bulk-sms-page .button-uploadbulk{align-items:baseline!important;display:flex!important}@media only screen and (max-width:551px){.bulk-sms-page .button-samplefile{width:50%!important}}.bulk-sms-page .icon-sms,.bulk-sms-page .icon-upload{display:inline-grid!important;justify-content:center!important}.bulk-sms-page .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.bulk-sms-page .service-filter-row .rmdp-container{width:100%!important}.bulk-sms-page .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important;justify-content:space-evenly!important;text-align:center!important}.bulk-sms-page .filter-button-row{margin-top:1.5rem!important}.bulk-sms-page .filter-button-row .form-button,.bulk-sms-page .filter-button-row button{width:100%!important}.upload-bulk-file-container .card-body{height:210px!important;text-align:center!important}.upload-bulk-file-container .section-container{border:1px solid!important;border-radius:10px!important;padding:1rem!important;width:300px!important}.upload-bulk-file-container .upload-row{display:flex!important;justify-content:center!important;padding-top:1.5rem!important}.upload-bulk-file-container .upload-button{margin-left:.5rem!important;margin-right:.5rem!important}.upload-bulk-file-container .file-type{display:block!important;margin-bottom:1rem!important;margin-top:.5rem!important}.upload-bulk-file-container .file-extenstion{padding-right:0!important}.upload-bulk-file-container .filetype-extenstion{padding-left:0!important}.bulk-edit-modal-view .modal-content{border-radius:15px!important}.bulk-edit-modal-view .modal-title{margin-bottom:0!important}.bulk-edit-modal-view .modal-body{padding:1.5rem!important}.bulk-edit-modal-view .footer-row{display:flex!important;justify-content:space-evenly!important;margin-top:1rem!important}.bulk-edit-modal-view .mobile-note{color:#e46565!important;font-size:12px!important}.bulk-users{margin-left:1rem!important;margin-right:1rem!important}.total-invoice-section{padding-bottom:1rem!important;text-align:center!important}.total-invoice-section h5{color:#1caf9f!important;margin-top:1rem!important}.total-invoice-section .send-bulk-sms{display:flex!important;justify-content:center!important;margin-top:2rem!important}.total-invoice-section .submit-btn{margin-left:.5rem!important;margin-right:.5rem!important}.customerreport-modal .modal-content{border-radius:15px!important}.customerreport-modal .modal-title{margin-bottom:0!important}.customerreport-modal .div-red-border{border:1px solid red!important}.customerreport-modal .upload-row{display:flex!important;justify-content:center!important}.customerreport-modal .upload-button{margin-left:.5rem!important;margin-right:.5rem!important}.open-invoice-modal-view-customer .modal-content{border-radius:15px!important}@media only screen and (max-width:441px){.open-invoice-modal-view-customer .model-body,.open-invoice-modal-view-customer .transaction-modal-view .modal-body .modal-body{padding:0!important}}.sales-order-page{overflow:hidden!important}.sales-order-page .data-table-extensions>.data-table-extensions-filter>.filter-text{display:none!important}.sales-order-page .jUJcdR div:first-child{white-space:normal!important}.sales-order-page .form-button{justify-content:right}.sales-order-page .rmdp-container{width:100%!important}.sales-order-page .filter-button{align-items:flex-end!important}.sales-order-page .filter-button .btn,.sales-order-page .filter-button .form-button{width:100%!important}@media only screen and (max-width:1400px){.sales-order-page .filter-button .btn,.sales-order-page .filter-button .form-button{margin-top:.5rem!important;width:100%!important}}.sales-order-page .search-form-group{width:25%!important}.sales-order-page .form{justify-content:flex-end}.sales-order-page .back-button{text-align:end!important}.sales-order-page .order-details-heading,.sales-order-page .payment-heading{background-color:#231b63;color:#ddd;padding:15px}.sales-order-page .total-row-section{padding:5px!important}.sales-order-page .total-row-section .address-value,.sales-order-page .total-row-section .amount-value{margin-left:.5rem!important;margin-right:.5rem!important}.sales-order-page .header-paid-img{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:250px!important}.sales-order-page .paid-image{position:absolute;top:40%}.sales-order-page .address-heading{background-color:#231b63;color:#ddd;padding:15px}.sales-order-page .table-heading-data,.sales-order-page .table-items{text-align:center}.sales-order-page .order-details-card{margin-top:20px!important}.sales-order-page .orders-details-view{box-shadow:0 0 1px}.sales-order-page .payment-data{box-shadow:0 0 1px;padding:20px!important}.sales-order-page .order-data{padding:20px!important}.sales-order-page .back-button{margin-top:10px!important;padding:10px!important}.sales-order-page .product-table{margin-top:1.75rem!important}.sales-order-page .total-row-section{align-items:baseline!important;display:flex!important;justify-content:flex-end;padding:4px!important}@media only screen and (max-width:551px){.sales-order-page .page-title{display:contents!important;font-size:19px!important}}@media only screen and (max-width:450px){.sales-order-page .payment-data{padding:5px!important}.sales-order-page .table-items{font-size:small}.sales-order-page .description-overflow{word-wrap:break-word!important;max-width:102px!important;overflow:scroll!important}.sales-order-page .payment-heading{margin-top:5px!important}.sales-order-page .saleorder-tokenno{overflow:hidden!important;white-space:normal!important;word-break:break-all!important}}@media only screen and (max-width:991px){.sales-order-page .page-header{display:inline-flex!important;font-size:19px!important}.sales-order-page .page-title{font-size:19px}}.sales-order-page .data-table{margin-top:1rem!important}.sales-order-page .data-table .bMgaAx div:first-child{text-align:center;width:100%!important}.sales-order-page .data-table .bMgaAx div:first-child,.sales-order-page .data-table .eUeqdG{overflow:initial!important;text-overflow:clip!important;white-space:normal!important}.sales-order-page .data-table .bnAwAJ,.sales-order-page .data-table .eObVHB,.sales-order-page .data-table .fQBClJ,.sales-order-page .data-table .gJhVev,.sales-order-page .data-table .kIbpEx,.sales-order-page .data-table .sc-hKMtZM{display:flex!important;justify-content:center!important}.sales-order-page .data-table .bKBwgj,.sales-order-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.sales-order-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.sales-order-page .data-table .lFQvX div:first-child{overflow:hidden;text-overflow:ellipsis;white-space:normal!important}.sales-order-page .react-datepicker-popper{z-index:3!important}.sales-order-page .pointer{text-align:center;text-decoration:underline}.sales-order-page .table-data{font-size:small}.sales-order-page .filter-button{display:flex!important;justify-content:center!important}.sales-order-page .page-header{justify-content:flex-start!important}.sales-order-page .date-view{margin-left:.5rem!important;margin-right:.5rem!important}.sales-order-page .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.sales-order-page .service-filter-row .rmdp-container{width:100%!important}.sales-order-page .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important}.sales-order-page .filter-button-row{margin-top:1.5rem!important}.sales-order-page .filter-button-row .form-button,.sales-order-page .filter-button-row button{width:100%!important}.sales-order-page .heading{color:#231b63;font-weight:400}.sales-order-page .filter-box-view{display:flex!important;justify-content:flex-end!important}.sales-order-page .search-form-group{width:100%!important}.sales-order-page .card-header{border-bottom:0 solid #231b63!important;display:flex!important;justify-content:center!important}.sales-order-page .green-transaction{align-items:center!important;display:flex!important}.sales-order-page .green-transaction .ion,.sales-order-page .green-transaction .mdi{color:#09ad95!important}.sales-order-page .green-transaction .success-status{color:#09ad95!important;font-weight:700!important;margin-top:.1rem!important;text-transform:uppercase!important;white-space:pre-wrap}.sales-order-page .green-transaction .second-text{margin-left:5.5px!important;margin-right:5.5px!important}.sales-order-page .red-transaction{display:flex!important}.sales-order-page .red-transaction .ion{color:#f82649!important}.sales-order-page .red-transaction .failed-status{color:#f82649!important;font-weight:700!important;margin-top:2px!important;text-transform:uppercase!important;white-space:pre-wrap}.sales-order-page .red-transaction .failed-text{margin-left:.2rem!important;margin-right:.2rem!important}.sales-order-page .circle{background:#09ad95;border-radius:50%;height:20px;margin-left:.5rem!important;margin-right:.5rem!important;position:relative;-webkit-print-color-adjust:exact!important;width:20px}.sales-order-page .checkmark{border-bottom:1px solid #fff;border-right:1px solid #fff;height:6.6666666667px;left:35%;position:absolute;top:45%;-webkit-transform:rotate(45deg) translate(-50%,-50%);transform:rotate(45deg) translate(-50%,-50%);width:3.3333333333px}.sales-order-page .crosssign{background-color:#f82649!important;border-radius:50%;display:inline-grid;margin-left:.5rem!important;margin-right:.5rem!important;min-inline-size:1.1em;place-content:center;-webkit-print-color-adjust:exact!important}.sales-order-page .crosssign:before{color:#fff;content:"×";font-weight:700}.sales-order-page .header-brand-img{height:6rem!important}.sales-order-page .tracking-order-number{border:2px dotted #231b63}@media only screen and (max-width:450px){.sales-order-page .tracking-order-number{padding:1rem!important}}.sales-order-page .tracking-order-number h5{margin-top:.66rem!important}.sales-order-page .tracking-order-number .link-view{color:#231b63!important;cursor:pointer!important;text-decoration:underline!important}.order-status-text-view{font-weight:700!important;margin-top:3rem!important;text-align:center!important;text-decoration:underline!important}.steps-container-view{margin-top:8rem!important}@media only screen and (max-width:450px){.steps-container-view{margin-top:6rem!important}}.steps-container-view .steps{color:#929292;display:table;height:4rem;list-style:none;margin:0;padding:0;table-layout:fixed;width:100%}.steps-container-view .steps>.step{color:#6d6875;display:table-cell;font-size:.875rem;font-weight:700!important;position:relative;text-align:center}.steps-container-view .steps>.step:before{background:#fff;border:2px solid #e6e6e6;border-radius:100%;color:#e6e6e6;content:attr(data-step);display:block;font-size:1rem;font-weight:700;height:2rem;line-height:1.9rem;margin:0 auto;position:relative;text-align:center;width:2rem;z-index:1}.steps-container-view .steps>.step:after{background:#e6e6e6;content:"";display:block;height:.125rem;left:50%;position:absolute;top:1rem;width:100%}.steps-container-view .steps>.step:last-child:after{display:none}.steps-container-view .steps>.step.is-complete{color:#6d6875}.steps-container-view .steps>.step.is-complete:before{background:#fff;border:2px solid #00b289;color:#00b289;content:"✓"}.steps-container-view .steps>.step.is-complete:after{background:#00b289}.steps-container-view .steps>.step.is-active{font-weight:700!important}.steps-container-view .steps>.step.is-active:before{background:#00b289;border:2px solid #00b289;color:#fff;margin-bottom:-4.9rem}.order-track-url{display:flex!important;justify-content:center!important}@media only screen and (max-width:450px){.order-track-url{display:block!important}}.sale-order-status .page-title{color:#231b63}.sale-order-status .edit-sale-status .sale-status-cancel-btn{margin-left:2rem!important}.sale-order-status .edit-sale-status .sale-status-edit-btn{display:flex!important;justify-content:flex-end!important}.sale-order-status .edit-sale-status .btn-width{width:100px!important}.sale-order-status .edit-sale-status .margin-bottom-edit-saleorder{margin-bottom:6.2rem!important}.sale-order-status .dYitNJ,.sale-order-status .kHQTcN{display:flex!important;justify-content:center!important}@media only screen and (max-width:441px){.sale-order-status .page-title{font-size:16px!important;margin-top:1.5rem!important}}.sale-order-status .edit-sale-btn-space{display:flex!important;justify-content:space-between!important}.sale-order-status .data-table-extensions-filter{display:none!important}.rtl .edit-sale-status .sale-status-edit-btn{display:flex!important;justify-content:left!important;padding:1rem!important}.rtl .edit-sale-status .sale-status-cancel-btn{margin-right:2rem!important}@media only screen and (max-width:991px){.sales-list .page-title{display:inline-flex;font-size:large;margin-bottom:0;margin-top:10px!important}.sales-list .page-header{display:flex!important}}.sales-list page-header{display:flex!important;justify-content:space-between!important}.sales-list .jUJcdR div:first-child{white-space:normal!important}.sales-list .create-sale-list-button,.sales-list .form{display:flex!important;justify-content:flex-end!important}.sales-list .date-view{margin-left:.5rem!important;margin-right:.5rem!important}.sales-list .dYitNJ,.sales-list .dyczJt,.sales-list .eIXMSp,.sales-list .fQBClJ,.sales-list .koRweV,.sales-list .rdt_TableCol,.sales-list .wSyUN{justify-content:center!important}.sales-list .salelist-row-button{display:flex!important;justify-content:flex-end!important}.sales-list a{color:#231b63!important}.sales-list .bMgaAx div:first-child{display:grid;overflow:initial!important;text-align:center;text-overflow:clip!important;white-space:normal!important;width:100%}.sales-list .data-table-extensions,.sales-list .rdt_Pagination .sc-llJcti{display:none!important}.sales-list .search-form-group{width:100%!important}.sales-list .filter-box-view{display:flex!important;justify-content:flex-end!important;width:100%!important}.sales-list .filter-button-row{margin-top:1.5rem!important}.sales-list .filter-button-row .form-button{width:100%!important}.sales-list .filter-button-row button{margin-top:.5rem!important;width:100%!important}@media only screen and (max-width:600px){.sales-list .filter-button-row{margin-top:.5rem!important}.sales-list .filter-button-row .form-button{margin-top:1rem!important}}.sales-list .rmdp-container{width:100%!important}@media(max-width:441px){.sales-list .page-header{display:block!important}.sales-list .page-title{display:flex!important;justify-content:flex-end!important}.sales-list .search-form-group{width:50%!important}}@media(min-width:992px){.sales-list .rtl .rmdp-container{width:100%!important}}@media only screen and (min-width:800px){.rtl .form{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:left;margin-right:0!important;position:relative;width:100%}.rtl .rmdp-container{width:100%!important}}.rtl .input-group{width:100%!important}.category-list-page .table th,.category-list-page .text-wrap table th{text-align:center!important;text-transform:capitalize!important}.category-list-page .list-number{text-align:center!important;width:60px!important}.category-list-page .status-row{text-align:center!important;width:120px!important}.category-list-page .category-name{text-align:start!important}.category-list-page .top-row-view{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.category-list-page .fe{color:#fff!important}.category-list-page .status-size{display:grid!important;overflow:initial!important;text-align:center!important;width:100px!important}.category-list-page .dBbhDz div:first-child{overflow:initial!important;text-overflow:ellipsis!important;white-space:normal!important}.category-list-page .data-table-extensions,.category-list-page .rdt_Pagination .sc-llJcti{display:none!important}.category-list-page .search-form-group{display:flex!important;justify-content:flex-end!important}.category-list-page .input-group{width:100%!important}@media only screen and (max-width:551px){.category-list-page .input-group{width:65%!important}}.category-list-page .filter-box-view{display:flex!important;justify-content:flex-start!important;width:100%!important}.category-list-page .filter-box-view .row,.category-list-page .filter-box-view .search-form-group{width:100%!important}.category-modal-view .modal-content{border-radius:15px!important}.category-modal-view .status-block{align-items:baseline!important;display:flex!important}.category-modal-view .modal-title{margin-bottom:0!important}.category-modal-view .modal-body{padding:2rem!important}.category-modal-view .custom-controls-stacked{padding-left:1rem!important;padding-right:1rem!important}.category-modal-view .footer-button-row{display:flex!important;justify-content:space-evenly!important;padding-top:2rem!important}.category-modal-view .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}@media only screen and (max-width:441px){.bulk-sms-page-scdule .bulk-sms-row{align-items:baseline!important;justify-content:space-between!important;padding-bottom:2rem!important;padding-top:2rem!important}.bulk-sms-page-scdule .margin-mobile-devices{justify-content:end!important;margin-top:1rem!important}}@media only screen and (min-width:768px){.bulk-sms-page-scdule .bulk-sms-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important;padding-bottom:2rem!important;padding-top:2rem!important}}.bulk-sms-page-scdule .rdt_Pagination .sc-llJcti{display:none!important}.bulk-sms-page-scdule .data-table-extensions-filter{display:none!important;margin-top:15px!important}.bulk-sms-page-scdule .button-bulk,.bulk-sms-page-scdule .button-download{align-items:baseline!important;display:flex!important}@media only screen and (max-width:551px){.bulk-sms-page-scdule .button-download{width:50%!important}}.bulk-sms-page-scdule .icon-upload{display:inline-grid!important;justify-content:center!important}.product-list-page .top-row-view{align-content:baseline!important;align-items:baseline!important;display:flex!important;justify-content:space-between!important}.product-list-page .jUJcdR div:first-child{overflow:hidden;text-overflow:ellipsis;white-space:normal!important}.product-list-page .fe{color:#fff!important}.product-list-page .status-size{display:grid!important;overflow:initial!important;text-align:center!important;width:100px!important}.product-list-page .dBbhDz div:first-child{overflow:initial!important;text-overflow:ellipsis!important;white-space:normal!important}.product-list-page .data-table-extensions,.product-list-page .rdt_Pagination .sc-llJcti{display:none!important}.product-list-page .search-form-group{display:flex!important;justify-content:flex-end!important;margin-bottom:2rem!important}.product-list-page .input-group{width:100%!important}.product-list-page .product-image{height:100px!important;object-fit:contain!important;width:100px!important}@media only screen and (max-width:991px){.product-list-page .page-header{align-content:baseline!important;display:flex!important}}.product-list-page .delete-product-modal-view .btn-primary{margin-bottom:.7rem!important;margin-top:0!important}.product-list-page .delete-product-modal-view .modal-header{align-items:baseline!important}.product-create-modal-view .modal-content{border-radius:15px!important}.product-create-modal-view .modal-body{height:600px!important;overflow:scroll!important;padding:1.5rem;padding-bottom:0!important;padding-top:0!important}.product-create-modal-view .modal-title{margin-bottom:.5rem!important}.product-create-modal-view .custom-control-label{margin-top:.1rem!important}.product-create-modal-view .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.product-create-modal-view .create-button-align{text-align:center!important}.product-create-modal-view .note-image{margin-top:1rem!important}@media only screen and (max-width:991px){.product-create-modal-view .page-header{display:flex!important}}@media only screen and (max-width:441px){.product-create-modal-view .create-button-align{margin-top:2rem!important;text-align:center!important}}.product-create-modal-view .select-border .css-1s2u09g-control{border-color:red!important}.product-create-modal-view .status-block{align-items:baseline!important;display:flex!important}.product-create-modal-view .custom-controls-stacked{padding-left:1rem!important;padding-right:1rem!important}.product-create-modal-view .rdw-editor-main{height:200px!important;overflow:scroll!important}.customer-invoice-page .data-table .bMgaAx div:first-child{display:grid;overflow:initial!important;text-align:center;text-overflow:clip!important;white-space:normal!important;width:100%!important}.customer-invoice-page .data-table .eUeqdG{text-overflow:clip!important;white-space:normal!important}.customer-invoice-page .data-table .bnAwAJ,.customer-invoice-page .data-table .eObVHB,.customer-invoice-page .data-table .fQBClJ,.customer-invoice-page .data-table .gJhVev,.customer-invoice-page .data-table .kIbpEx,.customer-invoice-page .data-table .sc-hKMtZM{display:flex!important;justify-content:center!important}.customer-invoice-page .data-table .bKBwgj,.customer-invoice-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.customer-invoice-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.customer-invoice-page .data-table .data-table-extensions{display:none!important}.customer-invoice-page .data-table .data-table-extensions-filter{display:none!important;margin-top:15px!important}.customer-invoice-page .data-table .rdt_Pagination .sc-llJcti{display:none!important}.customer-invoice-page .data-table .gelpCx{max-height:500px!important;overflow:scroll}.email-template-page .bJTGfB,.email-template-page .eVYVxd,.email-template-page .edit-email-save-button,.email-template-page .hLPJmF{display:flex!important;justify-content:center!important}.email-template-page .edit-email-cancel-button{margin-left:3rem!important}.email-template-page .edit-email-header{display:flex!important;justify-content:space-between!important}.email-template-page .data-table-extensions-filter{display:none!important}@media only screen and (max-width:441px){.email-template-page .page-header{margin-bottom:0!important;margin-top:1.5rem!important}.email-template-page .page-title{font-size:16px!important}.email-template-page .button-mobile-devices{width:120px!important}.email-template-page .email-save-button-padding{padding:0!important}}@media only screen and (max-width:881px){.email-template-page .page-header{margin-bottom:0!important;margin-top:1rem!important}.email-template-page .edit-email-header{margin-bottom:1rem!important}}.rtl .edit-email-cancel-button{margin-left:5px!important;margin-right:5px!important}.create-sale-list-page .checkbox-content{align-items:baseline!important;display:flex!important}.create-sale-list-page .checkbox-content .custom-checkbox{margin-left:1rem!important;margin-right:1rem!important}.create-sale-list-page .checkbox-content .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.create-sale-list-page .checkbox-content .form-label{width:120px!important}.create-sale-list-page .select-date-range{display:flex!important;justify-content:center!important}.create-sale-list-page .updatesalelist-button{display:flex!important;justify-content:space-between!important}.create-sale-list-page .footer-row{display:flex!important;justify-content:center!important;padding-bottom:1rem!important;padding-top:3rem!important}.create-sale-list-page .footer-row .btn{margin-left:1rem!important}.create-sale-list-page .note{color:#75777f!important}.create-sale-list-page .accordion-each-item{margin-top:1rem!important}.create-sale-list-page .accordion-button:not(.collapsed){background:#231b63!important;box-shadow:none!important;color:#fff!important}.create-sale-list-page .accordion-header{background:#fff!important}.create-sale-list-page .custom-control-label{margin-left:10px!important;margin-right:10px!important}.create-sale-list-page .top-row-view{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.create-sale-list-page .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.create-sale-list-page .product-image{height:100px!important;object-fit:contain!important;width:100px!important}.create-sale-list-page .close-button,.create-sale-list-page .update-button{margin-top:1.5rem!important}.create-sale-list-page .custom-control{min-height:1.8rem!important}.create-sale-list-page .rmdp-container{width:90%!important}.transaction-invoice-page{overflow:hidden!important;padding-top:1rem!important}.transaction-invoice-page .card{margin-bottom:.5rem!important}.transaction-invoice-page .header-brand-img{height:6rem!important}.transaction-invoice-page .page{min-height:0!important}.transaction-invoice-page .details-view{margin-top:1rem!important;overflow:hidden!important}.transaction-invoice-page .card-header{display:flex!important;justify-content:center!important;padding:.5rem!important;text-align:center!important}.transaction-invoice-page .description-overflow{overflow:hidden!important;white-space:pre-line!important}.transaction-invoice-page body{padding:20px}.transaction-invoice-page .circle{background:#09ad95;border-radius:50%;height:20px;margin-left:.5rem!important;margin-right:.5rem!important;position:relative;-webkit-print-color-adjust:exact!important;width:20px}.transaction-invoice-page .checkmark{border-bottom:1px solid #fff;border-right:1px solid #fff;height:6.6666666667px;left:35%;position:absolute;top:45%;-webkit-transform:rotate(45deg) translate(-50%,-50%);transform:rotate(45deg) translate(-50%,-50%);width:3.3333333333px}.transaction-invoice-page .crosssign{background-color:#f82649!important;border-radius:50%;display:inline-grid;margin-left:.5rem!important;margin-right:.5rem!important;min-inline-size:1.1em;place-content:center;-webkit-print-color-adjust:exact!important}.transaction-invoice-page .crosssign:before{color:#fff;content:"×";font-weight:700}.transaction-invoice-page .table{border-top:initial!important;margin-bottom:0!important}.transaction-invoice-page .table td{border:1px dotted #231b63!important;padding:.7rem!important;width:50%!important}.transaction-invoice-page .table th{width:100%!important}@media only screen and (max-width:540px){.transaction-invoice-page .table{font-size:10px!important}}.transaction-invoice-page .title-view{border-left:1px dotted #231b63!important;border-right:1px dotted #231b63!important;border-top:1px dotted #231b63!important;display:flex!important;justify-content:center!important;margin:0!important;padding-bottom:0!important}.transaction-invoice-page .title-view h3{color:#231b63!important;padding-bottom:0!important;padding-top:0!important}.transaction-invoice-page .title-view .card-title{margin-bottom:0!important;padding:.5rem!important}.transaction-invoice-page .card-body{overflow:hidden!important;padding:0 1rem 1rem!important}.transaction-invoice-page .card{border:1px solid #231b63!important;border-radius:25px!important}.transaction-invoice-page .card-header{border-bottom:0 solid #231b63!important}.transaction-invoice-page .green-transaction{align-items:center!important;display:flex!important}.transaction-invoice-page .green-transaction .ion,.transaction-invoice-page .green-transaction .mdi{color:#09ad95!important}.transaction-invoice-page .green-transaction .success-status{color:#09ad95!important;font-weight:700!important;margin-top:.1rem!important;text-transform:uppercase!important;white-space:pre-wrap}.transaction-invoice-page .green-transaction .second-text{margin-left:5.5px!important;margin-right:5.5px!important}.red-transaction{display:flex!important}.red-transaction .ion{color:#f82649!important}.red-transaction .failed-status{color:#f82649!important;font-weight:700!important;margin-top:2px!important;text-transform:uppercase!important;white-space:pre-wrap}.red-transaction .failed-text{margin-left:.2rem!important;margin-right:.2rem!important}.footer-view{border-top:0!important;padding:0 1rem 1rem!important}.footer-view .powered-by{color:#231b63!important;display:flex!important;font-size:.6rem!important;font-weight:700!important;justify-content:center!important;padding-top:0!important}.footer-view .footer-logo{height:2rem!important}.invoice-icons-view{align-items:baseline!important;display:flex;height:50px!important;justify-content:center!important;margin-top:1rem!important;padding-bottom:5rem!important}.arrow-button,.print-button{color:#231b63!important;cursor:pointer!important;font-size:1.5rem!important;padding-left:2rem!important;padding-right:2rem!important}@media print{.transaction-invoice-page .page{padding-top:4rem!important}.transaction-invoice-page .card-body{padding:0 25px 25px!important}.invoice-icons-view,.more-detail-report,.scan-qr-view{display:none!important}}.QR-scan-modal{border-radius:15px!important}.QR-scan-modal h4{font-weight:500!important;margin-bottom:0!important}.QR-scan-modal .modal-content{border-radius:15px!important}.QR-scan-modal .modal-header{align-items:baseline!important;padding:.6rem!important}.bank-details-view .card-title{color:#231b63!important;display:flex!important;justify-content:center!important;padding:1rem!important}.more-detail-report{color:#231b63!important;cursor:pointer!important;font-weight:500!important;padding:.5rem!important;text-align:center!important;text-decoration:underline!important}@media only screen and (max-width:540px){.more-detail-report{font-size:12px!important;margin-bottom:.5rem!important}.transaction-history-modal{font-size:11px!important}}.transaction-history-modal h4{font-weight:500!important;margin-bottom:0!important}@media only screen and (max-width:540px){.transaction-history-modal h4{font-size:14px!important}}.transaction-history-modal .modal-header{align-items:baseline!important}@media only screen and (max-width:540px){.transaction-history-modal .modal-header{padding:.5rem!important}}.transaction-history-modal .accordion-list-view .header-view{width:50%!important}.transaction-history-modal .accordion-list-view .header-view .title-name{font-weight:500!important;text-decoration:underline!important}.transaction-history-modal .accordion-list-view .payment-status{display:flex!important;justify-content:center!important}.transaction-history-modal .accordion-list-view .accordion-button:not(.collapsed){color:#231b63!important}.transaction-history-modal .accordion-list-view .child-list-header{margin-top:.5rem!important;text-decoration:underline!important}.transaction-history-modal .accordion-list-view .accordion-header{border:.5px solid #231b63!important;border-radius:0!important}.transaction-history-modal .accordion-list-view .accordion-button{padding:12px!important}@media only screen and (max-width:540px){.transaction-history-modal .accordion-list-view .accordion-button{font-size:11px!important}}.transaction-history-modal .accordion-list-view .accordion-body{border:.5px solid #231b63!important}.transaction-history-modal .modal-content{border-radius:15px!important}.sales-product-list{background:#ececec!important;min-height:100vh!important;overflow:hidden!important;padding-bottom:5rem!important;padding-top:8rem!important}.sales-product-list .success{color:#1caf9f!important}.sales-product-list .danger{color:#f82649!important}.sales-product-list .product-content .title{margin-bottom:0!important}.sales-product-list .icons .fa,.sales-product-list .icons .fe{color:#231b63!important}.sales-product-list .img-fluid{height:217px!important;object-fit:contain!important}.sales-product-list .nosale-image{max-width:420px!important}.sales-product-list .product-image6{height:350px!important}.sales-product-list .icons li a{border:1px solid #eaedf1!important;color:#231b63!important}.sales-product-list .icons li a:hover{color:#fff!important}.sales-product-list .icons li a:after,.sales-product-list .icons li a:before{background-image:#231b63!important}.sales-product-list .product-grid6 .icons li a:before{background:#231b63!important;padding-left:.5rem!important;padding-right:.5rem!important}.sales-product-list .header .btn{margin-left:0!important;position:relative!important}.sales-product-list .app-header{padding-left:6rem!important;padding-right:6rem!important;z-index:9!important}@media(max-width:551px){.sales-product-list .app-header{padding-left:1rem!important;padding-right:1rem!important;z-index:9!important}}@media(max-width:991px){.sales-product-list .responsive-navbar .dropdown-menu.dropdown-menu-end.show{border-top-left-radius:0;border-top-right-radius:0;left:-205px!important;top:2.7rem!important}}.sales-product-list .btn-danger{background:#e46565!important;border-color:#e46565!important}.sales-product-list .product-list-empty{padding-top:5rem!important}.sales-product-list .no-sale,.sales-product-list .nosale-title,.sales-product-list .product-list-empty{display:flex!important;justify-content:center!important}.sales-product-list .nosale-title{font-size:31px!important}@media(max-width:551px){.sales-product-list .nosale-title{font-size:24px!important;margin-left:5px!important}}@media(max-width:991px){.sales-product-list .responsive-navbar .navbar-collapse{background:#fff!important;box-shadow:0 12px 11px -3px hsla(212,8%,45%,.1);display:contents!important;left:0;margin-top:41px;padding:5px;position:fixed;right:0;top:0;width:100%;z-index:999}}.sales-product-list .pagination-view-footer{display:flex!important;justify-content:center!important;margin-bottom:4rem!important;margin-top:4rem!important}.sale-product-details{background:#ececec!important;min-height:100vh!important;overflow:hidden!important;padding-bottom:5rem!important;padding-top:3rem!important}.sale-product-details .button-alignment{justify-content:space-between!important}.sale-product-details .product-details{margin-top:38px!important}.sale-product-details .product_descr{margin-top:4.5rem!important}.sale-product-details .img-fluid{height:100%!important}.sale-product-details .category-name{color:#a9a9a9!important}.sale-product-details .btn-danger{background:#e46565!important;border-color:#e46565!important}@media(max-width:991px){.sale-product-details .button-alignment{display:flex!important}.sale-product-details .responsive-navbar .dropdown-menu.dropdown-menu-end.show{border-top-left-radius:0;border-top-right-radius:0;left:-205px!important;top:2.7rem!important}}.sale-product-details .btn-backlist{margin-left:2rem!important}.sale-product-details .productdec{background:none!important}.sale-product-details .footer-button{display:flex!important;justify-content:center!important;margin-top:6rem!important}.sale-product-details .app-header{padding-left:6rem!important;padding-right:6rem!important;z-index:9!important}.sale-product-details .product-title{margin-top:2rem!important}@media(max-width:551px){.sale-product-details .app-header{padding-left:1rem!important;padding-right:1rem!important;z-index:9!important}}.sale-product-details .no-product{display:flex!important;justify-content:center!important}.sale-product-details .error-page{top:30%!important}.sale-product-details .text-error{font-size:15px!important;margin-top:7px!important}@media(max-width:551px){.sale-product-details .text-error{font-size:15px!important;margin-left:2px!important}}.sale-product-details .nosale-image{display:flex!important;justify-content:center!important}@media(max-width:991px){.sale-product-details .responsive-navbar .navbar-collapse{background:#fff;box-shadow:0 12px 11px -3px hsla(212,8%,45%,.1);display:contents!important;left:0;margin-top:41px;padding:5px;position:fixed;right:0;top:0;width:100%;z-index:999}}.sales-cart{background:#ececec!important;min-height:100vh!important;overflow:hidden!important;padding-bottom:5rem!important;padding-top:3rem!important}.sales-cart .app-header{padding-left:6rem!important;padding-right:6rem!important;z-index:9!important}.sales-cart .quantity-inputbox{text-align:center!important}.sales-cart .sale-empty-cart-image{display:flex!important;justify-content:center!important;margin-top:80px!important}.sales-cart .shopping-cart{margin-top:5rem!important;max-height:500px!important;overflow-y:scroll!important}.sales-cart .mt-7,.sales-cart .my-7{margin-top:5rem!important}.sales-cart .cart-img{border-radius:5px!important;height:55px!important;object-fit:contain!important;width:55px}@media only screen and (max-width:551px){.sales-cart .app-header{padding-left:0!important;padding-right:0!important;z-index:9!important}}@media only screen and (max-width:1050px){.sales-cart .app-header{padding-left:1rem!important;padding-right:1rem!important;z-index:9!important}}.sales-cart .table-responsive{text-align:center!important}.sales-cart .card-header{display:flex!important;justify-content:center!important}.sales-cart .card-title{font-weight:bolder!important}.sales-cart .card-footer{display:flex!important;justify-content:center!important}@media(max-width:991px){.sales-cart .responsive-navbar .dropdown-menu.dropdown-menu-end.show{border-top-left-radius:0;border-top-right-radius:0;left:-201px!important;top:2.7rem!important}.sales-cart .responsive-navbar .navbar-collapse{background:#fff;box-shadow:0 12px 11px -3px hsla(212,8%,45%,.1);display:contents!important;left:0;margin-top:41px;padding:5px;position:fixed;right:0;top:0;width:100%;z-index:999}}.navbar-sales-product-list .bg-cart-count{align-items:center!important;background:#09ad95!important;display:flex!important;height:1.5rem!important;position:absolute!important;right:-5px!important;top:5px!important;width:1.5rem!important}@media only screen and (max-width:551px){.navbar-sales-product-list .bg-cart-count{align-items:center!important;background:#09ad95!important;display:flex!important;height:1.5rem!important;position:absolute!important;right:-5px!important;top:4px!important;width:1.5rem!important}}.navbar-sales-product-list .go-to-cart{color:#231b63!important;font-weight:700!important}.capture-report-page .data-table .bMgaAx div:first-child{display:grid;overflow:initial!important;text-align:center}.capture-report-page .data-table .bMgaAx div:first-child,.capture-report-page .data-table .eUeqdG{text-overflow:clip!important;white-space:normal!important}.capture-report-page .data-table .bnAwAJ,.capture-report-page .data-table .chtudJ,.capture-report-page .data-table .dYitNJ,.capture-report-page .data-table .eObVHB,.capture-report-page .data-table .fQBClJ,.capture-report-page .data-table .gJhVev,.capture-report-page .data-table .kIbpEx{display:flex!important;justify-content:center!important}.capture-report-page .data-table .bKBwgj,.capture-report-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.capture-report-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.capture-report-page .top-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.capture-report-page .dropdown-filter{width:300px!important}.capture-report-page .background{background:#231b63!important;color:#231b63!important;color:#fff}.capture-report-page .css-yt9ioa-option{background:none!important}.capture-report-page .background__option--is-selected{background:#231b63!important;color:#fff!important}.capture-report-page .css-1s2u09g-control{box-shadow:none!important}.capture-report-page .card{margin-bottom:10px!important}.capture-report-page .page-header{margin:15px 0!important}@media only screen and (max-width:991px){.capture-report-page .page-header{display:inline-flex!important;margin-bottom:0!important;margin-top:0!important;padding:0!important}.capture-report-page .page-title{font-size:16px!important}.capture-report-page .date-view{font-size:14px!important}}@media only screen and (max-width:1024px){.capture-report-page .margin-mobile-devices{margin-top:10px!important}}@media only screen and (max-width:600px){.capture-report-page .page-header{display:inline-flex!important;margin-bottom:0!important;margin-top:10px!important;padding:0!important}.capture-report-page .page-title{font-size:15px!important}.capture-report-page .date-view{font-size:14px!important}.capture-report-page .service-selection-row{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-top:10px!important}}@media only screen and (max-width:991px){.capture-report-page .margin-top-small-devices{margin-top:10px!important}}.capture-report-page .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.capture-report-page .service-filter-row .rmdp-container{width:100%!important}.capture-report-page .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important}.capture-report-page .filter-button-row{margin-top:1.5rem!important}.capture-report-page .filter-button-row .form-button,.capture-report-page .filter-button-row button{width:100%!important}@media only screen and (max-width:600px){.capture-report-page .filter-button-row{margin-top:.5rem!important}.capture-report-page .filter-button-row .form-button{margin-top:1rem!important}}.capture-report-page .form-button-download{width:100%!important}@media only screen and (max-width:600px){.capture-report-page .form-button-download{display:contents!important;justify-content:center!important}}.capture-report-page .form-button-download .btn{width:100%!important}.capture-report-page .page-header{justify-content:flex-start!important}.capture-report-page .date-view{margin-left:.5rem!important;margin-right:.5rem!important}.capture-report-page .service-selection-row{align-items:center!important;display:flex!important;justify-content:space-between!important}.capture-report-page .service-selection{width:300px!important}.capture-report-page .data-table-extensions-filter{display:none!important;margin-top:15px!important}.capture-report-page .filter-box-view{display:flex!important;justify-content:flex-start!important;width:100%!important}.capture-report-page .filter-box-view .row,.capture-report-page .filter-box-view .search-form-group{width:100%!important}.capture-report-page .rdt_Pagination .sc-llJcti{display:none!important}.capture-report-page .download-button{display:flex!important;justify-content:space-evenly!important;text-align:center!important}@media only screen and (max-width:1025px){.capture-report-page .download-button{margin-top:1rem!important}}@media only screen and (min-width:1025px){.rtl .employees{max-width:17%!important}.rtl .form{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:left;position:relative;width:100%}.rtl .filter-button-row{margin-left:10px!important}}.capture-request-form .pending-amount{color:#231b63!important;display:flex!important;font-weight:700!important;justify-content:center!important;padding-bottom:.5rem!important}.capture-request-form .auth-amount{margin-left:.5rem!important;margin-right:.5rem!important}.subscription-request-modal .modal-content{border-radius:15px!important;padding:0!important}.subscription-request-modal .modal-title{margin-bottom:0!important}.subscription-request-modal .choose-refund-title{font-weight:500!important;padding-bottom:1rem!important;text-align:center!important;text-decoration:underline!important}.subscription-request-modal .border-right{border-right:1px solid #000!important}@media only screen and (max-width:500px){.subscription-request-modal .border-right{border-right:none!important;margin-bottom:1rem!important;text-align:center!important}}.subscription-request-modal .border-left{border-left:1px solid #000!important}@media only screen and (max-width:500px){.subscription-request-modal .border-left{border-left:none!important;margin-bottom:1rem!important;text-align:center!important}}.quick-invoice-payment-form{background:#fff!important;margin:auto!important;max-width:470px!important;overflow:hidden!important;padding-top:.5rem!important}.quick-invoice-payment-form .card-shadow-view{background:#fff!important;border-radius:15px!important;box-shadow:0 0 10px rgba(0,0,0,.2)}.quick-invoice-payment-form .merchant-logo{display:flex!important;justify-content:center!important;padding:.5rem .5rem 1rem!important}.quick-invoice-payment-form .merchant-logo .image{height:100px!important;object-fit:contain!important;width:100px!important}.quick-invoice-payment-form .bg-blue{background:#231b63!important;border-radius:1.125rem!important}@media(max-width:500px){.quick-invoice-payment-form .bg-blue{padding:10px!important}}@media(min-width:1020px){.quick-invoice-payment-form .bg-blue{padding:15px!important}}.quick-invoice-payment-form .card{background:#fff!important;border:1px solid #f7f6ff!important;border-radius:1.125rem!important;box-shadow:0 0 10px rgba(0,0,0,.2);overflow:hidden!important}.quick-invoice-payment-form .merchant-name{padding:0 .5rem .5rem!important;text-align:center!important}.quick-invoice-payment-form .merchant-name h5{color:#231b63!important;font-weight:700!important;margin-bottom:0!important}.quick-invoice-payment-form .description-overflow{max-width:400px!important;overflow:hidden!important;word-break:break-word!important}.quick-invoice-payment-form .button-product :hover{cursor:pointer!important}.quick-invoice-payment-form .amount-view{margin-top:.5rem!important;padding:1rem!important}.quick-invoice-payment-form .amount-view .invoice-title h5{color:#231b63!important;display:flex!important;justify-content:center!important;text-align:center!important;text-transform:uppercase!important}.quick-invoice-payment-form .amount-view .invoice-amount{color:#231b63!important;display:flex!important;font-weight:700!important;justify-content:center!important;text-align:center!important}.quick-invoice-payment-form .amount-view .invoice-amount h5{font-size:2rem!important;margin-bottom:0!important}.quick-invoice-payment-form .detail-view{margin-top:.5rem!important;max-height:250px!important;overflow:scroll!important;padding:.8rem!important}.quick-invoice-payment-form .detail-view .row-data{color:#231b63!important}.quick-invoice-payment-form .detail-view .row-data .left-view{font-weight:500!important;margin-bottom:.1rem!important;text-decoration:underline!important}.quick-invoice-payment-form .detail-view .right-view{margin-bottom:.3rem!important}.quick-invoice-payment-form .payment-selection-view{display:flex!important;height:70px!important;justify-content:center!important;margin-bottom:.5rem!important}.quick-invoice-payment-form .payment-selection-view .card-shadow-payment-view{background:#fff!important;border-radius:.5rem!important;box-shadow:0 0 10px rgba(0,0,0,.2);cursor:pointer!important;height:80%!important;margin-left:1rem!important;margin-right:1rem!important;object-fit:contain!important;padding:.765rem!important;text-align:center!important;width:30%!important}.quick-invoice-payment-form .payment-selection-view .card-shadow-payment-view:hover{border:2px solid #231b63!important}.quick-invoice-payment-form .payment-selection-view .payment-image{height:30px!important;object-fit:contain!important;text-align:center!important}.quick-invoice-payment-form .payment-selection-view .payment-name{color:#231b63!important;margin-top:.5rem!important;text-align:center!important}.quick-invoice-payment-form .pay-button{display:flex!important;justify-content:center!important;margin-bottom:0!important}.quick-invoice-payment-form .pay-button h5{font-size:1.5rem!important;margin-bottom:0!important;text-transform:uppercase!important}.quick-invoice-payment-form .pay-button .btn{border-radius:15px!important;padding:1rem!important;width:75%!important}.quick-invoice-payment-form .terms-conditions{font-size:11px!important;font-style:italic!important;margin-bottom:1rem!important;margin-top:0!important;text-align:center!important}.quick-invoice-payment-form .terms-conditions a{color:#000!important;margin-left:.3rem!important;margin-right:.3rem!important;text-decoration:underline!important}.quick-invoice-payment-form .footer-body{font-weight:500!important;margin-top:1rem!important;text-align:center!important}.quick-invoice-payment-form .footer-body .footer-logo{height:30px!important}.quick-invoice-payment-form .bg-white{border-radius:15px!important}@media(max-width:500px){.quick-invoice-payment-form .bg-white{padding:10px!important}}@media(min-width:1020px){.quick-invoice-payment-form .bg-white{padding:15px!important}}.quick-invoice-payment-form .hide-opacity{opacity:.3!important}.quick-invoice-payment-form .adminstrative-charge{color:#231b63!important;display:flex!important;font-size:1rem!important;justify-content:center!important;text-align:center!important}.quick-invoice-payment-form .adminstrative-charge .admin-price{font-weight:800!important;margin-left:.5rem!important;margin-right:.5rem!important}.quick-invoice-payment-form .active-payment{border:2px solid #231b63!important}.quick-invoice-payment-form .error-message-content .card-shadow-view{margin-top:1rem!important}.quick-invoice-payment-form .error-message-content .error-danger-message{margin-bottom:.5rem!important;padding:0!important;text-align:center!important}.quick-invoice-payment-form .error-message-content .error-danger-message h5{color:#e46565!important;font-weight:700!important;margin-bottom:.5rem!important}.quick-invoice-payment-form .error-message-content .message-view{color:#231b63!important;text-align:center!important}.quick-invoice-payment-form .error-message-content .message-view p{color:#f82649!important;font-weight:700!important;margin-bottom:.5rem!important;text-transform:uppercase!important}.quick-invoice-payment-form .error-message-content .message-description{color:#231b63!important;margin:auto!important;text-align:center!important;width:250px!important}.quick-invoice-payment-form .error-message-content .support-button a{padding:.5rem!important;width:200px!important}.quick-invoice-payment-form .timer-section{align-items:center;color:#231b63!important;font-size:1rem!important;font-weight:500!important;margin-top:1rem!important;padding:15px;text-align:center}.quick-invoice-payment-form .footer-body{align-items:center!important;display:flex!important;justify-content:space-evenly!important}.quick-invoice-payment-form .footer-body .pca-certificate{margin-left:0!important;margin-right:0!important}.quick-invoice-payment-form .footer-body .pci-logo{width:60px!important}.quick-invoice-payment-form .footer-body .powered-by-pca{margin-bottom:.3rem!important}.session-warning-modal .modal-title{margin-bottom:0!important}.session-warning-modal .body-content{color:#e73827!important;text-align:center!important}.session-warning-modal .btn-danger{width:100px!important}.session-warning-modal .modal-content{border-radius:15px!important}.session-page-timeout{display:none!important}.product-detail-modal .modal-content{border-radius:15px!important}.product-detail-modal .h4{margin-bottom:0!important}.product-detail-modal .modal-header{align-items:baseline!important}.product-detail-modal .table-td{text-align:center!important}.product-detail-modal .modal-body{max-height:400px!important;overflow-y:scroll!important}.floating-card-view{background:#fff!important;border:3px solid #231b63!important;bottom:0!important;margin:15px important;margin-bottom:0!important;padding:15px!important;position:absolute!important;width:100%!important}.top-scroll-content{max-height:100vh!important;overflow:auto!important;padding-bottom:100%!important}.copy-right-content{margin-left:10px!important;margin-right:10px!important}.merchant-name-only{padding:2rem!important;text-align:center!important}.merchant-name-only h5{color:#231b63!important;font-weight:700!important;margin-bottom:0!important}.payment-method-border-error{border:1px solid #f82649!important;border-radius:5px!important;margin-top:.5rem!important;padding:.5rem!important}@media only screen and (max-width:600px){.delivery-invoice-list .search-form-group{width:229px!important}}.delivery-invoice-list .header-value{display:flex!important;justify-content:space-between!important;margin-bottom:2rem!important;margin-top:2rem!important}.delivery-invoice-list .page-title{font-size:19px!important;margin-top:10px!important}.delivery-invoice-list .service-filter-row .row{align-items:flex-end!important;justify-content:flex-end!important}.delivery-invoice-list .service-filter-row .rmdp-container{width:100%!important}.delivery-invoice-list .service-filter-row .filter-button{align-items:flex-end!important;display:flex!important}.delivery-invoice-list .filter-button-row{margin-top:1.5rem!important}.delivery-invoice-list .filter-button-row .form-button,.delivery-invoice-list .filter-button-row button{width:100%!important}.delivery-invoice-list .data-table-extensions-filter{display:none!important;margin-top:15px!important}.delivery-invoice-list .rdt_Pagination .sc-llJcti{display:none!important}.delivery-invoice-list .filter-box-view{display:flex!important;justify-content:flex-end!important;margin-left:.5rem!important;margin-right:.5rem!important;width:100%!important}.delivery-invoice-list .filter-box-view .row{width:100%!important}.delivery-invoice-list .filter-box-view .search-form-group{margin-left:.5rem!important;margin-right:.5rem!important}.delivery-invoice-list .filter-box-view .form-control{width:350px!important}@media only screen and (max-width:600px){.delivery-invoice-list .filter-box-view .form-control{width:150px!important}}@media only screen and (device-width:375px)and (device-height:812px){.delivery-invoice-list .filter-box-view .form-control{width:130px!important}}@media only screen and (device-width:375px)and (device-height:667px){.delivery-invoice-list .filter-box-view .form-control{width:130px!important}}.delivery-invoice-list .date-view{margin-left:.5rem!important;margin-right:.5rem!important}@media only screen and (max-width:600px){.delivery-invoice-list .date-view{font-size:17px!important;margin-top:14px!important}}.delivery-invoice-list .delivery-invoice-button{display:flex!important;justify-content:flex-end!important;margin-top:10px!important}.delivery-invoice-list .status-margin-top{margin-top:10px!important}.align-row-link{align-items:baseline!important;display:flex!important}.jfrgbA{word-break:normal!important}.bMgaAx div:first-child{overflow:visible!important;text-overflow:clip!important}.icon-green-color{color:#569834}.delivery-invoice-list-detail-modal .modal-content{border-radius:15px!important}.delivery-invoice-list-detail-modal .four-tabs-view .nav-tabs .nav-item{width:50%!important}@media only screen and (max-width:551px){.delivery-invoice-list-detail-modal .four-tabs-view .nav-tabs .nav-item{width:48%!important}}.delivery-invoice-list-detail-modal .margin-products{color:#231b63!important;text-align:center!important}.delivery-invoice-list-detail-modal .modal-body{font-size:13px!important;max-height:550px!important;overflow:hidden!important;overflow-y:scroll!important;padding:1.5rem!important}.delivery-invoice-list-detail-modal .card-pay .nav-tabs{padding-left:.5rem!important;padding-right:.5rem!important}.delivery-invoice-list-detail-modal .modal-header{padding-bottom:.5rem!important;padding-top:.5rem!important}.delivery-invoice-list-detail-modal .no-transaction-data{display:flex!important;justify-content:center!important;position:absolute!important;top:50%!important;width:100%!important}@media only screen and (max-width:991px){.delivery-invoice-list-detail-modal .tab-content>.active{display:block;margin-top:1rem!important}}.delivery-invoice-list-detail-modal .icon-green-color{color:#569834}.delivery-invoice-list-detail-modal table td{max-width:250px!important;overflow:scroll!important;width:auto!important}.edit-profile-page .profile-pic{align-items:center!important;height:20%!important;margin-left:1rem!important;margin-right:1.5rem!important;width:20%!important}.open-invoice-payment-form{background:#fff!important;margin:auto!important;max-width:470px!important;overflow:hidden!important;padding-top:.5rem!important}.open-invoice-payment-form .card-shadow-view{background:#fff!important;border-radius:15px!important;box-shadow:0 0 10px rgba(0,0,0,.1)}.open-invoice-payment-form .merchant-logo{display:flex!important;justify-content:center!important;padding:.5rem!important}.open-invoice-payment-form .merchant-logo .image{height:100px!important;object-fit:contain!important;width:100px!important}.open-invoice-payment-form .bg-blue,.open-invoice-payment-form .card{background:#231b63!important;border-radius:1.125rem!important}.open-invoice-payment-form .card{border:1px solid #231b63!important;box-shadow:0 10px 45px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;overflow:hidden!important}.open-invoice-payment-form .merchant-name{padding:0 .5rem .5rem!important;text-align:center!important}.open-invoice-payment-form .merchant-name h5{color:#231b63!important;font-weight:700!important;margin-bottom:0!important}.open-invoice-payment-form .custom-terms-conditions{cursor:pointer!important;padding:.5rem!important;text-align:center!important}@media(max-width:500px){.open-invoice-payment-form .custom-terms-conditions{font-size:10px!important}}.open-invoice-payment-form .amount-view{margin-top:1rem!important;padding:1rem!important}.open-invoice-payment-form .amount-view .invoice-title h5{color:#231b63!important;display:flex!important;justify-content:center!important;text-align:center!important;text-transform:uppercase!important}.open-invoice-payment-form .amount-view .invoice-amount{color:#231b63!important;display:flex!important;font-weight:700!important;justify-content:center!important;text-align:center!important}.open-invoice-payment-form .amount-view .invoice-amount h5{font-size:2rem!important;margin-bottom:0!important}.open-invoice-payment-form .detail-view{margin-top:.5rem!important;padding:.5rem 1rem!important}.open-invoice-payment-form .detail-view .row-data{color:#231b63!important;font-weight:500!important}@media only screen and (max-width:500px){.open-invoice-payment-form .detail-view .row-data{font-size:.765rem!important}}.open-invoice-payment-form .detail-view .right-view{margin-bottom:.1rem!important}.open-invoice-payment-form .detail-view .left-view{text-decoration:underline!important}.open-invoice-payment-form .detail-view label{color:#231b63!important}.open-invoice-payment-form .payment-selection-view{display:flex!important;height:70px!important;justify-content:center!important;margin-bottom:1rem!important}.open-invoice-payment-form .payment-selection-view .card-shadow-payment-view{background:#ececec!important;border-radius:.765rem!important;cursor:pointer!important;height:80%!important;margin-left:1rem!important;margin-right:1rem!important;object-fit:contain!important;padding:.765rem!important;text-align:center!important;width:30%!important}.open-invoice-payment-form .payment-selection-view .card-shadow-payment-view:hover{border:2px solid #231b63!important}.open-invoice-payment-form .payment-selection-view .payment-image{height:30px!important;object-fit:contain!important;text-align:center!important}.open-invoice-payment-form .payment-selection-view .payment-name{color:#231b63!important;margin-top:.5rem!important;text-align:center!important}.open-invoice-payment-form .pay-button{display:flex!important;justify-content:center!important;margin-bottom:1.5rem!important}.open-invoice-payment-form .pay-button h5{font-size:1.5rem!important;margin-bottom:0!important;text-transform:uppercase!important}.open-invoice-payment-form .pay-button .btn{border-radius:15px!important;padding:1rem!important;width:75%!important}.open-invoice-payment-form .terms-conditions{font-size:12px!important;font-style:italic!important;margin-bottom:.5rem!important;margin-top:0!important;text-align:center!important}@media(max-width:500px){.open-invoice-payment-form .terms-conditions{font-size:10px!important}}.open-invoice-payment-form .terms-conditions a{color:#000!important;margin-left:.3rem!important;margin-right:.3rem!important;text-decoration:underline!important}.open-invoice-payment-form .footer-body{font-weight:500!important;margin-top:0!important;text-align:center!important}.open-invoice-payment-form .footer-body .footer-logo{height:50px!important}.open-invoice-payment-form .footer-body .extra-timer-value{height:5px!important;overflow:hidden!important}.open-invoice-payment-form .footer-body .extra-timer-value span{color:#fff!important}.open-invoice-payment-form .bg-white{border-radius:15px!important}.open-invoice-payment-form .hide-opacity{opacity:.3!important}.open-invoice-payment-form .adminstrative-charge{color:#5f9ea0!important;display:flex!important;font-size:1rem!important;justify-content:center!important;text-align:center!important}.open-invoice-payment-form .adminstrative-charge .admin-price{font-weight:500!important;margin-left:.5rem!important;margin-right:.5rem!important}.open-invoice-payment-form .active-payment{border:2px solid #231b63!important}.open-invoice-payment-form .error-message-content .card-shadow-view{margin-top:1rem!important}.open-invoice-payment-form .error-message-content .error-danger-message{margin-bottom:.5rem!important;padding:0!important;text-align:center!important}.open-invoice-payment-form .error-message-content .error-danger-message h5{color:#e46565!important;font-weight:700!important;margin-bottom:.5rem!important}.open-invoice-payment-form .error-message-content .message-view{color:#231b63!important;text-align:center!important}.open-invoice-payment-form .error-message-content .message-view p{color:#f82649!important;font-weight:700!important;margin-bottom:.5rem!important;text-transform:uppercase!important}.open-invoice-payment-form .error-message-content .message-description{color:#231b63!important;margin:auto!important;text-align:center!important;width:250px!important}.open-invoice-payment-form .error-message-content .support-button a{padding:.5rem!important;width:200px!important}.open-invoice-payment-form .card-body{overflow:hidden!important;padding:15px!important}@media only screen and (max-width:500px){.open-invoice-payment-form .card-body{padding:10px!important}}.open-invoice-payment-form .country-code{padding-right:0!important}.open-invoice-payment-form .background__option--is-selected{background:#231b63!important;color:#fff!important}.open-invoice-payment-form .background__menu{color:#16192f!important}.open-invoice-payment-form .pay-now-button{display:flex!important;justify-content:center!important;margin-bottom:.5rem!important;margin-top:1.5rem!important}.open-invoice-payment-form .pay-now-button .btn{font-size:1rem!important;font-weight:500!important;text-transform:uppercase!important;width:200px!important}@media only screen and (max-width:500px){.open-invoice-payment-form .css-tlfecz-indicatorContainer{padding:5px!important}}.open-invoice-payment-form .open-amount{color:#e46565!important}@media only screen and (max-width:500px){.open-invoice-payment-form .open-amount{font-size:12px!important}}.open-invoice-payment-form .form-control:disabled,.open-invoice-payment-form .form-control[readonly]{background-color:#fff!important;opacity:1}.open-invoice-payment-form .failed-icon{background-color:#e46565!important;border:4px solid hsla(0,6%,93%,.94);border-radius:44px!important;box-sizing:border-box;display:flex!important;height:57px!important;margin-top:10px!important;width:57px!important}.tersandconditions-modal .modal-body{max-height:400px!important;overflow-y:scroll!important}.tersandconditions-modal .modal-content{border-radius:15px!important}.tersandconditions-modal .h4{margin-bottom:0!important}.transaction-table-page .total-count{font-weight:700!important}.transaction-table-page .data-table .bzlyRn,.transaction-table-page .data-table .dYpUAH,.transaction-table-page .data-table .ecVPjL,.transaction-table-page .data-table .hFNTAX,.transaction-table-page .data-table .iGcXcr,.transaction-table-page .data-table .ibHKXv,.transaction-table-page .data-table .ittrEH{display:flex!important;justify-content:center!important}.transaction-table-page .data-table .bMgaAx div:first-child{display:grid;overflow:initial!important;text-align:center;text-overflow:clip!important;white-space:normal!important;width:100%!important}.transaction-table-page .data-table .eUeqdG{text-overflow:clip!important;white-space:normal!important}.transaction-table-page .data-table .bnAwAJ,.transaction-table-page .data-table .eObVHB,.transaction-table-page .data-table .fQBClJ,.transaction-table-page .data-table .gJhVev,.transaction-table-page .data-table .kIbpEx,.transaction-table-page .data-table .sc-hKMtZM{display:flex!important;justify-content:center!important}.transaction-table-page .data-table .bKBwgj,.transaction-table-page .data-table .fTxtMi{color:#cbcbcb;display:flex;opacity:1!important}.transaction-table-page .data-table .eUeqdG{margin-left:.5rem!important;margin-right:.5rem!important}.transaction-table-page .data-table .data-table-extensions{display:none!important}.transaction-table-page .data-table .data-table-extensions-filter{display:none!important;margin-top:15px!important}.transaction-table-page .data-table .rdt_Pagination .sc-llJcti{display:none!important}.transaction-table-page .data-table .gelpCx{max-height:500px!important;overflow:scroll}.transaction-enquiry-modal-view .modal-title{margin-bottom:0!important}.transaction-enquiry-modal-view .modal-body{overflow:auto!important;padding:1.5rem 1.5rem 0!important}.transaction-enquiry-modal-view .modal-footer{border-top:none!important;justify-content:center!important;padding:0 0 1.4rem!important}.transaction-enquiry-modal-view .modal-content{border-radius:15px!important}.transaction-enquiry-modal-view .modal-header{align-items:baseline}.transaction-enquiry-modal-view .checkbox-row,.transaction-enquiry-modal-view .header-title{display:flex!important;justify-content:center!important}.transaction-enquiry-modal-view .checkbox-row{margin-top:1.5rem!important}.transaction-enquiry-modal-view .form-check-input:checked[type=radio]{background-color:#231b63;border-color:#231b63;box-shadow:none}.transaction-enquiry-modal-view .space-view{padding-left:1rem!important;padding-right:1rem!important}.transaction-enquiry-modal-view .form-check-label{margin-left:.3rem!important;margin-right:.3rem!important}.transaction-enquiry-modal-view .request-amount-container{display:flex!important;justify-content:center!important}.transaction-enquiry-modal-view .request-amount-container .number-view{width:350px!important}.transaction-enquiry-modal-view .request-amount-container .form-label{display:flex!important;justify-content:center!important;margin-bottom:.5rem!important}.transaction-enquiry-modal-view .transaction-details-view .request-title{color:#231b63!important;display:flex!important;font-size:16px!important;font-weight:500!important;justify-content:center!important;margin-bottom:1rem!important;text-decoration:underline!important}.transaction-enquiry-modal-view .transaction-details-view td,.transaction-enquiry-modal-view .transaction-details-view th{text-align:start!important;text-transform:none!important;vertical-align:initial!important}.transaction-enquiry-modal-view .merchant-note{color:#e46565!important;margin-bottom:1rem!important;margin-top:1rem!important}.view-receipt{color:#231b63!important;cursor:pointer!important;text-decoration:underline!important}.sales-checkout{background:#ececec!important;min-height:100vh!important;overflow:hidden!important}.sales-checkout .card-title{display:flex!important;justify-content:center!important}.sales-checkout .card-body{padding-top:0!important}.sales-checkout .app-header{padding-left:6rem!important;padding-right:6rem!important;z-index:9!important}.sales-checkout .checkout-product-table{max-height:200px!important;overflow-y:scroll!important}.sales-checkout .red-border{border-color:#e73827!important}.sales-checkout .checkout-yourorder-card{margin-right:20px!important;margin-top:3rem!important}.sales-checkout .img-fluid{height:auto!important;max-width:100%!important;object-fit:contain!important}.sales-checkout .checkout-p-name{margin-left:2rem!important}.sales-checkout .checkout-p-cart{display:flex!important;justify-content:space-between!important}.sales-checkout .checkout-card{margin-top:3rem!important}@media only screen and (max-width:551px){.sales-checkout .app-header{padding-left:0!important;padding-right:0!important;z-index:9!important}}@media only screen and (max-width:1050px){.sales-checkout .app-header{padding-left:1rem!important;padding-right:3rem!important;z-index:9!important}}.sales-checkout .nav-tabs .nav-link.active,.sales-checkout .nav-tabs .nav-link:hover:not(.disabled){background:#231b63!important;border-radius:2px;color:#fff!important}.sales-checkout .page-title{display:flex!important;justify-content:center!important;margin-top:1.5rem!important}.sales-checkout .order-title{display:flex!important;justify-content:center!important;margin-top:.5rem!important}.sales-checkout .checkout-salename{max-width:150px!important;overflow:hidden!important;-webkit-text-emphasis:initial!important;text-emphasis:initial!important;white-space:normal!important;word-break:break-word!important}.sales-checkout .stock-checkoutpage{font-size:12px!important}.sales-checkout .stock-checkoutpage .stockcheckout-border{border:1px solid #cfd1e7!important;border-radius:5px!important;margin-top:1rem!important}.sales-checkout .stock-checkoutpage .form-label{font-size:12px!important}.sales-checkout .stock-checkoutpage .margin-stockcheckout{padding:10px!important}.sales-checkout .stock-checkoutpage .form-control{font-size:12px!important}.sales-checkout .stock-checkoutpage .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.sales-checkout .stock-checkoutpage .loader{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#231b63;height:20px;position:absolute;right:19px!important;top:57%!important;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.sales-checkout .stock-checkoutpage .civilid-tickmark{display:flex!important;justify-content:space-between!important}.sales-checkout .stock-checkoutpage .form-control::-webkit-input-placeholder{font-size:12px!important;font-style:italic}.sales-checkout .stock-checkoutpage .form-control::placeholder{font-size:12px!important;font-style:italic}.otp-modal .modal-content{border-radius:7px!important;padding:0!important}.otp-modal .modal-body{background-color:#fff;border-radius:7px!important;padding:2rem}.otp-modal .modal-title{font-size:1.5rem;margin-bottom:1rem}.otp-modal .modal-subtitle{font-size:1rem;margin-bottom:1.5rem}.otp-modal .otp-label{display:block;font-weight:700;margin-bottom:.5rem}.otp-modal .otp-input-container{margin-top:1rem}.otp-modal .otp-inputs{display:flex;justify-content:center}.otp-modal .otp-input{background-color:#f1f1f1;border:2px solid #007bff;border-radius:4px;font-size:1.5rem;height:50px;margin:0 5px;outline:none;text-align:center;transition:border-color .3s;width:50px}.otp-modal .otp-input:focus{background-color:#fff;border-color:#0056b3}.otp-modal .btn-primary{background-color:#007bff;border-color:#007bff;font-size:1rem;padding:.5rem 1.25rem}.otp-modal .btn-primary:disabled{cursor:not-allowed;opacity:.65}.sales-template-page .profile-pic{margin-left:30px!important;margin-right:20px!important;max-width:10%!important}.sales-template-page .inputbox-size{height:34px!important;margin-left:20px!important;text-align:start!important;width:90%!important}.sales-template-page .align-inputbox{display:flex!important}.sales-template-page .text-alignment{text-align:end!important}.sales-template-page .button-alignment{display:flex!important;justify-content:flex-end!important}.sales-template-page .tempalte-page-alignment{text-align:left!important}.sales-template-page .savechanges-btn{margin-left:20px!important;margin-right:20px!important}.sales-template-page .image-input{text-align:start!important}@media only screen and (max-width:551px){.sales-template-page .text-alignment{text-align:center!important}.sales-template-page .inputbox-size{align-items:baseline!important;margin-top:3px!important;text-align:center!important;width:100%!important}.sales-template-page .profile-pic{max-width:20%!important}.sales-template-page .image-input{display:flex!important;width:90%!important}.sales-template-page .button-alignment{display:flex!important}.sales-template-page .margin-image{margin-top:.5rem!important}}@media only screen and (min-width:750px)and (max-width:890px){.sales-template-page .inputbox-size{width:90%!important}.sales-template-page .button-alignment{display:flex!important;justify-content:center!important}}.navbar-sales-product-list .img-fluid{height:50px!important;max-width:100%!important;object-fit:contain!important}.navbar-sales-product-list .header-brand{display:flex!important;justify-content:space-between!important;margin-top:1rem!important}.navbar-sales-product-list .bg-cart-count{background-color:#231b63!important}.navbar-sales-product-list .sale-logo{max-height:50px!important;max-width:100%!important;object-fit:contain!important}.navbar-sales-product-list .sale-name{margin-left:30px!important;margin-top:10px!important}.navbar-sales-product-list .notifications-menu{max-height:500px!important;overflow:scroll!important}.navbar-sales-product-list .notification-label{overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;word-break:break-word!important}.notification-page .notification-header-view{display:flex!important;justify-content:space-between!important}.notification-page .notification-button-margin{margin-top:2rem!important}.notification-page .notification-icon{color:#fff!important;padding-right:.5rem!important}.notification-page .fw-bold{color:#231b63!important}.notification-page .description-notification{font-size:13px!important;margin-top:10px!important}.notification-page .card-body{padding-bottom:15px!important;padding-top:15px!important}.notification-page .date-part{display:flex!important;justify-content:flex-end!important}.notification-page .linktext-color{color:#fff!important}.notification-page .pagination-view-footer{display:flex!important;margin-bottom:2rem!important;margin-top:2rem!important}.notification-page .page-item.active .page-link{background-color:#231b63!important;border-color:#231b63!important}@media(max-width:551px){.notification-page .pagination{border-radius:3px;display:flex;font-size:8px!important;list-style:none;padding-left:0}}.notification-page .list-active{background-color:#231b63!important}.notification-page .list-icon:before{display:none!important}.notification-page .no-notifications{height:430px!important}.notification-page .no-message,.notification-page .no-notifications{display:flex!important;font-size:large!important;justify-content:center!important;margin-top:1rem!important;overflow-y:hidden!important}.notification-page .no-message{min-height:490px!important}.notification-page .nomessage-title{display:flex!important;justify-content:center!important;margin-top:8rem!important}.notification-page .text-style{font-size:medium!important;margin-top:5rem!important}.notification-page .no-title{display:flex!important;justify-content:center!important;margin-top:2rem!important}.notification-page .header-data{display:flex!important;justify-content:space-between!important}@media(max-width:441px){.notification-page .header-data{display:flex!important}}.rtl .notification-icon{padding-left:.5rem!important}.settings-update-modal .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63}.settings-update-modal .modal-content{border-radius:15px!important}.settings-update-modal .modal-body{max-height:600px!important;overflow:scroll!important}.settings-update-modal .title-header{margin-bottom:0!important}.settings-update-modal .custom-checkbox{margin-bottom:.5rem!important}.settings-update-modal .select-name-view{display:flex!important;justify-content:flex-start!important;padding:0!important}.settings-update-modal .select-name-view .form-label{margin-top:2px!important}.settings-update-modal .custom-control-input{opacity:0;position:absolute!important;z-index:1}.settings-update-modal .custom-control{display:block;min-height:1.2rem;padding-left:0!important;position:relative;-webkit-user-select:none;user-select:none}.settings-update-modal table td{vertical-align:middle!important;width:50%!important}.settings-update-modal .main-menu{color:#231b63!important;font-weight:700!important;padding:0 0 0 1.5rem!important;text-decoration:underline!important}.settings-update-modal .font-bold{color:#231b63!important;font-weight:700!important;padding-left:1.5rem!important}.settings-update-modal .text-center{margin-top:.5rem!important}.quick-invoice-details{background:#fff!important;overflow:hidden!important;padding:0 2rem 2rem!important}.quick-invoice-details .subscription-width{width:500px!important}.quick-invoice-details .strip{background-color:#f9faff!important;padding-bottom:.4rem!important;padding-top:.4rem!important}@media(max-width:1100px){.quick-invoice-details{padding:1rem!important}}@media(max-width:550px){.quick-invoice-details{padding:0!important}}@media(min-width:1100px){.quick-invoice-details{padding:1rem!important}}.quick-invoice-details .card-shadow-view{background:#fff!important;border-radius:15px!important;box-shadow:0 0 10px rgba(0,0,0,.2)!important}.quick-invoice-details .header-title{color:#231b63!important;font-weight:700!important;margin-bottom:0!important;text-decoration:underline!important}@media(max-width:500px){.quick-invoice-details .header-title{margin-top:1rem!important}}.quick-invoice-details .header-logo-section{align-items:baseline!important}.quick-invoice-details .merchant-logo{display:flex!important;justify-content:flex-start!important;padding:.5rem .5rem 1rem!important}.quick-invoice-details .merchant-logo .image{height:100px!important;object-fit:contain!important;width:100px!important}.quick-invoice-details .bg-blue{background:#231b63!important;border-radius:1.125rem!important}@media(max-width:500px){.quick-invoice-details .bg-blue{padding:10px!important}}@media(min-width:1020px){.quick-invoice-details .bg-blue{padding:15px!important}}.quick-invoice-details .card{background:#fff!important;border:1px solid #f7f6ff!important;border-radius:1.125rem!important;box-shadow:0 0 10px rgba(0,0,0,.2);overflow:hidden!important}.quick-invoice-details .table-hover tbody tr:hover{background-color:#fff!important}.quick-invoice-details table tbody th{background:#231b63!important;color:#fff!important;text-transform:capitalize!important}.quick-invoice-details .merchant-name{padding-top:.5rem!important}.quick-invoice-details .merchant-name h5{font-weight:700!important;margin-bottom:0!important}.quick-invoice-details .merchant-name-only-text{padding-top:.5rem!important}.quick-invoice-details .merchant-name-only-text h5{font-weight:700!important;margin-bottom:0!important}.quick-invoice-details .description-overflow{max-width:400px!important;overflow:hidden!important;word-break:break-word!important}.quick-invoice-details .button-product :hover{cursor:pointer!important}.quick-invoice-details .amount-view{margin-top:.5rem!important;padding:1rem!important}.quick-invoice-details .amount-view .invoice-title h5{text-transform:uppercase!important}.quick-invoice-details .amount-view .invoice-amount,.quick-invoice-details .amount-view .invoice-title h5{color:#231b63!important;display:flex!important;justify-content:center!important;text-align:center!important}.quick-invoice-details .amount-view .invoice-amount{font-weight:700!important}.quick-invoice-details .amount-view .invoice-amount h5{font-size:2rem!important;margin-bottom:0!important}.quick-invoice-details .detail-view{margin-top:.5rem!important;max-height:250px!important;padding:.8rem!important}.quick-invoice-details .detail-view .row-data{color:#231b63!important}.quick-invoice-details .detail-view .row-data .left-view{font-weight:500!important;margin-bottom:.1rem!important;text-decoration:underline!important}.quick-invoice-details .detail-view .right-view{margin-bottom:.3rem!important}.quick-invoice-details .payment-selection-view{display:flex!important;height:70px!important;justify-content:flex-start!important;margin-bottom:.5rem!important}.quick-invoice-details .payment-selection-view .card-shadow-payment-view{border-radius:.5rem!important;cursor:not-allowed!important;height:80%!important;object-fit:contain!important;padding:.765rem!important;text-align:center!important;width:30%!important}@media(max-width:500px){.quick-invoice-details .payment-selection-view .card-shadow-payment-view{width:20%!important}}.quick-invoice-details .payment-selection-view .payment-image{height:30px!important;object-fit:contain!important;text-align:center!important}.quick-invoice-details .payment-selection-view .payment-name{color:#231b63!important;margin-top:.5rem!important;text-align:center!important}.quick-invoice-details .pay-button{display:flex!important;justify-content:center!important;margin-bottom:0!important}.quick-invoice-details .pay-button h5{font-size:1.5rem!important;margin-bottom:0!important;text-transform:uppercase!important}.quick-invoice-details .pay-button .btn{border-radius:15px!important;padding:1rem!important;width:75%!important}.quick-invoice-details .terms-conditions{font-size:11px!important;font-style:italic!important;margin-bottom:0!important;margin-top:1rem!important;text-align:end!important}.quick-invoice-details .terms-conditions a{color:#000!important;margin-left:.3rem!important;margin-right:.3rem!important;text-decoration:underline!important}.quick-invoice-details .footer-body{font-weight:500!important;margin-top:0!important;text-align:center!important}.quick-invoice-details .footer-body .footer-logo{height:33px!important}.quick-invoice-details .bg-white{border-radius:15px!important;padding:5px!important}.quick-invoice-details .hide-opacity{opacity:.3!important}.quick-invoice-details .adminstrative-charge{color:#231b63!important;display:flex!important;font-size:1rem!important;justify-content:center!important;text-align:center!important}.quick-invoice-details .adminstrative-charge .admin-price{font-weight:800!important;margin-left:.5rem!important;margin-right:.5rem!important}.quick-invoice-details .active-payment{border:2px solid #231b63!important}.quick-invoice-details .error-message-content{margin-top:40%!important;padding:1rem!important}@media(max-width:500px){.quick-invoice-details .error-message-content{margin-top:30%!important}}.quick-invoice-details .error-message-content .error-danger-message{margin-bottom:.5rem!important;padding:0!important;text-align:center!important}.quick-invoice-details .error-message-content .error-danger-message h5{color:#e46565!important;font-weight:700!important;margin-bottom:.5rem!important}.quick-invoice-details .error-message-content .message-view{color:#231b63!important;text-align:center!important}.quick-invoice-details .error-message-content .message-view p{color:#f82649!important;font-weight:700!important;margin-bottom:.5rem!important;text-transform:uppercase!important}.quick-invoice-details .error-message-content .message-description{color:#231b63!important;margin:auto!important;max-width:300px!important;text-align:center!important}.quick-invoice-details .error-message-content .support-button a{padding:.5rem!important;width:300px!important}@media(max-width:500px){.quick-invoice-details .error-message-content .support-button a{width:250px!important}}.quick-invoice-details .error-message-content .merchant-logo{justify-content:center!important}.quick-invoice-details .error-message-content .card-shadow-view{padding:1rem!important}.quick-invoice-details .timer-section{align-items:center;color:#231b63!important;font-size:1rem!important;font-weight:500!important;margin-top:0!important;padding:15px;text-align:center}.quick-invoice-details .footer-body{align-items:center!important;display:flex!important;justify-content:center!important}.quick-invoice-details .footer-body .pca-certificate{margin-left:2rem!important;margin-right:2rem!important}.quick-invoice-details .footer-body .pci-logo{width:60px!important}.quick-invoice-details .footer-body .powered-by-pca{margin-bottom:.3rem!important}.quick-invoice-details .btn-continue-button{background:#231b63!important;color:#fff!important;font-size:1rem!important;font-weight:700!important}@media(max-width:500px){.quick-invoice-details .larger-devices{display:none!important}.quick-invoice-details .clearfix{display:grid!important}.quick-invoice-details .clearfix .header-title{margin-top:1rem!important}}.quick-invoice-details address{margin-bottom:0!important}@media(max-width:800px){.quick-invoice-details .card-title{margin-bottom:.5rem!important}}.quick-invoice-details .smaller-devices{background:#fff!important;overflow:scroll!important}.quick-invoice-details .smaller-devices .merchant-card{border:none!important;margin-bottom:0!important}.quick-invoice-details .smaller-devices .amount-card h2{margin-bottom:0!important}.quick-invoice-details .smaller-devices .amount-card .card-body{display:flex!important;justify-content:center!important}.quick-invoice-details .smaller-devices .top-card{padding-bottom:1rem!important}.quick-invoice-details .smaller-devices .header-image{display:flex!important;justify-content:center!important}.quick-invoice-details .smaller-devices .merchant-logo{padding-bottom:.1rem!important}.quick-invoice-details .smaller-devices .merchant-logo .image{height:70px!important}.quick-invoice-details .smaller-devices .merchant-company-name{display:flex!important;justify-content:center!important;overflow:hidden!important}.quick-invoice-details .smaller-devices .amount-card{border:1px solid #dedee0!important;padding:1rem!important}.quick-invoice-details .smaller-devices .amount-block{margin-top:.5rem!important;padding:.7rem}.quick-invoice-details .smaller-devices .pay-amount{display:flex!important;justify-content:center!important}.quick-invoice-details .smaller-devices .pay-amount h2{font-weight:700!important;margin-bottom:0!important}.quick-invoice-details .smaller-devices .border-high{border:1px solid #eaedf1!important;border-radius:10px!important;margin:.5rem!important;padding:.5rem!important}.quick-invoice-details .smaller-devices .invoice-details{margin:.5rem!important}.quick-invoice-details .smaller-devices .accordion-button:not(.collapsed){background:none!important;box-shadow:none;color:#000!important}.quick-invoice-details .smaller-devices .accordion-item{border:none!important}.quick-invoice-details .smaller-devices .invoice-full-details{border-top:none!important;margin:.5rem .5rem 2rem!important;padding:0!important}.quick-invoice-details .smaller-devices .invoice-full-details .card-pay .nav-tabs .nav-item{width:100%!important}.quick-invoice-details .smaller-devices .invoice-full-details .nav-link.active{background:#231b63!important}.quick-invoice-details .smaller-devices .invoice-full-details .card-pay .nav-tabs{border-radius:10px!important;margin-bottom:1rem!important}.quick-invoice-details .smaller-devices .invoice-full-details dl,.quick-invoice-details .smaller-devices .invoice-full-details ol,.quick-invoice-details .smaller-devices .invoice-full-details ul{margin-bottom:.5rem!important;margin-top:0}.quick-invoice-details .smaller-devices .invoice-full-details .nav-tabs .nav-link.active,.quick-invoice-details .smaller-devices .invoice-full-details .nav-tabs .nav-link:hover:not(.disabled){background:#231b63!important}.quick-invoice-details .invoice-col-view{padding:1rem!important}@media(min-width:500px){.quick-invoice-details .invoice-col-view{border:1px solid #d4d4d4!important;border-radius:10px!important}}.quick-invoice-details .invoice-card-body{border:1px solid #eaedf1!important;margin:.5rem!important;padding:0!important}@media(max-width:1100px){.quick-invoice-details .invoice-card-body{border-radius:calc(.25rem - 1px)!important}}.quick-invoice-details .invoice-card-body .title-view{background:#f2f2f2!important;box-shadow:none;color:#000!important;padding:.7rem!important;text-align:center!important}.quick-invoice-details .invoice-card-body .invoice-detail-view{overflow:hidden!important;padding:.5rem 1rem!important}@media(max-width:500px){.quick-invoice-details .invoice-card-body .invoice-detail-view{padding:.5rem!important}}.quick-invoice-details .invoice-card-body .invoice-detail-view dt{text-decoration:underline!important}.quick-invoice-details .invoice-card-body dl,.quick-invoice-details .invoice-card-body ol,.quick-invoice-details .invoice-card-body ul{margin-bottom:.5rem!important;margin-top:0}.quick-invoice-details .invoice-card-body .accordion-header .accordion-button{background:none!important;padding:10px!important}.quick-invoice-details .mobile-continue-button{border-radius:inherit!important;border-radius:0!important;bottom:0!important;display:flex!important;font-size:1rem!important;font-weight:700!important;justify-content:center!important;padding:1.2rem!important;position:fixed!important;width:100%!important;z-index:9999!important}@media(min-width:500px){.quick-invoice-details .mobile-continue-button{display:none!important}}.quick-invoice-details .mobile-continue-button .spinner-border-sm{margin:.1rem!important}.quick-invoice-details .web-continue-container{margin-left:.5rem!important;margin-right:.5rem!important}@media(max-width:500px){.quick-invoice-details .web-continue-container,.quick-invoice-details .web-footer{display:none!important}}.quick-invoice-details .web-continue-button{align-items:baseline!important;border-radius:10px!important;display:flex!important;font-size:1rem!important;font-weight:700!important;justify-content:center!important;padding:1rem!important;width:100%!important;z-index:9999!important}.quick-invoice-details .web-continue-button .spinner-border-sm{margin:.1rem!important}.quick-invoice-details .si-wallet:before{font-weight:700!important;margin-left:.5rem!important;margin-right:.5rem!important}.quick-invoice-details .mobile-view-footer{margin-top:1rem!important}@media(min-width:500px){.quick-invoice-details .mobile-view-footer{display:none!important}}.quick-invoice-details .container-padding{padding:1rem!important}.quick-invoice-details .content-timer{margin-top:10%!important}@media(max-width:500px){.quick-invoice-details .content-timer{margin-top:40%!important}}.quick-invoice-details .btn-primary:hover{opacity:1!important}.quick-invoice-details .btn{text-transform:uppercase!important}.quick-invoice-details .payment-method-type{display:flex!important}.quick-invoice-details .small-payment-image{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;height:35px!important;margin-right:.5rem!important;margin-top:.5rem!important;object-fit:contain!important;padding:.2rem .5rem!important;text-align:center!important}@media(max-width:500px){.quick-invoice-details .small-payment-image{height:30px!important}}.quick-invoice-details .visa-payment-image{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;height:25px!important;margin-right:.5rem!important;object-fit:contain!important;padding:.2rem .5rem!important;text-align:center!important}.quick-invoice-details .payment-successfulmobile{font-family:DM Sans!important;font-weight:400!important}.quick-invoice-details .subscription-col-view{border:2px solid #231b63!important;border-radius:10px!important}.quick-invoice-details .card-text{font-size:13px!important}.quick-invoice-details .font-colour{color:#706f6f!important}.quick-invoice-details .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.quick-invoice-details .customer-name-design{overflow:hidden!important;word-break:break-all!important}.quick-invoice-details .highlight-accordion{border:1px solid #231b63!important}.quick-invoice-details .accordion-button:after{margin-left:10px!important}.sub-merchant-page .data-table-extensions,.sub-merchant-page .data-table-extensions>.data-table-extensions-filter{display:none!important}@media only screen and (max-width:991px){.sub-merchant-page .page-header{align-items:baseline!important;display:flex!important}}.merchant-list-page .merchantlist-row{display:flex!important;justify-content:space-between!important}.merchant-list-page .data-table-extensions>.data-table-extensions-filter>.filter-text{display:none!important}.merchant-list-page .country-name-border{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;padding:.2rem .4rem!important;text-align:center!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.merchant-list-page .bMgaAx div:first-child{overflow:initial!important;text-overflow:ellipsis!important}@media only screen and (max-width:991px){.merchant-list-page .active-status,.merchant-list-page .inactive-status{width:100%!important}}.pending-list .prev-link{color:#231b63!important;cursor:pointer!important;margin-top:.5rem!important;text-align:center!important;text-decoration:underline!important}.pending-list .expanded-contend{border:1px solid #ececec!important;overflow:hidden!important}.pending-list .expanded-contend .list-unstyled{background:#f7f7f7!important;overflow:hidden!important}.pending-list .expanded-contend .list-unstyled .row{font-size:13px!important;padding:.75rem!important}.pending-list .expanded-contend .footer-buttons{display:flex!important;justify-content:center!important;margin-bottom:2rem!important;margin-top:2rem!important}.pending-list .expanded-contend .footer-buttons .btn{font-weight:700!important;margin-left:1rem!important;margin-right:1rem!important}.pending-list .expanded-contend .action-buttons{display:flex!important;justify-content:center!important;margin-bottom:3rem!important;margin-top:0!important}.pending-list .expanded-contend .action-buttons .btn{font-weight:700!important;margin-left:1rem!important;margin-right:1rem!important}.pending-list .expanded-contend .merchant-prev-records{margin-top:2rem!important}.pending-list .expanded-contend .merchant-prev-records .table thead th{text-transform:capitalize!important}.pending-list .expanded-contend .merchant-prev-records .table td{vertical-align:initial!important}.pending-list .merchant-approved-status{white-space:break-spaces!important}.pending-list .applepay-logo-margin{margin-left:2.5rem!important}.rejected-pending-modal .modal-title{margin-bottom:0!important}.rejected-pending-modal .modal-body{padding:1.5rem 1.5rem 0!important}.rejected-pending-modal .modal-footer{border-top:none!important;justify-content:center!important;padding:0 0 1.4rem!important}.rejected-pending-modal .modal-content{border-radius:15px!important}.rejected-pending-modal .modal-header{align-items:baseline}.rejected-pending-modal .text-bold{font-weight:700!important}.btn-wi-200{width:150px!important}.payment-sub-table .header-title-name{text-decoration:underline!important}.payment-sub-table .table thead th{text-transform:capitalize!important}.payment-sub-table .table td{vertical-align:initial!important}.payment-sub-table .set-center{text-align:center!important}.rejected-reason-modal .modal-content{border-radius:15px!important}.rejected-reason-modal .modal-header{align-items:baseline}.rejected-reason-modal .modal-title{margin-bottom:0!important}.rejected-reason-modal .modal-body{overflow:hidden!important;padding:1rem 1.5rem 1.5rem!important;word-break:break-all!important}.rejected-reason-modal .table-reject-service{overflow:hidden!important;white-space:break-spaces!important}.create-merchant .first-col{border-right:1px solid #e9e9e9!important}.create-merchant .nav-link{border-radius:0!important;color:#231b63!important;font-size:15px!important;font-weight:500!important;padding:.5rem!important}.create-merchant .type-logo .merchant-types{margin-left:0!important;margin-right:1rem!important}.create-merchant .type-logo .font-bold{font-weight:500!important}.create-merchant .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.create-merchant .custom-controls-stacked{margin-top:8px!important}.create-merchant .remove-ml{margin-bottom:.5rem!important;margin-left:0!important;margin-top:.5rem!important}.create-merchant .edit-net-checkbox{margin-bottom:.5rem!important;margin-left:.4rem!important;margin-top:.5rem!important}.create-merchant .permission-checkbox-one{border:1px solid #e9e6e6!important;border-radius:7px!important;margin:1rem 0 0!important}.create-merchant .permission-checkbox-one .custom-controls-stacked .custom-control{margin-bottom:0!important}.create-merchant .post-merchant-button{display:flex!important;justify-content:flex-end!important;margin-top:1.5rem!important}.create-merchant .select-border .css-1s2u09g-control{border-color:red!important}.create-merchant .merchant-grouping{border:1px solid #e9e6e6!important;border-radius:7px!important;height:200px!important;overflow-y:scroll!important}.create-merchant .create-merchant-save{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.create-merchant .edit-checkbox-border{border:1px solid #231b63!important;border-radius:7px!important;margin:10px 2px 2px!important}.create-merchant .edit-netvalue-background{background-color:#231b63!important;color:#fff!important;display:flex!important;height:45px!important;margin-top:20px!important}.create-merchant .edit-netvalue-background .custom-controls-stacked .custom-control{margin-left:10px!important}.create-merchant .custom-control-input:checked~.custom-control-label:after{border:1px solid #fff!important}.create-merchant .edit-netvalue-label{margin-left:5px!important}.create-merchant .avatar-lg{height:7rem!important;object-fit:contain!important;width:7rem!important}.create-merchant .image-container{align-items:center!important}.create-merchant .margin-merchantgroup{margin-left:0!important;padding-left:0!important}.create-merchant .merchant-activestatus{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.create-merchant .base-page-header-view .fa-arrow-left{color:#231b63!important;cursor:pointer!important;font-size:1.2rem!important}.create-merchant .date-red-border-icon .input-group{border:1px solid red!important;border-radius:5px!important}.create-merchant-modal-view .modal-content{border-radius:15px!important}.create-merchant-modal-view .modal-body{height:600px!important;overflow-y:scroll!important}.create-merchant-modal-view .modal-title{margin-bottom:0!important}.update-logo-modal .modal-content{border-radius:15px!important}.update-logo-modal .modal-title{margin-bottom:0!important}.update-logo-modal .modal-header{align-items:baseline!important}.update-logo-modal .note-image{font-size:small!important}.rtl .create-merchant .edit-netvalue-background{padding-right:10px!important}.merchant-service-page .page-title{margin-top:2rem!important}.merchant-service-page .merchant-service{display:flex!important;justify-content:flex-end!important}.merchant-service-page .paymentype-logo{margin-left:7px!important}.merchant-service-page .merchant-service-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.merchant-service-page .status-size{display:grid!important;overflow:initial!important;text-align:center!important;width:100px!important}.merchant-service-page .data-table-extensions .data-table-extensions-filter{display:none}.merchant-service-page .bMgaAx div:first-child{overflow:hidden;text-overflow:ellipsis;white-space:break-spaces!important}.merchant-service-page .item-wrapper{white-space:pre-line!important}.merchant-service-page .order-data{padding:20px!important}.merchant-service-page .data-table-extensions{padding:0!important}.merchant-service-page .bMgaAx div:first-child{overflow:initial!important;text-overflow:ellipsis!important}@media only screen and (max-width:991px){.merchant-service-page .active-status,.merchant-service-page .inactive-status{width:80%!important}}.create-service .custom-controls-stacked .custom-control{margin-bottom:.25rem;margin-right:1rem}.create-service .post-service-button{display:flex!important;justify-content:center!important;margin-top:2rem!important}.create-service .order-details-heading{border:1px solid #e9e6e6!important;border-radius:5px!important;padding:10px}.create-service .orders-details-view{box-shadow:0 0 1px;width:208%!important}.create-service .table-heading-data{text-align:center}.create-service .marin-tabletd{margin-left:20px!important}.create-service .service-type-border{border:1px solid #231b63!important;border-radius:5px!important;margin-top:10px!important}.create-service .service-type-checkbox{margin-bottom:.5rem!important;margin-top:.7rem!important}.create-service .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.create-service .card-body,.create-service .product-content{border-radius:5px!important}.create-service .create_service_button{display:flex!important;justify-content:flex-end!important}.create-service .selected-payment-border{border-top:1px solid #e9e6e6!important}.create-service .select-border .css-1s2u09g-control{border-color:red!important}.create-service .edit-service-header{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.create-service .margin-additional-fields{margin-left:10px!important;margin-right:20px!important}.create-service .service-backgroundcolour{background-color:#231b63!important;color:#e9e6e6!important}.create-service .custom-checkbox .custom-control-input:checked~.custom-control-label:after{border:1px solid #fff!important}.create-service .edit-service-save{display:flex!important;justify-content:space-between!important}.create-service .cursor-disable{cursor:not-allowed!important}.create-service .paymenttype-bgcolor{background-color:#231b63!important;color:#fff!important}.create-service .thanku-padding{padding-left:0!important}@media only screen and (max-width:790px){.create-service .capture-padding{padding-left:0!important}}.create-service .custom-control-input:disabled~.custom-control-label{color:#b2b4b5!important}.create-service .payment-type-color{color:#fff!important}.open-inoice-additionalfields-modal-view .modal-content{border-radius:15px!important}.open-inoice-additionalfields-modal-view .open-addtional-field-button{margin-right:20px!important}.open-inoice-additionalfields-modal-view .open-addition-button{display:flex!important;justify-content:center!important;margin:10px!important}.open-inoice-additionalfields-modal-view .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.open-inoice-additionalfields-modal-view .modal-title{margin-bottom:0!important}.open-inoice-additionalfields-modal-view .modal-body{max-height:450px!important;overflow:hidden!important;overflow-y:scroll!important}.open-inoice-additionalfields-modal-view .table-header-background{background-color:#231b63!important;color:#fff!important}.open-inoice-additionalfields-modal-view .openinvoice-deletebutton{margin-left:10px!important}.open-inoice-additionalfields-modal-view .openinvoice_add{margin-left:1rem!important;margin-right:1re!important}.inoice-transaction-setting-modal-view .modal-content{border-radius:15px!important}.inoice-transaction-setting-modal-view .max-attempts-save{display:flex!important;justify-content:center!important;margin:.8rem!important}.inoice-transaction-setting-modal-view .modal-title{margin-bottom:0!important}.inoice-transaction-setting-modal-view .invoice-modal-header{background-color:#231b63!important;color:#fff!important}.inoice-transaction-setting-modal-view .modal-body{max-height:580px!important;overflow:hidden!important;overflow-y:scroll!important}.assests-page .assestpage-header,.assests-page .asset-list-row{display:flex!important;justify-content:space-between!important}.assests-page .asset-list-row{align-items:baseline!important;padding-bottom:2rem!important;padding-top:2rem!important}.assests-page .rmdp-container{width:100%!important}.assests-page .form{display:flex!important;justify-content:flex-end!important}.assests-page .description-overflow{white-space:normal!important}.assests-page .filter-button-row{margin-top:1.7rem!important}.assests-page .filter-button-row .form-button{width:100%!important}.assests-page .filter-button-row button{margin-top:.5rem!important;width:100%!important}@media only screen and (max-width:600px){.assests-page .filter-button-row .form-button{margin-top:1rem!important}}@media only screen and (max-width:551px){.assests-page .asset-list-row{padding-bottom:1rem!important}}.assests-page .filter-box-view{justify-content:flex-end!important;width:100%!important}.assests-page .filter-box-view .row{width:100%!important}.assests-page .filter-box-view .form-control{width:250px!important}@media only screen and (max-width:600px){.assests-page .filter-box-view .form-control{width:150px!important}}@media only screen and (device-width:375px)and (device-height:812px){.assests-page .filter-box-view .form-control{width:130px!important}}@media only screen and (device-width:375px)and (device-height:667px){.assests-page .filter-box-view .form-control{width:130px!important}}.assests-page .data-table-extensions{display:none!important}.assests-page .jUJcdR div:first-child{white-space:normal!important}.assests-page .filter-button{align-items:flex-end!important;display:flex!important;justify-content:space-evenly!important;text-align:center!important}.assests-page .asset-add-button,.assests-page .duplicate-asset{display:flex!important;justify-content:flex-end!important}.assests-page .margin-add-asset{margin-right:10px!important}.assests-page .selected-asset{align-items:baseline!important;display:flex!important;justify-content:center!important}@media only screen and (max-width:768px){.assests-page .page-header{margin:6px!important}.assests-page .card{margin-bottom:1rem!important;margin-top:1rem!important}.assests-page .page-title{font-size:16px!important}.assests-page .date-view{font-size:14px!important}}@media only screen and (max-width:991px){.assests-page .page-header{display:inline-flex!important;margin-left:0!important}.assests-page .filter-button-row{margin-top:1rem!important}.assests-page .status-margin-top{margin-top:10px!important}}@media(min-width:992px){.rtl .rmdp-container{margin-left:0!important;width:100%!important}}.create-asset-modal .modal-content{border-radius:15px!important}.create-asset-modal .modal-body{padding-top:0!important}.create-asset-modal .modal-header{align-items:baseline!important}.create-asset-modal .checkbox-alignment{align-items:baseline!important;display:flex!important}.create-asset-modal .custom-controls-stacked .custom-control{margin-left:20px!important}.create-asset-modal .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.create-asset-modal .asset-add-button{display:flex!important;justify-content:flex-end!important}.create-asset-modal .margin-add-asset{margin-right:10px!important}.create-duplicate-asset-modal .modal-content{border-radius:15px!important;height:auto!important;width:90%!important}.create-duplicate-asset-modal .modal-header{align-items:baseline!important;padding:1rem!important}.create-duplicate-asset-modal .modal-body{max-height:580px!important;min-height:350px!important;overflow-y:scroll!important;padding-top:.2rem!important}.create-duplicate-asset-modal .asset-add-button{display:flex!important;justify-content:flex-end!important}.create-duplicate-asset-modal .margin-add-asset{margin-right:10px!important}.create-duplicate-asset-modal .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.units-page .unitspage-header{display:flex!important;justify-content:space-between!important}.units-page .rmdp-container{width:100%!important}.units-page .unit-list-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important;padding-bottom:2rem!important;padding-top:2rem!important}.units-page .description-overflow,.units-page .jUJcdR div:first-child{white-space:normal!important}@media only screen and (max-width:551px){.units-page .unit-list-row{padding-bottom:1rem!important}}.units-page .form{display:flex!important;justify-content:flex-end!important}.units-page .filter-button-row{margin-top:1.5rem!important}.units-page .filter-button-row .form-button{width:100%!important}.units-page .filter-button-row button{margin-top:.5rem!important;width:100%!important}@media only screen and (max-width:600px){.units-page .filter-button-row{margin-top:.5rem!important}.units-page .filter-button-row .form-button{margin-top:1rem!important}}.units-page .filter-box-view{justify-content:flex-end!important;width:100%!important}.units-page .filter-box-view .row{width:100%!important}.units-page .filter-box-view .form-control{width:250px!important}@media only screen and (max-width:600px){.units-page .filter-box-view .form-control{width:150px!important}}@media only screen and (device-width:375px)and (device-height:812px){.units-page .filter-box-view .form-control{width:130px!important}}@media only screen and (device-width:375px)and (device-height:667px){.units-page .filter-box-view .form-control{width:130px!important}}.units-page .data-table-extensions{display:none!important}.units-page .view-more-row{display:flex!important;justify-content:flex-end!important}.units-page .filter-button{align-items:flex-end!important;display:flex!important;justify-content:space-evenly!important;text-align:center!important}.create-unit-modal .modal-content{border-radius:15px!important}.create-unit-modal .modal-body{padding-top:0!important}.create-unit-modal .discount-checkbox{align-items:baseline!important;display:flex!important}.create-unit-modal .margin-checkbox{margin-left:20px!important}.create-unit-modal .discount-checkbox-status{margin-left:30px!important}.create-unit-modal .modal-header{align-items:baseline!important;padding:1rem!important}.create-unit-modal .modal-body{max-height:620px!important;overflow-y:scroll!important;padding-top:.2rem!important}.create-unit-modal .select-border .css-1s2u09g-control{border-color:#e46565!important}.create-unit-modal .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.create-duplicate-unit-modal .modal-content{border-radius:15px!important;height:auto!important;width:90%!important}.create-duplicate-unit-modal .modal-header{align-items:baseline!important;padding:1rem!important}.create-duplicate-unit-modal .modal-body{max-height:550px!important;min-height:380px!important;overflow-y:scroll!important;padding-top:.2rem!important}.create-duplicate-unit-modal .asset-add-button{display:flex!important;justify-content:flex-end!important}.create-duplicate-unit-modal .margin-add-asset{margin-right:10px!important}.create-duplicate-unit-modal .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.tenents-page .form{display:flex!important;justify-content:flex-end!important}.tenents-page .rmdp-container{width:100%!important}.tenents-page .description-overflow,.tenents-page .jUJcdR div:first-child{white-space:normal!important}.tenents-page .tenant-list-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important;padding-bottom:2rem!important;padding-top:2rem!important}.tenents-page .tenant-list-row .invoices-row-button{display:flex!important;justify-content:flex-end!important}.tenents-page .tenant-list-row .invoices-row-button .delivery-invoice-button{margin-left:1rem!important;margin-right:1rem!important}@media only screen and (max-width:551px){.tenents-page .tenant-list-row{padding-bottom:1rem!important}}.tenents-page .filter-button-row{margin-top:1.5rem!important}.tenents-page .filter-button-row .form-button{width:100%!important}.tenents-page .filter-button-row button{margin-top:.5rem!important;width:100%!important}@media only screen and (max-width:600px){.tenents-page .filter-button-row{margin-top:.5rem!important}.tenents-page .filter-button-row .form-button{margin-top:1rem!important}}.tenents-page .filter-box-view{justify-content:flex-end!important;width:100%!important}.tenents-page .filter-box-view .row{width:100%!important}.tenents-page .filter-box-view .form-control{width:250px!important}@media only screen and (max-width:600px){.tenents-page .filter-box-view .form-control{width:150px!important}}@media only screen and (device-width:375px)and (device-height:812px){.tenents-page .filter-box-view .form-control{width:130px!important}}@media only screen and (device-width:375px)and (device-height:667px){.tenents-page .filter-box-view .form-control{width:130px!important}}.tenents-page .data-table-extensions{display:none!important}.tenents-page .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.tenents-page .filter-button{align-items:flex-end!important;display:flex!important;justify-content:space-evenly!important;text-align:center!important}.rtl .form{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:left;position:relative;width:100%}.rtl .filter-button-row{margin-left:0!important}.tenant-payment-page .tenant-pagetitle{margin-top:2rem!important}.tenant-payment-page .data-table-extensions>.data-table-extensions-filter>.filter-text{display:none!important}.tenant-payment-page .card-body{padding-top:.5rem!important}.tenant-payment-page .row-data{color:#231b63!important}.tenant-payment-page .row-data .left-view{font-weight:500!important;margin-bottom:.1rem!important;text-decoration:underline!important}.tenant-payment-page .rdt_Pagination .sc-llJcti{display:none!important}.tenant-payment-page .tenent-payment-header{display:flex!important;justify-content:center!important}.tenant-payment-page .asset-logo{margin-right:20px!important;max-height:50px!important;max-width:100%!important;object-fit:contain!important}.tenant-payment-page .bMgaAx div:first-child{overflow:visible!important;text-overflow:clip!important;white-space:normal!important;word-break:break-all!important}.asset-expense-page .expense-list-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important}.asset-expense-page .tab-menu-heading .nav-pills .nav-link.active{background:hsla(0,0%,100%,.1)!important;color:#231b63}.asset-expense-page .description-overflow{white-space:normal!important}.asset-expense-page .tabstyle2 li .active{border-bottom:3px solid #231b63!important}.asset-expense-page .tab-menu-heading .nav-pills .nav-link{color:#231b63;font-weight:700!important}.asset-expense-page .tab-menu-heading .nav-pills{font-size:16px!important}.asset-expense-page .nav-pills .nav-link{border-radius:0}.asset-expense-page .tab-menu-heading .nav-pills .nav-link.active{border-radius:0!important}.asset-expense-page .filter-button-row{margin-top:1rem!important}.asset-expense-page .filter-button-row .form-button{width:100%!important}.asset-expense-page .filter-button-row button{margin-top:.5rem!important;width:100%!important}@media only screen and (max-width:600px){.asset-expense-page .filter-button-row .form-button{margin-top:1rem!important}}.asset-expense-page .table-scroll{overflow:hidden!important;overflow-x:scroll!important;overflow-y:scroll!important}@media only screen and (max-width:500px){.asset-expense-page .page-title{font-size:14px!important}.asset-expense-page .download-image{margin-left:0!important;margin-right:0!important}}.asset-expense-page .jUJcdR div:first-child{white-space:normal!important}.asset-expense-page .category-status{display:flex!important;justify-content:center!important}.asset-expense-page .icon-pencil{color:#000!important}.asset-expense-page .tabstyle2 li{margin:0!important}.tenants-create-page .tenants-create-row{align-items:baseline!important;display:flex!important;justify-content:space-between!important;padding-bottom:2rem!important;padding-top:2rem!important}.tenants-create-page .card{display:flex!important;justify-content:center!important}.tenants-create-page .discount-checkbox{align-items:baseline!important;display:flex!important}.tenants-create-page .margin-checkbox{margin-left:17px!important}.tenants-create-page .discount-checkbox-status{margin-left:30px!important}.tenants-create-page .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.tenants-create-page .select{max-height:500px!important;overflow-y:auto!important;overflow:auto!important}.tenents-details .modal-content{border-radius:15px!important}.tenents-details .table{border-top:initial!important;margin-bottom:0!important}.tenents-details .table td{padding:.7rem!important;width:50%!important}.tenents-details .table th{width:100%!important}@media only screen and (max-width:540px){.tenents-details .table{font-size:11px!important}}.tenents-details .tenents-details .table td{white-space:normal!important}.tenents-details .modal-body{max-height:600px!important;overflow:hidden!important;overflow-y:scroll!important}.tenents-details .modal-header{padding-bottom:5px!important}.tenents-details .data-table-extensions{display:none!important}.tenents-details .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.transaction-receipt-template{direction:ltr!important;overflow:hidden!important}.transaction-receipt-template .payment-successfulmobile{background:url(/static/media/blug-bg.864596a6802d2cbc882c.svg)!important;background-size:cover!important;color:var(--light-font)!important;display:flex!important;font-family:DM Sans!important;font-size:var(--font-size-xs)!important;font-weight:400!important;justify-content:center!important;overflow:hidden!important}.transaction-receipt-template .template-background{background-color:#fff!important;border:5px solid #231b63!important;border-radius:10px!important}.transaction-receipt-template .merchant-details{display:flex!important;justify-content:space-between!important}.transaction-receipt-template .bottom-dashed-line{border-bottom:1px dashed #d8d6d6!important;margin-top:1rem!important}.transaction-receipt-template .powered-by{color:#6c6c6c!important;font-size:12px!important;position:relative!important}.transaction-receipt-template .download-2-icon{max-height:100px!important;max-width:100px!important;object-fit:contain!important}.transaction-receipt-template .company-name{color:#242424!important;display:flex!important;font-family:DM Sans!important;font-size:16px!important;font-weight:700!important;line-height:24px;margin-top:3px!important;max-width:220px!important;overflow:hidden!important;position:relative!important}.transaction-receipt-template .frame-child{height:20.94px;margin-right:5px!important;width:20.94px}.transaction-receipt-template .deezer-company-parent,.transaction-receipt-template .group-parent{align-items:flex-end!important;display:flex;flex-direction:row;white-space:nowrap!important}.transaction-receipt-template .deezer-company-parent{flex-direction:column;gap:var(--gap-9xs)}.transaction-receipt-template .pngwing-2-parent{align-items:center;align-self:stretch;display:flex;flex-direction:row;justify-content:space-between;padding:0 17px}.transaction-receipt-template .frame-inner{border-top:1px dashed #d8d6d6;box-sizing:border-box;height:1px;position:relative!important}.transaction-receipt-template .group-child{background-color:#009b51!important}.transaction-receipt-template .group-child,.transaction-receipt-template .refund-colour{border:4px solid hsla(0,6%,93%,.94)!important;border-radius:44px!important;box-sizing:border-box!important;height:57px!important;left:calc(50% - 28.5px)!important;position:absolute!important;top:0!important;width:57px!important}.transaction-receipt-template .refund-colour{background-color:#f7b731!important}.transaction-receipt-template .failed-icon{background-color:#e46565!important;border:4px solid hsla(0,6%,93%,.94);border-radius:44px!important;box-sizing:border-box;height:57px!important;left:calc(50% - 28.5px)!important;position:absolute!important;top:0!important;width:57px!important}.transaction-receipt-template .heroiconscheck{color:green!important;height:25.44px!important;left:calc(50% - 12.62px)!important;overflow:hidden!important;position:absolute!important;top:calc(50% - 13.03px)!important;width:25.44px!important}.transaction-receipt-template .pos-icon{background-color:green!important;border:4px solid hsla(0,6%,93%,.94);border-radius:44px!important;box-sizing:border-box;height:57px!important;left:calc(50% - 28.5px)!important;position:absolute!important;top:0!important;width:57px!important}.transaction-receipt-template .rectangle-parent{height:57px!important;position:relative!important;width:57px!important}.transaction-receipt-template .frame-wrapper{padding-left:3px!important;padding-right:3px!important}.transaction-receipt-template .company-logo{border-radius:3px!important;max-height:85px!important;max-width:85px!important;object-fit:contain!important;position:relative!important}.transaction-receipt-template .payment-successful{font-family:DM Sans!important;font-size:18px!important;font-weight:700!important;line-height:28px;margin-top:5px!important;position:relative!important}.transaction-receipt-template .invoice-details{color:#231b63!important;font-family:DM Sans!important;font-size:14px!important;font-weight:600!important;line-height:24px;position:relative!important}.transaction-receipt-template .kwd{color:#231b63!important;display:inline-block;font-size:18px!important;font-weight:700!important}.transaction-receipt-template .payment-successful-parent,.transaction-receipt-template .transaction-amount-parent{align-items:center;align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start}.transaction-receipt-template .transaction-amount-parent{color:#706f6f!important;font-size:14px!important;margin-top:7px!important;padding:0 65px}.transaction-receipt-template .payment-successful-parent{gap:var(--gap-7xs)}.transaction-receipt-template .ionqr-code-outline-icon{flex-shrink:0;height:18px;overflow:hidden;width:18px}.transaction-receipt-template .frame-div,.transaction-receipt-template .ionqr-code-outline-wrapper{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start}.transaction-receipt-template .ionqr-code-outline-wrapper{border:1px solid #dadada!important;border-radius:8px!important;padding:7px!important}.transaction-receipt-template .frame-div{gap:9px}.transaction-receipt-template .frame-container,.transaction-receipt-template .group-container{align-items:center!important;align-self:stretch!important;display:flex!important;flex-direction:column!important}.transaction-receipt-template .frame-container{gap:11px;justify-content:flex-start}.transaction-receipt-template .group-container{font-size:18px!important;gap:var(--gap-7xs);justify-content:center!important}.transaction-receipt-template .calendar-icon{flex-shrink:0;height:14px;margin-right:5px!important;overflow:hidden;width:14px}.transaction-receipt-template .date-of-transaction{line-height:22px;position:relative!important}.transaction-receipt-template .customername-width{width:170px!important}.transaction-receipt-template .calendar-parent,.transaction-receipt-template .customername-width{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-right:5px!important}.transaction-receipt-template .sep-2023-{word-wrap:normal!important;color:#242424!important;line-height:22px;margin-left:7px!important;overflow:hidden!important;position:relative!important;text-align:right!important;white-space:nowrap!important}.transaction-receipt-template .frame-parent2,.transaction-receipt-template .frame-parent3{align-items:center;align-self:stretch;display:flex;flex-direction:row;justify-content:space-between;padding-bottom:7px!important;padding-top:7px!important}.transaction-receipt-template .frame-parent3{margin-top:-4px}.transaction-receipt-template .group-icon{object-fit:contain;position:relative!important;width:25px!important}.transaction-receipt-template .amex-icon{height:28px!important;object-fit:contain;position:relative!important;width:35px!important}.transaction-receipt-template .visa-icon{height:24px!important;object-fit:contain;position:relative!important;width:24px!important}.transaction-receipt-template .group-wrapper{justify-content:center}.transaction-receipt-template .field-name,.transaction-receipt-template .frame-parent6,.transaction-receipt-template .group-wrapper{align-items:center;display:flex;flex-direction:row}.transaction-receipt-template .field-name{gap:var(--gap-9xs)!important;justify-content:flex-start!important;width:190px!important}.transaction-receipt-template .frame-parent6{align-self:stretch;border-radius:var(--br-9xs)!important;justify-content:space-between!important;margin-top:-4px!important;padding-bottom:5px!important;padding-top:5px!important}.transaction-receipt-template .frame-parent1,.transaction-receipt-template .frame-wrapper,.transaction-receipt-template .invoice-details-parent{align-items:flex-start!important;align-self:stretch!important;display:flex!important;flex-direction:column!important}.transaction-receipt-template .frame-parent1{color:#706f6f!important;font-size:12px!important;justify-content:flex-start!important}.transaction-receipt-template .frame-wrapper,.transaction-receipt-template .invoice-details-parent{justify-content:center!important}.transaction-receipt-template .invoice-details-parent{background-color:#f8f9ff!important;border-radius:5px!important;gap:1px!important;padding:10px!important}.transaction-receipt-template .frame-wrapper{color:#75777f!important;font-size:var(--font-size-sm)!important;padding-left:6px!important;padding-right:6px!important}.transaction-receipt-template .frame-group,.transaction-receipt-template .powered-by-group{align-items:center!important;display:flex!important;flex-direction:column!important}.transaction-receipt-template .frame-group{align-self:stretch!important;gap:22px!important;justify-content:center!important}.transaction-receipt-template .powered-by-group{gap:var(--gap-8xs)!important;justify-content:flex-start!important;left:calc(50% - 34.34px)!important;position:absolute!important;top:0!important}.transaction-receipt-template .group-div{color:#6c6c6c!important;font-size:var(--font-size-xs)!important;height:53px!important;margin-bottom:.5rem!important;position:relative!important;width:68.68px!important}.transaction-receipt-template .frame-parent{align-items:center!important;background-color:#fff!important;border-radius:6px!important;box-sizing:border-box!important;color:var(--font-color)!important;display:flex!important;flex-direction:column!important;font-size:16px!important;gap:25px!important;justify-content:flex-start!important;padding:18px 0 16px!important;position:absolute!important;top:calc(43% - 355.5px)!important}.transaction-receipt-template .print-button{font-size:1.2rem!important;font-weight:100px!important;padding:0!important}.transaction-receipt-template .arrow-button{font-size:14px!important;padding:0!important}.transaction-receipt-template .iconamoonclose-duotone{height:31.34px;left:calc(50% - 16px);overflow:hidden;position:absolute;top:calc(50% - 16px);width:31.34px}.transaction-receipt-template .second-text{margin-left:5.5px!important;margin-right:5.5px!important}.transaction-receipt-template .failed-text{margin-left:.2rem!important;margin-right:.2rem!important}.transaction-receipt-template .tansaction-amount-text{font-size:14px!important;margin-bottom:7px!important}.transaction-receipt-template .downloadpdf{color:#323232!important;line-height:22px;margin-left:7px!important;text-align:right!important}.transaction-receipt-template .download-title,.transaction-receipt-template .downloadpdf{font-family:DM Sans!important;overflow:hidden!important;position:relative!important;white-space:normal!important;word-break:break-all!important}.transaction-receipt-template .download-title{color:#232323!important;font-size:16px!important;font-weight:600!important;line-height:24px}.transaction-receipt-template .fieldname-padding{margin-right:13px!important;padding-right:10px!important}.transaction-receipt-template .dispaly-details{display:block!important;visibility:visible!important}.transaction-receipt-template .merchantadditional-details{display:none!important}.transaction-receipt-template .margin-invoicedetails{margin-left:7px!important}@media only screen and (min-width:1358px)and (max-width:1380px){.transaction-receipt-template .field-name{width:200px!important}.transaction-receipt-template .company-name{max-width:200px!important}}@media only screen and (max-width:400px){.transaction-receipt-template .company-name{max-width:200px!important}.transaction-receipt-template .field-name{width:200px!important}}@media only screen and (max-width:330px){.transaction-receipt-template .company-name{max-width:150px!important}}.transaction-receipt-template .invoice-error-page-container{margin-top:15%!important}@media(max-width:500px){.transaction-receipt-template .invoice-error-page-container{margin-top:50%!important}}.transaction-receipt-template .invoice-error-page-container .invoice-error-card-view{align-items:center!important;border-radius:.5rem!important;box-shadow:0 0 10px rgba(0,0,0,.1)!important;display:flex!important;font-family:DM Sans!important;font-weight:700!important;justify-content:center!important;padding:1.5rem!important;position:relative!important}@media(max-width:500px){.transaction-receipt-template .invoice-error-page-container .invoice-error-card-view{padding:1rem 1rem 2rem!important}}.transaction-receipt-template .invoice-error-page-container .invoice-error-card-view .payment-sub-child-message{color:#6d6b6b!important;font-size:13px!important;margin-bottom:7px!important;text-align:center!important}@media(max-width:500px){.transaction-receipt-template .invoice-error-page-container .invoice-error-card-view .payment-sub-child-message{font-size:11px!important}}.transaction-receipt-template .invoice-error-page-container .footer-button-container{margin-top:1rem!important}.transaction-receipt-template .invoice-error-page-container .footer-button-container .btn{background-color:#e46565!important;border-radius:5px!important;color:#fff!important;font-size:13px!important;font-weight:700!important;padding:.5rem!important;text-transform:capitalize!important;width:150px!important}@media(max-width:500px){.transaction-receipt-template .invoice-error-page-container .footer-button-container .btn{font-size:11px!important}}.transaction-receipt-template .invoice-error-page-container .close-icon-view{cursor:pointer!important;display:flex!important;justify-content:flex-end!important;width:100%!important}.transaction-receipt-template .accordion-button:not(.collapsed),.transaction-receipt-template .accordion-item{background-color:#f8f9ff!important;color:#231b63!important}.transaction-receipt-template .accordion-item{border:none!important}.transaction-receipt-template .accordion-button{color:#231b63!important;padding-bottom:8px!important;padding-left:10px!important;padding-top:12px!important}.transaction-receipt-template .transaction-background{background-color:#f8f9ff!important;color:#242424!important;max-height:300px!important;overflow:hidden!important;overflow-y:scroll!important}.transaction-receipt-template .accordion-body.show{display:block}.transaction-receipt-template .display-payment-details{display:none!important}.transaction-receipt-template .payment-details-download{margin-bottom:2rem!important}.transaction-receipt-template .active-status{background:#09ad95!important}.transaction-receipt-template .active-status,.transaction-receipt-template .inactive-status{color:#fff!important;display:grid!important;padding:3px 10px!important;text-align:center!important;width:81px!important}.transaction-receipt-template .inactive-status{background:#e46565!important}.transaction-receipt-template .refund-status{background:#f7b731!important;color:#fff!important;display:grid!important;padding:3px 10px!important;text-align:center!important;width:81px!important}.transaction-receipt-template .margin-amount{margin-left:2rem!important}.QR-scan-modal .modal-content{width:60%!important}.QR-scan-modal .qrcode-title{font-size:13px!important}.QR-scan-modal .btn-close{font-size:18px!important}.modal.show .modal-dialog{display:flex!important;justify-content:center!important}@media print{.transaction-receipt-template{direction:ltr!important}.transaction-receipt-template .payment-successfulmobile{background:#fff!important;display:flex!important;justify-content:flex-start!important}.transaction-receipt-template .company-name{color:#232323!important;display:flex!important;font-family:DM Sans!important;font-size:16px!important;font-weight:600!important;line-height:24px;max-width:380px!important;overflow:hidden!important;position:relative!important}.transaction-receipt-template .sep-2023-{overflow:hidden!important;white-space:normal!important;width:350px!important;word-break:break-all!important}.transaction-receipt-template .merchantadditional-details{display:block!important;max-width:100%!important;overflow:hidden!important;visibility:visible!important;white-space:normal!important;width:100%!important;word-break:break-all!important}.transaction-receipt-template .fieldname-padding{margin-right:0!important;padding-right:0!important}.transaction-receipt-template .downloadpdf{width:700px!important}.transaction-receipt-template .payment-details{display:none!important}.transaction-receipt-template .print-paymentype{margin-left:25px!important}.payments-details,.tooltips-display{display:none!important}.payment-print{display:flex!important;justify-content:flex-end!important;text-align:end!important;width:200px!important}.active-status{background:#09ad95!important}.active-status,.inactive-status{color:#fff!important;display:grid!important;padding:5px 10px!important;text-align:center!important;width:100px!important}.inactive-status{background:#e46565!important}.group-container{font-size:18px!important;gap:var(--gap-7xs);justify-content:center!important}.heroiconscheck{color:green!important;height:25.44px!important;left:calc(50% - 12.62px)!important;overflow:hidden!important;position:absolute!important;top:calc(50% - 13.03px)!important;width:25.44px!important}.group-child{background-color:#009b51!important;border:4px solid hsla(0,6%,93%,.94)!important;border-radius:44px!important;box-sizing:border-box!important;height:57px!important;left:calc(50% - 28.5px)!important;position:absolute!important;top:0!important;width:57px!important}.payment-details-header{color:#231b63!important}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.rtl .margin-amount{margin-right:0!important}.rental-receiptpage{font-family:DM Sans!important;font-weight:500!important}.rental-receiptpage .companyname{display:flex!important;justify-content:center!important}.rental-receiptpage .company-logo{height:100%!important;object-fit:contain!important;width:100%!important}.rental-receiptpage .custom-table{border:1px dashed #000!important;overflow:hidden!important;word-break:break-all!important}.rental-receiptpage .custom-table td,.rental-receiptpage .custom-table tr{border:1px dashed #000!important}.rental-receiptpage .custom-table-padding td{padding:.2rem!important}.rental-receiptpage .custom-border{border:7px solid #231b63!important;padding-bottom:1rem!important;padding-left:2rem!important;padding-right:2rem!important}.rental-receiptpage .receipt-border{border-top:1px solid #000!important;margin-top:1rem!important}.rental-receiptpage .custom-table-padding{overflow:hidden!important;word-break:break-all!important}.rental-receiptpage .download-2-icon{height:3rem!important}.rental-receiptpage .invoice-icons-view{margin-top:.5rem!important;padding-bottom:0!important}.rental-receiptpage .group-icon{object-fit:contain;position:relative!important;width:25px!important}.rental-receiptpage .amex-icon{height:35px!important;object-fit:contain;position:relative!important;width:40px!important}.rental-receiptpage .visa-icon{height:24px!important;object-fit:contain;position:relative!important;width:24px!important}.compliance-and-documents .custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-color:#231b63!important}.compliance-and-documents .document-table-overflow{overflow:hidden!important;white-space:normal!important}.compliance-and-documents .data-table-extensions>.data-table-extensions-filter>.filter-text{display:none!important}.compliance-and-documents .compliance-row{display:flex!important;justify-content:space-between!important}.compliance-and-documents .compliance-form{margin-bottom:8rem!important}.compliance-and-documents .compliance-form .compliance-status-details{display:flex!important;justify-content:space-between!important}.compliance-and-documents .compliance-form .post-complaince-data{display:flex!important;justify-content:flex-end!important}.compliance-and-documents .compliance-form .political-checkbox{margin-left:1rem!important}.compliance-and-documents .compliance-form .preview-textcolor{color:#231b63!important}.compliance-and-documents .compliance-form .date-red-border-icon .input-group{border:1px solid red!important}.compliance-and-documents .compliance-form .select-border .css-1s2u09g-control{border-color:red!important}.compliance-and-documents .compliance-form .tab-content i{color:#fff!important}.compliance-and-documents .document-loader{height:500px!important;margin-top:2rem!important}.compliance-and-documents .document-add{display:flex!important;justify-content:space-between!important}.compliance-and-documents .complaince-document-details .documentdetails-row{border-right:1px solid #e9e9e9!important}.compliance-and-documents .complaince-document-details .tabledata-alignment{align-items:flex-start!important;color:#75777f!important;display:flex!important}.compliance-and-documents .complaince-document-details .footer-buttons{display:flex!important;justify-content:center!important;margin-bottom:2rem!important;margin-top:25px!important}.compliance-and-documents .complaince-document-details .approve-margin{margin-right:1rem!important}.compliance-and-documents .complaince-document-details .document-preview-division{height:200px!important}.compliance-and-documents .complaince-document-details .data-table-extensions{padding-top:0!important}.compliance-and-documents .complaince-document-details .expanded-contend{background-color:#f7f7f7!important;border:1px solid #e9e9e9!important}.compliance-and-documents .complaince-document-details .document-image{object-fit:contain!important}.compliance-and-documents .complaince-document-details .image-zoom{cursor:pointer;overflow:hidden;position:relative}.compliance-and-documents .complaince-document-details .image-zoom img{height:auto;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:100%}.compliance-and-documents .complaince-document-details .image-zoom.zoomed img{-webkit-transform:scale(2);transform:scale(2);-webkit-transform-origin:center;transform-origin:center}.compliance-and-documents .fileimage{height:80%!important;width:80%!important}.compliance-and-documents .margin-document{margin-left:10px!important;margin-right:10px!important}.compliance-and-documents .document-background-color{background-color:#231b63!important;color:#f7f7f7!important}.compliance-and-documents .data-table-extensions{padding-top:0!important}.compliance-and-documents .doc-merchant-comments{overflow:hidden!important;word-break:break-all!important}.compliance-and-documents .compliance-approval-margin{margin-bottom:1rem!important}.compliance-and-documents .post-complaince-data{display:flex!important;justify-content:flex-end!important;margin-top:1.5rem!important}.compliance-and-documents .multivendor-table{display:flex!important;justify-content:space-between!important;margin-top:0!important;padding-top:2px!important}.compliance-and-documents .add-document-button{display:flex!important;justify-content:flex-end!important}.compliance-and-documents .payment-type-bg-view{color:#000!important;padding:.2rem .4rem!important;text-align:center!important;text-decoration:underline!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.compliance-and-documents .merchant-details-row{display:flex!important;justify-content:space-between!important;padding:2rem 2rem 1rem!important}.compliance-and-documents .base-header-view{margin-left:2rem!important;margin-top:1.5rem!important;text-decoration:underline!important}.compliance-and-documents .rmdp-container{width:87%!important}.compliance-and-documents .first-col{border-right:1px solid #e9e9e9!important}.compliance-and-documents .accordion-button:not(.collapsed){background:#231b63!important;box-shadow:none!important;color:#fff!important}.compliance-and-documents .rmdp-container .rmdp-input{width:89%!important}.compliance-and-documents .complianceDocument-table .rdt_TableHeadRow{background:#fff!important;color:#231b63!important}.compliance-and-documents .complianceDocument-table .rdt_TableHeadRow .line-height-title,.compliance-and-documents .complianceDocument-table .rdt_TableHeadRow div{color:#231b63!important}.compliance-and-documents .accordion-item:not(:first-of-type){border-top:1px solid #eaedf1!important}.document-details-modal .modal-content{border-radius:15px!important}.document-details-modal .modal-title{margin-bottom:0!important}.document-details-modal .modal-header{align-items:baseline!important}.document-details-modal .modal-body{padding:1rem 2rem 2rem 1rem!important;white-space:normal!important;word-break:break-all!important}.document-details-modal .margin-comments{margin-left:1rem!important}.document-details-modal .document-details-alignment{display:flex!important;justify-content:space-between!important}.document-details-modal .textarea-height{height:5rem!important}.document-details-modal .date-red-border-icon .input-group{border:1px solid red!important}.document-details-modal .rmdp-container .rmdp-input{width:105%!important}.document-details-modal .div-red-border{border:1px solid red!important}@media only screen and (max-width:991px){.document-details-modal .rmdp-container .rmdp-input{width:100%!important}}@media only screen and (max-width:551px){.document-details-modal .rmdp-container .rmdp-input{width:97%!important}.document-details-modal .rtl .rmdp-container{width:90%!important}}.document-details-modal .rtl .rmdp-container .rmdp-input{width:105%!important}.document-details-modal .rtl .rmdp-container{margin-left:0!important;width:90%!important}.document-details-modal .select-border .css-1s2u09g-control{border-color:red!important}.document-reject-modal .modal-content{border-radius:15px!important}.document-reject-modal .modal-title{margin-bottom:0!important}.document-reject-modal .modal-header{align-items:baseline!important}.document-reject-modal .modal-body{overflow:hidden!important;padding:1rem 2rem 2rem 1rem!important;white-space:normal!important;word-break:break-all!important}.document-reject-modal .merchant-comments{white-space:break-spaces!important}.delete-product-modal-view .modal-content{border-radius:15px!important}.delete-product-modal-view .modal-title{margin-bottom:0!important}.delete-product-modal-view .modal-header{align-items:baseline!important}body{font-family:DM Sans!important;font-weight:400!important}.leaflet-container{height:300px}.apexs{height:237px}.profile{margin-left:-1.5px!important;position:relative!important}.apexcharts-element-hidden{display:contents}.apexcharts-element-hidden svg{fill:#6e8192!important;width:20px}.header .message .dropdown-menu,.header .notifications .dropdown-menu,.header .profile-1 .dropdown-menu{left:auto!important;right:0!important}.breadcrumb .breadcrumb-item.active a{color:var(--primary-bg-color)!important}.chk-all .dropdown-toggle:after,.main-chat-header .dropdown-toggle:after,.main-navbar .dropdown-toggle:after,.message .dropdown-toggle:after,.nav-pills .dropdown-toggle:after,.notifications .dropdown-toggle:after,.profile-1 .dropdown-toggle:after{display:none}.side-menu__item.active .side-badge{background-color:rgba(0,0,0,.2)!important}.rtl .breadcrumds a{margin-right:5px}.circlechart{width:100%}.chart-circle{height:4rem;position:relative;width:4rem}.chart-wrapper .echarts-for-react{height:220px!important}.chartsh{height:300px!important}.mx-auto .chart-circle{height:6.5rem;width:7.5rem}.lg-image{border-radius:5px}.rtl.layout-boxed .chart-circle-sm{margin-right:.5 rem!important}.rtl.layout-boxed .chart-circle-sm svg{width:80px}.fc .fc-button-primary{background-color:var(--primary-bg-color)!important}.fc .fc-button-primary,.fc .fc-button:focus{box-shadow:none!important}#external-events .fc-event{border-radius:4px}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left:.75em;margin-top:2px}.fc-daygrid-event b,.fc-event-main i{padding:3px}.fc-next-button span,.fc-prev-button span{margin-bottom:2px}.breadcrumb-item+.breadcrumb-item:before{float:none}.breadcrumb-1 li,.breadcrumb-2 li,.breadcrumb-6 li{display:contents!important}.w-250{margin-inline:auto!important;width:250px!important}.main-chat-footer input{padding-left:10px!important}.nv-chart{height:400px}#zoomIn,#zoomOut{margin:2px}.c3-legend-item,.nv-axisMaxMin{display:none}.header-search{height:40px!important}.header-search .input-group{background-color:#fff}.header-search.show{border:none!important}.header-2 .nav-link .badge{top:3px!important}.demo_changer .form_holder{padding:0}.card-table{margin-bottom:0}.MuiSlider-colorPrimary,.MuiSlider-colorSecondary{color:var(--primary-bg-color)!important}.box{border:none!important}.lodaer{padding:1rem 1.5rem!important}.btn-group .btn-danger,.btn-group .btn-warning{border:none}.panel-default .dropdown-toggle{margin-right:3px}.panel-default .dropdown-toggle:empty:after{margin-left:3px!important}.panel-default .roundbtn .btn-primary:hover{opacity:1}.panel-default .btn-pill .caret,.panel-default .btn-pill .fa-cog,.panel-default .btn-pill .fa-ellipsis-h,.panel-default .btn-pill .fa-ellipsis-v{color:hsla(0,0%,100%,.9)}.panel-default .btn-pill .fa-chain{color:var(--primary-bg-color)}.panel-default .btn-pill .fa-chain:hover{color:#fff}.deni-react-treeview-item-container{font-size:14px!important;overflow:hidden}.deni-react-treeview-container{background-color:transparent!important;border:none!important;width:100%!important}.deni-react-treeview-item-container .icon-and-text,.deni-react-treeview-item-container .icon-and-text:hover{background:transparent!important;border:none!important}.react-datepicker__triangle{left:-110px!important}.MuiTypography-body1{letter-spacing:0!important}.MuiDialog-paperScrollPaper{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;width:80%!important}.nav1 .nav-item1.active{color:var(--primary-bg-color)}.nav1 .nav-item1{padding:17px!important}.niv .dropdown .show .nav-link{background-color:transparent!important;color:var(--primary-bg-color)}.colornavigation .nav-item .nav-link.active{background-color:var(--primary-bg-color)!important;color:hsla(0,0%,100%,.9)}.nav1 .nav-item1:hover{background:transparent;color:var(--primary-bg-color)}.notificationsuccess{z-index:99!important}.tx-16{font-size:16px!important}.tab_wrapper .content_wrapper .tab_content.active{display:block}.tab-menu-heading .nav-pills{padding:6px}.tab-menu-heading .nav-pills .nav-link.active{background-color:#f5f6fb;border-radius:5px;color:rgba(0,0,0,.5)}.tabstyle2 li{border:none!important;margin:5px}.tabstyle2 li button{border:1px solid #eaedf1!important}.tabstyle2 li .active{border-bottom:3px solid var(--primary-bg-color)!important}.righttab .nav-link{border:1px solid #f0f0f4;box-sizing:border-box;margin:0;padding:12px 18px;text-align:justify;width:100%}.righttab .active{background-color:var(--primary-bg-color);color:#fff!important}.nav-pills .nav-link.active{background-color:var(--primary-bg-color);border-radius:5px;color:#fff}.righttab{text-align:right}.righttab:hover{color:hsla(0,0%,100%,.9)}.Carousels .carousel-control-next,.Carousels .carousel-control-prev{display:none}#carousel-indicators3 .carousel-indicators{bottom:auto!important;right:auto!important}.carousel-indicators button{background-color:hsla(0,0%,100%,.5);border-radius:50%;flex:0 1 auto;height:7px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:7px}.carousel-indicators{margin:0!important}#carousel-indicators4 .carousel-indicators{left:auto!important;top:auto!important}#carousel-indicators5 .carousel-indicators{right:auto!important;top:auto!important}#carousel-indicators2 .carousel-indicators{bottom:auto!important;left:auto!important}#carousel-indicators1 .carousel-indicators{bottom:auto!important;top:auto!important}.slick-next:before,.slick-prev:before{color:var(--primary06);font-size:40px}.slick-prev{z-index:99}.slick-next{right:-10px}.MuiDialogContent-root{overflow-y:auto!important}.filemanager{border:1px solid #eaedf1;padding:10px}.filemanager .alitext{text-align:center}.rtlcards{margin-left:auto}.nav-link:focus,.nav-link:hover{color:var(--primary-bg-color)}.accordion-item{border-radius:5px}.style2 .accordion-button.collapsed:after{content:""!important}.style2 .accordion-button:after{content:""!important}.style3 .accordion-button:after{content:""!important}.style3 .accordion-button.collapsed:after{content:""!important}.style1 .accordion-button:after{display:none!important}.accordion-button{font-size:14px}.leaflet-pane{z-index:0!important}.MuiCardActions-root{padding-left:20px!important}.leaflet-container{z-index:1}.was-validated .custom-control-label{margin-top:1px!important}.rmsc .dropdown-container:focus-within{border:1px solid #eaedf1;box-shadow:none!important}.searchWrapper{min-height:40px!important}.rmdp-container{width:90%!important}.rmdp-container .rmdp-input{border:1px solid #eaedf1;border-radius:5px!important;height:40px!important;margin:0;width:100%!important}.background__indicator-separator{display:none}.background__control{border:1px solid hsla(0,0%,100%,.2)}.multi-select .dropdown-container{border-color:#eaedf1!important;border:1px solid hsla(0,0%,100%,.2)}.input-group .form-control{border:1px solid #eaedf1!important}.input-group .form-control .MuiOutlinedInput-notchedOutline{border-width:0}.chip{background-color:transparent!important;color:rgba(0,0,0,.5)!important}.chip .custom-close{padding:4px}.singleChip{position:absolute!important}.singleChip .icon_cancel{display:none}.imgicon{height:auto;width:1rem}.rdl-move:hover:not(:disabled){background-color:var(--primary-bg-color);border-color:none;color:#fff}.rdl-move:active:not(:disabled),.rdl-move:focus:not(:disabled){background:initial}.drop .dzu-inputLabel{align-items:normal!important;justify-content:center!important}.dzu-submitButton{background-color:var(--primary-bg-color)!important;color:#fff!important}.rmsc .dropdown-container[aria-disabled=true]:focus-within{box-shadow:none!important}.intl-tel-input.allow-dropdown .selected-flag{border-left:1px solid #eaedf1;border-right:1px solid #eaedf1}.dark-mode .intl-tel-input.allow-dropdown .selected-flag{border-left:1px solid hsla(0,0%,100%,.1);border-right:1px solid hsla(0,0%,100%,.1)}.transparent-mode .intl-tel-input.allow-dropdown .selected-flag{border-left:1px solid hsla(0,0%,100%,.2);border-right:1px solid hsla(0,0%,100%,.2)}.MuiInputLabel-root{font-size:14px!important;z-index:0!important}.MuiOutlinedInput-input{color:var(--primary-bg-color)!important}.MuiInputBase-input{padding:17px!important}.drop{align-items:center;background-color:#f2f3f9;border-color:#eaedf1;border-radius:2px;border-width:2px;color:#0d0c22;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;padding:43px}.drop .alitext,.drop h4{text-align:center}.drop .dzu-dropzone{border:0!important;overflow:hidden}.drop .dzu-dropzone .dzu-inputLabel{color:#0d0c22!important;font-size:14px;font-weight:10!important}.drop4{border-style:none!important;justify-content:center}.drop4 .dzu-dropzone{background:#f2f3f9!important;border:1px solid #eaedf1!important}.drop4 .dzu-dropzone .dzu-inputLabel{color:#0d0c22;font-size:18px;font-weight:10!important}.MuiButton-outlined{margin:4px!important}.optionListContainer.displayBlock ul li:hover{background-color:hsla(0,0%,100%,.9);color:var(--primary-bg-color)}.styles_hidden__1QYxP{width:99%!important;z-index:0!important}.highlightOption{background-color:var(--primary-bg-color)!important;color:hsla(0,0%,100%,.9)!important}.intl-tel-input{margin-right:.25rem!important}.background__control{border:1px solid #eaedf1!important}.card-pay .nav-tabs{margin-bottom:25px;overflow:hidden}.card-pay .nav-tabs .nav-item{display:block;width:33.3%}.card-pay .nav-tabs .nav-item button{background:#f3f4f7;border-right:1px solid #eaedf1;display:block;padding:.7rem;text-align:center;width:100%}.icon_down_dir{width:10px!important}.searchWrapper{border:1px solid #eaedf1!important}.farm .highlightOption,.farm li:hover,.highlightOption:hover{background:var(--primary-bg-color)!important;color:hsla(0,0%,100%,.9)!important}.Timepicker .form-control{height:auto}.input-group .btn{position:relative;z-index:1}.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover:not(.disabled){background:var(--primary-bg-color)!important;border-radius:2px;color:#fff;text-align:center}ol.progtrckr{list-style-type:none;padding:0}ol.progtrckr li{display:inline-block;line-height:4.5rem;text-align:center}.progtrckr em{display:none;font-weight:700;padding-left:1rem}ol.progtrckr li.progtrckr-todo{border-bottom:4px solid #eaedf1;color:#eaedf1;width:33.33333333%}ol.progtrckr li.progtrckr-doing{border-bottom:4px solid #eaedf1;color:#000;width:33.33333333%}ol.progtrckr li.progtrckr-done{border-bottom:4px solid var(--primary-bg-color);color:#dedefd;width:33.33333333%}ol.progtrckr li.progtrckr-done span{color:#dedefd}ol.progtrckr li:after{content:"  "}ol.progtrckr li:before{bottom:-3.7rem;float:left;left:50%;position:relative}ol.progtrckr li.progtrckr-todo:before{background-color:#eaedf1;border-radius:1.2em;color:hsla(0,0%,100%,.9);content:"•";line-height:1.2em;width:1.2em}ol.progtrckr li.progtrckr-todo:hover:before{color:var(--primary-bg-color)}#next-button{display:inline!important}ol.progtrckr li.progtrckr-doing:before{background-color:#eaedf1;border-radius:1.2em;color:hsla(0,0%,100%,.9);content:"•";line-height:1.2em;width:1.2em}ol.progtrckr li.progtrckr-doing:hover:before{color:var(--primary-bg-color)}ol.progtrckr li.progtrckr-done:before{background-color:var(--primary-bg-color);border-radius:1.2em;color:hsla(0,0%,100%,.9);content:"✓";line-height:1.2em;width:1.2em}.valids .MuiStepConnector-line,.valids .MuiStepContent-root{border-left:0}.valids .MuiPaper-root{background-color:transparent!important}.valids .MuiBox-root{max-width:100%!important}.MuiStepper-horizontal{display:none!important}.MuiButton-text{background-color:var(--primary-bg-color)!important;border-color:#eaedf1!important;color:#fff!important;margin-top:10px!important}.Paymentdetails .float-end,.Paymentdetails .float-start{margin-top:10px}.cbody .MuiButtonBase-root{margin:10px}.valids .table-responsive{overflow-x:visible!important}.pull-left,.pull-right{margin-top:10px}.ql-container{height:250px!important}.text-editor{width:100%}form.richText{height:300px}.rdw-editor-main{box-sizing:border-box;height:430px!important;overflow:scroll!important}.wideget-user-tab #profile-log-switch .card{box-shadow:none!important}.wideget-user-tab .tabesbody{margin-bottom:10px}.wideget-user-tab .tab-menu-heading .nav-Tabs li button{font-size:15px;font-weight:400}.widget-users li{list-style:none}.mail-option .chk-all{padding:0}.wideget-user-tab .tabs-menu1 ul li button{padding:14px 20px!important}.wideget-user-tab .tabs-menu1 ul li a{padding:0!important}.dzu-inputLabel{color:#dedefd}.pricing{border-radius:8px}.accordion-header{border-radius:5px}.faqaccordion .accordion-header{background-color:#f2f2f9}.media-body .dropdown-toggle:after{display:none}.product-grid6 .icons li a:before{background:var(--primary-bg-color)!important}.product-grid6 .product-image6 img{width:100%!important}.rtl.layout-boxed #select-beasts .icon_down_dir{-webkit-transform:translateY(-151%);transform:translateY(-151%)}.tabs-menu ul li button{padding:10px 12px 11px 13px}.tabs-menu ul li button.active{background:#f5f6fb;border-radius:5px}.highlight{margin:0!important}.input-indec{width:130px!important}.rightside li{padding:10px}.rcontacts{bottom:12px;left:50px}.sidebar-right .rightside .nav-link.active{background-color:var(--primary-bg-color)!important;border-radius:3px;color:#fff!important}.richText .rdw-editor-toolbar{border-radius:5px!important}.rdw-colorpicker-modal,.rdw-dropdown-optionwrapper,.rdw-embedded-modal,.rdw-emoji-modal,.rdw-image-modal,.rdw-link-modal{z-index:7!important}.rtl .rdw-colorpicker-modal,.rtl .rdw-dropdown-optionwrapper,.rtl .rdw-embedded-modal,.rtl .rdw-emoji-modal,.rtl .rdw-image-modal,.rtl .rdw-link-modal{left:0;right:5px}.dzu-inputLabelWithFiles{background-color:var(--primary-bg-color)!important;color:#fff!important}.rdw-embedded-modal-btn:disabled,.rdw-link-modal-btn:disabled{background:#fff;color:#000}.file .dzu-dropzone{border:1px solid #eaedf1}.br-br-0{border-bottom-right-radius:4px!important}.br-bl-0{border-bottom-left-radius:4px!important}.br-tr-0{border-top-right-radius:4px!important}.br-tl-0{border-top-left-radius:4px!important}.rtl.sidebar-mini #sidebar-main{margin-right:0!important}.rtl.horizontal .slide-right{display:none}.rtl .daycounter .minutes{padding-right:2px}.rtl .horizontal-hover.horizontal .transparent-mode .app-sidebar{top:72px}.rtl .transparent-mode.bg-img2 .breadcrumb .breadcrumb-item.active a{color:#928ec1!important}.rtl .intl-tel-input .flag-container .arrow{margin-left:0;margin-right:5px}.rtl #tab22 dd{margin-right:0}.rtl #checkout{display:block}.rtl .main-chat-footer input{padding-right:10px!important}.rtl .header .message .dropdown-menu,.rtl .notifications .dropdown-menu,.rtl .profile-1 .dropdown-menu{left:0!important;right:auto!important}.rtl .daycounter .text-dark{margin-left:5px}.rtl .farms .icon_cancel,.rtl .farms .icon_down_dir{display:none}.rtl .app-sidebar>div div:last-child,.rtl .custom-card #ChatList>div div:last-child,.rtl .custom-card .main-chat-body>div div:last-child,.rtl .custom-card>div div:last-child{background:transparent!important}.rtl .vscroll p{margin-right:9px}.rtl .vscroll>div div:last-child{background:transparent!important}.rtl #chartZoom{float:left}.rtl .nv-legend-text{float:right}.rtl .counter-icon{margin-left:auto!important;margin-right:auto!important}.rtl .rtlcards{margin-left:.5rem;margin-right:auto}.rtl .header .btn{margin-right:0}.rtl .rcontacts{bottom:12px;right:50px}.rtl .example{border-radius:8px 8px!important}.rtl .tag-addon:last-child{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rtl .panel-default .dropdown-toggle{margin-right:3px}.rtl .pagination{padding-left:9px;padding-right:0}.rtl .page-item:last-child .page-link{border-bottom-left-radius:3px!important;border-top-left-radius:3px!important}.rtl .page-item:first-child .page-link{margin-left:-1px!important}.rtl .accordion-button:after{margin-left:.5rem;margin-right:auto}.rtl .multiSelectContainer{text-align:right}.rtl .icon_down_dir{float:left;position:relative;right:-10px;-webkit-transform:translateY(80%);transform:translateY(80%)}.rtl .intl-tel-input.allow-dropdown input[type=tel]{padding-left:6px!important;padding-right:52px!important}.rtl .dropdown-heading-dropdown-arrow{display:none!important}.rtl .has-validation .input-group-text{border-bottom-left-radius:0!important;border-bottom-right-radius:4px!important;border-top-left-radius:0!important;border-top-right-radius:4px!important;border-radius:none!important}.rtl .input-group .btn-primary{border-bottom-left-radius:2px!important;border-top-left-radius:2px!important}.rtl #prev-button{margin-top:10px}.rtl #next-button{float:right;margin-top:10px}.rtl .MuiStepper-horizontal .btn-primary{margin-top:10px}.rtl .public-DraftStyleDefault-ltr{direction:rtl;text-align:right}.rtl .input-indec .form-control{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rtl .input-indec .counter-plus{border-bottom-left-radius:4px!important;border-top-left-radius:4px!important}.rdw-block-dropdown .rdw-dropdown-carettoopen,.rdw-dropdown-selectedtext .rdw-dropdown-carettoopen,.rdw-fontsize-dropdown .rdw-dropdown-carettoopen,.rdw-inline-dropdown .rdw-dropdown-carettoopen,.rtl .horizontal .slide-right{display:none}.deni-react-treeview-item-container .icon-and-text .icon{margin-left:5px}.scrollable-layout .app-header,.scrollable-layout .hor-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative!important;z-index:8}.scrollable-layout .app-content{margin-top:0}.scrollable-layout .app-sidebar{top:0}.slick-slide{padding:.5rem}.card-aside-column{flex:2 1}.flex-column{flex:3 1}.alert .alert-heading{font-size:.9375rem;margin-bottom:0!important}.dark-mode.light-header .header .nav-link.icon,.dark-mode.light-header .header-right .nav-link.icon{background-color:transparent!important;box-shadow:none!important}.dark-mode.light-header .animated-arrow span,.dark-mode.light-header .animated-arrow span:after,.dark-mode.light-header .animated-arrow span:before{background:#fff}.dark-mode .apexcharts-element-hidden svg{fill:#6e8192!important}.dark-mode .MuiDialog-paperFullScreen{background:#30304d;color:#dedefd}.dark-mode .data-table-extensions>.data-table-extensions-filter>.filter-text{border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .MuiButtonBase-root{color:#dedefd}.dark-mode .alert-danger,.dark-mode .alert-success{border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .filemanager{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .filemanager .alitext{color:#dedefd}.dark-mode .rdw-emoji-modal,.dark-mode .rdw-image-modal{background:#22223d;border:1px solid hsla(0,0%,100%,.1);box-shadow:none}.dark-mode .rdw-emoji-modal .rdw-image-modal-header-label,.dark-mode .rdw-emoji-modal .rdw-image-modal-size-input,.dark-mode .rdw-emoji-modal .rdw-image-modal-url-input,.dark-mode .rdw-image-modal .rdw-image-modal-header-label,.dark-mode .rdw-image-modal .rdw-image-modal-size-input,.dark-mode .rdw-image-modal .rdw-image-modal-url-input{background:#22223d;border:1px solid hsla(0,0%,100%,.1)}.dark-mode .rdw-emoji-modal .rdw-image-modal-btn,.dark-mode .rdw-image-modal .rdw-image-modal-btn{background:#22223d;border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .panel-heading1{background-color:#30304d;color:#dedefd}.dark-mode .header-search .input-group{background-color:#30304d}.dark-mode .navbar-collapse .message .dropdown-menu,.dark-mode .navbar-collapse .notifications .dropdown-menu,.dark-mode .navbar-collapse .profile-1 .dropdown-menu{border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .popover-body{color:#dedefd}.dark-mode .bg-yellow{background:#fbb034}.dark-mode .MuiSlider-valueLabelLabel{color:#dedefd}.dark-mode .avatar{background:transparent no-repeat 50%/cover}.dark-mode .nav1 .nav-item1{color:#dedefd}.dark-mode .nav1 .nav-item1.active{color:var(--primary-bg-color)!important}.dark-mode .nav1 .nav-pills .nav-link.active{background-color:var(--primary-bg-color)!important}.dark-mode .c3-tooltip td,.dark-mode .c3-tooltip th{background-color:#30304d;border-left:1px solid hsla(0,0%,100%,.1)}.dark-mode .c3-tooltip tr{border-color:hsla(0,0%,100%,.1)}.dark-mode .card-pay .nav-tabs .nav-item button{border:1px solid hsla(0,0%,100%,.1)}.dark-mode .tab-menu-heading .nav-pills .nav-link.active{background-color:#22223d!important;color:#dedefd}.dark-mode .righttab .nav-link{border:1px solid hsla(0,0%,100%,.1);box-sizing:border-box;color:#dedefd;margin:0;padding:12px 18px;text-align:justify;width:100%}.dark-mode .righttab .active{background-color:var(--primary-bg-color);color:#fff!important}.dark-mode .col-sm-3 a{border:none;border-radius:0;transition:inherit}.dark-mode .col-sm-3 a:hover{background-color:initial;background:var(--primary01);border:1px solid hsla(0,0%,100%,.1);border-radius:3px;color:var(--primary-bg-color)}.dark-mode .expanel-default>.expanel-heading{border-bottom:1px solid hsla(0,0%,100%,.1)!important}.dark-mode ol.progtrckr li.progtrckr-doing{color:#fff}.dark-mode ol.progtrckr li.progtrckr-todo{color:#dedefd}.dark-mode .progtrckr-todo{background:#30304d}.dark-mode .swal2-popup{background-color:#30304d;color:#dedefd}.dark-mode .swal2-styled .swal2-confirm:focus{box-shadow:0 0 0 3px transparent!important}.dark-mode .deni-react-treeview-container.classic .deni-react-treeview-item-container.classic,.dark-mode .deni-react-treeview-container.classic .deni-react-treeview-item-container.classic .expand-button{color:#dedefd!important}.dark-mode .MuiSlider-markLabel{color:#dedefd}.dark-mode .MuiPaper-root{background-color:#30304d;color:#dedefd}.dark-mode .fontsize{font-size:larger!important}.dark-mode .tabs-menu ul li button.active{background-color:#22223d;border-radius:5px}.dark-mode .tabs-menu ul li button{color:#dedefd}.dark-mode .panel-primary .nav-link{margin:2px}.dark-mode .rdw-colorpicker-modal,.dark-mode .rdw-embedded-modal,.dark-mode .rdw-embedded-modal-btn,.dark-mode .rdw-embedded-modal-btn:disabled,.dark-mode .rdw-embedded-modal-header-label,.dark-mode .rdw-embedded-modal-link-input,.dark-mode .rdw-embedded-modal-size-input,.dark-mode .rdw-link-modal,.dark-mode .rdw-link-modal-btn,.dark-mode .rdw-link-modal-btn:disabled,.dark-mode .rdw-link-modal-input{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1);box-shadow:none;color:#dedefd}.dark-mode .file .dzu-dropzone{border:1px solid hsla(0,0%,100%,.1);overflow:hidden}.dark-mode .file .dzu-previewButton{background-image:none;position:relative}.dark-mode .file .dzu-previewButton:before{-webkit-font-feature-settings:normal;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-family:feather!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;text-transform:none;top:0}.dark-mode .rdw-editor-toolbar,.dark-mode .rdw-editor-toolbar .rdw-dropdown-wrapper,.dark-mode .rdw-editor-toolbar .rdw-option-wrapper{background:#30304d!important;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd}.dark-mode .rdw-editor-toolbar .rdw-dropdown-wrapper{box-shadow:none!important}.dark-mode .rdw-editor-toolbar .rdw-dropdown-wrapper .rdw-dropdown-optionwrapper{background:#30304d!important;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd}.dark-mode #slide-leftRTL,.dark-mode #slide-rightRTL{background:#30304d!important;border:1px solid hsla(0,0%,100%,.2)!important}.dark-mode .multiSelectContainer .optionContainer,.dark-mode .multiSelectContainer .searchWrapper{border:1px solid hsla(0,0%,100%,.2)!important}.dark-mode .multiSelectContainer .optionListContainer{background:#30304d!important;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd}.dark-mode .multiSelectContainer .optionListContainer .optionContainer{border:1px solid transparent!important}.dark-mode .multiSelectContainer li:hover{background-color:#22223d!important;color:#dedefd!important}.dark-mode .background__control{background-color:#30304d;border:1px solid hsla(0,0%,100%,.2)!important}.dark-mode .css-1n7v3ny-option{background-color:transparent!important}.dark-mode .background__control:hover{border:1px solid hsla(0,0%,100%,.2);box-shadow:none}.dark-mode .background__menu{background-color:#30304d}.dark-mode .background__menu:hover{color:#dedefd}.dark-mode .card-pay .nav-tabs .nav-item button{background:#30304d;border-right:1px solid hsla(0,0%,100%,.12)}.dark-mode .form-select{background-color:#30304d;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd!important}.dark-mode .faqaccordion .accordion-item{border-bottom:1px solid hsla(0,0%,100%,.2)!important;border-top:1px solid hsla(0,0%,100%,.2)!important}.dark-mode .faqaccordion .accordion-header{background-color:#30304d}.dark-mode .mail-option .chk-all button,.dark-mode .wideget-user-tab .tab-menu-heading .nav-Tabs li button{color:#dedefd!important}.dark-mode .MuiTypography-root{color:#dedefd}.dark-mode .TransferList1 .MuiButton-outlined{border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .intl-tel-input .country-list{background-color:#22223d!important;top:-199px!important}.dark-mode .drop{background-color:#30304d;border:1px solid hsla(0,0%,100%,.1);color:#dedefd}.dark-mode .drop .dzu-dropzone .dzu-inputLabel{color:#dedefd!important}.dark-mode .drop .container .drop{background-color:#30304d;color:#dedefd}.dark-mode .drop4 .dzu-dropzone{background:#30304d!important;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd!important;overflow:hidden}.dark-mode .drop4 .dzu-dropzone .dzu-inputLabel{color:#dedefd}.dark-mode .rmdp-input{border:1px solid hsla(0,0%,100%,.2)!important}.dark-mode .rmdp-input,.dark-mode .rmdp-month-picker,.dark-mode .rmdp-year-picker{background-color:#30304d;color:#dedefd}.dark-mode .rmdp-ep-arrow:after{background-color:#30304d}.dark-mode .multi-select .dropdown-container{background-color:#30304d;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd}.dark-mode .multi-select .dropdown-container .dropdown-content :first-child{background-color:#30304d;color:#dedefd}.dark-mode .input-group .form-control{border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .input-group .form-control .MuiInputBase-inputAdornedEnd{color:#dedefd!important}.dark-mode .rmdp-week-day{color:#dedefd}.dark-mode .rmdp-arrow-container:hover{background-color:#dedefd;box-shadow:none}.dark-mode .rmdp-day.rmdp-today span{background-color:#22223d;color:#fff}.dark-mode .rmdp-arrow{border:solid #dedefd;border-width:0 2px 2px 0}.dark-mode .chip{background-color:#30304d!important;color:#dedefd!important}.dark-mode .colorpickers span{background-color:var(--transparent-body)!important}.dark-mode .w-color-compact{background-color:#30304d!important;color:#dedefd}.dark-mode .MuiList-root{background-color:#30304d}.dark-mode .rdl-control,.dark-mode .rdl-filter,.dark-mode .rdl-move{background-color:#30304d;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd}.dark-mode .rdt_TableHeadRow{border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .rdt_TableRow{border-bottom:1px solid hsla(0,0%,100%,.1)!important;border-left:1px solid hsla(0,0%,100%,.1)!important;border-right:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .eSTlnH{color:#fff}.dark-mode .fwKvpK{background-color:#22223d;color:#fff}.app .app-sidebar__overlay{visibility:hidden!important}.horizontal .side-menu__item{margin:0!important}.horizontal .horizontal-main .sub-slide-menu{left:180px!important}.rtl .horizontal-main .sub-slide-menu{right:180px!important}.horizontal.rtl.color-menu .slide-leftRTL,.horizontal.rtl.color-menu .slide-rightRTL{background:rgba(0,0,0,.2)!important;border:1px solid hsla(0,0%,100%,.2)!important}.horizontal.rtl.color-menu .slide-leftRTL svg,.horizontal.rtl.color-menu .slide-rightRTL svg{fill:#fff}.horizontal.rtl.gradient-menu .slide-leftRTL,.horizontal.rtl.gradient-menu .slide-rightRTL{background:rgba(0,0,0,.2)!important;border:1px solid hsla(0,0%,100%,.2)!important}.horizontal.rtl.gradient-menu .slide-leftRTL svg,.horizontal.rtl.gradient-menu .slide-rightRTL svg{fill:#fff}.horizontal.rtl.dark-menu .slide-leftRTL,.horizontal.rtl.dark-menu .slide-rightRTL{background:#30304d!important;border:1px solid hsla(0,0%,100%,.2)!important}.horizontal.rtl.dark-menu .slide-leftRTL svg,.horizontal.rtl.dark-menu .slide-rightRTL svg{fill:#fff}.transparent-mode .apexcharts-element-hidden svg{fill:var(--primary-bg-color)!important}.transparent-mode .header-search .input-group{background-color:var(--transparent-body)!important}.transparent-mode .horizontal .scrollable-layout .side-menu{margin-top:51px}.transparent-mode .data-table-extensions>.data-table-extensions-filter>.filter-text{border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .rdw-emoji-modal,.transparent-mode .rdw-image-modal{box-shadow:none}.transparent-mode .rdw-emoji-modal,.transparent-mode .rdw-emoji-modal .rdw-image-modal-header-label,.transparent-mode .rdw-emoji-modal .rdw-image-modal-size-input,.transparent-mode .rdw-emoji-modal .rdw-image-modal-url-input,.transparent-mode .rdw-image-modal,.transparent-mode .rdw-image-modal .rdw-image-modal-header-label,.transparent-mode .rdw-image-modal .rdw-image-modal-size-input,.transparent-mode .rdw-image-modal .rdw-image-modal-url-input{background:var(--transparent-body);border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .rdw-emoji-modal .rdw-image-modal-btn,.transparent-mode .rdw-image-modal .rdw-image-modal-btn{background:var(--transparent-body);border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode #slide-leftRTL,.transparent-mode #slide-rightRTL{background:rgba(0,0,0,.2)!important;border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .accordion-button:not(.collapsed),.transparent-mode .salesdatatable .MuiPaper-elevation1{background:transparent}.transparent-mode .salesdatatable .MuiTableSortLabel-root{color:#dedefd}.transparent-mode .side-header{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .app-sidebar.horizontal-main,.transparent-mode .side-header{background:var(--transparent-body)!important}@supports((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.transparent-mode .side-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:transparent!important}.transparent-mode .app-sidebar.horizontal-main{background:rgba(0,0,0,.2)!important}}.transparent-mode .app-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.transparent-mode .hor-header .header.sticky{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.transparent-mode .MuiCard-root,.transparent-mode .card-header .card-title{color:#dedefd}.transparent-mode .navbar-collapse .message .dropdown-menu,.transparent-mode .navbar-collapse .notifications .dropdown-menu,.transparent-mode .navbar-collapse .profile-1 .dropdown-menu{background-color:var(--primary-bg-color)!important}.transparent-mode .filemanager{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .filemanager .alitext{color:#dedefd}.transparent-mode .list-group-item{border:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .MuiDialog-paper{background-color:var(--primary-bg-color)!important;color:#000}.transparent-mode .MuiDialog-paperScrollBod{background-color:var(--primary-bg-color);color:#dedefd}.transparent-mode .MuiDialog-paperFullScreen{background:transparent;color:#dedefd}.transparent-mode .MuiSvgIcon-root,.transparent-mode .card-body{color:#dedefd}.transparent-mode .panel-heading1{background:transparent;color:#dedefd}.transparent-mode .accordion-collapse{background:rgba(0,0,0,.2)}.transparent-mode .avatar{background:transparent no-repeat 50%/cover}.transparent-mode .nav1 .nav-item1{color:#dedefd}.transparent-mode .nav1 .nav-item1.active{color:var(--primary-bg-color)!important}.transparent-mode .nav1 .nav-pills .nav-link.active{background-color:var(--primary-bg-color)!important}.transparent-mode .tab-menu-heading .nav-pills .nav-link.active{background-color:hsla(0,0%,100%,.05);color:#fff}.transparent-mode .c3-tooltip td,.transparent-mode .c3-tooltip th{background-color:var(--primary-bg-color);border-left:1px solid hsla(0,0%,100%,.2)}.transparent-mode .c3-tooltip tr{border-color:hsla(0,0%,100%,.2)}.transparent-mode .righttab .nav-link{border:1px solid hsla(0,0%,100%,.2);border-radius:3px;box-sizing:border-box;color:#dedefd;margin:0;padding:12px 18px;text-align:justify;width:100%}.transparent-mode .righttab .active{background-color:var(--primary-bg-color);border-radius:5px!important;color:#fff!important}.transparent-mode .col-sm-3 a{border:none;border-radius:0;transition:inherit}.transparent-mode .col-sm-3 a:hover{background-color:initial;background:var(--primary01);border:1px solid hsla(0,0%,100%,.2);border-radius:3px;color:var(--primary-bg-color)}.transparent-mode .tab_list a:hover{background:transparent!important;border:none!important}.transparent-mode .progtrckr-todo{border-bottom:4px solid rgba(0,0,0,.2)!important}.transparent-mode ol.progtrckr li.progtrckr-todo:before{background:var(--primary-bg-color);color:var(--transparent-body)}.transparent-mode .swal2-popup{background-color:#452293!important;color:#dedefd}.transparent-mode .deni-react-treeview-container.classic .deni-react-treeview-item-container.classic .expand-button{color:#dedefd!important}.transparent-mode .MuiPaper-elevation.MuiSvgIcon-root{color:var(--primary-bg-color)}.transparent-mode .deni-react-treeview-container.classic .deni-react-treeview-item-container.classic{color:#dedefd!important}.transparent-mode .rdw-colorpicker-modal,.transparent-mode .rdw-embedded-modal,.transparent-mode .rdw-embedded-modal-btn,.transparent-mode .rdw-embedded-modal-btn:disabled,.transparent-mode .rdw-embedded-modal-header-label,.transparent-mode .rdw-embedded-modal-link-input,.transparent-mode .rdw-embedded-modal-size-input,.transparent-mode .rdw-link-modal,.transparent-mode .rdw-link-modal-btn,.transparent-mode .rdw-link-modal-btn:disabled,.transparent-mode .rdw-link-modal-input{background-color:var(--primary-bg-color);border:1px solid hsla(0,0%,100%,.2);box-shadow:none;color:#dedefd}.transparent-mode .file .dzu-dropzone{border:1px solid hsla(0,0%,100%,.2);overflow:hidden}.transparent-mode .rdw-editor-toolbar,.transparent-mode .rdw-editor-toolbar .rdw-dropdown-wrapper,.transparent-mode .rdw-editor-toolbar .rdw-dropdown-wrapper .rdw-dropdown-optionwrapper,.transparent-mode .rdw-editor-toolbar .rdw-option-wrapper{background:transparent!important;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd}.transparent-mode .MuiSlider-markLabel{color:#dedefd}.transparent-mode .form-group .dzu-dropzone{background:transparent!important;overflow:hidden}.transparent-mode .form-group .dzu-dropzone,.transparent-mode .multiSelectContainer .optionContainer,.transparent-mode .multiSelectContainer .searchWrapper{border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .multiSelectContainer .optionListContainer{background:var(--transparent-body)!important;color:#dedefd}.transparent-mode .card-pay .nav-tabs .nav-item button{background:rgba(0,0,0,.2);border-right:1px solid hsla(0,0%,100%,.2)}.transparent-mode .accordion-flush .accordion-item{background-color:transparent!important}.transparent-mode .wideget-user-tab .tab-menu-heading .nav-Tabs li button{color:#dedefd!important}.transparent-mode .faqaccordion .accordion-item{border-bottom:1px solid hsla(0,0%,100%,.2)!important;border-top:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .faqaccordion .accordion-header{background:transparent!important}.transparent-mode .mail-option .chk-all button{color:#dedefd!important}.transparent-mode .form-select{background:transparent;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd!important}.transparent-mode .tabs-menu ul li .active{background-color:var(--primary-bg-color);color:#dedefd}.transparent-mode .MuiFormLabel-colorPrimary,.transparent-mode .MuiInputBase-input{color:#dedefd}.transparent-mode .MuiFormLabel-colorPrimary,.transparent-mode .rtl .MuiInputBase-input{right:10px}.transparent-mode .MuiTypography-root{color:#dedefd}.transparent-mode .intl-tel-input .country-list{background-color:var(--transparent-body)!important;top:-199px!important}.transparent-mode .TransferList1 .MuiButton-outlined,.transparent-mode .drop{border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .drop{background-color:transparent}.transparent-mode .drop .dzu-inputLabel{align-items:top!important;color:#dedefd!important;justify-content:center!important}.transparent-mode .drop4 .dzu-dropzone{background-color:transparent}.transparent-mode .drop4 .dzu-dropzone .dzu-inputLabel{color:#dedefd}.transparent-mode .background__control{background:transparent;border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .background__control:hover{border:1px solid hsla(0,0%,100%,.2);box-shadow:none}.transparent-mode .background__menu{background-color:var(--transparent-body)}.transparent-mode .background__menu:hover{color:#fff}.transparent-mode .rmdp-input{border:1px solid hsla(0,0%,100%,.2)}.transparent-mode .rmdp-input,.transparent-mode .rmdp-month-picker,.transparent-mode .rmdp-year-picker{background:transparent;color:#dedefd}.transparent-mode .rmdp-ep-arrow:after{background:transparent}.transparent-mode .multi-select .dropdown-container{background:transparent;border:1px solid hsla(0,0%,100%,.2)!important;color:#dedefd}.transparent-mode .multi-select .dropdown-container .dropdown-content :first-child{background-color:var(--transparent-body);color:#dedefd}.transparent-mode .rmdp-wrapper{background-color:var(--transparent-body)!important}.transparent-mode .rmdp-week-day{color:#fff}.transparent-mode .rmdp-header-values{color:#fff;margin:auto}.transparent-mode .rmdp-arrow{border-color:hsla(0,0%,100%,.2)}.transparent-mode .rmdp-ep-arrow{border-color:transparent}.transparent-mode .rmdp-ep-arrow:after{background-color:var(--transparent-body)}.transparent-mode .rmdp-day,.transparent-mode .rmdp-week-day{color:#dedefd}.transparent-mode .rmdp-day.rmdp-today span{background-color:rgba(0,0,0,.2)}.transparent-mode .chip{background:transparent!important;color:#dedefd!important}.transparent-mode .input-group .form-control{border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .input-group .form-control .MuiInputBase-inputAdornedEnd{color:#dedefd!important}.transparent-mode .colorpickers span{background:transparent!important}.transparent-mode .TransferList1 .MuiList-padding,.transparent-mode .TransferList1 .MuiPaper-elevation,.transparent-mode .w-color-compact{background:transparent!important;color:#dedefd}.transparent-mode .rdl-control,.transparent-mode .rdl-filter,.transparent-mode .rdl-move{background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#dedefd}.transparent-mode .intl-tel-input .country-list{border-color:hsla(0,0%,100%,.2)}.transparent-mode .intl-tel-input .country-list .divider{border-bottom-color:hsla(0,0%,100%,.2)}.transparent-mode .css-1nql4ji-MuiTypography-root.Mui-selected,.transparent-mode .css-frc9jk-MuiTypography-root{color:#fff}.transparent-mode .css-eziifo{background-color:var(--transparent-body)}.transparent-mode .css-1flhz3h,.transparent-mode .css-frc9jk-MuiTypography-root.Mui-selected{color:#fff}.transparent-mode .dzu-previewContainer{border-bottom-color:hsla(0,0%,100%,.2)}.transparent-mode .rdw-dropdownoption-highlighted{background:rgba(0,0,0,.2)}.transparent-mode .rdw-dropdown-wrapper:active{box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.2)}.transparent-mode .rdw-dropdown-optionwrapper:hover{box-shadow:1px 1px 0 hsla(0,0%,100%,.2)}.transparent-mode ol.progtrckr li.progtrckr-doing{color:#fff}.transparent-mode ol.progtrckr li.progtrckr-todo{color:#dedefd}.transparent-mode .eSTlnH,.transparent-mode .fwKvpK{background-color:rgba(0,0,0,.2);color:#fff}.transparent-mode.bg-img1 .error-bg{background:url(/static/media/bg-img1.3a2cf61fc21108dc509d.jpg);background-size:cover}.transparent-mode.bg-img2 .error-bg{background:url(/static/media/bg-img2.7fa11f7c16ced5a49377.jpg);background-size:cover}.transparent-mode.bg-img3 .error-bg{background:url(/static/media/bg-img3.69284a5dea27ce25254f.jpg);background-size:cover}.transparent-mode.bg-img4 .error-bg{background:url(/static/media/bg-img4.5f4b63317bf827a0db69.jpg);background-size:cover}.sidebar-mini #slide-rightRTL{display:none}.horizontal.scrollable-layout .page-header{margin:1.5rem 0}.horizontal.scrollable-layout .app-sidebar{top:0}.layout-boxed .slide-right{display:block!important}.horizontal.rtl .slide-rightRTL{left:23px!important}.horizontal.rtl .slide-leftRTL{right:23px!important}.rtl.layout-boxed .slide-rightRTL{display:block!important;left:23px!important}.rtl.layout-boxed .slide-leftRTL{right:23px!important}@media(min-width:992px){.rtl .salesdatatable .data-table-extensions-filter{margin-left:15px}.horizontal.horizontal-hover .slide>.slide-menu>li:hover>.sub-slide-menu{display:block!important}}@media(min-width:992px)and (min-width:992px){.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{margin-top:0!important;padding:10px 15px 0 0!important}}@media(min-width:992px){.rtl.sidebar-mini.sidenav-toggled .app-sidebar__user,.rtl.sidebar-mini.sidenav-toggled .side-menu{margin-top:30px}.dark-mode.horizontal.light-menu .app-sidebar .side-menu .slide a.active i{color:#30304d!important}.rtl .sidebar-mini.sidenav-toggled .side-badge,.sidebar-mini.sidenav-toggled .side-badge{top:0!important}.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{margin-top:10px!important}.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge{top:10px!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{margin-top:10px!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-badge{top:10px!important}.horizontal .app-sidebar .scrollbar-container{overflow:inherit!important}.app-header.header .dropdown-menu{top:.5rem!important}.ltr .slide-leftRTL,.ltr .slide-rightRTL{display:none!important}.rtl .slide-leftRTL{right:0}.rtl .slide-leftRTL,.rtl .slide-rightRTL{display:block;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rtl .slide-rightRTL{left:0}.horizontal .main-sidemenu .slide-leftRTL,.horizontal .main-sidemenu .slide-rightRTL{align-items:center;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:17px;position:absolute;top:0;z-index:1}}@media only screen and (max-width:375px){.data-table-extensions{padding-right:0!important}.data-table-extensions>.data-table-extensions-filter>.filter-text{float:right!important;margin-left:-8px!important;width:90%!important}}@media(min-width:320px)and (max-width:360px){.header .dropdown-menu{margin-top:9px!important}}@media(max-width:360px)and (min-width:992){.header .dropdown-menu{margin-top:17px!important}.horizontal .header .header-right-icons .profile-1 .dropdown-menu{top:1.5rem!important}}@media only screen and (min-width:320px){.header-2 .animated-arrow{margin:0 0 0 -11px}.slick-slide{min-width:auto!important}.rdw-editor-main{overflow:hidden!important}.chartcircle{font-size:20px;top:33px}.rmdp-container{margin-right:-18px}.TransferList1 .MuiGrid-container{display:block}.clndr .fc .fc-toolbar{display:flex!important}.clndr .fc .fc-toolbar .fc-toolbar-title{margin-bottom:13px;margin-left:14px;position:relative!important}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:.5rem!important}.card-pay .nav-tabs{border-bottom:none}.card-pay .nav-tabs .nav-item{margin-bottom:2px}.richText{height:500px!important}.rdw-editor-main{box-sizing:border-box;height:440px;overflow:scroll!important}.rtl .message .dropdown-menu-arrow{-webkit-transform:translate3d(7px,-2px,0)!important;transform:translate3d(7px,-2px,0)!important}.rtl .css-1ay6ak0-MuiDialogActions-root>:not(:first-of-type){margin-left:auto;margin-right:8px}.rtl .file-browser.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:7px!important;border-top-left-radius:7px!important}.rdl-has-filter .rdl-actions{padding:13px}.slick-slide{min-width:200px}.horizontal .page-header{margin:5.5rem 0 1.5rem}.salesdatatable .rdt_TableCell{min-width:170px!important}.rtl .table-vcenter{margin-left:1px}}@media(max-width:767.98px){.vtimeline .timeline-wrapper-dark .timeline-panel:after,.vtimeline .timeline-wrapper-info .timeline-panel:after,.vtimeline .timeline-wrapper-primary .timeline-panel:after,.vtimeline .timeline-wrapper-success .timeline-panel:after{border-left:0 solid hsla(0,0%,100%,.2)!important;border-right:14px solid hsla(0,0%,100%,.2)!important}.example{padding:1.5rem}.example .breadcrumb-item+.breadcrumb-item{padding:0}.blogimg img{width:100%}.tab-menu-heading .tabs-menu1 .active,.tab-menu-heading .tabs-menu1 .nav-link{padding:5px}.transparent-mode .tab-menu-heading .tabs-menu .nav-pills .nav-link{border:1px solid hsla(0,0%,100%,.2)!important}.dark-mode .tab-menu-heading .tabs-menu .nav-pills .nav-link{border:1px solid hsla(0,0%,100%,.1)!important}.tabs-menu1 ul li button{width:100%}.tabs-menu ul li button{border:1px solid hsla(0,0%,100%,.2)!important;border-radius:5px;width:100%}.rmdp-container{margin-right:-16px!important}.react-dual-listbox{display:inline}.blogimg{display:block!important}.fullclndr .fc .fc-toolbar{display:flex}.fullclndr .fc .fc-toolbar .fc-toolbar-title{padding-bottom:19px;position:relative!important}.ltr .MuiList-dense{height:auto!important}.ltr .vtimeline .timeline-wrapper .timeline-panel{margin-left:15%!important}.rtl .vtimeline .timeline-wrapper .timeline-panel{margin-right:15%!important}.rtl .rmdp-container{margin-right:-2px!important;width:88%!important}.rtl .MuiList-dense{height:auto!important}.rtl .MuiListItem-gutters{text-align:right!important}.rtl .rmdp-container{margin-left:-15px!important}.rtl .leftinfo,.rtl .rightdanger{-webkit-transform:translate3d(-6px,-124px,0)!important;transform:translate3d(-6px,-124px,0)!important}.rtl .popover-secondary[x-placement=right]{-webkit-transform:translate3d(-1px,-137px,0)!important;transform:translate3d(-1px,-137px,0)!important}.rtl .popover-secondary[x-placement=right] .popover-arrow:after{border-left-color:#fb6b25!important}}@media(min-width:768px){.apexcharts-element-hidden{display:contents}.apexcharts-element-hidden svg{fill:#6e8192!important}.ltr .MuiList-dense,.rtl .MuiList-dense{height:auto!important;width:auto!important}.rtl .rmdp-container{margin-left:-20px!important}.rtl .leftinfo,.rtl .rightdanger{-webkit-transform:translate3d(-6px,-124px,0)!important;transform:translate3d(-6px,-124px,0)!important}.rtl .popover-secondary[x-placement=right]{-webkit-transform:translate(-1px,-122px)!important;transform:translate(-1px,-122px)!important}.rtl .popover-secondary[x-placement=right] .popover-arrow:after{border-left-color:#fb6b25!important}}@media(max-width:991.98px){.responsive-navbar .header-search .input-group .input-group-text.btn{right:1px!important;top:0!important}.transparent-mode .app-sidebar{top:70px!important}.collapse:not(.show){display:none!important}.transparent-mode .navresponsive-toggler span{background-color:transparent!important}.transparent-mode .navresponsive-toggler span.fe-more-vertical:before{color:#dedefd}aside.horizontal-main>div{overflow:inherit!important}.rtl .responsive-navbar .header-search .input-group .input-group-text.btn{border-bottom-left-radius:4px!important;border-top-left-radius:4px!important;right:0!important;top:0!important}.rtl .side-menu{padding:60px 0 0 15px!important}.header-1 .nav-link .badge{left:18px!important}}@media(min-width:768px)and (max-width:991.98px){.dark-mode .vtimeline .timeline-wrapper-dark .timeline-panel:after,.dark-mode .vtimeline .timeline-wrapper-info .timeline-panel:after,.dark-mode .vtimeline .timeline-wrapper-primary .timeline-panel:after,.dark-mode .vtimeline .timeline-wrapper-success .timeline-panel:after,.transparent-mode .vtimeline .timeline-wrapper-dark .timeline-panel:after,.transparent-mode .vtimeline .timeline-wrapper-info .timeline-panel:after,.transparent-mode .vtimeline .timeline-wrapper-primary .timeline-panel:after,.transparent-mode .vtimeline .timeline-wrapper-success .timeline-panel:after{border-left:14px solid hsla(0,0%,100%,.05)!important;border-right:0 solid hsla(0,0%,100%,.05)!important}.dark-mode.rtl .vtimeline .timeline-wrapper-dark .timeline-panel:after,.dark-mode.rtl .vtimeline .timeline-wrapper-info .timeline-panel:after,.dark-mode.rtl .vtimeline .timeline-wrapper-primary .timeline-panel:after,.dark-mode.rtl .vtimeline .timeline-wrapper-success .timeline-panel:after,.transparent-mode.rtl .vtimeline .timeline-wrapper-dark .timeline-panel:after,.transparent-mode.rtl .vtimeline .timeline-wrapper-info .timeline-panel:after,.transparent-mode.rtl .vtimeline .timeline-wrapper-primary .timeline-panel:after,.transparent-mode.rtl .vtimeline .timeline-wrapper-success .timeline-panel:after{border-left:0 solid hsla(0,0%,100%,.05)!important;border-right:14px solid hsla(0,0%,100%,.05)!important}}@media(min-width:992px){.dark-mode .responsive-navbar.navbar .nav-link.icon{box-shadow:0 1px 1px #22223d!important}.rtl.horizontal .message .dropdown-menu-arrow{-webkit-transform:translate(5px,-1px)!important;transform:translate(5px,-1px)!important}.rtl .icon_down_dir{-webkit-transform:translateY(80%);transform:translateY(80%)}.rtl .rmdp-container{margin-left:0!important;width:80%!important}.rtl .header .notifications .dropdown-menu{-webkit-transform:translate(1px,54px)!important;transform:translate(1px,54px)!important}.rtl .message .dropdown-menu-arrow{-webkit-transform:translate(1px,47px)!important;transform:translate(1px,47px)!important}.rtl .leftinfo,.rtl .rightdanger{-webkit-transform:translate3d(-6px,-174px,0)!important;transform:translate3d(-6px,-174px,0)!important}.rtl .popover-secondary[x-placement=right]{-webkit-transform:translate3d(-135px,-108px,0)!important;transform:translate3d(-135px,-108px,0)!important}.rtl .popover-secondary[x-placement=right] .popover-arrow:after{border-left-color:#fb6b25!important}.rtl #slide-leftRTL,.rtl #slide-rightRTL{background:#fff;border:1px solid #eaedf1;border-radius:50px;padding:6px;position:absolute;top:9px;z-index:1}.rtl.horizontal.layout-boxed .slide-left,.rtl.horizontal.layout-boxed .slide-right{display:none!important}.rmdp-container{margin-right:-20px}.TransferList1 .MuiGrid-container,.TransferList1 .MuiGrid-container .MuiGrid-direction-xs-column{display:flex}.responsive-navbar.header-search.input-group.input-group-text.btn{top:0!important}.sidebar-mini .header .notifications .dropdown-menu{-webkit-transform:translate(1px,46px);transform:translate(1px,46px)}.sidebar-mini .message .dropdown-menu-arrow{left:auto!important;right:0!important;-webkit-transform:translate(-3px,46px);transform:translate(-3px,46px)}.sidebar-mini .profile-1 .dropdown-menu-end{left:auto;right:0;-webkit-transform:translateY(46px);transform:translateY(46px)}.app.horizontal.sidenav-toggled .app-sidebar{left:0}.rtl .leftinfo{-webkit-transform:translate3d(144px,-49px,0)!important;transform:translate3d(144px,-49px,0)!important}.rtl .rightdanger{-webkit-transform:translate3d(-142px,-49px,0)!important;transform:translate3d(-142px,-49px,0)!important}}.rtl .sidebar-mini .profile-1 .dropdown-menu-end{left:0;right:auto;-webkit-transform:translateY(46px)!important;transform:translateY(46px)!important}@media(min-width:1024px){.horizontal .page-header{margin:1.5rem 0}.fc-timegrid-event .fc-event-main{padding:4px}.countdown .days,.countdown .minutes,.countdown .seconds{margin:.7rem!important}.rtl .popover-secondary[x-placement=right]{-webkit-transform:translate3d(-143px,-50px,0)!important;transform:translate3d(-143px,-50px,0)!important}.rtl .popover-secondary[x-placement=right] .popover-arrow:after{border-left-color:#fc7303!important}.layout-boxed .chart-circle-value{bottom:20px!important;top:0!important}}@media(max-width:575.9px){.fullclndr .fc .fc-toolbar{display:inline}.fullclndr .fc .fc-toolbar .fc-toolbar-title{padding-bottom:19px;padding-left:10px;position:relative!important}.lg-object{max-height:287px!important}.rdw-editor-main{box-sizing:border-box;height:230px!important;overflow:scroll!important}.bs-popover-end[x-placement=right]{-webkit-transform:translate3d(-1px,-119px,0)!important;transform:translate3d(-1px,-119px,0)!important}.bs-popover-start[x-placement=left]{-webkit-transform:translate3d(4px,43px,0)!important;transform:translate3d(4px,43px,0)!important}}@media(max-width:486.9px){.apexcharts-align-center{display:block!important}.rtl .apexcharts-toolbar{right:94px!important}#carouselExampleControls .carousel-control-next-icon,#carouselExampleControls .carousel-control-prev-icon,.fc-more-link{display:none}}.rdt_TableHeadRow,.rdt_TableRow{padding-bottom:7px!important;padding-top:7px!important}.rdt_TableHeadRow{border:1px solid #eaedf1!important}.rdt_TableRow{border-bottom:1px solid #eaedf1!important;border-left:1px solid #eaedf1!important;border-right:1px solid #eaedf1!important}.data-table-extensions .data-table-extensions-action{display:none}.data-table-extensions .data-table-extensions-filter{float:right!important}.rdt_TableCell,.rdt_TableCol{border-right:1px solid #eaedf1!important}.rdt_TableCol{font-size:14px}.rdt_Pagination{border-top-style:none!important}.rdt_Pagination .sc-ikZpkk{display:none}.rdt_Pagination .sc-llJcti{border:1px solid #eaedf1;border-radius:4px;justify-content:start!important;left:25px!important;padding:5px;position:absolute;top:35px;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.rdt_Pagination .sc-llJcti svg{right:10px;top:5px}.rdt_Pagination .sc-llJcti .sc-cxabCf option{color:var(--primary09);font-size:14px}#pagination-first-page,#pagination-previous-page{fill:var(--primary06);color:var(--primary06)}#pagination-last-page,#pagination-next-page{fill:var(--primary-bg-color);color:var(--primary-bg-color)}.dark-mode .rdt_TableCol{border-right:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .sc-fEOsli{background-color:#30304d!important}.dark-mode .rdt_TableBody .rdt_TableRow,.dark-mode .rdt_TableHeadRow{background-color:#30304d!important;color:#dedefd!important}.dark-mode .rdt_TableBody .rdt_TableRow:hover{outline-color:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .rdt_TableBody .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol{border-right:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .rdt_TableBody .rdt_TableRow:hover{outline-style:none!important}.dark-mode .rdt_TableBody .rdt_TableCell,.dark-mode .rdt_TableBody .rdt_TableCol{border-right:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .rdt_Pagination{background-color:#30304d!important;color:#dedefd!important}.dark-mode .sc-llJcti{border:1px solid hsla(0,0%,100%,.1)!important}.transparent-mode .rdt_TableCol,.transparent-mode .rdt_TableHead .rdt_TableHeadRow .rdt_TableCol{border-right:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .sc-llJcti{border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .rdt_TableCell,.transparent-mode .rdt_TableCol{border-right:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .rdt_Table,.transparent-mode .sc-fEOsli{background-color:transparent!important}.transparent-mode .rdt_Table .rdt_TableHeadRow,.transparent-mode .rdt_Table .rdt_TableRow{background-color:transparent!important;color:#dedefd!important}.transparent-mode .rdt_Table .rdt_TableHeadRow{border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .rdt_Table .rdt_TableRow{border-bottom:1px solid hsla(0,0%,100%,.2)!important;border-left:1px solid hsla(0,0%,100%,.2)!important;border-right:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .rdt_Table .rdt_TableRow:hover{outline-style:none!important}.transparent-mode .rdt_Pagination{background-color:transparent!important;color:#dedefd!important}.swal2-styled{box-shadow:none!important}.box.box-example-pill{display:inline-block}.data-table-extensions>.data-table-extensions-filter>.filter-text{background-color:transparent!important;border:1px solid #eaedf1!important;border-radius:7px;margin-left:-11px!important;outline:none!important;padding:.375rem .75rem!important}.data-table-extensions>.data-table-extensions-filter>.icon{display:none!important}.salesdatatable .rdt_TableHeadRow[role=row] :first-child{max-width:50%;min-width:90px!important}.horizontal .count-down.row span:first-child{padding:10px 13px}.dark-mode .box-example-square .Rating span span{border-color:hsla(0,0%,100%,.1)!important}.app.sidebar-mini .main-sidemenu .slide-left,.app.sidebar-mini .main-sidemenu .slide-leftRTL,.app.sidebar-mini .main-sidemenu .slide-right,.app.sidebar-mini .main-sidemenu .slide-rightRTL{display:none!important}.transparent-mode .deleted-table .gZWIKX{background-color:var(--transparent-body)!important}@media(max-width:360px){.wideget-user-desc .user-wrap{margin-left:0!important;margin-right:0!important}}.page-options .chip.singleChip{position:relative!important}.rtl .br-br-0{border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important}.rtl .br-tr-0{border-top-left-radius:0!important;border-top-right-radius:5px!important}.rtl .dzu-inputLabelWithFiles{margin-right:10px}.rtl .rdw-dropdown-carettoclose{left:10px!important;right:inherit}.rtl .chip{margin-left:5px;margin-right:auto}.rtl .profile-edit .btn i{float:right}.rtl .breadcrumb-item+.breadcrumb-item{padding-left:inherit;padding-right:.5rem}.princing-item{border-radius:5px;overflow:hidden}.dark-mode .bg-primary-transparent{background-color:rgba(98,89,202,.1)!important}.rdw-dropdownoption-active{background-color:var(--primary03)}.dark-mode .blogimg h4 a{color:#dedefd}@media(max-width:320px){.widgets-cards .circlecharts{padding:14px!important}}@media(max-width:479.99px){.apx-legend-position-right{display:none!important}.rtl .breadcrumb{padding-left:0!important;padding-right:0}.tabesbody li{margin:15px 0 0!important}.header.header-1 .nav-link{padding:.6rem 0 .6rem .6rem!important}.rtl .header.header-1 .nav-link{padding:.6rem .6rem .6rem 0!important}.profiletabs button{border:1px solid var(--primary-bg-color);border-radius:5px}.profiletabs ul li{border-radius:5px}}@media only screen and (max-width:991px){.header-2 .animated-arrow{padding:16px 35px 16px 0}.header-1 .animated-arrow{margin:0 0 0 1px}.rtl .header-2 .animated-arrow{margin:0 0 0 -11px;padding:0 0 3px 33px}}#launch_date{margin:0 auto 20px}.countdown-rtl{direction:rtl}.countdown-holding span{color:#888}.countdown-row{clear:both;padding:0 2px;text-align:center;width:100%}.countdown li{background:#fff;border:5px solid #fff;border-radius:3px;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);color:#25252a;display:inline-block;font-size:1.83rem;font-weight:700;height:88px;line-height:22px;margin:0 auto;min-width:88px;overflow:hidden;padding:20px;position:relative;text-align:center;z-index:1}.countdown .time{font-size:13px;font-weight:300;padding-top:2px}@media(max-width:991px){.countdown li{margin:20px 10px 10px}.is-countdown{margin-top:20px}}@media(min-width:992px){.rtl.horizontal .main-sidemenu .slide.is-expanded i.angle{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.countdown li{margin:30px 10px 5px}}.dark-mode .multiSelectContainer input::-webkit-input-placeholder{color:#fff}.dark-mode .multiSelectContainer input::placeholder{color:#fff}@media(max-width:400px){.card-pay .nav-tabs .nav-item{width:100%}}.rtl .form-control.is-valid,.rtl .was-validated .form-control:valid{background-position:left calc(.375em + .1875rem) center;padding-left:calc(1.5em + .75rem);padding-right:.75rem}.rtl .checkbox{margin-left:10px;margin-right:auto}.rtl .closeIcon{float:left;margin-left:auto;margin-right:5px}.rtl .intl-tel-input .country-list{text-align:right}.dark-mode .rmdp-header-values{color:#fff}.dark-mode .rmdp-day,.dark-mode .rmdp-week-day{color:#dedefd}.dark-mode .intl-tel-input .country-list{border-color:hsla(0,0%,100%,.1)}.dark-mode .intl-tel-input .country-list .divider{border-bottom-color:hsla(0,0%,100%,.1)}.dark-mode .css-1nql4ji-MuiTypography-root.Mui-selected,.dark-mode .css-frc9jk-MuiTypography-root{color:#fff}.dark-mode .css-eziifo{background-color:#22223d}.dark-mode .css-1flhz3h,.dark-mode .css-frc9jk-MuiTypography-root.Mui-selected{color:#fff}.dark-mode .dzu-previewContainer{border-bottom-color:hsla(0,0%,100%,.1)}.dark-mode .rdw-dropdownoption-highlighted{background:#22223d}.dark-mode .rdw-dropdown-wrapper:active{box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.1)}.dark-mode .rdw-dropdown-optionwrapper:hover{box-shadow:1px 1px 0 hsla(0,0%,100%,.1)}.color-picker button{color:#fff}.css-118whkv,.css-a1rc6s{background-color:var(--primary-bg-color)!important}.css-118whkv{border-color:var(--primary-bg-color)!important}.css-12ha4i7,.css-7lip4c{background-color:var(--primary-bg-color)!important}.css-2ujp1m{border-color:var(--primary-bg-color)!important}.css-1x2wh54-MuiButtonBase-root-MuiButton-root{color:var(--primary-bg-color);padding:6px 8px!important}.rdw-editor-main,.rdw-editor-toolbar{padding:6px 5px}ol.progtrckr li.progtrckr-doing{border-bottom-color:var(--primary-bg-color)}ol.progtrckr li.progtrckr-todo{border-bottom-color:#eaedf1;color:#000}ol.progtrckr li.progtrckr-doing:before{background-color:var(--primary-bg-color);color:#fff}.multi-step .btn-info i{color:#fff}ol.progtrckr li.progtrckr-done span{color:var(--primary-bg-color)}.css-14yr603-MuiStepContent-root{padding-left:0!important;padding-right:0!important}@media(max-width:991px){.horizontal.app .main-sidemenu .slide-leftRTL,.horizontal.app .main-sidemenu .slide-rightRTL{display:none!important}.rtl .icon_down_dir{-webkit-transform:translateY(80%)!important;transform:translateY(80%)!important}#select-category .icon_down_dir{-webkit-transform:translateY(-160%)!important;transform:translateY(-160%)!important}.rtl.horizontal .message .dropdown-menu-arrow{top:0!important;-webkit-transform:translate(1px,52px)!important;transform:translate(1px,44px)!important}.rtl.horizontal .responsive-navbar .dropdown-menu.dropdown-menu-start.show,.rtl.horizontal .responsive-navbar .profile-1 .dropdown-menu.dropdown-menu-end.show{top:2.7rem!important}.responsive-navbar .dropdown-menu.dropdown-menu-start.show{background:transparent;border:0!important;box-shadow:none!important}}@media(max-width:480px){.apexchart .apexcharts-theme-light svg .apexcharts-graphical g{-webkit-transform:translate(-16px,10px)!important;transform:translate(-16px,10px)!important}.rtl .apexchart .apexcharts-theme-light svg .apexcharts-graphical g{-webkit-transform:translate(16px,10px)!important;transform:translate(16px,10px)!important}.horizontal .header .message .dropdown-menu-arrow,.horizontal .header .notifications .dropdown-menu{top:0!important;-webkit-transform:translate(1px,42px)!important;transform:translate(1px,42px)!important}.horizontal .profile-1 .dropdown-menu-end{-webkit-transform:translate3d(-1px,0,0)!important;transform:translate3d(-1px,0,0)!important}.header #navbarSupportedContent-4 .nav-link{padding:0!important}.responsive-navbar .dropdown-menu.dropdown-menu-start.show{background:transparent;border:0!important;box-shadow:none!important}.rtl .rdw-colorpicker-modal{right:-80px!important;z-index:10!important}.rtl .rdw-embedded-modal,.rtl .rdw-emoji-modal,.rtl .rdw-image-modal{right:-120px!important;z-index:10!important}}#chart div:first-child{margin-left:auto;margin-right:auto}@media(max-width:991px){.responsive-navbar .collapse.show .dropdown-menu.show{left:5%!important;max-width:inherit!important;min-width:inherit!important;right:5%!important;width:auto!important}}.data-table-extensions{padding:.7rem 0!important}.rdt_Pagination .sc-llJcti svg{right:3px!important}.rtl .rdt_Pagination .sc-llJcti{left:0!important;right:25px!important}.rtl .rdt_Pagination .sc-llJcti svg{left:-2px!important;right:0!important}.rtl .data-table-extensions>.data-table-extensions-filter{float:left!important}.accordion-button:not(.collapsed):after{-webkit-transform:none;transform:none}.defaultinput{padding:.2rem}.transparent-mode.light-menu .app-sidebar .side-menu .slide a{color:#495584!important}.rtl.layout-boxed .wrp{padding:5px}.dark-mode.light-menu.horizontal .app-sidebar .side-menu .slide a{color:#dedefd!important}.rtl.dark-mode.horizontal.light-menu #slide-leftRTL,.rtl.dark-mode.horizontal.light-menu #slide-rightRTL{background-color:#fff!important;border:1px solid #eaedf1!important}.icons-list{display:flex;flex-wrap:wrap;list-style:none;margin:0 -1px -1px 0;padding:0}.icons-list-item{align-items:center;background:#f5f6fb;border:1px solid #e9ebfa;border-radius:5px;color:#6d7596;display:flex;height:3rem;justify-content:center;margin:4px;text-align:center}.icons-list>li{flex:1 0 3rem}.icons-list-item i{font-size:1.25rem}.fa{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto}.rdw-editor-main{overflow:hidden!important}@media screen and (min-width:992px){.app-header.header.navbar>.container,.app-header.header.navbar>.container-fluid{display:block!important}.scrollable-layout .app-sidebar{top:0}.horizontal .app-sidebar{padding-top:0!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu{margin-top:10px!important}}.horizontal .app-header.header.navbar>.container,.horizontal .app-header.header.navbar>.container-fluid{display:block!important}.header.navbar>.container,.navbar>.container-fluid{display:block}@media screen and (max-width:992px){.app-header.header.navbar>.container,.app-header.header.navbar>.container-fluid{display:block}.app-header.header .navbar-toggler,.horizontal .navbar-light .navbar-toggler{border:none}}@media(min-width:768px){.navbar-expand-md .header-right-icons .navbar-toggler{display:block}}.horizontalMenucontainer .responsive-navbar.navbar .navbar-collapse{top:71px}@media(max-width:360px){.horizontalMenucontainer .responsive-navbar.navbar .navbar-collapse{top:71px!important}}@media(max-width:992px)and (min-width:768px){.rtl .animated-arrow{padding:16px 0 16px 35px!important}}.dark-mode .text-muted{color:#76839a!important}.rtl .form-control.is-valid,.rtl .was-validated .form-control:valid{background-position:left calc(.375em + .1875rem);background-size:calc(1.75em + .375rem) calc(.75em + .375rem)}.formvalid{border:none;z-index:1}.transparent-mode.light-header.light-menu .app-sidebar{background:rgba(0,0,0,.2);border:hsla(0,0%,100%,.2)}.transparent-mode.light-header.light-menu .side-header{border:hsla(0,0%,100%,.2)}.dark-mode.horizontal.rtl.color-menu #slide-leftRTL,.dark-mode.horizontal.rtl.color-menu #slide-rightRTL,.dark-mode.horizontal.rtl.color-menu .slide-rightRTL{background:rgba(0,0,0,.2)!important;border:hsla(0,0%,100%,.2)}.dark-mode.light-header .main-header-center .form-control{border:1px solid #eaedf1!important;color:#0d0c22!important}.horizontal.color-menu.color-header.transparent-mode .app-sidebar,.sidebar-mini.color-menu.color-header.transparent-mode .app-sidebar{background:rgba(0,0,0,.2)!important}@media(min-width:992px){.horizontal-main .main-sidemenu .slide-left,.horizontal-main .main-sidemenu .slide-right{position:absolute!important}aside.horizontal-main>div{height:auto!important;overflow:inherit!important}aside.horizontal-main>div>div:first-child{margin-bottom:0!important;overflow:inherit!important;position:relative!important}}.responsive-navbar .message-menu h5,.responsive-navbar .notifications-menu h5{white-space:break-spaces}.righttab a:hover{background:var(--primary01)!important;border:1px solid transparent;border-radius:0!important;color:var(--primary-bg-color)!important}@media(max-width:991px){.sidenav-toggled .app-header.header{padding-left:1rem!important}.main-chat-body{height:700px;overflow:hidden;padding-bottom:0}}@media(min-width:992px){.rtl.horizontal .side-menu{padding-top:0!important}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar{top:0}}.horizontal-main>div div,.sidebar-right1>div div{background:transparent!important}@media(min-width:992px)and (max-width:1798px){.horizontal .slide-right{display:block!important}.rtl.horizontal .slide-right{display:none!important}.rtl.horizontal .slide-rightRTL{display:block!important}}.rtl .app-sidebar>div>div>div>div{background:transparent!important}.dark-mode .app-sidebar{box-shadow:-9px 15px 17.72px 6.28px #22223d}.msl-wrp{width:100%!important}.msl-vars{--border-radius:3px!important}.msl{border:1px solid #eaedf1!important}.msl-arrow-btn:hover,.msl-clear-btn:hover{background:transparent!important}.msl-arrow-icn,.msl-chip-delete{width:14px!important}.rtl .msl-actions{left:5px!important;right:inherit!important}.msl-option-active{background:transparent!important;color:var(--primary09)!important}.dark-mode .msl{border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .msl-chip{background:#22223d!important;color:#dedefd!important}.dark-mode .msl-active,.dark-mode .msl-active-up,.dark-mode .msl-chip-delete,.dark-mode .msl-options{background:#30304d!important}.dark-mode .msl-option:focus,.dark-mode .msl-options .msl-option:hover{background:transparent;color:#dedefd}.dark-mode .tabstyle2 li{border:none!important}.dark-mode .tabstyle2 li button{border:1px solid hsla(0,0%,100%,.1)!important}.dark-mode .tabstyle2 li .active{border-bottom:3px solid var(--primary-bg-color)!important}.transparent-mode .tabstyle2 li{border:none!important;margin:5px}.transparent-mode .tabstyle2 li button{border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .tabstyle2 li .active{border-bottom:3px solid var(--primary-bg-color)!important}.transparent-mode .msl-vars{--active-menu-shadow:none!important}.transparent-mode .msl-active-up{background:rgba(0,0,0,.2)!important}.transparent-mode .msl{border:1px solid hsla(0,0%,100%,.2)!important}.transparent-mode .msl-chip{background:var(--transparent-body)!important;color:#dedefd!important}.transparent-mode .msl-chip-delete{background:rgba(0,0,0,.2)!important}.transparent-mode .msl-active,.transparent-mode .msl-options{background:var(--transparent-body)!important}.transparent-mode .msl-option:focus,.transparent-mode .msl-options .msl-option:hover{background:transparent;color:#dedefd}.pageoption{width:10%!important}.transparent-mode.color-menu .app-sidebar,.transparent-mode.dark-menu .app-sidebar{background:rgba(0,0,0,.2)!important}.rtl.dark-mode.horizontal.gradient-menu #slide-rightRTL,.transparent-mode.dark-header .header .main-header-center .form-control{background:transparent!important}#pagination-first-page:hover,#pagination-last-page:hover,#pagination-next-page:hover,#pagination-previous-page:hover{box-shadow:0 3px 2px!important}.transparent-mode.gradient-header .app-header,.transparent-mode.gradient-header .hor-header{background-color:rgba(0,0,0,.2)!important}.rtl .intl-tel-input .country-list .country .dial-code{margin-right:5px!important}.rtl .list-group-transparent .list-group-item .badge{margin-left:0!important;margin-right:auto!important}.editprofiletable{overflow-x:hidden!important}.rtl .deni-react-treeview-item-container.level-2{padding-left:0!important;padding-right:35px!important}.rtl .deni-react-treeview-item-container.level-3{padding-left:0!important;padding-right:65px!important}.rtl .deni-react-treeview-item-container.level-4{padding-left:0!important;padding-right:95px!important}.rtl .deni-react-treeview-item-container.level-5{padding-left:0!important;padding-right:125px!important}.rtl .deni-react-treeview-item-container.level-6{padding-left:0!important;padding-right:155px!important}.rtl.layout-boxed .app-sidebar>div div{margin-right:0!important}.rtl.layout-boxed .app-sidebar>div div:last-child{background:transparent!important}.rtl .widgets-cards .text-wrapper{margin-right:auto}@media(min-width:1280px)and (max-width:1320px){.widget .text-warning{bottom:20px}}@media(min-width:1280px)and (max-width:1661px){.circlecharts{padding:15px}.circlecharts .chart-circle{margin-left:.5rem!important}.circlecharts .chart-circle-value{bottom:18px}}.rdw-list-dropdown,.rdw-text-align-dropdown{z-index:7}@media(max-width:991px){.transparent-mode .app-sidebar{background-color:var(--transparent-body)!important}@supports((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.transparent-mode .app-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background-color:transparent!important;top:74px}}}.transparent-mode .sidebar-right,.transparent-mode.sidenav-toggled-open .app-sidebar{background-color:var(--transparent-body)!important}.transparent-mode .sidebar-right .rightside button{color:#fff}@supports((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.transparent-mode .sidebar-right,.transparent-mode.sidenav-toggled-open .app-sidebar{background-color:transparent!important}.transparent-mode .sidebar-right .rightside button{color:#fff}}@media(min-width:992px){.rtl.sidebar-mini.sidenav-toggled .app-header.header{padding-left:10px;padding-right:100px}}.apx-legend-position-right{display:none!important}.dark-mode .counter-minus,.dark-mode .counter-plus{border:1px solid hsla(0,0%,100%,.1)}.demo_changer h4{padding:10px 25px!important}.dark-mode .rdw-dropdown-selectedtext img,.dark-mode .rdw-option-wrapper img,.dark-mode .search-wrapper img,.transparent-mode .rdw-dropdown-selectedtext img,.transparent-mode .rdw-option-wrapper img,.transparent-mode .search-wrapper img{-webkit-filter:invert(1);filter:invert(1)}.rdw-option-wrapper{box-shadow:none!important;padding:12px!important}.rtl .salesdatatable .table-responsive{overflow:hidden!important}.rmdp-wrapper{height:auto!important}.footer .container-fluid{margin-left:auto!important;margin-right:auto!important;padding-left:.75rem!important;padding-right:.75rem!important;width:100%!important}@media(min-width:992px){.scrollable-layout .app-sidebar{position:absolute}.scrollable-layout .side-header{padding-top:0!important}}.app-sidebar .header-brand-img{height:3rem!important}.app-sidebar .side-header{padding:13px 17px!important}.app-sidebar .side-menu__item.active{background-color:#231b63!important;background:#231b63!important}.app-header .header-logo .mobile-logo{height:2.5rem!important}.app-header .header-lang-change{cursor:pointer!important;padding-left:1.5rem!important;padding-right:1.5rem!important;z-index:1000!important}.btn-primary{background:#231b63!important;border-color:#231b63!important;color:#fff!important}.user-title-name{text-transform:capitalize!important}.hb_icon_blue{color:#231b63!important}.hb_icon_red{color:#e46565!important}.pointer{cursor:pointer!important}body{background-color:#ececec!important}.btn-md{width:100px!important}.btn-bg-grey{background:#ececec!important;border-color:#ececec!important;color:#231b63!important}.active-status{background:#09ad95!important}.active-status,.inactive-status{color:#fff!important;display:grid!important;padding:5px 10px!important;text-align:center!important;width:100px!important}.inactive-status{background:#e46565!important}.refundfailed-status{background:#e46565!important;padding:5px!important}.refund-status,.refundfailed-status{color:#fff!important;display:grid!important;text-align:center!important;width:100px!important}.refund-status{background:#f7b731!important;padding:5px 10px!important}.verification-status{background:#f7b731!important;padding-bottom:5px!important;padding-top:5px!important;white-space:nowrap;width:9rem!important}.authorized-status,.verification-status{color:#fff!important;display:grid!important;text-align:center!important}.authorized-status{background:#428bca!important;padding:5px 10px!important;width:100px!important}.cancel-status{background:#000!important;padding:5px 10px!important}.cancel-status,.multi-activestatus{color:#fff!important;display:grid!important;text-align:center!important;width:100px!important}.multi-activestatus{background:#09ad95!important;padding:5px 8px!important}#back-to-top{background:#231b63!important}.hb-text-primary{color:#231b63!important}.fw-bold{font-weight:700!important}.text-success{color:#09ad95!important}.text-failer{color:#e46565!important}.download-image{color:#fff!important;margin-left:.25rem!important;margin-right:.25rem!important}.inactive-view{cursor:default!important;pointer-events:none!important}.inactive-icon{color:#c5c1c1!important}.side-menu{margin-bottom:3rem!important;margin-top:3rem!important}.btn-w-150{width:150px!important}.rdt_Pagination{padding-top:1rem!important}.empty-arrow-symbol,.rdt_Pagination{display:flex!important;justify-content:center!important}@media(max-width:414px){.app-header .header-lang-change{padding-right:1rem!important}}@media only screen and (min-width:414px){.app-header .header-lang-change{padding-right:1.5rem!important}}#pagination-first-page,#pagination-last-page,#pagination-next-page,#pagination-previous-page{fill:#231b63!important;color:#231b63!important}.rmdp-day.rmdp-selected span:not(.highlight){background-color:#231b63!important;box-shadow:0 0 3px none!important;color:#fff}.rmdp-header-values span,.rmdp-week-day{color:#231b63!important}.side-menu .side-menu__icon{margin-left:0!important;margin-right:0!important}.side-menu__label{margin-left:10px!important;margin-right:10px!important}.payment-success-status{background:#09ad95!important}.payment-failer-status,.payment-success-status{color:#fff!important;display:grid!important;padding:5px 10px!important;text-align:center!important;width:120px!important}.payment-failer-status{background:#e46565!important}.modal-header,.page-title{color:#231b63!important}@media(max-width:414px){.rtl .css-tlfecz-indicatorContainer{padding:0!important}.rtl .app-header .header-lang-change{padding:1rem!important}}.description-overflow{word-wrap:break-word!important;max-width:200px!important;overflow:scroll!important}.animation-loader-view{-webkit-animation:rotateY 1s linear infinite;animation:rotateY 1s linear infinite;height:100px!important;width:100px!important}@-webkit-keyframes rotateY{to{-webkit-transform:rotateY(1turn)}}@keyframes rotateY{to{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}}.note-image{color:#e46565!important}.btn,.btn:hover{border:none!important}.bg-white{background:#fff!important}.modal-backdrop.show{opacity:.1!important}body{background-color:#fff!important}.app-content{background:#ececec!important;margin-top:70px!important;min-height:80vh!important}.red-border{border-color:#e73827!important}.sort-icon-image{height:15px!important;margin-left:.5rem!important;margin-right:.5rem!important;object-fit:contain!important;width:15px!important}.lang-change{cursor:pointer!important;z-index:9999!important}.date-red-border .rmdp-container .rmdp-input{border:1px solid red!important}.margin-text-cancel-btn{margin-bottom:25px!important;margin-top:10px!important}.header .btn{margin-left:0!important;margin-right:0!important;position:relative!important}@media(max-width:760px){.old-panel-button{display:none!important}}@media(max-width:820px){.header .btn{margin-right:0!important}}.continue-button-timer{display:none!important}.pointer-none{cursor:none!important;pointer-events:none!important}.tooltip .tooltip-inner{background:#fff!important;border:1px solid #000!important;color:#000!important;font-size:12px!important}.old-panel-button span{font-size:14px!important;font-weight:500!important}.header-menu-dropdown .dropdown-item{align-items:center!important;display:flex!important}.loader-full{width:100%!important}.btn-w-200{max-width:200px!important;overflow:hidden!important}.primary-status{background:#231b63!important;color:#fff!important;cursor:pointer!important;display:grid!important;padding:5px 10px!important;text-align:center!important;width:120px!important}.error-template .fa-long-arrow-left:before{margin-left:10px!important;margin-right:10px!important}.html2canvas-container{height:2000px;width:2000px}.word-ellipsis-view{word-wrap:break-word!important;max-width:200px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important}.marquee-header-view{color:#f8b042!important;direction:ltr!important;font-size:16px!important;font-style:italic!important;font-weight:500!important;margin-left:5rem!important;margin-right:5rem!important}.marquee-header-view .spacing-marquee{margin-left:.5rem!important;margin-right:.5rem!important}.announcement-icon-en{color:#231b63!important;margin-left:1rem!important;margin-right:1rem!important}.announcement-icon-en .fa{font-size:1.5rem!important}.announcement-icon-ar{color:#231b63!important;margin-left:1rem!important;margin-right:1rem!important;-webkit-transform:scaleX(-1) rotate(-1turn);transform:scaleX(-1) rotate(-1turn)}.announcement-icon-ar .fa{font-size:1.5rem!important}.marquee-container{width:100%!important}@media(max-width:820px){.marquee-container{display:none!important}}.marquee-header-container{width:60%!important}@media(max-width:1100px){.marquee-header-container{display:none!important}}.sidebar-mini.sidenav-toggled.sidenav-toggled-open .side-menu__item{padding:10px 30px!important}.recheck-status{text-decoration:underline!important}.dropdown .avatar.profile-user{object-fit:contain!important}.max-calender-view{color:#e46565!important;margin-top:1rem!important;text-align:end!important}.notification-header{margin-right:1.5rem!important}.notification-header,.rtl .notification-header{color:#231b63!important;font-size:20px!important}.rtl .notification-header{margin-left:2rem!important;margin-right:0!important}@media(max-width:991px){.notification-header{display:none!important}}.pagination-view-footer{align-items:baseline!important;display:flex!important;justify-content:space-around!important;margin-top:2rem!important;overflow:hidden!important}.pagination-view-footer .page-item.active .page-link{background-color:#231b63!important;border-color:#231b63!important;color:#fff!important}.pagination-view-footer .pagination-title{font-weight:500!important}@media(max-width:1100px){.pagination-view-footer .pagination-title{display:none!important}}.search-range-view{display:flex!important;justify-content:flex-end!important;margin-left:.5rem!important;margin-right:.5rem!important}.extra-spacing-search{margin-left:.2rem!important;margin-right:.2rem!important}.bottom-filter{justify-content:flex-end!important;margin-top:1rem!important}.pg-note{color:#e46565!important;display:flex;font-weight:400;justify-content:flex-start!important;margin-bottom:1rem!important}.card,.card-body,.no-internet-connection .modal-content{border-radius:10px!important}.no-internet-connection .modal-body{padding:2rem!important;text-align:center!important}.no-internet-connection .modal-body .fe-wifi-off{color:#e46565!important;font-size:5rem!important;margin:1rem!important;padding:1rem!important}.no-internet-connection .modal-body .title-text,.no-internet-connection .modal-body .wifi-icon{padding:1rem!important}.no-internet-connection .modal-body .desc-text,.no-internet-connection .modal-body .title-text{color:#e46565!important}.incomplete-trans-points .card-text{text-decoration:underline!important}.incomplete-trans-points .card-text,.incomplete-trans-points li{margin-bottom:.5rem!important}@media(max-width:1100px){.verification-status{font-size:10px!important;padding-left:10px!important;padding-right:10px!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}}.designation-authu .wrapper{background-clip:padding-box;background-color:#fff;border:1px solid #eaedf1;border-radius:10px!important;border-radius:7px!important;box-shadow:none!important;color:#4d5875;display:block;font-size:.875rem;font-weight:400;height:40px!important;height:40px;line-height:1.5;margin:0!important;padding:0!important;transition:none!important;width:100%}.designation-authu .wrapper div{min-height:38px!important}.designation-authu .wrapper div svg{margin-top:50%!important}.designation-authu .wrapper input{font-size:.875rem!important;min-height:40px!important}.designation-authu .wrapper ul{background-color:#939294!important;padding:0!important;z-index:9999!important}.designation-authu .wrapper ul li{color:#fff!important;font-size:.875rem!important}.designation-authu .wrapper ul li div{padding:.5rem!important}.designation-authu .wrapper ul .selected{color:#231b63!important}.designation-authu .wrapper .line{min-height:5px!important}.icon-invalid-token{height:55px!important;width:55px!important}@media(max-width:500px){.icon-invalid-token{height:50px!important;width:50px!important}}.error-open-invoice-view{overflow:hidden!important}.download-file-button{display:flex!important;justify-content:space-evenly!important;text-align:center!important}.download-icon-image{height:35px!important;object-fit:contain!important}.small-download-icon-image{height:25px!important;object-fit:contain!important}.cw-100{width:100%!important}.default-payment-image{height:28px!important}.default-payment-image,.google-payment-image{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;object-fit:contain!important;padding:.2rem .4rem!important;text-align:center!important}.google-payment-image{height:31px!important}.no-payment-image,.pos-payment-image{border:1px dotted #000!important;border-radius:5px!important;color:#000!important;object-fit:contain!important;padding:.2rem .4rem!important;text-align:center!important}.pos-payment-image{height:34px!important}.refund-warning-message{border:1px dotted!important;color:#e46565!important;line-height:2!important;margin-bottom:1rem!important;margin-left:3rem!important;margin-right:3rem!important;padding:1rem!important;text-align:center!important}.react-tabs__tab--selected{background:#231b63!important;border-color:#fff!important;border-radius:5px 5px 0 0;color:#fff!important}.react-tabs__tab{border:1px solid #231b63!important;border-radius:5px!important;display:inline-block;margin-right:.9rem!important;position:static!important}.react-tabs__tab-list{border-bottom:0!important}.react-tabs__tab:focus{box-shadow:none!important;outline:none!important}.payment-warning-status{background:#f7b731!important;color:#fff!important;display:grid!important;padding:5px 10px!important;text-align:center!important;width:120px!important}.rdt_TableHeadRow{background:#231b63!important;margin-bottom:.1rem!important}.rdt_TableHeadRow,.rdt_TableHeadRow .line-height-title,.rdt_TableHeadRow div{color:#fff!important}.header-play-store{height:40px!important;object-fit:contain!important;padding-left:.15rem!important;padding-right:.15rem!important;width:140px!important}@media(max-width:500px){.header-play-store{display:none!important}}.custom-switch-container .switches-container{background:#fff!important;border:1px solid #231b63;border-radius:3rem;display:flex;line-height:2rem;padding:0;position:relative;width:6rem}.custom-switch-container .disable-view{pointer-events:none!important}.custom-switch-container .switches-container input{position:absolute;top:0;visibility:hidden}.custom-switch-container .switches-container label{color:#acaab8!important;cursor:pointer;margin:0;padding:0;text-align:center;width:50%}.custom-switch-container .switch-wrapper{bottom:0;padding:.15rem;position:absolute;top:0;transition:-webkit-transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1),-webkit-transform .5s cubic-bezier(.77,0,.175,1);width:50%;z-index:3}.custom-switch-container .switch{background:#231b63;border-radius:3rem;color:#fff!important;height:100%;margin-right:0!important}.custom-switch-container .switch .arabicdiv{opacity:0;position:absolute}.custom-switch-container .switch .arabicdiv,.custom-switch-container .switch .englishdiv{color:#fff;display:block;left:0;text-align:center;top:0;transition:opacity .2s cubic-bezier(.77,0,.175,1) .125s;width:100%;will-change:opacity}.custom-switch-container .switch .englishdiv{opacity:1}.custom-switch-container .switches-container input:first-of-type:checked~.switch-wrapper{-webkit-transform:translateX(0);transform:translateX(0)}.custom-switch-container .switches-container input:nth-of-type(2):checked~.switch-wrapper{-webkit-transform:translateX(100%);transform:translateX(100%)}.custom-switch-container .switches-container input:first-of-type:checked~.switch-wrapper .switch div:first-of-type,.custom-switch-container .switches-container input:first-of-type:checked~.switch-wrapper-half .switch div:first-of-type,.custom-switch-container .switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2),.custom-switch-container .switches-container input:nth-of-type(2):checked~.switch-wrapper-half .switch div:nth-of-type(2){opacity:1}.custom-switch-container .switch-wrapper-half{bottom:0;padding:.15rem;position:absolute;top:0;transition:-webkit-transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1);transition:transform .5s cubic-bezier(.77,0,.175,1),-webkit-transform .5s cubic-bezier(.77,0,.175,1);width:100%;z-index:3}.custom-switch-container .switch-wrapper-half .switch{margin-right:0!important}.sliding-panel-container{background-color:transparent;height:100%;left:0;position:fixed!important;top:0;transition:background-color .3s ease-in-out;z-index:10000}.sliding-panel-container .panel{background:#fff!important;height:100%;overflow-y:auto}.sliding-panel-container.active{background-color:rgba(0,0,0,.3);z-index:15000}.sliding-panel-container.active .contentView{height:100%;overflow-y:auto;padding:16px}.sliding-panel-container .panel{transition:opacity .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out,opacity .5s ease-in-out;transition:transform .5s ease-in-out,opacity .5s ease-in-out,-webkit-transform .5s ease-in-out}.documentation-header-view{display:flex;justify-content:space-between;margin-bottom:1rem!important;margin-top:1rem!important}.documentation-header-view .hesabe-document-title{display:flex;font-weight:700;justify-content:center}.hesabe-documentation .loader .spinner{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;background:#fff;border:4px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#000;height:40px;width:40px}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.preview-document-link{color:#231b63!important;font-size:.8rem!important;font-weight:700;text-align:end!important}.preview-list-view{align-items:center!important}.row_view_container{display:contents!important;width:100%}.complaince-form-container .first-col-view{border-right:1px solid!important}.complaince-form-container .rmdp-container .rmdp-input{width:87%!important}.red-tab{background-color:#ff3131!important;border-color:#ff3131!important}.orange-tab,.red-tab{border-radius:5px!important;color:#fff!important;cursor:pointer!important;display:inline-block!important;margin-right:5px!important;padding:.5rem!important}.orange-tab{background-color:#e3bb19!important;border-color:#e3bb19!important}.green-tab{background-color:green!important;border-color:green!important;border-radius:5px!important}.green-tab,.primary-tab{color:#fff!important;cursor:pointer!important;display:inline-block!important;margin-right:5px!important;padding:.5rem!important}.primary-tab{border:1px solid #231b63!important;border-radius:5px!important}.border-orange-color{border:2px solid #e3bb19!important;padding:.3rem!important}.border-red-color{border:2px solid #ff3131!important;padding:.3rem!important}.alert-orange-view{background-color:#e3bb19!important}.alert-orange-view,.alert-red-view{color:#fff!important;padding:.3rem!important}.alert-red-view{background-color:#ff3131!important}.document_file_view{width:260px!important}.merchant-header-split{align-items:center!important;display:flex!important;justify-content:space-between!important;text-decoration:underline!important}.merchant-fox-box{color:#231b63!important;font-weight:700!important}