@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap);
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"\D7";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:transparent;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.ps{position:relative}
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{-ms-overflow-style:scrollbar;box-sizing:border-box}*,:after,:before{box-sizing:inherit}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:630px){.container,.container-sm{max-width:576px}}@media (min-width:980px){.container,.container-md,.container-sm{max-width:768px}}@media (min-width:1080px){.container,.container-lg,.container-md,.container-sm{max-width:1024px}}@media (min-width:1460px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1170px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-2,.col-20,.col-21,.col-22,.col-23,.col-24,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-17,.col-xl-18,.col-xl-19,.col-xl-2,.col-xl-20,.col-xl-21,.col-xl-22,.col-xl-23,.col-xl-24,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-3{flex:0 0 12.5%;max-width:12.5%}.col-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-6{flex:0 0 25%;max-width:25%}.col-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-9{flex:0 0 37.5%;max-width:37.5%}.col-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-12{flex:0 0 50%;max-width:50%}.col-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-15{flex:0 0 62.5%;max-width:62.5%}.col-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-18{flex:0 0 75%;max-width:75%}.col-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-21{flex:0 0 87.5%;max-width:87.5%}.col-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-24{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:25}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-13{order:13}.order-14{order:14}.order-15{order:15}.order-16{order:16}.order-17{order:17}.order-18{order:18}.order-19{order:19}.order-20{order:20}.order-21{order:21}.order-22{order:22}.order-23{order:23}.order-24{order:24}.offset-1{margin-left:4.16666667%}.offset-2{margin-left:8.33333333%}.offset-3{margin-left:12.5%}.offset-4{margin-left:16.66666667%}.offset-5{margin-left:20.83333333%}.offset-6{margin-left:25%}.offset-7{margin-left:29.16666667%}.offset-8{margin-left:33.33333333%}.offset-9{margin-left:37.5%}.offset-10{margin-left:41.66666667%}.offset-11{margin-left:45.83333333%}.offset-12{margin-left:50%}.offset-13{margin-left:54.16666667%}.offset-14{margin-left:58.33333333%}.offset-15{margin-left:62.5%}.offset-16{margin-left:66.66666667%}.offset-17{margin-left:70.83333333%}.offset-18{margin-left:75%}.offset-19{margin-left:79.16666667%}.offset-20{margin-left:83.33333333%}.offset-21{margin-left:87.5%}.offset-22{margin-left:91.66666667%}.offset-23{margin-left:95.83333333%}@media (min-width:630px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-sm-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-3{flex:0 0 12.5%;max-width:12.5%}.col-sm-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-sm-6{flex:0 0 25%;max-width:25%}.col-sm-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-sm-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-9{flex:0 0 37.5%;max-width:37.5%}.col-sm-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-sm-12{flex:0 0 50%;max-width:50%}.col-sm-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-sm-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-15{flex:0 0 62.5%;max-width:62.5%}.col-sm-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-sm-18{flex:0 0 75%;max-width:75%}.col-sm-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-sm-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-21{flex:0 0 87.5%;max-width:87.5%}.col-sm-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-sm-24{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:25}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.order-sm-13{order:13}.order-sm-14{order:14}.order-sm-15{order:15}.order-sm-16{order:16}.order-sm-17{order:17}.order-sm-18{order:18}.order-sm-19{order:19}.order-sm-20{order:20}.order-sm-21{order:21}.order-sm-22{order:22}.order-sm-23{order:23}.order-sm-24{order:24}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:4.16666667%}.offset-sm-2{margin-left:8.33333333%}.offset-sm-3{margin-left:12.5%}.offset-sm-4{margin-left:16.66666667%}.offset-sm-5{margin-left:20.83333333%}.offset-sm-6{margin-left:25%}.offset-sm-7{margin-left:29.16666667%}.offset-sm-8{margin-left:33.33333333%}.offset-sm-9{margin-left:37.5%}.offset-sm-10{margin-left:41.66666667%}.offset-sm-11{margin-left:45.83333333%}.offset-sm-12{margin-left:50%}.offset-sm-13{margin-left:54.16666667%}.offset-sm-14{margin-left:58.33333333%}.offset-sm-15{margin-left:62.5%}.offset-sm-16{margin-left:66.66666667%}.offset-sm-17{margin-left:70.83333333%}.offset-sm-18{margin-left:75%}.offset-sm-19{margin-left:79.16666667%}.offset-sm-20{margin-left:83.33333333%}.offset-sm-21{margin-left:87.5%}.offset-sm-22{margin-left:91.66666667%}.offset-sm-23{margin-left:95.83333333%}}@media (min-width:980px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-md-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-3{flex:0 0 12.5%;max-width:12.5%}.col-md-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-md-6{flex:0 0 25%;max-width:25%}.col-md-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-md-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-9{flex:0 0 37.5%;max-width:37.5%}.col-md-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-md-12{flex:0 0 50%;max-width:50%}.col-md-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-md-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-15{flex:0 0 62.5%;max-width:62.5%}.col-md-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-md-18{flex:0 0 75%;max-width:75%}.col-md-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-md-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-21{flex:0 0 87.5%;max-width:87.5%}.col-md-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-md-24{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:25}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.order-md-13{order:13}.order-md-14{order:14}.order-md-15{order:15}.order-md-16{order:16}.order-md-17{order:17}.order-md-18{order:18}.order-md-19{order:19}.order-md-20{order:20}.order-md-21{order:21}.order-md-22{order:22}.order-md-23{order:23}.order-md-24{order:24}.offset-md-0{margin-left:0}.offset-md-1{margin-left:4.16666667%}.offset-md-2{margin-left:8.33333333%}.offset-md-3{margin-left:12.5%}.offset-md-4{margin-left:16.66666667%}.offset-md-5{margin-left:20.83333333%}.offset-md-6{margin-left:25%}.offset-md-7{margin-left:29.16666667%}.offset-md-8{margin-left:33.33333333%}.offset-md-9{margin-left:37.5%}.offset-md-10{margin-left:41.66666667%}.offset-md-11{margin-left:45.83333333%}.offset-md-12{margin-left:50%}.offset-md-13{margin-left:54.16666667%}.offset-md-14{margin-left:58.33333333%}.offset-md-15{margin-left:62.5%}.offset-md-16{margin-left:66.66666667%}.offset-md-17{margin-left:70.83333333%}.offset-md-18{margin-left:75%}.offset-md-19{margin-left:79.16666667%}.offset-md-20{margin-left:83.33333333%}.offset-md-21{margin-left:87.5%}.offset-md-22{margin-left:91.66666667%}.offset-md-23{margin-left:95.83333333%}}@media (min-width:1080px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-lg-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-3{flex:0 0 12.5%;max-width:12.5%}.col-lg-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-lg-6{flex:0 0 25%;max-width:25%}.col-lg-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-lg-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-9{flex:0 0 37.5%;max-width:37.5%}.col-lg-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-lg-12{flex:0 0 50%;max-width:50%}.col-lg-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-lg-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-15{flex:0 0 62.5%;max-width:62.5%}.col-lg-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-lg-18{flex:0 0 75%;max-width:75%}.col-lg-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-lg-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-21{flex:0 0 87.5%;max-width:87.5%}.col-lg-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-lg-24{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:25}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.order-lg-13{order:13}.order-lg-14{order:14}.order-lg-15{order:15}.order-lg-16{order:16}.order-lg-17{order:17}.order-lg-18{order:18}.order-lg-19{order:19}.order-lg-20{order:20}.order-lg-21{order:21}.order-lg-22{order:22}.order-lg-23{order:23}.order-lg-24{order:24}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:4.16666667%}.offset-lg-2{margin-left:8.33333333%}.offset-lg-3{margin-left:12.5%}.offset-lg-4{margin-left:16.66666667%}.offset-lg-5{margin-left:20.83333333%}.offset-lg-6{margin-left:25%}.offset-lg-7{margin-left:29.16666667%}.offset-lg-8{margin-left:33.33333333%}.offset-lg-9{margin-left:37.5%}.offset-lg-10{margin-left:41.66666667%}.offset-lg-11{margin-left:45.83333333%}.offset-lg-12{margin-left:50%}.offset-lg-13{margin-left:54.16666667%}.offset-lg-14{margin-left:58.33333333%}.offset-lg-15{margin-left:62.5%}.offset-lg-16{margin-left:66.66666667%}.offset-lg-17{margin-left:70.83333333%}.offset-lg-18{margin-left:75%}.offset-lg-19{margin-left:79.16666667%}.offset-lg-20{margin-left:83.33333333%}.offset-lg-21{margin-left:87.5%}.offset-lg-22{margin-left:91.66666667%}.offset-lg-23{margin-left:95.83333333%}}@media (min-width:1460px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 4.16666667%;max-width:4.16666667%}.col-xl-2{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-3{flex:0 0 12.5%;max-width:12.5%}.col-xl-4{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-5{flex:0 0 20.83333333%;max-width:20.83333333%}.col-xl-6{flex:0 0 25%;max-width:25%}.col-xl-7{flex:0 0 29.16666667%;max-width:29.16666667%}.col-xl-8{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-9{flex:0 0 37.5%;max-width:37.5%}.col-xl-10{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-11{flex:0 0 45.83333333%;max-width:45.83333333%}.col-xl-12{flex:0 0 50%;max-width:50%}.col-xl-13{flex:0 0 54.16666667%;max-width:54.16666667%}.col-xl-14{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-15{flex:0 0 62.5%;max-width:62.5%}.col-xl-16{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-17{flex:0 0 70.83333333%;max-width:70.83333333%}.col-xl-18{flex:0 0 75%;max-width:75%}.col-xl-19{flex:0 0 79.16666667%;max-width:79.16666667%}.col-xl-20{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-21{flex:0 0 87.5%;max-width:87.5%}.col-xl-22{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-23{flex:0 0 95.83333333%;max-width:95.83333333%}.col-xl-24{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:25}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.order-xl-13{order:13}.order-xl-14{order:14}.order-xl-15{order:15}.order-xl-16{order:16}.order-xl-17{order:17}.order-xl-18{order:18}.order-xl-19{order:19}.order-xl-20{order:20}.order-xl-21{order:21}.order-xl-22{order:22}.order-xl-23{order:23}.order-xl-24{order:24}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:4.16666667%}.offset-xl-2{margin-left:8.33333333%}.offset-xl-3{margin-left:12.5%}.offset-xl-4{margin-left:16.66666667%}.offset-xl-5{margin-left:20.83333333%}.offset-xl-6{margin-left:25%}.offset-xl-7{margin-left:29.16666667%}.offset-xl-8{margin-left:33.33333333%}.offset-xl-9{margin-left:37.5%}.offset-xl-10{margin-left:41.66666667%}.offset-xl-11{margin-left:45.83333333%}.offset-xl-12{margin-left:50%}.offset-xl-13{margin-left:54.16666667%}.offset-xl-14{margin-left:58.33333333%}.offset-xl-15{margin-left:62.5%}.offset-xl-16{margin-left:66.66666667%}.offset-xl-17{margin-left:70.83333333%}.offset-xl-18{margin-left:75%}.offset-xl-19{margin-left:79.16666667%}.offset-xl-20{margin-left:83.33333333%}.offset-xl-21{margin-left:87.5%}.offset-xl-22{margin-left:91.66666667%}.offset-xl-23{margin-left:95.83333333%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:630px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:980px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:1080px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1460px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:630px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:980px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:1080px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1460px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:630px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:980px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1080px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1460px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}*{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}body,html{background-color:#ccdbdc;color:#363635;font-family:Noto Sans,sans-serif;font-size:16px;height:100%;line-height:120%;width:100%}@media (prefers-color-scheme:dark){body,html{background-color:#363635;color:#ccdbdc}}h1,h2,h3,h4,h5,h6,p{font-weight:400;line-height:120%;margin-bottom:20px}h1{font-size:48px}h2{font-size:36px}h3{font-size:28px}h4{font-size:20px}h5{font-size:18px}h6,p{font-size:16px}img{max-width:100%}small{font-size:75%;line-height:75%}table{width:100%}table th{text-align:left}a{text-decoration:none;transition:all .3s ease-out}a,a:visited{color:#007ea7}a:active,a:hover{color:#3f916a}.svg{display:inline-block;vertical-align:middle}.svg svg{height:100%;pointer-events:none;width:100%}.svg svg circle,.svg svg path,.svg svg polyline{stroke:currentColor}.lazy-image{display:inline-block}.lazy-background{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;overflow:hidden;position:relative}.lazy-background.round{border-radius:50%;padding-top:100%;width:100%}.lazy-background>.svg{left:0;position:absolute;top:0}.lazy-background>.svg .svg-loader path{stroke:none;fill:#363635}@media (prefers-color-scheme:dark){.lazy-background>.svg .svg-loader path{fill:#ccdbdc}}#app{height:100%;overflow:hidden;position:relative}#app,picture img{width:100%}.icon-action{display:inline-block;font-size:0;height:36px;line-height:0;width:36px}.icon-action .svg{height:100%;transition:all .3s ease-out;width:100%}.slide-fade-enter-active{transition:all .3s ease}.slide-fade-leave-active{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-fade-enter,.slide-fade-leave-to{opacity:0;transform:translateX(10px)}.slide-up-enter-active{transition:all .3s ease}.slide-up-leave-active{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-up-enter,.slide-up-leave-to{opacity:0;transform:translateY(10px)}.slide-fade-up-enter-active{transition:all .3s ease}.slide-fade-up-leave-active{transition:all .8s cubic-bezier(.5,1,1,.8)}.slide-fade-up-enter,.slide-fade-up-leave-to{opacity:0;transform:translateY(10px)}.slide-down-enter-active{transition:all .3s ease}.slide-down-leave-active{transition:all .8s cubic-bezier(1,.5,.8,1)}.slide-down-enter,.slide-down-leave-to{opacity:0;transform:translateY(-10px)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter,.fade-leave-to{opacity:0}.slide-down-displace-enter-active{transition-duration:1s;transition-timing-function:ease-in}.slide-down-displace-leave-active{transition-duration:1s;transition-timing-function:cubic-bezier(0,1,.5,1)}.slide-down-displace-enter-to,.slide-down-displace-leave{max-height:150px;overflow:hidden}.slide-down-displace-enter,.slide-down-displace-leave-to{max-height:0;overflow:hidden}.snackbar{align-items:center;background-color:#ccdbdc;border:1px solid #363635;border-left:5px solid transparent;border-radius:5px;bottom:30px;color:#363635;display:flex;left:50%;padding:10px;position:fixed;transform:translateX(-50%);width:300px;z-index:10000}@media (prefers-color-scheme:dark){.snackbar{background-color:#363635;border:1px solid #ccdbdc;border-left:5px solid transparent;color:#ccdbdc}}.snackbar .messages{width:100%}.snackbar .svg.icon{margin-right:5px}.snackbar .svg.icon,.snackbar .svg.icon svg{height:30px;width:30px}.snackbar .svg.icon svg path{stroke:currentColor}.snackbar .close{cursor:pointer}.snackbar .close,.snackbar .close .svg{display:inline-block;height:30px;width:30px}.snackbar .close .svg{margin-left:5px}.snackbar .close .svg svg{height:30px;width:30px}.snackbar .close .svg svg path{stroke:currentColor;transition:all .3s ease-out}.snackbar.danger{border-color:#af001d}.snackbar.danger .close:hover .svg svg path,.snackbar.danger .svg.icon svg path{stroke:#af001d}.snackbar.info{border-color:#17a2b8}.snackbar.info .close:hover .svg svg path,.snackbar.info .svg.icon svg path{stroke:#17a2b8}.snackbar.warning{border-color:#c79500}.snackbar.warning .close:hover .svg svg path,.snackbar.warning .svg.icon svg path{stroke:#c79500}.alert-stack{bottom:30px;display:flex;flex-wrap:wrap;left:50%;position:fixed;transform:translateX(-50%);width:300px;z-index:5001}.alert-stack .snackbar{bottom:auto;left:auto;margin-bottom:10px;position:relative;transform:none;width:100%}.card{background-color:hsla(0,0%,100%,.7);border-radius:5px;margin-bottom:20px}@media (prefers-color-scheme:dark){.card{background-color:rgba(0,0,0,.4)}}.card .card-header{align-items:center;border-bottom:1px solid #363635;display:flex;justify-content:space-between;padding:10px 20px}@media (prefers-color-scheme:dark){.card .card-header{border-bottom:1px solid #ccdbdc}}.card .card-header h1,.card .card-header h2,.card .card-header h3,.card .card-header h4,.card .card-header h5,.card .card-header h6{margin-bottom:0;width:100%}.card .card-header .control-group{margin-bottom:0;max-width:300px;width:100%}.card .card-header .actions{display:flex;margin-left:auto}.card .card-header .actions .btn,.card .card-header .actions button{margin-left:10px;padding:5px;white-space:nowrap}.card .card-header .actions .btn .svg,.card .card-header .actions button .svg{margin-left:0;margin-right:0}.card .card-header .actions .btn .inner,.card .card-header .actions button .inner{display:none}@media (min-width:980px){.card .card-header .actions .btn,.card .card-header .actions button{padding:5px 15px}.card .card-header .actions .btn .inner,.card .card-header .actions button .inner{display:inline}.card .card-header .actions .btn .svg,.card .card-header .actions button .svg{margin-left:5px;margin-right:-4px}}.card .card-body{padding:10px 20px;position:relative}.card .card-body .card-loader{left:0;position:absolute;top:0;width:100%}.card .card-footer{align-items:center;border-top:1px solid #363635;display:flex;justify-content:flex-end;padding:10px 20px}@media (prefers-color-scheme:dark){.card .card-footer{border-top:1px solid #ccdbdc}}.card .card-footer .actions .btn,.card .card-footer .actions button{margin-left:10px;white-space:nowrap}.card.content-only .card-body{padding:25px}.card.filter-grid .filters{border-bottom:1px solid #363635;padding:10px 20px}@media (prefers-color-scheme:dark){.card.filter-grid .filters{border-bottom:1px solid #ccdbdc}}.card.filter-grid .filters .row.last .control-group{margin-bottom:0}.card.filter-grid .filters .actions{align-items:center;display:flex;justify-content:flex-end;margin-top:10px}.control-group{margin-bottom:20px;position:relative}.control-group label{color:#363635;font-size:15px;font-weight:400;left:0;margin:0;pointer-events:none;position:absolute;top:16px;transform:translateY(-50%);transition:all .3s ease-out;z-index:10}.control-group label.has-prepend{left:37px}@media (prefers-color-scheme:dark){.control-group label{color:#ccdbdc}}.control-group.active label,.control-group.filled label{color:#363635;font-size:10px;top:-2px;transform:translateY(0)}@media (prefers-color-scheme:dark){.control-group.active label,.control-group.filled label{color:#ccdbdc}}.control-group input,.control-group input[type=date],.control-group input[type=datetime],.control-group input[type=email],.control-group input[type=number],.control-group input[type=password],.control-group input[type=text],.control-group select,.control-group textarea{background-color:transparent;border:none;color:#363635;font-family:Noto Sans,sans-serif;font-weight:400;padding:14px 0 6px;width:100%;z-index:5}.control-group input:focus,.control-group input[type=date]:focus,.control-group input[type=datetime]:focus,.control-group input[type=email]:focus,.control-group input[type=number]:focus,.control-group input[type=password]:focus,.control-group input[type=text]:focus,.control-group select:focus,.control-group textarea:focus{outline:none}@media (prefers-color-scheme:dark){.control-group input,.control-group input[type=date],.control-group input[type=datetime],.control-group input[type=email],.control-group input[type=number],.control-group input[type=password],.control-group input[type=text],.control-group select,.control-group textarea{color:#ccdbdc}}.control-group input[type=date]::-webkit-calendar-picker-indicator,.control-group input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.control-group input[type=number]::-webkit-inner-spin-button,.control-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.control-group input[type=number]{-moz-appearance:textfield}.control-group textarea{line-height:24px;padding:12px 0}.control-group .input{border-bottom:1px solid #363635;position:relative}@media (prefers-color-scheme:dark){.control-group .input{border-bottom:1px solid #ccdbdc}}.control-group .input.has-append{padding-right:37px}.control-group .input.has-prepend{padding-left:37px}.control-group .input:after{background-color:#007ea7;content:"";height:1px;left:50%;margin-top:0;position:absolute;top:100%;transform:translateX(-50%);transition:all .2s linear 0s;width:0}.control-group .input .append-icon,.control-group .input .prepend-icon{color:#363635;transition:all .3s ease-out}@media (prefers-color-scheme:dark){.control-group .input .append-icon,.control-group .input .prepend-icon{color:#ccdbdc}}.control-group .input .append-icon:hover,.control-group .input .prepend-icon:hover{color:#007ea7}.control-group .input>span{cursor:pointer;height:32px;position:absolute;text-align:center;top:0;width:32px}.control-group .input>span .svg{height:100%;width:100%}.control-group .input>span.append-icon{right:0}.control-group .input>span.prepend-icon{left:0}.control-group .input>span i{vertical-align:middle}.control-group .input-holder{position:relative}.control-group .input-holder.has-append{padding-right:32px}.control-group .input-holder.has-prepend{padding-left:32px}.control-group .input-holder>span{cursor:pointer;display:inline-block;height:32px;position:absolute;text-align:center;top:0;width:32px}.control-group .input-holder>span .svg{height:100%;width:100%}.control-group .input-holder>.prepend-icon{left:0}.control-group .input-holder>.append-icon{right:0}.control-group .input-holder .multiselect{color:#363635}@media (prefers-color-scheme:dark){.control-group .input-holder .multiselect{color:#ccdbdc}}.control-group .input-holder .multiselect .multiselect__tags{background:transparent;border:none;padding:15px 40px 0 0}.control-group .input-holder .multiselect .multiselect__tags .multiselect__single{background:transparent;margin-bottom:0;padding-left:0}.control-group .input-holder .multiselect .multiselect__tags input[type=text]{margin:0;padding:0}.control-group .input-holder .multiselect .multiselect__content-wrapper{background:#fff}@media (prefers-color-scheme:dark){.control-group .input-holder .multiselect .multiselect__content-wrapper{background:#363635}}.control-group .control-holder{position:relative}.control-group.active .append-icon,.control-group.active .prepend-icon,.control-group.active label{color:#007ea7}.control-group.active .input:after{width:100%}.control-group.error .append-icon,.control-group.error .prepend-icon,.control-group.error label{color:#af001d}.control-group.error.active .append-icon,.control-group.error.active .prepend-icon,.control-group.error.active label{color:#007ea7}.control-group.error .input{border-bottom:1px solid #af001d}.control-group.disabled .input{border-bottom:1px dashed #363635}@media (prefers-color-scheme:dark){.control-group.disabled .input{border-bottom:1px dashed #ccdbdc}}.control-group.disabled label{color:#363635}@media (prefers-color-scheme:dark){.control-group.disabled label{color:#ccdbdc}}.control-group .error-text{color:#af001d;font-size:12px;line-height:100%;margin-top:3px}.btn,button{align-items:center;background-color:transparent;border:1px solid #007ea7;border-radius:30px;color:#007ea7;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:5px 15px;position:relative;transition:all .3s ease-out}.btn.block,button.block{width:100%}.btn:hover,button:hover{background-color:#007ea7;color:#ccdbdc}.btn.disabled,.btn:disabled,button.disabled,button:disabled{cursor:auto;opacity:.7;pointer-events:none}.btn .svg,button .svg{height:22px;margin-left:5px;margin-right:-4px;width:22px}.btn .svg path,button .svg path{stroke-width:1.5px}.btn.warning,button.warning{border:1px solid #c79500;color:#c79500}.btn.warning:hover,button.warning:hover{background-color:#c79500;color:#ccdbdc}.btn.danger,button.danger{border:1px solid #af001d;color:#af001d}.btn.danger:hover,button.danger:hover{background-color:#af001d;color:#ccdbdc}.check-holder{display:inline-block}.check-holder .checkbox{cursor:pointer;padding-left:23px}.check-holder .checkbox .outer{border:1px solid #363635;border-radius:5px;display:inline-block;height:15px;margin-left:-23px;margin-right:3px;position:relative;top:-1px;transition:all .3s ease-out;vertical-align:middle;width:15px}@media (prefers-color-scheme:dark){.check-holder .checkbox .outer{border-color:#ccdbdc}}.check-holder .checkbox .outer.checked:after{background-color:#363635;border-radius:5px;content:"";display:inline-block;height:11px;left:1px;position:absolute;top:1px;transition:all .2s linear 0s;width:11px}@media (prefers-color-scheme:dark){.check-holder .checkbox .outer.checked:after{background-color:#ccdbdc}}.check-holder .checkbox:hover .outer{border-color:#007ea7}.check-holder .checkbox:hover .outer.checked:after{background-color:#007ea7}.check-holder.disabled .checkbox{cursor:default}.check-holder.disabled .checkbox .outer{border-style:dashed}.check-holder.disabled .checkbox:hover .outer{border-color:#363635}@media (prefers-color-scheme:dark){.check-holder.disabled .checkbox:hover .outer{border-color:#ccdbdc}}.check-holder.disabled .checkbox:hover .outer.checked:after{background-color:#363635}@media (prefers-color-scheme:dark){.check-holder.disabled .checkbox:hover .outer.checked:after{background-color:#ccdbdc}}.file-input,.image-input{margin-bottom:10px}.file-input .actions,.image-input .actions{display:flex}.file-input .actions button,.image-input .actions button{margin-right:10px;width:100%}.file-input .actions button:last-of-type,.image-input .actions button:last-of-type{margin-right:0}.file-input .error-text,.image-input .error-text{color:#af001d;font-size:12px;line-height:100%;margin-top:3px}form .actions{display:flex;justify-content:flex-end}form .actions .btn,form .actions button{margin-right:10px}form .actions .btn:last-of-type,form .actions button:last-of-type{margin-right:0}#app.logged-in{padding-left:0}@media (min-width:980px){#app.logged-in{padding-left:280px}}#app .mobile-back{background-color:#ccdbdc;height:100%;position:fixed;top:0;transition:all .3s ease-out;width:100%;z-index:2000}@media (prefers-color-scheme:dark){#app .mobile-back{background-color:#363635}}#app .mobile-back .menu-toggle{align-items:center;display:flex;justify-content:center;padding:5px;position:absolute;right:20px;top:25px}#app .mobile-back .menu-toggle .svg{height:40px;width:40px}#app .top-bar{background-color:#ccdbdc;color:#363635;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}@media (prefers-color-scheme:dark){#app .top-bar{background-color:#363635;color:#ccdbdc}}@media (min-width:980px){#app .top-bar{padding-left:300px}}#app .top-bar .inner{align-items:center;background-color:hsla(0,0%,100%,.7);border-radius:5px;display:flex;justify-content:flex-end;min-height:60px;padding-left:20px;width:100%}@media (prefers-color-scheme:dark){#app .top-bar .inner{background-color:rgba(0,0,0,.4)}}#app .top-bar .inner h2{flex-grow:1;margin-bottom:0;overflow:hidden;white-space:nowrap}#app .top-bar .inner .user-menu-toggle{border-bottom-right-radius:5px;border-top-right-radius:5px;cursor:pointer;padding:10px;position:relative;transition:all .3s ease-out}#app .top-bar .inner .user-menu-toggle:hover{background-color:#007ea7;color:#ccdbdc}#app .top-bar .inner .user-menu-toggle .details{align-items:center;display:flex}#app .top-bar .inner .user-menu-toggle .details .lazy-background{border-radius:50%;flex-shrink:0;height:40px;margin-right:10px;width:40px}#app .top-bar .inner .user-menu-toggle .dropdown{background-color:hsla(0,0%,100%,.7);border-radius:5px;left:0;padding:10px;position:absolute;top:100%;width:100%}@media (prefers-color-scheme:dark){#app .top-bar .inner .user-menu-toggle .dropdown{background-color:rgba(0,0,0,.4)}}#app .top-bar .inner .user-menu-toggle .dropdown ul,#app .top-bar .inner .user-menu-toggle .dropdown ul li{list-style:none;margin:0;padding:0}#app .top-bar .inner .menu-toggle{align-items:center;display:flex;justify-content:center;padding:5px}#app .top-bar .inner .menu-toggle .svg{height:40px;width:40px}#app .side-bar{background-color:hsla(0,0%,100%,.7);border-radius:5px;height:100%;left:20px;overflow-y:hidden;padding:10px 0;position:fixed;top:20px;transition:all .3s ease-out;width:260px;z-index:2001}@media (prefers-color-scheme:dark){#app .side-bar{background-color:rgba(0,0,0,.4)}}#app .side-bar .content-holder{padding-left:10px;padding-right:10px}#app .side-bar .user-info{align-items:center;border-bottom:1px solid #363635;border-top:1px solid #363635;display:flex;margin-bottom:10px;margin-top:10px;padding-bottom:10px;padding-top:10px}@media (prefers-color-scheme:dark){#app .side-bar .user-info{border-bottom:1px solid #ccdbdc;border-top:1px solid #ccdbdc}}#app .side-bar .user-info .lazy-background{border-radius:50%;flex-shrink:0;height:60px;margin-right:10px;width:60px}#app .side-bar ul{list-style:none;margin:0;padding:0}#app .side-bar ul li{list-style:none;margin:0 0 5px;padding:0}#app .side-bar ul li .submenu{padding-left:20px}#app .side-bar ul li a{align-items:center;border-radius:0;color:#363635;display:flex;justify-content:space-between;margin-bottom:10px;margin-left:10px;padding:0 10px 0 0;transition:padding .2s ease-out,color .2s ease-out,border-color .2s ease-out}@media (prefers-color-scheme:dark){#app .side-bar ul li a{color:#ccdbdc}}#app .side-bar ul li a:hover{border-left:2px solid #007ea7;color:#007ea7;padding-left:10px}#app .side-bar ul li a .svg{display:flex}#app .side-bar ul li.dashboard-link a.router-link-exact-active,#app .side-bar ul li:not(.dashboard-link) a.router-link-active{border-left:2px solid #007ea7;color:#007ea7;padding-left:10px}#app .side-bar .user-menu{border-bottom:1px solid;border-color:#363635;margin-bottom:10px}@media (prefers-color-scheme:dark){#app .side-bar .user-menu{border-color:#ccdbdc}}#app .side-bar .user-menu .svg{order:1}#app .side-bar .user-menu li{margin-left:-10px;margin-right:-10px}#app .main-content{margin-bottom:20px;padding-left:20px;padding-right:20px;padding-top:100px}@media only screen and (min-width:980px){#app .main-content{padding-left:20px}}#app .main-scroll.ps{padding-left:0;padding-right:0}#app .main-scroll.ps .ps__rail-y{z-index:1001}#app .global-timer{bottom:20px;display:flex;flex-wrap:wrap;justify-content:flex-end;position:fixed;right:20px}#app .global-timer .info{align-items:center;background-color:hsla(0,0%,100%,.7);border-radius:5px;display:flex;gap:10px;margin-bottom:10px;padding:10px;width:100%}@media (prefers-color-scheme:dark){#app .global-timer .info{background-color:rgba(0,0,0,.4)}}#app .global-timer .info .lazy-background{border-radius:50%;height:60px;width:60px}#app .global-timer .info .heading{font-weight:700;margin-bottom:5px}#app .global-timer .info .subheading{margin-bottom:5px}#app .global-timer .info .content{flex-grow:1;text-align:right}#app .logged-out{background:linear-gradient(-45deg,#007ea7,#ccdbdc);background-size:200% 200%;display:flex;height:100%;padding:20px}@media (prefers-color-scheme:dark){#app .logged-out{background:linear-gradient(-45deg,#007ea7,#363635)}}#app .logged-out .left-container{align-items:center;display:flex;height:100%;justify-content:center;width:0}@media (min-width:630px){#app .logged-out .left-container{width:40%}}@media (min-width:980px){#app .logged-out .left-container{width:60%}}#app .logged-out .login{align-items:center;background-color:hsla(0,0%,100%,.7);border-radius:5px;display:flex;flex-wrap:wrap;height:100%;justify-content:center;padding:20px 0;position:relative;width:100%}@media (prefers-color-scheme:dark){#app .logged-out .login{background-color:rgba(0,0,0,.8)}}@media (min-width:630px){#app .logged-out .login{width:60%}}@media (min-width:980px){#app .logged-out .login{width:40%}}#app .logged-out .login progress{left:0;position:absolute;top:0;width:100%}#app .logged-out .login .ps{align-items:center;display:flex;padding:0 20px}#app .logged-out .login .login-content{max-width:480px;width:100%}#app .logged-out .login .login-content .logo{display:block;margin:0 auto 20px}#app .logged-out .login .login-content .logo img{display:block;margin:0 auto}#app .logged-out .login .login-content p{text-align:center}#app .logged-out .login .login-content .actions{align-items:center;display:flex;justify-content:space-between}#app .logged-out .login .login-content .profile{align-items:center;display:flex;justify-content:center;margin-bottom:20px}#app .logged-out .login .login-content .profile .lazy-background{border-radius:50%;height:100px;margin-right:20px;width:100px}#app .logged-out .login .login-content .profile h3{margin-bottom:0}.modal{position:fixed;z-index:5000}.modal,.modal .modal-back{height:100%;left:0;top:0;width:100%}.modal .modal-back{background-color:hsla(0,0%,100%,.7);position:absolute}@media (prefers-color-scheme:dark){.modal .modal-back{background-color:rgba(0,0,0,.7)}}.modal .modal-front{background-color:#fefefe;border-radius:5px;color:#363635;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media (prefers-color-scheme:dark){.modal .modal-front{background-color:#363635;color:#ccdbdc}}@media (min-width:630px){.modal .modal-front{width:500px}}.modal .modal-front .container{padding:0}.modal .modal-front .modal-header{border-bottom:1px solid #363635;padding:10px 40px 10px 10px}@media (prefers-color-scheme:dark){.modal .modal-front .modal-header{border-bottom:1px solid #ccdbdc}}.modal .modal-front .modal-header h1,.modal .modal-front .modal-header h2,.modal .modal-front .modal-header h3,.modal .modal-front .modal-header h4,.modal .modal-front .modal-header h5,.modal .modal-front .modal-header h6{margin-bottom:0}.modal .modal-front .modal-body{overflow-y:auto;padding:20px 10px;position:relative}.modal .modal-front .modal-body>progress{left:0;position:absolute;top:0;width:100%}.modal .modal-front .modal-body>p:last-of-type{margin-bottom:0}.modal .modal-front .modal-footer{border-top:1px solid #363635;display:flex;justify-content:flex-end;padding:10px}@media (prefers-color-scheme:dark){.modal .modal-front .modal-footer{border-top:1px solid #ccdbdc}}.modal .modal-front .modal-footer .btn,.modal .modal-front .modal-footer button{margin-left:10px;white-space:nowrap}.modal .modal-front .close-btn{cursor:pointer;position:absolute;right:10px;top:10px;transition:all .3s ease-out}.modal .modal-front .close-btn .svg{height:30px;width:30px}.modal .modal-front .close-btn:hover{color:#007ea7}.pagination ul{display:flex;list-style:none;margin:0;padding:0}.pagination ul li{border:1px solid #363635;border-radius:50%;color:#363635;cursor:pointer;font-size:12px;height:24px;line-height:24px;margin-right:10px;text-align:center;transition:all .3s ease-out;vertical-align:middle;width:24px}@media (prefers-color-scheme:dark){.pagination ul li{border:1px solid #ccdbdc;color:#ccdbdc}}.pagination ul li:hover{background-color:#007ea7;border-color:#007ea7;color:#ccdbdc}.pagination ul li.disabled{cursor:default;opacity:.5}.pagination ul li.disabled:hover{background-color:transparent;border-color:#363635;color:#363635}@media (prefers-color-scheme:dark){.pagination ul li.disabled:hover{border:1px solid #ccdbdc;color:#ccdbdc}}.pagination ul li.active{background-color:#007ea7;border:1px solid #007ea7;color:#ccdbdc;cursor:default}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,126,167,.12);border:none;color:#007ea7;display:block;font-size:16px;height:.25em;transition:opacity .2s linear 0s;width:100%}progress.global-loader{left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:10000}progress::-webkit-progress-bar{background-color:transparent}progress::-webkit-progress-value{background-color:currentColor;-webkit-transition:all .2s;transition:all .2s}progress::-moz-progress-bar{background-color:currentColor;-moz-transition:all .2s;transition:all .2s}progress::-ms-fill{background-color:currentColor;border:none;-ms-transition:all .2s;transition:all .2s}progress:indeterminate{animation:pure-material-progress-linear 2s linear infinite;background-image:linear-gradient(90deg,transparent 50%,currentColor 0,currentColor 60%,transparent 0,transparent 71.5%,currentColor 0,currentColor 84%,transparent 0);background-size:200% 100%}progress:indeterminate::-moz-progress-bar{background-color:transparent}progress:indeterminate::-ms-fill{animation-name:none}@keyframes pure-material-progress-linear{0%{background-position:left -31.25% top 0;background-size:200% 100%}50%{background-position:left -49% top 0;background-size:800% 100%}to{background-position:left -102% top 0;background-size:400% 100%}}.filter-table{margin-bottom:10px;margin-top:10px}.filter-table .column-image{width:46px}.filter-table .column-image .lazy-background{border-radius:50%;height:46px;width:46px}.filter-table td,.filter-table th{padding:3px;vertical-align:middle}.filter-table td.actions,.filter-table th.actions{text-align:right;width:110px}.filter-table td.actions a,.filter-table th.actions a{display:inline-block}.filter-table td.actions a .svg,.filter-table th.actions a .svg{height:30px;transition:all .3s ease-out;width:30px}.filter-table td.created_at_formatted,.filter-table td.updated_at_formatted,.filter-table th.created_at_formatted,.filter-table th.updated_at_formatted{width:200px}.filter-table thead a{align-items:center;color:#363635;display:flex;justify-content:space-between;width:100%}@media (prefers-color-scheme:dark){.filter-table thead a{color:#ccdbdc}}.filter-table thead a.active,.filter-table thead a:hover{color:#007ea7}.filter-table thead a .svg{height:20px;margin-right:5px;width:20px}.companies{display:flex;flex-wrap:wrap;gap:20px}.companies>.card,.companies>.column{width:100%}@media only screen and (min-width:900px){.companies>.card,.companies>.column{width:calc(50% - 10px)}}.companies .details .card-image,.companies .details .input-lazy-background{border-radius:50%;padding-top:25%;width:25%}.companies .details .info{width:75%}.companies .details .info h4{border-bottom:1px solid;border-color:#363635;font-weight:700;margin-bottom:10px;padding-bottom:10px}@media (prefers-color-scheme:dark){.companies .details .info h4{border-color:#ccdbdc}}.company-link{align-items:center;color:#363635;display:flex;font-size:20px;justify-content:center;width:100%}@media (prefers-color-scheme:dark){.company-link{color:#ccdbdc}}.company-link .lazy-background{margin-right:10px;padding-top:60px;width:60px}.company-link:visited{color:#363635}@media (prefers-color-scheme:dark){.company-link:visited{color:#ccdbdc}}.company-link:hover{color:#363635}@media (prefers-color-scheme:dark){.company-link:hover{color:#ccdbdc}}.company-link .name{flex-grow:1}.filter-table{border-collapse:collapse}.filter-table .sort-column{font-size:40px;width:40px}.filter-table .sort-column .svg{cursor:pointer;transition:all .3s ease-out;width:34px}.filter-table .sort-column .svg:hover{color:#007ea7}.filter-table .sort-column .svg.disabled{color:#ccc;cursor:default}.filter-table .sort-column .svg.disabled:hover{color:#ccc}.filter-table.sort-table thead{pointer-events:none}.filter-table tbody{cursor:pointer;transition:all .3s ease-out}.filter-table tbody:nth-of-type(odd){background-color:hsla(0,0%,87%,.3)}@media (prefers-color-scheme:dark){.filter-table tbody:nth-of-type(odd){background-color:rgba(0,0,0,.2)}}.filter-table tbody:hover{background-color:#007ea7;color:#ccdbdc}.filter-table tbody:hover a{color:#ccdbdc}.filter-table tbody:hover a:hover{opacity:.7}#app .ps{padding:0 10px}#app .ps .ps__thumb-y{background-color:#007ea7}#app .ps .ps__rail-x.ps--clicking,#app .ps .ps__rail-x:focus,#app .ps .ps__rail-x:hover,#app .ps .ps__rail-y.ps--clicking,#app .ps .ps__rail-y:focus,#app .ps .ps__rail-y:hover{background-color:hsla(0,0%,100%,.7);border-radius:10px;opacity:1}@media (prefers-color-scheme:dark){#app .ps .ps__rail-x.ps--clicking,#app .ps .ps__rail-x:focus,#app .ps .ps__rail-x:hover,#app .ps .ps__rail-y.ps--clicking,#app .ps .ps__rail-y:focus,#app .ps .ps__rail-y:hover{background-color:rgba(0,0,0,.7)}}.secrets .field-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;padding-bottom:5px}.secrets .secret{align-items:center;display:flex;margin-bottom:10px}.secrets .secret .control-group{margin-bottom:0;margin-right:10px;width:100%}.secrets .secret .type{flex-shrink:0;min-width:200px;width:200px}.secrets .secret a{flex-shrink:0}.task-view .task-item{display:flex;flex-wrap:wrap;margin-bottom:5px}.task-view .task-item>div{display:flex;width:100%}.task-view .task-item .header .mark,.task-view .task-item .header .task-actions{flex-shrink:0}.task-view .task-item .header .name{align-items:center;display:flex;flex-grow:1;min-height:36px;padding-left:5px;padding-right:5px;width:100%}.task-view .task-item .content{font-size:80%;font-style:italic;padding-left:41px;width:100%}.timesheet .controls{align-items:center;display:flex;justify-content:stretch;margin-bottom:10px}.timesheet .controls a{align-items:center;border-bottom:2px solid transparent;color:#363635;display:flex;flex-grow:1;justify-content:center;padding:10px;text-align:center}@media (prefers-color-scheme:dark){.timesheet .controls a{color:#ccdbdc}}.timesheet .controls a:hover{color:#363635}@media (prefers-color-scheme:dark){.timesheet .controls a:hover{color:#ccdbdc}}.timesheet .controls a.active,.timesheet .controls a:hover{border-bottom:2px solid #007ea7}.timesheet .controls a.today{color:#007ea7}.timesheet .controls a.back,.timesheet .controls a.next{flex-grow:0}.timesheet .controls a.back:hover,.timesheet .controls a.next:hover{border-bottom:2px solid transparent;color:#007ea7}.timesheet .task-select .company{padding:5px 5px 5px 0}.timesheet .task-select .company>.name{font-size:20px;font-weight:700}.timesheet .task-select .company .project{padding:5px 5px 5px 15px}.timesheet .task-select .company .project>.name{font-size:18px;font-weight:700}.timesheet .task-select .company .project .task{padding:5px 5px 5px 15px}.timesheet .task-select .company .project .task>.name{font-size:16px;font-weight:700}.timesheet .task-select .company .project .task .item{cursor:pointer;padding:5px 5px 5px 15px;transition:all .3s ease-out}.timesheet .task-select .company .project .task .item.active,.timesheet .task-select .company .project .task .item:hover{background-color:#007ea7;color:#ccdbdc}.timesheet .task-select .company .project .task .item>.name{font-size:14px}.vdp-datepicker .vdp-datepicker__calendar{background-color:#ccdbdc;border-color:#363635;color:#363635}@media (prefers-color-scheme:dark){.vdp-datepicker .vdp-datepicker__calendar{background-color:#363635;border-color:#ccdbdc;color:#ccdbdc}}.vdp-datepicker .vdp-datepicker__calendar header .prev:after{border-right:10px solid #363635}@media (prefers-color-scheme:dark){.vdp-datepicker .vdp-datepicker__calendar header .prev:after{border-right:10px solid #ccdbdc}}.vdp-datepicker .vdp-datepicker__calendar header .next:after{border-left:10px solid #363635}@media (prefers-color-scheme:dark){.vdp-datepicker .vdp-datepicker__calendar header .next:after{border-left:10px solid #ccdbdc}}.vdp-datepicker .vdp-datepicker__calendar header .next:not(.disabled):hover,.vdp-datepicker .vdp-datepicker__calendar header .prev:not(.disabled):hover,.vdp-datepicker .vdp-datepicker__calendar header .up:not(.disabled):hover{background:#007ea7}.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border:1px solid #007ea7}.vdp-datepicker .vdp-datepicker__calendar .cell.selected{background:#007ea7}.edit-card .card-body .content{align-items:center;display:flex;gap:15px;justify-content:center}.edit-card .card-body,.edit-grid-card .card-body{padding:25px}.edit-card .card-body progress,.edit-grid-card .card-body progress{left:0;position:absolute;top:0;width:100%}.edit-card .card-body .title .actions,.edit-grid-card .card-body .title .actions{display:flex;gap:5px;position:absolute;right:25px;top:25px}.pac-container{background-color:hsla(0,0%,100%,.7);color:#363635}@media (prefers-color-scheme:dark){.pac-container{background-color:rgba(0,0,0,.4);color:#ccdbdc}}.pac-container .pac-item{border-color:#363635;color:#363635;transition:all .3s ease-out}@media (prefers-color-scheme:dark){.pac-container .pac-item{border-color:#ccdbdc;color:#ccdbdc}}.pac-container .pac-item .pac-item-query{color:#363635;transition:all .3s ease-out}@media (prefers-color-scheme:dark){.pac-container .pac-item .pac-item-query{color:#ccdbdc}}.pac-container .pac-item:hover{background-color:#007ea7;color:#ccdbdc}.pac-container .pac-item:hover .pac-item-query{color:#ccdbdc}.input-lazy-background a{align-items:center;background-color:hsla(0,0%,100%,.7);color:#363635;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;width:100%}@media (prefers-color-scheme:dark){.input-lazy-background a{background-color:rgba(0,0,0,.4);color:#ccdbdc}}.input-lazy-background a:hover{color:#363635;opacity:1}@media (prefers-color-scheme:dark){.input-lazy-background a:hover{color:#ccdbdc}}.input-lazy-background a .svg{height:50%;width:50%}.input-lazy-background.empty a{color:#363635;opacity:1}@media (prefers-color-scheme:dark){.input-lazy-background.empty a{color:#ccdbdc}}.responsive-table{border-collapse:collapse}.responsive-table tbody{transition:all .3s ease-out}.responsive-table tbody.can-hover{cursor:pointer}.responsive-table tbody:nth-of-type(odd){background-color:hsla(0,0%,100%,.3)}@media (prefers-color-scheme:dark){.responsive-table tbody:nth-of-type(odd){background-color:rgba(0,0,0,.2)}}.responsive-table tbody.active,.responsive-table tbody.can-hover:hover{background-color:#007ea7;color:#ccdbdc}.responsive-table tbody.active .actions a,.responsive-table tbody.can-hover:hover .actions a{color:#ccdbdc}.responsive-table td,.responsive-table th{padding:5px;vertical-align:middle}.responsive-table td.image-col,.responsive-table th.image-col{width:60px}.responsive-table td.image-col span,.responsive-table th.image-col span{display:inline-block;font-size:0;line-height:0}.responsive-table td.image-col span .lazy-background,.responsive-table th.image-col span .lazy-background{border-radius:50%;height:50px;width:50px}.responsive-table .actions{font-size:0;text-align:right;width:120px}.responsive-table .can-hover .actions a:hover{color:#ccdbdc;opacity:.7}.tabs,.tabs .tab-holder{display:flex;width:100%}.tabs .tab-holder{align-self:start}.tabs .tab-holder .tab{background-color:#fff;border:1px solid #363635;border-bottom:#363635;color:#363635;cursor:pointer;padding:3px;text-align:center;transition:all .3s ease-out}@media (prefers-color-scheme:dark){.tabs .tab-holder .tab{border-color:#ccdbdc;color:#ccdbdc}}.tabs .tab-holder .tab.active,.tabs .tab-holder .tab.router-link-exact-active,.tabs .tab-holder .tab:hover{background-color:#007ea7;color:#fff}.tabs .tab-holder .tab:first-of-type{border-top-left-radius:5px}.tabs .pane-holder,.tabs .tab-holder .tab:last-of-type{border-top-right-radius:5px}.tabs .pane-holder{border:1px solid #363635;border-bottom-left-radius:5px;border-bottom-right-radius:5px;padding:10px 20px;position:relative;width:100%}@media (prefers-color-scheme:dark){.tabs .pane-holder{border-color:#ccdbdc}}.tabs .pane-holder .tab-pane{opacity:0;transition:all .5s ease-out}.tabs .pane-holder .tab-pane.active{opacity:1}.tabs.left>.tab-holder,.tabs.side>.tab-holder{flex-wrap:wrap;width:25%}.tabs.left>.tab-holder>.tab,.tabs.side>.tab-holder>.tab{border-bottom:1px solid #363635;border-right:none;width:100%}.tabs.left>.pane-holder,.tabs.side>.pane-holder{border-left:1px solid #363635;border-top:none;width:75%}.tabs.top{flex-wrap:wrap}.tabs.top>.tab-holder{width:100%}.tabs.top>.tab-holder>.tab{border-bottom:1px solid;border-right:1px solid;border-color:#363635;border-style:solid none none solid;border-width:1px medium medium 1px;padding:10px 20px}@media (prefers-color-scheme:dark){.tabs.top>.tab-holder>.tab{border-color:#ccdbdc}}.tabs.top>.tab-holder>.tab:last-of-type{border-right:1px solid;border-color:#363635}@media (prefers-color-scheme:dark){.tabs.top>.tab-holder>.tab:last-of-type{border-color:#ccdbdc}}

/*# sourceMappingURL=app.css.map*/