@charset "UTF-8";/*! Oruga v0.6.0 | MIT License | github.com/oruga-ui/oruga */@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes append-animate{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-enter-from,.fade-leave-to{opacity:0}.zoom-in-enter-active,.zoom-in-leave-active{transition:opacity .15s ease-out}.zoom-in-enter-active .animation-content,.zoom-in-leave-active .animation-content{transition:transform .15s ease-out}.zoom-in-enter,.zoom-in-enter-from,.zoom-in-leave-active{opacity:0}.zoom-in-enter .animation-content,.zoom-in-enter-from .animation-content,.zoom-in-leave-active .animation-content{transform:scale(.95)}.zoom-out-enter-active,.zoom-out-leave-active{transition:opacity .15s ease-out}.zoom-out-enter-active .animation-content,.zoom-out-leave-active .animation-content{transition:transform .15s ease-out}.zoom-out-enter,.zoom-out-enter-from,.zoom-out-leave-active{opacity:0}.zoom-out-enter .animation-content,.zoom-out-enter-from .animation-content,.zoom-out-leave-active .animation-content{transform:scale(1.05)}.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}.slide-prev-leave-to,.slide-next-enter,.slide-next-enter-from{transform:translate3d(-100%,0,0);position:absolute;width:100%}.slide-prev-enter,.slide-prev-enter-from,.slide-next-leave-to{transform:translate3d(100%,0,0);position:absolute;width:100%}.slide-down-enter-active,.slide-down-leave-active,.slide-up-enter-active,.slide-up-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}.slide-down-enter,.slide-up-leave-to,.slide-down-enter-from{transform:translate3d(0,-100%,0);position:absolute;height:100%}.slide-up-enter,.slide-up-enter-from,.slide-down-leave-to{transform:translate3d(0,100%,0);position:absolute;height:100%}.slide-enter-active{transition:.15s ease-out}.slide-leave-active{transition:.15s ease-out;transition-timing-function:cubic-bezier(0,1,.5,1)}.slide-leave,.slide-enter-to,.slide-leave-from{max-height:100px;overflow:hidden}.slide-enter,.slide-enter-from,.slide-leave-to{overflow:hidden;max-height:0}*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}.o-noscroll{position:fixed;overflow-y:hidden;width:100%;bottom:0;overflow-x:hidden;overflow-y:scroll}.o-clipped{overflow:hidden}.o-acp{position:relative}.o-acp__menu{display:block;width:100%;position:absolute;left:0;top:100%;overflow:auto;z-index:20;background-color:#fff}.o-acp__menu--top{top:auto;bottom:100%}.o-acp__item{display:block;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.o-acp__item-group-title,.o-acp__item--empty{pointer-events:none}.o-acp--expanded{width:100%}@keyframes spinAround{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.o-btn{-moz-appearance:none;-webkit-appearance:none;position:relative;display:inline-flex;cursor:pointer;text-align:center;white-space:nowrap;align-items:center;justify-content:center;vertical-align:top;text-decoration:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#445e00;color:#fff}.o-btn__wrapper{margin-left:-.1875em;margin-right:-.1875em;display:inline-flex;align-items:center;justify-content:center;position:relative;width:100%}.o-btn__wrapper>*{margin-left:.1875em;margin-right:.1875em}.o-btn__label,.o-btn--expanded{width:100%}.o-btn--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.o-btn--outlined{background-color:transparent;border-color:#445e00;color:#445e00}.o-btn--outlined:hover{border-color:transparent;background-color:#445e00;color:#fff}.o-btn--loading{color:transparent!important;pointer-events:none}.o-btn--loading:after{-webkit-animation:spinAround .5s infinite linear;left:calc(50% - .5em);top:calc(50% - .5em);position:absolute!important;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;width:1em}.o-btn--inverted{background-color:#fff;border-color:#fff;color:#445e00}.o-btn--inverted:hover{filter:brightness(95%)}.o-car{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;overflow:hidden;width:100%}.o-car__overlay{inset:0;align-items:center;flex-direction:column;justify-content:center;display:flex;max-height:100vh;position:fixed;z-index:40}.o-car__scene{position:relative;width:100%}.o-car__items{display:flex;width:100%}.o-car__item{flex-shrink:0}.o-car__indicators{width:100%;display:flex;align-items:center;justify-content:center}.o-car__indicators--inside{position:absolute}.o-car__indicators--inside--bottom{bottom:0}.o-car__indicators--inside--top{top:0}.o-car__indicator__item{display:block;border:1px solid #445e00;background:#fff}.o-car__indicator__item--active,.o-car__indicator__item :hover{background:#445e00;border:1px solid #445e00}.o-car__indicator__item--boxes{width:10px;height:10px}.o-car__indicator__item--dots{border-radius:4px;width:10px;height:10px}.o-car__arrow__icon{cursor:pointer;background:#fff;color:#445e00;width:1.5rem;height:1.5rem}.o-car__arrow__icon-prev,.o-car__arrow__icon-next{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.o-car__arrow__icon-prev{left:1.5rem}.o-car__arrow__icon-next{right:1.5rem}.o-chk{display:inline-flex;align-items:center;cursor:pointer;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.o-chk__check{width:1rem;height:1rem;outline:none;margin:0;vertical-align:top;background-position:center;background-size:contain;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;flex-shrink:0;cursor:pointer;background-repeat:no-repeat;border-color:#445e00;border-style:solid;transition-property:background}.o-chk__check--checked{background-color:#445e00;border-color:#445e00;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 234 225' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'%3E%3Cg transform='matrix(4.16667,0,0,4.16667,0,0)'%3E%3Cg transform='matrix(3.13817,0,0,3.13817,-69.2796,-49.5156)'%3E%3Cpath style='fill:%23ffffff' d='M22.504,26.219L28.637,32.386L39.494,18.284L37.348,16.379L28,27.725L24.46,24.196L22.504,26.219Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.o-chk__check--indeterminate{background-color:#445e00;border-color:#445e00;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 417 417' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(4.16667,0,0,4.16667,0,0)'%3E%3Cg transform='matrix(6.96176,0,0,20.5682,-118.661,-806.753)'%3E%3Cpath style='fill:%23ffffff' d='M31.265,41.654C31.265,41.324 30.474,41.057 29.5,41.057L18.953,41.057C17.979,41.057 17.188,41.324 17.188,41.654C17.188,41.984 17.979,42.252 18.953,42.252L29.5,42.252C30.474,42.252 31.265,41.984 31.265,41.654Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.o-chk--disabled{opacity:.5}.o-clps__trigger{cursor:pointer}.o-clps__content{display:inherit}.o-dpck__dropdown{width:100%}.o-dpck__box{display:block;position:relative}.o-dpck__header__buttons{align-items:center;display:flex;justify-content:center;text-align:center}.o-dpck__header__previous,.o-dpck__header__next{justify-content:center;text-align:center;text-decoration:none;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;align-items:center;box-shadow:none;display:inline-flex;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-color:#dbdbdb;color:#363636}.o-dpck__header__previous:hover,.o-dpck__header__next:hover{text-decoration:none}.o-dpck__header__previous{order:1}.o-dpck__header__next{order:3}.o-dpck__header__list{order:2;align-items:center;display:flex;justify-content:center;text-align:center;list-style:none;flex-wrap:wrap;margin:0;padding:0;margin-left:-.125rem;margin-right:-.125rem}.o-dpck__header__list>*{margin-left:.125rem;margin-right:.125rem}.o-dpck__table,.o-dpck__month{display:table;margin:0 auto}.o-dpck__table__head,.o-dpck__month__head{display:table-header-group}.o-dpck__table__body,.o-dpck__month__body{display:table-row-group}.o-dpck__table__row,.o-dpck__month__row{display:table-row}.o-dpck__table__cell,.o-dpck__month__cell{text-align:center;vertical-align:middle;display:table-cell;text-decoration:none}.o-dpck__table__cell--unselectable,.o-dpck__month__cell--unselectable{color:#b5b5b5}.o-dpck__table__cell--selectable,.o-dpck__month__cell--selectable{color:#4a4a4a}.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered{background-color:#7a7a7a;color:#dbdbdb}.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered{color:#dbdbdb}.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered{background-color:#7a7a7a;color:#dbdbdb}.o-dpck__table__cell--selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered),.o-dpck__month__cell--selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered){background-color:#445e00;color:#fff}.o-dpck__table__cell--first-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered),.o-dpck__month__cell--first-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered){background-color:#445e00;color:#fff}.o-dpck__table__cell--within-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered),.o-dpck__month__cell--within-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered){background-color:#445e0080}.o-dpck__table__cell--last-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered),.o-dpck__month__cell--last-selected:not(.o-dpck__table__cell--first-hovered,.o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered,.o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered,.o-dpck__month__cell--last-hovered){background-color:#445e00;color:#fff}.o-dpck__table__cell--invisible,.o-dpck__month__cell--invisible{visibility:hidden}.o-dpck__table__cell--events,.o-dpck__month__cell--events{position:relative}.o-dpck__table__events,.o-dpck__month__events{display:flex;justify-content:center;position:absolute;width:100%;left:0;bottom:15%}.o-dpck__table__event,.o-dpck__month__event{background-color:#b5b5b5}.o-dpck__table__event--dots,.o-dpck__month__event--dots{border-radius:50%}.o-dpck__table__event--bars,.o-dpck__month__event--bars{width:100%}.o-dpck__month__table{display:inline-flex;flex-wrap:wrap;flex-direction:row;width:17rem}.o-dpck__month__cell{display:flex;align-items:center;justify-content:center;width:33.33%;height:2.5rem}.o-dpck--mobile .o-dpck__header__previous{order:1;flex-grow:1;flex-shrink:1}.o-dpck--mobile .o-dpck__header__next{order:3;flex-grow:1;flex-shrink:1}.o-dpck--mobile .o-dpck__header__list{order:2;flex-grow:1;flex-shrink:1}.o-dtpck__time{display:flex;justify-content:center;align-items:center}.o-drop{display:inline-flex;position:relative;vertical-align:top}.o-drop--inline{display:inline}.o-drop--inline .o-drop__menu{position:static;display:inline-block;padding:0}.o-drop__overlay{position:fixed;inset:0;cursor:pointer;display:none;background-color:#000000db;z-index:40}.o-drop__trigger{width:100%}.o-drop__menu{position:absolute;left:0;top:100%;display:block;z-index:20;background-color:#fff}.o-drop__menu--top-left{inset:auto 0 100% auto}.o-drop__menu--bottom-left{right:0;left:auto}.o-drop__menu--top-right{top:auto;bottom:100%}.o-drop__item{display:block;position:relative;cursor:pointer}.o-drop__item--disabled{opacity:.5;pointer-events:none}.o-drop__item--active{background-color:#445e00;color:#fff}.o-drop--expanded,.o-drop--expanded .o-drop__menu{width:100%}.o-drop--disabled{opacity:.5;pointer-events:none}.o-drop--mobile>.o-drop__menu{position:fixed;inset:25% auto auto 50%;transform:translate3d(-50%,-25%,0);overflow-y:auto;z-index:50}.o-drop--mobile>.o-drop__overlay{display:block}.o-field{flex-grow:1}.o-field__label,.o-field__message{display:block}.o-field--addons{display:flex;justify-content:flex-start}.o-field--addons>*:first-child:not(:only-child) button,.o-field--addons>button:first-child,.o-field--addons>*:first-child:not(:only-child) input,.o-field--addons>input:first-child,.o-field--addons>*:first-child:not(:only-child) select,.o-field--addons>select:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.o-field--addons>*:last-child:not(:only-child) button,.o-field--addons>button:last-child,.o-field--addons>*:last-child:not(:only-child) input,.o-field--addons>input:last-child,.o-field--addons>*:last-child:not(:only-child) select,.o-field--addons>select:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.o-field--addons>*:not(:first-child):not(:last-child) button,.o-field--addons>button:not(:first-child):not(:last-child),.o-field--addons>*:not(:first-child):not(:last-child) input,.o-field--addons>input:not(:first-child):not(:last-child),.o-field--addons>*:not(:first-child):not(:last-child) select,.o-field--addons>select:not(:first-child):not(:last-child){border-radius:0}.o-field--grouped{display:flex;margin-left:-.37rem;margin-right:-.37rem}.o-field--grouped>*{margin-left:.37rem;margin-right:.37rem}.o-field--grouped-multiline{flex-wrap:wrap}.o-field__horizontal-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1;margin-left:-.37rem;margin-right:-.37rem}.o-field__horizontal-body>*{margin-left:.37rem;margin-right:.37rem}.o-field--horizontal{display:flex}.o-field__horizontal-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin:0 1.5rem 0 0;text-align:right}.o-field--mobile .o-field__horizontal-body,.o-field--mobile.o-field--horizontal,.o-field--mobile .o-field__horizontal-label{all:unset}@keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.o-icon{align-items:center;display:inline-flex;justify-content:center;transition:transform .15s ease-out,opacity .3s ease-out}.o-icon--clickable{pointer-events:auto;cursor:pointer}.o-icon--spin{animation-name:icon-spin;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:2s}.o-ctrl-input{display:block;position:relative}.o-ctrl-input--expanded{width:100%;flex-grow:1;flex-shrink:1}.o-input{-moz-appearance:none;-webkit-appearance:none;display:inline-flex;position:relative;vertical-align:top;width:100%}.o-input__textarea{display:block;max-width:100%;min-width:100%;height:auto;resize:vertical}.o-input__counter{display:block;float:right}.o-input__icon-left,.o-input__icon-right{position:absolute;top:0;height:100%}.o-input__icon-right{right:0}.o-input__icon-left{left:0}.o-inputit{display:block}.o-inputit__container{display:flex;align-items:center;justify-content:flex-start;position:relative;vertical-align:top;flex-wrap:wrap;border-color:#dbdbdb;border-style:solid;border-width:1px;color:#363636}.o-inputit__autocomplete{position:static;flex:1}.o-inputit__input{border:none;box-shadow:none}.o-inputit__input:focus{box-shadow:none}.o-inputit__item{display:inline-flex;justify-content:center;align-items:center;position:relative;margin-left:-.1875em;margin-right:-.1875em;background-color:#445e00;color:#fff}.o-inputit__item>*{margin-left:.1875em;margin-right:.1875em}.o-inputit__counter{display:block;float:right}.o-inputit--expanded{width:100%;flex-grow:1;flex-shrink:1}.o-load{position:absolute;inset:0;align-items:center;display:flex;justify-content:center;overflow:hidden}.o-load--fullpage{position:fixed}.o-load__overlay{position:absolute;inset:0}.o-menu-list .o-menu-list,.o-menu-list .o-menu-item__wrapper{list-style:none}.o-menu-label{text-transform:uppercase}.o-menu-item{display:block;list-style:none}.o-modal{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:fixed;inset:0;z-index:40}.o-modal__overlay{inset:0;position:absolute;background-color:#0a0a0adb}.o-modal__content{overflow:auto;position:relative;background-color:#fff}.o-modal__content--full-screen{width:100%;height:100%;max-height:100vh;margin:0}.o-modal__close{background:none;position:fixed;border:none;display:inline-block;vertical-align:top;right:20px;top:20px}.o-modal--mobile .o-modal__content{width:100%}.o-notification{background-color:#445e00;color:#fff;position:relative;transform-origin:50% 0}.o-notification__content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit;overflow-y:hidden;overflow-x:auto}.o-notification__wrapper{align-items:flex-start;display:flex;text-align:inherit;padding-top:0;border:0}.o-notification__icon{flex-basis:auto;flex-grow:0;flex-shrink:0}.o-notification__close{position:absolute;border:none;cursor:pointer;pointer-events:auto;display:flex;justify-content:center;align-items:center;flex-grow:0;flex-shrink:0;vertical-align:top;right:.5rem;top:.5rem}.o-notices{position:fixed;display:flex;inset:0;overflow:hidden;pointer-events:none;padding:2em;z-index:1000}.o-notices .o-notification{pointer-events:stroke;max-width:600px}.o-notices .o-notification--top,.o-notices .o-notification--bottom{align-self:center}.o-notices .o-notification--top-right,.o-notices .o-notification--bottom-right{align-self:flex-end}.o-notices .o-notification--top-left,.o-notices .o-notification--bottom-left{align-self:flex-start}.o-notices--top{flex-direction:column}.o-notices--bottom{flex-direction:column-reverse}.o-notices--bottom .o-notification{margin-bottom:0}.o-notices--bottom .o-notification:not(:first-child){margin-bottom:1.5rem}.o-notices__custom-container{position:absolute}.o-pag{align-items:center;display:flex;justify-content:center;text-align:center;justify-content:space-between}.o-pag__link{-moz-appearance:none;-webkit-appearance:none;align-items:center;box-shadow:none;display:inline-flex;position:relative;vertical-align:top;justify-content:center;text-align:center;text-decoration:none;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.o-pag__link:hover{text-decoration:none}.o-pag__link--disabled{pointer-events:none}.o-pag__link--current{pointer-events:none;background-color:#445e00;border-color:#445e00;color:#fff}.o-pag__ellipsis{justify-content:center;text-align:center;pointer-events:none}.o-pag--simple{justify-content:normal}.o-pag--centered{justify-content:center}.o-pag--centered .o-pag__previous{order:1}.o-pag--centered .o-pag__next{order:3}.o-pag--centered .o-pag__list{justify-content:center;order:2}.o-pag--right{justify-content:flex-end}.o-pag--right .o-pag__previous{order:1}.o-pag--right .o-pag__next{order:2}.o-pag--right .o-pag__list{justify-content:flex-end;order:2}.o-pag__next{order:3}.o-pag__previous{order:2}.o-pag__list{align-items:center;display:flex;justify-content:center;text-align:center;list-style:none;flex-wrap:wrap;margin:0;padding:0;flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.o-pag--mobile{justify-content:flex-start;flex-wrap:wrap}.o-pag--mobile .o-pag__link{flex-grow:1;flex-shrink:1}.o-pag--mobile .o-pag__previous,.o-pag--mobile .o-pag__next{flex-grow:1;flex-shrink:1;order:0}.o-pag--mobile .o-pag__ellipsis{flex-grow:1;flex-shrink:1}.o-pag--mobile .o-pag__list{order:0}.o-radio{display:inline-flex;align-items:center;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.o-radio__check{width:1rem;height:1rem;margin:0;vertical-align:top;background-position:center;background-size:contain;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:50%;cursor:pointer;background-repeat:no-repeat;transition-property:background;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(10.1032,0,0,10.1032,-255.068,-313.298)'%3E%3Ccircle cx='30.195' cy='35.959' r='4.85' style='fill:%23445e00;'/%3E%3C/g%3E%3C/svg%3E")}.o-radio__check--checked{background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(4.38544,0,0,4.38544,-94.4336,-58.9876)'%3E%3Cpath d='M32.935,13.679C39.102,13.679 44.108,18.685 44.108,24.852C44.108,31.019 39.102,36.025 32.935,36.025C26.768,36.025 21.761,31.019 21.761,24.852C21.761,18.685 26.768,13.679 32.935,13.679ZM32.798,17.05C37.105,17.05 40.601,20.546 40.601,24.852C40.601,29.158 37.105,32.655 32.798,32.655C28.492,32.655 24.996,29.158 24.996,24.852C24.996,20.546 28.492,17.05 32.798,17.05Z' style='fill:%23445e00;'/%3E%3Ccircle cx='32.84' cy='24.8' r='7.9' style='fill:transparent;'/%3E%3C/g%3E%3C/svg%3E")}.o-radio--disabled{opacity:.5}.o-ctrl-sel{display:inline-flex;position:relative}.o-ctrl-sel--expanded{width:100%;flex-grow:1;flex-shrink:1}.o-sel{-moz-appearance:none;-webkit-appearance:none;display:inline-block;position:relative;vertical-align:top;cursor:pointer;justify-content:flex-start;align-items:center}.o-sel-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:serif='http://www.serif.com/' width='100%25' height='100%25' viewBox='0 0 100 100' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;'%3E%3Cg transform='matrix(5.70052,0,0,5.70052,-1329.79,-547.054)'%3E%3Cpath d='M233.451,101.749L235.617,99.422L242.013,105.565L248.463,99.422L250.642,101.749L242.013,110.052L233.451,101.749Z' style='fill:;stroke:white;stroke-width:0.18px;'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1rem;background-position:calc(100% - .5rem) center;padding-right:2rem}.o-sel--multiple{height:auto;padding:0}.o-sel__icon-left,.o-sel__icon-right{position:absolute;top:0;height:100%}.o-sel__icon-right{right:0}.o-sel__icon-left{left:0}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.o-sklt{display:inline-flex;flex-direction:column;vertical-align:middle;width:100%}.o-sklt__item{width:100%;background:linear-gradient(90deg,#dbdbdb 25%,#dbdbdb80,#dbdbdb 75%)}.o-sklt__item--animated{background-size:400% 100%;animation-name:skeleton-loading;animation-iteration-count:infinite;animation-duration:1.5s}.o-sklt__item:after{content:" "}.o-sklt--centered{align-items:center}.o-sklt--right{align-items:flex-end}.o-side__content{background-color:#dbdbdb;z-index:39}.o-side__content--fixed{position:fixed;left:0;top:0}.o-side__content--absolute{position:absolute;left:0;top:0}.o-side__content--right{left:auto;right:0}.o-side__content--mini-expand:hover{transition:width}.o-side__content--static{position:static}.o-side__content--absolute,.o-side__content--static{transition:width .15s ease-out}.o-side__content--fullwidth{width:100%;max-width:100%}.o-side__content--fullheight{height:100%;max-height:100%;overflow:hidden;overflow-y:auto;display:flex;flex-direction:column;align-content:stretch}.o-side__overlay{inset:0;position:fixed;background:#0a0a0adb;z-index:38}.o-slide{background:transparent;width:100%}.o-slide__thumb{border:1px solid #b5b5b5;background:#fff}.o-slide__thumb--dragging{cursor:grabbing;filter:brightness(.8)}.o-slide__track{display:flex;align-items:center;position:relative;cursor:pointer;background:#dbdbdb}.o-slide__fill{position:absolute;height:100%;background:#445e00;top:50%;transform:translateY(-50%)}.o-slide .o-slide__track{height:.5rem}.o-slide .o-slide__thumb{height:1rem;width:1rem}.o-slide .o-slide__tick-label{position:absolute;left:50%;transform:translate(-50%)}.o-slide__tick{position:absolute;transform:translate(-50%,-50%);top:50%;width:3px;background:#445e00}.o-slide__tick--hidden{background:transparent}.o-slide__thumb-wrapper{display:inline-flex;align-items:center;position:absolute;cursor:grab;transform:translate(-50%,-50%);top:50%;flex-direction:column}.o-slide--disabled{cursor:not-allowed;pointer-events:none}.o-steps{display:flex;flex-wrap:wrap;margin:0;padding:0}.o-steps .o-steps__title{background-color:#fff;text-align:center;z-index:1}.o-steps .o-steps__wrapper-vertical .o-steps--label-left .o-steps__divider,.o-steps .o-steps__wrapper-vertical.o-steps__wrapper-position-right .o-steps--label-left .o-steps__divider{left:auto}.o-steps__nav-item{margin:0;padding:0;position:relative;flex-grow:1;flex-basis:1em}.o-steps__divider{background:linear-gradient(to left,#dbdbdb 50%,#445e00 50%);background-size:200% 100%;background-position:right bottom;content:" ";display:block;position:absolute;bottom:0;left:-50%;width:100%}.o-steps__content{position:relative;overflow:visible;display:flex;flex-direction:column}.o-steps__content-transitioning{overflow:hidden}.o-steps--animated .o-steps__divider{transition-property:background}.o-steps__link{display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;text-decoration:none}.o-steps__link-label-right{flex-direction:row}.o-steps__link-label-left{flex-direction:row-reverse}.o-steps__link:hover{text-decoration:none}.o-steps__link:not(.o-steps__link-clickable){cursor:not-allowed}.o-steps__marker{align-items:center;display:flex;justify-content:center;background:#b5b5b5;color:#fff;border:.2em solid #fff;z-index:1;overflow:hidden}.o-steps__details{background-color:#fff;text-align:center;z-index:1}.o-steps__nav-item-active .o-steps__link{cursor:default}.o-steps__nav-item-active .o-steps__marker{background-color:#fff;border-color:#445e00;color:#445e00}.o-steps__nav-item-active .o-steps__divider{background-position:left bottom}.o-steps__nav-item-previous .o-steps__marker{color:#fff;background-color:#445e00}.o-steps__nav-item-previous .o-steps__divider{background-position:left bottom}.o-steps__item{flex-shrink:0;flex-basis:auto}.o-steps__wrapper-vertical{display:flex;flex-direction:row;flex-wrap:wrap}.o-steps__wrapper-vertical .o-steps{height:100%;flex-direction:column}.o-steps__wrapper-vertical .o-steps__divider{height:100%;top:-50%;left:calc(50% - .1em)}.o-steps__wrapper-vertical .o-steps__item-active .o-steps__divider,.o-steps__wrapper-vertical .o-steps__item-previous .o-steps__divider{background-position:right top}.o-steps__wrapper-vertical .o-steps__nav-item{width:100%;display:flex;align-items:center;justify-content:center}.o-steps__wrapper-vertical .o-steps__content{flex-grow:1;flex-basis:70%}.o-steps__wrapper-vertical .o-steps__navigation{flex-basis:100%}.o-steps__wrapper-vertical.o-steps__wrapper-position-right{flex-direction:row-reverse}.o-steps--mobile .o-steps__title{display:none;padding:0}.o-switch{cursor:pointer;display:inline-flex;align-items:center;position:relative;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.o-switch--left{flex-direction:row-reverse}.o-switch--left .o-switch__label{margin-left:0}.o-switch__check-switch{content:"";display:block;height:1.175em;width:1.175em;background:#f5f5f5;transition-property:transform;will-change:transform;transform-origin:left}.o-switch__check{display:flex;align-items:center;flex-shrink:0;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;transition-property:background}.o-switch__check--checked{background:#445e00}.o-switch__check--checked .o-switch__check-switch{transform:translate3d(100%,0,0)}.o-switch__input{position:absolute;left:0;opacity:0;z-index:-1}.o-switch--rounded{border-radius:9999px}.o-switch--disabled{opacity:.5}.o-table{display:table;width:100%;border-collapse:separate;border-spacing:0}.o-table__root{position:relative}.o-table__wrapper{transition:opacity .3s ease-out;position:relative}.o-table__wrapper--sticky-header{overflow-y:auto}.o-table__wrapper--sticky-header th{position:-webkit-sticky;position:sticky;left:0;top:0}.o-table__wrapper--scrollable{-webkit-overflow-scrolling:touch;overflow-x:auto;max-width:100%}.o-table__wrapper--mobile{overflow-x:auto}.o-table__wrapper--mobile .o-table__mobile-sort{display:block}.o-table__wrapper--mobile .o-table{background-color:transparent}.o-table__wrapper--mobile thead tr{box-shadow:none;border-width:0}.o-table__wrapper--mobile thead tr th{display:none}.o-table__wrapper--mobile thead tr .o-table-th-checkbox{display:block;width:100%;text-align:right;border:0}.o-table__wrapper--mobile tfoot th{border:0;display:inherit}.o-table__wrapper--mobile tr{max-width:100%;position:relative;display:block}.o-table__wrapper--mobile tr td{border:0;display:inherit}.o-table__wrapper--mobile tr td:last-child{border-bottom:0}.o-table__wrapper--mobile tr:not(.o-table__tr--selected){background:inherit;background:#fff}.o-table__wrapper--mobile tr:not(.o-table__tr--selected):hover{background-color:inherit;background-color:#fff}.o-table__wrapper--mobile tr:not(.o-table--detailed):not(.o-table--empty):not(.o-table__footer) td{display:flex;width:auto;justify-content:space-between;text-align:right}.o-table__wrapper--mobile tr:not(.o-table--detailed):not(.o-table--empty):not(.o-table__footer) td:before{content:attr(data-label)}.o-table__mobile-sort{display:none}.o-table__th{vertical-align:top;text-align:left;position:relative}.o-table__th--centered{text-align:center}.o-table__th--right{text-align:right}.o-table__th__sort-icon{position:absolute;right:0}.o-table__th--sortable{cursor:pointer}.o-table__th--sticky{position:-webkit-sticky;position:sticky;left:0;top:0}.o-table__th--unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.o-table__td{vertical-align:top;text-align:left}.o-table__td--sticky{position:-webkit-sticky;position:sticky;left:0}.o-table__td--right{text-align:right}.o-table__td--centered{text-align:center}.o-table__td-chevron{vertical-align:middle}.o-table__tr--selected{background-color:#445e00;color:#fff}.o-table__pagination{align-items:center;justify-content:space-between;display:flex}.o-table__pagination>div:first-child{align-items:center;justify-content:flex-start}.o-table__pagination>div:last-child{align-items:center;justify-content:flex-end}.o-table__pagination>div:last-child>div{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.o-table__pagination>div{flex-basis:auto;flex-grow:0;flex-shrink:0}.o-tabs--fullwidth{width:100%}.o-tabs--fullwidth .o-tabs__nav-item-wrapper{flex-grow:1;flex-shrink:0}.o-tabs--fullwidth .o-tabs__nav-item-default,.o-tabs--fullwidth .o-tabs__nav-item-boxed,.o-tabs--fullwidth .o-tabs__nav-item-toggle{height:100%}.o-tabs--vertical{display:flex;flex-direction:row}.o-tabs--vertical .o-tabs__nav{flex-direction:column;align-items:stretch;flex-grow:0;border-bottom:none}.o-tabs--vertical .o-tabs__nav-item-boxed{border-bottom-color:transparent}.o-tabs--vertical .o-tabs__nav-item-boxed--active{border-right-color:transparent}.o-tabs--right{flex-direction:row-reverse}.o-tabs--right .o-tabs__nav-item-boxed{border-bottom-color:transparent;border-right-color:transparent}.o-tabs--right .o-tabs__nav-item-boxed--active{border-left-color:transparent}.o-tabs__nav{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:0;align-items:center;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start;overflow-x:auto}.o-tabs__nav--centered{justify-content:center}.o-tabs__nav--right{justify-content:flex-end}.o-tabs__nav-item-default{-moz-appearance:none;-webkit-appearance:none;width:100%;margin:0 0 -1px;padding:0;border:1px solid transparent;background-color:transparent;align-items:center;line-height:1.5;color:#4a4a4a;display:flex;justify-content:center;vertical-align:top;cursor:pointer;text-decoration:none}.o-tabs__nav-item-default--active{border-bottom-color:#445e00;color:#445e00}.o-tabs__nav-item-default--disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.o-tabs__nav-item-boxed{-moz-appearance:none;-webkit-appearance:none;width:100%;margin:0 0 -1px;padding:0;border:1px solid transparent;background-color:transparent;align-items:center;line-height:1.5;color:#4a4a4a;display:flex;justify-content:center;vertical-align:top;cursor:pointer;text-decoration:none;border-bottom-color:transparent}.o-tabs__nav-item-boxed--active{border-bottom-color:#445e00;color:#445e00}.o-tabs__nav-item-boxed--disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.o-tabs__nav-item-toggle{-moz-appearance:none;-webkit-appearance:none;width:100%;margin:0;padding:0;border:1px solid transparent;background-color:transparent;align-items:center;line-height:1.5;color:#4a4a4a;display:flex;justify-content:center;vertical-align:top;cursor:pointer;text-decoration:none;position:relative}.o-tabs__nav-item-toggle--disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.o-tabs__content{position:relative;overflow:visible;display:flex;flex-direction:column;flex-grow:1}.o-tabs__content--transitioning{overflow:hidden}.o-tpck__dropdown{width:100%}.o-tpck__box{display:flex;justify-content:center;align-items:center}.o-tpck__select{-moz-appearance:none;-webkit-appearance:none;display:inline-block;position:relative;vertical-align:top;cursor:pointer;justify-content:flex-start;align-items:center;border:0;font-size:inherit}.o-tpck__select-placeholder{opacity:.5}.o-tip{position:relative;display:inline-flex}.o-tip__arrow--top{inset:100% auto auto 50%;transform:translate(-50%);border-top-style:solid;border-top-width:5px;border-right-style:solid;border-right-color:transparent;border-left-style:solid;border-left-color:transparent;border-right-width:5px;border-left-width:5px}.o-tip__content--top{top:auto;right:auto;bottom:calc(7px + 100%);left:50%;transform:translate(-50%)}.o-tip__arrow--right{inset:50% 100% auto auto;transform:translateY(-50%);border-right-style:solid;border-right-width:5px;border-top-style:solid;border-top-color:transparent;border-bottom-style:solid;border-bottom-color:transparent;border-top-width:5px;border-bottom-width:5px}.o-tip__content--right{top:50%;right:auto;bottom:auto;left:calc(7px + 100%);transform:translateY(-50%)}.o-tip__arrow--bottom{inset:auto auto 100% 50%;transform:translate(-50%);border-bottom-style:solid;border-bottom-width:5px;border-right-style:solid;border-right-color:transparent;border-left-style:solid;border-left-color:transparent;border-right-width:5px;border-left-width:5px}.o-tip__content--bottom{top:calc(7px + 100%);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.o-tip__arrow--left{inset:50% auto auto 100%;transform:translateY(-50%);border-left-style:solid;border-left-width:5px;border-top-style:solid;border-top-color:transparent;border-bottom-style:solid;border-bottom-color:transparent;border-top-width:5px;border-bottom-width:5px}.o-tip__content--left{top:50%;right:calc(7px + 100%);bottom:auto;left:auto;transform:translateY(-50%)}.o-tip__arrow{position:absolute;content:"";pointer-events:none;z-index:38;color:#445e00}.o-tip__content{position:absolute;white-space:nowrap;z-index:38;background-color:#445e00}.o-tip__content--always{opacity:1;visibility:visible}.o-tip__content--multiline{text-align:center;white-space:normal}.o-tip__trigger{width:100%}.o-upl{position:relative;display:inline-flex}.o-upl--disabled{cursor:not-allowed}.o-upl--expanded{width:100%}.o-upl__draggable{cursor:pointer;width:100%}.o-upl input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:-1}a[data-v-660ab95f]:hover{cursor:pointer}button[data-v-660ab95f]{outline:none}.fade-enter[data-v-660ab95f]{opacity:0}.fade-enter-to[data-v-660ab95f]{opacity:1}.fade-enter-active[data-v-660ab95f]{transition:all .5s ease}.fade-leave[data-v-660ab95f]{opacity:0}.fade-leave-active[data-v-660ab95f]{transition:all .5s ease}.o-icon--danger[data-v-660ab95f],.o-field__message-danger[data-v-660ab95f]{color:#f5222d!important}.o-input--danger[data-v-660ab95f]{border-color:#f5222d!important}.o-field__label[data-v-660ab95f]{text-align:left}.o-field .o-field[data-v-660ab95f]{margin-bottom:0}.o-table[data-v-660ab95f]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-660ab95f]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-660ab95f]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-660ab95f]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.petra-header[data-v-660ab95f]{width:100%;height:64px;position:relative;background-color:#fff;display:flex;align-content:center;align-items:center;justify-content:space-between;padding:0 32px}.petra-header .header-right[data-v-660ab95f]{display:inline-flex;align-content:flex-end;height:32px;transition:margin .2s ease;margin-left:auto}@media screen and (max-width: 820px){.petra-header .header-right[data-v-660ab95f]{margin-left:-30px}}.logo-div[data-v-5766ccb5]{width:80px;height:32px;display:inline-flex;align-items:center}.logo-div .company-logo[data-v-5766ccb5]{max-width:80px;max-height:32px}.petra-dropdown-root.o-drop{border:1px solid #d9d9d9;box-shadow:inset 0 .0625em .125em #0a0a0a0d;width:100%;border-radius:4px!important;padding:7px 11px;outline:none;color:#595959}.petra-dropdown-root.o-drop::placeholder{color:#c2c2c2}.petra-dropdown-root.o-drop:hover{border:1px solid #007ba6}.petra-dropdown-root.o-drop:focus{border:1px solid #007ba6;box-shadow:0 0 4px #1890ff80}.petra-dropdown-root.o-drop:focus-within{color:#595959}.petra-dropdown-root .petra-dropdown{width:100%;max-width:380px;min-width:180px;left:0;padding-top:8px;padding-bottom:8px;box-shadow:0 2px 8px #00000026;border-radius:4px}.petra-dropdown-root .petra-dropdown p{margin:0}.petra-dropdown-root .petra-dropdown.lg input{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.petra-dropdown-root .petra-dropdown.md input,.petra-dropdown-root .petra-dropdown.sm input{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.petra-dropdown-root .petra-dropdown-icon-container{padding-left:8px}.petra-dropdown-root .o-drop__trigger{display:flex;justify-content:space-between}.petra-dropdown-root.pbd-noBorder{border:none;box-shadow:none}.petra-dropdown-root.pbd-noBorder:hover{border:none}.petra-dropdown .o-drop__item{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.petra-dropdown .petra-dropdown-active-item,.petra-dropdown .o-drop__item--active{background:#b9e0ed;color:#595959}@media screen and (max-width: 1023px){.petra-dropdown{min-width:50%!important;width:50%!important}}@media screen and (max-width: 1023px){.petra-dropdown.o-drop__menu{position:fixed!important;width:calc(100vw - 40px);max-width:460px;max-height:calc(100vh - 120px);inset:25% auto auto 50%!important;transform:translate3d(-50%,-25%,0);white-space:normal;overflow-y:auto;z-index:50!important}}.offset-item{padding:.25rem 1rem!important}.offset-item:hover{background:#daeff5}.site-locator{display:inline-flex;justify-content:center;align-items:center;height:32px;transition:margin .2s ease;padding:0 24px}.site-locator .select-location-text{opacity:.5!important}.site-locator .site-name{margin-left:8px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#595959;display:inline-block;opacity:1;transition:ease all .2s;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;min-width:50px;max-width:300px}@media (max-width: 950px){.site-locator .site-name{min-width:50px;max-width:50px}}@media screen and (max-width: 975px){.site-locator .site-name{opacity:0;max-width:0px;min-width:0px}}.site-locator .petra-dropdown-root.o-drop{border:none;box-shadow:none;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.site-locator .petra-dropdown-root.o-drop .o-drop__item{display:flex}.site-locator .site-selector-clicker{color:#595959}.site-locator .mark-container{width:auto;display:flex;justify-content:flex-end;align-items:center;padding-right:8px}.side-menu-item{width:100%;cursor:pointer}.side-menu-item .side-menu-item__bg{width:20px;height:20px;margin-right:4px;opacity:.3}.side-menu-item .side-menu-item__inner{height:40px;padding:9px 0 9px 25px;display:inline-flex;display:flex;align-items:center}.side-menu-item.child{background:none!important;padding-left:28px}.side-menu-item.geomet .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.8798%209.83125C12.2157%209.44688%2011.4063%209.55%2010.861%2010.0312L10.0329%209.55156V7.18125C10.0329%206.93594%209.90166%206.70781%209.68916%206.58594L7.56416%205.3625V4.31406C8.25478%204.07969%208.75166%203.42656%208.75166%202.65625C8.75166%201.68906%207.96885%200.90625%207.00166%200.90625C6.03447%200.90625%205.25166%201.68906%205.25166%202.65625C5.25166%203.42656%205.74854%204.07969%206.43916%204.31406V5.3625L4.31416%206.58594C4.10166%206.70781%203.97041%206.93594%203.97041%207.18125V9.55L3.14229%2010.0297C2.59697%209.54844%201.78604%209.44531%201.12354%209.82969C0.287598%2010.3141%200.00322282%2011.3828%200.48291%2012.2188C0.96416%2013.0547%202.02822%2013.3422%202.86104%2012.8594C3.5251%2012.475%203.84072%2011.7188%203.69854%2011.0031L4.45947%2010.5609L6.65635%2011.8266C6.7626%2011.8875%206.88135%2011.9187%207.0001%2011.9187C7.11885%2011.9187%207.2376%2011.8875%207.34385%2011.8266L9.53916%2010.5625L10.3001%2011.0047C10.1579%2011.7188%2010.4751%2012.4766%2011.1376%2012.8609C11.9704%2013.3438%2013.036%2013.0578%2013.5157%2012.2203C13.997%2011.3828%2013.7126%2010.3141%2012.8798%209.83125ZM2.36416%2011.9937C2.27929%2012.0429%202.18554%2012.0748%202.0883%2012.0876C1.99106%2012.1003%201.89226%2012.0938%201.79757%2012.0682C1.70288%2012.0426%201.61419%2011.9986%201.53659%2011.9386C1.45899%2011.8787%201.39402%2011.8039%201.34541%2011.7188C1.13916%2011.3609%201.26104%2010.9016%201.61885%2010.6953C1.70372%2010.6462%201.79747%2010.6143%201.89471%2010.6015C1.99195%2010.5887%202.09075%2010.5953%202.18544%2010.6209C2.28012%2010.6464%202.36882%2010.6905%202.44642%2010.7504C2.52402%2010.8104%202.58899%2010.8851%202.6376%2010.9703C2.84385%2011.3281%202.72197%2011.7875%202.36416%2011.9937ZM6.2501%202.65625C6.2541%202.45999%206.33488%202.27312%206.4751%202.13573C6.61531%201.99835%206.8038%201.9214%207.0001%201.9214C7.1964%201.9214%207.38488%201.99835%207.5251%202.13573C7.66531%202.27312%207.74609%202.45999%207.7501%202.65625C7.74609%202.85251%207.66531%203.03938%207.5251%203.17677C7.38488%203.31415%207.1964%203.3911%207.0001%203.3911C6.8038%203.3911%206.61531%203.31415%206.4751%203.17677C6.33488%203.03938%206.2541%202.85251%206.2501%202.65625ZM8.90635%209.62813L7.0001%2010.7266L5.09385%209.62813V7.43437L7.0001%206.33594L8.90635%207.43437V9.62813ZM12.6548%2011.7203C12.4485%2012.0781%2011.9923%2012.2016%2011.636%2011.9953C11.2798%2011.7891%2011.1563%2011.3297%2011.3626%2010.9719C11.5688%2010.6141%2012.0251%2010.4906%2012.3813%2010.6969C12.7392%2010.9031%2012.861%2011.3609%2012.6548%2011.7203Z'%20fill='%23BFBFBF'/%3e%3c/svg%3e") no-repeat center}.side-menu-item.drillnblast .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.4869%207.48126H10.1994C10.0478%207.48126%209.90232%207.4211%209.79508%207.31402C9.68784%207.20695%209.62759%207.06172%209.62759%206.91029C9.62759%206.75886%209.68784%206.61363%209.79508%206.50655C9.90232%206.39947%2010.0478%206.33932%2010.1994%206.33932H12.4869C12.6385%206.33932%2012.784%206.39947%2012.8912%206.50655C12.9985%206.61363%2013.0587%206.75886%2013.0587%206.91029C13.0587%207.06172%2012.9985%207.20695%2012.8912%207.31402C12.784%207.4211%2012.6385%207.48126%2012.4869%207.48126ZM7.91608%207.48126H5.62056C5.46889%207.48126%205.32344%207.4211%205.2162%207.31402C5.10895%207.20695%205.04871%207.06172%205.04871%206.91029C5.04871%206.75886%205.10895%206.61363%205.2162%206.50655C5.32344%206.39947%205.46889%206.33932%205.62056%206.33932H7.91608C8.06775%206.33932%208.2132%206.39947%208.32045%206.50655C8.42769%206.61363%208.48794%206.75886%208.48794%206.91029C8.48794%207.06172%208.42769%207.20695%208.32045%207.31402C8.2132%207.4211%208.06775%207.48126%207.91608%207.48126ZM3.3372%207.48126H1.04573C0.894066%207.48126%200.748613%207.4211%200.641369%207.31402C0.534126%207.20695%200.473877%207.06172%200.473877%206.91029C0.473877%206.75886%200.534126%206.61363%200.641369%206.50655C0.748613%206.39947%200.894066%206.33932%201.04573%206.33932H3.33314C3.48481%206.33932%203.63026%206.39947%203.73751%206.50655C3.84475%206.61363%203.905%206.75886%203.905%206.91029C3.905%207.06172%203.84475%207.20695%203.73751%207.31402C3.63026%207.4211%203.48481%207.48126%203.33314%207.48126H3.3372Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M2.87794%2011.551C2.76534%2011.5496%202.65563%2011.5152%202.56238%2011.4522C2.46912%2011.3892%202.39642%2011.3002%202.35326%2011.1964C2.3101%2011.0925%202.29838%2010.9783%202.31955%2010.8679C2.34072%2010.7575%202.39386%2010.6557%202.47237%2010.5751L4.09465%208.95529C4.20222%208.84789%204.3481%208.78756%204.50022%208.78756C4.65234%208.78756%204.79823%208.84789%204.90579%208.95529C5.01336%209.06269%205.07378%209.20835%205.07378%209.36023C5.07378%209.51212%205.01336%209.65778%204.90579%209.76517L3.28351%2011.3849C3.23017%2011.4379%203.16689%2011.4798%203.09729%2011.5083C3.0277%2011.5368%202.95316%2011.5513%202.87794%2011.551ZM6.1225%208.31143C6.0099%208.31002%205.90019%208.27567%205.80693%208.21265C5.71368%208.14962%205.64098%208.06069%205.59782%207.95684C5.55466%207.85299%205.54294%207.73878%205.56411%207.62835C5.58528%207.51792%205.63841%207.41611%205.71693%207.33552L7.33921%205.71575C7.44708%205.60892%207.59285%205.54898%207.74478%205.54898C7.89671%205.54898%208.04249%205.60892%208.15035%205.71575C8.20431%205.76853%208.24717%205.83154%208.27644%205.90107C8.3057%205.9706%208.32077%206.04527%208.32077%206.12069C8.32077%206.19611%208.3057%206.27078%208.27644%206.34031C8.24717%206.40985%208.20431%206.47285%208.15035%206.52563L6.52807%208.1454C6.47445%208.20079%206.41015%208.24477%206.33906%208.27469C6.26797%208.30462%206.19154%208.31987%206.11439%208.31953L6.1225%208.31143ZM9.36706%205.07189C9.25446%205.07048%209.14475%205.03613%209.05149%204.97311C8.95824%204.91008%208.88554%204.82115%208.84238%204.7173C8.79922%204.61345%208.7875%204.49924%208.80867%204.38881C8.82984%204.27838%208.88297%204.17657%208.96149%204.09598L10.5838%202.47621C10.6913%202.36881%2010.8372%202.30848%2010.9893%202.30848C11.1415%202.30848%2011.2873%202.36881%2011.3949%202.47621C11.5025%202.58361%2011.5629%202.72927%2011.5629%202.88115C11.5629%203.03304%2011.5025%203.1787%2011.3949%203.28609L9.77263%204.90586C9.71877%204.96372%209.65348%205.00978%209.58088%205.04114C9.50828%205.07251%209.42994%205.0885%209.35084%205.08809L9.36706%205.07189Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M7.27081%2013.0099C7.19019%2013.0885%207.08832%2013.1418%206.97782%2013.1632C6.86731%2013.1846%206.75301%2013.1731%206.64906%2013.1302C6.54511%2013.0873%206.45607%2013.0148%206.39296%2012.9217C6.32984%2012.8287%206.29542%2012.7191%206.29395%2012.6066L6.29573%2010.3141C6.29584%2010.1621%206.35634%2010.0163%206.4639%209.90876C6.57147%209.80119%206.71729%209.7407%206.86929%209.74058C7.02129%209.74046%207.16702%209.80073%207.27441%209.90813C7.38181%2010.0155%207.44208%2010.1613%207.44196%2010.3133L7.44019%2012.6057C7.43991%2012.6809%207.4248%2012.7553%207.39573%2012.8246C7.36667%2012.894%207.32422%2012.9569%207.27081%2013.0099ZM7.27435%208.42496C7.19373%208.50358%207.09187%208.55687%206.98136%208.57825C6.87086%208.59963%206.75656%208.58815%206.65261%208.54523C6.54866%208.50232%206.45962%208.42985%206.39651%208.33679C6.33339%208.24374%206.29897%208.13418%206.2975%208.02167L6.29927%205.72919C6.30001%205.57738%206.3607%205.43192%206.46813%205.32449C6.57556%205.21706%206.72103%205.15636%206.87284%205.15563C6.94832%205.1548%207.02318%205.16904%207.09304%205.19752C7.1629%205.22599%207.22635%205.26813%207.27968%205.32146C7.33301%205.37479%207.37515%205.43825%207.40363%205.50811C7.4321%205.57797%207.44634%205.65283%207.44551%205.7283L7.44374%208.02078C7.44498%208.09786%207.43062%208.17442%207.40151%208.24585C7.3724%208.31728%207.32914%208.38211%207.27434%208.43642L7.27435%208.42496ZM7.2779%203.84001C7.19728%203.91863%207.09542%203.97192%206.98491%203.9933C6.87441%204.01468%206.76011%204.0032%206.65616%203.96028C6.55221%203.91736%206.46317%203.8449%206.40006%203.75184C6.33694%203.65879%206.30252%203.54923%206.30105%203.43672L6.30282%201.14424C6.30294%200.992241%206.36344%200.846419%206.471%200.738855C6.57857%200.631291%206.72439%200.570797%206.87639%200.570679C7.02839%200.570561%207.17412%200.630831%207.28151%200.738228C7.38891%200.845626%207.44918%200.991353%207.44906%201.14335L7.44729%203.43583C7.45011%203.51482%207.43651%203.59356%207.40735%203.66708C7.3782%203.74059%207.33411%203.80729%207.27789%203.86293L7.2779%203.84001Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M11.0267%2011.551C10.9512%2011.5508%2010.8765%2011.5356%2010.8069%2011.5064C10.7373%2011.4772%2010.6741%2011.4346%2010.6211%2011.3809L8.99884%209.76112C8.94558%209.70794%208.90333%209.64481%208.87451%209.57533C8.84569%209.50585%208.83085%209.43138%208.83085%209.35618C8.83085%209.28097%208.84569%209.2065%208.87451%209.13702C8.90333%209.06754%208.94558%209.00441%208.99884%208.95123C9.0521%208.89806%209.11533%208.85587%209.18492%208.82709C9.25451%208.79831%209.32909%208.7835%209.40441%208.7835C9.47973%208.7835%209.55432%208.79831%209.62391%208.82709C9.69349%208.85587%209.75672%208.89806%209.80998%208.95123L11.4323%2010.571C11.5108%2010.6516%2011.5639%2010.7534%2011.5851%2010.8638C11.6063%2010.9743%2011.5945%2011.0885%2011.5514%2011.1923C11.5082%2011.2962%2011.4355%2011.3851%2011.3423%2011.4481C11.249%2011.5112%2011.1393%2011.5455%2011.0267%2011.5469V11.551ZM7.78213%208.31143C7.70663%208.31121%207.63192%208.29607%207.56231%208.26688C7.4927%208.23769%207.42957%208.19503%207.37656%208.14135L5.75428%206.52158C5.64672%206.41418%205.58629%206.26852%205.58629%206.11664C5.58629%205.96475%205.64672%205.81909%205.75428%205.71169C5.86185%205.6043%206.00773%205.54396%206.15985%205.54396C6.31197%205.54396%206.45786%205.6043%206.56542%205.71169L8.1877%207.33146C8.26622%207.41206%208.31935%207.51387%208.34052%207.6243C8.36169%207.73473%208.34997%207.84893%208.30682%207.95278C8.26366%208.05663%208.19095%208.14557%208.0977%208.20859C8.00445%208.27162%207.89473%208.30596%207.78213%208.30737V8.31143ZM4.53757%205.07188C4.46207%205.07167%204.38736%205.05653%204.31775%205.02734C4.24815%204.99815%204.18501%204.95549%204.132%204.90181L2.50972%203.28204C2.45646%203.22886%202.41422%203.16573%202.38539%203.09625C2.35657%203.02677%202.34173%202.9523%202.34173%202.8771C2.34173%202.80189%202.35657%202.72742%202.38539%202.65794C2.41422%202.58846%202.45646%202.52533%202.50972%202.47215C2.56298%202.41898%202.62621%202.37679%202.6958%202.34801C2.76539%202.31923%202.83997%202.30442%202.91529%202.30442C2.99061%202.30442%203.0652%202.31923%203.13479%202.34801C3.20437%202.37679%203.2676%202.41898%203.32086%202.47215L4.94314%204.09192C5.02166%204.17252%205.07479%204.27433%205.09596%204.38476C5.11713%204.49519%205.10541%204.60939%205.06226%204.71324C5.0191%204.81709%204.9464%204.90603%204.85314%204.96905C4.75989%205.03208%204.65017%205.06642%204.53757%205.06784V5.07188Z'%20fill='%23D9D9D9'/%3e%3c/svg%3e") no-repeat center}.side-menu-item.loadnhaul .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='16'%20height='13'%20viewBox='0%200%2016%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.41756%209.06336C8.34937%209.06446%208.28174%209.0514%208.21923%209.02506L0.978539%206.05199C0.886767%206.01397%200.808514%205.95087%200.753415%205.87046C0.698316%205.79005%200.668775%205.69583%200.668429%205.59942V4.02585C0.662488%203.95768%200.671267%203.88906%200.694212%203.82433C0.717156%203.7596%200.753767%203.70018%200.801726%203.64982C0.849686%203.59946%200.907951%203.55925%200.972834%203.53175C1.03772%203.50425%201.10781%203.49005%201.17867%203.49005C1.24953%203.49005%201.31962%203.50425%201.3845%203.53175C1.44938%203.55925%201.50765%203.59946%201.55561%203.64982C1.60357%203.70018%201.64018%203.7596%201.66312%203.82433C1.68607%203.88906%201.69485%203.95768%201.68891%204.02585V5.27217L8.17957%207.93192L10.1484%203.82045C10.1882%203.73435%2010.2529%203.66123%2010.3348%203.60995C10.4168%203.55866%2010.5123%203.53141%2010.61%203.5315H14.7568C14.8847%203.54189%2015.0039%203.59829%2015.0908%203.68953C15.1777%203.78076%2015.2259%203.90017%2015.2259%204.02411C15.2259%204.14804%2015.1777%204.26746%2015.0908%204.35869C15.0039%204.44993%2014.8847%204.50633%2014.7568%204.51672H10.9165L8.87912%208.77789C8.83847%208.86307%208.7734%208.93522%208.6916%208.98582C8.6098%209.03641%208.5147%209.06331%208.41756%209.06336Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M14.8213%209.94613H12.2971C12.1623%209.94613%2012.0329%209.89442%2011.9376%209.80236C11.8422%209.71031%2011.7887%209.58545%2011.7887%209.45526C11.7887%209.32508%2011.8422%209.20022%2011.9376%209.10817C12.0329%209.01611%2012.1623%208.96439%2012.2971%208.96439H14.3128V7.32468H13.7359C13.6007%207.32376%2013.4714%207.27127%2013.3761%207.17866C13.2809%207.08605%2013.2274%206.96084%2013.2274%206.83033V5.08966C13.2274%204.95947%2013.281%204.83462%2013.3763%204.74256C13.4717%204.6505%2013.601%204.59879%2013.7359%204.59879C13.8707%204.59879%2014%204.6505%2014.0954%204.74256C14.1907%204.83462%2014.2443%204.95947%2014.2443%205.08966V6.34642H14.8213C14.8883%206.34596%2014.9548%206.35832%2015.0169%206.38278C15.079%206.40725%2015.1355%206.44333%2015.1831%206.48896C15.2307%206.53459%2015.2685%206.58885%2015.2942%206.64864C15.32%206.70842%2015.3333%206.77254%2015.3333%206.83729V9.46222C15.3314%209.59181%2015.2765%209.7154%2015.1806%209.80606C15.0846%209.89671%2014.9555%209.94706%2014.8213%209.94613Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M4.07014%2013C3.6465%2013%203.23239%2012.8788%202.88015%2012.6515C2.52791%2012.4243%202.25338%2012.1013%202.09126%2011.7235C1.92914%2011.3456%201.88673%2010.9298%201.96937%2010.5287C2.05202%2010.1276%202.25602%209.75908%202.55557%209.46988C2.85512%209.18068%203.23678%208.98373%203.65227%208.90394C4.06776%208.82414%204.49843%208.8651%204.88981%209.02161C5.2812%209.17813%205.61572%209.44318%205.85108%209.78325C6.08643%2010.1233%206.21206%2010.5231%206.21206%2010.9321C6.21206%2011.4806%205.98639%2012.0065%205.5847%2012.3944C5.18301%2012.7822%204.63821%2013%204.07014%2013ZM4.07014%209.86683C3.84818%209.86683%203.63122%209.93042%203.44672%2010.0495C3.26223%2010.1687%203.11849%2010.338%203.03372%2010.536C2.94895%2010.734%202.92695%2010.9519%202.97051%2011.162C3.01408%2011.3722%203.12124%2011.5651%203.27844%2011.7163C3.43564%2011.8676%203.6358%2011.9705%203.85357%2012.0118C4.07135%2012.0532%204.29695%2012.0313%204.5018%2011.9488C4.70665%2011.8663%204.88155%2011.727%205.00434%2011.5485C5.12713%2011.37%205.19229%2011.1603%205.19158%2010.946C5.19498%2010.8025%205.16838%2010.6597%205.11337%2010.5263C5.05835%2010.3929%204.97605%2010.2715%204.87138%2010.1695C4.76671%2010.0674%204.64181%209.98683%204.50414%209.93244C4.36648%209.87804%204.21887%209.851%204.07014%209.8529V9.86683Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M11.3174%2013C10.8937%2013.0007%2010.4792%2012.88%2010.1265%2012.6532C9.77376%2012.4264%209.49866%2012.1037%209.336%2011.7259C9.17333%2011.3481%209.13039%2010.9322%209.21263%2010.5308C9.29487%2010.1295%209.49858%209.76067%209.79799%209.47111C10.0974%209.18156%2010.479%208.98427%2010.8946%208.90419C11.3102%208.82412%2011.7411%208.86487%2012.1327%209.02128C12.5243%209.17769%2012.859%209.44274%2013.0945%209.78288C13.33%2010.123%2013.4558%2010.523%2013.4558%2010.9321C13.4548%2011.4797%2013.2293%2012.0046%2012.8286%2012.3921C12.4279%2012.7796%2011.8846%2012.9982%2011.3174%2013ZM11.3174%209.86683C11.0955%209.86683%2010.8785%209.93042%2010.694%2010.0495C10.5095%2010.1687%2010.3658%2010.338%2010.281%2010.536C10.1962%2010.734%2010.1743%2010.9519%2010.2178%2011.162C10.2614%2011.3721%2010.3685%2011.5651%2010.5257%2011.7163C10.6829%2011.8676%2010.8831%2011.9705%2011.1009%2012.0118C11.3187%2012.0532%2011.5442%2012.0313%2011.7491%2011.9488C11.954%2011.8663%2012.1288%2011.727%2012.2516%2011.5485C12.3744%2011.37%2012.4396%2011.1603%2012.4389%2010.946C12.4423%2010.8025%2012.4157%2010.6597%2012.3607%2010.5263C12.3057%2010.3929%2012.2234%2010.2715%2012.1187%2010.1695C12.014%2010.0674%2011.8891%209.98683%2011.7514%209.93243C11.6138%209.87804%2011.4662%209.85099%2011.3174%209.8529V9.86683Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M6.65193%204.73938C6.53943%204.73943%206.43009%204.70346%206.34103%204.63709C6.25197%204.57073%206.18823%204.47772%206.15978%204.37264C6.13133%204.26756%206.13979%204.15633%206.18382%204.05638C6.22785%203.95643%206.30498%203.87341%206.40312%203.82031L6.43918%203.79942C6.64999%203.68218%206.82666%203.51537%206.95275%203.31451C7.07884%203.11364%207.15026%202.88525%207.16036%202.65058C7.16131%202.52099%207.2153%202.39703%207.31055%202.30573C7.4058%202.21442%207.53457%202.16318%207.6688%202.16319C7.7357%202.16318%207.80195%202.17601%207.86367%202.20094C7.92539%202.22587%207.98137%202.26239%208.02834%202.30839C8.07531%202.35439%208.11235%202.40895%208.13729%202.46888C8.16223%202.52882%208.17458%202.59295%208.17363%202.65754C8.16432%203.06239%208.04648%203.458%207.83161%203.80578C7.61674%204.15356%207.31217%204.44164%206.94761%204.64191L6.88631%204.67672C6.81437%204.7151%206.73407%204.73657%206.65193%204.73938ZM4.70112%204.68716C4.61236%204.68741%204.52516%204.66456%204.44871%204.62102C4.0778%204.41741%203.76641%204.12636%203.54362%203.77505C3.33435%203.42123%203.22725%203.01968%203.23351%202.61228V2.57399C3.23298%202.50911%203.24606%202.44481%203.27197%202.38495C3.29788%202.32509%203.33608%202.27091%203.38427%202.22569C3.43246%202.18047%203.48963%202.14514%203.55234%202.12184C3.61505%202.09853%203.682%202.08773%203.74916%202.09008C3.87898%202.09541%204.00176%202.14852%204.09229%202.23851C4.18283%202.32851%204.23423%202.44855%204.23596%202.57399C4.2284%202.81814%204.29213%203.05941%204.41986%203.27026C4.54924%203.47957%204.73326%203.65244%204.95354%203.77157C5.05195%203.82481%205.12923%203.90814%205.17321%204.00844C5.21718%204.10875%205.22536%204.22032%205.19644%204.3256C5.16753%204.43087%205.10317%204.52388%205.0135%204.58997C4.92382%204.65605%204.81393%204.69147%204.70112%204.69064V4.68716ZM4.70112%201.55395C4.58644%201.55452%204.47494%201.51763%204.38471%201.4493C4.29448%201.38096%204.23083%201.28518%204.2041%201.17751C4.17737%201.06984%204.18912%200.956611%204.23746%200.856207C4.28579%200.755803%204.36786%200.674123%204.47034%200.624433C4.8448%200.433291%205.26196%200.333374%205.68554%200.333374C6.10912%200.333374%206.52628%200.433291%206.90074%200.624433C6.9603%200.654947%207.01298%200.696596%207.05571%200.746954C7.09845%200.797312%207.13038%200.855374%207.14965%200.917759C7.16892%200.980145%207.17514%201.04561%207.16796%201.11034C7.16077%201.17507%207.14033%201.23777%207.1078%201.2948C7.07528%201.35183%207.03133%201.40204%206.97852%201.44251C6.9257%201.48298%206.86508%201.51291%206.80017%201.53055C6.73526%201.54819%206.66737%201.55318%206.60044%201.54525C6.53351%201.53731%206.46889%201.5166%206.41033%201.48433C6.17988%201.37125%205.92416%201.31465%205.66571%201.3195C5.40726%201.32436%205.15401%201.39053%204.9283%201.51218C4.85981%201.54489%204.78473%201.56272%204.70833%201.5644L4.70112%201.55395Z'%20fill='%23D9D9D9'/%3e%3c/svg%3e") no-repeat center}.side-menu-item.process .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='12'%20viewBox='0%200%2014%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.31983%209.95121H4.91728L2.52361%206.09317L4.91728%202.23514H9.31983L11.7135%206.09317L9.31983%209.95121ZM5.69996%208.61258H8.53715L10.1025%206.08686L8.53715%203.56114H5.69996L4.13461%206.08686L5.69996%208.61258Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M9.92095%2011.5488C9.80033%2011.5526%209.68098%2011.5239%209.57619%2011.4659C9.47141%2011.408%209.38529%2011.323%209.32742%2011.2204L8.33603%209.62924C8.2409%209.47685%208.21218%209.29411%208.25622%209.12122C8.30025%208.94833%208.41342%208.79946%208.57084%208.70736C8.72825%208.61525%208.91701%208.58745%209.09559%208.63008C9.27418%208.67271%209.42795%208.78228%209.52309%208.93467L10.5145%2010.5322C10.5616%2010.6079%2010.5927%2010.692%2010.6061%2010.7795C10.6195%2010.8669%2010.6148%2010.9561%2010.5924%2011.0418C10.5699%2011.1276%2010.5302%2011.2081%2010.4754%2011.2789C10.4206%2011.3496%2010.3519%2011.4092%2010.2732%2011.4541C10.1664%2011.5151%2010.0449%2011.5478%209.92095%2011.5488ZM5.3097%203.57384C5.18731%203.57822%205.06612%203.54916%204.96%203.48997C4.85388%203.43079%204.76712%203.34387%204.70965%203.23918L3.40519%201.00392C3.35876%200.927892%203.32849%200.843647%203.31616%200.756136C3.30383%200.668625%203.30969%200.579611%203.33338%200.49432C3.35708%200.40903%203.39814%200.329183%203.45415%200.259467C3.51016%200.189752%203.58%200.131574%203.65956%200.0883489C3.73871%200.0445128%203.82603%200.0162685%203.91651%200.0052418C4.00698%20-0.00578485%204.09881%200.000624222%204.18672%200.0241002C4.27462%200.0475762%204.35686%200.0876549%204.42869%200.142029C4.50053%200.196403%204.56055%200.263998%204.60529%200.340921L5.90975%202.56987C5.95503%202.64649%205.9842%202.73103%205.99559%202.81862C6.00698%202.90621%206.00036%202.99511%205.97611%203.08021C5.95186%203.16531%205.91046%203.24493%205.8543%203.31447C5.79813%203.38402%205.72831%203.44212%205.64885%203.48544C5.54628%203.54437%205.42897%203.57495%205.3097%203.57384Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M3.99147%2011.5488C3.85403%2011.5511%203.71935%2011.5113%203.60666%2011.4351C3.5308%2011.3867%203.46555%2011.3242%203.41465%2011.2513C3.36375%2011.1784%203.3282%2011.0965%203.31002%2011.0103C3.29185%2010.9241%203.29141%2010.8353%203.30874%2010.7489C3.32606%2010.6625%203.36081%2010.5803%203.41099%2010.5069L4.71545%208.61266C4.76555%208.53927%204.8301%208.47616%204.9054%208.42693C4.9807%208.37769%205.06528%208.3433%205.15431%208.32571C5.24334%208.30812%205.33508%208.30768%205.42428%208.32441C5.51349%208.34114%205.59842%208.37472%205.67422%208.42323C5.75002%208.47174%205.81521%208.53423%205.86607%208.60712C5.91693%208.68002%205.95246%208.76191%205.97062%208.8481C5.98879%208.93429%205.98925%209.0231%205.97197%209.10946C5.95468%209.19583%205.92%209.27805%205.86989%209.35143L4.56543%2011.2457C4.5026%2011.3378%204.41743%2011.4135%204.31738%2011.4664C4.21733%2011.5192%204.10543%2011.5475%203.99147%2011.5488ZM8.92884%203.57386C8.792%203.57228%208.65848%203.53284%208.54403%203.4602C8.39326%203.36025%208.28899%203.20705%208.25363%203.0335C8.21826%202.85995%208.25461%202.67989%208.35488%202.532L9.65934%200.637711C9.7614%200.489504%209.92009%200.386617%2010.1005%200.351685C10.2809%200.316752%2010.4683%200.352634%2010.6214%200.451439C10.7745%200.550243%2010.8807%200.703877%2010.9168%200.87854C10.9529%201.0532%2010.9158%201.23459%2010.8138%201.3828L9.50933%203.27708C9.44473%203.36846%209.35811%203.44323%209.25698%203.49494C9.15584%203.54664%209.04322%203.57373%208.92884%203.57386Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M3.23545%206.76246L0.926564%206.44675C0.745646%206.42017%200.582747%206.32587%200.472954%206.18414C0.36316%206.04242%200.315256%205.86462%200.339559%205.68903C0.367054%205.51345%200.464214%205.35518%200.610377%205.24788C0.756541%205.14057%200.940176%205.0927%201.12223%205.11443L3.45069%205.43015C3.62445%205.45341%203.78259%205.53974%203.89305%205.67166C4.00352%205.80358%204.05806%205.97122%204.04562%206.14062C4.03318%206.31001%203.9547%206.4685%203.82606%206.58396C3.69743%206.69943%203.52827%206.76324%203.35286%206.76246H3.23545ZM12.8819%206.76246H10.9252C10.7419%206.76246%2010.566%206.69195%2010.4364%206.56643C10.3067%206.4409%2010.2339%206.27066%2010.2339%206.09315C10.2339%205.91564%2010.3067%205.74539%2010.4364%205.61987C10.566%205.49435%2010.7419%205.42383%2010.9252%205.42383H12.8819C13.0653%205.42383%2013.2411%205.49435%2013.3708%205.61987C13.5004%205.74539%2013.5733%205.91564%2013.5733%206.09315C13.5733%206.27066%2013.5004%206.4409%2013.3708%206.56643C13.2411%206.69195%2013.0653%206.76246%2012.8819%206.76246Z'%20fill='%23D9D9D9'/%3e%3c/svg%3e") no-repeat center}.side-menu-item.blendOptimizer .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.375%203.875H8.125V0.625C8.125%200.4875%208.0125%200.375%207.875%200.375H0.625C0.4875%200.375%200.375%200.4875%200.375%200.625V7.875C0.375%208.0125%200.4875%208.125%200.625%208.125H3.875V11.375C3.875%2011.5125%203.9875%2011.625%204.125%2011.625H11.375C11.5125%2011.625%2011.625%2011.5125%2011.625%2011.375V4.125C11.625%203.9875%2011.5125%203.875%2011.375%203.875ZM3.875%204.125V7.0625H1.4375V1.4375H7.0625V3.875H4.125C3.9875%203.875%203.875%203.9875%203.875%204.125ZM7.0625%204.9375V7.0625H4.9375V4.9375H7.0625ZM10.5625%2010.5625H4.9375V8.125H7.875C8.0125%208.125%208.125%208.0125%208.125%207.875V4.9375H10.5625V10.5625Z'%20fill='%23D9D9D9'/%3e%3c/svg%3e") no-repeat center}.side-menu-item.dataUpload .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='12'%20viewBox='0%200%2014%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.09835%205.17241C7.08666%205.15747%207.07172%205.14539%207.05466%205.13708C7.03761%205.12877%207.01889%205.12445%206.99992%205.12445C6.98094%205.12445%206.96222%205.12877%206.94517%205.13708C6.92811%205.14539%206.91317%205.15747%206.90148%205.17241L5.15148%207.38648C5.13706%207.4049%205.1281%207.42702%205.12565%207.45029C5.1232%207.47356%205.12734%207.49705%205.13761%207.51807C5.14788%207.5391%205.16386%207.55681%205.18372%207.56919C5.20358%207.58156%205.22652%207.58809%205.24992%207.58804H6.4046V11.3756C6.4046%2011.4443%206.46085%2011.5006%206.5296%2011.5006H7.4671C7.53585%2011.5006%207.5921%2011.4443%207.5921%2011.3756V7.58961H8.74991C8.8546%207.58961%208.91241%207.46929%208.84835%207.38804L7.09835%205.17241Z'%20fill='%23D9D9D9'/%3e%3cpath%20d='M11.6781%203.72969C10.9625%201.84219%209.13906%200.5%207.00313%200.5C4.86719%200.5%203.04375%201.84063%202.32812%203.72813C0.989063%204.07969%200%205.3%200%206.75C0%208.47656%201.39844%209.875%203.12344%209.875H3.75C3.81875%209.875%203.875%209.81875%203.875%209.75V8.8125C3.875%208.74375%203.81875%208.6875%203.75%208.6875H3.12344C2.59687%208.6875%202.10156%208.47812%201.73281%208.09844C1.36562%207.72031%201.17031%207.21094%201.1875%206.68281C1.20156%206.27031%201.34219%205.88281%201.59687%205.55625C1.85781%205.22344%202.22344%204.98125%202.62969%204.87344L3.22188%204.71875L3.43906%204.14687C3.57344%203.79062%203.76094%203.45781%203.99687%203.15625C4.2298%202.85736%204.50571%202.59461%204.81563%202.37656C5.45781%201.925%206.21406%201.68594%207.00313%201.68594C7.79219%201.68594%208.54844%201.925%209.19063%202.37656C9.50156%202.59531%209.77656%202.85781%2010.0094%203.15625C10.2453%203.45781%2010.4328%203.79219%2010.5672%204.14687L10.7828%204.71719L11.3734%204.87344C12.2203%205.10156%2012.8125%205.87188%2012.8125%206.75C12.8125%207.26719%2012.6109%207.75469%2012.2453%208.12031C12.066%208.30067%2011.8527%208.44366%2011.6178%208.54102C11.3828%208.63838%2011.1309%208.68817%2010.8766%208.6875H10.25C10.1813%208.6875%2010.125%208.74375%2010.125%208.8125V9.75C10.125%209.81875%2010.1813%209.875%2010.25%209.875H10.8766C12.6016%209.875%2014%208.47656%2014%206.75C14%205.30156%2013.0141%204.08281%2011.6781%203.72969Z'%20fill='%23D9D9D9'/%3e%3c/svg%3e") no-repeat center}.side-menu-item.rockray .side-menu-item__bg{background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2024.0.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='Layer_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2015%2015'%20style='enable-background:new%200%200%2015%2015;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23595959;}%20%3c/style%3e%3cpath%20class='st0'%20d='M7.1,0.17c0.08-0.08,0.18-0.13,0.29-0.16C7.5-0.01,7.62,0,7.72,0.04c0.1,0.04,0.19,0.12,0.26,0.21%20s0.1,0.21,0.1,0.32l0,2.33c0,0.15-0.06,0.3-0.17,0.41C7.8,3.43,7.65,3.49,7.5,3.49c-0.15,0-0.3-0.06-0.4-0.17%20C6.99,3.21,6.93,3.06,6.93,2.91l0-2.33c0-0.08,0.02-0.15,0.04-0.22C7,0.28,7.05,0.22,7.1,0.17z%20M11.48,1.65%20c0.11,0,0.22,0.04,0.31,0.1C11.89,1.81,11.96,1.9,12,2.01c0.04,0.11,0.05,0.22,0.03,0.33c-0.02,0.11-0.07,0.22-0.15,0.3l-1.62,1.65%20c-0.11,0.11-0.25,0.17-0.4,0.17c-0.15,0-0.3-0.06-0.4-0.17C9.35,4.18,9.29,4.03,9.29,3.88c0-0.15,0.06-0.3,0.17-0.41l1.62-1.65%20c0.05-0.05,0.12-0.1,0.19-0.13C11.33,1.66,11.41,1.65,11.48,1.65z%20M3.57,1.69C3.5,1.67,3.43,1.65,3.35,1.65v0%20c-0.11,0-0.22,0.04-0.31,0.1C2.95,1.82,2.87,1.91,2.83,2.01C2.79,2.12,2.77,2.24,2.8,2.35c0.02,0.11,0.07,0.22,0.15,0.3l1.62,1.65%20c0.05,0.05,0.12,0.1,0.19,0.13C4.82,4.45,4.9,4.46,4.97,4.46c0.08,0,0.15-0.02,0.22-0.04c0.07-0.03,0.13-0.07,0.19-0.13%20C5.43,4.24,5.47,4.17,5.5,4.1c0.03-0.07,0.04-0.15,0.04-0.22c0-0.08-0.01-0.15-0.04-0.22C5.47,3.59,5.43,3.52,5.38,3.47L3.76,1.82%20C3.7,1.77,3.64,1.72,3.57,1.69z%20M11.26,12.93c0.07,0.03,0.14,0.05,0.22,0.05v0c0.11,0,0.22-0.04,0.31-0.1%20c0.09-0.06,0.17-0.15,0.21-0.26c0.04-0.11,0.05-0.22,0.03-0.33c-0.02-0.11-0.07-0.22-0.15-0.3l-1.62-1.65%20c-0.05-0.05-0.12-0.1-0.19-0.13c-0.07-0.03-0.14-0.04-0.22-0.04c-0.08,0-0.15,0.02-0.22,0.04c-0.07,0.03-0.13,0.07-0.19,0.13%20c-0.05,0.05-0.1,0.12-0.12,0.19c-0.03,0.07-0.04,0.15-0.04,0.22c0,0.08,0.01,0.15,0.04,0.22c0.03,0.07,0.07,0.13,0.12,0.19%20l1.62,1.65C11.13,12.86,11.19,12.9,11.26,12.93z%20M3.35,12.98c-0.11,0-0.22-0.04-0.31-0.1c-0.09-0.06-0.17-0.15-0.21-0.26%20c-0.04-0.11-0.05-0.22-0.03-0.33c0.02-0.11,0.07-0.22,0.15-0.3l1.62-1.65c0.11-0.11,0.25-0.17,0.4-0.17c0.15,0,0.3,0.06,0.4,0.17%20c0.11,0.11,0.17,0.26,0.17,0.41c0,0.15-0.06,0.3-0.17,0.41l-1.62,1.65c-0.05,0.05-0.12,0.1-0.19,0.13%20C3.5,12.96,3.43,12.98,3.35,12.98z%20M7.73,14.46c-0.08,0.08-0.18,0.13-0.29,0.16c-0.11,0.02-0.22,0.01-0.33-0.03%20c-0.1-0.04-0.19-0.12-0.26-0.21c-0.06-0.09-0.1-0.21-0.1-0.32l0-2.33c0-0.15,0.06-0.3,0.17-0.41c0.11-0.11,0.25-0.17,0.4-0.17%20c0.15,0,0.3,0.06,0.4,0.17c0.11,0.11,0.17,0.26,0.17,0.41l0,2.33c0,0.08-0.02,0.15-0.04,0.22C7.83,14.34,7.79,14.41,7.73,14.46z%20M3.78,7.42c0-0.05,0-0.09,0-0.14C3.78,7.33,3.79,7.38,3.78,7.42L3.78,7.42z%20M3.78,7.29c0-0.04,0-0.08,0-0.12h0.01%20C3.78,7.21,3.78,7.25,3.78,7.29z%20M3.39,8.43C3.06,8.87,2.54,9.15,1.95,9.15c-1.01,0-1.83-0.83-1.83-1.86s0.82-1.86,1.83-1.86%20c0.63,0,1.19,0.33,1.52,0.83c0.14,0.15,0.38,0.27,0.6,0.02C4.4,5.76,4.97,5.42,5.61,5.42c0.62,0,1.18,0.32,1.51,0.81%20c0.14,0.16,0.37,0.3,0.6,0.06c0.32-0.52,0.9-0.87,1.55-0.87c0.59,0,1.12,0.29,1.46,0.74l0,0c0.11,0.17,0.38,0.4,0.65,0.15%20c0.32-0.53,0.9-0.88,1.56-0.88c1.01,0,1.83,0.83,1.83,1.86s-0.82,1.86-1.83,1.86c-0.53,0-1-0.23-1.34-0.59%20c-0.03-0.02-0.06-0.05-0.1-0.12c-0.01-0.02-0.02-0.03-0.03-0.05l-0.01-0.01c-0.29-0.4-0.6-0.13-0.73,0.05l0-0.02%20c-0.33,0.44-0.86,0.73-1.45,0.73c-0.53,0-1-0.23-1.33-0.59C7.9,8.55,7.87,8.51,7.82,8.44c-0.3-0.47-0.64-0.2-0.77,0l0-0.01%20C6.72,8.87,6.2,9.15,5.61,9.15c-0.52,0-1-0.22-1.33-0.58C4.25,8.56,4.21,8.52,4.16,8.44C3.86,7.96,3.52,8.24,3.39,8.43L3.39,8.43z%20M11.1,7.42c0-0.05-0.01-0.09-0.01-0.14c0-0.04,0-0.08,0-0.12h-0.01c0,0.04,0,0.08,0,0.12c0,0.05,0,0.09-0.01,0.14H11.1z%20M7.44,7.29%20c0,0.05,0,0.09,0,0.14H7.44C7.44,7.38,7.44,7.33,7.44,7.29z%20M7.44,7.29c0-0.04,0-0.08,0-0.12h0.01C7.44,7.21,7.44,7.25,7.44,7.29z%20M6.57,7.29c0,0.57-0.45,1.03-1.01,1.03S4.56,7.85,4.56,7.29c0-0.57,0.45-1.03,1.01-1.03S6.57,6.72,6.57,7.29z%20M9.24,8.31%20c0.56,0,1.01-0.46,1.01-1.03c0-0.57-0.45-1.03-1.01-1.03S8.23,6.72,8.23,7.29C8.23,7.85,8.68,8.31,9.24,8.31z%20M13.92,7.29%20c0,0.57-0.45,1.03-1.01,1.03c-0.56,0-1.01-0.46-1.01-1.03c0-0.57,0.45-1.03,1.01-1.03C13.47,6.26,13.92,6.72,13.92,7.29z'/%3e%3c/svg%3e") no-repeat center;opacity:1}.side-menu-item.rockray:hover .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_332_32803)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.46682%200.226667C9.57349%200.12%209.70682%200.0533333%209.85349%200.0133333C10.0002%20-0.0133333%2010.1602%200%2010.2935%200.0533333C10.4268%200.106667%2010.5468%200.213333%2010.6402%200.333333C10.7335%200.453333%2010.7735%200.613333%2010.7735%200.76V3.86667C10.7735%204.06667%2010.6935%204.26667%2010.5468%204.41333C10.4002%204.57333%2010.2002%204.65333%2010.0002%204.65333C9.80016%204.65333%209.60016%204.57333%209.46682%204.42667C9.32016%204.28%209.24016%204.08%209.24016%203.88V0.773333C9.24016%200.666667%209.26682%200.573333%209.29349%200.48C9.33349%200.373333%209.40016%200.293333%209.46682%200.226667ZM15.3068%202.2C15.4535%202.2%2015.6002%202.25333%2015.7202%202.33333C15.8535%202.41333%2015.9468%202.53333%2016.0002%202.68C16.0535%202.82667%2016.0668%202.97333%2016.0402%203.12C16.0135%203.26667%2015.9468%203.41333%2015.8402%203.52L13.6802%205.72C13.5335%205.86667%2013.3468%205.94667%2013.1468%205.94667C12.9468%205.94667%2012.7468%205.86667%2012.6135%205.72C12.4668%205.57333%2012.3868%205.37333%2012.3868%205.17333C12.3868%204.97333%2012.4668%204.77333%2012.6135%204.62667L14.7735%202.42667C14.8402%202.36%2014.9335%202.29333%2015.0268%202.25333C15.1068%202.21333%2015.2135%202.2%2015.3068%202.2ZM4.76016%202.25333C4.66682%202.22667%204.57349%202.2%204.46682%202.2C4.32016%202.2%204.17349%202.25333%204.05349%202.33333C3.93349%202.42667%203.82682%202.54667%203.77349%202.68C3.72016%202.82667%203.69349%202.98667%203.73349%203.13333C3.76016%203.28%203.82682%203.42667%203.93349%203.53333L6.09349%205.73333C6.16016%205.8%206.25349%205.86667%206.34682%205.90667C6.42682%205.93333%206.53349%205.94667%206.62682%205.94667C6.73349%205.94667%206.82682%205.92%206.92016%205.89333C7.01349%205.85333%207.09349%205.8%207.17349%205.72C7.24016%205.65333%207.29349%205.56%207.33349%205.46667C7.37349%205.37333%207.38682%205.26667%207.38682%205.17333C7.38682%205.06667%207.37349%204.97333%207.33349%204.88C7.29349%204.78667%207.24016%204.69333%207.17349%204.62667L5.01349%202.42667C4.93349%202.36%204.85349%202.29333%204.76016%202.25333ZM15.0135%2017.24C15.1068%2017.28%2015.2002%2017.3067%2015.3068%2017.3067C15.4535%2017.3067%2015.6002%2017.2533%2015.7202%2017.1733C15.8402%2017.0933%2015.9468%2016.9733%2016.0002%2016.8267C16.0535%2016.68%2016.0668%2016.5333%2016.0402%2016.3867C16.0135%2016.24%2015.9468%2016.0933%2015.8402%2015.9867L13.6802%2013.7867C13.6135%2013.72%2013.5202%2013.6533%2013.4268%2013.6133C13.3335%2013.5733%2013.2402%2013.56%2013.1335%2013.56C13.0268%2013.56%2012.9335%2013.5867%2012.8402%2013.6133C12.7468%2013.6533%2012.6668%2013.7067%2012.5868%2013.7867C12.5202%2013.8533%2012.4535%2013.9467%2012.4268%2014.04C12.3868%2014.1333%2012.3735%2014.24%2012.3735%2014.3333C12.3735%2014.44%2012.3868%2014.5333%2012.4268%2014.6267C12.4668%2014.72%2012.5202%2014.8%2012.5868%2014.88L14.7468%2017.08C14.8402%2017.1467%2014.9202%2017.2%2015.0135%2017.24ZM4.46682%2017.3067C4.32016%2017.3067%204.17349%2017.2533%204.05349%2017.1733C3.93349%2017.0933%203.82682%2016.9733%203.77349%2016.8267C3.72016%2016.68%203.70682%2016.5333%203.73349%2016.3867C3.76016%2016.24%203.82682%2016.0933%203.93349%2015.9867L6.09349%2013.7867C6.24016%2013.64%206.42682%2013.56%206.62682%2013.56C6.82682%2013.56%207.02682%2013.64%207.16016%2013.7867C7.30682%2013.9333%207.38682%2014.1333%207.38682%2014.3333C7.38682%2014.5333%207.30682%2014.7333%207.16016%2014.88L5.00016%2017.08C4.93349%2017.1467%204.84016%2017.2133%204.74682%2017.2533C4.66682%2017.28%204.57349%2017.3067%204.46682%2017.3067ZM10.3068%2019.28C10.2002%2019.3867%2010.0668%2019.4533%209.92016%2019.4933C9.77349%2019.52%209.62682%2019.5067%209.48016%2019.4533C9.34682%2019.4%209.22682%2019.2933%209.13349%2019.1733C9.05349%2019.0533%209.00016%2018.8933%209.00016%2018.7467V15.64C9.00016%2015.44%209.08016%2015.24%209.22682%2015.0933C9.37349%2014.9467%209.56016%2014.8667%209.76016%2014.8667C9.96016%2014.8667%2010.1602%2014.9467%2010.2935%2015.0933C10.4402%2015.24%2010.5202%2015.44%2010.5202%2015.64V18.7467C10.5202%2018.8533%2010.4935%2018.9467%2010.4668%2019.04C10.4402%2019.12%2010.3868%2019.2133%2010.3068%2019.28ZM5.04016%209.89333C5.04016%209.82667%205.04016%209.77333%205.04016%209.70667C5.04016%209.77333%205.05349%209.84%205.04016%209.89333ZM5.04016%209.72C5.04016%209.66667%205.04016%209.61333%205.04016%209.56H5.05349C5.04016%209.61333%205.04016%209.66667%205.04016%209.72ZM4.52016%2011.24C4.08016%2011.8267%203.38682%2012.2%202.60016%2012.2C1.25349%2012.2%200.160156%2011.0933%200.160156%209.72C0.160156%208.34667%201.25349%207.24%202.60016%207.24C3.44016%207.24%204.18682%207.68%204.62682%208.34667C4.81349%208.54667%205.13349%208.70667%205.42682%208.37333C5.86682%207.68%206.62682%207.22667%207.48016%207.22667C8.30682%207.22667%209.05349%207.65333%209.49349%208.30667C9.68016%208.52%209.98682%208.70667%2010.2935%208.38667C10.7202%207.69333%2011.4935%207.22667%2012.3602%207.22667C13.1468%207.22667%2013.8535%207.61333%2014.3068%208.21333C14.4535%208.44%2014.8135%208.74667%2015.1735%208.41333C15.6002%207.70667%2016.3735%207.24%2017.2535%207.24C18.6002%207.24%2019.6935%208.34667%2019.6935%209.72C19.6935%2011.0933%2018.6002%2012.2%2017.2535%2012.2C16.5468%2012.2%2015.9202%2011.8933%2015.4668%2011.4133C15.4268%2011.3867%2015.3868%2011.3467%2015.3335%2011.2533C15.3202%2011.2267%2015.3068%2011.2133%2015.2935%2011.1867L15.2802%2011.1733C14.8935%2010.64%2014.4802%2011%2014.3068%2011.24V11.2133C13.8668%2011.8%2013.1602%2012.1867%2012.3735%2012.1867C11.6668%2012.1867%2011.0402%2011.88%2010.6002%2011.4C10.5335%2011.4%2010.4935%2011.3467%2010.4268%2011.2533C10.0268%2010.6267%209.57349%2010.9867%209.40016%2011.2533V11.24C8.96016%2011.8267%208.26682%2012.2%207.48016%2012.2C6.78682%2012.2%206.14682%2011.9067%205.70682%2011.4267C5.66682%2011.4133%205.61349%2011.36%205.54682%2011.2533C5.14682%2010.6133%204.69349%2010.9867%204.52016%2011.24ZM14.8002%209.89333C14.8002%209.82667%2014.7868%209.77333%2014.7868%209.70667C14.7868%209.65333%2014.7868%209.6%2014.7868%209.54667H14.7735C14.7735%209.6%2014.7735%209.65333%2014.7735%209.70667C14.7735%209.77333%2014.7735%209.82667%2014.7602%209.89333H14.8002ZM9.92016%209.72C9.92016%209.78667%209.92016%209.84%209.92016%209.90667C9.92016%209.84%209.92016%209.77333%209.92016%209.72ZM9.92016%209.72C9.92016%209.66667%209.92016%209.61333%209.92016%209.56H9.93349C9.92016%209.61333%209.92016%209.66667%209.92016%209.72ZM8.76016%209.72C8.76016%2010.48%208.16016%2011.0933%207.41349%2011.0933C6.66682%2011.0933%206.08016%2010.4667%206.08016%209.72C6.08016%208.96%206.68016%208.34667%207.42682%208.34667C8.17349%208.34667%208.76016%208.96%208.76016%209.72ZM12.3202%2011.08C13.0668%2011.08%2013.6668%2010.4667%2013.6668%209.70667C13.6668%208.94667%2013.0668%208.33333%2012.3202%208.33333C11.5735%208.33333%2010.9735%208.96%2010.9735%209.72C10.9735%2010.4667%2011.5735%2011.08%2012.3202%2011.08ZM18.5602%209.72C18.5602%2010.48%2017.9602%2011.0933%2017.2135%2011.0933C16.4668%2011.0933%2015.8668%2010.48%2015.8668%209.72C15.8668%208.96%2016.4668%208.34667%2017.2135%208.34667C17.9602%208.34667%2018.5602%208.96%2018.5602%209.72Z'%20fill='%230064A6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_332_32803'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center}.side-menu-item.rockray.action-focused .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_332_32803)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.46682%200.226667C9.57349%200.12%209.70682%200.0533333%209.85349%200.0133333C10.0002%20-0.0133333%2010.1602%200%2010.2935%200.0533333C10.4268%200.106667%2010.5468%200.213333%2010.6402%200.333333C10.7335%200.453333%2010.7735%200.613333%2010.7735%200.76V3.86667C10.7735%204.06667%2010.6935%204.26667%2010.5468%204.41333C10.4002%204.57333%2010.2002%204.65333%2010.0002%204.65333C9.80016%204.65333%209.60016%204.57333%209.46682%204.42667C9.32016%204.28%209.24016%204.08%209.24016%203.88V0.773333C9.24016%200.666667%209.26682%200.573333%209.29349%200.48C9.33349%200.373333%209.40016%200.293333%209.46682%200.226667ZM15.3068%202.2C15.4535%202.2%2015.6002%202.25333%2015.7202%202.33333C15.8535%202.41333%2015.9468%202.53333%2016.0002%202.68C16.0535%202.82667%2016.0668%202.97333%2016.0402%203.12C16.0135%203.26667%2015.9468%203.41333%2015.8402%203.52L13.6802%205.72C13.5335%205.86667%2013.3468%205.94667%2013.1468%205.94667C12.9468%205.94667%2012.7468%205.86667%2012.6135%205.72C12.4668%205.57333%2012.3868%205.37333%2012.3868%205.17333C12.3868%204.97333%2012.4668%204.77333%2012.6135%204.62667L14.7735%202.42667C14.8402%202.36%2014.9335%202.29333%2015.0268%202.25333C15.1068%202.21333%2015.2135%202.2%2015.3068%202.2ZM4.76016%202.25333C4.66682%202.22667%204.57349%202.2%204.46682%202.2C4.32016%202.2%204.17349%202.25333%204.05349%202.33333C3.93349%202.42667%203.82682%202.54667%203.77349%202.68C3.72016%202.82667%203.69349%202.98667%203.73349%203.13333C3.76016%203.28%203.82682%203.42667%203.93349%203.53333L6.09349%205.73333C6.16016%205.8%206.25349%205.86667%206.34682%205.90667C6.42682%205.93333%206.53349%205.94667%206.62682%205.94667C6.73349%205.94667%206.82682%205.92%206.92016%205.89333C7.01349%205.85333%207.09349%205.8%207.17349%205.72C7.24016%205.65333%207.29349%205.56%207.33349%205.46667C7.37349%205.37333%207.38682%205.26667%207.38682%205.17333C7.38682%205.06667%207.37349%204.97333%207.33349%204.88C7.29349%204.78667%207.24016%204.69333%207.17349%204.62667L5.01349%202.42667C4.93349%202.36%204.85349%202.29333%204.76016%202.25333ZM15.0135%2017.24C15.1068%2017.28%2015.2002%2017.3067%2015.3068%2017.3067C15.4535%2017.3067%2015.6002%2017.2533%2015.7202%2017.1733C15.8402%2017.0933%2015.9468%2016.9733%2016.0002%2016.8267C16.0535%2016.68%2016.0668%2016.5333%2016.0402%2016.3867C16.0135%2016.24%2015.9468%2016.0933%2015.8402%2015.9867L13.6802%2013.7867C13.6135%2013.72%2013.5202%2013.6533%2013.4268%2013.6133C13.3335%2013.5733%2013.2402%2013.56%2013.1335%2013.56C13.0268%2013.56%2012.9335%2013.5867%2012.8402%2013.6133C12.7468%2013.6533%2012.6668%2013.7067%2012.5868%2013.7867C12.5202%2013.8533%2012.4535%2013.9467%2012.4268%2014.04C12.3868%2014.1333%2012.3735%2014.24%2012.3735%2014.3333C12.3735%2014.44%2012.3868%2014.5333%2012.4268%2014.6267C12.4668%2014.72%2012.5202%2014.8%2012.5868%2014.88L14.7468%2017.08C14.8402%2017.1467%2014.9202%2017.2%2015.0135%2017.24ZM4.46682%2017.3067C4.32016%2017.3067%204.17349%2017.2533%204.05349%2017.1733C3.93349%2017.0933%203.82682%2016.9733%203.77349%2016.8267C3.72016%2016.68%203.70682%2016.5333%203.73349%2016.3867C3.76016%2016.24%203.82682%2016.0933%203.93349%2015.9867L6.09349%2013.7867C6.24016%2013.64%206.42682%2013.56%206.62682%2013.56C6.82682%2013.56%207.02682%2013.64%207.16016%2013.7867C7.30682%2013.9333%207.38682%2014.1333%207.38682%2014.3333C7.38682%2014.5333%207.30682%2014.7333%207.16016%2014.88L5.00016%2017.08C4.93349%2017.1467%204.84016%2017.2133%204.74682%2017.2533C4.66682%2017.28%204.57349%2017.3067%204.46682%2017.3067ZM10.3068%2019.28C10.2002%2019.3867%2010.0668%2019.4533%209.92016%2019.4933C9.77349%2019.52%209.62682%2019.5067%209.48016%2019.4533C9.34682%2019.4%209.22682%2019.2933%209.13349%2019.1733C9.05349%2019.0533%209.00016%2018.8933%209.00016%2018.7467V15.64C9.00016%2015.44%209.08016%2015.24%209.22682%2015.0933C9.37349%2014.9467%209.56016%2014.8667%209.76016%2014.8667C9.96016%2014.8667%2010.1602%2014.9467%2010.2935%2015.0933C10.4402%2015.24%2010.5202%2015.44%2010.5202%2015.64V18.7467C10.5202%2018.8533%2010.4935%2018.9467%2010.4668%2019.04C10.4402%2019.12%2010.3868%2019.2133%2010.3068%2019.28ZM5.04016%209.89333C5.04016%209.82667%205.04016%209.77333%205.04016%209.70667C5.04016%209.77333%205.05349%209.84%205.04016%209.89333ZM5.04016%209.72C5.04016%209.66667%205.04016%209.61333%205.04016%209.56H5.05349C5.04016%209.61333%205.04016%209.66667%205.04016%209.72ZM4.52016%2011.24C4.08016%2011.8267%203.38682%2012.2%202.60016%2012.2C1.25349%2012.2%200.160156%2011.0933%200.160156%209.72C0.160156%208.34667%201.25349%207.24%202.60016%207.24C3.44016%207.24%204.18682%207.68%204.62682%208.34667C4.81349%208.54667%205.13349%208.70667%205.42682%208.37333C5.86682%207.68%206.62682%207.22667%207.48016%207.22667C8.30682%207.22667%209.05349%207.65333%209.49349%208.30667C9.68016%208.52%209.98682%208.70667%2010.2935%208.38667C10.7202%207.69333%2011.4935%207.22667%2012.3602%207.22667C13.1468%207.22667%2013.8535%207.61333%2014.3068%208.21333C14.4535%208.44%2014.8135%208.74667%2015.1735%208.41333C15.6002%207.70667%2016.3735%207.24%2017.2535%207.24C18.6002%207.24%2019.6935%208.34667%2019.6935%209.72C19.6935%2011.0933%2018.6002%2012.2%2017.2535%2012.2C16.5468%2012.2%2015.9202%2011.8933%2015.4668%2011.4133C15.4268%2011.3867%2015.3868%2011.3467%2015.3335%2011.2533C15.3202%2011.2267%2015.3068%2011.2133%2015.2935%2011.1867L15.2802%2011.1733C14.8935%2010.64%2014.4802%2011%2014.3068%2011.24V11.2133C13.8668%2011.8%2013.1602%2012.1867%2012.3735%2012.1867C11.6668%2012.1867%2011.0402%2011.88%2010.6002%2011.4C10.5335%2011.4%2010.4935%2011.3467%2010.4268%2011.2533C10.0268%2010.6267%209.57349%2010.9867%209.40016%2011.2533V11.24C8.96016%2011.8267%208.26682%2012.2%207.48016%2012.2C6.78682%2012.2%206.14682%2011.9067%205.70682%2011.4267C5.66682%2011.4133%205.61349%2011.36%205.54682%2011.2533C5.14682%2010.6133%204.69349%2010.9867%204.52016%2011.24ZM14.8002%209.89333C14.8002%209.82667%2014.7868%209.77333%2014.7868%209.70667C14.7868%209.65333%2014.7868%209.6%2014.7868%209.54667H14.7735C14.7735%209.6%2014.7735%209.65333%2014.7735%209.70667C14.7735%209.77333%2014.7735%209.82667%2014.7602%209.89333H14.8002ZM9.92016%209.72C9.92016%209.78667%209.92016%209.84%209.92016%209.90667C9.92016%209.84%209.92016%209.77333%209.92016%209.72ZM9.92016%209.72C9.92016%209.66667%209.92016%209.61333%209.92016%209.56H9.93349C9.92016%209.61333%209.92016%209.66667%209.92016%209.72ZM8.76016%209.72C8.76016%2010.48%208.16016%2011.0933%207.41349%2011.0933C6.66682%2011.0933%206.08016%2010.4667%206.08016%209.72C6.08016%208.96%206.68016%208.34667%207.42682%208.34667C8.17349%208.34667%208.76016%208.96%208.76016%209.72ZM12.3202%2011.08C13.0668%2011.08%2013.6668%2010.4667%2013.6668%209.70667C13.6668%208.94667%2013.0668%208.33333%2012.3202%208.33333C11.5735%208.33333%2010.9735%208.96%2010.9735%209.72C10.9735%2010.4667%2011.5735%2011.08%2012.3202%2011.08ZM18.5602%209.72C18.5602%2010.48%2017.9602%2011.0933%2017.2135%2011.0933C16.4668%2011.0933%2015.8668%2010.48%2015.8668%209.72C15.8668%208.96%2016.4668%208.34667%2017.2135%208.34667C17.9602%208.34667%2018.5602%208.96%2018.5602%209.72Z'%20fill='%23AADDFF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_332_32803'%3e%3crect%20width='20'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center}.side-menu-item img{height:16px;width:16px;margin-right:9px;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7466%) hue-rotate(311deg) brightness(118%) contrast(70%)!important}.side-menu-item p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#d9d9d9;min-width:100px;align-self:center}.side-menu-item .child-spacer{min-width:28px}.side-menu-item:hover{background-color:#007ba6}.side-menu-item:hover p{color:#b9e0ed}.side-menu-item:hover img{filter:brightness(0) saturate(100%) invert(92%) sepia(4%) saturate(2227%) hue-rotate(162deg) brightness(98%) contrast(90%)}.action-focused{background-color:#007ba6}.action-focused img{filter:brightness(0) saturate(100%) invert(92%) sepia(4%) saturate(2227%) hue-rotate(162deg) brightness(98%) contrast(90%)}.action-focused p{color:#b9e0ed!important}.non-active{cursor:default}.non-active p{color:#595959}.non-active:hover{background-color:transparent}.non-active:hover p{color:#595959}.rockray-portal .side-menu-item.dataUpload .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_332_32807)'%3e%3cpath%20d='M11.1547%209.4827C11.1364%209.45531%2011.1129%209.43317%2011.0861%209.41793C11.0593%209.4027%2011.0299%209.39478%2011.0001%209.39478C10.9702%209.39478%2010.9408%209.4027%2010.914%209.41793C10.8872%209.43317%2010.8637%209.45531%2010.8454%209.4827L8.09538%2013.5418C8.07272%2013.5756%208.05864%2013.6162%208.05479%2013.6588C8.05094%2013.7015%208.05744%2013.7445%208.07358%2013.7831C8.08972%2013.8216%208.11483%2013.8541%208.14604%2013.8768C8.17725%2013.8995%208.2133%2013.9114%208.25007%2013.9114H10.0646V20.8552C10.0646%2020.9812%2010.153%2021.0844%2010.261%2021.0844H11.7342C11.8422%2021.0844%2011.9306%2020.9812%2011.9306%2020.8552V13.9142H13.7501C13.9146%2013.9142%2014.0054%2013.6936%2013.9047%2013.5447L11.1547%209.4827Z'%20fill='%23595959'/%3e%3cpath%20d='M18.3513%206.83785C17.2268%203.37743%2014.3614%200.916748%2011.0049%200.916748C7.64844%200.916748%204.78304%203.37457%203.65847%206.83499C1.55424%207.47951%200%209.71675%200%2012.3751C0%2015.5404%202.19755%2018.1042%204.90826%2018.1042H5.89286C6.00089%2018.1042%206.08929%2018.0011%206.08929%2017.8751V16.1563C6.08929%2016.0303%206.00089%2015.9272%205.89286%2015.9272H4.90826C4.0808%2015.9272%203.30245%2015.5433%202.72299%2014.8472C2.14597%2014.154%201.83906%2013.2201%201.86607%2012.2519C1.88817%2011.4956%202.10916%2010.7852%202.50937%2010.1865C2.91942%209.57639%203.49398%209.13237%204.13237%208.93472L5.06295%208.65112L5.40424%207.60268C5.61541%206.94955%205.91005%206.3394%206.2808%205.78654C6.64683%205.23857%207.0804%204.75687%207.56742%204.35711C8.57656%203.52925%209.76495%203.09097%2011.0049%203.09097C12.2449%203.09097%2013.4333%203.52925%2014.4424%204.35711C14.931%204.75815%2015.3632%205.2394%2015.7291%205.78654C16.0998%206.3394%2016.3944%206.95243%2016.6056%207.60268L16.9444%208.64826L17.8725%208.93472C19.2033%209.35294%2020.1339%2010.7652%2020.1339%2012.3751C20.1339%2013.3233%2019.8171%2014.217%2019.2426%2014.8873C18.9609%2015.218%2018.6257%2015.4801%2018.2565%2015.6586C17.8873%2015.8371%2017.4914%2015.9284%2017.0918%2015.9272H16.1071C15.9992%2015.9272%2015.9107%2016.0303%2015.9107%2016.1563V17.8751C15.9107%2018.0011%2015.9992%2018.1042%2016.1071%2018.1042H17.0918C19.8025%2018.1042%2022%2015.5404%2022%2012.3751C22%209.71961%2020.4507%207.48523%2018.3513%206.83785Z'%20fill='%23595959'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_332_32807'%3e%3crect%20width='22'%20height='22'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:90%;opacity:1}.rockray-portal .side-menu-item.dataUpload:hover .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_332_32837)'%3e%3cpath%20d='M11.1547%209.4827C11.1364%209.45531%2011.1129%209.43317%2011.0861%209.41793C11.0593%209.4027%2011.0299%209.39478%2011.0001%209.39478C10.9702%209.39478%2010.9408%209.4027%2010.914%209.41793C10.8872%209.43317%2010.8637%209.45531%2010.8454%209.4827L8.09538%2013.5418C8.07272%2013.5756%208.05864%2013.6162%208.05479%2013.6588C8.05094%2013.7015%208.05744%2013.7445%208.07358%2013.7831C8.08972%2013.8216%208.11483%2013.8541%208.14604%2013.8768C8.17725%2013.8995%208.2133%2013.9114%208.25007%2013.9114H10.0646V20.8552C10.0646%2020.9812%2010.153%2021.0844%2010.261%2021.0844H11.7342C11.8422%2021.0844%2011.9306%2020.9812%2011.9306%2020.8552V13.9142H13.7501C13.9146%2013.9142%2014.0054%2013.6936%2013.9047%2013.5447L11.1547%209.4827Z'%20fill='%230064A6'/%3e%3cpath%20d='M18.3513%206.83785C17.2268%203.37743%2014.3614%200.916748%2011.0049%200.916748C7.64844%200.916748%204.78304%203.37457%203.65847%206.83499C1.55424%207.47951%200%209.71675%200%2012.3751C0%2015.5404%202.19755%2018.1042%204.90826%2018.1042H5.89286C6.00089%2018.1042%206.08929%2018.0011%206.08929%2017.8751V16.1563C6.08929%2016.0303%206.00089%2015.9272%205.89286%2015.9272H4.90826C4.0808%2015.9272%203.30245%2015.5433%202.72299%2014.8472C2.14597%2014.154%201.83906%2013.2201%201.86607%2012.2519C1.88817%2011.4956%202.10916%2010.7852%202.50937%2010.1865C2.91942%209.57639%203.49398%209.13237%204.13237%208.93472L5.06295%208.65112L5.40424%207.60268C5.61541%206.94955%205.91005%206.3394%206.2808%205.78654C6.64683%205.23857%207.0804%204.75687%207.56742%204.35711C8.57656%203.52925%209.76495%203.09097%2011.0049%203.09097C12.2449%203.09097%2013.4333%203.52925%2014.4424%204.35711C14.931%204.75815%2015.3632%205.2394%2015.7291%205.78654C16.0998%206.3394%2016.3944%206.95243%2016.6056%207.60268L16.9444%208.64826L17.8725%208.93472C19.2033%209.35294%2020.1339%2010.7652%2020.1339%2012.3751C20.1339%2013.3233%2019.8171%2014.217%2019.2426%2014.8873C18.9609%2015.218%2018.6257%2015.4801%2018.2565%2015.6586C17.8873%2015.8371%2017.4914%2015.9284%2017.0918%2015.9272H16.1071C15.9992%2015.9272%2015.9107%2016.0303%2015.9107%2016.1563V17.8751C15.9107%2018.0011%2015.9992%2018.1042%2016.1071%2018.1042H17.0918C19.8025%2018.1042%2022%2015.5404%2022%2012.3751C22%209.71961%2020.4507%207.48523%2018.3513%206.83785Z'%20fill='%230064A6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_332_32837'%3e%3crect%20width='22'%20height='22'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:90%}.rockray-portal .side-menu-item.dataUpload.action-focused .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_336_32844)'%3e%3cpath%20d='M11.1547%209.4827C11.1364%209.45531%2011.1129%209.43317%2011.0861%209.41793C11.0593%209.4027%2011.0299%209.39478%2011.0001%209.39478C10.9702%209.39478%2010.9408%209.4027%2010.914%209.41793C10.8872%209.43317%2010.8637%209.45531%2010.8454%209.4827L8.09538%2013.5418C8.07272%2013.5756%208.05864%2013.6162%208.05479%2013.6588C8.05094%2013.7015%208.05744%2013.7445%208.07358%2013.7831C8.08972%2013.8216%208.11483%2013.8541%208.14604%2013.8768C8.17725%2013.8995%208.2133%2013.9114%208.25007%2013.9114H10.0646V20.8552C10.0646%2020.9812%2010.153%2021.0844%2010.261%2021.0844H11.7342C11.8422%2021.0844%2011.9306%2020.9812%2011.9306%2020.8552V13.9142H13.7501C13.9146%2013.9142%2014.0054%2013.6936%2013.9047%2013.5447L11.1547%209.4827Z'%20fill='%23AADDFF'/%3e%3cpath%20d='M18.3513%206.83785C17.2268%203.37743%2014.3614%200.916748%2011.0049%200.916748C7.64844%200.916748%204.78304%203.37457%203.65847%206.83499C1.55424%207.47951%200%209.71675%200%2012.3751C0%2015.5404%202.19755%2018.1042%204.90826%2018.1042H5.89286C6.00089%2018.1042%206.08929%2018.0011%206.08929%2017.8751V16.1563C6.08929%2016.0303%206.00089%2015.9272%205.89286%2015.9272H4.90826C4.0808%2015.9272%203.30245%2015.5433%202.72299%2014.8472C2.14597%2014.154%201.83906%2013.2201%201.86607%2012.2519C1.88817%2011.4956%202.10916%2010.7852%202.50937%2010.1865C2.91942%209.57639%203.49398%209.13237%204.13237%208.93472L5.06295%208.65112L5.40424%207.60268C5.61541%206.94955%205.91005%206.3394%206.2808%205.78654C6.64683%205.23857%207.0804%204.75687%207.56742%204.35711C8.57656%203.52925%209.76495%203.09097%2011.0049%203.09097C12.2449%203.09097%2013.4333%203.52925%2014.4424%204.35711C14.931%204.75815%2015.3632%205.2394%2015.7291%205.78654C16.0998%206.3394%2016.3944%206.95243%2016.6056%207.60268L16.9444%208.64826L17.8725%208.93472C19.2033%209.35294%2020.1339%2010.7652%2020.1339%2012.3751C20.1339%2013.3233%2019.8171%2014.217%2019.2426%2014.8873C18.9609%2015.218%2018.6257%2015.4801%2018.2565%2015.6586C17.8873%2015.8371%2017.4914%2015.9284%2017.0918%2015.9272H16.1071C15.9992%2015.9272%2015.9107%2016.0303%2015.9107%2016.1563V17.8751C15.9107%2018.0011%2015.9992%2018.1042%2016.1071%2018.1042H17.0918C19.8025%2018.1042%2022%2015.5404%2022%2012.3751C22%209.71961%2020.4507%207.48523%2018.3513%206.83785Z'%20fill='%23AADDFF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_336_32844'%3e%3crect%20width='22'%20height='22'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:90%}.rockray-portal .side-menu-item.dataUpload.non-active .side-menu-item__bg{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_337_32848)'%3e%3cpath%20d='M11.1547%209.4827C11.1364%209.45531%2011.1129%209.43317%2011.0861%209.41793C11.0593%209.4027%2011.0299%209.39478%2011.0001%209.39478C10.9702%209.39478%2010.9408%209.4027%2010.914%209.41793C10.8872%209.43317%2010.8637%209.45531%2010.8454%209.4827L8.09538%2013.5418C8.07272%2013.5756%208.05864%2013.6162%208.05479%2013.6588C8.05094%2013.7015%208.05744%2013.7445%208.07358%2013.7831C8.08972%2013.8216%208.11483%2013.8541%208.14604%2013.8768C8.17725%2013.8995%208.2133%2013.9114%208.25007%2013.9114H10.0646V20.8552C10.0646%2020.9812%2010.153%2021.0844%2010.261%2021.0844H11.7342C11.8422%2021.0844%2011.9306%2020.9812%2011.9306%2020.8552V13.9142H13.7501C13.9146%2013.9142%2014.0054%2013.6936%2013.9047%2013.5447L11.1547%209.4827Z'%20fill='%23D6D6D6'/%3e%3cpath%20d='M18.3513%206.83785C17.2268%203.37743%2014.3614%200.916748%2011.0049%200.916748C7.64844%200.916748%204.78304%203.37457%203.65847%206.83499C1.55424%207.47951%200%209.71675%200%2012.3751C0%2015.5404%202.19755%2018.1042%204.90826%2018.1042H5.89286C6.00089%2018.1042%206.08929%2018.0011%206.08929%2017.8751V16.1563C6.08929%2016.0303%206.00089%2015.9272%205.89286%2015.9272H4.90826C4.0808%2015.9272%203.30245%2015.5433%202.72299%2014.8472C2.14597%2014.154%201.83906%2013.2201%201.86607%2012.2519C1.88817%2011.4956%202.10916%2010.7852%202.50937%2010.1865C2.91942%209.57639%203.49398%209.13237%204.13237%208.93472L5.06295%208.65112L5.40424%207.60268C5.61541%206.94955%205.91005%206.3394%206.2808%205.78654C6.64683%205.23857%207.0804%204.75687%207.56742%204.35711C8.57656%203.52925%209.76495%203.09097%2011.0049%203.09097C12.2449%203.09097%2013.4333%203.52925%2014.4424%204.35711C14.931%204.75815%2015.3632%205.2394%2015.7291%205.78654C16.0998%206.3394%2016.3944%206.95243%2016.6056%207.60268L16.9444%208.64826L17.8725%208.93472C19.2033%209.35294%2020.1339%2010.7652%2020.1339%2012.3751C20.1339%2013.3233%2019.8171%2014.217%2019.2426%2014.8873C18.9609%2015.218%2018.6257%2015.4801%2018.2565%2015.6586C17.8873%2015.8371%2017.4914%2015.9284%2017.0918%2015.9272H16.1071C15.9992%2015.9272%2015.9107%2016.0303%2015.9107%2016.1563V17.8751C15.9107%2018.0011%2015.9992%2018.1042%2016.1071%2018.1042H17.0918C19.8025%2018.1042%2022%2015.5404%2022%2012.3751C22%209.71961%2020.4507%207.48523%2018.3513%206.83785Z'%20fill='%23D6D6D6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_337_32848'%3e%3crect%20width='22'%20height='22'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:90%}.rockray-portal .side-menu-item.dataUpload.non-active:hover{cursor:default}.non-active .sidebar-menu-tooltip{width:220px;min-height:50px;background:#fff;position:absolute;top:10px;left:155px;box-shadow:0 2px 8px #00000026}.non-active .sidebar-menu-tooltip .smt-header{border-bottom:1px solid #d9d9d9;padding:8px 16px;position:relative}.non-active .sidebar-menu-tooltip .smt-header h2{font-weight:700;font-size:14px}.non-active .sidebar-menu-tooltip .smt-header.smt-header:before{content:"";width:0px;height:0px;border:.6em solid transparent;position:absolute;left:-23px;top:10px;border-right:15px solid white;filter:drop-shadow(-4px 0 4px rgba(0,0,0,.15))}.non-active .sidebar-menu-tooltip .smt-body{padding:16px}.non-active .sidebar-menu-tooltip .smt-body p.smt{opacity:1!important;color:#595959!important}.children-actions .non-active{opacity:1;border-color:#e2e2e2;position:relative}.children-actions .non-active p{opacity:.3}.sidebar{height:100vh;background-color:#001028;position:absolute;width:100%;padding-top:12px;z-index:20;transition:ease height .2s,ease max-height .2s,ease min-height .2s,ease overflow .2s}@media (max-width: 950px){.sidebar{height:64px;max-height:64px;min-height:64px;overflow-y:hidden}}.sidebar .logo{cursor:pointer;margin-left:28px;height:24px;margin-right:16px;display:flex}.sidebar .logo .maxta{height:30px;min-height:30px;max-height:30px}.sidebar .logo .shift-tm{margin-top:-13px;margin-left:-3px}.sidebar .logo .more-menu{padding-top:12px;display:none;align-items:center;justify-content:center}@media (max-width: 950px){.sidebar .logo .more-menu{display:flex;width:24px;height:24px}}.sidebar .info{padding-left:28px;padding-right:28px;margin-top:40px}.sidebar .info p{color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar .action-focused{background-color:#007ba6}.sidebar .action-focused p{color:#b9e0ed!important}.sidebar .actions{margin-top:30px}.sidebar .action-hover:hover{background-color:#007ba6}.sidebar .action-hover:hover p{color:#b9e0ed}.sidebar .action-header{width:100%;height:40px;padding:9px 0;display:inline-flex;cursor:pointer}.sidebar .action-header img{margin-right:9px}.sidebar .action-header:first-child{padding-left:28px}.sidebar .action-header p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#d9d9d9;min-width:100px;position:relative;top:50%;-ms-transform:translateY(-46%);-webkit-transform:translateY(-46%);transform:translateY(-46%)}.sidebar .non-active{cursor:default}.sidebar .non-active img{filter:brightness(0) saturate(100%) invert(18%) sepia(15%) saturate(6830%) hue-rotate(177deg) brightness(93%) contrast(100%)}.sidebar .children-actions .side-menu-item.non-active:hover{background:none!important}.sidebar .children-actions .action-header{padding-left:28px}.sidebar .children-actions .action-header:not(:first-child) p{padding-left:25px}.sidebar .children-actions .action-header:first-child p{padding-left:25px}.show-sidebar{height:100vh;max-height:100vh;min-height:100vh}a[data-v-3559686d]:hover{cursor:pointer}button[data-v-3559686d]{outline:none}.fade-enter[data-v-3559686d]{opacity:0}.fade-enter-to[data-v-3559686d]{opacity:1}.fade-enter-active[data-v-3559686d]{transition:all .5s ease}.fade-leave[data-v-3559686d]{opacity:0}.fade-leave-active[data-v-3559686d]{transition:all .5s ease}.o-icon--danger[data-v-3559686d],.o-field__message-danger[data-v-3559686d]{color:#f5222d!important}.o-input--danger[data-v-3559686d]{border-color:#f5222d!important}.o-field__label[data-v-3559686d]{text-align:left}.o-field .o-field[data-v-3559686d]{margin-bottom:0}.o-table[data-v-3559686d]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-3559686d]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-3559686d]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-3559686d]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.diff-login[data-v-3559686d]{padding-top:10px}.diff-login a[data-v-3559686d]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:22px;font-weight:400;color:#007ba6}a[data-v-74c8681f]:hover{cursor:pointer}button[data-v-74c8681f]{outline:none}.fade-enter[data-v-74c8681f]{opacity:0}.fade-enter-to[data-v-74c8681f]{opacity:1}.fade-enter-active[data-v-74c8681f]{transition:all .5s ease}.fade-leave[data-v-74c8681f]{opacity:0}.fade-leave-active[data-v-74c8681f]{transition:all .5s ease}.o-icon--danger[data-v-74c8681f],.o-field__message-danger[data-v-74c8681f]{color:#f5222d!important}.o-input--danger[data-v-74c8681f]{border-color:#f5222d!important}.o-field__label[data-v-74c8681f]{text-align:left}.o-field .o-field[data-v-74c8681f]{margin-bottom:0}.o-table[data-v-74c8681f]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-74c8681f]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-74c8681f]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-74c8681f]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.login-screen-main[data-v-74c8681f]{position:relative;width:720px;height:500px;margin-top:130px;border-radius:4px;z-index:3;background-color:#00678c;box-shadow:0 20px 50px 10px #00000040;display:flex}.login-screen-main .darken[data-v-74c8681f]{filter:brightness(.75)}.login-screen-main img[data-v-74c8681f]{position:absolute;z-index:4;height:100%;border-radius:4px;width:100%}.login-screen-main .title[data-v-74c8681f]{margin-top:56px;margin-left:48px;display:inline-block;flex-grow:1;flex-direction:column;z-index:5;width:225px;max-width:230px}.login-screen-main .title p[data-v-74c8681f]{font-family:Helvetica;font-style:normal;font-size:24px;line-height:32px;font-weight:400;color:#fff;margin-bottom:8px;z-index:5}.login-screen-main .title img[data-v-74c8681f]{z-index:5;width:176px;height:75px;margin-left:5px}.login-screen-main .right-content-box[data-v-74c8681f]{margin-left:64px;display:flex;flex-direction:column;max-width:376px;flex-grow:1;padding:24px 24px 24px 0;border-radius:4px}.login-screen-main .right-content-box .workspace[data-v-74c8681f]{padding:0 48px 30px;background-color:#fff;height:100%;width:100%;display:flex;flex-direction:column;z-index:5;border-radius:4px}.login-screen-main .right-content-box .workspace .header[data-v-74c8681f]{display:inline-flex;width:100%;margin-top:24px;height:54px;max-height:54px;margin-bottom:16px}.login-screen-main .right-content-box .workspace .header p[data-v-74c8681f]{font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:400;color:#000;display:flex;flex-grow:1;justify-content:flex-start;align-items:center}.login-screen-main .right-content-box .workspace .header img[data-v-74c8681f]{position:inherit;height:54px;width:68px;z-index:5}.login-screen-main .right-content-box .workspace .content[data-v-74c8681f],.login-screen-main .right-content-box .workspace .contentNcontrol[data-v-74c8681f]{width:100%;display:flex;flex-grow:1;flex-direction:column}.login-screen-main .right-content-box .workspace .controls[data-v-74c8681f]{display:flex;justify-content:flex-end;height:50px}.o-ctrl-input .o-icon{width:2.5em;color:#1184ad}.o-ctrl-input .o-icon :before{font-size:1rem!important}._fade-enter_1slom_9{opacity:0}._fade-enter-to_1slom_13{opacity:1}._fade-enter-active_1slom_17{transition:all .5s ease}._fade-leave_1slom_21{opacity:0}._fade-leave-active_1slom_25{transition:all .5s ease}._o-icon--danger_1slom_29,._o-field__message-danger_1slom_30{color:#f5222d!important}._o-input--danger_1slom_34{border-color:#f5222d!important}._o-field__label_1slom_38{text-align:left}._o-field_1slom_30 ._o-field_1slom_30{margin-bottom:0}._o-table_1slom_46{border-collapse:collapse}._o-table__wrapper--mobile_1slom_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1slom_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._petra-label_1slom_70{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#262626;display:inline-block;margin-bottom:8px}._petra-label_1slom_70:not(:last-child){margin-bottom:8px}._fade-enter_19iwq_9{opacity:0}._fade-enter-to_19iwq_13{opacity:1}._fade-enter-active_19iwq_17{transition:all .5s ease}._fade-leave_19iwq_21{opacity:0}._fade-leave-active_19iwq_25{transition:all .5s ease}._o-icon--danger_19iwq_29,._o-field__message-danger_19iwq_30{color:#f5222d!important}._o-input--danger_19iwq_34{border-color:#f5222d!important}._o-field__label_19iwq_38{text-align:left}._o-field_19iwq_30 ._o-field_19iwq_30{margin-bottom:0}._o-table_19iwq_46{border-collapse:collapse}._o-table__wrapper--mobile_19iwq_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_19iwq_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._loader_19iwq_70{border-width:2px;border-style:solid;border-top-width:2px;border-radius:50%;animation-name:_spin_19iwq_1;animation-timing-function:linear;animation-iteration-count:infinite;border-color:#bfbfbf!important;display:inline-block}@keyframes _spin_19iwq_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._fade-enter_14l2c_9{opacity:0}._fade-enter-to_14l2c_13{opacity:1}._fade-enter-active_14l2c_17{transition:all .5s ease}._fade-leave_14l2c_21{opacity:0}._fade-leave-active_14l2c_25{transition:all .5s ease}._o-icon--danger_14l2c_29,._o-field__message-danger_14l2c_30{color:#f5222d!important}._o-input--danger_14l2c_34{border-color:#f5222d!important}._o-field__label_14l2c_38{text-align:left}._o-field_14l2c_30 ._o-field_14l2c_30{margin-bottom:0}._o-table_14l2c_46{border-collapse:collapse}._o-table__wrapper--mobile_14l2c_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_14l2c_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._petra-btn_14l2c_70{background:#00678c;border-radius:4px;border:0;height:40px;padding-left:1em;padding-right:1em;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._petra-btn_14l2c_70:hover{background:#007ba6}._petra-btn_14l2c_70:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._petra-btn_14l2c_70 .o-btn__label{display:flex;justify-content:center;align-items:center}._fade-enter_1ni7h_9{opacity:0}._fade-enter-to_1ni7h_13{opacity:1}._fade-enter-active_1ni7h_17{transition:all .5s ease}._fade-leave_1ni7h_21{opacity:0}._fade-leave-active_1ni7h_25{transition:all .5s ease}._o-icon--danger_1ni7h_29,._o-field__message-danger_1ni7h_30{color:#f5222d!important}._o-input--danger_1ni7h_34{border-color:#f5222d!important}._o-field__label_1ni7h_38{text-align:left}._o-field_1ni7h_30 ._o-field_1ni7h_30{margin-bottom:0}._o-table_1ni7h_46{border-collapse:collapse}._o-table__wrapper--mobile_1ni7h_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1ni7h_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_1ni7h_70{display:grid;grid-template-rows:auto min-content;height:100%}._wrap_1ni7h_70 ._body_1ni7h_75{width:100%;margin-top:30px}._wrap_1ni7h_70 ._body_1ni7h_75 ._control_1ni7h_79 ._has-text-danger_1ni7h_79,._wrap_1ni7h_70 ._body_1ni7h_75 ._control_1ni7h_79 ._has-text-danger_1ni7h_79 ._mdi_1ni7h_82{color:#f5222d}._wrap_1ni7h_70 ._body_1ni7h_75 ._error-msg_1ni7h_85{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#f5222d}._wrap_1ni7h_70 ._body_1ni7h_75 ._label_1ni7h_93{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#262626}._wrap_1ni7h_70 ._body_1ni7h_75 ._side-by-side_1ni7h_101{display:flex;justify-content:space-between;width:100%;height:22px}._wrap_1ni7h_70 ._body_1ni7h_75 ._side-by-side_1ni7h_101 p{flex-grow:1;margin-bottom:0}._wrap_1ni7h_70 ._control-wrap_1ni7h_111{width:100%;margin-top:auto;margin-bottom:auto}._wrap_1ni7h_70 ._control-wrap_1ni7h_111 .button{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;width:100%;align-items:center}._wrap_1ni7h_70 ._control-wrap_1ni7h_111 .button p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1ni7h_70 ._control-wrap_1ni7h_111 .button:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_1ni7h_70 ._control-wrap_1ni7h_111 .button:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_1ni7h_70 ._control-wrap_1ni7h_111 .button:active:not(:disabled){background:#004d69;color:#fff}._wrap_1ni7h_70 ._control-wrap_1ni7h_111 .button:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.rockray-portal .o-btn{background:#0064a6;border-radius:20px!important}._fade-enter_9tb3k_9{opacity:0}._fade-enter-to_9tb3k_13{opacity:1}._fade-enter-active_9tb3k_17{transition:all .5s ease}._fade-leave_9tb3k_21{opacity:0}._fade-leave-active_9tb3k_25{transition:all .5s ease}._o-icon--danger_9tb3k_29,._o-field__message-danger_9tb3k_30{color:#f5222d!important}._o-input--danger_9tb3k_34{border-color:#f5222d!important}._o-field__label_9tb3k_38{text-align:left}._o-field_9tb3k_30 ._o-field_9tb3k_30{margin-bottom:0}._o-table_9tb3k_46{border-collapse:collapse}._o-table__wrapper--mobile_9tb3k_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_9tb3k_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_9tb3k_70{display:grid;grid-template-rows:auto min-content;height:100%}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input_9tb3k_75{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input_9tb3k_75:hover{border-color:input-hover-color("normal")}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input_9tb3k_75:focus{border-color:input-hover-color("normal");box-shadow:0 0 4px input-focus-color("normal")}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input_9tb3k_75:focus-within{color:#595959}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input_9tb3k_75:disabled{background-color:#f5f5f5;border-color:input-disabled-color("normal")}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input-error_9tb3k_103{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input-error_9tb3k_103:hover{border-color:input-hover-color("error")}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input-error_9tb3k_103:focus{border-color:input-hover-color("error");box-shadow:0 0 4px input-focus-color("error")}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input-error_9tb3k_103:focus-within{color:#595959}._wrap_9tb3k_70 ._body_9tb3k_75 ._username-input-error_9tb3k_103:disabled{background-color:#f5f5f5;border-color:input-disabled-color("error")}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input_9tb3k_131{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;letter-spacing:8px}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input_9tb3k_131:hover{border-color:input-hover-color("normal")}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input_9tb3k_131:focus{border-color:input-hover-color("normal");box-shadow:0 0 4px input-focus-color("normal")}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input_9tb3k_131:focus-within{color:#595959}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input_9tb3k_131:disabled{background-color:#f5f5f5;border-color:input-disabled-color("normal")}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input-error_9tb3k_160{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;letter-spacing:8px}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input-error_9tb3k_160:hover{border-color:input-hover-color("error")}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input-error_9tb3k_160:focus{border-color:input-hover-color("error");box-shadow:0 0 4px input-focus-color("error")}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input-error_9tb3k_160:focus-within{color:#595959}._wrap_9tb3k_70 ._body_9tb3k_75 ._code-input-error_9tb3k_160:disabled{background-color:#f5f5f5;border-color:input-disabled-color("error")}._wrap_9tb3k_70 ._body_9tb3k_75 ._control_9tb3k_189 ._icon_9tb3k_189{height:100%}._wrap_9tb3k_70 ._body_9tb3k_75 ._control_9tb3k_189 ._icon_9tb3k_189._is-left_9tb3k_192 ._mdi_9tb3k_192:before{color:#00678c}._wrap_9tb3k_70 ._body_9tb3k_75 ._control_9tb3k_189 ._has-text-danger_9tb3k_195,._wrap_9tb3k_70 ._body_9tb3k_75 ._control_9tb3k_189 ._has-text-danger_9tb3k_195 ._mdi_9tb3k_192{color:#f5222d}._wrap_9tb3k_70 ._body_9tb3k_75 ._valid-info_9tb3k_201{max-width:260px;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#000;white-space:wrap}._wrap_9tb3k_70 ._body_9tb3k_75 ._info-error_9tb3k_211{color:#f5222d}._wrap_9tb3k_70 ._body_9tb3k_75 ._header-info_9tb3k_214{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_9tb3k_70 ._control-wrap_9tb3k_221{display:flex;justify-content:space-between}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._cancel_9tb3k_225{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._cancel_9tb3k_225 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._cancel_9tb3k_225:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._cancel_9tb3k_225:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._cancel_9tb3k_225:active:not(:disabled){border-color:#004d69;color:#004d69}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._cancel_9tb3k_225:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._submit_9tb3k_262{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._submit_9tb3k_262 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._submit_9tb3k_262:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._submit_9tb3k_262:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._submit_9tb3k_262:active:not(:disabled){background:#004d69;color:#fff}._wrap_9tb3k_70 ._control-wrap_9tb3k_221 ._submit_9tb3k_262:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._fade-enter_oeyg0_9{opacity:0}._fade-enter-to_oeyg0_13{opacity:1}._fade-enter-active_oeyg0_17{transition:all .5s ease}._fade-leave_oeyg0_21{opacity:0}._fade-leave-active_oeyg0_25{transition:all .5s ease}._o-icon--danger_oeyg0_29,._o-field__message-danger_oeyg0_30{color:#f5222d!important}._o-input--danger_oeyg0_34{border-color:#f5222d!important}._o-field__label_oeyg0_38{text-align:left}._o-field_oeyg0_30 ._o-field_oeyg0_30{margin-bottom:0}._o-table_oeyg0_46{border-collapse:collapse}._o-table__wrapper--mobile_oeyg0_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_oeyg0_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_oeyg0_70{display:grid;grid-template-rows:auto min-content;height:100%}._wrap_oeyg0_70 ._body_oeyg0_75 ._method_oeyg0_75{height:50px;display:flex;justify-content:flex-start;align-items:left;margin-bottom:5px;padding:10px}._wrap_oeyg0_70 ._body_oeyg0_75 ._method_oeyg0_75 p{font-weight:700}._wrap_oeyg0_70 ._body_oeyg0_75 ._method_oeyg0_75._active_method_oeyg0_86{background:#daeff5}._wrap_oeyg0_70 ._body_oeyg0_75 ._method_oeyg0_75 ._icn_oeyg0_89{width:50px}._wrap_oeyg0_70 ._body_oeyg0_75 ._method_oeyg0_75 ._icn_oeyg0_89 img{width:30px}._wrap_oeyg0_70 ._body_oeyg0_75 ._method_oeyg0_75 ._label_oeyg0_95{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700;display:flex;align-items:center}._wrap_oeyg0_70 ._body_oeyg0_75 ._method_oeyg0_75:hover{background:#daeff5;cursor:pointer}._wrap_oeyg0_70 ._control-wrap_oeyg0_108{display:flex;justify-content:space-between}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._cancel_oeyg0_112{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._cancel_oeyg0_112 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._cancel_oeyg0_112:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._cancel_oeyg0_112:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._cancel_oeyg0_112:active:not(:disabled){border-color:#004d69;color:#004d69}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._cancel_oeyg0_112:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._next_oeyg0_149{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._next_oeyg0_149 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._next_oeyg0_149:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._next_oeyg0_149:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._next_oeyg0_149:active:not(:disabled){background:#004d69;color:#fff}._wrap_oeyg0_70 ._control-wrap_oeyg0_108 ._next_oeyg0_149:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._fade-enter_1a418_9{opacity:0}._fade-enter-to_1a418_13{opacity:1}._fade-enter-active_1a418_17{transition:all .5s ease}._fade-leave_1a418_21{opacity:0}._fade-leave-active_1a418_25{transition:all .5s ease}._o-icon--danger_1a418_29,._o-field__message-danger_1a418_30{color:#f5222d!important}._o-input--danger_1a418_34{border-color:#f5222d!important}._o-field__label_1a418_38{text-align:left}._o-field_1a418_30 ._o-field_1a418_30{margin-bottom:0}._o-table_1a418_46{border-collapse:collapse}._o-table__wrapper--mobile_1a418_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1a418_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_1a418_70{display:grid;grid-template-rows:auto min-content;height:100%}._wrap_1a418_70 ._body_1a418_75 ._code-input_1a418_75{letter-spacing:8px}._wrap_1a418_70 ._body_1a418_75 .icon.is-left .mdi:before{color:#00678c}._wrap_1a418_70 ._body_1a418_75 .o-input__icon-right{color:#4a4a4a}._wrap_1a418_70 ._body_1a418_75 ._code-input-error_1a418_84{letter-spacing:8px}._wrap_1a418_70 ._body_1a418_75 ._info-error_1a418_87{color:#f5222d}._wrap_1a418_70 ._body_1a418_75 ._link_1a418_90{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._wrap_1a418_70 ._body_1a418_75 ._resent_1a418_97{color:#bfbfbf;padding-left:8px;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._wrap_1a418_70 ._body_1a418_75 ._back-click-container_1a418_106{display:flex;justify-content:flex-end}._wrap_1a418_70 ._body_1a418_75 ._back-click-container_1a418_106 ._back-click_1a418_106{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#007ba6;cursor:pointer;display:flex;justify-self:flex-end}._wrap_1a418_70 ._control-wrap_1a418_121{display:flex;justify-content:space-between}._wrap_1a418_70 ._control-wrap_1a418_121 ._cancel_1a418_125{min-height:40px;max-height:40px;border-radius:4px;background:#fff;border:#d9d9d9 1px solid;color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1a418_70 ._control-wrap_1a418_121 ._cancel_1a418_125 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1a418_70 ._control-wrap_1a418_121 ._cancel_1a418_125:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_1a418_70 ._control-wrap_1a418_121 ._cancel_1a418_125:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_1a418_70 ._control-wrap_1a418_121 ._cancel_1a418_125:active:not(:disabled){border-color:#004d69;color:#004d69}._wrap_1a418_70 ._control-wrap_1a418_121 ._cancel_1a418_125:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_1a418_70 ._control-wrap_1a418_121 ._next_1a418_167{min-height:40px;max-height:40px;border-radius:4px;background:#00678c;color:#fff;border-width:0px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1a418_70 ._control-wrap_1a418_121 ._next_1a418_167 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1a418_70 ._control-wrap_1a418_121 ._next_1a418_167:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_1a418_70 ._control-wrap_1a418_121 ._next_1a418_167:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_1a418_70 ._control-wrap_1a418_121 ._next_1a418_167:active:not(:disabled){background:#004d69;color:#fff}._wrap_1a418_70 ._control-wrap_1a418_121 ._next_1a418_167:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._fade-enter_xgsv4_9{opacity:0}._fade-enter-to_xgsv4_13{opacity:1}._fade-enter-active_xgsv4_17{transition:all .5s ease}._fade-leave_xgsv4_21{opacity:0}._fade-leave-active_xgsv4_25{transition:all .5s ease}._o-icon--danger_xgsv4_29,._o-field__message-danger_xgsv4_30{color:#f5222d!important}._o-input--danger_xgsv4_34{border-color:#f5222d!important}._o-field__label_xgsv4_38{text-align:left}._o-field_xgsv4_30 ._o-field_xgsv4_30{margin-bottom:0}._o-table_xgsv4_46{border-collapse:collapse}._o-table__wrapper--mobile_xgsv4_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_xgsv4_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_xgsv4_70{display:grid;grid-template-rows:auto min-content;height:100%}._wrap_xgsv4_70 ul{margin-left:20px;margin-top:10px;margin-bottom:1em;list-style:disc outside}._wrap_xgsv4_70 li{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_xgsv4_70 a{text-decoration:none;color:#007ba6;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_xgsv4_70 ._body_xgsv4_97 ._qrcode_xgsv4_97{display:flex;width:100%;justify-content:center;margin-bottom:6px}._wrap_xgsv4_70 ._body_xgsv4_97 ._qrcode_xgsv4_97 img{display:flex;align-self:center;height:100%}._wrap_xgsv4_70 ._body_xgsv4_97 .qr-readonly{margin-bottom:15px;color:#bfbfbf}._wrap_xgsv4_70 ._body_xgsv4_97 .qr-readonly input{color:#bfbfbf}._wrap_xgsv4_70 ._body_xgsv4_97 ._auth-apps-prompt_xgsv4_115 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_xgsv4_70 ._body_xgsv4_97 ._auth-apps-prompt_xgsv4_115 ul{list-style:none;margin-left:0}._wrap_xgsv4_70 ._body_xgsv4_97 ._auth-apps-prompt_xgsv4_115 ul li{color:#007ba6;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_xgsv4_70 ._body_xgsv4_97 ._submit-button_xgsv4_134{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;width:100%}._wrap_xgsv4_70 ._body_xgsv4_97 ._submit-button_xgsv4_134 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_xgsv4_70 ._body_xgsv4_97 ._submit-button_xgsv4_134:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_xgsv4_70 ._body_xgsv4_97 ._submit-button_xgsv4_134:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_xgsv4_70 ._body_xgsv4_97 ._submit-button_xgsv4_134:active:not(:disabled){background:#004d69;color:#fff}._wrap_xgsv4_70 ._body_xgsv4_97 ._submit-button_xgsv4_134:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_xgsv4_70 ._control-wrap_xgsv4_172{display:flex;justify-content:space-between}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._cancel_xgsv4_176{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._cancel_xgsv4_176 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._cancel_xgsv4_176:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._cancel_xgsv4_176:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._cancel_xgsv4_176:active:not(:disabled){border-color:#004d69;color:#004d69}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._cancel_xgsv4_176:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._next_xgsv4_213{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._next_xgsv4_213 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._next_xgsv4_213:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._next_xgsv4_213:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._next_xgsv4_213:active:not(:disabled){background:#004d69;color:#fff}._wrap_xgsv4_70 ._control-wrap_xgsv4_172 ._next_xgsv4_213:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._fade-enter_1h2xx_9{opacity:0}._fade-enter-to_1h2xx_13{opacity:1}._fade-enter-active_1h2xx_17{transition:all .5s ease}._fade-leave_1h2xx_21{opacity:0}._fade-leave-active_1h2xx_25{transition:all .5s ease}._o-icon--danger_1h2xx_29,._o-field__message-danger_1h2xx_30{color:#f5222d!important}._o-input--danger_1h2xx_34{border-color:#f5222d!important}._o-field__label_1h2xx_38{text-align:left}._o-field_1h2xx_30 ._o-field_1h2xx_30{margin-bottom:0}._o-table_1h2xx_46{border-collapse:collapse}._o-table__wrapper--mobile_1h2xx_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1h2xx_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_1h2xx_70{display:grid;grid-template-rows:auto min-content;height:100%}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input_1h2xx_75{border-radius:2px;align-items:center;display:flex;min-height:32px;max-height:32px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;letter-spacing:9px}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input_1h2xx_75:hover{border-color:input-hover-color("normal")}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input_1h2xx_75:focus{border-color:input-hover-color("normal");box-shadow:0 0 4px input-focus-color("normal")}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input_1h2xx_75:focus-within{color:#595959}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input_1h2xx_75:disabled{background-color:#f5f5f5;border-color:input-disabled-color("normal")}._wrap_1h2xx_70 ._body_1h2xx_75 .icon{height:100%}._wrap_1h2xx_70 ._body_1h2xx_75 .icon.is-left .mdi{color:#f5222d}._wrap_1h2xx_70 ._body_1h2xx_75 .icon.is-left .mdi:before{color:#00678c}._wrap_1h2xx_70 ._body_1h2xx_75 ._has-text-danger_1h2xx_113{color:#f5222d}._wrap_1h2xx_70 ._body_1h2xx_75 ._username-input-error_1h2xx_116{border-radius:2px;align-items:center;display:flex;min-height:32px;max-height:32px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}._wrap_1h2xx_70 ._body_1h2xx_75 ._username-input-error_1h2xx_116:hover{border-color:input-hover-color("error")}._wrap_1h2xx_70 ._body_1h2xx_75 ._username-input-error_1h2xx_116:focus{border-color:input-hover-color("error");box-shadow:0 0 4px input-focus-color("error")}._wrap_1h2xx_70 ._body_1h2xx_75 ._username-input-error_1h2xx_116:focus-within{color:#595959}._wrap_1h2xx_70 ._body_1h2xx_75 ._username-input-error_1h2xx_116:disabled{background-color:#f5f5f5;border-color:input-disabled-color("error")}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input-error_1h2xx_144{border-radius:2px;align-items:center;display:flex;min-height:32px;max-height:32px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;letter-spacing:9px}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input-error_1h2xx_144:hover{border-color:input-hover-color("error")}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input-error_1h2xx_144:focus{border-color:input-hover-color("error");box-shadow:0 0 4px input-focus-color("error")}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input-error_1h2xx_144:focus-within{color:#595959}._wrap_1h2xx_70 ._body_1h2xx_75 ._code-input-error_1h2xx_144:disabled{background-color:#f5f5f5;border-color:input-disabled-color("error")}._wrap_1h2xx_70 ._body_1h2xx_75 ._info_1h2xx_173{max-width:260px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:20px;font-weight:400;color:#000;white-space:wrap;margin-bottom:1em}._wrap_1h2xx_70 ._body_1h2xx_75 ._new-window-link_1h2xx_184{background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.25%200.75H12.75C13.0266%200.75%2013.25%200.973437%2013.25%201.25V12.75C13.25%2013.0266%2013.0266%2013.25%2012.75%2013.25H7.125C7.05625%2013.25%207%2013.1938%207%2013.125V12.25C7%2012.1812%207.05625%2012.125%207.125%2012.125H12.125V1.875H1.875V6.875C1.875%206.94375%201.81875%207%201.75%207H0.875C0.80625%207%200.75%206.94375%200.75%206.875V1.25C0.75%200.973437%200.973437%200.75%201.25%200.75ZM4.79219%208.36563L3.97656%207.55C3.96004%207.5334%203.94851%207.51249%203.94328%207.48965C3.93805%207.46682%203.93934%207.44298%203.94699%207.42084C3.95464%207.3987%203.96835%207.37915%203.98656%207.36442C4.00477%207.34969%204.02675%207.34036%204.05%207.3375L6.85312%207.00937C6.93281%207%207.00156%207.06719%206.99219%207.14844L6.66406%209.95156C6.65156%2010.0547%206.525%2010.0984%206.45156%2010.025L5.63281%209.20625L1.62969%2013.2094C1.58125%2013.2578%201.50156%2013.2578%201.45312%2013.2094L0.790625%2012.5469C0.742188%2012.4984%200.742188%2012.4187%200.790625%2012.3703L4.79219%208.36563Z'%20fill='%2300678C'/%3e%3c/svg%3e") no-repeat center right;padding-right:24px;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;text-decoration:none}._wrap_1h2xx_70 ._body_1h2xx_75 ._link_1h2xx_194{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._wrap_1h2xx_70 ._body_1h2xx_75 ._resent_1h2xx_201{color:#bfbfbf;padding-left:8px;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._wrap_1h2xx_70 ._body_1h2xx_75 ._valid-info_1h2xx_210{max-width:260px;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#000;white-space:wrap}._wrap_1h2xx_70 ._body_1h2xx_75 ._info-error_1h2xx_220{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#f5222d!important;padding-right:8px}._wrap_1h2xx_70 ._control-wrap_1h2xx_229{display:flex;justify-content:space-between}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._cancel_1h2xx_233{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._cancel_1h2xx_233 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._cancel_1h2xx_233:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._cancel_1h2xx_233:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._cancel_1h2xx_233:active:not(:disabled){border-color:#004d69;color:#004d69}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._cancel_1h2xx_233:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._next_1h2xx_270{min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._next_1h2xx_270 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._next_1h2xx_270:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._next_1h2xx_270:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._next_1h2xx_270:active:not(:disabled){background:#004d69;color:#fff}._wrap_1h2xx_70 ._control-wrap_1h2xx_229 ._next_1h2xx_270:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_1h2xx_70 ._control-wrap_1h2xx_229._justify-end_1h2xx_307{justify-content:end}._fade-enter_10gn1_9{opacity:0}._fade-enter-to_10gn1_13{opacity:1}._fade-enter-active_10gn1_17{transition:all .5s ease}._fade-leave_10gn1_21{opacity:0}._fade-leave-active_10gn1_25{transition:all .5s ease}._o-icon--danger_10gn1_29,._o-field__message-danger_10gn1_30{color:#f5222d!important}._o-input--danger_10gn1_34{border-color:#f5222d!important}._o-field__label_10gn1_38{text-align:left}._o-field_10gn1_30 ._o-field_10gn1_30{margin-bottom:0}._o-table_10gn1_46{border-collapse:collapse}._o-table__wrapper--mobile_10gn1_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_10gn1_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_10gn1_70{display:grid;grid-template-rows:auto min-content;height:100%}._wrap_10gn1_70 ._body_10gn1_75 p{color:#f5222d;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;margin-bottom:1em}._wrap_10gn1_70 ._control-wrap_10gn1_84{display:flex;justify-content:space-between}._wrap_10gn1_70 ._control-wrap_10gn1_84 ._next_10gn1_88{width:100%;min-height:40px;max-height:40px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;background-color:#d9d9d9}._wrap_10gn1_70 ._control-wrap_10gn1_84 ._next_10gn1_88 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_10gn1_70 ._control-wrap_10gn1_84 ._next_10gn1_88:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_10gn1_70 ._control-wrap_10gn1_84 ._next_10gn1_88:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_10gn1_70 ._control-wrap_10gn1_84 ._next_10gn1_88:active:not(:disabled){background:#004d69;color:#fff}._wrap_10gn1_70 ._control-wrap_10gn1_84 ._next_10gn1_88:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_10gn1_70 ._control-wrap_10gn1_84 ._next_10gn1_88:hover{background-color:#d9d9d9}a[data-v-90fbe0c9]:hover{cursor:pointer}button[data-v-90fbe0c9]{outline:none}.fade-enter[data-v-90fbe0c9]{opacity:0}.fade-enter-to[data-v-90fbe0c9]{opacity:1}.fade-enter-active[data-v-90fbe0c9]{transition:all .5s ease}.fade-leave[data-v-90fbe0c9]{opacity:0}.fade-leave-active[data-v-90fbe0c9]{transition:all .5s ease}.o-icon--danger[data-v-90fbe0c9],.o-field__message-danger[data-v-90fbe0c9]{color:#f5222d!important}.o-input--danger[data-v-90fbe0c9]{border-color:#f5222d!important}.o-field__label[data-v-90fbe0c9]{text-align:left}.o-field .o-field[data-v-90fbe0c9]{margin-bottom:0}.o-table[data-v-90fbe0c9]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-90fbe0c9]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-90fbe0c9]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-90fbe0c9]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.login-screen-main[data-v-90fbe0c9]{position:relative;min-width:720px;width:720px;height:690px;min-height:690px;margin-left:auto;margin-right:auto;margin-top:130px;border-radius:4px;z-index:3;background-color:#00678c;box-shadow:0 20px 50px 10px #00000040;display:flex}.login-screen-main .bg-img[data-v-90fbe0c9]{position:absolute;top:0;z-index:4;height:690px;border-radius:4px}.login-screen-main .content-box[data-v-90fbe0c9]{display:flex;flex-direction:column;flex-grow:1;margin:24px;padding:38px;border-radius:4px;background-color:#fff;z-index:5}.login-screen-main .content-box .petra-logo[data-v-90fbe0c9]{width:100%;display:flex;justify-content:center;margin-bottom:8px}.login-screen-main .content-box .petra-logo img[data-v-90fbe0c9]{height:54px;width:68px}.login-screen-main .content-box .eula-header[data-v-90fbe0c9]{margin-bottom:8px}.login-screen-main .content-box .eula-header p[data-v-90fbe0c9]{font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:400;text-align:center;color:#000}.login-screen-main .content-box .eula-header-info[data-v-90fbe0c9]{justify-content:center;margin-bottom:8px}.login-screen-main .content-box .eula-header-info p[data-v-90fbe0c9]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;text-align:center;color:#000}.login-screen-main .content-box .eula-center[data-v-90fbe0c9]{width:100%;display:flex;justify-content:center}.login-screen-main .content-box .eula-download[data-v-90fbe0c9]{min-height:32px;max-height:32px;border-radius:4px;background:#fff;border:#d9d9d9 1px solid;color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;margin-bottom:16px;width:210px}.login-screen-main .content-box .eula-download p[data-v-90fbe0c9]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.login-screen-main .content-box .eula-download[data-v-90fbe0c9]:hover:not(:disabled){border-color:#007ba6;color:#007ba6}.login-screen-main .content-box .eula-download[data-v-90fbe0c9]:focus:not(:disabled){border-color:#007ba6;color:#007ba6}.login-screen-main .content-box .eula-download[data-v-90fbe0c9]:active:not(:disabled){border-color:#004d69;color:#004d69}.login-screen-main .content-box .eula-download[data-v-90fbe0c9]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.login-screen-main .content-box .eula-download:hover img[data-v-90fbe0c9]{filter:brightness(0) saturate(100%) invert(27%) sepia(55%) saturate(2791%) hue-rotate(173deg) brightness(98%) contrast(101%)}.login-screen-main .content-box .eula-download:focus img[data-v-90fbe0c9]{filter:brightness(0) saturate(100%) invert(27%) sepia(55%) saturate(2791%) hue-rotate(173deg) brightness(98%) contrast(101%)}.login-screen-main .content-box .eula-download .eula-download-content[data-v-90fbe0c9]{display:inline-flex;flex-grow:1;align-items:center}.login-screen-main .content-box .eula-download .eula-download-content img[data-v-90fbe0c9]{margin-right:8px}.login-screen-main .content-box .eula-content[data-v-90fbe0c9]{padding:16px;overflow-y:scroll;background-color:#d9d9d9;border-radius:4px;width:100%;height:250px;min-height:250px;max-height:250px;margin-bottom:16px}.login-screen-main .content-box .eula-content .eula-statement[data-v-90fbe0c9] h1{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;color:#007ba6}.login-screen-main .content-box .eula-content .eula-statement[data-v-90fbe0c9] h2{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;color:#00678c}.login-screen-main .content-box .eula-content .eula-statement[data-v-90fbe0c9] p{font-family:Helvetica;font-style:normal;font-size:12px;line-height:18px;font-weight:400;color:#000}.login-screen-main .content-box .eula-disclaimer[data-v-90fbe0c9]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;margin-bottom:24px;color:#000;text-align:center}.login-screen-main .content-box .eula-agree[data-v-90fbe0c9]{display:inline-flex;flex-grow:1;justify-content:center}.login-screen-main .content-box .eula-agree .disagree-button[data-v-90fbe0c9]{margin-right:70px;min-height:32px;max-height:32px;border-radius:4px;background:#fff;border:#d9d9d9 1px solid;color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.login-screen-main .content-box .eula-agree .disagree-button p[data-v-90fbe0c9]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.login-screen-main .content-box .eula-agree .disagree-button[data-v-90fbe0c9]:hover:not(:disabled){border-color:#007ba6;color:#007ba6}.login-screen-main .content-box .eula-agree .disagree-button[data-v-90fbe0c9]:focus:not(:disabled){border-color:#007ba6;color:#007ba6}.login-screen-main .content-box .eula-agree .disagree-button[data-v-90fbe0c9]:active:not(:disabled){border-color:#004d69;color:#004d69}.login-screen-main .content-box .eula-agree .disagree-button[data-v-90fbe0c9]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.login-screen-main .content-box .eula-agree .agree-button[data-v-90fbe0c9]{min-height:32px;max-height:32px;border-radius:4px;background:#00678c;color:#fff;border-width:0px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.login-screen-main .content-box .eula-agree .agree-button p[data-v-90fbe0c9]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.login-screen-main .content-box .eula-agree .agree-button[data-v-90fbe0c9]:hover:not(:disabled){background:#007ba6;color:#fff}.login-screen-main .content-box .eula-agree .agree-button[data-v-90fbe0c9]:focus:not(:disabled){background:#007ba6;color:#fff}.login-screen-main .content-box .eula-agree .agree-button[data-v-90fbe0c9]:active:not(:disabled){background:#004d69;color:#fff}.login-screen-main .content-box .eula-agree .agree-button[data-v-90fbe0c9]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.gebugger{width:400px;display:block;width:230px;background:#6495ed;color:#fff;position:absolute;top:-120px;left:0;padding:20px}.gebugger b{background:#00678c;background:#000;display:inline-block;padding:0 10px}.flow-class{height:60px;position:absolute;top:-120px;padding:16px}.auth-app-flow-class{background:#ccc}.email-flow-class{background:green}.no-flow-yet-class{background:red}.fade-enter-active,.fade-leave-active{transition:all .5s ease}.fade-enter,.fade-leave-to{opacity:0}._fade-enter_5w5dd_9{opacity:0}._fade-enter-to_5w5dd_13{opacity:1}._fade-enter-active_5w5dd_17{transition:all .5s ease}._fade-leave_5w5dd_21{opacity:0}._fade-leave-active_5w5dd_25{transition:all .5s ease}._o-icon--danger_5w5dd_29,._o-field__message-danger_5w5dd_30{color:#f5222d!important}._o-input--danger_5w5dd_34{border-color:#f5222d!important}._o-field__label_5w5dd_38{text-align:left}._o-field_5w5dd_30 ._o-field_5w5dd_30{margin-bottom:0}._o-table_5w5dd_46{border-collapse:collapse}._o-table__wrapper--mobile_5w5dd_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_5w5dd_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p,button,input{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}a{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#007ba6}a:hover{color:#007ba6}.petra-overlay-wrapper{z-index:100;position:absolute;top:0;left:0;width:100%;height:100%}.petra-overlay-wrapper .petra-overlay{background:#595959!important;width:100%;height:100%;opacity:.33}.drawer-slide-enter-active,.drawer-slide-leave-active{transition:transform .33s ease}.drawer-slide-enter,.drawer-slide-leave-to{transform:translate(500px)}.petra-drawer{background:#fff;z-index:50;height:100vh;width:350px;right:0;position:absolute;display:flex;flex-direction:column;drop-shadow:-2px 0px 8px rgba(0,0,0,.15);top:0}.petra-drawer .petra-drawer-content{background:#fff;display:flex;flex-direction:column;flex-grow:1;z-index:50}._fade-enter_a1yif_9{opacity:0}._fade-enter-to_a1yif_13{opacity:1}._fade-enter-active_a1yif_17{transition:all .5s ease}._fade-leave_a1yif_21{opacity:0}._fade-leave-active_a1yif_25{transition:all .5s ease}._o-icon--danger_a1yif_29,._o-field__message-danger_a1yif_30{color:#f5222d!important}._o-input--danger_a1yif_34{border-color:#f5222d!important}._o-field__label_a1yif_38{text-align:left}._o-field_a1yif_30 ._o-field_a1yif_30{margin-bottom:0}._o-table_a1yif_46{border-collapse:collapse}._o-table__wrapper--mobile_a1yif_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_a1yif_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._petra-field_a1yif_71:not(:last-child){margin-bottom:12px}._fade-enter_55x3z_9{opacity:0}._fade-enter-to_55x3z_13{opacity:1}._fade-enter-active_55x3z_17{transition:all .5s ease}._fade-leave_55x3z_21{opacity:0}._fade-leave-active_55x3z_25{transition:all .5s ease}._o-icon--danger_55x3z_29,._o-field__message-danger_55x3z_30{color:#f5222d!important}._o-input--danger_55x3z_34{border-color:#f5222d!important}._o-field__label_55x3z_38{text-align:left}._o-field_55x3z_30 ._o-field_55x3z_30{margin-bottom:0}._o-table_55x3z_46{border-collapse:collapse}._o-table__wrapper--mobile_55x3z_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_55x3z_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}.o-radio{margin-right:0;position:relative}.control-label{display:none}.o-radio__check.radio-unchecked{border:solid 1px #d9d9d9;background:none}.o-radio__check.radio-checked+.o-radio__label{width:8px;height:8px;display:block;background:#00678c;border-radius:50%;position:absolute;left:50%;top:50%;margin-left:-4px;margin-top:-4px}.o-radio__check.radio-checked{border:solid 1px #00678c;background:none}.text-input .password-input{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.text-input .password-input:hover{border-color:input-hover-color("normal")}.text-input .password-input:focus{border-color:input-hover-color("normal");box-shadow:0 0 4px input-focus-color("normal")}.text-input .password-input:focus-within{color:#595959}.text-input .password-input:disabled{background-color:#f5f5f5;border-color:input-disabled-color("normal")}.text-input .password-input-error{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.text-input .password-input-error:hover{border-color:input-hover-color("error")}.text-input .password-input-error:focus{border-color:input-hover-color("error");box-shadow:0 0 4px input-focus-color("error")}.text-input .password-input-error:focus-within{color:#595959}.text-input .password-input-error:disabled{background-color:#f5f5f5;border-color:input-disabled-color("error")}.text-input .basic-input{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.text-input .basic-input:hover{border-color:input-hover-color("normal")}.text-input .basic-input:focus{border-color:input-hover-color("normal");box-shadow:0 0 4px input-focus-color("normal")}.text-input .basic-input:focus-within{color:#595959}.text-input .basic-input:disabled{background-color:#f5f5f5;border-color:input-disabled-color("normal")}.text-input .basic-input-error{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.text-input .basic-input-error:hover{border-color:input-hover-color("error")}.text-input .basic-input-error:focus{border-color:input-hover-color("error");box-shadow:0 0 4px input-focus-color("error")}.text-input .basic-input-error:focus-within{color:#595959}.text-input .basic-input-error:disabled{background-color:#f5f5f5;border-color:input-disabled-color("error")}.drawer-show-input p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#bfbfbf}a[data-v-9cc400ca]:hover{cursor:pointer}button[data-v-9cc400ca]{outline:none}.fade-enter[data-v-9cc400ca]{opacity:0}.fade-enter-to[data-v-9cc400ca]{opacity:1}.fade-enter-active[data-v-9cc400ca]{transition:all .5s ease}.fade-leave[data-v-9cc400ca]{opacity:0}.fade-leave-active[data-v-9cc400ca]{transition:all .5s ease}.o-icon--danger[data-v-9cc400ca],.o-field__message-danger[data-v-9cc400ca]{color:#f5222d!important}.o-input--danger[data-v-9cc400ca]{border-color:#f5222d!important}.o-field__label[data-v-9cc400ca]{text-align:left}.o-field .o-field[data-v-9cc400ca]{margin-bottom:0}.o-table[data-v-9cc400ca]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-9cc400ca]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-9cc400ca]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-9cc400ca]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.maxta-file-input .file-button[data-v-9cc400ca]{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;border:1px solid #d9d9d9;box-shadow:inset 0 .0625em .125em #0a0a0a0d;width:100%;border-radius:4px!important;padding:7px 11px;outline:none;color:#595959;width:auto;margin-bottom:0}.maxta-file-input .file-button p[data-v-9cc400ca]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.maxta-file-input .file-button[data-v-9cc400ca]:hover:not(:disabled){border-color:#007ba6;color:#007ba6}.maxta-file-input .file-button[data-v-9cc400ca]:focus:not(:disabled){border-color:#007ba6;color:#007ba6}.maxta-file-input .file-button[data-v-9cc400ca]:active:not(:disabled){border-color:#004d69;color:#004d69}.maxta-file-input .file-button[data-v-9cc400ca]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.maxta-file-input .file-button[data-v-9cc400ca]::placeholder{color:#c2c2c2}.maxta-file-input .file-button[data-v-9cc400ca]:hover{border:1px solid #007ba6}.maxta-file-input .file-button[data-v-9cc400ca]:focus{border:1px solid #007ba6;box-shadow:0 0 4px #1890ff80}.maxta-file-input .file-button[data-v-9cc400ca]:focus-within{color:#595959}.maxta-file-input .file-button.md[data-v-9cc400ca]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.maxta-file-input .file-button .file-button-content[data-v-9cc400ca]{display:inline-flex;flex-direction:row;justify-content:center;align-items:center}.maxta-file-input .file-button .file-button-content img[data-v-9cc400ca]{margin-right:8px;filter:brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(3%) hue-rotate(164deg) brightness(94%) contrast(91%)}.maxta-file-input .file-button:focus .file-button-content img[data-v-9cc400ca]{filter:brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(2065%) hue-rotate(176deg) brightness(98%) contrast(104%)}.maxta-file-input .file-button:active .file-button-content img[data-v-9cc400ca]{filter:brightness(0) saturate(100%) invert(19%) sepia(17%) saturate(6444%) hue-rotate(170deg) brightness(100%) contrast(101%)}.maxta-file-input .file-button:hover img[data-v-9cc400ca]{filter:brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(2065%) hue-rotate(176deg) brightness(98%) contrast(104%)}.maxta-file-input input[data-v-9cc400ca]{opacity:0;z-index:-1;position:absolute}.maxta-file-input .selected-file[data-v-9cc400ca]{margin-top:8px;display:inline-flex;width:100%;background-color:#daeff5;color:#00678c;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.maxta-file-input .selected-file p[data-v-9cc400ca]{flex:1;overflow-wrap:anywhere;margin-left:8px}.maxta-file-input .selected-file[data-v-9cc400ca]:before{min-height:12px;min-width:12px;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='14'%20viewBox='0%200%2012%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1766%202.07168C8.7047%200.599805%206.30783%200.599805%204.83751%202.07168L0.75939%206.14668C0.732827%206.17324%200.718764%206.20918%200.718764%206.24668C0.718764%206.28418%200.732827%206.32012%200.75939%206.34668L1.33595%206.92324C1.36231%206.94948%201.39798%206.96421%201.43517%206.96421C1.47236%206.96421%201.50804%206.94948%201.53439%206.92324L5.61251%202.84824C6.11876%202.34199%206.7922%202.06387%207.50783%202.06387C8.22345%202.06387%208.89689%202.34199%209.40158%202.84824C9.90783%203.35449%2010.186%204.02793%2010.186%204.74199C10.186%205.45762%209.90783%206.12949%209.40158%206.63574L5.24533%2010.7904L4.57189%2011.4639C3.9422%2012.0936%202.91876%2012.0936%202.28908%2011.4639C1.98439%2011.1592%201.8172%2010.7545%201.8172%2010.3232C1.8172%209.89199%201.98439%209.4873%202.28908%209.18262L6.41251%205.06074C6.5172%204.95762%206.6547%204.8998%206.80158%204.8998H6.80314C6.95001%204.8998%207.08595%204.95762%207.18908%205.06074C7.29376%205.16543%207.35001%205.30293%207.35001%205.4498C7.35001%205.59512%207.2922%205.73262%207.18908%205.83574L3.81876%209.20293C3.7922%209.22949%203.77814%209.26543%203.77814%209.30293C3.77814%209.34043%203.7922%209.37637%203.81876%209.40293L4.39533%209.97949C4.42168%2010.0057%204.45736%2010.0205%204.49455%2010.0205C4.53173%2010.0205%204.56741%2010.0057%204.59376%209.97949L7.96251%206.61074C8.27345%206.2998%208.44376%205.8873%208.44376%205.44824C8.44376%205.00918%208.27189%204.59512%207.96251%204.28574C7.32033%203.64355%206.27658%203.64512%205.63439%204.28574L5.23439%204.6873L1.51251%208.40762C1.25991%208.65874%201.05967%208.95752%200.923413%209.28663C0.787158%209.61573%200.717597%209.96861%200.718764%2010.3248C0.718764%2011.0482%201.00158%2011.7279%201.51251%2012.2389C2.0422%2012.767%202.73595%2013.0311%203.4297%2013.0311C4.12345%2013.0311%204.8172%2012.767%205.34533%2012.2389L10.1766%207.41074C10.8875%206.69824%2011.2813%205.7498%2011.2813%204.74199C11.2828%203.73262%2010.8891%202.78418%2010.1766%202.07168Z'%20fill='%238C8C8C'/%3e%3c/svg%3e");background-repeat:no-repeat;align-self:center;margin-left:4px;margin-right:4px;content:" "}.maxta-file-input .selected-file .close[data-v-9cc400ca]{min-height:12px;min-width:12px;cursor:pointer;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='10'%20height='12'%20viewBox='0%200%2010%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.80901%206L9.91057%201.11094C9.97932%201.02969%209.92151%200.90625%209.81526%200.90625H8.56839C8.49495%200.90625%208.42464%200.939062%208.3762%200.995312L4.99339%205.02813L1.61057%200.995312C1.5637%200.939062%201.49339%200.90625%201.41839%200.90625H0.171512C0.065262%200.90625%200.00744937%201.02969%200.0761994%201.11094L4.17776%206L0.0761994%2010.8891C0.0607987%2010.9072%200.0509186%2010.9293%200.0477317%2010.9529C0.0445448%2010.9764%200.0481849%2011.0004%200.0582202%2011.022C0.0682556%2011.0435%200.0842646%2011.0617%200.104346%2011.0745C0.124428%2011.0872%200.147739%2011.0939%200.171512%2011.0938H1.41839C1.49182%2011.0938%201.56214%2011.0609%201.61057%2011.0047L4.99339%206.97188L8.3762%2011.0047C8.42307%2011.0609%208.49339%2011.0938%208.56839%2011.0938H9.81526C9.92151%2011.0938%209.97932%2010.9703%209.91057%2010.8891L5.80901%206Z'%20fill='%23595959'/%3e%3c/svg%3e");background-repeat:no-repeat;align-self:center;margin-left:4px;margin-right:4px}.maxta-file-input .selected-file .close[data-v-9cc400ca]:hover{filter:brightness(0) saturate(100%) invert(23%) sepia(50%) saturate(4609%) hue-rotate(343deg) brightness(95%) contrast(102%)}.drawer-dropdown-input .dropdown-choices .dropdown-menu{border-radius:4px}@media screen and (min-width: 1023px){.drawer-dropdown-input .dropdown-choices .dropdown-menu{width:100%}}.drawer-dropdown-input .dropdown-choices .dropdown-content{width:100%;max-width:100%}.drawer-dropdown-input .dropdown-choices .dropdown-item{border-radius:4px;padding:.25rem 1rem!important;width:revert;min-width:revert;max-width:revert}@media screen and (max-width: 1023px){.drawer-dropdown-input .dropdown-choices .dropdown-item{justify-content:center;text-align:center}}.drawer-dropdown-input .dropdown-choices .dropdown-trigger{width:100%;max-width:100%;cursor:pointer}.drawer-dropdown-input .dropdown-choices .dropdown-trigger:hover,.drawer-dropdown-input .dropdown-choices .dropdown-trigger:active{box-shadow:0 0 4px #1890ff80}.petra-field .petra-datepicker .o-drop:hover span{color:revert}.petra-field .petra-datepicker .o-drop__menu{width:100%;font-family:Helvetica;font-style:normal;font-size:12px;line-height:18px;font-weight:400;margin-top:16px}.petra-field .petra-datepicker .o-dpck__table{table-layout:fixed;width:100%}.petra-field .petra-datepicker .o-dpck__header__buttons{justify-content:space-between}.petra-field .petra-datepicker .o-ctrl-sel{border:1px solid #d9d9d9;box-shadow:inset 0 .0625em .125em #0a0a0a0d;width:100%;border-radius:4px!important;outline:none;color:#595959;width:auto;margin-right:0;padding:7px 0 7px 4px}.petra-field .petra-datepicker .o-ctrl-sel::placeholder{color:#c2c2c2}.petra-field .petra-datepicker .o-ctrl-sel:hover{border:1px solid #007ba6}.petra-field .petra-datepicker .o-ctrl-sel:focus{border:1px solid #007ba6;box-shadow:0 0 4px #1890ff80}.petra-field .petra-datepicker .o-ctrl-sel:focus-within{color:#595959}.petra-field .petra-datepicker .o-ctrl-sel .o-sel{width:auto;border:none;outline:none;font-family:Helvetica;font-style:normal;font-size:12px;line-height:18px;font-weight:400}.petra-field .petra-datepicker .o-sel-arrow{background-size:10px}.petra-field .petra-datepicker .o-icon--clickable{border:1px solid #d9d9d9;box-shadow:inset 0 .0625em .125em #0a0a0a0d;width:100%;border-radius:4px!important;padding:7px 11px;outline:none;color:#595959}.petra-field .petra-datepicker .o-icon--clickable::placeholder{color:#c2c2c2}.petra-field .petra-datepicker .o-icon--clickable:hover{border:1px solid #007ba6}.petra-field .petra-datepicker .o-icon--clickable:focus{border:1px solid #007ba6;box-shadow:0 0 4px #1890ff80}.petra-field .petra-datepicker .o-icon--clickable:focus-within{color:#595959}.petra-field .petra-datepicker .o-dpck__table__cell{padding:.5rem .75rem}.petra-field .petra-datepicker .o-dpck__table__cell span{padding:0;font-family:Helvetica;font-style:normal;font-size:12px;line-height:18px;font-weight:400}.petra-field .petra-datepicker .o-dpck__table__cell.o-dpck__table__cell--today{border:1px solid #00678c;background:none}.petra-field .petra-datepicker .o-dpck__table__cell.o-dpck__table__cell--unselectable span{color:#bfbfbf}.petra-field .petra-datepicker .o-dpck__table__cell.o-dpck__table__cell--selected{border:1px solid #00678c;background:#b9e0ed}.petra-field .petra-datepicker .o-dpck__table__cell.o-dpck__table__cell--selected span{color:#00678c;font-weight:700}.petra-field .petra-datepicker .o-input{border:1px solid #d9d9d9;box-shadow:inset 0 .0625em .125em #0a0a0a0d;width:100%;border-radius:4px!important;outline:none;color:#595959;padding:7px 11px 7px 36px}.petra-field .petra-datepicker .o-input::placeholder{color:#c2c2c2}.petra-field .petra-datepicker .o-input:hover{border:1px solid #007ba6}.petra-field .petra-datepicker .o-input:focus{border:1px solid #007ba6;box-shadow:0 0 4px #1890ff80}.petra-field .petra-datepicker .o-input:focus-within{color:#595959}.petra-field .petra-datepicker .o-input__icon-left i{margin-left:6px;margin-top:5px;color:#bfbfbf}.petra-field.lg{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.petra-field.md,.petra-field.sm{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.petra-checkbox{align-items:flex-start}.petra-checkbox input{border:1px solid #d9d9d9;background:#fff;border-radius:2px;width:18px;height:18px;margin-top:4px;margin-right:4px}.petra-checkbox input.o-chk__check--checked{background:#00678c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;background-size:75%}.petra-checkbox:hover input{border-color:#00678c}.petra-checkbox.lg input{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.petra-checkbox.md input,.petra-checkbox.sm input{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.petra-checkbox.o-chk--disabled{cursor:default}.petra-checkbox.o-chk--disabled:hover input{border-color:#f5f5f5}.petra-checkbox.o-chk--disabled:hover input:hover{border-color:#f5f5f5;cursor:default}.rockray-portal .petra-checkbox input.o-chk__check--checked{background-color:#007cce}.drawer-checkbox-input .petra-checkbox{align-items:center}.drawer-checkbox-input .petra-checkbox input{margin-top:0;margin-right:8px}.o-field .present-chips .chip{background-color:#daeff5;margin-right:8px;margin-bottom:3px;display:inline-flex;padding-left:8px;padding-right:8px;text-align:center;min-height:22px;border-style:solid;border-width:1px;border-color:#86cee7;border-radius:2px;align-items:center}.o-field .present-chips .chip p{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#00678c}.o-field .present-chips .chip .close{display:flex;align-items:center;cursor:pointer;content:"";height:20px;margin-left:4px;margin-right:4px}.o-field .present-chips .chip .close img{min-height:8px;min-width:8px;max-height:12px;max-width:12px;height:8px;width:8px;filter:brightness(0) saturate(100%) invert(22%) sepia(56%) saturate(3195%) hue-rotate(176deg) brightness(96%) contrast(101%)}.o-field .present-chips .chip .close:hover img{filter:brightness(0) saturate(100%) invert(23%) sepia(50%) saturate(4609%) hue-rotate(343deg) brightness(95%) contrast(102%)}.petra-field .petra-input input,.petra-field .petra-input textarea{border:1px solid #d9d9d9;box-shadow:inset 0 .0625em .125em #0a0a0a0d;width:100%;border-radius:4px!important;padding:7px 11px;outline:none;color:#595959}.petra-field .petra-input input::placeholder,.petra-field .petra-input textarea::placeholder{color:#c2c2c2}.petra-field .petra-input input:hover,.petra-field .petra-input textarea:hover{border:1px solid #007ba6}.petra-field .petra-input input:focus,.petra-field .petra-input textarea:focus{border:1px solid #007ba6;box-shadow:0 0 4px #1890ff80}.petra-field .petra-input input:focus-within,.petra-field .petra-input textarea:focus-within{color:#595959}.petra-field.lg input{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.petra-field.md input,.petra-field.sm input{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.o-field{margin-bottom:12px}.drawer-auto-chip-input .info{height:22px;min-height:22px;max-height:22px}.drawer-auto-chip-input .info p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#8c8c8c}.drawer-auto-chip-input .o-acp__menu{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em #0a0a0a1a,0 0 0 1px #0a0a0a05;padding-bottom:.5rem;padding-top:.5rem}.drawer-auto-chip-input .o-acp__menu .o-acp__item{color:#595959;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}.drawer-auto-chip-input .o-acp__menu .o-acp__item:hover{background:#daeff5}._fade-enter_1f0r9_9{opacity:0}._fade-enter-to_1f0r9_13{opacity:1}._fade-enter-active_1f0r9_17{transition:all .5s ease}._fade-leave_1f0r9_21{opacity:0}._fade-leave-active_1f0r9_25{transition:all .5s ease}._o-icon--danger_1f0r9_29,._o-field__message-danger_1f0r9_30{color:#f5222d!important}._o-input--danger_1f0r9_34{border-color:#f5222d!important}._o-field__label_1f0r9_38{text-align:left}._o-field_1f0r9_30 ._o-field_1f0r9_30{margin-bottom:0}._o-table_1f0r9_46{border-collapse:collapse}._o-table__wrapper--mobile_1f0r9_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1f0r9_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._drawer-switch-input_1f0r9_71{width:fit-content}._drawer-switch-input_1f0r9_71 ._tab-items_1f0r9_74{border:1px solid #d9d9d9;border-radius:4px}._drawer-switch-input_1f0r9_71 ._tab-items_1f0r9_74 a{display:inline-block;line-height:normal;height:30px;padding:5px 16px;color:#595959;text-decoration:none;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;transition:background-color .25s linear}._drawer-switch-input_1f0r9_71 ._tab-items_1f0r9_74 a._active_1f0r9_92,._drawer-switch-input_1f0r9_71 ._tab-items_1f0r9_74 a:hover{color:#fff;background:#004d69}._drawer-switch-input_1f0r9_71 ._tab-items_1f0r9_74 a:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}._drawer-switch-input_1f0r9_71 ._tab-items_1f0r9_74 a:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px}.input-handler[data-v-d8a996de]{position:relative}a[data-v-f4367d37]:hover{cursor:pointer}button[data-v-f4367d37]{outline:none}.fade-enter[data-v-f4367d37]{opacity:0}.fade-enter-to[data-v-f4367d37]{opacity:1}.fade-enter-active[data-v-f4367d37]{transition:all .5s ease}.fade-leave[data-v-f4367d37]{opacity:0}.fade-leave-active[data-v-f4367d37]{transition:all .5s ease}.o-icon--danger[data-v-f4367d37],.o-field__message-danger[data-v-f4367d37]{color:#f5222d!important}.o-input--danger[data-v-f4367d37]{border-color:#f5222d!important}.o-field__label[data-v-f4367d37]{text-align:left}.o-field .o-field[data-v-f4367d37]{margin-bottom:0}.o-table[data-v-f4367d37]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-f4367d37]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-f4367d37]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-f4367d37]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.maxta-popup[data-v-f4367d37]{display:flex;flex-direction:column;position:absolute;z-index:15;top:calc(-115px + 50%);left:calc(49% - 130px);width:240px;height:104px;border-radius:4px;background-color:#fff;box-shadow:2px 2px 20px #595959;padding:12px 16px}.maxta-popup .maxta-popup-content[data-v-f4367d37]{display:inline-flex;flex:1;justify-content:center;align-items:flex-start;white-space:break-spaces}.maxta-popup .maxta-popup-content img[data-v-f4367d37]{margin-right:8px;margin-top:5px}.maxta-popup .maxta-popup-content p[data-v-f4367d37]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959}.maxta-popup .maxta-popup-controls[data-v-f4367d37]{margin-top:8px;display:inline-flex;width:100%;justify-content:flex-end}.maxta-popup .maxta-popup-controls .no-button[data-v-f4367d37]{min-height:24px;max-height:24px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959;margin-right:16px;margin-bottom:0}.maxta-popup .maxta-popup-controls .no-button p[data-v-f4367d37]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.maxta-popup .maxta-popup-controls .no-button[data-v-f4367d37]:hover:not(:disabled){border-color:#007ba6;color:#007ba6}.maxta-popup .maxta-popup-controls .no-button[data-v-f4367d37]:focus:not(:disabled){border-color:#007ba6;color:#007ba6}.maxta-popup .maxta-popup-controls .no-button[data-v-f4367d37]:active:not(:disabled){border-color:#004d69;color:#004d69}.maxta-popup .maxta-popup-controls .no-button[data-v-f4367d37]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.maxta-popup .maxta-popup-controls .yes-button[data-v-f4367d37]{min-height:24px;max-height:24px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;margin-bottom:0}.maxta-popup .maxta-popup-controls .yes-button p[data-v-f4367d37]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.maxta-popup .maxta-popup-controls .yes-button[data-v-f4367d37]:hover:not(:disabled){background:#007ba6;color:#fff}.maxta-popup .maxta-popup-controls .yes-button[data-v-f4367d37]:focus:not(:disabled){background:#007ba6;color:#fff}.maxta-popup .maxta-popup-controls .yes-button[data-v-f4367d37]:active:not(:disabled){background:#004d69;color:#fff}.maxta-popup .maxta-popup-controls .yes-button[data-v-f4367d37]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.maxta-popup[data-v-f4367d37]:after{content:" ";position:relative;left:91.5px;width:0;height:0;border-left:25px solid transparent;border-right:25px solid transparent;border-top:25px solid #ffffff}.rockray-portal .maxta-popup .no-button[data-v-f4367d37],.rockray-portal .maxta-popup .no-button[data-v-f4367d37]:hover{color:#fff!important}.petra-slider.o-slide--disabled{opacity:.4}.petra-slider .o-slide__track{border-radius:16px;border:1px solid #d9d9d9;background:none}.petra-slider .o-slide__thumb{border-radius:50%}.petra-slider .o-slide__fill,.petra-slider .o-slide__thumb--dragging{background:#d9d9d9}.petra-slider .o-tip__content{background:#d9d9d9;padding-left:4px;padding-right:4px}.petra-slider .o-tip__arrow{color:#d9d9d9}.o-modal__content{width:100%}.modal-background[data-v-894d1a43]{background-color:#59595954!important}.modal-content[data-v-894d1a43]{border-radius:2px}.petra-modal[data-v-894d1a43]{background:#fff;color:#262626}.petra-modal .petra-modal-header-wrap[data-v-894d1a43],.petra-modal .petra-modal-footer-wrap[data-v-894d1a43]{min-height:54px;border-bottom:1px solid #d9d9d9;padding:16px;display:grid;grid-template-columns:auto 25px}.petra-modal .petra-modal-header-wrap .petra-modal-header[data-v-894d1a43],.petra-modal .petra-modal-footer-wrap .petra-modal-header[data-v-894d1a43]{font-size:16px;line-height:24px}.petra-modal .petra-modal-header-wrap .petra-modal-close[data-v-894d1a43],.petra-modal .petra-modal-footer-wrap .petra-modal-close[data-v-894d1a43]{background:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.91031%206L11.5246%200.499805C11.6019%200.408399%2011.5369%200.269531%2011.4173%200.269531H10.0146C9.93199%200.269531%209.85288%200.306445%209.79839%200.369727L5.99273%204.90664L2.18706%200.369727C2.13433%200.306445%202.05523%200.269531%201.97085%200.269531H0.568119C0.448588%200.269531%200.383548%200.408399%200.460892%200.499805L5.07515%206L0.460892%2011.5002C0.443566%2011.5206%200.432451%2011.5455%200.428866%2011.572C0.425281%2011.5985%200.429376%2011.6255%200.440666%2011.6497C0.451955%2011.674%200.469966%2011.6945%200.492558%2011.7088C0.515149%2011.7231%200.541374%2011.7306%200.568119%2011.7305H1.97085C2.05347%2011.7305%202.13257%2011.6936%202.18706%2011.6303L5.99273%207.09336L9.79839%2011.6303C9.85113%2011.6936%209.93023%2011.7305%2010.0146%2011.7305H11.4173C11.5369%2011.7305%2011.6019%2011.5916%2011.5246%2011.5002L6.91031%206Z'%20fill='%23262626'/%3e%3c/svg%3e") no-repeat center}.petra-modal .petra-modal-header-wrap .petra-modal-close[data-v-894d1a43]:hover,.petra-modal .petra-modal-footer-wrap .petra-modal-close[data-v-894d1a43]:hover{cursor:pointer}.petra-modal .petra-modal-body[data-v-894d1a43]{padding:16px;font-size:14px;line-height:22px}.petra-modal .petra-modal-footer-wrap[data-v-894d1a43]{border-top:1px solid #d9d9d9;grid-template-columns:auto;align-items:center;padding:8px 16px}a[data-v-82aa8c89]:hover{cursor:pointer}button[data-v-82aa8c89]{outline:none}.fade-enter[data-v-82aa8c89]{opacity:0}.fade-enter-to[data-v-82aa8c89]{opacity:1}.fade-enter-active[data-v-82aa8c89]{transition:all .5s ease}.fade-leave[data-v-82aa8c89]{opacity:0}.fade-leave-active[data-v-82aa8c89]{transition:all .5s ease}.o-icon--danger[data-v-82aa8c89],.o-field__message-danger[data-v-82aa8c89]{color:#f5222d!important}.o-input--danger[data-v-82aa8c89]{border-color:#f5222d!important}.o-field__label[data-v-82aa8c89]{text-align:left}.o-field .o-field[data-v-82aa8c89]{margin-bottom:0}.o-table[data-v-82aa8c89]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-82aa8c89]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-82aa8c89]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-82aa8c89]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.dot-loader[data-v-82aa8c89]{position:relative;left:calc(50% - 25px);top:calc(50% - 25px)}@keyframes spin-82aa8c89{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(360deg)}}.dot-loader .dot-loader-container[data-v-82aa8c89]{display:flex;flex-direction:row;flex-wrap:wrap;width:50px;height:50px;max-height:50px;max-width:50px;animation:spin-82aa8c89 1.5s linear 0s infinite}.dot-loader .dot-loader-container .dot-loader-dot[data-v-82aa8c89]{width:16px;height:16px;min-width:16px;min-height:16px;margin:4px;background:#fff;border-radius:8px}.dot-loader.dark .dot-loader-dot[data-v-82aa8c89]{background:#8c8c8c}.dot-loader-container .dot-loader-dot[data-v-82aa8c89]:nth-child(1){filter:brightness(105%);transform:scale(.9)}.dot-loader-container .dot-loader-dot[data-v-82aa8c89]:nth-child(2){filter:brightness(110%);transform:scale(.8)}.dot-loader-container .dot-loader-dot[data-v-82aa8c89]:nth-child(3){filter:brightness(115%);transform:scale(.7)}.dot-loader-container .dot-loader-dot[data-v-82aa8c89]:nth-child(4){filter:brightness(120%);transform:scale(.6)}._fade-enter_1umlq_9{opacity:0}._fade-enter-to_1umlq_13{opacity:1}._fade-enter-active_1umlq_17{transition:all .5s ease}._fade-leave_1umlq_21{opacity:0}._fade-leave-active_1umlq_25{transition:all .5s ease}._o-icon--danger_1umlq_29,._o-field__message-danger_1umlq_30{color:#f5222d!important}._o-input--danger_1umlq_34{border-color:#f5222d!important}._o-field__label_1umlq_38{text-align:left}._o-field_1umlq_30 ._o-field_1umlq_30{margin-bottom:0}._o-table_1umlq_46{border-collapse:collapse}._o-table__wrapper--mobile_1umlq_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1umlq_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_1umlq_70{text-align:center;overflow:hidden;height:100%}._wrap_1umlq_70 .load{color:#8c8c8c}a[data-v-d399be4e]:hover{cursor:pointer}button[data-v-d399be4e]{outline:none}.o-icon--danger[data-v-d399be4e],.o-field__message-danger[data-v-d399be4e]{color:#f5222d!important}.o-input--danger[data-v-d399be4e]{border-color:#f5222d!important}.o-field__label[data-v-d399be4e]{text-align:left}.o-field .o-field[data-v-d399be4e]{margin-bottom:0}.o-table[data-v-d399be4e]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-d399be4e]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-d399be4e]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-d399be4e]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.banner[data-v-d399be4e]{width:100%;min-height:40px;display:grid;align-items:center;grid-template-columns:auto 25px;border-style:solid;border-radius:2px;border-width:1px;margin-bottom:16px;padding:0 8px 0 40px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959;background-position:16px center;background-repeat:no-repeat}.banner.info[data-v-d399be4e]{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%200C3.13438%200%200%203.13438%200%207C0%2010.8656%203.13438%2014%207%2014C10.8656%2014%2014%2010.8656%2014%207C14%203.13438%2010.8656%200%207%200ZM7.5%2010.375C7.5%2010.4438%207.44375%2010.5%207.375%2010.5H6.625C6.55625%2010.5%206.5%2010.4438%206.5%2010.375V6.125C6.5%206.05625%206.55625%206%206.625%206H7.375C7.44375%206%207.5%206.05625%207.5%206.125V10.375ZM7%205C6.80374%204.99599%206.61687%204.91522%206.47948%204.775C6.3421%204.63478%206.26515%204.4463%206.26515%204.25C6.26515%204.0537%206.3421%203.86522%206.47948%203.725C6.61687%203.58478%206.80374%203.50401%207%203.5C7.19626%203.50401%207.38313%203.58478%207.52052%203.725C7.6579%203.86522%207.73485%204.0537%207.73485%204.25C7.73485%204.4463%207.6579%204.63478%207.52052%204.775C7.38313%204.91522%207.19626%204.99599%207%205Z'%20fill='%2300678C'/%3e%3c/svg%3e");background-color:#daeff5;border-color:#86cee7}.banner.warning[data-v-d399be4e]{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%200C3.13438%200%200%203.13438%200%207C0%2010.8656%203.13438%2014%207%2014C10.8656%2014%2014%2010.8656%2014%207C14%203.13438%2010.8656%200%207%200ZM6.5%203.625C6.5%203.55625%206.55625%203.5%206.625%203.5H7.375C7.44375%203.5%207.5%203.55625%207.5%203.625V7.875C7.5%207.94375%207.44375%208%207.375%208H6.625C6.55625%208%206.5%207.94375%206.5%207.875V3.625ZM7%2010.5C6.80374%2010.496%206.61687%2010.4152%206.47948%2010.275C6.3421%2010.1348%206.26515%209.9463%206.26515%209.75C6.26515%209.5537%206.3421%209.36522%206.47948%209.225C6.61687%209.08478%206.80374%209.00401%207%209C7.19626%209.00401%207.38313%209.08478%207.52052%209.225C7.6579%209.36522%207.73485%209.5537%207.73485%209.75C7.73485%209.9463%207.6579%2010.1348%207.52052%2010.275C7.38313%2010.4152%207.19626%2010.496%207%2010.5Z'%20fill='%23FAAD14'/%3e%3c/svg%3e");background-color:#fffbe6;border-color:#ffe58f}.banner.danger[data-v-d399be4e]{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%200C3.13438%200%200%203.13438%200%207C0%2010.8656%203.13438%2014%207%2014C10.8656%2014%2014%2010.8656%2014%207C14%203.13438%2010.8656%200%207%200ZM9.58438%209.65938L8.55313%209.65469L7%207.80313L5.44844%209.65312L4.41563%209.65781C4.34688%209.65781%204.29063%209.60312%204.29063%209.53281C4.29063%209.50313%204.30156%209.475%204.32031%209.45156L6.35313%207.02969L4.32031%204.60938C4.30143%204.58647%204.29096%204.5578%204.29063%204.52812C4.29063%204.45937%204.34688%204.40312%204.41563%204.40312L5.44844%204.40781L7%206.25938L8.55156%204.40938L9.58281%204.40469C9.65156%204.40469%209.70781%204.45937%209.70781%204.52969C9.70781%204.55937%209.69688%204.5875%209.67813%204.61094L7.64844%207.03125L9.67969%209.45312C9.69844%209.47656%209.70938%209.50469%209.70938%209.53438C9.70938%209.60313%209.65313%209.65938%209.58438%209.65938Z'%20fill='%23F5222D'/%3e%3c/svg%3e");background-color:#fff1f0;border-color:#ffa39e}.banner.success[data-v-d399be4e]{background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%200C3.13438%200%200%203.13438%200%207C0%2010.8656%203.13438%2014%207%2014C10.8656%2014%2014%2010.8656%2014%207C14%203.13438%2010.8656%200%207%200ZM10.0234%204.71406L6.73281%209.27656C6.68682%209.34076%206.62619%209.39306%206.55595%209.42914C6.48571%209.46523%206.40787%209.48405%206.32891%209.48405C6.24994%209.48405%206.17211%209.46523%206.10186%209.42914C6.03162%209.39306%205.97099%209.34076%205.925%209.27656L3.97656%206.57656C3.91719%206.49375%203.97656%206.37813%204.07812%206.37813H4.81094C4.97031%206.37813%205.12187%206.45469%205.21562%206.58594L6.32812%208.12969L8.78438%204.72344C8.87813%204.59375%209.02812%204.51562%209.18906%204.51562H9.92188C10.0234%204.51562%2010.0828%204.63125%2010.0234%204.71406Z'%20fill='%2352C41A'/%3e%3c/svg%3e");background-color:#f6ffed;border-color:#b7eb8f}.close[data-v-d399be4e]{display:block;width:25px;height:25px;background:url("data:image/svg+xml,%3csvg%20width='10'%20height='12'%20viewBox='0%200%2010%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.80901%206L9.91057%201.11094C9.97932%201.02969%209.92151%200.90625%209.81526%200.90625H8.56839C8.49495%200.90625%208.42464%200.939062%208.3762%200.995312L4.99339%205.02813L1.61057%200.995312C1.5637%200.939062%201.49339%200.90625%201.41839%200.90625H0.171512C0.065262%200.90625%200.00744937%201.02969%200.0761994%201.11094L4.17776%206L0.0761994%2010.8891C0.0607987%2010.9072%200.0509186%2010.9293%200.0477317%2010.9529C0.0445448%2010.9764%200.0481849%2011.0004%200.0582202%2011.022C0.0682556%2011.0435%200.0842646%2011.0617%200.104346%2011.0745C0.124428%2011.0872%200.147739%2011.0939%200.171512%2011.0938H1.41839C1.49182%2011.0938%201.56214%2011.0609%201.61057%2011.0047L4.99339%206.97188L8.3762%2011.0047C8.42307%2011.0609%208.49339%2011.0938%208.56839%2011.0938H9.81526C9.92151%2011.0938%209.97932%2010.9703%209.91057%2010.8891L5.80901%206Z'%20fill='%23595959'/%3e%3c/svg%3e") no-repeat center}.close[data-v-d399be4e]:hover{cursor:pointer}.fade-enter[data-v-d399be4e]{opacity:0}.fade-enter-to[data-v-d399be4e]{opacity:1}.fade-enter-active[data-v-d399be4e]{transition:all .5s ease}.fade-leave[data-v-d399be4e]{opacity:0}.fade-leave-active[data-v-d399be4e]{transition:all .5s ease}.PetraTooltip .o-tip__content{background:#262626;color:#fff;border-radius:2px;padding:.35rem .75rem;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.PetraTooltip .o-tip__content.o-tip__content--is-top{top:auto;right:auto;bottom:calc(100% + 7px);left:50%;transform:translate(-50%)}.PetraTooltip .o-tip__content.o-tip__content--is-top .o-tip__arrow--is-top{top:100%;left:50%;transform:translate(-50%);border-top:5px solid #262626;border-right:5px solid transparent;border-left:5px solid transparent}.PetraTooltip .o-tip__content.o-tip__content--is-bottom{bottom:auto;right:auto;top:calc(100% + 7px);left:50%;transform:translate(-50%)}.PetraTooltip .o-tip__content.o-tip__content--is-bottom .o-tip__arrow--is-bottom{bottom:100%;left:50%;transform:translate(-50%);border-bottom:5px solid #262626;border-right:5px solid transparent;border-left:5px solid transparent}.PetraTooltip .o-tip__content.o-tip__content--is-right{top:50%;right:auto;bottom:auto;left:calc(100% + 7px);transform:translateY(-50%)}.PetraTooltip .o-tip__content.o-tip__content--is-right .o-tip__arrow--is-right{inset:50% 100% auto auto;transform:translateY(-50%);border-top:5px solid transparent;border-right:5px solid #262626;border-bottom:5px solid transparent}.PetraTooltip .o-tip__content.o-tip__content--is-left{top:50%;left:auto;bottom:auto;right:calc(100% + 7px);transform:translateY(-50%)}.PetraTooltip .o-tip__content.o-tip__content--is-left .o-tip__arrow--is-left{inset:50% auto auto 100%;transform:translateY(-50%);border-top:5px solid transparent;border-left:5px solid #262626;border-bottom:5px solid transparent}.PetraInactiveAppTooltip{width:230px;min-height:100px;background:#fff;position:absolute;top:-8px;left:155px;padding:5px 0}.PetraInactiveAppTooltip:before{content:"";position:absolute;top:28px;right:100%;transform:translateY(-50%);border-width:10px;border-style:solid;border-color:transparent #ffffff transparent transparent}.PetraInactiveAppTooltip h2{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700}.PetraInactiveAppTooltip p{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.PetraInactiveAppTooltip .PetraInactiveAppTooltip__header{border-bottom:1px solid #d9d9d9;padding-bottom:5px}.PetraInactiveAppTooltip .PetraInactiveAppTooltip__body{padding-top:10px;padding-bottom:10px}.PetraInactiveAppTooltip .PetraInactiveAppTooltip__body a{color:#00678c;text-decoration:none}.PetraInactiveAppTooltip .PetraInactiveAppTooltip__body a:hover{text-decoration:underline}.PetraInactiveAppTooltip .PetraInactiveAppTooltip__header,.PetraInactiveAppTooltip .PetraInactiveAppTooltip__body{padding-left:16px;padding-right:16px}.petra-progress{height:20px;width:100%;background-color:#fff;border-radius:50px}.petra-progress .petra-progress-inner{background-color:#00678c}.label{padding:5px;color:#fff;font-weight:700}a[data-v-384da1a9]:hover{cursor:pointer}button[data-v-384da1a9]{outline:none}.fade-enter[data-v-384da1a9]{opacity:0}.fade-enter-to[data-v-384da1a9]{opacity:1}.fade-enter-active[data-v-384da1a9]{transition:all .5s ease}.fade-leave[data-v-384da1a9]{opacity:0}.fade-leave-active[data-v-384da1a9]{transition:all .5s ease}.o-icon--danger[data-v-384da1a9],.o-field__message-danger[data-v-384da1a9]{color:#f5222d!important}.o-input--danger[data-v-384da1a9]{border-color:#f5222d!important}.o-field__label[data-v-384da1a9]{text-align:left}.o-field .o-field[data-v-384da1a9]{margin-bottom:0}.o-table[data-v-384da1a9]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-384da1a9]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-384da1a9]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-384da1a9]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.circle-loader[data-v-384da1a9]{position:relative;display:flex;margin:auto;min-height:130px;max-height:130px;min-width:130px;max-width:130px;justify-content:center}.circle-loader .inner-circle[data-v-384da1a9]{min-height:104px;max-height:104px;min-width:104px;max-width:104px;background-color:#fff;justify-content:center;align-items:center;display:flex;border-radius:52px;position:absolute;top:8px;z-index:8}.circle-loader .inner-circle p[data-v-384da1a9]{font-family:Helvetica;font-style:normal;font-size:30px;line-height:38px;font-weight:700;text-align:center;color:#595959}.circle-loader .inner-circle .inner-error[data-v-384da1a9]{font-family:Helvetica;font-style:normal;font-size:18px;line-height:22px;font-weight:700;text-align:center;color:#f5222d}.circle-loader .outer-circle-filled[data-v-384da1a9]{min-height:120px;max-height:120px;min-width:120px;max-width:120px;justify-content:center;align-items:center;display:flex;border-radius:60px;position:absolute;top:0;z-index:7}.circle-loader .outer-circle-not-filled[data-v-384da1a9]{min-height:120px;max-height:120px;min-width:120px;max-width:120px;background-color:#f5f5f5;justify-content:center;align-items:center;display:flex;border-radius:60px;position:absolute;top:0;z-index:6}.notify-pr-card-footer{font-family:Helvetica;font-style:normal;font-size:10px;line-height:20px;font-weight:400;cursor:pointer;color:#595959;align-items:center;height:fit-content;display:flex;flex-direction:column}.notify-pr-card-footer:hover{color:#55b6d9}.notify-pr-card-footer:hover .notify-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.1908%2012.5697L3.18457%206.3447L2.54004%205.84314L3.18691%206.34705V18.5627H20.8119V6.34705L12.801%2012.5697C12.5707%2012.7486%2012.2875%2012.8457%2011.9959%2012.8457C11.7043%2012.8457%2011.4211%2012.7486%2011.1908%2012.5697Z'%20fill='%23DAEFF5'/%3e%3cpath%20d='M20.5381%204.65955L21.4592%205.84313L20.8123%206.34703L21.4615%205.84313L20.5404%204.65955H20.5381Z'%20fill='%23DAEFF5'/%3e%3cpath%20d='M21.75%203.75H2.25C1.83516%203.75%201.5%204.08516%201.5%204.5V19.5C1.5%2019.9148%201.83516%2020.25%202.25%2020.25H21.75C22.1648%2020.25%2022.5%2019.9148%2022.5%2019.5V4.5C22.5%204.08516%2022.1648%203.75%2021.75%203.75ZM19.5352%205.43984L12%2011.2969L4.46484%205.43984H19.5352ZM20.8125%206.34687V18.5625H3.1875V6.34687L2.54063%205.84297L3.18516%206.34453L11.1914%2012.5695C11.4217%2012.7484%2011.7049%2012.8455%2011.9965%2012.8455C12.2881%2012.8455%2012.5713%2012.7484%2012.8016%2012.5695L20.8125%206.34687L21.4594%205.84297L20.5383%204.65938H20.5406L21.4617%205.84297L20.8125%206.34687Z'%20fill='%2355B6D9'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat}.notify-pr-card-footer.disabled{color:#bfbfbf}.notify-pr-card-footer.disabled .notify-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.1908%2012.5697L3.18457%206.3447L2.54004%205.84314L3.18691%206.34705V18.5627H20.8119V6.34705L12.801%2012.5697C12.5707%2012.7486%2012.2875%2012.8457%2011.9959%2012.8457C11.7043%2012.8457%2011.4211%2012.7486%2011.1908%2012.5697Z'%20fill='%23F5F5F5'/%3e%3cpath%20d='M20.5381%204.65955L21.4592%205.84313L20.8123%206.34703L21.4615%205.84313L20.5404%204.65955H20.5381Z'%20fill='%23F5F5F5'/%3e%3cpath%20d='M21.75%203.75H2.25C1.83516%203.75%201.5%204.08516%201.5%204.5V19.5C1.5%2019.9148%201.83516%2020.25%202.25%2020.25H21.75C22.1648%2020.25%2022.5%2019.9148%2022.5%2019.5V4.5C22.5%204.08516%2022.1648%203.75%2021.75%203.75ZM19.5352%205.43984L12%2011.2969L4.46484%205.43984H19.5352ZM20.8125%206.34687V18.5625H3.1875V6.34687L2.54063%205.84297L3.18516%206.34453L11.1914%2012.5695C11.4217%2012.7484%2011.7049%2012.8455%2011.9965%2012.8455C12.2881%2012.8455%2012.5713%2012.7484%2012.8016%2012.5695L20.8125%206.34687L21.4594%205.84297L20.5383%204.65938H20.5406L21.4617%205.84297L20.8125%206.34687Z'%20fill='%23BFBFBF'/%3e%3c/svg%3e")}.notify-pr-card-footer.disabled:hover{color:#bfbfbf;cursor:default}.notify-pr-card-footer .notify-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.1908%2012.5697L3.18457%206.3447L2.54004%205.84314L3.18691%206.34705V18.5627H20.8119V6.34705L12.801%2012.5697C12.5707%2012.7486%2012.2875%2012.8457%2011.9959%2012.8457C11.7043%2012.8457%2011.4211%2012.7486%2011.1908%2012.5697Z'%20fill='%23DAEFF5'/%3e%3cpath%20d='M20.5381%204.65955L21.4592%205.84313L20.8123%206.34703L21.4615%205.84313L20.5404%204.65955H20.5381Z'%20fill='%23DAEFF5'/%3e%3cpath%20d='M21.75%203.75H2.25C1.83516%203.75%201.5%204.08516%201.5%204.5V19.5C1.5%2019.9148%201.83516%2020.25%202.25%2020.25H21.75C22.1648%2020.25%2022.5%2019.9148%2022.5%2019.5V4.5C22.5%204.08516%2022.1648%203.75%2021.75%203.75ZM19.5352%205.43984L12%2011.2969L4.46484%205.43984H19.5352ZM20.8125%206.34687V18.5625H3.1875V6.34687L2.54063%205.84297L3.18516%206.34453L11.1914%2012.5695C11.4217%2012.7484%2011.7049%2012.8455%2011.9965%2012.8455C12.2881%2012.8455%2012.5713%2012.7484%2012.8016%2012.5695L20.8125%206.34687L21.4594%205.84297L20.5383%204.65938H20.5406L21.4617%205.84297L20.8125%206.34687Z'%20fill='%2300678C'/%3e%3c/svg%3e");height:24px;width:24px;background-repeat:no-repeat;background-position:center;margin:auto}.download-pr-card-footer{font-family:Helvetica;font-style:normal;font-size:10px;line-height:20px;font-weight:400;cursor:pointer;color:#595959;align-items:center;height:fit-content;display:flex;flex-direction:column}.download-pr-card-footer:hover{color:#55b6d9}.download-pr-card-footer:hover .download-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5602%209.53125L17.6742%209.29688L17.3508%208.44141C17.1492%207.90937%2016.868%207.40781%2016.5141%206.95547C16.1647%206.50716%2015.7508%206.11304%2015.286%205.78594C14.3227%205.10859%2013.1883%204.75%2012.0047%204.75C10.8211%204.75%209.68673%205.10859%208.72345%205.78594C8.25858%206.11301%207.84471%206.50713%207.49533%206.95547C7.14267%207.40548%206.86053%207.90652%206.65861%208.44141L6.33283%209.29922L5.44454%209.53125C4.83122%209.6967%204.2878%2010.056%203.89533%2010.5555C3.49558%2011.0657%203.27927%2011.6956%203.28126%2012.3438C3.28126%2013.1195%203.58361%2013.8508%204.13204%2014.3992C4.68048%2014.9477%205.40939%2015.25%206.18517%2015.25H17.8149C18.5906%2015.25%2019.3195%2014.9477%2019.868%2014.3992C20.1386%2014.1298%2020.3531%2013.8094%2020.4991%2013.4566C20.6451%2013.1038%2020.7198%2012.7256%2020.7188%2012.3438C20.7188%2011.0266%2019.8328%209.87109%2018.5602%209.53125Z'%20fill='%23E2F4FF'/%3e%3cpath%20d='M19.0172%207.81328C17.9438%204.98203%2015.2086%202.96875%2012.0047%202.96875C8.80078%202.96875%206.06563%204.97969%204.99219%207.81094C2.98359%208.33828%201.5%2010.1664%201.5%2012.3438C1.5%2014.9336%203.59766%2017.0312%206.18516%2017.0312H17.8148C20.4023%2017.0312%2022.5%2014.9336%2022.5%2012.3438C22.5%2010.1711%2021.0211%208.34297%2019.0172%207.81328ZM19.868%2014.3992C19.599%2014.6698%2019.2791%2014.8842%2018.9266%2015.0303C18.5742%2015.1763%2018.1963%2015.251%2017.8148%2015.25H6.18516C5.40937%2015.25%204.68047%2014.9477%204.13203%2014.3992C3.86146%2014.1298%203.64696%2013.8094%203.50093%2013.4566C3.3549%2013.1038%203.28024%2012.7256%203.28125%2012.3438C3.28125%2011.6875%203.49453%2011.0711%203.89531%2010.5555C4.28779%2010.056%204.83121%209.6967%205.44453%209.53125L6.33281%209.29922L6.65859%208.44141C6.86016%207.90703%207.14141%207.40781%207.49531%206.95547C7.8447%206.50713%208.25857%206.11301%208.72344%205.78594C9.68672%205.10859%2010.8211%204.75%2012.0047%204.75C13.1883%204.75%2014.3227%205.10859%2015.2859%205.78594C15.7523%206.11406%2016.1648%206.50781%2016.5141%206.95547C16.868%207.40781%2017.1492%207.90938%2017.3508%208.44141L17.6742%209.29688L18.5602%209.53125C19.8328%209.87109%2020.7188%2011.0266%2020.7188%2012.3438C20.7188%2013.1195%2020.4164%2013.8508%2019.868%2014.3992Z'%20fill='%2355B6D9'/%3e%3cpath%20d='M14.4379%2018.8664H12.7012V11C12.7012%2010.8969%2012.6168%2010.8125%2012.5137%2010.8125H11.1074C11.0043%2010.8125%2010.9199%2010.8969%2010.9199%2011V18.8664H9.18788C9.03085%2018.8664%208.94413%2019.0469%209.04022%2019.1687L11.6652%2022.4898C11.6828%2022.5122%2011.7052%2022.5304%2011.7307%2022.5428C11.7563%2022.5553%2011.7844%2022.5618%2011.8129%2022.5618C11.8413%2022.5618%2011.8694%2022.5553%2011.895%2022.5428C11.9206%2022.5304%2011.943%2022.5122%2011.9605%2022.4898L14.5855%2019.1687C14.6816%2019.0469%2014.5949%2018.8664%2014.4379%2018.8664Z'%20fill='%2355B6D9'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat}.download-pr-card-footer.disabled{color:#bfbfbf}.download-pr-card-footer.disabled .download-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5602%209.53125L17.6742%209.29688L17.3508%208.44141C17.1492%207.90937%2016.868%207.40781%2016.5141%206.95547C16.1647%206.50716%2015.7508%206.11304%2015.286%205.78594C14.3227%205.10859%2013.1883%204.75%2012.0047%204.75C10.8211%204.75%209.68673%205.10859%208.72345%205.78594C8.25858%206.11301%207.84471%206.50713%207.49533%206.95547C7.14267%207.40548%206.86053%207.90652%206.65861%208.44141L6.33283%209.29922L5.44454%209.53125C4.83122%209.6967%204.2878%2010.056%203.89533%2010.5555C3.49558%2011.0657%203.27927%2011.6956%203.28126%2012.3438C3.28126%2013.1195%203.58361%2013.8508%204.13204%2014.3992C4.68048%2014.9477%205.40939%2015.25%206.18517%2015.25H17.8149C18.5906%2015.25%2019.3195%2014.9477%2019.868%2014.3992C20.1386%2014.1298%2020.3531%2013.8094%2020.4991%2013.4566C20.6451%2013.1038%2020.7198%2012.7256%2020.7188%2012.3438C20.7188%2011.0266%2019.8328%209.87109%2018.5602%209.53125Z'%20fill='%23F5F5F5'/%3e%3cpath%20d='M19.0172%207.81328C17.9438%204.98203%2015.2086%202.96875%2012.0047%202.96875C8.80078%202.96875%206.06563%204.97969%204.99219%207.81094C2.98359%208.33828%201.5%2010.1664%201.5%2012.3438C1.5%2014.9336%203.59766%2017.0312%206.18516%2017.0312H17.8148C20.4023%2017.0312%2022.5%2014.9336%2022.5%2012.3438C22.5%2010.1711%2021.0211%208.34297%2019.0172%207.81328ZM19.868%2014.3992C19.599%2014.6698%2019.2791%2014.8842%2018.9266%2015.0303C18.5742%2015.1763%2018.1963%2015.251%2017.8148%2015.25H6.18516C5.40937%2015.25%204.68047%2014.9477%204.13203%2014.3992C3.86146%2014.1298%203.64696%2013.8094%203.50093%2013.4566C3.3549%2013.1038%203.28024%2012.7256%203.28125%2012.3438C3.28125%2011.6875%203.49453%2011.0711%203.89531%2010.5555C4.28779%2010.056%204.83121%209.6967%205.44453%209.53125L6.33281%209.29922L6.65859%208.44141C6.86016%207.90703%207.14141%207.40781%207.49531%206.95547C7.8447%206.50713%208.25857%206.11301%208.72344%205.78594C9.68672%205.10859%2010.8211%204.75%2012.0047%204.75C13.1883%204.75%2014.3227%205.10859%2015.2859%205.78594C15.7523%206.11406%2016.1648%206.50781%2016.5141%206.95547C16.868%207.40781%2017.1492%207.90938%2017.3508%208.44141L17.6742%209.29688L18.5602%209.53125C19.8328%209.87109%2020.7188%2011.0266%2020.7188%2012.3438C20.7188%2013.1195%2020.4164%2013.8508%2019.868%2014.3992Z'%20fill='%23BFBFBF'/%3e%3cpath%20d='M14.4379%2018.8664H12.7012V11C12.7012%2010.8969%2012.6168%2010.8125%2012.5137%2010.8125H11.1074C11.0043%2010.8125%2010.9199%2010.8969%2010.9199%2011V18.8664H9.18788C9.03085%2018.8664%208.94413%2019.0469%209.04022%2019.1687L11.6652%2022.4898C11.6828%2022.5122%2011.7052%2022.5304%2011.7307%2022.5428C11.7563%2022.5553%2011.7844%2022.5618%2011.8129%2022.5618C11.8413%2022.5618%2011.8694%2022.5553%2011.895%2022.5428C11.9206%2022.5304%2011.943%2022.5122%2011.9605%2022.4898L14.5855%2019.1687C14.6816%2019.0469%2014.5949%2018.8664%2014.4379%2018.8664Z'%20fill='%23BFBFBF'/%3e%3c/svg%3e")}.download-pr-card-footer.disabled:hover{color:#bfbfbf;cursor:default}.download-pr-card-footer .download-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.5602%209.53125L17.6742%209.29688L17.3508%208.44141C17.1492%207.90937%2016.868%207.40781%2016.5141%206.95547C16.1647%206.50716%2015.7508%206.11304%2015.286%205.78594C14.3227%205.10859%2013.1883%204.75%2012.0047%204.75C10.8211%204.75%209.68673%205.10859%208.72345%205.78594C8.25858%206.11301%207.84471%206.50713%207.49533%206.95547C7.14267%207.40548%206.86053%207.90652%206.65861%208.44141L6.33283%209.29922L5.44454%209.53125C4.83122%209.6967%204.2878%2010.056%203.89533%2010.5555C3.49558%2011.0657%203.27927%2011.6956%203.28126%2012.3438C3.28126%2013.1195%203.58361%2013.8508%204.13204%2014.3992C4.68048%2014.9477%205.40939%2015.25%206.18517%2015.25H17.8149C18.5906%2015.25%2019.3195%2014.9477%2019.868%2014.3992C20.1386%2014.1298%2020.3531%2013.8094%2020.4991%2013.4566C20.6451%2013.1038%2020.7198%2012.7256%2020.7188%2012.3438C20.7188%2011.0266%2019.8328%209.87109%2018.5602%209.53125Z'%20fill='%23E2F4FF'/%3e%3cpath%20d='M19.0172%207.81328C17.9438%204.98203%2015.2086%202.96875%2012.0047%202.96875C8.80078%202.96875%206.06563%204.97969%204.99219%207.81094C2.98359%208.33828%201.5%2010.1664%201.5%2012.3438C1.5%2014.9336%203.59766%2017.0312%206.18516%2017.0312H17.8148C20.4023%2017.0312%2022.5%2014.9336%2022.5%2012.3438C22.5%2010.1711%2021.0211%208.34297%2019.0172%207.81328ZM19.868%2014.3992C19.599%2014.6698%2019.2791%2014.8842%2018.9266%2015.0303C18.5742%2015.1763%2018.1963%2015.251%2017.8148%2015.25H6.18516C5.40937%2015.25%204.68047%2014.9477%204.13203%2014.3992C3.86146%2014.1298%203.64696%2013.8094%203.50093%2013.4566C3.3549%2013.1038%203.28024%2012.7256%203.28125%2012.3438C3.28125%2011.6875%203.49453%2011.0711%203.89531%2010.5555C4.28779%2010.056%204.83121%209.6967%205.44453%209.53125L6.33281%209.29922L6.65859%208.44141C6.86016%207.90703%207.14141%207.40781%207.49531%206.95547C7.8447%206.50713%208.25857%206.11301%208.72344%205.78594C9.68672%205.10859%2010.8211%204.75%2012.0047%204.75C13.1883%204.75%2014.3227%205.10859%2015.2859%205.78594C15.7523%206.11406%2016.1648%206.50781%2016.5141%206.95547C16.868%207.40781%2017.1492%207.90938%2017.3508%208.44141L17.6742%209.29688L18.5602%209.53125C19.8328%209.87109%2020.7188%2011.0266%2020.7188%2012.3438C20.7188%2013.1195%2020.4164%2013.8508%2019.868%2014.3992Z'%20fill='%230064A6'/%3e%3cpath%20d='M14.4379%2018.8664H12.7012V11C12.7012%2010.8969%2012.6168%2010.8125%2012.5137%2010.8125H11.1074C11.0043%2010.8125%2010.9199%2010.8969%2010.9199%2011V18.8664H9.18788C9.03085%2018.8664%208.94413%2019.0469%209.04022%2019.1687L11.6652%2022.4898C11.6828%2022.5122%2011.7052%2022.5304%2011.7307%2022.5428C11.7563%2022.5553%2011.7844%2022.5618%2011.8129%2022.5618C11.8413%2022.5618%2011.8694%2022.5553%2011.895%2022.5428C11.9206%2022.5304%2011.943%2022.5122%2011.9605%2022.4898L14.5855%2019.1687C14.6816%2019.0469%2014.5949%2018.8664%2014.4379%2018.8664Z'%20fill='%230064A6'/%3e%3c/svg%3e");height:24px;width:24px;background-repeat:no-repeat;background-position:center;margin:auto}.details-pr-card-footer{font-family:Helvetica;font-style:normal;font-size:10px;line-height:20px;font-weight:400;cursor:pointer;color:#595959;align-items:center;height:fit-content;display:flex;flex-direction:column}.details-pr-card-footer:hover{color:#55b6d9}.details-pr-card-footer:hover .details-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.625%202.625H3.375C2.96016%202.625%202.625%202.96016%202.625%203.375V20.625C2.625%2021.0398%202.96016%2021.375%203.375%2021.375H20.625C21.0398%2021.375%2021.375%2021.0398%2021.375%2020.625V3.375C21.375%202.96016%2021.0398%202.625%2020.625%202.625ZM19.6875%2019.6875H4.3125V4.3125H19.6875V19.6875Z'%20fill='%2355B6D9'/%3e%3cpath%20d='M4.3125%2019.6875H19.6875V4.3125H4.3125V19.6875ZM11.3438%208.0625C11.3438%207.95937%2011.4281%207.875%2011.5312%207.875H15.8438C15.9469%207.875%2016.0312%207.95937%2016.0312%208.0625V9.1875C16.0312%209.29063%2015.9469%209.375%2015.8438%209.375H11.5312C11.4281%209.375%2011.3438%209.29063%2011.3438%209.1875V8.0625ZM11.3438%2011.4375C11.3438%2011.3344%2011.4281%2011.25%2011.5312%2011.25H15.8438C15.9469%2011.25%2016.0312%2011.3344%2016.0312%2011.4375V12.5625C16.0312%2012.6656%2015.9469%2012.75%2015.8438%2012.75H11.5312C11.4281%2012.75%2011.3438%2012.6656%2011.3438%2012.5625V11.4375ZM11.3438%2014.8125C11.3438%2014.7094%2011.4281%2014.625%2011.5312%2014.625H15.8438C15.9469%2014.625%2016.0312%2014.7094%2016.0312%2014.8125V15.9375C16.0312%2016.0406%2015.9469%2016.125%2015.8438%2016.125H11.5312C11.4281%2016.125%2011.3438%2016.0406%2011.3438%2015.9375V14.8125ZM8.90625%207.6875C9.42422%207.6875%209.84375%208.10703%209.84375%208.625C9.84375%209.14297%209.42422%209.5625%208.90625%209.5625C8.38828%209.5625%207.96875%209.14297%207.96875%208.625C7.96875%208.10703%208.38828%207.6875%208.90625%207.6875ZM8.90625%2011.0625C9.42422%2011.0625%209.84375%2011.482%209.84375%2012C9.84375%2012.518%209.42422%2012.9375%208.90625%2012.9375C8.38828%2012.9375%207.96875%2012.518%207.96875%2012C7.96875%2011.482%208.38828%2011.0625%208.90625%2011.0625ZM8.90625%2014.4375C9.42422%2014.4375%209.84375%2014.857%209.84375%2015.375C9.84375%2015.893%209.42422%2016.3125%208.90625%2016.3125C8.38828%2016.3125%207.96875%2015.893%207.96875%2015.375C7.96875%2014.857%208.38828%2014.4375%208.90625%2014.4375Z'%20fill='%23DAEFF5'/%3e%3cpath%20d='M7.96875%2015.375C7.96875%2015.6236%208.06752%2015.8621%208.24334%2016.0379C8.41915%2016.2137%208.65761%2016.3125%208.90625%2016.3125C9.15489%2016.3125%209.39335%2016.2137%209.56916%2016.0379C9.74498%2015.8621%209.84375%2015.6236%209.84375%2015.375C9.84375%2015.1264%209.74498%2014.8879%209.56916%2014.7121C9.39335%2014.5363%209.15489%2014.4375%208.90625%2014.4375C8.65761%2014.4375%208.41915%2014.5363%208.24334%2014.7121C8.06752%2014.8879%207.96875%2015.1264%207.96875%2015.375ZM7.96875%2012C7.96875%2012.2486%208.06752%2012.4871%208.24334%2012.6629C8.41915%2012.8387%208.65761%2012.9375%208.90625%2012.9375C9.15489%2012.9375%209.39335%2012.8387%209.56916%2012.6629C9.74498%2012.4871%209.84375%2012.2486%209.84375%2012C9.84375%2011.7514%209.74498%2011.5129%209.56916%2011.3371C9.39335%2011.1613%209.15489%2011.0625%208.90625%2011.0625C8.65761%2011.0625%208.41915%2011.1613%208.24334%2011.3371C8.06752%2011.5129%207.96875%2011.7514%207.96875%2012ZM7.96875%208.625C7.96875%208.87364%208.06752%209.1121%208.24334%209.28791C8.41915%209.46373%208.65761%209.5625%208.90625%209.5625C9.15489%209.5625%209.39335%209.46373%209.56916%209.28791C9.74498%209.1121%209.84375%208.87364%209.84375%208.625C9.84375%208.37636%209.74498%208.1379%209.56916%207.96209C9.39335%207.78627%209.15489%207.6875%208.90625%207.6875C8.65761%207.6875%208.41915%207.78627%208.24334%207.96209C8.06752%208.1379%207.96875%208.37636%207.96875%208.625ZM11.5312%2016.125H15.8438C15.9469%2016.125%2016.0312%2016.0406%2016.0312%2015.9375V14.8125C16.0312%2014.7094%2015.9469%2014.625%2015.8438%2014.625H11.5312C11.4281%2014.625%2011.3438%2014.7094%2011.3438%2014.8125V15.9375C11.3438%2016.0406%2011.4281%2016.125%2011.5312%2016.125ZM11.5312%2012.75H15.8438C15.9469%2012.75%2016.0312%2012.6656%2016.0312%2012.5625V11.4375C16.0312%2011.3344%2015.9469%2011.25%2015.8438%2011.25H11.5312C11.4281%2011.25%2011.3438%2011.3344%2011.3438%2011.4375V12.5625C11.3438%2012.6656%2011.4281%2012.75%2011.5312%2012.75ZM11.5312%209.375H15.8438C15.9469%209.375%2016.0312%209.29062%2016.0312%209.1875V8.0625C16.0312%207.95937%2015.9469%207.875%2015.8438%207.875H11.5312C11.4281%207.875%2011.3438%207.95937%2011.3438%208.0625V9.1875C11.3438%209.29062%2011.4281%209.375%2011.5312%209.375Z'%20fill='%2355B6D9'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat}.details-pr-card-footer.disabled{color:#bfbfbf}.details-pr-card-footer.disabled .details-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.625%202.625H3.375C2.96016%202.625%202.625%202.96016%202.625%203.375V20.625C2.625%2021.0398%202.96016%2021.375%203.375%2021.375H20.625C21.0398%2021.375%2021.375%2021.0398%2021.375%2020.625V3.375C21.375%202.96016%2021.0398%202.625%2020.625%202.625ZM19.6875%2019.6875H4.3125V4.3125H19.6875V19.6875Z'%20fill='%23BFBFBF'/%3e%3cpath%20d='M4.3125%2019.6875H19.6875V4.3125H4.3125V19.6875ZM11.3438%208.0625C11.3438%207.95937%2011.4281%207.875%2011.5312%207.875H15.8438C15.9469%207.875%2016.0312%207.95937%2016.0312%208.0625V9.1875C16.0312%209.29063%2015.9469%209.375%2015.8438%209.375H11.5312C11.4281%209.375%2011.3438%209.29063%2011.3438%209.1875V8.0625ZM11.3438%2011.4375C11.3438%2011.3344%2011.4281%2011.25%2011.5312%2011.25H15.8438C15.9469%2011.25%2016.0312%2011.3344%2016.0312%2011.4375V12.5625C16.0312%2012.6656%2015.9469%2012.75%2015.8438%2012.75H11.5312C11.4281%2012.75%2011.3438%2012.6656%2011.3438%2012.5625V11.4375ZM11.3438%2014.8125C11.3438%2014.7094%2011.4281%2014.625%2011.5312%2014.625H15.8438C15.9469%2014.625%2016.0312%2014.7094%2016.0312%2014.8125V15.9375C16.0312%2016.0406%2015.9469%2016.125%2015.8438%2016.125H11.5312C11.4281%2016.125%2011.3438%2016.0406%2011.3438%2015.9375V14.8125ZM8.90625%207.6875C9.42422%207.6875%209.84375%208.10703%209.84375%208.625C9.84375%209.14297%209.42422%209.5625%208.90625%209.5625C8.38828%209.5625%207.96875%209.14297%207.96875%208.625C7.96875%208.10703%208.38828%207.6875%208.90625%207.6875ZM8.90625%2011.0625C9.42422%2011.0625%209.84375%2011.482%209.84375%2012C9.84375%2012.518%209.42422%2012.9375%208.90625%2012.9375C8.38828%2012.9375%207.96875%2012.518%207.96875%2012C7.96875%2011.482%208.38828%2011.0625%208.90625%2011.0625ZM8.90625%2014.4375C9.42422%2014.4375%209.84375%2014.857%209.84375%2015.375C9.84375%2015.893%209.42422%2016.3125%208.90625%2016.3125C8.38828%2016.3125%207.96875%2015.893%207.96875%2015.375C7.96875%2014.857%208.38828%2014.4375%208.90625%2014.4375Z'%20fill='%23F5F5F5'/%3e%3cpath%20d='M7.96875%2015.375C7.96875%2015.6236%208.06752%2015.8621%208.24334%2016.0379C8.41915%2016.2137%208.65761%2016.3125%208.90625%2016.3125C9.15489%2016.3125%209.39335%2016.2137%209.56916%2016.0379C9.74498%2015.8621%209.84375%2015.6236%209.84375%2015.375C9.84375%2015.1264%209.74498%2014.8879%209.56916%2014.7121C9.39335%2014.5363%209.15489%2014.4375%208.90625%2014.4375C8.65761%2014.4375%208.41915%2014.5363%208.24334%2014.7121C8.06752%2014.8879%207.96875%2015.1264%207.96875%2015.375V15.375ZM7.96875%2012C7.96875%2012.2486%208.06752%2012.4871%208.24334%2012.6629C8.41915%2012.8387%208.65761%2012.9375%208.90625%2012.9375C9.15489%2012.9375%209.39335%2012.8387%209.56916%2012.6629C9.74498%2012.4871%209.84375%2012.2486%209.84375%2012C9.84375%2011.7514%209.74498%2011.5129%209.56916%2011.3371C9.39335%2011.1613%209.15489%2011.0625%208.90625%2011.0625C8.65761%2011.0625%208.41915%2011.1613%208.24334%2011.3371C8.06752%2011.5129%207.96875%2011.7514%207.96875%2012ZM7.96875%208.625C7.96875%208.87364%208.06752%209.1121%208.24334%209.28791C8.41915%209.46373%208.65761%209.5625%208.90625%209.5625C9.15489%209.5625%209.39335%209.46373%209.56916%209.28791C9.74498%209.1121%209.84375%208.87364%209.84375%208.625C9.84375%208.37636%209.74498%208.1379%209.56916%207.96209C9.39335%207.78627%209.15489%207.6875%208.90625%207.6875C8.65761%207.6875%208.41915%207.78627%208.24334%207.96209C8.06752%208.1379%207.96875%208.37636%207.96875%208.625V8.625ZM11.5312%2016.125H15.8438C15.9469%2016.125%2016.0312%2016.0406%2016.0312%2015.9375V14.8125C16.0312%2014.7094%2015.9469%2014.625%2015.8438%2014.625H11.5312C11.4281%2014.625%2011.3438%2014.7094%2011.3438%2014.8125V15.9375C11.3438%2016.0406%2011.4281%2016.125%2011.5312%2016.125ZM11.5312%2012.75H15.8438C15.9469%2012.75%2016.0312%2012.6656%2016.0312%2012.5625V11.4375C16.0312%2011.3344%2015.9469%2011.25%2015.8438%2011.25H11.5312C11.4281%2011.25%2011.3438%2011.3344%2011.3438%2011.4375V12.5625C11.3438%2012.6656%2011.4281%2012.75%2011.5312%2012.75ZM11.5312%209.375H15.8438C15.9469%209.375%2016.0312%209.29063%2016.0312%209.1875V8.0625C16.0312%207.95937%2015.9469%207.875%2015.8438%207.875H11.5312C11.4281%207.875%2011.3438%207.95937%2011.3438%208.0625V9.1875C11.3438%209.29063%2011.4281%209.375%2011.5312%209.375Z'%20fill='%23BFBFBF'/%3e%3c/svg%3e")}.details-pr-card-footer.disabled:hover{color:#bfbfbf;cursor:default}.details-pr-card-footer .details-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.625%202.625H3.375C2.96016%202.625%202.625%202.96016%202.625%203.375V20.625C2.625%2021.0398%202.96016%2021.375%203.375%2021.375H20.625C21.0398%2021.375%2021.375%2021.0398%2021.375%2020.625V3.375C21.375%202.96016%2021.0398%202.625%2020.625%202.625ZM19.6875%2019.6875H4.3125V4.3125H19.6875V19.6875Z'%20fill='%2300678C'/%3e%3cpath%20d='M4.3125%2019.6875H19.6875V4.3125H4.3125V19.6875ZM11.3438%208.0625C11.3438%207.95937%2011.4281%207.875%2011.5312%207.875H15.8438C15.9469%207.875%2016.0312%207.95937%2016.0312%208.0625V9.1875C16.0312%209.29063%2015.9469%209.375%2015.8438%209.375H11.5312C11.4281%209.375%2011.3438%209.29063%2011.3438%209.1875V8.0625ZM11.3438%2011.4375C11.3438%2011.3344%2011.4281%2011.25%2011.5312%2011.25H15.8438C15.9469%2011.25%2016.0312%2011.3344%2016.0312%2011.4375V12.5625C16.0312%2012.6656%2015.9469%2012.75%2015.8438%2012.75H11.5312C11.4281%2012.75%2011.3438%2012.6656%2011.3438%2012.5625V11.4375ZM11.3438%2014.8125C11.3438%2014.7094%2011.4281%2014.625%2011.5312%2014.625H15.8438C15.9469%2014.625%2016.0312%2014.7094%2016.0312%2014.8125V15.9375C16.0312%2016.0406%2015.9469%2016.125%2015.8438%2016.125H11.5312C11.4281%2016.125%2011.3438%2016.0406%2011.3438%2015.9375V14.8125ZM8.90625%207.6875C9.42422%207.6875%209.84375%208.10703%209.84375%208.625C9.84375%209.14297%209.42422%209.5625%208.90625%209.5625C8.38828%209.5625%207.96875%209.14297%207.96875%208.625C7.96875%208.10703%208.38828%207.6875%208.90625%207.6875ZM8.90625%2011.0625C9.42422%2011.0625%209.84375%2011.482%209.84375%2012C9.84375%2012.518%209.42422%2012.9375%208.90625%2012.9375C8.38828%2012.9375%207.96875%2012.518%207.96875%2012C7.96875%2011.482%208.38828%2011.0625%208.90625%2011.0625ZM8.90625%2014.4375C9.42422%2014.4375%209.84375%2014.857%209.84375%2015.375C9.84375%2015.893%209.42422%2016.3125%208.90625%2016.3125C8.38828%2016.3125%207.96875%2015.893%207.96875%2015.375C7.96875%2014.857%208.38828%2014.4375%208.90625%2014.4375Z'%20fill='%23DAEFF5'/%3e%3cpath%20d='M7.96875%2015.375C7.96875%2015.6236%208.06752%2015.8621%208.24334%2016.0379C8.41915%2016.2137%208.65761%2016.3125%208.90625%2016.3125C9.15489%2016.3125%209.39335%2016.2137%209.56916%2016.0379C9.74498%2015.8621%209.84375%2015.6236%209.84375%2015.375C9.84375%2015.1264%209.74498%2014.8879%209.56916%2014.7121C9.39335%2014.5363%209.15489%2014.4375%208.90625%2014.4375C8.65761%2014.4375%208.41915%2014.5363%208.24334%2014.7121C8.06752%2014.8879%207.96875%2015.1264%207.96875%2015.375ZM7.96875%2012C7.96875%2012.2486%208.06752%2012.4871%208.24334%2012.6629C8.41915%2012.8387%208.65761%2012.9375%208.90625%2012.9375C9.15489%2012.9375%209.39335%2012.8387%209.56916%2012.6629C9.74498%2012.4871%209.84375%2012.2486%209.84375%2012C9.84375%2011.7514%209.74498%2011.5129%209.56916%2011.3371C9.39335%2011.1613%209.15489%2011.0625%208.90625%2011.0625C8.65761%2011.0625%208.41915%2011.1613%208.24334%2011.3371C8.06752%2011.5129%207.96875%2011.7514%207.96875%2012ZM7.96875%208.625C7.96875%208.87364%208.06752%209.1121%208.24334%209.28791C8.41915%209.46373%208.65761%209.5625%208.90625%209.5625C9.15489%209.5625%209.39335%209.46373%209.56916%209.28791C9.74498%209.1121%209.84375%208.87364%209.84375%208.625C9.84375%208.37636%209.74498%208.1379%209.56916%207.96209C9.39335%207.78627%209.15489%207.6875%208.90625%207.6875C8.65761%207.6875%208.41915%207.78627%208.24334%207.96209C8.06752%208.1379%207.96875%208.37636%207.96875%208.625ZM11.5312%2016.125H15.8438C15.9469%2016.125%2016.0312%2016.0406%2016.0312%2015.9375V14.8125C16.0312%2014.7094%2015.9469%2014.625%2015.8438%2014.625H11.5312C11.4281%2014.625%2011.3438%2014.7094%2011.3438%2014.8125V15.9375C11.3438%2016.0406%2011.4281%2016.125%2011.5312%2016.125ZM11.5312%2012.75H15.8438C15.9469%2012.75%2016.0312%2012.6656%2016.0312%2012.5625V11.4375C16.0312%2011.3344%2015.9469%2011.25%2015.8438%2011.25H11.5312C11.4281%2011.25%2011.3438%2011.3344%2011.3438%2011.4375V12.5625C11.3438%2012.6656%2011.4281%2012.75%2011.5312%2012.75ZM11.5312%209.375H15.8438C15.9469%209.375%2016.0312%209.29062%2016.0312%209.1875V8.0625C16.0312%207.95937%2015.9469%207.875%2015.8438%207.875H11.5312C11.4281%207.875%2011.3438%207.95937%2011.3438%208.0625V9.1875C11.3438%209.29062%2011.4281%209.375%2011.5312%209.375Z'%20fill='%2300678C'/%3e%3c/svg%3e");height:24px;width:24px;background-repeat:no-repeat;background-position:center;margin:auto}.remove-pr-card-footer{font-family:Helvetica;font-style:normal;font-size:10px;line-height:20px;font-weight:400;cursor:pointer;color:#595959;align-items:center;height:fit-content;display:flex;flex-direction:column;position:relative}.remove-pr-card-footer:hover{color:#55b6d9}.remove-pr-card-footer:hover .remove-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.86016%2019.6875H17.1398L17.707%207.6875H6.29297L6.86016%2019.6875Z'%20fill='%23DAEFF5'/%3e%3cpath%20d='M20.25%206H17.25V4.125C17.25%203.29766%2016.5773%202.625%2015.75%202.625H8.25C7.42266%202.625%206.75%203.29766%206.75%204.125V6H3.75C3.33516%206%203%206.33516%203%206.75V7.5C3%207.60313%203.08437%207.6875%203.1875%207.6875H4.60312L5.18203%2019.9453C5.21953%2020.7445%205.88047%2021.375%206.67969%2021.375H17.3203C18.1219%2021.375%2018.7805%2020.7469%2018.818%2019.9453L19.3969%207.6875H20.8125C20.9156%207.6875%2021%207.60313%2021%207.5V6.75C21%206.33516%2020.6648%206%2020.25%206ZM8.4375%204.3125H15.5625V6H8.4375V4.3125ZM17.1398%2019.6875H6.86016L6.29297%207.6875H17.707L17.1398%2019.6875Z'%20fill='%2355B6D9'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat}.remove-pr-card-footer.disabled{color:#bfbfbf}.remove-pr-card-footer.disabled .remove-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.86016%2019.6875H17.1398L17.707%207.6875H6.29297L6.86016%2019.6875Z'%20fill='%23F5F5F5'/%3e%3cpath%20d='M20.25%206H17.25V4.125C17.25%203.29766%2016.5773%202.625%2015.75%202.625H8.25C7.42266%202.625%206.75%203.29766%206.75%204.125V6H3.75C3.33516%206%203%206.33516%203%206.75V7.5C3%207.60313%203.08437%207.6875%203.1875%207.6875H4.60312L5.18203%2019.9453C5.21953%2020.7445%205.88047%2021.375%206.67969%2021.375H17.3203C18.1219%2021.375%2018.7805%2020.7469%2018.818%2019.9453L19.3969%207.6875H20.8125C20.9156%207.6875%2021%207.60313%2021%207.5V6.75C21%206.33516%2020.6648%206%2020.25%206ZM8.4375%204.3125H15.5625V6H8.4375V4.3125ZM17.1398%2019.6875H6.86016L6.29297%207.6875H17.707L17.1398%2019.6875Z'%20fill='%23BFBFBF'/%3e%3c/svg%3e")}.remove-pr-card-footer.disabled:hover{color:#bfbfbf;cursor:default}.remove-pr-card-footer .remove-pr-card-footer-image{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.86016%2019.6875H17.1398L17.707%207.6875H6.29297L6.86016%2019.6875Z'%20fill='%23DAEFF5'/%3e%3cpath%20d='M20.25%206H17.25V4.125C17.25%203.29766%2016.5773%202.625%2015.75%202.625H8.25C7.42266%202.625%206.75%203.29766%206.75%204.125V6H3.75C3.33516%206%203%206.33516%203%206.75V7.5C3%207.60313%203.08437%207.6875%203.1875%207.6875H4.60312L5.18203%2019.9453C5.21953%2020.7445%205.88047%2021.375%206.67969%2021.375H17.3203C18.1219%2021.375%2018.7805%2020.7469%2018.818%2019.9453L19.3969%207.6875H20.8125C20.9156%207.6875%2021%207.60313%2021%207.5V6.75C21%206.33516%2020.6648%206%2020.25%206ZM8.4375%204.3125H15.5625V6H8.4375V4.3125ZM17.1398%2019.6875H6.86016L6.29297%207.6875H17.707L17.1398%2019.6875Z'%20fill='%2300678C'/%3e%3c/svg%3e");height:24px;width:24px;background-repeat:no-repeat;background-position:center;margin:auto}@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-font-weight: initial;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-ease: initial;--tw-leading: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000}}}@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--font-weight-bold: 700;--ease-in-out: cubic-bezier(.4, 0, .2, 1);--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--color-maxta-grey-1: #fff;--color-maxta-grey-4: #e8e8e8;--color-maxta-grey-5: #d9d9d9;--color-maxta-grey-8: #595959}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px){::placeholder{color:currentColor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.fixed{position:fixed}.container{width:100%}@media (min-width: 40rem){.container{max-width:40rem}}@media (min-width: 48rem){.container{max-width:48rem}}@media (min-width: 64rem){.container{max-width:64rem}}@media (min-width: 80rem){.container{max-width:80rem}}@media (min-width: 96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.flex-grow{flex-grow:1}.transform{transform:var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}.\!pl-2{padding-left:calc(var(--spacing) * 2)!important}.\!font-bold{--tw-font-weight: var(--font-weight-bold) !important;font-weight:var(--font-weight-bold)!important}.whitespace-nowrap{white-space:nowrap}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.drop-shadow{--tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));--tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )}.filter{filter:var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.ease-in-out{--tw-ease: var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media (hover: hover){.group-hover\:visible:is(:where(.group):hover *){visibility:visible}}}.tooltip-arrow:after{content:" ";border-style:solid;border-width:5px;border-color:var(--tw-bg-opacity, #595959) transparent transparent transparent;margin-left:-5px;position:absolute;top:100%;left:50%}.wt-card-wrap{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-maxta-grey-5);background-color:var(--color-maxta-grey-1);border-radius:2px;flex-direction:column;min-width:250px;min-height:400px;margin:15px;display:flex}@media (hover: hover){.wt-card-wrap:hover{--tw-shadow: 0 0 0 13px var(--tw-shadow-color, var(--tw-shadow-color));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-shadow-color: #e8e8e8}@supports (color: color-mix(in lab,red,red)){.wt-card-wrap:hover{--tw-shadow-color: color-mix(in oklab, var(--color-maxta-grey-4) var(--tw-shadow-alpha), transparent)}}}.wt-card-banner{z-index:5;cursor:pointer;justify-content:center;align-items:center;width:100%;display:flex}.wt-card-title-wrap{z-index:5;margin-bottom:calc(var(--spacing) * 0);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--color-maxta-grey-5);width:100%;height:40px;padding-block:8px;padding-inline:12px;display:inline-block;position:relative}.wt-card-title-tooltip{z-index:9;background-color:var(--color-maxta-grey-8);text-align:center;white-space:nowrap;width:fit-content;color:var(--color-maxta-grey-1);--tw-shadow: 0px 2px 8px var(--tw-shadow-color, #00000026);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-radius:2px;padding:5px 8px;position:absolute;bottom:100%}@property --tw-font-weight{syntax: "*"; inherits: false}@property --tw-ease{syntax: "*"; inherits: false}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}.petra-drawer-content .context{padding:8px 12px;margin:8px 12px;display:flex;flex-direction:column;flex-grow:1;max-height:80vh;overflow-y:auto;overflow-x:hidden}a[data-v-a6715a37]:hover{cursor:pointer}button[data-v-a6715a37]{outline:none}.fade-enter[data-v-a6715a37]{opacity:0}.fade-enter-to[data-v-a6715a37]{opacity:1}.fade-enter-active[data-v-a6715a37]{transition:all .5s ease}.fade-leave[data-v-a6715a37]{opacity:0}.fade-leave-active[data-v-a6715a37]{transition:all .5s ease}.o-icon--danger[data-v-a6715a37],.o-field__message-danger[data-v-a6715a37]{color:#f5222d!important}.o-input--danger[data-v-a6715a37]{border-color:#f5222d!important}.o-field__label[data-v-a6715a37]{text-align:left}.o-field .o-field[data-v-a6715a37]{margin-bottom:0}.o-table[data-v-a6715a37]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-a6715a37]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-a6715a37]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-a6715a37]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.dummy-card[data-v-a6715a37]{width:250px;height:400px;min-width:250px;min-height:400px;max-height:400px;background-color:#d9d9d9;position:relative;display:flex;justify-content:center;border-radius:2px;box-sizing:border-box;align-items:center;z-index:5;margin:15px}.dummy-card[data-v-a6715a37]:hover{box-shadow:0 0 0 13px #e8e8e8;border-style:dashed;border-width:1px;border-color:#bfbfbf;cursor:pointer}.dummy-card:hover .drop p[data-v-a6715a37]{color:#8c8c8c}.dummy-card:hover .drop .spacer img[data-v-a6715a37]{filter:brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(608%) hue-rotate(169deg) brightness(100%) contrast(84%)}.dummy-card .drop p[data-v-a6715a37]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#bfbfbf}.dummy-card .drop .spacer[data-v-a6715a37]{width:100%;display:flex;justify-content:center}.dummy-card .drop .spacer img[data-v-a6715a37]{filter:brightness(0) saturate(100%) invert(76%) sepia(0%) saturate(1466%) hue-rotate(276deg) brightness(100%) contrast(96%)}.dummy-card-drag[data-v-a6715a37]{box-shadow:0 0 0 13px #e8e8e8;border-style:dashed;border-width:1px;border-color:#bfbfbf}.dummy-card-drag .drop p[data-v-a6715a37]{color:#8c8c8c}.dummy-card-drag .drop .spacer img[data-v-a6715a37]{filter:brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(608%) hue-rotate(169deg) brightness(100%) contrast(84%)}a[data-v-9badf9fe]:hover{cursor:pointer}button[data-v-9badf9fe]{outline:none}.fade-enter[data-v-9badf9fe]{opacity:0}.fade-enter-to[data-v-9badf9fe]{opacity:1}.fade-enter-active[data-v-9badf9fe]{transition:all .5s ease}.fade-leave[data-v-9badf9fe]{opacity:0}.fade-leave-active[data-v-9badf9fe]{transition:all .5s ease}.o-icon--danger[data-v-9badf9fe],.o-field__message-danger[data-v-9badf9fe]{color:#f5222d!important}.o-input--danger[data-v-9badf9fe]{border-color:#f5222d!important}.o-field__label[data-v-9badf9fe]{text-align:left}.o-field .o-field[data-v-9badf9fe]{margin-bottom:0}.o-table[data-v-9badf9fe]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-9badf9fe]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-9badf9fe]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-9badf9fe]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.progressBanner[data-v-9badf9fe]{cursor:default;height:185px;width:100%;z-index:5;display:flex;border-collapse:collapse;border-bottom:1px solid #d9d9d9;justify-content:center;align-items:center}.progressBanner p[data-v-9badf9fe]{text-align:center;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959}.progressBanner p[data-v-9badf9fe]:first-letter{text-transform:capitalize}.progressBanner .error[data-v-9badf9fe]{color:#f5222d}a[data-v-1ce391aa]:hover{cursor:pointer}button[data-v-1ce391aa]{outline:none}.fade-enter[data-v-1ce391aa]{opacity:0}.fade-enter-to[data-v-1ce391aa]{opacity:1}.fade-enter-active[data-v-1ce391aa]{transition:all .5s ease}.fade-leave[data-v-1ce391aa]{opacity:0}.fade-leave-active[data-v-1ce391aa]{transition:all .5s ease}.o-icon--danger[data-v-1ce391aa],.o-field__message-danger[data-v-1ce391aa]{color:#f5222d!important}.o-input--danger[data-v-1ce391aa]{border-color:#f5222d!important}.o-field__label[data-v-1ce391aa]{text-align:left}.o-field .o-field[data-v-1ce391aa]{margin-bottom:0}.o-table[data-v-1ce391aa]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-1ce391aa]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-1ce391aa]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-1ce391aa]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.details[data-v-1ce391aa]{height:120px;width:100%;z-index:5;border-bottom:1px solid #d9d9d9;padding:8px 16px;overflow:hidden}.details div[data-v-1ce391aa]:first-child{display:inline-flex}.details div:first-child p[data-v-1ce391aa]:first-child{margin-right:4px}.details div[data-v-1ce391aa]{display:block;margin-bottom:8px}.details .tag-text[data-v-1ce391aa]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:700;white-space:nowrap}.details .value[data-v-1ce391aa]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.drawerForm-format-field label.label{margin-bottom:2px}.drawerForm-format-field:first-of-type{padding-top:0!important}.petra-drawer-content .drawer-content-title{height:56px;color:#262626;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;box-shadow:inset 0 -1px #d9d9d9;padding:0 24px;display:flex;align-items:center}.petra-drawer-content .geo-drawer{padding:8px 12px;margin:8px 12px;display:flex;flex-direction:column;flex-grow:1;max-height:80vh;overflow-y:auto;overflow-x:hidden}.petra-drawer-content .geo-drawer .o-field{display:block}.petra-drawer-content .context{padding:8px 12px;margin:8px 12px;display:flex;flex-direction:column;flex-grow:1;max-height:80vh;overflow-y:auto}.petra-drawer-content form{padding-top:16px}.petra-drawer-content form:first-child{padding-top:0}.petra-drawer-content form .field{padding-top:16px}.petra-drawer-content form .drawer-checkbox-input input[type=checkbox]:checked+.check{background-size:80%!important;background-position:center!important}.petra-drawer-content form .drawer-checkbox-input .check{border:1px solid #d9d9d9!important;border-radius:2px!important}.context-controls .secondary-button{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959}a[data-v-617d9e60]:hover{cursor:pointer}button[data-v-617d9e60]{outline:none}.fade-enter[data-v-617d9e60]{opacity:0}.fade-enter-to[data-v-617d9e60]{opacity:1}.fade-enter-active[data-v-617d9e60]{transition:all .5s ease}.fade-leave[data-v-617d9e60]{opacity:0}.fade-leave-active[data-v-617d9e60]{transition:all .5s ease}.o-icon--danger[data-v-617d9e60],.o-field__message-danger[data-v-617d9e60]{color:#f5222d!important}.o-input--danger[data-v-617d9e60]{border-color:#f5222d!important}.o-field__label[data-v-617d9e60]{text-align:left}.o-field .o-field[data-v-617d9e60]{margin-bottom:0}.o-table[data-v-617d9e60]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-617d9e60]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-617d9e60]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-617d9e60]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.actions[data-v-617d9e60]{display:inline-flex;width:100%;flex-grow:1;padding:8px 16px;align-items:center;align-content:center}.actions .flex-spacer[data-v-617d9e60]{flex:1}.actions .notify[data-v-617d9e60]{cursor:pointer;font-family:Helvetica;font-style:normal;font-size:10px;line-height:20px;font-weight:400;color:#595959;align-items:center;display:flex;flex-direction:column}.actions .notify[data-v-617d9e60]:hover{color:#00678c}.actions .notify:hover .notify-image[data-v-617d9e60]{filter:saturate(300%)}.actions .notify-image[data-v-617d9e60]{height:24px;width:24px;background-repeat:no-repeat;background-position:center;margin:auto}.actions .remove[data-v-617d9e60]{cursor:pointer;font-family:Helvetica;font-style:normal;font-size:10px;line-height:20px;font-weight:400;color:#595959;align-items:center;position:relative;display:flex;flex-direction:column}.actions .remove[data-v-617d9e60]:hover{color:#00678c}.actions .remove:hover .remove-image[data-v-617d9e60]{filter:saturate(300%)}.actions .remove-image[data-v-617d9e60]{height:24px;width:24px;background-repeat:no-repeat;background-position:top,center;margin:auto}._fade-enter_5npes_9{opacity:0}._fade-enter-to_5npes_13{opacity:1}._fade-enter-active_5npes_17{transition:all .5s ease}._fade-leave_5npes_21{opacity:0}._fade-leave-active_5npes_25{transition:all .5s ease}._o-icon--danger_5npes_29,._o-field__message-danger_5npes_30{color:#f5222d!important}._o-input--danger_5npes_34{border-color:#f5222d!important}._o-field__label_5npes_38{text-align:left}._o-field_5npes_30 ._o-field_5npes_30{margin-bottom:0}._o-table_5npes_46{border-collapse:collapse}._o-table__wrapper--mobile_5npes_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_5npes_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._card_5npes_70 .in-progress-card{width:250px;height:400px;position:relative}._card_5npes_70 .petra-card{margin:15px}._fade-enter_1ge6i_9{opacity:0}._fade-enter-to_1ge6i_13{opacity:1}._fade-enter-active_1ge6i_17{transition:all .5s ease}._fade-leave_1ge6i_21{opacity:0}._fade-leave-active_1ge6i_25{transition:all .5s ease}._o-icon--danger_1ge6i_29,._o-field__message-danger_1ge6i_30{color:#f5222d!important}._o-input--danger_1ge6i_34{border-color:#f5222d!important}._o-field__label_1ge6i_38{text-align:left}._o-field_1ge6i_30 ._o-field_1ge6i_30{margin-bottom:0}._o-table_1ge6i_46{border-collapse:collapse}._o-table__wrapper--mobile_1ge6i_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1ge6i_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._jobBanner_1ge6i_70{cursor:pointer;height:185px;width:100%;z-index:5;display:flex;border-collapse:collapse;border-bottom:1px solid #d9d9d9;justify-content:center;align-items:center}._jobBanner_1ge6i_70:hover{background-color:#007ba6}._jobBanner_1ge6i_70:hover p{color:#fafafa}._jobBanner_1ge6i_70 p{text-align:center;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#00678c}._jobBanner_1ge6i_70 ._error_1ge6i_96{color:#f5222d}.integrity-feedback{display:block!important;background:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.92192%204.51562H9.1891C9.02972%204.51562%208.87816%204.59219%208.78441%204.72344L6.32815%208.12969L5.21565%206.58594C5.1219%206.45625%204.9719%206.37813%204.81096%206.37813H4.07815C3.97658%206.37813%203.91721%206.49375%203.97658%206.57656L5.92346%209.27656C5.96946%209.34076%206.03009%209.39306%206.10033%209.42914C6.17057%209.46523%206.2484%209.48405%206.32737%209.48405C6.40634%209.48405%206.48417%209.46523%206.55441%209.42914C6.62466%209.39306%206.68529%209.34076%206.73128%209.27656L10.0219%204.71406C10.0829%204.63125%2010.0235%204.51562%209.92192%204.51562Z'%20fill='%23A0D911'/%3e%3cpath%20d='M7%200C3.13438%200%200%203.13438%200%207C0%2010.8656%203.13438%2014%207%2014C10.8656%2014%2014%2010.8656%2014%207C14%203.13438%2010.8656%200%207%200ZM7%2012.8125C3.79063%2012.8125%201.1875%2010.2094%201.1875%207C1.1875%203.79063%203.79063%201.1875%207%201.1875C10.2094%201.1875%2012.8125%203.79063%2012.8125%207C12.8125%2010.2094%2010.2094%2012.8125%207%2012.8125Z'%20fill='%23A0D911'/%3e%3c/svg%3e") center left no-repeat;padding-left:18px}.integrity-feedback p{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.integrity-feedback p a{color:#007ba6;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;text-decoration:none}.integrity-feedback p a:hover{color:#00678c}a[data-v-aea90c52]:hover{cursor:pointer}button[data-v-aea90c52]{outline:none}.fade-enter[data-v-aea90c52]{opacity:0}.fade-enter-to[data-v-aea90c52]{opacity:1}.fade-enter-active[data-v-aea90c52]{transition:all .5s ease}.fade-leave[data-v-aea90c52]{opacity:0}.fade-leave-active[data-v-aea90c52]{transition:all .5s ease}.o-icon--danger[data-v-aea90c52],.o-field__message-danger[data-v-aea90c52]{color:#f5222d!important}.o-input--danger[data-v-aea90c52]{border-color:#f5222d!important}.o-field__label[data-v-aea90c52]{text-align:left}.o-field .o-field[data-v-aea90c52]{margin-bottom:0}.o-table[data-v-aea90c52]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-aea90c52]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-aea90c52]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-aea90c52]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.details[data-v-aea90c52]{min-height:120px;width:100%;z-index:5;border-bottom:1px solid #d9d9d9;padding:8px 16px;overflow:hidden}.details[data-v-aea90c52] div:first-child{display:inline-flex}.details[data-v-aea90c52] div:first-child p:first-child{margin-right:4px}.details[data-v-aea90c52] div{display:block;margin-bottom:8px}.details[data-v-aea90c52] .tag-text{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:700;white-space:nowrap}.details[data-v-aea90c52] .value{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._fade-enter_13p1u_9{opacity:0}._fade-enter-to_13p1u_13{opacity:1}._fade-enter-active_13p1u_17{transition:all .5s ease}._fade-leave_13p1u_21{opacity:0}._fade-leave-active_13p1u_25{transition:all .5s ease}._o-icon--danger_13p1u_29,._o-field__message-danger_13p1u_30{color:#f5222d!important}._o-input--danger_13p1u_34{border-color:#f5222d!important}._o-field__label_13p1u_38{text-align:left}._o-field_13p1u_30 ._o-field_13p1u_30{margin-bottom:0}._o-table_13p1u_46{border-collapse:collapse}._o-table__wrapper--mobile_13p1u_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_13p1u_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._actions_13p1u_70{display:flex;width:100%;padding:10px 16px 8px;align-items:center;flex-direction:row;justify-content:space-between}._actions_13p1u_70 ._flex-spacer_13p1u_78{flex:1}._fade-enter_1nb5c_9{opacity:0}._fade-enter-to_1nb5c_13{opacity:1}._fade-enter-active_1nb5c_17{transition:all .5s ease}._fade-leave_1nb5c_21{opacity:0}._fade-leave-active_1nb5c_25{transition:all .5s ease}._o-icon--danger_1nb5c_29,._o-field__message-danger_1nb5c_30{color:#f5222d!important}._o-input--danger_1nb5c_34{border-color:#f5222d!important}._o-field__label_1nb5c_38{text-align:left}._o-field_1nb5c_30 ._o-field_1nb5c_30{margin-bottom:0}._o-table_1nb5c_46{border-collapse:collapse}._o-table__wrapper--mobile_1nb5c_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1nb5c_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._card_1nb5c_70 .completed-progress-card{width:250px}._card_1nb5c_70 .petra-card{margin:15px;max-width:250px}._card_1nb5c_70 .petra-card.deleting{box-shadow:0 0 0 13px #ffa39e}a[data-v-b95e3f47]:hover{cursor:pointer}button[data-v-b95e3f47]{outline:none}.fade-enter[data-v-b95e3f47]{opacity:0}.fade-enter-to[data-v-b95e3f47]{opacity:1}.fade-enter-active[data-v-b95e3f47]{transition:all .5s ease}.fade-leave[data-v-b95e3f47]{opacity:0}.fade-leave-active[data-v-b95e3f47]{transition:all .5s ease}.o-icon--danger[data-v-b95e3f47],.o-field__message-danger[data-v-b95e3f47]{color:#f5222d!important}.o-input--danger[data-v-b95e3f47]{border-color:#f5222d!important}.o-field__label[data-v-b95e3f47]{text-align:left}.o-field .o-field[data-v-b95e3f47]{margin-bottom:0}.o-table[data-v-b95e3f47]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-b95e3f47]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-b95e3f47]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-b95e3f47]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.filter-controls-manager.geomet[data-v-b95e3f47]{width:100%;display:inline-flex;flex-direction:row}.filter-controls-manager.geomet div[data-v-b95e3f47]{flex:1;display:inline-flex}.filter-controls-manager.geomet p[data-v-b95e3f47]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#000;margin-right:8px}.filter-controls-manager.geomet .dropdown-div[data-v-b95e3f47]{cursor:pointer;min-height:auto;max-height:auto;padding:0}a[data-v-d7cb5ce8]:hover{cursor:pointer}button[data-v-d7cb5ce8]{outline:none}.fade-enter[data-v-d7cb5ce8]{opacity:0}.fade-enter-to[data-v-d7cb5ce8]{opacity:1}.fade-enter-active[data-v-d7cb5ce8]{transition:all .5s ease}.fade-leave[data-v-d7cb5ce8]{opacity:0}.fade-leave-active[data-v-d7cb5ce8]{transition:all .5s ease}.o-icon--danger[data-v-d7cb5ce8],.o-field__message-danger[data-v-d7cb5ce8]{color:#f5222d!important}.o-input--danger[data-v-d7cb5ce8]{border-color:#f5222d!important}.o-field__label[data-v-d7cb5ce8]{text-align:left}.o-field .o-field[data-v-d7cb5ce8]{margin-bottom:0}.o-table[data-v-d7cb5ce8]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-d7cb5ce8]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-d7cb5ce8]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-d7cb5ce8]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.maxta-geomet-app[data-v-d7cb5ce8]{display:grid;grid-template-columns:auto;justify-content:center}.maxta-geomet-app .dropout-tran-enter[data-v-d7cb5ce8],.maxta-geomet-app .dropout-tran-leave[data-v-d7cb5ce8]{opacity:0;transform:translate(100px)}.maxta-geomet-app .dropout-tran-move[data-v-d7cb5ce8]{transition:.5s all ease}.maxta-geomet-app .dropout-tran-leave-active[data-v-d7cb5ce8],.maxta-geomet-app .dropout-tran-enter-active[data-v-d7cb5ce8]{transition:1s all ease}.maxta-geomet-app .app-header[data-v-d7cb5ce8]{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;color:#262626;margin-bottom:20px;margin-left:15px}.maxta-geomet-app .processing-container[data-v-d7cb5ce8]{min-height:400px;width:fit-content;margin-bottom:60px;display:grid;grid-template-columns:278px 278px 278px;justify-content:space-between}.maxta-geomet-app .completed-controls[data-v-d7cb5ce8]{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;min-width:280px;margin-bottom:20px}.maxta-geomet-app .completed-controls .app-header[data-v-d7cb5ce8]{margin-bottom:0}.maxta-geomet-app .flex-spacer[data-v-d7cb5ce8]{display:flex;flex:1}.maxta-geomet-app .filter-controls[data-v-d7cb5ce8]{display:flex;width:200px}.maxta-geomet-app .fit-me[data-v-d7cb5ce8]{width:100%}._fade-enter_5qf7j_9{opacity:0}._fade-enter-to_5qf7j_13{opacity:1}._fade-enter-active_5qf7j_17{transition:all .5s ease}._fade-leave_5qf7j_21{opacity:0}._fade-leave-active_5qf7j_25{transition:all .5s ease}._o-icon--danger_5qf7j_29,._o-field__message-danger_5qf7j_30{color:#f5222d!important}._o-input--danger_5qf7j_34{border-color:#f5222d!important}._o-field__label_5qf7j_38{text-align:left}._o-field_5qf7j_30 ._o-field_5qf7j_30{margin-bottom:0}._o-table_5qf7j_46{border-collapse:collapse}._o-table__wrapper--mobile_5qf7j_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_5qf7j_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_5qf7j_70{height:100%;width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:min-content 1fr;overflow:visible}._wrap_5qf7j_70 ._inner_5qf7j_78{overflow:visible;padding:16px 0;grid-template-rows:min-content 1fr;overflow:auto}._wrap_5qf7j_70 ._inner_5qf7j_78 ._load_5qf7j_86{padding-top:16px;display:block;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_5qf7j_70 ._inner_5qf7j_78 ._loadingErr_5qf7j_95{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;padding:16px 8px;color:#8c8c8c;text-align:center}._wrap_5qf7j_70 ._inner_5qf7j_78 .interp-view-wrap>div{overflow:hidden}._fade-enter_5oh16_9{opacity:0}._fade-enter-to_5oh16_13{opacity:1}._fade-enter-active_5oh16_17{transition:all .5s ease}._fade-leave_5oh16_21{opacity:0}._fade-leave-active_5oh16_25{transition:all .5s ease}._o-icon--danger_5oh16_29,._o-field__message-danger_5oh16_30{color:#f5222d!important}._o-input--danger_5oh16_34{border-color:#f5222d!important}._o-field__label_5oh16_38{text-align:left}._o-field_5oh16_30 ._o-field_5oh16_30{margin-bottom:0}._o-table_5oh16_46{border-collapse:collapse}._o-table__wrapper--mobile_5oh16_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_5oh16_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_5oh16_71{height:32px;display:flex;align-items:center;margin-bottom:1.5em}._wrap_5oh16_71 ._title_5oh16_77{color:#262626;font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:700;flex-grow:1;display:flex;margin-bottom:0;text-transform:capitalize;align-items:center}._wrap_5oh16_71 ._title_5oh16_77 p{color:#262626;font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:700}._wrap_5oh16_71 ._title_5oh16_77 img{height:16px;width:16px;filter:invert(0) sepia(7%) saturate(0) hue-rotate(47deg) brightness(98%) contrast(106%);cursor:pointer;margin-right:16px}._fade-enter_1kt5b_9{opacity:0}._fade-enter-to_1kt5b_13{opacity:1}._fade-enter-active_1kt5b_17{transition:all .5s ease}._fade-leave_1kt5b_21{opacity:0}._fade-leave-active_1kt5b_25{transition:all .5s ease}._o-icon--danger_1kt5b_29,._o-field__message-danger_1kt5b_30{color:#f5222d!important}._o-input--danger_1kt5b_34{border-color:#f5222d!important}._o-field__label_1kt5b_38{text-align:left}._o-field_1kt5b_30 ._o-field_1kt5b_30{margin-bottom:0}._o-table_1kt5b_46{border-collapse:collapse}._o-table__wrapper--mobile_1kt5b_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1kt5b_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_1kt5b_71{display:flex;align-items:center;justify-content:flex-start;margin-top:24px;padding:30px;width:70%;background:#fff}._wrap_1kt5b_71 ._instructions_1kt5b_80 p{color:#595959;font-family:Helvetica;font-style:normal;font-size:18px;line-height:22px;font-weight:400}._wrap_1kt5b_71 ._instructions_1kt5b_80 ul{padding:16px 20px;list-style:disc}._wrap_1kt5b_71 ._instructions_1kt5b_80 ul li{color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;padding-bottom:3px}._fade-enter_1w82a_9{opacity:0}._fade-enter-to_1w82a_13{opacity:1}._fade-enter-active_1w82a_17{transition:all .5s ease}._fade-leave_1w82a_21{opacity:0}._fade-leave-active_1w82a_25{transition:all .5s ease}._o-icon--danger_1w82a_29,._o-field__message-danger_1w82a_30{color:#f5222d!important}._o-input--danger_1w82a_34{border-color:#f5222d!important}._o-field__label_1w82a_38{text-align:left}._o-field_1w82a_30 ._o-field_1w82a_30{margin-bottom:0}._o-table_1w82a_46{border-collapse:collapse}._o-table__wrapper--mobile_1w82a_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1w82a_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_1w82a_71{height:100%;width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:min-content 1fr;overflow:visible;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1w82a_71 ._inner_1w82a_84{padding:16px 0;display:flex;justify-content:center;align-items:flex-start;overflow:visible}._fade-enter_xb0ov_9{opacity:0}._fade-enter-to_xb0ov_13{opacity:1}._fade-enter-active_xb0ov_17{transition:all .5s ease}._fade-leave_xb0ov_21{opacity:0}._fade-leave-active_xb0ov_25{transition:all .5s ease}._o-icon--danger_xb0ov_29,._o-field__message-danger_xb0ov_30{color:#f5222d!important}._o-input--danger_xb0ov_34{border-color:#f5222d!important}._o-field__label_xb0ov_38{text-align:left}._o-field_xb0ov_30 ._o-field_xb0ov_30{margin-bottom:0}._o-table_xb0ov_46{border-collapse:collapse}._o-table__wrapper--mobile_xb0ov_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_xb0ov_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_xb0ov_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_xb0ov_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_xb0ov_70:hover{cursor:pointer}.homeScreen-app-header{border:green 1px solid;display:none}._wrap_xb0ov_95{height:32px;display:flex;align-items:center;margin-bottom:1.5em}._wrap_xb0ov_95 ._title_xb0ov_101{color:#262626;font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:700;flex-grow:1;display:flex;margin-bottom:0;text-transform:capitalize;align-items:center}._wrap_xb0ov_95 ._title_xb0ov_101 p{color:#262626;font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:700}._wrap_xb0ov_95 ._title_xb0ov_101 img{height:16px;width:16px;filter:invert(0) sepia(7%) saturate(0) hue-rotate(47deg) brightness(98%) contrast(106%);cursor:pointer;margin-right:16px}._wrap_xb0ov_95 ._primary-button_xb0ov_129{max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;border-radius:2px;min-height:32px;height:32px;padding:5px 16px}._wrap_xb0ov_95 ._primary-button_xb0ov_129 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_xb0ov_95 ._primary-button_xb0ov_129:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_xb0ov_95 ._primary-button_xb0ov_129:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_xb0ov_95 ._primary-button_xb0ov_129:active:not(:disabled){background:#004d69;color:#fff}._wrap_xb0ov_95 ._primary-button_xb0ov_129:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._fade-enter_49fpr_9{opacity:0}._fade-enter-to_49fpr_13{opacity:1}._fade-enter-active_49fpr_17{transition:all .5s ease}._fade-leave_49fpr_21{opacity:0}._fade-leave-active_49fpr_25{transition:all .5s ease}._o-icon--danger_49fpr_29,._o-field__message-danger_49fpr_30{color:#f5222d!important}._o-input--danger_49fpr_34{border-color:#f5222d!important}._o-field__label_49fpr_38{text-align:left}._o-field_49fpr_30 ._o-field_49fpr_30{margin-bottom:0}._o-table_49fpr_46{border-collapse:collapse}._o-table__wrapper--mobile_49fpr_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_49fpr_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_49fpr_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_49fpr_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_49fpr_70:hover{cursor:pointer}._wrap_49fpr_90{display:grid;grid-template-rows:min-content auto min-content;height:100%}._wrap_49fpr_90 ._primary-button_49fpr_95{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}._wrap_49fpr_90 ._primary-button_49fpr_95 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_49fpr_90 ._primary-button_49fpr_95:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_49fpr_90 ._primary-button_49fpr_95:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_49fpr_90 ._primary-button_49fpr_95:active:not(:disabled){background:#004d69;color:#fff}._wrap_49fpr_90 ._primary-button_49fpr_95:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_49fpr_90 ._secondary-button_49fpr_132{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959}._wrap_49fpr_90 ._secondary-button_49fpr_132 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_49fpr_90 ._secondary-button_49fpr_132:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_49fpr_90 ._secondary-button_49fpr_132:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_49fpr_90 ._secondary-button_49fpr_132:active:not(:disabled){border-color:#004d69;color:#004d69}._wrap_49fpr_90 ._secondary-button_49fpr_132:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_49fpr_90 ._header_49fpr_169{height:56px;padding:16px 24px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:24px;font-weight:400;font-weight:700;color:#262626;border-bottom:1px solid #d9d9d9;display:flex;align-items:center}._wrap_49fpr_90 ._header_49fpr_169 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:24px;font-weight:400}._wrap_49fpr_90 ._body_49fpr_190{padding:16px 24px;overflow:auto}._wrap_49fpr_90 ._body_49fpr_190 .maxta-file-input input{width:50px}._wrap_49fpr_90 ._body_49fpr_190 form>:first-child{padding-top:0!important}._wrap_49fpr_90 ._footer_49fpr_200{height:52px;padding:10px 16px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959;border-top:1px solid #d9d9d9;display:inline-flex;justify-content:flex-end;align-items:center;margin-top:auto;display:flex;justify-content:end}._wrap_49fpr_90 .field-body .field{padding-top:0}._wrap_49fpr_90 .field.has-addons{display:block}._fade-enter_6zr5n_9{opacity:0}._fade-enter-to_6zr5n_13{opacity:1}._fade-enter-active_6zr5n_17{transition:all .5s ease}._fade-leave_6zr5n_21{opacity:0}._fade-leave-active_6zr5n_25{transition:all .5s ease}._o-icon--danger_6zr5n_29,._o-field__message-danger_6zr5n_30{color:#f5222d!important}._o-input--danger_6zr5n_34{border-color:#f5222d!important}._o-field__label_6zr5n_38{text-align:left}._o-field_6zr5n_30 ._o-field_6zr5n_30{margin-bottom:0}._o-table_6zr5n_46{border-collapse:collapse}._o-table__wrapper--mobile_6zr5n_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_6zr5n_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_6zr5n_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_6zr5n_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_6zr5n_70:hover{cursor:pointer}.petra-drawer-content{height:100%}._loader-wrap_6zr5n_94{height:100%;display:flex;justify-content:center;align-items:center}._wrap_6zr5n_101{display:grid;grid-template-rows:min-content auto min-content;height:100%}._wrap_6zr5n_101 .o-field__body .o-field{display:flex;flex-direction:column}._wrap_6zr5n_101 ._primary-button_6zr5n_110{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}._wrap_6zr5n_101 ._primary-button_6zr5n_110 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_6zr5n_101 ._primary-button_6zr5n_110:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_6zr5n_101 ._primary-button_6zr5n_110:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_6zr5n_101 ._primary-button_6zr5n_110:active:not(:disabled){background:#004d69;color:#fff}._wrap_6zr5n_101 ._primary-button_6zr5n_110:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_6zr5n_101 ._secondary-button_6zr5n_147{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959}._wrap_6zr5n_101 ._secondary-button_6zr5n_147 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_6zr5n_101 ._secondary-button_6zr5n_147:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_6zr5n_101 ._secondary-button_6zr5n_147:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_6zr5n_101 ._secondary-button_6zr5n_147:active:not(:disabled){border-color:#004d69;color:#004d69}._wrap_6zr5n_101 ._secondary-button_6zr5n_147:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._wrap_6zr5n_101 ._header_6zr5n_184{height:56px;padding:16px 24px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:24px;font-weight:400;font-weight:700;color:#262626;border-bottom:1px solid #d9d9d9;display:flex;align-items:center}._wrap_6zr5n_101 ._header_6zr5n_184 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:24px;font-weight:400}._wrap_6zr5n_101 ._body_6zr5n_205{padding:8px 16px 8px 24px;margin:8px 8px 8px 0;overflow:auto}._wrap_6zr5n_101 ._body_6zr5n_205 .maxta-file-input input{width:50px}._wrap_6zr5n_101 ._body_6zr5n_205 form>:first-child{padding-top:0!important}._wrap_6zr5n_101 ._body_6zr5n_205 form{padding-bottom:24px}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._heads-up_6zr5n_219{background:#daeff5;padding:16px 24px;border:#86cee7 1px solid;border-radius:2px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959;margin-top:24px}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._heads-up_6zr5n_219 h3{font-family:Helvetica;font-style:normal;font-size:16px;line-height:26px;font-weight:400;color:#262626}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._heads-up_6zr5n_219 h3._heading_6zr5n_240{background:url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%200.5C5.20156%200.5%200.5%205.20156%200.5%2011C0.5%2016.7984%205.20156%2021.5%2011%2021.5C16.7984%2021.5%2021.5%2016.7984%2021.5%2011C21.5%205.20156%2016.7984%200.5%2011%200.5ZM11%2019.7188C6.18594%2019.7188%202.28125%2015.8141%202.28125%2011C2.28125%206.18594%206.18594%202.28125%2011%202.28125C15.8141%202.28125%2019.7188%206.18594%2019.7188%2011C19.7188%2015.8141%2015.8141%2019.7188%2011%2019.7188Z'%20fill='%2300678C'/%3e%3cpath%20d='M9.875%206.875C9.875%207.17337%209.99353%207.45952%2010.2045%207.6705C10.4155%207.88147%2010.7016%208%2011%208C11.2984%208%2011.5845%207.88147%2011.7955%207.6705C12.0065%207.45952%2012.125%207.17337%2012.125%206.875C12.125%206.57663%2012.0065%206.29048%2011.7955%206.0795C11.5845%205.86853%2011.2984%205.75%2011%205.75C10.7016%205.75%2010.4155%205.86853%2010.2045%206.0795C9.99353%206.29048%209.875%206.57663%209.875%206.875ZM11.5625%209.5H10.4375C10.3344%209.5%2010.25%209.58438%2010.25%209.6875V16.0625C10.25%2016.1656%2010.3344%2016.25%2010.4375%2016.25H11.5625C11.6656%2016.25%2011.75%2016.1656%2011.75%2016.0625V9.6875C11.75%209.58438%2011.6656%209.5%2011.5625%209.5Z'%20fill='%2300678C'/%3e%3c/svg%3e") no-repeat left center;padding-left:32px;margin-bottom:8px}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._heads-up_6zr5n_219 p{padding-left:32px;margin-bottom:8px}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._child-fields_6zr5n_249{display:flex;flex-direction:row}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._child-fields_6zr5n_249 .switch-input .button{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;box-shadow:none}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._child-fields_6zr5n_249 .text-input .basic-input{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;height:32px;min-height:unset;max-height:unset}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._child-fields_6zr5n_249 .field:first-of-type{padding-top:0}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._child-fields_6zr5n_249 .field{margin-bottom:0}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 ._child-fields_6zr5n_249 .icon{display:none}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 .switch-input .field.has-addons{display:flex}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 .basic-input-error:hover,._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 .basic-input-error:focus{box-shadow:0 0 4px #1890ff80;border-color:#007ba6}._wrap_6zr5n_101 ._body_6zr5n_205 ._configure-optimise-form_6zr5n_219 .text-input input{padding:8px 12px;max-height:32px;min-height:32px}._wrap_6zr5n_101 ._body_6zr5n_205 ._optimise-polygon-upload_6zr5n_293{background:red}._wrap_6zr5n_101 ._footer_6zr5n_296{height:52px;padding:10px 16px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959;border-top:1px solid #d9d9d9;display:inline-flex;justify-content:flex-end;align-items:center;margin-top:auto;display:flex;justify-content:end}._wrap_6zr5n_101 .field-body .field{padding-top:0}._wrap_6zr5n_101 .field.has-addons{display:block}._fade-enter_5gofk_9{opacity:0}._fade-enter-to_5gofk_13{opacity:1}._fade-enter-active_5gofk_17{transition:all .5s ease}._fade-leave_5gofk_21{opacity:0}._fade-leave-active_5gofk_25{transition:all .5s ease}._o-icon--danger_5gofk_29,._o-field__message-danger_5gofk_30{color:#f5222d!important}._o-input--danger_5gofk_34{border-color:#f5222d!important}._o-field__label_5gofk_38{text-align:left}._o-field_5gofk_30 ._o-field_5gofk_30{margin-bottom:0}._o-table_5gofk_46{border-collapse:collapse}._o-table__wrapper--mobile_5gofk_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_5gofk_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_5gofk_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_5gofk_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_5gofk_70:hover{cursor:pointer}._wrap_5gofk_90{display:grid}._wrap_5gofk_90 .progressBanner{cursor:default;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:72px 0 48px}._wrap_5gofk_90 .progressBanner p{text-align:center;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959}._wrap_5gofk_90 .progressBanner :first-letter{text-transform:capitalize}._wrap_5gofk_90 .progressBanner .error{color:#f5222d}._wrap_5gofk_90 .progressBanner .more-details{text-align:center;color:#cf1322;font-family:Helvetica;font-style:normal;font-size:12px;line-height:18px;font-weight:400;cursor:pointer}._wrap_5gofk_90 .run-btn[disabled]{background:#f5f5f5;border-color:#d9d9d9;color:#bfbfbf}._wrap_5gofk_90 .run-btn{background:#7cb305;border-color:#7cb305;color:#fff;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;padding:8px 16px}._wrap_5gofk_90 .new-upload-btn{background:#00678c;border-color:#00678c;color:#fff;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;padding:8px 16px}._wrap_5gofk_90._uploaded_5gofk_153 .outer-circle-filled{background:#00678c!important}._fade-enter_tw91v_9{opacity:0}._fade-enter-to_tw91v_13{opacity:1}._fade-enter-active_tw91v_17{transition:all .5s ease}._fade-leave_tw91v_21{opacity:0}._fade-leave-active_tw91v_25{transition:all .5s ease}._o-icon--danger_tw91v_29,._o-field__message-danger_tw91v_30{color:#f5222d!important}._o-input--danger_tw91v_34{border-color:#f5222d!important}._o-field__label_tw91v_38{text-align:left}._o-field_tw91v_30 ._o-field_tw91v_30{margin-bottom:0}._o-table_tw91v_46{border-collapse:collapse}._o-table__wrapper--mobile_tw91v_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_tw91v_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_tw91v_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_tw91v_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_tw91v_70:hover{cursor:pointer}._wrap_tw91v_90{display:grid}._wrap_tw91v_90 .in-progress-card{width:250px;position:relative;margin:0;display:grid;grid-template-rows:min-content 1fr}._wrap_tw91v_90 .petra-card:hover{box-shadow:none}._wrap_tw91v_90 .petra-card-title p{width:200px;display:block}._fade-enter_iuxzt_9{opacity:0}._fade-enter-to_iuxzt_13{opacity:1}._fade-enter-active_iuxzt_17{transition:all .5s ease}._fade-leave_iuxzt_21{opacity:0}._fade-leave-active_iuxzt_25{transition:all .5s ease}._o-icon--danger_iuxzt_29,._o-field__message-danger_iuxzt_30{color:#f5222d!important}._o-input--danger_iuxzt_34{border-color:#f5222d!important}._o-field__label_iuxzt_38{text-align:left}._o-field_iuxzt_30 ._o-field_iuxzt_30{margin-bottom:0}._o-table_iuxzt_46{border-collapse:collapse}._o-table__wrapper--mobile_iuxzt_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_iuxzt_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_iuxzt_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_iuxzt_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_iuxzt_70:hover{cursor:pointer}._wrap_iuxzt_90{display:flex;align-items:center;padding-bottom:42px;padding-top:16px;flex-direction:column;color:#000}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98{display:grid;width:500px;height:405px;grid-template-columns:1fr 1fr;column-gap:8px}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105{display:grid;grid-template-columns:1fr;row-gap:8px}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110{background:#fff;transition:background-color .25s linear;display:flex;justify-content:center;align-items:center;flex-direction:column}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110 h3{font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:400}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110 p{text-align:center;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110:hover{background:#b9e0ed;cursor:pointer}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110:hover .o-radio__check.radio-unchecked{border:solid 1px #007ba6;background:none}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110:hover .b-radio.radio input[type=radio]+.check{border-width:1px;border-color:#00678c!important}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110._active_iuxzt_145{background:#b9e0ed}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110._active_iuxzt_145 .b-radio.radio input[type=radio]+.check{border-width:1px;border-color:#00678c!important}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110._active_iuxzt_145 .b-radio.radio input[type=radio]+.check:before{background-color:#00678c}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110 ._radio-wrap_iuxzt_157{height:48px;display:flex}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110 ._radio-wrap_iuxzt_157 .b-radio.radio{margin-right:0}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110 ._radio-wrap_iuxzt_157 .control-label{display:none}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._select-wrap_iuxzt_105 ._select-tile_iuxzt_110 ._radio-wrap_iuxzt_157 .b-radio.radio input[type=radio]+.check{border-width:1px;border-color:#d9d9d9}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._upload_iuxzt_171{background:#d9d9d9;display:flex;justify-content:center;align-items:center}._wrap_iuxzt_90 ._grid-wrap_iuxzt_98 ._upload_iuxzt_171 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.filter-controls-manager{width:100%;display:inline-flex;flex-direction:row;justify-content:end;height:30px}.filter-controls-manager p{margin-right:8px}.filter-controls-manager .control-dropdown{display:flex;background-color:#fff;border:1px solid #d9d9d9;min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;border-radius:2px;color:#595959;-ms-overflow-style:revert;scrollbar-width:revert;width:revert;border:revert;background:revert}.filter-controls-manager .control-dropdown ::-webkit-scrollbar-track{background-color:transparent}.filter-controls-manager .control-dropdown ::-webkit-scrollbar{width:4px;height:4px;background-color:transparent}.filter-controls-manager .control-dropdown ::-webkit-scrollbar-thumb{background-color:#bfbfbf}.filter-controls-manager .control-dropdown ::-webkit-scrollbar{display:revert;background-color:transparent}.filter-controls-manager .control-dropdown .o-drop__trigger{padding:8px 12px;min-height:32px;max-height:32px;display:flex;flex:1;align-content:center;align-items:center;border:1px solid transparent;border-radius:2px}.filter-controls-manager .control-dropdown .o-drop__trigger:hover{border:1px solid #007ba6}.filter-controls-manager .control-dropdown .o-drop__trigger:focus{border:1px solid #007ba6;box-shadow:0 0 4px #1890ff80}.filter-controls-manager .control-dropdown .o-drop__trigger:disabled{background-color:#f5f5f5;border:1px solid #d9d9d9}.filter-controls-manager .control-dropdown .o-drop__trigger:after{content:" ";margin-left:16px;background-image:url(../../../../../petra-lib/src/maxta/scss/~maxta-vue-sdk/maxta/icons/dropdown-no-bg.svg);width:12px;height:8px}.filter-controls-manager .control-dropdown .o-drop__trigger .dropdown-div{display:flex;flex:1}.filter-controls-manager .control-dropdown .o-drop__menu{margin-top:4px;padding-top:0;width:100%;min-width:100%;max-width:100%;max-height:200px;overflow-y:auto;box-shadow:0 2px 8px #00000026}.filter-controls-manager .control-dropdown .o-drop__item{background-color:#fff;height:32px;width:100%;min-height:32px;max-height:32px;padding:5px 12px;color:#595959;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.filter-controls-manager .control-dropdown .o-drop__item:hover{background-color:#daeff5}.filter-controls-manager .control-dropdown .o-drop__item:disabled{color:#bfbfbf}.filter-controls-manager .control-dropdown .o-drop__item:active{background-color:#f5f5f5;font-weight:700}.filter-controls-manager .control-dropdown .o-drop__item:active:hover{background-color:#daeff5}.filter-controls-manager .control-dropdown .o-drop__item.is-active{background-color:#f5f5f5;font-weight:700;color:#595959}.filter-controls-manager .control-dropdown .o-drop__item.is-active:hover{background-color:#daeff5}.filter-controls-manager .control-dropdown .dropdown-menu{min-width:200px}.filter-controls-manager .control-dropdown .dropdown-trigger{display:flex;width:revert;min-width:revert;max-width:revert}.filter-controls-manager .control-dropdown .dropdown-trigger:hover{border:1px solid transparent!important}.filter-controls-manager .control-dropdown .dropdown-trigger:after{display:none!important}.filter-controls-manager .control-dropdown .dropdown-trigger:focus{border:1px solid transparent!important;box-shadow:none!important}.filter-controls-manager .dropdown-div{display:flex;flex:1;cursor:pointer;padding:8px 12px;min-height:32px;max-height:32px;align-items:center;border:1px solid transparent;border-radius:2px}._fade-enter_1pi68_9{opacity:0}._fade-enter-to_1pi68_13{opacity:1}._fade-enter-active_1pi68_17{transition:all .5s ease}._fade-leave_1pi68_21{opacity:0}._fade-leave-active_1pi68_25{transition:all .5s ease}._o-icon--danger_1pi68_29,._o-field__message-danger_1pi68_30{color:#f5222d!important}._o-input--danger_1pi68_34{border-color:#f5222d!important}._o-field__label_1pi68_38{text-align:left}._o-field_1pi68_30 ._o-field_1pi68_30{margin-bottom:0}._o-table_1pi68_46{border-collapse:collapse}._o-table__wrapper--mobile_1pi68_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1pi68_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1pi68_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1pi68_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1pi68_70:hover{cursor:pointer}._jobBanner_1pi68_90{cursor:pointer;height:185px;width:100%;z-index:5;display:flex;border-collapse:collapse;border-bottom:1px solid #d9d9d9;justify-content:center;align-items:center;position:relative;transition:background-color .25s linear}._jobBanner_1pi68_90:hover{background-color:#004d69}._jobBanner_1pi68_90:hover p{color:#fafafa}._jobBanner_1pi68_90 p{text-align:center;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#00678c}._jobBanner_1pi68_90 ._pill_1pi68_118{border-radius:25px;padding-left:8px;padding-right:8px;background:#86cee7;display:inline-block;font-family:Helvetica;font-style:normal;font-size:9px;line-height:15px;font-weight:400;position:absolute;top:12px;left:12px;color:#fff}._jobBanner_1pi68_90 ._pill_1pi68_118._opt_1pi68_134{background:#73d13d}._fade-enter_i6aqh_9{opacity:0}._fade-enter-to_i6aqh_13{opacity:1}._fade-enter-active_i6aqh_17{transition:all .5s ease}._fade-leave_i6aqh_21{opacity:0}._fade-leave-active_i6aqh_25{transition:all .5s ease}._o-icon--danger_i6aqh_29,._o-field__message-danger_i6aqh_30{color:#f5222d!important}._o-input--danger_i6aqh_34{border-color:#f5222d!important}._o-field__label_i6aqh_38{text-align:left}._o-field_i6aqh_30 ._o-field_i6aqh_30{margin-bottom:0}._o-table_i6aqh_46{border-collapse:collapse}._o-table__wrapper--mobile_i6aqh_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_i6aqh_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_i6aqh_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_i6aqh_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_i6aqh_70:hover{cursor:pointer}._details_i6aqh_90{min-height:149px;width:100%;z-index:5;border-bottom:1px solid #d9d9d9;padding:16px;overflow:hidden}._details_i6aqh_90 div{line-height:0}._details_i6aqh_90 ._inline_i6aqh_101{display:flex}._details_i6aqh_90 ._inline_i6aqh_101 p{display:inline-block;margin-right:4px}._details_i6aqh_90 ._inline_i6aqh_101 ._value-text-ellipsis_i6aqh_108{width:75%}._details_i6aqh_90 ._block_i6aqh_111{display:block}._details_i6aqh_90 ._block_i6aqh_111 p{margin-right:4px}._details_i6aqh_90 ._block_i6aqh_111 ._value-text-ellipsis_i6aqh_108{width:100%}._details_i6aqh_90 .double{margin-bottom:16px}._details_i6aqh_90 ._tag-text_i6aqh_123{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:700;white-space:nowrap}._details_i6aqh_90 ._value_i6aqh_108{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._fade-enter_1it6j_9{opacity:0}._fade-enter-to_1it6j_13{opacity:1}._fade-enter-active_1it6j_17{transition:all .5s ease}._fade-leave_1it6j_21{opacity:0}._fade-leave-active_1it6j_25{transition:all .5s ease}._o-icon--danger_1it6j_29,._o-field__message-danger_1it6j_30{color:#f5222d!important}._o-input--danger_1it6j_34{border-color:#f5222d!important}._o-field__label_1it6j_38{text-align:left}._o-field_1it6j_30 ._o-field_1it6j_30{margin-bottom:0}._o-table_1it6j_46{border-collapse:collapse}._o-table__wrapper--mobile_1it6j_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1it6j_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1it6j_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1it6j_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1it6j_70:hover{cursor:pointer}._actions_1it6j_90{display:flex;width:100%;padding:10px 16px 8px;align-items:center;flex-direction:row;justify-content:space-between}._actions_1it6j_90 ._flex-spacer_1it6j_98{flex:1}._fade-enter_10ss2_9{opacity:0}._fade-enter-to_10ss2_13{opacity:1}._fade-enter-active_10ss2_17{transition:all .5s ease}._fade-leave_10ss2_21{opacity:0}._fade-leave-active_10ss2_25{transition:all .5s ease}._o-icon--danger_10ss2_29,._o-field__message-danger_10ss2_30{color:#f5222d!important}._o-input--danger_10ss2_34{border-color:#f5222d!important}._o-field__label_10ss2_38{text-align:left}._o-field_10ss2_30 ._o-field_10ss2_30{margin-bottom:0}._o-table_10ss2_46{border-collapse:collapse}._o-table__wrapper--mobile_10ss2_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_10ss2_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_10ss2_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_10ss2_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_10ss2_70:hover{cursor:pointer}._card_10ss2_90 .petra-card{margin:15px}._card_10ss2_90 .wt-card-wrap.deleting{box-shadow:0 0 0 13px #ffa39e}._card-wrap_17hhw_1{display:grid;grid-template-columns:278px 278px 278px;justify-content:space-between}._card-wrap_17hhw_1 .dropout-tran-enter,._card-wrap_17hhw_1 .dropout-tran-leave{opacity:0;transform:translate(100px)}._card-wrap_17hhw_1 .dropout-tran-move{transition:.5s all ease}._card-wrap_17hhw_1 .dropout-tran-leave-active,._card-wrap_17hhw_1 .dropout-tran-enter-active{transition:1s all ease}._fade-enter_1g47h_9{opacity:0}._fade-enter-to_1g47h_13{opacity:1}._fade-enter-active_1g47h_17{transition:all .5s ease}._fade-leave_1g47h_21{opacity:0}._fade-leave-active_1g47h_25{transition:all .5s ease}._o-icon--danger_1g47h_29,._o-field__message-danger_1g47h_30{color:#f5222d!important}._o-input--danger_1g47h_34{border-color:#f5222d!important}._o-field__label_1g47h_38{text-align:left}._o-field_1g47h_30 ._o-field_1g47h_30{margin-bottom:0}._o-table_1g47h_46{border-collapse:collapse}._o-table__wrapper--mobile_1g47h_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1g47h_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1g47h_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1g47h_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1g47h_70:hover{cursor:pointer}._wrap_1g47h_90{padding-top:24px}._wrap_1g47h_90 ._top-wrap_1g47h_93{margin-left:15px;margin-right:15px}._wrap_1g47h_90 ._top-wrap_1g47h_93 ._filter-wrap_1g47h_97{margin-top:24px}._wrap_1g47h_90 ._load_1g47h_100{padding-top:16px;display:block;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1g47h_90 ._loadingErr_1g47h_109{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;padding:16px 8px;color:#8c8c8c;text-align:center}._wrap_1g47h_90 h4{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;margin-bottom:16px;color:#262626}._wrap_1g47h_90 h4._noPrev_1g47h_128{color:#bfbfbf;text-align:center}._wrap_114mh_1{display:grid;grid-template-columns:auto;justify-content:center}._wrap_114mh_1 ._inner_114mh_6{width:856px}._fade-enter_f03ee_9{opacity:0}._fade-enter-to_f03ee_13{opacity:1}._fade-enter-active_f03ee_17{transition:all .5s ease}._fade-leave_f03ee_21{opacity:0}._fade-leave-active_f03ee_25{transition:all .5s ease}._o-icon--danger_f03ee_29,._o-field__message-danger_f03ee_30{color:#f5222d!important}._o-input--danger_f03ee_34{border-color:#f5222d!important}._o-field__label_f03ee_38{text-align:left}._o-field_f03ee_30 ._o-field_f03ee_30{margin-bottom:0}._o-table_f03ee_46{border-collapse:collapse}._o-table__wrapper--mobile_f03ee_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_f03ee_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_f03ee_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_f03ee_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_f03ee_70:hover{cursor:pointer}._circle_f03ee_90{border-radius:50%}._high-circle_f03ee_94{background:#bae637}._low-circle_f03ee_98{background:#ffd667}._none-circle_f03ee_102{background:#cf1221}._triangle_f03ee_106{width:0;height:0;border-style:solid;border-color:transparent}._high-triangle_f03ee_113{border-bottom-color:#bae637}._low-triangle_f03ee_117{border-bottom-color:#ffd667}._none-triangle_f03ee_121{border-bottom-color:#cf1221}._fade-enter_u4moi_9{opacity:0}._fade-enter-to_u4moi_13{opacity:1}._fade-enter-active_u4moi_17{transition:all .5s ease}._fade-leave_u4moi_21{opacity:0}._fade-leave-active_u4moi_25{transition:all .5s ease}._o-icon--danger_u4moi_29,._o-field__message-danger_u4moi_30{color:#f5222d!important}._o-input--danger_u4moi_34{border-color:#f5222d!important}._o-field__label_u4moi_38{text-align:left}._o-field_u4moi_30 ._o-field_u4moi_30{margin-bottom:0}._o-table_u4moi_46{border-collapse:collapse}._o-table__wrapper--mobile_u4moi_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_u4moi_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_u4moi_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_u4moi_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_u4moi_70:hover{cursor:pointer}._wrap_u4moi_90,._wrap_u4moi_90 p{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._wrap_u4moi_90 h3._h3_u4moi_104{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700}._wrap_u4moi_90 ._total-confidence_u4moi_111{padding-bottom:4px}._wrap_u4moi_90 section{padding-bottom:24px;display:grid}._wrap_u4moi_90 section table{text-align:left}._wrap_u4moi_90 section table td._unChosen_u4moi_121{color:#d9d9d9}._wrap_u4moi_90 section table td._unChosen_u4moi_121 .pred-content-ind{background:#d9d9d9;margin-top:3px}._wrap_u4moi_90 section table .pred-content-ind{margin-top:3px}._wrap_u4moi_90 section ._label-value_u4moi_131{display:flex;justify-content:space-between;padding-right:16px}._wrap_u4moi_90 ._single-col_u4moi_136{grid-template-columns:auto}._wrap_u4moi_90 ._single-col_u4moi_136 span{text-transform:capitalize}._wrap_u4moi_90 ._confidence-wrap_u4moi_142{display:flex;align-items:start}._wrap_u4moi_90 ._confidence-wrap_u4moi_142 ._confidence-label_u4moi_146{text-transform:capitalize;padding-left:8px}._footer_u4moi_151{border-top:1px solid #d9d9d9;height:54px}._fade-enter_10q4s_9{opacity:0}._fade-enter-to_10q4s_13{opacity:1}._fade-enter-active_10q4s_17{transition:all .5s ease}._fade-leave_10q4s_21{opacity:0}._fade-leave-active_10q4s_25{transition:all .5s ease}._o-icon--danger_10q4s_29,._o-field__message-danger_10q4s_30{color:#f5222d!important}._o-input--danger_10q4s_34{border-color:#f5222d!important}._o-field__label_10q4s_38{text-align:left}._o-field_10q4s_30 ._o-field_10q4s_30{margin-bottom:0}._o-table_10q4s_46{border-collapse:collapse}._o-table__wrapper--mobile_10q4s_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_10q4s_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_10q4s_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_10q4s_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_10q4s_70:hover{cursor:pointer}._prediction-modal_10q4s_90 .petra-modal{background:#fff;color:#262626}._prediction-modal_10q4s_90 .petra-modal .petra-modal-header-wrap{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:700;padding:16px 24px}._prediction-modal_10q4s_90 .petra-modal .petra-modal-body{padding:24px}._prediction-modal_10q4s_90 .petra-modal .petra-modal-footer-wrap{display:none}._fade-enter_1uzi8_9{opacity:0}._fade-enter-to_1uzi8_13{opacity:1}._fade-enter-active_1uzi8_17{transition:all .5s ease}._fade-leave_1uzi8_21{opacity:0}._fade-leave-active_1uzi8_25{transition:all .5s ease}._o-icon--danger_1uzi8_29,._o-field__message-danger_1uzi8_30{color:#f5222d!important}._o-input--danger_1uzi8_34{border-color:#f5222d!important}._o-field__label_1uzi8_38{text-align:left}._o-field_1uzi8_30 ._o-field_1uzi8_30{margin-bottom:0}._o-table_1uzi8_46{border-collapse:collapse}._o-table__wrapper--mobile_1uzi8_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1uzi8_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1uzi8_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1uzi8_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1uzi8_70:hover{cursor:pointer}._wrap_1uzi8_90{display:flex;align-items:center;text-align:left}._wrap_1uzi8_90 .o-drop__trigger{height:52px;align-content:center;margin-left:-7px;margin-right:-7px;padding-left:7px;padding-right:7px;width:38px}._wrap_1uzi8_90 .o-drop__item,._wrap_1uzi8_90 .o-drop__item--active{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;color:#595959;line-height:32px;padding:.25rem 1rem!important}._wrap_1uzi8_90 .o-drop__item:hover,._wrap_1uzi8_90 .o-drop__item--active:hover{background:#daeff5}._wrap_1uzi8_90 .o-drop__item:active,._wrap_1uzi8_90 .o-drop__item--active:active{color:#007ba6}@media screen and (max-width: 1023px){._wrap_1uzi8_90{min-width:50%!important;width:50%!important}}._wrap_1uzi8_90 .o-drop__menu{left:30px;top:2px;width:175px;border-radius:2px;box-shadow:0 2px 8px #00000026}@media screen and (max-width: 1023px){._wrap_1uzi8_90 .o-drop__menu{width:calc(100vw - 40px);max-width:460px;max-height:calc(100vh - 120px);transform:translate3d(-50%,-25%,0);white-space:normal;overflow-y:auto;z-index:50!important;position:absolute;left:30px;top:2px}}._wrap_1dqq0_1{display:flex;align-items:center;text-align:right}._wrap_1dqq0_1 ._confidence-td_1dqq0_6{padding:8px 0 8px 8px}._fade-enter_gw2g6_9{opacity:0}._fade-enter-to_gw2g6_13{opacity:1}._fade-enter-active_gw2g6_17{transition:all .5s ease}._fade-leave_gw2g6_21{opacity:0}._fade-leave-active_gw2g6_25{transition:all .5s ease}._o-icon--danger_gw2g6_29,._o-field__message-danger_gw2g6_30{color:#f5222d!important}._o-input--danger_gw2g6_34{border-color:#f5222d!important}._o-field__label_gw2g6_38{text-align:left}._o-field_gw2g6_30 ._o-field_gw2g6_30{margin-bottom:0}._o-table_gw2g6_46{border-collapse:collapse}._o-table__wrapper--mobile_gw2g6_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_gw2g6_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_gw2g6_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_gw2g6_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_gw2g6_70:hover{cursor:pointer}tbody td span._td_gw2g6_204{padding:7px 11px;height:100%;display:flex;justify-content:center;align-items:center;justify-content:end;position:relative}._el_gw2g6_214{width:100%;background:brown;position:sticky;top:0;z-index:40;overflow:hidden}._el_j01qo_1{overflow-x:auto;overflow-y:hidden;width:100%;height:30px;margin-bottom:10px}div[scroll=off]{position:absolute;top:0;left:0}#parentScrollWrap .o-table__th--sortable .sort-asc,#parentScrollWrap .o-table__th--sortable .sort-dsc,#parentScrollWrap .o-table__th--sortable.asc .sort-default,#parentScrollWrap .o-table__th--sortable.dsc .sort-default,#sticky-header-container .o-table__th--sortable .sort-asc,#sticky-header-container .o-table__th--sortable .sort-dsc,#sticky-header-container .o-table__th--sortable.asc .sort-default,#sticky-header-container .o-table__th--sortable.dsc .sort-default{display:none}#parentScrollWrap .o-table__th--sortable.asc .sort-asc,#parentScrollWrap .o-table__th--sortable.dsc .sort-dsc,#sticky-header-container .o-table__th--sortable.asc .sort-asc,#sticky-header-container .o-table__th--sortable.dsc .sort-dsc{display:block}#parentScrollWrap .sort-arrow-container,#sticky-header-container .sort-arrow-container{bottom:4px;right:3px}#parentScrollWrap .o-table__th--sortable img,#sticky-header-container .o-table__th--sortable img{width:12px}._fade-enter_1vj5u_9{opacity:0}._fade-enter-to_1vj5u_13{opacity:1}._fade-enter-active_1vj5u_17{transition:all .5s ease}._fade-leave_1vj5u_21{opacity:0}._fade-leave-active_1vj5u_25{transition:all .5s ease}._o-icon--danger_1vj5u_29,._o-field__message-danger_1vj5u_30{color:#f5222d!important}._o-input--danger_1vj5u_34{border-color:#f5222d!important}._o-field__label_1vj5u_38{text-align:left}._o-field_1vj5u_30 ._o-field_1vj5u_30{margin-bottom:0}._o-table_1vj5u_46{border-collapse:collapse}._o-table__wrapper--mobile_1vj5u_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1vj5u_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1vj5u_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1vj5u_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1vj5u_70:hover{cursor:pointer}tbody td span._td_1vj5u_204{padding:7px 11px;height:100%;display:flex;justify-content:center;align-items:center;justify-content:end;position:relative}._table-wrap_1vj5u_214{overflow:auto;overflow-x:hidden;color:#363636}._table-wrap_1vj5u_214 .table-wrapper.has-mobile-cards{overflow-x:revert!important}._table-wrap_1vj5u_214 .baseline-row{background:#d9f7be;color:#363636}._table-wrap_1vj5u_214 #parentScrollWrap .o-table{border-collapse:collapse;opacity:0}._table-wrap_1vj5u_214 .pred-table-row-class:hover,._table-wrap_1vj5u_214 .baseline-row:hover,._table-wrap_1vj5u_214 .pred-table-row-class.o-table__tr--selected{background:#daeff5;color:#0e6f93;cursor:pointer}._table-wrap_1vj5u_214 tbody tr{transition:background-color .25s linear}._table-wrap_1vj5u_214 tbody .confidence-td{padding:8px 0 8px 8px}._table-wrap_1vj5u_214 tbody tr:last-child td{border-bottom:none}._table-wrap_1vj5u_214 tbody tr.is-selected{background:#daeff5;color:#0e6f93}._table-wrap_1vj5u_214 tbody td{height:54px}._table-wrap_1vj5u_214 .o-table.loaded{opacity:1}._table-wrap_1vj5u_214 .o-load{opacity:0}._table-wrap_1vj5u_214 .o-table.is-hoverable tbody tr:not(.is-selected):hover{background:#daeff5;color:#0e6f93;cursor:pointer}._fade-enter_1i7t1_9{opacity:0}._fade-enter-to_1i7t1_13{opacity:1}._fade-enter-active_1i7t1_17{transition:all .5s ease}._fade-leave_1i7t1_21{opacity:0}._fade-leave-active_1i7t1_25{transition:all .5s ease}._o-icon--danger_1i7t1_29,._o-field__message-danger_1i7t1_30{color:#f5222d!important}._o-input--danger_1i7t1_34{border-color:#f5222d!important}._o-field__label_1i7t1_38{text-align:left}._o-field_1i7t1_30 ._o-field_1i7t1_30{margin-bottom:0}._o-table_1i7t1_46{border-collapse:collapse}._o-table__wrapper--mobile_1i7t1_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1i7t1_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1i7t1_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1i7t1_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1i7t1_70:hover{cursor:pointer}._primary-button_1i7t1_90{min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;border-radius:2px;min-height:24px;height:24px;padding:1px 8px}._primary-button_1i7t1_90 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._primary-button_1i7t1_90:hover:not(:disabled){background:#007ba6;color:#fff}._primary-button_1i7t1_90:focus:not(:disabled){background:#007ba6;color:#fff}._primary-button_1i7t1_90:active:not(:disabled){background:#004d69;color:#fff}._primary-button_1i7t1_90:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._fade-enter_1277z_9{opacity:0}._fade-enter-to_1277z_13{opacity:1}._fade-enter-active_1277z_17{transition:all .5s ease}._fade-leave_1277z_21{opacity:0}._fade-leave-active_1277z_25{transition:all .5s ease}._o-icon--danger_1277z_29,._o-field__message-danger_1277z_30{color:#f5222d!important}._o-input--danger_1277z_34{border-color:#f5222d!important}._o-field__label_1277z_38{text-align:left}._o-field_1277z_30 ._o-field_1277z_30{margin-bottom:0}._o-table_1277z_46{border-collapse:collapse}._o-table__wrapper--mobile_1277z_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1277z_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1277z_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1277z_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1277z_70:hover{cursor:pointer}._errorMsg_1277z_90{color:#ff4d4f;padding-left:8px}._fade-enter_f90j3_10{opacity:0}._fade-enter-to_f90j3_14{opacity:1}._fade-enter-active_f90j3_18{transition:all .5s ease}._fade-leave_f90j3_22{opacity:0}._fade-leave-active_f90j3_26{transition:all .5s ease}._o-icon--danger_f90j3_30,._o-field__message-danger_f90j3_31{color:#f5222d!important}._o-input--danger_f90j3_35{border-color:#f5222d!important}._o-field__label_f90j3_39{text-align:left}._o-field_f90j3_31 ._o-field_f90j3_31{margin-bottom:0}._o-table_f90j3_47{border-collapse:collapse}._o-table__wrapper--mobile_f90j3_51 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_f90j3_51 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_f90j3_71{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_f90j3_71 img{width:14px;height:14px;margin-left:4px}._btn-outline_f90j3_71:hover{cursor:pointer}section ._fieldWrap_f90j3_91{display:flex;align-items:center;justify-content:space-between;border-radius:16px;padding:4px 8px}section ._fieldWrap_f90j3_91._numberFieldWrap_f90j3_98{flex:1 1 auto}section ._fieldWrap_f90j3_91._textFieldWrap_f90j3_101{flex-direction:column;align-items:flex-start}section ._fieldWrap_f90j3_91._errorWrap_f90j3_105{border:1px solid #ff4d4f;flex-wrap:wrap}section ._fieldWrap_f90j3_91 ._pillAndErrorWrap_f90j3_109{display:flex;align-items:center}section ._fieldWrap_f90j3_91 ._errorMsg_f90j3_113{color:#ff4d4f;padding-left:8px}section ._fieldWrap_f90j3_91 ._pill_f90j3_109{display:inline-block;padding:4px 32px 4px 16px;margin:4px;border:1px solid #d9d9d9;border-radius:16px;position:relative}section ._fieldWrap_f90j3_91 ._pill_f90j3_109:hover{cursor:pointer}section ._fieldWrap_f90j3_91 .filter-pill:hover{cursor:pointer}section ._fieldWrap_f90j3_91 .petra-checkbox input{margin-top:0}section ._fieldWrap_f90j3_91 .deselected-filter-pill:after{content:"+";position:absolute;right:11px;margin-top:-1px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:15px;font-weight:600}section ._fieldWrap_f90j3_91 .selected-filter-pill:after{content:"✖";position:absolute;right:11px;top:50%;transform:translateY(-50%);cursor:pointer}section ._fieldWrap_f90j3_91 ._text-item_f90j3_154{display:inline-flex;padding:4px 8px;margin:0 4px}section ._fieldWrap_f90j3_91 ul._filter-by_f90j3_159 li{margin-bottom:8px}section ._fieldWrap_f90j3_91 ul._filter-by_f90j3_159 li._number_f90j3_98{display:flex;margin-bottom:8px;justify-content:space-between;flex-wrap:wrap}section ._fieldWrap_f90j3_91 ._sliderWrap_f90j3_168>div{width:200px}section ._fieldWrap_f90j3_91 span._display-view_f90j3_171{min-width:100px;padding-left:16px;text-align:right}section h3._h3_f90j3_176{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:8px;text-transform:capitalize;position:sticky;top:16px;z-index:2}section h3._h3_f90j3_176 span._select-all_f90j3_193{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;text-decoration:underline;cursor:pointer;text-transform:none}section._design_f90j3_203{color:#2e85a4}section._design_f90j3_203 ._h3_f90j3_176{background:#b9e0ed}section._design_f90j3_203 .filter-pill{color:#2e85a4;border:#b9e0ed 1px solid}section._design_f90j3_203 .filter-pill:hover{background:#b9e0ed}section._design_f90j3_203 .selected-filter-pill{color:#2e85a4;border:#b9e0ed 1px solid;background:#b9e0ed}section._design_f90j3_203 .selected-filter-pill:after{color:#2e85a4}section._result_f90j3_224{color:#595959}section._result_f90j3_224 ._h3_f90j3_176{background:#d9d9d9}section._result_f90j3_224 .filter-pill{color:#595959;border:#d9d9d9 1px solid}section._result_f90j3_224 .filter-pill:hover{background:#d9d9d9}section._result_f90j3_224 .selected-filter-pill{color:#595959;border:#d9d9d9 1px solid;background:#d9d9d9;flex:0 0 auto}section._result_f90j3_224 .selected-filter-pill:after{color:#595959}section._factor_f90j3_246{color:#6b2e09}section._factor_f90j3_246 ._h3_f90j3_176{background:#ffbb96}section._factor_f90j3_246 .filter-pill{color:#6b2e09;border:#ffbb96 1px solid}section._factor_f90j3_246 .filter-pill:hover{background:#ffbb96}section._factor_f90j3_246 .selected-filter-pill{color:#6b2e09;border:#ffbb96 1px solid;background:#ffbb96}section._factor_f90j3_246 .selected-filter-pill:after{color:#6b2e09}section._factor_f90j3_246 .petra-slider .o-slide__track{border:1px solid #ffbb96}section._factor_f90j3_246 .o-slide__fill{background:#ffbb96}section._factor_f90j3_246 .o-slide__thumb--dragging{background:#ffbb96}section._factor_f90j3_246 .o-tip__content{background:#ffbb96}section._factor_f90j3_246 .o-tip__arrow{color:#ffbb96}._fade-enter_rch3h_9{opacity:0}._fade-enter-to_rch3h_13{opacity:1}._fade-enter-active_rch3h_17{transition:all .5s ease}._fade-leave_rch3h_21{opacity:0}._fade-leave-active_rch3h_25{transition:all .5s ease}._o-icon--danger_rch3h_29,._o-field__message-danger_rch3h_30{color:#f5222d!important}._o-input--danger_rch3h_34{border-color:#f5222d!important}._o-field__label_rch3h_38{text-align:left}._o-field_rch3h_30 ._o-field_rch3h_30{margin-bottom:0}._o-table_rch3h_46{border-collapse:collapse}._o-table__wrapper--mobile_rch3h_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_rch3h_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_rch3h_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_rch3h_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_rch3h_70:hover{cursor:pointer}._wrap_rch3h_90{min-height:50vh;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._wrap_rch3h_90 ._filtering-text_rch3h_98{color:#8c8c8c}._wrap_rch3h_90._wrap-while-loading_rch3h_101{display:flex;justify-content:center;align-items:center;color:#8c8c8c}._wrap_rch3h_90 p{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._wrap_rch3h_90 h3._h3_rch3h_114{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:8px}._wrap_rch3h_90 h3._h3_rch3h_114 span._select-all_rch3h_127{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;text-decoration:underline;cursor:pointer}._wrap_rch3h_90 section{min-height:50px;padding-bottom:24px}._footer_rch3h_141{border-top:1px solid #d9d9d9;display:flex;justify-content:flex-end;align-items:center;padding:16px}._footer_rch3h_141 span._clear-all_rch3h_148{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;text-decoration:underline;cursor:pointer;padding:0 16px;color:#2e85a4}._fade-enter_umuei_9{opacity:0}._fade-enter-to_umuei_13{opacity:1}._fade-enter-active_umuei_17{transition:all .5s ease}._fade-leave_umuei_21{opacity:0}._fade-leave-active_umuei_25{transition:all .5s ease}._o-icon--danger_umuei_29,._o-field__message-danger_umuei_30{color:#f5222d!important}._o-input--danger_umuei_34{border-color:#f5222d!important}._o-field__label_umuei_38{text-align:left}._o-field_umuei_30 ._o-field_umuei_30{margin-bottom:0}._o-table_umuei_46{border-collapse:collapse}._o-table__wrapper--mobile_umuei_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_umuei_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_umuei_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_umuei_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_umuei_70:hover{cursor:pointer}._iconWrap_umuei_90 .petra-modal-body{padding:0!important}._iconWrap_umuei_90 ._filter-btn_umuei_93 img{width:14px;height:14px;margin-left:4px}.btn-outline{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}.btn-outline img{width:14px;height:14px;margin-left:4px}.btn-outline:hover{cursor:pointer}.polygon-image-selector-label{color:#595959}.polygon-image-selector .petra-dropdown{max-height:350px;overflow-y:auto;color:#00678c}.polygon-image-selector p{color:#00678c}.petra-modal-body{padding-top:0!important;max-height:80vh!important}.petra-modal-header-wrap,.petra-modal-footer-wrap{border-bottom:none!important;border-top:none!important}._fade-enter_dsb05_9{opacity:0}._fade-enter-to_dsb05_13{opacity:1}._fade-enter-active_dsb05_17{transition:all .5s ease}._fade-leave_dsb05_21{opacity:0}._fade-leave-active_dsb05_25{transition:all .5s ease}._o-icon--danger_dsb05_29,._o-field__message-danger_dsb05_30{color:#f5222d!important}._o-input--danger_dsb05_34{border-color:#f5222d!important}._o-field__label_dsb05_38{text-align:left}._o-field_dsb05_30 ._o-field_dsb05_30{margin-bottom:0}._o-table_dsb05_46{border-collapse:collapse}._o-table__wrapper--mobile_dsb05_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_dsb05_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_dsb05_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_dsb05_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_dsb05_70:hover{cursor:pointer}tr.grouped-hd-row .th-design{background:#b9e0ed;color:#00678c}tr.grouped-hd-row .th-result{background:#d9d9d9;color:#595959}tr.grouped-hd-row .th-factor{background:#ffbb96;color:#612500}tr.grouped-hd-row th{text-align:center!important}th .o-tip__content{min-width:250px}thead th:last-of-type{border-right:none}thead tr:nth-child(2) th.th-design:first-of-type{padding-left:24px;padding-right:24px}thead th .th-wrap{text-align:center!important}thead .o-table__th--sortable>span{display:block;padding-right:6px}thead th.is-sortable .th-wrap{flex-direction:row}thead th.is-sortable .th-wrap .icon{margin-left:-.1rem}thead th.is-sortable.is-current-sort .th-wrap .icon{left:calc(100% - 6px)}tr.grouped-hd-row{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700;text-align:center;height:54px}thead th.is-sortable .th-wrap span.is-relative{width:100%;padding-right:10px}thead th:hover,thead th.is-sortable:hover,thead th.is-current-sort{border-right:1px solid #e8e8e8}.o-table.sorted-petra-table .o-table__th-current-sort .sort-arrow-container{background:#e8e8e8}.o-table.sorted-petra-table .o-table__th-current-sort{background:#004d69;color:#fff}thead tr{border:1px solid #e8e8e8;background:#fafafa;height:40px}th{color:#262626;border-width:0;border-right:1px solid #e8e8e8;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700;vertical-align:middle;padding:6px;text-align:left!important;position:relative}tbody td{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;height:40px;vertical-align:middle;padding:6px;border-bottom:1px solid #d9d9d9}tbody td span._td_dsb05_204{padding:7px 11px;height:100%;display:flex;justify-content:center;align-items:center;justify-content:end;position:relative}._wrap_dsb05_214{width:100%;margin:8px auto 0;background:#daeff5;border:#86cee7 1px solid;border-radius:2px;overflow:auto}._wrap_dsb05_214 ._header_dsb05_223{text-align:center;display:flex;justify-content:center;align-items:center;height:46px;background:#b9e0ed}._wrap_dsb05_214 ._header_dsb05_223:hover{cursor:pointer}._wrap_dsb05_214 ._body_dsb05_234{padding:8px}._wrap_dsb05_214 h2{display:inline-block;font-weight:700;color:#00678c}._wrap_dsb05_214 ._expand-collapse_dsb05_242{cursor:pointer;color:#00678c;font-size:24px}._wrap_dsb05_214 ._info_dsb05_247 p{padding:4px}._wrap_dsb05_214 ._table-wrap_dsb05_250 .o-table__td--sticky{background:#004d69;color:#fff}._wrap_dsb05_214 ._table-wrap_dsb05_250 .o-table__th--sticky{background:#004d69;color:#fff;z-index:2}._wrap_dsb05_214 ._loading_dsb05_259{color:#8c8c8c;color:#00678c}._wrap_dsb05_214 ._error_dsb05_263{color:#f5222d}._wrap_dsb05_214 ._count_dsb05_266{color:#262626;font-size:14px;font-weight:700}._fade-enter_tuk4b_9{opacity:0}._fade-enter-to_tuk4b_13{opacity:1}._fade-enter-active_tuk4b_17{transition:all .5s ease}._fade-leave_tuk4b_21{opacity:0}._fade-leave-active_tuk4b_25{transition:all .5s ease}._o-icon--danger_tuk4b_29,._o-field__message-danger_tuk4b_30{color:#f5222d!important}._o-input--danger_tuk4b_34{border-color:#f5222d!important}._o-field__label_tuk4b_38{text-align:left}._o-field_tuk4b_30 ._o-field_tuk4b_30{margin-bottom:0}._o-table_tuk4b_46{border-collapse:collapse}._o-table__wrapper--mobile_tuk4b_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_tuk4b_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_tuk4b_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_tuk4b_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_tuk4b_70:hover{cursor:pointer}._fade-enter-active_tuk4b_17{transition-duration:2s;transition-delay:2s}._fade-leave-active_tuk4b_25{transition:opacity .5s}._fade-enter-from_tuk4b_99,._fade-leave-to_tuk4b_100{opacity:0}._fade-enter-to_tuk4b_13,._fade-leave-from_tuk4b_105{opacity:1}._wrap_tuk4b_109{width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:min-content 1fr}._wrap_tuk4b_109 ._tool-bar_tuk4b_115{display:flex;justify-content:space-between;padding:16px 0}._wrap_tuk4b_109 ._tool-bar_tuk4b_115 ._primary-button_tuk4b_120{min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;border-radius:2px;min-height:24px;height:24px;padding:1px 8px}._wrap_tuk4b_109 ._tool-bar_tuk4b_115 ._primary-button_tuk4b_120 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_tuk4b_109 ._tool-bar_tuk4b_115 ._primary-button_tuk4b_120:hover:not(:disabled){background:#007ba6;color:#fff}._wrap_tuk4b_109 ._tool-bar_tuk4b_115 ._primary-button_tuk4b_120:focus:not(:disabled){background:#007ba6;color:#fff}._wrap_tuk4b_109 ._tool-bar_tuk4b_115 ._primary-button_tuk4b_120:active:not(:disabled){background:#004d69;color:#fff}._wrap_tuk4b_109 ._tool-bar_tuk4b_115 ._primary-button_tuk4b_120:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._loading-text_tuk4b_162{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;padding-top:15px;padding-left:3px;text-wrap:nowrap;display:flex}._sticky-window_tuk4b_174{position:sticky;position:-webkit-sticky;align-self:center;top:0;width:min-content;padding-top:350px;opacity:1}._relative-window_tuk4b_184{position:relative;height:100%}._table_tuk4b_189{position:relative;z-index:0}._absolute-window_tuk4b_194{position:absolute;z-index:5;height:100%;left:50%;transform:translate(-50%)}._fade-enter_1pg1t_9{opacity:0}._fade-enter-to_1pg1t_13{opacity:1}._fade-enter-active_1pg1t_17{transition:all .5s ease}._fade-leave_1pg1t_21{opacity:0}._fade-leave-active_1pg1t_25{transition:all .5s ease}._o-icon--danger_1pg1t_29,._o-field__message-danger_1pg1t_30{color:#f5222d!important}._o-input--danger_1pg1t_34{border-color:#f5222d!important}._o-field__label_1pg1t_38{text-align:left}._o-field_1pg1t_30 ._o-field_1pg1t_30{margin-bottom:0}._o-table_1pg1t_46{border-collapse:collapse}._o-table__wrapper--mobile_1pg1t_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1pg1t_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1pg1t_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1pg1t_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1pg1t_70:hover{cursor:pointer}._drop-down-trigger_1pg1t_90{width:24px;height:24px;border-radius:50%;border:1px solid #d9d9d9}._drop-down-trigger_1pg1t_90 .petra-dropdown{max-height:450px;overflow-y:auto}._drop-down-trigger_1pg1t_90 .o-drop{width:100%;padding:0}._drop-down-trigger_1pg1t_90 .o-drop__trigger{width:100%;display:block}._drop-down-trigger_1pg1t_90 .dropdown-item{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;padding-left:16px;padding-right:16px}._drop-down-trigger_1pg1t_90 .dropdown-item.is-active{color:#007ba6;background:none}._drop-down-trigger_1pg1t_90 .petra-dropdown{width:300px}._drop-down-trigger_1pg1t_90 ._ellipsis_1pg1t_124{display:flex;justify-content:center;align-items:center;color:#595959}._drop-down-trigger_1pg1t_90 ._ellipsis_1pg1t_124:hover,a:hover{cursor:pointer}._fade-enter_2zb04_9{opacity:0}._fade-enter-to_2zb04_13{opacity:1}._fade-enter-active_2zb04_17{transition:all .5s ease}._fade-leave_2zb04_21{opacity:0}._fade-leave-active_2zb04_25{transition:all .5s ease}._o-icon--danger_2zb04_29,._o-field__message-danger_2zb04_30{color:#f5222d!important}._o-input--danger_2zb04_34{border-color:#f5222d!important}._o-field__label_2zb04_38{text-align:left}._o-field_2zb04_30 ._o-field_2zb04_30{margin-bottom:0}._o-table_2zb04_46{border-collapse:collapse}._o-table__wrapper--mobile_2zb04_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_2zb04_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_2zb04_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_2zb04_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_2zb04_70:hover{cursor:pointer}._wrap_2zb04_90{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;display:grid;justify-content:start}._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99{display:flex;justify-content:center;align-items:center;align-items:start}._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99 ._pred-chart_2zb04_99{display:flex;justify-content:center;align-items:center;position:relative}._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99 ._pred-chart_2zb04_99 ._x-dropdown_2zb04_111{bottom:0;width:100%;height:60px;position:absolute;display:flex;justify-content:center;align-items:center}._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99 ._pred-chart_2zb04_99 ._y-dropdown_2zb04_120{left:0;width:60px;height:100%;position:absolute;display:flex;justify-content:center;align-items:center}._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99 ._pred-chart_2zb04_99 ._drop-down-trigger_2zb04_129{width:24px;height:24px;border-radius:50%;border:1px solid #d9d9d9}._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99 ._pred-chart_2zb04_99 ._drop-down-trigger_2zb04_129 .dropdown,._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99 ._pred-chart_2zb04_99 ._drop-down-trigger_2zb04_129 .dropdown-trigger{width:100%}._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99 ._pred-chart_2zb04_99 ._drop-down-trigger_2zb04_129 ._ellipsis_2zb04_139{display:flex;justify-content:center;align-items:center;color:#595959}._wrap_2zb04_90 ._pred-chart-wrap_2zb04_99 ._pred-chart_2zb04_99 ._drop-down-trigger_2zb04_129 ._ellipsis_2zb04_139:hover{cursor:pointer}._wrap_2zb04_90 #pred-chart svg.cnv{background:#fbfbfb}._wrap_2zb04_90 #pred-chart .x.axis path,._wrap_2zb04_90 #pred-chart .y.axis path{stroke:#999;stroke-width:1.5px}._wrap_2zb04_90 #pred-chart circle{transition:stroke-dasharray .3s ease,stroke-width .3s ease,stroke .3s ease}._wrap_2zb04_90 #pred-chart circle.circ-in-table{cursor:pointer;stroke:#8c8c8c;stroke-width:1.5px;stroke-dasharray:5,5;filter:drop-shadow(0 0 5px rgba(24,144,255,.5))}._wrap_2zb04_90 #pred-chart circle.circ-checked{cursor:pointer;stroke:#8c8c8c;stroke-width:1.5px;stroke-dasharray:0,0;filter:drop-shadow(0 0 5px rgba(24,144,255,.5))}._wrap_2zb04_90 #pred-chart circle:hover,._wrap_2zb04_90 #pred-chart circle.circ-hover,._wrap_2zb04_90 #pred-chart circle.circ-selected{cursor:pointer;stroke:#007ba6;stroke-width:2px;filter:drop-shadow(0 0 5px rgba(24,144,255,.5))}._wrap_2zb04_90 #pred-chart circle.circs{fill-opacity:0}._wrap_2zb04_90 #pred-chart circle.none{fill:#cf1221}._wrap_2zb04_90 #pred-chart circle.low{fill:#ffd667}._wrap_2zb04_90 #pred-chart circle.high{fill:#bae637}._wrap_2zb04_90 .circle-group:hover{cursor:pointer}._wrap_2zb04_90 .circle-group:hover circle,._wrap_2zb04_90 #pred-chart path.circ-selected{cursor:pointer;stroke:#00678c;stroke-width:2px;filter:drop-shadow(0 0 5px rgba(24,144,255,.5))}._wrap_2zb04_90 #pred-chart path.none{fill:#cf1221}._wrap_2zb04_90 #pred-chart path.low{fill:#ffd667}._wrap_2zb04_90 #pred-chart path.high{fill:#bae637}._wrap_2zb04_90 #pred-chart text.x-axis,._wrap_2zb04_90 #pred-chart text.y-axis{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;text-transform:uppercase}._fade-enter_wke0c_9{opacity:0}._fade-enter-to_wke0c_13{opacity:1}._fade-enter-active_wke0c_17{transition:all .5s ease}._fade-leave_wke0c_21{opacity:0}._fade-leave-active_wke0c_25{transition:all .5s ease}._o-icon--danger_wke0c_29,._o-field__message-danger_wke0c_30{color:#f5222d!important}._o-input--danger_wke0c_34{border-color:#f5222d!important}._o-field__label_wke0c_38{text-align:left}._o-field_wke0c_30 ._o-field_wke0c_30{margin-bottom:0}._o-table_wke0c_46{border-collapse:collapse}._o-table__wrapper--mobile_wke0c_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_wke0c_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_wke0c_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_wke0c_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_wke0c_70:hover{cursor:pointer}._tool-bar_wke0c_90{padding:16px 0}._tool-bar_wke0c_90 ._primary-button_wke0c_93{min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;border-radius:2px;min-height:24px;height:24px;padding:1px 8px;margin-right:10px}._tool-bar_wke0c_90 ._primary-button_wke0c_93 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._tool-bar_wke0c_90 ._primary-button_wke0c_93:hover:not(:disabled){background:#007ba6;color:#fff}._tool-bar_wke0c_90 ._primary-button_wke0c_93:focus:not(:disabled){background:#007ba6;color:#fff}._tool-bar_wke0c_90 ._primary-button_wke0c_93:active:not(:disabled){background:#004d69;color:#fff}._tool-bar_wke0c_90 ._primary-button_wke0c_93:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._tool-bar_wke0c_90 ._secondary-button_wke0c_135{min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959;border-radius:2px;min-height:24px;height:24px;padding:1px 8px}._tool-bar_wke0c_90 ._secondary-button_wke0c_135 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._tool-bar_wke0c_90 ._secondary-button_wke0c_135:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._tool-bar_wke0c_90 ._secondary-button_wke0c_135:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._tool-bar_wke0c_90 ._secondary-button_wke0c_135:active:not(:disabled){border-color:#004d69;color:#004d69}._tool-bar_wke0c_90 ._secondary-button_wke0c_135:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._table-wrap_wke0c_177{width:100%;display:grid;grid:minmax(0,1fr)/minmax(0,1fr);color:#363636;overflow:auto}._table-wrap_wke0c_177 .o-table__td.o-table__td-checkbox.petra-checkbox{padding-left:15.5px}._table-wrap_wke0c_177 .o-table__th.o-table__th-checkbox.petra-checkbox{padding-left:16px}._table-wrap_wke0c_177 .o-table{border-collapse:collapse;opacity:1}._table-wrap_wke0c_177 .o-table .pred-table-row-class:hover,._table-wrap_wke0c_177 .o-table .pred-table-row-class-hovered,._table-wrap_wke0c_177 .o-table .pred-table-row-class.o-table__tr--selected{background:#daeff5;color:#0e6f93;cursor:pointer}._table-wrap_wke0c_177 .o-table thead tr{border:1px solid #e8e8e8;background:#fafafa;height:54px}._table-wrap_wke0c_177 .o-table thead tr th{color:#262626;border-width:0;border-right:1px solid #e8e8e8;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700;vertical-align:middle;padding-right:15px;padding-left:10px;text-align:left!important}._table-wrap_wke0c_177 .o-table thead tr th:last-of-type{border-right:none}._table-wrap_wke0c_177 .o-table thead tr th .th-wrap{text-align:center!important}._table-wrap_wke0c_177 .o-table thead tr th.is-sortable .th-wrap{flex-direction:row}._table-wrap_wke0c_177 .o-table thead tr th.is-sortable .th-wrap .icon{margin-left:-.1rem}._table-wrap_wke0c_177 .o-table thead tr th.is-sortable.is-current-sort .th-wrap .icon{left:calc(100% - 6px)}._table-wrap_wke0c_177 .o-table thead tr th.is-sortable .th-wrap span.is-relative{width:50%;padding-right:10px}._table-wrap_wke0c_177 .o-table thead tr th:hover,._table-wrap_wke0c_177 .o-table thead tr th.is-sortable:hover,._table-wrap_wke0c_177 .o-table thead tr th.is-current-sort{border-right:1px solid #e8e8e8}._table-wrap_wke0c_177 .o-table thead tr.grouped-hd-row{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700;text-align:center}._table-wrap_wke0c_177 .o-table thead tr.grouped-hd-row th{text-align:center!important}._table-wrap_wke0c_177 .o-table thead tr.grouped-hd-row .th-design{background:#b9e0ed;color:#00678c}._table-wrap_wke0c_177 .o-table thead tr.grouped-hd-row .th-result{background:#d9d9d9;color:#595959}._table-wrap_wke0c_177 .o-table thead tr.grouped-hd-row .th-factor{background:#ffbb96;color:#612500}._table-wrap_wke0c_177 .o-table tbody tr{transition:background-color .25s linear}._table-wrap_wke0c_177 .o-table tbody tr td{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;height:54px;vertical-align:middle;padding:0;border-bottom:1px solid #d9d9d9}._table-wrap_wke0c_177 .o-table tbody tr td span._td_wke0c_281{padding:7px 11px;height:100%;display:flex;justify-content:center;align-items:center;justify-content:end;position:relative}._table-wrap_wke0c_177 .o-table tbody tr ._confidence-td_wke0c_290{padding:8px 0 8px 8px}._table-wrap_wke0c_177 .o-table tbody tr:last-child td{border-bottom:none}._table-wrap_wke0c_177 .o-table tbody tr.is-selected{background:#daeff5;color:#0e6f93}._table-wrap_wke0c_177 .o-table.is-hoverable tbody tr:not(.is-selected):hover{background:#daeff5;color:#0e6f93;cursor:pointer}._fade-enter_qsize_9{opacity:0}._fade-enter-to_qsize_13{opacity:1}._fade-enter-active_qsize_17{transition:all .5s ease}._fade-leave_qsize_21{opacity:0}._fade-leave-active_qsize_25{transition:all .5s ease}._o-icon--danger_qsize_29,._o-field__message-danger_qsize_30{color:#f5222d!important}._o-input--danger_qsize_34{border-color:#f5222d!important}._o-field__label_qsize_38{text-align:left}._o-field_qsize_30 ._o-field_qsize_30{margin-bottom:0}._o-table_qsize_46{border-collapse:collapse}._o-table__wrapper--mobile_qsize_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_qsize_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_qsize_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_qsize_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_qsize_70:hover{cursor:pointer}._wrap_qsize_90{display:grid;grid-template-columns:auto 1fr;column-gap:16px;padding:8px}._wrap_qsize_90 ._chart-wrap_qsize_96{width:100%;display:grid;grid:minmax(0,1fr)/minmax(0,1fr);margin-right:24px}._wrap_qsize_90 ._chart-inference_qsize_102 ._confidence-key-wrap_qsize_102{padding-bottom:8px}._wrap_qsize_90 ._chart-inference_qsize_102 ._confidence-key-wrap_qsize_102 h3{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#000;margin-bottom:4px}._wrap_qsize_90 ._chart-inference_qsize_102 ._confidence-key-wrap_qsize_102 ._each-leg_qsize_114{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;display:grid;grid-template-columns:auto auto;justify-content:start;align-items:center;margin-bottom:2px}._wrap_qsize_90 ._chart-inference_qsize_102 ._confidence-key-wrap_qsize_102 span{padding-left:8px}._wrap_qsize_90 ._chart-inference_qsize_102 ._point-data-wrap_qsize_129 ._default_qsize_129{height:270px;background:#d9d9d9;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;display:flex;justify-content:center;align-items:center;color:#8c8c8c;text-align:center}._wrap_qsize_90 ._chart-inference_qsize_102 ._point-data-wrap_qsize_129 ._tool-bar_qsize_143{padding:16px 0}._wrap_qsize_90 ._chart-inference_qsize_102 ._point-data-wrap_qsize_129 ._tool-bar_qsize_143 ._secondary-button_qsize_146{min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959;border-radius:2px;min-height:24px;height:24px;padding:1px 8px;margin-left:10px}._wrap_qsize_90 ._chart-inference_qsize_102 ._point-data-wrap_qsize_129 ._tool-bar_qsize_143 ._secondary-button_qsize_146 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_qsize_90 ._chart-inference_qsize_102 ._point-data-wrap_qsize_129 ._tool-bar_qsize_143 ._secondary-button_qsize_146:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_qsize_90 ._chart-inference_qsize_102 ._point-data-wrap_qsize_129 ._tool-bar_qsize_143 ._secondary-button_qsize_146:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._wrap_qsize_90 ._chart-inference_qsize_102 ._point-data-wrap_qsize_129 ._tool-bar_qsize_143 ._secondary-button_qsize_146:active:not(:disabled){border-color:#004d69;color:#004d69}._wrap_qsize_90 ._chart-inference_qsize_102 ._point-data-wrap_qsize_129 ._tool-bar_qsize_143 ._secondary-button_qsize_146:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._fade-enter_7cv4w_9{opacity:0}._fade-enter-to_7cv4w_13{opacity:1}._fade-enter-active_7cv4w_17{transition:all .5s ease}._fade-leave_7cv4w_21{opacity:0}._fade-leave-active_7cv4w_25{transition:all .5s ease}._o-icon--danger_7cv4w_29,._o-field__message-danger_7cv4w_30{color:#f5222d!important}._o-input--danger_7cv4w_34{border-color:#f5222d!important}._o-field__label_7cv4w_38{text-align:left}._o-field_7cv4w_30 ._o-field_7cv4w_30{margin-bottom:0}._o-table_7cv4w_46{border-collapse:collapse}._o-table__wrapper--mobile_7cv4w_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_7cv4w_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_7cv4w_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_7cv4w_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_7cv4w_70:hover{cursor:pointer}._wrap_7cv4w_90{background:#fff;border:#e8e8e8 1px solid;border-bottom:none}._wrap_7cv4w_90 ._row_7cv4w_95{display:grid;grid-template-columns:auto 1fr;align-items:center;border-bottom:1px solid #e8e8e8;color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_7cv4w_90 ._row_7cv4w_95 ._label_7cv4w_107{padding:8px;min-width:156px;border-right:1px solid #e8e8e8}._wrap_7cv4w_90 ._row_7cv4w_95 ._value_7cv4w_112{padding:8px}._wrap_7cv4w_90 ._row_7cv4w_95 ._nested_7cv4w_115{display:grid;grid-template-columns:auto 1fr}._wrap_7cv4w_90 ._row_7cv4w_95 ._nested_7cv4w_115 ._label_7cv4w_107{padding-right:24px}._wrap_7cv4w_90 ._row_7cv4w_95 ._link_7cv4w_122 span{color:#00538a}._wrap_7cv4w_90 ._row_7cv4w_95 ._link_7cv4w_122 span:hover,a:hover{cursor:pointer}._fade-enter_2e3ae_9{opacity:0}._fade-enter-to_2e3ae_13{opacity:1}._fade-enter-active_2e3ae_17{transition:all .5s ease}._fade-leave_2e3ae_21{opacity:0}._fade-leave-active_2e3ae_25{transition:all .5s ease}._o-icon--danger_2e3ae_29,._o-field__message-danger_2e3ae_30{color:#f5222d!important}._o-input--danger_2e3ae_34{border-color:#f5222d!important}._o-field__label_2e3ae_38{text-align:left}._o-field_2e3ae_30 ._o-field_2e3ae_30{margin-bottom:0}._o-table_2e3ae_46{border-collapse:collapse}._o-table__wrapper--mobile_2e3ae_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_2e3ae_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_2e3ae_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_2e3ae_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_2e3ae_70:hover{cursor:pointer}._wrap_2e3ae_90{background:#fff;border:#e8e8e8 1px solid;border-bottom:none}._wrap_2e3ae_90 ._row_2e3ae_95{display:grid;grid-template-columns:auto 1fr;align-items:center;border-bottom:1px solid #e8e8e8;color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_2e3ae_90 ._row_2e3ae_95 ._label_2e3ae_107{padding:8px;min-width:290px;border-right:1px solid #e8e8e8}._wrap_2e3ae_90 ._row_2e3ae_95 ._value_2e3ae_112{padding:8px}._wrap_2e3ae_90 ._row_2e3ae_95 ._nested_2e3ae_115{display:grid;grid-template-columns:auto 1fr}._wrap_2e3ae_90 ._row_2e3ae_95 ._nested_2e3ae_115 ._label_2e3ae_107{padding-right:24px}._wrap_2e3ae_90 ._row_2e3ae_95 ._link_2e3ae_122 span{color:#00538a}._wrap_2e3ae_90 ._row_2e3ae_95 ._link_2e3ae_122 span:hover,a:hover{cursor:pointer}._fade-enter_g5akh_9{opacity:0}._fade-enter-to_g5akh_13{opacity:1}._fade-enter-active_g5akh_17{transition:all .5s ease}._fade-leave_g5akh_21{opacity:0}._fade-leave-active_g5akh_25{transition:all .5s ease}._o-icon--danger_g5akh_29,._o-field__message-danger_g5akh_30{color:#f5222d!important}._o-input--danger_g5akh_34{border-color:#f5222d!important}._o-field__label_g5akh_38{text-align:left}._o-field_g5akh_30 ._o-field_g5akh_30{margin-bottom:0}._o-table_g5akh_46{border-collapse:collapse}._o-table__wrapper--mobile_g5akh_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_g5akh_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_g5akh_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_g5akh_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_g5akh_70:hover{cursor:pointer}._wrap_g5akh_90{display:grid;grid-template-columns:auto;column-gap:16px;padding:16px 8px 8px}._wrap_g5akh_90 ._details_g5akh_96{margin-bottom:24px}._fade-enter_1j1h7_9{opacity:0}._fade-enter-to_1j1h7_13{opacity:1}._fade-enter-active_1j1h7_17{transition:all .5s ease}._fade-leave_1j1h7_21{opacity:0}._fade-leave-active_1j1h7_25{transition:all .5s ease}._o-icon--danger_1j1h7_29,._o-field__message-danger_1j1h7_30{color:#f5222d!important}._o-input--danger_1j1h7_34{border-color:#f5222d!important}._o-field__label_1j1h7_38{text-align:left}._o-field_1j1h7_30 ._o-field_1j1h7_30{margin-bottom:0}._o-table_1j1h7_46{border-collapse:collapse}._o-table__wrapper--mobile_1j1h7_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1j1h7_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1j1h7_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1j1h7_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1j1h7_70:hover{cursor:pointer}._wrap_1j1h7_90{display:grid;grid-template-columns:auto auto;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959;align-items:center}._wrap_1j1h7_90 ._label-wrap_1j1h7_101 ._label_1j1h7_101{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;display:flex;justify-content:center;align-items:center;padding-right:32px;text-transform:capitalize}._wrap_1j1h7_90 ._control-wrap_1j1h7_113{display:grid;grid-template-columns:min-content auto min-content;align-items:center;color:#00678c}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 ._trigger_1j1h7_119{padding:16px 32px 16px 16px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='8'%20viewBox='0%200%2012%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.8122%200H10.6403C10.5606%200%2010.4856%200.0390626%2010.4388%200.103125L5.99971%206.22188L1.56065%200.103125C1.51377%200.0390626%201.43877%200%201.35908%200H0.18721C0.0856471%200%200.0262721%200.115625%200.0856471%200.198438L5.59502%207.79375C5.79502%208.06875%206.2044%208.06875%206.40284%207.79375L11.9122%200.198438C11.9731%200.115625%2011.9138%200%2011.8122%200Z'%20fill='%23BFBFBF'/%3e%3c/svg%3e") no-repeat 95% center;filter:brightness(0) saturate(100%) invert(28%) sepia(70%) saturate(1832%) hue-rotate(170deg) brightness(88%) contrast(81%)}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 ._trigger_1j1h7_119:hover{cursor:pointer}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 ._dropdown-wrap_1j1h7_127{margin-right:8px}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 h3{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 .dropdown-item{background-color:#fff;height:32px;width:100%;padding:5px 12px;color:#595959;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:left}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 .dropdown-item:hover{background-color:#daeff5}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 ._btn_1j1h7_70{display:flex;width:32px;height:32px;margin-right:8px;border-radius:4px;cursor:pointer;justify-content:center;align-items:center;border:1px solid #d9d9d9;background:none;color:#595959}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 ._btn_1j1h7_70 i{display:flex}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 ._btn_1j1h7_70._disabled_1j1h7_167{cursor:default;opacity:.55!important;background-image:none!important;box-shadow:none!important;pointer-events:none!important}._wrap_1j1h7_90 ._control-wrap_1j1h7_113 ._btn_1j1h7_70:hover{color:#00678c;border-color:#00678c}._fade-enter_10htk_9{opacity:0}._fade-enter-to_10htk_13{opacity:1}._fade-enter-active_10htk_17{transition:all .5s ease}._fade-leave_10htk_21{opacity:0}._fade-leave-active_10htk_25{transition:all .5s ease}._o-icon--danger_10htk_29,._o-field__message-danger_10htk_30{color:#f5222d!important}._o-input--danger_10htk_34{border-color:#f5222d!important}._o-field__label_10htk_38{text-align:left}._o-field_10htk_30 ._o-field_10htk_30{margin-bottom:0}._o-table_10htk_46{border-collapse:collapse}._o-table__wrapper--mobile_10htk_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_10htk_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_10htk_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_10htk_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_10htk_70:hover{cursor:pointer}._results-tab-wrap_10htk_90{width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:min-content 1fr;overflow:visible;min-height:700px}._results-tab-wrap_10htk_90 ._header_10htk_98{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:center;height:75px;padding:8px 16px;border-bottom:1px solid #e8e8e8}._results-tab-wrap_10htk_90 ._tab-items_10htk_107{border:1px solid #d9d9d9;border-radius:2px}._results-tab-wrap_10htk_90 ._tab-items_10htk_107 a{display:inline-block;line-height:normal;height:32px;padding:5px 16px;color:#595959;text-decoration:none;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;transition:background-color .25s linear}._results-tab-wrap_10htk_90 ._tab-items_10htk_107 a._active_10htk_125,._results-tab-wrap_10htk_90 ._tab-items_10htk_107 a:hover{color:#fff;background:#004d69}._results-tab-wrap_10htk_90 ._tab-items_10htk_107 a:first-of-type{border-top-left-radius:2px;border-bottom-left-radius:2px}._results-tab-wrap_10htk_90 ._tab-items_10htk_107 a:last-of-type{border-top-right-radius:2px;border-bottom-right-radius:2px}._results-tab-wrap_10htk_90 ._tab-contents_10htk_137{grid-template-rows:1fr;overflow:visible;padding-left:8px;padding-right:8px;margin:8px}._fade-enter_p5t3j_9{opacity:0}._fade-enter-to_p5t3j_13{opacity:1}._fade-enter-active_p5t3j_17{transition:all .5s ease}._fade-leave_p5t3j_21{opacity:0}._fade-leave-active_p5t3j_25{transition:all .5s ease}._o-icon--danger_p5t3j_29,._o-field__message-danger_p5t3j_30{color:#f5222d!important}._o-input--danger_p5t3j_34{border-color:#f5222d!important}._o-field__label_p5t3j_38{text-align:left}._o-field_p5t3j_30 ._o-field_p5t3j_30{margin-bottom:0}._o-table_p5t3j_46{border-collapse:collapse}._o-table__wrapper--mobile_p5t3j_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_p5t3j_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_p5t3j_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_p5t3j_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_p5t3j_70:hover{cursor:pointer}._wrap_p5t3j_90{display:grid;justify-content:center;grid-template-rows:min-content min-content;padding-bottom:8px}._wrap_p5t3j_90 ._graphic_p5t3j_96{padding-bottom:16px;display:flex;justify-content:center}._wrap_p5t3j_90 ._text_p5t3j_101{padding-top:16px;text-align:center}._wrap_p5t3j_90 ._text_p5t3j_101 h2{font-family:Helvetica;font-style:normal;font-size:24px;line-height:32px;font-weight:700;color:#262626;padding-bottom:8px}._wrap_p5t3j_90 ._text_p5t3j_101 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959}._fade-enter_s3sry_9{opacity:0}._fade-enter-to_s3sry_13{opacity:1}._fade-enter-active_s3sry_17{transition:all .5s ease}._fade-leave_s3sry_21{opacity:0}._fade-leave-active_s3sry_25{transition:all .5s ease}._o-icon--danger_s3sry_29,._o-field__message-danger_s3sry_30{color:#f5222d!important}._o-input--danger_s3sry_34{border-color:#f5222d!important}._o-field__label_s3sry_38{text-align:left}._o-field_s3sry_30 ._o-field_s3sry_30{margin-bottom:0}._o-table_s3sry_46{border-collapse:collapse}._o-table__wrapper--mobile_s3sry_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_s3sry_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_s3sry_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_s3sry_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_s3sry_70:hover{cursor:pointer}._wrap_s3sry_90{height:100%;width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:min-content min-content 1fr}._wrap_s3sry_90._loading_s3sry_103{grid-template-rows:1fr;align-items:center}._wrap_s3sry_90 h3{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;padding-bottom:8px}._wrap_s3sry_90 ._details_s3sry_115{padding-top:48px}._wrap_s3sry_90 ._back_s3sry_118{color:#00538a}._wrap_s3sry_90 ._back_s3sry_118:hover{cursor:pointer}._wrap_s3sry_90 .banner{margin-top:24px}._wrap_s3sry_90 ._serverResponse_s3sry_127{color:#8c8c8c;padding-top:16px;display:block;text-align:center}._wrap_s3sry_90 ._serverResponse_s3sry_127 ._back_s3sry_118{color:#00678c}._wrap_s3sry_90 ._serverResponse_s3sry_127 ._back_s3sry_118:hover{cursor:pointer}._tab-n-boundary-wrap_s3sry_140{background:#fff;border:1px solid #e8e8e8;width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:1fr}._fade-enter_1j8qq_9{opacity:0}._fade-enter-to_1j8qq_13{opacity:1}._fade-enter-active_1j8qq_17{transition:all .5s ease}._fade-leave_1j8qq_21{opacity:0}._fade-leave-active_1j8qq_25{transition:all .5s ease}._o-icon--danger_1j8qq_29,._o-field__message-danger_1j8qq_30{color:#f5222d!important}._o-input--danger_1j8qq_34{border-color:#f5222d!important}._o-field__label_1j8qq_38{text-align:left}._o-field_1j8qq_30 ._o-field_1j8qq_30{margin-bottom:0}._o-table_1j8qq_46{border-collapse:collapse}._o-table__wrapper--mobile_1j8qq_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1j8qq_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._btn-outline_1j8qq_70{background:none;border:#00678c 1px solid;color:#00678c;border-radius:2px;width:auto;padding:1px 8px;display:flex;align-items:center;justify-content:space-between}._btn-outline_1j8qq_70 img{width:14px;height:14px;margin-left:4px}._btn-outline_1j8qq_70:hover{cursor:pointer}._wrap_1j8qq_90{height:100%;width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:min-content 1fr;overflow:visible;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1j8qq_90 ._inner_1j8qq_103{padding:16px 0;grid-template-rows:min-content 1fr;overflow:visible}/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-leading: initial}}}@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing: .25rem;--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--color-maxta-grey-6: #bfbfbf;--color-maxta-green-2: #d9f7be}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px){::placeholder{color:currentColor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.container{width:100%}@media (min-width: 40rem){.container{max-width:40rem}}@media (min-width: 48rem){.container{max-width:48rem}}@media (min-width: 64rem){.container{max-width:64rem}}@media (min-width: 80rem){.container{max-width:80rem}}@media (min-width: 96rem){.container{max-width:96rem}}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-2{margin-right:calc(var(--spacing) * 2)}.-ml-2{margin-left:calc(var(--spacing) * -2)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.table{display:table}.h-4{height:calc(var(--spacing) * 4)}.h-\[100px\]{height:100px}.h-full{height:100%}.min-h-\[12px\]{min-height:12px}.min-h-\[300px\]{min-height:300px}.w-4{width:calc(var(--spacing) * 4)}.min-w-\[12px\]{min-width:12px}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.bg-maxta-green-2{background-color:var(--color-maxta-green-2)}.p-\[32px\]{padding:32px}.p-px{padding:1px}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-7{padding-inline:calc(var(--spacing) * 7)}.px-\[8px\]{padding-inline:8px}.py-2{padding-block:calc(var(--spacing) * 2)}.pr-1{padding-right:calc(var(--spacing) * 1)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pl-1{padding-left:calc(var(--spacing) * 1)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-3{padding-left:calc(var(--spacing) * 3)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height))}.text-wrap{text-wrap:wrap}.text-maxta-grey-6{color:var(--color-maxta-grey-6)}.opacity-50{opacity:.5}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.select-all{-webkit-user-select:all;user-select:all}}.petra-text-md{--tw-leading: 22px;font-size:14px;line-height:22px}@property --tw-rotate-x{syntax: "*"; inherits: false}@property --tw-rotate-y{syntax: "*"; inherits: false}@property --tw-rotate-z{syntax: "*"; inherits: false}@property --tw-skew-x{syntax: "*"; inherits: false}@property --tw-skew-y{syntax: "*"; inherits: false}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false}@property --tw-brightness{syntax: "*"; inherits: false}@property --tw-contrast{syntax: "*"; inherits: false}@property --tw-grayscale{syntax: "*"; inherits: false}@property --tw-hue-rotate{syntax: "*"; inherits: false}@property --tw-invert{syntax: "*"; inherits: false}@property --tw-opacity{syntax: "*"; inherits: false}@property --tw-saturate{syntax: "*"; inherits: false}@property --tw-sepia{syntax: "*"; inherits: false}@property --tw-drop-shadow{syntax: "*"; inherits: false}@property --tw-drop-shadow-color{syntax: "*"; inherits: false}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false}@property --tw-leading{syntax: "*"; inherits: false}._fade-enter_z5w87_9{opacity:0}._fade-enter-to_z5w87_13{opacity:1}._fade-enter-active_z5w87_17{transition:all .5s ease}._fade-leave_z5w87_21{opacity:0}._fade-leave-active_z5w87_25{transition:all .5s ease}._o-icon--danger_z5w87_29,._o-field__message-danger_z5w87_30{color:#f5222d!important}._o-input--danger_z5w87_34{border-color:#f5222d!important}._o-field__label_z5w87_38{text-align:left}._o-field_z5w87_30 ._o-field_z5w87_30{margin-bottom:0}._o-table_z5w87_46{border-collapse:collapse}._o-table__wrapper--mobile_z5w87_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_z5w87_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_z5w87_70{height:32px;display:flex;align-items:center;margin-bottom:1.5em}._wrap_z5w87_70 ._title_z5w87_76{color:#262626;font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:700;flex-grow:1;display:flex;margin-bottom:0;text-transform:capitalize;align-items:center}._wrap_z5w87_70 ._title_z5w87_76 p{color:#262626;font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:700}._wrap_z5w87_70 ._title_z5w87_76 img{height:16px;width:16px;filter:invert(0) sepia(7%) saturate(0) hue-rotate(47deg) brightness(98%) contrast(106%);cursor:pointer;margin-right:16px}.petra-drawer-content{z-index:50}.petra-drawer-content .password-input{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.petra-drawer-content .password-input:hover{border-color:input-hover-color("normal")}.petra-drawer-content .password-input:focus{border-color:input-hover-color("normal");box-shadow:0 0 4px input-focus-color("normal")}.petra-drawer-content .password-input:focus-within{color:#595959}.petra-drawer-content .password-input:disabled{background-color:#f5f5f5;border-color:input-disabled-color("normal")}.petra-drawer-content .password-input-error{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.petra-drawer-content .password-input-error:hover{border-color:input-hover-color("error")}.petra-drawer-content .password-input-error:focus{border-color:input-hover-color("error");box-shadow:0 0 4px input-focus-color("error")}.petra-drawer-content .password-input-error:focus-within{color:#595959}.petra-drawer-content .password-input-error:disabled{background-color:#f5f5f5;border-color:input-disabled-color("error")}.petra-drawer-content .basic-input{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.petra-drawer-content .basic-input:hover{border-color:input-hover-color("normal")}.petra-drawer-content .basic-input:focus{border-color:input-hover-color("normal");box-shadow:0 0 4px input-focus-color("normal")}.petra-drawer-content .basic-input:focus-within{color:#595959}.petra-drawer-content .basic-input:disabled{background-color:#f5f5f5;border-color:input-disabled-color("normal")}.petra-drawer-content .basic-input-error{border-radius:2px;align-items:center;display:flex;min-height:40px;max-height:40px;background-color:#fff;color:#bfbfbf;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.petra-drawer-content .basic-input-error:hover{border-color:input-hover-color("error")}.petra-drawer-content .basic-input-error:focus{border-color:input-hover-color("error");box-shadow:0 0 4px input-focus-color("error")}.petra-drawer-content .basic-input-error:focus-within{color:#595959}.petra-drawer-content .basic-input-error:disabled{background-color:#f5f5f5;border-color:input-disabled-color("error")}.petra-drawer-content .help{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#f5222d}.petra-drawer-content .password-input .icon .mdi:before{font-size:16px}.drawerForm-format-field .has-icons-right .has-text-danger .mdi{color:#f5222d}.field-body .has-addons,.format-field .field-body{display:block}.password-danger{color:#f5222d!important}.change-password-label{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#262626}.petra-drawer-content{background:#fff;display:flex;flex-direction:column;flex-grow:1}.petra-drawer-content .drawer-content-title{height:56px;color:#262626;font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;font-weight:700;box-shadow:inset 0 -1px #d9d9d9;padding:0 24px;display:flex;align-items:center}.petra-drawer-content .du-drawer{padding:8px 12px;margin:8px 12px;display:flex;flex-direction:column;flex-grow:1;max-height:80vh;overflow-y:auto;overflow-x:hidden}.petra-drawer-content .du-drawer .o-field{display:block}.petra-drawer-content .drawerForm-error-msg{font-family:Helvetica;font-style:normal;font-size:14px;line-height:20px;font-weight:400;padding:8px;color:#f5222d}.petra-drawer-content .password-input{min-height:40px}.petra-drawer-content .icon .mdi{font-size:16px}.context-controls{z-index:49;width:100%;padding:0 24px;box-shadow:inset 0 1px #d9d9d9;background:#fff;display:inline-flex;height:52px;justify-content:flex-end;align-items:center;margin-top:auto}.context-controls button{margin-left:8px}.context-controls .primary-button{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}.context-controls .primary-button p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.context-controls .primary-button:hover:not(:disabled){background:#007ba6;color:#fff}.context-controls .primary-button:focus:not(:disabled){background:#007ba6;color:#fff}.context-controls .primary-button:active:not(:disabled){background:#004d69;color:#fff}.context-controls .primary-button:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.context-controls .secondary-button{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959;margin-bottom:0}.context-controls .secondary-button p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.context-controls .secondary-button:hover:not(:disabled){border-color:#007ba6;color:#007ba6}.context-controls .secondary-button:focus:not(:disabled){border-color:#007ba6;color:#007ba6}.context-controls .secondary-button:active:not(:disabled){border-color:#004d69;color:#004d69}.context-controls .secondary-button:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.change-password-error-banner{padding:9px 16px;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;display:inline-flex;align-items:top;width:100%;color:#595959;background-color:#fff1f0;border-radius:4px;flex-grow:1;text-align:left}.change-password-error-banner img{margin-top:3px;height:14px;width:14px;min-width:14px;max-width:14px;margin-right:9px}.error-content{z-index:49;padding:16px 24px;background:#fff}.drawerForm-label{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#262626}._fade-enter_1vucw_9{opacity:0}._fade-enter-to_1vucw_13{opacity:1}._fade-enter-active_1vucw_17{transition:all .5s ease}._fade-leave_1vucw_21{opacity:0}._fade-leave-active_1vucw_25{transition:all .5s ease}._o-icon--danger_1vucw_29,._o-field__message-danger_1vucw_30{color:#f5222d!important}._o-input--danger_1vucw_34{border-color:#f5222d!important}._o-field__label_1vucw_38{text-align:left}._o-field_1vucw_30 ._o-field_1vucw_30{margin-bottom:0}._o-table_1vucw_46{border-collapse:collapse}._o-table__wrapper--mobile_1vucw_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1vucw_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._primary-button_1vucw_70{max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;border-radius:2px;min-height:32px;height:32px;padding:5px 16px}._primary-button_1vucw_70 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._primary-button_1vucw_70:hover:not(:disabled){background:#007ba6;color:#fff}._primary-button_1vucw_70:focus:not(:disabled){background:#007ba6;color:#fff}._primary-button_1vucw_70:active:not(:disabled){background:#004d69;color:#fff}._primary-button_1vucw_70:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.stage-row .stage-cell p{color:#595959;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.stage-row .stage-cell .petra-progress{height:8px;color:#00678c}.stage-row-wrap{margin-top:10px;margin-bottom:20px}.stage-row-wrap .stage-row-enter-active:not(.staging),.stage-row-wrap .stage-row-leave-active:not(.staging){transition:all 1.5s}.stage-row-wrap .stage-row-leave-to:not(.staging){opacity:0;transform:translateY(100px)}.stage-row-wrap .stage-row{width:100%;background:#daeff5;display:flex}.stage-row-wrap .stage-row.error{background:#e5b8b8}.stage-row-wrap .stage-row .stage-cell{padding:2px 16px;border:solid 1px #e8e8e8;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#595959;align-items:center;display:flex;flex:1 0 70px;white-space:nowrap;text-overflow:ellipsis}.stage-row-wrap .stage-row .stage-cell:first-child{overflow:hidden;flex-grow:2}.stage-row-wrap .stage-row .stage-cell.axn{color:#00678c;cursor:pointer;position:relative;justify-content:center;flex-basis:50px}.stage-row-wrap .stage-row .stage-cell.barcell{flex-basis:150px}.stage-row-wrap .stage-row .stage-cell.ready:before{content:" ";height:8px;width:8px;border-radius:4px;background-color:#00678c}.stage-row-wrap .stage-row .stage-cell.ready p{margin-left:4px}.stage-row-wrap .stage-row .stage-cell .expand-bar{display:inline-flex;align-items:center}.stage-row-wrap .stage-row .stage-cell .expand-bar .bar{width:100px;margin-bottom:0;margin-right:16px}.stage-row-wrap .stage-row .stage-cell .expand-bar .bar .progress{height:.5rem}.stage-row-wrap .stage-row .stage-cell .expand-bar .bar .progress::-webkit-progress-value{background-color:#00678c}.stage-row-wrap .stage-row .stage-cell .expand-bar .bar .progress::-moz-progress-bar{background-color:#00678c}.stage-row-wrap .stage-row .stage-cell .expand-bar .completed-bar{width:112px}.stage-row-wrap .stage-row .stage-cell .expand-bar .completed-bar .progress{height:.5rem}.stage-row-wrap .stage-row .stage-cell .expand-bar .completed-bar .progress::-webkit-progress-value{background-color:#52c41a}.stage-row-wrap .stage-row .stage-cell .expand-bar .completed-bar .progress::-moz-progress-bar{background-color:#52c41a}.upload-stager{display:flex;flex-direction:column}.upload-stager .stage-table{margin-top:10px;margin-bottom:20px}.upload-stager .select-button{min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;margin-bottom:10px;border-radius:2px}.upload-stager .select-button p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.upload-stager .select-button:hover:not(:disabled){background:#007ba6;color:#fff}.upload-stager .select-button:focus:not(:disabled){background:#007ba6;color:#fff}.upload-stager .select-button:active:not(:disabled){background:#004d69;color:#fff}.upload-stager .select-button:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.upload-stager .upload-control{display:flex;justify-content:flex-end}.upload-stager .upload-control .upload-button{min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;background:#52c41a;border-radius:2px;margin-bottom:20px}.upload-stager .upload-control .upload-button p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.upload-stager .upload-control .upload-button:hover:not(:disabled){background:#007ba6;color:#fff}.upload-stager .upload-control .upload-button:focus:not(:disabled){background:#007ba6;color:#fff}.upload-stager .upload-control .upload-button:active:not(:disabled){background:#004d69;color:#fff}.upload-stager .upload-control .upload-button:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.upload-stager .upload-control .upload-button:hover:not(:disabled){background:#73d13d;color:#fff}.upload-stager .upload-control .upload-button:focus:not(:disabled){background:#73d13d;color:#fff}.upload-stager .upload-control .upload-button:active:not(:disabled){background:#389e0d;color:#fff}.drawer-date-picker.table-date-picker .dropdown-trigger:hover .input{border:1px solid #007ba6}.drawer-date-picker.table-date-picker .dropdown-trigger:focus .input{border:1px solid #007ba6;box-shadow:0 0 4px #1890ff80}.drawer-date-picker.table-date-picker .dropdown-trigger .control .icon{height:35px;height:27px}.drawer-date-picker.table-date-picker .dropdown-trigger .control .input{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}@media screen and (min-width: 1201px){.drawer-date-picker.table-date-picker .dropdown-trigger .control .input{width:120px}}@media screen and (max-width: 1200px){.drawer-date-picker.table-date-picker .dropdown-trigger .control .input{width:320px}}.drawer-date-picker.table-date-picker .o-ctrl-input .o-icon{width:1.5em}.drawer-date-picker.table-date-picker .o-input__icon-left i{margin-left:1px;margin-top:0}.drawer-date-picker.table-date-picker .o-input{padding:2px 5px 2px 20px}.drawer-date-picker.table-date-picker .petra-datepicker .o-drop__menu{width:auto}.drawer-date-picker.table-date-picker .petra-datepicker .o-drop__menu .o-dpck__box{width:340px;border:1px solid #e8e8e8;border-radius:4px;padding:4px}.drawer-date-picker.table-date-picker .petra-datepicker .o-drop__menu .o-icon--clickable{padding:6px}.drawer-date-picker.table-date-picker .petra-datepicker .o-drop__menu .o-icon--clickable i{display:flex}.required-field .label:after{content:"*";color:red}.user-input .table-dropdown .petra-dropdown-root{padding:2px 5px}.user-input .table-dropdown .petra-dropdown-root .petra-dropdown{width:auto;min-width:unset}.user-input .petra-input input{padding:2px 3px}a[data-v-63c28f35]:hover{cursor:pointer}button[data-v-63c28f35]{outline:none}.fade-enter[data-v-63c28f35]{opacity:0}.fade-enter-to[data-v-63c28f35]{opacity:1}.fade-enter-active[data-v-63c28f35]{transition:all .5s ease}.fade-leave[data-v-63c28f35]{opacity:0}.fade-leave-active[data-v-63c28f35]{transition:all .5s ease}.o-icon--danger[data-v-63c28f35],.o-field__message-danger[data-v-63c28f35]{color:#f5222d!important}.o-input--danger[data-v-63c28f35]{border-color:#f5222d!important}.o-field__label[data-v-63c28f35]{text-align:left}.o-field .o-field[data-v-63c28f35]{margin-bottom:0}.o-table[data-v-63c28f35]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-63c28f35]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-63c28f35]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-63c28f35]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.table-action-cell p[data-v-63c28f35]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#004d69;cursor:pointer;margin-bottom:0;min-width:40px;max-width:40px}.table-action-cell p[data-v-63c28f35]:nth-child(3){text-align:left}.table-action-cell p[data-v-63c28f35]:nth-child(1){text-align:left}.table-action-cell .spacer[data-v-63c28f35]{margin-left:4px;margin-right:4px;min-width:10px;max-width:10px;font-family:Helvetica;font-style:normal;font-size:18px;line-height:26px;font-weight:400;font-weight:700;color:#8c8c8c;text-align:center}.table-action-cell .action-mode[data-v-63c28f35],.table-action-cell .edit-mode[data-v-63c28f35]{display:inline-flex;position:relative;align-items:center;justify-content:left;margin-bottom:0}@media screen and (max-width: 1200px){.table-action-cell .action-mode .maxta-popup[data-v-63c28f35],.table-action-cell .edit-mode .maxta-popup[data-v-63c28f35]{left:calc(-70% - 130px)}}.locked p[data-v-63c28f35]{color:#8c8c8c;cursor:no-drop}a[data-v-51dcb35c]:hover{cursor:pointer}button[data-v-51dcb35c]{outline:none}.fade-enter[data-v-51dcb35c]{opacity:0}.fade-enter-to[data-v-51dcb35c]{opacity:1}.fade-enter-active[data-v-51dcb35c]{transition:all .5s ease}.fade-leave[data-v-51dcb35c]{opacity:0}.fade-leave-active[data-v-51dcb35c]{transition:all .5s ease}.o-icon--danger[data-v-51dcb35c],.o-field__message-danger[data-v-51dcb35c]{color:#f5222d!important}.o-input--danger[data-v-51dcb35c]{border-color:#f5222d!important}.o-field__label[data-v-51dcb35c]{text-align:left}.o-field .o-field[data-v-51dcb35c]{margin-bottom:0}.o-table[data-v-51dcb35c]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-51dcb35c]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-51dcb35c]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-51dcb35c]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.columns[data-v-51dcb35c]:last-child{margin-bottom:10px}.file-table{margin-bottom:40px}.comments[data-v-51dcb35c]{flex-grow:4}.file-table th,.file-table td{border:1px solid #e8e8e8;padding:.5em .75em;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.file-table th{color:#262626;background-color:#fafafa;font-weight:700}.file-table td{color:#595959;height:40px;min-height:40px}.file-table tr:last-child td{border-bottom:1px solid #e8e8e8}.file-table tr.is-incoming{animation:1s ease-in pulse;background-color:#fff}@keyframes pulse{0%{background-color:#86cee7}to{background-color:#fff}}.file-table .table tr.is-selected td{color:#595959;border:1px solid #e8e8e8}.file-table .table tr.is-selected td a{color:#00678c}.file-table table{background:#fff}.file-table td{max-height:24px}.file-table td a{color:#00678c}.file-table td .input{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;padding-top:0;padding-bottom:0;max-height:24px}@media screen and (min-width: 1201px){.file-table td .input{width:100px}}@media screen and (max-width: 1200px){.file-table td .input{width:320px}}.file-table td .input:hover{border:1px solid #007ba6}.file-table td .input:focus{border:1px solid #007ba6;border-radius:2px}.file-table .table-dropbox-div{display:flex}@media screen and (max-width: 1200px){.file-table .table-dropbox-div{min-width:320px}}.comment-manager .user-comment-input{min-height:80px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959;padding:5px 12px}.comment-manager .comments-section-title{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;color:#262626;margin-bottom:40px}a[data-v-9598f99c]:hover{cursor:pointer}button[data-v-9598f99c]{outline:none}.fade-enter[data-v-9598f99c]{opacity:0}.fade-enter-to[data-v-9598f99c]{opacity:1}.fade-enter-active[data-v-9598f99c]{transition:all .5s ease}.fade-leave[data-v-9598f99c]{opacity:0}.fade-leave-active[data-v-9598f99c]{transition:all .5s ease}.o-icon--danger[data-v-9598f99c],.o-field__message-danger[data-v-9598f99c]{color:#f5222d!important}.o-input--danger[data-v-9598f99c]{border-color:#f5222d!important}.o-field__label[data-v-9598f99c]{text-align:left}.o-field .o-field[data-v-9598f99c]{margin-bottom:0}.o-table[data-v-9598f99c]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-9598f99c]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-9598f99c]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-9598f99c]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.comment-manager[data-v-9598f99c]{width:100%;margin-bottom:200px}.comment-manager .input-comment-box[data-v-9598f99c]{width:60%;display:flex;flex:1;flex-direction:column}.comment-manager .input-comment-box .top-section[data-v-9598f99c]{display:inline-flex;width:100%;flex:1;margin-bottom:24px}.comment-manager .input-comment-box .top-section .inputer[data-v-9598f99c]{flex:1;min-height:80px}.comment-manager .input-comment-box .bottom-section[data-v-9598f99c]{margin-left:44px}.comment-manager .input-comment-box .bottom-section .post-button[data-v-9598f99c]{min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;border-radius:2px}.comment-manager .input-comment-box .bottom-section .post-button p[data-v-9598f99c]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.comment-manager .input-comment-box .bottom-section .post-button[data-v-9598f99c]:hover:not(:disabled){background:#007ba6;color:#fff}.comment-manager .input-comment-box .bottom-section .post-button[data-v-9598f99c]:focus:not(:disabled){background:#007ba6;color:#fff}.comment-manager .input-comment-box .bottom-section .post-button[data-v-9598f99c]:active:not(:disabled){background:#004d69;color:#fff}.comment-manager .input-comment-box .bottom-section .post-button[data-v-9598f99c]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.comment-manager .input-comment-box .img-circle[data-v-9598f99c]{display:flex;height:32px;min-height:32px;min-width:32px;margin-right:12px;width:32px;border-radius:16px;background-color:#bfbfbf;align-items:center;justify-content:center}.comment-manager .comment[data-v-9598f99c]{display:inline-flex;width:60%;margin-bottom:30px;min-width:500px}.comment-manager .comment .img-circle[data-v-9598f99c]{display:flex;height:32px;min-height:32px;min-width:32px;margin-right:12px;width:32px;border-radius:16px;background-color:#bfbfbf;align-items:center;justify-content:center}.comment-manager .comment .text-content[data-v-9598f99c]{display:flex;flex-direction:column}.comment-manager .comment .text-content .header[data-v-9598f99c]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;display:inline-flex;margin-bottom:4px;height:32px;min-height:32px;align-items:center}.comment-manager .comment .text-content .header p[data-v-9598f99c]{margin-bottom:0;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.comment-manager .comment .text-content .header p[data-v-9598f99c]:nth-child(1){margin-right:8px;color:#bfbfbf}.comment-manager .comment .text-content .header p[data-v-9598f99c]:nth-child(2){color:#d9d9d9}.comment-manager .comment .text-content .comment-text[data-v-9598f99c]{color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.comment-manager .comment .text-content .comment-text p[data-v-9598f99c]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.upload-section-handler{width:100%;margin-top:40px;margin-bottom:100px}.upload-section-handler .confirm-submission,.upload-section-handler .submission-complete{display:flex;flex-direction:column}.upload-section-handler .confirm-submission .section-header,.upload-section-handler .submission-complete .section-header{color:#262626;padding-bottom:5px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:700}.upload-section-handler .confirm-submission .petra-checkbox,.upload-section-handler .submission-complete .petra-checkbox{width:44%}.upload-section-handler .confirm-submission .checkbox-info,.upload-section-handler .submission-complete .checkbox-info{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959}.upload-section-handler .confirm-submission .checkbox-info span,.upload-section-handler .submission-complete .checkbox-info span{color:#ff4d4f;font-weight:700}.upload-section-handler .confirm-submission .primary-button,.upload-section-handler .submission-complete .primary-button{max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;border-radius:2px;min-height:32px;height:32px;padding:5px 16px}.upload-section-handler .confirm-submission .primary-button p,.upload-section-handler .submission-complete .primary-button p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.upload-section-handler .confirm-submission .primary-button:hover:not(:disabled),.upload-section-handler .submission-complete .primary-button:hover:not(:disabled){background:#007ba6;color:#fff}.upload-section-handler .confirm-submission .primary-button:focus:not(:disabled),.upload-section-handler .submission-complete .primary-button:focus:not(:disabled){background:#007ba6;color:#fff}.upload-section-handler .confirm-submission .primary-button:active:not(:disabled),.upload-section-handler .submission-complete .primary-button:active:not(:disabled){background:#004d69;color:#fff}.upload-section-handler .confirm-submission .primary-button:disabled,.upload-section-handler .submission-complete .primary-button:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.upload-section-handler .confirm-submission .submit-all-button,.upload-section-handler .submission-complete .submit-all-button{margin-top:16px;min-height:32px;max-height:32px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px;border-radius:2px;max-width:110px}.upload-section-handler .confirm-submission .submit-all-button p,.upload-section-handler .submission-complete .submit-all-button p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.upload-section-handler .confirm-submission .submit-all-button:hover:not(:disabled),.upload-section-handler .submission-complete .submit-all-button:hover:not(:disabled){background:#007ba6;color:#fff}.upload-section-handler .confirm-submission .submit-all-button:focus:not(:disabled),.upload-section-handler .submission-complete .submit-all-button:focus:not(:disabled){background:#007ba6;color:#fff}.upload-section-handler .confirm-submission .submit-all-button:active:not(:disabled),.upload-section-handler .submission-complete .submit-all-button:active:not(:disabled){background:#004d69;color:#fff}.upload-section-handler .confirm-submission .submit-all-button:disabled,.upload-section-handler .submission-complete .submit-all-button:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.upload-section-handler .confirm-submission .popup-container,.upload-section-handler .submission-complete .popup-container{position:relative;width:fit-content;margin-top:16px;margin-bottom:16px}.upload-section-handler .confirm-submission .submission-complete .submit-all-button,.upload-section-handler .submission-complete .submission-complete .submit-all-button{max-width:150px}a[data-v-2df25f54]:hover{cursor:pointer}button[data-v-2df25f54]{outline:none}.fade-enter[data-v-2df25f54]{opacity:0}.fade-enter-to[data-v-2df25f54]{opacity:1}.fade-enter-active[data-v-2df25f54]{transition:all .5s ease}.fade-leave[data-v-2df25f54]{opacity:0}.fade-leave-active[data-v-2df25f54]{transition:all .5s ease}.o-icon--danger[data-v-2df25f54],.o-field__message-danger[data-v-2df25f54]{color:#f5222d!important}.o-input--danger[data-v-2df25f54]{border-color:#f5222d!important}.o-field__label[data-v-2df25f54]{text-align:left}.o-field .o-field[data-v-2df25f54]{margin-bottom:0}.o-table[data-v-2df25f54]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-2df25f54]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-2df25f54]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-2df25f54]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}p.app-header[data-v-2df25f54]{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;padding-top:20px;padding-bottom:20px}.title[data-v-2df25f54]{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400}.title.is-spaced[data-v-2df25f54]{margin-top:24px;margin-bottom:16px;font-size:22px}.input-flex2[data-v-2df25f54],.input-flex3[data-v-2df25f54]{display:flex;position:relative}.columns[data-v-2df25f54]:not(:last-child){margin-right:20px}.input-class.input-comment[data-v-2df25f54]{flex-grow:5;min-height:10px}.input-comment[data-v-2df25f54]{height:50%;flex-grow:5;min-height:10px;margin-top:30px}textarea .textarea[data-v-2df25f54]{min-height:10px}.empty-div[data-v-2df25f54]{margin:150px}.is-warning[data-v-2df25f54]{margin-left:20px;margin-right:20px}.comment-overflow-class[data-v-2df25f54]{overflow:hidden}.comment-button[data-v-2df25f54]{background-color:#007ba6ec;color:#fff;position:relative;float:right}.undo-button[data-v-2df25f54]{background-color:#007ba6ec;color:#fff;position:relative}.button[data-v-2df25f54]{font-size:14px}.add-button[data-v-2df25f54]{margin-left:10px}.text-box-div[data-v-2df25f54]{margin-right:10px;display:flex;position:relative;bottom:31px;width:auto}.upload-section[data-v-2df25f54]{margin-bottom:24px}.confirmation-message[data-v-2df25f54]{font-size:16px;color:#000000de;margin-bottom:24px}.checkbox .control-label[data-v-2df25f54]{font-size:14px;margin-bottom:50px}.block-fade-enter-active[data-v-2df25f54],.block-fade-leave-active[data-v-2df25f54]{transition:opacity .5s ease}.block-fade-fade-enter[data-v-2df25f54],.block-fade-fade-leave-to[data-v-2df25f54]{opacity:0}._fade-enter_1e42e_9{opacity:0}._fade-enter-to_1e42e_13{opacity:1}._fade-enter-active_1e42e_17{transition:all .5s ease}._fade-leave_1e42e_21{opacity:0}._fade-leave-active_1e42e_25{transition:all .5s ease}._o-icon--danger_1e42e_29,._o-field__message-danger_1e42e_30{color:#f5222d!important}._o-input--danger_1e42e_34{border-color:#f5222d!important}._o-field__label_1e42e_38{text-align:left}._o-field_1e42e_30 ._o-field_1e42e_30{margin-bottom:0}._o-table_1e42e_46{border-collapse:collapse}._o-table__wrapper--mobile_1e42e_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1e42e_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._select-section-dropdown_1e42e_70{min-width:380px;margin-right:28px}._select-section-dropdown_1e42e_70 .o-drop{border-radius:0!important;background:#fff}._select-section-dropdown_1e42e_70 .o-drop:hover{cursor:pointer}._select-section-dropdown_1e42e_70 ._triggerWrap_1e42e_81{display:flex}._select-section-dropdown_1e42e_70 ._status-dot_1e42e_84{height:8px;width:8px;border-radius:50%;align-self:center;margin-right:8px;border:1px solid #ffffff;box-sizing:border-box;padding:0}._select-section-dropdown_1e42e_70 ._media_1e42e_94{align-items:flex-start;display:flex;text-align:inherit}._select-section-dropdown_1e42e_70 .needs-review{background-color:#fa8c16}._select-section-dropdown_1e42e_70 .submitted{background-color:#52c41a}._select-section-dropdown_1e42e_70 .not-submitted{background-color:#bfbfbf}a[data-v-91cd6319]:hover{cursor:pointer}button[data-v-91cd6319]{outline:none}.fade-enter[data-v-91cd6319]{opacity:0}.fade-enter-to[data-v-91cd6319]{opacity:1}.fade-enter-active[data-v-91cd6319]{transition:all .5s ease}.fade-leave[data-v-91cd6319]{opacity:0}.fade-leave-active[data-v-91cd6319]{transition:all .5s ease}.o-icon--danger[data-v-91cd6319],.o-field__message-danger[data-v-91cd6319]{color:#f5222d!important}.o-input--danger[data-v-91cd6319]{border-color:#f5222d!important}.o-field__label[data-v-91cd6319]{text-align:left}.o-field .o-field[data-v-91cd6319]{margin-bottom:0}.o-table[data-v-91cd6319]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-91cd6319]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-91cd6319]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-91cd6319]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.project-view[data-v-91cd6319]{position:relative;width:100%;margin-bottom:75px}p.app-header[data-v-91cd6319]{font-size:50px}.button[data-v-91cd6319]{width:190px}.contenter[data-v-91cd6319]{display:flex;flex-grow:1;flex-direction:column;padding:22px 86px 0}.menu-drop[data-v-91cd6319]{display:table-cell;margin-right:25px}.menu-drop .is-normal[data-v-91cd6319]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.menu-drop .button[data-v-91cd6319]:focus{border-color:#000;color:#000}.menu-drop .button[data-v-91cd6319]:active,.menu-drop .button[data-v-91cd6319]:hover{border-color:#000;color:#000}div .banner .sections-complete[data-v-91cd6319]{color:#007ba6}div .banner .sections-complete p[data-v-91cd6319]{color:#000}.parent-for-dropdown-and-legend[data-v-91cd6319]{display:flex;flex-grow:1;flex-direction:row;align-items:center}.waiting-box[data-v-91cd6319]{height:120px;z-index:1}.waiting-box .waiting-msg[data-v-91cd6319]{vertical-align:middle}.content-box[data-v-91cd6319]{z-index:2;margin-bottom:75px}.waiting-msg[data-v-91cd6319]{color:gray;opacity:.5;text-align:center;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.legend[data-v-91cd6319]{padding-top:5px;padding-bottom:5px;color:#8c8c8c;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.legend div[data-v-91cd6319]{display:inline-flex;justify-content:center;align-items:center}.legend div span[data-v-91cd6319]{height:8px;width:8px;border-radius:50%;align-self:center;margin-right:8px;border:1px solid #ffffff;box-sizing:border-box}.legend .review-dot[data-v-91cd6319]{background-color:#fa8c16}.legend .submitted-dot[data-v-91cd6319]{background-color:#52c41a}.legend .not-submitted-dot[data-v-91cd6319]{background-color:#bfbfbf}.legend .p-legend[data-v-91cd6319]{margin-bottom:0;margin-right:16px;color:#8c8c8c}.primary-button[data-v-91cd6319]{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}.primary-button p[data-v-91cd6319]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.primary-button[data-v-91cd6319]:hover:not(:disabled){background:#007ba6;color:#fff}.primary-button[data-v-91cd6319]:focus:not(:disabled){background:#007ba6;color:#fff}.primary-button[data-v-91cd6319]:active:not(:disabled){background:#004d69;color:#fff}.primary-button[data-v-91cd6319]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.secondary-button[data-v-91cd6319]{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959;margin-bottom:0}.secondary-button p[data-v-91cd6319]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.secondary-button[data-v-91cd6319]:hover:not(:disabled){border-color:#007ba6;color:#007ba6}.secondary-button[data-v-91cd6319]:focus:not(:disabled){border-color:#007ba6;color:#007ba6}.secondary-button[data-v-91cd6319]:active:not(:disabled){border-color:#004d69;color:#004d69}.secondary-button[data-v-91cd6319]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.hello-button[data-v-91cd6319]{min-height:40px;max-height:40px;border-radius:4px;font-size:14px;line-height:22px;background:#fff;border:#d9d9d9 1px solid;color:#595959;font-family:Helvetica;font-style:normal;font-size:24px;line-height:20px;font-weight:400;color:#a8071a}.hello-button p[data-v-91cd6319]{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.hello-button[data-v-91cd6319]:hover:not(:disabled){border-color:#007ba6;color:#007ba6}.hello-button[data-v-91cd6319]:focus:not(:disabled){border-color:#007ba6;color:#007ba6}.hello-button[data-v-91cd6319]:active:not(:disabled){border-color:#004d69;color:#004d69}.hello-button[data-v-91cd6319]:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.data-uploader-wrap{padding:0 24px 16px;display:flex;flex:1 0 auto;flex-direction:column;min-height:100%}.data-uploader-wrap .maxta-app{width:100%;min-height:100%;padding-left:10vw;padding-right:10vw;padding-top:32px;padding-bottom:100px}._fade-enter_1p1i1_9{opacity:0}._fade-enter-to_1p1i1_13{opacity:1}._fade-enter-active_1p1i1_17{transition:all .5s ease}._fade-leave_1p1i1_21{opacity:0}._fade-leave-active_1p1i1_25{transition:all .5s ease}._o-icon--danger_1p1i1_29,._o-field__message-danger_1p1i1_30{color:#f5222d!important}._o-input--danger_1p1i1_34{border-color:#f5222d!important}._o-field__label_1p1i1_38{text-align:left}._o-field_1p1i1_30 ._o-field_1p1i1_30{margin-bottom:0}._o-table_1p1i1_46{border-collapse:collapse}._o-table__wrapper--mobile_1p1i1_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1p1i1_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._wrap_1p1i1_70{height:100%;width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:min-content 1fr;overflow:auto}._wrap_1p1i1_70 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1p1i1_70 h3._unsavedFiles_1p1i1_85{font-family:Helvetica;font-style:normal;font-size:16px;line-height:22px;font-weight:700}._wrap_1p1i1_70 ._unsavedFilesFooter_1p1i1_92{display:flex;justify-content:flex-end}._wrap_1p1i1_70 ._unsavedFilesFooter_1p1i1_92 button{margin-left:8px}._wrap_1p1i1_70 ._inner_1p1i1_99{padding:16px 0;grid-template-rows:min-content 1fr;overflow:auto}._wrap_1p1i1_70 ._inner_1p1i1_99 .data-uploader-wrap>div{overflow:hidden;flex:1 0 auto}._wrap_1p1i1_70 ._inner_1p1i1_99 .dot-loader-dot{background:#8c8c8c!important}@font-face{font-family:Material Design Icons;src:url(/assets/materialdesignicons-webfont-By99C1oN.eot?v=4.6.95);src:url(/assets/materialdesignicons-webfont-By99C1oN.eot?#iefix&v=4.6.95) format("embedded-opentype"),url(/assets/materialdesignicons-webfont-CIFwUVte.woff2?v=4.6.95) format("woff2"),url(/assets/materialdesignicons-webfont-DRRWzCVQ.woff?v=4.6.95) format("woff"),url(/assets/materialdesignicons-webfont-DLg7nDRf.ttf?v=4.6.95) format("truetype");font-weight:400;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font: 24px/1 Material Design Icons;font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing:before{content:"󰀜"}.mdi-access-point:before{content:""}.mdi-access-point-network:before{content:""}.mdi-access-point-network-off:before{content:"﮽"}.mdi-account:before{content:""}.mdi-account-alert:before{content:""}.mdi-account-alert-outline:before{content:"שּׁ"}.mdi-account-arrow-left:before{content:"שּׂ"}.mdi-account-arrow-left-outline:before{content:"אַ"}.mdi-account-arrow-right:before{content:"אָ"}.mdi-account-arrow-right-outline:before{content:"אּ"}.mdi-account-badge:before{content:"ﶃ"}.mdi-account-badge-alert:before{content:"ﶄ"}.mdi-account-badge-alert-outline:before{content:"ﶅ"}.mdi-account-badge-horizontal:before{content:"ﷰ"}.mdi-account-badge-horizontal-outline:before{content:"ﷱ"}.mdi-account-badge-outline:before{content:"ﶆ"}.mdi-account-box:before{content:""}.mdi-account-box-multiple:before{content:"盧"}.mdi-account-box-multiple-outline:before{content:"󰀬"}.mdi-account-box-outline:before{content:""}.mdi-account-card-details:before{content:""}.mdi-account-card-details-outline:before{content:"ﶇ"}.mdi-account-cash:before{content:"󰃂"}.mdi-account-cash-outline:before{content:"󰃃"}.mdi-account-check:before{content:""}.mdi-account-check-outline:before{content:"﮾"}.mdi-account-child:before{content:"愈"}.mdi-account-child-circle:before{content:"憎"}.mdi-account-child-outline:before{content:"󰃳"}.mdi-account-circle:before{content:""}.mdi-account-circle-outline:before{content:"בּ"}.mdi-account-clock:before{content:"גּ"}.mdi-account-clock-outline:before{content:"דּ"}.mdi-account-convert:before{content:""}.mdi-account-details:before{content:""}.mdi-account-edit:before{content:""}.mdi-account-edit-outline:before{content:"󰀝"}.mdi-account-group:before{content:""}.mdi-account-group-outline:before{content:"הּ"}.mdi-account-heart:before{content:""}.mdi-account-heart-outline:before{content:"﮿"}.mdi-account-key:before{content:""}.mdi-account-key-outline:before{content:"﯀"}.mdi-account-lock:before{content:"󰆉"}.mdi-account-lock-outline:before{content:"󰆊"}.mdi-account-minus:before{content:""}.mdi-account-minus-outline:before{content:"﫫"}.mdi-account-multiple:before{content:""}.mdi-account-multiple-check:before{content:""}.mdi-account-multiple-check-outline:before{content:"󰈩"}.mdi-account-multiple-minus:before{content:""}.mdi-account-multiple-minus-outline:before{content:"﯁"}.mdi-account-multiple-outline:before{content:""}.mdi-account-multiple-plus:before{content:""}.mdi-account-multiple-plus-outline:before{content:""}.mdi-account-multiple-remove:before{content:"󰈵"}.mdi-account-multiple-remove-outline:before{content:"󰈶"}.mdi-account-network:before{content:""}.mdi-account-network-outline:before{content:"﯂"}.mdi-account-off:before{content:""}.mdi-account-off-outline:before{content:"﯃"}.mdi-account-outline:before{content:""}.mdi-account-plus:before{content:""}.mdi-account-plus-outline:before{content:""}.mdi-account-question:before{content:"וּ"}.mdi-account-question-outline:before{content:"זּ"}.mdi-account-remove:before{content:""}.mdi-account-remove-outline:before{content:"﫬"}.mdi-account-search:before{content:""}.mdi-account-search-outline:before{content:"老"}.mdi-account-settings:before{content:""}.mdi-account-settings-outline:before{content:"󰃴"}.mdi-account-star:before{content:""}.mdi-account-star-outline:before{content:"﯄"}.mdi-account-supervisor:before{content:"慠"}.mdi-account-supervisor-circle:before{content:"懲"}.mdi-account-supervisor-outline:before{content:"󰅘"}.mdi-account-switch:before{content:""}.mdi-account-tie:before{content:"ﲿ"}.mdi-account-tie-outline:before{content:"󰃵"}.mdi-accusoft:before{content:""}.mdi-adchoices:before{content:"ﴞ"}.mdi-adjust:before{content:""}.mdi-adobe:before{content:"蘆"}.mdi-adobe-acrobat:before{content:"ﾽ"}.mdi-air-conditioner:before{content:""}.mdi-air-filter:before{content:"ﴟ"}.mdi-air-horn:before{content:"ﶈ"}.mdi-air-humidifier:before{content:"󰃄"}.mdi-air-purifier:before{content:"ﴠ"}.mdi-airbag:before{content:"﯅"}.mdi-airballoon:before{content:""}.mdi-airballoon-outline:before{content:"󰀭"}.mdi-airplane:before{content:""}.mdi-airplane-landing:before{content:""}.mdi-airplane-off:before{content:""}.mdi-airplane-takeoff:before{content:""}.mdi-airplay:before{content:""}.mdi-airport:before{content:""}.mdi-alarm:before{content:""}.mdi-alarm-bell:before{content:""}.mdi-alarm-check:before{content:""}.mdi-alarm-light:before{content:""}.mdi-alarm-light-outline:before{content:"﯆"}.mdi-alarm-multiple:before{content:""}.mdi-alarm-note:before{content:"ﺎ"}.mdi-alarm-note-off:before{content:"ﺏ"}.mdi-alarm-off:before{content:""}.mdi-alarm-plus:before{content:""}.mdi-alarm-snooze:before{content:""}.mdi-album:before{content:""}.mdi-alert:before{content:""}.mdi-alert-box:before{content:""}.mdi-alert-box-outline:before{content:"ﳀ"}.mdi-alert-circle:before{content:""}.mdi-alert-circle-check:before{content:"󰈘"}.mdi-alert-circle-check-outline:before{content:"󰈙"}.mdi-alert-circle-outline:before{content:""}.mdi-alert-decagram:before{content:""}.mdi-alert-decagram-outline:before{content:"ﳁ"}.mdi-alert-octagon:before{content:""}.mdi-alert-octagon-outline:before{content:"ﳂ"}.mdi-alert-octagram:before{content:""}.mdi-alert-octagram-outline:before{content:"ﳃ"}.mdi-alert-outline:before{content:""}.mdi-alert-rhombus:before{content:"󰇹"}.mdi-alert-rhombus-outline:before{content:"󰇺"}.mdi-alien:before{content:""}.mdi-alien-outline:before{content:"󰃶"}.mdi-align-horizontal-center:before{content:"󰇮"}.mdi-align-horizontal-left:before{content:"󰇭"}.mdi-align-horizontal-right:before{content:"󰇯"}.mdi-align-vertical-bottom:before{content:"󰇰"}.mdi-align-vertical-center:before{content:"󰇱"}.mdi-align-vertical-top:before{content:"󰇲"}.mdi-all-inclusive:before{content:""}.mdi-alpha:before{content:""}.mdi-alpha-a:before{content:"A"}.mdi-alpha-a-box:before{content:"﫭"}.mdi-alpha-a-box-outline:before{content:"﯇"}.mdi-alpha-a-circle:before{content:"﯈"}.mdi-alpha-a-circle-outline:before{content:"﯉"}.mdi-alpha-b:before{content:"B"}.mdi-alpha-b-box:before{content:"﫮"}.mdi-alpha-b-box-outline:before{content:"﯊"}.mdi-alpha-b-circle:before{content:"﯋"}.mdi-alpha-b-circle-outline:before{content:"﯌"}.mdi-alpha-c:before{content:"C"}.mdi-alpha-c-box:before{content:"﫯"}.mdi-alpha-c-box-outline:before{content:"﯍"}.mdi-alpha-c-circle:before{content:"﯎"}.mdi-alpha-c-circle-outline:before{content:"﯏"}.mdi-alpha-d:before{content:"D"}.mdi-alpha-d-box:before{content:"﫰"}.mdi-alpha-d-box-outline:before{content:"﯐"}.mdi-alpha-d-circle:before{content:"﯑"}.mdi-alpha-d-circle-outline:before{content:"﯒"}.mdi-alpha-e:before{content:"E"}.mdi-alpha-e-box:before{content:"﫱"}.mdi-alpha-e-box-outline:before{content:"ﯓ"}.mdi-alpha-e-circle:before{content:"ﯔ"}.mdi-alpha-e-circle-outline:before{content:"ﯕ"}.mdi-alpha-f:before{content:"F"}.mdi-alpha-f-box:before{content:"﫲"}.mdi-alpha-f-box-outline:before{content:"ﯖ"}.mdi-alpha-f-circle:before{content:"ﯗ"}.mdi-alpha-f-circle-outline:before{content:"ﯘ"}.mdi-alpha-g:before{content:"G"}.mdi-alpha-g-box:before{content:"﫳"}.mdi-alpha-g-box-outline:before{content:"ﯙ"}.mdi-alpha-g-circle:before{content:"ﯚ"}.mdi-alpha-g-circle-outline:before{content:"ﯛ"}.mdi-alpha-h:before{content:"H"}.mdi-alpha-h-box:before{content:"﫴"}.mdi-alpha-h-box-outline:before{content:"ﯜ"}.mdi-alpha-h-circle:before{content:"ﯝ"}.mdi-alpha-h-circle-outline:before{content:"ﯞ"}.mdi-alpha-i:before{content:"I"}.mdi-alpha-i-box:before{content:"﫵"}.mdi-alpha-i-box-outline:before{content:"ﯟ"}.mdi-alpha-i-circle:before{content:"ﯠ"}.mdi-alpha-i-circle-outline:before{content:"ﯡ"}.mdi-alpha-j:before{content:"J"}.mdi-alpha-j-box:before{content:"﫶"}.mdi-alpha-j-box-outline:before{content:"ﯢ"}.mdi-alpha-j-circle:before{content:"ﯣ"}.mdi-alpha-j-circle-outline:before{content:"ﯤ"}.mdi-alpha-k:before{content:"K"}.mdi-alpha-k-box:before{content:"﫷"}.mdi-alpha-k-box-outline:before{content:"ﯥ"}.mdi-alpha-k-circle:before{content:"ﯦ"}.mdi-alpha-k-circle-outline:before{content:"ﯧ"}.mdi-alpha-l:before{content:"L"}.mdi-alpha-l-box:before{content:"﫸"}.mdi-alpha-l-box-outline:before{content:"ﯨ"}.mdi-alpha-l-circle:before{content:"ﯩ"}.mdi-alpha-l-circle-outline:before{content:"ﯪ"}.mdi-alpha-m:before{content:"M"}.mdi-alpha-m-box:before{content:"﫹"}.mdi-alpha-m-box-outline:before{content:"ﯫ"}.mdi-alpha-m-circle:before{content:"ﯬ"}.mdi-alpha-m-circle-outline:before{content:"ﯭ"}.mdi-alpha-n:before{content:"N"}.mdi-alpha-n-box:before{content:"﫺"}.mdi-alpha-n-box-outline:before{content:"ﯮ"}.mdi-alpha-n-circle:before{content:"ﯯ"}.mdi-alpha-n-circle-outline:before{content:"ﯰ"}.mdi-alpha-o:before{content:"O"}.mdi-alpha-o-box:before{content:"﫻"}.mdi-alpha-o-box-outline:before{content:"ﯱ"}.mdi-alpha-o-circle:before{content:"ﯲ"}.mdi-alpha-o-circle-outline:before{content:"ﯳ"}.mdi-alpha-p:before{content:"P"}.mdi-alpha-p-box:before{content:"﫼"}.mdi-alpha-p-box-outline:before{content:"ﯴ"}.mdi-alpha-p-circle:before{content:"ﯵ"}.mdi-alpha-p-circle-outline:before{content:"ﯶ"}.mdi-alpha-q:before{content:"Q"}.mdi-alpha-q-box:before{content:"﫽"}.mdi-alpha-q-box-outline:before{content:"ﯷ"}.mdi-alpha-q-circle:before{content:"ﯸ"}.mdi-alpha-q-circle-outline:before{content:"ﯹ"}.mdi-alpha-r:before{content:"R"}.mdi-alpha-r-box:before{content:"﫾"}.mdi-alpha-r-box-outline:before{content:"ﯺ"}.mdi-alpha-r-circle:before{content:"ﯻ"}.mdi-alpha-r-circle-outline:before{content:"ﯼ"}.mdi-alpha-s:before{content:"S"}.mdi-alpha-s-box:before{content:"﫿"}.mdi-alpha-s-box-outline:before{content:"ﯽ"}.mdi-alpha-s-circle:before{content:"ﯾ"}.mdi-alpha-s-circle-outline:before{content:"ﯿ"}.mdi-alpha-t:before{content:"T"}.mdi-alpha-t-box:before{content:"ﬀ"}.mdi-alpha-t-box-outline:before{content:"ﰀ"}.mdi-alpha-t-circle:before{content:"ﰁ"}.mdi-alpha-t-circle-outline:before{content:"ﰂ"}.mdi-alpha-u:before{content:"U"}.mdi-alpha-u-box:before{content:"ﬁ"}.mdi-alpha-u-box-outline:before{content:"ﰃ"}.mdi-alpha-u-circle:before{content:"ﰄ"}.mdi-alpha-u-circle-outline:before{content:"ﰅ"}.mdi-alpha-v:before{content:"V"}.mdi-alpha-v-box:before{content:"ﬂ"}.mdi-alpha-v-box-outline:before{content:"ﰆ"}.mdi-alpha-v-circle:before{content:"ﰇ"}.mdi-alpha-v-circle-outline:before{content:"ﰈ"}.mdi-alpha-w:before{content:"W"}.mdi-alpha-w-box:before{content:"ﬃ"}.mdi-alpha-w-box-outline:before{content:"ﰉ"}.mdi-alpha-w-circle:before{content:"ﰊ"}.mdi-alpha-w-circle-outline:before{content:"ﰋ"}.mdi-alpha-x:before{content:"X"}.mdi-alpha-x-box:before{content:"ﬄ"}.mdi-alpha-x-box-outline:before{content:"ﰌ"}.mdi-alpha-x-circle:before{content:"ﰍ"}.mdi-alpha-x-circle-outline:before{content:"ﰎ"}.mdi-alpha-y:before{content:"Y"}.mdi-alpha-y-box:before{content:"ﬅ"}.mdi-alpha-y-box-outline:before{content:"ﰏ"}.mdi-alpha-y-circle:before{content:"ﰐ"}.mdi-alpha-y-circle-outline:before{content:"ﰑ"}.mdi-alpha-z:before{content:"Z"}.mdi-alpha-z-box:before{content:"ﬆ"}.mdi-alpha-z-box-outline:before{content:"ﰒ"}.mdi-alpha-z-circle:before{content:"ﰓ"}.mdi-alpha-z-circle-outline:before{content:"ﰔ"}.mdi-alphabetical:before{content:""}.mdi-alphabetical-off:before{content:"󰀮"}.mdi-alphabetical-variant:before{content:"󰀯"}.mdi-alphabetical-variant-off:before{content:"󰀰"}.mdi-altimeter:before{content:""}.mdi-amazon:before{content:""}.mdi-amazon-alexa:before{content:""}.mdi-amazon-drive:before{content:""}.mdi-ambulance:before{content:""}.mdi-ammunition:before{content:"ﳄ"}.mdi-ampersand:before{content:"戴"}.mdi-amplifier:before{content:""}.mdi-amplifier-off:before{content:"󰇠"}.mdi-anchor:before{content:""}.mdi-android:before{content:""}.mdi-android-auto:before{content:"揄"}.mdi-android-debug-bridge:before{content:""}.mdi-android-head:before{content:""}.mdi-android-messages:before{content:"ﴡ"}.mdi-android-studio:before{content:""}.mdi-angle-acute:before{content:"虜"}.mdi-angle-obtuse:before{content:"路"}.mdi-angle-right:before{content:"露"}.mdi-angular:before{content:""}.mdi-angularjs:before{content:""}.mdi-animation:before{content:""}.mdi-animation-outline:before{content:"搜"}.mdi-animation-play:before{content:"魯"}.mdi-animation-play-outline:before{content:"摒"}.mdi-ansible:before{content:"󰃅"}.mdi-antenna:before{content:"󰅄"}.mdi-anvil:before{content:""}.mdi-apache-kafka:before{content:"󰀱"}.mdi-api:before{content:"󰃆"}.mdi-api-off:before{content:"󰊂"}.mdi-apple:before{content:""}.mdi-apple-finder:before{content:""}.mdi-apple-icloud:before{content:""}.mdi-apple-ios:before{content:""}.mdi-apple-keyboard-caps:before{content:""}.mdi-apple-keyboard-command:before{content:""}.mdi-apple-keyboard-control:before{content:""}.mdi-apple-keyboard-option:before{content:""}.mdi-apple-keyboard-shift:before{content:""}.mdi-apple-safari:before{content:""}.mdi-application:before{content:""}.mdi-application-export:before{content:"ﶉ"}.mdi-application-import:before{content:"ﶊ"}.mdi-approximately-equal:before{content:"ﾾ"}.mdi-approximately-equal-box:before{content:"﾿"}.mdi-apps:before{content:""}.mdi-apps-box:before{content:"ﴢ"}.mdi-arch:before{content:""}.mdi-archive:before{content:""}.mdi-archive-outline:before{content:"󰈹"}.mdi-arm-flex:before{content:"󰂏"}.mdi-arm-flex-outline:before{content:"󰂐"}.mdi-arrange-bring-forward:before{content:""}.mdi-arrange-bring-to-front:before{content:""}.mdi-arrange-send-backward:before{content:""}.mdi-arrange-send-to-back:before{content:""}.mdi-arrow-all:before{content:""}.mdi-arrow-bottom-left:before{content:""}.mdi-arrow-bottom-left-bold-outline:before{content:"禮"}.mdi-arrow-bottom-left-thick:before{content:"醴"}.mdi-arrow-bottom-right:before{content:""}.mdi-arrow-bottom-right-bold-outline:before{content:"隸"}.mdi-arrow-bottom-right-thick:before{content:"惡"}.mdi-arrow-collapse:before{content:""}.mdi-arrow-collapse-all:before{content:""}.mdi-arrow-collapse-down:before{content:""}.mdi-arrow-collapse-horizontal:before{content:""}.mdi-arrow-collapse-left:before{content:""}.mdi-arrow-collapse-right:before{content:""}.mdi-arrow-collapse-up:before{content:""}.mdi-arrow-collapse-vertical:before{content:""}.mdi-arrow-decision:before{content:"了"}.mdi-arrow-decision-auto:before{content:"僚"}.mdi-arrow-decision-auto-outline:before{content:"寮"}.mdi-arrow-decision-outline:before{content:"尿"}.mdi-arrow-down:before{content:""}.mdi-arrow-down-bold:before{content:""}.mdi-arrow-down-bold-box:before{content:""}.mdi-arrow-down-bold-box-outline:before{content:""}.mdi-arrow-down-bold-circle:before{content:""}.mdi-arrow-down-bold-circle-outline:before{content:""}.mdi-arrow-down-bold-hexagon-outline:before{content:""}.mdi-arrow-down-bold-outline:before{content:"料"}.mdi-arrow-down-box:before{content:""}.mdi-arrow-down-circle:before{content:"ﲷ"}.mdi-arrow-down-circle-outline:before{content:"ﲸ"}.mdi-arrow-down-drop-circle:before{content:""}.mdi-arrow-down-drop-circle-outline:before{content:""}.mdi-arrow-down-thick:before{content:""}.mdi-arrow-expand:before{content:""}.mdi-arrow-expand-all:before{content:""}.mdi-arrow-expand-down:before{content:""}.mdi-arrow-expand-horizontal:before{content:""}.mdi-arrow-expand-left:before{content:""}.mdi-arrow-expand-right:before{content:""}.mdi-arrow-expand-up:before{content:""}.mdi-arrow-expand-vertical:before{content:""}.mdi-arrow-horizontal-lock:before{content:"󰆆"}.mdi-arrow-left:before{content:""}.mdi-arrow-left-bold:before{content:""}.mdi-arrow-left-bold-box:before{content:""}.mdi-arrow-left-bold-box-outline:before{content:""}.mdi-arrow-left-bold-circle:before{content:""}.mdi-arrow-left-bold-circle-outline:before{content:""}.mdi-arrow-left-bold-hexagon-outline:before{content:""}.mdi-arrow-left-bold-outline:before{content:"樂"}.mdi-arrow-left-box:before{content:""}.mdi-arrow-left-circle:before{content:"ﲹ"}.mdi-arrow-left-circle-outline:before{content:"ﲺ"}.mdi-arrow-left-drop-circle:before{content:""}.mdi-arrow-left-drop-circle-outline:before{content:""}.mdi-arrow-left-right:before{content:"ﺐ"}.mdi-arrow-left-right-bold:before{content:"ﺑ"}.mdi-arrow-left-right-bold-outline:before{content:"燎"}.mdi-arrow-left-thick:before{content:""}.mdi-arrow-right:before{content:""}.mdi-arrow-right-bold:before{content:""}.mdi-arrow-right-bold-box:before{content:""}.mdi-arrow-right-bold-box-outline:before{content:""}.mdi-arrow-right-bold-circle:before{content:""}.mdi-arrow-right-bold-circle-outline:before{content:""}.mdi-arrow-right-bold-hexagon-outline:before{content:""}.mdi-arrow-right-bold-outline:before{content:"療"}.mdi-arrow-right-box:before{content:""}.mdi-arrow-right-circle:before{content:"ﲻ"}.mdi-arrow-right-circle-outline:before{content:"ﲼ"}.mdi-arrow-right-drop-circle:before{content:""}.mdi-arrow-right-drop-circle-outline:before{content:""}.mdi-arrow-right-thick:before{content:""}.mdi-arrow-split-horizontal:before{content:"鷺"}.mdi-arrow-split-vertical:before{content:"碌"}.mdi-arrow-top-left:before{content:""}.mdi-arrow-top-left-bold-outline:before{content:"蓼"}.mdi-arrow-top-left-bottom-right:before{content:"ﺒ"}.mdi-arrow-top-left-bottom-right-bold:before{content:"ﺓ"}.mdi-arrow-top-left-thick:before{content:"遼"}.mdi-arrow-top-right:before{content:""}.mdi-arrow-top-right-bold-outline:before{content:"龍"}.mdi-arrow-top-right-bottom-left:before{content:"ﺔ"}.mdi-arrow-top-right-bottom-left-bold:before{content:"ﺕ"}.mdi-arrow-top-right-thick:before{content:"暈"}.mdi-arrow-up:before{content:""}.mdi-arrow-up-bold:before{content:""}.mdi-arrow-up-bold-box:before{content:""}.mdi-arrow-up-bold-box-outline:before{content:""}.mdi-arrow-up-bold-circle:before{content:""}.mdi-arrow-up-bold-circle-outline:before{content:""}.mdi-arrow-up-bold-hexagon-outline:before{content:""}.mdi-arrow-up-bold-outline:before{content:"阮"}.mdi-arrow-up-box:before{content:""}.mdi-arrow-up-circle:before{content:"ﲽ"}.mdi-arrow-up-circle-outline:before{content:"ﲾ"}.mdi-arrow-up-down:before{content:"ﺖ"}.mdi-arrow-up-down-bold:before{content:"ﺗ"}.mdi-arrow-up-down-bold-outline:before{content:"劉"}.mdi-arrow-up-drop-circle:before{content:""}.mdi-arrow-up-drop-circle-outline:before{content:""}.mdi-arrow-up-thick:before{content:""}.mdi-arrow-vertical-lock:before{content:"󰆇"}.mdi-artist:before{content:""}.mdi-artist-outline:before{content:"ﳅ"}.mdi-artstation:before{content:"﬷"}.mdi-aspect-ratio:before{content:"﨣"}.mdi-assistant:before{content:""}.mdi-asterisk:before{content:""}.mdi-at:before{content:""}.mdi-atlassian:before{content:""}.mdi-atm:before{content:"ﴣ"}.mdi-atom:before{content:""}.mdi-atom-variant:before{content:"ﺘ"}.mdi-attachment:before{content:""}.mdi-audio-video:before{content:"祿"}.mdi-audio-video-off:before{content:"󰇡"}.mdi-audiobook:before{content:""}.mdi-augmented-reality:before{content:""}.mdi-auto-fix:before{content:""}.mdi-auto-upload:before{content:""}.mdi-autorenew:before{content:""}.mdi-av-timer:before{content:""}.mdi-aws:before{content:"ﷲ"}.mdi-axe:before{content:""}.mdi-axis:before{content:"ﴤ"}.mdi-axis-arrow:before{content:"ﴥ"}.mdi-axis-arrow-lock:before{content:"ﴦ"}.mdi-axis-lock:before{content:"ﴧ"}.mdi-axis-x-arrow:before{content:"ﴨ"}.mdi-axis-x-arrow-lock:before{content:"ﴩ"}.mdi-axis-x-rotate-clockwise:before{content:"ﴪ"}.mdi-axis-x-rotate-counterclockwise:before{content:"ﴫ"}.mdi-axis-x-y-arrow-lock:before{content:"ﴬ"}.mdi-axis-y-arrow:before{content:"ﴭ"}.mdi-axis-y-arrow-lock:before{content:"ﴮ"}.mdi-axis-y-rotate-clockwise:before{content:"ﴯ"}.mdi-axis-y-rotate-counterclockwise:before{content:"ﴰ"}.mdi-axis-z-arrow:before{content:"ﴱ"}.mdi-axis-z-arrow-lock:before{content:"ﴲ"}.mdi-axis-z-rotate-clockwise:before{content:"ﴳ"}.mdi-axis-z-rotate-counterclockwise:before{content:"ﴴ"}.mdi-azure:before{content:""}.mdi-azure-devops:before{content:"󰂑"}.mdi-babel:before{content:"﨤"}.mdi-baby:before{content:""}.mdi-baby-bottle:before{content:"ｖ"}.mdi-baby-bottle-outline:before{content:"ｗ"}.mdi-baby-carriage:before{content:""}.mdi-baby-carriage-off:before{content:"￀"}.mdi-baby-face:before{content:"ﺙ"}.mdi-baby-face-outline:before{content:"ﺚ"}.mdi-backburger:before{content:""}.mdi-backspace:before{content:""}.mdi-backspace-outline:before{content:"טּ"}.mdi-backspace-reverse:before{content:"ﺛ"}.mdi-backspace-reverse-outline:before{content:"ﺜ"}.mdi-backup-restore:before{content:""}.mdi-bacteria:before{content:"ﻲ"}.mdi-bacteria-outline:before{content:"ﻳ"}.mdi-badminton:before{content:""}.mdi-bag-carry-on:before{content:"ｘ"}.mdi-bag-carry-on-check:before{content:"﵁"}.mdi-bag-carry-on-off:before{content:"ｙ"}.mdi-bag-checked:before{content:"ｚ"}.mdi-bag-personal:before{content:"ﷳ"}.mdi-bag-personal-off:before{content:"ﷴ"}.mdi-bag-personal-off-outline:before{content:"ﷵ"}.mdi-bag-personal-outline:before{content:"ﷶ"}.mdi-baguette:before{content:"｛"}.mdi-balloon:before{content:"逸"}.mdi-ballot:before{content:"杻"}.mdi-ballot-outline:before{content:"柳"}.mdi-ballot-recount:before{content:"ﰕ"}.mdi-ballot-recount-outline:before{content:"ﰖ"}.mdi-bandage:before{content:"ﶋ"}.mdi-bandcamp:before{content:""}.mdi-bank:before{content:""}.mdi-bank-minus:before{content:"ﶌ"}.mdi-bank-outline:before{content:"ﺝ"}.mdi-bank-plus:before{content:"ﶍ"}.mdi-bank-remove:before{content:"ﶎ"}.mdi-bank-transfer:before{content:"都"}.mdi-bank-transfer-in:before{content:"﨧"}.mdi-bank-transfer-out:before{content:"﨨"}.mdi-barcode:before{content:""}.mdi-barcode-off:before{content:"󰉡"}.mdi-barcode-scan:before{content:""}.mdi-barley:before{content:""}.mdi-barley-off:before{content:"יּ"}.mdi-barn:before{content:"ךּ"}.mdi-barrel:before{content:""}.mdi-baseball:before{content:""}.mdi-baseball-bat:before{content:""}.mdi-basecamp:before{content:""}.mdi-bash:before{content:"󰆮"}.mdi-basket:before{content:""}.mdi-basket-fill:before{content:""}.mdi-basket-outline:before{content:"󰆬"}.mdi-basket-unfill:before{content:""}.mdi-basketball:before{content:""}.mdi-basketball-hoop:before{content:"ﰗ"}.mdi-basketball-hoop-outline:before{content:"ﰘ"}.mdi-bat:before{content:"כּ"}.mdi-battery:before{content:""}.mdi-battery-10:before{content:""}.mdi-battery-10-bluetooth:before{content:"綠"}.mdi-battery-20:before{content:""}.mdi-battery-20-bluetooth:before{content:"菉"}.mdi-battery-30:before{content:""}.mdi-battery-30-bluetooth:before{content:"錄"}.mdi-battery-40:before{content:""}.mdi-battery-40-bluetooth:before{content:"鹿"}.mdi-battery-50:before{content:""}.mdi-battery-50-bluetooth:before{content:"論"}.mdi-battery-60:before{content:""}.mdi-battery-60-bluetooth:before{content:"壟"}.mdi-battery-70:before{content:""}.mdi-battery-70-bluetooth:before{content:"弄"}.mdi-battery-80:before{content:""}.mdi-battery-80-bluetooth:before{content:"籠"}.mdi-battery-90:before{content:""}.mdi-battery-90-bluetooth:before{content:"聾"}.mdi-battery-alert:before{content:""}.mdi-battery-alert-bluetooth:before{content:"牢"}.mdi-battery-alert-variant:before{content:"󰃷"}.mdi-battery-alert-variant-outline:before{content:"󰃸"}.mdi-battery-bluetooth:before{content:"磊"}.mdi-battery-bluetooth-variant:before{content:"賂"}.mdi-battery-charging:before{content:""}.mdi-battery-charging-10:before{content:""}.mdi-battery-charging-100:before{content:""}.mdi-battery-charging-20:before{content:""}.mdi-battery-charging-30:before{content:""}.mdi-battery-charging-40:before{content:""}.mdi-battery-charging-50:before{content:""}.mdi-battery-charging-60:before{content:""}.mdi-battery-charging-70:before{content:""}.mdi-battery-charging-80:before{content:""}.mdi-battery-charging-90:before{content:""}.mdi-battery-charging-outline:before{content:""}.mdi-battery-charging-wireless:before{content:""}.mdi-battery-charging-wireless-10:before{content:""}.mdi-battery-charging-wireless-20:before{content:""}.mdi-battery-charging-wireless-30:before{content:""}.mdi-battery-charging-wireless-40:before{content:""}.mdi-battery-charging-wireless-50:before{content:""}.mdi-battery-charging-wireless-60:before{content:""}.mdi-battery-charging-wireless-70:before{content:""}.mdi-battery-charging-wireless-80:before{content:""}.mdi-battery-charging-wireless-90:before{content:""}.mdi-battery-charging-wireless-alert:before{content:""}.mdi-battery-charging-wireless-outline:before{content:""}.mdi-battery-heart:before{content:"󰈺"}.mdi-battery-heart-outline:before{content:"󰈻"}.mdi-battery-heart-variant:before{content:"󰈼"}.mdi-battery-minus:before{content:""}.mdi-battery-negative:before{content:""}.mdi-battery-outline:before{content:""}.mdi-battery-plus:before{content:""}.mdi-battery-positive:before{content:""}.mdi-battery-unknown:before{content:""}.mdi-battery-unknown-bluetooth:before{content:"雷"}.mdi-battlenet:before{content:"לּ"}.mdi-beach:before{content:""}.mdi-beaker:before{content:"ﳆ"}.mdi-beaker-alert:before{content:"󰉔"}.mdi-beaker-alert-outline:before{content:"󰉕"}.mdi-beaker-check:before{content:"󰉖"}.mdi-beaker-check-outline:before{content:"󰉗"}.mdi-beaker-minus:before{content:"󰉘"}.mdi-beaker-minus-outline:before{content:"󰉙"}.mdi-beaker-outline:before{content:""}.mdi-beaker-plus:before{content:"󰉚"}.mdi-beaker-plus-outline:before{content:"󰉛"}.mdi-beaker-question:before{content:"󰉜"}.mdi-beaker-question-outline:before{content:"󰉝"}.mdi-beaker-remove:before{content:"󰉞"}.mdi-beaker-remove-outline:before{content:"󰉟"}.mdi-beats:before{content:""}.mdi-bed-double:before{content:"󰂒"}.mdi-bed-double-outline:before{content:"󰂓"}.mdi-bed-empty:before{content:""}.mdi-bed-king:before{content:"󰂔"}.mdi-bed-king-outline:before{content:"󰂕"}.mdi-bed-queen:before{content:"󰂖"}.mdi-bed-queen-outline:before{content:"󰂗"}.mdi-bed-single:before{content:"󰂘"}.mdi-bed-single-outline:before{content:"󰂙"}.mdi-bee:before{content:"￁"}.mdi-bee-flower:before{content:"ￂ"}.mdi-beehive-outline:before{content:"󰃹"}.mdi-beer:before{content:""}.mdi-behance:before{content:""}.mdi-bell:before{content:""}.mdi-bell-alert:before{content:"ﴵ"}.mdi-bell-alert-outline:before{content:"ﺞ"}.mdi-bell-check:before{content:"󰈐"}.mdi-bell-check-outline:before{content:"󰈑"}.mdi-bell-circle:before{content:"ﴶ"}.mdi-bell-circle-outline:before{content:"ﴷ"}.mdi-bell-off:before{content:""}.mdi-bell-off-outline:before{content:"敖"}.mdi-bell-outline:before{content:""}.mdi-bell-plus:before{content:""}.mdi-bell-plus-outline:before{content:"晴"}.mdi-bell-ring:before{content:""}.mdi-bell-ring-outline:before{content:""}.mdi-bell-sleep:before{content:""}.mdi-bell-sleep-outline:before{content:"朗"}.mdi-beta:before{content:""}.mdi-betamax:before{content:"流"}.mdi-biathlon:before{content:"ﷷ"}.mdi-bible:before{content:""}.mdi-bicycle:before{content:"󰃇"}.mdi-bicycle-basket:before{content:"󰉠"}.mdi-bike:before{content:""}.mdi-bike-fast:before{content:"󰅊"}.mdi-billboard:before{content:"󰀲"}.mdi-billiards:before{content:"﬽"}.mdi-billiards-rack:before{content:"מּ"}.mdi-bing:before{content:""}.mdi-binoculars:before{content:""}.mdi-bio:before{content:""}.mdi-biohazard:before{content:""}.mdi-bitbucket:before{content:""}.mdi-bitcoin:before{content:""}.mdi-black-mesa:before{content:""}.mdi-blackberry:before{content:""}.mdi-blender:before{content:"ﳇ"}.mdi-blender-software:before{content:""}.mdi-blinds:before{content:""}.mdi-blinds-open:before{content:"󰀳"}.mdi-block-helper:before{content:""}.mdi-blogger:before{content:""}.mdi-blood-bag:before{content:"ﳈ"}.mdi-bluetooth:before{content:""}.mdi-bluetooth-audio:before{content:""}.mdi-bluetooth-connect:before{content:""}.mdi-bluetooth-off:before{content:""}.mdi-bluetooth-settings:before{content:""}.mdi-bluetooth-transfer:before{content:""}.mdi-blur:before{content:""}.mdi-blur-linear:before{content:""}.mdi-blur-off:before{content:""}.mdi-blur-radial:before{content:""}.mdi-bolnisi-cross:before{content:"ﳉ"}.mdi-bolt:before{content:"ﶏ"}.mdi-bomb:before{content:""}.mdi-bomb-off:before{content:""}.mdi-bone:before{content:""}.mdi-book:before{content:""}.mdi-book-information-variant:before{content:"󰂚"}.mdi-book-lock:before{content:""}.mdi-book-lock-open:before{content:""}.mdi-book-minus:before{content:""}.mdi-book-minus-multiple:before{content:"望"}.mdi-book-multiple:before{content:""}.mdi-book-open:before{content:""}.mdi-book-open-outline:before{content:"﬿"}.mdi-book-open-page-variant:before{content:""}.mdi-book-open-variant:before{content:""}.mdi-book-outline:before{content:"נּ"}.mdi-book-play:before{content:"ﺟ"}.mdi-book-play-outline:before{content:"ﺠ"}.mdi-book-plus:before{content:""}.mdi-book-plus-multiple:before{content:"杖"}.mdi-book-remove:before{content:"殺"}.mdi-book-remove-multiple:before{content:"歹"}.mdi-book-search:before{content:"ﺡ"}.mdi-book-search-outline:before{content:"ﺢ"}.mdi-book-variant:before{content:""}.mdi-book-variant-multiple:before{content:""}.mdi-bookmark:before{content:""}.mdi-bookmark-check:before{content:""}.mdi-bookmark-minus:before{content:"溜"}.mdi-bookmark-minus-outline:before{content:"琉"}.mdi-bookmark-multiple:before{content:"ﷸ"}.mdi-bookmark-multiple-outline:before{content:"ﷹ"}.mdi-bookmark-music:before{content:""}.mdi-bookmark-off:before{content:"留"}.mdi-bookmark-off-outline:before{content:"硫"}.mdi-bookmark-outline:before{content:""}.mdi-bookmark-plus:before{content:""}.mdi-bookmark-plus-outline:before{content:""}.mdi-bookmark-remove:before{content:""}.mdi-boom-gate:before{content:"ﺣ"}.mdi-boom-gate-alert:before{content:"ﺤ"}.mdi-boom-gate-alert-outline:before{content:"ﺥ"}.mdi-boom-gate-down:before{content:"ﺦ"}.mdi-boom-gate-down-outline:before{content:"ﺧ"}.mdi-boom-gate-outline:before{content:"ﺨ"}.mdi-boom-gate-up:before{content:"ﺩ"}.mdi-boom-gate-up-outline:before{content:"ﺪ"}.mdi-boombox:before{content:""}.mdi-boomerang:before{content:"󰃺"}.mdi-bootstrap:before{content:""}.mdi-border-all:before{content:""}.mdi-border-all-variant:before{content:""}.mdi-border-bottom:before{content:""}.mdi-border-bottom-variant:before{content:""}.mdi-border-color:before{content:""}.mdi-border-horizontal:before{content:""}.mdi-border-inside:before{content:""}.mdi-border-left:before{content:""}.mdi-border-left-variant:before{content:""}.mdi-border-none:before{content:""}.mdi-border-none-variant:before{content:""}.mdi-border-outside:before{content:""}.mdi-border-right:before{content:""}.mdi-border-right-variant:before{content:""}.mdi-border-style:before{content:""}.mdi-border-top:before{content:""}.mdi-border-top-variant:before{content:""}.mdi-border-vertical:before{content:""}.mdi-bottle-soda:before{content:"󰂛"}.mdi-bottle-soda-classic:before{content:"󰂜"}.mdi-bottle-soda-outline:before{content:"󰂝"}.mdi-bottle-tonic:before{content:"󰅙"}.mdi-bottle-tonic-outline:before{content:"󰅚"}.mdi-bottle-tonic-plus:before{content:"󰅛"}.mdi-bottle-tonic-plus-outline:before{content:"󰅜"}.mdi-bottle-tonic-skull:before{content:"󰅝"}.mdi-bottle-tonic-skull-outline:before{content:"󰅞"}.mdi-bottle-wine:before{content:""}.mdi-bow-tie:before{content:""}.mdi-bowl:before{content:""}.mdi-bowling:before{content:""}.mdi-box:before{content:""}.mdi-box-cutter:before{content:""}.mdi-box-shadow:before{content:""}.mdi-boxing-glove:before{content:"סּ"}.mdi-braille:before{content:"紐"}.mdi-brain:before{content:"類"}.mdi-bread-slice:before{content:"ﳊ"}.mdi-bread-slice-outline:before{content:"ﳋ"}.mdi-bridge:before{content:""}.mdi-briefcase:before{content:""}.mdi-briefcase-account:before{content:"ﳌ"}.mdi-briefcase-account-outline:before{content:"ﳍ"}.mdi-briefcase-check:before{content:""}.mdi-briefcase-clock:before{content:"󰃻"}.mdi-briefcase-clock-outline:before{content:"󰃼"}.mdi-briefcase-download:before{content:""}.mdi-briefcase-download-outline:before{content:"ﰙ"}.mdi-briefcase-edit:before{content:"流"}.mdi-briefcase-edit-outline:before{content:"ﰚ"}.mdi-briefcase-minus:before{content:"﨩"}.mdi-briefcase-minus-outline:before{content:"ﰛ"}.mdi-briefcase-outline:before{content:""}.mdi-briefcase-plus:before{content:"飯"}.mdi-briefcase-plus-outline:before{content:"ﰜ"}.mdi-briefcase-remove:before{content:"飼"}.mdi-briefcase-remove-outline:before{content:"ﰝ"}.mdi-briefcase-search:before{content:"館"}.mdi-briefcase-search-outline:before{content:"ﰞ"}.mdi-briefcase-upload:before{content:""}.mdi-briefcase-upload-outline:before{content:"ﰟ"}.mdi-brightness-1:before{content:""}.mdi-brightness-2:before{content:""}.mdi-brightness-3:before{content:""}.mdi-brightness-4:before{content:""}.mdi-brightness-5:before{content:""}.mdi-brightness-6:before{content:""}.mdi-brightness-7:before{content:""}.mdi-brightness-auto:before{content:""}.mdi-brightness-percent:before{content:"ﳎ"}.mdi-broom:before{content:""}.mdi-brush:before{content:""}.mdi-buddhism:before{content:"壘"}.mdi-buffer:before{content:""}.mdi-bug:before{content:""}.mdi-bug-check:before{content:"鶴"}.mdi-bug-check-outline:before{content:"郞"}.mdi-bug-outline:before{content:"隷"}.mdi-bugle:before{content:"﶐"}.mdi-bulldozer:before{content:"﬇"}.mdi-bullet:before{content:"ﳏ"}.mdi-bulletin-board:before{content:""}.mdi-bullhorn:before{content:""}.mdi-bullhorn-outline:before{content:"﬈"}.mdi-bullseye:before{content:""}.mdi-bullseye-arrow:before{content:""}.mdi-bus:before{content:""}.mdi-bus-alert:before{content:"滛"}.mdi-bus-articulated-end:before{content:""}.mdi-bus-articulated-front:before{content:""}.mdi-bus-clock:before{content:""}.mdi-bus-double-decker:before{content:""}.mdi-bus-marker:before{content:"󰈽"}.mdi-bus-multiple:before{content:"｜"}.mdi-bus-school:before{content:""}.mdi-bus-side:before{content:""}.mdi-bus-stop:before{content:"󰀴"}.mdi-bus-stop-covered:before{content:"󰀵"}.mdi-bus-stop-uncovered:before{content:"󰀶"}.mdi-cached:before{content:""}.mdi-cactus:before{content:"﶑"}.mdi-cake:before{content:""}.mdi-cake-layered:before{content:""}.mdi-cake-variant:before{content:""}.mdi-calculator:before{content:""}.mdi-calculator-variant:before{content:"滋"}.mdi-calendar:before{content:""}.mdi-calendar-account:before{content:"ﻴ"}.mdi-calendar-account-outline:before{content:"ﻵ"}.mdi-calendar-alert:before{content:"侮"}.mdi-calendar-arrow-left:before{content:"󰅟"}.mdi-calendar-arrow-right:before{content:"󰅠"}.mdi-calendar-blank:before{content:""}.mdi-calendar-blank-multiple:before{content:"󰂞"}.mdi-calendar-blank-outline:before{content:"﭂"}.mdi-calendar-check:before{content:""}.mdi-calendar-check-outline:before{content:"ﰠ"}.mdi-calendar-clock:before{content:""}.mdi-calendar-edit:before{content:""}.mdi-calendar-export:before{content:"﬉"}.mdi-calendar-heart:before{content:"六"}.mdi-calendar-import:before{content:"﬊"}.mdi-calendar-minus:before{content:"ﴸ"}.mdi-calendar-month:before{content:"ﷺ"}.mdi-calendar-month-outline:before{content:"ﷻ"}.mdi-calendar-multiple:before{content:""}.mdi-calendar-multiple-check:before{content:""}.mdi-calendar-multiselect:before{content:"僧"}.mdi-calendar-outline:before{content:"ףּ"}.mdi-calendar-plus:before{content:""}.mdi-calendar-question:before{content:""}.mdi-calendar-range:before{content:""}.mdi-calendar-range-outline:before{content:"פּ"}.mdi-calendar-remove:before{content:""}.mdi-calendar-remove-outline:before{content:"ﰡ"}.mdi-calendar-repeat:before{content:"ﺫ"}.mdi-calendar-repeat-outline:before{content:"ﺬ"}.mdi-calendar-search:before{content:"屢"}.mdi-calendar-star:before{content:"戮"}.mdi-calendar-text:before{content:""}.mdi-calendar-text-outline:before{content:"ﰢ"}.mdi-calendar-today:before{content:""}.mdi-calendar-week:before{content:"免"}.mdi-calendar-week-begin:before{content:"勉"}.mdi-calendar-weekend:before{content:"ﻶ"}.mdi-calendar-weekend-outline:before{content:"ﻷ"}.mdi-call-made:before{content:""}.mdi-call-merge:before{content:""}.mdi-call-missed:before{content:""}.mdi-call-received:before{content:""}.mdi-call-split:before{content:""}.mdi-camcorder:before{content:""}.mdi-camcorder-box:before{content:""}.mdi-camcorder-box-off:before{content:""}.mdi-camcorder-off:before{content:""}.mdi-camera:before{content:""}.mdi-camera-account:before{content:""}.mdi-camera-burst:before{content:""}.mdi-camera-control:before{content:"﭅"}.mdi-camera-enhance:before{content:""}.mdi-camera-enhance-outline:before{content:"צּ"}.mdi-camera-front:before{content:""}.mdi-camera-front-variant:before{content:""}.mdi-camera-gopro:before{content:""}.mdi-camera-image:before{content:""}.mdi-camera-iris:before{content:""}.mdi-camera-metering-center:before{content:""}.mdi-camera-metering-matrix:before{content:""}.mdi-camera-metering-partial:before{content:""}.mdi-camera-metering-spot:before{content:""}.mdi-camera-off:before{content:""}.mdi-camera-outline:before{content:"ﴹ"}.mdi-camera-party-mode:before{content:""}.mdi-camera-plus:before{content:"ﻸ"}.mdi-camera-plus-outline:before{content:"ﻹ"}.mdi-camera-rear:before{content:""}.mdi-camera-rear-variant:before{content:""}.mdi-camera-retake:before{content:"﷼"}.mdi-camera-retake-outline:before{content:"﷽"}.mdi-camera-switch:before{content:""}.mdi-camera-timer:before{content:""}.mdi-camera-wireless:before{content:"ﶒ"}.mdi-camera-wireless-outline:before{content:"ﶓ"}.mdi-campfire:before{content:"ﻺ"}.mdi-cancel:before{content:""}.mdi-candle:before{content:""}.mdi-candycane:before{content:""}.mdi-cannabis:before{content:""}.mdi-caps-lock:before{content:"漢"}.mdi-car:before{content:""}.mdi-car-2-plus:before{content:"󰀷"}.mdi-car-3-plus:before{content:"󰀸"}.mdi-car-back:before{content:"﷾"}.mdi-car-battery:before{content:""}.mdi-car-brake-abs:before{content:"ﰣ"}.mdi-car-brake-alert:before{content:"ﰤ"}.mdi-car-brake-hold:before{content:"ﴺ"}.mdi-car-brake-parking:before{content:"ﴻ"}.mdi-car-brake-retarder:before{content:"󰀹"}.mdi-car-child-seat:before{content:"ￃ"}.mdi-car-clutch:before{content:"󰀺"}.mdi-car-connected:before{content:""}.mdi-car-convertible:before{content:""}.mdi-car-coolant-level:before{content:"󰀻"}.mdi-car-cruise-control:before{content:"ﴼ"}.mdi-car-defrost-front:before{content:"ﴽ"}.mdi-car-defrost-rear:before{content:"﴾"}.mdi-car-door:before{content:"קּ"}.mdi-car-door-lock:before{content:"󰃈"}.mdi-car-electric:before{content:"רּ"}.mdi-car-esp:before{content:"ﰥ"}.mdi-car-estate:before{content:""}.mdi-car-hatchback:before{content:""}.mdi-car-info:before{content:"󰇩"}.mdi-car-key:before{content:"שּ"}.mdi-car-light-dimmed:before{content:"ﰦ"}.mdi-car-light-fog:before{content:"ﰧ"}.mdi-car-light-high:before{content:"ﰨ"}.mdi-car-limousine:before{content:""}.mdi-car-multiple:before{content:"תּ"}.mdi-car-off:before{content:"﷿"}.mdi-car-parking-lights:before{content:"﴿"}.mdi-car-pickup:before{content:""}.mdi-car-seat:before{content:"ￄ"}.mdi-car-seat-cooler:before{content:"ￅ"}.mdi-car-seat-heater:before{content:"ￆ"}.mdi-car-shift-pattern:before{content:"｝"}.mdi-car-side:before{content:""}.mdi-car-sports:before{content:""}.mdi-car-tire-alert:before{content:"ﰩ"}.mdi-car-traction-control:before{content:"﵀"}.mdi-car-turbocharger:before{content:"󰀼"}.mdi-car-wash:before{content:""}.mdi-car-windshield:before{content:"󰀽"}.mdi-car-windshield-outline:before{content:"󰀾"}.mdi-caravan:before{content:""}.mdi-card:before{content:"וֹ"}.mdi-card-bulleted:before{content:"בֿ"}.mdi-card-bulleted-off:before{content:"כֿ"}.mdi-card-bulleted-off-outline:before{content:"פֿ"}.mdi-card-bulleted-outline:before{content:"ﭏ"}.mdi-card-bulleted-settings:before{content:"ﭐ"}.mdi-card-bulleted-settings-outline:before{content:"ﭑ"}.mdi-card-outline:before{content:"ﭒ"}.mdi-card-plus:before{content:"󰈪"}.mdi-card-plus-outline:before{content:"󰈫"}.mdi-card-search:before{content:"󰂟"}.mdi-card-search-outline:before{content:"󰂠"}.mdi-card-text:before{content:"ﭓ"}.mdi-card-text-outline:before{content:"ﭔ"}.mdi-cards:before{content:""}.mdi-cards-club:before{content:""}.mdi-cards-diamond:before{content:""}.mdi-cards-diamond-outline:before{content:"󰀿"}.mdi-cards-heart:before{content:""}.mdi-cards-outline:before{content:""}.mdi-cards-playing-outline:before{content:""}.mdi-cards-spade:before{content:""}.mdi-cards-variant:before{content:""}.mdi-carrot:before{content:""}.mdi-cart:before{content:""}.mdi-cart-arrow-down:before{content:"﵂"}.mdi-cart-arrow-right:before{content:"ﰪ"}.mdi-cart-arrow-up:before{content:"﵃"}.mdi-cart-minus:before{content:"﵄"}.mdi-cart-off:before{content:""}.mdi-cart-outline:before{content:""}.mdi-cart-plus:before{content:""}.mdi-cart-remove:before{content:"﵅"}.mdi-case-sensitive-alt:before{content:""}.mdi-cash:before{content:""}.mdi-cash-100:before{content:""}.mdi-cash-marker:before{content:"ﶔ"}.mdi-cash-multiple:before{content:""}.mdi-cash-refund:before{content:"瀞"}.mdi-cash-register:before{content:"ﳐ"}.mdi-cash-usd:before{content:"󰆡"}.mdi-cash-usd-outline:before{content:""}.mdi-cassette:before{content:"陸"}.mdi-cast:before{content:""}.mdi-cast-audio:before{content:"󰁀"}.mdi-cast-connected:before{content:""}.mdi-cast-education:before{content:"﹭"}.mdi-cast-off:before{content:""}.mdi-castle:before{content:""}.mdi-cat:before{content:""}.mdi-cctv:before{content:""}.mdi-ceiling-light:before{content:""}.mdi-cellphone:before{content:""}.mdi-cellphone-android:before{content:""}.mdi-cellphone-arrow-down:before{content:"倫"}.mdi-cellphone-basic:before{content:""}.mdi-cellphone-dock:before{content:""}.mdi-cellphone-erase:before{content:"樓"}.mdi-cellphone-information:before{content:"～"}.mdi-cellphone-iphone:before{content:""}.mdi-cellphone-key:before{content:"淚"}.mdi-cellphone-link:before{content:""}.mdi-cellphone-link-off:before{content:""}.mdi-cellphone-lock:before{content:"漏"}.mdi-cellphone-message:before{content:""}.mdi-cellphone-message-off:before{content:"󰃽"}.mdi-cellphone-nfc:before{content:"ﺭ"}.mdi-cellphone-off:before{content:"累"}.mdi-cellphone-play:before{content:"󰁁"}.mdi-cellphone-screenshot:before{content:"勤"}.mdi-cellphone-settings:before{content:""}.mdi-cellphone-settings-variant:before{content:"縷"}.mdi-cellphone-sound:before{content:"陋"}.mdi-cellphone-text:before{content:""}.mdi-cellphone-wireless:before{content:""}.mdi-celtic-cross:before{content:"ﳑ"}.mdi-centos:before{content:"󰅅"}.mdi-certificate:before{content:""}.mdi-certificate-outline:before{content:"󰆳"}.mdi-chair-rolling:before{content:"ﾺ"}.mdi-chair-school:before{content:""}.mdi-charity:before{content:"ﰫ"}.mdi-chart-arc:before{content:""}.mdi-chart-areaspline:before{content:""}.mdi-chart-areaspline-variant:before{content:"ﺮ"}.mdi-chart-bar:before{content:""}.mdi-chart-bar-stacked:before{content:""}.mdi-chart-bell-curve:before{content:"ﰬ"}.mdi-chart-bell-curve-cumulative:before{content:"ￇ"}.mdi-chart-bubble:before{content:""}.mdi-chart-donut:before{content:""}.mdi-chart-donut-variant:before{content:""}.mdi-chart-gantt:before{content:""}.mdi-chart-histogram:before{content:""}.mdi-chart-line:before{content:""}.mdi-chart-line-stacked:before{content:""}.mdi-chart-line-variant:before{content:""}.mdi-chart-multiline:before{content:""}.mdi-chart-multiple:before{content:"󰈾"}.mdi-chart-pie:before{content:""}.mdi-chart-scatter-plot:before{content:"ﺯ"}.mdi-chart-scatter-plot-hexbin:before{content:""}.mdi-chart-snakey:before{content:"󰈊"}.mdi-chart-snakey-variant:before{content:"󰈋"}.mdi-chart-timeline:before{content:""}.mdi-chart-timeline-variant:before{content:"ﺰ"}.mdi-chart-tree:before{content:"ﺱ"}.mdi-chat:before{content:"ﭕ"}.mdi-chat-alert:before{content:"ﭖ"}.mdi-chat-outline:before{content:"ﻻ"}.mdi-chat-processing:before{content:"ﭗ"}.mdi-check:before{content:""}.mdi-check-all:before{content:""}.mdi-check-bold:before{content:"﹮"}.mdi-check-box-multiple-outline:before{content:"ﰭ"}.mdi-check-box-outline:before{content:"ﰮ"}.mdi-check-circle:before{content:""}.mdi-check-circle-outline:before{content:""}.mdi-check-decagram:before{content:""}.mdi-check-network:before{content:"ﰯ"}.mdi-check-network-outline:before{content:"ﰰ"}.mdi-check-outline:before{content:""}.mdi-check-underline:before{content:"ﹰ"}.mdi-check-underline-circle:before{content:"ﹱ"}.mdi-check-underline-circle-outline:before{content:"ﹲ"}.mdi-checkbook:before{content:"煮"}.mdi-checkbox-blank:before{content:""}.mdi-checkbox-blank-circle:before{content:""}.mdi-checkbox-blank-circle-outline:before{content:""}.mdi-checkbox-blank-outline:before{content:""}.mdi-checkbox-intermediate:before{content:""}.mdi-checkbox-marked:before{content:""}.mdi-checkbox-marked-circle:before{content:""}.mdi-checkbox-marked-circle-outline:before{content:""}.mdi-checkbox-marked-outline:before{content:""}.mdi-checkbox-multiple-blank:before{content:""}.mdi-checkbox-multiple-blank-circle:before{content:""}.mdi-checkbox-multiple-blank-circle-outline:before{content:""}.mdi-checkbox-multiple-blank-outline:before{content:""}.mdi-checkbox-multiple-marked:before{content:""}.mdi-checkbox-multiple-marked-circle:before{content:""}.mdi-checkbox-multiple-marked-circle-outline:before{content:""}.mdi-checkbox-multiple-marked-outline:before{content:""}.mdi-checkerboard:before{content:""}.mdi-checkerboard-minus:before{content:"󰈭"}.mdi-checkerboard-plus:before{content:"󰈬"}.mdi-checkerboard-remove:before{content:"󰈮"}.mdi-chef-hat:before{content:"ﭘ"}.mdi-chemical-weapon:before{content:""}.mdi-chess-bishop:before{content:""}.mdi-chess-king:before{content:""}.mdi-chess-knight:before{content:""}.mdi-chess-pawn:before{content:""}.mdi-chess-queen:before{content:""}.mdi-chess-rook:before{content:""}.mdi-chevron-double-down:before{content:""}.mdi-chevron-double-left:before{content:""}.mdi-chevron-double-right:before{content:""}.mdi-chevron-double-up:before{content:""}.mdi-chevron-down:before{content:""}.mdi-chevron-down-box:before{content:"崙"}.mdi-chevron-down-box-outline:before{content:"淪"}.mdi-chevron-down-circle:before{content:"﬋"}.mdi-chevron-down-circle-outline:before{content:"﬌"}.mdi-chevron-left:before{content:""}.mdi-chevron-left-box:before{content:"輪"}.mdi-chevron-left-box-outline:before{content:"律"}.mdi-chevron-left-circle:before{content:"﬍"}.mdi-chevron-left-circle-outline:before{content:"﬎"}.mdi-chevron-right:before{content:""}.mdi-chevron-right-box:before{content:"慄"}.mdi-chevron-right-box-outline:before{content:"栗"}.mdi-chevron-right-circle:before{content:"﬏"}.mdi-chevron-right-circle-outline:before{content:"﬐"}.mdi-chevron-triple-down:before{content:"ﶕ"}.mdi-chevron-triple-left:before{content:"ﶖ"}.mdi-chevron-triple-right:before{content:"ﶗ"}.mdi-chevron-triple-up:before{content:"ﶘ"}.mdi-chevron-up:before{content:""}.mdi-chevron-up-box:before{content:"率"}.mdi-chevron-up-box-outline:before{content:"隆"}.mdi-chevron-up-circle:before{content:"﬑"}.mdi-chevron-up-circle-outline:before{content:"﬒"}.mdi-chili-hot:before{content:""}.mdi-chili-medium:before{content:""}.mdi-chili-mild:before{content:""}.mdi-chip:before{content:""}.mdi-christianity:before{content:"勒"}.mdi-christianity-outline:before{content:"ﳒ"}.mdi-church:before{content:""}.mdi-cigar:before{content:"󰆴"}.mdi-circle:before{content:""}.mdi-circle-double:before{content:"ﺲ"}.mdi-circle-edit-outline:before{content:""}.mdi-circle-expand:before{content:"ﺳ"}.mdi-circle-medium:before{content:"利"}.mdi-circle-off-outline:before{content:"󰃾"}.mdi-circle-outline:before{content:""}.mdi-circle-slice-1:before{content:"瞧"}.mdi-circle-slice-2:before{content:"爵"}.mdi-circle-slice-3:before{content:"犯"}.mdi-circle-slice-4:before{content:"猪"}.mdi-circle-slice-5:before{content:"瑱"}.mdi-circle-slice-6:before{content:"甆"}.mdi-circle-slice-7:before{content:"画"}.mdi-circle-slice-8:before{content:"瘝"}.mdi-circle-small:before{content:"吏"}.mdi-circular-saw:before{content:"ﹳ"}.mdi-cisco-webex:before{content:""}.mdi-city:before{content:""}.mdi-city-variant:before{content:"卑"}.mdi-city-variant-outline:before{content:"喝"}.mdi-clipboard:before{content:""}.mdi-clipboard-account:before{content:""}.mdi-clipboard-account-outline:before{content:"ﰱ"}.mdi-clipboard-alert:before{content:""}.mdi-clipboard-alert-outline:before{content:"ﳓ"}.mdi-clipboard-arrow-down:before{content:""}.mdi-clipboard-arrow-down-outline:before{content:"ﰲ"}.mdi-clipboard-arrow-left:before{content:""}.mdi-clipboard-arrow-left-outline:before{content:"ﳔ"}.mdi-clipboard-arrow-right:before{content:"ﳕ"}.mdi-clipboard-arrow-right-outline:before{content:"ﳖ"}.mdi-clipboard-arrow-up:before{content:"ﰳ"}.mdi-clipboard-arrow-up-outline:before{content:"ﰴ"}.mdi-clipboard-check:before{content:""}.mdi-clipboard-check-outline:before{content:""}.mdi-clipboard-flow:before{content:""}.mdi-clipboard-flow-outline:before{content:"󰅂"}.mdi-clipboard-list:before{content:"󰃿"}.mdi-clipboard-list-outline:before{content:"󰄀"}.mdi-clipboard-outline:before{content:""}.mdi-clipboard-play:before{content:"ﰵ"}.mdi-clipboard-play-outline:before{content:"ﰶ"}.mdi-clipboard-plus:before{content:""}.mdi-clipboard-pulse:before{content:""}.mdi-clipboard-pulse-outline:before{content:""}.mdi-clipboard-text:before{content:""}.mdi-clipboard-text-outline:before{content:"嘆"}.mdi-clipboard-text-play:before{content:"ﰷ"}.mdi-clipboard-text-play-outline:before{content:"ﰸ"}.mdi-clippy:before{content:""}.mdi-clock:before{content:"肋"}.mdi-clock-alert:before{content:"凜"}.mdi-clock-alert-outline:before{content:""}.mdi-clock-check:before{content:"￈"}.mdi-clock-check-outline:before{content:"￉"}.mdi-clock-digital:before{content:"ﺴ"}.mdi-clock-end:before{content:""}.mdi-clock-fast:before{content:""}.mdi-clock-in:before{content:""}.mdi-clock-out:before{content:""}.mdi-clock-outline:before{content:""}.mdi-clock-start:before{content:""}.mdi-close:before{content:""}.mdi-close-box:before{content:""}.mdi-close-box-multiple:before{content:"ﰹ"}.mdi-close-box-multiple-outline:before{content:"ﰺ"}.mdi-close-box-outline:before{content:""}.mdi-close-circle:before{content:""}.mdi-close-circle-outline:before{content:""}.mdi-close-network:before{content:""}.mdi-close-network-outline:before{content:"ﰻ"}.mdi-close-octagon:before{content:""}.mdi-close-octagon-outline:before{content:""}.mdi-close-outline:before{content:""}.mdi-closed-caption:before{content:""}.mdi-closed-caption-outline:before{content:"ﶙ"}.mdi-cloud:before{content:""}.mdi-cloud-alert:before{content:"履"}.mdi-cloud-braces:before{content:""}.mdi-cloud-check:before{content:""}.mdi-cloud-circle:before{content:""}.mdi-cloud-download:before{content:""}.mdi-cloud-download-outline:before{content:"ﭙ"}.mdi-cloud-lock:before{content:"󰈜"}.mdi-cloud-lock-outline:before{content:"󰈝"}.mdi-cloud-off-outline:before{content:""}.mdi-cloud-outline:before{content:""}.mdi-cloud-print:before{content:""}.mdi-cloud-print-outline:before{content:""}.mdi-cloud-question:before{content:"器"}.mdi-cloud-search:before{content:"凌"}.mdi-cloud-search-outline:before{content:"稜"}.mdi-cloud-sync:before{content:""}.mdi-cloud-tags:before{content:""}.mdi-cloud-upload:before{content:""}.mdi-cloud-upload-outline:before{content:"ﭚ"}.mdi-clover:before{content:""}.mdi-coach-lamp:before{content:"󰁂"}.mdi-coat-rack:before{content:"󰃉"}.mdi-code-array:before{content:""}.mdi-code-braces:before{content:""}.mdi-code-braces-box:before{content:"󰄁"}.mdi-code-brackets:before{content:""}.mdi-code-equal:before{content:""}.mdi-code-greater-than:before{content:""}.mdi-code-greater-than-or-equal:before{content:""}.mdi-code-less-than:before{content:""}.mdi-code-less-than-or-equal:before{content:""}.mdi-code-not-equal:before{content:""}.mdi-code-not-equal-variant:before{content:""}.mdi-code-parentheses:before{content:""}.mdi-code-parentheses-box:before{content:"󰄂"}.mdi-code-string:before{content:""}.mdi-code-tags:before{content:""}.mdi-code-tags-check:before{content:""}.mdi-codepen:before{content:""}.mdi-coffee:before{content:""}.mdi-coffee-maker:before{content:"󰃊"}.mdi-coffee-off:before{content:"ￊ"}.mdi-coffee-off-outline:before{content:"ￋ"}.mdi-coffee-outline:before{content:""}.mdi-coffee-to-go:before{content:""}.mdi-coffin:before{content:"ﭛ"}.mdi-cog-clockwise:before{content:"󰈈"}.mdi-cog-counterclockwise:before{content:"󰈉"}.mdi-cogs:before{content:""}.mdi-coin:before{content:"󰆖"}.mdi-coin-outline:before{content:""}.mdi-coins:before{content:""}.mdi-collage:before{content:""}.mdi-collapse-all:before{content:"瘟"}.mdi-collapse-all-outline:before{content:"益"}.mdi-color-helper:before{content:""}.mdi-comma:before{content:"ﹴ"}.mdi-comma-box:before{content:"﹵"}.mdi-comma-box-outline:before{content:"ﹶ"}.mdi-comma-circle:before{content:"ﹷ"}.mdi-comma-circle-outline:before{content:"ﹸ"}.mdi-comment:before{content:""}.mdi-comment-account:before{content:""}.mdi-comment-account-outline:before{content:""}.mdi-comment-alert:before{content:""}.mdi-comment-alert-outline:before{content:""}.mdi-comment-arrow-left:before{content:"易"}.mdi-comment-arrow-left-outline:before{content:"李"}.mdi-comment-arrow-right:before{content:"梨"}.mdi-comment-arrow-right-outline:before{content:"泥"}.mdi-comment-check:before{content:""}.mdi-comment-check-outline:before{content:""}.mdi-comment-edit:before{content:"󰇪"}.mdi-comment-eye:before{content:"塀"}.mdi-comment-eye-outline:before{content:"墨"}.mdi-comment-multiple:before{content:""}.mdi-comment-multiple-outline:before{content:""}.mdi-comment-outline:before{content:""}.mdi-comment-plus:before{content:"理"}.mdi-comment-plus-outline:before{content:""}.mdi-comment-processing:before{content:""}.mdi-comment-processing-outline:before{content:""}.mdi-comment-question:before{content:""}.mdi-comment-question-outline:before{content:""}.mdi-comment-quote:before{content:"󰁃"}.mdi-comment-quote-outline:before{content:"󰁄"}.mdi-comment-remove:before{content:""}.mdi-comment-remove-outline:before{content:""}.mdi-comment-search:before{content:"層"}.mdi-comment-search-outline:before{content:"屮"}.mdi-comment-text:before{content:""}.mdi-comment-text-multiple:before{content:""}.mdi-comment-text-multiple-outline:before{content:""}.mdi-comment-text-outline:before{content:""}.mdi-compare:before{content:""}.mdi-compass:before{content:""}.mdi-compass-off:before{content:"ﭜ"}.mdi-compass-off-outline:before{content:"ﭝ"}.mdi-compass-outline:before{content:""}.mdi-concourse-ci:before{content:"󰃋"}.mdi-console:before{content:""}.mdi-console-line:before{content:""}.mdi-console-network:before{content:""}.mdi-console-network-outline:before{content:"ﰼ"}.mdi-consolidate:before{content:"󰄃"}.mdi-contact-mail:before{content:""}.mdi-contact-mail-outline:before{content:"ﺵ"}.mdi-contact-phone:before{content:"ﺶ"}.mdi-contact-phone-outline:before{content:"ﺷ"}.mdi-contactless-payment:before{content:"﵆"}.mdi-contacts:before{content:""}.mdi-contain:before{content:"悔"}.mdi-contain-end:before{content:"慨"}.mdi-contain-start:before{content:"憎"}.mdi-content-copy:before{content:""}.mdi-content-cut:before{content:""}.mdi-content-duplicate:before{content:""}.mdi-content-paste:before{content:""}.mdi-content-save:before{content:""}.mdi-content-save-alert:before{content:"｟"}.mdi-content-save-alert-outline:before{content:"｠"}.mdi-content-save-all:before{content:""}.mdi-content-save-all-outline:before{content:"｡"}.mdi-content-save-edit:before{content:"ﳗ"}.mdi-content-save-edit-outline:before{content:"ﳘ"}.mdi-content-save-move:before{content:"ﹹ"}.mdi-content-save-move-outline:before{content:"ﹺ"}.mdi-content-save-outline:before{content:""}.mdi-content-save-settings:before{content:""}.mdi-content-save-settings-outline:before{content:"ﬓ"}.mdi-contrast:before{content:""}.mdi-contrast-box:before{content:""}.mdi-contrast-circle:before{content:""}.mdi-controller-classic:before{content:"ﭞ"}.mdi-controller-classic-outline:before{content:"ﭟ"}.mdi-cookie:before{content:""}.mdi-coolant-temperature:before{content:""}.mdi-copyright:before{content:""}.mdi-cordova:before{content:"綾"}.mdi-corn:before{content:""}.mdi-counter:before{content:""}.mdi-cow:before{content:""}.mdi-cowboy:before{content:"ﺸ"}.mdi-cpu-32-bit:before{content:"ﻼ"}.mdi-cpu-64-bit:before{content:"﻽"}.mdi-crane:before{content:""}.mdi-creation:before{content:""}.mdi-creative-commons:before{content:"﵇"}.mdi-credit-card:before{content:"󰀐"}.mdi-credit-card-clock:before{content:"﻾"}.mdi-credit-card-clock-outline:before{content:"ﾼ"}.mdi-credit-card-marker:before{content:""}.mdi-credit-card-marker-outline:before{content:"ﶚ"}.mdi-credit-card-minus:before{content:"ￌ"}.mdi-credit-card-minus-outline:before{content:"ￍ"}.mdi-credit-card-multiple:before{content:"󰀑"}.mdi-credit-card-multiple-outline:before{content:""}.mdi-credit-card-off:before{content:"󰀒"}.mdi-credit-card-off-outline:before{content:""}.mdi-credit-card-outline:before{content:""}.mdi-credit-card-plus:before{content:"󰀓"}.mdi-credit-card-plus-outline:before{content:""}.mdi-credit-card-refund:before{content:"󰀔"}.mdi-credit-card-refund-outline:before{content:"盛"}.mdi-credit-card-remove:before{content:"ￎ"}.mdi-credit-card-remove-outline:before{content:"ￏ"}.mdi-credit-card-scan:before{content:"󰀕"}.mdi-credit-card-scan-outline:before{content:""}.mdi-credit-card-settings:before{content:"󰀖"}.mdi-credit-card-settings-outline:before{content:""}.mdi-credit-card-wireless:before{content:""}.mdi-credit-card-wireless-outline:before{content:"﵈"}.mdi-cricket:before{content:"﵉"}.mdi-crop:before{content:""}.mdi-crop-free:before{content:""}.mdi-crop-landscape:before{content:""}.mdi-crop-portrait:before{content:""}.mdi-crop-rotate:before{content:""}.mdi-crop-square:before{content:""}.mdi-crosshairs:before{content:""}.mdi-crosshairs-gps:before{content:""}.mdi-crosshairs-off:before{content:"｢"}.mdi-crosshairs-question:before{content:"󰅡"}.mdi-crown:before{content:""}.mdi-crown-outline:before{content:"󰇻"}.mdi-cryengine:before{content:"菱"}.mdi-crystal-ball:before{content:"ﬔ"}.mdi-cube:before{content:""}.mdi-cube-outline:before{content:""}.mdi-cube-scan:before{content:"ﭠ"}.mdi-cube-send:before{content:""}.mdi-cube-unfolded:before{content:""}.mdi-cup:before{content:""}.mdi-cup-off:before{content:""}.mdi-cup-water:before{content:""}.mdi-cupboard:before{content:"｣"}.mdi-cupboard-outline:before{content:"､"}.mdi-cupcake:before{content:"陵"}.mdi-curling:before{content:""}.mdi-currency-bdt:before{content:""}.mdi-currency-brl:before{content:"ﭡ"}.mdi-currency-btc:before{content:""}.mdi-currency-cny:before{content:""}.mdi-currency-eth:before{content:""}.mdi-currency-eur:before{content:""}.mdi-currency-gbp:before{content:""}.mdi-currency-ils:before{content:"ﰽ"}.mdi-currency-inr:before{content:""}.mdi-currency-jpy:before{content:""}.mdi-currency-krw:before{content:""}.mdi-currency-kzt:before{content:""}.mdi-currency-ngn:before{content:""}.mdi-currency-php:before{content:"痢"}.mdi-currency-rial:before{content:"ﺹ"}.mdi-currency-rub:before{content:""}.mdi-currency-sign:before{content:""}.mdi-currency-try:before{content:""}.mdi-currency-twd:before{content:""}.mdi-currency-usd:before{content:""}.mdi-currency-usd-off:before{content:""}.mdi-current-ac:before{content:"讀"}.mdi-current-dc:before{content:"拏"}.mdi-cursor-default:before{content:""}.mdi-cursor-default-click:before{content:"ﳙ"}.mdi-cursor-default-click-outline:before{content:"ﳚ"}.mdi-cursor-default-gesture:before{content:"󰅒"}.mdi-cursor-default-gesture-outline:before{content:"󰅓"}.mdi-cursor-default-outline:before{content:""}.mdi-cursor-move:before{content:""}.mdi-cursor-pointer:before{content:""}.mdi-cursor-text:before{content:""}.mdi-database:before{content:""}.mdi-database-check:before{content:"直"}.mdi-database-edit:before{content:"ﭢ"}.mdi-database-export:before{content:"諾"}.mdi-database-import:before{content:"樂"}.mdi-database-lock:before{content:"睊"}.mdi-database-minus:before{content:""}.mdi-database-plus:before{content:""}.mdi-database-refresh:before{content:"ﳛ"}.mdi-database-remove:before{content:"ﳜ"}.mdi-database-search:before{content:""}.mdi-database-settings:before{content:"ﳝ"}.mdi-death-star:before{content:""}.mdi-death-star-variant:before{content:""}.mdi-deathly-hallows:before{content:"ﭣ"}.mdi-debian:before{content:""}.mdi-debug-step-into:before{content:""}.mdi-debug-step-out:before{content:""}.mdi-debug-step-over:before{content:""}.mdi-decagram:before{content:""}.mdi-decagram-outline:before{content:""}.mdi-decimal:before{content:"󰃌"}.mdi-decimal-comma:before{content:"󰃍"}.mdi-decimal-comma-decrease:before{content:"󰃎"}.mdi-decimal-comma-increase:before{content:"󰃏"}.mdi-decimal-decrease:before{content:""}.mdi-decimal-increase:before{content:""}.mdi-delete:before{content:""}.mdi-delete-alert:before{content:"󰃐"}.mdi-delete-alert-outline:before{content:"󰃑"}.mdi-delete-circle:before{content:""}.mdi-delete-circle-outline:before{content:"ﭤ"}.mdi-delete-empty:before{content:""}.mdi-delete-empty-outline:before{content:"ﺺ"}.mdi-delete-forever:before{content:""}.mdi-delete-forever-outline:before{content:"ﭥ"}.mdi-delete-off:before{content:"󰃒"}.mdi-delete-off-outline:before{content:"󰃓"}.mdi-delete-outline:before{content:"罹"}.mdi-delete-restore:before{content:""}.mdi-delete-sweep:before{content:""}.mdi-delete-sweep-outline:before{content:"ﰾ"}.mdi-delete-variant:before{content:""}.mdi-delta:before{content:""}.mdi-desk:before{content:"󰉤"}.mdi-desk-lamp:before{content:"丹"}.mdi-deskphone:before{content:""}.mdi-desktop-classic:before{content:""}.mdi-desktop-mac:before{content:""}.mdi-desktop-mac-dashboard:before{content:"裏"}.mdi-desktop-tower:before{content:""}.mdi-desktop-tower-monitor:before{content:"着"}.mdi-details:before{content:""}.mdi-dev-to:before{content:"﵊"}.mdi-developer-board:before{content:""}.mdi-deviantart:before{content:""}.mdi-devices:before{content:"￐"}.mdi-diabetes:before{content:"󰅑"}.mdi-dialpad:before{content:""}.mdi-diameter:before{content:"ﰿ"}.mdi-diameter-outline:before{content:"ﱀ"}.mdi-diameter-variant:before{content:"ﱁ"}.mdi-diamond:before{content:"ﭦ"}.mdi-diamond-outline:before{content:"ﭧ"}.mdi-diamond-stone:before{content:""}.mdi-dice-1:before{content:""}.mdi-dice-1-outline:before{content:"󰅵"}.mdi-dice-2:before{content:""}.mdi-dice-2-outline:before{content:"󰅶"}.mdi-dice-3:before{content:""}.mdi-dice-3-outline:before{content:"󰅷"}.mdi-dice-4:before{content:""}.mdi-dice-4-outline:before{content:"󰅸"}.mdi-dice-5:before{content:""}.mdi-dice-5-outline:before{content:"󰅹"}.mdi-dice-6:before{content:""}.mdi-dice-6-outline:before{content:"󰅺"}.mdi-dice-d10:before{content:"󰅾"}.mdi-dice-d10-outline:before{content:""}.mdi-dice-d12:before{content:"󰅿"}.mdi-dice-d12-outline:before{content:""}.mdi-dice-d20:before{content:"󰆀"}.mdi-dice-d20-outline:before{content:""}.mdi-dice-d4:before{content:"󰅻"}.mdi-dice-d4-outline:before{content:""}.mdi-dice-d6:before{content:"󰅼"}.mdi-dice-d6-outline:before{content:""}.mdi-dice-d8:before{content:"󰅽"}.mdi-dice-d8-outline:before{content:""}.mdi-dice-multiple:before{content:""}.mdi-dice-multiple-outline:before{content:"󰆁"}.mdi-dictionary:before{content:""}.mdi-digital-ocean:before{content:"󰉢"}.mdi-dip-switch:before{content:""}.mdi-directions:before{content:""}.mdi-directions-fork:before{content:""}.mdi-disc:before{content:""}.mdi-disc-alert:before{content:""}.mdi-disc-player:before{content:"寧"}.mdi-discord:before{content:""}.mdi-dishwasher:before{content:"磌"}.mdi-dishwasher-alert:before{content:"󰇣"}.mdi-dishwasher-off:before{content:"󰇤"}.mdi-disqus:before{content:""}.mdi-disqus-outline:before{content:""}.mdi-distribute-horizontal-center:before{content:"󰇴"}.mdi-distribute-horizontal-left:before{content:"󰇳"}.mdi-distribute-horizontal-right:before{content:"󰇵"}.mdi-distribute-vertical-bottom:before{content:"󰇶"}.mdi-distribute-vertical-center:before{content:"󰇷"}.mdi-distribute-vertical-top:before{content:"󰇸"}.mdi-diving-flippers:before{content:"ﶛ"}.mdi-diving-helmet:before{content:"ﶜ"}.mdi-diving-scuba:before{content:"ﶝ"}.mdi-diving-scuba-flag:before{content:"ﶞ"}.mdi-diving-scuba-tank:before{content:"ﶟ"}.mdi-diving-scuba-tank-multiple:before{content:"ﶠ"}.mdi-diving-snorkel:before{content:"ﶡ"}.mdi-division:before{content:""}.mdi-division-box:before{content:""}.mdi-dlna:before{content:"懲"}.mdi-dna:before{content:""}.mdi-dns:before{content:""}.mdi-dns-outline:before{content:"ﭨ"}.mdi-do-not-disturb:before{content:""}.mdi-do-not-disturb-off:before{content:""}.mdi-dock-bottom:before{content:"󰃔"}.mdi-dock-left:before{content:"󰃕"}.mdi-dock-right:before{content:"󰃖"}.mdi-dock-window:before{content:"󰃗"}.mdi-docker:before{content:""}.mdi-doctor:before{content:"敏"}.mdi-dog:before{content:"既"}.mdi-dog-service:before{content:"窱"}.mdi-dog-side:before{content:"暑"}.mdi-dolby:before{content:""}.mdi-dolly:before{content:"ﺻ"}.mdi-domain:before{content:""}.mdi-domain-off:before{content:"﵋"}.mdi-domain-plus:before{content:"󰃘"}.mdi-domain-remove:before{content:"󰃙"}.mdi-domino-mask:before{content:"󰁅"}.mdi-donkey:before{content:""}.mdi-door:before{content:""}.mdi-door-closed:before{content:""}.mdi-door-closed-lock:before{content:"󰃚"}.mdi-door-open:before{content:""}.mdi-doorbell-video:before{content:""}.mdi-dot-net:before{content:"節"}.mdi-dots-horizontal:before{content:""}.mdi-dots-horizontal-circle:before{content:""}.mdi-dots-horizontal-circle-outline:before{content:"ﭩ"}.mdi-dots-vertical:before{content:""}.mdi-dots-vertical-circle:before{content:""}.mdi-dots-vertical-circle-outline:before{content:"ﭪ"}.mdi-douban:before{content:""}.mdi-download:before{content:""}.mdi-download-multiple:before{content:"裡"}.mdi-download-network:before{content:""}.mdi-download-network-outline:before{content:"ﱂ"}.mdi-download-off:before{content:"󰃛"}.mdi-download-off-outline:before{content:"󰃜"}.mdi-download-outline:before{content:"ﭫ"}.mdi-drag:before{content:""}.mdi-drag-horizontal:before{content:""}.mdi-drag-variant:before{content:"ﭬ"}.mdi-drag-vertical:before{content:""}.mdi-drama-masks:before{content:"ﳞ"}.mdi-draw:before{content:"ｦ"}.mdi-drawing:before{content:""}.mdi-drawing-box:before{content:""}.mdi-dresser:before{content:"ｧ"}.mdi-dresser-outline:before{content:"ｨ"}.mdi-dribbble:before{content:""}.mdi-dribbble-box:before{content:""}.mdi-drone:before{content:""}.mdi-dropbox:before{content:""}.mdi-drupal:before{content:""}.mdi-duck:before{content:""}.mdi-dumbbell:before{content:""}.mdi-dump-truck:before{content:"ﱃ"}.mdi-ear-hearing:before{content:""}.mdi-ear-hearing-off:before{content:"梅"}.mdi-earth:before{content:""}.mdi-earth-box:before{content:""}.mdi-earth-box-off:before{content:""}.mdi-earth-off:before{content:""}.mdi-edge:before{content:""}.mdi-edge-legacy:before{content:"󰉻"}.mdi-egg:before{content:"类"}.mdi-egg-easter:before{content:"絛"}.mdi-eight-track:before{content:"里"}.mdi-eject:before{content:""}.mdi-eject-outline:before{content:"ﭭ"}.mdi-electric-switch:before{content:"ﺼ"}.mdi-electric-switch-closed:before{content:"󰄄"}.mdi-electron-framework:before{content:"󰁆"}.mdi-elephant:before{content:""}.mdi-elevation-decline:before{content:""}.mdi-elevation-rise:before{content:""}.mdi-elevator:before{content:""}.mdi-ellipse:before{content:"ﺽ"}.mdi-ellipse-outline:before{content:"ﺾ"}.mdi-email:before{content:""}.mdi-email-alert:before{content:""}.mdi-email-box:before{content:"ﳟ"}.mdi-email-check:before{content:"練"}.mdi-email-check-outline:before{content:"缾"}.mdi-email-edit:before{content:"＀"}.mdi-email-edit-outline:before{content:"！"}.mdi-email-lock:before{content:""}.mdi-email-mark-as-unread:before{content:"ﭮ"}.mdi-email-minus:before{content:"＂"}.mdi-email-minus-outline:before{content:"＃"}.mdi-email-multiple:before{content:"＄"}.mdi-email-multiple-outline:before{content:"％"}.mdi-email-newsletter:before{content:"￑"}.mdi-email-open:before{content:""}.mdi-email-open-multiple:before{content:"＆"}.mdi-email-open-multiple-outline:before{content:"＇"}.mdi-email-open-outline:before{content:""}.mdi-email-outline:before{content:""}.mdi-email-plus:before{content:"離"}.mdi-email-plus-outline:before{content:"匿"}.mdi-email-receive:before{content:"󰄅"}.mdi-email-receive-outline:before{content:"󰄆"}.mdi-email-search:before{content:"怒"}.mdi-email-search-outline:before{content:"率"}.mdi-email-send:before{content:"󰄇"}.mdi-email-send-outline:before{content:"󰄈"}.mdi-email-variant:before{content:""}.mdi-ember:before{content:"ﬕ"}.mdi-emby:before{content:""}.mdi-emoticon:before{content:"ﱄ"}.mdi-emoticon-angry:before{content:"ﱅ"}.mdi-emoticon-angry-outline:before{content:"ﱆ"}.mdi-emoticon-confused:before{content:"󰄉"}.mdi-emoticon-confused-outline:before{content:"󰄊"}.mdi-emoticon-cool:before{content:"ﱇ"}.mdi-emoticon-cool-outline:before{content:""}.mdi-emoticon-cry:before{content:"ﱈ"}.mdi-emoticon-cry-outline:before{content:"ﱉ"}.mdi-emoticon-dead:before{content:"ﱊ"}.mdi-emoticon-dead-outline:before{content:""}.mdi-emoticon-devil:before{content:"ﱋ"}.mdi-emoticon-devil-outline:before{content:""}.mdi-emoticon-excited:before{content:"ﱌ"}.mdi-emoticon-excited-outline:before{content:""}.mdi-emoticon-frown:before{content:"ｩ"}.mdi-emoticon-frown-outline:before{content:"ｪ"}.mdi-emoticon-happy:before{content:"ﱍ"}.mdi-emoticon-happy-outline:before{content:""}.mdi-emoticon-kiss:before{content:"ﱎ"}.mdi-emoticon-kiss-outline:before{content:"ﱏ"}.mdi-emoticon-lol:before{content:"󰈿"}.mdi-emoticon-lol-outline:before{content:"󰉀"}.mdi-emoticon-neutral:before{content:"ﱐ"}.mdi-emoticon-neutral-outline:before{content:""}.mdi-emoticon-outline:before{content:""}.mdi-emoticon-poop:before{content:""}.mdi-emoticon-poop-outline:before{content:"ﱑ"}.mdi-emoticon-sad:before{content:"ﱒ"}.mdi-emoticon-sad-outline:before{content:""}.mdi-emoticon-tongue:before{content:""}.mdi-emoticon-tongue-outline:before{content:"ﱓ"}.mdi-emoticon-wink:before{content:"ﱔ"}.mdi-emoticon-wink-outline:before{content:"ﱕ"}.mdi-engine:before{content:""}.mdi-engine-off:before{content:"海"}.mdi-engine-off-outline:before{content:"渚"}.mdi-engine-outline:before{content:""}.mdi-epsilon:before{content:"󰄋"}.mdi-equal:before{content:""}.mdi-equal-box:before{content:""}.mdi-equalizer:before{content:"ﺿ"}.mdi-equalizer-outline:before{content:"ﻀ"}.mdi-eraser:before{content:""}.mdi-eraser-variant:before{content:""}.mdi-escalator:before{content:""}.mdi-eslint:before{content:"ﱖ"}.mdi-et:before{content:"者"}.mdi-ethereum:before{content:""}.mdi-ethernet:before{content:""}.mdi-ethernet-cable:before{content:""}.mdi-ethernet-cable-off:before{content:""}.mdi-etsy:before{content:""}.mdi-ev-station:before{content:""}.mdi-eventbrite:before{content:""}.mdi-evernote:before{content:""}.mdi-excavator:before{content:"󰁇"}.mdi-exclamation:before{content:""}.mdi-exclamation-thick:before{content:"󰉣"}.mdi-exit-run:before{content:"漢"}.mdi-exit-to-app:before{content:""}.mdi-expand-all:before{content:"荒"}.mdi-expand-all-outline:before{content:"華"}.mdi-expansion-card:before{content:""}.mdi-expansion-card-variant:before{content:"ￒ"}.mdi-exponent:before{content:"異"}.mdi-exponent-box:before{content:"北"}.mdi-export:before{content:""}.mdi-export-variant:before{content:"ﭯ"}.mdi-eye:before{content:""}.mdi-eye-check:before{content:"ﳠ"}.mdi-eye-check-outline:before{content:"ﳡ"}.mdi-eye-circle:before{content:"ﭰ"}.mdi-eye-circle-outline:before{content:"ﭱ"}.mdi-eye-minus:before{content:"󰁈"}.mdi-eye-minus-outline:before{content:"󰁉"}.mdi-eye-off:before{content:""}.mdi-eye-off-outline:before{content:""}.mdi-eye-outline:before{content:""}.mdi-eye-plus:before{content:""}.mdi-eye-plus-outline:before{content:""}.mdi-eye-settings:before{content:""}.mdi-eye-settings-outline:before{content:""}.mdi-eyedropper:before{content:""}.mdi-eyedropper-variant:before{content:""}.mdi-face:before{content:""}.mdi-face-agent:before{content:"﵌"}.mdi-face-outline:before{content:"ﭲ"}.mdi-face-profile:before{content:""}.mdi-face-profile-woman:before{content:"󰂡"}.mdi-face-recognition:before{content:"ﱗ"}.mdi-face-woman:before{content:"󰂢"}.mdi-face-woman-outline:before{content:"󰂣"}.mdi-facebook:before{content:""}.mdi-facebook-box:before{content:""}.mdi-facebook-messenger:before{content:""}.mdi-facebook-workplace:before{content:"ﬖ"}.mdi-factory:before{content:""}.mdi-fan:before{content:""}.mdi-fan-off:before{content:""}.mdi-fast-forward:before{content:""}.mdi-fast-forward-10:before{content:"﵍"}.mdi-fast-forward-30:before{content:"ﳢ"}.mdi-fast-forward-5:before{content:"󰈣"}.mdi-fast-forward-outline:before{content:""}.mdi-fax:before{content:""}.mdi-feather:before{content:""}.mdi-feature-search:before{content:"煮"}.mdi-feature-search-outline:before{content:"爫"}.mdi-fedora:before{content:""}.mdi-ferris-wheel:before{content:"ﻁ"}.mdi-ferry:before{content:""}.mdi-file:before{content:""}.mdi-file-account:before{content:""}.mdi-file-account-outline:before{content:"󰁊"}.mdi-file-alert:before{content:"琢"}.mdi-file-alert-outline:before{content:"碑"}.mdi-file-cabinet:before{content:"蝹"}.mdi-file-cad:before{content:"（"}.mdi-file-cad-box:before{content:"）"}.mdi-file-cancel:before{content:"ﶢ"}.mdi-file-cancel-outline:before{content:"ﶣ"}.mdi-file-certificate:before{content:"󰆱"}.mdi-file-certificate-outline:before{content:"󰆲"}.mdi-file-chart:before{content:""}.mdi-file-chart-outline:before{content:"󰁋"}.mdi-file-check:before{content:""}.mdi-file-check-outline:before{content:"ﹻ"}.mdi-file-cloud:before{content:""}.mdi-file-cloud-outline:before{content:"󰁌"}.mdi-file-code:before{content:""}.mdi-file-code-outline:before{content:"󰁍"}.mdi-file-compare:before{content:""}.mdi-file-delimited:before{content:""}.mdi-file-delimited-outline:before{content:"ﻂ"}.mdi-file-document:before{content:""}.mdi-file-document-box:before{content:""}.mdi-file-document-box-check:before{content:"ﻃ"}.mdi-file-document-box-check-outline:before{content:"ﻄ"}.mdi-file-document-box-minus:before{content:"ﻅ"}.mdi-file-document-box-minus-outline:before{content:"ﻆ"}.mdi-file-document-box-multiple:before{content:"襁"}.mdi-file-document-box-multiple-outline:before{content:"覆"}.mdi-file-document-box-outline:before{content:"溺"}.mdi-file-document-box-plus:before{content:"ﻇ"}.mdi-file-document-box-plus-outline:before{content:"ﻈ"}.mdi-file-document-box-remove:before{content:"ﻉ"}.mdi-file-document-box-remove-outline:before{content:"ﻊ"}.mdi-file-document-box-search:before{content:"ﻋ"}.mdi-file-document-box-search-outline:before{content:"ﻌ"}.mdi-file-document-edit:before{content:"ﶤ"}.mdi-file-document-edit-outline:before{content:"ﶥ"}.mdi-file-document-outline:before{content:"吝"}.mdi-file-download:before{content:"磻"}.mdi-file-download-outline:before{content:"便"}.mdi-file-edit:before{content:"󰈒"}.mdi-file-edit-outline:before{content:"󰈓"}.mdi-file-excel:before{content:""}.mdi-file-excel-box:before{content:""}.mdi-file-excel-box-outline:before{content:"󰁎"}.mdi-file-excel-outline:before{content:"󰁏"}.mdi-file-export:before{content:""}.mdi-file-export-outline:before{content:"󰁐"}.mdi-file-eye:before{content:"ﶦ"}.mdi-file-eye-outline:before{content:"ﶧ"}.mdi-file-find:before{content:""}.mdi-file-find-outline:before{content:"ﭳ"}.mdi-file-hidden:before{content:""}.mdi-file-image:before{content:""}.mdi-file-image-outline:before{content:"ﻍ"}.mdi-file-import:before{content:""}.mdi-file-import-outline:before{content:"󰁑"}.mdi-file-key:before{content:"󰆯"}.mdi-file-key-outline:before{content:"󰆰"}.mdi-file-link:before{content:"󰆢"}.mdi-file-link-outline:before{content:"󰆣"}.mdi-file-lock:before{content:""}.mdi-file-lock-outline:before{content:"󰁒"}.mdi-file-move:before{content:"視"}.mdi-file-move-outline:before{content:"󰁓"}.mdi-file-multiple:before{content:""}.mdi-file-multiple-outline:before{content:"󰁔"}.mdi-file-music:before{content:""}.mdi-file-music-outline:before{content:"ﹼ"}.mdi-file-outline:before{content:""}.mdi-file-pdf:before{content:""}.mdi-file-pdf-box:before{content:""}.mdi-file-pdf-box-outline:before{content:"ￓ"}.mdi-file-pdf-outline:before{content:"ﹽ"}.mdi-file-percent:before{content:""}.mdi-file-percent-outline:before{content:"󰁕"}.mdi-file-phone:before{content:"󰆤"}.mdi-file-phone-outline:before{content:"󰆥"}.mdi-file-plus:before{content:""}.mdi-file-plus-outline:before{content:"＊"}.mdi-file-powerpoint:before{content:""}.mdi-file-powerpoint-box:before{content:""}.mdi-file-powerpoint-box-outline:before{content:"󰁖"}.mdi-file-powerpoint-outline:before{content:"󰁗"}.mdi-file-presentation-box:before{content:""}.mdi-file-question:before{content:""}.mdi-file-question-outline:before{content:"󰁘"}.mdi-file-remove:before{content:"ﭴ"}.mdi-file-remove-outline:before{content:"󰁙"}.mdi-file-replace:before{content:"ﬗ"}.mdi-file-replace-outline:before{content:"﬘"}.mdi-file-restore:before{content:""}.mdi-file-restore-outline:before{content:"󰁚"}.mdi-file-search:before{content:"ﱘ"}.mdi-file-search-outline:before{content:"ﱙ"}.mdi-file-send:before{content:""}.mdi-file-send-outline:before{content:"󰁛"}.mdi-file-settings:before{content:"󰂤"}.mdi-file-settings-outline:before{content:"󰂥"}.mdi-file-settings-variant:before{content:"󰂦"}.mdi-file-settings-variant-outline:before{content:"󰂧"}.mdi-file-star:before{content:"󰁜"}.mdi-file-star-outline:before{content:"󰁝"}.mdi-file-swap:before{content:"ￔ"}.mdi-file-swap-outline:before{content:"ￕ"}.mdi-file-sync:before{content:"󰉁"}.mdi-file-sync-outline:before{content:"󰉂"}.mdi-file-table:before{content:"ﱚ"}.mdi-file-table-box:before{content:"󰄌"}.mdi-file-table-box-multiple:before{content:"󰄍"}.mdi-file-table-box-multiple-outline:before{content:"󰄎"}.mdi-file-table-box-outline:before{content:"󰄏"}.mdi-file-table-outline:before{content:"ﱛ"}.mdi-file-tree:before{content:""}.mdi-file-undo:before{content:""}.mdi-file-undo-outline:before{content:"󰁞"}.mdi-file-upload:before{content:"社"}.mdi-file-upload-outline:before{content:"祉"}.mdi-file-video:before{content:""}.mdi-file-video-outline:before{content:"︐"}.mdi-file-word:before{content:""}.mdi-file-word-box:before{content:""}.mdi-file-word-box-outline:before{content:"󰁟"}.mdi-file-word-outline:before{content:"󰁠"}.mdi-film:before{content:""}.mdi-filmstrip:before{content:""}.mdi-filmstrip-off:before{content:""}.mdi-filter:before{content:""}.mdi-filter-menu:before{content:"󰄐"}.mdi-filter-menu-outline:before{content:"󰄑"}.mdi-filter-minus:before{content:"＋"}.mdi-filter-minus-outline:before{content:"，"}.mdi-filter-outline:before{content:""}.mdi-filter-plus:before{content:"－"}.mdi-filter-plus-outline:before{content:"．"}.mdi-filter-remove:before{content:""}.mdi-filter-remove-outline:before{content:""}.mdi-filter-variant:before{content:""}.mdi-filter-variant-minus:before{content:"󰄽"}.mdi-filter-variant-plus:before{content:"󰄾"}.mdi-filter-variant-remove:before{content:"󰁡"}.mdi-finance:before{content:""}.mdi-find-replace:before{content:""}.mdi-fingerprint:before{content:""}.mdi-fingerprint-off:before{content:"ﻎ"}.mdi-fire:before{content:""}.mdi-fire-extinguisher:before{content:"／"}.mdi-fire-hydrant:before{content:"󰅢"}.mdi-fire-hydrant-alert:before{content:"󰅣"}.mdi-fire-hydrant-off:before{content:"󰅤"}.mdi-fire-truck:before{content:""}.mdi-firebase:before{content:"復"}.mdi-firefox:before{content:""}.mdi-fireplace:before{content:"︑"}.mdi-fireplace-off:before{content:"︒"}.mdi-firework:before{content:"︓"}.mdi-fish:before{content:""}.mdi-fishbowl:before{content:"０"}.mdi-fishbowl-outline:before{content:"１"}.mdi-fit-to-page:before{content:"２"}.mdi-fit-to-page-outline:before{content:"３"}.mdi-flag:before{content:""}.mdi-flag-checkered:before{content:""}.mdi-flag-minus:before{content:"ﭵ"}.mdi-flag-minus-outline:before{content:"󰃝"}.mdi-flag-outline:before{content:""}.mdi-flag-plus:before{content:"ﭶ"}.mdi-flag-plus-outline:before{content:"󰃞"}.mdi-flag-remove:before{content:"ﭷ"}.mdi-flag-remove-outline:before{content:"󰃟"}.mdi-flag-triangle:before{content:""}.mdi-flag-variant:before{content:""}.mdi-flag-variant-outline:before{content:""}.mdi-flare:before{content:"﵎"}.mdi-flash:before{content:""}.mdi-flash-alert:before{content:"４"}.mdi-flash-alert-outline:before{content:"５"}.mdi-flash-auto:before{content:""}.mdi-flash-circle:before{content:""}.mdi-flash-off:before{content:""}.mdi-flash-outline:before{content:""}.mdi-flash-red-eye:before{content:""}.mdi-flashlight:before{content:""}.mdi-flashlight-off:before{content:""}.mdi-flask:before{content:""}.mdi-flask-empty:before{content:""}.mdi-flask-empty-minus:before{content:"󰉥"}.mdi-flask-empty-minus-outline:before{content:"󰉦"}.mdi-flask-empty-outline:before{content:""}.mdi-flask-empty-plus:before{content:"󰉧"}.mdi-flask-empty-plus-outline:before{content:"󰉨"}.mdi-flask-empty-remove:before{content:"󰉩"}.mdi-flask-empty-remove-outline:before{content:"󰉪"}.mdi-flask-minus:before{content:"󰉫"}.mdi-flask-minus-outline:before{content:"󰉬"}.mdi-flask-outline:before{content:""}.mdi-flask-plus:before{content:"󰉭"}.mdi-flask-plus-outline:before{content:"󰉮"}.mdi-flask-remove:before{content:"󰉯"}.mdi-flask-remove-outline:before{content:"󰉰"}.mdi-flask-round-bottom:before{content:"󰉶"}.mdi-flask-round-bottom-empty:before{content:"󰉷"}.mdi-flask-round-bottom-empty-outline:before{content:"󰉸"}.mdi-flask-round-bottom-outline:before{content:"󰉹"}.mdi-flattr:before{content:""}.mdi-flickr:before{content:"ﳣ"}.mdi-flip-horizontal:before{content:"󰄒"}.mdi-flip-to-back:before{content:""}.mdi-flip-to-front:before{content:""}.mdi-flip-vertical:before{content:"󰄓"}.mdi-floor-lamp:before{content:""}.mdi-floor-lamp-dual:before{content:"󰁢"}.mdi-floor-lamp-variant:before{content:"󰁣"}.mdi-floor-plan:before{content:""}.mdi-floppy:before{content:""}.mdi-floppy-variant:before{content:"燐"}.mdi-flower:before{content:""}.mdi-flower-outline:before{content:"璘"}.mdi-flower-poppy:before{content:"ﳤ"}.mdi-flower-tulip:before{content:"藺"}.mdi-flower-tulip-outline:before{content:"隣"}.mdi-focus-auto:before{content:"ｫ"}.mdi-focus-field:before{content:"ｬ"}.mdi-focus-field-horizontal:before{content:"ｭ"}.mdi-focus-field-vertical:before{content:"ｮ"}.mdi-folder:before{content:""}.mdi-folder-account:before{content:""}.mdi-folder-account-outline:before{content:"ﭸ"}.mdi-folder-alert:before{content:"ﶨ"}.mdi-folder-alert-outline:before{content:"ﶩ"}.mdi-folder-clock:before{content:"調"}.mdi-folder-clock-outline:before{content:"諸"}.mdi-folder-download:before{content:""}.mdi-folder-download-outline:before{content:"󰄔"}.mdi-folder-edit:before{content:""}.mdi-folder-edit-outline:before{content:"ﶪ"}.mdi-folder-google-drive:before{content:""}.mdi-folder-heart:before{content:"󰄕"}.mdi-folder-heart-outline:before{content:"󰄖"}.mdi-folder-home:before{content:"󰃠"}.mdi-folder-home-outline:before{content:"󰃡"}.mdi-folder-image:before{content:""}.mdi-folder-information:before{content:"󰃢"}.mdi-folder-information-outline:before{content:"󰃣"}.mdi-folder-key:before{content:""}.mdi-folder-key-network:before{content:""}.mdi-folder-key-network-outline:before{content:"ﱜ"}.mdi-folder-key-outline:before{content:"󰄗"}.mdi-folder-lock:before{content:""}.mdi-folder-lock-open:before{content:""}.mdi-folder-move:before{content:""}.mdi-folder-move-outline:before{content:"󰉱"}.mdi-folder-multiple:before{content:""}.mdi-folder-multiple-image:before{content:""}.mdi-folder-multiple-outline:before{content:""}.mdi-folder-network:before{content:""}.mdi-folder-network-outline:before{content:"ﱝ"}.mdi-folder-open:before{content:""}.mdi-folder-open-outline:before{content:"ﶫ"}.mdi-folder-outline:before{content:""}.mdi-folder-plus:before{content:""}.mdi-folder-plus-outline:before{content:"ﭹ"}.mdi-folder-pound:before{content:"ﳥ"}.mdi-folder-pound-outline:before{content:"ﳦ"}.mdi-folder-remove:before{content:""}.mdi-folder-remove-outline:before{content:"ﭺ"}.mdi-folder-search:before{content:"不"}.mdi-folder-search-outline:before{content:"泌"}.mdi-folder-settings:before{content:"󰂨"}.mdi-folder-settings-outline:before{content:"󰂩"}.mdi-folder-settings-variant:before{content:"󰂪"}.mdi-folder-settings-variant-outline:before{content:"󰂫"}.mdi-folder-star:before{content:""}.mdi-folder-star-outline:before{content:"ﭻ"}.mdi-folder-swap:before{content:"ￖ"}.mdi-folder-swap-outline:before{content:"ￗ"}.mdi-folder-sync:before{content:"ﳧ"}.mdi-folder-sync-outline:before{content:"ﳨ"}.mdi-folder-text:before{content:"ﱞ"}.mdi-folder-text-outline:before{content:"ﱟ"}.mdi-folder-upload:before{content:""}.mdi-folder-upload-outline:before{content:"󰄘"}.mdi-folder-zip:before{content:""}.mdi-folder-zip-outline:before{content:""}.mdi-font-awesome:before{content:""}.mdi-food:before{content:""}.mdi-food-apple:before{content:""}.mdi-food-apple-outline:before{content:"ﱠ"}.mdi-food-croissant:before{content:""}.mdi-food-fork-drink:before{content:""}.mdi-food-off:before{content:""}.mdi-food-variant:before{content:""}.mdi-foot-print:before{content:"ｯ"}.mdi-football:before{content:""}.mdi-football-australian:before{content:""}.mdi-football-helmet:before{content:""}.mdi-forklift:before{content:""}.mdi-format-align-bottom:before{content:""}.mdi-format-align-center:before{content:""}.mdi-format-align-justify:before{content:""}.mdi-format-align-left:before{content:""}.mdi-format-align-middle:before{content:""}.mdi-format-align-right:before{content:""}.mdi-format-align-top:before{content:""}.mdi-format-annotation-minus:before{content:"請"}.mdi-format-annotation-plus:before{content:""}.mdi-format-bold:before{content:""}.mdi-format-clear:before{content:""}.mdi-format-color-fill:before{content:""}.mdi-format-color-highlight:before{content:"︔"}.mdi-format-color-text:before{content:""}.mdi-format-columns:before{content:""}.mdi-format-float-center:before{content:""}.mdi-format-float-left:before{content:""}.mdi-format-float-none:before{content:""}.mdi-format-float-right:before{content:""}.mdi-format-font:before{content:""}.mdi-format-font-size-decrease:before{content:"鱗"}.mdi-format-font-size-increase:before{content:"麟"}.mdi-format-header-1:before{content:""}.mdi-format-header-2:before{content:""}.mdi-format-header-3:before{content:""}.mdi-format-header-4:before{content:""}.mdi-format-header-5:before{content:""}.mdi-format-header-6:before{content:""}.mdi-format-header-decrease:before{content:""}.mdi-format-header-equal:before{content:""}.mdi-format-header-increase:before{content:""}.mdi-format-header-pound:before{content:""}.mdi-format-horizontal-align-center:before{content:""}.mdi-format-horizontal-align-left:before{content:""}.mdi-format-horizontal-align-right:before{content:""}.mdi-format-indent-decrease:before{content:""}.mdi-format-indent-increase:before{content:""}.mdi-format-italic:before{content:""}.mdi-format-letter-case:before{content:"﬙"}.mdi-format-letter-case-lower:before{content:"﬚"}.mdi-format-letter-case-upper:before{content:"﬛"}.mdi-format-letter-ends-with:before{content:"￘"}.mdi-format-letter-matches:before{content:"￙"}.mdi-format-letter-starts-with:before{content:"ￚ"}.mdi-format-line-spacing:before{content:""}.mdi-format-line-style:before{content:""}.mdi-format-line-weight:before{content:""}.mdi-format-list-bulleted:before{content:""}.mdi-format-list-bulleted-square:before{content:"ﶬ"}.mdi-format-list-bulleted-triangle:before{content:"ﻏ"}.mdi-format-list-bulleted-type:before{content:""}.mdi-format-list-checkbox:before{content:"數"}.mdi-format-list-checks:before{content:""}.mdi-format-list-numbered:before{content:""}.mdi-format-list-numbered-rtl:before{content:"ﳩ"}.mdi-format-overline:before{content:"ﻐ"}.mdi-format-page-break:before{content:""}.mdi-format-paint:before{content:""}.mdi-format-paragraph:before{content:""}.mdi-format-pilcrow:before{content:""}.mdi-format-quote-close:before{content:""}.mdi-format-quote-close-outline:before{content:"󰇓"}.mdi-format-quote-open:before{content:""}.mdi-format-quote-open-outline:before{content:"󰇒"}.mdi-format-rotate-90:before{content:""}.mdi-format-section:before{content:""}.mdi-format-size:before{content:""}.mdi-format-strikethrough:before{content:""}.mdi-format-strikethrough-variant:before{content:""}.mdi-format-subscript:before{content:""}.mdi-format-superscript:before{content:""}.mdi-format-text:before{content:""}.mdi-format-text-rotation-angle-down:before{content:"ￛ"}.mdi-format-text-rotation-angle-up:before{content:"ￜ"}.mdi-format-text-rotation-down:before{content:"﵏"}.mdi-format-text-rotation-down-vertical:before{content:"￝"}.mdi-format-text-rotation-none:before{content:"ﵐ"}.mdi-format-text-rotation-up:before{content:"￞"}.mdi-format-text-rotation-vertical:before{content:"￟"}.mdi-format-text-variant:before{content:"︕"}.mdi-format-text-wrapping-clip:before{content:"ﳪ"}.mdi-format-text-wrapping-overflow:before{content:"ﳫ"}.mdi-format-text-wrapping-wrap:before{content:"ﳬ"}.mdi-format-textbox:before{content:"ﳭ"}.mdi-format-textdirection-l-to-r:before{content:""}.mdi-format-textdirection-r-to-l:before{content:""}.mdi-format-title:before{content:""}.mdi-format-underline:before{content:""}.mdi-format-vertical-align-bottom:before{content:""}.mdi-format-vertical-align-center:before{content:""}.mdi-format-vertical-align-top:before{content:""}.mdi-format-wrap-inline:before{content:""}.mdi-format-wrap-square:before{content:""}.mdi-format-wrap-tight:before{content:""}.mdi-format-wrap-top-bottom:before{content:""}.mdi-forum:before{content:""}.mdi-forum-outline:before{content:""}.mdi-forward:before{content:""}.mdi-forwardburger:before{content:"ﵑ"}.mdi-fountain:before{content:"索"}.mdi-fountain-pen:before{content:"ﳮ"}.mdi-fountain-pen-tip:before{content:"ﳯ"}.mdi-foursquare:before{content:""}.mdi-freebsd:before{content:""}.mdi-frequently-asked-questions:before{content:"ﻑ"}.mdi-fridge:before{content:""}.mdi-fridge-alert:before{content:"󰇜"}.mdi-fridge-alert-outline:before{content:"󰇝"}.mdi-fridge-bottom:before{content:""}.mdi-fridge-off:before{content:"󰇚"}.mdi-fridge-off-outline:before{content:"󰇛"}.mdi-fridge-outline:before{content:""}.mdi-fridge-top:before{content:""}.mdi-fruit-cherries:before{content:"󰁤"}.mdi-fruit-citrus:before{content:"󰁥"}.mdi-fruit-grapes:before{content:"󰁦"}.mdi-fruit-grapes-outline:before{content:"󰁧"}.mdi-fruit-pineapple:before{content:"󰁨"}.mdi-fruit-watermelon:before{content:"󰁩"}.mdi-fuel:before{content:""}.mdi-fullscreen:before{content:""}.mdi-fullscreen-exit:before{content:""}.mdi-function:before{content:""}.mdi-function-variant:before{content:""}.mdi-furigana-horizontal:before{content:"󰂬"}.mdi-furigana-vertical:before{content:"󰂭"}.mdi-fuse:before{content:"ﱡ"}.mdi-fuse-blade:before{content:"ﱢ"}.mdi-gamepad:before{content:""}.mdi-gamepad-circle:before{content:"︖"}.mdi-gamepad-circle-down:before{content:"︗"}.mdi-gamepad-circle-left:before{content:"︘"}.mdi-gamepad-circle-outline:before{content:"︙"}.mdi-gamepad-circle-right:before{content:"︚"}.mdi-gamepad-circle-up:before{content:"︛"}.mdi-gamepad-down:before{content:"︜"}.mdi-gamepad-left:before{content:"︝"}.mdi-gamepad-right:before{content:"︞"}.mdi-gamepad-round:before{content:"︟"}.mdi-gamepad-round-down:before{content:"ﹾ"}.mdi-gamepad-round-left:before{content:"ﹿ"}.mdi-gamepad-round-outline:before{content:"ﺀ"}.mdi-gamepad-round-right:before{content:"ﺁ"}.mdi-gamepad-round-up:before{content:"ﺂ"}.mdi-gamepad-square:before{content:"ﻒ"}.mdi-gamepad-square-outline:before{content:"ﻓ"}.mdi-gamepad-up:before{content:"ﺃ"}.mdi-gamepad-variant:before{content:""}.mdi-gamepad-variant-outline:before{content:"ﻔ"}.mdi-gamma:before{content:"󰄙"}.mdi-gantry-crane:before{content:"ﶭ"}.mdi-garage:before{content:""}.mdi-garage-alert:before{content:""}.mdi-garage-open:before{content:""}.mdi-gas-cylinder:before{content:""}.mdi-gas-station:before{content:""}.mdi-gas-station-outline:before{content:"ﻕ"}.mdi-gate:before{content:""}.mdi-gate-and:before{content:""}.mdi-gate-arrow-right:before{content:"󰆔"}.mdi-gate-nand:before{content:""}.mdi-gate-nor:before{content:""}.mdi-gate-not:before{content:""}.mdi-gate-open:before{content:"󰆕"}.mdi-gate-or:before{content:""}.mdi-gate-xnor:before{content:""}.mdi-gate-xor:before{content:""}.mdi-gatsby:before{content:"ﺄ"}.mdi-gauge:before{content:""}.mdi-gauge-empty:before{content:""}.mdi-gauge-full:before{content:""}.mdi-gauge-low:before{content:""}.mdi-gavel:before{content:""}.mdi-gender-female:before{content:""}.mdi-gender-male:before{content:""}.mdi-gender-male-female:before{content:""}.mdi-gender-male-female-variant:before{content:"󰅪"}.mdi-gender-non-binary:before{content:"󰅫"}.mdi-gender-transgender:before{content:""}.mdi-gentoo:before{content:""}.mdi-gesture:before{content:""}.mdi-gesture-double-tap:before{content:""}.mdi-gesture-pinch:before{content:"謁"}.mdi-gesture-spread:before{content:"諾"}.mdi-gesture-swipe:before{content:"ﵒ"}.mdi-gesture-swipe-down:before{content:""}.mdi-gesture-swipe-horizontal:before{content:"諭"}.mdi-gesture-swipe-left:before{content:""}.mdi-gesture-swipe-right:before{content:""}.mdi-gesture-swipe-up:before{content:""}.mdi-gesture-swipe-vertical:before{content:"謹"}.mdi-gesture-tap:before{content:""}.mdi-gesture-tap-hold:before{content:"ﵓ"}.mdi-gesture-two-double-tap:before{content:""}.mdi-gesture-two-tap:before{content:""}.mdi-ghost:before{content:""}.mdi-ghost-off:before{content:"林"}.mdi-gif:before{content:"ﵔ"}.mdi-gift:before{content:"ﺅ"}.mdi-gift-outline:before{content:""}.mdi-git:before{content:""}.mdi-github-box:before{content:""}.mdi-github-circle:before{content:""}.mdi-github-face:before{content:""}.mdi-gitlab:before{content:"ﭼ"}.mdi-glass-cocktail:before{content:""}.mdi-glass-flute:before{content:""}.mdi-glass-mug:before{content:""}.mdi-glass-mug-variant:before{content:"󰅁"}.mdi-glass-stange:before{content:""}.mdi-glass-tulip:before{content:""}.mdi-glass-wine:before{content:""}.mdi-glassdoor:before{content:""}.mdi-glasses:before{content:""}.mdi-globe-model:before{content:""}.mdi-gmail:before{content:""}.mdi-gnome:before{content:""}.mdi-go-kart:before{content:"ﵕ"}.mdi-go-kart-track:before{content:"ﵖ"}.mdi-gog:before{content:"ﭽ"}.mdi-gold:before{content:"󰉺"}.mdi-golf:before{content:""}.mdi-golf-cart:before{content:"󰇏"}.mdi-golf-tee:before{content:"󰂮"}.mdi-gondola:before{content:""}.mdi-goodreads:before{content:"ﵗ"}.mdi-google:before{content:""}.mdi-google-adwords:before{content:"ﱣ"}.mdi-google-analytics:before{content:""}.mdi-google-assistant:before{content:""}.mdi-google-cardboard:before{content:""}.mdi-google-chrome:before{content:""}.mdi-google-circles:before{content:""}.mdi-google-circles-communities:before{content:""}.mdi-google-circles-extended:before{content:""}.mdi-google-circles-group:before{content:""}.mdi-google-classroom:before{content:""}.mdi-google-cloud:before{content:"󰈡"}.mdi-google-controller:before{content:""}.mdi-google-controller-off:before{content:""}.mdi-google-drive:before{content:""}.mdi-google-earth:before{content:""}.mdi-google-fit:before{content:"參"}.mdi-google-glass:before{content:""}.mdi-google-hangouts:before{content:""}.mdi-google-home:before{content:""}.mdi-google-keep:before{content:""}.mdi-google-lens:before{content:"淋"}.mdi-google-maps:before{content:""}.mdi-google-my-business:before{content:"󰁪"}.mdi-google-nearby:before{content:""}.mdi-google-pages:before{content:""}.mdi-google-photos:before{content:""}.mdi-google-physical-web:before{content:""}.mdi-google-play:before{content:""}.mdi-google-plus:before{content:""}.mdi-google-plus-box:before{content:""}.mdi-google-podcast:before{content:"ﻖ"}.mdi-google-spreadsheet:before{content:"臨"}.mdi-google-street-view:before{content:"ﱤ"}.mdi-google-translate:before{content:""}.mdi-gradient:before{content:""}.mdi-grain:before{content:"ﵘ"}.mdi-graph:before{content:"󰁫"}.mdi-graph-outline:before{content:"󰁬"}.mdi-graphql:before{content:""}.mdi-grave-stone:before{content:"ﭾ"}.mdi-grease-pencil:before{content:""}.mdi-greater-than:before{content:"塞"}.mdi-greater-than-or-equal:before{content:"省"}.mdi-grid:before{content:""}.mdi-grid-large:before{content:""}.mdi-grid-off:before{content:""}.mdi-grill:before{content:"ﺆ"}.mdi-grill-outline:before{content:"󰆵"}.mdi-group:before{content:""}.mdi-guitar-acoustic:before{content:""}.mdi-guitar-electric:before{content:""}.mdi-guitar-pick:before{content:""}.mdi-guitar-pick-outline:before{content:""}.mdi-guy-fawkes-mask:before{content:""}.mdi-hackernews:before{content:""}.mdi-hail:before{content:"變"}.mdi-hair-dryer:before{content:"󰄚"}.mdi-hair-dryer-outline:before{content:"󰄛"}.mdi-halloween:before{content:"ﭿ"}.mdi-hamburger:before{content:""}.mdi-hammer:before{content:""}.mdi-hand:before{content:"祈"}.mdi-hand-heart:before{content:"󰄜"}.mdi-hand-left:before{content:"ﺇ"}.mdi-hand-okay:before{content:"祐"}.mdi-hand-peace:before{content:"祖"}.mdi-hand-peace-variant:before{content:"祝"}.mdi-hand-pointing-down:before{content:"禍"}.mdi-hand-pointing-left:before{content:"禎"}.mdi-hand-pointing-right:before{content:""}.mdi-hand-pointing-up:before{content:"穀"}.mdi-hand-right:before{content:"ﺈ"}.mdi-hand-saw:before{content:"ﺉ"}.mdi-handball:before{content:"ｰ"}.mdi-handcuffs:before{content:"󰅩"}.mdi-handshake:before{content:"󰉃"}.mdi-hanger:before{content:""}.mdi-hard-hat:before{content:"葉"}.mdi-harddisk:before{content:""}.mdi-harddisk-plus:before{content:"󰁭"}.mdi-harddisk-remove:before{content:"󰁮"}.mdi-hat-fedora:before{content:"ﮀ"}.mdi-hazard-lights:before{content:"ﱥ"}.mdi-hdr:before{content:"ﵙ"}.mdi-hdr-off:before{content:"ﵚ"}.mdi-headphones:before{content:""}.mdi-headphones-bluetooth:before{content:"說"}.mdi-headphones-box:before{content:""}.mdi-headphones-off:before{content:""}.mdi-headphones-settings:before{content:""}.mdi-headset:before{content:""}.mdi-headset-dock:before{content:""}.mdi-headset-off:before{content:""}.mdi-heart:before{content:""}.mdi-heart-box:before{content:""}.mdi-heart-box-outline:before{content:""}.mdi-heart-broken:before{content:""}.mdi-heart-broken-outline:before{content:"ﳰ"}.mdi-heart-circle:before{content:"殺"}.mdi-heart-circle-outline:before{content:"辰"}.mdi-heart-flash:before{content:"６"}.mdi-heart-half:before{content:""}.mdi-heart-half-full:before{content:""}.mdi-heart-half-outline:before{content:""}.mdi-heart-multiple:before{content:"突"}.mdi-heart-multiple-outline:before{content:"節"}.mdi-heart-off:before{content:""}.mdi-heart-outline:before{content:""}.mdi-heart-pulse:before{content:""}.mdi-helicopter:before{content:"贈"}.mdi-help:before{content:""}.mdi-help-box:before{content:""}.mdi-help-circle:before{content:""}.mdi-help-circle-outline:before{content:""}.mdi-help-network:before{content:""}.mdi-help-network-outline:before{content:"ﱦ"}.mdi-help-rhombus:before{content:"ﮁ"}.mdi-help-rhombus-outline:before{content:"ﮂ"}.mdi-hexagon:before{content:""}.mdi-hexagon-multiple:before{content:""}.mdi-hexagon-multiple-outline:before{content:"󰄝"}.mdi-hexagon-outline:before{content:""}.mdi-hexagon-slice-1:before{content:"輸"}.mdi-hexagon-slice-2:before{content:"遲"}.mdi-hexagon-slice-3:before{content:"醙"}.mdi-hexagon-slice-4:before{content:"鉶"}.mdi-hexagon-slice-5:before{content:"陼"}.mdi-hexagon-slice-6:before{content:"難"}.mdi-hexagram:before{content:"靖"}.mdi-hexagram-outline:before{content:"韛"}.mdi-high-definition:before{content:""}.mdi-high-definition-box:before{content:""}.mdi-highway:before{content:""}.mdi-hiking:before{content:"ﵛ"}.mdi-hinduism:before{content:"沈"}.mdi-history:before{content:""}.mdi-hockey-puck:before{content:""}.mdi-hockey-sticks:before{content:""}.mdi-hololens:before{content:""}.mdi-home:before{content:""}.mdi-home-account:before{content:""}.mdi-home-alert:before{content:""}.mdi-home-analytics:before{content:"ﻗ"}.mdi-home-assistant:before{content:""}.mdi-home-automation:before{content:""}.mdi-home-circle:before{content:""}.mdi-home-circle-outline:before{content:"󰁯"}.mdi-home-city:before{content:"ﳱ"}.mdi-home-city-outline:before{content:"ﳲ"}.mdi-home-currency-usd:before{content:""}.mdi-home-edit:before{content:"󰆄"}.mdi-home-edit-outline:before{content:"󰆅"}.mdi-home-export-outline:before{content:"ﾸ"}.mdi-home-flood:before{content:"７"}.mdi-home-floor-0:before{content:"ﶮ"}.mdi-home-floor-1:before{content:"ﵜ"}.mdi-home-floor-2:before{content:"ﵝ"}.mdi-home-floor-3:before{content:"ﵞ"}.mdi-home-floor-a:before{content:"ﵟ"}.mdi-home-floor-b:before{content:"ﵠ"}.mdi-home-floor-g:before{content:"ﵡ"}.mdi-home-floor-l:before{content:"ﵢ"}.mdi-home-floor-negative-1:before{content:"ﶯ"}.mdi-home-group:before{content:"ﶰ"}.mdi-home-heart:before{content:""}.mdi-home-import-outline:before{content:"ﾹ"}.mdi-home-lightbulb:before{content:"󰉼"}.mdi-home-lightbulb-outline:before{content:"󰉽"}.mdi-home-lock:before{content:""}.mdi-home-lock-open:before{content:""}.mdi-home-map-marker:before{content:""}.mdi-home-minus:before{content:"拾"}.mdi-home-modern:before{content:""}.mdi-home-outline:before{content:""}.mdi-home-plus:before{content:"若"}.mdi-home-remove:before{content:"󰉲"}.mdi-home-roof:before{content:"󰅖"}.mdi-home-thermometer:before{content:"ｱ"}.mdi-home-thermometer-outline:before{content:"ｲ"}.mdi-home-variant:before{content:""}.mdi-home-variant-outline:before{content:"ﮃ"}.mdi-hook:before{content:""}.mdi-hook-off:before{content:""}.mdi-hops:before{content:""}.mdi-horizontal-rotate-clockwise:before{content:"󰄞"}.mdi-horizontal-rotate-counterclockwise:before{content:"󰄟"}.mdi-horseshoe:before{content:"練"}.mdi-hospital:before{content:"󰀗"}.mdi-hospital-box:before{content:""}.mdi-hospital-box-outline:before{content:"󰀘"}.mdi-hospital-building:before{content:""}.mdi-hospital-marker:before{content:""}.mdi-hot-tub:before{content:""}.mdi-hotel:before{content:""}.mdi-houzz:before{content:""}.mdi-houzz-box:before{content:""}.mdi-hubspot:before{content:"ﳳ"}.mdi-hulu:before{content:""}.mdi-human:before{content:""}.mdi-human-child:before{content:""}.mdi-human-female:before{content:""}.mdi-human-female-boy:before{content:"縉"}.mdi-human-female-female:before{content:"繁"}.mdi-human-female-girl:before{content:"署"}.mdi-human-greeting:before{content:""}.mdi-human-handsdown:before{content:""}.mdi-human-handsup:before{content:""}.mdi-human-male:before{content:""}.mdi-human-male-boy:before{content:"者"}.mdi-human-male-female:before{content:""}.mdi-human-male-girl:before{content:"臭"}.mdi-human-male-height:before{content:"８"}.mdi-human-male-height-variant:before{content:"９"}.mdi-human-male-male:before{content:"艹"}.mdi-human-pregnant:before{content:""}.mdi-humble-bundle:before{content:""}.mdi-ice-cream:before{content:""}.mdi-ice-pop:before{content:"："}.mdi-id-card:before{content:"￠"}.mdi-identifier:before{content:"；"}.mdi-iframe:before{content:"ﱧ"}.mdi-iframe-array:before{content:"󰄠"}.mdi-iframe-array-outline:before{content:"󰄡"}.mdi-iframe-braces:before{content:"󰄢"}.mdi-iframe-braces-outline:before{content:"󰄣"}.mdi-iframe-outline:before{content:"ﱨ"}.mdi-iframe-parentheses:before{content:"󰄤"}.mdi-iframe-parentheses-outline:before{content:"󰄥"}.mdi-iframe-variable:before{content:"󰄦"}.mdi-iframe-variable-outline:before{content:"󰄧"}.mdi-image:before{content:""}.mdi-image-album:before{content:""}.mdi-image-area:before{content:""}.mdi-image-area-close:before{content:""}.mdi-image-auto-adjust:before{content:"￡"}.mdi-image-broken:before{content:""}.mdi-image-broken-variant:before{content:""}.mdi-image-edit:before{content:"󰈎"}.mdi-image-edit-outline:before{content:"󰈏"}.mdi-image-filter:before{content:""}.mdi-image-filter-black-white:before{content:""}.mdi-image-filter-center-focus:before{content:""}.mdi-image-filter-center-focus-strong:before{content:"＜"}.mdi-image-filter-center-focus-strong-outline:before{content:"＝"}.mdi-image-filter-center-focus-weak:before{content:""}.mdi-image-filter-drama:before{content:""}.mdi-image-filter-frames:before{content:""}.mdi-image-filter-hdr:before{content:""}.mdi-image-filter-none:before{content:""}.mdi-image-filter-tilt-shift:before{content:""}.mdi-image-filter-vintage:before{content:""}.mdi-image-frame:before{content:"ﺊ"}.mdi-image-move:before{content:"立"}.mdi-image-multiple:before{content:""}.mdi-image-off:before{content:""}.mdi-image-off-outline:before{content:"󰇼"}.mdi-image-outline:before{content:"掠"}.mdi-image-plus:before{content:""}.mdi-image-search:before{content:"略"}.mdi-image-search-outline:before{content:"亮"}.mdi-image-size-select-actual:before{content:"ﱩ"}.mdi-image-size-select-large:before{content:"ﱪ"}.mdi-image-size-select-small:before{content:"ﱫ"}.mdi-import:before{content:""}.mdi-inbox:before{content:""}.mdi-inbox-arrow-down:before{content:""}.mdi-inbox-arrow-up:before{content:""}.mdi-inbox-multiple:before{content:""}.mdi-inbox-multiple-outline:before{content:"ﮄ"}.mdi-incognito:before{content:""}.mdi-infinity:before{content:""}.mdi-information:before{content:""}.mdi-information-outline:before{content:""}.mdi-information-variant:before{content:""}.mdi-instagram:before{content:""}.mdi-instapaper:before{content:""}.mdi-instrument-triangle:before{content:"󰁰"}.mdi-internet-explorer:before{content:""}.mdi-invert-colors:before{content:""}.mdi-invert-colors-off:before{content:"ﺋ"}.mdi-ip:before{content:"艹"}.mdi-ip-network:before{content:"著"}.mdi-ip-network-outline:before{content:"ﱬ"}.mdi-ipod:before{content:"ﱭ"}.mdi-islam:before{content:"兩"}.mdi-island:before{content:"󰁱"}.mdi-itunes:before{content:""}.mdi-iv-bag:before{content:"󰃤"}.mdi-jabber:before{content:"ﶱ"}.mdi-jeepney:before{content:""}.mdi-jellyfish:before{content:"＞"}.mdi-jellyfish-outline:before{content:"？"}.mdi-jira:before{content:""}.mdi-jquery:before{content:""}.mdi-jsfiddle:before{content:""}.mdi-json:before{content:""}.mdi-judaism:before{content:"凉"}.mdi-kabaddi:before{content:"ﵣ"}.mdi-karate:before{content:""}.mdi-keg:before{content:""}.mdi-kettle:before{content:""}.mdi-kettle-outline:before{content:"ｳ"}.mdi-key:before{content:""}.mdi-key-change:before{content:""}.mdi-key-link:before{content:"󰇊"}.mdi-key-minus:before{content:""}.mdi-key-outline:before{content:"ﶲ"}.mdi-key-plus:before{content:""}.mdi-key-remove:before{content:""}.mdi-key-star:before{content:"󰇉"}.mdi-key-variant:before{content:""}.mdi-key-wireless:before{content:"￢"}.mdi-keyboard:before{content:""}.mdi-keyboard-backspace:before{content:""}.mdi-keyboard-caps:before{content:""}.mdi-keyboard-close:before{content:""}.mdi-keyboard-off:before{content:""}.mdi-keyboard-off-outline:before{content:"ﺌ"}.mdi-keyboard-outline:before{content:"梁"}.mdi-keyboard-return:before{content:""}.mdi-keyboard-settings:before{content:"笠"}.mdi-keyboard-settings-outline:before{content:"粒"}.mdi-keyboard-space:before{content:"󰁲"}.mdi-keyboard-tab:before{content:""}.mdi-keyboard-variant:before{content:""}.mdi-khanda:before{content:"󰄨"}.mdi-kickstarter:before{content:""}.mdi-knife:before{content:"狀"}.mdi-knife-military:before{content:"炙"}.mdi-kodi:before{content:""}.mdi-kotlin:before{content:"󰉄"}.mdi-kubernetes:before{content:"󰄩"}.mdi-label:before{content:""}.mdi-label-off:before{content:"響"}.mdi-label-off-outline:before{content:"頋"}.mdi-label-outline:before{content:""}.mdi-label-variant:before{content:"頻"}.mdi-label-variant-outline:before{content:"鬒"}.mdi-ladybug:before{content:""}.mdi-lambda:before{content:""}.mdi-lamp:before{content:""}.mdi-lan:before{content:""}.mdi-lan-connect:before{content:""}.mdi-lan-disconnect:before{content:""}.mdi-lan-pending:before{content:""}.mdi-language-c:before{content:""}.mdi-language-cpp:before{content:""}.mdi-language-csharp:before{content:""}.mdi-language-css3:before{content:""}.mdi-language-fortran:before{content:"󰉅"}.mdi-language-go:before{content:""}.mdi-language-haskell:before{content:"ﱮ"}.mdi-language-html5:before{content:""}.mdi-language-java:before{content:"﬜"}.mdi-language-javascript:before{content:""}.mdi-language-lua:before{content:""}.mdi-language-php:before{content:""}.mdi-language-python:before{content:""}.mdi-language-python-text:before{content:""}.mdi-language-r:before{content:""}.mdi-language-ruby-on-rails:before{content:"龜"}.mdi-language-swift:before{content:""}.mdi-language-typescript:before{content:""}.mdi-laptop:before{content:""}.mdi-laptop-chromebook:before{content:""}.mdi-laptop-mac:before{content:""}.mdi-laptop-off:before{content:""}.mdi-laptop-windows:before{content:""}.mdi-laravel:before{content:"𢡊"}.mdi-lasso:before{content:"＠"}.mdi-lastfm:before{content:""}.mdi-lastpass:before{content:""}.mdi-latitude:before{content:"ｴ"}.mdi-launch:before{content:""}.mdi-lava-lamp:before{content:""}.mdi-layers:before{content:""}.mdi-layers-minus:before{content:"ﺍ"}.mdi-layers-off:before{content:""}.mdi-layers-off-outline:before{content:"識"}.mdi-layers-outline:before{content:"什"}.mdi-layers-plus:before{content:"︰"}.mdi-layers-remove:before{content:"︱"}.mdi-layers-search:before{content:"󰈱"}.mdi-layers-search-outline:before{content:"󰈲"}.mdi-layers-triple:before{content:"ｵ"}.mdi-layers-triple-outline:before{content:"ｶ"}.mdi-lead-pencil:before{content:""}.mdi-leaf:before{content:""}.mdi-leaf-maple:before{content:"ﱯ"}.mdi-leak:before{content:"ﶳ"}.mdi-leak-off:before{content:"ﶴ"}.mdi-led-off:before{content:""}.mdi-led-on:before{content:""}.mdi-led-outline:before{content:""}.mdi-led-strip:before{content:""}.mdi-led-strip-variant:before{content:"󰁳"}.mdi-led-variant-off:before{content:""}.mdi-led-variant-on:before{content:""}.mdi-led-variant-outline:before{content:""}.mdi-leek:before{content:"󰆨"}.mdi-less-than:before{content:"糧"}.mdi-less-than-or-equal:before{content:"良"}.mdi-library:before{content:""}.mdi-library-books:before{content:""}.mdi-library-movie:before{content:"ﳴ"}.mdi-library-music:before{content:""}.mdi-library-music-outline:before{content:"Ａ"}.mdi-library-shelves:before{content:"ﮅ"}.mdi-library-video:before{content:"ﳵ"}.mdi-license:before{content:"￣"}.mdi-lifebuoy:before{content:""}.mdi-light-switch:before{content:"諒"}.mdi-lightbulb:before{content:""}.mdi-lightbulb-cfl:before{content:"󰈳"}.mdi-lightbulb-cfl-off:before{content:"󰈴"}.mdi-lightbulb-group:before{content:"󰉾"}.mdi-lightbulb-group-outline:before{content:"󰉿"}.mdi-lightbulb-multiple:before{content:"󰊀"}.mdi-lightbulb-multiple-outline:before{content:"󰊁"}.mdi-lightbulb-off:before{content:"︲"}.mdi-lightbulb-off-outline:before{content:"︳"}.mdi-lightbulb-on:before{content:""}.mdi-lightbulb-on-outline:before{content:""}.mdi-lightbulb-outline:before{content:""}.mdi-lighthouse:before{content:"茶"}.mdi-lighthouse-on:before{content:"刺"}.mdi-link:before{content:""}.mdi-link-box:before{content:"ﳶ"}.mdi-link-box-outline:before{content:"ﳷ"}.mdi-link-box-variant:before{content:"ﳸ"}.mdi-link-box-variant-outline:before{content:"ﳹ"}.mdi-link-lock:before{content:"󰃥"}.mdi-link-off:before{content:""}.mdi-link-plus:before{content:"ﱰ"}.mdi-link-variant:before{content:""}.mdi-link-variant-minus:before{content:"󰄪"}.mdi-link-variant-off:before{content:""}.mdi-link-variant-plus:before{content:"󰄫"}.mdi-link-variant-remove:before{content:"󰄬"}.mdi-linkedin:before{content:""}.mdi-linkedin-box:before{content:""}.mdi-linux:before{content:""}.mdi-linux-mint:before{content:""}.mdi-litecoin:before{content:"褐"}.mdi-loading:before{content:""}.mdi-location-enter:before{content:"￤"}.mdi-location-exit:before{content:"￥"}.mdi-lock:before{content:""}.mdi-lock-alert:before{content:""}.mdi-lock-clock:before{content:"量"}.mdi-lock-open:before{content:""}.mdi-lock-open-outline:before{content:""}.mdi-lock-open-variant:before{content:"￦"}.mdi-lock-open-variant-outline:before{content:"￧"}.mdi-lock-outline:before{content:""}.mdi-lock-pattern:before{content:""}.mdi-lock-plus:before{content:""}.mdi-lock-question:before{content:""}.mdi-lock-reset:before{content:""}.mdi-lock-smart:before{content:""}.mdi-locker:before{content:""}.mdi-locker-multiple:before{content:""}.mdi-login:before{content:""}.mdi-login-variant:before{content:""}.mdi-logout:before{content:""}.mdi-logout-variant:before{content:""}.mdi-longitude:before{content:"ｷ"}.mdi-looks:before{content:""}.mdi-loupe:before{content:""}.mdi-lumx:before{content:""}.mdi-lungs:before{content:"󰂯"}.mdi-lyft:before{content:"יִ"}.mdi-magnet:before{content:""}.mdi-magnet-on:before{content:""}.mdi-magnify:before{content:""}.mdi-magnify-close:before{content:"勵"}.mdi-magnify-minus:before{content:""}.mdi-magnify-minus-cursor:before{content:"視"}.mdi-magnify-minus-outline:before{content:""}.mdi-magnify-plus:before{content:""}.mdi-magnify-plus-cursor:before{content:"謁"}.mdi-magnify-plus-outline:before{content:""}.mdi-magnify-remove-cursor:before{content:"󰈷"}.mdi-magnify-remove-outline:before{content:"󰈸"}.mdi-mail:before{content:"ﻘ"}.mdi-mail-ru:before{content:""}.mdi-mailbox:before{content:""}.mdi-mailbox-open:before{content:"ﵤ"}.mdi-mailbox-open-outline:before{content:"ﵥ"}.mdi-mailbox-open-up:before{content:"ﵦ"}.mdi-mailbox-open-up-outline:before{content:"ﵧ"}.mdi-mailbox-outline:before{content:"ﵨ"}.mdi-mailbox-up:before{content:"ﵩ"}.mdi-mailbox-up-outline:before{content:"ﵪ"}.mdi-map:before{content:""}.mdi-map-check:before{content:"ﻙ"}.mdi-map-check-outline:before{content:"ﻚ"}.mdi-map-clock:before{content:"ﳺ"}.mdi-map-clock-outline:before{content:"ﳻ"}.mdi-map-legend:before{content:"切"}.mdi-map-marker:before{content:""}.mdi-map-marker-alert:before{content:"Ｂ"}.mdi-map-marker-alert-outline:before{content:"Ｃ"}.mdi-map-marker-check:before{content:"ﱱ"}.mdi-map-marker-circle:before{content:""}.mdi-map-marker-distance:before{content:""}.mdi-map-marker-down:before{content:"󰄭"}.mdi-map-marker-minus:before{content:""}.mdi-map-marker-multiple:before{content:""}.mdi-map-marker-off:before{content:""}.mdi-map-marker-outline:before{content:""}.mdi-map-marker-path:before{content:"ﳼ"}.mdi-map-marker-plus:before{content:""}.mdi-map-marker-question:before{content:"Ｄ"}.mdi-map-marker-question-outline:before{content:"Ｅ"}.mdi-map-marker-radius:before{content:""}.mdi-map-marker-remove:before{content:"Ｆ"}.mdi-map-marker-remove-variant:before{content:"Ｇ"}.mdi-map-marker-up:before{content:"󰄮"}.mdi-map-minus:before{content:"呂"}.mdi-map-outline:before{content:"女"}.mdi-map-plus:before{content:"廬"}.mdi-map-search:before{content:"旅"}.mdi-map-search-outline:before{content:"濾"}.mdi-mapbox:before{content:"ﮆ"}.mdi-margin:before{content:""}.mdi-markdown:before{content:""}.mdi-markdown-outline:before{content:"ｸ"}.mdi-marker:before{content:""}.mdi-marker-cancel:before{content:"ﶵ"}.mdi-marker-check:before{content:""}.mdi-mastodon:before{content:"𢡄"}.mdi-mastodon-variant:before{content:"𣏕"}.mdi-material-design:before{content:"礪"}.mdi-material-ui:before{content:""}.mdi-math-compass:before{content:""}.mdi-math-cos:before{content:"ﱲ"}.mdi-math-integral:before{content:"￨"}.mdi-math-integral-box:before{content:"￩"}.mdi-math-log:before{content:"󰂰"}.mdi-math-norm:before{content:"￪"}.mdi-math-norm-box:before{content:"￫"}.mdi-math-sin:before{content:"ﱳ"}.mdi-math-tan:before{content:"ﱴ"}.mdi-matrix:before{content:""}.mdi-maxcdn:before{content:""}.mdi-medal:before{content:"閭"}.mdi-medical-bag:before{content:""}.mdi-meditation:before{content:"󰆦"}.mdi-medium:before{content:""}.mdi-meetup:before{content:"㮝"}.mdi-memory:before{content:""}.mdi-menu:before{content:""}.mdi-menu-down:before{content:""}.mdi-menu-down-outline:before{content:""}.mdi-menu-left:before{content:""}.mdi-menu-left-outline:before{content:"度"}.mdi-menu-open:before{content:"ﮇ"}.mdi-menu-right:before{content:""}.mdi-menu-right-outline:before{content:"拓"}.mdi-menu-swap:before{content:"謹"}.mdi-menu-swap-outline:before{content:"賓"}.mdi-menu-up:before{content:""}.mdi-menu-up-outline:before{content:""}.mdi-merge:before{content:"ｹ"}.mdi-message:before{content:""}.mdi-message-alert:before{content:""}.mdi-message-alert-outline:before{content:"糖"}.mdi-message-bulleted:before{content:""}.mdi-message-bulleted-off:before{content:""}.mdi-message-draw:before{content:""}.mdi-message-image:before{content:""}.mdi-message-image-outline:before{content:"󰆗"}.mdi-message-lock:before{content:"￬"}.mdi-message-lock-outline:before{content:"󰆘"}.mdi-message-minus:before{content:"󰆙"}.mdi-message-minus-outline:before{content:"󰆚"}.mdi-message-outline:before{content:""}.mdi-message-plus:before{content:""}.mdi-message-plus-outline:before{content:"󰃦"}.mdi-message-processing:before{content:""}.mdi-message-processing-outline:before{content:"󰆛"}.mdi-message-reply:before{content:""}.mdi-message-reply-text:before{content:""}.mdi-message-settings:before{content:""}.mdi-message-settings-outline:before{content:"󰆜"}.mdi-message-settings-variant:before{content:""}.mdi-message-settings-variant-outline:before{content:"󰆝"}.mdi-message-text:before{content:""}.mdi-message-text-clock:before{content:"󰆞"}.mdi-message-text-clock-outline:before{content:"󰆟"}.mdi-message-text-lock:before{content:"￭"}.mdi-message-text-lock-outline:before{content:"󰆠"}.mdi-message-text-outline:before{content:""}.mdi-message-video:before{content:""}.mdi-meteor:before{content:""}.mdi-metronome:before{content:""}.mdi-metronome-tick:before{content:""}.mdi-micro-sd:before{content:""}.mdi-microphone:before{content:""}.mdi-microphone-minus:before{content:""}.mdi-microphone-off:before{content:""}.mdi-microphone-outline:before{content:""}.mdi-microphone-plus:before{content:""}.mdi-microphone-settings:before{content:""}.mdi-microphone-variant:before{content:""}.mdi-microphone-variant-off:before{content:""}.mdi-microscope:before{content:""}.mdi-microsoft:before{content:""}.mdi-microsoft-dynamics:before{content:"驪"}.mdi-microwave:before{content:"ﱵ"}.mdi-middleware:before{content:"ｺ"}.mdi-middleware-outline:before{content:"ｻ"}.mdi-midi:before{content:""}.mdi-midi-port:before{content:""}.mdi-mine:before{content:"ﶶ"}.mdi-minecraft:before{content:""}.mdi-mini-sd:before{content:"宅"}.mdi-minidisc:before{content:"洞"}.mdi-minus:before{content:""}.mdi-minus-box:before{content:""}.mdi-minus-box-multiple:before{content:"󰅬"}.mdi-minus-box-multiple-outline:before{content:"󰅭"}.mdi-minus-box-outline:before{content:""}.mdi-minus-circle:before{content:""}.mdi-minus-circle-outline:before{content:""}.mdi-minus-network:before{content:""}.mdi-minus-network-outline:before{content:"ﱶ"}.mdi-mirror:before{content:"󰈨"}.mdi-mixcloud:before{content:""}.mdi-mixed-martial-arts:before{content:"ﵫ"}.mdi-mixed-reality:before{content:""}.mdi-mixer:before{content:""}.mdi-molecule:before{content:"ﮈ"}.mdi-monitor:before{content:""}.mdi-monitor-cellphone:before{content:"麗"}.mdi-monitor-cellphone-star:before{content:"黎"}.mdi-monitor-clean:before{content:"󰄯"}.mdi-monitor-dashboard:before{content:"暴"}.mdi-monitor-lock:before{content:"ﶷ"}.mdi-monitor-multiple:before{content:""}.mdi-monitor-off:before{content:"ﵬ"}.mdi-monitor-screenshot:before{content:"︴"}.mdi-monitor-speaker:before{content:"ｼ"}.mdi-monitor-speaker-off:before{content:"ｽ"}.mdi-monitor-star:before{content:"ﶸ"}.mdi-moon-first-quarter:before{content:"ｾ"}.mdi-moon-full:before{content:"ｿ"}.mdi-moon-last-quarter:before{content:"ﾀ"}.mdi-moon-new:before{content:"ﾁ"}.mdi-moon-waning-crescent:before{content:"ﾂ"}.mdi-moon-waning-gibbous:before{content:"ﾃ"}.mdi-moon-waxing-crescent:before{content:"ﾄ"}.mdi-moon-waxing-gibbous:before{content:"ﾅ"}.mdi-moped:before{content:"󰂱"}.mdi-more:before{content:""}.mdi-mother-nurse:before{content:"ﳽ"}.mdi-motion-sensor:before{content:"ﵭ"}.mdi-motorbike:before{content:""}.mdi-mouse:before{content:""}.mdi-mouse-bluetooth:before{content:"力"}.mdi-mouse-off:before{content:""}.mdi-mouse-variant:before{content:""}.mdi-mouse-variant-off:before{content:""}.mdi-move-resize:before{content:""}.mdi-move-resize-variant:before{content:""}.mdi-movie:before{content:""}.mdi-movie-edit:before{content:"󰅍"}.mdi-movie-edit-outline:before{content:"󰅎"}.mdi-movie-filter:before{content:"󰅏"}.mdi-movie-filter-outline:before{content:"󰅐"}.mdi-movie-open:before{content:"￮"}.mdi-movie-open-outline:before{content:"￯"}.mdi-movie-outline:before{content:"ﶹ"}.mdi-movie-roll:before{content:""}.mdi-movie-search:before{content:"󰇽"}.mdi-movie-search-outline:before{content:"󰇾"}.mdi-muffin:before{content:"曆"}.mdi-multiplication:before{content:""}.mdi-multiplication-box:before{content:""}.mdi-mushroom:before{content:""}.mdi-mushroom-outline:before{content:""}.mdi-music:before{content:""}.mdi-music-accidental-double-flat:before{content:"ﾆ"}.mdi-music-accidental-double-sharp:before{content:"ﾇ"}.mdi-music-accidental-flat:before{content:"ﾈ"}.mdi-music-accidental-natural:before{content:"ﾉ"}.mdi-music-accidental-sharp:before{content:"ﾊ"}.mdi-music-box:before{content:""}.mdi-music-box-outline:before{content:""}.mdi-music-circle:before{content:""}.mdi-music-circle-outline:before{content:"䀘"}.mdi-music-clef-alto:before{content:"ﾋ"}.mdi-music-clef-bass:before{content:"ﾌ"}.mdi-music-clef-treble:before{content:"ﾍ"}.mdi-music-note:before{content:""}.mdi-music-note-bluetooth:before{content:""}.mdi-music-note-bluetooth-off:before{content:""}.mdi-music-note-eighth:before{content:""}.mdi-music-note-eighth-dotted:before{content:"ﾎ"}.mdi-music-note-half:before{content:""}.mdi-music-note-half-dotted:before{content:"ﾏ"}.mdi-music-note-off:before{content:""}.mdi-music-note-off-outline:before{content:"ﾐ"}.mdi-music-note-outline:before{content:"ﾑ"}.mdi-music-note-plus:before{content:"ﶺ"}.mdi-music-note-quarter:before{content:""}.mdi-music-note-quarter-dotted:before{content:"ﾒ"}.mdi-music-note-sixteenth:before{content:""}.mdi-music-note-sixteenth-dotted:before{content:"ﾓ"}.mdi-music-note-whole:before{content:""}.mdi-music-note-whole-dotted:before{content:"ﾔ"}.mdi-music-off:before{content:""}.mdi-music-rest-eighth:before{content:"ﾕ"}.mdi-music-rest-half:before{content:"ﾖ"}.mdi-music-rest-quarter:before{content:"ﾗ"}.mdi-music-rest-sixteenth:before{content:"ﾘ"}.mdi-music-rest-whole:before{content:"ﾙ"}.mdi-nail:before{content:"ﶻ"}.mdi-nas:before{content:""}.mdi-nativescript:before{content:""}.mdi-nature:before{content:""}.mdi-nature-people:before{content:""}.mdi-navigation:before{content:""}.mdi-near-me:before{content:""}.mdi-necklace:before{content:"Ｈ"}.mdi-needle:before{content:""}.mdi-netflix:before{content:""}.mdi-network:before{content:""}.mdi-network-off:before{content:"ﱷ"}.mdi-network-off-outline:before{content:"ﱸ"}.mdi-network-outline:before{content:"ﱹ"}.mdi-network-router:before{content:"󰂲"}.mdi-network-strength-1:before{content:""}.mdi-network-strength-1-alert:before{content:""}.mdi-network-strength-2:before{content:""}.mdi-network-strength-2-alert:before{content:""}.mdi-network-strength-3:before{content:""}.mdi-network-strength-3-alert:before{content:""}.mdi-network-strength-4:before{content:""}.mdi-network-strength-4-alert:before{content:""}.mdi-network-strength-off:before{content:""}.mdi-network-strength-off-outline:before{content:""}.mdi-network-strength-outline:before{content:""}.mdi-new-box:before{content:""}.mdi-newspaper:before{content:""}.mdi-newspaper-minus:before{content:"Ｉ"}.mdi-newspaper-plus:before{content:"Ｊ"}.mdi-newspaper-variant:before{content:"󰀣"}.mdi-newspaper-variant-multiple:before{content:"󰀤"}.mdi-newspaper-variant-multiple-outline:before{content:"󰀥"}.mdi-newspaper-variant-outline:before{content:"󰀦"}.mdi-nfc:before{content:""}.mdi-nfc-off:before{content:"︵"}.mdi-nfc-search-variant:before{content:"︶"}.mdi-nfc-tap:before{content:""}.mdi-nfc-variant:before{content:""}.mdi-nfc-variant-off:before{content:"︷"}.mdi-ninja:before{content:""}.mdi-nintendo-switch:before{content:""}.mdi-nix:before{content:"󰄰"}.mdi-nodejs:before{content:""}.mdi-noodles:before{content:"󰆩"}.mdi-not-equal:before{content:"歷"}.mdi-not-equal-variant:before{content:"轢"}.mdi-note:before{content:""}.mdi-note-multiple:before{content:""}.mdi-note-multiple-outline:before{content:""}.mdi-note-outline:before{content:""}.mdi-note-plus:before{content:""}.mdi-note-plus-outline:before{content:""}.mdi-note-text:before{content:""}.mdi-note-text-outline:before{content:"󰈂"}.mdi-notebook:before{content:""}.mdi-notebook-multiple:before{content:"︸"}.mdi-notebook-outline:before{content:"ﻜ"}.mdi-notification-clear-all:before{content:""}.mdi-npm:before{content:""}.mdi-npm-variant:before{content:"年"}.mdi-npm-variant-outline:before{content:"憐"}.mdi-nuke:before{content:""}.mdi-null:before{content:""}.mdi-numeric:before{content:""}.mdi-numeric-0:before{content:"0"}.mdi-numeric-0-box:before{content:""}.mdi-numeric-0-box-multiple:before{content:"Ｋ"}.mdi-numeric-0-box-multiple-outline:before{content:""}.mdi-numeric-0-box-outline:before{content:""}.mdi-numeric-0-circle:before{content:"ﱺ"}.mdi-numeric-0-circle-outline:before{content:"ﱻ"}.mdi-numeric-1:before{content:"1"}.mdi-numeric-1-box:before{content:""}.mdi-numeric-1-box-multiple:before{content:"Ｌ"}.mdi-numeric-1-box-multiple-outline:before{content:""}.mdi-numeric-1-box-outline:before{content:""}.mdi-numeric-1-circle:before{content:"ﱼ"}.mdi-numeric-1-circle-outline:before{content:"ﱽ"}.mdi-numeric-10:before{content:"󰀊"}.mdi-numeric-10-box:before{content:"ﾚ"}.mdi-numeric-10-box-multiple:before{content:"󰀋"}.mdi-numeric-10-box-multiple-outline:before{content:"󰀌"}.mdi-numeric-10-box-outline:before{content:"ﾛ"}.mdi-numeric-10-circle:before{content:"󰀍"}.mdi-numeric-10-circle-outline:before{content:"󰀎"}.mdi-numeric-2:before{content:"2"}.mdi-numeric-2-box:before{content:""}.mdi-numeric-2-box-multiple:before{content:"Ｍ"}.mdi-numeric-2-box-multiple-outline:before{content:""}.mdi-numeric-2-box-outline:before{content:""}.mdi-numeric-2-circle:before{content:"ﱾ"}.mdi-numeric-2-circle-outline:before{content:"ﱿ"}.mdi-numeric-3:before{content:"3"}.mdi-numeric-3-box:before{content:""}.mdi-numeric-3-box-multiple:before{content:"Ｎ"}.mdi-numeric-3-box-multiple-outline:before{content:""}.mdi-numeric-3-box-outline:before{content:""}.mdi-numeric-3-circle:before{content:"ﲀ"}.mdi-numeric-3-circle-outline:before{content:"ﲁ"}.mdi-numeric-4:before{content:"4"}.mdi-numeric-4-box:before{content:""}.mdi-numeric-4-box-multiple:before{content:"Ｏ"}.mdi-numeric-4-box-multiple-outline:before{content:""}.mdi-numeric-4-box-outline:before{content:""}.mdi-numeric-4-circle:before{content:"ﲂ"}.mdi-numeric-4-circle-outline:before{content:"ﲃ"}.mdi-numeric-5:before{content:"5"}.mdi-numeric-5-box:before{content:""}.mdi-numeric-5-box-multiple:before{content:"Ｐ"}.mdi-numeric-5-box-multiple-outline:before{content:""}.mdi-numeric-5-box-outline:before{content:""}.mdi-numeric-5-circle:before{content:"ﲄ"}.mdi-numeric-5-circle-outline:before{content:"ﲅ"}.mdi-numeric-6:before{content:"6"}.mdi-numeric-6-box:before{content:""}.mdi-numeric-6-box-multiple:before{content:"Ｑ"}.mdi-numeric-6-box-multiple-outline:before{content:""}.mdi-numeric-6-box-outline:before{content:""}.mdi-numeric-6-circle:before{content:"ﲆ"}.mdi-numeric-6-circle-outline:before{content:"ﲇ"}.mdi-numeric-7:before{content:"7"}.mdi-numeric-7-box:before{content:""}.mdi-numeric-7-box-multiple:before{content:"Ｒ"}.mdi-numeric-7-box-multiple-outline:before{content:""}.mdi-numeric-7-box-outline:before{content:""}.mdi-numeric-7-circle:before{content:"ﲈ"}.mdi-numeric-7-circle-outline:before{content:"ﲉ"}.mdi-numeric-8:before{content:"8"}.mdi-numeric-8-box:before{content:""}.mdi-numeric-8-box-multiple:before{content:"Ｓ"}.mdi-numeric-8-box-multiple-outline:before{content:""}.mdi-numeric-8-box-outline:before{content:""}.mdi-numeric-8-circle:before{content:"ﲊ"}.mdi-numeric-8-circle-outline:before{content:"ﲋ"}.mdi-numeric-9:before{content:"9"}.mdi-numeric-9-box:before{content:""}.mdi-numeric-9-box-multiple:before{content:"Ｔ"}.mdi-numeric-9-box-multiple-outline:before{content:""}.mdi-numeric-9-box-outline:before{content:""}.mdi-numeric-9-circle:before{content:"ﲌ"}.mdi-numeric-9-circle-outline:before{content:"ﲍ"}.mdi-numeric-9-plus:before{content:"󰀏"}.mdi-numeric-9-plus-box:before{content:""}.mdi-numeric-9-plus-box-multiple:before{content:"Ｕ"}.mdi-numeric-9-plus-box-multiple-outline:before{content:""}.mdi-numeric-9-plus-box-outline:before{content:""}.mdi-numeric-9-plus-circle:before{content:"ﲎ"}.mdi-numeric-9-plus-circle-outline:before{content:"ﲏ"}.mdi-numeric-negative-1:before{content:"󰁴"}.mdi-nut:before{content:""}.mdi-nutrition:before{content:""}.mdi-nuxt:before{content:"󰄱"}.mdi-oar:before{content:""}.mdi-ocarina:before{content:"ﶼ"}.mdi-ocr:before{content:"󰅥"}.mdi-octagon:before{content:""}.mdi-octagon-outline:before{content:""}.mdi-octagram:before{content:""}.mdi-octagram-outline:before{content:""}.mdi-odnoklassniki:before{content:""}.mdi-offer:before{content:"󰉆"}.mdi-office:before{content:""}.mdi-office-building:before{content:"戀"}.mdi-oil:before{content:""}.mdi-oil-lamp:before{content:"Ｖ"}.mdi-oil-level:before{content:"󰁵"}.mdi-oil-temperature:before{content:"󰀙"}.mdi-omega:before{content:""}.mdi-one-up:before{content:"ﮉ"}.mdi-onedrive:before{content:""}.mdi-onenote:before{content:""}.mdi-onepassword:before{content:""}.mdi-opacity:before{content:""}.mdi-open-in-app:before{content:""}.mdi-open-in-new:before{content:""}.mdi-open-source-initiative:before{content:"ﮊ"}.mdi-openid:before{content:""}.mdi-opera:before{content:""}.mdi-orbit:before{content:""}.mdi-origin:before{content:"שׂ"}.mdi-ornament:before{content:""}.mdi-ornament-variant:before{content:""}.mdi-outdoor-lamp:before{content:"󰁶"}.mdi-outlook:before{content:"ﳾ"}.mdi-overscan:before{content:"󰀧"}.mdi-owl:before{content:""}.mdi-pac-man:before{content:"ﮋ"}.mdi-package:before{content:""}.mdi-package-down:before{content:""}.mdi-package-up:before{content:""}.mdi-package-variant:before{content:""}.mdi-package-variant-closed:before{content:""}.mdi-page-first:before{content:""}.mdi-page-last:before{content:""}.mdi-page-layout-body:before{content:""}.mdi-page-layout-footer:before{content:""}.mdi-page-layout-header:before{content:""}.mdi-page-layout-header-footer:before{content:"ﾜ"}.mdi-page-layout-sidebar-left:before{content:""}.mdi-page-layout-sidebar-right:before{content:""}.mdi-page-next:before{content:"ﮌ"}.mdi-page-next-outline:before{content:"ﮍ"}.mdi-page-previous:before{content:"ﮎ"}.mdi-page-previous-outline:before{content:"ﮏ"}.mdi-palette:before{content:""}.mdi-palette-advanced:before{content:""}.mdi-palette-outline:before{content:"﹬"}.mdi-palette-swatch:before{content:""}.mdi-palm-tree:before{content:"󰁷"}.mdi-pan:before{content:"ﮐ"}.mdi-pan-bottom-left:before{content:"ﮑ"}.mdi-pan-bottom-right:before{content:"ﮒ"}.mdi-pan-down:before{content:"ﮓ"}.mdi-pan-horizontal:before{content:"ﮔ"}.mdi-pan-left:before{content:"ﮕ"}.mdi-pan-right:before{content:"ﮖ"}.mdi-pan-top-left:before{content:"ﮗ"}.mdi-pan-top-right:before{content:"ﮘ"}.mdi-pan-up:before{content:"ﮙ"}.mdi-pan-vertical:before{content:"ﮚ"}.mdi-panda:before{content:""}.mdi-pandora:before{content:""}.mdi-panorama:before{content:""}.mdi-panorama-fisheye:before{content:""}.mdi-panorama-horizontal:before{content:""}.mdi-panorama-vertical:before{content:""}.mdi-panorama-wide-angle:before{content:""}.mdi-paper-cut-vertical:before{content:""}.mdi-paper-roll:before{content:"󰆂"}.mdi-paper-roll-outline:before{content:"󰆃"}.mdi-paperclip:before{content:""}.mdi-parachute:before{content:"ﲐ"}.mdi-parachute-outline:before{content:"ﲑ"}.mdi-parking:before{content:""}.mdi-party-popper:before{content:"󰁸"}.mdi-passport:before{content:""}.mdi-passport-biometric:before{content:"ﶽ"}.mdi-pasta:before{content:"󰆋"}.mdi-patio-heater:before{content:"ﾝ"}.mdi-patreon:before{content:""}.mdi-pause:before{content:""}.mdi-pause-circle:before{content:""}.mdi-pause-circle-outline:before{content:""}.mdi-pause-octagon:before{content:""}.mdi-pause-octagon-outline:before{content:""}.mdi-paw:before{content:""}.mdi-paw-off:before{content:""}.mdi-paypal:before{content:""}.mdi-pdf-box:before{content:"︹"}.mdi-peace:before{content:""}.mdi-peanut:before{content:"󰀞"}.mdi-peanut-off:before{content:"󰀟"}.mdi-peanut-off-outline:before{content:"󰀡"}.mdi-peanut-outline:before{content:"󰀠"}.mdi-pen:before{content:""}.mdi-pen-lock:before{content:"ﶾ"}.mdi-pen-minus:before{content:"ﶿ"}.mdi-pen-off:before{content:"ﷀ"}.mdi-pen-plus:before{content:"ﷁ"}.mdi-pen-remove:before{content:"ﷂ"}.mdi-pencil:before{content:""}.mdi-pencil-box:before{content:""}.mdi-pencil-box-multiple:before{content:"󰅯"}.mdi-pencil-box-multiple-outline:before{content:"󰅰"}.mdi-pencil-box-outline:before{content:""}.mdi-pencil-circle:before{content:""}.mdi-pencil-circle-outline:before{content:""}.mdi-pencil-lock:before{content:""}.mdi-pencil-lock-outline:before{content:"ﷃ"}.mdi-pencil-minus:before{content:"ﷄ"}.mdi-pencil-minus-outline:before{content:"ﷅ"}.mdi-pencil-off:before{content:""}.mdi-pencil-off-outline:before{content:"ﷆ"}.mdi-pencil-outline:before{content:"ﲒ"}.mdi-pencil-plus:before{content:"ﷇ"}.mdi-pencil-plus-outline:before{content:"﷈"}.mdi-pencil-remove:before{content:"﷉"}.mdi-pencil-remove-outline:before{content:"﷊"}.mdi-penguin:before{content:"ﻝ"}.mdi-pentagon:before{content:""}.mdi-pentagon-outline:before{content:""}.mdi-percent:before{content:""}.mdi-periodic-table:before{content:""}.mdi-periodic-table-co2:before{content:""}.mdi-periscope:before{content:""}.mdi-perspective-less:before{content:"ﳿ"}.mdi-perspective-more:before{content:"ﴀ"}.mdi-pharmacy:before{content:""}.mdi-phone:before{content:""}.mdi-phone-alert:before{content:"Ｗ"}.mdi-phone-alert-outline:before{content:"󰆹"}.mdi-phone-bluetooth:before{content:""}.mdi-phone-bluetooth-outline:before{content:"󰆺"}.mdi-phone-cancel:before{content:"󰃧"}.mdi-phone-cancel-outline:before{content:"󰆻"}.mdi-phone-check:before{content:"󰇔"}.mdi-phone-check-outline:before{content:"󰇕"}.mdi-phone-classic:before{content:""}.mdi-phone-forward:before{content:""}.mdi-phone-forward-outline:before{content:"󰆼"}.mdi-phone-hangup:before{content:""}.mdi-phone-hangup-outline:before{content:"󰆽"}.mdi-phone-in-talk:before{content:""}.mdi-phone-in-talk-outline:before{content:"󰆭"}.mdi-phone-incoming:before{content:""}.mdi-phone-incoming-outline:before{content:"󰆾"}.mdi-phone-lock:before{content:""}.mdi-phone-lock-outline:before{content:"󰆿"}.mdi-phone-log:before{content:""}.mdi-phone-log-outline:before{content:"󰇀"}.mdi-phone-message:before{content:"󰇁"}.mdi-phone-message-outline:before{content:"󰇂"}.mdi-phone-minus:before{content:""}.mdi-phone-minus-outline:before{content:"󰇃"}.mdi-phone-missed:before{content:""}.mdi-phone-missed-outline:before{content:"󰇐"}.mdi-phone-off:before{content:"﷋"}.mdi-phone-off-outline:before{content:"󰇑"}.mdi-phone-outgoing:before{content:""}.mdi-phone-outgoing-outline:before{content:"󰇄"}.mdi-phone-outline:before{content:"﷌"}.mdi-phone-paused:before{content:""}.mdi-phone-paused-outline:before{content:"󰇅"}.mdi-phone-plus:before{content:""}.mdi-phone-plus-outline:before{content:"󰇆"}.mdi-phone-return:before{content:""}.mdi-phone-return-outline:before{content:"󰇇"}.mdi-phone-ring:before{content:"󰇖"}.mdi-phone-ring-outline:before{content:"󰇗"}.mdi-phone-rotate-landscape:before{content:""}.mdi-phone-rotate-portrait:before{content:""}.mdi-phone-settings:before{content:""}.mdi-phone-settings-outline:before{content:"󰇈"}.mdi-phone-voip:before{content:""}.mdi-pi:before{content:""}.mdi-pi-box:before{content:""}.mdi-pi-hole:before{content:"﷍"}.mdi-piano:before{content:""}.mdi-pickaxe:before{content:""}.mdi-picture-in-picture-bottom-right:before{content:"︺"}.mdi-picture-in-picture-bottom-right-outline:before{content:"︻"}.mdi-picture-in-picture-top-right:before{content:"︼"}.mdi-picture-in-picture-top-right-outline:before{content:"︽"}.mdi-pier:before{content:""}.mdi-pier-crane:before{content:""}.mdi-pig:before{content:""}.mdi-pig-variant:before{content:"󰀨"}.mdi-piggy-bank:before{content:"󰀩"}.mdi-pill:before{content:""}.mdi-pillar:before{content:""}.mdi-pin:before{content:""}.mdi-pin-off:before{content:""}.mdi-pin-off-outline:before{content:"勞"}.mdi-pin-outline:before{content:"擄"}.mdi-pine-tree:before{content:""}.mdi-pine-tree-box:before{content:""}.mdi-pinterest:before{content:""}.mdi-pinterest-box:before{content:""}.mdi-pinwheel:before{content:"䀹"}.mdi-pinwheel-outline:before{content:"𥉉"}.mdi-pipe:before{content:""}.mdi-pipe-disconnected:before{content:""}.mdi-pipe-leak:before{content:""}.mdi-pirate:before{content:"輻"}.mdi-pistol:before{content:""}.mdi-piston:before{content:""}.mdi-pizza:before{content:""}.mdi-play:before{content:""}.mdi-play-box-outline:before{content:""}.mdi-play-circle:before{content:""}.mdi-play-circle-outline:before{content:""}.mdi-play-network:before{content:""}.mdi-play-network-outline:before{content:"ﲓ"}.mdi-play-outline:before{content:"Ｘ"}.mdi-play-pause:before{content:""}.mdi-play-protected-content:before{content:""}.mdi-play-speed:before{content:""}.mdi-playlist-check:before{content:""}.mdi-playlist-edit:before{content:""}.mdi-playlist-minus:before{content:""}.mdi-playlist-music:before{content:"ﲔ"}.mdi-playlist-music-outline:before{content:"ﲕ"}.mdi-playlist-play:before{content:""}.mdi-playlist-plus:before{content:""}.mdi-playlist-remove:before{content:""}.mdi-playlist-star:before{content:"﷎"}.mdi-playstation:before{content:""}.mdi-plex:before{content:""}.mdi-plus:before{content:""}.mdi-plus-box:before{content:""}.mdi-plus-box-multiple:before{content:""}.mdi-plus-box-multiple-outline:before{content:"󰅮"}.mdi-plus-box-outline:before{content:""}.mdi-plus-circle:before{content:""}.mdi-plus-circle-multiple-outline:before{content:""}.mdi-plus-circle-outline:before{content:""}.mdi-plus-minus:before{content:"撚"}.mdi-plus-minus-box:before{content:"漣"}.mdi-plus-network:before{content:""}.mdi-plus-network-outline:before{content:"ﲖ"}.mdi-plus-one:before{content:""}.mdi-plus-outline:before{content:""}.mdi-plus-thick:before{content:"󰈗"}.mdi-pocket:before{content:""}.mdi-podcast:before{content:"煉"}.mdi-podium:before{content:"ﴁ"}.mdi-podium-bronze:before{content:"ﴂ"}.mdi-podium-gold:before{content:"ﴃ"}.mdi-podium-silver:before{content:"ﴄ"}.mdi-point-of-sale:before{content:"ﵮ"}.mdi-pokeball:before{content:""}.mdi-pokemon-go:before{content:"行"}.mdi-poker-chip:before{content:""}.mdi-polaroid:before{content:""}.mdi-police-badge:before{content:"󰆒"}.mdi-police-badge-outline:before{content:"󰆓"}.mdi-poll:before{content:""}.mdi-poll-box:before{content:""}.mdi-polymer:before{content:""}.mdi-pool:before{content:""}.mdi-popcorn:before{content:""}.mdi-post:before{content:"󰀪"}.mdi-post-outline:before{content:"󰀫"}.mdi-postage-stamp:before{content:"ﲗ"}.mdi-pot:before{content:""}.mdi-pot-mix:before{content:""}.mdi-pound:before{content:""}.mdi-pound-box:before{content:""}.mdi-pound-box-outline:before{content:"󰆪"}.mdi-power:before{content:""}.mdi-power-cycle:before{content:"豈"}.mdi-power-off:before{content:"更"}.mdi-power-on:before{content:"車"}.mdi-power-plug:before{content:""}.mdi-power-plug-off:before{content:""}.mdi-power-settings:before{content:""}.mdi-power-sleep:before{content:"賈"}.mdi-power-socket:before{content:""}.mdi-power-socket-au:before{content:"滑"}.mdi-power-socket-de:before{content:"󰄲"}.mdi-power-socket-eu:before{content:""}.mdi-power-socket-fr:before{content:"󰄳"}.mdi-power-socket-jp:before{content:"󰄴"}.mdi-power-socket-uk:before{content:""}.mdi-power-socket-us:before{content:""}.mdi-power-standby:before{content:"串"}.mdi-powershell:before{content:"降"}.mdi-prescription:before{content:""}.mdi-presentation:before{content:""}.mdi-presentation-play:before{content:""}.mdi-printer:before{content:""}.mdi-printer-3d:before{content:""}.mdi-printer-3d-nozzle:before{content:"︾"}.mdi-printer-3d-nozzle-alert:before{content:"󰇫"}.mdi-printer-3d-nozzle-alert-outline:before{content:"󰇬"}.mdi-printer-3d-nozzle-outline:before{content:"︿"}.mdi-printer-alert:before{content:""}.mdi-printer-check:before{content:"󰅱"}.mdi-printer-off:before{content:"﹀"}.mdi-printer-pos:before{content:"󰁹"}.mdi-printer-settings:before{content:""}.mdi-printer-wireless:before{content:"見"}.mdi-priority-high:before{content:""}.mdi-priority-low:before{content:""}.mdi-professional-hexagon:before{content:""}.mdi-progress-alert:before{content:"ﲘ"}.mdi-progress-check:before{content:"璉"}.mdi-progress-clock:before{content:"秊"}.mdi-progress-close:before{content:"󰄵"}.mdi-progress-download:before{content:"練"}.mdi-progress-upload:before{content:"聯"}.mdi-progress-wrench:before{content:"ﲙ"}.mdi-projector:before{content:""}.mdi-projector-screen:before{content:""}.mdi-protocol:before{content:"￹"}.mdi-publish:before{content:""}.mdi-pulse:before{content:""}.mdi-pumpkin:before{content:"ﮛ"}.mdi-purse:before{content:"Ｙ"}.mdi-purse-outline:before{content:"Ｚ"}.mdi-puzzle:before{content:""}.mdi-puzzle-outline:before{content:"贈"}.mdi-qi:before{content:"輦"}.mdi-qqchat:before{content:""}.mdi-qrcode:before{content:""}.mdi-qrcode-edit:before{content:""}.mdi-qrcode-minus:before{content:"󰆷"}.mdi-qrcode-plus:before{content:"󰆶"}.mdi-qrcode-remove:before{content:"󰆸"}.mdi-qrcode-scan:before{content:""}.mdi-quadcopter:before{content:""}.mdi-quality-high:before{content:""}.mdi-quality-low:before{content:"廓"}.mdi-quality-medium:before{content:"兀"}.mdi-quicktime:before{content:""}.mdi-quora:before{content:"ﴅ"}.mdi-rabbit:before{content:"句"}.mdi-racing-helmet:before{content:"ﵯ"}.mdi-racquetball:before{content:"ﵰ"}.mdi-radar:before{content:""}.mdi-radiator:before{content:""}.mdi-radiator-disabled:before{content:"𥳐"}.mdi-radiator-off:before{content:"𧻓"}.mdi-radio:before{content:""}.mdi-radio-am:before{content:"ﲚ"}.mdi-radio-fm:before{content:"ﲛ"}.mdi-radio-handheld:before{content:""}.mdi-radio-off:before{content:"󰉇"}.mdi-radio-tower:before{content:""}.mdi-radioactive:before{content:""}.mdi-radioactive-off:before{content:"ﻞ"}.mdi-radiobox-blank:before{content:""}.mdi-radiobox-marked:before{content:""}.mdi-radius:before{content:"ﲜ"}.mdi-radius-outline:before{content:"ﲝ"}.mdi-railroad-light:before{content:"［"}.mdi-raspberry-pi:before{content:""}.mdi-ray-end:before{content:""}.mdi-ray-end-arrow:before{content:""}.mdi-ray-start:before{content:""}.mdi-ray-start-arrow:before{content:""}.mdi-ray-start-end:before{content:""}.mdi-ray-vertex:before{content:""}.mdi-react:before{content:""}.mdi-read:before{content:""}.mdi-receipt:before{content:""}.mdi-record:before{content:""}.mdi-record-circle:before{content:"ﻟ"}.mdi-record-circle-outline:before{content:"ﻠ"}.mdi-record-player:before{content:"蓮"}.mdi-record-rec:before{content:""}.mdi-rectangle:before{content:"﹁"}.mdi-rectangle-outline:before{content:"﹂"}.mdi-recycle:before{content:""}.mdi-reddit:before{content:""}.mdi-redhat:before{content:"󰅆"}.mdi-redo:before{content:""}.mdi-redo-variant:before{content:""}.mdi-reflect-horizontal:before{content:"嗀"}.mdi-reflect-vertical:before{content:"﨎"}.mdi-refresh:before{content:""}.mdi-regex:before{content:""}.mdi-registered-trademark:before{content:"辶"}.mdi-relative-scale:before{content:""}.mdi-reload:before{content:""}.mdi-reload-alert:before{content:"󰄶"}.mdi-reminder:before{content:""}.mdi-remote:before{content:""}.mdi-remote-desktop:before{content:""}.mdi-remote-off:before{content:"ﻡ"}.mdi-remote-tv:before{content:"ﻢ"}.mdi-remote-tv-off:before{content:"ﻣ"}.mdi-rename-box:before{content:""}.mdi-reorder-horizontal:before{content:""}.mdi-reorder-vertical:before{content:""}.mdi-repeat:before{content:""}.mdi-repeat-off:before{content:""}.mdi-repeat-once:before{content:""}.mdi-replay:before{content:""}.mdi-reply:before{content:""}.mdi-reply-all:before{content:""}.mdi-reply-all-outline:before{content:"＼"}.mdi-reply-circle:before{content:"󰇙"}.mdi-reply-outline:before{content:"］"}.mdi-reproduction:before{content:""}.mdi-resistor:before{content:"ײַ"}.mdi-resistor-nodes:before{content:"ﬠ"}.mdi-resize:before{content:"逸"}.mdi-resize-bottom-right:before{content:""}.mdi-responsive:before{content:""}.mdi-restart:before{content:""}.mdi-restart-alert:before{content:"󰄷"}.mdi-restart-off:before{content:"ﵱ"}.mdi-restore:before{content:"連"}.mdi-restore-alert:before{content:"󰄸"}.mdi-rewind:before{content:""}.mdi-rewind-10:before{content:"ﴆ"}.mdi-rewind-30:before{content:"ﵲ"}.mdi-rewind-5:before{content:"󰈤"}.mdi-rewind-outline:before{content:""}.mdi-rhombus:before{content:""}.mdi-rhombus-medium:before{content:"﨏"}.mdi-rhombus-outline:before{content:""}.mdi-rhombus-split:before{content:"塚"}.mdi-ribbon:before{content:""}.mdi-rice:before{content:""}.mdi-ring:before{content:""}.mdi-rivet:before{content:"﹃"}.mdi-road:before{content:""}.mdi-road-variant:before{content:""}.mdi-robber:before{content:"󰁺"}.mdi-robot:before{content:""}.mdi-robot-industrial:before{content:"ﬡ"}.mdi-robot-mower:before{content:"󰈢"}.mdi-robot-mower-outline:before{content:"󰈞"}.mdi-robot-vacuum:before{content:""}.mdi-robot-vacuum-variant:before{content:"龜"}.mdi-rocket:before{content:""}.mdi-roller-skate:before{content:"ﴇ"}.mdi-rollerblade:before{content:"ﴈ"}.mdi-rollupjs:before{content:"ﮜ"}.mdi-roman-numeral-1:before{content:"󰂳"}.mdi-roman-numeral-10:before{content:"󰂼"}.mdi-roman-numeral-2:before{content:"󰂴"}.mdi-roman-numeral-3:before{content:"󰂵"}.mdi-roman-numeral-4:before{content:"󰂶"}.mdi-roman-numeral-5:before{content:"󰂷"}.mdi-roman-numeral-6:before{content:"󰂸"}.mdi-roman-numeral-7:before{content:"󰂹"}.mdi-roman-numeral-8:before{content:"󰂺"}.mdi-roman-numeral-9:before{content:"󰂻"}.mdi-room-service:before{content:""}.mdi-room-service-outline:before{content:"ﵳ"}.mdi-rotate-3d:before{content:"ﻤ"}.mdi-rotate-3d-variant:before{content:""}.mdi-rotate-left:before{content:""}.mdi-rotate-left-variant:before{content:""}.mdi-rotate-orbit:before{content:"ﵴ"}.mdi-rotate-right:before{content:""}.mdi-rotate-right-variant:before{content:""}.mdi-rounded-corner:before{content:""}.mdi-router:before{content:"󰈍"}.mdi-router-wireless:before{content:""}.mdi-router-wireless-settings:before{content:"難"}.mdi-routes:before{content:""}.mdi-routes-clock:before{content:"󰁻"}.mdi-rowing:before{content:""}.mdi-rss:before{content:""}.mdi-rss-box:before{content:""}.mdi-rss-off:before{content:"＾"}.mdi-ruby:before{content:"ﴉ"}.mdi-rugby:before{content:"ﵵ"}.mdi-ruler:before{content:""}.mdi-ruler-square:before{content:"ﲞ"}.mdi-ruler-square-compass:before{content:"ﻛ"}.mdi-run:before{content:""}.mdi-run-fast:before{content:""}.mdi-rv-truck:before{content:"󰇿"}.mdi-sack:before{content:"ﴊ"}.mdi-sack-percent:before{content:"ﴋ"}.mdi-safe:before{content:"響"}.mdi-safety-goggles:before{content:"ﴌ"}.mdi-sailing:before{content:"ﻥ"}.mdi-sale:before{content:""}.mdi-salesforce:before{content:""}.mdi-sass:before{content:""}.mdi-satellite:before{content:""}.mdi-satellite-uplink:before{content:"龜"}.mdi-satellite-variant:before{content:""}.mdi-sausage:before{content:""}.mdi-saw-blade:before{content:"﹄"}.mdi-saxophone:before{content:""}.mdi-scale:before{content:""}.mdi-scale-balance:before{content:""}.mdi-scale-bathroom:before{content:""}.mdi-scale-off:before{content:"󰁼"}.mdi-scanner:before{content:""}.mdi-scanner-off:before{content:"契"}.mdi-scatter-plot:before{content:"ﻦ"}.mdi-scatter-plot-outline:before{content:"ﻧ"}.mdi-school:before{content:""}.mdi-school-outline:before{content:"󰆫"}.mdi-scissors-cutting:before{content:"頻"}.mdi-scooter:before{content:"󰈔"}.mdi-screen-rotation:before{content:""}.mdi-screen-rotation-lock:before{content:""}.mdi-screw-flat-top:before{content:"﷏"}.mdi-screw-lag:before{content:"﹔"}.mdi-screw-machine-flat-top:before{content:"﹕"}.mdi-screw-machine-round-top:before{content:"﹖"}.mdi-screw-round-top:before{content:"﹗"}.mdi-screwdriver:before{content:""}.mdi-script:before{content:"ﮝ"}.mdi-script-outline:before{content:""}.mdi-script-text:before{content:"ﮞ"}.mdi-script-text-outline:before{content:"ﮟ"}.mdi-sd:before{content:""}.mdi-seal:before{content:""}.mdi-seal-variant:before{content:"￺"}.mdi-search-web:before{content:""}.mdi-seat:before{content:"ﲟ"}.mdi-seat-flat:before{content:""}.mdi-seat-flat-angled:before{content:""}.mdi-seat-individual-suite:before{content:""}.mdi-seat-legroom-extra:before{content:""}.mdi-seat-legroom-normal:before{content:""}.mdi-seat-legroom-reduced:before{content:""}.mdi-seat-outline:before{content:"ﲠ"}.mdi-seat-passenger:before{content:"󰉴"}.mdi-seat-recline-extra:before{content:""}.mdi-seat-recline-normal:before{content:""}.mdi-seatbelt:before{content:"ﲡ"}.mdi-security:before{content:""}.mdi-security-network:before{content:""}.mdi-seed:before{content:"﹅"}.mdi-seed-outline:before{content:"﹆"}.mdi-segment:before{content:"ﻨ"}.mdi-select:before{content:""}.mdi-select-all:before{content:""}.mdi-select-color:before{content:"ﴍ"}.mdi-select-compare:before{content:"齃"}.mdi-select-drag:before{content:"恵"}.mdi-select-group:before{content:"ﾟ"}.mdi-select-inverse:before{content:""}.mdi-select-off:before{content:""}.mdi-select-place:before{content:"￻"}.mdi-select-search:before{content:"󰈯"}.mdi-selection:before{content:""}.mdi-selection-drag:before{content:"𤋮"}.mdi-selection-ellipse:before{content:"ﴎ"}.mdi-selection-ellipse-arrow-inside:before{content:"＿"}.mdi-selection-off:before{content:""}.mdi-selection-search:before{content:"󰈰"}.mdi-send:before{content:""}.mdi-send-check:before{content:"󰆌"}.mdi-send-check-outline:before{content:"󰆍"}.mdi-send-circle:before{content:"﹘"}.mdi-send-circle-outline:before{content:"﹙"}.mdi-send-clock:before{content:"󰆎"}.mdi-send-clock-outline:before{content:"󰆏"}.mdi-send-lock:before{content:""}.mdi-send-lock-outline:before{content:"󰆑"}.mdi-send-outline:before{content:"󰆐"}.mdi-serial-port:before{content:""}.mdi-server:before{content:""}.mdi-server-minus:before{content:""}.mdi-server-network:before{content:""}.mdi-server-network-off:before{content:""}.mdi-server-off:before{content:""}.mdi-server-plus:before{content:""}.mdi-server-remove:before{content:""}.mdi-server-security:before{content:""}.mdi-set-all:before{content:""}.mdi-set-center:before{content:""}.mdi-set-center-right:before{content:""}.mdi-set-left:before{content:""}.mdi-set-left-center:before{content:""}.mdi-set-left-right:before{content:""}.mdi-set-none:before{content:""}.mdi-set-right:before{content:""}.mdi-set-top-box:before{content:"咽"}.mdi-settings:before{content:""}.mdi-settings-box:before{content:""}.mdi-settings-helper:before{content:"舘"}.mdi-settings-outline:before{content:""}.mdi-settings-transfer:before{content:"󰁽"}.mdi-settings-transfer-outline:before{content:"󰁾"}.mdi-shaker:before{content:"󰄹"}.mdi-shaker-outline:before{content:"󰄺"}.mdi-shape:before{content:""}.mdi-shape-circle-plus:before{content:""}.mdi-shape-outline:before{content:""}.mdi-shape-oval-plus:before{content:"󰈥"}.mdi-shape-plus:before{content:""}.mdi-shape-polygon-plus:before{content:""}.mdi-shape-rectangle-plus:before{content:""}.mdi-shape-square-plus:before{content:""}.mdi-share:before{content:""}.mdi-share-all:before{content:"󰈟"}.mdi-share-all-outline:before{content:"󰈠"}.mdi-share-circle:before{content:"󰇘"}.mdi-share-off:before{content:"｀"}.mdi-share-off-outline:before{content:"ａ"}.mdi-share-outline:before{content:"櫓"}.mdi-share-variant:before{content:""}.mdi-sheep:before{content:"ﲢ"}.mdi-shield:before{content:""}.mdi-shield-account:before{content:""}.mdi-shield-account-outline:before{content:"﨑"}.mdi-shield-airplane:before{content:""}.mdi-shield-airplane-outline:before{content:"ﲣ"}.mdi-shield-alert:before{content:"ﻩ"}.mdi-shield-alert-outline:before{content:"ﻪ"}.mdi-shield-car:before{content:"ﾠ"}.mdi-shield-check:before{content:""}.mdi-shield-check-outline:before{content:"ﲤ"}.mdi-shield-cross:before{content:"ﲥ"}.mdi-shield-cross-outline:before{content:"ﲦ"}.mdi-shield-edit:before{content:"󰇋"}.mdi-shield-edit-outline:before{content:"󰇌"}.mdi-shield-half-full:before{content:""}.mdi-shield-home:before{content:""}.mdi-shield-home-outline:before{content:"ﲧ"}.mdi-shield-key:before{content:"ﮠ"}.mdi-shield-key-outline:before{content:"ﮡ"}.mdi-shield-link-variant:before{content:"ﴏ"}.mdi-shield-link-variant-outline:before{content:"ﴐ"}.mdi-shield-lock:before{content:"列"}.mdi-shield-lock-outline:before{content:"ﲨ"}.mdi-shield-off:before{content:"劣"}.mdi-shield-off-outline:before{content:"鍊"}.mdi-shield-outline:before{content:""}.mdi-shield-plus:before{content:"龎"}.mdi-shield-plus-outline:before{content:"﫚"}.mdi-shield-refresh:before{content:"󰇍"}.mdi-shield-refresh-outline:before{content:"󰇎"}.mdi-shield-remove:before{content:"﫛"}.mdi-shield-remove-outline:before{content:"﫜"}.mdi-shield-search:before{content:"ﵶ"}.mdi-shield-star:before{content:"󰅦"}.mdi-shield-star-outline:before{content:"󰅧"}.mdi-shield-sun:before{content:"󰁿"}.mdi-shield-sun-outline:before{content:"󰂀"}.mdi-ship-wheel:before{content:""}.mdi-shoe-formal:before{content:"ﬢ"}.mdi-shoe-heel:before{content:"ﬣ"}.mdi-shoe-print:before{content:"﹚"}.mdi-shopify:before{content:"﫝"}.mdi-shopping:before{content:""}.mdi-shopping-music:before{content:""}.mdi-shopping-outline:before{content:"󰈀"}.mdi-shopping-search:before{content:"ﾡ"}.mdi-shovel:before{content:""}.mdi-shovel-off:before{content:""}.mdi-shower:before{content:"烈"}.mdi-shower-head:before{content:"裂"}.mdi-shredder:before{content:""}.mdi-shuffle:before{content:""}.mdi-shuffle-disabled:before{content:""}.mdi-shuffle-variant:before{content:""}.mdi-sigma:before{content:""}.mdi-sigma-lower:before{content:""}.mdi-sign-caution:before{content:""}.mdi-sign-direction:before{content:""}.mdi-sign-direction-minus:before{content:"󰀢"}.mdi-sign-direction-plus:before{content:"�"}.mdi-sign-direction-remove:before{content:"￾"}.mdi-sign-real-estate:before{content:"󰅃"}.mdi-sign-text:before{content:""}.mdi-signal:before{content:""}.mdi-signal-2g:before{content:""}.mdi-signal-3g:before{content:""}.mdi-signal-4g:before{content:""}.mdi-signal-5g:before{content:"﩮"}.mdi-signal-cellular-1:before{content:""}.mdi-signal-cellular-2:before{content:""}.mdi-signal-cellular-3:before{content:""}.mdi-signal-cellular-outline:before{content:""}.mdi-signal-distance-variant:before{content:"﹇"}.mdi-signal-hspa:before{content:""}.mdi-signal-hspa-plus:before{content:""}.mdi-signal-off:before{content:""}.mdi-signal-variant:before{content:""}.mdi-signature:before{content:"﹛"}.mdi-signature-freehand:before{content:"﹜"}.mdi-signature-image:before{content:"﹝"}.mdi-signature-text:before{content:"﹞"}.mdi-silo:before{content:"ﬤ"}.mdi-silverware:before{content:""}.mdi-silverware-clean:before{content:"￿"}.mdi-silverware-fork:before{content:""}.mdi-silverware-fork-knife:before{content:"﩯"}.mdi-silverware-spoon:before{content:""}.mdi-silverware-variant:before{content:""}.mdi-sim:before{content:""}.mdi-sim-alert:before{content:""}.mdi-sim-off:before{content:""}.mdi-sina-weibo:before{content:"﫞"}.mdi-sitemap:before{content:""}.mdi-skate:before{content:"ﴑ"}.mdi-skew-less:before{content:"ﴒ"}.mdi-skew-more:before{content:"ﴓ"}.mdi-skip-backward:before{content:""}.mdi-skip-backward-outline:before{content:"ｂ"}.mdi-skip-forward:before{content:""}.mdi-skip-forward-outline:before{content:"ｃ"}.mdi-skip-next:before{content:""}.mdi-skip-next-circle:before{content:""}.mdi-skip-next-circle-outline:before{content:""}.mdi-skip-next-outline:before{content:"ｄ"}.mdi-skip-previous:before{content:""}.mdi-skip-previous-circle:before{content:""}.mdi-skip-previous-circle-outline:before{content:""}.mdi-skip-previous-outline:before{content:"ｅ"}.mdi-skull:before{content:""}.mdi-skull-crossbones:before{content:"ﮢ"}.mdi-skull-crossbones-outline:before{content:"ﮣ"}.mdi-skull-outline:before{content:"ﮤ"}.mdi-skype:before{content:""}.mdi-skype-business:before{content:""}.mdi-slack:before{content:""}.mdi-slackware:before{content:"金"}.mdi-slash-forward:before{content:"󰀀"}.mdi-slash-forward-box:before{content:"󰀁"}.mdi-sleep:before{content:""}.mdi-sleep-off:before{content:""}.mdi-slope-downhill:before{content:"﹟"}.mdi-slope-uphill:before{content:"﹠"}.mdi-slot-machine:before{content:"󰄿"}.mdi-slot-machine-outline:before{content:"󰅀"}.mdi-smart-card:before{content:"󰃨"}.mdi-smart-card-outline:before{content:"󰃩"}.mdi-smart-card-reader:before{content:"󰃪"}.mdi-smart-card-reader-outline:before{content:"󰃫"}.mdi-smog:before{content:"並"}.mdi-smoke-detector:before{content:""}.mdi-smoking:before{content:""}.mdi-smoking-off:before{content:""}.mdi-snapchat:before{content:""}.mdi-snowflake:before{content:""}.mdi-snowflake-alert:before{content:"ｆ"}.mdi-snowflake-variant:before{content:"ｇ"}.mdi-snowman:before{content:""}.mdi-soccer:before{content:""}.mdi-soccer-field:before{content:""}.mdi-sofa:before{content:""}.mdi-solar-panel:before{content:"ﵷ"}.mdi-solar-panel-large:before{content:"ﵸ"}.mdi-solar-power:before{content:"况"}.mdi-soldering-iron:before{content:"󰂽"}.mdi-solid:before{content:""}.mdi-sort:before{content:""}.mdi-sort-alphabetical:before{content:""}.mdi-sort-alphabetical-ascending:before{content:"󰅳"}.mdi-sort-alphabetical-descending:before{content:"󰅴"}.mdi-sort-ascending:before{content:""}.mdi-sort-descending:before{content:""}.mdi-sort-numeric:before{content:""}.mdi-sort-variant:before{content:""}.mdi-sort-variant-lock:before{content:"ﲩ"}.mdi-sort-variant-lock-open:before{content:"ﲪ"}.mdi-sort-variant-remove:before{content:"󰅲"}.mdi-soundcloud:before{content:""}.mdi-source-branch:before{content:""}.mdi-source-commit:before{content:""}.mdi-source-commit-end:before{content:""}.mdi-source-commit-end-local:before{content:""}.mdi-source-commit-local:before{content:""}.mdi-source-commit-next-local:before{content:""}.mdi-source-commit-start:before{content:""}.mdi-source-commit-start-next-local:before{content:""}.mdi-source-fork:before{content:""}.mdi-source-merge:before{content:""}.mdi-source-pull:before{content:""}.mdi-source-repository:before{content:"ﲫ"}.mdi-source-repository-multiple:before{content:"ﲬ"}.mdi-soy-sauce:before{content:""}.mdi-spa:before{content:"ﲭ"}.mdi-spa-outline:before{content:"ﲮ"}.mdi-space-invaders:before{content:"ﮥ"}.mdi-spade:before{content:"﹈"}.mdi-speaker:before{content:""}.mdi-speaker-bluetooth:before{content:"說"}.mdi-speaker-multiple:before{content:"ﴔ"}.mdi-speaker-off:before{content:""}.mdi-speaker-wireless:before{content:""}.mdi-speedometer:before{content:""}.mdi-speedometer-medium:before{content:"ﾢ"}.mdi-speedometer-slow:before{content:"ﾣ"}.mdi-spellcheck:before{content:""}.mdi-spider:before{content:"󰈕"}.mdi-spider-thread:before{content:"󰈖"}.mdi-spider-web:before{content:"ﮦ"}.mdi-spotify:before{content:""}.mdi-spotlight:before{content:""}.mdi-spotlight-beam:before{content:""}.mdi-spray:before{content:""}.mdi-spray-bottle:before{content:"﫟"}.mdi-sprinkler:before{content:"󰂁"}.mdi-sprinkler-variant:before{content:"󰂂"}.mdi-sprout:before{content:"﹉"}.mdi-sprout-outline:before{content:"﹊"}.mdi-square:before{content:""}.mdi-square-edit-outline:before{content:"喇"}.mdi-square-inc:before{content:""}.mdi-square-inc-cash:before{content:""}.mdi-square-medium:before{content:"晴"}.mdi-square-medium-outline:before{content:"﨓"}.mdi-square-outline:before{content:""}.mdi-square-root:before{content:""}.mdi-square-root-box:before{content:"廉"}.mdi-square-small:before{content:"﨔"}.mdi-squeegee:before{content:"﫠"}.mdi-ssh:before{content:""}.mdi-stack-exchange:before{content:""}.mdi-stack-overflow:before{content:""}.mdi-stadium:before{content:"󰀚"}.mdi-stadium-variant:before{content:""}.mdi-stairs:before{content:""}.mdi-stamper:before{content:"ﴕ"}.mdi-standard-definition:before{content:""}.mdi-star:before{content:""}.mdi-star-box:before{content:"全"}.mdi-star-box-outline:before{content:"侀"}.mdi-star-circle:before{content:""}.mdi-star-circle-outline:before{content:"念"}.mdi-star-face:before{content:"捻"}.mdi-star-four-points:before{content:"﫡"}.mdi-star-four-points-outline:before{content:"﫢"}.mdi-star-half:before{content:""}.mdi-star-off:before{content:""}.mdi-star-outline:before{content:""}.mdi-star-three-points:before{content:"﫣"}.mdi-star-three-points-outline:before{content:"﫤"}.mdi-state-machine:before{content:"󰈚"}.mdi-steam:before{content:""}.mdi-steam-box:before{content:"奈"}.mdi-steering:before{content:""}.mdi-steering-off:before{content:"懶"}.mdi-step-backward:before{content:""}.mdi-step-backward-2:before{content:""}.mdi-step-forward:before{content:""}.mdi-step-forward-2:before{content:""}.mdi-stethoscope:before{content:""}.mdi-sticker:before{content:""}.mdi-sticker-emoji:before{content:""}.mdi-stocking:before{content:""}.mdi-stomach:before{content:"󰂾"}.mdi-stop:before{content:""}.mdi-stop-circle:before{content:""}.mdi-stop-circle-outline:before{content:""}.mdi-store:before{content:""}.mdi-store-24-hour:before{content:""}.mdi-storefront:before{content:"󰃬"}.mdi-stove:before{content:""}.mdi-strategy:before{content:"󰈁"}.mdi-strava:before{content:"ﬥ"}.mdi-stretch-to-page:before{content:"ｈ"}.mdi-stretch-to-page-outline:before{content:"ｉ"}.mdi-subdirectory-arrow-left:before{content:""}.mdi-subdirectory-arrow-right:before{content:""}.mdi-subtitles:before{content:"凞"}.mdi-subtitles-outline:before{content:"猪"}.mdi-subway:before{content:""}.mdi-subway-alert-variant:before{content:"ﵹ"}.mdi-subway-variant:before{content:""}.mdi-summit:before{content:""}.mdi-sunglasses:before{content:""}.mdi-surround-sound:before{content:""}.mdi-surround-sound-2-0:before{content:""}.mdi-surround-sound-3-1:before{content:""}.mdi-surround-sound-5-1:before{content:""}.mdi-surround-sound-7-1:before{content:""}.mdi-svg:before{content:""}.mdi-swap-horizontal:before{content:""}.mdi-swap-horizontal-bold:before{content:"ﮩ"}.mdi-swap-horizontal-circle:before{content:"󰀂"}.mdi-swap-horizontal-circle-outline:before{content:"󰀃"}.mdi-swap-horizontal-variant:before{content:""}.mdi-swap-vertical:before{content:""}.mdi-swap-vertical-bold:before{content:"ﮪ"}.mdi-swap-vertical-circle:before{content:"󰀄"}.mdi-swap-vertical-circle-outline:before{content:"󰀅"}.mdi-swap-vertical-variant:before{content:""}.mdi-swim:before{content:""}.mdi-switch:before{content:""}.mdi-sword:before{content:""}.mdi-sword-cross:before{content:""}.mdi-symfony:before{content:"﫥"}.mdi-sync:before{content:""}.mdi-sync-alert:before{content:""}.mdi-sync-off:before{content:""}.mdi-tab:before{content:""}.mdi-tab-minus:before{content:"ﬦ"}.mdi-tab-plus:before{content:""}.mdi-tab-remove:before{content:"ﬧ"}.mdi-tab-unselected:before{content:""}.mdi-table:before{content:""}.mdi-table-border:before{content:"益"}.mdi-table-chair:before{content:"󰂃"}.mdi-table-column:before{content:""}.mdi-table-column-plus-after:before{content:""}.mdi-table-column-plus-before:before{content:""}.mdi-table-column-remove:before{content:""}.mdi-table-column-width:before{content:""}.mdi-table-edit:before{content:""}.mdi-table-eye:before{content:"󰂿"}.mdi-table-headers-eye:before{content:"󰉈"}.mdi-table-headers-eye-off:before{content:"󰉉"}.mdi-table-large:before{content:""}.mdi-table-large-plus:before{content:"ﾤ"}.mdi-table-large-remove:before{content:"ﾥ"}.mdi-table-merge-cells:before{content:"殮"}.mdi-table-of-contents:before{content:""}.mdi-table-plus:before{content:"充"}.mdi-table-remove:before{content:"冀"}.mdi-table-row:before{content:""}.mdi-table-row-height:before{content:""}.mdi-table-row-plus-after:before{content:""}.mdi-table-row-plus-before:before{content:""}.mdi-table-row-remove:before{content:""}.mdi-table-search:before{content:"癩"}.mdi-table-settings:before{content:""}.mdi-table-tennis:before{content:"﹋"}.mdi-tablet:before{content:""}.mdi-tablet-android:before{content:""}.mdi-tablet-cellphone:before{content:"簾"}.mdi-tablet-dashboard:before{content:"ﻫ"}.mdi-tablet-ipad:before{content:""}.mdi-taco:before{content:""}.mdi-tag:before{content:""}.mdi-tag-faces:before{content:""}.mdi-tag-heart:before{content:""}.mdi-tag-heart-outline:before{content:"ﮫ"}.mdi-tag-minus:before{content:"羅"}.mdi-tag-minus-outline:before{content:"󰉊"}.mdi-tag-multiple:before{content:""}.mdi-tag-off:before{content:"󰉋"}.mdi-tag-off-outline:before{content:"󰉌"}.mdi-tag-outline:before{content:""}.mdi-tag-plus:before{content:""}.mdi-tag-plus-outline:before{content:"󰉍"}.mdi-tag-remove:before{content:""}.mdi-tag-remove-outline:before{content:"󰉎"}.mdi-tag-text:before{content:"󰉏"}.mdi-tag-text-outline:before{content:""}.mdi-tank:before{content:"ﴖ"}.mdi-tanker-truck:before{content:"󰀆"}.mdi-tape-measure:before{content:"ﬨ"}.mdi-target:before{content:""}.mdi-target-account:before{content:"ﮬ"}.mdi-target-variant:before{content:"勇"}.mdi-taxi:before{content:""}.mdi-tea:before{content:"ﵺ"}.mdi-tea-outline:before{content:"ﵻ"}.mdi-teach:before{content:""}.mdi-teamviewer:before{content:""}.mdi-telegram:before{content:""}.mdi-telescope:before{content:"﬩"}.mdi-television:before{content:""}.mdi-television-box:before{content:""}.mdi-television-classic:before{content:""}.mdi-television-classic-off:before{content:""}.mdi-television-clean:before{content:"󰄻"}.mdi-television-guide:before{content:""}.mdi-television-off:before{content:""}.mdi-television-pause:before{content:"ﾦ"}.mdi-television-play:before{content:"ﻬ"}.mdi-television-stop:before{content:"ﾧ"}.mdi-temperature-celsius:before{content:""}.mdi-temperature-fahrenheit:before{content:""}.mdi-temperature-kelvin:before{content:""}.mdi-tennis:before{content:"ﵼ"}.mdi-tennis-ball:before{content:""}.mdi-tent:before{content:""}.mdi-terraform:before{content:"󰂄"}.mdi-terrain:before{content:""}.mdi-test-tube:before{content:""}.mdi-test-tube-empty:before{content:"蘿"}.mdi-test-tube-off:before{content:"螺"}.mdi-text:before{content:"獵"}.mdi-text-recognition:before{content:"󰅨"}.mdi-text-shadow:before{content:""}.mdi-text-short:before{content:"令"}.mdi-text-subject:before{content:"囹"}.mdi-text-to-speech:before{content:""}.mdi-text-to-speech-off:before{content:""}.mdi-textarea:before{content:"󰃀"}.mdi-textbox:before{content:""}.mdi-textbox-password:before{content:""}.mdi-texture:before{content:""}.mdi-texture-box:before{content:"󰀇"}.mdi-theater:before{content:""}.mdi-theme-light-dark:before{content:""}.mdi-thermometer:before{content:""}.mdi-thermometer-alert:before{content:"﹡"}.mdi-thermometer-chevron-down:before{content:"﹢"}.mdi-thermometer-chevron-up:before{content:"﹣"}.mdi-thermometer-high:before{content:"󰃭"}.mdi-thermometer-lines:before{content:""}.mdi-thermometer-low:before{content:"󰃮"}.mdi-thermometer-minus:before{content:"﹤"}.mdi-thermometer-plus:before{content:"﹥"}.mdi-thermostat:before{content:""}.mdi-thermostat-box:before{content:""}.mdi-thought-bubble:before{content:""}.mdi-thought-bubble-outline:before{content:""}.mdi-thumb-down:before{content:""}.mdi-thumb-down-outline:before{content:""}.mdi-thumb-up:before{content:""}.mdi-thumb-up-outline:before{content:""}.mdi-thumbs-up-down:before{content:""}.mdi-ticket:before{content:""}.mdi-ticket-account:before{content:""}.mdi-ticket-confirmation:before{content:""}.mdi-ticket-outline:before{content:"裸"}.mdi-ticket-percent:before{content:""}.mdi-tie:before{content:""}.mdi-tilde:before{content:""}.mdi-timelapse:before{content:""}.mdi-timeline:before{content:"ﮭ"}.mdi-timeline-alert:before{content:"ﾲ"}.mdi-timeline-alert-outline:before{content:"ﾵ"}.mdi-timeline-clock:before{content:"󰈦"}.mdi-timeline-clock-outline:before{content:"󰈧"}.mdi-timeline-help:before{content:"ﾶ"}.mdi-timeline-help-outline:before{content:"ﾷ"}.mdi-timeline-outline:before{content:"ﮮ"}.mdi-timeline-plus:before{content:"ﾳ"}.mdi-timeline-plus-outline:before{content:"ﾴ"}.mdi-timeline-text:before{content:"ﮯ"}.mdi-timeline-text-outline:before{content:"ﮰ"}.mdi-timer:before{content:""}.mdi-timer-10:before{content:""}.mdi-timer-3:before{content:""}.mdi-timer-off:before{content:""}.mdi-timer-sand:before{content:""}.mdi-timer-sand-empty:before{content:""}.mdi-timer-sand-full:before{content:""}.mdi-timetable:before{content:""}.mdi-toaster:before{content:"󰂅"}.mdi-toaster-off:before{content:"󰇢"}.mdi-toaster-oven:before{content:"ﲯ"}.mdi-toggle-switch:before{content:""}.mdi-toggle-switch-off:before{content:""}.mdi-toggle-switch-off-outline:before{content:"礼"}.mdi-toggle-switch-outline:before{content:"神"}.mdi-toilet:before{content:"寧"}.mdi-toolbox:before{content:"嶺"}.mdi-toolbox-outline:before{content:"怜"}.mdi-tools:before{content:"󰂆"}.mdi-tooltip:before{content:""}.mdi-tooltip-account:before{content:""}.mdi-tooltip-edit:before{content:""}.mdi-tooltip-image:before{content:""}.mdi-tooltip-image-outline:before{content:"ﮱ"}.mdi-tooltip-outline:before{content:""}.mdi-tooltip-plus:before{content:"﮲"}.mdi-tooltip-plus-outline:before{content:""}.mdi-tooltip-text:before{content:""}.mdi-tooltip-text-outline:before{content:"﮳"}.mdi-tooth:before{content:""}.mdi-tooth-outline:before{content:""}.mdi-toothbrush:before{content:"󰅔"}.mdi-toothbrush-electric:before{content:"󰅗"}.mdi-toothbrush-paste:before{content:"󰅕"}.mdi-tor:before{content:""}.mdi-tortoise:before{content:"ﴗ"}.mdi-tournament:before{content:"玲"}.mdi-tower-beach:before{content:""}.mdi-tower-fire:before{content:""}.mdi-towing:before{content:""}.mdi-track-light:before{content:"邏"}.mdi-trackpad:before{content:""}.mdi-trackpad-lock:before{content:"爐"}.mdi-tractor:before{content:""}.mdi-trademark:before{content:"勺"}.mdi-traffic-light:before{content:""}.mdi-train:before{content:""}.mdi-train-car:before{content:"﮴"}.mdi-train-variant:before{content:""}.mdi-tram:before{content:""}.mdi-tram-side:before{content:"󰀈"}.mdi-transcribe:before{content:""}.mdi-transcribe-close:before{content:""}.mdi-transfer:before{content:"󰂇"}.mdi-transfer-down:before{content:"ﵽ"}.mdi-transfer-left:before{content:"ﵾ"}.mdi-transfer-right:before{content:""}.mdi-transfer-up:before{content:"ﵿ"}.mdi-transit-connection:before{content:"ﴘ"}.mdi-transit-connection-variant:before{content:"ﴙ"}.mdi-transit-detour:before{content:"ﾨ"}.mdi-transit-transfer:before{content:""}.mdi-transition:before{content:"樂"}.mdi-transition-masked:before{content:"洛"}.mdi-translate:before{content:""}.mdi-translate-off:before{content:"﹦"}.mdi-transmission-tower:before{content:"ﴚ"}.mdi-trash-can:before{content:"喝"}.mdi-trash-can-outline:before{content:"啕"}.mdi-treasure-chest:before{content:""}.mdi-tree:before{content:""}.mdi-tree-outline:before{content:"﹌"}.mdi-trello:before{content:""}.mdi-trending-down:before{content:""}.mdi-trending-neutral:before{content:""}.mdi-trending-up:before{content:""}.mdi-triangle:before{content:""}.mdi-triangle-outline:before{content:""}.mdi-triforce:before{content:"﮵"}.mdi-trophy:before{content:""}.mdi-trophy-award:before{content:""}.mdi-trophy-broken:before{content:"ﶀ"}.mdi-trophy-outline:before{content:""}.mdi-trophy-variant:before{content:""}.mdi-trophy-variant-outline:before{content:""}.mdi-truck:before{content:""}.mdi-truck-check:before{content:"ﲰ"}.mdi-truck-delivery:before{content:""}.mdi-truck-fast:before{content:""}.mdi-truck-trailer:before{content:""}.mdi-trumpet:before{content:"󰃁"}.mdi-tshirt-crew:before{content:"喙"}.mdi-tshirt-crew-outline:before{content:""}.mdi-tshirt-v:before{content:"嗢"}.mdi-tshirt-v-outline:before{content:""}.mdi-tumble-dryer:before{content:"烙"}.mdi-tumble-dryer-alert:before{content:"󰇥"}.mdi-tumble-dryer-off:before{content:"󰇦"}.mdi-tumblr:before{content:""}.mdi-tumblr-box:before{content:"珞"}.mdi-tumblr-reblog:before{content:""}.mdi-tune:before{content:""}.mdi-tune-vertical:before{content:""}.mdi-turnstile:before{content:"ﲱ"}.mdi-turnstile-outline:before{content:"ﲲ"}.mdi-turtle:before{content:"ﲳ"}.mdi-twitch:before{content:""}.mdi-twitter:before{content:""}.mdi-twitter-box:before{content:""}.mdi-twitter-circle:before{content:""}.mdi-twitter-retweet:before{content:""}.mdi-two-factor-authentication:before{content:"瑩"}.mdi-typewriter:before{content:"ｊ"}.mdi-uber:before{content:""}.mdi-ubisoft:before{content:"﮶"}.mdi-ubuntu:before{content:""}.mdi-ufo:before{content:"󰃯"}.mdi-ufo-outline:before{content:"󰃰"}.mdi-ultra-high-definition:before{content:""}.mdi-umbraco:before{content:""}.mdi-umbrella:before{content:""}.mdi-umbrella-closed:before{content:"羚"}.mdi-umbrella-outline:before{content:""}.mdi-undo:before{content:""}.mdi-undo-variant:before{content:""}.mdi-unfold-less-horizontal:before{content:""}.mdi-unfold-less-vertical:before{content:""}.mdi-unfold-more-horizontal:before{content:""}.mdi-unfold-more-vertical:before{content:""}.mdi-ungroup:before{content:""}.mdi-unicode:before{content:"ﻭ"}.mdi-unity:before{content:""}.mdi-unreal:before{content:"聆"}.mdi-untappd:before{content:""}.mdi-update:before{content:""}.mdi-upload:before{content:""}.mdi-upload-multiple:before{content:""}.mdi-upload-network:before{content:""}.mdi-upload-network-outline:before{content:"ﲴ"}.mdi-upload-off:before{content:"󰃱"}.mdi-upload-off-outline:before{content:"󰃲"}.mdi-upload-outline:before{content:"﹧"}.mdi-usb:before{content:""}.mdi-usb-port:before{content:"󰈛"}.mdi-valve:before{content:"󰂈"}.mdi-valve-closed:before{content:"󰂉"}.mdi-valve-open:before{content:"󰂊"}.mdi-van-passenger:before{content:""}.mdi-van-utility:before{content:""}.mdi-vanish:before{content:""}.mdi-vanity-light:before{content:"󰈌"}.mdi-variable:before{content:"﫦"}.mdi-variable-box:before{content:"󰄼"}.mdi-vector-arrange-above:before{content:""}.mdi-vector-arrange-below:before{content:""}.mdi-vector-bezier:before{content:"﫧"}.mdi-vector-circle:before{content:""}.mdi-vector-circle-variant:before{content:""}.mdi-vector-combine:before{content:""}.mdi-vector-curve:before{content:""}.mdi-vector-difference:before{content:""}.mdi-vector-difference-ab:before{content:""}.mdi-vector-difference-ba:before{content:""}.mdi-vector-ellipse:before{content:""}.mdi-vector-intersection:before{content:""}.mdi-vector-line:before{content:""}.mdi-vector-link:before{content:"󰀉"}.mdi-vector-point:before{content:""}.mdi-vector-polygon:before{content:""}.mdi-vector-polyline:before{content:""}.mdi-vector-polyline-edit:before{content:"󰉐"}.mdi-vector-polyline-minus:before{content:"󰉑"}.mdi-vector-polyline-plus:before{content:"󰉒"}.mdi-vector-polyline-remove:before{content:"󰉓"}.mdi-vector-radius:before{content:""}.mdi-vector-rectangle:before{content:""}.mdi-vector-selection:before{content:""}.mdi-vector-square:before{content:""}.mdi-vector-triangle:before{content:""}.mdi-vector-union:before{content:""}.mdi-venmo:before{content:""}.mdi-vhs:before{content:"祥"}.mdi-vibrate:before{content:""}.mdi-vibrate-off:before{content:"ﲵ"}.mdi-video:before{content:""}.mdi-video-3d:before{content:""}.mdi-video-3d-variant:before{content:"ﻮ"}.mdi-video-4k-box:before{content:""}.mdi-video-account:before{content:"落"}.mdi-video-check:before{content:"󰂋"}.mdi-video-check-outline:before{content:"󰂌"}.mdi-video-image:before{content:"酪"}.mdi-video-input-antenna:before{content:""}.mdi-video-input-component:before{content:""}.mdi-video-input-hdmi:before{content:""}.mdi-video-input-scart:before{content:"ﾩ"}.mdi-video-input-svideo:before{content:""}.mdi-video-minus:before{content:"鈴"}.mdi-video-off:before{content:""}.mdi-video-off-outline:before{content:"﮷"}.mdi-video-outline:before{content:"﮸"}.mdi-video-plus:before{content:"零"}.mdi-video-stabilization:before{content:"駱"}.mdi-video-switch:before{content:""}.mdi-video-vintage:before{content:"福"}.mdi-video-wireless:before{content:"ﻯ"}.mdi-video-wireless-outline:before{content:"ﻰ"}.mdi-view-agenda:before{content:""}.mdi-view-agenda-outline:before{content:"󰈃"}.mdi-view-array:before{content:""}.mdi-view-carousel:before{content:""}.mdi-view-column:before{content:""}.mdi-view-comfy:before{content:"﹍"}.mdi-view-compact:before{content:"﹎"}.mdi-view-compact-outline:before{content:"﹏"}.mdi-view-dashboard:before{content:""}.mdi-view-dashboard-outline:before{content:"靖"}.mdi-view-dashboard-variant:before{content:""}.mdi-view-day:before{content:""}.mdi-view-grid:before{content:""}.mdi-view-grid-outline:before{content:"󰈄"}.mdi-view-grid-plus:before{content:"ﾪ"}.mdi-view-grid-plus-outline:before{content:"󰈅"}.mdi-view-headline:before{content:""}.mdi-view-list:before{content:""}.mdi-view-module:before{content:""}.mdi-view-parallel:before{content:""}.mdi-view-quilt:before{content:""}.mdi-view-sequential:before{content:""}.mdi-view-split-horizontal:before{content:"ﮧ"}.mdi-view-split-vertical:before{content:"ﮨ"}.mdi-view-stream:before{content:""}.mdi-view-week:before{content:""}.mdi-vimeo:before{content:""}.mdi-violin:before{content:""}.mdi-virtual-reality:before{content:""}.mdi-visual-studio:before{content:""}.mdi-visual-studio-code:before{content:"精"}.mdi-vk:before{content:""}.mdi-vk-box:before{content:""}.mdi-vk-circle:before{content:""}.mdi-vlc:before{content:""}.mdi-voice:before{content:""}.mdi-voice-off:before{content:"ﻱ"}.mdi-voicemail:before{content:""}.mdi-volleyball:before{content:"靈"}.mdi-volume-high:before{content:""}.mdi-volume-low:before{content:""}.mdi-volume-medium:before{content:""}.mdi-volume-minus:before{content:""}.mdi-volume-mute:before{content:""}.mdi-volume-off:before{content:""}.mdi-volume-plus:before{content:""}.mdi-volume-source:before{content:"󰅋"}.mdi-volume-variant-off:before{content:"﹨"}.mdi-volume-vibrate:before{content:"󰅌"}.mdi-vote:before{content:"羽"}.mdi-vote-outline:before{content:"﨟"}.mdi-vpn:before{content:""}.mdi-vuejs:before{content:""}.mdi-vuetify:before{content:"﹐"}.mdi-walk:before{content:""}.mdi-wall:before{content:""}.mdi-wall-sconce:before{content:"亂"}.mdi-wall-sconce-flat:before{content:"卵"}.mdi-wall-sconce-variant:before{content:"欄"}.mdi-wallet:before{content:""}.mdi-wallet-giftcard:before{content:""}.mdi-wallet-membership:before{content:""}.mdi-wallet-outline:before{content:"﮹"}.mdi-wallet-plus:before{content:"ﾫ"}.mdi-wallet-plus-outline:before{content:"ﾬ"}.mdi-wallet-travel:before{content:""}.mdi-wallpaper:before{content:"﹩"}.mdi-wan:before{content:""}.mdi-wardrobe:before{content:"ﾭ"}.mdi-wardrobe-outline:before{content:"ﾮ"}.mdi-warehouse:before{content:"ﾻ"}.mdi-washing-machine:before{content:""}.mdi-washing-machine-alert:before{content:"󰇧"}.mdi-washing-machine-off:before{content:"󰇨"}.mdi-watch:before{content:""}.mdi-watch-export:before{content:""}.mdi-watch-export-variant:before{content:""}.mdi-watch-import:before{content:""}.mdi-watch-import-variant:before{content:""}.mdi-watch-variant:before{content:""}.mdi-watch-vibrate:before{content:""}.mdi-watch-vibrate-off:before{content:"ﲶ"}.mdi-water:before{content:""}.mdi-water-boiler:before{content:"ﾯ"}.mdi-water-boiler-alert:before{content:"󰇞"}.mdi-water-boiler-off:before{content:"󰇟"}.mdi-water-off:before{content:""}.mdi-water-outline:before{content:"﹪"}.mdi-water-percent:before{content:""}.mdi-water-pump:before{content:""}.mdi-water-pump-off:before{content:"ﾰ"}.mdi-water-well:before{content:"󰂍"}.mdi-water-well-outline:before{content:"󰂎"}.mdi-watermark:before{content:""}.mdi-wave:before{content:"ｋ"}.mdi-waves:before{content:""}.mdi-waze:before{content:"﮺"}.mdi-weather-cloudy:before{content:""}.mdi-weather-cloudy-alert:before{content:"ｌ"}.mdi-weather-cloudy-arrow-right:before{content:"﹑"}.mdi-weather-fog:before{content:""}.mdi-weather-hail:before{content:""}.mdi-weather-hazy:before{content:"ｍ"}.mdi-weather-hurricane:before{content:""}.mdi-weather-lightning:before{content:""}.mdi-weather-lightning-rainy:before{content:""}.mdi-weather-night:before{content:""}.mdi-weather-night-partly-cloudy:before{content:"ｎ"}.mdi-weather-partly-cloudy:before{content:""}.mdi-weather-partly-lightning:before{content:"ｏ"}.mdi-weather-partly-rainy:before{content:"ｐ"}.mdi-weather-partly-snowy:before{content:"ｑ"}.mdi-weather-partly-snowy-rainy:before{content:"ｒ"}.mdi-weather-pouring:before{content:""}.mdi-weather-rainy:before{content:""}.mdi-weather-snowy:before{content:""}.mdi-weather-snowy-heavy:before{content:"ｓ"}.mdi-weather-snowy-rainy:before{content:""}.mdi-weather-sunny:before{content:""}.mdi-weather-sunny-alert:before{content:"ｔ"}.mdi-weather-sunset:before{content:""}.mdi-weather-sunset-down:before{content:""}.mdi-weather-sunset-up:before{content:""}.mdi-weather-tornado:before{content:"ｕ"}.mdi-weather-windy:before{content:""}.mdi-weather-windy-variant:before{content:""}.mdi-web:before{content:""}.mdi-web-box:before{content:"ﾱ"}.mdi-web-clock:before{content:"󰉵"}.mdi-webcam:before{content:""}.mdi-webhook:before{content:""}.mdi-webpack:before{content:""}.mdi-webrtc:before{content:"󰉳"}.mdi-wechat:before{content:""}.mdi-weight:before{content:""}.mdi-weight-gram:before{content:"ﴛ"}.mdi-weight-kilogram:before{content:""}.mdi-weight-lifter:before{content:"󰆈"}.mdi-weight-pound:before{content:"領"}.mdi-whatsapp:before{content:""}.mdi-wheelchair-accessibility:before{content:""}.mdi-whistle:before{content:"例"}.mdi-white-balance-auto:before{content:""}.mdi-white-balance-incandescent:before{content:""}.mdi-white-balance-iridescent:before{content:""}.mdi-white-balance-sunny:before{content:""}.mdi-widgets:before{content:""}.mdi-wifi:before{content:""}.mdi-wifi-off:before{content:""}.mdi-wifi-star:before{content:"﹫"}.mdi-wifi-strength-1:before{content:"爛"}.mdi-wifi-strength-1-alert:before{content:"蘭"}.mdi-wifi-strength-1-lock:before{content:"鸞"}.mdi-wifi-strength-2:before{content:"嵐"}.mdi-wifi-strength-2-alert:before{content:"濫"}.mdi-wifi-strength-2-lock:before{content:"藍"}.mdi-wifi-strength-3:before{content:"襤"}.mdi-wifi-strength-3-alert:before{content:"拉"}.mdi-wifi-strength-3-lock:before{content:"臘"}.mdi-wifi-strength-4:before{content:"蠟"}.mdi-wifi-strength-4-alert:before{content:"廊"}.mdi-wifi-strength-4-lock:before{content:"朗"}.mdi-wifi-strength-alert-outline:before{content:"浪"}.mdi-wifi-strength-lock-outline:before{content:"狼"}.mdi-wifi-strength-off:before{content:"郎"}.mdi-wifi-strength-off-outline:before{content:"來"}.mdi-wifi-strength-outline:before{content:"冷"}.mdi-wii:before{content:""}.mdi-wiiu:before{content:""}.mdi-wikipedia:before{content:""}.mdi-wind-turbine:before{content:"ﶁ"}.mdi-window-close:before{content:""}.mdi-window-closed:before{content:""}.mdi-window-closed-variant:before{content:"󰈆"}.mdi-window-maximize:before{content:""}.mdi-window-minimize:before{content:""}.mdi-window-open:before{content:""}.mdi-window-open-variant:before{content:"󰈇"}.mdi-window-restore:before{content:""}.mdi-window-shutter:before{content:"󰅇"}.mdi-window-shutter-alert:before{content:"󰅈"}.mdi-window-shutter-open:before{content:"󰅉"}.mdi-windows:before{content:""}.mdi-windows-classic:before{content:"蘒"}.mdi-wiper:before{content:"﫨"}.mdi-wiper-wash:before{content:"ﶂ"}.mdi-wordpress:before{content:""}.mdi-worker:before{content:""}.mdi-wrap:before{content:""}.mdi-wrap-disabled:before{content:"﮻"}.mdi-wrench:before{content:""}.mdi-wrench-outline:before{content:"﮼"}.mdi-wunderlist:before{content:""}.mdi-xamarin:before{content:""}.mdi-xamarin-outline:before{content:""}.mdi-xaml:before{content:""}.mdi-xbox:before{content:""}.mdi-xbox-controller:before{content:""}.mdi-xbox-controller-battery-alert:before{content:""}.mdi-xbox-controller-battery-charging:before{content:"﨡"}.mdi-xbox-controller-battery-empty:before{content:""}.mdi-xbox-controller-battery-full:before{content:""}.mdi-xbox-controller-battery-low:before{content:""}.mdi-xbox-controller-battery-medium:before{content:""}.mdi-xbox-controller-battery-unknown:before{content:""}.mdi-xbox-controller-menu:before{content:"﹒"}.mdi-xbox-controller-off:before{content:""}.mdi-xbox-controller-view:before{content:"﹓"}.mdi-xda:before{content:""}.mdi-xing:before{content:""}.mdi-xing-box:before{content:""}.mdi-xing-circle:before{content:""}.mdi-xml:before{content:""}.mdi-xmpp:before{content:""}.mdi-yahoo:before{content:"שׁ"}.mdi-yammer:before{content:""}.mdi-yeast:before{content:""}.mdi-yelp:before{content:""}.mdi-yin-yang:before{content:""}.mdi-yoga:before{content:"󰆧"}.mdi-youtube:before{content:""}.mdi-youtube-creator-studio:before{content:""}.mdi-youtube-gaming:before{content:""}.mdi-youtube-subscription:before{content:"ﴜ"}.mdi-youtube-tv:before{content:""}.mdi-z-wave:before{content:"﫩"}.mdi-zend:before{content:"﫪"}.mdi-zigbee:before{content:"ﴝ"}.mdi-zip-box:before{content:""}.mdi-zip-box-outline:before{content:"󰀛"}.mdi-zip-disk:before{content:"諸"}.mdi-zodiac-aquarius:before{content:"塚"}.mdi-zodiac-aries:before{content:"墳"}.mdi-zodiac-cancer:before{content:"奄"}.mdi-zodiac-capricorn:before{content:"奔"}.mdi-zodiac-gemini:before{content:"婢"}.mdi-zodiac-leo:before{content:"嬨"}.mdi-zodiac-libra:before{content:"廒"}.mdi-zodiac-pisces:before{content:"廙"}.mdi-zodiac-sagittarius:before{content:"彩"}.mdi-zodiac-scorpio:before{content:"徭"}.mdi-zodiac-taurus:before{content:"惘"}.mdi-zodiac-virgo:before{content:"慎"}.mdi-blank:before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:#0000008a}.mdi-dark.mdi-inactive:before{color:#00000042}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:#ffffff4d}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.maxta-portal,html,body{height:100%}._o-icon--danger_mt1lf_29,._o-field__message-danger_mt1lf_30{color:#f5222d!important}._o-input--danger_mt1lf_34{border-color:#f5222d!important}._o-field__label_mt1lf_38{text-align:left}._o-field_mt1lf_30 ._o-field_mt1lf_30{margin-bottom:0}._o-table_mt1lf_46{border-collapse:collapse}._o-table__wrapper--mobile_mt1lf_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_mt1lf_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._fade-enter_mt1lf_9{opacity:0}._fade-enter-to_mt1lf_13{opacity:1}._fade-enter-active_mt1lf_17{transition:all .5s ease}._fade-leave_mt1lf_21{opacity:0}._fade-leave-active_mt1lf_25{transition:all .5s ease}._login_mt1lf_102{display:flex;justify-content:center;align-items:start;height:100%;overflow:auto}._login_mt1lf_102 ._user-authentication-loading_mt1lf_109{background:#f5f5f5;width:100%;height:100%;display:flex;justify-content:center;align-items:center}._login_mt1lf_102 a{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#007ba6!important}.tag{align-items:center;background-color:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}._o-icon--danger_1797f_29,._o-field__message-danger_1797f_30{color:#f5222d!important}._o-input--danger_1797f_34{border-color:#f5222d!important}._o-field__label_1797f_38{text-align:left}._o-field_1797f_30 ._o-field_1797f_30{margin-bottom:0}._o-table_1797f_46{border-collapse:collapse}._o-table__wrapper--mobile_1797f_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1797f_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._fade-enter_1797f_9{opacity:0}._fade-enter-to_1797f_13{opacity:1}._fade-enter-active_1797f_17{transition:all .5s ease}._fade-leave_1797f_21{opacity:0}._fade-leave-active_1797f_25{transition:all .5s ease}._header_1797f_102{height:56px;padding:16px 24px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:24px;font-weight:400;font-weight:700;color:#262626;border-bottom:1px solid #d9d9d9;display:flex;align-items:center}._header_1797f_102 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:24px;font-weight:400}._body_1797f_124{padding:8px 12px;margin:8px 12px;display:flex;flex-direction:column;flex-grow:1;max-height:80vh;overflow-y:auto}.change-password-info{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#8c8c8c}._footer_1797f_143{height:52px;padding:10px 16px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#595959;border-top:1px solid #d9d9d9;display:inline-flex;justify-content:flex-end;align-items:center;margin-top:auto}._footer_1797f_143 button{margin-left:8px}._footer_1797f_143 ._primary-button_1797f_161{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}._footer_1797f_143 ._primary-button_1797f_161 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._footer_1797f_143 ._primary-button_1797f_161:hover:not(:disabled){background:#007ba6;color:#fff}._footer_1797f_143 ._primary-button_1797f_161:focus:not(:disabled){background:#007ba6;color:#fff}._footer_1797f_143 ._primary-button_1797f_161:active:not(:disabled){background:#004d69;color:#fff}._footer_1797f_143 ._primary-button_1797f_161:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._footer_1797f_143 ._secondary-button_1797f_198{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959;margin-bottom:0}._footer_1797f_143 ._secondary-button_1797f_198 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._footer_1797f_143 ._secondary-button_1797f_198:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._footer_1797f_143 ._secondary-button_1797f_198:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._footer_1797f_143 ._secondary-button_1797f_198:active:not(:disabled){border-color:#004d69;color:#004d69}._footer_1797f_143 ._secondary-button_1797f_198:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}.change-password-error{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:700;color:#f5222d}._change-password-error-banner_1797f_246{padding:9px 16px;font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;display:inline-flex;align-items:top;width:100%;color:#595959;background-color:#fff1f0;border-radius:4px;flex-grow:1;text-align:left}._change-password-error-banner_1797f_246 img{margin-top:3px;height:14px;width:14px;margin-right:9px}._o-icon--danger_1m4o9_29,._o-field__message-danger_1m4o9_30{color:#f5222d!important}._o-input--danger_1m4o9_34{border-color:#f5222d!important}._o-field__label_1m4o9_38{text-align:left}._o-field_1m4o9_30 ._o-field_1m4o9_30{margin-bottom:0}._o-table_1m4o9_46{border-collapse:collapse}._o-table__wrapper--mobile_1m4o9_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1m4o9_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._fade-enter_1m4o9_9{opacity:0}._fade-enter-to_1m4o9_13{opacity:1}._fade-enter-active_1m4o9_17{transition:all .5s ease}._fade-leave_1m4o9_21{opacity:0}._fade-leave-active_1m4o9_25{transition:all .5s ease}._o-icon--danger_8yoyn_29,._o-field__message-danger_8yoyn_30{color:#f5222d!important}._o-input--danger_8yoyn_34{border-color:#f5222d!important}._o-field__label_8yoyn_38{text-align:left}._o-field_8yoyn_30 ._o-field_8yoyn_30{margin-bottom:0}._o-table_8yoyn_46{border-collapse:collapse}._o-table__wrapper--mobile_8yoyn_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_8yoyn_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._fade-enter_8yoyn_9{opacity:0}._fade-enter-to_8yoyn_13{opacity:1}._fade-enter-active_8yoyn_17{transition:all .5s ease}._fade-leave_8yoyn_21{opacity:0}._fade-leave-active_8yoyn_25{transition:all .5s ease}._wrap_8yoyn_102{display:flex;align-items:center}._wrap_8yoyn_102 ._email_8yoyn_106{display:flex;align-items:center;margin-right:16px}._wrap_8yoyn_102 ._email_8yoyn_106 p{text-overflow:ellipsis;max-width:200px;overflow-x:hidden;transition:ease all .5s;padding-left:8px;white-space:nowrap}._wrap_8yoyn_102 ._profile-icon_8yoyn_119{height:16px;width:16px}._wrap_8yoyn_102 ._icon-filter_8yoyn_123{filter:invert(36%) sepia(0%) saturate(0%) hue-rotate(190deg) brightness(91%) contrast(87%)}._wrap_8yoyn_102 .petra-dropdown{width:180px;left:-140px}._wrap_8yoyn_102 .petra-dropdown p{margin:0}@media screen and (max-width: 1023px){._wrap_8yoyn_102 .petra-dropdown{min-width:50%!important;width:50%!important}}._wrap_8yoyn_102 .profile-drop-button{width:24px;height:24px;border-radius:50%;text-align:center}._wrap_8yoyn_102 .profile-drop-button:hover{background:#e8e8e8;cursor:pointer}a[data-v-ba1781e0]:hover{cursor:pointer}button[data-v-ba1781e0]{outline:none}.o-icon--danger[data-v-ba1781e0],.o-field__message-danger[data-v-ba1781e0]{color:#f5222d!important}.o-input--danger[data-v-ba1781e0]{border-color:#f5222d!important}.o-field__label[data-v-ba1781e0]{text-align:left}.o-field .o-field[data-v-ba1781e0]{margin-bottom:0}.o-table[data-v-ba1781e0]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-ba1781e0]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-ba1781e0]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-ba1781e0]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.fade-enter[data-v-ba1781e0]{opacity:0}.fade-enter-to[data-v-ba1781e0]{opacity:1}.fade-enter-active[data-v-ba1781e0]{transition:all .5s ease}.fade-leave[data-v-ba1781e0]{opacity:0}.fade-leave-active[data-v-ba1781e0]{transition:all .5s ease}body[data-v-ba1781e0]{margin:0}body p[data-v-ba1781e0]{color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.children-actions .side-menu-item[data-v-ba1781e0]:hover,.action-focused.side-menu-item.child[data-v-ba1781e0]{background-color:#007ba6!important}.side-menu-item.non-active[data-v-ba1781e0]{position:relative}.side-menu-item.non-active .PetraInactiveAppTooltip[data-v-ba1781e0]{visibility:hidden;transition:opacity 2s;opacity:0}.side-menu-item.non-active:hover .PetraInactiveAppTooltip[data-v-ba1781e0]{visibility:visible;opacity:1}.o-icon--danger,.o-field__message-danger{color:#f5222d!important}.o-input--danger{border-color:#f5222d!important}.o-field__label{text-align:left}.o-field .o-field{margin-bottom:0}.o-table{border-collapse:collapse}.o-table__wrapper--mobile tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}.fade-enter{opacity:0}.fade-enter-to{opacity:1}.fade-enter-active{transition:all .5s ease}.fade-leave{opacity:0}.fade-leave-active{transition:all .5s ease}.sidebar .info p{color:#fff}._o-icon--danger_jijje_29,._o-field__message-danger_jijje_30{color:#f5222d!important}._o-input--danger_jijje_34{border-color:#f5222d!important}._o-field__label_jijje_38{text-align:left}._o-field_jijje_30 ._o-field_jijje_30{margin-bottom:0}._o-table_jijje_46{border-collapse:collapse}._o-table__wrapper--mobile_jijje_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_jijje_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._fade-enter_jijje_9{opacity:0}._fade-enter-to_jijje_13{opacity:1}._fade-enter-active_jijje_17{transition:all .5s ease}._fade-leave_jijje_21{opacity:0}._fade-leave-active_jijje_25{transition:all .5s ease}._wrap_jijje_102{display:inline-flex;align-items:center}._wrap_jijje_102 ._crumb_jijje_106{display:inline-flex;height:22px}._wrap_jijje_102 ._crumb_jijje_106 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;color:#8c8c8c;margin-top:0;margin-bottom:0;margin-right:16px;text-transform:capitalize;cursor:default;text-align:center}._wrap_jijje_102 ._crumb_jijje_106 p:first-child{cursor:default}._wrap_jijje_102 ._crumb_jijje_106:last-child p{color:#595959}._wrap_jijje_102 ._crumb_jijje_106 ._spacer_jijje_130{width:24px;height:22px}a[data-v-7849382e]:hover{cursor:pointer}button[data-v-7849382e]{outline:none}.o-icon--danger[data-v-7849382e],.o-field__message-danger[data-v-7849382e]{color:#f5222d!important}.o-input--danger[data-v-7849382e]{border-color:#f5222d!important}.o-field__label[data-v-7849382e]{text-align:left}.o-field .o-field[data-v-7849382e]{margin-bottom:0}.o-table[data-v-7849382e]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-7849382e]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-7849382e]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-7849382e]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.fade-enter[data-v-7849382e]{opacity:0}.fade-enter-to[data-v-7849382e]{opacity:1}.fade-enter-active[data-v-7849382e]{transition:all .5s ease}.fade-leave[data-v-7849382e]{opacity:0}.fade-leave-active[data-v-7849382e]{transition:all .5s ease}body[data-v-7849382e]{margin:0}body p[data-v-7849382e]{color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.application-notify.slide-enter-acitve[data-v-7849382e],.application-notify.slide-leave-active[data-v-7849382e]{transition:transform .5s ease}.application-notify.slide-enter[data-v-7849382e],.application-notify.slide-leave-to[data-v-7849382e]{transform:translate(500px);height:fit-content;max-height:none}.application-notify[data-v-7849382e]{width:100%;background-color:#fff;box-shadow:0 4px 12px #00000026;border-radius:2px;padding:16px 24px;margin-bottom:16px}.application-notify.notificationErrorClass[data-v-7849382e]{background-color:#ffccc7}.application-notify.notificationErrorClass .header-title[data-v-7849382e]{color:#262626!important}.application-notify.notificationErrorClass .application-notify-content p[data-v-7849382e]{color:#595959!important}.application-notify .application-notify-header[data-v-7849382e]{display:inline-flex;margin-bottom:8px;width:100%}.application-notify .application-notify-header .header-icon[data-v-7849382e]{height:24px;width:24px;position:relative;margin-right:8px}.application-notify .application-notify-header .header-icon img[data-v-7849382e]{position:absolute;inset:0;margin:auto}.application-notify .application-notify-header .header-title[data-v-7849382e]{font-family:Helvetica;font-style:normal;font-size:16px;line-height:24px;font-weight:400;flex-grow:1;color:#262626;margin-right:8px}.application-notify .application-notify-header .header-close[data-v-7849382e]{cursor:pointer;height:24px;width:24px;display:flex;justify-content:center;align-items:center}.application-notify .application-notify-content[data-v-7849382e]{margin-left:32px;margin-right:32px;color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.application-notify .successTick[data-v-7849382e]{border-width:1px;border-style:solid;border-radius:12px;border-color:#52c41a}.application-notify .successTick img[data-v-7849382e]{filter:brightness(0) saturate(100%) invert(73%) sepia(15%) saturate(6866%) hue-rotate(55deg) brightness(95%) contrast(85%)}.application-notify .errorTick[data-v-7849382e]{border-width:1px;border-style:solid;border-radius:12px;border-color:#f5222d}.application-notify .errorTick img[data-v-7849382e]{filter:brightness(0) saturate(100%) invert(17%) sepia(80%) saturate(4192%) hue-rotate(348deg) brightness(105%) contrast(92%)}._wrap_16gg3_1{width:425px;position:fixed;top:10px;right:10px;z-index:1000}._wrap_16gg3_1 .dropout-tran-enter,._wrap_16gg3_1 .dropout-tran-leave{opacity:0;transform:translate(100px)}._wrap_16gg3_1 .dropout-tran-move{transition:.5s all ease}._wrap_16gg3_1 .dropout-tran-leave-active,._wrap_16gg3_1 .dropout-tran-enter-active{transition:1s all ease}._o-icon--danger_1toef_29,._o-field__message-danger_1toef_30{color:#f5222d!important}._o-input--danger_1toef_34{border-color:#f5222d!important}._o-field__label_1toef_38{text-align:left}._o-field_1toef_30 ._o-field_1toef_30{margin-bottom:0}._o-table_1toef_46{border-collapse:collapse}._o-table__wrapper--mobile_1toef_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1toef_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}._fade-enter_1toef_9{opacity:0}._fade-enter-to_1toef_13{opacity:1}._fade-enter-active_1toef_17{transition:all .5s ease}._fade-leave_1toef_21{opacity:0}._fade-leave-active_1toef_25{transition:all .5s ease}._wrap_1toef_102{background-color:#f5f5f5;flex-grow:1;display:flex;flex-direction:column;height:calc(100% - 100px);height:100%;overflow-y:auto}._wrap_1toef_102 &.nonMapView{margin:0}._wrap_1toef_102 ._top-section_1toef_114{display:inline-flex;width:100%;flex-direction:row}._wrap_1toef_102 ._top-section_1toef_114 ._menu-sidebar_1toef_119{width:200px;min-width:200px;max-width:200px;position:relative}._wrap_1toef_102 ._top-section_1toef_114 ._topbar_1toef_125{flex-grow:1;min-height:64px;max-height:64px}._wrap_1toef_102 ._content_1toef_130{display:flex;flex-direction:column;flex:1;margin-left:200px;overflow-y:auto;position:relative}@media (max-width: 950px){._wrap_1toef_102 ._content_1toef_130{margin-left:0}}._wrap_1toef_102 ._content_1toef_130 ._breadcrumbs-container_1toef_143{width:100%;padding-left:24px;padding-top:16px;text-align:left}._wrap_1toef_102 ._content_1toef_130 ._main_1toef_149{display:flex;min-width:750px;width:100%;height:100%;flex-direction:column;background-color:#f5f5f5}a[data-v-f0cb2ec8]:hover{cursor:pointer}button[data-v-f0cb2ec8]{outline:none}.o-icon--danger[data-v-f0cb2ec8],.o-field__message-danger[data-v-f0cb2ec8]{color:#f5222d!important}.o-input--danger[data-v-f0cb2ec8]{border-color:#f5222d!important}.o-field__label[data-v-f0cb2ec8]{text-align:left}.o-field .o-field[data-v-f0cb2ec8]{margin-bottom:0}.o-table[data-v-f0cb2ec8]{border-collapse:collapse}.o-table__wrapper--mobile tr[data-v-f0cb2ec8]{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}.o-table__wrapper--mobile tr td[data-v-f0cb2ec8]{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p[data-v-f0cb2ec8]{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}.fade-enter[data-v-f0cb2ec8]{opacity:0}.fade-enter-to[data-v-f0cb2ec8]{opacity:1}.fade-enter-active[data-v-f0cb2ec8]{transition:all .5s ease}.fade-leave[data-v-f0cb2ec8]{opacity:0}.fade-leave-active[data-v-f0cb2ec8]{transition:all .5s ease}body[data-v-f0cb2ec8]{margin:0}body p[data-v-f0cb2ec8]{color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.map[data-v-f0cb2ec8]{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;background-color:#00678c;background-position:center;background-size:cover}.map-marker-1[data-v-f0cb2ec8]{width:2688px;min-width:2688px;height:1830px;min-height:1830px}@media (max-width: 800px){.map-marker-1[data-v-f0cb2ec8]{margin-left:-700px;margin-top:-200px}}@media (max-width: 2000px){.map-marker-1[data-v-f0cb2ec8]{margin-left:-700px;margin-top:-200px;transform:scale(.8)}}@media (min-width: 2001px){.map-marker-1[data-v-f0cb2ec8]{width:100%;height:100%}}a:hover{cursor:pointer}button{outline:none}._o-icon--danger_1ezzb_29,._o-field__message-danger_1ezzb_30{color:#f5222d!important}._o-input--danger_1ezzb_34{border-color:#f5222d!important}._o-field__label_1ezzb_38{text-align:left}._o-field_1ezzb_30 ._o-field_1ezzb_30{margin-bottom:0}._o-table_1ezzb_46{border-collapse:collapse}._o-table__wrapper--mobile_1ezzb_50 tr{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a;margin-bottom:1rem}._o-table__wrapper--mobile_1ezzb_50 tr td{display:flex;width:auto;justify-content:space-between;text-align:right;border-bottom:1px solid whitesmoke}p{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400}._fade-enter_1ezzb_9{opacity:0}._fade-enter-to_1ezzb_13{opacity:1}._fade-enter-active_1ezzb_17{transition:all .5s ease}._fade-leave_1ezzb_21{opacity:0}._fade-leave-active_1ezzb_25{transition:all .5s ease}body{margin:0}body p{color:#595959;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._wrap_1ezzb_102{width:100%;height:100%;padding:10px 20px;display:grid;grid-template-columns:100%;grid-template-rows:auto}._geomet-app_1ezzb_111{width:100%;padding:10px 20px;display:grid;grid-template-columns:100%;grid-template-rows:auto}._geomet-app_1ezzb_111._interpView_1ezzb_118{grid-template-rows:min-content min-content 1fr!important}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121{height:32px;display:inline-flex;align-items:center;width:100%}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._tagger_1ezzb_127{height:22px;padding:1px 8px;border:1px solid #86cee7;box-sizing:border-box;border-radius:2px;background:#daeff5}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._tagger_1ezzb_127 p{font-family:Helvetica;font-style:normal;font-size:12px;line-height:20px;font-weight:400;color:#00678c}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143{height:100%;display:flex;margin-top:auto;margin-bottom:0;align-items:center;margin-right:16px}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143:last-child{margin-right:0}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._primary-button_1ezzb_154{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#00678c;color:#fff;border-width:0px}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._primary-button_1ezzb_154 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._primary-button_1ezzb_154:hover:not(:disabled){background:#007ba6;color:#fff}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._primary-button_1ezzb_154:focus:not(:disabled){background:#007ba6;color:#fff}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._primary-button_1ezzb_154:active:not(:disabled){background:#004d69;color:#fff}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._primary-button_1ezzb_154:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._secondary-button_1ezzb_191{min-height:32px;max-height:32px;border-radius:4px;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400;background:#fff;border:#d9d9d9 1px solid;color:#595959}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._secondary-button_1ezzb_191 p{font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._secondary-button_1ezzb_191:hover:not(:disabled){border-color:#007ba6;color:#007ba6}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._secondary-button_1ezzb_191:focus:not(:disabled){border-color:#007ba6;color:#007ba6}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._secondary-button_1ezzb_191:active:not(:disabled){border-color:#004d69;color:#004d69}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._secondary-button_1ezzb_191:disabled{background:#f5f5f5;border:1px solid #d9d9d9;color:#595959}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 img{align-self:center;height:16px;width:16px;filter:invert(0%) sepia(7%) saturate(0%) hue-rotate(47deg) brightness(98%) contrast(106%);cursor:pointer}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._title_1ezzb_235{color:#262626;font-family:Helvetica;font-style:normal;font-size:20px;line-height:28px;font-weight:700}._geomet-app_1ezzb_111 ._application-top-runner_1ezzb_121 ._content_1ezzb_143 ._subtitle_1ezzb_243{color:#8c8c8c;font-family:Helvetica;font-style:normal;font-size:14px;line-height:22px;font-weight:400}.filter-controls-manager .control-dropdown .dropdown-trigger:hover{border:1px solid rgba(255,255,255,.1)}.in-progress-card .title p{overflow-x:hidden!important}._wrap_1q7p5_1{width:100%;height:100%;padding:10px 20px;display:grid;grid-template-columns:100%;grid-template-rows:auto}._wrap_1myqc_1{flex:1 0 auto;width:100%;padding:10px 20px;display:grid;grid-template-columns:100%;grid-template-rows:auto}._data-uploader-app_1myqc_10{width:100%;padding:10px 20px;display:grid;grid-template-columns:100%;grid-template-rows:auto}._data-uploader-app_1myqc_10 ._banner-image_1myqc_17{width:25px!important}._data-uploader-app_1myqc_10 ._menu-drop_1myqc_20 ._dropdown-trigger_1myqc_20:hover{border:1px solid rgba(255,255,255,.1)}._data-uploader-app_1myqc_10 ._upload-section-handler_1myqc_23 ._confirm-submission_1myqc_23 ._checker_1myqc_23 input[type=checkbox]:checked+._check_1myqc_23,._data-uploader-app_1myqc_10 ._upload-section-handler_1myqc_23 ._submission-complete_1myqc_24 ._checker_1myqc_23 input[type=checkbox]:checked+._check_1myqc_23{background-size:75%!important}
