@charset "UTF-8";.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}::-moz-selection{background-color:var(--va-text-selected);color:var(--va-white)}::selection{background-color:var(--va-text-selected);color:var(--va-white)}.link{color:var(--va-link-color)}.link-secondary{color:var(--va-link-color-secondary)!important}.link,.link-secondary{cursor:pointer}.link-secondary:hover,.link:hover{color:var(--va-link-color-hover)!important}.link-secondary:active,.link:active{color:var(--va-link-color-active)!important}.link-secondary:visited,.link:visited{color:var(--va-link-color-visited)!important}.title{font-size:.625rem;font-weight:700;letter-spacing:.6px;line-height:1.2;text-transform:uppercase}.title--va-info{color:var(--va-info)}.title--va-danger{color:var(--va-danger)}.title--va-warning{color:var(--va-warning)}.title--va-gray{color:var(--brand-gray)}.text--bold{font-weight:700}.text--highlighted{background-color:var(--va-text-highlighted)}.text--left{text-align:left!important}.text--right{text-align:right!important}.text--center{text-align:center!important}.text--uppercase{text-transform:uppercase!important}.text--lowercase{text-transform:lowercase!important}.text--capitalize{text-transform:capitalize!important}.text--no-wrap,.text--truncate{white-space:nowrap!important}.text--truncate{overflow:hidden!important;text-overflow:ellipsis!important}.text--code{background-color:#34495e;color:var(--va-white);font-family:Source Code Pro;padding:.1rem .2rem}.text--secondary{opacity:.4}.va-blockquote{border-left:.25rem solid var(--va-primary);border-radius:.125rem;color:#babfc2;padding:.4rem 0 .4rem .8rem}.va-blockquote p{margin-bottom:.5rem}.va-blockquote p:last-child{margin-bottom:0}.display-1{font-size:3rem}.display-1,.display-2{color:var(--va-dark);font-weight:700;line-height:1}.display-2{font-size:2.5rem}.display-3{font-size:2rem}.display-3,.display-4{color:var(--va-dark);font-weight:700;line-height:1}.display-4{font-size:1.75rem}.display-5{font-size:1.5rem}.display-5,.display-6{color:var(--va-dark);font-weight:700;line-height:1}.display-6{font-size:1.25rem}.code-snippet{background-color:#34495e;color:#fff;font-family:Source Code Pro;font-size:14px;padding:1rem}ul.va-unordered{list-style-type:none;margin:1rem 0;padding:0}ul.va-unordered ol.va-ordered,ul.va-unordered ul.va-unordered{margin-bottom:0;margin-top:0}ul.va-unordered>li{padding-left:1rem;position:relative}ul.va-unordered>li:before{background-color:var(--va-li-background);border-radius:50%;content:"";height:.5rem;left:0;margin-top:.5rem;position:absolute;top:0;width:.5rem}ol.va-ordered{counter-reset:olCounter;margin-bottom:1rem;padding:0}ol.va-ordered ol.va-ordered,ol.va-ordered ul.va-unordered{margin-bottom:0;margin-top:0}ol.va-ordered>li{list-style:none;padding:0 1rem}ol.va-ordered>li:before{content:counter(olCounter) ". ";counter-increment:olCounter;display:inline-block;height:.75rem;margin-right:-.75em;min-width:.75rem;position:relative;right:1rem}.va-table td,.va-table th{padding:.625rem;text-align:left}.va-table th{border-bottom:2px solid #34495e;color:#34495e;font-size:.625rem;font-weight:700;letter-spacing:.6px;line-height:1.2;text-transform:uppercase}.va-table td{vertical-align:top}.va-table--striped tr:nth-child(2n) td{background-color:#f5f8f9}.va-table--hoverable tr:hover td{background-color:#eff4f5}.va-table--clickable td{cursor:pointer}.ag-theme-vuestic .ag-cell,.ag-theme-vuestic .ag-header-cell-label{padding:.625rem;text-align:left}.ag-theme-vuestic .ag-header-cell-label{border-bottom:2px solid #34495e;color:#34495e;font-size:.625rem;font-weight:700;letter-spacing:.6px;line-height:1.2;text-transform:uppercase}.ag-theme-vuestic .ag-cell{vertical-align:top}.ag-theme-vuestic--striped .ag-row:nth-child(2n) .ag-cell{background-color:#f5f8f9}.ag-theme-vuestic--hoverable .ag-row:hover .ag-cell{background-color:#eff4f5}.ag-theme-vuestic--clickable .ag-cell{cursor:pointer}.vue-misc{margin-bottom:2rem;margin-top:5.625rem}.text-block{background-color:var(--va-text-block);padding:1.2rem}.muted{color:var(--va-muted)}.none{display:none}.pointer{cursor:pointer}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.card{word-wrap:break-word;border:none;border-radius:0;box-shadow:0 4px 70px -18px #707070;box-sizing:border-box}.card figcaption{flex:1 1 auto;padding:1.25rem}.card p:last-child{margin-bottom:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,html{min-height:100vh}body{height:100%;position:relative}b,h1,h2,h3,h4,h5,h6,strong{font-weight:600;line-height:1.2}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;box-sizing:border-box;font-size:100%;margin:0;padding:0;vertical-align:baseline}a{text-decoration:none}input{box-sizing:border-box;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}::-moz-focus-inner{border:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:none}:focus{outline:none}button{padding:0}.ma-0,.mt-0,.my-0{margin-top:0!important}.ma-0,.mb-0,.my-0{margin-bottom:0!important}.ma-0,.mr-0,.mx-0{margin-right:0!important}.ma-0,.ml-0,.mx-0{margin-left:0!important}.ma-1,.mt-1,.my-1{margin-top:.25rem!important}.ma-1,.mb-1,.my-1{margin-bottom:.25rem!important}.ma-1,.mr-1,.mx-1{margin-right:.25rem!important}.ma-1,.ml-1,.mx-1{margin-left:.25rem!important}.ma-2,.mt-2,.my-2{margin-top:.5rem!important}.ma-2,.mb-2,.my-2{margin-bottom:.5rem!important}.ma-2,.mr-2,.mx-2{margin-right:.5rem!important}.ma-2,.ml-2,.mx-2{margin-left:.5rem!important}.ma-3,.mt-3,.my-3{margin-top:1rem!important}.ma-3,.mb-3,.my-3{margin-bottom:1rem!important}.ma-3,.mr-3,.mx-3{margin-right:1rem!important}.ma-3,.ml-3,.mx-3{margin-left:1rem!important}.ma-4,.mt-4,.my-4{margin-top:1.5rem!important}.ma-4,.mb-4,.my-4{margin-bottom:1.5rem!important}.ma-4,.mr-4,.mx-4{margin-right:1.5rem!important}.ma-4,.ml-4,.mx-4{margin-left:1.5rem!important}.ma-5,.mt-5,.my-5{margin-top:3rem!important}.ma-5,.mb-5,.my-5{margin-bottom:3rem!important}.ma-5,.mr-5,.mx-5{margin-right:3rem!important}.ma-5,.ml-5,.mx-5{margin-left:3rem!important}.ma-auto,.mt-auto,.my-auto{margin-top:auto!important}.ma-auto,.mr-auto,.mx-auto{margin-right:auto!important}.ma-auto,.mb-auto,.my-auto{margin-bottom:auto!important}.ma-auto,.ml-auto,.mx-auto{margin-left:auto!important}.pa-0,.pt-0,.py-0{padding-top:0!important}.pa-0,.pb-0,.py-0{padding-bottom:0!important}.pa-0,.pr-0,.px-0{padding-right:0!important}.pa-0,.pl-0,.px-0{padding-left:0!important}.pa-1,.pt-1,.py-1{padding-top:.25rem!important}.pa-1,.pb-1,.py-1{padding-bottom:.25rem!important}.pa-1,.pr-1,.px-1{padding-right:.25rem!important}.pa-1,.pl-1,.px-1{padding-left:.25rem!important}.pa-2,.pt-2,.py-2{padding-top:.5rem!important}.pa-2,.pb-2,.py-2{padding-bottom:.5rem!important}.pa-2,.pr-2,.px-2{padding-right:.5rem!important}.pa-2,.pl-2,.px-2{padding-left:.5rem!important}.pa-3,.pt-3,.py-3{padding-top:1rem!important}.pa-3,.pb-3,.py-3{padding-bottom:1rem!important}.pa-3,.pr-3,.px-3{padding-right:1rem!important}.pa-3,.pl-3,.px-3{padding-left:1rem!important}.pa-4,.pt-4,.py-4{padding-top:1.5rem!important}.pa-4,.pb-4,.py-4{padding-bottom:1.5rem!important}.pa-4,.pr-4,.px-4{padding-right:1.5rem!important}.pa-4,.pl-4,.px-4{padding-left:1.5rem!important}.pa-5,.pt-5,.py-5{padding-top:3rem!important}.pa-5,.pb-5,.py-5{padding-bottom:3rem!important}.pa-5,.pr-5,.px-5{padding-right:3rem!important}.pa-5,.pl-5,.px-5{padding-left:3rem!important}.pa-auto,.pt-auto,.py-auto{padding-top:auto!important}.pa-auto,.pr-auto,.px-auto{padding-right:auto!important}.pa-auto,.pb-auto,.py-auto{padding-bottom:auto!important}.pa-auto,.pl-auto,.px-auto{padding-left:auto!important}.layout{flex:1 1 100%;margin:auto;padding:1.5rem;width:100%}@media only screen and (min-width:768px){.layout{max-width:720px}}@media only screen and (min-width:992px){.layout{max-width:930px}}@media only screen and (min-width:1200px){.layout{max-width:1125px}}@media only screen and (max-width:767px){.layout{padding:1rem}}.layout.fluid{box-sizing:border-box;max-width:100%}.layout.fill-height{align-items:center;display:flex;height:100%}.layout.fill-height>.row{flex:1 1 auto;height:100%}.layout.gutter--xs{padding:.125rem}.layout.gutter--xs .row:only-child{margin:-.0625rem}.layout.gutter--xs .row:not(:only-child){margin:auto -.0625rem}.layout.gutter--xs :not(:only-child) .row:first-child{margin-top:-.0625rem}.layout.gutter--xs :not(:only-child) .row:last-child{margin-bottom:-.0625rem}.layout.gutter--xs .row .flex{padding:.0625rem}.layout.gutter--sm{padding:.25rem}.layout.gutter--sm .row:only-child{margin:-.125rem}.layout.gutter--sm .row:not(:only-child){margin:auto -.125rem}.layout.gutter--sm :not(:only-child) .row:first-child{margin-top:-.125rem}.layout.gutter--sm :not(:only-child) .row:last-child{margin-bottom:-.125rem}.layout.gutter--sm .row .flex{padding:.125rem}.layout.gutter--md{padding:.5rem}.layout.gutter--md .row:only-child{margin:-.25rem}.layout.gutter--md .row:not(:only-child){margin:auto -.25rem}.layout.gutter--md :not(:only-child) .row:first-child{margin-top:-.25rem}.layout.gutter--md :not(:only-child) .row:last-child{margin-bottom:-.25rem}.layout.gutter--md .row .flex{padding:.25rem}.layout.gutter--lg{padding:1rem}.layout.gutter--lg .row:only-child{margin:-.5rem}.layout.gutter--lg .row:not(:only-child){margin:auto -.5rem}.layout.gutter--lg :not(:only-child) .row:first-child{margin-top:-.5rem}.layout.gutter--lg :not(:only-child) .row:last-child{margin-bottom:-.5rem}.layout.gutter--lg .row .flex{padding:.5rem}.layout.gutter--xl{padding:1.5rem}.layout.gutter--xl .row:only-child{margin:-.75rem}.layout.gutter--xl .row:not(:only-child){margin:auto -.75rem}.layout.gutter--xl :not(:only-child) .row:first-child{margin-top:-.75rem}.layout.gutter--xl :not(:only-child) .row:last-child{margin-bottom:-.75rem}.layout.gutter--xl .row .flex{padding:.75rem}.row{display:flex;flex:1 1 auto;flex-wrap:wrap;min-width:0}.row.row{flex-direction:row}.row.row.reverse{flex-direction:row-reverse}.row.column{flex-direction:column}.row.column.reverse{flex-direction:column-reverse}.row.column>.flex{max-width:100%}.row.no-wrap{flex-wrap:nowrap}.flex-center{align-items:center;display:flex;justify-content:center}.flex>*{flex:1 1 auto}@media (min-width:0){.flex.xs1{flex-basis:8.33333%;flex-grow:0;max-width:8.33333%}.flex.order--xs1{order:1}.flex.offset--xs1{margin-left:8.33333%}.flex.xs2{flex-basis:16.66667%;flex-grow:0;max-width:16.66667%}.flex.order--xs2{order:2}.flex.offset--xs2{margin-left:16.66667%}.flex.xs3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order--xs3{order:3}.flex.offset--xs3{margin-left:25%}.flex.xs4{flex-basis:33.33333%;flex-grow:0;max-width:33.33333%}.flex.order--xs4{order:4}.flex.offset--xs4{margin-left:33.33333%}.flex.xs5{flex-basis:41.66667%;flex-grow:0;max-width:41.66667%}.flex.order--xs5{order:5}.flex.offset--xs5{margin-left:41.66667%}.flex.xs6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order--xs6{order:6}.flex.offset--xs6{margin-left:50%}.flex.xs7{flex-basis:58.33333%;flex-grow:0;max-width:58.33333%}.flex.order--xs7{order:7}.flex.offset--xs7{margin-left:58.33333%}.flex.xs8{flex-basis:66.66667%;flex-grow:0;max-width:66.66667%}.flex.order--xs8{order:8}.flex.offset--xs8{margin-left:66.66667%}.flex.xs9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order--xs9{order:9}.flex.offset--xs9{margin-left:75%}.flex.xs10{flex-basis:83.33333%;flex-grow:0;max-width:83.33333%}.flex.order--xs10{order:10}.flex.offset--xs10{margin-left:83.33333%}.flex.xs11{flex-basis:91.66667%;flex-grow:0;max-width:91.66667%}.flex.order--xs11{order:11}.flex.offset--xs11{margin-left:91.66667%}.flex.xs12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order--xs12{order:12}.flex.offset--xs12{margin-left:100%}}@media (min-width:576px){.flex.sm1{flex-basis:8.33333%;flex-grow:0;max-width:8.33333%}.flex.order--sm1{order:1}.flex.offset--sm1{margin-left:8.33333%}.flex.sm2{flex-basis:16.66667%;flex-grow:0;max-width:16.66667%}.flex.order--sm2{order:2}.flex.offset--sm2{margin-left:16.66667%}.flex.sm3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order--sm3{order:3}.flex.offset--sm3{margin-left:25%}.flex.sm4{flex-basis:33.33333%;flex-grow:0;max-width:33.33333%}.flex.order--sm4{order:4}.flex.offset--sm4{margin-left:33.33333%}.flex.sm5{flex-basis:41.66667%;flex-grow:0;max-width:41.66667%}.flex.order--sm5{order:5}.flex.offset--sm5{margin-left:41.66667%}.flex.sm6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order--sm6{order:6}.flex.offset--sm6{margin-left:50%}.flex.sm7{flex-basis:58.33333%;flex-grow:0;max-width:58.33333%}.flex.order--sm7{order:7}.flex.offset--sm7{margin-left:58.33333%}.flex.sm8{flex-basis:66.66667%;flex-grow:0;max-width:66.66667%}.flex.order--sm8{order:8}.flex.offset--sm8{margin-left:66.66667%}.flex.sm9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order--sm9{order:9}.flex.offset--sm9{margin-left:75%}.flex.sm10{flex-basis:83.33333%;flex-grow:0;max-width:83.33333%}.flex.order--sm10{order:10}.flex.offset--sm10{margin-left:83.33333%}.flex.sm11{flex-basis:91.66667%;flex-grow:0;max-width:91.66667%}.flex.order--sm11{order:11}.flex.offset--sm11{margin-left:91.66667%}.flex.sm12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order--sm12{order:12}.flex.offset--sm12{margin-left:100%}}@media (min-width:768px){.flex.md1{flex-basis:8.33333%;flex-grow:0;max-width:8.33333%}.flex.order--md1{order:1}.flex.offset--md1{margin-left:8.33333%}.flex.md2{flex-basis:16.66667%;flex-grow:0;max-width:16.66667%}.flex.order--md2{order:2}.flex.offset--md2{margin-left:16.66667%}.flex.md3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order--md3{order:3}.flex.offset--md3{margin-left:25%}.flex.md4{flex-basis:33.33333%;flex-grow:0;max-width:33.33333%}.flex.order--md4{order:4}.flex.offset--md4{margin-left:33.33333%}.flex.md5{flex-basis:41.66667%;flex-grow:0;max-width:41.66667%}.flex.order--md5{order:5}.flex.offset--md5{margin-left:41.66667%}.flex.md6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order--md6{order:6}.flex.offset--md6{margin-left:50%}.flex.md7{flex-basis:58.33333%;flex-grow:0;max-width:58.33333%}.flex.order--md7{order:7}.flex.offset--md7{margin-left:58.33333%}.flex.md8{flex-basis:66.66667%;flex-grow:0;max-width:66.66667%}.flex.order--md8{order:8}.flex.offset--md8{margin-left:66.66667%}.flex.md9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order--md9{order:9}.flex.offset--md9{margin-left:75%}.flex.md10{flex-basis:83.33333%;flex-grow:0;max-width:83.33333%}.flex.order--md10{order:10}.flex.offset--md10{margin-left:83.33333%}.flex.md11{flex-basis:91.66667%;flex-grow:0;max-width:91.66667%}.flex.order--md11{order:11}.flex.offset--md11{margin-left:91.66667%}.flex.md12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order--md12{order:12}.flex.offset--md12{margin-left:100%}}@media (min-width:992px){.flex.lg1{flex-basis:8.33333%;flex-grow:0;max-width:8.33333%}.flex.order--lg1{order:1}.flex.offset--lg1{margin-left:8.33333%}.flex.lg2{flex-basis:16.66667%;flex-grow:0;max-width:16.66667%}.flex.order--lg2{order:2}.flex.offset--lg2{margin-left:16.66667%}.flex.lg3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order--lg3{order:3}.flex.offset--lg3{margin-left:25%}.flex.lg4{flex-basis:33.33333%;flex-grow:0;max-width:33.33333%}.flex.order--lg4{order:4}.flex.offset--lg4{margin-left:33.33333%}.flex.lg5{flex-basis:41.66667%;flex-grow:0;max-width:41.66667%}.flex.order--lg5{order:5}.flex.offset--lg5{margin-left:41.66667%}.flex.lg6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order--lg6{order:6}.flex.offset--lg6{margin-left:50%}.flex.lg7{flex-basis:58.33333%;flex-grow:0;max-width:58.33333%}.flex.order--lg7{order:7}.flex.offset--lg7{margin-left:58.33333%}.flex.lg8{flex-basis:66.66667%;flex-grow:0;max-width:66.66667%}.flex.order--lg8{order:8}.flex.offset--lg8{margin-left:66.66667%}.flex.lg9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order--lg9{order:9}.flex.offset--lg9{margin-left:75%}.flex.lg10{flex-basis:83.33333%;flex-grow:0;max-width:83.33333%}.flex.order--lg10{order:10}.flex.offset--lg10{margin-left:83.33333%}.flex.lg11{flex-basis:91.66667%;flex-grow:0;max-width:91.66667%}.flex.order--lg11{order:11}.flex.offset--lg11{margin-left:91.66667%}.flex.lg12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order--lg12{order:12}.flex.offset--lg12{margin-left:100%}}@media (min-width:1200px){.flex.xl1{flex-basis:8.33333%;flex-grow:0;max-width:8.33333%}.flex.order--xl1{order:1}.flex.offset--xl1{margin-left:8.33333%}.flex.xl2{flex-basis:16.66667%;flex-grow:0;max-width:16.66667%}.flex.order--xl2{order:2}.flex.offset--xl2{margin-left:16.66667%}.flex.xl3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order--xl3{order:3}.flex.offset--xl3{margin-left:25%}.flex.xl4{flex-basis:33.33333%;flex-grow:0;max-width:33.33333%}.flex.order--xl4{order:4}.flex.offset--xl4{margin-left:33.33333%}.flex.xl5{flex-basis:41.66667%;flex-grow:0;max-width:41.66667%}.flex.order--xl5{order:5}.flex.offset--xl5{margin-left:41.66667%}.flex.xl6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order--xl6{order:6}.flex.offset--xl6{margin-left:50%}.flex.xl7{flex-basis:58.33333%;flex-grow:0;max-width:58.33333%}.flex.order--xl7{order:7}.flex.offset--xl7{margin-left:58.33333%}.flex.xl8{flex-basis:66.66667%;flex-grow:0;max-width:66.66667%}.flex.order--xl8{order:8}.flex.offset--xl8{margin-left:66.66667%}.flex.xl9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order--xl9{order:9}.flex.offset--xl9{margin-left:75%}.flex.xl10{flex-basis:83.33333%;flex-grow:0;max-width:83.33333%}.flex.order--xl10{order:10}.flex.offset--xl10{margin-left:83.33333%}.flex.xl11{flex-basis:91.66667%;flex-grow:0;max-width:91.66667%}.flex.order--xl11{order:11}.flex.offset--xl11{margin-left:91.66667%}.flex.xl12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order--xl12{order:12}.flex.offset--xl12{margin-left:100%}}.flex-nowrap{flex-wrap:nowrap}.align--start{align-items:flex-start}.align--end{align-items:flex-end}.align--center{align-items:center}.align--baseline{align-items:baseline}.align-self--start{align-self:flex-start}.align-self--end{align-self:flex-end}.align-self--center{align-self:center}.align-self--baseline{align-self:baseline}.align-content--start{align-content:flex-start}.align-content--end{align-content:flex-end}.align-content--center{align-content:center}.align-content--space-between{align-content:space-between}.align-content--space-around{align-content:space-around}.justify--start{justify-content:flex-start}.justify--end{justify-content:flex-end}.justify--center{justify-content:center}.justify--space-around{justify-content:space-around}.justify--space-between{justify-content:space-between}.justify--space-evenly{justify-content:space-evenly}.justify-self--start{justify-self:flex-start}.justify-self--end{justify-self:flex-end}.justify-self--center{justify-self:center}.justify-self--baseline{justify-self:baseline}.grow,.spacer{flex-grow:1!important}.grow{flex-shrink:0!important}.shrink{flex-grow:0!important;flex-shrink:1!important}.overflow--hidden{overflow:hidden!important}.overflow--visible{overflow:visible!important}.overflow-y{overflow-y:auto}.overflow-x{overflow-x:auto}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.fill-height{height:100%}.ellipsis,.no-wrap{white-space:nowrap}.ellipsis{overflow:hidden;text-overflow:ellipsis}:root{--va-gray-light:#acb5be;--va-light-gray:#eee;--va-light-gray2:#eff4f5;--va-light-gray3:#f5f8f9;--va-lighter-gray:#ddd;--va-charcoal:#555;--va-darkest-gray:#333;--va-almost-black:#161616;--va-hover-black:#222;--va-vue-green:#4ae387;--va-vue-light-green:#dbf9e8;--va-light-green:#c8f9c5;--va-lighter-green:#d6ffd3;--va-light-blue:#dcf1ff;--va-light-yellow:#fff1c8;--va-light-pink:#ffcece;--va-vue-darkest-blue:#34495e;--va-vue-turquoise:#dbf9e7;--va-white:#fff;--va-theme-danger:#e34b4a;--va-theme-warning:#ffc200;--va-theme-red:#e34a4a;--va-theme-orange:#f7cc36;--va-theme-blue:#4ab2e3;--va-theme-blue-dark:#2c82e0;--va-theme-violet:#db76df;--va-theme-pale:#d9d9d9;--va-primary:var(--va-vue-green);--va-danger:var(--va-theme-red);--va-warning:var(--va-theme-orange);--va-info:var(--va-theme-blue);--va-success:var(--va-vue-green);--va-secondary:#babfc2;--va-dark-gray:#282828;--va-gray:#adb3b9;--va-default-gray:#8396a5;--va-dark-blue:#0e4ac4;--va-text-gray:#b4b4b4;--va-markdown-code:#d7234e;--va-prism-background:#f4f8fa;--va-separator-color:#e6e9ec;--va-border:0;--va-font-family:"Source Sans Pro",sans-serif;--va-letter-spacing:.0375rem;--va-background-color:#fff;--va-swing-transition:.3s cubic-bezier(.25,.8,.5,1);--va-block-border-radius:.375rem;--va-block-border:thin solid rgba(52,56,85,.25);--va-block-box-shadow:0 2px 3px 0 rgba(52,56,85,.25);--va-control-box-shadow:none;--va-control-border:0;--va-transition:.2s cubic-bezier(.4,0,.6,1);--va-outline-border-width:.125rem;--va-outline-box-shadow:none;--va-square-border-radius:.25rem;--va-form-padding:1.25rem;--va-form-border-radius:.125rem;--va-text-selected:#b3d4fc;--va-text-highlighted:#fff3d1;--va-link-color:var(--va-primary);--va-link-color-secondary:var(--va-secondary);--va-link-color-hover:var(--va-primary);--va-link-color-active:var(--va-primary);--va-link-color-visited:var(--va-primary);--va-muted:#7f828b;--va-li-background:var(--va-theme-blue-dark);--va-text-block:var(--va-light-gray3);--va-stripe-border-size:.25rem;--va-box-shadow:0 .25rem .5rem 0 rgba(59,63,73,.15)}body{font-family:Ubuntu,sans-serif!important}b{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:17px;color:#000}button,.btn{border-radius:4px;font-style:normal;font-family:Ubuntu,sans-serif;font-weight:400;font-size:16px}.btn-large{width:100%;height:48px}.btn-light{background:#f0f0f0;border-radius:4px}.btn-purple{background:#383274;color:#fff}.btn-orange{background:#ff4f22;color:#fff}.custom-orange{background:#c04b2d;border-radius:4px;color:#fff}.btn-brown{background:#8e3d29;color:#fff}.btn-dgrey{background:#8a8a8a!important;border-radius:4px;color:#fff!important}.btn-danger{background:#a81414}.btn-act{background:#1a8b1f;color:#fff}td a{text-transform:capitalize}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-radius:4px!important}.orangetxt{color:#c04b2d}.page-inner .btn-success{color:#fff;background-color:#1a8b1f!important;border-color:#1a8b1f!important}.header_section .btn{padding:8px 23px}.search_section input,.search_section select{background:#fff!important;border:1px solid #8A8A8A!important;border-radius:3px!important}.search_section input{padding:.375rem .75rem!important}.dp__input_icon{left:unset!important;right:0!important}.search_section .multiselect{border:medium none!important}.search_section select,.search_section .multiselect .multiselect-search{padding:.5rem .75rem!important}.table td,.table th{border-bottom:medium none!important;border-color:#d9d9d9!important}.table thead th{border-top:medium none}.ov-h{overflow:hidden}.bd-right{border-right:1px solid #D9D9D9}.bd-top{border-top:1px solid #D9D9D9}.bd-b{border-bottom:1px solid #D9D9D9;padding-top:20px;padding-bottom:20px}.bt-b{border-top:1px solid #D9D9D9;padding-top:20px;padding-bottom:20px}.no-padding{padding:0!important}.pad-lr-0{padding-left:0!important;padding-right:0!important}.pad-l-0{padding-left:0!important}.pad-r-0{padding-right:0!important}.padd-30{padding:30px}.pad-rl{padding-left:45px;padding-right:30px}.pr-3{padding-right:30px}.pl-3{padding-left:30px}.pl-4{padding-left:40px}.pt-0{padding-top:0!important}.pr-2r{padding-right:2.188rem}.pl-2r{padding-left:2.188rem}.pl-3r{padding-left:3.1rem}.pbt-1r{padding-top:1.875rem;padding-bottom:1.875rem}.cond-btn{position:relative;display:block}a{color:#383274!important;font-weight:400!important}.va-card{font-family:Ubuntu,sans-serif!important;font-style:normal;font-weight:300;font-size:15px;line-height:17px;color:#000!important}.layout{padding-right:0!important;padding-bottom:0!important}hr{margin:0!important}.ml-2r{margin-left:2rem!important}#main_page.page-inner .va-card{height:100hv!important}.w-80{max-width:80%}.w-50{max-width:50%}.orange_link{color:#c04b2d!important;font-weight:400;font-size:13px!important;line-height:15px}.log-card{padding:1rem 3rem 2rem;background-color:#fff;border-radius:5px;box-shadow:0 3px 14px #00000026;color:#666;display:block;font-family:Ubuntu,sans-serif;overflow:visible;position:relative}.log-card label{font-weight:300!important;font-size:15px;line-height:17px;color:#666;margin-bottom:.625rem}.log-card .auth-layout__options{margin-top:2rem}.log-card span.tl-log,span.reset-tx{padding-bottom:.75rem;display:block}.log-card span.tl-log{font-weight:500;font-size:16px;line-height:18px;color:#333}.log-card span.reset-tx{font-style:normal;font-weight:300;font-size:16px;line-height:18px;color:#333}span.reset-tx a.link{font-weight:500}.log-card input{height:45px;border:1px solid #8A8A8A;border-radius:3px;font-weight:300;font-size:15px;line-height:17px;display:flex;align-items:center;color:#333}.log-card .btn{font-weight:400;font-size:16px;line-height:18px}.res-navbar nav.va-navbar{height:3.8rem!important;background:#f0f0f0!important;box-shadow:0 0 5px #00000040!important}.St-menu{margin-top:20px}.St-menu .btn-filter span{font-weight:300;font-size:14px;line-height:16px;text-align:center;color:#000;padding:0}.St-menu .btn-filter{position:relative;padding-bottom:8px}.St-menu .active.btn-filter{border:medium none!important;color:#000;border-radius:0!important}.St-menu .active.btn-filter span{font-weight:400;font-size:14px;line-height:16px;text-align:center;color:#000}.St-menu .active.btn-filter:after{content:" ";background:#ff4f22;border-radius:2px;position:absolute;height:4px;left:.9rem;right:.9rem;bottom:-2px;border:none}.p-form{padding-left:1.5rem;margin-bottom:1.875rem}.p-form .multiselect{padding:.875rem 1.2rem}.p-form label{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:300!important;font-size:15px;line-height:17px;color:#666;margin-bottom:.625rem}.p-form .multiselect-single-label-text{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:300;font-size:15px;line-height:17px;display:flex;align-items:center;color:#8a8a8a}.p-form .multiselect-single-label{padding-right:0!important}.p-form .multiselect-clear{display:none}.p-form .multiselect-caret{margin:0!important}.menu_item_header{margin-bottom:1px}.va-sidebar{width:13.8rem!important}.va-sidebar__item{background-position:50% 50%;background-image:radial-gradient(circle,#ff4f2233,#ff4f2233);background-repeat:no-repeat;transition:background-size .5s,color .5s;background-size:0% 100%;font-family:var(--va-font-family)}.va-sidebar__item:hover{background-size:100% 100%;color:#fff;background-color:transparent!important}.va-sidebar-item--active .va-sidebar-item-title{color:#fff}a.toppings{color:#383274!important}.toppingsModal.modal{top:20rem}.toppingsModal .modal-dialog{max-width:400px!important;margin:1.75rem auto}.toppingsModal .modal-content{border-radius:0!important;padding:40px}.toppingsModal li{font-weight:400;font-size:14px;line-height:24px;color:#000}.toppingsModal h6{font-weight:500;margin-bottom:1rem}.layout{overflow-x:hidden;padding-left:1.8rem}.va-card{box-shadow:none!important;background:#fff;border-width:1px 0px 0px 1px;border-style:solid;border-color:#d9d9d9;border-radius:10px 0 0}.menu_header{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:300;font-size:24px;line-height:28px;color:#ff4f22}.search{width:100%}.has-search .form-control-feedback{position:absolute;z-index:2;display:block;width:2.375rem;height:2.375rem;line-height:2.375rem;text-align:center;pointer-events:none;color:#aaa;right:18px}.create_items_section label{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400!important;font-size:15px;line-height:17px;color:#666;margin-bottom:10px}h2.section-title{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:16px;color:#000;margin-bottom:32px}label.semi{font-weight:400!important;font-size:15px!important;line-height:16px!important;color:#333!important}.create_items_section .form-control,.create_items_section .multiselect,.tox-tinymce{background:#fff;border:1px solid #8A8A8A!important;border-radius:3px!important}.radio-inline{display:inline-block;margin:0 15px 0 0;position:relative}.radio-inline:first-child{margin-left:0}.radio-inline label{position:relative;cursor:pointer;margin-left:5px}.filters{padding:1rem 4rem}.btn-filter{border:medium none!important;background:transparent!important;padding:0 20px}.filters .btn-filter:first-child{padding-left:0}.btn-filter i{font-size:1.1rem!important}.btn-filter span{padding-left:8px;font-weight:400;font-size:13px;line-height:15px;color:#333}.wrap-dash{margin-top:30px}.multiselect.dash_summary_form{background:#f0f0f0;border-radius:5px;border:medium none!important;font-weight:400;font-size:13px!important;line-height:15px;color:#000;padding:5px 10px!important;min-height:auto!important}.graph-summary .multiselect.dash_summary_form,.graph-summary .dash_summary_form .dp__input{background:#e5d4d1}.multiselect.dash_summary_form .multiselect-search{height:100%;background:transparent!important}.multiselect.dash_summary_form .multiselect-placeholder{color:#000!important;padding-right:0!important}.multiselect.dash_summary_form .multiselect-caret{background-color:#000!important}.dash_summary_form .dp__input{background:#f0f0f0;border-radius:5px;border:medium none!important;font-weight:400;font-size:13px!important;line-height:15px;color:#000;padding:5px 10px!important;min-height:1.8rem!important}.dash_summary_form .dp__input_icon{display:none}.graph-summary .header_section .btn{padding:0 20px;height:32px;border:medium none!important}.graph-summary .summary_header{margin-bottom:7px;font-weight:300;font-size:11px;line-height:13px;color:#000;text-transform:uppercase}.current-p .amnt{font-weight:700;font-size:21px;line-height:24px;color:#323047}.prev-p .amnt{font-weight:700;font-size:21px;line-height:24px;color:#8a8a8a}.current-p span,.prev-p span{margin-top:11px;font-weight:300;font-size:11px;line-height:13px;color:#000}.pop .btn-sm{padding:5px 10px!important;max-height:25px;font-weight:400;font-size:13px;line-height:13px;color:#000}.pop thead th{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:700;font-size:13px!important;line-height:15px;color:#000}.pop .table_section .table td,.pop .table_section .table th{vertical-align:middle!important}.pop .table{margin-bottom:0!important}.channel-data{margin-top:-4rem}.channel-data div{background:transparent!important}.cardbox-graph .card-body svg rect{fill:transparent!important}.cardbox-graph .card-body svg g rect{fill:inherit!important}.channel-data svg,.channel-data rect{width:350px!important;fill:transparent!important}.title_text{font-weight:500!important;font-size:13px;line-height:15px;color:#383274}.dp__clear_icon{display:none!important}.header_section.wrapper_search{position:relative;z-index:15}.dp__input_wrap .dp__input_icon_pad{padding-left:10px!important}.wrapper_header{padding:30px 30px 30px 35px}.dash_header_text{display:inline-block;position:relative}.more-link{position:relative;display:block;overflow:hidden}.dash_header_text h2{font-family:Ubuntu,sans-serif;font-weight:500;font-size:24px;line-height:28px;color:#ff4f22}.increase_change{color:#1a8b1f!important}.decrease_change{color:#a81414!important}.rating_desc .small_desc_text{color:#8a8a8a;font-weight:400;font-size:12px;line-height:14px}.customer_review .greay_header{color:#000!important}.store_wrapper_content{padding:20px 0}.avarage_ratings_box{border:1px solid #D9D9D9;border-radius:5px;padding:20px;text-align:center;background-color:#fcf2ef}.review_ratings{color:#000!important;font-weight:500px;font-size:24px;line-height:28px}.reviews_desc_text{font-weight:700;font-size:21px;line-height:24px;color:#323047}.previos_period{border-bottom:2px solid #C04B2D;width:15px;display:inline-block}.current_period{border-bottom:2px solid #383274;width:15px;display:inline-block}.previos_period{border-style:dotted;width:16px}.chartjs-render-monitor{padding:10px 40px 10px 47px}.t-wrap{position:relative;display:block;overflow:hidden}.back-btn{margin-top:25px;display:inline-block;position:relative}.back-btn span{font-weight:700;font-size:18px;line-height:21px;color:#000;margin-left:20px}.back-btn a i{color:#868686;font-size:22px;background:#f5f5f5;border:1px solid #CCCCCC;border-radius:4px;padding:6px}.selected-cat{position:relative;display:inline-block;margin:10px 0;padding:0}.selected-cat li{background:#eeddd9;border-radius:5px;display:inline-block;font-weight:400;font-size:14px;line-height:16px;color:#333;padding:7px 15px;margin:0 5px}.selected-cat li:first-child{margin-left:0}.modifier_items-block{background:#f0f0f0;border-radius:5px}.right-btnGroup{position:relative;display:inline-block}.right-btnGroup h1{font-family:Ubuntu,sans-serif;font-weight:400;font-size:16px;line-height:18px;color:#000;float:left;padding:12px 18px;border-right:1px solid #D9D9D9;margin-right:21px}td.td-price{font-weight:400!important;font-size:13px;line-height:15px;color:#000!important}.storeList a{font-weight:400;font-size:13px;line-height:15px}.storeList .btn,.table .btn{padding:.25rem .5rem!important}label.b-label{font-weight:700!important;font-size:15px;line-height:17px;color:#333!important}.operating_hours span{color:#333!important;line-height:34px}.manage_store_right .table td,.manage_store_right .table th{border:medium none;padding-top:20px}.manage_store_right .text-wrap{line-height:20px;display:block}.manage_store_right .text-wrap span{display:block}.manage-btn{position:relative;display:block;margin-bottom:1rem}.manage-wrapper{margin-bottom:1rem}.manage-wrapper,.manage_store_right tr{position:relative;border-bottom:1px solid #D9D9D9}.manage-wrapper:last-child{border:medium none!important}.Vstatus{padding:30px 0}.Vstatus span.orangetxt{color:#c04b2d}.Vstatus{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:18px;color:#333}.Vstatus strong{font-weight:700;color:#333}.Vdetails{padding:20px 15px}.Odetails{padding:30px 25px}.Odetails h2,.Vdetails h2{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:16px;color:#000}.Odetails li{padding-top:15px}.Vdetails ul{padding-top:15px;position:relative;display:block;overflow:hidden;width:50%;margin:0}.Vdetails li{width:50%;padding-top:15px}.Vdetails li:nth-child(odd){float:left}.Vdetails li:nth-child(2n){float:right}.related_items h4{margin-bottom:.5rem}.related_items h4 b{font-weight:700;font-size:13px;line-height:15px;color:#333}.related_items p{font-weight:400;font-size:12px;line-height:14px;color:#333}.settings .table tr{border:medium none!important}.setting_header{padding-bottom:1rem;border-bottom:1px solid #D9D9D9}.setting_header h2{font-weight:700;font-size:14px;line-height:16px;color:#000;font-family:Ubuntu,sans-serif!important}.amount{padding:.7rem 0 1rem}.has-search .form-control{padding-left:2.375rem}.cardbox{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;padding:0;background:#fff;margin:0;border:medium none}.cardbox-graph{background:#fff7f5;border:1px solid #F0F0F0;border-radius:5px;box-shadow:none!important}.dropdown-menu:before{border-bottom:9px solid rgba(0,0,0,.2);border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);content:"";display:inline-block;left:5%;position:absolute;top:-8px}.dropdown-menu:after{border-bottom:8px solid #FFFFFF;border-left:9px solid rgba(0,0,0,0);border-right:9px solid rgba(0,0,0,0);content:"";display:inline-block;left:5%;position:absolute;top:-7px}.order_modal.right .modal-dialog{position:fixed;margin:auto;width:70%;height:100%;-webkit-transform:translate3d(0%,0,0);-ms-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);transform:translateZ(0)}.order_modal.right .modal-content{height:100%;overflow-y:auto}.order_modal.right .modal-body{padding:0}.logo{width:auto;max-width:100%;max-height:36px;height:auto}.table-hover .modal-body{padding:1.5rem}.order_modal.right .modal-body .sec{padding:30px}.customer-D span{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#333;padding-bottom:5px}.customer-D span strong{font-weight:700}.sec .order-table td{border:medium none!important;padding:15px 0}.payment-D span{display:inline-block}.payment-D span.right{margin-left:30%}.p-title{font-family:Ubuntu,sans-serif;font-weight:700;font-size:14px;line-height:16px;color:#333;margin-right:15px}.indent{margin:7px 15px}.indent_children,.indent li{padding:0 0 7px;color:#333;font-style:normal;font-weight:400;font-size:13px;line-height:15px}.indent_children,.indent li b{font-weight:700}.indent_children{margin:7px 0}.review_table .table th,.review_table .table td{padding-top:22px!important;padding-bottom:22px!important;padding-left:30px;padding-right:40px;vertical-align:middle}.review_table .modal-footer,#new_question .modal-footer{padding:0 0 .75rem!important;justify-content:flex-start!important}.review_table .modal-footer .btn,#new_question .modal-footer .btn{padding:7px 20px!important;border:medium none!important}.order_modal.right .modal-dialog{right:-320px;-webkit-transition:opacity .3s linear,right .3s ease-out;-moz-transition:opacity .3s linear,right .3s ease-out;-o-transition:opacity .3s linear,right .3s ease-out;transition:opacity .3s linear,right .3s ease-out}.order_modal.right .modal-dialog{right:0}h4.c-title{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:16px;color:#000;margin-bottom:20px}.modal-content{border-radius:5px;border:none;font-family:Ubuntu,sans-serif!important}.right .modal-content{border-radius:0!important}.modal-header{padding:20px 30px}#new_question .modal-header,.review_table .modal-header,#autoreply .modal-header{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:21px;color:#ff4f22}#new_question .modal-footer,.review_table .modal-footer{border:medium none!important}.review_table form,#new_question form,#autoreply form{padding:20px 70px}.review_table form .modal-body,#new_question form .modal-body{padding:0!important}.review_table form .control-label,#new_question form .control-label,#autoreply .form-group label{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500!important;font-size:15px;line-height:17px;color:#414141}span.Cname{font-weight:500;font-size:18px;line-height:21px;color:#ff4f22;margin-left:1rem}.customer_details,.order_review,.items_review{padding:25px 30px}.topB{position:relative;display:block;overflow:hidden;padding-bottom:1.7rem}.pcent{font-weight:500;font-size:24px;line-height:28px;text-align:center;color:#000}.av{font-weight:400;font-size:12px;line-height:14px;color:#8a8a8a}.review_questions h3{font-weight:500;font-size:16px;line-height:18px;color:#000;margin-bottom:22px}.order_modal_header .close{width:50px;margin-top:0;margin-right:-15px;font-size:2rem;border-left:1px solid #ccc;color:#fff;padding:0!important}.order_modal_header button.close{cursor:pointer;background:transparent;border:0;border-left-color:currentcolor;border-left-style:none;border-left-width:0px;-webkit-appearance:none}.button_close{float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #ffffff;opacity:1!important}.order_modal_header h3{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:21px;color:#c04b2d;float:left}.order_modal_header .modal-title b{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500!important;font-size:18px!important;line-height:21px;margin-left:10px;color:#ff4f22}.order_modal_header{padding:22px 30px;text-align:left;background:#383274;border-radius:0;display:inline-block;position:relative}.btn_voucher{background-color:#14141444}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.review_event{display:grid;grid-template-columns:16px 1fr;column-gap:16px;grid-column:1 / 3}.review_date h2{color:#383274;font-weight:500;font-size:13px;line-height:15px}.review_description{font-weight:300;font-size:12px;line-height:14px}.review_date>h2,.review_description>p{margin:0}.knob{grid-column:1 / 2;align-self:center;width:100%;aspect-ratio:1 / 1;z-index:1;background:#4c4c4c;border-radius:50%}.review_date,.review_description{grid-column:2 / 3;align-self:center}.review_star_rate{color:#000}.five_star_rate{color:#f47500;font-size:12px}.star{display:inline-block;cursor:pointer}.rating.list{margin:0 0 5px;padding:0;list-style-type:none}.rating{font-size:12px;color:#a7a8a8}.create_list :hover{color:#f3d23e}.cust_review{padding:20px;border-bottom:1px solid #E5E5E5}.pos_content_body,.manage_store{border:medium none;border-radius:5px;padding:20px;margin:5px;background-color:#f0f0f0}.multiselect-option.is-selected{background:#ff4f22!important}.badge_review{padding:10px!important;color:#333!important;font-size:13px;background:#fcf2ef;border:.5px solid #8A8A8A;border-radius:3px;font-weight:500;margin-bottom:1rem}.badge_white{padding:10px!important;color:#333!important;font-size:13px;background:#fff;border:.5px solid #8A8A8A;border-radius:3px;font-weight:500;margin-bottom:1rem}.badge_review small{font-weight:300;font-size:13px;line-height:15px;color:#8a8a8a}.vtooltiptext{width:auto;height:auto;background-color:#000;color:#fff;text-align:justify;border-radius:6px;padding:20px;margin-top:5px;position:absolute;z-index:1}.active{color:#1b8b20}.disabled{color:#a81414}.pending{color:#ec850c}.image_button{margin-top:auto}.image_content{display:flex;flex-flow:column wrap;height:240px;width:370px;padding-left:24px;box-sizing:border-box}.img_preview{width:240px;height:240px;display:flex;justify-content:center;opacity:1}.image_responsive{width:100%;height:auto;object-fit:cover}.auth_login_form{position:fixed;top:50%;left:50%;width:35%;transform:translate(-50%,-50%)}.card_header{border-bottom:1px solid #D9D9D9;margin:15px}.loading-cover{font-family:arial;font-size:24px;margin:25px;width:auto;height:auto;display:flex;justify-content:center;align-items:center}#pesapal_settings,#operating_hours{padding-top:30px}.operating_hours{padding-top:10px}.section_title,.submit_btn_section{margin-top:20px}.section_title{font-size:1.5rem!important;display:flex;justify-content:space-between;align-items:center}#main-loading-cover,#foodie-loading-cover{position:relative}#main-loader,#foodie-loader{display:none;position:absolute;top:50%;left:50%;z-index:10000000;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #FF4F22;width:100px;height:100px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}#foodie-smaller-loader{display:none;position:absolute;top:50%;left:50%;z-index:10000000;border:8px solid #f3f3f3;border-radius:50%;border-top:8px solid #FF4F22;width:50px;height:50px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.image_div{display:flex}.table_section td{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:15px;color:#000}.table_section .title_text{font-weight:400!important}.table_section.Tcustomer .title_text{line-height:16px;font-weight:500!important;font-size:14px!important;text-transform:capitalize!important}.table_section.Tcustomer .greay_header{font-weight:400!important;font-size:13px!important;line-height:15px!important}.table th,.table td{padding-top:10px;padding-bottom:20px}.table-hover tbody tr:hover{color:#212529;background:#fcf2ef}.loader{border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #FF4F22;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.multiselect-tag.is-user{padding:5px 8px;border-radius:22px;background:#ff4f22;margin:3px 3px 8px}.mditem_add_btn{color:#fff;background:#ff4f22}.table_section{overflow-x:auto}#pagination .showItems{display:inline-block}#pagination li{list-style-type:none;display:inline-block;margin-left:10px}.search_content{margin-top:20px}.scrollable_content{padding:5px;height:350px;overflow-y:scroll;overflow-x:hidden;text-align:justify}.mod_scrollable{overflow-y:scroll;overflow-x:hidden;text-align:justify;height:550px}.pos_scrollable_content{padding:5px;height:200px;overflow-y:scroll;overflow-x:hidden;text-align:justify}.scrollable_content::-webkit-scrollbar{width:12px}.scrollable_content::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d}.scrollable_content::-webkit-scrollbar-thumb{background-color:#495057;border-radius:5px}.mod_scrollable::-webkit-scrollbar{width:12px}.mod_scrollable::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d}.mod_scrollable::-webkit-scrollbar-thumb{background-color:#495057;border-radius:5px}.modifier_items{margin-top:35px;margin-bottom:5px;border-bottom:1px solid #E5E5E5}.modifier_items-block{border:1px solid #E5E5E5;padding:25px}.h-p100{height:100%!important}.menu_header{text-transform:capitalize}.rules{margin-bottom:30px}.remove_icon{color:#a81414;cursor:pointer}.modifier_group{padding-top:20px;margin:30px}.Modifier_group_header{text-transform:capitalize;text-align:justify;margin-bottom:20px}.modifier_items{padding:0;margin:0}.rules_header{margin:0 0 16px;font-size:20px;line-height:28px;font-weight:700}label{line-height:30px;font-size:1rem;font-weight:700!important}#period_div{margin-top:20px}.input_error{padding-top:10px;color:#a81414;font-size:12px!important}.add_days_btn{margin-top:15px}.div_remove_btn{padding:5px;float:right;color:#a81414;background-color:transparent;cursor:pointer;margin:2rem auto}.header_section{display:flex;justify-content:space-between;align-items:center;font-size:28px;font-weight:500;margin-bottom:24px}.rHeader{display:flex;justify-content:space-between;align-items:center}.rHeader h3{display:inline-block;position:relative;font-weight:500;font-size:16px;line-height:18px;color:#000;margin:0}.rHeader .filtR{position:relative;display:block;overflow:hidden;font-weight:300;font-size:14px;line-height:18px;text-align:right;color:#000}.btn-blue{background-color:#16659e;color:#fff}.btn-grey{padding:5px 10px;gap:10px;color:#000;background-color:#f0f0f0}.btn-merchant,.btn-white{background:#fff;color:#c04b2d;border-radius:4px}.btn-merchant{border:1px solid #8A8A8A!important}.create_items_section{margin-top:30px}.custon_orange{background-color:#c04b2d!important;color:#fff}.btn_reserveport_orange{background-color:#ff4f22;color:#fff}.review_btn{min-width:96px}.custom_btn{background-color:#d9d9d9;border-radius:5px}.t_btn{font-size:12px;font-weight:500}.pag_links svg{height:30px!important}.search_section{margin-top:40px;margin-bottom:10px}.search_form{display:block;width:25%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.inner_customise_item{background-color:#5f5f5f0d;padding:20px 30px 20px 20px;margin-top:5px;border:1px solid rgb(224,224,224)}.weekDays-selector input{display:none!important}.weekDays-selector input[type=checkbox]+label{display:inline-block;background:#ddd;height:40px;width:70px;line-height:40px;text-align:center;cursor:pointer}.weekDays-selector input[type=checkbox]:checked+label{background:#ff4f22;color:#fff}.switch{position:relative;display:inline-block;width:45px;height:17px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:10px;width:10px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input[type=checkbox]{background:#fff;border:1px solid #8A8A8A;border-radius:4px}input[type=checkbox]:indeterminate,input[type=checkbox]:checked{accent-color:#FF4F22}input:checked+.slider{background-color:#c04b2d}input:focus+.slider{box-shadow:0 0 1px #c04b2d}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}#loader{position:absolute;display:none;left:50%;top:50%;z-index:1;width:120px;height:120px;margin:-76px 0 0 -76px;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #FF4F22;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.setting_form_grp{margin-bottom:21px}.setting_form_grp .control-label{text-align:left;font-family:Ubuntu,sans-serif;font-style:normal;color:#000!important;font-size:13px;line-height:15px}.dash_card_body{padding:1.875rem}.setting_content{padding-top:15px}.setting_header{padding-top:15px;text-transform:uppercase;font-size:1.2em;font-weight:bolder}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-bottom{position:relative;-webkit-animation-name:animatebottom;-webkit-animation-duration:1s;animation-name:animatebottom;animation-duration:1s}@-webkit-keyframes animatebottom{0%{bottom:-100px;opacity:0}to{bottom:0;opacity:1}}@keyframes animatebottom{0%{bottom:-100px;opacity:0}to{bottom:0;opacity:1}}footer{text-align:center}footer span{font-style:normal;font-weight:400;font-size:12px;line-height:14px;color:#8a8a8a}.footer-logo{display:block;overflow:hidden;position:relative;text-align:center;padding:2rem 0 1rem}.footer-logo img{height:24px}.va-sidebar__menu .footer-logo img{height:20px}@media screen and (max-width: 576px){.auth_login_form{position:fixed;top:50%;left:50%;width:90%;transform:translate(-50%,-50%)}}.left_border_sec{border-right:1px solid #D9D9D9;width:100%}.bottom_border_sec{border-bottom:1px solid #D9D9D9}.summary_card{background-color:#fff7f5}.content_wrapper_box{border:1px solid #F0F0F0;border-radius:5px}.wrapper_header{padding:20px 20px 20px 30px}.dash_header_text{font-family:Ubuntu;font-style:normal;font-weight:500;font-size:24px;line-height:28px;color:#ff4f22}.dp__range_start,.dp__range_end,.dp__active_date{background-color:#ff4f22!important}.decrease_change,.increase_change{font-weight:400;font-size:13px;line-height:15px;flex:none;order:1;flex-grow:0}.increase_change{color:#1a8b1f}.decrease_change{color:#a81414}.title_text{color:#383274;font-weight:500;line-height:15px}.small_desc_text{color:#868686;font-weight:300;font-size:12px;line-height:14px}.greay_header{font-weight:300;font-size:11px;line-height:13px;color:#333}.store_wrapper{border-bottom:1px solid #D9D9D9}.lg_sales_desc{font-weight:500;font-size:16px;line-height:18px}.main_section{max-width:66.666667%}.side_section{max-width:33.333333%}.section_row{display:flex;flex:1 1 auto;flex-wrap:wrap;min-width:0}.col_m_6{max-width:50%}.section_content{padding:30px 35px}.orange_link{font-weight:400;font-size:13px;line-height:15px;color:#c04b2d}.avarage_ratings_box{border:1px solid #D9D9D9;border-radius:5px;padding:20px;text-align:center;background-color:#fff7f5}.review_section{padding-top:30px}.review_ratings{color:#000;font-weight:500px;font-size:24px;line-height:28px}.stars_rates,.rating_desc{padding-top:8px}.customer_review,.replies{padding-bottom:30px}.reviews_desc{padding-top:7px}.reviews_desc_text{color:#000;font-weight:700px;font-size:21px;line-height:24px}input[type=radio]:checked{accent-color:#383274}.previos_period,.current_period{width:30px}.add_image_btn_grp{background-color:#f3f3f3;color:#c04b2d;border-radius:2px;border:1px solid #D8D8D8;padding:20px;width:115px;cursor:pointer}.item_btn_add_grp{padding:10px}.btn_plus_icon{text-align:center}.btn_url{padding-top:23px;font-style:normal;font-weight:500;font-size:10px;line-height:11px;text-align:center;text-decoration-line:underline}.item_btn_add_grp .btn_url{padding-top:10px}.previos_period{border-style:dashed}@media (max-width:320px){.side_section,.main_section,.col_sm_12{max-width:100%}}@media (max-width:480px){.side_section,.main_section,.col_sm_12{max-width:100%}}@media (max-width:850px){.side_section,.main_section,.col_sm_12{max-width:100%}}.statusgroup,.btn-group{background:#d9d9d9;border-radius:3px}.b-group{border-radius:3px}.statusgroup .btn,.b-group,.btn-group .btn{background:transparent!important;border-radius:0!important;border:medium none!important;padding:.1rem .5rem!important}.p_item_desc{position:relative;display:block;padding-right:0!important}.p_item_desc h2{font-weight:500;font-size:14px;line-height:16px;color:#333;margin-bottom:6px;display:inline-block}.offer_codes{display:inline-block;width:100%;padding:.5rem 0}.p_remove{float:right;color:#8a8a8a}.offer_codes span{display:inline-block}.disabled_content{pointer-events:none;opacity:.4}.menu_item_list{line-height:16px;border-bottom:1px solid #D9D9D9;padding:1rem 0}.modifier_item_list{line-height:16px;border-top:2px solid #D9D9D9;border-style:dotted;padding:10px}.attached_menu_item_list{line-height:16px;border-top:1px solid #D9D9D9;padding:10px}.offer_date_picker{width:230px;display:inline-block}.discount_input,.discount_type{display:inline-block}.discount_input{width:200px;margin-right:10px}.discount_type{width:90px}.selected_item{background:#f0f0f0;padding:19px}.bogof_option ul,.selected_item ul{list-style-type:none}.bogof_option li,.selected_item li{display:inline;margin-right:10px}.discount_input:disabled,.discount_type:disabled{background:#f0f0f0}.offer_btn_grp{float:right}.strong{font-weight:700}.offer_prices{padding:10px 0}.offer_prices span,.add-mod{font-weight:400;font-size:14px;line-height:16px;color:#333}.strike_text{text-decoration:line-through;font-weight:300!important}.offer_pos_code{margin-left:.2rem;outline:0;border-width:0 0 1px;border-color:#333;max-width:130px}.offer_pos_code_price{outline:0;border-width:0 0 1px;border-color:#333;max-width:82px;padding-bottom:.1rem}.banner_image_section{width:100%;height:300px;background-repeat:no-repeat;background-size:contain}.contain_image_section{width:400px;height:100%;background-repeat:no-repeat;background-size:cover}.tag_sec li{border-radius:20px}.pos_code{color:#333}.item_card{width:100%}.order-modal-lg{max-width:70%}@media only screen and (max-width: 767px){.layout{padding:1rem!important}.va-card{border-width:1px!important;border-radius:10px!important}.multiselect-search,.multiselect-dropdown{z-index:999}.more-link{text-align:right}.pl-3r{padding-left:2.188rem}.graph-summary .multiselect.dash_summary_form,.graph-summary .dash_summary_form .dp__input{margin-bottom:1rem}.p-sm{padding:15px}.prev-p,.current-p{padding:0}.prev-p{text-align:right}.chartjs-render-monitor{padding:10px 40px 10px 20px}.mb-sm-1{margin-bottom:1rem}.bd-sm-right{border:medium none}.pt-sm-0{padding-top:0}.pl-s-15{padding-left:15px!important}.order_modal.right .modal-dialog{width:100%}}.vc-chrome{position:absolute;top:35px;right:0;z-index:9}.current-color{display:inline-block;width:16px;height:16px;background-color:#000;cursor:pointer}∂ .dash-input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef}.nested_list{padding-left:40px;padding-top:5px;padding-bottom:5px;border-top:1px solid #D9D9D9}.nested_list li{text-align:justify}.btn-sm{font-size:.875rem!important;line-height:1.5!important;border-radius:.2rem!important}.voucher_summary_card{border:1px solid #C4C4C4}.payment_ipn:hover{color:#ec850c!important}.mod_price_edit{width:100%}@font-face{font-family:brandico;font-style:normal;font-weight:400;src:url(/assets/brandico-DmjqhSrC.eot);src:url(/assets/brandico-DmjqhSrC.eot#iefix) format("eot"),url(/assets/brandico-D6C5pQ4S.woff) format("woff"),url(/assets/brandico-BYlCtQOM.ttf) format("truetype"),url(/assets/brandico-DfoRczVG.svg#brandico) format("svg")}[class*=brandico-]:before{font-family:brandico,sans-serif;font-style:normal}.brandico-facebook:before{content:""}.brandico-facebook-rect:before{content:""}.brandico-twitter:before{content:""}.brandico-twitter-bird:before{content:""}.brandico-vimeo:before{content:""}.brandico-vimeo-rect:before{content:""}.brandico-tumblr:before{content:""}.brandico-tumblr-rect:before{content:""}.brandico-googleplus-rect:before{content:""}.brandico-github-text:before{content:""}.brandico-github:before{content:""}.brandico-skype:before{content:""}.brandico-icq:before{content:""}.brandico-yandex:before{content:""}.brandico-yandex-rect:before{content:""}.brandico-vkontakte-rect:before{content:""}.brandico-odnoklassniki:before{content:""}.brandico-odnoklassniki-rect:before{content:""}.brandico-friendfeed:before{content:""}.brandico-friendfeed-rect:before{content:""}.brandico-blogger:before{content:""}.brandico-blogger-rect:before{content:""}.brandico-deviantart:before{content:""}.brandico-jabber:before{content:""}.brandico-lastfm:before{content:""}.brandico-lastfm-rect:before{content:""}.brandico-linkedin:before{content:""}.brandico-linkedin-rect:before{content:""}.brandico-picasa:before{content:""}.brandico-wordpress:before{content:""}.brandico-instagram:before{content:""}.brandico-instagram-filled:before{content:""}@font-face{font-family:entypo;font-style:normal;font-weight:400;src:url(/assets/entypo-hM2gPGzD.eot);src:url(/assets/entypo-hM2gPGzD.eot?#iefix) format("eot"),url(/assets/entypo-DMa3Jbib.woff) format("woff"),url(/assets/entypo-ClBunMXG.ttf) format("truetype"),url(/assets/entypo-CjyfJeRd.svg#entypo) format("svg")}[class*=entypo-]:before{font-family:entypo,sans-serif;font-style:normal}.entypo-note:before{content:"♪"}.entypo-note-beamed:before{content:"♫"}.entypo-music:before{content:"🎵"}.entypo-search:before{content:"🔍"}.entypo-flashlight:before{content:"🔦"}.entypo-mail:before{content:"✉"}.entypo-heart:before{content:"♥"}.entypo-heart-empty:before{content:"♡"}.entypo-star:before{content:"★"}.entypo-star-empty:before{content:"☆"}.entypo-user:before{content:"👤"}.entypo-users:before{content:"👥"}.entypo-user-add:before{content:""}.entypo-video:before{content:"🎬"}.entypo-picture:before{content:"🌄"}.entypo-camera:before{content:"📷"}.entypo-layout:before{content:"⚏"}.entypo-menu:before{content:"☰"}.entypo-check:before{content:"✓"}.entypo-cancel:before{content:"✕"}.entypo-cancel-circled:before{content:"✖"}.entypo-cancel-squared:before{content:"❎"}.entypo-plus:before{content:"+"}.entypo-plus-circled:before{content:"➕"}.entypo-plus-squared:before{content:"⊞"}.entypo-minus:before{content:"-"}.entypo-minus-circled:before{content:"➖"}.entypo-minus-squared:before{content:"⊟"}.entypo-help:before{content:"❓"}.entypo-help-circled:before{content:""}.entypo-info:before{content:"ℹ"}.entypo-info-circled:before{content:""}.entypo-back:before{content:"🔙"}.entypo-home:before{content:"⌂"}.entypo-link:before{content:"🔗"}.entypo-attach:before{content:"📎"}.entypo-lock:before{content:"🔒"}.entypo-lock-open:before{content:"🔓"}.entypo-eye:before{content:""}.entypo-tag:before{content:""}.entypo-bookmark:before{content:"🔖"}.entypo-bookmarks:before{content:"📑"}.entypo-flag:before{content:"⚑"}.entypo-thumbs-up:before{content:"👍"}.entypo-thumbs-down:before{content:"👎"}.entypo-download:before{content:"📥"}.entypo-upload:before{content:"📤"}.entypo-upload-cloud:before{content:""}.entypo-reply:before{content:""}.entypo-reply-all:before{content:""}.entypo-forward:before{content:"➦"}.entypo-quote:before{content:"❞"}.entypo-code:before{content:""}.entypo-export:before{content:""}.entypo-pencil:before{content:"✎"}.entypo-feather:before{content:"✒"}.entypo-print:before{content:""}.entypo-retweet:before{content:""}.entypo-keyboard:before{content:"⌨"}.entypo-comment:before{content:""}.entypo-chat:before{content:""}.entypo-bell:before{content:"🔔"}.entypo-attention:before{content:"⚠"}.entypo-alert:before{content:"💥'"}.entypo-vcard:before{content:""}.entypo-address:before{content:""}.entypo-location:before{content:""}.entypo-map:before{content:""}.entypo-direction:before{content:"➢"}.entypo-compass:before{content:""}.entypo-cup:before{content:"☕"}.entypo-trash:before{content:""}.entypo-doc:before{content:""}.entypo-docs:before{content:""}.entypo-doc-landscape:before{content:""}.entypo-doc-text:before{content:"📄"}.entypo-doc-text-inv:before{content:""}.entypo-newspaper:before{content:"📰"}.entypo-book-open:before{content:"📖"}.entypo-book:before{content:"📕"}.entypo-folder:before{content:"📁"}.entypo-archive:before{content:""}.entypo-box:before{content:"📦"}.entypo-rss:before{content:""}.entypo-phone:before{content:"📞"}.entypo-cog:before{content:"⚙"}.entypo-tools:before{content:"⚒"}.entypo-share:before{content:""}.entypo-shareable:before{content:""}.entypo-basket:before{content:""}.entypo-bag:before{content:"👜'"}.entypo-calendar:before{content:"📅"}.entypo-login:before{content:""}.entypo-logout:before{content:""}.entypo-mic:before{content:"🎤"}.entypo-mute:before{content:"🔇"}.entypo-sound:before{content:"🔊"}.entypo-volume:before{content:""}.entypo-clock:before{content:"🕔"}.entypo-hourglass:before{content:"⏳"}.entypo-lamp:before{content:"💡"}.entypo-light-down:before{content:"🔅"}.entypo-light-up:before{content:"🔆"}.entypo-adjust:before{content:"◑"}.entypo-block:before{content:"🚫"}.entypo-resize-full:before{content:""}.entypo-resize-small:before{content:""}.entypo-popup:before{content:""}.entypo-publish:before{content:""}.entypo-window:before{content:""}.entypo-arrow-combo:before{content:""}.entypo-down-circled:before{content:""}.entypo-left-circled:before{content:""}.entypo-right-circled:before{content:""}.entypo-up-circled:before{content:""}.entypo-down-open:before{content:""}.entypo-left-open:before{content:""}.entypo-right-open:before{content:""}.entypo-up-open:before{content:""}.entypo-down-open-mini:before{content:""}.entypo-left-open-mini:before{content:""}.entypo-right-open-mini:before{content:""}.entypo-up-open-mini:before{content:""}.entypo-down-open-big:before{content:""}.entypo-left-open-big:before{content:""}.entypo-right-open-big:before{content:""}.entypo-up-open-big:before{content:""}.entypo-down:before{content:"⬇"}.entypo-left:before{content:"⬅"}.entypo-right:before{content:"➡"}.entypo-up:before{content:"⬆"}.entypo-down-dir:before{content:"▾"}.entypo-left-dir:before{content:"◂"}.entypo-right-dir:before{content:"▸"}.entypo-up-dir:before{content:"▴"}.entypo-down-bold:before{content:""}.entypo-left-bold:before{content:""}.entypo-right-bold:before{content:""}.entypo-up-bold:before{content:""}.entypo-down-thin:before{content:"↓"}.entypo-left-thin:before{content:"←"}.entypo-right-thin:before{content:"→"}.entypo-up-thin:before{content:"↑"}.entypo-ccw:before{content:"⟲"}.entypo-cw:before{content:"⟳"}.entypo-arrows-ccw:before{content:"🔄"}.entypo-level-down:before{content:"↳"}.entypo-level-up:before{content:"↰"}.entypo-shuffle:before{content:"🔀"}.entypo-loop:before{content:"🔁"}.entypo-switch:before{content:"⇆"}.entypo-play:before{content:"▶"}.entypo-stop:before{content:"■"}.entypo-pause:before{content:"⎉"}.entypo-record:before{content:"⚫"}.entypo-to-end:before{content:"⏭"}.entypo-to-start:before{content:"⏮"}.entypo-fast-forward:before{content:"⏩"}.entypo-fast-backward:before{content:"⏪"}.entypo-progress-0:before{content:""}.entypo-progress-1:before{content:""}.entypo-progress-2:before{content:""}.entypo-progress-3:before{content:""}.entypo-target:before{content:"🎯"}.entypo-palette:before{content:"🎨"}.entypo-list:before{content:""}.entypo-list-add:before{content:""}.entypo-signal:before{content:"📶"}.entypo-trophy:before{content:"🏆"}.entypo-battery:before{content:"🔋"}.entypo-back-in-time:before{content:""}.entypo-monitor:before{content:"💻"}.entypo-mobile:before{content:"📱"}.entypo-network:before{content:""}.entypo-cd:before{content:"💿"}.entypo-inbox:before{content:""}.entypo-install:before{content:""}.entypo-globe:before{content:"🌎"}.entypo-cloud:before{content:"☁"}.entypo-cloud-thunder:before{content:"⛈"}.entypo-flash:before{content:"⚡"}.entypo-moon:before{content:"☽"}.entypo-flight:before{content:"✈"}.entypo-paper-plane:before{content:""}.entypo-leaf:before{content:"🍂"}.entypo-lifebuoy:before{content:""}.entypo-mouse:before{content:""}.entypo-briefcase:before{content:"💼"}.entypo-suitcase:before{content:""}.entypo-dot:before{content:""}.entypo-dot-2:before{content:""}.entypo-dot-3:before{content:""}.entypo-brush:before{content:""}.entypo-magnet:before{content:""}.entypo-infinity:before{content:"∞"}.entypo-erase:before{content:"⌫"}.entypo-chart-pie:before{content:""}.entypo-chart-line:before{content:"📈"}.entypo-chart-bar:before{content:"📊"}.entypo-chart-area:before{content:"🔾"}.entypo-tape:before{content:"✇"}.entypo-graduation-cap:before{content:"🎓"}.entypo-language:before{content:""}.entypo-ticket:before{content:"🎫"}.entypo-water:before{content:"💦"}.entypo-droplet:before{content:"💧"}.entypo-air:before{content:""}.entypo-credit-card:before{content:"💳"}.entypo-floppy:before{content:"💾"}.entypo-clipboard:before{content:"📋"}.entypo-megaphone:before{content:"📣"}.entypo-database:before{content:""}.entypo-drive:before{content:""}.entypo-bucket:before{content:""}.entypo-thermometer:before{content:""}.entypo-key:before{content:"🔑"}.entypo-flow-cascade:before{content:""}.entypo-flow-branch:before{content:""}.entypo-flow-tree:before{content:""}.entypo-flow-line:before{content:""}.entypo-flow-parallel:before{content:""}.entypo-rocket:before{content:"🚀"}.entypo-gauge:before{content:""}.entypo-traffic-cone:before{content:""}.entypo-cc:before{content:""}.entypo-cc-by:before{content:""}.entypo-cc-nc:before{content:""}.entypo-cc-nc-eu:before{content:""}.entypo-cc-nc-jp:before{content:""}.entypo-cc-sa:before{content:""}.entypo-cc-nd:before{content:""}.entypo-cc-pd:before{content:""}.entypo-cc-zero:before{content:""}.entypo-cc-share:before{content:""}.entypo-cc-remix:before{content:""}.entypo-github:before{content:""}.entypo-github-circled:before{content:""}.entypo-flickr:before{content:""}.entypo-flickr-circled:before{content:""}.entypo-vimeo:before{content:""}.entypo-vimeo-circled:before{content:""}.entypo-twitter:before{content:""}.entypo-twitter-circled:before{content:""}.entypo-facebook:before{content:""}.entypo-facebook-circled:before{content:""}.entypo-facebook-squared:before{content:""}.entypo-gplus:before{content:""}.entypo-gplus-circled:before{content:""}.entypo-pinterest:before{content:""}.entypo-pinterest-circled:before{content:""}.entypo-tumblr:before{content:""}.entypo-tumblr-circled:before{content:""}.entypo-linkedin:before{content:""}.entypo-linkedin-circled:before{content:""}.entypo-dribbble:before{content:""}.entypo-dribbble-circled:before{content:""}.entypo-stumbleupon:before{content:""}.entypo-stumbleupon-circled:before{content:""}.entypo-lastfm:before{content:""}.entypo-lastfm-circled:before{content:""}.entypo-rdio:before{content:""}.entypo-rdio-circled:before{content:""}.entypo-spotify:before{content:""}.entypo-spotify-circled:before{content:""}.entypo-qq:before{content:""}.entypo-instagrem:before{content:""}.entypo-dropbox:before{content:""}.entypo-evernote:before{content:""}.entypo-flattr:before{content:""}.entypo-skype:before{content:""}.entypo-skype-circled:before{content:""}.entypo-renren:before{content:""}.entypo-sina-weibo:before{content:""}.entypo-paypal:before{content:""}.entypo-picasa:before{content:""}.entypo-soundcloud:before{content:""}.entypo-mixi:before{content:""}.entypo-behance:before{content:""}.entypo-google-circles:before{content:""}.entypo-vkontakte:before{content:""}.entypo-smashing:before{content:""}.entypo-sweden:before{content:""}.entypo-db-shape:before{content:""}.entypo-logo-db:before{content:""}@font-face{font-family:fontelico;font-style:normal;font-weight:400;src:url(/assets/fontelico-CDJbJAK9.eot);src:url(/assets/fontelico-CDJbJAK9.eot?#iefix) format("eot"),url(/assets/fontelico-BWeGdXb6.woff) format("woff"),url(/assets/fontelico-BrCc2ZXc.ttf) format("truetype"),url(/assets/fontelico-huYUtyUH.svg#fontelico) format("svg")}[class*=fontelico-]:before{font-family:fontelico,sans-serif;font-style:normal}.fontelico-emo-happy:before{content:""}.fontelico-emo-wink:before{content:""}.fontelico-emo-wink2:before{content:""}.fontelico-emo-unhappy:before{content:""}.fontelico-emo-sleep:before{content:""}.fontelico-emo-thumbsup:before{content:""}.fontelico-emo-devil:before{content:""}.fontelico-emo-surprised:before{content:""}.fontelico-emo-tongue:before{content:""}.fontelico-emo-coffee:before{content:""}.fontelico-emo-sunglasses:before{content:""}.fontelico-emo-displeased:before{content:""}.fontelico-emo-beer:before{content:""}.fontelico-emo-grin:before{content:""}.fontelico-emo-angry:before{content:""}.fontelico-emo-saint:before{content:""}.fontelico-emo-cry:before{content:""}.fontelico-emo-shoot:before{content:""}.fontelico-emo-squint:before{content:""}.fontelico-emo-laugh:before{content:""}.fontelico-spin1:before{content:""}.fontelico-spin2:before{content:""}.fontelico-spin3:before{content:""}.fontelico-spin4:before{content:""}.fontelico-spin5:before{content:""}.fontelico-spin6:before{content:""}.fontelico-firefox:before{content:""}.fontelico-chrome:before{content:""}.fontelico-opera:before{content:""}.fontelico-ie:before{content:""}@font-face{font-family:IconicStroke;font-style:normal;font-weight:400;src:url(/assets/iconicstroke-W2VyzHe5.eot);src:url(/assets/iconicstroke-W2VyzHe5.eot?#iefix) format("eot"),url(/assets/iconicstroke-BPsjQUUj.woff) format("woff"),url(/assets/iconicstroke-B7Qhi3mc.ttf) format("truetype"),url(/assets/iconicstroke-BJUYXIlF.svg#IconicStroke) format("svg")}[class*=iconicstroke-]:before{font-family:IconicStroke,sans-serif;font-style:normal}.iconicstroke-lightbulb:before{content:""}.iconicstroke-equalizer:before{content:""}.iconicstroke-map-pin-stroke:before{content:""}.iconicstroke-brush-alt:before{content:""}.iconicstroke-move:before{content:""}.iconicstroke-paperclip:before{content:""}.iconicstroke-pen-alt-stroke:before{content:""}.iconicstroke-move-vertical:before{content:""}.iconicstroke-book-alt2:before{content:""}.iconicstroke-layers:before{content:""}.iconicstroke-pause:before{content:""}.iconicstroke-layers-alt:before{content:""}.iconicstroke-cloud-upload:before{content:""}.iconicstroke-chart-alt:before{content:""}.iconicstroke-fullscreen-exit-alt:before{content:""}.iconicstroke-cloud-download:before{content:""}.iconicstroke-comment-alt2-stroke:before{content:""}.iconicstroke-mail:before{content:"✉"}.iconicstroke-check-alt:before{content:"✘"}.iconicstroke-document-stroke:before{content:""}.iconicstroke-battery-charging:before{content:""}.iconicstroke-stop:before{content:""}.iconicstroke-arrow-up:before{content:"↑"}.iconicstroke-move-horizontal:before{content:""}.iconicstroke-compass:before{content:""}.iconicstroke-minus-alt:before{content:""}.iconicstroke-battery-empty:before{content:""}.iconicstroke-map-pin-alt:before{content:""}.iconicstroke-unlock-stroke:before{content:""}.iconicstroke-lock-stroke:before{content:""}.iconicstroke-question-mark:before{content:"?"}.iconicstroke-list:before{content:""}.iconicstroke-upload:before{content:""}.iconicstroke-reload:before{content:""}.iconicstroke-loop-alt4:before{content:""}.iconicstroke-loop-alt3:before{content:""}.iconicstroke-loop-alt2:before{content:""}.iconicstroke-loop-alt1:before{content:""}.iconicstroke-left-quote:before{content:"❝"}.iconicstroke-x:before{content:"✓"}.iconicstroke-last:before{content:""}.iconicstroke-document-alt-stroke:before{content:""}.iconicstroke-bars:before{content:""}.iconicstroke-arrow-left:before{content:"←"}.iconicstroke-arrow-down:before{content:"↓"}.iconicstroke-download:before{content:""}.iconicstroke-home:before{content:"⌂"}.iconicstroke-calendar:before{content:""}.iconicstroke-right-quote-alt:before{content:""}.iconicstroke-fullscreen:before{content:""}.iconicstroke-dial:before{content:""}.iconicstroke-plus-alt:before{content:""}.iconicstroke-clock:before{content:""}.iconicstroke-movie:before{content:""}.iconicstroke-steering-wheel:before{content:""}.iconicstroke-pen:before{content:"✎"}.iconicstroke-tag-stroke:before{content:""}.iconicstroke-pin:before{content:""}.iconicstroke-denied:before{content:"⛔"}.iconicstroke-left-quote-alt:before{content:""}.iconicstroke-volume-mute:before{content:""}.iconicstroke-arrow-up-alt2:before{content:""}.iconicstroke-list-nested:before{content:""}.iconicstroke-arrow-up-alt1:before{content:""}.iconicstroke-comment-stroke:before{content:""}.iconicstroke-undo:before{content:""}.iconicstroke-umbrella:before{content:"☂"}.iconicstroke-bolt:before{content:"⚡"}.iconicstroke-article:before{content:""}.iconicstroke-read-more:before{content:""}.iconicstroke-beaker:before{content:""}.iconicstroke-beaker-alt:before{content:""}.iconicstroke-battery-full:before{content:""}.iconicstroke-arrow-right:before{content:"→"}.iconicstroke-new-window:before{content:""}.iconicstroke-plus:before{content:"➕"}.iconicstroke-cog:before{content:"⚙"}.iconicstroke-key-stroke:before{content:"⚿"}.iconicstroke-first:before{content:""}.iconicstroke-comment-alt1-stroke:before{content:""}.iconicstroke-trash-stroke:before{content:""}.iconicstroke-image:before{content:""}.iconicstroke-chat-alt-stroke:before{content:""}.iconicstroke-cd:before{content:""}.iconicstroke-right-quote:before{content:"❞"}.iconicstroke-brush:before{content:""}.iconicstroke-cloud:before{content:"☁"}.iconicstroke-eye:before{content:""}.iconicstroke-play-alt:before{content:""}.iconicstroke-transfer:before{content:""}.iconicstroke-pen-alt2:before{content:""}.iconicstroke-camera:before{content:""}.iconicstroke-move-horizontal-alt2:before{content:""}.iconicstroke-curved-arrow:before{content:"⤵"}.iconicstroke-move-horizontal-alt1:before{content:""}.iconicstroke-aperture:before{content:""}.iconicstroke-reload-alt:before{content:""}.iconicstroke-magnifying-glass:before{content:""}.iconicstroke-iphone:before{content:""}.iconicstroke-fork:before{content:""}.iconicstroke-box:before{content:""}.iconicstroke-bars-alt:before{content:""}.iconicstroke-heart-stroke:before{content:"❤"}.iconicstroke-volume:before{content:""}.iconicstroke-x-alt:before{content:"✔"}.iconicstroke-link:before{content:""}.iconicstroke-moon-stroke:before{content:"☾"}.iconicstroke-eyedropper:before{content:""}.iconicstroke-spin:before{content:""}.iconicstroke-rss:before{content:""}.iconicstroke-info:before{content:"ℹ"}.iconicstroke-target:before{content:""}.iconicstroke-cursor:before{content:""}.iconicstroke-minus:before{content:"➖"}.iconicstroke-book-alt:before{content:""}.iconicstroke-headphones:before{content:""}.iconicstroke-hash:before{content:"#"}.iconicstroke-arrow-left-alt1:before{content:""}.iconicstroke-arrow-left-alt2:before{content:""}.iconicstroke-fullscreen-exit:before{content:""}.iconicstroke-share:before{content:""}.iconicstroke-fullscreen-alt:before{content:""}.iconicstroke-at:before{content:"@"}.iconicstroke-chat:before{content:""}.iconicstroke-move-vertical-alt2:before{content:""}.iconicstroke-move-vertical-alt1:before{content:""}.iconicstroke-check:before{content:"✗"}.iconicstroke-mic:before{content:""}.iconicstroke-calendar-alt-stroke:before{content:""}.iconicstroke-book:before{content:""}.iconicstroke-move-alt1:before{content:""}.iconicstroke-move-alt2:before{content:""}.iconicstroke-award-stroke:before{content:""}.iconicstroke-wrench:before{content:""}.iconicstroke-play:before{content:""}.iconicstroke-star:before{content:"★"}.iconicstroke-chart:before{content:""}.iconicstroke-rain:before{content:"⛆"}.iconicstroke-folder-stroke:before{content:""}.iconicstroke-sun-stroke:before{content:"☀"}.iconicstroke-user:before{content:""}.iconicstroke-battery-half:before{content:""}.iconicstroke-aperture-alt:before{content:""}.iconicstroke-eject:before{content:""}.iconicstroke-arrow-down-alt1:before{content:""}.iconicstroke-pilcrow:before{content:"¶"}.iconicstroke-arrow-down-alt2:before{content:""}.iconicstroke-arrow-right-alt1:before{content:""}.iconicstroke-arrow-right-alt2:before{content:""}.iconicstroke-rss-alt:before{content:""}.iconicstroke-spin-alt:before{content:""}@font-face{font-family:maki;font-style:normal;font-weight:400;src:url(/assets/maki-DerDSvNV.eot);src:url(/assets/maki-DerDSvNV.eot?#iefix) format("eot"),url(/assets/maki-Boa3Q2Nc.woff) format("woff"),url(/assets/maki-BTR0Yjll.ttf) format("truetype"),url(/assets/maki-0GlVUYxP.svg#maki) format("svg")}[class*=maki-]:before{font-family:maki,sans-serif;font-style:normal}.maki-aboveground-rail:before{content:""}.maki-airfield:before{content:""}.maki-airport:before{content:""}.maki-art-gallery:before{content:""}.maki-bar:before{content:""}.maki-baseball:before{content:""}.maki-basketball:before{content:""}.maki-beer:before{content:""}.maki-belowground-rail:before{content:""}.maki-bicycle:before{content:""}.maki-bus:before{content:""}.maki-cafe:before{content:""}.maki-campsite:before{content:""}.maki-cemetery:before{content:""}.maki-cinema:before{content:""}.maki-college:before{content:""}.maki-commerical-building:before{content:""}.maki-credit-card:before{content:""}.maki-cricket:before{content:""}.maki-embassy:before{content:""}.maki-fast-food:before{content:""}.maki-ferry:before{content:""}.maki-fire-station:before{content:""}.maki-football:before{content:""}.maki-fuel:before{content:""}.maki-garden:before{content:""}.maki-giraffe:before{content:""}.maki-golf:before{content:""}.maki-grocery-store:before{content:""}.maki-harbor:before{content:""}.maki-heliport:before{content:""}.maki-hospital:before{content:""}.maki-industrial-building:before{content:""}.maki-library:before{content:""}.maki-lodging:before{content:""}.maki-london-underground:before{content:""}.maki-minefield:before{content:""}.maki-monument:before{content:""}.maki-museum:before{content:""}.maki-pharmacy:before{content:""}.maki-pitch:before{content:""}.maki-police:before{content:""}.maki-post:before{content:""}.maki-prison:before{content:""}.maki-rail:before{content:""}.maki-religious-christian:before{content:""}.maki-religious-islam:before{content:""}.maki-religious-jewish:before{content:""}.maki-restaurant:before{content:""}.maki-roadblock:before{content:""}.maki-school:before{content:""}.maki-shop:before{content:""}.maki-skiing:before{content:""}.maki-soccer:before{content:""}.maki-swimming:before{content:""}.maki-tennis:before{content:""}.maki-theatre:before{content:""}.maki-toilet:before{content:""}.maki-town-hall:before{content:""}.maki-trash:before{content:""}.maki-tree-1:before{content:""}.maki-tree-2:before{content:""}.maki-warehouse:before{content:""}@font-face{font-family:OpenWeb Icons;font-style:normal;font-weight:400;src:url(/assets/openwebicons-LMuagIw_.eot);src:url(/assets/openwebicons-LMuagIw_.eot?#iefix) format("eot"),url(/assets/openwebicons-BrycPgLE.woff) format("woff"),url(/assets/openwebicons-BPe5Exm_.ttf) format("truetype"),url(/assets/openwebicons-CxGzvCti.svg#openweb_iconsregular) format("svg")}[class*=openwebicons-]:before{font-family:OpenWeb Icons,sans-serif;font-style:normal}.openwebicons-apml:before{content:""}.openwebicons-open-share:before{content:""}.openwebicons-open-share-simple:before{content:""}.openwebicons-share:before{content:""}.openwebicons-share-simple:before{content:""}.openwebicons-feed:before{content:""}.openwebicons-feed-simple:before{content:""}.openwebicons-ostatus:before{content:""}.openwebicons-ostatus-simple:before{content:""}.openwebicons-opml:before{content:""}.openwebicons-activity:before{content:""}.openwebicons-microformats:before{content:""}.openwebicons-geo:before{content:""}.openwebicons-opensearch:before{content:""}.openwebicons-oauth:before{content:""}.openwebicons-openid:before{content:""}.openwebicons-rdf:before{content:""}.openwebicons-dataportability:before{content:""}.openwebicons-federated:before{content:""}.openwebicons-web-intents:before{content:""}.openwebicons-open-web:before{content:""}.openwebicons-xmpp:before{content:""}.openwebicons-html5:before{content:""}.openwebicons-css3:before{content:""}.openwebicons-connectivity:before{content:""}.openwebicons-semantics:before{content:""}.openwebicons-opengraph:before{content:""}.openwebicons-epub:before{content:""}.openwebicons-qr:before{content:""}.openwebicons-foaf:before{content:""}.openwebicons-info-card:before{content:""}.openwebicons-browserid:before{content:""}.openwebicons-remote-storage:before{content:""}.openwebicons-persona:before{content:""}.openwebicons-odata:before{content:""}.openwebicons-markdown:before{content:""}.openwebicons-tosdr:before{content:""}.openwebicons-cc:before{content:""}.openwebicons-cc-by:before{content:""}.openwebicons-cc-nc:before{content:""}.openwebicons-cc-nc-eu:before{content:""}.openwebicons-cc-nc-jp:before{content:""}.openwebicons-cc-sa:before{content:""}.openwebicons-cc-nd:before{content:""}.openwebicons-cc-public:before{content:""}.openwebicons-cc-zero:before{content:""}.openwebicons-cc-share:before{content:""}.openwebicons-cc-remix:before{content:""}@font-face{font-family:zocial;font-style:normal;font-weight:400;src:url(/assets/zocial-regular-webfont-06sph0E8.eot);src:url(/assets/zocial-regular-webfont-06sph0E8.eot?#iefix) format("eot"),url(/assets/zocial-regular-webfont-BGFD1KUc.woff) format("woff"),url(/assets/zocial-regular-webfont-Dq-lNG1F.ttf) format("truetype"),url(/assets/zocial-regular-webfont-Bbdf_DHQ.svg#zocialregular) format("svg")}[class*=zocial-]:before{font-family:zocial,sans-serif;font-style:normal}.zocial-acrobat:before{content:"ã"}.zocial-amazon:before{content:"a"}.zocial-android:before{content:"&"}.zocial-angellist:before{content:"Ö"}.zocial-aol:before{content:'"'}.zocial-appnet:before{content:"á"}.zocial-appstore:before{content:"A"}.zocial-bitbucket:before{content:"é"}.zocial-bitcoin:before{content:"2"}.zocial-blogger:before{content:"B"}.zocial-buffer:before{content:"å"}.zocial-call:before{content:"7"}.zocial-cal:before{content:"."}.zocial-cart:before{content:"É"}.zocial-chrome:before{content:"["}.zocial-cloudapp:before{content:"c"}.zocial-creativecommons:before{content:"C"}.zocial-delicious:before{content:"#"}.zocial-digg:before{content:";"}.zocial-disqus:before{content:"Q"}.zocial-dribbble:before{content:"D"}.zocial-dropbox:before{content:"d"}.zocial-drupal:before{content:"ä"}.zocial-dwolla:before{content:"à"}.zocial-email:before{content:"]"}.zocial-eventasaurus:before{content:"v"}.zocial-eventbrite:before{content:"|"}.zocial-eventful:before{content:"'"}.zocial-evernote:before{content:"E"}.zocial-facebook:before{content:"f"}.zocial-fivehundredpx:before{content:"0"}.zocial-flattr:before{content:"%"}.zocial-flickr:before{content:"F"}.zocial-forrst:before{content:":"}.zocial-foursquare:before{content:"4"}.zocial-github:before{content:"g"}.zocial-gmail:before{content:"m"}.zocial-google:before{content:"G"}.zocial-googleplay:before{content:"h"}.zocial-googleplus:before{content:"+"}.zocial-gowalla:before{content:"@"}.zocial-grooveshark:before{content:"8"}.zocial-guest:before{content:"?"}.zocial-html5:before{content:"5"}.zocial-ie:before{content:"6"}.zocial-instagram:before{content:"Ü"}.zocial-instapaper:before{content:"I"}.zocial-intensedebate:before{content:"{"}.zocial-itunes:before{content:"i"}.zocial-klout:before{content:"K"}.zocial-lanyrd:before{content:"-"}.zocial-lastfm:before{content:"l"}.zocial-linkedin:before{content:"L"}.zocial-macstore:before{content:"^"}.zocial-meetup:before{content:"M"}.zocial-myspace:before{content:"_"}.zocial-ninetyninedesigns:before{content:"9"}.zocial-openid:before{content:"o"}.zocial-opentable:before{content:"Ç"}.zocial-paypal:before{content:"$"}.zocial-pinboard:before{content:"n"}.zocial-pinterest:before{content:"1"}.zocial-plancast:before{content:"P"}.zocial-plurk:before{content:"j"}.zocial-pocket:before{content:"ç"}.zocial-podcast:before{content:"`"}.zocial-posterous:before{content:"~"}.zocial-print:before{content:"Ñ"}.zocial-quora:before{content:"q"}.zocial-reddit:before{content:">"}.zocial-rss:before{content:"R"}.zocial-scribd:before{content:"}"}.zocial-skype:before{content:"S"}.zocial-smashing:before{content:"*"}.zocial-songkick:before{content:"k"}.zocial-soundcloud:before{content:"s"}.zocial-spotify:before{content:"="}.zocial-statusnet:before{content:"â"}.zocial-steam:before{content:"b"}.zocial-stripe:before{content:"£"}.zocial-stumbleupon:before{content:"/"}.zocial-tumblr:before{content:"t"}.zocial-twitter:before{content:"T"}.zocial-viadeo:before{content:"H"}.zocial-vimeo:before{content:"V"}.zocial-vk:before{content:"N"}.zocial-weibo:before{content:"J"}.zocial-wikipedia:before{content:","}.zocial-windows:before{content:"W"}.zocial-wordpress:before{content:"w"}.zocial-xing:before{content:"X"}.zocial-yahoo:before{content:"Y"}.zocial-yelp:before{content:"y"}.zocial-youtube:before{content:"U"}@font-face{font-family:Vuestic Icons;font-weight:400;font-style:normal;src:url(/assets/vuestic-icons-W_0rSzTi.eot);src:url(/assets/vuestic-icons-W_0rSzTi.eot?#iefix) format("eot"),url(data:font/woff;base64,d09GRgABAAAAAA1wAAoAAAAAFZAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAEEAAABWVrxjUWNtYXAAAAE4AAAATgAAAUoyySmjZ2x5ZgAAAYgAAAnQAAAPhDhe6oZoZWFkAAALWAAAADEAAAA2DkGko2hoZWEAAAuMAAAAHAAAACQIpAPOaG10eAAAC6gAAAAPAAAATEwAAABsb2NhAAALuAAAACgAAAAoIYYlWm1heHAAAAvgAAAAHwAAACABJgCqbmFtZQAADAAAAAE7AAACbdWMZSRwb3N0AAANPAAAADIAAABcCXkJY3icY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYHBmCWEDcGBZeBnYgzQjiAACZ0AfBAAAAeJxjYGBgZoBgGQZGBhBwAfIYwXwWBg0gzQakGRmYgKyg///BKhxB9P8DUPVAwMjGQDlgZGJmYWVj5+Dk4ubh5eMXEBSigqH0AwA9+QfCAAB4nI1Xb2xb1RW/5137vTjxvxf/eU5sx3ac52cnre3Yfn6UtAkJaxhtIP3DlFFwymhF27VoY02lDjbEGv4Ukg8wiTJQh8Si0Q+IdnRfNlebhiYQH2AiQUJbKbAxaaqBUTa6SQXndue+Z+NkrTb84d17zj3vvnvP+Z3zOyaU4M9G6CckTLLkOkKgNwNukOQeUIqBHjDKI5AYBkPOgpb34UJC0pM4l4ehmCgEFal3AM2VHpSGQctCMk9nsqzK5tdPAkyuzwpTBcW1FxYsMQfdfpZ+aM7fDTgTzuNYUxaqkS6XGHDBjDXSv6Mlyw1NCj82SiFX6HfC5BAs4gbLC2h/4QK+CYv+cNhfhTVd7S5hoKvDiVfAH/3QBqSThEiMqHgTPKaa6pXsbgjIDpBLWl4NxsCuSn58ympC9ICs0r+0JwPsUV+/jz2ayEANPnSwmO/BY+wt9tYuqQ2+wY7TRPD4adhNRX8XfdnheFnMJ9hGdg5S8Gu/77n20YljxwpA6Qvslrddlf3wwi9Nl5oPHFQyQAbJplWeTQSSK502APqXPgZ0qF5U0VZO2PODKTwkWkj5QTfEIFgYgXJKy9OFEnuCVTQdQNdAmYt0OaWAS8ha4xwo1gqbFzO5aZgxjek4e1dWnSXdqXpl0VnxZD07OiSvjaDh8iK+wN3Z4TQfVdQJOdTVK9WKkDvRIXo3bfKKHU5Vvt/vvx+34dcTLv8b7+ikF0gf3pAAOjcoaqkcSGJKK42Aliob5eIIDIMSjAk9qJagXIgBNdQOsCuUFqhfESeKov3sucHtAP0v9YWKonjx7u47E5QeuKircWpb/od/jf+dwhJ798gR9u5bBTjo2f/98ohXoAcPKnpZFD97IX2HLCTP5cUBu3iur/32NXYbe7W9/SD0vtEPbezSwBvsPWI38bGE8fCRJNHJDeTW1RFZhXEL4EYCF64EeKCpUSyN1tK0kmA8zT5gZyzUC3PrbxaEm030Lx9qYJ/nQDW0UA13u8SgEw5Z4/9XYLwm1y+HGjufx7E+vyKdcKy00uK8sCaEIbWeNVNlLq7Ep490Yb4MXt0bAX8UErpc0uWEDByKKVESY8BBiLNVMKTj1livItI+c35z955gXrS5fwEOuTPsVBwm0OrVFcYV59ZKtV5NXoTQ8iJc8Ow7vFeWw0H5FAwrOVFwOPCI9suX8Jxe+iqRSZlcT7aQCqaUedKV/lYLZQNlA0UjWOYJg+sSHlEr6SiIfiVYzAOHYK+W0vF2LaFUNvLqyhW6eC3bx3JWLtGfWW6vn+nO+36bOGaEnK5T27+lxJ9cl4D4s8a+7qdts5vGx+Mp4Txaegpekdc4XtI8BY+I0+lwl9NT9HD1QivDav7O2ERoQ8+NyVPtB7dMRDak78w8q6SNLknaPpFa+1S2ExYxXorS4cSosvnWvNKamjnI/QNY9zwkZ+WgoUlKouEeaCGzFJD9eqLlNpkXEliwRRN/+uP1e5hq3Rfehyejr9fCXHDCEss2ZxketwzsRfuzb4/eZV5CyAIiywVC/ZV2MNFF1/XTYuZaauUb8soS4quPlMgoufnqCLMXMhgKJaBRzS6bgUGj3pSmKj5FRuM8lg8Nq7iIZKTk9VbUiquZxkwFMzWyMA4z6J27z/+ZXTDzwjRzB0VQ/lmb5OEhTR9PDkWs6IR9dAlTdPnQipStoOnbfax22++FQdxvWXE7X7sDQl3sJE+0BSvuKr7AKyeGxOULYzwuXv7cZre50AMhvLHoEnxIREbZgHKQF0A33kaj9KkiO872wcO3Mcf6ZNobpGuHdtgFOzsd+W7aZZ+gTwWe+Pkt7Dtwv/fAYKcDNgfGh12u+pvXuPJyALaY+Xt5mZ7CIUrSyNzr8Fv+gJxKIuYxD4JlQ1ZlM0kbEh6iVC4E/aKU95U2gBqgLQWM9qpjO0Vx59jYtAQnkyoO0jQXlifimjaSTsdOwMmv4/Q6TYvTnsTf2OduunV0bCulW8dg/jj7lRtwNsrlUSrX74CIGo2qERB67ek1x29dfg5QQh2QVdzoxNqzi/wUz464DBaMss4hIXN/FZRggIdfTWnlUg4QASlea5E30YupXg9gTouY5RLHRVAR/ZwdjSAvy8Vh7m+TK0taGWuCoTertIQ1TJE0PgSSuslVmsGHpF7krY5mKHzQiwGFZ5Ii8aEokHvuKg6/Ptwl7N+yrtQd2xtzQTkDC+2ecHg0sikS7cGSNo0VrSeK0lg47G63ypxpEL0xGllt0N3dNLDFkm2uqL8wNhjLlZPTyXIuNjhW8EVdjvHxqy+03SD8Rnxp986dA8Ut+wX2V7qjmM8HuzNl+PiqX7/yeK2vX3G8M1/hAKsXeCjFRq7XTC5ZS4rIrjchsZi1h8dnCLA8W6E1uxurKvE6YK7IzRX5f6xUxXTOOnUlXQIopVGuwCFscCzttDVYDY+YyVpGlaY2W4F5nFTTup7mHMRqVSwT2CJVuAYWuIrAAixykqpxHeVNVH2eKsTxJV5deMMo9g8ZrLU6GcKq1qxpgUQDYxns5aBZ4BK+whACTeUsugEw7RIBn/k0/ZAB1Cf1FouaFNlo1uqVJk3WScU8/xI7D6EKKJ33YoO3rFRM6yq/TLXS5FUhx+aq1Y5t2LY5t06fYTVOsaCccW6rnCH0cvXLe4SxJhP8oK8z7hsGPUXQzynBKMcxgcy882FSyCaPBuSgmQVYRThlCIS9yT567Hmh//nepJ29f/bSB/cchVeORiL2j08/LKYGrDZDlrx7bXJMEl2yjXhZnH16mQAZ+tHXzkJcrE+74Oh7S0v5bxunP7bBLPaB0GZ1/6wWdMuOa/C1zmQ7afg+jvzmIz2kQK4hG8k2spMcIIe57weu4BPTy5jhihFtLeNflZVgSqgNTpE4p8gNTtE4+8iNQmSsLEQKdwg12wvddAnMyPfON7tvC2msBrbD6tieuStWUAEKLMz9cGRzfTN2v7O7OPv8ZG0n4B+bq2vXw7q422s+MMp8c2src0s2L983d7hvdM/8Cd6nMxOtZsvP8ENV6ewPZmbKw7seFGCm0ZoMTQLLSe/cZ+pnKZtv6YWqGve2ReQ+/uQtMvLKJfoH9DevzUPoY+6q+H+5yuyTWvmNftkAjX65KXL/CeTpxzZuZx9t7wX6xIHbt/cXni/4YWr0Gd8jT8++SCEfdrqFmSkoTh20BHryiEDaPj36wANDG+9+nMIz9se33XRTX2Z0SmDE9uJssSfilhR3cWpGwPea0uyLtianmP1GEnFifLXu3o4oR45EG5MsJASPctW2wuzdQysabfaFa2p3fodIpwqv9/d/8dqV7UO9tqLVx/GTtnVjkazB/mUUuh6K7exZlL93ZBZP/R+eUvXpeJxjYGRgYADiiAUrbOL5bb4ycLMwgMDVJfoXYPT/Xf9/siiw8AK5HAxMIFEAT4oMbQAAAHicY2BkYGBhAIIYEPl/F4sbAyMDKhAGADW1An14nGNhYGBgoRIGAAwsAE0AAAAAAABkAKwBHgF0AfwCUALgAywDqAPcBDoFIgWSBfYGUAcIB2QHwnicY2BkYGAQZpjHwMkAAkxAzAWEDAz/wXwGABqIAdEAeJx1j0tOwzAQhn/3BbQSqqhgh+QFYgEofYhVN+yafRfdp63Th9I4ctxKPQDn4QicgCPQG3AHftIBoVJiefzNN5NxAuACOyjsn0vuPSucMttzCSe4Fi7T3whXyA/CVTTwKFyjfxKu4x6hcAMtOE5QlTNmd3gWVmjiRbiEc7wKl+nfhCvkd+EqrvAhXENTlYXrGKmWcAO3ahGa1LjIm6keb3WYbLO5N+77HJrZOoncoR4Zly9sqrtB56f0e0y+mfW8j3Xs7EoPbOpNklidObs0Ex/Mvc/67XYsPpjYFX/fIOV2iOB5TqExxpYxRMIzw7zw7k8+ZJxhTRsdqR7moyLmWMDyPo0uAnSOvPXf1+TY8LYerUfMPGaPxYo0KCZ+dSdcliYrakuaCX1QTPe0fbS54oP+gF2c9Ak0Y2+kAHicbcs3AoAgEACwCzbEgsj//+rgSvZEil+JsR4hmcwWq022Kw6ny616NK8+qh8jtADvAAA=) format("woff"),url(/assets/vuestic-icons-CQHfKOUV.ttf) format("truetype"),url(/assets/vuestic-icons-CZ9-s9_x.svg#vuestic-icons) format("svg")}.vuestic-iconset{line-height:1}.vuestic-iconset:before{display:inline-block;font-family:Vuestic Icons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.vuestic-iconset-comments:before{content:"A"}.vuestic-iconset-components:before{content:"B"}.vuestic-iconset-dashboard:before{content:"C"}.vuestic-iconset-extras:before{content:"D"}.vuestic-iconset-files:before{content:"E"}.vuestic-iconset-forms:before{content:"F"}.vuestic-iconset-graph:before{content:"G"}.vuestic-iconset-auth:before{content:"H"}.vuestic-iconset-image:before{content:"I"}.vuestic-iconset-maps:before{content:"J"}.vuestic-iconset-music:before{content:"K"}.vuestic-iconset-settings:before{content:"L"}.vuestic-iconset-statistics:before{content:"M"}.vuestic-iconset-tables:before{content:"N"}.vuestic-iconset-time:before{content:"O"}.vuestic-iconset-ui-elements:before{content:"P"}.vuestic-iconset-user:before{content:"Q"}.vuestic-iconset-video:before{content:"R"}@font-face{font-family:Glyphicons Halflings;src:url(/assets/glyphicons-BUJKDMgK.eot);src:url(/assets/glyphicons-BUJKDMgK.eot?#iefix) format("eot"),url(/assets/glyphicons-DzqM6ju8.woff2) format("woff2"),url(/assets/glyphicons-BKjkU69z.woff) format("woff"),url(/assets/glyphicons-DrwTMapi.ttf) format("truetype"),url(/assets/glyphicons-CvBIPqne.svg) format("svg")}[class*=glyphicons-]:before{font-family:Glyphicons Halflings,sans-serif;font-style:normal}.glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-euro:before,.glyphicon-eur: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{content:""}.glyphicon-btc:before{content:""}.glyphicon-xbt:before{content:""}.glyphicon-yen:before{content:"¥"}.glyphicon-jpy:before{content:"¥"}.glyphicon-ruble:before{content:"₽"}.glyphicon-rub: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:""}/*!
 *  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;src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?v=4.7.0);src:url(/assets/fontawesome-webfont-G5YE5S7X.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/assets/fontawesome-webfont-B-jkhYfk.woff2?v=4.7.0) format("woff2"),url(/assets/fontawesome-webfont-CDK5bt4p.woff?v=4.7.0) format("woff"),url(/assets/fontawesome-webfont-CQDK8MU3.ttf?v=4.7.0) format("truetype"),url(/assets/fontawesome-webfont-D13rzr4g.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font: 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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 infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language: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-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-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:before,.fa-thermometer-full: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-bathtub:before,.fa-s15:before,.fa-bath: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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*!
  Ionicons, v4.6.3
  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

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:Ionicons;src:url(/assets/ionicons-CGzXJSgF.eot?v=4.6.3);src:url(/assets/ionicons-CGzXJSgF.eot?v=4.6.3#iefix) format("embedded-opentype"),url(/assets/ionicons-BDAtaWce.woff2?v=4.6.3) format("woff2"),url(/assets/ionicons-DDYVtJZB.woff?v=4.6.3) format("woff"),url(/assets/ionicons-sCCZ7T_s.ttf?v=4.6.3) format("truetype"),url(/assets/ionicons-2KJKsoSy.svg?v=4.6.3#Ionicons) format("svg");font-weight:400;font-style:normal}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:Ionicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:""}.ion-ios-add-circle:before{content:""}.ion-ios-add-circle-outline:before{content:""}.ion-ios-airplane:before{content:""}.ion-ios-alarm:before{content:""}.ion-ios-albums:before{content:""}.ion-ios-alert:before{content:""}.ion-ios-american-football:before{content:""}.ion-ios-analytics:before{content:""}.ion-ios-aperture:before{content:""}.ion-ios-apps:before{content:""}.ion-ios-appstore:before{content:""}.ion-ios-archive:before{content:""}.ion-ios-arrow-back:before{content:""}.ion-ios-arrow-down:before{content:""}.ion-ios-arrow-dropdown:before{content:""}.ion-ios-arrow-dropdown-circle:before{content:""}.ion-ios-arrow-dropleft:before{content:""}.ion-ios-arrow-dropleft-circle:before{content:""}.ion-ios-arrow-dropright:before{content:""}.ion-ios-arrow-dropright-circle:before{content:""}.ion-ios-arrow-dropup:before{content:""}.ion-ios-arrow-dropup-circle:before{content:""}.ion-ios-arrow-forward:before{content:""}.ion-ios-arrow-round-back:before{content:""}.ion-ios-arrow-round-down:before{content:""}.ion-ios-arrow-round-forward:before{content:""}.ion-ios-arrow-round-up:before{content:""}.ion-ios-arrow-up:before{content:""}.ion-ios-at:before{content:""}.ion-ios-attach:before{content:""}.ion-ios-backspace:before{content:""}.ion-ios-barcode:before{content:""}.ion-ios-baseball:before{content:""}.ion-ios-basket:before{content:""}.ion-ios-basketball:before{content:""}.ion-ios-battery-charging:before{content:""}.ion-ios-battery-dead:before{content:""}.ion-ios-battery-full:before{content:""}.ion-ios-beaker:before{content:""}.ion-ios-bed:before{content:""}.ion-ios-beer:before{content:""}.ion-ios-bicycle:before{content:""}.ion-ios-bluetooth:before{content:""}.ion-ios-boat:before{content:""}.ion-ios-body:before{content:""}.ion-ios-bonfire:before{content:""}.ion-ios-book:before{content:""}.ion-ios-bookmark:before{content:""}.ion-ios-bookmarks:before{content:""}.ion-ios-bowtie:before{content:""}.ion-ios-briefcase:before{content:""}.ion-ios-browsers:before{content:""}.ion-ios-brush:before{content:""}.ion-ios-bug:before{content:""}.ion-ios-build:before{content:""}.ion-ios-bulb:before{content:""}.ion-ios-bus:before{content:""}.ion-ios-business:before{content:""}.ion-ios-cafe:before{content:""}.ion-ios-calculator:before{content:""}.ion-ios-calendar:before{content:""}.ion-ios-call:before{content:""}.ion-ios-camera:before{content:""}.ion-ios-car:before{content:""}.ion-ios-card:before{content:""}.ion-ios-cart:before{content:""}.ion-ios-cash:before{content:""}.ion-ios-cellular:before{content:""}.ion-ios-chatboxes:before{content:""}.ion-ios-chatbubbles:before{content:""}.ion-ios-checkbox:before{content:""}.ion-ios-checkbox-outline:before{content:""}.ion-ios-checkmark:before{content:""}.ion-ios-checkmark-circle:before{content:""}.ion-ios-checkmark-circle-outline:before{content:""}.ion-ios-clipboard:before{content:""}.ion-ios-clock:before{content:""}.ion-ios-close:before{content:""}.ion-ios-close-circle:before{content:""}.ion-ios-close-circle-outline:before{content:""}.ion-ios-cloud:before{content:""}.ion-ios-cloud-circle:before{content:""}.ion-ios-cloud-done:before{content:""}.ion-ios-cloud-download:before{content:""}.ion-ios-cloud-outline:before{content:""}.ion-ios-cloud-upload:before{content:""}.ion-ios-cloudy:before{content:""}.ion-ios-cloudy-night:before{content:""}.ion-ios-code:before{content:""}.ion-ios-code-download:before{content:""}.ion-ios-code-working:before{content:""}.ion-ios-cog:before{content:""}.ion-ios-color-fill:before{content:""}.ion-ios-color-filter:before{content:""}.ion-ios-color-palette:before{content:""}.ion-ios-color-wand:before{content:""}.ion-ios-compass:before{content:""}.ion-ios-construct:before{content:""}.ion-ios-contact:before{content:""}.ion-ios-contacts:before{content:""}.ion-ios-contract:before{content:""}.ion-ios-contrast:before{content:""}.ion-ios-copy:before{content:""}.ion-ios-create:before{content:""}.ion-ios-crop:before{content:""}.ion-ios-cube:before{content:""}.ion-ios-cut:before{content:""}.ion-ios-desktop:before{content:""}.ion-ios-disc:before{content:""}.ion-ios-document:before{content:""}.ion-ios-done-all:before{content:""}.ion-ios-download:before{content:""}.ion-ios-easel:before{content:""}.ion-ios-egg:before{content:""}.ion-ios-exit:before{content:""}.ion-ios-expand:before{content:""}.ion-ios-eye:before{content:""}.ion-ios-eye-off:before{content:""}.ion-ios-fastforward:before{content:""}.ion-ios-female:before{content:""}.ion-ios-filing:before{content:""}.ion-ios-film:before{content:""}.ion-ios-finger-print:before{content:""}.ion-ios-fitness:before{content:""}.ion-ios-flag:before{content:""}.ion-ios-flame:before{content:""}.ion-ios-flash:before{content:""}.ion-ios-flash-off:before{content:""}.ion-ios-flashlight:before{content:""}.ion-ios-flask:before{content:""}.ion-ios-flower:before{content:""}.ion-ios-folder:before{content:""}.ion-ios-folder-open:before{content:""}.ion-ios-football:before{content:""}.ion-ios-funnel:before{content:""}.ion-ios-gift:before{content:""}.ion-ios-git-branch:before{content:""}.ion-ios-git-commit:before{content:""}.ion-ios-git-compare:before{content:""}.ion-ios-git-merge:before{content:""}.ion-ios-git-network:before{content:""}.ion-ios-git-pull-request:before{content:""}.ion-ios-glasses:before{content:""}.ion-ios-globe:before{content:""}.ion-ios-grid:before{content:""}.ion-ios-hammer:before{content:""}.ion-ios-hand:before{content:""}.ion-ios-happy:before{content:""}.ion-ios-headset:before{content:""}.ion-ios-heart:before{content:""}.ion-ios-heart-dislike:before{content:""}.ion-ios-heart-empty:before{content:""}.ion-ios-heart-half:before{content:""}.ion-ios-help:before{content:""}.ion-ios-help-buoy:before{content:""}.ion-ios-help-circle:before{content:""}.ion-ios-help-circle-outline:before{content:""}.ion-ios-home:before{content:""}.ion-ios-hourglass:before{content:""}.ion-ios-ice-cream:before{content:""}.ion-ios-image:before{content:""}.ion-ios-images:before{content:""}.ion-ios-infinite:before{content:""}.ion-ios-information:before{content:""}.ion-ios-information-circle:before{content:""}.ion-ios-information-circle-outline:before{content:""}.ion-ios-jet:before{content:""}.ion-ios-journal:before{content:""}.ion-ios-key:before{content:""}.ion-ios-keypad:before{content:""}.ion-ios-laptop:before{content:""}.ion-ios-leaf:before{content:""}.ion-ios-link:before{content:""}.ion-ios-list:before{content:""}.ion-ios-list-box:before{content:""}.ion-ios-locate:before{content:""}.ion-ios-lock:before{content:""}.ion-ios-log-in:before{content:""}.ion-ios-log-out:before{content:""}.ion-ios-magnet:before{content:""}.ion-ios-mail:before{content:""}.ion-ios-mail-open:before{content:""}.ion-ios-mail-unread:before{content:""}.ion-ios-male:before{content:""}.ion-ios-man:before{content:""}.ion-ios-map:before{content:""}.ion-ios-medal:before{content:""}.ion-ios-medical:before{content:""}.ion-ios-medkit:before{content:""}.ion-ios-megaphone:before{content:""}.ion-ios-menu:before{content:""}.ion-ios-mic:before{content:""}.ion-ios-mic-off:before{content:""}.ion-ios-microphone:before{content:""}.ion-ios-moon:before{content:""}.ion-ios-more:before{content:""}.ion-ios-move:before{content:""}.ion-ios-musical-note:before{content:""}.ion-ios-musical-notes:before{content:""}.ion-ios-navigate:before{content:""}.ion-ios-notifications:before{content:""}.ion-ios-notifications-off:before{content:""}.ion-ios-notifications-outline:before{content:""}.ion-ios-nuclear:before{content:""}.ion-ios-nutrition:before{content:""}.ion-ios-open:before{content:""}.ion-ios-options:before{content:""}.ion-ios-outlet:before{content:""}.ion-ios-paper:before{content:""}.ion-ios-paper-plane:before{content:""}.ion-ios-partly-sunny:before{content:""}.ion-ios-pause:before{content:""}.ion-ios-paw:before{content:""}.ion-ios-people:before{content:""}.ion-ios-person:before{content:""}.ion-ios-person-add:before{content:""}.ion-ios-phone-landscape:before{content:""}.ion-ios-phone-portrait:before{content:""}.ion-ios-photos:before{content:""}.ion-ios-pie:before{content:""}.ion-ios-pin:before{content:""}.ion-ios-pint:before{content:""}.ion-ios-pizza:before{content:""}.ion-ios-planet:before{content:""}.ion-ios-play:before{content:""}.ion-ios-play-circle:before{content:""}.ion-ios-podium:before{content:""}.ion-ios-power:before{content:""}.ion-ios-pricetag:before{content:""}.ion-ios-pricetags:before{content:""}.ion-ios-print:before{content:""}.ion-ios-pulse:before{content:""}.ion-ios-qr-scanner:before{content:""}.ion-ios-quote:before{content:""}.ion-ios-radio:before{content:""}.ion-ios-radio-button-off:before{content:""}.ion-ios-radio-button-on:before{content:""}.ion-ios-rainy:before{content:""}.ion-ios-recording:before{content:""}.ion-ios-redo:before{content:""}.ion-ios-refresh:before{content:""}.ion-ios-refresh-circle:before{content:""}.ion-ios-remove:before{content:""}.ion-ios-remove-circle:before{content:""}.ion-ios-remove-circle-outline:before{content:""}.ion-ios-reorder:before{content:""}.ion-ios-repeat:before{content:""}.ion-ios-resize:before{content:""}.ion-ios-restaurant:before{content:""}.ion-ios-return-left:before{content:""}.ion-ios-return-right:before{content:""}.ion-ios-reverse-camera:before{content:""}.ion-ios-rewind:before{content:""}.ion-ios-ribbon:before{content:""}.ion-ios-rocket:before{content:""}.ion-ios-rose:before{content:""}.ion-ios-sad:before{content:""}.ion-ios-save:before{content:""}.ion-ios-school:before{content:""}.ion-ios-search:before{content:""}.ion-ios-send:before{content:""}.ion-ios-settings:before{content:""}.ion-ios-share:before{content:""}.ion-ios-share-alt:before{content:""}.ion-ios-shirt:before{content:""}.ion-ios-shuffle:before{content:""}.ion-ios-skip-backward:before{content:""}.ion-ios-skip-forward:before{content:""}.ion-ios-snow:before{content:""}.ion-ios-speedometer:before{content:""}.ion-ios-square:before{content:""}.ion-ios-square-outline:before{content:""}.ion-ios-star:before{content:""}.ion-ios-star-half:before{content:""}.ion-ios-star-outline:before{content:""}.ion-ios-stats:before{content:""}.ion-ios-stopwatch:before{content:""}.ion-ios-subway:before{content:""}.ion-ios-sunny:before{content:""}.ion-ios-swap:before{content:""}.ion-ios-switch:before{content:""}.ion-ios-sync:before{content:""}.ion-ios-tablet-landscape:before{content:""}.ion-ios-tablet-portrait:before{content:""}.ion-ios-tennisball:before{content:""}.ion-ios-text:before{content:""}.ion-ios-thermometer:before{content:""}.ion-ios-thumbs-down:before{content:""}.ion-ios-thumbs-up:before{content:""}.ion-ios-thunderstorm:before{content:""}.ion-ios-time:before{content:""}.ion-ios-timer:before{content:""}.ion-ios-today:before{content:""}.ion-ios-train:before{content:""}.ion-ios-transgender:before{content:""}.ion-ios-trash:before{content:""}.ion-ios-trending-down:before{content:""}.ion-ios-trending-up:before{content:""}.ion-ios-trophy:before{content:""}.ion-ios-tv:before{content:""}.ion-ios-umbrella:before{content:""}.ion-ios-undo:before{content:""}.ion-ios-unlock:before{content:""}.ion-ios-videocam:before{content:""}.ion-ios-volume-high:before{content:""}.ion-ios-volume-low:before{content:""}.ion-ios-volume-mute:before{content:""}.ion-ios-volume-off:before{content:""}.ion-ios-walk:before{content:""}.ion-ios-wallet:before{content:""}.ion-ios-warning:before{content:""}.ion-ios-watch:before{content:""}.ion-ios-water:before{content:""}.ion-ios-wifi:before{content:""}.ion-ios-wine:before{content:""}.ion-ios-woman:before{content:""}.ion-logo-android:before{content:""}.ion-logo-angular:before{content:""}.ion-logo-apple:before{content:""}.ion-logo-bitbucket:before{content:""}.ion-logo-bitcoin:before{content:""}.ion-logo-buffer:before{content:""}.ion-logo-chrome:before{content:""}.ion-logo-closed-captioning:before{content:""}.ion-logo-codepen:before{content:""}.ion-logo-css3:before{content:""}.ion-logo-designernews:before{content:""}.ion-logo-dribbble:before{content:""}.ion-logo-dropbox:before{content:""}.ion-logo-euro:before{content:""}.ion-logo-facebook:before{content:""}.ion-logo-flickr:before{content:""}.ion-logo-foursquare:before{content:""}.ion-logo-freebsd-devil:before{content:""}.ion-logo-game-controller-a:before{content:""}.ion-logo-game-controller-b:before{content:""}.ion-logo-github:before{content:""}.ion-logo-google:before{content:""}.ion-logo-googleplus:before{content:""}.ion-logo-hackernews:before{content:""}.ion-logo-html5:before{content:""}.ion-logo-instagram:before{content:""}.ion-logo-ionic:before{content:""}.ion-logo-ionitron:before{content:""}.ion-logo-javascript:before{content:""}.ion-logo-linkedin:before{content:""}.ion-logo-markdown:before{content:""}.ion-logo-model-s:before{content:""}.ion-logo-no-smoking:before{content:""}.ion-logo-nodejs:before{content:""}.ion-logo-npm:before{content:""}.ion-logo-octocat:before{content:""}.ion-logo-pinterest:before{content:""}.ion-logo-playstation:before{content:""}.ion-logo-polymer:before{content:""}.ion-logo-python:before{content:""}.ion-logo-reddit:before{content:""}.ion-logo-rss:before{content:""}.ion-logo-sass:before{content:""}.ion-logo-skype:before{content:""}.ion-logo-slack:before{content:""}.ion-logo-snapchat:before{content:""}.ion-logo-steam:before{content:""}.ion-logo-tumblr:before{content:""}.ion-logo-tux:before{content:""}.ion-logo-twitch:before{content:""}.ion-logo-twitter:before{content:""}.ion-logo-usd:before{content:""}.ion-logo-vimeo:before{content:""}.ion-logo-vk:before{content:""}.ion-logo-whatsapp:before{content:""}.ion-logo-windows:before{content:""}.ion-logo-wordpress:before{content:""}.ion-logo-xbox:before{content:""}.ion-logo-xing:before{content:""}.ion-logo-yahoo:before{content:""}.ion-logo-yen:before{content:""}.ion-logo-youtube:before{content:""}.ion-md-add:before{content:""}.ion-md-add-circle:before{content:""}.ion-md-add-circle-outline:before{content:""}.ion-md-airplane:before{content:""}.ion-md-alarm:before{content:""}.ion-md-albums:before{content:""}.ion-md-alert:before{content:""}.ion-md-american-football:before{content:""}.ion-md-analytics:before{content:""}.ion-md-aperture:before{content:""}.ion-md-apps:before{content:""}.ion-md-appstore:before{content:""}.ion-md-archive:before{content:""}.ion-md-arrow-back:before{content:""}.ion-md-arrow-down:before{content:""}.ion-md-arrow-dropdown:before{content:""}.ion-md-arrow-dropdown-circle:before{content:""}.ion-md-arrow-dropleft:before{content:""}.ion-md-arrow-dropleft-circle:before{content:""}.ion-md-arrow-dropright:before{content:""}.ion-md-arrow-dropright-circle:before{content:""}.ion-md-arrow-dropup:before{content:""}.ion-md-arrow-dropup-circle:before{content:""}.ion-md-arrow-forward:before{content:""}.ion-md-arrow-round-back:before{content:""}.ion-md-arrow-round-down:before{content:""}.ion-md-arrow-round-forward:before{content:""}.ion-md-arrow-round-up:before{content:""}.ion-md-arrow-up:before{content:""}.ion-md-at:before{content:""}.ion-md-attach:before{content:""}.ion-md-backspace:before{content:""}.ion-md-barcode:before{content:""}.ion-md-baseball:before{content:""}.ion-md-basket:before{content:""}.ion-md-basketball:before{content:""}.ion-md-battery-charging:before{content:""}.ion-md-battery-dead:before{content:""}.ion-md-battery-full:before{content:""}.ion-md-beaker:before{content:""}.ion-md-bed:before{content:""}.ion-md-beer:before{content:""}.ion-md-bicycle:before{content:""}.ion-md-bluetooth:before{content:""}.ion-md-boat:before{content:""}.ion-md-body:before{content:""}.ion-md-bonfire:before{content:""}.ion-md-book:before{content:""}.ion-md-bookmark:before{content:""}.ion-md-bookmarks:before{content:""}.ion-md-bowtie:before{content:""}.ion-md-briefcase:before{content:""}.ion-md-browsers:before{content:""}.ion-md-brush:before{content:""}.ion-md-bug:before{content:""}.ion-md-build:before{content:""}.ion-md-bulb:before{content:""}.ion-md-bus:before{content:""}.ion-md-business:before{content:""}.ion-md-cafe:before{content:""}.ion-md-calculator:before{content:""}.ion-md-calendar:before{content:""}.ion-md-call:before{content:""}.ion-md-camera:before{content:""}.ion-md-car:before{content:""}.ion-md-card:before{content:""}.ion-md-cart:before{content:""}.ion-md-cash:before{content:""}.ion-md-cellular:before{content:""}.ion-md-chatboxes:before{content:""}.ion-md-chatbubbles:before{content:""}.ion-md-checkbox:before{content:""}.ion-md-checkbox-outline:before{content:""}.ion-md-checkmark:before{content:""}.ion-md-checkmark-circle:before{content:""}.ion-md-checkmark-circle-outline:before{content:""}.ion-md-clipboard:before{content:""}.ion-md-clock:before{content:""}.ion-md-close:before{content:""}.ion-md-close-circle:before{content:""}.ion-md-close-circle-outline:before{content:""}.ion-md-cloud:before{content:""}.ion-md-cloud-circle:before{content:""}.ion-md-cloud-done:before{content:""}.ion-md-cloud-download:before{content:""}.ion-md-cloud-outline:before{content:""}.ion-md-cloud-upload:before{content:""}.ion-md-cloudy:before{content:""}.ion-md-cloudy-night:before{content:""}.ion-md-code:before{content:""}.ion-md-code-download:before{content:""}.ion-md-code-working:before{content:""}.ion-md-cog:before{content:""}.ion-md-color-fill:before{content:""}.ion-md-color-filter:before{content:""}.ion-md-color-palette:before{content:""}.ion-md-color-wand:before{content:""}.ion-md-compass:before{content:""}.ion-md-construct:before{content:""}.ion-md-contact:before{content:""}.ion-md-contacts:before{content:""}.ion-md-contract:before{content:""}.ion-md-contrast:before{content:""}.ion-md-copy:before{content:""}.ion-md-create:before{content:""}.ion-md-crop:before{content:""}.ion-md-cube:before{content:""}.ion-md-cut:before{content:""}.ion-md-desktop:before{content:""}.ion-md-disc:before{content:""}.ion-md-document:before{content:""}.ion-md-done-all:before{content:""}.ion-md-download:before{content:""}.ion-md-easel:before{content:""}.ion-md-egg:before{content:""}.ion-md-exit:before{content:""}.ion-md-expand:before{content:""}.ion-md-eye:before{content:""}.ion-md-eye-off:before{content:""}.ion-md-fastforward:before{content:""}.ion-md-female:before{content:""}.ion-md-filing:before{content:""}.ion-md-film:before{content:""}.ion-md-finger-print:before{content:""}.ion-md-fitness:before{content:""}.ion-md-flag:before{content:""}.ion-md-flame:before{content:""}.ion-md-flash:before{content:""}.ion-md-flash-off:before{content:""}.ion-md-flashlight:before{content:""}.ion-md-flask:before{content:""}.ion-md-flower:before{content:""}.ion-md-folder:before{content:""}.ion-md-folder-open:before{content:""}.ion-md-football:before{content:""}.ion-md-funnel:before{content:""}.ion-md-gift:before{content:""}.ion-md-git-branch:before{content:""}.ion-md-git-commit:before{content:""}.ion-md-git-compare:before{content:""}.ion-md-git-merge:before{content:""}.ion-md-git-network:before{content:""}.ion-md-git-pull-request:before{content:""}.ion-md-glasses:before{content:""}.ion-md-globe:before{content:""}.ion-md-grid:before{content:""}.ion-md-hammer:before{content:""}.ion-md-hand:before{content:""}.ion-md-happy:before{content:""}.ion-md-headset:before{content:""}.ion-md-heart:before{content:""}.ion-md-heart-dislike:before{content:""}.ion-md-heart-empty:before{content:""}.ion-md-heart-half:before{content:""}.ion-md-help:before{content:""}.ion-md-help-buoy:before{content:""}.ion-md-help-circle:before{content:""}.ion-md-help-circle-outline:before{content:""}.ion-md-home:before{content:""}.ion-md-hourglass:before{content:""}.ion-md-ice-cream:before{content:""}.ion-md-image:before{content:""}.ion-md-images:before{content:""}.ion-md-infinite:before{content:""}.ion-md-information:before{content:""}.ion-md-information-circle:before{content:""}.ion-md-information-circle-outline:before{content:""}.ion-md-jet:before{content:""}.ion-md-journal:before{content:""}.ion-md-key:before{content:""}.ion-md-keypad:before{content:""}.ion-md-laptop:before{content:""}.ion-md-leaf:before{content:""}.ion-md-link:before{content:""}.ion-md-list:before{content:""}.ion-md-list-box:before{content:""}.ion-md-locate:before{content:""}.ion-md-lock:before{content:""}.ion-md-log-in:before{content:""}.ion-md-log-out:before{content:""}.ion-md-magnet:before{content:""}.ion-md-mail:before{content:""}.ion-md-mail-open:before{content:""}.ion-md-mail-unread:before{content:""}.ion-md-male:before{content:""}.ion-md-man:before{content:""}.ion-md-map:before{content:""}.ion-md-medal:before{content:""}.ion-md-medical:before{content:""}.ion-md-medkit:before{content:""}.ion-md-megaphone:before{content:""}.ion-md-menu:before{content:""}.ion-md-mic:before{content:""}.ion-md-mic-off:before{content:""}.ion-md-microphone:before{content:""}.ion-md-moon:before{content:""}.ion-md-more:before{content:""}.ion-md-move:before{content:""}.ion-md-musical-note:before{content:""}.ion-md-musical-notes:before{content:""}.ion-md-navigate:before{content:""}.ion-md-notifications:before{content:""}.ion-md-notifications-off:before{content:""}.ion-md-notifications-outline:before{content:""}.ion-md-nuclear:before{content:""}.ion-md-nutrition:before{content:""}.ion-md-open:before{content:""}.ion-md-options:before{content:""}.ion-md-outlet:before{content:""}.ion-md-paper:before{content:""}.ion-md-paper-plane:before{content:""}.ion-md-partly-sunny:before{content:""}.ion-md-pause:before{content:""}.ion-md-paw:before{content:""}.ion-md-people:before{content:""}.ion-md-person:before{content:""}.ion-md-person-add:before{content:""}.ion-md-phone-landscape:before{content:""}.ion-md-phone-portrait:before{content:""}.ion-md-photos:before{content:""}.ion-md-pie:before{content:""}.ion-md-pin:before{content:""}.ion-md-pint:before{content:""}.ion-md-pizza:before{content:""}.ion-md-planet:before{content:""}.ion-md-play:before{content:""}.ion-md-play-circle:before{content:""}.ion-md-podium:before{content:""}.ion-md-power:before{content:""}.ion-md-pricetag:before{content:""}.ion-md-pricetags:before{content:""}.ion-md-print:before{content:""}.ion-md-pulse:before{content:""}.ion-md-qr-scanner:before{content:""}.ion-md-quote:before{content:""}.ion-md-radio:before{content:""}.ion-md-radio-button-off:before{content:""}.ion-md-radio-button-on:before{content:""}.ion-md-rainy:before{content:""}.ion-md-recording:before{content:""}.ion-md-redo:before{content:""}.ion-md-refresh:before{content:""}.ion-md-refresh-circle:before{content:""}.ion-md-remove:before{content:""}.ion-md-remove-circle:before{content:""}.ion-md-remove-circle-outline:before{content:""}.ion-md-reorder:before{content:""}.ion-md-repeat:before{content:""}.ion-md-resize:before{content:""}.ion-md-restaurant:before{content:""}.ion-md-return-left:before{content:""}.ion-md-return-right:before{content:""}.ion-md-reverse-camera:before{content:""}.ion-md-rewind:before{content:""}.ion-md-ribbon:before{content:""}.ion-md-rocket:before{content:""}.ion-md-rose:before{content:""}.ion-md-sad:before{content:""}.ion-md-save:before{content:""}.ion-md-school:before{content:""}.ion-md-search:before{content:""}.ion-md-send:before{content:""}.ion-md-settings:before{content:""}.ion-md-share:before{content:""}.ion-md-share-alt:before{content:""}.ion-md-shirt:before{content:""}.ion-md-shuffle:before{content:""}.ion-md-skip-backward:before{content:""}.ion-md-skip-forward:before{content:""}.ion-md-snow:before{content:""}.ion-md-speedometer:before{content:""}.ion-md-square:before{content:""}.ion-md-square-outline:before{content:""}.ion-md-star:before{content:""}.ion-md-star-half:before{content:""}.ion-md-star-outline:before{content:""}.ion-md-stats:before{content:""}.ion-md-stopwatch:before{content:""}.ion-md-subway:before{content:""}.ion-md-sunny:before{content:""}.ion-md-swap:before{content:""}.ion-md-switch:before{content:""}.ion-md-sync:before{content:""}.ion-md-tablet-landscape:before{content:""}.ion-md-tablet-portrait:before{content:""}.ion-md-tennisball:before{content:""}.ion-md-text:before{content:""}.ion-md-thermometer:before{content:""}.ion-md-thumbs-down:before{content:""}.ion-md-thumbs-up:before{content:""}.ion-md-thunderstorm:before{content:""}.ion-md-time:before{content:""}.ion-md-timer:before{content:""}.ion-md-today:before{content:""}.ion-md-train:before{content:""}.ion-md-transgender:before{content:""}.ion-md-trash:before{content:""}.ion-md-trending-down:before{content:""}.ion-md-trending-up:before{content:""}.ion-md-trophy:before{content:""}.ion-md-tv:before{content:""}.ion-md-umbrella:before{content:""}.ion-md-undo:before{content:""}.ion-md-unlock:before{content:""}.ion-md-videocam:before{content:""}.ion-md-volume-high:before{content:""}.ion-md-volume-low:before{content:""}.ion-md-volume-mute:before{content:""}.ion-md-volume-off:before{content:""}.ion-md-walk:before{content:""}.ion-md-wallet:before{content:""}.ion-md-warning:before{content:""}.ion-md-watch:before{content:""}.ion-md-water:before{content:""}.ion-md-wifi:before{content:""}.ion-md-wine:before{content:""}.ion-md-woman:before{content:""}#app{font-family:Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333}body{margin:0;background:#f0f0f0}.menu_item_header[data-v-921ecafa]{background-color:#d9d9d9!important}.sidebar-item[data-v-d1902df7]{position:relative}.sidebar-item__children[data-v-d1902df7]{max-height:60vh;overflow-y:auto;overflow-x:visible;min-width:8rem;color:var(--va-gray);background:var(--va-white);box-shadow:var(--va-box-shadow)}.va-sidebar-item__icon[data-v-d1902df7]{margin:0}.va-sidebar-item-content[data-v-d1902df7]{position:relative}.va-sidebar-item-content .more_icon[data-v-d1902df7]{text-align:center;position:absolute;bottom:.5rem;top:50%;right:0;transform:translateY(-50%)}.va-sidebar .va-collapse__body{margin-top:0!important}.va-sidebar__menu{padding:2rem 0}.va-sidebar__menu__inner{padding-bottom:8rem}.va-sidebar-item-content{padding:.75rem 1rem}.va-sidebar-item__icon{width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center}.va-sidebar[data-v-585c7f27]{flex-shrink:0;background-color:#f0f0f0!important;color:#333!important}.merchant_search_bar[data-v-585c7f27]{margin-left:20px;margin-bottom:30px}.copyright[data-v-585c7f27]{bottom:0;font-family:Ubuntu;font-style:normal;font-weight:400;line-height:14px;text-align:center}.va-icon-menu-collapsed{display:inline-block;width:24px;height:24px}.profile-dropdown{cursor:pointer}.profile-dropdown .va-dropdown-popper__anchor{display:flex;justify-content:flex-end}.profile-dropdown__content{width:8rem}.profile-dropdown__item{display:block;color:var(--va-gray)}.profile-dropdown__item:hover,.profile-dropdown__item:active{color:var(--va-primary)}.profile-dropdown .va-dropdown__anchor{display:inline-block}.app-navbar-actions{display:flex;align-items:center;color:#8a8a8a}.app-navbar-actions .va-dropdown__anchor{color:#8a8a8a;fill:#8a8a8a}.app-navbar-actions__item{padding:0;margin-left:1.25rem;margin-right:1.25rem}.app-navbar-actions__item svg{height:24px}.app-navbar-actions__item:last-of-type{margin-right:0}.app-navbar-actions__item--profile{display:flex;justify-content:center;margin:auto 0 auto 1.25rem}.app-navbar-actions__item .va-dropdown-content{background-color:var(--va-white)}@media screen and (max-width: 768px){.app-navbar-actions__item{margin-right:0}.app-navbar-actions__item:first-of-type{margin-left:0}.app-navbar-actions__item--profile{position:absolute;right:.75rem;top:1.25rem;height:fit-content;margin:auto}}.va-navbar[data-v-94c0899b]{z-index:2}@media screen and (max-width: 1200px){.va-navbar__center .app-navbar__github-button[data-v-94c0899b]{display:none}}@media screen and (max-width: 950px){.va-navbar__center .app-navbar__text[data-v-94c0899b]{display:none}}@media screen and (max-width: 950px){.va-navbar .left[data-v-94c0899b]{width:100%}.va-navbar .app-navbar__actions[data-v-94c0899b]{width:100%;display:flex;justify-content:space-between}}.left[data-v-94c0899b]{display:flex;align-items:center}.left[data-v-94c0899b]>*{margin-right:1.5rem}.left[data-v-94c0899b]>*:last-child{margin-right:0}.x-flip[data-v-94c0899b]{transform:scaleX(-1)}.app-navbar__text[data-v-94c0899b]>*{margin-right:.5rem}.app-navbar__text[data-v-94c0899b]>*:last-child{margin-right:0}.multiselect{position:relative;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;cursor:pointer;outline:none;border:var(--ms-border-width,1px) solid var(--ms-border-color,#d1d5db);border-radius:var(--ms-radius,4px);background:var(--ms-bg,#fff);font-size:var(--ms-font-size,1rem);min-height:calc(var(--ms-border-width, 1px)*2 + var(--ms-font-size, 1rem)*var(--ms-line-height, 1.375) + var(--ms-py, .5rem)*2)}.multiselect.is-open{border-radius:var(--ms-radius,4px) var(--ms-radius,4px) 0 0}.multiselect.is-open-top{border-radius:0 0 var(--ms-radius,4px) var(--ms-radius,4px)}.multiselect.is-disabled{cursor:default;background:var(--ms-bg-disabled,#f3f4f6)}.multiselect.is-active{box-shadow:0 0 0 var(--ms-ring-width,3px) var(--ms-ring-color,rgba(16,185,129,.18823529411764706))}.multiselect-multiple-label,.multiselect-placeholder,.multiselect-single-label{display:flex;align-items:center;height:100%;position:absolute;left:0;top:0;pointer-events:none;background:transparent;line-height:var(--ms-line-height,1.375);padding-left:var(--ms-px,.875rem);padding-right:calc(1.25rem + var(--ms-px, .875rem)*3);box-sizing:border-box;max-width:100%}.multiselect-placeholder{color:var(--ms-placeholder-color,#9ca3af)}.multiselect-single-label-text{overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.multiselect-search{width:100%;position:absolute;top:0;bottom:0;left:0;right:0;outline:none;box-sizing:border-box;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:inherit;font-family:inherit;background:var(--ms-bg,#fff);border-radius:var(--ms-radius,4px);padding-left:var(--ms-px,.875rem)}.multiselect-search::-webkit-search-cancel-button,.multiselect-search::-webkit-search-decoration,.multiselect-search::-webkit-search-results-button,.multiselect-search::-webkit-search-results-decoration{-webkit-appearance:none}.multiselect-tags{flex-grow:1;flex-shrink:1;display:flex;flex-wrap:wrap;margin:var(--ms-tag-my,.25rem) 0 0;padding-left:var(--ms-py,.5rem);align-items:center}.multiselect-tag{background:var(--ms-tag-bg,#10b981);color:var(--ms-tag-color,#fff);font-size:var(--ms-tag-font-size,.875rem);line-height:var(--ms-tag-line-height,1.25rem);font-weight:var(--ms-tag-font-weight,600);padding:var(--ms-tag-py,.125rem) 0 var(--ms-tag-py,.125rem) var(--ms-tag-px,.5rem);border-radius:var(--ms-tag-radius,4px);margin-right:var(--ms-tag-mx,.25rem);margin-bottom:var(--ms-tag-my,.25rem);display:flex;align-items:center;white-space:nowrap}.multiselect-tag.is-disabled{padding-right:var(--ms-tag-px,.5rem);background:var(--ms-tag-bg-disabled,#9ca3af);color:var(--ms-tag-color-disabled,#fff)}.multiselect-tag-remove{display:flex;align-items:center;justify-content:center;padding:var(--ms-tag-remove-py,.25rem) var(--ms-tag-remove-px,.25rem);margin:var(--ms-tag-remove-my,0) var(--ms-tag-remove-mx,.125rem);border-radius:var(--ms-tag-remove-radius,4px)}.multiselect-tag-remove:hover{background:#00000010}.multiselect-tag-remove-icon{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:currentColor;opacity:.8;display:inline-block;width:.75rem;height:.75rem}.multiselect-tags-search-wrapper{display:inline-block;position:relative;margin:0 var(--ms-tag-mx,4px) var(--ms-tag-my,4px);flex-grow:1;flex-shrink:1;height:100%}.multiselect-tags-search-copy{visibility:hidden;white-space:pre-wrap;display:inline-block;height:1px;width:100%}.multiselect-tags-search{position:absolute;left:0;right:0;top:0;bottom:0;border:0;-webkit-appearance:none;-moz-appearance:none;outline:none;padding:0;font-size:inherit;font-family:inherit;box-sizing:border-box;width:100%;appearance:none}.multiselect-tags-search::-webkit-search-cancel-button,.multiselect-tags-search::-webkit-search-decoration,.multiselect-tags-search::-webkit-search-results-button,.multiselect-tags-search::-webkit-search-results-decoration{-webkit-appearance:none}.multiselect-spinner{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 512 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M456.433 371.72l-27.79-16.045c-7.192-4.152-10.052-13.136-6.487-20.636 25.82-54.328 23.566-118.602-6.768-171.03-30.265-52.529-84.802-86.621-144.76-91.424C262.35 71.922 256 64.953 256 56.649V24.56c0-9.31 7.916-16.609 17.204-15.96 81.795 5.717 156.412 51.902 197.611 123.408 41.301 71.385 43.99 159.096 8.042 232.792-4.082 8.369-14.361 11.575-22.424 6.92z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:var(--ms-spinner-color,#10b981);width:1rem;height:1rem;z-index:10;margin:0 var(--ms-px,.875rem) 0 0;-webkit-animation:multiselect-spin 1s linear infinite;animation:multiselect-spin 1s linear infinite;flex-shrink:0;flex-grow:0}.multiselect-clear{padding:0 var(--ms-px,.875rem) 0 0;position:relative;z-index:10;opacity:1;transition:.3s;flex-shrink:0;flex-grow:0;display:flex}.multiselect-clear:hover .multiselect-clear-icon{background-color:var(--ms-clear-color-hover,#000)}.multiselect-clear-icon{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M207.6 256l107.72-107.72c6.23-6.23 6.23-16.34 0-22.58l-25.03-25.03c-6.23-6.23-16.34-6.23-22.58 0L160 208.4 52.28 100.68c-6.23-6.23-16.34-6.23-22.58 0L4.68 125.7c-6.23 6.23-6.23 16.34 0 22.58L112.4 256 4.68 363.72c-6.23 6.23-6.23 16.34 0 22.58l25.03 25.03c6.23 6.23 16.34 6.23 22.58 0L160 303.6l107.72 107.72c6.23 6.23 16.34 6.23 22.58 0l25.03-25.03c6.23-6.23 6.23-16.34 0-22.58L207.6 256z'/%3E%3C/svg%3E");background-color:var(--ms-clear-color,#999);display:inline-block;transition:.3s}.multiselect-caret,.multiselect-clear-icon{-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:.625rem;height:1.125rem}.multiselect-caret{transform:rotate(0);transition:transform .3s;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 320 512' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");background-color:var(--ms-caret-color,#999);margin:0 var(--ms-px,.875rem) 0 0;position:relative;z-index:10;flex-shrink:0;flex-grow:0;pointer-events:none}.multiselect-caret.is-open{transform:rotate(180deg);pointer-events:auto}.multiselect-dropdown{position:absolute;left:calc(var(--ms-border-width, 1px)*-1);right:calc(var(--ms-border-width, 1px)*-1);bottom:0;transform:translateY(100%);border:var(--ms-dropdown-border-width,1px) solid var(--ms-dropdown-border-color,#d1d5db);margin-top:calc(var(--ms-border-width, 1px)*-1);max-height:15rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;z-index:100;background:var(--ms-dropdown-bg,#fff);display:flex;flex-direction:column;border-radius:0 0 var(--ms-dropdown-radius,4px) var(--ms-dropdown-radius,4px);outline:none}.multiselect-dropdown.is-top{transform:translateY(-100%);top:var(--ms-border-width,1px);bottom:auto;flex-direction:column-reverse;border-radius:var(--ms-dropdown-radius,4px) var(--ms-dropdown-radius,4px) 0 0}.multiselect-dropdown.is-hidden{display:none}.multiselect-options{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;max-height:var(--ms-max-height,10rem)}.multiselect-options.is-top{flex-direction:column-reverse}.multiselect-group{padding:0;margin:0}.multiselect-group-label{padding:var(--ms-group-label-py,.3rem) var(--ms-group-label-px,.75rem);font-size:.875rem;font-weight:600;background:var(--ms-group-label-bg,#e5e7eb);color:var(--ms-group-label-color,#374151);cursor:default;line-height:var(--ms-group-label-line-height,1.375);display:flex;box-sizing:border-box;text-decoration:none;align-items:center;justify-content:flex-start;text-align:left}.multiselect-group-label.is-pointable{cursor:pointer}.multiselect-group-label.is-pointed{background:var(--ms-group-label-bg-pointed,#d1d5db);color:var(--ms-group-label-color-pointed,#374151)}.multiselect-group-label.is-selected{background:var(--ms-group-label-bg-selected,#059669);color:var(--ms-group-label-color-selected,#fff)}.multiselect-group-label.is-disabled{background:var(--ms-group-label-bg-disabled,#f3f4f6);color:var(--ms-group-label-color-disabled,#d1d5db);cursor:not-allowed}.multiselect-group-label.is-selected.is-pointed{background:var(--ms-group-label-bg-selected-pointed,#0c9e70);color:var(--ms-group-label-color-selected-pointed,#fff)}.multiselect-group-label.is-selected.is-disabled{background:var(--ms-group-label-bg-selected-disabled,#75cfb1);color:var(--ms-group-label-color-selected-disabled,#d1fae5)}.multiselect-group-options{padding:0;margin:0}.multiselect-option{padding:var(--ms-option-py,.5rem) var(--ms-option-px,.75rem);font-size:var(--ms-option-font-size,1rem);line-height:var(--ms-option-line-height,1.375);cursor:pointer;display:flex;box-sizing:border-box;text-decoration:none;align-items:center;justify-content:flex-start;text-align:left}.multiselect-option.is-pointed{background:var(--ms-option-bg-pointed,#f3f4f6);color:var(--ms-option-color-pointed,#1f2937)}.multiselect-option.is-selected{background:var(--ms-option-bg-selected,#10b981);color:var(--ms-option-color-selected,#fff)}.multiselect-option.is-disabled{background:var(--ms-option-bg-disabled,#fff);color:var(--ms-option-color-disabled,#d1d5db);cursor:not-allowed}.multiselect-option.is-selected.is-pointed{background:var(--ms-option-bg-selected-pointed,#26c08e);color:var(--ms-option-color-selected-pointed,#fff)}.multiselect-option.is-selected.is-disabled{background:var(--ms-option-bg-selected-disabled,#87dcc0);color:var(--ms-option-color-selected-disabled,#d1fae5)}.multiselect-no-options,.multiselect-no-results{padding:var(--ms-option-py,.5rem) var(--ms-option-px,.75rem);color:var(--ms-empty-color,#4b5563)}.multiselect-fake-input{background:transparent;position:absolute;left:0;right:0;bottom:-1px;width:100%;height:1px;border:0;padding:0;font-size:0;outline:none}.multiselect-fake-input:active,.multiselect-fake-input:focus{outline:none}.multiselect-spacer{display:none}@-webkit-keyframes multiselect-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes multiselect-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.app-layout{height:100vh;display:flex;flex-direction:column}.app-layout__navbar{min-height:4rem}.app-layout__content{display:flex;height:calc(100vh - 4rem);flex:1}@media screen and (max-width: 768px){.app-layout__content{height:calc(100vh - 6.5rem)}}.app-layout__content .app-layout__sidebar-wrapper{position:relative;height:100%;background:var(--va-white)}@media screen and (max-width: 768px){.app-layout__content .app-layout__sidebar-wrapper:not(.minimized){width:100%;height:100%;position:fixed;top:0;z-index:999}.app-layout__content .app-layout__sidebar-wrapper .va-sidebar:not(.va-sidebar--minimized){z-index:-1}.app-layout__content .app-layout__sidebar-wrapper .va-sidebar:not(.va-sidebar--minimized) .va-sidebar__menu{padding:0}}.app-layout__page{flex-grow:2;overflow-y:scroll}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border-radius:4px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:1rem;height:1rem;stroke-width:0;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;left:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-left:35px}.dp__input_valid{box-shadow:0 0 4px var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 4px var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{position:absolute;background:var(--dp-background-color);border-radius:4px;min-width:260px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;-webkit-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp__menu_index{z-index:99999}.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.dp__menu_disabled{background:#ffffff80;cursor:not-allowed}.dp__menu_readonly{background:#0000;cursor:default}.dp__arrow_top{left:50%;top:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-left:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(45deg)}.dp__arrow_bottom{left:50%;bottom:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-right:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__now_wrap{text-align:center;padding:2px 0}.dp__now_button{border:1px solid var(--dp-primary-color);color:var(--dp-primary-color);padding:0 4px;font-weight:700;border-radius:4px;font-size:1rem;cursor:pointer;background:#0000}.dp__preset_ranges,.dp__sidebar_left{padding:5px;border-right:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;border-left:1px solid var(--dp-border-color)}.dp__preset_range{padding:5px}.dp__preset_range:hover{background-color:var(--dp-hover-color);cursor:pointer}.dp__menu_content_wrapper{display:flex}.dp__calendar_wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;flex:0}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:35px;padding:5px;width:35px;box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:5px 0}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:.5rem}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:4px;height:35px;padding:5px;width:35px;border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-bottom-right-radius:0;border-top-right-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-bottom-left-radius:0;border-top-left-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-hover-color);border-radius:0;border-top:1px solid var(--dp-hover-color);border-bottom:1px solid var(--dp-hover-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-left:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-right:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-left:10px}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:4px;background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-right:5px}.dp__arrow_bottom_tp{left:50%;bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-right:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (max-width: 600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:35px;color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:25px;width:25px;color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:20px;width:20px}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__month_year_select{width:50%;text-align:center;cursor:pointer;height:35px;display:flex;align-items:center;justify-content:center;border-radius:4px;box-sizing:border-box}.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__month_year_wrap{display:flex;width:100%}.dp__overlay{position:absolute;width:100%;height:100%;background:var(--dp-background-color);top:0;left:0;transition:opacity 1s ease-out;z-index:99999;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color);box-sizing:border-box}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-left:auto;margin-right:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__overlay_container>.dp__overlay_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:3px;white-space:nowrap}.dp__overlay_cell_pad{padding:10px 0}.dp__overlay_cell_active{cursor:pointer;border-radius:4px;text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:4px;text-align:center}.dp__overlay_cell:hover,.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__overlay_action{position:sticky;bottom:0;background:#fff}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__month_picker_header{display:flex;width:100%;align-items:center;justify-content:space-between;height:35px}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color)}.dp__time_col_reg{padding:0 20px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{font-size:2rem;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0 3px}.dp__time_display:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button{padding:5px;margin:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:32px;width:32px}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__inc_dec_button_disabled:hover,.dp__inc_dec_button_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:10px;border-radius:4px;cursor:pointer}.dp__action_row{display:flex;align-items:center;width:100%;padding:10px;box-sizing:border-box;color:var(--dp-text-color);background:var(--dp-background-color)}.dp__action_row svg{height:20px;width:auto}.dp__selection_preview{width:50%;color:var(--dp-text-color);font-size:.8rem}.dp__action_buttons{width:50%;text-align:right}.dp__action{font-weight:700;cursor:pointer;padding:2px 5px;border-radius:4px;display:inline-flex;align-items:center}.dp__select{color:var(--dp-success-color)}.dp__action_disabled{color:var(--dp-success-color-disabled);cursor:not-allowed}.dp__cancel{color:var(--dp-secondary-color)}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%)}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%)}.dp__main{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-user-select:none;user-select:none;box-sizing:border-box}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);background:var(--dp-background-color);cursor:pointer;display:flex;align-items:center;align-content:center;justify-content:center;padding:10px;box-sizing:border-box;height:35px}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:20px;width:auto}.dp__button_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all .1s ease-out}.calendar-next-enter-from{opacity:0;transform:translate(22px)}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(-22px)}.calendar-prev-leave-to{opacity:0;transform:translate(22px)}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all .1s ease-out}.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(22px)}.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(-22px)}.dp-menu-appear-enter-from{opacity:0}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active{transition:opacity .1s ease}.dp-menu-appear-leave-to{opacity:1}
