@import url(https://fonts.googleapis.com/css?family=Roboto);@import url(https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap);.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}button:disabled{filter:grayscale(80%);cursor:none}button:disabled:hover{filter:grayscale(80%);cursor:not-allowed}.ant-modal-footer{min-height:30px}.spinner{display:flex;flex-direction:column;align-items:center}.spinner.fadeIn{animation-name:fadeIn;animation-duration:1s;animation-fill-mode:backwards}.spinner .spinner-body{position:relative;width:40px;height:40px}.spinner .spinner-label{margin-top:20px;text-align:center}.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#0279ac;opacity:.6;position:absolute;top:0;left:0;animation:sk-bounce 2s ease-in-out infinite}.double-bounce2{animation-delay:-1s;background-color:#287a30}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.panel-container{background:#fff;padding:1.5rem}.panel-container .panel-title{display:flex;align-items:stretch;flex-direction:row;border-bottom:2px solid #aabac3}.panel-container .panel-title .panel-title-txt{flex:1 1;font-size:1.4em}.panel-container .panel-title .panel-title-txt .subtitle{font-size:.6em;margin-left:.5rem;opacity:.7;filter:alpha(opacity=70)}.chart-container{margin-top:3em;width:100%;height:20em;transition:height .2s}.chart-container.collapsed{height:0}.chart-container.small-container{height:10em}.chart-container svg{overflow:visible!important}.chart-container .chart-wrapper{height:100%;width:100%;margin-top:2em}.chart-container .chart-toggles{background-color:#535353;color:#fff;padding:.2em 1em;display:-moz-flex;display:flex;-moz-justify-content:space-between;justify-content:space-between}.chart-container .chart-toggles div.toggle-show-hide{cursor:pointer}.chart-container .chart-toggles div.toggle-show-hide span{margin-right:.5em}.chart-container .chart-toggles div.toggle-show-hide span i{transition:transform .3s}.chart-container .chart-toggles div.toggle-show-hide span.rotate i{transform:rotate(90deg)}.chart-container .chart-toggles span.toggle-small-large{cursor:pointer}.recharts-tooltip-wrapper{z-index:999}.text-block{display:-moz-flex;display:flex}.text-block .text-block__icon{line-height:1;margin-right:.5rem}.text-block .text-block__text{-moz-flex:1;flex:1 1;line-height:1.2;word-wrap:break-word}.summary-block{font-size:1em}.summary-block__heading{margin-bottom:.5em;font-size:1em;font-weight:300;color:#15374c}.summary-block__content{font-size:1.5em;font-weight:600;color:#0a1a24}.summary-block__footer{margin-top:1em;font-size:.9em;color:#0279ac;text-align:right}.c-summary-list{margin:.5rem 0;font-size:.8rem}.c-summary-list__items-container{display:-moz-flex;display:flex;flex-flow:row wrap}.c-summary-list__item{-moz-flex:0 0;flex:0 0;padding:0 1rem 0 1.5rem}.c-summary-list__item:first-child{padding-left:0}.c-summary-list__item:not(:last-child){border-right:1px solid #0279ac}.c-summary-list--scrollable{position:relative}.c-summary-list--scrollable .o-scrollable-wrapper{margin:0 1rem;position:relative;overflow:hidden}.c-summary-list--scrollable .o-scrollable-wrapper .c-summary-list__items-container{flex-wrap:nowrap;-moz-flex:1;flex:1 1;transition:left 1s cubic-bezier(.175,.885,.32,1.275);position:relative}.c-summary-list--scrollable .o-scrollable-wrapper .c-summary-list__item{-moz-flex:1 0 auto;flex:1 0 auto}.c-summary-list--scrollable.c-summary-list--has-buttons .o-scrollable-wrapper{margin:0 2.1rem}.c-summary-list--scrollable.c-summary-list--has-buttons .o-btn{position:absolute;top:1rem;width:2rem;height:2rem;border-radius:2rem;border:1px solid #0279ac;font-size:1rem;line-height:1;padding:0;background:none;color:#0279ac;opacity:.6;filter:alpha(opacity=60);transition:all .5s ease-in}.c-summary-list--scrollable.c-summary-list--has-buttons .o-btn:hover{opacity:1;filter:alpha(opacity=100);background:rgba(2,121,172,.2)}.c-summary-list--scrollable.c-summary-list--has-buttons .o-btn[disabled]{opacity:.1;filter:alpha(opacity=10)}.c-summary-list--scrollable.c-summary-list--has-buttons .o-btn--prev{left:0;box-shadow:7px 0 15px -5px rgba(0,0,0,.4)}.c-summary-list--scrollable.c-summary-list--has-buttons .o-btn--next{right:0;box-shadow:-7px 0 15px -5px rgba(0,0,0,.4)}.inco-table .column-sortable{display:flex;flex-direction:row;align-items:stretch;cursor:pointer}.inco-table .column-sortable .column-title{flex:1 1}.inco-table .column-sortable .column-sort-icon{display:none}.inco-table .column-sortable.column-sortable-active{color:#0279ac!important}.inco-table .column-sortable.column-sortable-active .column-sort-icon{display:inline-block;width:16px;opacity:1}.inco-table .column-sortable.column-sortable-asc .column-sort-icon:before{font-family:FontAwesome;content:""}.inco-table .column-sortable.column-sortable-desc .column-sort-icon:before{font-family:FontAwesome;content:""}.inco-table.inco-table-compact{display:flex;flex-direction:column;padding-bottom:25px;align-items:stretch}.inco-table.inco-table-compact .filter-wrapper{margin:5px;width:auto;font-size:1rem}.inco-table.inco-table-compact .rc-table-container{flex:1 1;display:flex;flex-direction:column}.inco-table.inco-table-compact .rc-table-container .rc-table-body{flex:1 1}.inco-table.inco-table-compact .rc-table{display:flex;flex:1 1;margin:0;max-height:100%}.inco-table.inco-table-compact .rc-table .rc-table-body table,.inco-table.inco-table-compact .rc-table .rc-table-header table{margin:0}.inco-table.inco-table-compact .rc-table .rc-table-body{overflow-y:scroll;max-height:100%}.o-grid{margin:.5rem 0;padding:0;display:-moz-flex;display:flex;flex-flow:row wrap}.o-grid__item{padding:.5rem;-moz-flex:1 0 0;flex:1 0;max-width:100%}.o-grid__item--xs-1{flex-basis:8.33333333%;max-width:8.33333333%}.o-grid__item--xs-2{flex-basis:16.66666667%;max-width:16.66666667%}.o-grid__item--xs-3{flex-basis:25%;max-width:25%}.o-grid__item--xs-4{flex-basis:33.33333333%;max-width:33.33333333%}.o-grid__item--xs-5{flex-basis:41.66666667%;max-width:41.66666667%}.o-grid__item--xs-6{flex-basis:50%;max-width:50%}.o-grid__item--xs-7{flex-basis:58.33333333%;max-width:58.33333333%}.o-grid__item--xs-8{flex-basis:66.66666667%;max-width:66.66666667%}.o-grid__item--xs-9{flex-basis:75%;max-width:75%}.o-grid__item--xs-10{flex-basis:83.33333333%;max-width:83.33333333%}.o-grid__item--xs-11{flex-basis:91.66666667%;max-width:91.66666667%}.o-grid__item--xs-12{flex-basis:100%;max-width:100%}@media(min-width:767px){.o-grid__item--sm-1{flex-basis:8.33333333%;max-width:8.33333333%}.o-grid__item--sm-2{flex-basis:16.66666667%;max-width:16.66666667%}.o-grid__item--sm-3{flex-basis:25%;max-width:25%}.o-grid__item--sm-4{flex-basis:33.33333333%;max-width:33.33333333%}.o-grid__item--sm-5{flex-basis:41.66666667%;max-width:41.66666667%}.o-grid__item--sm-6{flex-basis:50%;max-width:50%}.o-grid__item--sm-7{flex-basis:58.33333333%;max-width:58.33333333%}.o-grid__item--sm-8{flex-basis:66.66666667%;max-width:66.66666667%}.o-grid__item--sm-9{flex-basis:75%;max-width:75%}.o-grid__item--sm-10{flex-basis:83.33333333%;max-width:83.33333333%}.o-grid__item--sm-11{flex-basis:91.66666667%;max-width:91.66666667%}.o-grid__item--sm-12{flex-basis:100%;max-width:100%}}@media(min-width:992px){.o-grid__item--md-1{flex-basis:8.33333333%;max-width:8.33333333%}.o-grid__item--md-2{flex-basis:16.66666667%;max-width:16.66666667%}.o-grid__item--md-3{flex-basis:25%;max-width:25%}.o-grid__item--md-4{flex-basis:33.33333333%;max-width:33.33333333%}.o-grid__item--md-5{flex-basis:41.66666667%;max-width:41.66666667%}.o-grid__item--md-6{flex-basis:50%;max-width:50%}.o-grid__item--md-7{flex-basis:58.33333333%;max-width:58.33333333%}.o-grid__item--md-8{flex-basis:66.66666667%;max-width:66.66666667%}.o-grid__item--md-9{flex-basis:75%;max-width:75%}.o-grid__item--md-10{flex-basis:83.33333333%;max-width:83.33333333%}.o-grid__item--md-11{flex-basis:91.66666667%;max-width:91.66666667%}.o-grid__item--md-12{flex-basis:100%;max-width:100%}}@media(min-width:1200px){.o-grid__item--lg-1{flex-basis:8.33333333%;max-width:8.33333333%}.o-grid__item--lg-2{flex-basis:16.66666667%;max-width:16.66666667%}.o-grid__item--lg-3{flex-basis:25%;max-width:25%}.o-grid__item--lg-4{flex-basis:33.33333333%;max-width:33.33333333%}.o-grid__item--lg-5{flex-basis:41.66666667%;max-width:41.66666667%}.o-grid__item--lg-6{flex-basis:50%;max-width:50%}.o-grid__item--lg-7{flex-basis:58.33333333%;max-width:58.33333333%}.o-grid__item--lg-8{flex-basis:66.66666667%;max-width:66.66666667%}.o-grid__item--lg-9{flex-basis:75%;max-width:75%}.o-grid__item--lg-10{flex-basis:83.33333333%;max-width:83.33333333%}.o-grid__item--lg-11{flex-basis:91.66666667%;max-width:91.66666667%}.o-grid__item--lg-12{flex-basis:100%;max-width:100%}}.c-dashboard{padding:0}.c-dashboard>.o-grid:first-child{margin-top:0}@media(min-width:992px){.c-dashboard{padding:.5rem}}@media(min-width:1200px){.c-dashboard{padding:1rem}}div.date-field,div.input-field,div.numeric-field,div.select-field,div.text-field{width:100%;padding:2px 0;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;flex-wrap:nowrap}div.date-field input,div.input-field input,div.numeric-field input,div.select-field input,div.text-field input{-moz-flex-grow:6;flex-grow:6;width:auto!important}div.date-field input,div.date-field textarea,div.input-field input,div.input-field textarea,div.numeric-field input,div.numeric-field textarea,div.select-field input,div.select-field textarea,div.text-field input,div.text-field textarea{color:inherit;background:transparent;border:none;text-align:right;width:100%;font-size:.9em}div.date-field input.invalid,div.date-field textarea.invalid,div.input-field input.invalid,div.input-field textarea.invalid,div.numeric-field input.invalid,div.numeric-field textarea.invalid,div.select-field input.invalid,div.select-field textarea.invalid,div.text-field input.invalid,div.text-field textarea.invalid{border-bottom:1px solid #c64646}div.date-field input.negative,div.date-field textarea.negative,div.input-field input.negative,div.input-field textarea.negative,div.numeric-field input.negative,div.numeric-field textarea.negative,div.select-field input.negative,div.select-field textarea.negative,div.text-field input.negative,div.text-field textarea.negative{color:#c64646!important}div.date-field span.field-post-text,div.input-field span.field-post-text,div.numeric-field span.field-post-text,div.select-field span.field-post-text,div.text-field span.field-post-text{color:#0a1a24;font-size:.7em;padding-left:4px;display:-moz-flex;display:flex;-moz-align-items:center;align-items:center;opacity:.8}div.date-field span.invalid-text,div.input-field span.invalid-text,div.numeric-field span.invalid-text,div.select-field span.invalid-text,div.text-field span.invalid-text{visibility:hidden;color:#c64646;font-size:10px}div.date-field span.invalid-text:after,div.input-field span.invalid-text:after,div.numeric-field span.invalid-text:after,div.select-field span.invalid-text:after,div.text-field span.invalid-text:after{text-shadow:0 0 2px #fff;cursor:pointer;font-family:FontAwesome;content:"";font-size:1em;padding:3px;color:#c64646!important}div.date-field.invalid span.invalid-text,div.input-field.invalid span.invalid-text,div.numeric-field.invalid span.invalid-text,div.select-field.invalid span.invalid-text,div.text-field.invalid span.invalid-text{visibility:visible}div.date-field.invalid input,div.date-field.invalid textarea,div.input-field.invalid input,div.input-field.invalid textarea,div.numeric-field.invalid input,div.numeric-field.invalid textarea,div.select-field.invalid input,div.select-field.invalid textarea,div.text-field.invalid input,div.text-field.invalid textarea{border-bottom:1px solid #c64646}div.select-field span.field-post-text{display:hidden}.Select{padding:3px 2%;font-size:.9em}.Select.invalid>.Select-control{border-bottom:1px solid #c64646!important}.is-focused:not(.is-open)>.Select-control{border:none;box-shadow:none!important}.required-label{color:#c64646;padding-left:.25em}.fn-formula{font-size:10px}.fn-formula>div,.fn-formula span{display:inline;-webkit-user-select:none;user-select:none}.fn-formula .fn-item-toggle:hover{cursor:pointer;text-decoration:underline}.fn-formula .fn-item{display:inline-flex;flex-direction:column}.fn-formula .fn-item .fn-item-value{border-top:1px dashed;text-align:center;background:#fafad2}.fn-formula .fn-formula-result{font-size:1.5em}.fn-formula .fn-highlight-info{font-style:italic;background:#fafad2;font-size:.8em}.fn-formula .fn-parenthesis-block{color:#000;display:inline}.fn-formula .fn-parenthesis-block .fn-parenthesis{display:inline}.fn-formula .fn-parenthesis-block .fn-parenthesis-body{padding-left:.2em;padding-right:.2em;display:inline}.fn-formula .fn-parenthesis-block:hover:not(:has(.fn-parenthesis-block:hover))>.fn-parenthesis{font-size:1.3em;color:#0279ac;font-weight:700}.fn-formula .fn-variable{text-decoration:none;display:inline-flex;flex-direction:column;border-bottom:1px dotted;padding:.2em}.fn-formula .fn-variable .fn-variable-formula{padding-left:.2em;padding-right:.2em}.fn-formula .fn-variable .fn-variable-value{border-top:1px dashed;text-align:center;background:#fafad2}.fn-formula .fn-variable .fn-period{background-color:#ffe58f;padding-left:.2em;padding-right:.2em}.fn-formula .fn-variable .fn-var-config{padding-left:.2em;margin-right:.2em;padding-right:.2em;display:inline-block}.fn-formula .fn-variable:hover{cursor:pointer}.fn-formula .fn-variable:hover .fn-var-path{text-decoration:underline}.fn-formula .fn-operator{display:inline}.fn-formula .fn-operator .fn-operator-char{font-size:1.5em;font-weight:700;color:#0c587a}.fn-formula .fn-constant .fn-constant-string{color:#0c587a}.fn-formula .fn-constant .fn-constant-number{color:#ef8f8f;font-weight:700;font-size:1.1em;padding:.2em}.fn-formula .fn-conditional{display:block}.fn-formula .fn-conditional .fn-condition{display:block;color:#0279ac}.fn-formula .fn-conditional .fn-condition>.fn-condition-title{font-weight:700;padding-left:1em}.fn-formula .fn-conditional .fn-condition .fn-condition-value{text-align:center;background:#fafad2}.fn-formula .fn-conditional .fn-condition-true{display:block;border-left:1px solid #287a30;margin-left:1em}.fn-formula .fn-conditional .fn-condition-true>.fn-condition-title{padding-left:1em;background:#287a30;color:#f6f6f6}.fn-formula .fn-conditional .fn-condition-false{display:block;border-left:1px solid #a53b3b;margin-left:1em}.fn-formula .fn-conditional .fn-condition-false>.fn-condition-title{padding-left:1em;background:#a53b3b;color:#f6f6f6}.fn-formula .fn-conditional .fn-condition-case{display:block;padding-left:20px}.fn-formula .fn-conditional.fn-conditional-result-true .fn-condition-value{color:#287a30}.fn-formula .fn-conditional.fn-conditional-result-true .fn-condition-false{opacity:.6}.fn-formula .fn-conditional.fn-conditional-result-true .fn-condition-true{opacity:1}.fn-formula .fn-conditional.fn-conditional-result-false .fn-condition-value{color:#a53b3b}.fn-formula .fn-conditional.fn-conditional-result-false .fn-condition-false{opacity:1}.fn-formula .fn-conditional.fn-conditional-result-false .fn-condition-true{opacity:.6}.fn-formula .fn-function{color:#0c587a}.fn-formula .fn-function .fn-function-name{font-weight:700;font-size:1.2em}.fn-formula .fn-function .fn-function-body{margin-left:.3em;margin-right:.3em}.fn-formula .fn-function.fn-function-multiperiod .fn-function-name:hover{cursor:pointer;text-decoration:underline}.fn-formula .fn-function.fn-function-multiperiod .fn-multiperiod-short{background-color:#fafad2;font-style:italic}.app-content>.body{overflow:hidden}.full-screen{position:absolute;top:0;left:0;height:100vh;width:100vw;padding:1em}.full-screen .ant-card.reporting-wizard{display:flex;flex-direction:column;align-items:stretch;height:100%;box-shadow:0 1px 2px -2px rgba(0,0,0,.16),0 3px 6px 0 rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.09)}.full-screen .ant-card.reporting-wizard .ant-card-body{flex:1 1;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;padding:0}.ant-drawer-content-wrapper:has(.reporting-wizard){min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.reporting-wizard,.reporting-wizard .ant-drawer-body{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.reporting-wizard .ant-drawer-body{display:flex;flex-direction:column;align-items:stretch;overflow:hidden;padding-top:5px}.reporting-wizard .report-header span.header-details{color:#0279ac;text-transform:uppercase}.reporting-wizard .report-header span.header-details.blue{color:#0c587a}.reporting-wizard .report-header span.header-details.orange{color:#e28824}.reporting-wizard .report-header span.icon-close{cursor:pointer;float:right;margin-right:1em}.reporting-wizard .report-header span.icon-close:before{content:"";font-family:FontAwesome}.reporting-wizard div[data-panel]{display:flex;flex-direction:column;align-items:stretch}.reporting-wizard .wizard-wrapper{flex:1 1;display:flex;flex-direction:column;align-items:stretch;overflow:hidden}.reporting-wizard .wizard-wrapper .wizard-enable-edit{display:flex;align-items:center;flex-direction:row;justify-content:center;padding-top:.5em;padding-bottom:.5em;background:#76b2cc}.reporting-wizard .wizard-wrapper .body-wrapper{flex:1 1;padding:1em;overflow:hidden;display:flex;flex-direction:column;align-items:center;border:1px solid #f0f0f0}.reporting-wizard .wizard-wrapper .wizard-actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1em 2em}.reporting-wizard section.step-indicator{margin-bottom:0;height:30px;overflow:hidden;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;flex-wrap:nowrap}.reporting-wizard section.step-indicator .step{-moz-flex-grow:1;flex-grow:1;display:block;float:left;background:#0a1a24;padding-right:10px;height:30px;line-height:32px;margin-right:33px;position:relative;text-decoration:none;color:#fff;cursor:default;font-size:1em;transition:opacity .2s ease-in}.reporting-wizard section.step-indicator .step.clickable:hover{opacity:.8;text-decoration:underline;cursor:pointer}.reporting-wizard section.step-indicator .step:before{content:"";display:block;width:0;height:0;position:absolute;top:0;left:-30px;border:15px solid #0a1a24;border-left-color:transparent}.reporting-wizard section.step-indicator .step:after{content:"";display:block;width:0;height:0;position:absolute;top:0;right:-30px;border:15px solid transparent;border-left-color:#0a1a24}.reporting-wizard section.step-indicator .step:first-of-type{border-radius:2px 0 0 2px;padding-left:15px}.reporting-wizard section.step-indicator .step:first-of-type:before{display:none}.reporting-wizard section.step-indicator .step:last-of-type{border-radius:0 2px 2px 0 4px;margin-right:0;padding-right:15px}.reporting-wizard section.step-indicator .step:last-of-type:after{display:none}.reporting-wizard section.step-indicator .step.active{background:#287a30;color:#fff}.reporting-wizard section.step-indicator .step.active:before{border-color:#287a30 #287a30 #287a30 transparent}.reporting-wizard section.step-indicator .step.active:after{border-left-color:#287a30}.reporting-wizard section.step-indicator .step.completed{background:rgba(10,26,36,.7);color:#fff}.reporting-wizard section.step-indicator .step.completed:before{border-color:rgba(10,26,36,.7) rgba(10,26,36,.7) rgba(10,26,36,.7) transparent}.reporting-wizard section.step-indicator .step.completed:after{border-left-color:rgba(10,26,36,.7)}.reporting-wizard section.step-indicator .step.error{background:#c64646;color:#fff}.reporting-wizard section.step-indicator .step.error:before{border-color:#c64646 #c64646 #c64646 transparent}.reporting-wizard section.step-indicator .step.error:after{border-left-color:#c64646}.reporting-wizard section.step-indicator .step.completed.error{background:rgba(132,46,46,.7);color:#fff}.reporting-wizard section.step-indicator .step.completed.error:before{border-color:rgba(132,46,46,.7) rgba(132,46,46,.7) rgba(132,46,46,.7) transparent}.reporting-wizard section.step-indicator .step.completed.error:after{border-left-color:rgba(132,46,46,.7)}.step1,.step2,.step3{font-weight:900;font-size:16px;color:rgba(0,0,0,.88);margin:10px 0 2px}.custom-row td{padding:10px!important}.uploadReport{min-width:800px}.custom-panel-header .ant-collapse-header{font-weight:700;font-size:16px;padding-top:2px!important}.preview{display:flex;padding-left:15px;border-left:1px solid grey;margin-left:15px}.previousReport{padding:15px!important}@media(max-width:787px){.uploadReport{min-width:auto}.preview{border-left:none;margin-left:0;padding-left:0}}.ant-input-number-group-wrapper{max-width:100%}.ant-input-number-group-wrapper .ant-input-number-group{display:inline-flex;align-items:stretch;justify-content:center}.ant-input-number-group-wrapper .ant-input-number-group .ant-input-number{display:block;flex:1 1;min-width:0}.ant-input-number-group-wrapper .ant-input-number-group .ant-input-number-group-addon{display:block;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;line-height:200%;font-size:.7em}.formula-icon{width:12px;height:12px;margin:2px 2px 2px 5px}.formula-icon:hover{cursor:pointer;background-color:#0c587a;color:#f6f6f6}.formula-link:hover{cursor:pointer;text-decoration:underline}.field-label{display:flex;flex-direction:row;justify-content:left;align-items:center}.field-label .field-label-fx{width:19px;height:16px}.field-value-error{color:#c64646}.form-tree,.form-tree .form-tree-edit-line{display:flex;flex-direction:row}.form-tree .form-tree-column-header{background:#e28824;color:#f6f6f6;min-height:6em;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5px}.form-tree .form-tree-label-column .form-tree-column-header{background:unset;color:#f6f6f6}.form-tree .form-tree-columnAgro .form-tree-field-line{flex:1 1;white-space:nowrap;border-bottom:1px solid #80929a;height:2.8em;width:100%;font-size:.8em;padding:.5rem 1rem;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:left;justify-content:left}.form-tree .form-tree-columnAgro .form-tree-field-line svg{min-width:12px}.form-tree .form-tree-columnAgro.form-tree-data-column .form-tree-field-line,.form-tree .form-tree-columnAgro.form-tree-field-column .form-tree-field-line{-moz-justify-content:right;justify-content:right}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-line{background:#0c587a;font-weight:700;text-transform:uppercase;color:#fff}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line,.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{padding-left:60px}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line{color:#f6f6f6;background:#287a30;font-weight:700;text-transform:uppercase}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line .field-label-text{padding-left:.15rem}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line{color:#637077;background:#f2f2f2;text-transform:uppercase;font-weight:400}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line .ffield-label-text{padding-left:.6rem}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line,.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{padding-left:60px}.form-tree .form-tree-columnAgro .form-tree-field-lineAgros{flex:1 1;white-space:nowrap;border-bottom:1px solid #80929a;height:2.8em;width:100%;font-size:.8em;padding:.5rem 1rem;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:left;justify-content:left}.form-tree .form-tree-columnAgro .form-tree-field-lineAgros svg{min-width:12px}.form-tree .form-tree-columnAgro.form-tree-data-column{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.form-tree .form-tree-columnAgro.form-tree-data-column .form-tree-field-lineAgros{-moz-justify-content:right;justify-content:right}.form-tree .form-tree-columnAgro.form-tree-field-column{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.form-tree .form-tree-columnAgro.form-tree-field-column .form-tree-field-lineAgros{-moz-justify-content:right;justify-content:right}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-lineAgros{background:#0c587a;font-weight:700;text-transform:uppercase;color:#fff}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-lineAgros{color:#f6f6f6;background:#76b2cc;font-weight:700;text-transform:uppercase}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-lineAgros .field-label-text{padding-left:.15rem}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-lineAgros{color:#637077;background:#f2f2f2;text-transform:uppercase;font-weight:400}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-lineAgros .ffield-label-text{padding-left:.6rem}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line{color:#637077;background:#fff;text-transform:uppercase;font-weight:400;font-style:italic}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line .field-label-text{padding-left:.75rem}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077;background:#fff;text-transform:uppercase;font-weight:400;font-style:italic}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.75rem}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077!important;background:#fff!important;text-transform:uppercase;font-weight:400!important;font-style:normal!important}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.6rem}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077!important;background:#fff!important;text-transform:uppercase;font-weight:400!important;font-style:normal!important}.form-tree .form-tree-columnAgro>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.6rem}.form-tree .form-tree-columnAgro>.form-tree-field-line{color:#f6f6f6;background:#76b2cc;font-weight:700;text-transform:uppercase}.form-tree .form-tree-columnAgro>.form-tree-field-line .field-label-text{padding-left:.3rem}.form-tree .form-tree-columnAgroValue .form-tree-field-lineAgros{flex:1 1;white-space:nowrap;border-bottom:1px solid #80929a;height:2.8em;width:100%;font-size:.8em;padding:.5rem 1rem;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:left;justify-content:left}.form-tree .form-tree-columnAgroValue .form-tree-field-lineAgros svg{min-width:12px}.form-tree .form-tree-columnAgroValue.form-tree-data-column{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.form-tree .form-tree-columnAgroValue.form-tree-data-column .form-tree-field-lineAgros{-moz-justify-content:right;justify-content:right}.form-tree .form-tree-columnAgroValue.form-tree-field-column{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.form-tree .form-tree-columnAgroValue.form-tree-field-column .form-tree-field-lineAgros{-moz-justify-content:right;justify-content:right}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-lineAgros{background:#0c587a;font-weight:700;text-transform:uppercase;color:#fff}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-lineAgros{color:#f6f6f6;background:#76b2cc;font-weight:700;text-transform:uppercase}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-lineAgros .field-label-text{padding-left:.15rem}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-lineAgros{color:#637077;background:#f2f2f2;text-transform:uppercase;font-weight:400}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-lineAgros .ffield-label-text{padding-left:.6rem}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line{color:#637077;background:#fff;text-transform:uppercase;font-weight:400;font-style:italic}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line .field-label-text{padding-left:.75rem}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077;background:#fff;text-transform:uppercase;font-weight:400;font-style:italic}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.75rem}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077!important;background:#fff!important;text-transform:uppercase;font-weight:400!important;font-style:normal!important}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.6rem}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077!important;background:#fff!important;text-transform:uppercase;font-weight:400!important;font-style:normal!important}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.6rem}.form-tree .form-tree-columnAgroValue>.form-tree-field-line{color:#f6f6f6;background:#76b2cc;font-weight:700;text-transform:uppercase}.form-tree .form-tree-columnAgroValue>.form-tree-field-line .field-label-text{padding-left:.3rem}.form-tree .form-tree-columnAgroValue .form-tree-field-line{flex:1 1;white-space:nowrap;border-bottom:1px solid #80929a;height:2.8em;width:100%;font-size:.8em;padding:.5rem 1rem;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:left;justify-content:left}.form-tree .form-tree-columnAgroValue .form-tree-field-line svg{min-width:12px}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-line{background:#0c587a;font-weight:700;text-transform:uppercase;color:#fff}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line{color:#f6f6f6;background:#287a30;font-weight:700;text-transform:uppercase}.form-tree .form-tree-columnAgroValue>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line .field-label-text{padding-left:.15rem}.form-tree .form-tree-column .form-tree-field-line{flex:1 1;white-space:nowrap;border-bottom:1px solid #80929a;height:2.8em;width:100%;font-size:.8em;padding-right:1rem;padding-left:1rem;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:left;justify-content:left}.form-tree .form-tree-column .form-tree-field-line svg{min-width:12px}.form-tree .form-tree-column.form-tree-data-column{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.form-tree .form-tree-column.form-tree-data-column .form-tree-field-line{-moz-justify-content:right;justify-content:right}.form-tree .form-tree-column.form-tree-field-column{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.form-tree .form-tree-column.form-tree-field-column .form-tree-field-line{-moz-justify-content:right;justify-content:right}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-line{background:#0c587a;font-weight:700;text-transform:uppercase;color:#fff}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line{color:#f6f6f6;background:#76b2cc;font-weight:700;text-transform:uppercase}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line .field-label-text{padding-left:.45rem}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line{color:#637077;background:#f2f2f2;text-transform:uppercase;font-weight:400}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line .ffield-label-text{padding-left:.6rem}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line{color:#637077;background:#fff;text-transform:uppercase;font-weight:400;font-style:italic}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-line .field-label-text{padding-left:.75rem}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077;background:#fff;text-transform:uppercase;font-weight:400;font-style:italic}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.75rem}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077!important;background:#fff!important;text-transform:uppercase;font-weight:400!important;font-style:normal!important}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.6rem}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line{color:#637077!important;background:#fff!important;text-transform:uppercase;font-weight:400!important;font-style:normal!important}.form-tree .form-tree-column>.form-tree-field-group>.form-tree-field-group-content>.form-tree-field-line .field-label-text{padding-left:.6rem}.form-tree .form-tree-column>.form-tree-field-line{background:#0c587a;font-weight:700;text-transform:uppercase;color:#fff}.form-tree .form-tree-column>.form-tree-field-line .field-label-text{padding-left:.3rem}.form-tree .form-tree-label-column{text-align:left}.form-tree .form-tree-label-column .form-tree-field-line{overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis}.form-tree .form-tree-data-column{text-align:right}.form-tree .form-tree-fixed{max-width:50%;flex:1 1;border-right:2px solid #637077}.form-tree .form-tree-editor{flex:1 1;display:flex;flex-direction:row}.form-tree .form-tree-editor .form-tree-field-column,.form-tree .form-tree-editor .form-tree-label-column{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form-tree .form-tree-editor .form-tree-field-column{text-align:right}.form-tree .form-tree-editor .form-tree-field-column .form-tree-field-line{padding-right:0}.form-tree .form-tree-editor .form-tree-field-column .ant-input,.form-tree .form-tree-editor .form-tree-field-column .ant-input-number{min-width:9em}.form-tree .form-tree-editor .form-tree-field-column .field-entry{display:flex;justify-content:center;flex-direction:column}.form-tree .form-tree-editor .form-tree-field-column input{height:1em;text-align:right;font-size:12px}.form-tree .form-tree-editor .form-tree-field-column .ant-input-number-group-addon .ant-tag{height:20px;font-size:9px}.form-tree .form-tree-editor .form-tree-field-column .ant-input-number-group-addon .ant-tag.scale{height:20px;font-size:8px}.form-tree .form-tree-editor .form-tree-field-column .field-display-value{display:flex;flex-direction:row;justify-content:left;align-items:center;font-size:12px;padding-right:1em}.form-tree .form-tree-data{flex:2 1;display:flex;flex-direction:row;overflow-x:scroll}.form-tree .form-tree-data .form-tree-column{flex:1 1;margin-right:1px}.form-flat{font-size:.8rem;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:stretch;border-left:1px solid #0c587a}.form-flat .form-flat-caption{margin-bottom:10px}.form-flat .form-flat-field-line-group,.form-flat .form-flat-heading{flex:1 1;display:flex;flex-direction:row;align-items:stretch;justify-content:start}.form-flat .form-flat-field-line-group.form-flat-level-1,.form-flat .form-flat-heading.form-flat-level-1{background:#0c587a;font-weight:700;text-transform:uppercase;color:#fff}.form-flat .form-flat-field-line-group.form-flat-level-1.field-has-errors .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-1.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-1.field-has-errors .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-1.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column){background:#c64646!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-1.field-has-warnings .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-1.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-1.field-has-warnings .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-1.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column){background:#e28824!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-2,.form-flat .form-flat-heading.form-flat-level-2{color:#f6f6f6;background:#76b2cc;font-weight:700;text-transform:uppercase}.form-flat .form-flat-field-line-group.form-flat-level-2 .field-label-text,.form-flat .form-flat-heading.form-flat-level-2 .field-label-text{padding-left:.45rem}.form-flat .form-flat-field-line-group.form-flat-level-2.field-has-errors .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-2.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-2.field-has-errors .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-2.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column){background:#c64646!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-2.field-has-warnings .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-2.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-2.field-has-warnings .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-2.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column){background:#e28824!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-3,.form-flat .form-flat-heading.form-flat-level-3{color:#637077;background:#f2f2f2;text-transform:uppercase;font-weight:400}.form-flat .form-flat-field-line-group.form-flat-level-3 .field-label-text,.form-flat .form-flat-heading.form-flat-level-3 .field-label-text{padding-left:.6rem}.form-flat .form-flat-field-line-group.form-flat-level-3.field-has-errors .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-3.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-3.field-has-errors .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-3.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column){background:#c64646!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-3.field-has-warnings .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-3.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-3.field-has-warnings .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-3.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column){background:#e28824!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-4,.form-flat .form-flat-heading.form-flat-level-4{color:#637077;background:#fff;text-transform:uppercase;font-weight:400;font-style:italic}.form-flat .form-flat-field-line-group.form-flat-level-4 .field-label-text,.form-flat .form-flat-heading.form-flat-level-4 .field-label-text{padding-left:.75rem}.form-flat .form-flat-field-line-group.form-flat-level-4.field-has-errors .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-4.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-4.field-has-errors .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-4.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column){background:#c64646!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-4.field-has-warnings .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-4.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-4.field-has-warnings .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-4.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column){background:#e28824!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-last,.form-flat .form-flat-heading.form-flat-level-last{color:#637077!important;background:#fff!important;text-transform:uppercase;font-weight:400!important;font-style:normal!important}.form-flat .form-flat-field-line-group.form-flat-level-last .field-label-text,.form-flat .form-flat-heading.form-flat-level-last .field-label-text{padding-left:.6rem}.form-flat .form-flat-field-line-group.form-flat-level-last.field-breached .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-last.field-breached .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-last.field-breached .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-last.field-breached .form-flat-value-column:not(.form-flat-extra-period-column){color:#c64646!important}.form-flat .form-flat-field-line-group.form-flat-level-last.field-breacheds .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-last.field-breacheds .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-last.field-breacheds .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-last.field-breacheds .form-flat-value-column:not(.form-flat-extra-period-column){color:#fffce5!important;background-color:#e28824!important}.form-flat .form-flat-field-line-group.form-flat-level-last.field-has-errors .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-last.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-last.field-has-errors .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-last.field-has-errors .form-flat-value-column:not(.form-flat-extra-period-column){background:#c64646!important;color:#fffce5!important}.form-flat .form-flat-field-line-group.form-flat-level-last.field-has-warnings .form-flat-label-column,.form-flat .form-flat-field-line-group.form-flat-level-last.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column),.form-flat .form-flat-heading.form-flat-level-last.field-has-warnings .form-flat-label-column,.form-flat .form-flat-heading.form-flat-level-last.field-has-warnings .form-flat-value-column:not(.form-flat-extra-period-column){background:#e28824!important;color:#fffce5!important}.form-flat .form-flat-cell{padding-bottom:.5em;padding-top:.5em}.form-flat .form-flat-cell.form-flat-label-column{flex:1 1}.form-flat .form-flat-cell.form-flat-value-column{width:15rem;display:flex;flex-direction:column;align-items:stretch;text-align:right;min-width:12rem}.form-flat .form-flat-cell.form-flat-value-column .field-value{text-align:right;padding-right:1em}.form-flat .form-flat-cell.form-flat-spacer-column{width:1em;background-color:#fff;border-left:1px solid #0c587a}.form-flat .form-flat-cell.form-flat-extra-period-column{opacity:.5;border-left:1px dashed #0c587a;border-right:1px dashed #0c587a}.form-flat .form-flat-heading{background-color:#0a1a24;color:#f6f6f6;font-size:1.4em;margin-bottom:5px;position:-webkit-sticky;position:sticky;top:0;z-index:999}.form-flat .form-flat-heading .form-flat-cell{text-align:center!important}.form-flat .ant-input,.form-flat .ant-input-number{min-width:9rem}.form-flat .ant-input-number input,.form-flat .ant-input input{font-size:1rem;text-align:right}.form-flat .field-entry{display:flex;justify-content:center;flex-direction:column;align-items:end}.form-flat .field-display-value{padding-right:1em}.ant-input-number-filled.ant-input-number-disabled,.ant-input-outlined.ant-input-disabled{background-color:#f6f6f6!important}.loaderStyle{display:flex;align-items:flex-start;grid-gap:10px;gap:10px;height:30%;font-weight:500;font-size:16px;margin-left:35%;margin-top:20%}.load{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:101}.load .dot,.load .outline,.load:after,.load:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.load .dot{width:96px;height:96px;background:#287a30;animation:in 4s linear infinite;z-index:999}.load:before{background:#0279ac;animation:out1 4s linear infinite}.load:after,.load:before{content:"";width:0;height:0}.load:after{background:#287a30;animation:out2 4s linear infinite}.load .outline{width:120px;height:120px;z-index:999}.load .outline span{width:68px;height:68px;transform-origin:100% 100%;transform:rotate(45deg) skewX(80deg);overflow:hidden;position:absolute;bottom:50%;right:50%;animation:outline 4s linear infinite}.load .outline span:before{content:"";display:block;border:5px solid #fff;width:200%;height:200%;border-radius:50%;transform:skewX(-80deg);animation:outlineBefore 4s linear infinite}@keyframes outline{0%{transform:rotate(0deg) skewX(80deg)}25%{transform:rotate(500deg) skewX(15deg)}50%{transform:rotate(1000deg) skewX(40deg)}75%{transform:rotate(1500deg) skewX(60deg)}to{transform:rotate(6turn) skewX(80deg)}}@keyframes outlineBefore{0%{transform:skewX(-80deg);border:5px solid #fff}25%{transform:skewX(-15deg);border:5px solid #fff}49%{border:5px solid #fff}50%{transform:skewX(-40deg);border:5px solid #fff}75%{transform:skewX(-60deg);border:5px solid #fff}to{transform:skewX(-80deg);border:5px solid #fff}}@keyframes in{0%{width:144px;height:144px;background:#287a30}40%{width:0;height:0;background:#287a30}41%{width:0;height:0;background:#0279ac}50%{width:144px;height:144px;background:#0279ac}90%{width:0;height:0;background:#0279ac}91%{width:0;height:0;background:#287a30}to{width:144px;height:144px;background:#287a30}}@keyframes out1{0%{width:0;height:0}30%{width:120vw;height:120vw}to{width:120vw;height:120vw}}@keyframes out2{0%{width:0;height:0}30%{width:0;height:0}60%{width:120vw;height:120vw}to{width:120vw;height:120vw}}*,:after,:before{-ms-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}div.admin-form label,div.export-form label,div.register-form label{width:25%;font-size:.75em;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row}div.admin-form label.top-label,div.export-form label.top-label,div.register-form label.top-label{width:100%}div.admin-form div.form-group,div.export-form div.form-group,div.register-form div.form-group{border-bottom:1px solid #80929a;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-align-items:stretch;align-items:stretch}div.admin-form div.form-group label,div.export-form div.form-group label,div.register-form div.form-group label{width:25%;font-size:.75em;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row}div.admin-form div.form-group label.top-label,div.export-form div.form-group label.top-label,div.register-form div.form-group label.top-label{width:100%}div.admin-form div.form-group>div,div.export-form div.form-group>div,div.register-form div.form-group>div{-moz-flex:1;flex:1 1}div.admin-form div.form-group div.block,div.export-form div.form-group div.block,div.register-form div.form-group div.block{-moz-flex:none;flex:none;width:100%;margin:.5em 0}div.admin-form div.form-group div.block div.block-children,div.export-form div.form-group div.block div.block-children,div.register-form div.form-group div.block div.block-children{margin:0 0 1em 2em}div.admin-form div.form-group div.date-field,div.admin-form div.form-group div.numeric-field,div.admin-form div.form-group div.pw-wrapper,div.admin-form div.form-group div.text-field,div.export-form div.form-group div.date-field,div.export-form div.form-group div.numeric-field,div.export-form div.form-group div.pw-wrapper,div.export-form div.form-group div.text-field,div.register-form div.form-group div.date-field,div.register-form div.form-group div.numeric-field,div.register-form div.form-group div.pw-wrapper,div.register-form div.form-group div.text-field{background:#ececea;color:#0279ac;min-height:35px;margin-top:3px}div.admin-form div.form-group div.date-field,div.export-form div.form-group div.date-field,div.register-form div.form-group div.date-field{display:-moz-flex;display:flex;-moz-justify-content:flex-end;justify-content:flex-end;-moz-align-items:center;align-items:center}div.admin-form div.form-group div.Select,div.export-form div.form-group div.Select,div.register-form div.form-group div.Select{text-align:right;background:#ececea;color:#0279ac;min-height:35px;margin-top:3px}div.admin-form div.form-group div.Select:focus,div.export-form div.form-group div.Select:focus,div.register-form div.form-group div.Select:focus{outline:none}div.admin-form div.form-group div.Select div.Select-control,div.export-form div.form-group div.Select div.Select-control,div.register-form div.form-group div.Select div.Select-control{border-radius:0;border:none;background:transparent;color:#f6f6f6}div.admin-form div.form-group div.Select div.Select-control div.Select-value,div.export-form div.form-group div.Select div.Select-control div.Select-value,div.register-form div.form-group div.Select div.Select-control div.Select-value{padding-right:45px;border:1px solid #0279ac;background-color:#0279ac}div.admin-form div.form-group div.Select div.Select-control div.Select-value span.Select-value-label,div.export-form div.form-group div.Select div.Select-control div.Select-value span.Select-value-label,div.register-form div.form-group div.Select div.Select-control div.Select-value span.Select-value-label{color:#f6f6f6}div.admin-form div.form-group div.Select div.Select-control div.Select-value span.Select-value-icon,div.export-form div.form-group div.Select div.Select-control div.Select-value span.Select-value-icon,div.register-form div.form-group div.Select div.Select-control div.Select-value span.Select-value-icon{border:none;color:#f6f6f6}div.admin-form div.form-group div.Select div.Select-control div.Select-placeholder,div.export-form div.form-group div.Select div.Select-control div.Select-placeholder,div.register-form div.form-group div.Select div.Select-control div.Select-placeholder{padding-right:40px}div.admin-form div.form-group.readOnly div.date-field,div.admin-form div.form-group.readOnly div.numeric-field,div.admin-form div.form-group.readOnly div.Select,div.admin-form div.form-group.readOnly div.text-field,div.export-form div.form-group.readOnly div.date-field,div.export-form div.form-group.readOnly div.numeric-field,div.export-form div.form-group.readOnly div.Select,div.export-form div.form-group.readOnly div.text-field,div.register-form div.form-group.readOnly div.date-field,div.register-form div.form-group.readOnly div.numeric-field,div.register-form div.form-group.readOnly div.Select,div.register-form div.form-group.readOnly div.text-field{color:#637077!important;background:#aabac3!important}div.admin-form div.form-group span.covenant-info-guide,div.export-form div.form-group span.covenant-info-guide,div.register-form div.form-group span.covenant-info-guide{cursor:pointer;padding-right:.5em}div.admin-form div.form-group span.covenant-info-guide:before,div.export-form div.form-group span.covenant-info-guide:before,div.register-form div.form-group span.covenant-info-guide:before{color:#0279ac;content:"";font-family:FontAwesome;opacity:1;transition:opacify .3s ease}div.admin-form div.form-group span.covenant-info-guide:hover:before,div.export-form div.form-group span.covenant-info-guide:hover:before,div.register-form div.form-group span.covenant-info-guide:hover:before{opacity:.8}div.admin-form div.form-actions button:last-of-type,div.export-form div.form-actions button:last-of-type,div.register-form div.form-actions button:last-of-type{margin:0 1em}.form-groups,.mfa-row{display:flex;align-items:center;justify-content:space-between}.form-groups{grid-gap:10px;gap:10px}.form-groups label{white-space:nowrap;margin:0}.ant-switch:not(.ant-switch-checked):active,.ant-switch:not(.ant-switch-checked):focus{background-color:#80929a!important}.inco-tabs:after{position:relative;display:block;width:100%;height:2px;border-top:1px solid #ccc;top:-6px;content:" ";opacity:.5}.inco-tabs .tabs-nav{position:relative;display:flex;flex:none;align-items:center;margin:0 0 5px;box-sizing:border-box;color:rgba(0,0,0,.88);font-size:14px;line-height:1.5714285714;list-style:none}.inco-tabs .tabs-nav .tabs-nav-wrap{position:relative;display:flex;flex:auto;align-self:stretch;overflow:hidden;white-space:nowrap;transform:translate(0)}.inco-tabs .tabs-nav .tabs-nav-wrap .tabs-nav-list{position:relative;display:flex;transition:opacity .3s}.inco-tabs .tabs-nav .tabs-nav-wrap .tabs-nav-list .tabs-tab{position:relative;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;display:inline-flex;align-items:center;padding:12px 0;font-size:14px;background:transparent;border:0;outline:none;cursor:pointer;color:rgba(0,0,0,.88);border-bottom:2px solid transparent}.inco-tabs .tabs-nav .tabs-nav-wrap .tabs-nav-list .tabs-tab:hover{color:#0279ac}.inco-tabs .tabs-nav .tabs-nav-wrap .tabs-nav-list .tabs-tab.tabs-tab-active{color:#0279ac;border-bottom:2px solid #0279ac}.inco-tabs .tabs-nav .tabs-nav-wrap .tabs-nav-list .tabs-tab .tabs-tab-btn{outline:none;transition:all .3s}.inco-tabs .tabs-tab+.tabs-tab{margin:0 0 0 32px}.ant-card.formula-card .ant-card-head{background-color:#aabac3}.export-form{height:100%;overflow:visible}.export-form .Select--multi .Select-value{background-color:#0279ac;border:#0279ac}.export-form div.Select div.Select-control{border-radius:0;border:none;color:#f6f6f6!important}.export-form div.Select div.Select-control div.Select-value{color:#0279ac!important}.export-form div.Select div.Select-control div.Select-value span.Select-value-icon{border:none}.export-form .Select{height:100%;overflow:visible}.export-form .clients-grid-select{display:inherit;height:28em}.export-form .clients-grid-select .inco-table{margin-top:1em;width:50%}.export-form .clients-grid-select .griddle-body>div{overflow-y:scroll;height:25em}.export-form .clients-grid-select th{color:#f6f6f6!important}.export-form .clients-grid-select .griddle:nth-child(2) th{background-color:#0279ac!important}.export-form button{float:left;background-color:#aabac3}.export-form button.selected{background-color:#0279ac}.export-form .submit-button button{background-color:#287a30}.export-form .submit-button{float:right}.o-label{color:#f6f6f6;padding:0 .5em;text-align:center;border-radius:4px 4px 4px 4px;display:-moz-flex;display:flex;-moz-justify-content:center;justify-content:center}.o-label--overdue,.o-label--rejected{background:#c64646}.o-label--overdue{color:#fff;font-weigth:bold;text-transform:uppercase}.o-label--overdue:before{color:#ff0;display:inline-block;content:"";font-family:FontAwesome;width:2em}.o-label--approved{background:#287a30}.o-label--submitted{background:#f19836}.o-label--in_progress,.o-label--in_review{background:#637077}.o-label--created{background:#0279ac}.rc-table-inco{margin-top:2em}.rc-table-inco table{margin-top:2em;width:100%;background:#f6f6f6;border-spacing:0;font-size:.8rem}.rc-table-inco table thead th{position:relative;padding:.5rem;text-align:left;font-size:1.1em;font-weight:700;color:#f6f6f6!important;background-color:#0a1a24!important;border-left:1px solid #aabac3;border-top:1px solid #aabac3}.rc-table-inco table thead th:last-child{border-right:1px solid #aabac3}.rc-table-inco table tbody tr.error td{color:#c64646;font-weight:700}.rc-table-inco table tbody tr:nth-child(2n) td{background-color:#fff}.rc-table-inco table tbody td{padding:.5rem}.rc-table-inco table tbody td:not(.footer-container){border-left:1px solid #aabac3;border-bottom:1px solid #aabac3}.rc-table-inco table tbody td:not(.footer-container):last-child{border-right:1px solid #aabac3}.rc-table-inco table tbody td:not(.footer-container) button{background:#fffda4;color:#000040;float:none;margin-left:.5em;padding:3px 10px;font-size:.9em;font-weight:bolder;line-height:.8;border:1px solid red;text-transform:none!important;border-radius:4px 4px 4px 4px;transition:all .2s ease-in}.rc-table-inco table tbody td:not(.footer-container) button:hover{background:#0279ac;color:#f6f6f6;border-color:#0279ac}.rc-table-inco--clickable table tbody tr{cursor:pointer}.rc-table-inco--clickable table tbody tr:hover{background-color:rgba(118,178,204,.2)!important}.rc-table-inco--clickable table tbody tr:hover td{background-color:rgba(118,178,204,.2)}.o-gridView{margin-top:2em}.o-gridView__table{margin-top:2em;width:100%;background:#f6f6f6;border-spacing:0;font-size:.8rem}.o-gridView__table-no-margin-top{margin-top:0!important}.o-gridView__table thead th{position:relative;padding:.5rem;text-align:left;font-size:1.1em;font-weight:700;color:#f6f6f6!important;background-color:rgba(10,26,36,.8)!important;border-left:1px solid #aabac3;border-top:1px solid #aabac3}.o-gridView__table thead th:last-child{border-right:1px solid #aabac3}.o-gridView__table tbody tr.error td{color:#c64646;font-weight:700}.o-gridView__table tbody tr:nth-child(2n){background-color:#fff}.o-gridView__table tbody td{padding:.5rem}.o-gridView__table tbody td:not(.footer-container){border-left:1px solid #aabac3;border-bottom:1px solid #aabac3}.o-gridView__table tbody td:not(.footer-container):last-child{border-right:1px solid #aabac3}.o-gridView__table tbody td:not(.footer-container) button{background:#fffda4;color:#000040;float:none;margin-left:.5em;padding:3px 10px;font-size:.9em;font-weight:bolder;line-height:.8;border:1px solid red;text-transform:none!important;border-radius:4px 4px 4px 4px;transition:all .2s ease-in}.o-gridView__table tbody td:not(.footer-container) button:hover{background:#0279ac;color:#f6f6f6;border-color:#0279ac}.o-gridView__table tbody:last-child{background:#fff}.o-gridView__table--clickable tbody tr{cursor:pointer}.o-gridView__table--clickable tbody tr:hover{background-color:rgba(118,178,204,.2)}.o-gridView__table--paged tbody:last-of-type tr{cursor:default}.o-gridView__table--paged tbody:last-of-type tr:hover{background-color:inherit!important}.o-gridView__table--sortable th{cursor:pointer}.o-gridView__table--sortable th:hover{background:#0a1a24!important}.o-gridView__table--sortable th.sort-ascending,.o-gridView__table--sortable th.sort-descending{color:#0279ac!important}.o-gridView__table--sortable th.sort-ascending>.fa{position:absolute;right:1em;top:.9em}.o-gridView__table--sortable th.sort-descending>.fa{position:absolute;right:1em;bottom:1em}.filter-wrapper{font-size:1rem;margin:2em 5px 5px;border-bottom:1px solid #0279ac;width:30%}.filter-wrapper input{color:#0279ac;width:100%;font-size:1rem;border-width:0;background:transparent;transition:border-bottom-color .2s ease-in}.filter-wrapper input:focus{outline:none}.filter-wrapper input::-moz-placeholder{color:#0279ac;font-size:1em;opacity:.5;letter-spacing:normal;font-weight:400}.filter-wrapper input:-ms-input-placeholder{color:#0279ac;font-size:1em;opacity:.5;letter-spacing:normal;font-weight:400}.filter-wrapper input::-webkit-input-placeholder{color:#0279ac;font-size:1em;opacity:.5;letter-spacing:normal;font-weight:400}.range-wrapper{color:#0279ac;font-size:.9em;margin-top:1em;width:100%;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row}.range-wrapper div.date-field{border-bottom:1px solid #0279ac;width:auto;padding:0 1%;margin:0 .5em}.range-wrapper div.date-field input{text-align:center}.griddle .griddle-filter{font-size:.9em;border-bottom:1px solid #0279ac;width:30%}.griddle .griddle-filter input{color:#0279ac;width:100%;border-width:0;background:transparent;transition:border-bottom-color .2s ease-in}.griddle .griddle-filter input:focus{outline:none}.griddle .griddle-filter input::-moz-placeholder{color:#0279ac;font-size:1em;opacity:.5;letter-spacing:normal;font-weight:400}.griddle .griddle-filter input:-ms-input-placeholder{color:#0279ac;font-size:1em;opacity:.5;letter-spacing:normal;font-weight:400}.griddle .griddle-filter input::-webkit-input-placeholder{color:#0279ac;font-size:1em;opacity:.5;letter-spacing:normal;font-weight:400}.griddle .griddle-footer{position:relative;text-align:center}.griddle .griddle-footer div{display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:center;justify-content:center;-moz-align-items:center;align-items:center}.griddle .griddle-footer .griddle-previous{position:absolute;left:0;top:0}.griddle .griddle-footer .griddle-page{margin-top:0!important}.griddle .griddle-footer .griddle-next{position:absolute;right:0;top:0}.pagination-container{display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-align-items:center;align-items:center;height:5em;width:100%}.pagination-container div{width:33%;text-align:center}.pagination-container div button{float:none!important}.pagination-container div button.page-selected{background:#0279ac}.timeslicer{margin-bottom:2em;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column}.timeslicer .timeslicer-calendar-type{margin:.5em 0;-moz-flex:1;flex:1 1}.timeslicer .timeslicer-calendar-type label{padding-right:1em}.timeslicer .timeslicer-calendar-type label input{margin-right:.3em}.timeslicer .timeslicer-summary:hover{cursor:pointer}.timeslicer .timeslicer-summary span.chevron{margin-right:.5em}.timeslicer .timeslicer-summary span.chevron i{transition:transform .3s}.timeslicer .timeslicer-summary span.chevron.rotate i{transform:rotate(90deg)}.timeslicer .timeslicer-title{-moz-flex:1;flex:1 1;background-color:#535353;color:#fff;padding:.2em 1em}.timeslicer .timeslicer-body{flex:0 1 50%;min-width:0;overflow:hidden;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column}.timeslicer .timeslicer-body .timeslicer-body-scroll{-moz-flex:1;flex:1 1;white-space:nowrap;overflow:auto}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block{display:inline-block;margin-left:1px;margin-right:1px;border:1px solid #0279ac;width:12em}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-title,.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-month{border-bottom:1px solid #0279ac;text-align:center}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-title.unselectable,.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-month.unselectable{opacity:.7;background-color:#80929a!important}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-title.selected,.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-month.selected{background:#287a30!important;color:#f6f6f6!important}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-month:last-child{border-bottom:none}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-title{background-color:rgba(147,186,54,.3);font-weight:700}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-body{display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-body .timeslicer-q-block{-moz-flex:1;flex:1 1;border-left:1px solid #0279ac}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-body .timeslicer-q-block .timeslicer-block-title{font-size:.9em;background-color:rgba(123,172,203,.5)}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-body .timeslicer-q-block .timeslicer-month{font-size:.8em;background-color:#ececea}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-body .timeslicer-q-block:first-child{border-left-width:0}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-block-title:not(.unselectable):hover,.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-month:not(.unselectable):hover{background-color:#0279ac!important;color:#f6f6f6!important;cursor:pointer}.timeslicer .timeslicer-body .timeslicer-body-scroll .timeslicer-block .timeslicer-unselectable{opacity:.7;background-color:#80929a!important}.period-select-body{overflow-x:auto;overflow-y:hidden;white-space:nowrap;background-color:#fff}.period-select-year{display:inline-flex;flex-direction:column;margin-left:1px;margin-right:1px;border-color:#000;border-style:solid;border-width:0 1px}.period-select-year .period-select-year-header{text-align:center;border-color:#000;border-style:solid;border-width:1px 0;background-color:#0279ac;color:#fff;font-weight:700}.period-select-year .period-select-year-body{display:inline-grid;border:0 solid #000;margin:0;padding:0;text-align:center;grid-gap:0;justify-items:stretch;align-items:center;justify-content:center;align-content:center;grid-auto-flow:column;grid-template-rows:repeat(3,1fr)}.period-select-year .period-select-year-body abbr,.period-select-year .period-select-year-body span{-webkit-user-select:none;user-select:none;display:inline-block;padding:2px 4px;border-color:#000;border-style:solid;border-width:0 0 1px 1px;text-transform:uppercase;font-size:.8em;height:100%}.period-select-year .period-select-year-body abbr.selected,.period-select-year .period-select-year-body span.selected{background:#287a30!important}.period-select-year .period-select-year-body abbr:not(.period-select-spacer),.period-select-year .period-select-year-body span:not(.period-select-spacer){background-color:#ececea}.period-select-year .period-select-year-body abbr[data-year],.period-select-year .period-select-year-body span[data-year]{display:block;grid-row:span 3;writing-mode:vertical-rl;text-orientation:upright;height:100%;padding:0;font-weight:700;background-color:rgba(147,186,54,.3)}.period-select-year .period-select-year-body abbr.approved,.period-select-year .period-select-year-body span.approved{color:#f6f6f6;background-color:#287a30}.period-select-year .period-select-year-body abbr.rejected,.period-select-year .period-select-year-body span.rejected{color:#f6f6f6;background-color:#c64646}.period-select-year .period-select-year-body abbr.submitted,.period-select-year .period-select-year-body span.submitted{color:#f6f6f6;background-color:#e28824}.period-select-year .period-select-year-body abbr.in_progress,.period-select-year .period-select-year-body abbr.in_review,.period-select-year .period-select-year-body span.in_progress,.period-select-year .period-select-year-body span.in_review{color:#f6f6f6;background-color:#637077}.period-select-year .period-select-year-body abbr.unselectable,.period-select-year .period-select-year-body span.unselectable{opacity:.5;background-color:#80929a!important}.period-select-year .period-select-year-body abbr.selected,.period-select-year .period-select-year-body span.selected{background-color:#0279ac!important;color:#f6f6f6!important}.period-select-year .period-select-year-body abbr:not([data-year],.unselectable):hover,.period-select-year .period-select-year-body span:not([data-year],.unselectable):hover{background-color:#0279ac!important;color:#f6f6f6!important;cursor:pointer}.period-select-financial .period-select-year-header{background-color:#0279ac}.period-body{overflow-y:scroll;position:relative}.my-grid{display:inline-grid;position:relative;list-style:none}.my-grid.financial{position:absolute;top:0;left:0}@keyframes startUpScaleIn{0%{opacity:0;transform:scale(0)}to{transform:scale(1);opacity:1}}@keyframes startUpScaleOut{0%{transform:scale(1);opacity:1}75%{opacity:1}to{transform:scale(10);opacity:0}}div.startup{display:flex;align-items:center;justify-content:center;width:100%;height:100%}div.startup .startup-logo{width:30%;height:30%;background-repeat:no-repeat;background-position:50%;background-size:contain;background-image:url(/static/media/logo-icon.0d98adca.svg);animation-name:startUpScaleIn;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:1s}div.startup .startup-logo.fadeAway{transform:scale(0);opacity:0;transition:transform 1s 0s,opacity .5s .5s}.sidebar{background-color:#0a1a24;color:#fff;width:20vw;height:100%;position:relative;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column;-moz-align-items:stretch;align-items:stretch;-moz-justify-content:center;justify-content:center}.sidebar .logo{height:15%;background:url(/static/media/logo-white.66205a86.png) no-repeat 50% 50%;background-size:80%}.sidebar .navigation{-moz-flex:1;flex:1 1;overflow-x:hidden;overflow-y:auto}.sidebar .navigation li,.sidebar .navigation ul{list-style-type:none;padding:0;margin:0}.sidebar .navigation .icon-dash:before{content:"";font-family:FontAwesome}.sidebar .navigation .icon-reports:before{content:"";font-family:FontAwesome}.sidebar .navigation .icon-organisation:before{content:"";font-family:FontAwesome}.sidebar .navigation .icon-financial:before{content:"";font-family:FontAwesome}.sidebar .navigation .icon-social:before{content:"";font-family:FontAwesome}.sidebar .navigation .icon-statistics:before{content:"";font-family:FontAwesome}.sidebar .navigation .icon-admin:before{content:"";font-family:FontAwesome}.sidebar .navigation .icon-export:before{content:"";font-family:FontAwesome}.sidebar .navigation .icon-investments:before{content:"";font-family:FontAwesome}.sidebar .navigation>.navigation-item:before{width:1em;display:inline-block}.sidebar .navigation .navigation-item{padding-left:1.2vw;font-size:1.2em;font-weight:700;margin:.5em 0;transition:background .2s ease-out;cursor:pointer;display:flex;background-color:unset;color:unset}.sidebar .navigation .navigation-item span{margin-left:.5em;display:block;flex:1 1}.sidebar .navigation .navigation-item.active,.sidebar .navigation .navigation-item.active:before{background-color:#0279ac;color:#fff}.sidebar .navigation .navigation-item.sub-active:before,.sidebar .navigation .navigation-item.sub-active>span{color:#7dd7fd}.sidebar .navigation .navigation-item:hover{cursor:pointer;background-color:rgba(40,122,48,.8)}.sidebar .navigation .navigation-item.more:after{font-family:FontAwesome;content:"";font-size:.8em;line-height:2.5em;padding-right:.5em;float:right;transition:transform .3s;transform:rotate(0deg)}.sidebar .navigation .navigation-item.more.closed:after{transform:rotate(-45deg)}.sidebar .navigation .sub-navigation{margin-top:0;margin-left:2.3vw;margin-bottom:1em;padding:0;border-left:2px solid #80929a;max-height:20em}.sidebar .navigation .sub-navigation .sub-navigation{margin-top:0;margin-left:1em;margin-bottom:.51em;padding:0;border-width:0;border-left:1px solid #80929a;max-height:20em}.sidebar .navigation .sub-navigation.closed{max-height:0;display:none}.sidebar .navigation .sub-navigation .navigation-item{font-weight:400;font-size:1em;list-style-type:none;padding:0;margin:0}.sidebar .navigation .sub-navigation .navigation-item span{display:block;margin-left:-.5em;padding-left:1.3em}.sidebar .navigation .sub-navigation .navigation-item:hover:before{background-color:#fff}.sidebar .contact-list{height:25%;overflow-x:hidden;overflow-y:auto}.sidebar .contact-list>div{position:absolute;bottom:0;width:100%}.sidebar .contact-list .title{padding-left:1em;font-size:1.2em;font-weight:700}.sidebar .contact-list .title:before{content:"";font-family:FontAwesome}.sidebar .contact-list .title span{margin-left:.5em}.sidebar .contact-list .contact{padding-left:2em;margin:.4em 0}.sidebar .contact-list .contact:before{content:"";font-family:FontAwesome;margin-right:.3em}.sidebar .contact-list .contact a.name{color:#fff;text-decoration:none;font-size:1em;font-weight:400}.sidebar .contact-list .contact span{display:block;color:#797979}.sidebar .contact-list .contact span.role{font-size:.8em}.app-wrapper.collapsed .sidebar{width:3.5em}.app-wrapper.collapsed .sidebar .logo{height:3em;margin-top:.5em;background-image:url(/static/media/logo-icon.0d98adca.svg);background-size:contain}.app-wrapper.collapsed .sidebar .sub-navigation{display:none;position:absolute;padding:0;width:15vw;background:#0a1a24;margin-left:3.5em;margin-top:-1.2em;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-top-right-radius:4px;border-top-right-radius:4px}.app-wrapper.collapsed .sidebar .sub-navigation .navigation-item span{display:inline-block!important}.app-wrapper.collapsed .sidebar .sub-navigation .navigation-item:before{margin-top:.3em!important;margin-left:-.3em!important}.app-wrapper.collapsed .sidebar .navigation .navigation-item{padding-left:.75em}.app-wrapper.collapsed .sidebar .navigation .navigation-item span{display:none}.app-wrapper.collapsed .sidebar .navigation .navigation-item:before{font-size:1.5em;margin:0;padding:0;font-weight:400;text-align:center}.app-wrapper.collapsed .sidebar .navigation .navigation-item.more:after{display:none}.app-wrapper.collapsed .sidebar .contact-list .title{padding-left:.75em}.app-wrapper.collapsed .sidebar .contact-list .title:before{font-size:1.5em}.app-wrapper.collapsed .sidebar .contact-list .contact,.app-wrapper.collapsed .sidebar .contact-list .title span{display:none}div.multi-client-container{width:100%}div.multi-client-container h2.current{cursor:pointer}div.multi-client-container h2.current:after{margin-left:10px;display:inline-block;content:"";font-family:FontAwesome;transition:transform .3s;transform:rotate(-45deg)}div.multi-client-container div.multi-client-options{width:30%;position:absolute;background-color:rgba(10,26,36,.8);color:#fff;padding:1em;display:none}div.multi-client-container div.multi-client-options h3{padding:.5em;cursor:pointer;transition:background .1s ease-in}div.multi-client-container div.multi-client-options h3:hover{background:rgba(40,122,48,.8)}div.multi-client-container div.multi-client-options div.clients{margin-bottom:.5em}div.multi-client-container div.multi-client-options div.text-field{background:#fff;padding:.5em}div.multi-client-container div.multi-client-options div.text-field input{text-align:left;color:#0a1a24}div.multi-client-container.open h2.current:after{transform:rotate(0deg)}div.multi-client-container.open div.multi-client-options{display:block;-webkit-animation-delay:0;-webkit-animation-duration:.3s;-webkit-animation-name:fadeIn;-moz-animation-delay:0;-moz-animation-duration:.3s;-moz-animation-name:fadeIn;-o-animation-delay:0;-o-animation-duration:.3s;-o-animation-name:fadeIn;animation-delay:0;animation-duration:.3s;animation-name:fadeIn}.menu-wrapper{margin-right:.5em}.menu-wrapper .menu-item{max-height:1.8em;border-radius:5px;box-shadow:0 0 2px 0 rgba(0,0,0,.75);cursor:pointer;background-color:#f6f6f6;color:#0a1a24;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-align-items:stretch;align-items:stretch;-moz-justify-content:center;justify-content:center}.menu-wrapper .menu-item .menu-item-text{background-color:#0a1a24;color:#f6f6f6;-moz-flex:1;flex:1 1;overflow:hidden}.menu-wrapper .menu-item .menu-item-text span{margin-left:.5em;margin-right:.5em;text-overflow:ellipsis}.menu-wrapper .menu-item .menu-item-icon{vertical-align:middle;font-size:1em;padding-left:.5em;padding-right:.5em;width:2em;text-align:center;font-family:FontAwesome}.menu-wrapper .menu-item .menu-item-icon:before{content:""}.menu-wrapper .menu-item:hover .menu-item-text{background-color:rgba(40,122,48,.8)}.menu-wrapper .menu-item:hover .menu-item-icon:before{content:""!important}.menu-wrapper .menu-sub-wrapper{max-height:40vh;position:absolute;z-index:999;overflow-y:auto;background-color:#fff;border:1px solid #0a1a24;transition:opacity .5s}.menu-wrapper .menu-sub-wrapper ul{list-style-type:none}.menu-wrapper .menu-sub-wrapper ul li{padding:.2em .5em;display:block;white-space:nowrap}.menu-wrapper .menu-sub-wrapper ul li .menu-sub-item-icon{display:inline-block;width:2em;color:#0a1a24;font-family:FontAwesome}.menu-wrapper .menu-sub-wrapper ul li.menu-item-default{background-color:#ececea}.menu-wrapper .menu-sub-wrapper ul li:hover{background-color:rgba(40,122,48,.8);color:#f6f6f6;cursor:pointer}.missing-reporting-periodicity{color:#c64646}.investment-past-date{opacity:.55}.investment-should-be-finalized{color:#a53b3b}.tiles{grid-gap:2em;padding:2em;display:flex}.tiles div{text-align:center;display:flex;align-items:center;min-height:100px;background-color:#0a1a24;color:#fff;font-weight:700;justify-content:center;flex:1 1}.tiles div:hover{background-color:#0279ac;cursor:pointer}div.investment-form{margin:.5em 0}div.investment-form div.investment-detail{display:-moz-flex;display:flex;flex-wrap:wrap;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:flex-start;justify-content:flex-start}div.investment-form div.investment-detail div.investment-detail-item{-moz-flex:1;flex:1 1;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column;flex-basis:15%;margin:.5em 1em;border-bottom:1px solid #aabac3}div.investment-form div.investment-detail div.investment-detail-item label{font-size:.8em}div.investment-form div.investment-detail div.investment-detail-item div.display-field{text-transform:none;font-weight:700;border-bottom:0;font-size:1em}div.investment-form div.investment-detail div.investment-detail-item button[disabled]{opacity:.3;filter:alpha(opacity=30);pointer-events:none}div.investment-form div.investment-detail div.investment-detail-item div.Select{-moz-flex:5;flex:5 1;text-align:right;background:#ececea;color:#0279ac}div.investment-form div.investment-detail div.investment-detail-item div.Select:focus{outline:none}div.investment-form div.investment-detail div.investment-detail-item div.Select div.Select-control{border-radius:0;border:none;background:transparent;color:#f6f6f6}div.investment-form div.investment-detail div.investment-detail-item div.Select div.Select-control div.Select-value{padding-right:45px;border:1px solid #0279ac;background-color:#0279ac}div.investment-form div.investment-detail div.investment-detail-item div.Select div.Select-control div.Select-value span.Select-value-label{color:#f6f6f6}div.investment-form div.investment-detail div.investment-detail-item div.Select div.Select-control div.Select-value span.Select-value-icon{border:none;color:#f6f6f6}div.investment-form div.investment-detail div.investment-detail-item div.Select div.Select-control div.Select-placeholder{padding-right:40px}div.investment-form div.investment-detail div.investment-detail-item.error{border-bottom:1px solid #c64646}div.investment-form div.investment-detail div.investment-detail-item.error label{color:#c64646}div.investment-form div.investment-detail div.investment-detail-item.editingPeriodicity{border-bottom:unset}div.investment-form div.investment-covenants{margin:.5em 1em}div.investment-form div.investment-covenants label{font-size:.8em}div.investment-form .cog-button{cursor:pointer;padding-left:5px;font-size:1.1em;color:#535353;text-shadow:0 0 5px #fff}div.investment-form .cog-button:hover{color:#e28824}div.covenant-list div.covenant-form{padding:2em}div.covenant-list div.covenant-list-heading{display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:space-between;justify-content:space-between}div.covenant-list div.covenant-list-heading div.filter-wrapper{margin-top:1em}div.covenant-list div.covenant-list-heading div.covenant-select{width:50%;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row}div.covenant-list div.covenant-list-heading div.covenant-select button{-moz-flex:1;flex:1 1}div.covenant-list div.covenant-list-heading div.covenant-select div.Select{-moz-flex:5;flex:5 1;text-align:right;background:#ececea;color:#0279ac}div.covenant-list div.covenant-list-heading div.covenant-select div.Select:focus{outline:none}div.covenant-list div.covenant-list-heading div.covenant-select div.Select div.Select-control{border-radius:0;border:none;background:transparent;color:#f6f6f6}div.covenant-list div.covenant-list-heading div.covenant-select div.Select div.Select-control div.Select-value{padding-right:45px;border:1px solid #0279ac;background-color:#0279ac}div.covenant-list div.covenant-list-heading div.covenant-select div.Select div.Select-control div.Select-value span.Select-value-label{color:#f6f6f6}div.covenant-list div.covenant-list-heading div.covenant-select div.Select div.Select-control div.Select-value span.Select-value-icon{border:none;color:#f6f6f6}div.covenant-list div.covenant-list-heading div.covenant-select div.Select div.Select-control div.Select-placeholder{padding-right:40px}div.covenant-list div.covenant-list-items{margin:2em 0}div.covenant-list div.covenant-list-items div.covenant-list-item{margin:.5em 10%;padding:.5em;width:80%;border:2px dotted #aabac3;border-bottom:3px solid #0279ac;font-size:.9em}div.covenant-list div.covenant-list-items div.covenant-list-item.covenant-archived{border-bottom-color:#e28824;opacity:.8}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-archived-warning{background-color:#e28824;padding:.5em;color:#fff;text-align:center}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-actions{text-align:right}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-actions span{padding:0 .25em;cursor:pointer;transition:color .15s ease-in}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-actions span:hover{color:#0279ac}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-actions span.delete:before{content:"";font-family:FontAwesome}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-actions span.edit:before{content:"";font-family:FontAwesome}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-title{display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-title>div{-moz-flex:1;flex:1 1}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-name.line-through{text-decoration:line-through}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-name span.covenant-info-guide{cursor:pointer;padding-right:.5em}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-name span.covenant-info-guide:before{color:#0279ac;content:"";font-family:FontAwesome;opacity:1;transition:opacify .3s ease}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-name span.covenant-info-guide:hover:before{opacity:.8}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-details,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect-details,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list-item-details-range-alert{text-align:right}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-details.line-through,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect-details.line-through,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list-item-details-range-alert.line-through{text-decoration:line-through}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-details span,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect-details span,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list-item-details-range-alert span{padding:0 1.5em}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-details span.covenant-details-range:before,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect-details span.covenant-details-range:before,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list-item-details-range-alert span.covenant-details-range:before{padding-right:.5em;content:"";font-family:FontAwesome}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-details span.covenant-details-alert-threshold:before,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect-details span.covenant-details-alert-threshold:before,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list-item-details-range-alert span.covenant-details-alert-threshold:before{padding-right:.5em;content:"";color:#a53b3b;text-shadow:0 0 3px #c64646;font-family:FontAwesome}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-details span.covenant-range-style,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect-details span.covenant-range-style,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list-item-details-range-alert span.covenant-range-style{padding-right:0;padding-left:0;vertical-align:text-bottom;line-height:1.4em;font-size:1.2em}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list-item-details-range-alert span.covenant-details-alert-threshold{padding-right:0}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect div.covenant-waiver-in-effect-title{padding-left:1.5em;text-transform:uppercase}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect div.covenant-waiver-in-effect-title span.waiver-icon:before{padding-right:.5em;content:"";font-family:FontAwesome}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect div.covenant-waiver-in-effect-title span:not(.waiver-icon){padding:0 .75em}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-in-effect div.covenant-waiver-in-effect-replace-covenant{padding-left:2.5em}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list{padding:0 1.5em;margin:.5em 0}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-header{padding:.5em;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:space-between;justify-content:space-between}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-header:not(.empty){border-bottom:2px solid #80929a}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-header span{cursor:pointer}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-header span i{margin-left:.5em;transition:transform .2s}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-header span.rotate i{transform:rotate(90deg)}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items{height:auto}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items.collapsed{height:0}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item{border-bottom:1px solid #aabac3;padding:1em .25em}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item.waiver-in-effect{background:#0279ac;color:#f6f6f6}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item.waiver-in-effect div.covenant-waiver-list-item-actions span.delete:hover,div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item.waiver-in-effect div.covenant-waiver-list-item-actions span.edit:hover{opacity:.7;color:#f6f6f6}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-header{display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:space-between;justify-content:space-between}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-title{text-transform:uppercase}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-title>span:not(.waiver-type){padding:0 .75em}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-title span.waiver-type{text-shadow:0 0 1px #f6f6f6}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-title span.waiver-type.DISABLE{color:#c64646}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-title span.waiver-type.REPLACE{color:#7d12cf}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-title span.waiver-type.ALTER{color:#e28824}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-title span.waiver-type.CONTRACTUAL_UPDATE{color:#3bbd16}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-actions{text-align:right}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-actions span{padding:0 .25em;cursor:pointer;transition:all .15s ease-in}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-actions span:hover{opacity:1;color:#0279ac}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-actions span.delete:before{content:"";font-family:FontAwesome}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-actions span.edit:before{content:"";font-family:FontAwesome}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-details-replace{padding-left:1.5em}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-details{display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row}div.covenant-list div.covenant-list-items div.covenant-list-item div.covenant-waiver-list div.covenant-waiver-list-items div.covenant-waiver-list-item div.covenant-waiver-list-item-details>div{-moz-flex:1;flex:1 1}div.display-field{text-transform:uppercase;border-bottom:1px solid #80929a;height:2.5em;width:100%;font-size:.8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column;transition:all .2s ease-out;-moz-justify-content:center;justify-content:center}div.display-field--value{color:#637077;background:#aabac3;text-align:right}div.display-field-summary{display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column;flex-wrap:wrap}div.display-field-summary>div.display-field--has-children{background:#0c587a;font-weight:700;text-transform:uppercase;color:#fff;-moz-flex:1;flex:1 1;white-space:nowrap;padding:.5rem 4px .5rem 1rem}div.display-field-summary>div.display-field-children{width:100%}div.display-field-summary>div.display-field-children div.display-field-summary div.display-field{white-space:nowrap;padding-right:4px;padding-left:3rem}div.display-field-summary>div.display-field-children>div.display-field-summary{display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;flex-wrap:wrap}div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field--has-children{-moz-flex-grow:1;flex-grow:1;color:#f6f6f6;background:#76b2cc;font-weight:700;text-transform:uppercase;padding-left:2rem}div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field-children>div.display-field-summary{margin-bottom:0}div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field{white-space:nowrap;padding-right:4px;padding-left:3rem}div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field--has-children,div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field--has-children{color:#637077!important;padding-left:3rem;background:#f2f2f2!important;text-transform:uppercase;font-weight:400!important}div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field-children>div.display-field-summary>div.display-field{font-style:italic;padding-left:4rem}.inco-table.inco-financialperiods{margin-top:2em;background:#f6f6f6;border-spacing:0;font-size:.8rem}.inco-table.inco-financialperiods thead th{position:relative;padding:.5rem;text-align:left;font-size:1.1em;font-weight:700;color:#f6f6f6!important;background-color:rgba(10,26,36,.8)!important;border-left:1px solid #aabac3;border-top:1px solid #aabac3}.inco-table.inco-financialperiods thead th:last-child{border-right:1px solid #aabac3}.inco-table.inco-financialperiods thead th span.column-sorted{color:#0279ac!important}.inco-table.inco-financialperiods thead th span.column-sort-asc:after{font-family:FontAwesome;content:""}.inco-table.inco-financialperiods thead th span.column-sort-desc:after{font-family:FontAwesome;content:""}.inco-table.inco-financialperiods tbody tr.error td{color:#c64646;font-weight:700}.inco-table.inco-financialperiods tbody tr:nth-child(2n) td{background-color:#fff}.inco-table.inco-financialperiods tbody td{padding:.5rem}.inco-table.inco-financialperiods tbody td:not(.footer-container){border-left:1px solid #aabac3;border-bottom:1px solid #aabac3}.inco-table.inco-financialperiods tbody td:not(.footer-container):last-child{border-right:1px solid #aabac3}.inco-table.inco-financialperiods tbody td:not(.footer-container) button{background:#fffda4;color:#000040;float:none;margin-left:.5em;padding:3px 10px;font-size:.9em;font-weight:bolder;line-height:.8;border:1px solid red;text-transform:none!important;border-radius:4px 4px 4px 4px;transition:all .2s ease-in}.inco-table.inco-financialperiods tbody td:not(.footer-container) button:hover{background:#0279ac;color:#f6f6f6;border-color:#0279ac}.report-warning[data-warn=true]{background-color:rgba(221,170,170,.7);color:#c64646;padding:4px;border-radius:4px;display:flex;justify-content:center}.report-warning[data-warn=false]{text-align:center}.reports-panel .panel-component{text-align:right}.reports-panel .panel-component>div{text-align:left}.reports-panel .panel-component>button.more-reports-button{text-align:right;float:none;display:inline-block;margin-top:1em}.fperiod-item{margin:5px;border:1px solid #999;padding:5px 5px 5px 2em;display:flex;flex-direction:column}.fperiod-item.fperiod-item-invalid{border-color:#a53b3b}.fperiod-item .fperiod-item-errors ul{color:#a53b3b;margin-left:2em}.fperiod-item .fperiod-item-title{color:#000;font-weight:700;position:relative}.fperiod-item .fperiod-item-title.fperiod-item-remove{position:absolute;right:-10px;top:-2px}.fperiod-item .fperiod-item-body{flex:1 1}.fperiod-item .fperiod-item-body>div{display:inline-block;margin-left:2px;margin-right:2px}.card{background-color:#fff}.card .card-head{min-height:48px;margin-bottom:-1px;padding:0 24px;color:rgba(0,0,0,.8509803921568627);font-weight:500;font-size:16px;background:0 0;border-bottom:1px solid rgba(0,0,0,.06);border-radius:10px 10px 0 0;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum"}.card .card-head .card-head-wrapper{display:flex;align-items:center}.card .card-head .card-head-wrapper .card-title{color:rgba(0,0,0,.8509803921568627);font-weight:500;font-size:16px;display:inline-block;flex:1 1;padding:16px 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.card .card-body{padding:24px}.adminrates .griddle-container{width:80%}.adminrates .panel-component .grids{display:flex;flex-direction:row;justify-content:space-between}.adminrates .rates-grid{flex:1 1;max-width:50%;margin:10px}.adminrates .quota-grid{flex:1 1;margin:10px}.adminrates .quota-grid td:nth-child(odd){text-align:right}.searchFilter .ant-collapse-header{background:#0a1a24}.searchFilter .ant-select-selector{background:#fff!important}.searchFilter .ant-collapse-header-text,.searchFilter .ant-collapse-header .ant-collapse-arrow svg{color:#f6f6f6;font-weight:700}.searchFilter .ant-input,.searchFilter .ant-picker,.searchFilter .ant-select-selector{border:1px solid #80929a!important}.searchFilter .ant-picker-input>input::placeholder,.searchFilter .ant-select-selection-placeholder,.searchFilter input::placeholder{color:#80929a!important}.searchFilter .ant-select-outlined.ant-select-multiple .ant-select-selection-item{background:#0279ac;color:#f6f6f6}.searchFilter .ant-btn-default:active,.searchFilter .ant-btn-default:focus,.searchFilter .ant-btn-default:hover{background-color:#f6f6f6!important;border:1px solid #0a1a24!important}div.translation-wrapper{margin:2em 0}div.translation-wrapper div.required-wrapper{font-size:.7em}div.translation-wrapper div.required-wrapper.error{color:#c64646!important}div.translation-wrapper div.translation-item-container{border-bottom:1px solid #80929a;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-justify-content:space-between;justify-content:space-between}div.translation-wrapper div.translation-item-container.multi{-moz-align-items:flex-start;align-items:flex-start}div.translation-wrapper div.translation-item-container>div.Select,div.translation-wrapper div.translation-item-container div.text-field{width:45%}div.translation-wrapper div.translation-item-container div.text-field{background:#ececea;color:#0279ac;min-height:35px;margin-top:3px}div.translation-wrapper div.translation-item-container div.Select{text-align:left;background:#ececea;color:#0279ac;min-height:35px;margin-top:3px}div.translation-wrapper div.translation-item-container div.Select:focus{outline:none}div.translation-wrapper div.translation-item-container div.Select div.Select-control{border-radius:0;border:none;background:transparent;color:#f6f6f6}div.translation-wrapper div.translation-item-container div.Select div.Select-control div.Select-value{padding-right:45px;border:1px solid #0279ac;background-color:#0279ac}div.translation-wrapper div.translation-item-container div.Select div.Select-control div.Select-value span.Select-value-label{color:#f6f6f6}div.translation-wrapper div.translation-item-container div.Select div.Select-control div.Select-value span.Select-value-icon{border:none;color:#f6f6f6}div.translation-wrapper div.translation-item-container div.Select div.Select-control div.Select-placeholder{padding-right:40px}div.translation-wrapper div.translation-item-container button.delete{margin-top:3px;background:#287a30;color:#f6f6f6;cursor:pointer}div.translation-wrapper div.translation-item-container button.delete:before{font-family:FontAwesome;content:""}div.translation-wrapper div.wrapper-actions{width:100%;margin-top:1em;height:3em}.fadeInUp{animation-duration:1s;animation-fill-mode:both}.logon-wrapper{position:absolute;top:0;left:0;z-index:999;width:100vw;height:100vh;margin:0;padding:0;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-align-items:center;align-items:center;-moz-justify-content:center;justify-content:center}.logon-wrapper button,.logon-wrapper input[type=submit]{float:right;text-transform:uppercase}.hide{animation-name:fadeOut;animation-duration:1s;animation-fill-mode:forwards}.logon{min-width:400px;max-width:100%;width:40%;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column;-moz-justify-content:center;justify-content:center;-moz-align-items:center;align-items:center}.logon .logo{width:50%;height:6em;margin-bottom:4em;background-repeat:no-repeat;background-position:top;background-size:contain;background-image:url(/static/media/logo-black.c6a5d1fe.png);text-align:center}.logon .logo span{text-transform:uppercase;font-family:"texgyreadventor";font-weight:700;margin-top:2.5em;display:inline-block;font-size:1.5em}.logon div.logon-body{width:100%}.logon .action-wrapper{margin-top:2em}.logon .action-wrapper button{float:right;clear:both}.logon .action-wrapper a{float:right;clear:both;text-decoration:none;color:#0279ac}.logon .action-wrapper a:active,.logon .action-wrapper a:hover,.logon .action-wrapper a:visited{color:#0279ac}.rc-pagination{margin-top:.5em}.rc-pagination .rc-pagination-item,.rc-pagination .rc-pagination-next button,.rc-pagination .rc-pagination-prev button{display:inline-block;background-color:#287a30;color:#fff;font-family:"Poppins","Bitter";font-size:1em;border-width:0}.rc-pagination .rc-pagination-item a,.rc-pagination .rc-pagination-next button a,.rc-pagination .rc-pagination-prev button a{color:#fff;font-family:"Poppins","Bitter";font-size:1em}.rc-pagination .rc-pagination-item:hover,.rc-pagination .rc-pagination-next button:hover,.rc-pagination .rc-pagination-prev button:hover{cursor:pointer;background-color:#0279ac}.rc-pagination .rc-pagination-item.rc-pagination-item-active,.rc-pagination .rc-pagination-next button.rc-pagination-item-active,.rc-pagination .rc-pagination-prev button.rc-pagination-item-active{background:#0279ac}button,input[type=button],input[type=submit]{background-color:#287a30;color:#fff;font-family:"Poppins","Bitter";font-size:1em;border-width:0;padding:.5em 1.2em;text-align:center;transition:background-color .3s ease-out}button:hover,input[type=button]:hover,input[type=submit]:hover{cursor:pointer;background-color:#0279ac}button:focus,input[type=button]:focus,input[type=submit]:focus{border:0;outline:none;background-color:#0279ac}button.large-button,input[type=button].large-button,input[type=submit].large-button{font-size:1.5em}button.cancel,input[type=button].cancel,input[type=submit].cancel{background:#c64646}button.takeAction,input[type=button].takeAction,input[type=submit].takeAction{background:#e28824}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader.slideIn{display:block}.loader.slideIn .blue-circle{animation-name:slideInRight;animation-duration:2s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-iteration-count:1}.loader.slideIn .green-circle{animation-name:slideInLeft;animation-duration:2s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-iteration-count:1}.loader.loading{display:block}.loader.loading .blue-circle,.loader.loading .green-circle{animation-name:rotate!important;animation-duration:2s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-iteration-count:infinite}.loader{position:absolute;left:0;top:0;width:100vw;height:100vh;display:none}.loader .logo-wrapper{position:absolute;height:20vh;width:20vw;top:50%;margin-top:-20vh;margin-left:40vw}.loader .blue-circle{background-image:url(/static/media/top_logo.dee3b91c.svg)}.loader .blue-circle,.loader .green-circle{width:20vw;height:20vh;background-repeat:no-repeat;background-size:contain;background-position:50%}.loader .green-circle{position:relative;top:-20vh;background-image:url(/static/media/bottom_logo.7cf04f1b.svg)}.otpField .field-wrapper{margin-bottom:0}.otp-text{margin-top:0;color:#0a1a24}.otp-expired{color:#c64646}.otp-bold{font-weight:500}.otp-bolds{font-weight:550}.otp-resend{color:#0279ac;cursor:pointer;font-weight:600}.otpTimer{margin-top:10px;display:flex;justify-content:flex-end}.loginotpField{position:relative}.loginotpField label{display:block}.loginotpTimer{position:absolute;top:0;right:0;display:flex;align-items:center;white-space:nowrap}.fieldError{color:#c64646;margin-top:5px;text-align:left;font-size:12px}.otpSentBtn{margin:10px 0 0!important;font-size:16px;box-shadow:none;height:39px}.passsubtitle{color:#535353;text-align:left;font-weight:700;font-family:"texgyreadventor"}.field-wrapper{width:100%;margin-bottom:10px}.field-wrapper .invalid-text{font-size:.8em;opacity:0;text-align:left;transition:opacity .2s ease-in}.field-wrapper .field-container{-moz-flex-direction:row;flex-direction:row;-moz-align-items:stretch;align-items:stretch;text-align:left}.field-wrapper .field-container label{text-transform:uppercase;font-weight:700;font-family:"Bitter",serif;-moz-flex:1;flex:1 1;align-items:start;transition:color .2s ease-in;font-size:14px}.field-wrapper .field-container .pw-wrapper{-moz-flex:1;flex:1 1;overflow:hidden}.field-wrapper .field-container input{-moz-flex:1;flex:1 1;border-width:1px;color:#0a1a24;height:36px}.field-wrapper .field-container input[type=password]{width:100%;font-weight:700;letter-spacing:.3em;line-height:.5;font-size:1.3em;padding:2px .5em 2px 11px;margin:0}.field-wrapper .field-container input::-moz-placeholder{font-family:"Poppins","Bitter";font-size:1rem;letter-spacing:normal;font-weight:400}.field-wrapper .field-container input:-ms-input-placeholder{font-family:"Poppins","Bitter";font-size:1rem;letter-spacing:normal;font-weight:400}.field-wrapper .field-container input::-webkit-input-placeholder{font-family:"Poppins","Bitter";font-style:italic;font-size:1rem;letter-spacing:normal;font-weight:400}.field-wrapper.invalid .field-container{border-bottom-color:#c64646}.field-wrapper.invalid .invalid-text{color:#a53b3b;opacity:1}.field-wrapper.hasfocus .field-container{border-bottom-color:#0279ac}.field-wrapper .ant-select-single.ant-select-show-arrow .ant-select-selection-item{text-align:left}.field-wrapper .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{background-color:#fff}.field-wrapper .logon-body:has(.invalid-text:not(:empty))~.logo{margin-top:20px!important}.field-wrapper .ant-input-outlined:focus,.field-wrapper .ant-select-focused .ant-select-selector{box-shadow:none!important}.login-select{width:100%;padding:0;max-width:100%;height:36px}.login-select .Select__control{border-width:0}.login-select .Select__control .Select__input{text-align:right;color:#0279ac!important;padding-right:1em}.login-select .Select__control .Select__input:focus{border-width:0}.login-select .Select__menu{text-align:right}div.resetpassword,div.resetpassword-form,div.resetpassword-form-wrapper{width:100%}.registration .logo{width:auto!important;display:block;margin:80px auto 30px!important}.registration .action-wrapper a{clear:both;text-decoration:none;color:#0279ac;font-size:14px}.registration .action-wrapper a:active,.registration .action-wrapper a:hover,.registration .action-wrapper a:visited{color:#0279ac}div.resetpassword-form{text-align:center}div.resetpassword-form p{font-weight:700;font-family:"texgyreadventor";color:#535353;margin-bottom:1em}div.resetpassword-form input{display:block;border:none;border-bottom:1px solid #000;height:2em}div.resetpassword-form input.token-input{width:20%}div.resetpassword-form button{margin:1em auto;display:block;float:none;text-align:center}.forget .email-input{width:100%!important;border:1px solid #d9d9d9;height:36px;margin-bottom:0}.resetPass{padding:20px;margin:10px auto;width:90%;max-width:450px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.confirms{width:100%;margin:20px auto 0!important;display:block;padding:.5em!important;background-color:#09415d;box-shadow:none!important;line-height:0;height:39px}.ant-input-password input::placeholder,.ant-input::placeholder{color:#637077!important}.registration{width:100vw;height:100vh;font-family:"Open Sans",sans-serif;font-size:16px;text-align:center;color:#444;background:#d9d9d9;overflow:auto!important}.registration section.wrapper{overflow:visible!important;min-width:450px;margin:30px auto;width:50%}.registration .content-body{overflow-y:scroll}.registration .content-wrapper{flex-direction:column;align-items:center;overflow:auto}.registration .logo{width:160px;height:5em;margin-bottom:.5em;background-repeat:no-repeat;background-position:top;background-size:contain;background-image:url(/static/media/logo-black.c6a5d1fe.png);text-align:center;-webkit-user-select:none;user-select:none}.registration .logo span{text-transform:uppercase;font-family:"texgyreadventor";font-weight:700;margin-top:1.5em;display:inline-block;font-size:1.5em}.registration header{margin-bottom:2em}.registration h1{font-size:2em;margin:2em 0 1em}.registration strong{font-weight:700}.registration p{line-height:1.4em}.registration article header{margin:0 0 .6em}.registration .full-height{height:26em;align-items:center}.registration .flexy-item{display:flex;flex-direction:row;justify-content:center;position:relative}.registration .flexy-column{flex-direction:column}.registration .flexy-column.reverse{flex-direction:column-reverse}.registration .flexy-item_child{flex:1 0 100%}.registration article{padding:5px;display:flex!important;flex-direction:column;align-items:stretch;justify-content:stretch;justify-items:stretch;color:#fff;margin-bottom:3em;min-width:300px;min-height:26em;border-radius:.4em;overflow:hidden;box-shadow:0 1.7em 5.5em -.94em rgba(0,0,0,.3),0 2em 3em .5em rgba(0,0,0,.1),0 1.8em 2em -1.5em rgba(0,0,0,.2);background-image:linear-gradient(-120deg,#3bbd16,#0279ac 100%,red 200%);background-position:0 0;background-size:200%}.registration article strong{color:#3bbd16;font-weight:300}.registration article p{margin-bottom:1.2em}.registration article .article-body{flex:1 1;width:100%;height:100%;min-height:100%;padding:1em}.registration textarea{min-width:80%;padding:.6em}.registration .button-list{display:flex;flex-direction:row;align-items:center;grid-gap:20px;gap:20px;justify-content:center}.registration button{margin:1em;-webkit-user-select:none;user-select:none;border:2px solid transparent}.registration button.confirm{padding:1em}.registration button.confirm.decline{background:#c64646}.registration button.confirm.decline:hover{background:#fff;color:#c64646}.registration button.confirm.accept{background:#287a30}.registration button.confirm.accept:hover{background:#fff;color:#287a30}.registration p.highlighted{background-color:#e28824}.registration .validation-form input{width:50%;display:block;margin:1em auto;text-align:center;height:2em}.ant-input-outlined:focus,:where(.ant-input-password):focus-within{box-shadow:none!important}body,html{width:100%;height:100%;overflow:hidden}a:focus,button:focus,input:focus{outline:none}/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,html{margin:0}article,aside,footer,header,nav,section{display:block;overflow-x:hidden}h1{margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:initial}textarea{overflow:auto;resize:none}textarea:focus{outline:none}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:"FontAwesome";src:url(/static/media/fontawesome-webfont.8b43027f.eot);src:url(/static/media/fontawesome-webfont.8b43027f.eot) format("embedded-opentype"),url(/static/media/fontawesome-webfont.20fd1704.woff2) format("woff2"),url(/static/media/fontawesome-webfont.f691f37e.woff) format("woff"),url(/static/media/fontawesome-webfont.1e59d233.ttf) format("truetype"),url(/static/media/fontawesome-webfont.c1e38fd9.svg) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857em;text-align:center}.fa-ul{padding-left:0;margin-left:2.1428571429em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.1428571429em;width:2.1428571429em;top:.1428571429em;text-align:center}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:"texgyreadventor";src:url(/static/media/texgyreadventor-regular-webfont.a03877a0.eot);src:url(/static/media/texgyreadventor-regular-webfont.a03877a0.eot) format("embedded-opentype"),url(/static/media/texgyreadventor-regular-webfont.8e035d13.woff) format("woff"),url(/static/media/texgyreadventor-regular-webfont.6b7802f1.ttf) format("truetype"),url(/static/media/texgyreadventor-regular-webfont.89144d3b.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:"texgyreadventor";src:url(/static/media/texgyreadventor-italic-webfont.f5e8e6e3.eot);src:url(/static/media/texgyreadventor-italic-webfont.f5e8e6e3.eot) format("embedded-opentype"),url(/static/media/texgyreadventor-italic-webfont.8c914b62.woff) format("woff"),url(/static/media/texgyreadventor-italic-webfont.fbba140e.ttf) format("truetype"),url(/static/media/texgyreadventor-italic-webfont.55a65c62.svg) format("svg");font-weight:400;font-style:italic}@font-face{font-family:"texgyreadventor";src:url(/static/media/texgyreadventor-bold-webfont.e7c4cd97.eot);src:url(/static/media/texgyreadventor-bold-webfont.e7c4cd97.eot) format("embedded-opentype"),url(/static/media/texgyreadventor-bold-webfont.41d65fa4.woff) format("woff"),url(/static/media/texgyreadventor-bold-webfont.55a3db21.ttf) format("truetype"),url(/static/media/texgyreadventor-bold-webfont.22f611d1.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:"texgyreadventor";src:url(/static/media/texgyreadventor-bolditalic-webfont.6c514592.eot);src:url(/static/media/texgyreadventor-bolditalic-webfont.6c514592.eot) format("embedded-opentype"),url(/static/media/texgyreadventor-bolditalic-webfont.7792d694.woff) format("woff"),url(/static/media/texgyreadventor-bolditalic-webfont.6a9a3b57.ttf) format("truetype"),url(/static/media/texgyreadventor-bolditalic-webfont.0a06bf60.svg) format("svg");font-weight:700;font-style:italic}@font-face{font-family:"AvantGardeGothicITCW01Bd";src:url(/static/media/AvantGardeGothicITCW01Bd.89d5c9e9.eot);src:url(https://fast.fonts.net/dv2/3/e9a79553-7093-47c7-8d9c-70dc3619e94b.woff?d44f19a684109620e4841578a190e81899ea4ef258eef72d3a036e96543ce79f6a8dbdb4030c201d44f5a4bc228df0de57f0fa4ba0f947180304a98ae97f713c69a224f0dec7bf8c63b55256720a0558b197f96a02745a3a404aae858e743b135212e8b4bdf81233b828eb93bd1f25a197d8bd55=&projectId=662fac8a-84c8-4a9f-aed3-9d01f1d1b059) format("woff2"),url(https://fast.fonts.net/dv2/3/e9a79553-7093-47c7-8d9c-70dc3619e94b.woff?d44f19a684109620e4841578a190e81899ea4ef258eef72d3a036e96543ce79f6a8dbdb4030c201d44f5a4bc228df0de57f0fa4ba0f947180304a98ae97f713c69a224f0dec7bf8c63b55256720a0558b197f96a02745a3a404aae858e743b135212e8b4bdf81233b828eb93bd1f25a197d8bd55=&projectId=662fac8a-84c8-4a9f-aed3-9d01f1d1b059) format("woff"),url(/static/media/AvantGardeGothicITCW01Bd.07934d9e.ttf) format("truetype"),url(/static/media/AvantGardeGothicITCW01Bd.fc4bd5dc.svg) format("svg"),url(/static/media/AvantGardeGothicITCW01Bd.89d5c9e9.eot) format("embedded-opentype");font-weight:400;font-style:normal}@font-face{font-family:"AvantGardeGothicITCW01B 731063";src:url(https://fast.fonts.net/dv2/3/e9a79553-7093-47c7-8d9c-70dc3619e94b.woff?d44f19a684109620e4841578a190e81899ea4ef258eef72d3a036e96543ce79f6a8dbdb4030c201d44f5a4bc228df0de57f0fa4ba0f947180304a98ae97f713c69a224f0dec7bf8c63b55256720a0558b197f96a02745a3a404aae858e743b135212e8b4bdf81233b828eb93bd1f25a197d8bd55=&projectId=662fac8a-84c8-4a9f-aed3-9d01f1d1b059) format("woff")}html{font-size:12px}@media(min-width:767px){html{font-size:12px}}@media(min-width:992px){html{font-size:14px}}@media(min-width:1366px){html{font-size:14px}}@media(min-width:1920px){html{font-size:20px}}@media(min-width:2560px){html{font-size:23px}}body{color:#0a1a24;font-family:"Poppins","Bitter";font-size:rem(16px);line-height:1.7}h1{font-size:2em;line-height:1em}h1,h2{color:#0a1a24;font-family:"Bitter",serif}h2{font-size:1.6em;line-height:1.5em;overflow:hidden}p{color:#fff;font-family:"Poppins","Bitter";font-weight:300;text-align:center;font-size:.9em}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;border-radius:3px;background-position:15px;background-repeat:no-repeat;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:241px)and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:481px)and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.animated{animation-fill-mode:forwards}.animated.bounceIn{animation-duration:.7s}.animated.bounceOut{animation-duration:.5s}.animated.bounceIn{animation-name:bounceIn}.animated.bounceOut{animation-name:bounceOut}.animated.fadeIn{animation-name:fadeIn;animation-duration:.7s}.animated.fadeOut{animation-name:fadeOut;animation-duration:.3s}.animated.bounceInDown{animation-name:bounceInDown}.animated.bounceOutUp{animation-name:bounceOutUp}.rrt-confirm-holder{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999999}.rrt-confirm-holder .shadow{width:100%;height:100%;background-color:rgba(50,58,68,.8)}.rrt-confirm-holder .rrt-confirm{width:320px;background-color:#fff;position:absolute;z-index:9;top:20%;left:50%;margin-left:-160px;box-shadow:3px 3px 20px #333;border-radius:4px;overflow:hidden}.rrt-confirm-holder .rrt-confirm .rrt-message{width:100%;padding:5%;min-height:50px;font-size:1em;background-color:#fff;text-align:center;font-family:"open-sanscondensed-light",sans-serif;clear:both}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder{display:flex}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button{flex-grow:1;height:50px;text-transform:capitalize;background-color:initial;padding:0;margin:0;float:left;border:none;border-top:1px solid #f0f0f0;font-size:14px;overflow:hidden;cursor:pointer}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover{background-color:#f5f5f5}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active{background-color:#60bb71;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active{background-color:#db6a64;color:#fff}.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus{outline:none}body.toastr-confirm-active{overflow:hidden}.redux-toastr *,.redux-toastr :after,.redux-toastr :before{box-sizing:border-box}.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{width:350px;position:fixed;z-index:99999999;padding:0 10px}.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{top:0}.redux-toastr .bottom-right,.redux-toastr .top-right{right:0}.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right{bottom:0}.redux-toastr .bottom-left,.redux-toastr .top-left{left:0}.redux-toastr .bottom-center,.redux-toastr .top-center{left:50%;margin-left:-175px}@media(max-width:320px){.redux-toastr .bottom-center,.redux-toastr .bottom-left,.redux-toastr .bottom-right,.redux-toastr .top-center,.redux-toastr .top-left,.redux-toastr .top-right{width:320px}.redux-toastr .bottom-center,.redux-toastr .top-center{margin-left:-160px}}.redux-toastr .toastr{background-color:#fcfcfc;width:100%;min-height:70px;overflow:hidden;margin:10px 0;border-radius:4px;position:relative;z-index:2;color:#333;opacity:.94;box-shadow:2px 2px 10px rgba(0,0,0,.4)}.redux-toastr .toastr:hover:not(.rrt-message){box-shadow:0 0 10px rgba(0,0,0,.6);opacity:1}.redux-toastr .toastr .toastr-status{width:100%;height:5px}.redux-toastr .toastr .toastr-status.success{background-color:#60bb71}.redux-toastr .toastr .toastr-status.warning{background-color:#f7a336}.redux-toastr .toastr .toastr-status.info{background-color:#58abc3}.redux-toastr .toastr .toastr-status.error{background-color:#db6a64}.redux-toastr .toastr .rrt-left-container,.redux-toastr .toastr .rrt-right-container{float:left;text-align:center;overflow:hidden}.redux-toastr .toastr .rrt-left-container{width:80px;top:0;left:0;position:absolute;bottom:0}.redux-toastr .toastr .rrt-left-container .rrt-holder{width:70px;height:70px;position:absolute;top:50%;margin-top:-35px;left:5px;line-height:60px}.redux-toastr .toastr .rrt-left-container .toastr-icon{fill:#fff;vertical-align:middle;margin-top:5px}.redux-toastr .toastr .rrt-middle-container{width:65%;margin-left:80px;position:relative;float:left;font-family:Arial,Helvetica,sans-serif;font-size:1em;text-align:left;padding:10px 5px}.redux-toastr .toastr .rrt-middle-container .rrt-title{font-size:1.1em;font-weight:700;margin-bottom:5px}.redux-toastr .toastr .rrt-right-container{width:10%}.redux-toastr .toastr .close-toastr{width:10%;height:100%;position:absolute;top:0;right:0;background-color:initial;font-size:22px;border:none;outline:none;opacity:.5;cursor:pointer;font-family:"Helvetica Neue",Helvetica,Arial sans-serif;color:#000}.redux-toastr .toastr .close-toastr:hover{opacity:1}.redux-toastr .toastr .close-toastr:focus{outline:none}.redux-toastr .toastr .close-toastr span{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%)}.redux-toastr .toastr.rrt-error,.redux-toastr .toastr.rrt-info,.redux-toastr .toastr.rrt-success,.redux-toastr .toastr.rrt-warning{color:#fff}.redux-toastr .toastr.rrt-info{background-color:#58abc3}.redux-toastr .toastr.rrt-info .rrt-progressbar{background-color:#378298}.redux-toastr .toastr.rrt-success{background-color:#60bb71}.redux-toastr .toastr.rrt-success .rrt-progressbar{background-color:#3e914d}.redux-toastr .toastr.rrt-warning{background-color:#f7a336}.redux-toastr .toastr.rrt-warning .rrt-progressbar{background-color:#d87e09}.redux-toastr .toastr.rrt-error{background-color:#db6a64}.redux-toastr .toastr.rrt-error .rrt-progressbar{background-color:#c5352e}.redux-toastr .toastr.rrt-light .rrt-progressbar{background-color:#ccc}.redux-toastr .toastr.rrt-light .toastr-icon{fill:#333!important}.redux-toastr .toastr.rrt-message{opacity:1;border:1px solid #dbdbdb}.redux-toastr .toastr.rrt-message .rrt-title{width:90%;height:50px;text-align:center;font-size:1.2em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:50px;padding:0 20px}.redux-toastr .toastr.rrt-message .rrt-text{width:100%;max-height:400px;overflow:hidden;overflow-y:auto;border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;background-color:#fff;padding:15px;font-size:1.1em;margin-bottom:20px}.redux-toastr .toastr.rrt-message .rrt-text img{display:block;margin:10px auto;max-width:100%}.redux-toastr .toastr.rrt-message .close-toastr{height:50px}.redux-toastr .toastr .rrt-progress-container{height:5px;margin:0 -20px -20px -60px;position:absolute;bottom:20px;width:100%}.redux-toastr .toastr .rrt-progress-container .rrt-progressbar{border-radius:0 0 0 4px;height:100%}.redux-toastr .toastr-attention{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}40%,43%,70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@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 fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@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 fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn)}0%,40%{animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95)}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateX(-20deg)}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{animation-timing-function:ease-in}40%{transform:perspective(400px) rotateY(-20deg)}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg)}60%,80%{opacity:1}80%{transform:skewX(-5deg)}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.app-content>.header{background-color:#ececea;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-align-items:center;align-items:center;-moz-justify-content:center;justify-content:center}.app-content>.header .navigation-toggle{margin-left:.5em;font-size:2em;line-height:1.3em;cursor:pointer;transition:transform .5s}.app-content>.header .header-content{height:100%;margin-left:1em;z-index:100;-moz-flex:2;flex:2 1;display:-moz-flex;display:flex;-moz-align-items:center;align-items:center;-moz-flex-direction:row;flex-direction:row}.app-content>.header .header-content h2{font-size:1.6em;line-height:1.2em;margin:0}.app-content>.header .header-content h2.report-header{width:100%}.app-content>.header .header-content .report-header span.header-details{color:#0279ac;text-transform:uppercase}.app-content>.header .header-content .report-header span.header-details.blue{color:#0c587a}.app-content>.header .header-content .report-header span.header-details.orange{color:#e28824}.app-content>.header .header-content .report-header span.icon-close{cursor:pointer;float:right;margin-right:1em}.app-content>.header .header-content .report-header span.icon-close:before{content:"";font-family:FontAwesome}.app-content>.header .menu-wrapper.user-info{max-width:10em}.app-content>.header .menu-wrapper.user-info .menu-item .menu-item-text{overflow:hidden}.app-content>.header .menu-wrapper.user-info .menu-item .menu-item-icon:before{content:""}.app-content>.header .menu-wrapper.currency{max-width:5em}.app-content>.header .menu-wrapper.currency .menu-item .menu-item-icon:before{content:""}.app-content>.header .menu-wrapper.currency.differs .menu-item .menu-item-text{background-color:#a53b3b}.app-content>.header .menu-wrapper.language{max-width:4em}.app-content>.header .menu-wrapper.language .menu-item .menu-item-icon:before{content:""}body{background-color:#f6f6f6}.error-tooltip{background:#c64646!important;color:#fff!important}.app-container,.app-wrapper{width:100%;height:100%;padding:0;margin:0;overflow:hidden}.app-wrapper{background-color:#f6f6f6;display:-moz-flex;display:flex;-moz-flex-direction:row;flex-direction:row;-moz-align-items:stretch;align-items:stretch}.app-wrapper:not(.collapsed) .sidebar{-moz-flex:0 0 20vw;flex:0 0 20vw}.app-wrapper:not(.collapsed) .app-content{max-width:80vw}.app-wrapper div.perf-app-shell{display:none}.app-content{max-width:calc(100vw - 3.5em);-moz-flex:1;flex:1 1;display:-moz-flex;display:flex;-moz-flex-direction:column;flex-direction:column;-moz-align-items:stretch;align-items:stretch}.app-content>.header{-moz-flex:0 0 4em;flex:0 0 4em}.app-content>.report-header{height:6vh;flex:initial}.app-content>.body{flex:1 1;position:relative;overflow-y:auto}.app-content.app-full-screen{max-width:100vw!important}.app-content.app-full-screen .body{flex:1 1;display:flex;flex-direction:column;align-items:stretch}.icon-button{margin-left:5px;margin-right:5px;font-family:FontAwesome;font-size:1em}.icon-button:hover{cursor:pointer}.icn-file-excel-o:before{content:"";color:#007339}.required-fields-label{font-size:.7em;width:100%;margin:1.5em 0}.guide-info-icon:after{cursor:pointer;font-family:FontAwesome;content:"";color:#0279ac;font-size:1.3em;margin-left:1em}textarea{resize:vertical}.fixed-page-container{position:relative}.fixed-page-container>.fixed-page-item{height:100%;width:100%;position:absolute;left:0;top:0;transition:transform .3s ease-in}div[role=separator]{height:2px;transition:all .2s ease;background-color:initial}div[role=separator]:hover{position:relative;background-color:#ccc;color:#ccc}.ant-card.flex{display:flex;flex-direction:column;align-items:stretch;min-width:0;max-height:100%}.ant-card.flex .ant-card-body{flex:1 1;min-width:0;overflow:auto}
/*# sourceMappingURL=main.94fec337.chunk.css.map */